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

/*-------------------------------------
  1. Common CSS
--------------------------------------*/
.content-section__logo-image--black {
  height: 86px;
  width: 30%;
  object-fit: contain;
  @media only screen and (max-width: 1050px) {
    width: 28%;
  }

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

.brincuscorp__column {
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.content-section__text-block {
  gap: var(--space-xl);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card__input--position {
  color: var(--black_900_99);
  padding-left: var(--space-md);
  padding-right: var(--space-md);
  letter-spacing: 0.15px;
  font-size: 12px;
  gap: var(--space-lg);
  width: 100%;
  height: 40px;
  border-radius: 4px !important;
  border: 1px solid var(--black_900_3a) !important;
}

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

.card__input--name {
  color: var(--black_900_99);
  padding-left: var(--space-lg);
  padding-right: var(--space-lg);
  letter-spacing: 0.15px;
  font-size: 12px;
  width: 100%;
  height: 40px;
  border-radius: 4px !important;
  border: 1px solid var(--black_900_3a) !important;
}

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

/*-------------------------------------
  2. Page CSS
--------------------------------------*/
.brincuscorp {
  background-color: var(--gray_50);
  width: 100%;
}

.header {
  display: flex;
  background-color: var(--white_a700);
  justify-content: center;
  align-items: center;
  padding: var(--space-lg);
}

.header__row {
  width: 74%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  @media only screen and (max-width: 1050px) {
    width: 80%;
  }

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

.header__logo {
  height: 36px;
  width: 200px;
  object-fit: contain;
}

.header__button {
  color: var(--indigo_900_01);
  padding-left: 7px;
  padding-right: 7px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  gap: var(--space-xs);
  height: 30px;
  min-width: 162px;
  border-radius: 14px !important;
  border: 1px solid var(--indigo_900_7f);
}

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

.rowheading {
  height: auto;
  background-image: url(../public/images/img_group_654.png);
  background-size: cover;
  background-repeat: no-repeat;
  @media only screen and (max-width: 550px) {
    background-position: center;
  }
}

.hero {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: var(--indigo_900_7f);
  @media only screen and (max-width: 1050px) {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center;
  }

  @media only screen and (max-width: 550px) {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.columnheading {
  padding-left: var(--space-3xl);
  padding-right: var(--space-3xl);
  gap: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8px;
  @media only screen and (max-width: 1050px) {
    padding-left: 20px;
    padding-right: 20px;
  }

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

.columnheading__title {
  color: var(--gray_50_01) !important;
  line-height: 100%;
  @media only screen and (max-width: 550px) {
    text-align: center;
  }
}

.columnheading__description {
  color: var(--gray_50_01) !important;
  text-align: center;
  align-self: stretch;
  line-height: 120%;
}

.columnheading__button {
  color: var(--white_a700) !important;
  padding-left: var(--space-xl);
  padding-right: var(--space-xl);
  letter-spacing: 0.46px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  background-color: var(--orange_500) !important;
  box-shadow: 0 3px 1px -2px #00000033 !important;
  height: 66px;
  min-width: 298px;
  border-radius: 32px !important;
  @media only screen and (max-width: 550px) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.seccionvideo {
  padding-top: 78px;
  padding-bottom: 78px;
  background-color: var(--white_a700);
  @media only screen and (max-width: 1050px) {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.content-section-1 {
  gap: var(--space-xl);
  display: flex;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.content-section__column {
  gap: var(--space-xl);
  display: flex;
  flex-direction: column;
}

.text-block__heading {
  text-align: center;
  align-self: stretch;
  line-height: 100%;
  @media only screen and (max-width: 550px) {
    line-height: 100%;
  }
}

.text-block__paragraph {
  color: var(--black_900) !important;
  @media only screen and (max-width: 550px) {
    text-align: center;
  }
}

.content-section__video-player {
  height: 500px;
  background-color: var(--gray_600);
  background-image: url(../public/images/img_youtube_player.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 226px 56px;
  border-radius: var(--radius-xl);
  @media only screen and (max-width: 1050px) {
    height: 300px;
    padding: 20px;
  }
}

.video-player__button {
  width: 60px;
  height: 46px;
}

.content-section__logos {
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  @media only screen and (max-width: 550px) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.logos__row {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  @media only screen and (max-width: 550px) {
    width: 28px;
    flex: 1;
  }
}

.logos__item {
  padding-left: var(--space-md);
  padding-right: var(--space-md);
  display: flex;
  @media only screen and (max-width: 1050px) {
    width: fit-content;
  }

  @media only screen and (max-width: 550px) {
    justify-content: center;
  }
}

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

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


.logos__image--primary {
  height: auto;
  width: 24%;
  object-fit: contain;
}

.logos__image--secondary {
  height: auto;
  margin-left: 20px;
  width: 24%;
  object-fit: contain;
}

.logos__image--tertiary {
  height: auto;
  margin-left: 20px;
  width: 24%;
  object-fit: contain;
}

.logos__row--forbes {
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
  @media only screen and (max-width: 550px) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.logos__image--forbes {
  height: auto;
  width: 25%;
  margin-left:20px;
  object-fit: contain;
}

.seccionslider {
  padding-top: 78px;
  padding-bottom: 78px;
  background-color: var(--orange_50);
  @media only screen and (max-width: 1050px) {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  @media only screen and (max-width: 550px) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.column_two {
  gap: 14px;
}

.brincuscorp__title {
  color: var(--black_900_01) !important;
  line-height: 100%;
  @media only screen and (max-width: 550px) {
    font-size: 36px;
    text-align: center;
  }
}

.webslider {
  width: 70%;
  padding: var(--space-md);
  border-radius: var(--radius-md);
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.slider {
  height: auto;
  position: relative;
  align-content: center;
}

.slider-1 {
  max-width: 100%;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.webslider__content {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.webslider__content__column {
  gap: var(--space-lg);
  display: flex;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.webslider__image {
  height: 350px;
  object-fit: cover;
  border-radius: var(--radius-2xl);
  @media only screen and (max-width: 550px) {
    height: 350px;
  }
}

.webslider__controls {
  padding-left: var(--space-xs);
  padding-right: var(--space-xs);
  gap: var(--space-md);
  display: flex;
  flex-direction: column;
  align-items: start;
}

.webslider__description {
  align-self: stretch;
  line-height: 120%;
}

.webslider__controls__button--prev {
  height: 40px;
  padding-left: var(--space-sm);
  padding-right: var(--space-sm);
  background-color: var(--white_a700) !important;
  width: 40px;
  margin-right: 0;
  margin-top: auto;
  border-radius: 20px !important;
  border: 0.5px solid var(--indigo_900_01);
  @media only screen and (max-width: 1050px) {
    left: 10%;
  }
}

.webslider__controls__button--next {
  height: 40px;
  padding-left: var(--space-sm);
  padding-right: var(--space-sm);
  background-color: var(--white_a700) !important;
  width: 40px;
  position: relative;
  bottom: 33%;
  border-radius: 20px !important;
  border: 0.5px solid var(--indigo_900_01);
}

.rowheading_two {
  margin-top: 80px;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.content-section {
  gap: 20px;
  display: flex;
  width: 56%;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    width: 80%;
    gap: var(--space-3xl);
    justify-content: center;
  }

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

.content-section__heading-column {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.content-section__title {
  text-align: center;
  font-weight: 700 !important;
  line-height: 100%;
  @media only screen and (max-width: 550px) {
    line-height: 100%;
  }
}

.content-section__description {
  text-align: center;
  line-height: 120%;
  @media only screen and (max-width: 550px) {
    line-height: 120%;
  }
}

.content-section__image {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.content-section__vector-column {
  padding-top: 30px;
  padding-bottom: 14px;
  gap: 20px;
  @media only screen and (max-width: 1050px) {
    gap: var(--space-3xl);
  }

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

.content-section__vector-row {
  width: 94%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  @media only screen and (max-width: 1050px) {
    width: 90%;
  }

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

.content-section__vector-image--indigo {
  height: 38px;
  width: 28%;
  object-fit: contain;
  @media only screen and (max-width: 550px) {
    width: 100%;
  }
}

.content-section__vector-image--red {
  height: 40px;
  width: 22%;
  object-fit: contain;
  @media only screen and (max-width: 1050px) {
    width: 28%;
  }

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

.content-section__logo--softys {
  height: 96px;
  width: 30%;
  object-fit: contain;
  @media only screen and (max-width: 1050px) {
    width: 28%;
  }

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

.content-section__logo-row {
  width: 96%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  @media only screen and (max-width: 1050px) {
    width: 90%;
  }

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

.content-section__vector-image--white {
  height: 66px;
  width: 26%;
  object-fit: contain;
  @media only screen and (max-width: 1050px) {
    width: 28%;
  }

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

.content-section__bschool-image {
  height: 96px;
  width: 12%;
  object-fit: contain;
  @media only screen and (max-width: 550px) {
    width: 20%;
    object-fit: contain;
  }
}

.column_six {
  margin-top: 80px;
  padding-top: 56px;
  padding-bottom: 56px;
  gap: var(--space-3xl);
  background-color: var(--deep_purple_50);
  @media only screen and (max-width: 1050px) {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  @media only screen and (max-width: 550px) {
    padding-top: 56px;
    padding-bottom: 20px;
  }
}

.column__content {
  gap: var(--space-md);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.column__content__title {
  line-height: 100%;
  @media only screen and (max-width: 550px) {
    text-align: center;
  }
}

.column__content__description {
  align-self: stretch;
  line-height: 120%;
  @media only screen and (max-width: 550px) {
    text-align: center;
  }
}

.card {
  padding-top: 58px;
  padding-bottom: 58px;
  background-color: var(--white_a700_cc);
  box-shadow: var(--shadow-xs);
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: var(--radius-2xl);
  @media only screen and (max-width: 1050px) {
    margin-left: 40px;
    margin-right: 40px;
    padding: 20px;
  }

  @media only screen and (max-width: 550px) {
    width: 80%;
    margin-bottom: 80px;
    padding: 62px 20px;
  }
}

.card__column-heading {
  margin-bottom: 20px;
  padding-left: var(--space-3xl);
  padding-right: var(--space-3xl);
  gap: 38px;
  @media only screen and (max-width: 550px) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.card__row-solicitar {
  align-self: stretch;
}

.card__input--phone {
  color: var(--black_900_99);
  padding-left: 14px;
  padding-right: 14px;
  letter-spacing: 0.15px;
  font-size: 12px;
  width: 100%;
  height: 48px;
  gap: 16px;
  border-radius: 4px !important;
  border: 1px solid var(--black_900_3a) !important;
}

.card__button--request-meeting {
  color: var(--white_a700) !important;
  padding-left: var(--space-xl);
  padding-right: var(--space-xl);
  letter-spacing: 0.46px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  background-color: var(--orange_500) !important;
  box-shadow: 0 3px 1px -2px #00000033 !important;
  height: 66px;
  min-width: 238px;
  border-radius: 32px !important;
  @media only screen and (max-width: 550px) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footersv10 {
  background-color: var(--indigo_900_01);
  padding: 26px;
  @media only screen and (max-width: 550px) {
    padding: 20px;
  }
}

.footer {
  margin-bottom: 32px;
  gap: var(--space-xl);
  display: flex;
  flex-direction: column;
}

.footer__wrapper {
  margin-left: 150px;
  margin-right: 150px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
    margin-right: 0px;
  }

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

.footer__logo {
  height: 46px;
  align-self: center;
  width: 260px;
  object-fit: contain;
}

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

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

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

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

.footer__copy-row {
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer__copyright {
  color: var(--deep_purple_200) !important;
  font-family: DM Sans !important;
  @media only screen and (max-width: 550px) {
    text-align: center;
  }
}

