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

/*-------------------------------------
  1. Common CSS
--------------------------------------*/
.mega-menu__link {
  color: var(--black_600) !important;
  font-size: 16px;
  font-weight: 400;
  align-self: center;
  @media only screen and (max-width: 550px) {
    font-size: 13px;
  }
}

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

.mega-menu__title {
  color: var(--black_900_01) !important;
  font-size: 18px;
  font-weight: 700;
  @media only screen and (max-width: 550px) {
    font-size: 15px;
  }
}

.menu-column {
  gap: var(--space-lg);
  display: flex;
  flex-direction: column;
  align-items: start;
  @media only screen and (max-width: 550px) {
    gap: var(--space-lg);
  }
}

.menu-link {
  align-self: center;
  @media only screen and (max-width: 550px) {
    font-size: 13px;
  }
}

.mega-menu__text {
  color: var(--black_600) !important;
  font-size: 16px;
  font-weight: 400;
}

.header__submenu-text {
  color: var(--indigo_900) !important;
}

.basic-plan__video-text {
  color: var(--black_900_dd) !important;
  letter-spacing: 0.17px;
  align-self: center;
  line-height: 20px;
  width: 90%;
}

.basic-plan__planner-text {
  letter-spacing: 0.17px;
}

.basic-plan__teacher-text {
  letter-spacing: 0.17px;
  align-self: center;
  line-height: 20px;
  width: 90%;
}

.basic-plan__guide-text {
  color: var(--black_900_dd) !important;
  letter-spacing: 0.17px;
  align-self: end;
}

.basic-plan {
  gap: var(--space-2xl);
  display: flex;
  background-color: var(--white_a700);
  box-shadow: var(--shadow-xs);
  width: 300px;
  cursor: pointer;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  height: 1023px;
  padding: 40px var(--space-4xl);
  border-radius: var(--radius-md);
  &:hover {
    box-shadow: var(--shadow-xs);
  }

  @media only screen and (max-width: 1050px) {
    width: 100%;
    height: fit-content;
  }

  @media only screen and (max-width: 550px) {
    padding-top: var(--space-4xl);
    padding-bottom: var(--space-4xl);
  }
}

.pricing-section__feature-text--sistemauncheck {
  letter-spacing: 0.17px;
  font-size: 12px;
  font-weight: 400;
  align-self: start;
}

.pricing-section__feature-text--planificador {
  color: var(--black_900_dd) !important;
  letter-spacing: 0.17px;
  font-size: 12px;
  font-weight: 400;
  align-self: start;
}

.pricing-section__feature-text--accesouncheck {
  letter-spacing: 0.17px;
  font-size: 12px;
  font-weight: 400;
  align-self: center;
  width: 90%;
  line-height: 20px;
}

.pricing-section__feature-text--profesoria {
  color: var(--black_900_dd) !important;
  letter-spacing: 0.17px;
  font-size: 12px;
  font-weight: 400;
  align-self: center;
  line-height: 20px;
  width: 212px;
}

.pricing-section__feature-text--guia {
  color: var(--black_900_dd) !important;
  letter-spacing: 0.17px;
  font-size: 12px;
  font-weight: 400;
  align-self: end;
}

.colegioplan {
  width: 300px;
  cursor: pointer;
  border-radius: 16px;
  box-shadow: var(--shadow-xs);
  height: 1023px;
  &:hover {
    box-shadow: var(--shadow-xs);
  }

  @media only screen and (max-width: 1050px) {
    width: 100%;
    height: fit-content;
  }
}

.matricula {
  color: var(--orange_700) !important;
  border-top-left-radius: var(--radius-sm);
  border-top-right-radius: var(--radius-sm);
  letter-spacing: 0.17px;
  font-size: 12px;
  font-weight: 700;
  background-color: var(--orange_50);
  justify-content: center;
  display: flex;
  width: 100%;
  height: 28px;
  padding: 6px 34px;
  @media only screen and (max-width: 550px) {
    padding-left: var(--space-4xl);
    padding-right: var(--space-4xl);
  }
}

.basic-plan__info-top {
  align-self: stretch;
}

.basic-plan__heading {
  display: flex;
}

.colegioonline {
  color: var(--gray_900) !important;
  font-size: 16px;
  font-weight: 700;
  align-self: end;
}

.basic-plan__price-info {
  gap: var(--space-xs);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.basic-plan__price-row {
  align-self: stretch;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pricing-section__price {
  color: var(--black_900_dd) !important;
  letter-spacing: -0.5px;
  font-size: 30px;
  font-weight: 700;
  @media only screen and (max-width: 1050px) {
    font-size: 28px;
  }

  @media only screen and (max-width: 550px) {
    font-size: 26px;
  }
}

.pricing-section__price-unit {
  color: var(--black_900_99) !important;
  letter-spacing: 0.17px;
  font-size: 12px;
  font-weight: 400;
  align-self: end;
}

.pricing-section__price-description {
  color: var(--black_900_99) !important;
  letter-spacing: 0.17px;
  font-size: 12px;
  font-weight: 400;
}

.basic-plan__subscribe-button {
  color: var(--white_a700);
  padding-left: var(--space-2xl);
  padding-right: var(--space-2xl);
  font-size: 14px;
  font-weight: 500;
  background-color: var(--orange_500) !important;
  box-shadow: 0 3px 1px -2px #00000033 !important;
  height: 36px;
  min-width: 112px;
  border-radius: 18px !important;
}

.offer {
  color: var(--black_900_dd) !important;
  letter-spacing: 0.17px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.pricing-section__includes {
  color: var(--black_900_dd) !important;
  letter-spacing: 0.17px;
  font-size: 14px;
  font-weight: 700;
}

.basic-plan__features-list {
  gap: var(--space-md);
  display: flex;
  align-self: stretch;
  flex-direction: column;
}

.pricing-section__feature-text {
  color: var(--black_900_dd) !important;
  letter-spacing: 0.17px;
  font-size: 12px;
  font-weight: 400;
  align-self: center;
  width: 90%;
  line-height: 20px;
}

.basic-plan__guide-feature {
  gap: var(--space-sm);
  display: flex;
  justify-content: center;
}

.basic-plan__stats-row {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-4xl);
}

.planificadorde-1 {
  color: var(--black_900) !important;
  letter-spacing: 0.17px;
  font-size: 12px;
  font-weight: 400;
  align-self: start;
}

.cuestionarios-1 {
  color: var(--black_900) !important;
  letter-spacing: 0.17px;
  font-size: 12px;
  font-weight: 400;
  align-self: center;
  line-height: 20px;
  width: 212px;
}

.basic-plan__feature {
  gap: var(--space-sm);
  display: flex;
  justify-content: center;
  align-items: start;
}

.basic-plan__video-row {
  gap: var(--space-sm);
  align-self: center;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: start;
  @media only screen and (max-width: 1050px) {
    justify-content: space-between;
  }
}

.acceso-1 {
  color: var(--black_900) !important;
  letter-spacing: 0.17px;
  font-size: 12px;
  font-weight: 400;
  align-self: center;
  width: 90%;
  line-height: 20px;
}

.basic-plan__check-icon {
  height: 20px;
  width: 20px;
}

.rowactividadesd {
  align-self: center;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: var(--space-4xl);
}

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

.infooutlined-32 {
  height: 20px;
}

.basic-plan__guide-row {
  gap: var(--space-2xl);
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    justify-content: space-between;
  }
}

.pricing-section__feature-content--facsmiles {
  gap: var(--space-5xl);
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    justify-content: space-between;
  }
}

.basic-plan__incentive-row {
  gap: var(--space-xl);
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    justify-content: space-between;
  }
}

.guasdeapoyo-1 {
  color: var(--black_900) !important;
  letter-spacing: 0.17px;
  font-size: 12px;
  font-weight: 400;
  align-self: end;
}

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

.footer__recognition-title {
  color: var(--gray_700) !important;
  font-size: 16px;
  font-weight: 400;
}

/*-------------------------------------
  2. Page CSS
--------------------------------------*/
.precios-brincus {
  overflow-x: scroll;
  background-color: var(--white_a700);
  width: 100%;
}

.maincontainer {
  width: 100%;
}

.header {
  display: flex;
  background-color: var(--white_a700);
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: var(--space-4xl);
  padding: var(--space-2xl) 100px;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    padding-left: var(--space-4xl);
    padding-right: var(--space-4xl);
  }
}

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

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

.header__sections {
  flex: 1;
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
  }
}

.header__dropdown {
  display: flex;
  justify-content: center;
}

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

.dhi-group {
  cursor: pointer;
  &:hover > :last-child {
    display: block;
  }
}

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

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

.dhi-group-1 {
  position: absolute;
  top: auto;
  min-width: 200px;
  padding-top: var(--space-lg);
  z-index: 99;
  display: none;
  group-hover {
    display: block;
  }
}

.menu-container {
  background-color: var(--white_a700);
  box-shadow: var(--shadow-md);
  width: 100%;
  padding: var(--space-4xl);
  border-radius: var(--radius-xs);
}

.menu-group {
  gap: var(--space-6xl);
  display: flex;
}

.header__actions {
  gap: 24px;
  display: flex;
}

.header__button--login {
  color: var(--gray_100);
  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-4xl);
    padding-right: var(--space-4xl);
  }
}

.header__button--start {
  color: var(--white_a700);
  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-4xl);
    padding-right: var(--space-4xl);
  }
}

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

.rowprice {
  height: fit-content;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../public/images/img_row_price_section.webp);
  background-size: cover;
  background-repeat: no-repeat;
  @media only screen and (max-width: 1050px) {
    height: auto;
    padding-top: var(--space-4xl);
    padding-bottom: var(--space-4xl);
  }
}

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

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

.precios-brincus__column-heading {
  gap: var(--space-2xl);
}

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

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

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

.precios-brincus__paragraph {
  color: var(--gray_700) !important;
}

.pricing-section {
  /* padding-left: 70px; */
  /* padding-right: 56px; */
  margin:auto;
  gap: var(--space-4xl);
  display: flex;
  width: auto;
  @media only screen and (max-width: 1270px) {
    flex-direction: column;
    width: auto;
    padding-left: var(--space-4xl);
    padding-right: var(--space-4xl);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 20px;
  }

  @media only screen and (max-width: 550px) {
    width: 100%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.basic-plan__title {
  color: var(--gray_900) !important;
}

.basic-plan__price {
  letter-spacing: -0.5px;
  @media only screen and (max-width: 550px) {
    font-size: 26px;
  }
}

.basic-plan__price-period {
  color: var(--black_900_99) !important;
  letter-spacing: 0.17px;
  align-self: end;
}

.basic-plan__student-value {
  color: var(--black_900_99) !important;
  letter-spacing: 0.17px;
}

.basic-plan__offer-text {
  color: var(--black_900_01) !important;
  letter-spacing: 0.17px;
  font-weight: 700 !important;
  width: 100%;
  line-height: 20px;
  height: 88px;
  @media only screen and (max-width: 1050px) {
    height: fit-content;
  }
}

.basic-plan__includes-text {
  color: var(--black_900_dd) !important;
  letter-spacing: 0.17px;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.basic-plan__quiz-row {
  gap: var(--space-sm);
  align-self: center;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: start;
  @media only screen and (max-width: 1050px) {
    justify-content: space-between;
  }
}

.basic-plan__exam-row {
  gap: var(--space-5xl);
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.basic-plan__exam-text {
  letter-spacing: 0.17px;
  align-self: end;
  @media only screen and (max-width: 1050px) {
    width: 90%;
  }
}

.basic-plan__live-class-text {
  letter-spacing: 0.17px;
  align-self: end;
}

.pricing-section__title {
  color: var(--gray_900) !important;
  font-size: 16px;
  font-weight: 700;
}

.pricing-section__offer {
  color: var(--black_900_dd) !important;
  letter-spacing: 0.17px;
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  line-height: 20px;
  height: 88px;
  @media only screen and (max-width: 1050px) {
    height: fit-content;
  }
}

.pricing-section__feature-text--cuestionario {
  color: var(--black_900_dd) !important;
  letter-spacing: 0.17px;
  font-size: 12px;
  font-weight: 400;
  align-self: center;
  line-height: 20px;
  width: 212px;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.pricing-section__feature-text--13clases {
  letter-spacing: 0.17px;
  font-size: 12px;
  font-weight: 400;
  align-self: end;
}

.colegioplan-1 {
  padding-top: 12px;
  padding-bottom: var(--space-lg);
  padding-left: var(--space-4xl);
  padding-right: var(--space-4xl);
  border-bottom-left-radius: var(--radius-md);
  border-bottom-right-radius: var(--radius-md);
  gap: var(--space-2xl);
  background-color: var(--white_a700);
  display: flex;
  align-self: stretch;
  flex-direction: column;
  align-items: start;
  @media only screen and (max-width: 1050px) {
    padding-top: 20px;
  }
}

.colegiodscto {
  gap: var(--space-md);
  display: flex;
  align-self: stretch;
  flex-direction: column;
  height: 88px;
  @media only screen and (max-width: 1050px) {
    height: fit-content;
  }
}

.cuotas {
  color: var(--black_900) !important;
  letter-spacing: 0.17px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.class-5clasesde {
  letter-spacing: 0.17px;
  font-size: 12px;
  font-weight: 400;
  align-self: center;
  line-height: 20px;
  width: 212px;
}

.actividadesde {
  letter-spacing: 0.17px;
  font-size: 12px;
  font-weight: 400;
  align-self: center;
  line-height: 20px;
}

.suscribirme-1 {
  color: var(--white_a700);
  margin-bottom: 32px;
  padding-left: var(--space-2xl);
  padding-right: var(--space-2xl);
  font-size: 14px;
  font-weight: 500;
  background-color: var(--orange_500) !important;
  box-shadow: 0 3px 1px -2px #00000033 !important;
  height: 36px;
  min-width: 112px;
  border-radius: 18px !important;
}

.colegiopremium {
  border-bottom-left-radius: var(--radius-md);
  border-bottom-right-radius: var(--radius-md);
  gap: var(--space-2xl);
  background-color: var(--white_a700);
  display: flex;
  align-self: stretch;
  flex-direction: column;
  align-items: start;
  padding: var(--space-lg) var(--space-4xl);
  @media only screen and (max-width: 1050px) {
    padding-top: 20px;
  }
}

.pagaenfourteen {
  color: var(--black_900) !important;
  letter-spacing: 0.17px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.item-15 {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.actividadesde-1 {
  color: var(--black_900) !important;
  letter-spacing: 0.17px;
  font-size: 12px;
  font-weight: 400;
  align-self: center;
  line-height: 20px;
  width: 212px;
  text-align: left;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.suscribirme-3 {
  color: var(--white_a700);
  margin-bottom: 28px;
  padding-left: var(--space-2xl);
  padding-right: var(--space-2xl);
  font-size: 14px;
  font-weight: 500;
  background-color: var(--orange_500) !important;
  box-shadow: 0 3px 1px -2px #00000033 !important;
  height: 36px;
  min-width: 112px;
  border-radius: 18px !important;
}

.footer {
  padding-top: 46px;
  padding-bottom: 46px;
  flex-direction: column;
  display: flex;
  background-color: var(--white_a700);
  align-items: center;
  @media only screen and (max-width: 1050px) {
    padding-top: var(--space-4xl);
    padding-bottom: var(--space-4xl);
  }
}

.footer__column {
  margin-bottom: 16px;
  padding-left: 40px;
  padding-right: 40px;
  gap: 40px;
  display: flex;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    padding-left: var(--space-4xl);
    padding-right: var(--space-4xl);
  }
}

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

.footer__social-media {
  gap: var(--space-2xl);
  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-icons {
  gap: var(--space-2xl);
  display: flex;
}

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

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

.footer__faq-button {
  color: var(--white_a700);
  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) !important;
  box-shadow: 0 3px 1px -2px #00000033 !important;
  align-self: stretch;
  height: 30px;
  border-radius: 14px !important;
}

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

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

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

.footer__community-list {
  gap: var(--space-3xl);
  display: flex;
  flex-direction: column;
  align-items: start;
}

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

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

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

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

.footer__recognition-row {
  background-color: var(--white_a700);
  display: flex;
  border-radius: var(--radius-xs);
}

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

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

.footer__divider {
  height: 1px;
  transform: rotate(180deg);
  background-color: var(--orange_500);
  align-self: stretch;
}

.footer__copyright {
  color: var(--gray_700) !important;
  font-size: 14px;
  font-weight: 400;
}
