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

/*-------------------------------------
  1. Common CSS
--------------------------------------*/
.header__menu-link {
  color: var(--indigo_900) !important;
  font-weight: 400 !important;
}

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

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

.container__button-1 {
  display: flex;
  padding: var(--space-xs);
  border-radius: var(--radius-xs);
}

.container__button-4 {
  display: flex;
  padding: var(--space-xs);
  border-radius: var(--radius-sm);
}

.container__description {
  color: var(--black_900) !important;
  letter-spacing: 0.15px;
  font-weight: 400 !important;
  line-height: 22px;
}

.user-profile-form {
  margin-top: 18px;
  display: flex;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

.user-profile-form__input {
  color: var(--gray_700) !important;
  padding-left: var(--space-md);
  padding-right: var(--space-md);
  font-family: Nunito;
  font-size: 12px;
  width: 38%;
  height: 40px;
  border-radius: 4px !important;
  border: 1px solid var(--black_900_3a) !important;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.user-profile-form__row {
  padding-left: var(--space-xl);
  padding-right: var(--space-xl);
  flex: 1;
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
  }
}

.container__column--form {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.user-profile-form__label-container {
  margin-left: 12px;
  margin-right: 12px;
  z-index: 2;
  align-self: stretch;
  position: relative;
  display: flex;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.container__label {
  letter-spacing: 0.15px;
  font-family: Nunito !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.user-profile-form__view {
  height: 32px;
  margin-top: -10px;
  position: relative;
  width: 64%;
  border-radius: var(--radius-xs);
  border: 1px solid var(--black_900_3a);
}

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

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

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

.header {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
  background-color: var(--white_a700);
}

.header-1 {
  margin-bottom: 130px;
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
  background-color: var(--white_a700);
  display: flex;
  justify-content: center;
}

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

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

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

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

.header__menu-item {
  gap: var(--space-sm);
  display: flex;
  align-items: center;
  cursor: pointer;
}

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

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

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

.header__button--signup {
  color: var(--white_a700) !important;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 15px;
  font-weight: 500;
  gap: var(--space-xs);
  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-xl);
    padding-right: var(--space-xl);
  }
}

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

.hero03 {
  height: 646px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../public/images/img_hero_03.webp);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: end;
  @media only screen and (max-width: 1050px) {
    height: auto;
  }

  @media only screen and (max-width: 550px) {
    flex-direction: column;
    padding-top: var(--space-xl);
    padding-bottom: var(--space-xl);
    display: block;
  }
}

.becas-section {
  margin-top: 60px;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    padding-left: var(--space-xl);
    padding-right: var(--space-xl);
  }

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

.becas-section__container {
  padding-left: 40px;
  padding-right: 40px;
  gap: var(--space-4xl);
  display: flex;
  width: 100%;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    flex-direction: row;
  }

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

.becas-section__content {
  gap: var(--space-4xl);
  display: flex;
  width: 100%;
  flex-direction: column;
  @media only screen and (max-width: 550px) {
    width: 100%;
  }
}

.becas-section__header {
  gap: var(--space-lg);
  display: flex;
  flex-direction: column;
}

.becas-section__title {
  color: var(--indigo_900) !important;
  line-height: 110%;
  @media only screen and (max-width: 550px) {
    font-size: 42px;
  }
}

.becas-section__subtitle {
  line-height: 153%;
}

.becas-section__button {
  gap: var(--space-xs);
  display: flex;
  align-items: center;
}

.becas-section__button-icon {
  height: 48px;
  padding-left: var(--space-sm);
  padding-right: var(--space-sm);
  background-color: var(--green_a700) !important;
  width: 48px;
  border-radius: 24px !important;
}

.becas-section__button-text {
  color: var(--green_a700) !important;
}

.becas-section__image-container {
  padding-left: var(--space-2xl);
  padding-right: var(--space-2xl);
  width: 100%;
  @media only screen and (max-width: 550px) {
    width: 100%;
    padding-left: var(--space-xl);
    padding-right: var(--space-xl);
  }
}

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

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

.columnheading {
  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-xl);
    padding-right: var(--space-xl);
  }
}

.columnheading__row {
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
  @media only screen and (max-width: 1050px) {
    padding-left: var(--space-xl);
    padding-right: var(--space-xl);
  }
}

.columnheading__heading {
  color: var(--indigo_900) !important;
  letter-spacing: -1.5px;
  @media only screen and (max-width: 550px) {
    font-size: 34px;
  }
}

.container {
  width: 96%;
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    width: 100%;
    padding-left: var(--space-xl);
    padding-right: var(--space-xl);
  }
}

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

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

.container__column {
  background-color: var(--orange_500_14);
  width: 28%;
  padding: 4px;
  border-radius: var(--radius-md);
  @media only screen and (max-width: 1050px) {
    width: fit-content;
  }

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

.container__button {
  background-color: var(--white_a700);
  box-shadow: var(--shadow-xs);
  display: flex;
  padding: 6px var(--space-xs);
  border-radius: var(--radius-sm);
}

.container__button-text {
  color: var(--black_900_dd) !important;
  align-self: end;
}

.container__button-3 {
  display: flex;
  padding: 10px var(--space-xs);
  border-radius: var(--radius-sm);
}

.container__column--main {
  gap: var(--space-lg);
  align-self: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
  }
}

.container__column--info {
  gap: var(--space-md);
  display: flex;
  flex-direction: column;
}

.container__title-row {
  gap: var(--space-lg);
  display: flex;
  align-items: center;
  @media only screen and (max-width: 550px) {
    flex-direction: row;
    justify-content: flex-start;
  }
}

.container__icon {
  height: 40px;
  width: 40px;
  border-radius: var(--radius-sm);
  @media only screen and (max-width: 550px) {
    width: fit-content;
  }
}

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

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

.container__divider {
  height: 1px;
  transform: rotate(180deg);
  background-color: var(--black_900_1e);
}

.container__column--details {
  gap: var(--space-lg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.container__details-text-2 {
  color: var(--black_900) !important;
  letter-spacing: 0.15px;
  font-weight: 400 !important;
  width: 100%;
  line-height: 22px;
}

.container__form-row {
  margin-top: 12px;
  align-self: stretch;
}

.container__label-row--extended {
  margin-top: 18px;
  gap: var(--space-xl);
  display: flex;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

.container__label-column {
  width: 38%;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.container__label-container {
  margin-left: 12px;
  margin-right: 12px;
  z-index: 3;
  position: relative;
  display: flex;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.container__input {
  color: var(--black_900) !important;
  margin-top: -10px;
  padding-left: var(--space-md);
  padding-right: var(--space-md);
  font-size: 16px;
  position: relative;
  height: 40px;
  border-radius: 4px !important;
  border: 1px solid var(--black_900_3a) !important;
}

.container__floating-label {
  color: var(--gray_700);
  padding-left: var(--space-lg);
  padding-right: var(--space-lg);
  letter-spacing: 0.15px;
  font-family: Nunito;
  font-size: 12px;
  width: 38%;
  height: 46px;
  border-radius: 4px !important;
  border: 1px solid var(--black_900_3a) !important;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.container__column--social {
  margin-top: 12px;
}

.container__label-container-1 {
  margin-left: 12px;
  margin-right: 12px;
  z-index: 4;
  align-self: stretch;
  position: relative;
  display: flex;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.container__value-row {
  margin-top: -10px;
  position: relative;
  width: 38%;
  display: flex;
  padding: 6px var(--space-sm);
  border-radius: var(--radius-xs);
  border: 1px solid var(--black_900_3a);
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.container__value-text {
  color: var(--black_900) !important;
  letter-spacing: 0.15px;
  align-self: end;
}

.container__name-row {
  padding-left: var(--space-md);
  padding-right: var(--space-md);
  display: flex;
}

.container__name-text {
  letter-spacing: 0.4px;
  font-size: 12px !important;
  font-weight: 400 !important;
  align-self: end;
}

.container__textarea {
  color: var(--black_900_dd);
  margin-top: 38px;
  letter-spacing: 0.15px;
  font-size: 18px;
  align-self: stretch;
  height: 122px;
  padding: 18px var(--space-sm) var(--space-sm) var(--space-sm);
  border-bottom: 1px solid var(--black_900_6b) !important;
}

.container__button--submit {
  color: var(--white_a700) !important;
  margin-top: 18px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 15px;
  font-weight: 500;
  background-color: var(--orange_500) !important;
  box-shadow: 0 3px 1px -2px #00000033 !important;
  height: 42px;
  min-width: 176px;
  border-radius: 20px !important;
  @media only screen and (max-width: 550px) {
    padding-left: var(--space-xl);
    padding-right: var(--space-xl);
  }
}

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

.footer__row {
  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-xl);
    padding-right: var(--space-xl);
  }
}

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

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

.footer__column--logo {
  gap: var(--space-md);
  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-lg);
  display: flex;
}

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

.footer__column--contact {
  gap: 6px;
  display: flex;
  width: 76%;
  flex-direction: column;
  align-items: start;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.footer__button--faq {
  color: var(--white_a700) !important;
  padding-left: 10px;
  padding-right: 10px;
  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__row--menu {
  width: 38%;
  display: flex;
  justify-content: space-between;
  gap: var(--space-xl);
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }

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

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

.footer__column--community {
  gap: var(--space-lg);
  display: flex;
  flex-direction: column;
  align-items: start;
}

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

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

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

.footer__image--images2 {
  height: 14px;
  width: 50%;
  object-fit: contain;
}

.footer__row--partners {
  background-color: var(--white_a700);
  display: flex;
  border-radius: var(--radius-sm);
}

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

.footer__line {
  height: 1px;
  margin-left: 40px;
  margin-right: 40px;
  transform: rotate(180deg);
  background-color: var(--orange_500);
  align-self: stretch;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.footer__text--copyright {
  font-weight: 400 !important;
}
