@charset 'UTF-8';

/* Tipografías */

@font-face {
    font-family: 'Thunder';
    src: url('../fonts/Thunder-Black.woff2') format('woff2'),
        url('../fonts/Thunder-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BebasNeueSemiRounded';
    src: url('../fonts/BebasNeueSemiRounded-Regular.woff2') format('woff2'),
        url('../fonts/BebasNeueSemiRounded-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro ExtraCondensed';
    src: url('../fonts/AcuminProExtraCond-Regular.woff2') format('woff2'),
        url('../fonts/AcuminProExtraCond-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro ExtraCondensed';
    src: url('../fonts/AcuminProExtraCond-Bold.woff2') format('woff2'),
        url('../fonts/AcuminProExtraCond-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;900&display=swap');


/* Estilos generales */
:focus {
	outline:0px !important;
}
.t-center {
  text-align: center;
}

body {
    background: #003A54;
}
img {
    width: 100%;
    height: auto;
    max-height: 100%;
}
.grid-full-four {
    display: grid;
    grid-template-columns: 50vw 50vw;
    grid-template-rows: 50dvh 50dvh; /* Usar 50dvh para considerar solo el área visible */
    width: 100vw;
    height: 100dvh; /* Usar 100dvh para excluir las barras del navegador */
}
.grid-full-four > div {
    padding: 2vw;
}
.row-doble {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.flex-bottom {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
}
.gen-text {
    font-family: 'Acumin Pro ExtraCondensed';
    color: #7BA4CE;
    font-size: 30px;
    line-height: 1em;
    width: 100%;
    text-align: left;
    font-weight: 300;
    text-transform: initial;
    margin-bottom: 1em;
}
.title-gen {
    font-family: 'Acumin Pro ExtraCondensed';
    color: #7BA4CE;
    font-size: 12vh;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 500;
}
.button-gen {
    font-family: 'Acumin Pro ExtraCondensed';
    color: #7BA4CE;
    font-size: 22px;
    line-height: 1em;
    font-weight: 300;
    border: 2px solid #7BA4CE;
    padding: .3em 1em .2em 1em;
    border-radius: 1em;
}
.a-right {
    text-align: right;
}
.a-center {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.big-text {
    font-family: 'Acumin Pro ExtraCondensed';
    color: #7BA4CE;
    font-size: 8vh;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.6em;
}
.spinner-circle {
    max-width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.spinner-arrow {
    max-width: 8%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.square-block {
    position: relative;
}
/* Cabecera de página */
.logo-sat {
    max-width: 210px;
    width: 100%;
    height: auto;
}
.hamburger {
    width: 65px;
    height: 30px;
    position: relative;
}
.hamburger .bar {
    position: absolute;
}
.hamburger .bar:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #FFFF64, #FFC21B, #FFBD15, #FFE94B, #FFE777);
    transition: all 0.3s ease-in-out;

}
.hamburger .bar:nth-child(2) {
    top: 50%;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #FFFF64, #FFC21B, #FFBD15, #FFE94B, #FFE777);
    transition: all 0.3s ease-in-out;

}
.hamburger .bar:nth-child(3) {
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #FFFF64, #FFC21B, #FFBD15, #FFE94B, #FFE777);
    transition: all 0.3s ease-in-out;

}
.fecha-inicio {
    position: absolute;
    left: 2vw;
    bottom: 20px;
    max-width: 80px;
}
.fecha-final {
    position: absolute;
    right: 2vw;
    top: 20px;
    max-width: 80px;
}
.img-section {
    width: auto;
    max-height: 40px;
}
.img-section.pos-top-left {
    position: absolute;
    top: 14px;
    left: calc(2vw + 20px);
}
.img-section.pos-bottom-left {
    position: absolute;
    bottom: 14px;
    left: calc(2vw + 20px);
}
.vertical-sep {
    width: 3px;
    height: 0px;
    background: linear-gradient(to right, #FFFF64, #FFC21B, #FFBD15, #FFE94B, #FFE777);
    position: absolute;
    top: 0;
    left: calc(2vw + 5px);
}
.vertical-sep-bottom {
    width: 3px;
    height: 0px;
    background: linear-gradient(to right, #FFFF64, #FFC21B, #FFBD15, #FFE94B, #FFE777);
    position: absolute;
    bottom: 0;
    left: calc(2vw + 5px);
}
.pad-top-70 {
    padding-top: 70px !important;
}
.pad-bottom-70 {
    padding-bottom: 70px !important;
}
/* Pie de página */

.slider-horizontal > div {
    height: 100vh;
    width: 100vw;
    flex-shrink: 0;
}

.slider-horizontal {
    width: fit-content;
    display: flex;
    flex-wrap: nowrap;
    z-index: 2;
    position: relative;
    align-items: center;
    height: 100vh;

}

@media (max-width: 767px) {

}


#mecha {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    background: linear-gradient(to right, #FFFF64, #FFC21B, #FFBD15, #FFE94B, #FFE777);
    left: 0;
    z-index: 2;
}

.horizontal-nav {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
}


.horizontal-nav.active {
    display: flex;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #003A54;
    flex-direction: column;
}

.horizontal-nav button {
    font-family: 'Acumin Pro ExtraCondensed';
    color: #7BA4CE;
    font-size: 12vh;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 500;
    background: transparent;
}

.close-menu {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50px;
    right: 50px;
}
.close-menu::after {
    position: absolute;
    content: '';
    background: linear-gradient(to right, #FFFF64, #FFC21B, #FFBD15, #FFE94B, #FFE777);
    width: 50px;
    height: 5px;
    transform: rotate(-45deg);
    top: 22px;
}
.close-menu::before {
    position: absolute;
    content: '';
    background: linear-gradient(to right, #FFFF64, #FFC21B, #FFBD15, #FFE94B, #FFE777);
    width: 50px;
    height: 5px;
    transform: rotate(45deg);
    top: 22px;
}

.opacity-cero {
    opacity: 0;
}

.slider-product {
    height: 100%;
}

.item-slider {
    height: 100%;
    min-width: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
body, .content {  
    min-height: 100svh !important;  
    height: auto !important;  
    margin: 0 !important;  
    padding: 0 !important;  
    overflow-x: hidden !important;
	background-attachment: fixed;
} 
	.slider-horizontal {
		min-height: 100svh !important;  
	}
    .content {
        overflow: hidden;
    }
    .grid-full-four {
        display: grid;
        grid-template-columns: 100vw 100vw;
        grid-template-rows: 50svh 50svh;
        width: 200vw;
        height: 100svh;
        padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
    }
    .slider-horizontal > div {
        height: 100svh !important;
        width: 200vw !important;
        flex-shrink: 0;
    }
    .title-gen {
        font-size: 7vh;
    }
    .img-section {
        width: auto;
        max-height: 30px;
    }
    .grid-full-four > div {
        padding: 5vw;
    }
    .gen-text {
        font-size: 26px;
    }
    .square-block img.mv-full {
        height: 100%;
        object-fit: cover;
    }
    .big-text {
        font-family: 'Acumin Pro ExtraCondensed';
        color: #7BA4CE;
        font-size: 6vh;
    }
    .fecha-inicio {
        position: absolute;
        left: 2vw;
        bottom: 20px;
        max-width: 50px;
    }
	#mecha {
	  position: absolute;
	  top: 50vh;
	  transform: translateY(-50%);
	  height: 3px;
	  background: linear-gradient(to right, #FFFF64, #FFC21B, #FFBD15, #FFE94B, #FFE777);
	  left: 0;
	  z-index: 2;
	  top: calc(50vh + env(safe-area-inset-top, 0px));
	}
}
@supports not (height: 100dvh) {  
    body {  
        min-height: 100vh;  
    }  
}  