/*** CUSTOM STYLES ***/

@font-face {
  font-family: 'SairaSemiCondensed-SemiBold';
  src: url('../fonts/SairaSemiCondensed-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SairaSemiCondensed-Regular';
  src: url('../fonts/SairaSemiCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SairaSemiCondensed-Medium';
  src: url('../fonts/SairaSemiCondensed-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SairaSemiCondensed-Bold';
  src: url('../fonts/SairaSemiCondensed-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


html,body‚* {margin:0px;padding:0px;clear:both;overflow-x:hidden;}

a {text-decoration:none;transition:.6s;}
a:hover, a:focus {outline:none;opacity:.5;transition:.6s;}

.row {max-width:100%}

:root { --overlay: rgba(0,0,0,.35); }

/* La sección ocupa toda la ventana */
section.hero {
  position: relative;
  height: 100vh;     /* full alto */
  width: 100%;       /* full ancho */
  overflow: hidden;  /* oculta sobrante del video */
  display: grid;
  place-items: center; /* centra el contenido encima */
  color: #fff;
}

/* Video de fondo */
.hero video {
  position: absolute;
  inset: 0;           /* top/right/bottom/left = 0 */
  width: 100%;
  height: 100%;
  object-fit: cover;  /* cubre sin deformar */
  z-index: -2;
  pointer-events: none; /* evita bloquear clics */
}

/* Capa oscura opcional para legibilidad */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--overlay);
  z-index: -1;
}

/* Contenido encima del video */
.hero .content {
  text-align: center;
  padding: 0 1rem;
  margin-top:auto;
  margin-bottom:5%;
}

.hero .content a {
	background: #009fda;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	padding: 17px 40px;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	line-height: normal;
	margin-top: 40px;
  position:relative;
  z-index:1;
}

.btn {
  display: inline-block;
  margin-top: 1rem;
  padding: .75rem 1.25rem;
  border: 0;
  background: #ffffff;
  color: #111;
  font-weight: 600;
  border-radius: .5rem;
  text-decoration: none;
}



header {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	right: 0;
}

header .menu {
	background: rgb(255 255 255 / 85%);
	padding: 15px 30px;
	text-align: center;
	border-radius: 30px;
	width: auto;
	display:inline-block;
}

.content-menu-fixed {
	position:fixed;
	left:0;
	right:0;
	top:50px;
	text-align:center;
	z-index:99;
}

header .menu a {
	display: inline-block;
	font-family: 'SairaSemiCondensed-SemiBold';
	color: #041443;
	text-decoration: none;
	margin: 0 15px;
	font-size: 14px;
}

.full-image-hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background-size: cover;
      background-position: center;
}


.full-image-hero .container.content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 14%;
      margin-top: auto;
}

.full-image-hero .container.content a {
  background: #041543;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-radius: 20px;
  padding: 13px 40px;
  margin-top: 20px;
}

.full-image-hero .content h2 {
      font-family: 'SairaSemiCondensed-SemiBold';
      font-size: 7em;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      margin: 0;
      line-height: 1;
      color: #fff;
      position: relative;
      z-index: 1;
      flex-direction: column;
}

.hero .content h2 {
    font-family: 'SairaSemiCondensed-SemiBold';
    font-size: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    line-height: 1;
    color:#fff;
    position:relative;
    z-index:1;
}

.full-image-hero .content h2 small {
  font-size: 20px;
  letter-spacing: 7px;
  display: block;
  margin-top: 10px;
  margin-bottom: auto;
  margin-left: 0;
  color: #fff;
  line-height: normal;
}

.hero .content h2 small {
	font-size: 17px;
	letter-spacing: 7px;
	display: block;
	margin-top: 4.5%;
	margin-bottom: auto;
	margin-left: 20px;
  color:#fff;
  line-height:normal;
}



.primero {
    max-height: 90vh;
    background-size: cover;
    background-position: center;
    margin: 50px auto;
    border-radius: 30px;
    display: flex;
    align-items: stretch;
    height: 100%;
    flex-wrap: wrap;
}

.primero .row {height:100%}
.primero .row .col-12 {
    justify-content: center;
    height: 100%;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.primero h3 {
	color: #fff;
	margin-top: auto;
	font-family: 'SairaSemiCondensed-Regular';
	font-weight: normal;
	font-size: 5em;
}

.bg-video {pointer-events: none}

.primero p {
	color: #fff;
	border-left: 6px #009fda solid;
	padding-left: 20px;
	margin-top: 24%;
	margin-bottom: 20%;
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-size: 20px;
}

.segunda {
	padding: 50px 0px;
  margin-bottom:100px;
}
.segunda .col-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.segunda .float-txt-left {
	margin-left: auto;
	position: absolute;
	left: 8vw;
}

.segunda .float-txt-left label {
	font-family: 'SairaSemiCondensed-SemiBold';
	font-size: 50px;
	line-height: 1;
	color: #041443;
	margin: 0;
	clear: both;
}

.segunda .float-image {
	margin: 0 auto;
	position: relative;
	max-width: 65%;
}

.segunda .float-image img {
	width:100%;
	height:auto;
}

.segunda .float-txt-right {
    margin-right: auto;
    position: absolute;
    left: 48%;
    right: 0;
    top: 25%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.segunda .float-txt-right label {
	font-family: 'SairaSemiCondensed-SemiBold';
	font-size: 8vw;
	line-height: 1;
	color: #041443;
	margin: 0;
	clear: both;
}

.segunda .float-txt-right p {
	max-width: 70%;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	line-height: normal;
	font-size: 21px;
	margin: 40px 0 30px;
}

.segunda .float-txt-right a {
	background: #009fda;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	padding: 17px 40px;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	line-height: normal;
}

.drift-bounding-box {
    width: 80px !important;
    height: 80px !important;
    border: 2px solid rgba(255, 255, 255, 0.85) !important;
    background: rgba(0, 0, 0, 0.2) !important;
  }

.content-products {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    background-color: #011547;
    background-image:url('../images/destello-detalle-v2.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    border-radius: 0px 120px 0px 120px;
    margin-bottom: 120px;
    height: 100%;
    min-height: 300px;
}

.content-products .image-product {
	margin-right: 0;
	margin-left: auto;
	margin-top: -90px;
}

.content-products .info-product {
	margin-right: 0%;
	margin-left: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.content-products .info-product h2 {
	color: #fff;
	font-family: 'SairaSemiCondensed-Regular';
	font-size: 19px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
}
.content-products .info-product h4 {
	font-family: 'SairaSemiCondensed-SemiBold';
	margin: 0;
	font-size: 8em;
	line-height: 1;
	color: #009fda;
}
.content-products .info-product h5 {
	color: #009fda;
	margin: 0;
	font-family: 'SairaSemiCondensed-Regular';
}

.referencias .txt01 {
  max-width: 100%;
  line-height: 1.3;
  font-size: 17px;
  font-family: 'SairaSemiCondensed-Regular';
}
.referencias hr {
  border-color: #000 !important;
  opacity: 1;
}
.referencias .txt02 {
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 0.8;
  font-family: 'SairaSemiCondensed-Regular';
  font-size: 23px;
}

.referencias .txt02 strong {
  font-family: 'SairaSemiCondensed-Medium';
}



/* Evitar que reglas globales redondeen a 50% el pane o su imagen */
.detail .drift-zoom-pane img,
.detail img.drift-zoom-pane-image {
  border-radius: 0 !important;
  border: 0 !important;
}


/* Layout de la fila */
.wrap {
      display: flex;
      align-items: stretch;
      justify-content: center;
      padding: 20px;
}

/* Que la imagen izquierda no “tome” el ancho de .wrap completo */
.image-zoom-info {     width: auto;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 50px; }

.image-zoom-info p {
	margin: 10px 0 0;
	text-align: center;
	color: #fff;
	line-height: normal;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 16px;
}

/* Imagen trigger con tamaño máximo */
.image-zoom-info img.drift-trigger {
      width: 80px;
    height: auto;
    display: block;
    border-radius: 0px;
    margin: 0 auto;
}

/* Caja fija del zoom */
.detail {
  width: 260px;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  background: transparent;
  border-radius: 0px 100px 0px 100px;
}

.detail .drift-zoom-pane {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: transparent !important;
}

/* Lupa más pequeña (más zoom) */
.drift-bounding-box {
  width: 40px !important;  /* antes 80px */
  height: 40px !important;
  border: 2px solid rgba(255, 255, 255, 0.85) !important;
  background: rgba(0, 0, 0, 0.2) !important;
}




/* Layout: miniatura izquierda + pane derecho */
/* Reset suave para que el pane de Drift gobierne su propio background */
.zoom .zoom-pane .drift-zoom-pane {
  all: initial;
  position: absolute !important;
  inset: 0 !important;
  background-repeat: no-repeat !important;
  /* No fijes background-size aquí: Drift lo pone inline */
}

.zoom-row {
      display: flex;
      align-items: center;
      margin-right: 30px;
      margin-left: auto;
      padding-top: 25px;
      padding-bottom: 25px;
      position:relative;
}

.zoom-row .content {
  position: absolute;
  right: 20px;
  bottom: 40px;
  color: #fff;
  z-index: 2;
}

.zoom-row .content label {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 19px;
}

/* Miniatura (≈100px). Puede ser circular, no afecta a Drift */
.zoom-thumb {
  display:block;
  width:100%;
  max-width:100px;
  height:auto;
  border-radius:50%;
}
.zoom-caption {
	margin-top: 5px;
	color: #cfd8dc;
	font: 300 14px / 1.25 system-ui;
	text-align: center;
}

/* Pane fijo donde se ve el zoom */
.zoom-pane {
  width: 280px;
  height: 100%;
  border-radius: 0px 100px 0px 100px;
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
  background: transparent;
  margin-left: 20px;
}
/* Drift ocupa toda la caja y NO limita la imagen */
.zoom-pane .drift-zoom-pane {
  position:absolute !important; inset:0 !important;
  width:100% !important; height:100% !important;
  box-shadow:none !important; border:0 !important; background:transparent !important;
}
.zoom-pane .drift-zoom-pane img,
.zoom-pane img.drift-zoom-pane-image {
  max-width:none !important; max-height:none !important;

  image-rendering:auto;
}

/* Lupa MUY chica = mucho aumento */
.zoom-scope { --lens: 12px; } /* prueba 12–18 px */
.zoom-scope .drift-bounding-box {
  width:var(--lens) !important; height:var(--lens) !important;
  border:2px solid rgba(255,255,255,.95) !important;
  background:rgba(0,0,0,.22) !important;
  box-shadow:0 2px 8px rgba(0,0,0,.25);
}

@media (max-width:720px){
  .zoom-row { grid-template-columns: 120px 16px 320px; }
  .zoom-pane { width:320px; height:320px; }
}


.content-texts {
  background: transparent;
  padding: 57px 30px;
  border: 2px #fff solid;
  border-radius: 0px 60px 0px 60px;
  overflow: hidden;
}
.content-texts h2 {
  color: #fff;
  font-family: 'SairaSemiCondensed-Regular';
  font-size: 22px;
  max-width: 100%;
  line-height: 1;
  margin: 0;
}

.content-texts h5 {
  color: #009fda;
  font-size: 14em;
  margin: 35px 0 0;
  font-family: 'SairaSemiCondensed-Regular';
  line-height: 1;
}
.content-texts p {
  color: #009fda;
  font-family: 'SairaSemiCondensed-Regular';
  font-size: 30px;
  max-width: 100%;
  line-height: 1;
  margin: -20px 5px 0;
}

.twentytwenty-container img {right:2px;top:3px;border-radius: 0px 60px 0px 60px;}
.twentytwenty-overlay:hover {border-radius: 0px 60px 0px 60px;}

.back-slie {background:#001447;padding:120px 0 0;}

.back-slie .container {max-width: 80%;}

.back-slie .container .row {justify-content:center;flex-wrap:nowrap;}

.content-left-texts {margin-top: -14%;margin-right: -95px;position:relative;}

.content-left-texts .text {    color: #fff;
    font-family: 'SairaSemiCondensed-Regular';
    margin: 25px 30px;
    font-size: 17px;}

#before_after {position:absolute;left:0;right:0;top:0;bottom:0;z-index:2;border-radius: 0px 60px 0px 60px;}

.text-middle {margin: 10px 0 -10px;font-size: 12px;font-family:'GeogrotesqueCyr-Regular';}

.hidden-xs {display:block;}
.visible-xs {display:none;}

@media screen and (max-width:767px) {

  .hidden-xs {display:none}
  .visible-xs {display:block;}

  .full-image-hero .container.content {margin-bottom:0px}

  .full-image-hero .content h2 {font-size:4em;align-items:center;}

  .full-image-hero .content h2 small {font-size:18px;text-align:center;}

  .full-image-hero .container.content a {margin:20px auto 0;}

  .full-image-hero {background-image:url('../images/full-image-responsive.jpg') !important;
  background-position: center 130px;
  background-size: contain;
  background-color: #6a7383;
  background-repeat: no-repeat;
  padding-bottom: 32px;}

  .content-texts h3, .content-texts p, .content-texts h2 {max-width:100%;}
  .primero p {margin-top: 30px;}
  .background-moble {    min-height: 300px;
    background-size: cover;
    background-position: 125% 7%;
    background-repeat: no-repeat;
            margin-top: 0;
        margin-bottom: 0px;
        border-radius: 100px;}
}


.tercero {
  padding:80px 0px;
}

.tercero .box-left-producto-02 {
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      padding: 50px;
      border-radius: 0px 0px 0px 60px;
      background-position: right;
      background-size: cover;
}

.tercero .box-left-producto-02 h3 {
  margin: 0;
  font-family: 'SairaSemiCondensed-SemiBold';
  color: #fff;
  line-height: 1;
  font-size: 60px;
}

.tercero .box-right-producto-02 {
  position: relative;
  text-align: center;
  padding: 15px 5px;
  border-radius: 0px 60px 0px 0px;
  background-position: bottom;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tercero .box-right-producto-02 img {
  max-width: 50%;
  margin-right: auto;
  margin-left: 15%;
}

.tercero .box-right-producto-02 .columna-iconos {
      position: absolute;
      right: 0px;
      top: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      bottom: 0;
      flex-direction: column;
}

.tercero .box-right-producto-02 .columna-iconos .icon {
  margin:20px 0px;
}

.tercero .box-right-producto-02 .columna-iconos .icon img {
  max-width: 90px;
  width: 100%;
  height: auto;
  margin:0 auto;
}

.tercero .box-right-producto-02 .columna-iconos .icon p {
  color: #fff;
  font-family: 'SairaSemiCondensed-SemiBold';
  font-size: 14px;
  margin: 20px auto 0;
  max-width: 65%;
  line-height: 1;
}

.tercero  h3 {
  margin-top: 65px;
  font-family: 'SairaSemiCondensed-Medium';
  color: #001447;
  font-size: 54px;
  margin-bottom: 30px;
}
.tercero  p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #000839;
  line-height: normal;
}


.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #001447;
}

.owl-nav i {
  font-size: 30px;
}

.owl-nav .owl-prev {
  left: -70px;
}

.owl-nav .owl-next {
  right: -70px;
}


.owl-nav img {max-width:17px;}
.owl-nav img.image-right {transform: rotate(180deg);}



.cuarto .header-section {
      background: #001447;
      padding: 0px;
      background-image: url('../images/detalle-imagen-02.jpg');
      background-repeat: no-repeat;
      background-position: top center;
      background-size: 450px;
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
}

.cuarto .header-section .container {
  margin-bottom: 7%;
  margin-top: auto;
}

.cuarto .header-section h3 {
  font-family: 'SairaSemiCondensed-Medium';
  color: #fff;
  font-size: 85px;
  margin-bottom: 0px;
}

.cuarto .header-section p {
  color: #fff;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  margin: 0px;
  font-weight: 300;
}

.slide {margin-top: -10em;max-width:90%}

.owl-stage-outer {padding:50px 0px}

.slide .item {
    background: #fff;
    border-radius: 0px 50px 0px 50px;
    box-shadow: 3px 3px 15px 6px rgb(0 0 0 / 9%);
    padding: 20px 20px 35px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 450px;
    margin:0px 15px;
}

.slide .item p {
  margin: auto 0 auto;
  line-height: 1;
  font-family: 'SairaSemiCondensed-Medium';
  color: #001447;
  font-size: 18px;
}
.slide .item a {
  background: #009fda;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  padding: 12px 40px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: normal;
}

.owl-dots {width:100%;text-align:center;}
.owl-dots .owl-dot {display:inline-block;margin:0px 5px;}
.owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  display: block;
  background: #b6b7b7;
  border-radius: 100%;
}

.owl-dots .owl-dot.active span  {
  background:#001447;
}


.quinto .image-header {margin-bottom:80px;position:relative;}

.quinto .image-header img.hidden-xs {border-radius: 0px 30px 10px 10px;}

.quinto .image-header .content-info {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex-direction: column;
      padding-bottom: 75px;
}

.quinto .image-header .content-info p {
  font-family: 'SairaSemiCondensed-Regular';
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 15px;
  max-width:75%;
}
.quinto  a {
  background: #009fda;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  padding: 15px 40px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: normal;
}


.info-section {
  text-align: center;
  padding-bottom: 80px;
}

.info-section h4 {
  text-align: center;
  font-family: 'SairaSemiCondensed-Medium';
  color: #001447;
  font-size: 65px;
  line-height: 1;
  margin-bottom: 15px;
}
.info-section p {
  text-align: center;
  font-family: 'SairaSemiCondensed-Medium';
  color: #001447;
  font-size: 25px;
  line-height: 1;
  margin: 5px 0 15px;
}
.info-section img {margin-bottom: -30px;}


.seis .header-section {
  background-image: url('../images/imagen-background-100.jpg');
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  border-radius: 0px 40px 0px;
  flex-direction: column;
  margin: 50px 0px;
  min-height: 700px;
  background-position: right;
  background-size: cover;
  overflow: hidden;
}

.seis .header-section .logo {padding: 50px;}
.seis .header-section .logo img {max-width: 130px;}
.seis .info-middle {
  padding: 0px 50px;
  margin: auto 0;
}

.seis .info-middle h4 {
  color: #fff;
  font-family: 'SairaSemiCondensed-Medium';
  font-size: 6em;
  line-height: 1;
  margin: 0;
}
.seis .info-middle p {
  color: #fff;
  font-family: 'SairaSemiCondensed-Medium';
  max-width: 42%;
  line-height: 1.3;
  font-size: 18px;
  margin: 10px 0 0;
}

.seis .info-bottom {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 30px 70px;
      background: rgb(4 20 67 / 35%);
}

.seis .info-bottom .number {flex:1;padding: 25px 35px;    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    min-height: 185px;}
.seis .info-bottom .number h5 {
  font-family: 'SairaSemiCondensed-Medium';
  color: #fff;
  font-size: 60px;
  display: flex;
  align-items: flex-end;
  line-height: 0.5;
  margin-bottom: 20px;
}

.seis .info-bottom .number h5 small {
  color: #fff;
  font-size: 14px;

}

.seis .info-bottom .number p {
  font-family: 'SairaSemiCondensed-Medium';
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  margin:0px;
}

.contacto {margin:70px 0px;padding-bottom:80px}
.contacto h3 {
  font-family: 'SairaSemiCondensed-Bold';
  font-size: 4em;
  line-height: 1;
  margin: 25px 0 20px;
}
.contacto p {
  margin: 0;
  max-width: 300px;
  line-height: 1;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}


.header-preview {
      background-color: #001447;
      background-image: url('../images/detalle-imagen-01.jpg');
      background-position:-20px center;
      background-size:contain;
      background-repeat:no-repeat;
      width: 100%;
      text-align: center;
      height: 80vh;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
}

.header-preview img {
  margin-bottom: auto;
  margin-top: 30px;
}

.header-preview h4 {
  font-family: 'SairaSemiCondensed-SemiBold';
  letter-spacing: 4px;
  font-weight: normal;
  font-size: 26px;
  color: #009fda;
  margin-bottom: 30px;
}

.header-preview h3 {
  color: #fff;
  font-family: 'SairaSemiCondensed-SemiBold';
  font-size: 13em;
  line-height: 1;
  margin-bottom:0;
}

.header-preview h5 {
  color: #fff;
  font-family: 'SairaSemiCondensed-SemiBold';
  margin-bottom: auto;
  font-size: 46px;
  line-height: 1;
  margin-top: 55px;
}


.timer-preview {
  height: 20vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.timer-preview p {
  color: #011547;
  margin: auto 0 15px;
  font-size: 20px;
  font-family: 'SairaSemiCondensed-SemiBold';
  letter-spacing: 7px;
  font-weight: normal;
}

.countdown {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: auto;
}

.countdown div {
      display: flex;
      flex-direction: column;
      color: #009fda;
      margin: 0 10px;
}

.countdown div .day {
  font-family: 'SairaSemiCondensed-SemiBold';
  font-size: 60px;
  line-height: 1;
}
.countdown div .txt {
  font-family: 'SairaSemiCondensed-SemiBold';
  margin: 0;
  line-height: 1;
  font-size: 11px;
}

.video-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 40%);
  z-index: 999;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition:.6s;
}

.video-overlay video {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  padding:5%;
  pointer-events:auto;
}

.close-btn {
  margin-top: 15px;
  font-size: 15px;
  background: transparent;
  color: white;
  border: none;
  position: absolute;
  right: 20px;
  top: 0;
  transition: .6s;
  border-radius: 10px;
  padding: 10px 15px;
}

.close-btn:hover {
  background-color:#009fda;
  transition:.6s;
}

.play-btnn {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 0;
}

.play-btnn img {
  max-width:80px;
  cursor:pointer;
  transition:.6s;

}

.play-btnn img:hover {
  opacity:.4;
  transition:.6s;
}


@media (max-width:767px){

  .header-preview {background-image:none;padding: 0 30px; height: 49vh}
  .header-preview h4 {font-size:22px;margin-bottom:auto;}
  img#textAsImage {margin:auto 0px !important;max-width:75vw !important;}

  .header-preview h5 {font-size:36px;margin-bottom:auto;}

  .slide .item {margin:0 20px}


  header {margin-top:30px;text-align:center;top:0}
  .content-menu-fixed {top:105px;max-width: 80%;margin:0 auto;transition:.6s;}
  .content-menu-fixed.scrolled {top:30px;transition:.6s;}
  header .menu {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
  }
  header .menu a {
    font-size: 14px;
    flex: 0 0 50%;
    margin:0;
  }

  .hero .content h2 {
    flex-direction:column;
    font-size:4em;
  }

  .hero .content {
    margin-bottom:20%;
  }

  .primero {
    min-height: 65vh;
    background-size: cover;
    background-position: 55% center;
    background-image: none !important;
    background-color: #051443;
  }

  .primero h3 {
    font-size: 4em;
  }

  .primero .row .col-12 {
    height:auto;
  }

  .segunda .float-txt-left {
    position: relative;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .segunda .float-txt-left label {
    margin: 0 0 40px;
    font-size: 50px;
  }

  .segunda .float-image {max-width:100%;}

  .segunda .float-txt-right {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items:center;
  }

  .segunda .float-txt-right label {
    font-size:4em;
  }

  .segunda .float-txt-right p {
    margin: 40px 0 30px;
    text-align: center;
    padding: 0 10px;
    max-width: 100%;
  }

  .segunda .col-12 {
    flex-direction:column;
  }

  .content-products {
    flex-direction: column;
  }

  .content-products .image-product {
    margin-right: 30px;
    margin-left: auto;
    margin-top: -15%;
    margin-bottom: 40px;
  }

  .content-products .info-product {
    margin-right: 0%;
    margin-left: 0;
    margin-top: auto;
    margin-bottom: auto;
    text-align:center;
  }

  .zoom-row {
    flex-direction:column;
  }

  .zoom-pane {
    margin-top:35px;
  }

  .back-slie .container .row {
    flex-direction:column;
  }

  .content-left-texts {
    margin:0px;
  }

  .tercero .box-left-producto-02 {
    align-items: center;
    justify-content: center;
    padding: 80px 50px;
    border-radius: 0px 60px 0px 0px;
    background-position: right;
    background-size: cover;
  }

  .tercero .box-left-producto-02 h3 {
    font-size:44px;
  }

  .tercero .box-right-producto-02 {
    position: relative;
    text-align: center;
    padding: 50px 5px;
    border-radius: 0px 0px 60px 0px;
  }

  .tercero .box-right-producto-02 img {
    max-width: 55%;
    margin-right: auto;
    margin-left: 4%;
  }

  .tercero .box-right-producto-02 .columna-iconos .icon img {
    max-width:65px;
  }

  .tercero .box-right-producto-02 .columna-iconos .icon p {
    font-size:13px;
  }

  .tercero h3 {font-size:46px}
  .tercero p {font-size:19px}

  .cuarto .header-section h3 {
    font-size: 55px;
    margin-bottom: 20px;
  }

  .cuarto .header-section p {
    font-size: 23px;
    margin: 0px 0 40px;
  }

  .carousel-wrap {
    width:100%;
    padding:0px;

  }

  .owl-stage-outer {
    padding:30px 0px;
  }

  .quinto .image-header .content-info {
    position:relative;
  }

  .quinto .image-header .content-info p {
    color: #001447;
    text-align: center;
    font-size: 23px;
    line-height: 1;
    margin-bottom: 15px;
    max-width: 100%;
    margin-top: 30px;
    padding: 0px 15px;
  }

  .seis .info-middle {
    padding: 50px;
    margin: auto 0;
  }

  .seis .info-middle h4 {
    font-size: 4em;
  }

  .seis .info-middle p {
    max-width: 100%;
    font-size: 17px;
  }

  .owl-nav .owl-next  {
    right: -35px;
  }

  .owl-nav .owl-prev {
    left:-35px;
  }

  .seis .info-bottom {
      align-items: center;
      justify-content: center;
      padding: 30px 0px 0px;
      background: rgb(4 20 67 / 35%);
      flex-direction: column;
      margin-top: 0px;
  }

  .image-responsive-100 {
    position:relative;
  }

  .seis .header-section .logo {
    position: absolute;
    z-index: 3;
    top: 0;
    padding:20px;
  }

  .seis .header-section {

    background-image: none;
    background-color: #001447c4;
    position: relative;
  }

  .seis .info-bottom .number {
        padding: 10px 30px 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        min-height: inherit;
  }

}
