@charset "UTF-8";
/* STYLES =================================================================== */
/* ========================================================================== */
@import "../css/normalize.css";
@import "../css/bootstrap.min.css";
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  position: relative!important;
  font-family: "Hind-Regular", sans-serif;
  width: 100%;
  min-height: 100vh;
  font-size: 1em;
  margin: 0!important;
  padding: 0!important;
  background-color: #FFFFFF;
  overflow-x: hidden !important;
}
html.no-scroll,
body.no-scroll {
  overflow: hidden !important;
}
body {
  text-rendering: optimizeLegibility;
}
a {
  text-decoration: none;
}
* {
  outline: none!important;
}
button:focus {
  box-shadow: none!important;
}
.pt-68 {
  padding-top: 68px;
}
@media (max-width: 991px) {
  .pt-68 {
    padding-top: 43px;
  }
}
.pb-68 {
  padding-bottom: 68px;
}
@media (max-width: 991px) {
  .pb-68 {
    padding-bottom: 43px;
  }
}
.pt-65 {
  padding-top: 65px;
}
@media (max-width: 991px) {
  .pt-65 {
    padding-top: 42px;
  }
}
.pb-65 {
  padding-bottom: 65px;
}
@media (max-width: 991px) {
  .pb-65 {
    padding-bottom: 42px;
  }
}
.pt-130 {
  padding-top: 130px;
}
@media (max-width: 991px) {
  .pt-130 {
    padding-top: 74px;
  }
}
.pb-130 {
  padding-bottom: 130px;
}
@media (max-width: 991px) {
  .pb-130 {
    padding-bottom: 74px;
  }
}
.mt-130 {
  margin-top: 130px;
}
@media (max-width: 991px) {
  .mt-130 {
    margin-top: 40px;
  }
}
.mb-130 {
  margin-bottom: 130px;
}
@media (max-width: 991px) {
  .mb-130 {
    margin-bottom: 40px;
  }
}
.mt-70 {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .mt-70 {
    margin-top: 30px;
  }
}
.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .mb-70 {
    margin-bottom: 30px;
  }
}
.pt-70 {
  padding-top: 70px;
}
@media (max-width: 991px) {
  .pt-70 {
    padding-top: 30px;
  }
}
.pb-70 {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .pb-70 {
    padding-bottom: 30px;
  }
}
.pt-90 {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .pt-90 {
    padding-top: 67px;
  }
}
.pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 67px;
  }
}
/* ICONS ==================================================================== */
.icons {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  background-color: #FFFFFF;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.icons.ico-menu-top {
  -webkit-mask-image: url("../images/ico-menu-top.svg");
}
.icons.ico-menu-arrow-down {
  -webkit-mask-image: url("../images/ico-menu-arrow-down.svg");
}
.icons.ico-arrow-top {
  -webkit-mask-image: url("../images/ico-arrow-top.svg");
}
.icons.ico-linkedin {
  -webkit-mask-image: url("../images/ico-linkedin.svg");
}
.icons.ico-youtube {
  -webkit-mask-image: url("../images/ico-youtube.svg");
}
.icons.ico-flecha-left {
  -webkit-mask-image: url("../images/ico-flecha-left.svg");
}
.icons.ico-flecha-right {
  -webkit-mask-image: url("../images/ico-flecha-right.svg");
}
/* Icons */
@font-face {
  font-family: 'slick';
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}
/************************************************************************************************************/
@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/Raleway-Bold.eot');
  src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Bold.woff2') format('woff2'), url('../fonts/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway-Bold.ttf') format('truetype'), url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind-Regular';
  src: url('../fonts/Hind-Regular.eot');
  src: url('../fonts/Hind-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Hind-Regular.woff2') format('woff2'), url('../fonts/Hind-Regular.woff') format('woff'), url('../fonts/Hind-Regular.ttf') format('truetype'), url('../fonts/Hind-Regular.svg#Hind-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind-Medium';
  src: url('../fonts/Hind-Medium.eot');
  src: url('../fonts/Hind-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Hind-Medium.woff2') format('woff2'), url('../fonts/Hind-Medium.woff') format('woff'), url('../fonts/Hind-Medium.ttf') format('truetype'), url('../fonts/Hind-Medium.svg#Hind-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind-SemiBold';
  src: url('../fonts/Hind-SemiBold.eot');
  src: url('../fonts/Hind-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Hind-SemiBold.woff2') format('woff2'), url('../fonts/Hind-SemiBold.woff') format('woff'), url('../fonts/Hind-SemiBold.ttf') format('truetype'), url('../fonts/Hind-SemiBold.svg#Hind-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind-Bold';
  src: url('../fonts/Hind-Bold.eot');
  src: url('../fonts/Hind-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Hind-Bold.woff2') format('woff2'), url('../fonts/Hind-Bold.woff') format('woff'), url('../fonts/Hind-Bold.ttf') format('truetype'), url('../fonts/Hind-Bold.svg#Hind-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*@slick-prev-character: "../images/ico-slider-arrow-left.svg";
@slick-next-character: "../images/ico-slider-arrow-right.svg";*/
/* Slider */
.slick-loading .slick-list {
  background: #FFFFFF url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  width: 20px;
  height: 38px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  display: block;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  background-color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.slick-prev:hover {
  left: -73px;
  opacity: 0.3;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -70px;
}
.slick-prev:before {
  content: '';
  width: 20px;
  height: 38px;
  display: block;
  -webkit-mask-image: url("");
  mask-image: url("");
}
[dir="rtl"] .slick-prev:before {
  -webkit-mask-image: url("");
  mask-image: url("");
}
.slick-next {
  right: -70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.slick-next:hover {
  right: -73px;
  opacity: 0.3;
}
[dir="rtl"] .slick-next {
  left: -70px;
  right: auto;
}
.slick-next:before {
  content: '';
  width: 20px;
  height: 38px;
  display: block;
  -webkit-mask-image: url("");
  mask-image: url("");
}
[dir="rtl"] .slick-next:before {
  -webkit-mask-image: url("");
  mask-image: url("");
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* NAV ======================================= */
.navbar {
  position: fixed;
  top: 16px;
  right: 16px;
  left: 16px;
  z-index: 1030;
  background-color: transparent;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .navbar {
    right: 19px;
    left: 19px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1199px) {
  .navbar > .container {
    max-width: 100%;
  }
}
.navbar.scrolling .menu-content {
  backdrop-filter: blur(0px);
  background-color: #FFFFFF;
}
.navbar .navbar-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .navbar .navbar-nav {
    display: none!important;
  }
  .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #EDF2F4 !important;
  }
  .navbar .navbar-nav .nav-item:first-child {
    border: 0;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    margin-right: 0!important;
    padding: 20px!important;
  }
  .navbar .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent!important;
  }
  .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.show {
    border-color: transparent!important;
  }
  .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.navbar .navbar-nav .col-left .navbar-brand {
  padding: 0px;
  margin: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.navbar .navbar-nav .col-left .navbar-brand .logo {
  width: 82px;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .navbar .navbar-nav .col-left .navbar-brand .logo {
    width: 96px;
  }
}
.navbar .navbar-nav .col-right {
  display: inline-flex;
  gap: 0px;
  align-items: center;
}
.navbar .navbar-nav .col-right .btns-link {
  position: relative;
  display: inline-flex;
  gap: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  height: 100%;
}
.navbar .navbar-nav .col-right .btns-link .btn-link_ {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  height: 100%;
  align-items: center;
  display: inline-flex;
}
.navbar .navbar-nav .col-right .btns-link .btn-link_:hover > a {
  color: #22B2C4;
}
.navbar .navbar-nav .col-right .btns-link .btn-link_:hover .icon {
  transform: rotate(180deg);
  content: url("../images/chevron-down-turqueza.svg");
}
.navbar .navbar-nav .col-right .btns-link .btn-link_:hover .submenu {
  height: 212px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #EDEDF1;
}
.navbar .navbar-nav .col-right .btns-link .btn-link_ .submenu {
  position: absolute;
  top: 58px;
  right: 0px;
  width: 300px;
  height: 0px;
  background-color: #FFFFFF;
  border: 0px solid transparent;
  border-radius: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.navbar .navbar-nav .col-right .btns-link .btn-link_ .submenu ul {
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
  height: 100%;
}
.navbar .navbar-nav .col-right .btns-link .btn-link_ .submenu ul li > a {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Hind-Medium", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.navbar .navbar-nav .col-right .btns-link .btn-link_ .submenu ul li > a:hover {
  color: #555B74;
}
.navbar .navbar-nav .col-right .btns-link .btn-link_ > a {
  position: relative;
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
  font-size: 16px;
  line-height: 56px;
  height: 100%;
  align-items: center;
  display: flex;
  text-decoration: none;
  white-space: nowrap;
  gap: 8px;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.navbar .navbar-nav .col-right .btns-link .btn-link_ > a.activo {
  color: #22B2C4;
}
.navbar .navbar-nav .col-right .btns-link .btn-link_ > a .icon {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}
@media (max-width: 1151px) {
  .navbar .navbar-nav .col-right .btns-link .btn-link_ > a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    line-height: 32px;
  }
}
.navbar .navbar-nav .col-right .idioma-dropdown-menu {
  position: relative;
  display: inline-block;
}
.navbar .navbar-nav .col-right .idioma-dropdown-menu .btn-idioma {
  position: relative;
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
  font-size: 16px;
  line-height: 35px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
}
@media (max-width: 1151px) {
  .navbar .navbar-nav .col-right .idioma-dropdown-menu .btn-idioma {
    font-size: 14px;
    line-height: 35px;
  }
}
.navbar .navbar-nav .col-right .idioma-dropdown-menu .btn-idioma:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/ico-arrow-idioma-azul.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.navbar .navbar-nav .col-right .idioma-dropdown-menu .btn-idioma[aria-expanded="true"] {
  color: #22B2C4;
  border-radius: 8px;
}
.navbar .navbar-nav .col-right .idioma-dropdown-menu .btn-idioma[aria-expanded="true"]:after {
  background-image: url("../images/ico-arrow-idioma-turqueza.svg");
  transform: rotate(180deg);
}
.navbar .navbar-nav .col-right .idioma-dropdown-menu .btn-idioma[aria-expanded="true"] .icon {
  content: url("../images/language-icon-turqueza.svg");
}
.navbar .navbar-nav .col-right .idioma-dropdown-menu .btn-idioma .icon {
  width: 24px;
  height: 24px;
}
.navbar .navbar-nav .col-right .idioma-dropdown-menu .dropdown-menu {
  border-radius: 0px;
  background-color: #FFFFFF;
  border: 0px;
  min-width: inherit;
  padding: 0px;
  left: 0;
  top: 47px;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #EDEDF1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.navbar .navbar-nav .col-right .idioma-dropdown-menu .dropdown-menu li:last-child a {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.navbar .navbar-nav .col-right .idioma-dropdown-menu .dropdown-menu li a {
  display: block;
  font-family: "Hind-Medium", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 36px;
  padding: 0px 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.navbar .navbar-nav .col-right .idioma-dropdown-menu .dropdown-menu li a.activo,
.navbar .navbar-nav .col-right .idioma-dropdown-menu .dropdown-menu li a:hover {
  color: #22B2C4;
}
.navbar .navbar-nav .col-right .buscador.show .btn-buscar {
  width: 200px;
  background-color: rgba(255,255,255,.5);
}
@media (max-width: 1226px) {
  .navbar .navbar-nav .col-right .buscador.show .btn-buscar {
    width: 130px;
  }
}
.navbar .navbar-nav .col-right .buscador.show .btn-buscar .icon {
  display: none;
}
.navbar .navbar-nav .col-right .buscador.show .btn-buscar .input-text {
  width: 200px;
}
.navbar .navbar-nav .col-right .buscador .btn-buscar {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.navbar .navbar-nav .col-right .buscador .btn-buscar .icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.navbar .navbar-nav .col-right .buscador .btn-buscar .input-text {
  width: 0px;
  overflow: hidden;
  display: inline-flex;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.navbar .navbar-nav .col-right .buscador .btn-buscar .input-text .btn-search {
  min-width: 44px;
  min-height: 44px;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.navbar .navbar-nav .col-right .buscador .btn-buscar .input-text input {
  width: 156px;
  border: 0px;
  margin: 0px;
  padding: 0px 16px 0px 0px;
  background-color: transparent;
  font-family: "Hind-Regular", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.navbar .navbar-nav .col-right .buscador .btn-buscar .input-text input::placeholder {
  color: #555B74;
}
.navbar .navbar-nav .col-right .btn-inicia-sesion {
  font-family: "Hind-Bold", sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  background-color: #005A7B;
  border-radius: 4px;
  text-align: center;
  padding: 10px 18px;
  white-space: nowrap;
}
.navbar .menu-content {
  position: relative;
  width: 100%;
  backdrop-filter: blur(6px);
  padding: 8px 32px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  /*@media (max-width: 991px){
      position: inherit;
    }*/
}
.navbar .menu-content .navbar-brand {
  margin: 0px;
  padding: 0px;
}
.navbar .menu-content .navbar-brand .logo {
  width: 82px;
  height: auto;
}
@media (max-width: 991px) {
  .navbar .menu-content .navbar-collapse {
    position: absolute;
    width: 100%;
    top: calc(100% + 0px);
    left: 0;
  }
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile {
  position: relative;
  background-color: #FFFFFF;
  padding: 8px;
  height: calc(100vh - 111px);
  top: 8px;
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btn-idioma {
  position: relative;
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
  font-size: 16px;
  line-height: 40px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  text-transform: uppercase;
  left: 15px;
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btn-idioma:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btn-idioma .icon {
  width: 24px;
  height: 24px;
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btn-buscar {
  position: relative;
  left: -14px;
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btn-buscar .icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btn-buscar .input-text {
  width: 100%;
  overflow: hidden;
  display: inline-flex;
  padding-left: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btn-buscar .input-text .btn-search {
  min-width: 44px;
  min-height: 44px;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btn-buscar .input-text input {
  width: 100%;
  border: 0px;
  margin: 0px;
  padding: 0px 16px 0px 0px;
  background-color: transparent;
  font-family: "Hind-Regular", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btn-buscar .input-text input::placeholder {
  color: #555B74;
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btn-inicia-sesion {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: calc(100% - 16px);
  font-family: "Hind-Bold", sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  background-color: #005A7B;
  border-radius: 4px;
  text-align: center;
  padding: 10px 18px;
  white-space: nowrap;
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btns-link {
  padding: 0px;
  margin: 0px;
  display: flex;
  gap: 0px;
  flex-direction: column;
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btns-link .btn-link {
  position: relative;
  text-decoration: none;
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btns-link .btn-link:hover > div,
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btns-link .btn-link:hover > a {
  color: #22B2C4;
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btns-link .btn-link:hover .icon {
  transform: rotate(180deg);
  content: url("../images/chevron-down-turqueza.svg");
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btns-link .btn-link:hover .submenu {
  height: auto;
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btns-link .btn-link > div,
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btns-link .btn-link > a {
  position: relative;
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  display: flex;
  text-decoration: none;
  white-space: nowrap;
  gap: 6px;
  padding: 10px 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btns-link .btn-link > div.activo,
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btns-link .btn-link > a.activo {
  color: #22B2C4;
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btns-link .btn-link > div .icon,
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btns-link .btn-link > a .icon {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btns-link .btn-link .submenu {
  position: relative;
  width: 100%;
  height: 0px;
  background-color: #FFFFFF;
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btns-link .btn-link .submenu ul {
  padding: 0px;
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btns-link .btn-link .submenu ul li > a {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Hind-Medium", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.navbar .menu-content .navbar-collapse .navbar-nav-mobile .btns-link .btn-link .submenu ul li > a:hover {
  color: #555B74;
}
.navbar .menu-content .navbar-toggler {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
@media (max-width: 991px) {
  .navbar .menu-content .navbar-toggler {
    display: inline-block;
    padding: 12px;
    border: 0;
    width: auto;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    border-radius: 0px;
  }
}
.navbar .menu-content .navbar-toggler svg {
  display: block;
  width: 20px;
  height: 20px;
}
.navbar .menu-content .navbar-toggler .line {
  fill: none;
  stroke: #005A7B;
  stroke-width: 6;
  stroke-linecap: round;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar .menu-content .navbar-toggler .line.line1 {
  stroke-dasharray: 60 207;
}
.navbar .menu-content .navbar-toggler .line.line2 {
  stroke-dasharray: 60 60;
}
.navbar .menu-content .navbar-toggler .line.line3 {
  stroke-dasharray: 60 207;
}
.navbar .menu-content .navbar-toggler[aria-expanded="true"] .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}
.navbar .menu-content .navbar-toggler[aria-expanded="true"] .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}
.navbar .menu-content .navbar-toggler[aria-expanded="true"] .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}
.section.cabecera-home {
  position: relative;
  width: 100%;
  min-height: 700px;
}
@media (max-width: 991px) {
  .section.cabecera-home {
    min-height: 668px;
  }
}
.section.cabecera-home:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.5);
  z-index: 1;
}
.section.cabecera-home .data {
  position: relative;
  width: 100%;
  max-width: 600px;
  min-height: 700px;
  display: flex;
  align-items: start;
  justify-content: end;
  flex-wrap: wrap;
  flex-direction: column;
  z-index: 2;
  padding-bottom: 96px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 991px) {
  .section.cabecera-home .data {
    min-height: 668px;
    padding-bottom: 83px;
  }
}
.section.cabecera-home .data .titulo {
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 64px;
  line-height: 69px;
  margin-bottom: 32px;
}
.section.cabecera-home .data .titulo .turqueza {
  color: #22B2C4;
}
@media (max-width: 991px) {
  .section.cabecera-home .data .titulo {
    font-size: 56px;
    line-height: 61px;
  }
}
.section.cabecera-home .data .texto {
  font-family: "Hind-SemiBold", sans-serif;
  color: #00384D;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 32px;
}
.section.cabecera-home .data .texto .azul {
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
}
.section.cabecera-home .data .texto b {
  font-family: "Hind-Bold", sans-serif;
}
.section.cabecera-home .data .btn-link {
  display: inline-block;
  width: 100%;
  max-width: 129px;
  font-family: "Hind-Bold", sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 44px;
  background-color: #005A7B;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  padding: 0px 16px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}
.section.cabecera-home .data .btn-link:hover {
  background-color: #22B2C4;
}
@media (max-width: 991px) {
  .section.cabecera-home .data .btn-link {
    max-width: 100%;
  }
}
.section.cabecera-home .bg {
  position: absolute;
  top: 16px;
  left: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  object-fit: cover;
  object-position: top;
  z-index: 0;
  border-radius: 8px;
}
.section.cabecera-interna {
  position: relative;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 40px;
}
.section.cabecera-interna .data {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
@media (max-width: 991px) {
  .section.cabecera-interna .data {
    padding-top: 0px;
    padding-bottom: 40px;
    justify-content: end;
  }
}
.section.cabecera-interna .data .titulo {
  font-family: "Raleway-Bold", sans-serif;
  color: #22B2C4;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 16px;
}
.section.cabecera-interna .data .texto {
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 48px;
  line-height: 53px;
  max-width: 900px;
}
@media (max-width: 991px) {
  .section.cabecera-interna .data .texto {
    font-size: 32px;
    line-height: 37px;
  }
}
.modulo-01 {
  position: relative;
  background-color: #FFFFFF;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .modulo-01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.modulo-01 .titulo {
  font-family: "Raleway-Bold", sans-serif;
  color: #22B2C4;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 16px;
  text-align: center;
}
.modulo-01 .texto {
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 40px;
  line-height: 45px;
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}
@media (max-width: 991px) {
  .modulo-01 .texto {
    font-size: 32px;
    line-height: 37px;
  }
}
.modulo-02 {
  position: relative;
  background-color: #F6F7F9;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .modulo-02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.modulo-02 .subtitulo-top {
  font-family: "Hind-Bold", sans-serif;
  color: #22B2C4;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 16px;
}
.modulo-02 .titulo-top {
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .modulo-02 .titulo-top {
    font-size: 32px;
    line-height: 37px;
  }
}
.modulo-02 .texto-top {
  font-family: "Hind-Bold", sans-serif;
  color: #555B74;
  font-size: 18px;
  line-height: 23px;
}
.modulo-02 .texto-top b {
  font-family: "Hind-SemiBold", sans-serif;
}
.modulo-02 .desktop {
  position: relative;
}
@media (max-width: 991px) {
  .modulo-02 .desktop {
    display: none;
  }
}
.modulo-02 .desktop .holder {
  position: relative;
  height: 344px;
}
.modulo-02 .desktop .holder .layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #377A9D;
  opacity: 0;
  display: flex;
  align-items: start;
  justify-content: center;
  padding: 40px 16px 0px 16px;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.modulo-02 .desktop .holder .layer .texto {
  font-family: "Hind-Medium", sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.modulo-02 .desktop .holder .layer .texto b {
  font-family: "Hind-Bold", sans-serif;
}
.modulo-02 .desktop .holder:hover .layer {
  opacity: 1;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.modulo-02 .desktop .holder:hover .titulo {
  color: #22B2C4;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.modulo-02 .desktop .holder .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.modulo-02 .desktop .holder .titulo {
  position: absolute;
  left: 24px;
  bottom: -28px;
  width: calc(100% - 48px);
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
  font-size: 18px;
  line-height: 23px;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 2;
  background-color: #FFFFFF;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-02 .mobile {
  position: relative;
}
@media (min-width: 991px) {
  .modulo-02 .mobile {
    display: none;
  }
}
.modulo-02 .mobile .slider-modulo-02 .slick-slider .slick-list {
  overflow: visible!important;
}
.modulo-02 .mobile .slider-modulo-02 .slick-slider .slick-list:focus {
  outline: none;
}
.modulo-02 .mobile .slider-modulo-02 .slick-slider .slick-list.draggable {
  cursor: grab;
}
.modulo-02 .mobile .slider-modulo-02 .slick-slider .slick-list.draggable:active {
  cursor: grabbing;
}
.modulo-02 .mobile .slider-modulo-02 .slick-slider .slick-list .slick-track .slick-slide {
  position: relative;
  padding: 10px;
}
.modulo-02 .mobile .slider-modulo-02 .slick-slider .slick-list .slick-track .slick-slide .btn-cerrar {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  opacity: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modulo-02 .mobile .slider-modulo-02 .slick-slider .slick-list .slick-track .slick-slide .btn-cerrar.show {
  opacity: 1;
}
.modulo-02 .mobile .slider-modulo-02 .slick-slider .slick-list .slick-track .slick-slide .btn-cerrar img {
  width: 20px;
  height: 20px;
}
.modulo-02 .mobile .slider-modulo-02 .slick-slider .slick-list .slick-track .slick-slide .holder {
  position: relative;
  height: 344px;
}
.modulo-02 .mobile .slider-modulo-02 .slick-slider .slick-list .slick-track .slick-slide .holder .layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #377A9D;
  opacity: 0;
  display: flex;
  align-items: start;
  justify-content: center;
  padding: 40px 16px 0px 16px;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.modulo-02 .mobile .slider-modulo-02 .slick-slider .slick-list .slick-track .slick-slide .holder .layer .texto {
  font-family: "Hind-Medium", sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.modulo-02 .mobile .slider-modulo-02 .slick-slider .slick-list .slick-track .slick-slide .holder .layer .texto b {
  font-family: "Hind-Bold", sans-serif;
}
.modulo-02 .mobile .slider-modulo-02 .slick-slider .slick-list .slick-track .slick-slide .holder.show .layer {
  opacity: 1;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.modulo-02 .mobile .slider-modulo-02 .slick-slider .slick-list .slick-track .slick-slide .holder.show .titulo {
  color: #22B2C4;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.modulo-02 .mobile .slider-modulo-02 .slick-slider .slick-list .slick-track .slick-slide .holder .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.modulo-02 .mobile .slider-modulo-02 .slick-slider .slick-list .slick-track .slick-slide .holder .titulo {
  position: absolute;
  left: 24px;
  bottom: -28px;
  width: calc(100% - 48px);
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
  font-size: 18px;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
  z-index: 2;
  background-color: #FFFFFF;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-03 {
  position: relative;
  background-color: #FFFFFF;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 991px) {
  .modulo-03 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.modulo-03 .titulo-top {
  font-family: "Raleway-Bold", sans-serif;
  color: #22B2C4;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 16px;
  text-align: center;
}
.modulo-03 .texto-top {
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 40px;
  line-height: 45px;
  max-width: 600px;
  margin: 0px auto 40px auto;
  text-align: center;
}
@media (max-width: 991px) {
  .modulo-03 .texto-top {
    font-size: 32px;
    line-height: 37px;
  }
}
.modulo-03 .holder {
  min-height: 300px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}
@media (max-width: 991px) {
  .modulo-03 .holder {
    min-height: auto;
  }
}
.modulo-03 .holder:hover {
  background-color: #F4FCF8;
}
.modulo-03 .holder .titulo {
  font-family: "Raleway-Bold", sans-serif;
  color: #22B2C4;
  font-size: 24px;
  line-height: 29px;
  width: 100%;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding-left: 14px;
  padding-right: 14px;
}
@media (max-width: 991px) {
  .modulo-03 .holder .titulo {
    justify-content: start;
  }
}
.modulo-03 .holder .titulo .icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  object-position: center;
}
.modulo-03 .holder .texto {
  font-family: "Hind-Medium", sans-serif;
  color: #00384D;
  font-size: 16px;
  line-height: 24px;
  padding: 16px;
}
.modulo-03 .holder .texto b {
  font-family: "Hind-Bold", sans-serif;
}
.modulo-04 {
  position: relative;
  background-color: #F6F7F9;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 991px) {
  .modulo-04 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.modulo-04 .subtitulo-top {
  position: relative;
  font-family: "Raleway-Bold", sans-serif;
  color: #22B2C4;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 16px;
}
.modulo-04 .titulo-top {
  position: relative;
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 40px;
  line-height: 45px;
}
@media (max-width: 991px) {
  .modulo-04 .titulo-top {
    font-size: 32px;
    line-height: 37px;
  }
}
.modulo-04 .holder {
  position: relative;
  margin-bottom: 16px;
}
.modulo-04 .holder:before {
  content: '';
  position: absolute;
  left: -26px;
  top: 0px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid #22B2C4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .modulo-04 .holder:before {
    left: -33px;
  }
}
.modulo-04 .holder:after {
  content: '';
  position: absolute;
  left: -19px;
  top: 20px;
  width: 2px;
  height: calc(100% - 18px);
  border-radius: 2px;
  background-color: #22B2C4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .modulo-04 .holder:after {
    left: -26px;
  }
}
.modulo-04 .holder .ano {
  position: relative;
  font-family: "Raleway-Bold", sans-serif;
  color: #22B2C4;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-04 .holder .texto {
  font-family: "Hind-Medium", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 21px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-05 {
  position: relative;
  background-color: #FFFFFF;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .modulo-05 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.modulo-05 .holder {
  position: relative;
  padding: 0px;
  border-radius: 8px;
  background-color: #FFFFFF;
  min-height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-05 .holder:hover {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.modulo-05 .holder:hover .content .titulo {
  color: #22B2C4;
}
.modulo-05 .holder:hover .content .btn-link {
  color: #22B2C4;
  gap: 6px;
}
.modulo-05 .holder:hover .content .btn-link .flecha {
  width: 20px;
  opacity: 1;
}
.modulo-05 .holder .img-fluid {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.modulo-05 .holder .content {
  position: relative;
  padding: 8px 16px;
}
.modulo-05 .holder .content .titulo {
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-05 .holder .content .texto {
  font-family: "Hind-Medium", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 8px;
  min-height: 120px;
}
.modulo-05 .holder .content .btn-link {
  position: relative;
  display: inline-flex;
  gap: 0px;
  align-items: center;
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  padding: 0px 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-05 .holder .content .btn-link .flecha {
  display: block;
  width: 0px;
  height: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-06 {
  position: relative;
  background-color: #FFFFFF;
  padding-top: 120px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .modulo-06 {
    padding-top: 136px;
    padding-bottom: 40px;
  }
}
.modulo-06 .btn-link-atras {
  position: relative;
  display: inline-flex;
  gap: 0px;
  align-items: center;
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  padding: 0px 16px;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-06 .btn-link-atras .flecha {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-06 .subtitulo {
  font-family: "Raleway-Bold", sans-serif;
  color: #22B2C4;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .modulo-06 .subtitulo {
    margin-bottom: 16px;
  }
}
.modulo-06 .titulo {
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 40px;
  line-height: 45px;
}
@media (max-width: 991px) {
  .modulo-06 .titulo {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 32px;
  }
}
.modulo-06 .texto {
  font-family: "Hind-Medium", sans-serif;
  color: #555B74;
  font-size: 18px;
  line-height: 29px;
}
.modulo-06 .subtexto {
  font-family: "Hind-Regular", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 24px;
}
.modulo-06 .items {
  margin-top: 16px;
  margin-bottom: 16px;
}
.modulo-06 .items .item {
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.modulo-06 .items .item:last-child {
  margin-bottom: 0px;
}
.modulo-06 .items .item .icon {
  width: 24px;
  height: 24px;
}
.modulo-07 {
  position: relative;
  background-color: #FFFFFF;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .modulo-07 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.modulo-07 .holder:hover .info .titulo {
  color: #22B2C4;
}
.modulo-07 .holder:hover .info .btn-link {
  color: #22B2C4;
}
.modulo-07 .holder:hover .info .btn-link .flecha {
  content: url("../images/chevron-right-turqueza.svg");
}
.modulo-07 .holder .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.modulo-07 .holder .info {
  position: relative;
  padding: 16px;
  display: flex;
  height: 100%;
  flex-flow: column;
  justify-content: space-between;
}
.modulo-07 .holder .info .titulo {
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-07 .holder .info .texto {
  font-family: "Hind-Medium", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 21px;
  min-height: 64px;
}
.modulo-07 .holder .info .btn-link {
  position: relative;
  display: inline-flex;
  gap: 0px;
  align-items: center;
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  padding: 0px 0px 0px 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-07 .holder .info .btn-link .flecha {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-08 {
  position: relative;
  background-color: #F6F7F9;
  padding-top: 40px;
  padding-bottom: 80px;
}
.modulo-08 .titulo-top {
  font-family: "Raleway-Bold", sans-serif;
  color: #00384D;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 32px;
}
.modulo-08 .holder {
  position: relative;
  padding: 0px;
  border-radius: 8px;
  background-color: #FFFFFF;
  min-height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-08 .holder:hover {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.modulo-08 .holder:hover .content .titulo {
  color: #22B2C4;
}
.modulo-08 .holder:hover .content .btn-link {
  color: #22B2C4;
  gap: 6px;
}
.modulo-08 .holder:hover .content .btn-link .flecha {
  content: url("../images/chevron-right-turqueza.svg");
}
.modulo-08 .holder .img-fluid {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.modulo-08 .holder .content {
  position: relative;
  padding: 8px 16px;
}
.modulo-08 .holder .content .titulo {
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-08 .holder .content .texto {
  font-family: "Hind-Medium", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 8px;
  min-height: 120px;
}
.modulo-08 .holder .content .btn-link {
  position: relative;
  display: inline-flex;
  gap: 0px;
  align-items: center;
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  padding: 0px 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-08 .holder .content .btn-link .flecha {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-09 {
  position: relative;
  background-color: #FFFFFF;
  padding-top: 120px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .modulo-09 {
    padding-top: 144px;
    padding-bottom: 0px;
  }
}
.modulo-09 .btn-link-atras {
  position: relative;
  display: inline-flex;
  gap: 0px;
  align-items: center;
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  padding: 0px 16px;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-09 .btn-link-atras .flecha {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-09 .img-fluid {
  width: calc(100% - 72px);
  height: calc(100% - 16px);
  object-fit: contain;
  object-position: bottom;
}
@media (max-width: 991px) {
  .modulo-09 .img-fluid {
    height: 300px;
    object-position: center;
  }
}
.modulo-09 .info {
  position: relative;
  display: flex;
  height: 100%;
  flex-flow: column;
  justify-content: space-between;
}
.modulo-09 .info .subtitulo {
  font-family: "Raleway-Bold", sans-serif;
  color: #22B2C4;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 16px;
}
.modulo-09 .info .titulo {
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 48px;
  line-height: 53px;
  margin-bottom: 16px;
}
.modulo-09 .info .subtexto {
  font-family: "Hind-Medium", sans-serif;
  color: #555B74;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 16px;
}
.modulo-09 .info .texto {
  font-family: "Hind-Medium", sans-serif;
  color: #555B74;
  font-size: 18px;
  line-height: 27px;
}
.modulo-09 .info .texto b {
  font-family: "Hind-Bold", sans-serif;
}
.modulo-10 {
  position: relative;
  background-color: #FFFFFF;
  padding-top: 120px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .modulo-10 {
    padding-top: 0px;
    padding-bottom: 80px;
  }
}
.modulo-10 .accordion-flush .accordion-item {
  border-color: #D6D8E1;
}
.modulo-10 .accordion-flush .accordion-item .accordion-button {
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
  font-size: 18px;
  line-height: 27px;
  padding: 16px 0px;
}
.modulo-10 .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 #D6D8E1;
}
.modulo-10 .accordion-flush .accordion-item .accordion-button:after {
  width: 20px;
  height: 20px;
  background-image: url("../images/chevron-down.svg");
  background-size: 20px;
}
.modulo-10 .accordion-flush .accordion-item .accordion-body {
  font-family: "Hind-Medium", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0px 16px 0px;
}
.modulo-11 {
  position: relative;
  background-color: #FFFFFF;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .modulo-11 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.modulo-11 .titulo-top {
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 24px;
  margin-top: 24px;
}
.modulo-11 .holder:hover .info .titulo {
  color: #22B2C4;
}
.modulo-11 .holder:hover .info .btn-link {
  color: #22B2C4;
}
.modulo-11 .holder:hover .info .btn-link .flecha {
  content: url("../images/chevron-right-turqueza.svg");
}
.modulo-11 .holder .img-fluid {
  width: 100%;
  height: 170px;
  object-fit: contain;
  object-position: center;
}
.modulo-11 .holder .info {
  position: relative;
  padding: 16px;
  display: flex;
  height: 100%;
  flex-flow: column;
  justify-content: space-between;
}
.modulo-11 .holder .info .titulo {
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-11 .holder .info .texto {
  font-family: "Hind-Medium", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 21px;
}
.modulo-12 {
  position: relative;
  background-color: #F6F7F9;
  padding-top: 40px;
  padding-bottom: 40px;
}
.modulo-12 .titulo {
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 24px;
  text-align: center;
}
.modulo-12 .logos {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 24px;
}
.modulo-12 .logos .logo {
  width: 90px;
  height: 60px;
  object-fit: contain;
  object-position: center;
}
.modulo-12 .img-fluid {
  width: 100%;
  height: 170px;
  object-fit: contain;
  object-position: center;
}
.modulo-13 {
  background-color: #F6F7F9;
  padding-top: 40px;
  padding-bottom: 40px;
}
.modulo-13 .subtitulo-top {
  position: relative;
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 8px;
}
.modulo-13 .titulo-top {
  position: relative;
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .modulo-13 .titulo-top {
    font-size: 24px;
    line-height: 29px;
  }
}
.modulo-13 .texto-top {
  position: relative;
  font-family: "Hind-Medium", sans-serif;
  color: #555B74;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 8px;
}
.modulo-13 .texto-top b {
  font-family: "Hind-Bold", sans-serif;
}
.modulo-13 .confirmacion-ok {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(85,91,116,.15);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.modulo-13 .confirmacion-ok.show {
  display: flex;
}
@media (max-width: 991px) {
  .modulo-13 .confirmacion-ok {
    align-items: center;
  }
}
.modulo-13 .confirmacion-ok .holder {
  width: 100%;
  max-width: 600px;
  height: 326px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 55px;
  margin-top: 0px;
  border-radius: 12px;
  background-image: url("../images/form-confirm.svg");
  background-repeat: no-repeat;
  background-position: center -80px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .modulo-13 .confirmacion-ok .holder {
    margin-top: 0px;
    height: calc(100% - 255px);
  }
}
.modulo-13 .confirmacion-ok .holder .titulo {
  position: relative;
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 8px;
}
.modulo-13 .confirmacion-ok .holder .texto {
  font-family: "Hind-Medium", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 16px;
}
.modulo-13 .confirmacion-ok .holder .btn-link {
  position: relative;
  display: inline-flex;
  gap: 0px;
  align-items: center;
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  padding: 0px 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-13 .confirmacion-ok .holder .btn-link:hover {
  color: #22B2C4;
  gap: 8px;
}
.modulo-13 .confirmacion-ok .holder .btn-link:hover .flecha {
  width: 24px;
  opacity: 1;
}
.modulo-13 .confirmacion-ok .holder .btn-link .flecha {
  display: block;
  width: 0px;
  height: 24px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-13 form .form-label {
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 16px;
}
.modulo-13 form textarea.form-control {
  border-radius: 24px!important;
}
.modulo-13 form .form-control {
  font-family: "Hind-Regular", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 21px;
  border-radius: 43px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  border-color: #005A7B;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
}
.modulo-13 form .form-control:valid {
  border-color: #005A7B !important;
  background-image: none!important;
}
.modulo-13 form .form-control:invalid {
  background-image: none!important;
}
.modulo-13 form .form-control::-webkit-outer-spin-button,
.modulo-13 form .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modulo-13 form .form-control[type=number] {
  -moz-appearance: textfield;
}
.modulo-13 form .form-control:focus {
  box-shadow: none!important;
}
.modulo-13 form .form-control::placeholder {
  font-family: "Hind-Regular", sans-serif;
  color: #555B74;
}
.modulo-13 form .form-select {
  font-family: "Hind-Regular", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 21px;
  border-radius: 43px;
  border-color: #F6F7F9;
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #555B74;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
}
.modulo-13 form .form-select:valid {
  border-color: #005A7B !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.modulo-13 form .form-select:invalid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.modulo-13 form .form-select:focus {
  box-shadow: none!important;
}
.modulo-13 form .texto {
  font-family: "Hind-Medium", sans-serif;
  color: #555B74;
  font-size: 14px;
  line-height: 19px;
}
.modulo-13 form .texto a {
  color: #881F67;
  font-family: "Hind-Bold", sans-serif;
}
.modulo-13 form .btn-enviar {
  font-family: "Hind-Bold", sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  background-color: #005A7B;
  border-radius: 8px;
  padding: 9px 16px;
  border: 0px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  text-align: center;
}
.modulo-13 form .btn-enviar .flecha {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.modulo-14 {
  background-color: #F6F7F9;
  padding-top: 40px;
  padding-bottom: 40px;
}
.modulo-14 .subtitulo-top {
  position: relative;
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 8px;
}
.modulo-14 .titulo-top {
  position: relative;
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .modulo-14 .titulo-top {
    font-size: 24px;
    line-height: 29px;
  }
}
.modulo-14 .texto-top {
  position: relative;
  font-family: "Hind-Medium", sans-serif;
  color: #555B74;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 8px;
}
.modulo-14 .texto-top b {
  font-family: "Hind-Bold", sans-serif;
}
.modulo-14 .telefono {
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
}
.modulo-14 .telefono .icon {
  width: 24px;
  height: 24px;
}
.modulo-14 .confirmacion-ok {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #F6F7F9;
  display: flex;
  justify-content: center;
  display: none;
}
.modulo-14 .confirmacion-ok.show {
  display: flex;
}
@media (max-width: 991px) {
  .modulo-14 .confirmacion-ok {
    align-items: center;
  }
}
.modulo-14 .confirmacion-ok .holder {
  width: 100%;
  max-width: 600px;
  height: 326px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 55px;
  margin-top: 0px;
  border-radius: 12px;
  background-image: url("../images/form-confirm.svg");
  background-repeat: no-repeat;
  background-position: center -80px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .modulo-14 .confirmacion-ok .holder {
    margin-top: 0px;
    height: calc(100% - 255px);
  }
}
.modulo-14 .confirmacion-ok .holder .titulo {
  position: relative;
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 8px;
}
.modulo-14 .confirmacion-ok .holder .texto {
  font-family: "Hind-Medium", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 16px;
}
.modulo-14 .confirmacion-ok .holder .btn-link {
  position: relative;
  display: inline-flex;
  gap: 0px;
  align-items: center;
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  padding: 0px 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-14 .confirmacion-ok .holder .btn-link:hover {
  color: #22B2C4;
  gap: 8px;
}
.modulo-14 .confirmacion-ok .holder .btn-link:hover .flecha {
  width: 24px;
  opacity: 1;
}
.modulo-14 .confirmacion-ok .holder .btn-link .flecha {
  display: block;
  width: 0px;
  height: 24px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-14 form .form-label {
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 16px;
}
.modulo-14 form textarea.form-control {
  border-radius: 24px!important;
}
.modulo-14 form .form-file {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 25px);
  display: block;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.modulo-14 form .file-holder {
  position: relative;
  width: 100%;
  height: 157px;
  border-radius: 24px;
  border: 1px solid #005A7B;
  background-color: #FFFFFF;
}
.modulo-14 form .file-holder .invalid-feedback {
  position: absolute;
  left: 20px;
  bottom: 14px;
  text-align: left;
}
.modulo-14 form .file-holder .holder {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.modulo-14 form .file-holder .holder .icon {
  width: 44px;
  height: 44px;
}
.modulo-14 form .file-holder .holder .titulo {
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  margin-top: 16px;
}
.modulo-14 form .file-holder .holder .texto {
  font-family: "Hind-Regular", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.modulo-14 form .file-holder .holder .subtexto {
  font-family: "Hind-Regular", sans-serif;
  color: #B3B8C6;
  font-size: 14px;
  line-height: 21px;
}
.modulo-14 form .form-control {
  font-family: "Hind-Regular", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 21px;
  border-radius: 43px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  border-color: #005A7B;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
}
.modulo-14 form .form-control:valid {
  border-color: #005A7B !important;
  background-image: none!important;
}
.modulo-14 form .form-control:invalid {
  background-image: none!important;
}
.modulo-14 form .form-control::-webkit-outer-spin-button,
.modulo-14 form .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modulo-14 form .form-control[type=number] {
  -moz-appearance: textfield;
}
.modulo-14 form .form-control:focus {
  box-shadow: none!important;
}
.modulo-14 form .form-control::placeholder {
  font-family: "Hind-Regular", sans-serif;
  color: #555B74;
}
.modulo-14 form .form-select {
  font-family: "Hind-Regular", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 21px;
  border-radius: 43px;
  border-color: #F6F7F9;
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #555B74;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
}
.modulo-14 form .form-select:valid {
  border-color: #005A7B !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.modulo-14 form .form-select:invalid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.modulo-14 form .form-select:focus {
  box-shadow: none!important;
}
.modulo-14 form .texto {
  font-family: "Hind-Medium", sans-serif;
  color: #555B74;
  font-size: 14px;
  line-height: 19px;
}
.modulo-14 form .texto a {
  color: #881F67;
  font-family: "Hind-Bold", sans-serif;
}
.modulo-14 form .politica {
  display: flex;
  gap: 0px;
  align-items: center;
}
.modulo-14 form .politica .checkbox-holder {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modulo-14 form .politica .checkbox-holder .invalid-feedback {
  position: absolute;
  width: 300px;
  left: 0px;
  top: 30px;
}
.modulo-14 form .politica .checkbox-holder + .label {
  font-family: "Hind-Medium", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #555B74;
  padding-left: 10px;
}
.modulo-14 form .politica .checkbox-holder + .label a {
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
}
.modulo-14 form .politica .checkbox-holder + .label a:hover {
  text-decoration: underline;
}
.modulo-14 form .politica .checkbox-holder:hover input ~ .checkmark {
  border-color: #FF1300;
}
.modulo-14 form .politica .checkbox-holder:hover input:checked ~ .checkmark {
  border-color: #FFFFFF;
}
.modulo-14 form .politica .checkbox-holder input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.modulo-14 form .politica .checkbox-holder input:checked ~ .checkmark:after {
  display: block;
}
.modulo-14 form .politica .checkbox-holder .checkmark {
  position: relative;
  height: 24px;
  width: 24px;
  border-radius: 5px;
  background-color: #005A7B;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.modulo-14 form .politica .checkbox-holder .checkmark:after {
  content: '';
  position: absolute;
  display: none;
  left: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-image: url("../images/tilt.svg");
  background-repeat: no-repeat;
  background-size: 20px;
}
.modulo-14 form .btn-enviar {
  font-family: "Hind-Bold", sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  background-color: #005A7B;
  border-radius: 8px;
  padding: 9px 16px;
  border: 0px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  text-align: center;
}
.modulo-14 form .btn-enviar[disabled] {
  color: #B3B8C6;
  background-color: #D6D8E1;
}
.modulo-14 form .btn-enviar[disabled] .flecha {
  content: url("../images/arrow-right-gris.svg");
}
.modulo-14 form .btn-enviar .flecha {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.modulo-15 {
  background-color: #F6F7F9;
  padding-top: 40px;
  padding-bottom: 40px;
}
.modulo-15 .subtitulo-top {
  position: relative;
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 8px;
}
.modulo-15 .titulo-top {
  position: relative;
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .modulo-15 .titulo-top {
    font-size: 24px;
    line-height: 36px;
  }
}
.modulo-15 .texto-top {
  position: relative;
  font-family: "Hind-Medium", sans-serif;
  color: #555B74;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 8px;
}
.modulo-15 .texto-top b {
  font-family: "Hind-Bold", sans-serif;
}
.modulo-15 .bar-holder {
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}
.modulo-15 .bar-holder .texto {
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
  font-size: 14px;
  line-height: 21px;
  white-space: nowrap;
}
.modulo-15 .bar-holder .barra {
  position: relative;
  display: flex;
  gap: 4px;
  width: 100%;
}
.modulo-15 .bar-holder .barra.p1 .p1 {
  background-color: #005A7B;
}
.modulo-15 .bar-holder .barra.p2 .p1 {
  background-color: #005A7B;
}
.modulo-15 .bar-holder .barra.p2 .p2 {
  background-color: #005A7B;
}
.modulo-15 .bar-holder .barra .p1,
.modulo-15 .bar-holder .barra .p2 {
  position: relative;
  width: 50%;
  height: 4px;
  border-radius: 4px;
  background-color: #D6D8E1;
}
.modulo-15 .confirmacion-ok {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(85,91,116,.15);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.modulo-15 .confirmacion-ok.show {
  display: flex;
}
@media (max-width: 991px) {
  .modulo-15 .confirmacion-ok {
    align-items: center;
  }
}
.modulo-15 .confirmacion-ok .holder {
  width: 100%;
  max-width: 600px;
  height: 326px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 55px;
  margin-top: 0px;
  border-radius: 12px;
  background-image: url("../images/form-confirm.svg");
  background-repeat: no-repeat;
  background-position: center -80px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .modulo-15 .confirmacion-ok .holder {
    margin-top: 0px;
    height: calc(100% - 255px);
  }
}
.modulo-15 .confirmacion-ok .holder .titulo {
  position: relative;
  font-family: "Raleway-Bold", sans-serif;
  color: #005A7B;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 8px;
}
.modulo-15 .confirmacion-ok .holder .texto {
  font-family: "Hind-Medium", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 16px;
}
.modulo-15 .confirmacion-ok .holder .btn-link {
  position: relative;
  display: inline-flex;
  gap: 0px;
  align-items: center;
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  padding: 0px 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-15 .confirmacion-ok .holder .btn-link:hover {
  color: #22B2C4;
  gap: 8px;
}
.modulo-15 .confirmacion-ok .holder .btn-link:hover .flecha {
  width: 24px;
  opacity: 1;
}
.modulo-15 .confirmacion-ok .holder .btn-link .flecha {
  display: block;
  width: 0px;
  height: 24px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modulo-15 form .form-label {
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 16px;
}
.modulo-15 form textarea.form-control {
  border-radius: 24px!important;
}
.modulo-15 form .form-file {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 25px);
  display: block;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.modulo-15 form .file-holder {
  position: relative;
  width: 100%;
  height: 157px;
  border-radius: 24px;
  border: 1px solid #005A7B;
  background-color: #FFFFFF;
}
.modulo-15 form .file-holder .invalid-feedback {
  position: absolute;
  left: 20px;
  bottom: 14px;
  text-align: left;
}
.modulo-15 form .file-holder .holder {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.modulo-15 form .file-holder .holder .icon {
  width: 44px;
  height: 44px;
}
.modulo-15 form .file-holder .holder .titulo {
  font-family: "Hind-Regular", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  margin-top: 16px;
}
.modulo-15 form .file-holder .holder .titulo .azul {
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
}
.modulo-15 form .file-holder .holder .texto {
  font-family: "Hind-Regular", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.modulo-15 form .file-holder .holder .subtexto {
  font-family: "Hind-Regular", sans-serif;
  color: #B3B8C6;
  font-size: 14px;
  line-height: 21px;
}
.modulo-15 form .form-control {
  font-family: "Hind-Regular", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 21px;
  border-radius: 43px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  border-color: #005A7B;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
}
.modulo-15 form .form-control:valid {
  border-color: #005A7B !important;
  background-image: none!important;
}
.modulo-15 form .form-control:invalid {
  background-image: none!important;
}
.modulo-15 form .form-control::-webkit-outer-spin-button,
.modulo-15 form .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modulo-15 form .form-control[type=number] {
  -moz-appearance: textfield;
}
.modulo-15 form .form-control:focus {
  box-shadow: none!important;
}
.modulo-15 form .form-control::placeholder {
  font-family: "Hind-Regular", sans-serif;
  color: #555B74;
}
.modulo-15 form .form-select {
  font-family: "Hind-Regular", sans-serif;
  color: #555B74;
  font-size: 16px;
  line-height: 21px;
  border-radius: 43px;
  border-color: #F6F7F9;
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #555B74;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
}
.modulo-15 form .form-select:valid {
  border-color: #005A7B !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.modulo-15 form .form-select:invalid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.modulo-15 form .form-select:focus {
  box-shadow: none!important;
}
.modulo-15 form .texto {
  font-family: "Hind-Medium", sans-serif;
  color: #555B74;
  font-size: 14px;
  line-height: 19px;
}
.modulo-15 form .texto a {
  color: #881F67;
  font-family: "Hind-Bold", sans-serif;
}
.modulo-15 form .politica {
  display: flex;
  gap: 0px;
  align-items: center;
}
.modulo-15 form .politica .checkbox-holder {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modulo-15 form .politica .checkbox-holder .invalid-feedback {
  position: absolute;
  width: 300px;
  left: 0px;
  top: 30px;
}
.modulo-15 form .politica .checkbox-holder + .label {
  font-family: "Hind-Medium", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #555B74;
  padding-left: 10px;
}
.modulo-15 form .politica .checkbox-holder + .label a {
  font-family: "Hind-Bold", sans-serif;
  color: #005A7B;
}
.modulo-15 form .politica .checkbox-holder + .label a:hover {
  text-decoration: underline;
}
.modulo-15 form .politica .checkbox-holder:hover input ~ .checkmark {
  border-color: #FF1300;
}
.modulo-15 form .politica .checkbox-holder:hover input:checked ~ .checkmark {
  border-color: #FFFFFF;
}
.modulo-15 form .politica .checkbox-holder input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.modulo-15 form .politica .checkbox-holder input:checked ~ .checkmark:after {
  display: block;
}
.modulo-15 form .politica .checkbox-holder .checkmark {
  position: relative;
  height: 24px;
  width: 24px;
  border-radius: 5px;
  background-color: #005A7B;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.modulo-15 form .politica .checkbox-holder .checkmark:after {
  content: '';
  position: absolute;
  display: none;
  left: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-image: url("../images/tilt.svg");
  background-repeat: no-repeat;
  background-size: 20px;
}
.modulo-15 form .btn-enviar {
  font-family: "Hind-Bold", sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  background-color: #005A7B;
  border-radius: 8px;
  padding: 9px 16px;
  border: 0px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  text-align: center;
}
.modulo-15 form .btn-enviar[disabled] {
  color: #B3B8C6;
  background-color: #D6D8E1;
}
.modulo-15 form .btn-enviar[disabled] .flecha {
  content: url("../images/arrow-right-gris.svg");
}
.modulo-15 form .btn-enviar .flecha {
  display: inline-block;
  width: 20px;
  height: 20px;
}
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 5 breakpoints
*/
/*
X-Small	  None	            <576px
Small	    sm	              ≥576px
Medium	  md	              ≥768px
Large	    lg	              ≥992px
Extra     large	xl	        ≥1200px
Extra     extra large	xxl	  ≥1400px
*/
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
/*# sourceMappingURL=main.min.css.map */