/* VARIABLES */
.text-theme-primary {
  color: #F0732E;
}

.bg-theme-primary {
  background-color: #F0732E;
}

.text-theme-secondary {
  color: #FBC850;
}

.bg-theme-secondary {
  background-color: #FBC850;
}

.text-theme-secondary-500 {
  color: #efb836;
}

.bg-theme-secondary-500 {
  background-color: #efb836;
}

.text-theme-tertiary {
  color: #FE0070;
}

.bg-theme-tertiary {
  background-color: #FE0070;
}

.text-theme-blue-green {
  color: #39BFC0;
}

.bg-theme-blue-green {
  background-color: #39BFC0;
}

.text-theme-light-gray {
  color: #D1D1D1;
}

.bg-theme-light-gray {
  background-color: #D1D1D1;
}

/* CUSTOM THEME FONT-SIZES */
.theme-fs-16 {
  font-size: 16px;
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  .theme-fs-16 {
    font-size: clamp(1rem, 4.5vw, 16px);
    line-height: clamp(1rem, 6vw, 16px);
  }
}

.theme-py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.theme-px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.theme-fs-18 {
  font-size: 18px;
  line-height: 18px;
}
@media screen and (max-width: 768px) {
  .theme-fs-18 {
    font-size: clamp(1rem, 4.5vw, 18px);
    line-height: clamp(1rem, 6vw, 18px);
  }
}

.theme-py-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.theme-px-18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.theme-fs-20 {
  font-size: 20px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .theme-fs-20 {
    font-size: clamp(1rem, 4.5vw, 20px);
    line-height: clamp(1rem, 6vw, 20px);
  }
}

.theme-py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.theme-px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.theme-fs-22 {
  font-size: 22px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .theme-fs-22 {
    font-size: clamp(1rem, 4.5vw, 22px);
    line-height: clamp(1rem, 6vw, 22px);
  }
}

.theme-py-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.theme-px-22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.theme-fs-24 {
  font-size: 24px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .theme-fs-24 {
    font-size: clamp(1rem, 4.5vw, 24px);
    line-height: clamp(1rem, 6vw, 24px);
  }
}

.theme-py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.theme-px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.theme-fs-26 {
  font-size: 26px;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .theme-fs-26 {
    font-size: clamp(1rem, 4.5vw, 26px);
    line-height: clamp(1rem, 6vw, 26px);
  }
}

.theme-py-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

.theme-px-26 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}

.theme-fs-28 {
  font-size: 28px;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .theme-fs-28 {
    font-size: clamp(1rem, 4.5vw, 28px);
    line-height: clamp(1rem, 6vw, 28px);
  }
}

.theme-py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.theme-px-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.theme-fs-30 {
  font-size: 30px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .theme-fs-30 {
    font-size: clamp(1rem, 4.5vw, 30px);
    line-height: clamp(1rem, 6vw, 30px);
  }
}

.theme-py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.theme-px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.theme-fs-32 {
  font-size: 32px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .theme-fs-32 {
    font-size: clamp(1rem, 6vw, 32px);
    line-height: clamp(1rem, 6vw, 32px);
  }
}

.theme-py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.theme-px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.theme-fs-34 {
  font-size: 34px;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  .theme-fs-34 {
    font-size: clamp(1rem, 6vw, 34px);
    line-height: clamp(1rem, 6vw, 34px);
  }
}

.theme-py-34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.theme-px-34 {
  padding-left: 34px !important;
  padding-right: 34px !important;
}

.theme-fs-36 {
  font-size: 36px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .theme-fs-36 {
    font-size: clamp(1rem, 6vw, 36px);
    line-height: clamp(1rem, 6vw, 36px);
  }
}

.theme-py-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.theme-px-36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

.theme-fs-38 {
  font-size: 38px;
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  .theme-fs-38 {
    font-size: clamp(1rem, 6vw, 38px);
    line-height: clamp(1rem, 6vw, 38px);
  }
}

.theme-py-38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

.theme-px-38 {
  padding-left: 38px !important;
  padding-right: 38px !important;
}

.theme-fs-40 {
  font-size: 40px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .theme-fs-40 {
    font-size: clamp(1rem, 6vw, 40px);
    line-height: clamp(1rem, 6vw, 40px);
  }
}

.theme-py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.theme-px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.theme-px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media screen and (min-width: 576px) {
  .theme-px-sm-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 768px) {
  .theme-px-md-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 992px) {
  .theme-px-lg-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .theme-px-xl-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .theme-px-xxl-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.theme-px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

@media screen and (min-width: 576px) {
  .theme-px-sm-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .theme-px-md-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 992px) {
  .theme-px-lg-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .theme-px-xl-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .theme-px-xxl-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

.theme-px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

@media screen and (min-width: 576px) {
  .theme-px-sm-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media screen and (min-width: 768px) {
  .theme-px-md-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media screen and (min-width: 992px) {
  .theme-px-lg-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .theme-px-xl-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .theme-px-xxl-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

.theme-px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

@media screen and (min-width: 576px) {
  .theme-px-sm-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .theme-px-md-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 992px) {
  .theme-px-lg-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .theme-px-xl-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .theme-px-xxl-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

.theme-px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

@media screen and (min-width: 576px) {
  .theme-px-sm-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .theme-px-md-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .theme-px-lg-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .theme-px-xl-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .theme-px-xxl-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}

.theme-px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

@media screen and (min-width: 576px) {
  .theme-px-sm-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .theme-px-md-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}

@media screen and (min-width: 992px) {
  .theme-px-lg-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .theme-px-xl-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .theme-px-xxl-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}

.theme-px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

@media screen and (min-width: 576px) {
  .theme-px-sm-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media screen and (min-width: 768px) {
  .theme-px-md-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media screen and (min-width: 992px) {
  .theme-px-lg-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .theme-px-xl-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .theme-px-xxl-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

.theme-px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

@media screen and (min-width: 576px) {
  .theme-px-sm-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .theme-px-md-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

@media screen and (min-width: 992px) {
  .theme-px-lg-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .theme-px-xl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .theme-px-xxl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

.theme-px-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

@media screen and (min-width: 576px) {
  .theme-px-sm-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}

@media screen and (min-width: 768px) {
  .theme-px-md-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}

@media screen and (min-width: 992px) {
  .theme-px-lg-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .theme-px-xl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .theme-px-xxl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}

.theme-px-10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

@media screen and (min-width: 576px) {
  .theme-px-sm-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}

@media screen and (min-width: 768px) {
  .theme-px-md-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}

@media screen and (min-width: 992px) {
  .theme-px-lg-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .theme-px-xl-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .theme-px-xxl-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}

/* UTILITIES */
@media screen and (min-width: 1400px) {
  .w-xxl-100 {
    width: 100% !important;
  }
}

/* OVERWRITE */
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 1536px !important;
    padding-left: 0;
    padding-right: 0;
  }
}

* {
  font-family: "Roboto", sans-serif;
}

html, body {
  overflow-x: hidden;
}

body {
  position: relative;
}

.header-spacing {
  padding-top: 82px;
}

.navbar__button {
  background-color: #FBC850;
  border-radius: 30px;
  color: white;
  font-weight: bold;
  padding: 5px 30px !important;
  width: -moz-fit-content;
  width: fit-content;
}

/* TOPICS */
#topics .topics-card {
  background-color: #efb836;
  width: 520px;
  max-height: 420px;
  padding: 2rem;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  transition: all 0.3s ease;
}
#topics .topics-card:hover {
  background-color: #fac23d;
}
@media screen and (max-width: 768px) {
  #topics .topics-card {
    width: auto;
  }
}

/* MENTOR */
#mentor .mentor__content {
  font-size: clamp(1.2rem, 1.5vw, 26px);
  line-height: 30px;
}
#mentor .mentor__button {
  font-size: clamp(1rem, 2vw, 22px);
  background-color: #F0732E;
  border-radius: 30px;
  padding: 10px 20px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

/* REGISTER */
#register {
  font-size: clamp(1rem, 6vw, 22px);
}
#register .register__title--small {
  font-size: clamp(0.8rem, 3vw, 24px);
}
#register .register__title--medium {
  font-size: clamp(1rem, 3vw, 28px);
}
#register .register__title--large {
  letter-spacing: 2px;
  font-size: clamp(2rem, 3vw, 70px);
}
#register .newsletter__wrapper {
  width: auto;
}
@media screen and (max-width: 1200px) {
  #register .newsletter__wrapper {
    width: 100%;
  }
}
#register .newsletter__input {
  font-size: 1rem;
  padding: 9px 20px;
  width: 500px;
  border-radius: 30px;
  border: none;
}
@media screen and (max-width: 1200px) {
  #register .newsletter__input {
    width: 100%;
  }
}
#register .newsletter__button {
  position: absolute;
  right: -20px;
  background-color: #39BFC0;
  color: white;
  font-weight: bold;
  border-radius: 30px;
  padding: 5px 20px;
  border: none;
}

/* PRICE */
#price {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("./assets/images/banner_valores.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #price {
    background-position: initial;
  }
}
#price .price__card {
  max-width: 525px;
  background-color: #F0732E;
  border-radius: 38px;
  padding: 5rem 3.5rem 3rem 3.5rem;
}
@media screen and (max-width: 768px) {
  #price .price__card {
    padding: 4rem 2.5rem 3rem 2.5rem;
  }
}
#price .price__card__title {
  color: #FBC850;
  text-align: center;
  letter-spacing: 2px;
  font-size: clamp(3rem, 4vw, 80px);
  padding-bottom: 20px;
  border-bottom: 1px solid white;
}
#price .price__card__price {
  margin-left: 8px;
  font-weight: bold;
  font-size: clamp(4rem, 2vw, 150px);
}
#price .price__card__full-price {
  text-align: center;
  color: #FBC850;
  font-weight: bold;
  font-size: clamp(2rem, 2vw, 35px);
}
#price .price__card__button {
  margin-top: 30px;
  color: white;
  font-weight: bold;
  font-size: clamp(1rem, 6vw, 22px);
  width: 100%;
  text-align: center;
  border-radius: 50px;
  padding: 15px 20px;
  background-color: #39BFC0;
  border: none;
}

#social .social__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 3px solid #FBC850;
  transition: all 0.3s ease;
}
#social .social__icon:hover {
  border: 3px solid white;
  background-color: white;
  color: #FE0070;
}
@media screen and (max-width: 768px) {
  #social .social__icon {
    width: 50px;
    height: 50px;
  }
}

#ropek .ropek__logo {
  width: 380px;
}
#ropek .ropek__button {
  font-size: clamp(1rem, 2vw, 22px);
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  background-color: white;
  color: black;
}
@media screen and (max-width: 768px) {
  #ropek .ropek__button {
    width: 100%;
  }
}
#ropek .ropek__button__icon {
  color: white;
  border-radius: 30px;
  padding: 5px 30px;
  margin-right: 20px;
  background-color: #39BFC0;
}

#footer {
  text-decoration: none;
}
#footer .footer__button {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #F0732E;
  padding: 10px 25px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: clamp(1rem, 2vw, 34px);
  border-radius: 30px;
}
#footer .footer__spacer {
  font-size: 100px;
  font-weight: 100;
}
#footer .footer__logo {
  width: 280px;
}/*# sourceMappingURL=style.css.map */