/*=========== TABLE OF CONTENTS ===========
1. Common CSS
2. Page CSS
==========================================*/

/*-------------------------------------
  1. Common CSS
--------------------------------------*/
.submenu-text {
  color: var(--indigo_900) !important;
}

.group-3258 {
  padding-top: var(--space-xs);
  padding-bottom: var(--space-xs);
  padding-left: var(--space-lg);
  gap: var(--space-xl );
  align-self: stretch;
  background-image: url(../public/images/img_arrowdropdownfilled_black_900_03.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: calc(100% - 0px);
  border-bottom: 1px solid var(--black_900_6b) !important;
}

.label {
  color: var(--black_900_99) !important;
  letter-spacing: 0.15px;
}

.heading-1 {
  color: var(--gray_700_10) !important;
}

.professors-section__card {
  gap: var(--space-md);
  display: flex;
  background-color: var(--white_a700_02);
  box-shadow: var(--shadow-xs);
  width: 100%;
  flex-direction: column;
  align-items: end;
  padding: var(--space-2xl);
  border-radius: var(--radius-xl);
  border: 1px solid var(--gray_100_02);
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.div-card-info {
  gap: var(--space-xl);
  display: flex;
  align-self: stretch;
  flex-direction: column;
}

.div-card-info-top {
  gap: var(--space-sm);
  display: flex;
  flex-direction: column;
}

.div-card-info-top-profe {
  gap: var(--space-md);
  display: flex;
}

.foto {
  height: 100px;
  width: 26%;
  object-fit: contain;
}

.div-text {
  gap: var(--space-md);
  display: flex;
  flex: 1;
  flex-direction: column;
}

.div-title {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.divider-horizontal {
  height: 1px;
  width: 100%;
}

.la-ciencia-est {
  font-weight: 500 !important;
  line-height: 140%;
}

.span-asignaturas {
  gap: var(--space-sm);
  display: flex;
  flex-direction: column;
  align-items: start;
}

.group-3297 {
  align-self: stretch;
  display: flex;
}

.clock {
  height: 34px;
  padding-left: var(--space-sm);
  padding-right: var(--space-sm);
  background-color: var(--green_100) !important;
  width: 34px;
  border-radius: 16px !important;
}

.thumbs-up {
  height: 34px;
  padding-left: var(--space-md);
  padding-right: var(--space-md);
  background-color: var(--yellow_100_02) !important;
  width: 34px;
  border-radius: 16px !important;
}

.ciudadania-iconos {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.div-icon-asignatura {
  height: 34px;
  width: 34px;
  border-radius: 50%;
}

.frame-427318367 {
  gap: var(--space-md);
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-xs);
}

.frame-427318368 {
  display: flex;
}

.logro-acad-mico {
  align-self: end;
}

.frame-427318370 {
  margin-bottom: 8px;
  gap: var(--space-md);
  display: flex;
  background-color: var(--black_900_0a);
  justify-content: center;
  align-items: start;
  padding: var(--space-md);
  border-radius: var(--radius-xs);
}

.close {
  height: 28px;
  width: 28px;
  border-radius: var(--radius-xs);
}

.licenciada-en-educaci-n {
  color: var(--black_900_02) !important;
  margin-bottom: 8px;
  width: 90%;
  line-height: 140%;
}

.profesores__paragraph-span {
  font-weight: 700;
}

.button-1 {
  color: var(--gray_800_05) !important;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 13px;
  font-weight: 500;
  gap: var(--space-md);
  height: 30px;
  min-width: 110px;
  border-radius: 14px !important;
  border: 1px solid var(--gray_700_09) !important;
}

.arrow_right {
  height: 18px;
  width: 18px;
}

.professors-section__card-view {
  height: 366px;
  background-color: var(--white_a700_02);
  box-shadow: var(--shadow-xs);
  width: 100%;
  border-radius: var(--radius-xl);
  border: 1px solid var(--gray_100_02);
}

/*-------------------------------------
  2. Page CSS
--------------------------------------*/
.profesores {
  background-color: var(--white_a700_02);
  background-image: url(../public/images/img_hero_section.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  @media only screen and (max-width: 1050px) {
    height: auto;
  }
}

.main-container {
  width: 1440px;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.main-header {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
  display: flex;
  background-color: var(--white_a700_02);
  justify-content: center;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    flex-direction: row;
    height: 74px;
    display: block;
  }
}

.header-group {
  padding-left: var(--space-2xl);
  padding-right: var(--space-2xl);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-2xl);
  @media only screen and (max-width: 1050px) {
    flex-direction: row;
  }
}

.header-logo {
  height: 32px;
  width: 250px;
  object-fit: contain;
}

.navigation-row {
  gap: 28px;
  display: flex;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    flex-direction: row;
  }

  @media only screen and (max-width: 550px) {
    flex-direction: column;
    display: none;
  }
}

.menu-group {
  gap: 36px;
  display: flex;
  align-items: center;
  @media only screen and (max-width: 550px) {
    flex-direction: column;
  }
}

.submenu-item {
  gap: var(--space-lg);
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: var(--space-sm);
  border-radius: var(--radius-sm);
}

.dropdown-icon {
  height: 18px;
  width: 18px;
}

.action-buttons {
  gap: 24px;
  display: flex;
}

.login-button {
  color: var(--gray_100_02) !important;
  padding-left: 32.67px;
  padding-right: 32.67px;
  font-size: 15px;
  font-weight: 500;
  background-color: var(--indigo_900) !important;
  height: 42px;
  min-width: 130px;
  border-radius: 20px !important;
  border: 1.33px solid var(--indigo_900);
  @media only screen and (max-width: 550px) {
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
  }
}

.start-button {
  color: var(--white_a700_02) !important;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 15px;
  font-weight: 500;
  gap: var(--space-md);
  background-color: var(--green_a700) !important;
  height: 42px;
  min-width: 214px;
  border-radius: 20px !important;
  @media only screen and (max-width: 550px) {
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
  }
}

.arrow_left {
  height: 18px;
  margin-top: 2px;
  width: 18px;
}

.row-filters-section {
  margin-bottom: 4px;
  padding-top: 78px;
  padding-bottom: 78px;
  gap: var(--space-4xl);
  display: flex;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    padding-top: var(--space-2xl);
    padding-bottom: var(--space-2xl);
  }
}

.group-3407 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profesores__group {
  padding-left: 56px;
  padding-right: 56px;
  gap: var(--space-4xl);
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    padding-left: 40px;
    padding-right: 40px;
    align-items: flex-start;
  }

  @media only screen and (max-width: 550px) {
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
  }
}

.profesores__heading-text {
  gap: var(--space-3xl);
  display: flex;
  width: 92%;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.profesores__heading {
  color: var(--indigo_900) !important;
  @media only screen and (max-width: 550px) {
    font-size: 36px;
  }
}

.profesores__heading-span {
  color: var(--indigo_900);
}

.profesores__heading-span-1 {
  color: var(--deep_purple_400);
}

.profesores__paragraph {
  width: 100%;
  line-height: 153%;
}

.profesores__search-bar {
  gap: var(--space-md);
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  @media only screen and (max-width: 1050px) {
    width: 50%;
    justify-content: flex-start;
  }

  @media only screen and (max-width: 550px) {
    width: 100%;
  }
}

.div-searchbar {
  gap: var(--space-xl);
  display: flex;
  align-self: stretch;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

.input-1 {
  width: 28%;
  display: flex;
  flex-direction: column;
  align-items: start;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.input-2 {
  gap: var(--space-xs);
  display: flex;
  width: 28%;
  flex-direction: column;
  align-items: start;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.input-3 {
  gap: var(--space-xs);
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: start;
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
  }
}

.content {
  padding-left: 56px;
  padding-right: 148px;
  align-self: stretch;
  display: flex;
  justify-content: flex-end;
  @media only screen and (max-width: 1050px) {
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
  }
}

.arrowdropdownfilled {
  height: 24px;
  width: 24px;
}

.default {
  height: 1px;
  background-color: var(--black_900_6b);
  width: 66%;
}

.professors-section {
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.professors-section__group {
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
    align-items: flex-start;
  }
}

.professors-section__heading-container {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  @media only screen and (max-width: 550px) {
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
  }
}

.professors-section__content {
  padding-top: var(--space-2xl);
  padding-bottom: var(--space-2xl);
  gap: var(--space-2xl);
  display: flex;
  align-self: stretch;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 550px) {
    padding-top: 0px;
    flex-direction: column;
    padding-bottom: 0px;
  }
}

.professors-section__list {
  padding-left: 140px;
  padding-right: 56px;
  gap: var(--space-2xl);
  display: flex;
  align-self: stretch;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
  }

  @media only screen and (max-width: 550px) {
    display: block;
  }
}

.professors-section__cards-container {
  margin-bottom: 386px;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
  }
}

.professors-section__cards-row {
  gap: var(--space-2xl);
  display: flex;
  width: 96%;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    width: 100%;
  }
}


.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
}
.d-block {
    display: flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
}
@media (min-width: 576px) {
    .d-sm-block {
        display: flex !important;
    }
}
.d-none {
    display: none !important;
}
@media (min-width: 576px) {
    .d-sm-block {
        display: flex !important;
    }
}

/*=========== TABLE OF CONTENTS ===========
1. Common CSS
2. Page CSS
==========================================*/

/*-------------------------------------
  1. Common CSS
--------------------------------------*/
.submenu-text {
  color: var(--indigo_900) !important;
}

.section__search-dropdown {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: var(--space-lg);
  gap: var(--space-xl);
  align-self: stretch;
  background-image: url(../public/images/img_arrowdropdownfilled_black_900_03.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: calc(100% - 0px);
  border-bottom: 1px solid var(--black_900_6b) !important;
}

.section__search-label {
  color: var(--black_900_99) !important;
  letter-spacing: 0.15px;
}

.section__search-heading {
  color: var(--gray_700_10) !important;
}

.profesores-card {
  gap: var(--space-md);
  display: flex;
  background-color: var(--white_a700_02);
  box-shadow: var(--shadow-md);
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  align-items: end;
  padding: var(--space-2xl);
  border-radius: var(--radius-3xl);
  border: 1px solid var(--orange_500_01);
  &:hover {
    box-shadow: var(--shadow-md);
    border: 1px solid var(--orange_500_01);
  }

  @media only screen and (max-width: 1050px) {
    display: block;
    align-items: flex-start;
  }
}

.live-classes__card-info {
  gap: var(--space-xl);
  display: flex;
  align-self: stretch;
  flex-direction: column;
}

.live-classes__card-info-top {
  gap: var(--space-xs);
  display: flex;
  flex-direction: column;
}

.live-classes__card-info-top-container {
  gap: var(--space-sm);
  display: flex;
  align-items: center;
}

.profesores-card__photo {
  height: 100px;
  width: 100px;
  object-fit: cover;
}

.live-classes__card-text-container {
  gap: var(--space-sm);
  display: flex;
  flex: 1;
  flex-direction: column;
}

.live-classes__card-title-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.live-classes__card-divider {
  height: 1px;
  width: 100%;
}

.live-classes__card-description {
  font-weight: 500 !important;
  line-height: 140%;
}

.live-classes__card-subjects {
  gap: var(--space-xs);
  display: flex;
  flex-direction: column;
  align-items: start;
}

.group-3236 {
  align-self: stretch;
  display: flex;
}

.clock {
  height: 34px;
  padding-left: var(--space-xs);
  padding-right: var(--space-xs);
  background-color: var(--green_100) !important;
  width: 34px;
  border-radius: 16px !important;
}

.group-4383 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thumbs-up {
  height: 34px;
  padding-left: var(--space-sm);
  padding-right: var(--space-sm);
  background-color: var(--yellow_100_02) !important;
  width: 34px;
  border-radius: 16px !important;
}

.ciudadania-iconos {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.div-icon-asignatura {
  height: 34px;
  width: 34px;
  border-radius: 50%;
}

.frame-427318367 {
  gap: var(--space-sm);
  display: flex;
  flex-direction: column;
  align-items: start;
  border-radius: var(--radius-xs);
}

.profesores-card__achievements-frame {
  margin-bottom: 4px;
  gap: var(--space-sm);
  display: flex;
  background-color: var(--orange_500_14);
  align-self: stretch;
  justify-content: center;
  align-items: start;
  padding: var(--space-sm);
  border-radius: var(--radius-xs);
}

.live-classes__card-close-icon {
  height: 28px;
  width: 28px;
  border-radius: var(--radius-xs);
}

.live-classes__card-academic-description {
  color: var(--black_900_02) !important;
  margin-bottom: 8px;
  width: 90%;
  line-height: 140%;
}

.section__text-span {
  font-weight: 700;
}

.profesores-card__button--selected {
  color: var(--black_900_60) !important;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 13px;
  font-weight: 500;
  height: 30px;
  min-width: 104px;
  border-radius: 14px !important;
  border: 1px solid var(--black_900_1e) !important;
}

.live-classes__card-item-secondary {
  gap: var(--space-sm);
  display: flex;
  background-color: var(--white_a700_02);
  box-shadow: var(--shadow-xs);
  width: 50%;
  flex-direction: column;
  align-items: end;
  padding: var(--space-2xl);
  border-radius: var(--radius-3xl);
  border: 1px solid var(--gray_100_02);
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.div-card-info-top-profe-2 {
  gap: var(--space-sm);
  display: flex;
}

.live-classes__card-image-container {
  height: 100px;
  width: 26%;
  object-fit: contain;
}

.live-classes__card-bookmark-icon {
  height: 34px;
  padding-left: var(--space-xs);
  padding-right: var(--space-xs);
  background-color: var(--red_100) !important;
  width: 34px;
  border-radius: 16px !important;
}

.live-classes__card-globe-icon {
  height: 34px;
  padding-left: var(--space-xs);
  padding-right: var(--space-xs);
  background-color: var(--orange_100_03) !important;
  width: 34px;
  border-radius: 16px !important;
}

.frame-427318370 {
  margin-bottom: 4px;
  gap: var(--space-sm);
  display: flex;
  background-color: var(--black_900_0a);
  align-self: stretch;
  justify-content: center;
  align-items: start;
  padding: var(--space-sm);
  border-radius: var(--radius-xs);
}

.live-classes__card-more-button {
  color: var(--gray_800_05) !important;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 13px;
  font-weight: 500;
  gap: var(--space-sm);
  height: 30px;
  min-width: 110px;
  border-radius: 14px !important;
  border: 1px solid var(--gray_700_09) !important;
}

.arrow_right {
  height: 18px;
  width: 18px;
}

.matematicasiconos {
  display: flex;
  flex-direction: column;
}

.live-classes__card-physics-icon {
  height: 34px;
  padding-left: var(--space-xs);
  padding-right: var(--space-xs);
  background-color: var(--cyan_100) !important;
  width: 34px;
  border-radius: 16px !important;
}

.live-classes__card-chemistry-icons {
  padding-left: 2px;
  padding-right: 2px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.asignaturas {
  letter-spacing: 0.4px;
}

.profesor-header__tags {
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--space-sm);
  column-gap: 8px;
}

.dhi-group {
  display: none;
}

.dhi-group-2 {
  color: var(--black_900_99);
  background-color: var(--white_a700_02);
  border-radius: var(--radius-sm);
  border: 1px solid var(--black_900_1e);
}

.dhi-group-3 {
  white-space: pre-wrap;
  color: var(--black_900_99);
  background-color: var(--white_a700_02);
  border-radius: var(--radius-sm);
  border: 1px solid var(--white_a700_99_01);
}

.drawer-section__tab-button--biography {
  color: var(--gray_700_10);
  font-size: 13px;
  font-weight: 500;
  align-self: end;
  padding: var(--space-md) 14px;
}

.live-classes__card-group-inner {
  gap: var(--space-2xl);
  display: flex;
  flex-direction: column;
}

.drawer-section__info-bottom {
  gap: var(--space-sm);
  display: flex;
  flex-direction: column;
}

.drawer-section__tab-content {
  align-self: stretch;
}

.footer__icon--volume {
  height: 36px;
  width: 36px;
}

/*-------------------------------------
  2. Page CSS
--------------------------------------*/
.profesores-daniela {
  height: 2998px;
  overflow-x: scroll;
  background-color: var(--white_a700_02);
  background-image: url(../public/images/img_hero_section.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  @media only screen and (max-width: 1050px) {
    height: auto;
  }
}

.row-1 {
  padding-top: 78px;
  padding-bottom: 78px;
  gap: var(--space-4xl);
  display: flex;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    padding-top: var(--space-2xl);
    padding-bottom: var(--space-2xl);
  }

  @media only screen and (max-width: 550px) {
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
  }
}

.section {
  padding-left: 56px;
  padding-right: 56px;
  gap: var(--space-4xl);
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    padding-left: 40px;
    padding-right: 40px;
    align-items: flex-start;
  }

  @media only screen and (max-width: 550px) {
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
  }
}

.section__description {
  gap: var(--space-3xl);
  display: flex;
  width: 92%;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.section__heading {
  color: var(--indigo_900) !important;
  @media only screen and (max-width: 550px) {
    font-size: 36px;
  }
}

.section__heading-span {
  color: var(--indigo_900);
}

.section__heading-span-1 {
  color: var(--deep_purple_400);
}

.section__text {
  width: 100%;
  line-height: 153%;
}

.section__search {
  gap: var(--space-sm);
  display: flex;
  width: 92%;
  flex-direction: column;
  align-items: start;
  @media only screen and (max-width: 1050px) {
    width: 50%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  @media only screen and (max-width: 550px) {
    width: 100%;
  }
}

.section__search-bar {
  gap: var(--space-xl);
  display: flex;
  align-self: stretch;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

.section__search-item {
  width: 28%;
  display: flex;
  flex-direction: column;
  align-items: start;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.section__search-item-1 {
  gap: 2px;
  display: flex;
  width: 28%;
  flex-direction: column;
  align-items: start;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.section__search-item-2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
  }
}

.section__search-dropdown-2 {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: var(--space-lg);
  gap: var(--space-xl);
  width: 66%;
  background-image: url(../public/images/img_arrowdropdownfilled_black_900_03.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: calc(100% - 0px);
  border-bottom: 1px solid var(--black_900_6b) !important;
}

.search-section {
  margin-left: 20px;
  margin-right: 20px;
  gap: var(--space-xl);
  display: flex;
  align-items: start;
  @media only screen and (max-width: 1050px) {
    flex-direction: row;
    margin-left: 10px;
    margin-right: 10px;
  }

  @media only screen and (max-width: 550px) {
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
    overflow: visible;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.live-classes {
  gap: 18px;
  align-self: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
  }

  @media only screen and (max-width: 550px) {
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
    display: block;
  }
}

.live-classes__heading-container {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  @media only screen and (max-width: 550px) {
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
  }
}

.live-classes__content {
  margin-bottom: 20px;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    width: 100%;
    display: block;
  }

  @media only screen and (max-width: 550px) {
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
  }
}

.live-classes__cards {
  gap: var(--space-2xl);
  display: flex;
  width: 96%;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    width: 100%;
    justify-content: center;
  }
}

.live-classes__card-wrapper {
  gap: var(--space-2xl);
  display: block;
  align-self: stretch;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.live-classes__card-grid {
  display: grid;
  gap: var(--space-2xl);
  row-gap: var(--space-2xl);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    display: none;
  }
}

.live-classes__card-list {
  gap: var(--space-2xl);
  display: flex;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    width: 100%;
    display: grid;
  }
}

.live-classes__card-list-secondary {
  gap: var(--space-2xl);
  display: flex;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    display: none;
  }
}

.live-classes__card-detail {
  gap: var(--space-sm);
  display: none;
  background-color: var(--white_a700_02);
  box-shadow: var(--shadow-xs);
  width: 48%;
  flex-direction: column;
  align-items: end;
  padding: var(--space-2xl);
  border-radius: var(--radius-3xl);
  border: 1px solid var(--gray_100_02);
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.live-classes__card-language-icons {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.live-classes__card-academic-achievement {
  gap: var(--space-sm);
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-xs);
}

.live-classes__card-academic-achievement-container {
  display: flex;
}

.live-classes__card-academic-achievement-heading {
  align-self: end;
}

.live-classes__card-academic-achievement-content {
  margin-bottom: 8px;
  gap: var(--space-sm);
  display: flex;
  background-color: var(--black_900_0a);
  justify-content: center;
  align-items: start;
  padding: var(--space-sm);
  border-radius: var(--radius-xs);
}

.drawer-section {
  gap: var(--space-sm);
  display: flex;
  background-color: #fff9f2;
  width: 100%;
  flex-direction: column;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid var(--orange_500_01);
  @media only screen and (max-width: 1050px) {
    width: 50%;
  }

  @media only screen and (max-width: 550px) {
    width: 100%;
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
    display: block;
    justify-content: center;
    position: absolute;
    align-items: center;
  }
}

.drawer-section__close-button-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  @media only screen and (max-width: 550px) {
    width: 100%;
  }
}

.drawer-section__close-button {
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  border-radius: var(--radius-md);
}

.drawer-section__close-icon {
  height: 24px;
  width: 24px;
}

.drawer-section__content {
  gap: var(--space-sm);
  width: 100%;
  display: flex;
  flex-direction: column;
  @media only screen and (max-width: 550px) {
    width: fit-content;
  }
}

.profesor-header {
  gap: var(--space-md);
  display: flex;
  background-color: var(--white_a700_4c);
  align-items: center;
  border-radius: var(--radius-xl);
  
}

.profesor-header__photo {
  height: 166px;
  width: 36%;
  object-fit: contain;
  
}

.profesor-header__resume {
  gap: var(--space-sm);
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: start;
  
}

.profesor-header__text {
  gap: var(--space-sm);
  display: flex;
  align-self: stretch;
  flex-direction: column;
  align-items: start;
}

.profesor-header__name {
  letter-spacing: 0.25px;
}

.profesor-header__quote {
  color: var(--black_900_02) !important;
  letter-spacing: 0.15px;
  font-size: 14px !important;
  width: 92%;
  line-height: 22px;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.profesor-header__job {
  letter-spacing: 0.15px;
  font-size: 14px !important;
}

.profesor-header__tag-item--live {
  color: var(--black_900_99);
  padding-left: var(--space-xs);
  padding-right: var(--space-xs);
  letter-spacing: 0.14px;
  font-size: 12px;
  font-weight: 500;
  background-color: var(--white_a700_02);
  text-align: center;
  cursor: pointer;
  height: 20px;
  min-width: 98px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--black_900_1e);
}

.profesor-header__tag-item--recorded {
  color: var(--black_900_99);
  padding-left: var(--space-xs);
  padding-right: var(--space-xs);
  letter-spacing: 0.14px;
  font-size: 12px;
  font-weight: 500;
  background-color: var(--white_a700_02);
  text-align: center;
  cursor: pointer;
  height: 20px;
  min-width: 112px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--black_900_1e);
}

.drawer-section__tags {
  gap: var(--space-xl);
  display: flex;
  background-color: var(--white_a700_4c);
  align-items: start;
  border-radius: var(--radius-xl);
  
}

.asignaturas-tags {
  gap: var(--space-sm);
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  @media only screen and (max-width: 550px) {
    width: 100%;
  }
}

.cursos-tags {
  gap: var(--space-sm);
  align-self: center;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  @media only screen and (max-width: 550px) {
    width: 100%;
  }
}

.badge {
  color: var(--black_900_99);
  padding-left: var(--space-xs);
  padding-right: var(--space-xs);
  letter-spacing: 0.14px;
  font-size: 12px;
  font-weight: 500;
  background-color: var(--white_a700_02);
  text-align: center;
  cursor: pointer;
  height: 20px;
  min-width: 32px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--black_900_1e);
}

.badge-1 {
  color: var(--black_900_99);
  padding-left: var(--space-xs);
  padding-right: var(--space-xs);
  letter-spacing: 0.14px;
  font-size: 12px;
  font-weight: 500;
  background-color: var(--white_a700_02);
  text-align: center;
  cursor: pointer;
  height: 20px;
  min-width: 38px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--black_900_1e);
}

.badge-2 {
  color: var(--black_900_99);
  padding-left: var(--space-xs);
  padding-right: var(--space-xs);
  letter-spacing: 0.14px;
  font-size: 12px;
  font-weight: 500;
  background-color: var(--white_a700_02);
  text-align: center;
  cursor: pointer;
  height: 20px;
  min-width: 34px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--black_900_1e);
}

.badge-3 {
  color: var(--black_900_99);
  padding-left: var(--space-xs);
  padding-right: var(--space-xs);
  letter-spacing: 0.14px;
  font-size: 12px;
  font-weight: 500;
  background-color: var(--white_a700_02);
  text-align: center;
  cursor: pointer;
  height: 20px;
  min-width: 56px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--black_900_1e);
}

.badge-4 {
  color: var(--black_900_99);
  padding-left: var(--space-xs);
  padding-right: var(--space-xs);
  letter-spacing: 0.14px;
  font-size: 12px;
  font-weight: 500;
  background-color: var(--white_a700_02);
  text-align: center;
  cursor: pointer;
  height: 20px;
  min-width: 60px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--black_900_1e);
}

.badge-5 {
  color: var(--black_900_99);
  padding-left: var(--space-xs);
  padding-right: var(--space-xs);
  letter-spacing: 0.14px;
  font-size: 12px;
  font-weight: 500;
  background-color: var(--white_a700_02);
  text-align: center;
  cursor: pointer;
  height: 20px;
  min-width: 62px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--black_900_1e);
}

.badge-6 {
  color: var(--black_900_99);
  padding-left: var(--space-xs);
  padding-right: var(--space-xs);
  letter-spacing: 0.14px;
  font-size: 12px;
  font-weight: 500;
  background-color: var(--white_a700_02);
  text-align: center;
  cursor: pointer;
  height: 20px;
  min-width: 64px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--black_900_1e);
}

.drawer-section__details {
  gap: var(--space-2xl);
  display: flex;
  flex-direction: column;
  align-items: start;
}

.drawer-section__tab-group {
  gap: 1px;
  background-color: var(--orange_500_14);
  display: flex;
  flex-wrap: wrap;
  border-radius: var(--radius-xl);
  .active {
    color: var(--black_900_dd) !important;
    background-color: var(--white_a700_02);
    box-shadow: var(--shadow-sm);
    border-radius: var(--radius-md);
  }
}

.drawer-section__tab-button--courses {
  color: var(--gray_700_10);
  font-size: 14px;
  font-weight: 500;
  padding: var(--space-md) 14px;
}

.drawer-section__biography-text {
  color: var(--black_900_02) !important;
  letter-spacing: 0.15px;
  font-size: 14px !important;
  line-height: 22px;
}

.drawer-section__accordion-summary {
  padding-top: var(--space-sm);
  padding-bottom: var(--space-sm);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: var(--white_a700_02);
  flex: 1;
  position: relative;
  cursor: pointer;
  &::before {
    content: "";
    position: absolute;
    inset: 0;
    left: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    background-image: url(../public/images/img_arrow_up.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
  }
}

.container {
  padding-left: var(--space-xl);
  padding-right: var(--space-xl);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-2xl);
}

.custom {
  color: var(--black_900_02) !important;
  margin-bottom: 8px;
  letter-spacing: 0.15px;
  font-size: 14px !important;
  align-self: end;
}

.iconbutton {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--space-sm);
  border-radius: var(--radius-2xl);
}

.footer {
  padding-top: 44px;
  padding-bottom: 44px;
  display: flex;
  background-color: var(--white_a700_02);
  justify-content: center;
  align-items: start;
  @media only screen and (max-width: 1050px) {
    padding-top: var(--space-2xl);
    padding-bottom: var(--space-2xl);
  }
}

.group-5167 {
  margin-bottom: 18px;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
  }
}

.footer__group {
  gap: 34px;
  display: flex;
  width: 86%;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.footer__group-1 {
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: var(--space-2xl);
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

.footer__contact-container {
  gap: 14px;
  display: flex;
  width: 24%;
  flex-direction: column;
  align-items: start;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.footer__logo {
  height: 32px;
  width: 100%;
  object-fit: contain;
  @media only screen and (max-width: 1050px) {
    width: 250px;
    height: auto;
  }
}

.footer__social-media {
  gap: var(--space-xl);
  display: flex;
}

.footer__icon--link {
  height: 36px;
  padding-left: var(--space-sm);
  padding-right: var(--space-sm);
  background-color: var(--orange_500_01) !important;
  width: 36px;
  border-radius: 8px !important;
}

.footer__contact-info {
  gap: var(--space-xs);
  display: flex;
  width: 76%;
  flex-direction: column;
  align-items: start;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.footer__faq-button {
  color: var(--white_a700_02) !important;
  padding-left: var(--space-md);
  padding-right: var(--space-md);
  letter-spacing: 0.46px;
  font-family: Nunito;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  background-color: var(--orange_500_01) !important;
  box-shadow: var(--shadow-xs);
  align-self: stretch;
  height: 30px;
  border-radius: 14px !important;
}

.footer__menu-container {
  width: 38%;
  display: flex;
  justify-content: space-between;
  gap: var(--space-2xl);
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }

  @media only screen and (max-width: 550px) {
    flex-direction: column;
  }
}

.footer__menu {
  gap: var(--space-xl);
  display: flex;
  width: 52%;
  flex-direction: column;
  align-items: start;
  @media only screen and (max-width: 550px) {
    width: 100%;
  }
}

.footer__menu-1 {
  gap: var(--space-xl);
  display: flex;
  flex-direction: column;
  align-items: start;
}

.footer__recognition-container {
  gap: 22px;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.footer__recognition-logo--disc {
  height: 30px;
  width: 58%;
  object-fit: contain;
}

.footer__recognition-logo--forbes {
  height: 14px;
  width: 38%;
  object-fit: contain;
}

.footer__recognition-logo--images {
  height: 14px;
  width: 50%;
  object-fit: contain;
}

.footer__startup-container {
  background-color: var(--white_a700_02);
  display: flex;
  border-radius: var(--radius-xs);
}

.footer__startup-logo {
  height: 20px;
  width: 100%;
  object-fit: cover;
  @media only screen and (max-width: 1050px) {
    height: auto;
  }
}

.footer__divider {
  height: 1px;
  margin-left: 40px;
  margin-right: 40px;
  transform: rotate(180deg);
  background-color: var(--orange_500_01);
  align-self: stretch;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
    margin-right: 0px;
  }
}
:root {
    --amber_400: #ffc91d;
    --black_900_02: #0b0a0a;
    --black_900_03: #000000;
    --black_900_0a: #0000000a;
    --black_900_19: #00000019;
    --black_900_1e: #0000001e;
    --black_900_33: #00000033;
    --black_900_60: #00000060;
    --black_900_6b: #0000006b;
    --black_900_99: #00000099;
    --black_900_dd: #000000dd;
    --blue_100: #bbdefb;
    --blue_500: #2196f3;
    --cyan_100: #b2ebf2;
    --cyan_500: #00bcd4;
    --deep_purple_400: #895ece;
    --gray_100_02: #f5f6fa;
    --gray_50_02: #fafafa;
    --gray_700_01: #58595b;
    --gray_700_03: #5c5c5c;
    --gray_700_09: #616161;
    --gray_700_10: #5e5e5e;
    --gray_800_02: #414042;
    --gray_800_05: #424242;
    --gray_900: #221f1f;
    --green_100: #c8e6c9;
    --green_500: #4caf50;
    --green_a700: #00c853;
    --indigo_900: #3a1f65;
    --orange_100_03: #ffe0b2;
    --orange_400_01: #ffa91a;
    --orange_500: #ff9800;
    --orange_500_01: #fe990d;
    --orange_500_14: #fe990d14;
    --pink_100: #f8bbd0;
    --pink_500: #e91e63;
    --purple_100: #e1bee7;
    --purple_500: #9c27b0;
    --red_100: #ffcdd2;
    --red_500_01: #f44336;
    --teal_200: #80cbc4;
    --teal_900: #004d40;
    --white_a700_02: #ffffff;
    --white_a700_4c: #ffffff4c;
    --white_a700_99_01: #ffffff99;
    --yellow_100_02: #fff9c4;
    --yellow_700_01: #fbc02d;
    --yellow_900: #f79219;
    --yellow_900_04: #ef7816;
    --black_600: #656d76;
    --gray_shadow: #00000029;
    --shadow-xs: 0 3px 1px -2px #00000033;
    --shadow-sm: 0 1px 2px 0 #00000019;
    --shadow-md: 0 2px 1px -1px #00000033;
    --shadow-lg: 0 0 13px 5px #00000029;
    --radius-xs: 8px;
    --radius-sm: 10px;
    --radius-md: 12px;
    --radius-lg: 14px;
    --radius-xl: 16px;
    --radius-2xl: 20px;
    --radius-3xl: 24px;
    --space-xs: 6px;
    --space-sm: 8px;
    --space-md: 10px;
    --space-lg: 12px;
    --space-xl: 16px;
    --space-2xl: 20px;
    --space-3xl: 30px;
    --space-4xl: 38px;
}