@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
body, h1, h2, h3, h4, h5, h6, p, a {
  font-family: "Poppins", system-ui;
}

.scrollTo {
  cursor: pointer;
}

.menu-dropdown .screen__item a {
  color: #ffffff;
  text-decoration: none;
}
.menu-dropdown .screen__item a:hover {
  text-decoration: none;
}
.menu-dropdown .button--filled {
  background-color: #1fa2dc;
  color: #ffffff !important;
  font-weight: 700;
  transition: 0.5s ease-in-out;
}
.menu-dropdown .button--filled:hover {
  background-color: #39b54a;
}

.page-header .page-header__logo {
  margin-left: 0;
}
.page-header .page-header__logo img {
  height: auto;
  width: 100%;
  max-width: 250px;
}
.page-header .main-menu .main-menu__item .main-menu__link {
  color: #114674;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}
.page-header .main-menu .main-menu__item .main-menu__link.active {
  color: #1fa2dc;
}
.page-header .main-menu .main-menu__item .main-menu__link.active:before {
  width: 100%;
}
.page-header .button--filled {
  background-color: #1fa2dc;
  transition: 0.5s ease-in-out;
  color: #ffffff !important;
  font-weight: 700;
}
.page-header .button--filled:hover {
  background-color: #39b54a;
}

#home {
  min-height: 100vh;
}
#home .promo-slider {
  min-height: 100vh;
}
#home .promo-slider .promo-slider__item {
  min-height: 100vh;
}
#home .promo-slider .promo-slider__item .contentBox {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
}
#home .promo-slider__wrapper-1 {
  margin-top: 50px;
}
#home .promo-slider__wrapper-1 .promo-slider__overlay {
  line-height: normal;
}
#home .promo-slider__wrapper-1 .promo-slider__title {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #home .promo-slider__wrapper-1 .promo-slider__title {
    font-size: 30px;
    line-height: 35px;
  }
}
#home .promo-slider__wrapper-2 .promo-slider__subtitle {
  font-weight: 500;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  #home .promo-slider__wrapper-2 .promo-slider__subtitle {
    font-size: 25px;
    line-height: 30px;
  }
}
#home .promo-slider__wrapper-3 .button--promo {
  background-color: #1fa2dc;
  font-size: 18px;
  font-weight: 500;
  transition: 0.5s ease-in-out;
}
#home .promo-slider__wrapper-3 .button--promo:hover {
  background-color: #39b54a;
}

#aviso-header .promo-slider {
  min-height: 50vh;
}
#aviso-header .promo-slider .promo-slider__item {
  min-height: 50vh;
}
#aviso-header .promo-slider .promo-slider__item .img--bg {
  -o-object-position: center;
     object-position: center;
}
#aviso-header .promo-slider .promo-slider__item .contentBox {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50vh;
}

#nosotros .img-badge {
  background-color: #114674;
}
#nosotros .img-badge .img-badge__title {
  color: #ffffff;
  font-weight: 700;
}
#nosotros .heading .heading__pre-title {
  color: #39b54a;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: normal;
}
#nosotros .heading .heading__title {
  color: #1fa2dc;
  font-weight: 700;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  #nosotros .heading .heading__title {
    font-size: 25px;
    line-height: 30px;
  }
}
#nosotros .heading .heading__title span {
  color: #114674;
}
#nosotros .heading .heading__layout {
  left: -5px;
}
#nosotros .textNormal {
  font-size: 19px;
  font-weight: 500;
  color: #999999;
  line-height: normal;
}
#nosotros .textNormal.blue1 {
  color: #1fa2dc;
}
#nosotros .textNormal.blue2 {
  color: #114674;
}
#nosotros .textNormal.bold {
  font-weight: 700;
}
#nosotros .textNormal .bold {
  font-weight: 700;
}
#nosotros .textNormal .blue2 {
  color: #114674;
}
#nosotros .button--green {
  border: 2px solid #39b54a;
  color: #114674;
  font-size: 18px;
  font-weight: 500;
  transition: 0.5s ease-in-out;
}
#nosotros .button--green:hover {
  background-color: #39b54a;
  color: #ffffff;
}
#nosotros .button--green span {
  margin-right: 10px;
}

#cifras {
  background-color: #f2f2f2;
  position: relative;
  overflow: hidden;
}
#cifras .imgMap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #cifras .imgMap {
    width: 100%;
  }
}
#cifras .headingNumber {
  margin-bottom: 50px;
}
#cifras .headingNumber .imgNumber {
  position: relative;
  display: table;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #cifras .headingNumber .imgNumber {
    margin-bottom: 30px;
  }
}
#cifras .headingNumber .textNumber {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  color: #114674;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  #cifras .headingNumber .textNumber {
    font-size: 25px;
    line-height: 30px;
  }
  #cifras .headingNumber .textNumber br {
    display: none;
  }
}
#cifras .counter .counter__top {
  font-size: 100px;
  color: #1fa2dc;
  font-weight: 700;
}
#cifras .counter .counter__top .counter__count {
  color: #1fa2dc;
  font-weight: 700;
}
#cifras .counter .counter__lower {
  margin-top: 15px;
}
#cifras .counter .counter__lower .counter__details {
  color: #114674;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
}
#cifras .button--green {
  margin-top: 50px;
  border: 2px solid #39b54a;
  color: #114674;
  font-size: 18px;
  font-weight: 500;
  transition: 0.5s ease-in-out;
}
#cifras .button--green:hover {
  background-color: #39b54a;
  color: #ffffff;
}
#cifras .button--green span {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #cta-video .heading.bottom-40 {
    margin-bottom: 0 !important;
  }
}
#cta-video .heading__pre-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: normal;
}
#cta-video .heading__title {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #cta-video .heading__title {
    font-size: 25px;
    line-height: 30px;
  }
}
#cta-video .textNormal {
  font-size: 23px;
  line-height: 30px;
  font-weight: 500;
}
#cta-video .contVideo {
  margin-top: 40px;
  position: relative;
}
#cta-video .contVideo video {
  max-width: 100%;
  width: 100%;
}
#cta-video .contVideo .video-icon {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#cta-video .action-section__video {
  max-width: 600px;
  height: 350px;
}
#cta-video .action-section__video .video-icon {
  background-color: rgba(57, 181, 74, 0.6);
}

#ventajas {
  padding-bottom: 0;
}
#ventajas .icon-item__title {
  font-weight: 600;
  color: #114674;
  font-size: 20px;
}
#ventajas .icon-item__text {
  font-weight: 500;
  font-size: 18px;
  color: #999999;
  line-height: 25px;
}
#ventajas .button--green {
  margin-top: 50px;
  border: 2px solid #39b54a;
  color: #114674;
  font-size: 18px;
  font-weight: 500;
  transition: 0.5s ease-in-out;
}
#ventajas .button--green:hover {
  background-color: #39b54a;
  color: #ffffff;
}
#ventajas .button--green span {
  margin-right: 10px;
}

#alianzas {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #alianzas .bottom-70 {
    margin-bottom: 0 !important;
  }
}
#alianzas .rowAlianza {
  background-color: #114674;
  align-items: center;
  position: relative;
}
#alianzas .rowAlianza .backAlianza {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  #alianzas .rowAlianza .backAlianza {
    top: 65%;
    max-width: 100%;
    width: 100%;
  }
}
#alianzas .contVideo {
  padding: 0;
}
#alianzas .heading {
  padding: 0 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #alianzas .heading {
    padding: 40px 0;
  }
}
#alianzas .heading .heading__pre-title {
  color: #39b54a;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 16px;
}
#alianzas .heading .heading__title {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #alianzas .heading .heading__title {
    font-size: 25px;
    line-height: 30px;
  }
}
#alianzas .heading .heading__title span {
  color: #1fa2dc;
}
#alianzas .heading .contImg {
  display: flex;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #alianzas .heading .contImg {
    display: block;
    text-align: center;
  }
}
#alianzas .heading .contImg img {
  max-width: 200px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #alianzas .heading .contImg img {
    margin-right: 0;
    margin-top: 15px;
  }
}

#clientes {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #clientes {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #clientes .bottom-70 {
    margin-bottom: 0 !important;
  }
}
#clientes .heading .heading__pre-title {
  color: #39b54a;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: normal;
}
#clientes .heading .heading__title {
  font-weight: 700;
  color: #1fa2dc;
}
@media screen and (max-width: 768px) {
  #clientes .heading .heading__title {
    font-size: 25px;
    line-height: 30px;
  }
  #clientes .heading .heading__title br {
    display: none;
  }
}
#clientes .heading .heading__title span {
  color: #114674;
}
#clientes .heading .heading__layout {
  width: 100%;
  line-height: normal;
  bottom: 40px;
}
#clientes .logos-slider .logos-slider__item img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
#clientes .logos-slider .slick-dots {
  margin-top: 10px;
  margin-bottom: 40px;
}
#clientes .logos-slider .slick-dots li {
  width: 10px;
  padding: 0 15px;
}
#clientes .logos-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #999999;
  top: auto;
}
#clientes .logos-slider .slick-dots li.slick-active button {
  background-color: #1fa2dc;
  height: 10px;
  top: auto;
}
#clientes .logos-slider .slick-dots li:hover button {
  background-color: #1fa2dc;
  height: 10px;
  top: auto;
}
#clientes .button--green {
  margin-top: 50px;
  border: 2px solid #39b54a;
  color: #114674;
  font-size: 18px;
  font-weight: 500;
  transition: 0.5s ease-in-out;
}
#clientes .button--green:hover {
  background-color: #39b54a;
  color: #ffffff;
}
#clientes .button--green span {
  margin-right: 10px;
}

#contacto {
  margin-bottom: 70px;
}
#contacto .heading .heading__pre-title {
  color: #39b54a;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: normal;
}
#contacto .heading .heading__title {
  font-weight: 700;
}
#contacto .heading .heading__layout {
  left: 0;
}
#contacto .heading .heading__text {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}
#contacto .form-wrapper .quote-form .form__field {
  border: 1px solid #999999;
}
#contacto .form-wrapper .quote-form .form__field::-moz-placeholder {
  color: #114674;
  font-weight: 500;
}
#contacto .form-wrapper .quote-form .form__field::placeholder {
  color: #114674;
  font-weight: 500;
}
#contacto .form-wrapper .quote-form .form_textarea {
  height: 150px;
  padding: 15px;
}
#contacto .form-wrapper .quote-form .btnForm {
  border: 2px solid #39b54a;
  background-color: #39b54a;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  transition: 0.5s ease-in-out;
}
#contacto .form-wrapper .quote-form .btnForm:hover {
  background-color: transparent;
  color: #39b54a;
}

@media screen and (max-width: 768px) {
  #footer {
    padding-bottom: 70px;
  }
}
#footer .section--bg {
  width: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
#footer .flexCenter {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #footer .flexCenter {
    justify-content: flex-start;
  }
}
#footer .flexEnd {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #footer .flexEnd {
    justify-content: flex-start;
  }
}
#footer .page-footer__logo img {
  height: auto;
  max-width: 250px;
  width: 100%;
}
#footer .page-footer__details .textNormal {
  font-size: 18px;
  font-weight: 500;
}
#footer .page-footer__title {
  color: #1fa2dc;
  font-weight: 500;
  font-size: 25px;
}
#footer .page-footer__menu {
  display: block;
}
#footer .page-footer__menu li {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
#footer .page-footer__copyright {
  font-size: 16px;
  color: #ffffff;
}
#footer .page-footer__privacy {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}
#footer .page-footer__privacy a:hover {
  text-decoration: none;
}
#footer .socials {
  width: 100%;
  text-align: right;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #footer .socials {
    justify-content: center;
  }
}

#aviso-de-privacidad {
  padding: 70px 0;
}
#aviso-de-privacidad .sec-title .title {
  font-size: 30px;
  color: #114674;
}
#aviso-de-privacidad .text {
  color: #000000;
}
#aviso-de-privacidad .link {
  color: #114674;
  font-weight: 500;
  transition: 0.5s ease-in-out;
}
#aviso-de-privacidad .link:hover {
  color: #1fa2dc;
  text-decoration: none;
}
#aviso-de-privacidad .list {
  padding-left: 15px;
}
#aviso-de-privacidad .list li {
  color: #000000;
  list-style: disc;
}
#aviso-de-privacidad .list li:marker {
  color: #114674;
}

.thank-you {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thank-you .contBox {
  padding: 0 20px;
}
.thank-you .contBox .logo {
  display: table;
  margin: 0 auto 30px;
  max-width: 180px;
  height: auto;
}
.thank-you .contBox .contentBlock {
  position: relative;
  text-align: center;
}
.thank-you .contBox .contentBlock .title {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #114674;
  line-height: 35px;
}
.thank-you .contBox .contentBlock .title span {
  color: #1fa2dc;
}
.thank-you .contBox .contentBlock .text {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #114674;
  line-height: 23px;
}
.thank-you .contBox .contentBlock .returning .btnBack {
  font-weight: 600;
  background-color: #114674;
  border: 1px solid #114674;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  padding: 8px 25px;
  color: #ffffff;
}
.thank-you .contBox .contentBlock .returning .btnBack:hover {
  color: #114674;
  background-color: #ffffff;
}
.thank-you .contBox .contentBlock .returning .btnBack:before {
  background-color: #ffffff;
}
.thank-you .contBox .contentBlock .more-info {
  margin-bottom: 25px;
  margin-top: 50px;
}
.thank-you .contBox .contentBlock .more-info p {
  margin-bottom: 0px;
  font-size: 19px;
  color: #114674;
}
.thank-you .contBox .contentBlock .more-info p a {
  text-decoration: none;
  transition: 0.5s ease-in-out;
  color: #114674;
}
.thank-you .contBox .contentBlock .more-info p a:hover {
  color: #1fa2dc;
  text-decoration: none;
}
.thank-you .contBox .contentBlock .more-info p a span {
  margin: 0 10px;
  color: #1fa2dc;
}
.thank-you .contBox .contentBlock .following {
  margin-bottom: 0px;
}
.thank-you .contBox .contentBlock .following p {
  margin-bottom: 0px;
  font-size: 19px;
  color: #114674;
}
.thank-you .contBox .contentBlock .following a {
  text-decoration: none;
  transition: 0.5s ease-in-out;
  margin: 0 20px;
  color: #114674;
}
.thank-you .contBox .contentBlock .following a i {
  font-size: 20px;
  color: #114674;
  transition: 0.5s ease-in-out;
}
.thank-you .contBox .contentBlock .following a:hover i {
  color: #1fa2dc;
}

.socialDesktop {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .socialDesktop {
    display: none;
  }
}
.socialDesktop .whats {
  display: block;
  text-align: center;
  margin: 15px 0;
  width: 50px;
  height: 50px;
  background-color: #25d366;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .socialDesktop .whats {
    margin: 15px 0;
  }
}
.socialDesktop .whats img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: auto;
}
.socialDesktop .mail {
  display: block;
  text-align: center;
  margin: 15px 0;
  width: 50px;
  height: 50px;
  background-color: #1fa2dc;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .socialDesktop .mail {
    margin: 15px 0;
  }
}
.socialDesktop .mail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: auto;
}

.socialMobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .socialMobile {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    background-color: #114674;
  }
}
.socialMobile a {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  border-top: 1px solid #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  border-right: 1px solid #fff;
}
.socialMobile a:last-child {
  border-right: 0;
}
.socialMobile a:hover {
  text-decoration: none;
}
.socialMobile a img {
  width: 15px;
  margin-right: 10px;
}

.grecaptcha-badge {
  bottom: 90px !important;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .grecaptcha-badge {
    display: none;
  }
}/*# sourceMappingURL=custom.css.map */