@charset "UTF-8";
* {
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
}

body {
  background: #ffffff;
}

a {
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  text-decoration: none;
  color: #ffffff;
}

.h1-title {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin: 18px 0;
}
.h1-title span {
  color: #28344A;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
}
@media (max-width: 991px) {
  .h1-title span {
    font-size: 28px;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .h1-title {
    font-size: 28px;
    margin-top: 10px;
  }
}

.h2-title {
  color: #28344A;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 125%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .h2-title {
    font-size: 24px;
  }
}
.h2-title span {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .h2-title span {
    font-size: 24px;
  }
}
.h2-title strong {
  font-weight: 900;
  font-size: 32px;
}
@media (max-width: 991px) {
  .h2-title strong {
    font-size: 24px;
  }
}
.h2-title.center {
  text-align: center;
}

.h3-title {
  color: #28344A;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .h3-title {
    font-size: 18px;
  }
}
.h3-title.center {
  text-align: center;
}

.h4-title {
  color: #28344A;
  font-size: 24px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .h4-title {
    font-size: 60px;
  }
}
.h4-title.center {
  text-align: center;
}

.p-text {
  color: #111111;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 150%;
  margin-bottom: 20px;
}
.p-text:last-child {
  margin-bottom: 0;
}
.p-text.center {
  text-align: center;
}
@media (max-width: 991px) {
  .p-text {
    font-size: 14px;
  }
}
.p-text strong {
  font-weight: 700;
}

.btn_01 {
  border-radius: 60px;
  background: #28344A;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 12px 30px;
  margin-right: 0px;
  transition: all 0.5s ease;
  display: inline-block;
  text-align: center;
}
@media (min-width: 992px) {
  .btn_01 {
    font-size: 18px;
  }
  .btn_01:hover {
    background: #000000;
  }
}

.btn_02 {
  border-radius: 0px;
  background: #ffffff;
  color: #28344A;
  font-size: 16px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  padding: 12px 30px;
  margin-right: 0px;
  transition: all 0.5s ease;
  display: inline-block;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .btn_02 {
    font-size: 18px;
  }
  .btn_02:hover {
    text-decoration: underline;
    background: #28344A;
    color: #ffffff;
  }
}

.btn-wrapper {
  margin: 0px;
}

.dark-bg {
  background-color: #E7EDEE;
}

.relative {
  position: relative;
}

section article {
  padding: 0;
}

.nav__logo {
  display: inline-block;
  height: 66px;
  width: auto;
}
.nav__navbar {
  text-align: left;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .nav__navbar {
    border-radius: 50px;
    background: #28344A;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 30px;
    padding-left: 30px;
    align-items: center;
    text-align: center;
  }
}
.nav__link {
  color: #28344A;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s ease;
  position: relative;
}
@media (min-width: 992px) {
  .nav__link {
    color: #ffffff;
  }
  .nav__link::after {
    content: "";
    background: #ffffff;
    height: 1px;
    width: 0;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    transition: all ease 0.5s;
  }
}
.nav__link:hover, .nav__link:focus, .nav__link:active {
  color: #28344A !important;
}
@media (min-width: 992px) {
  .nav__link:hover, .nav__link:focus, .nav__link:active {
    color: #ffffff !important;
  }
  .nav__link:hover::after, .nav__link:focus::after, .nav__link:active::after {
    width: 75%;
  }
}
.nav__item {
  margin: 0px 5px;
  position: relative;
}
.nav__item:hover {
  color: #ffffff;
}
.nav__item:hover .nav__link {
  color: #ffffff;
}
@media (max-width: 991px) {
  .nav__item {
    margin: 0;
  }
}
.nav__item--register {
  background: #6BC5D2;
  border-radius: 60px;
}
@media (min-width: 992px) {
  .nav__item--register {
    border-radius: 60px;
    background: #28344A;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 12px 20px;
    margin-right: 0px;
    transition: all 0.5s ease;
  }
  .nav__item--register a {
    color: #ffffff;
    padding: 0px;
  }
  .nav__item--register:hover {
    color: #ffffff;
    background: #000000;
    cursor: pointer;
  }
  .nav__item--register:hover .nav__link {
    color: #ffffff;
  }
  .nav__item--register:hover:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .nav__item--register {
    color: #ffffff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    line-height: 100%;
    transition: all ease 0.5s;
    padding: 10px 16px;
    text-align: center;
    font-size: 16px;
    width: 60%;
    margin-top: 10px;
  }
}
.nav .navbar-toggler:hover,
.nav .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
}
.nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23000000' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.nav button {
  border: none !important;
}

.heroshot {
  background-color: #DBEDF3;
}
@media (min-width: 992px) {
  .heroshot {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .heroshot {
    padding-bottom: 20px;
    max-height: 100%;
    text-align: center;
  }
}
.heroshot__content {
  display: block;
  text-align: center;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .heroshot__content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.heroshot__img {
  display: inline-block;
  max-width: 70%;
}
@media (min-width: 992px) {
  .heroshot__img {
    max-width: 100%;
  }
}

.info {
  background: #ffffff;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .info {
    padding: 150px 0;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .info .h2-title {
    text-align: center;
  }
}
.info__float-right-img {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .info__float-right-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 50%;
    width: auto;
  }
}
.info__ilustration-wrapper {
  height: 100%;
  position: relative;
}
.info__ilustration {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .info__ilustration {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 5;
    margin: 0;
    max-width: 470px;
  }
}

.date {
  background: #28344A;
  padding: 50px 0;
  margin: 0;
}
@media (min-width: 992px) {
  .date {
    padding: 100px 0;
    position: relative;
  }
}
.date .h2-title {
  color: #ffffff;
}
@media (min-width: 992px) {
  .date .h2-title {
    font-size: 32px;
    margin-bottom: 0px;
  }
}
.date .h3-title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .date .h3-title {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .date .h3-title {
    font-size: 22px;
  }
}
.date .p-text {
  color: #ffffff;
  font-size: 14px;
  text-transform: none;
}
@media (min-width: 992px) {
  .date .p-text {
    font-size: 14px;
  }
}
.date .img-float_01 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: none;
  opacity: 0.1;
}
@media (min-width: 992px) {
  .date .img-float_01 {
    display: block;
  }
}
.date .img-float_02 {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  display: none;
  opacity: 0.1;
}
@media (min-width: 992px) {
  .date .img-float_02 {
    display: block;
  }
}
.date__num {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 110%;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .date__num {
    font-size: 42px;
  }
}
.date__icon {
  width: 67px;
  height: auto;
  margin-bottom: 20px;
}
.date__item {
  display: block;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  padding: 40px 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .date__item {
    margin-bottom: 0;
    min-height: 360px;
  }
}
.date__item.one {
  margin-top: 0px;
}
@media (min-width: 992px) {
  .date__item.one {
    margin-top: 200px;
  }
}
.date__item.two {
  margin-top: 0px;
}
@media (min-width: 992px) {
  .date__item.two {
    margin-top: 100px;
  }
}
.date__item.three {
  margin-top: 0px;
}
@media (min-width: 992px) {
  .date__item.three {
    margin-top: 0px;
  }
}

.elegir {
  background: #ffffff;
  padding: 50px 0;
  padding-bottom: 0px;
  margin: 0;
}
@media (min-width: 992px) {
  .elegir {
    padding: 50px 0;
    padding-bottom: 0px;
  }
}
.elegir .p-text {
  font-size: 14px;
  text-transform: none;
}
@media (min-width: 992px) {
  .elegir .p-text {
    font-size: 14px;
  }
}
.elegir__ilustration {
  width: 100%;
}
.elegir__check {
  width: 42px;
  height: auto;
  margin-bottom: 20px;
}
.elegir__item {
  display: block;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  padding: 30px 20px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .elegir__item.top {
    min-height: 210px;
  }
}
@media (min-width: 992px) {
  .elegir__item.bottom {
    min-height: 300px;
  }
}

.bootcamps {
  background: #ffffff;
  padding: 50px 0;
  margin: 0;
}
@media (min-width: 992px) {
  .bootcamps {
    padding: 100px 0;
  }
}
.bootcamps .h3-title {
  color: #28344A;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .bootcamps .h3-title {
    font-size: 20px;
  }
}
.bootcamps .p-text {
  color: #28344A;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .bootcamps .p-text {
    font-size: 16px;
    min-height: 72px;
  }
}
.bootcamps .btn-wrapper {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .bootcamps .btn-wrapper {
    margin-bottom: 0px;
  }
}
.bootcamps .btn-wrapper a {
  font-size: 14px;
  font-weight: 700;
}
.bootcamps__video {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  margin-bottom: 30px;
}

.banner-img {
  background: #28344A;
  display: block;
  position: relative;
  margin-top: 0px;
}
@media (min-width: 992px) {
  .banner-img {
    margin-top: 50px;
  }
}
.banner-img__img-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 0;
  aspect-ratio: 1/1;
}
.banner-img__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 0px;
  z-index: 2;
}

.propio {
  background: #28344A;
  padding: 50px 0;
  margin: 0;
}
@media (min-width: 992px) {
  .propio {
    padding: 100px 0;
  }
}
.propio .h2-title {
  color: #ffffff;
  margin-bottom: 50px;
}
.propio .h3-title {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .propio .h3-title {
    font-size: 24px;
    margin-bottom: 75px;
  }
}
.propio .h4-title {
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .propio .h4-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.propio .p-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .propio .p-text {
    font-size: 18px;
  }
}
.propio__ilustration {
  width: 100%;
}
.propio__icon {
  width: 45px;
  height: auto;
  margin-bottom: 20px;
  display: inline-block;
}
.propio__item {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .propio__item {
    padding: 30px 20px;
    margin-bottom: 0px;
  }
}
.propio__info {
  margin: 30px 0;
}
@media (min-width: 992px) {
  .propio__info {
    margin: 50px 0;
  }
}
.propio__card {
  border: 1px solid #ffffff;
  padding: 30px 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .propio__card {
    height: 100%;
  }
}

.prefooter {
  background-color: #3b3d41;
  padding: 20px 0;
}

footer {
  background-color: #000;
  padding: 16px 0;
}
footer p {
  color: #fff;
  font-size: 13px;
  line-height: 130%;
}

.redes-wrapper {
  text-align: right;
}
@media (max-width: 991px) {
  .redes-wrapper {
    text-align: center;
  }
}

.redes li {
  display: inline-block;
  margin-left: 6px;
}
.redes li a {
  display: block;
  width: 54px;
  height: 54px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: solid 2px #fff;
}
.redes li.fb a {
  background-color: #3b3d41;
}
.redes li.fb a:hover {
  background-color: #3b5998;
}
.redes li.tw a {
  background-color: #3b3d41;
}
.redes li.tw a:hover {
  background-color: #55acee;
}
.redes li.yt a {
  background-color: #3b3d41;
}
.redes li.yt a:hover {
  background-color: #bb0000;
}
.redes li.ig a {
  background-color: #3b3d41;
}
.redes li.ig a:hover {
  background-color: #125688;
}
.redes li.li a {
  background-color: #3b3d41;
}
.redes li.li a:hover {
  background-color: #007bb5;
}
.redes li i {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 27px;
  color: #fff;
  line-height: 100%;
}
.redes li i:before {
  vertical-align: middle;
  display: inline-block;
  line-height: 54px;
}
.redes li a:hover i {
  color: #fff;
}

.funciona {
  background: #DBEDF3;
  padding: 50px 0;
  padding-bottom: 20px;
  margin: 0;
}
@media (min-width: 992px) {
  .funciona {
    padding: 50px 0;
    padding-bottom: 20px;
  }
}
.funciona .p-text {
  font-size: 14px;
  text-transform: none;
}
@media (min-width: 992px) {
  .funciona .p-text {
    font-size: 14px;
  }
}
.funciona__ilustration {
  width: 100%;
}
.funciona__icon {
  width: 68px;
  height: auto;
  margin-bottom: 30px;
}
.funciona__item {
  background-color: #ffffff;
  display: block;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  padding: 30px 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .funciona__item {
    min-height: 210px;
  }
}

.form-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.form__label {
  color: #ffffff;
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  text-align: left !important;
}
.form__label a {
  text-decoration: underline;
  color: #ffffff;
}
.form__content {
  text-align: center;
  padding: 40px 0;
}
@media (max-width: 991px) {
  .form__content {
    padding: 20px 0;
    padding-top: 0px;
  }
}
.form__content input,
.form__content select {
  background: transparent;
  border: 1px solid #ffffff !important;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 32px;
  width: 100%;
  padding: 20px;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .form__content input,
  .form__content select {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
}
.form__content input::placeholder,
.form__content select::placeholder {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
.form__content input[type=submit],
.form__content select[type=submit] {
  background: #2693D1;
  border: none !important;
  color: #ffffff;
  min-width: 150px;
  font-size: 20px;
  width: auto;
  padding: 14px 25px;
  transition: all 0.5s ease;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .form__content input[type=submit],
  .form__content select[type=submit] {
    padding: 15px 15px;
    width: 100%;
    font-size: 18px;
  }
}
.form__content input[type=submit]:hover,
.form__content select[type=submit]:hover {
  background: #E7EDEE;
  color: #28344A;
}
.form__content option {
  font-family: "Montserrat", sans-serif;
}
.form #thank-you {
  display: none;
}
.form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid white;
  padding: 8px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.form input[type=checkbox]:checked {
  background-color: white;
}
.form input[type=checkbox]:checked:after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-size: 16px;
}
.form .p-thanks {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 100%;
}
@media (max-width: 991px) {
  .form .p-thanks {
    font-size: 24px;
  }
}
.form .btn-wrapper {
  text-align: left;
  display: block;
  margin-top: 20px;
}

.footer {
  background: #181818;
}
.footer .container-fluid {
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .footer .container-fluid {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.footer__logo {
  height: 90px;
  display: inline-block;
  margin: 50px 0;
}
.footer__wrapper {
  background: #181818;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.footer__copy {
  background: #181818;
  padding: 20px 0;
}
.footer__text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 0px;
  text-align: center;
}
@media (min-width: 992px) {
  .footer__text {
    font-size: 18px;
  }
}
.footer__social-media-link {
  display: inline-block;
  background: #181818;
  border: 2px solid #ffffff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .footer__social-media-link {
    height: 60px;
    width: 60px;
  }
}
.footer__social-media-link.facebook:hover {
  background: #3b5998;
}
.footer__social-media-link.instagram:hover {
  background: #125688;
}
.footer__social-media-link.linkedin:hover {
  background: #007bb5;
}
.footer__social-media-link.x-twitter:hover {
  background: #000000;
}
.footer__social-media-link.youtube:hover {
  background: #bb0000;
}
.footer__icon {
  height: 16px;
  width: auto;
}
@media (min-width: 992px) {
  .footer__icon {
    height: 25px;
  }
}

.big-testimonials {
  margin-top: 0px;
  background-color: #13436E;
}
@media (min-width: 992px) {
  .big-testimonials .container-fluid {
    max-width: 1800px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.big-testimonials__img {
  max-width: 100px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .big-testimonials__img {
    max-width: inherit;
    width: 100%;
    margin: 0;
  }
}
.big-testimonials__title {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  margin: 30px 0px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .big-testimonials__title {
    margin: 50px 0px;
    font-size: 42px;
  }
}
.big-testimonials__tag {
  display: inline-block;
  padding: 5px 10px;
  background: gray;
  margin-bottom: 20px;
}
.big-testimonials__tag.entrevista {
  background: #DB6900;
}
.big-testimonials__tag.linkedin {
  background: #13436E;
}
.big-testimonials__tag.facebook {
  background: #13436E;
}
.big-testimonials__tag.youtube {
  background: #CF0000;
}
.big-testimonials__tag-icon {
  height: 16px;
  margin: 0;
}
@media (min-width: 992px) {
  .big-testimonials__tag-icon {
    height: 22px;
  }
}
.big-testimonials__tag-text {
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin: 0px;
}
@media (min-width: 992px) {
  .big-testimonials__tag-text {
    font-size: 20px;
  }
}
.big-testimonials__wrapper {
  background: #2693D1;
  padding: 20px 0;
  position: relative;
}
.big-testimonials__item {
  position: relative;
}
.big-testimonials__text {
  color: #ffffff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .big-testimonials__text {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .big-testimonials__text {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .big-testimonials__text {
    font-size: 32px;
  }
}
@media (min-width: 1500px) {
  .big-testimonials__text {
    font-size: 40px;
  }
}
.big-testimonials__name {
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .big-testimonials__name {
    font-size: 30px;
  }
}
.big-testimonials .slick-arrow {
  background: none;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.big-testimonials .slick-prev:before,
.big-testimonials .slick-next:before {
  display: none !important;
}
.big-testimonials .slick-arrow-custom {
  height: 20px;
  width: auto;
}
.big-testimonials .slick-prev {
  left: 10px;
  z-index: 5;
  display: none !important;
}
@media (min-width: 1200px) {
  .big-testimonials .slick-prev {
    display: inline-block !important;
    left: 420px;
  }
}
@media (min-width: 1500px) {
  .big-testimonials .slick-prev {
    left: 570px;
  }
}
.big-testimonials .slick-next {
  z-index: 5;
  right: 10px;
}
@media (min-width: 992px) {
  .big-testimonials .slick-next {
    right: -20px;
  }
}
@media (min-width: 1500px) {
  .big-testimonials .slick-next {
    right: -20px;
  }
}
@media (min-width: 1500px) {
  .big-testimonials .slick-next {
    right: -20px;
  }
}

.premiacion {
  padding: 0px;
  padding-top: 50px;
  text-align: center;
}
.premiacion .p-text {
  font-family: "Raleway", sans-serif !important;
}
.premiacion__cards {
  margin-bottom: 50px;
}
.premiacion__item {
  position: relative;
  text-decoration: none;
  display: block;
}
.premiacion__img-wrapper {
  position: relative;
  display: block;
  aspect-ratio: 467/439;
  max-width: 100%;
}
.premiacion__img {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
}
.premiacion__box {
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 65%;
  min-height: 231px;
}
.premiacion__box .p-text {
  font-size: 20px !important;
  color: #E25D00 !important;
}
.premiacion__box-intern {
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 5px 20px;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: auto;
}
.premiacion__box-intern .p-text {
  font-size: 20px !important;
  color: #000000 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}
.premiacion__logo-wrapper {
  text-align: center;
}
.premiacion__logo {
  max-width: 100%;
  width: auto;
  min-height: 45px;
  max-height: 100px;
}
.premiacion__logo.senescyt {
  max-height: 60px;
}
.premiacion__bottom {
  background: linear-gradient(#FFD702, #CA6D00);
  padding: 20px 0;
  border-radius: 0px 0px 20px 20px;
}
.premiacion__bottom .p-text {
  font-size: 20px !important;
  color: #ffffff !important;
  text-transform: uppercase;
  text-align: center;
}
.premiacion__bottom.secondary {
  background: linear-gradient(#0038FF, #00ADAD);
}
.premiacion__bottom.blue {
  background: linear-gradient(#00C0EA, #006DD2);
}
.premiacion__bottom.lightblue {
  background: linear-gradient(#00FFE0, #03759A);
}
.premiacion__bottom.orange {
  background: linear-gradient(#FFD702, #CA6D00);
}
.premiacion__bottom.lightorange {
  background: linear-gradient(#CA6D00, #FFD702);
}
.premiacion__bass {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .premiacion__bass {
    margin-bottom: 40px;
  }
}
.premiacion__pdf {
  max-width: 150px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .premiacion__pdf {
    max-width: 75px;
    margin-bottom: 10px;
  }
}
.premiacion__btn {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  background: #E25D00;
  border: 2px solid #E25D00;
  padding: 8px 15px;
  text-transform: uppercase;
  transition: all 0.7s ease;
}
@media (max-width: 991px) {
  .premiacion__btn {
    font-size: 18px;
  }
}
.premiacion__btn:hover {
  background: #ffffff;
  color: #E25D00;
}
.premiacion .intern .premiacion__bottom .p-text {
  font-size: 28px !important;
  font-weight: 700 !important;
}
@media (max-width: 991px) {
  .premiacion .intern .premiacion__bottom .p-text {
    font-size: 20px !important;
  }
}
.premiacion .btn-wrapper {
  text-align: center;
}
.premiacion .h1-title {
  color: #28344A;
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .premiacion .h1-title {
    font-size: 28px;
  }
}
.premiacion .h2-title {
  color: #000000;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .premiacion .h2-title {
    font-size: 22px;
  }
}
.premiacion .h3-title {
  color: #000000;
  font-weight: 700;
  font-size: 30px;
  margin: 50px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .premiacion .h3-title {
    font-size: 22px;
  }
}
.premiacion .p-text {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  line-height: 140%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .premiacion .p-text {
    font-size: 16px;
  }
}
.premiacion .p-text:last-child {
  margin-bottom: 0px;
}
.premiacion .p-text.big {
  font-size: 24px;
}
@media (max-width: 991px) {
  .premiacion .p-text.big {
    font-size: 18px;
  }
}
.premiacion .p-text.center {
  text-align: center;
}
.premiacion .p-text strong {
  font-weight: 700;
}
.premiacion .btn-container {
  margin-bottom: 50px;
}
.premiacion .btn-container .btn-02 {
  background: #28344A;
}
.premiacion .btn-container .btn-02:hover {
  background: #6BC5D2;
}
.premiacion .p-text {
  font-family: "Raleway", sans-serif;
}
.premiacion .p-thanks {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  line-height: 100%;
}
@media (max-width: 991px) {
  .premiacion .p-thanks {
    font-size: 24px;
  }
}
.premiacion .form {
  padding: 40px 0;
  padding-bottom: 100px;
  margin-bottom: 0px;
  background-color: #28344A;
}
.premiacion .form .p-text {
  color: #ffffff;
  margin-bottom: 0;
}
.premiacion .form .p-text.left {
  text-align: left;
}
.premiacion .form .p-form {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 10px;
  text-align: left;
}
.premiacion .form .p-form strong {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 10px;
  text-align: left;
}
.premiacion .form .bullet-form {
  margin-left: 20px;
}
.premiacion .form__content {
  text-align: center;
  padding-top: 40px;
}
.premiacion .form__content label {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
.premiacion .form__content input,
.premiacion .form__content select,
.premiacion .form__content textarea {
  background: #ffffff;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 20px;
  width: 100%;
  padding: 10px 15px;
  border: none;
  outline: none;
  font-family: "Raleway", sans-serif;
}
@media (max-width: 991px) {
  .premiacion .form__content input,
  .premiacion .form__content select,
  .premiacion .form__content textarea {
    margin-bottom: 20px;
    transform: scale(0.9);
  }
}
.premiacion .form__content input::placeholder,
.premiacion .form__content select::placeholder,
.premiacion .form__content textarea::placeholder {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}
.premiacion .form__content input[type=checkbox],
.premiacion .form__content select[type=checkbox],
.premiacion .form__content textarea[type=checkbox] {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
.premiacion .form__content input[type=submit],
.premiacion .form__content select[type=submit],
.premiacion .form__content textarea[type=submit] {
  background: #ffffff;
  border: solid 1px #ffffff;
  min-width: 100px;
  color: #28344A;
  font-size: 18px;
  width: auto;
  padding: 10px;
  transition: all 0.5s ease;
  margin-bottom: 0px;
}
.premiacion .form__content input[type=submit]:hover,
.premiacion .form__content select[type=submit]:hover,
.premiacion .form__content textarea[type=submit]:hover {
  cursor: pointer;
}

.constancias .h2-title {
  color: #003466;
  font-family: "Montserrat";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: inherit;
  letter-spacing: inherit;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .constancias .h2-title {
    font-size: 26px;
  }
}
.constancias .h2-title.center {
  text-align: center;
}
.constancias .h2-title.underline {
  border-bottom: 4px solid #EF8025;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .constancias .h2-title.underline {
    border-bottom: 2px solid #EF8025;
    padding-bottom: 30px;
  }
}
.constancias .h2-title.items-title {
  color: #000;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
.constancias .h3-title {
  color: #000;
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  min-height: 70px;
}
@media (max-width: 767px) {
  .constancias .h3-title {
    font-size: 14px;
  }
}
.constancias .p-text {
  color: #000;
  font-family: "Montserrat";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
  min-height: 95px;
}
.constancias .p-text a {
  color: #000;
}
@media (max-width: 991px) {
  .constancias .p-text {
    font-size: 18px;
  }
}
.constancias .p-text.center {
  text-align: center;
}
.constancias .p-text.item-text {
  color: #000;
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
@media (max-width: 767px) {
  .constancias .p-text.item-text {
    font-size: 14px;
  }
}
.constancias__header {
  padding-bottom: 150px;
  margin-bottom: 50px;
  background-position: center bottom;
}
@media (max-width: 991px) {
  .constancias__header {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .constancias__header {
    padding-bottom: 50px;
  }
}
.constancias__banner {
  padding: 100px 0;
  margin: 50px 0;
  background: #C5C8CF;
  position: relative;
}
@media (max-width: 991px) {
  .constancias__banner {
    padding: 50px 0;
  }
}
.constancias__banner::after {
  content: "";
  background: #003366;
  position: absolute;
  width: 47%;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 0px 200px 200px 0;
  z-index: 0;
}
@media (max-width: 991px) {
  .constancias__banner::after {
    height: 50%;
    width: 100%;
    border-radius: 0;
  }
}
.constancias .z-index-1 {
  position: relative;
  z-index: 1 !important;
}
.constancias .sticky-top {
  position: absolute;
  top: 20px;
  right: 0;
  width: 80px;
  z-index: 2;
}
@media (max-width: 991px) {
  .constancias .sticky-top {
    display: none;
  }
}
.constancias__banner-title {
  color: #fff;
  font-family: "Montserrat";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .constancias__banner-title {
    font-size: 30px;
  }
}
.constancias__banner-title span {
  font-size: 26px;
  font-weight: 400;
  display: block;
}
@media (max-width: 991px) {
  .constancias__banner-title span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .constancias__banner-title span {
    font-size: 16px;
  }
}
.constancias__banner-circle-img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 0px 20px;
}
@media (max-width: 991px) {
  .constancias__banner-circle-img {
    margin: 40px 0;
  }
}
.constancias__banner-organizan {
  color: #fff;
  font-family: "Montserrat";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 0;
}
.constancias__banner-logo {
  height: 60px;
}
@media (min-width: 992px) {
  .constancias__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .constancias__item {
    margin-bottom: 50px;
  }
}
.constancias__item.center {
  text-align: center;
}
.constancias__img--circle {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 3px solid #EE7A04;
  border-radius: 100%;
  background-color: #EE7A04;
  margin-bottom: 20px;
}
.constancias .p-text-big {
  color: #000;
  font-family: "Montserrat";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: 0;
}
.constancias .p-text-big.center {
  text-align: center;
}
@media (max-width: 991px) {
  .constancias .p-text-big {
    font-size: 18px;
  }
}
.constancias .banner-webinar {
  padding: 50px 0;
  background: #D9D9D9;
  position: relative;
}
@media (max-width: 1519px) {
  .constancias .banner-webinar {
    text-align: center;
  }
}
@media (min-width: 1520px) {
  .constancias .banner-webinar__imag-float {
    position: absolute;
    top: 50px;
    left: 100px;
    width: auto;
    max-height: 200px;
  }
}
@media (max-width: 1519px) {
  .constancias .banner-webinar__imag-float {
    max-height: 200px;
    display: inline-block;
    margin-bottom: 30px;
  }
}
.constancias .btn-wrapper {
  display: block;
  text-align: center;
}

.btn-big {
  color: #FFF;
  border: solid 2px #036;
  background: #036;
  display: inline-block;
  text-align: center;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 4px;
  padding: 15px 20px;
  transition: all ease 0.5s;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .btn-big:hover {
    color: #036;
    background: transparent;
  }
}
@media (max-width: 991px) {
  .btn-big {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.btn-big.mini {
  font-size: 12px;
  padding: 10px 15px;
  width: 100%;
}
.btn-big.w-100 {
  width: 100%;
}

.btn-big-orange {
  color: #FFF;
  border: solid 2px #EE7A04;
  background: #EE7A04;
  display: inline-block;
  text-align: center;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 4px;
  padding: 15px 20px;
  transition: all ease 0.5s;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .btn-big-orange:hover {
    color: #EE7A04;
    background: transparent;
  }
}
@media (max-width: 991px) {
  .btn-big-orange {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.btn-big-orange.mini {
  font-size: 12px;
  padding: 10px 15px;
  width: 100%;
}
.btn-big-orange.w-100 {
  width: 100%;
}

.steps {
  padding: 75px 0;
  background: #003466;
}
.steps .h2-title {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .steps .h2-title {
    font-size: 22px;
  }
}
.steps__text {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .steps__text {
    font-size: 22px;
  }
}
.steps__info {
  background: #C5C8CF;
  padding: 10px;
  color: #003466;
  text-align: center;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .steps__info {
    font-size: 16px;
  }
}
.steps .p-text {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .steps .p-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .steps .p-text {
    font-size: 14px;
  }
}
.steps .p-text a {
  color: #FFF;
  text-decoration: underline;
}