/*  Scss  */
@font-face {
  font-family: "Montserrat Bold";
  src: url("../fonts/Montserrat-Bold.woff2");
}
@font-face {
  font-family: "Montserrat Medium";
  src: url("../fonts/Montserrat-Medium.woff2");
}
@font-face {
  font-family: "Montserrat Regular";
  src: url("../fonts/Montserrat-Regular.woff2");
}
@font-face {
  font-family: "Montserrat Light";
  src: url("../fonts/Montserrat-Light.woff2");
}
@font-face {
  font-family: "Vitali";
  src: url("../fonts/VitaliNeue-Blackitalic.woff2");
}
@font-face {
  font-family: "Fira";
  src: url("../fonts/FiraSans-Regular.woff2");
}
.btn-primary {
  background: #00CFB5;
  border: solid 1px #00CFB5;
  border-radius: 40px;
  color: #FFFFFF !important;
  font-family: "Montserrat Bold";
  padding: 16px 32px;
  font-size: 16px;
  white-space: normal;
  display: inline-block;
}
.btn-primary:hover {
  background: #66BAB0;
  border: solid 1px #66BAB0;
}

.btn-secondary {
  background: rgba(0, 207, 179, 0.0745098039);
  border: solid 1px #00CFB5;
  border-radius: 40px;
  color: #00CFB5 !important;
  font-family: "Montserrat Bold";
  padding: 16px 32px;
  font-size: 16px;
  white-space: normal;
  display: inline-block;
}
.btn-secondary:hover {
  background: #66BAB0;
  border: solid 1px #66BAB0;
  color: #FFFFFF !important;
}

.btn-primary-icon-right {
  background: #00CFB5;
  border: solid 1px #00CFB5;
  border-radius: 40px;
  color: #FFFFFF !important;
  font-family: "Montserrat Bold";
  padding: 8px 16px;
  font-size: 14px;
  white-space: normal;
  display: inline-block;
}
.btn-primary-icon-right::after {
  content: "";
  background: url(../img/arrow-btn-w.svg) no-repeat;
  background-position: center;
  background-size: 15px;
  width: 15px;
  height: 15px;
  padding: 7.5px;
  margin-left: 8px;
}
.btn-primary-icon-right:hover {
  background: #66BAB0;
  border: solid 1px #66BAB0;
}

.btn-primary-icon-left {
  background: #00CFB5;
  border: solid 1px #00CFB5;
  border-radius: 40px;
  color: #FFFFFF !important;
  font-family: "Montserrat Bold";
  padding: 8px 16px;
  font-size: 14px;
  white-space: normal;
  display: inline-block;
}
.btn-primary-icon-left::before {
  content: "";
  background: url(../img/arrow-btn-w.svg) no-repeat;
  background-position: center;
  background-size: 15px;
  width: 15px;
  height: 15px;
  padding: 7.5px;
  margin-right: 8px;
}
.btn-primary-icon-left:hover {
  background: #66BAB0;
  border: solid 1px #66BAB0;
}

.btn-secondary-icon-right {
  background: rgba(0, 207, 179, 0.0745098039);
  border: solid 1px #00CFB5;
  border-radius: 40px;
  color: #00CFB5 !important;
  font-family: "Montserrat Bold";
  padding: 8px 16px;
  font-size: 14px;
  white-space: normal;
  display: inline-block;
}
.btn-secondary-icon-right::after {
  content: "";
  background: url(../img/arrow-btn.svg) no-repeat;
  background-position: center;
  background-size: 15px;
  width: 15px;
  height: 15px;
  padding: 7.5px;
  margin-left: 8px;
}
.btn-secondary-icon-right:hover::after {
  content: "";
  background: url(../img/arrow-btn-w.svg) no-repeat;
  background-position: center;
}
.btn-secondary-icon-right:hover {
  background: #66BAB0;
  border: solid 1px #66BAB0;
  color: #FFFFFF !important;
}

.btn-secondary-icon-left {
  background: rgba(0, 207, 179, 0.0745098039);
  border: solid 1px #00CFB5;
  border-radius: 40px;
  color: #00CFB5 !important;
  font-family: "Montserrat Bold";
  padding: 8px 16px;
  font-size: 14px;
  white-space: normal;
  display: inline-block;
}
.btn-secondary-icon-left::before {
  content: "";
  background: url(../img/arrow-btn.svg) no-repeat;
  background-position: center;
  background-size: 15px;
  width: 15px;
  height: 15px;
  padding: 7.5px;
  margin-right: 8px;
}
.btn-secondary-icon-left:hover::before {
  content: "";
  background: url(../img/arrow-btn-w.svg) no-repeat;
  background-position: center;
}
.btn-secondary-icon-left:hover {
  background: #66BAB0;
  border: solid 1px #66BAB0;
  color: #FFFFFF !important;
}

.bloque-dos-columnas_imagen-textos .wrapper-contenido-dos-columnas {
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.14) 62%, rgba(189, 237, 231, 0) 86%, rgba(189, 237, 231, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bdede7", endColorstr="#bdede7", GradientType=1);
  width: 100%;
  display: flex;
  row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  z-index: 200;
  position: relative;
  padding: 72px 0px 64px;
}
.bloque-dos-columnas_imagen-textos .wrapper-contenido-dos-columnas .wrapper-textos {
  position: relative;
  padding-right: 46px;
  padding-top: 26px;
}
.bloque-dos-columnas_imagen-textos .wrapper-contenido-dos-columnas .wrapper-textos h2 {
  position: relative;
  z-index: 999;
  margin-left: 0;
  margin-bottom: 16px;
}
.bloque-dos-columnas_imagen-textos .wrapper-contenido-dos-columnas .wrapper-textos h2 span {
  margin-bottom: 4px;
}
.bloque-dos-columnas_imagen-textos .wrapper-contenido-dos-columnas .wrapper-textos p {
  font-size: 18px;
}
.bloque-dos-columnas_imagen-textos .wrapper-contenido-dos-columnas .wrapper-textos .pua {
  position: absolute;
  top: -10px;
  left: -50px;
  z-index: 0;
  opacity: 0.2;
  width: 100px;
}
.bloque-dos-columnas_imagen-textos .wrapper-contenido-dos-columnas .wrapper-textos .listado-icono-texto {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6%;
  justify-content: space-between;
  margin: 48px 0;
}
.bloque-dos-columnas_imagen-textos .wrapper-contenido-dos-columnas .wrapper-textos .listado-icono-texto .item {
  text-align: center;
  background: transparent;
  padding: 0px;
  border-radius: 10px;
  max-width: 35%;
  font-size: 16px;
  position: relative;
}
.bloque-dos-columnas_imagen-textos .wrapper-contenido-dos-columnas .wrapper-textos .listado-icono-texto .item img {
  height: 40px;
  margin-bottom: 16px;
}
.bloque-dos-columnas_imagen-textos .wrapper-contenido-dos-columnas .unico-bloque .wrapper-textos {
  padding-right: 0px;
}
.bloque-dos-columnas_imagen-textos .wrapper-contenido-dos-columnas .unico-bloque .wrapper-textos h2 {
  text-align: center;
}
.bloque-dos-columnas_imagen-textos .wrapper-contenido-dos-columnas .unico-bloque .wrapper-textos p {
  text-align: center;
}
.bloque-dos-columnas_imagen-textos .wrapper-contenido-dos-columnas .unico-bloque .wrapper-textos .pua {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 0;
  opacity: 0.2;
  width: 100px;
  right: 0;
  margin: auto;
}
.bloque-dos-columnas_imagen-textos .wrapper-contenido-dos-columnas .unico-bloque .wrapper-textos .listado-icono-texto .item {
  width: 30%;
}
.bloque-dos-columnas_imagen-textos .wrapper-contenido-dos-columnas #wrapper-imagen-video .video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.bloque-dos-columnas_imagen-textos .wrapper-contenido-dos-columnas #wrapper-imagen-video .video-responsive iframe {
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.bloque-dos-columnas_imagen-textos .wrapper-contenido-dos-columnas #wrapper-imagen-video .owl-nav {
  width: 100%;
  margin: 8px 0px 0px;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: space-between;
}
.bloque-dos-columnas_imagen-textos .wrapper-contenido-dos-columnas #wrapper-imagen-video .owl-nav button {
  border: solid 1px white;
  background: #FFFFFF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  padding: 0px 4px;
}
.bloque-dos-columnas_imagen-textos .wrapper-contenido-dos-columnas #wrapper-imagen-video .owl-nav button.disabled {
  opacity: 0.5 !important;
  pointer-events: none;
}
.bloque-dos-columnas_imagen-textos .wrapper-contenido-dos-columnas #wrapper-imagen-video .owl-nav button:hover {
  border: 1px solid #4B4846;
}
.bloque-dos-columnas_imagen-textos .wrapper-contenido-dos-columnas #wrapper-imagen-video .owl-dots {
  margin-top: -24px;
}

.bloque-iconos-textos {
  padding: 72px 0px;
  text-align: center;
  background-color: #E6F8F5;
}
.bloque-iconos-textos .listado-icono-texto {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 24px 0 24px;
}
.bloque-iconos-textos .listado-icono-texto .item {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 22px;
  height: 172px;
  width: 210px;
  align-content: center;
}
.bloque-iconos-textos .listado-icono-texto .item .titulo {
  font-size: 14px;
  line-height: 20px;
  min-height: 60px;
  align-content: center;
}
.bloque-iconos-textos .listado-icono-texto .item img {
  max-width: 56px;
  margin-bottom: 12px;
}
.bloque-iconos-textos h2 {
  font-size: 40px;
  line-height: 48px;
}
.bloque-iconos-textos p {
  width: 80%;
  margin: auto;
  font-size: 16px;
  line-height: 26px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.bloque-imagen_fondo-texto {
  background-position: center;
  padding: 0px;
}
.bloque-imagen_fondo-texto .wrapper-texto {
  background: rgba(255, 255, 255, 0.6509803922);
  padding: 72px;
}
.bloque-imagen_fondo-texto p {
  font-size: 24px;
  line-height: 36px;
  font-family: "Vitali";
  width: 87%;
  margin: auto;
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  .bloque-dos-columnas_imagen-textos,
  .bloque-iconos-textos,
  .bloque-imagen_fondo-texto {
    padding: 35px 0px;
  }
  .bloque-imagen_fondo-texto {
    padding: 0;
  }
  .bloque-imagen_fondo-texto .wrapper-texto {
    padding: 0px;
  }
  .bloque-imagen_fondo-texto .wrapper-texto .col-md-12 {
    padding: 0px;
  }
  .bloque-imagen_fondo-texto .wrapper-texto .col-md-12 .wrapper-texto {
    padding: 72px 32px 64px 32px;
  }
  .bloque-imagen_fondo-texto .wrapper-texto .col-md-12 .wrapper-texto p {
    width: 100%;
    font-size: 22px;
    line-height: 32px;
  }
}/*# sourceMappingURL=estilos-bloques.css.map */