@font-face{
	font-family: Montserrat;
	src: url(fonts/Montserrat-Medium.ttf);
}
@font-face{
	font-family: MontserratBold;
	src: url(fonts/Montserrat-Bold.ttf);
}
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: Montserrat;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.body{
    min-width: var(--anchoMinimo);
    overflow: hidden;
}
:root{
    --anchoMinimo: 320px;
    --anchoMaximo:2048px;
    --bordeGrande : 160px 200px;
    --bordeMedio: 100px 80px;
    --bordePequeño: 80px 40px;
    --bordeMinimo: 60px 20px;
}
.contenedor-single-ventas{
    background-image: linear-gradient(to bottom, #abe0fa 0%, white 25%);
    padding: var(--bordeGrande);
    padding-bottom: 0 !important;
    min-width: var(--anchoMinimo);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.seccion3-SV,
.seccion4-SV,
.seccion5-SV{
    max-width: var(--anchoMaximo);
}
/*---------------Redes Sociales-----------------*/
.redesLateralesVentas{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    pointer-events: none;
    z-index: 100000;
    opacity: 0;
    animation: aparecerPuntos 2s 1s ease forwards;
    min-width: var(--anchoMinimo);
    max-width: var(--anchoMaximo);
}
.redesLateralesVentas a{
    text-decoration: none;
    color: #636363;
    font-weight: bolder;
    pointer-events: fill;
    margin: 15px 0;
    margin-right: 100px;
    width: 30px;
    display: flex;
    justify-content: center;
}
/*----------------Seccion1----------------*/
.seccion1-SV{
 position: relative;
 display: flex;
 flex-direction: row; 
 min-width: var(--anchoMinimo);
 padding-bottom: 300px;
}
.logoSeccion1{
    position: relative;
    z-index: 100;
    width: 40%;
    display: flex;
    flex-direction: column;
    z-index: 0;
}
.logoSeccion1 h2{
    width: 50%;
    animation: aparecerLogoSV 1s 1s ease forwards;
    opacity: 0;
    object-fit: contain;
}
.logoSeccion1 p{
    margin: 20px 0;
    font-size: 0.8rem;
    animation: aparecerDerecha 1s 1s ease forwards;
    opacity: 0;
    transform: translateX(-100%);
}
@keyframes aparecerDerecha{
    0%{
        opacity: 0;
        transform: translateX(-100%);
    }100%{
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes aparecerLogoSV{
    0%{
        opacity: 0;
    }100%{
        opacity: 1;
    }
}
@keyframes aparecerAvionHJ{
    0%{
        transform: translateX(200%) translateY(-50%);
    }100%{
        transform: translateX(0) translateY(0);
    }
}
@keyframes flotarAvionSV{
    0%{
        transform: translateY(0);
    }25%{
        transform: translateY(-5px);
    }50%{
        transform: translateY(0);
    }75%{
        transform: translateY(5px);
    }100%{
        transform: translateY(0);
    }
}
.tarjetaSeccion1{
    background-color: white;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 60px;
    margin-top: 50px;
    max-width: 1200px;
    box-shadow: 10px 10px 20px 10px rgba(0,0,0,0.07);
    animation: aparecerTarjetaS1 2s ease forwards;
}
.logoSeccion1 p{
    width: 80%;
    line-height: 1rem;
    letter-spacing: 2px;
    font-size: 0.8rem;
}
@keyframes aparecerTarjetaS1{
    0%{
        opacity: 0;
        transform: translateX(100%);
    }100%{
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes aparecerMenu{
    0%{
        opacity: 0;
        transform: translateY(-100%) translateX(-50%);
    }100%{
        opacity: 1;
        transform: translateY(0) translateX(-50%);
    }
}
.encabezadoS1Tarjeta{
    padding-left: 80px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 20%;
}
.descargaS1{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 40%;
    font-weight: medium;
    transform: translateY(-20px);
}
.descargaS1 p{
    font-size: 0.9rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.descargaS1 img{
    width: 15%;
    max-width: 30px;
    min-width: 18px;
    margin-top: 15px;
    cursor: pointer;
    object-fit: contain;
}
.contenedorS1Contenido{
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    padding: 60px 30px;
}
.tarjetaS1Contenido::-webkit-scrollbar {
    position: absolute;
    width: 4px;
    background-color: transparent;
    scrollbar-width: thin;
}
.tarjetaS1Contenido::-webkit-scrollbar-thumb {
    background-color:#979797;
}
.tarjetacontenidoHondajet{
    text-transform: uppercase;
    font-size: 0.8rem;
    width: 50%;
    color: #8a8a8a;
    letter-spacing: 1px;
    overflow-y: scroll;
    padding: 0 10px;
    height: 180px;
    font-weight: medium;
    line-height: 1.5rem;
}
.seccion1-SV .modeloAvion{
    max-width: 300px;
    width: 60%;
    height: 100%;
    object-fit: contain;
}
.menuLateralAviones{
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    top: 40px;
    background-color: white;
    box-shadow: 10px 10px 20px 10px rgba(0,0,0,0.07);
    z-index: 10000;
    animation: aparecerMenu 2s ease forwards;
} 
.menuLateralAviones ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menuLateralHonda li {
        padding: 20px 10px;
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 1px;
        cursor: pointer;
        width: 100%;
        height: 100%;
        text-align: center;
}
.menuLateralAviones li:nth-child(4) a{
    color: #046698;
}
.menuLateralAviones li:hover{
    background-color: #e2e2e2;
}
.menuLateralAviones li a{
    text-decoration: none;
    color: #8a8a8a;
}
.contenedorAvionVentas{
    display: absolute;
}
.encabezadoS1Tarjeta{
    display: flex;
}
.contenedorAvionVentas{
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-42%) translateY(35%);
}
.hondajetAvion img{
    width: 100%;
    max-width: 1000px;
    transform: translateX(-200%) translateY(-50%);
    animation: aparecerAvionHJ 2s ease forwards,
               flotarAvionSV 3s 2s linear infinite;
 }
 .hondajetAvion{
     width: 70%;
 }
 .iconosTarjetaS1{
     display: flex;
     width: 100%;
     justify-content: flex-end;
     align-items: center;
     padding: 0 30px;
 }
 .letrasNegritas{
    font-family: montserratBold;
 }
 .contenedorIconos{
    display: flex;
    width: 60%;
    justify-content: space-between;
    padding-left: 10px;
 }
 .contenedorIconos a{
     text-decoration: none;
 }
 .iconoTarjetaS1{
     display: flex;
 }
 .iconosTarjetaS1 p{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.6rem;
    letter-spacing: 3px;
    font-weight: bolder;
    width: 90px;
    margin-left: 20px;
    color: #8a8a8a;
    text-transform: uppercase;
 }
 .contenedorIconos  img{
    height: 40px;
    object-fit: contain;
 }
 .tituloHondajet{
    font-size: 3rem;
    letter-spacing: 20px;
    text-transform: uppercase;
    color:#11325f;
    font-family: MontserratBold;
}
/*----------------------Nubes---------------------*/
.nubes{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}
.nube1,
.nube2{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-width: 1200px;
    z-index: 1000;
    transform: translateX(100%);
}
.nube1{
    animation: moverNube 30s linear infinite;
}
.nube2{
    animation: moverNube 20s 15s linear infinite;
}
@keyframes moverNube{
    0%{
        transform: translateX(100%);
    }100%{
        transform: translateX(-100%);
    }
}
/*----------------------------SECCION 2-------------------------------*/
.video {
    height: 100vh;
    width: 100vw;
    background-color: grey;
}
.video iframe{
    height: 100vh;
    width: 100vw;
    background-color: grey;
}
/*----------------------------SECCION 3--------------------------------*/
.seccion3-SV{
position: relative;
width: 100vw;
height: 100%;
min-height: 600px;
min-width: var(--anchoMinimo);
max-width: var(--anchoMaximo);
}
.seccion3-SV .imagenFondo{
    position: absolute;
    width: 100vw;
    height: 100%;
    width: 100vw;
    min-width: var(--anchoMinimo);
    max-width: var(--anchoMaximo);
}
.seccion3-SV .imagenFondo img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: opacity 3s ease;
    opacity: 0;
    min-width: var(--anchoMinimo);
}
.seccion3-SV .imagenFondo img:nth-child(1){
    opacity: 1;
}
.tarjetaS3{
    width: 100vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 600px;
    padding: var(--bordeGrande);
    max-width: var(--anchoMaximo);
}
.tarjetaSeccion3{
    position: relative;
    z-index: 1000;
    background-color: #b8b8b8da;
    color: white;
    padding: 30px 40px;
    position: relative;
    height: 60%;
    width: 45%;
    transition: all 0.7s ease;
    transform: translateY(100%);
    min-width: 500px;
    opacity: 0;
    height: 100%;;
 
}
@keyframes aparecerTarjetaS3{
    0%{
        transform: translateY(100%);
        opacity: 0;
    }100%{
        transform: translateY(0);
        opacity: 1;
    }
}
.cambiarColorFondo{
    background-color: #b8b8b898;
}
.tarjetaS3Cabecera{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
}
.titulos{
    height: 1.2rem;
    overflow: hidden;
}
.titulos h2{
    transition: 0.7s ease;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 3px;
    white-space:nowrap;
    margin-right: 5px;
}
.anchoTarjeta{
    width: 150px !important;
    min-width: 150px;
}
.centrarCabecera{
    justify-content: center;
}
.ocultarCabeceraS3{
    display: none;
}
.seccion3-SV .cerrar{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    height: 35px;
    width: 35px;
} 
.margenCerrar{
    margin-right: 20px !important;
}
.seccion3-SV .cerrar span{
    display: block;
    content: '';
    height: 2px;
    width: 25px;
    background-color: white;
    position: absolute;
    right: 0;
    transition: 0.7s ease;
}
.trasladarLineaIzquierda{
    transform: rotate(90deg) !important;
}
.trasladarLineaDerecha{
    transform: rotate(0) !important;
}
.seccion3-SV .cerrar span:nth-child(1){
    transform: rotate(45deg);
}
.seccion3-SV .cerrar span:nth-child(2){
    transform: rotate(-45deg);
}
.seccion3-SV .contenedorTarjetasS3:nth-child(1){
    opacity: 1;
}
.seccionPrincipalTarjetaS3{
    display: flex;
    padding-top: 40px;
}
.tarjetaS3LateralDerecho,
.tarjetaS3LateralIzquierdo{
    display: flex;
    flex-direction: column;
}
.tarjetaS3LateralIzquierdo{
    width: 80%;    
    height: 200px;
    min-height: 200px;
    max-height: 200px;
}
.subtitulos{
    height: 1rem;
    min-height: 1rem;
    max-height: 1rem;
    overflow:hidden;
}
.subtitulos h3{
    transition: 1s ease;
    font-size: 1rem;
    height: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.aparecerTarjetaS3LadoIzquierdo{
    width: 0;
    opacity: 0;
    pointer-events: none;
}
.tarjetaS3Lista ul::-webkit-scrollbar {
    position: fixed;
    width: 4px;
    background-color: transparent;
    scrollbar-width: thin;
}
.tarjetaS3Lista ul::-webkit-scrollbar-thumb {
    background-color: white;
}
.tarjetaS3LateralDerecho{
    width: 20%;
    padding-top: 40px;
    justify-content: space-between;
    align-items: center; 
}
.tarjetaLateralDerechoColapsar{
    width: 100%;
}
.tarjetaS3Lista{
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding-right: 10px;
    position: relative;
    padding-bottom: 40px;
}
.tarjetaS3Lista ul{
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    overflow-y: scroll;
    opacity: 0;
    transition: 1.5s ease;
    padding-right: 10px;

}
.tarjetaS3Lista ul:nth-child(1){
   height: 100%;
   opacity: 1;
}
.tarjetaS3Lista li{
    font-size: 0.8rem;
    margin: 5px 0;
    list-style: inside;
}
.seccionesTarjetasS3{
    display: flex;
    margin-top: 10px;
    margin-bottom: 60px;
    height: 200px;
}
.enlaceSeccion3{
    margin-top: 20px;
}
.enlaceSeccion3 p{
    font-size: 0.7rem;
}
.enlaceSeccion3 img{
    height: 40px;
}
.tarjetaS3Botones{
   display: flex;
   flex-direction: column;
   justify-content: center;
   margin-bottom: 40px;
}
.btnSiguiente,
.btnAnterior{
    border-radius: 50%;
    border: 1px solid transparent;
    width: 50px; 
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 5px 0;
}
.btnPaginacionActivo{
    border: 1px solid white;
}
.flechaSiguiente,
.flechaAnterior{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px; 
    height: 40px;
    font-size: 1.5rem;
    background-color: #c8c9ca;
    border-radius: 50%;
    margin: 5px 0;
    padding-bottom: 4px;
    padding-left: 2px;
}
.flechaSiguiente:hover,
.flechaAnterior:hover{
    background-color: white;
    color: black;
}
.flechaAnterior{
    transform: rotate(180deg);
}
.paginacionS3Tarjeta div{
    display: flex;
    align-items: baseline;
    height: 3rem;
}
.numeroTarjetaActual{
    display: flex;
    flex-direction: column;
    transition: 0.5s ease;
    height: 35px;
    overflow:hidden;
    font-size: 3rem;
}
.numeroTarjetaActual span{
    transition: 1s ease;
}
.numeroTarjetasTotal{
    font-size: 1.5rem;
    height: 1.5rem;
}
.videoHonda{
    height: 100vh;
    width: 100%;
}
/*---------------------ESPECIFICACIONES---------------------*/
.seccion4-SV{
    background-color: #0e1628;
    position: relative;
    z-index: 10000;
    width: 100vw;
    padding: var(--bordeGrande);
    min-width: var(--anchoMinimo);
}
.tituloSeccion4{
    display: flex;
    justify-content: space-between;
}
.seccion4-SV .modeloAvion{
    max-width: 400px;
    min-width: 120px;
    width: 40%;
    object-fit: contain;
    opacity: 0;
}
.bloqueEspecificaciones{
    opacity: 0;
}
.contenedorEspecificaciones{
    width: 100%;
    margin-top: 100px;
    display: grid;
    grid-template-columns: 2fr 1fr;
}
.gridEspecificaciones{
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 100px;
}
.bloqueEspecificacion{
    display: flex;
    margin-bottom: 20px;
}
.imagenEspecificaciones{
    display: flex;
    justify-content: flex-end;
    align-items: center;

}
.imagenEspecificaciones img{
    width: 80%;
    opacity: 0;
}
.textoBloqueEspecificaciones{
    width: 100%;
    margin-top: 20px;
    margin-left: 30px;
}
.tituloS4{
    font-size: 2.2rem;
    color: white;
    width: 60%;
    letter-spacing: 20px;
    text-transform: uppercase;
    opacity: 0;
}
.textoBloqueEspecificaciones h3{
    color: white;
    font-family: montserratBold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.listaEspecificaciones{
    width: 100%;
    color: #027bb5;
}
.listaEspecificaciones li{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 20px;
    margin: 5px 0;
}
.especificacionDer{
    color: #5f6166;
}
@keyframes aparecerSubtituloIzq{
    0%{
        transform: translateX(-100%);
        opacity: 0;
    }100%{
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes aparecerSubtituloDer{
    0%{
        transform: translateX(100%);
        opacity: 0;
    }100%{
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes aparecerBloques{
    0%{
        opacity: 0;
    }100%{
        opacity: 1;
    }
}
/*-----------------SECCION 5---------------------*/
.seccion5-SV{
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: var(--anchoMinimo);
    overflow: hidden;
    background-image: linear-gradient(to bottom, #b4cde7, #b9c2c8);
    min-height: 650px;
    height: 650px;
    max-height: 650px;
    }
    .contenedorFondoS5{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 650px;
        height: 650px;
        max-height: 650px;
        min-width: var(--anchoMinimo);
        position: absolute;
        left: 0;
        top: 0;
    }
    .degradadoInterno{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: -100%; 
        left: 0;
        box-shadow: 0 0 150px 150px rgba(0, 0, 0, 0.5);
        z-index: 10000;
    }
    .contenedorFondoS5 img{
        padding: 20px;
        min-height: 650px;
        height: 650px;
        max-height: 650px;
        transform: scale(0.6);   
    }
    .contenedorPuntos{
        position: relative;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
.puntos{
   height: 100%;
   width: 100%;
   min-width: var(--anchoMinimo);
   position: relative;
}
.punto{
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100000;
}
.textoPunto{
    color: white;
    font-size: 0.6rem;
    letter-spacing: 5px;
    opacity: 0;
    pointer-events: none;
    transition: 0.7s ease;
    position: absolute;
    bottom: 15px;
    left: 2px;
}
.textoPuntoIzquierda{
    bottom: 15px;
    left: -35px;
}
.mostrarTextoPunto{
    opacity: 1;
}
/*--------------PUNTOS---------------------*/
.puntoUno{
    margin-left: 50px;
    margin-top: -10px;
    animation-delay: 3s;
}
.puntoDos{
    margin-left: -28px;
    margin-top: 70px; 
    animation-delay: 4s;
}
.puntoTres{
    margin-left: -70px;
    margin-top: 60px; 
    animation-delay: 4.4s;
}
.puntoCuatro {
    margin-left: -125px;
    margin-top: 10px; 
    animation-delay: 6s;
}
.puntoCinco {
    margin-left: -3px;
    margin-top: 85px; 
    animation-delay: 5.5s;
}
.puntoSeis {
    margin-left: 6px;
    margin-top: 100px; 
    animation-delay: 4.5s;
}
.puntoSiete {
    margin-left: -10px;
    margin-top: 115px; 
    animation-delay: 6s;
}
.puntoOcho {
    margin-left: -43px;
    margin-top: 156px; 
    animation-delay: 4s;
}
.puntoNueve {
    margin-left: 10px;
    margin-top: 56px; 
    animation-delay: 4.8s;
}
.puntoDiez {
    margin-left: 80px;
    margin-top: 62px; 
    animation-delay: 3.5s;
}
.puntoOnce {
    margin-left: 78px;
    margin-top: -4px;
    animation-delay: 3s;
}
.puntoDoce {
    margin-left: -81px;
    margin-top: 43px;
    animation-delay: 3.7s;
}
.puntoTrece {
    margin-left: -90px;
    margin-top: 18px;
    animation-delay: 3.1s;
}
.puntoCatorce {
    margin-left: -100px;
    margin-top: -18px;
    animation-delay: 4.2s;
}
.puntoQuince {
    margin-left: -110px;
    margin-top: 18px;
    animation-delay: 4.7s;
}
.puntoDieciseis{
    margin-left: -10px;
    margin-top: -7px;
    animation-delay: 3s;
}
.puntoDiecisiete{
    margin-left: -30px;
    margin-top: 145px; 
    animation-delay: 3.9s;
}
.puntoDieciocho{
    margin-left: -30px;
    margin-top: -75px;
    animation-delay: 4s;
}
.puntoDiecinueve{
    margin-left: -135px;
    margin-top: -117px;
    animation-delay: 5.3s;
}
.puntoVeinte{
    margin-left: -175px;
    margin-top: -32px;
    animation-delay: 5.3s;
}
.puntoVeintiuno {
    margin-left: 120px;
    margin-top: 62px; 
    animation-delay: 3.5s;
}
/*-------------------------------------------*/

.punto span{
    position: absolute;
}
.puntoCentral{
    cursor: pointer;
    display: block;
    content: '';
    height: 8px;
    width: 8px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.6);
}
.aroInterno{
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-radius: 50%;
    border: 1px solid white;
    pointer-events: none;
}
.ondaDinamica,
.ondaEstatica{
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.329);
    pointer-events: none;
}
.textoSeccion5{
   position: absolute;
   color: white;
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   bottom: 30px;
   width: 50%;
   max-width: 700px;
   letter-spacing: 2px;
   z-index: 100000;
}
.textoSeccion5 h3{
font-size: 0.9rem;
}
.textoSeccion5 small{
font-size: 0.6rem;
}
@keyframes zoomIn{
    0%{
        transform: scale(0.6);
    }100%{
        transform: scale(1.2);
    }
}
@keyframes expandirAro{
    0%{
        width: 0;
        height: 0;
    }100%{
        width: 25px;
        height: 25px;
    }
}
@keyframes expandirAros{
    0%{
        width: 0;
        height: 0;
    }100%{
        width: 330px;
        height: 330px;
    }
}
@keyframes expandirDinamico{
    0%{
        opacity: 1;
        width: 0;
        height: 0;
    }100%{
        opacity: 0;
        width: 330px;
        height: 330px;
    }
}
@keyframes aparecerPuntos{
    0%{
        opacity: 0;
    }100%{
        opacity: 1;
    }
}

@media only screen and (max-width: 1600px){
    .contenedor-single-ventas,
    .tarjetaS3,
    .seccion4-SV{
        padding: var(--bordeMedio);
        padding-top: 160px;
    }
    .redesLateralesVentas a{
        margin-right: 40px;
    }
    .titulos{
        height: 1rem;
    }
    .titulos h2{
        font-size: 0.9rem;
    }
    .contenedorIconos  img{
        height: 30px;
     }
     .gridEspecificaciones{
         margin-left: 30px;
     }
}

@media only screen and (max-width: 1360px){
    .redesLateralesVentas a{
        margin-right: 40px;
    }
    .seccion1-SV{
        padding-bottom: 250px;
    }
    .tarjetaSeccion1{
        padding: 40px;
    }
    .logoSeccion1 img{
        width: 40%;
    }
    .logoSeccion1 p{
        font-size: 0.5rem;
    }
    .iconosTarjetaS1{
        right: 40px;
    }
    .encabezadoS1Tarjeta{
        padding-left: 40px;
    }
    .descargaS1 p{
        font-size: 0.7rem;
    }
    .descargaS1 img{
        max-width: 20px;
    }
    .contenedorS1Contenido{
        padding: 40px 20px;
    }
    .tarjetaS1Contenido{
        font-size: 0.5rem;
        width: 62%;
    }
    .seccion1-SV .modeloAvion{
        width: 50%;
    }
    .menuLateralAviones{
        top: 30px;
    } 
    .menuLateralAviones li{
        padding: 8px;
        font-size: 0.5rem;
    }
    .menuLateralHonda li{
        padding: 16px 7px;
        font-size: 0.8rem;
    }
    .tituloHondajet{
        font-size: 2rem;
        letter-spacing: 20px;
    }
    .contenedorIconos{
        padding-left: 0px;
     }
    .contenedorIconos  img{
        height: 25px;
    }
    .iconosTarjetaS1 p{
       font-size: 0.5rem;
       letter-spacing: 2px;
    }
    .contenedorIconos .iconoTarjetaS1:nth-child(2) p{
         margin-left: -5px;
    }
    .tarjetacontenidoHondajet{
        font-size: 0.55rem;
        line-height: 0.7rem;
    }
    .contenedorAvionVentas img{
        width: 100%;
    }
    .titulos,
    .titulos h2{
        font-size: 0.8rem;
        height: 0.9rem;
        letter-spacing: 2px;
    }
    .seccion3-SV .cerrar{
        height: 0.8rem;
        width: 0.8rem;
    } 
    .seccion3-SV .cerrar span{
        width: 0.8rem;
    }
    .subtitulos{
        height: 0.7rem;
        min-height: 0.7rem;
        max-height: 0.7rem;
    }
    .subtitulos h3 {
        font-size: 0.7rem;
        height: 0.7rem;
    }
    .tarjetaS3Lista li {
        font-size: 0.6rem;
    }
    .paginacionS3Tarjeta div{
        height: 2rem;
    }
    .numeroTarjetaActual{
        font-size: 1.9rem;
    }
    .numeroTarjetasTotal{
        font-size: 1rem;
        height: 1rem;
    }
    .tituloS4{
        font-size: 1.8rem;
        letter-spacing: 12px;
    }
    .contenedorEspecificaciones{
        margin-top: 100px;
    }
    .imagenEspecificacion img{
        height: 40px;
    }
    .textoBloqueEspecificaciones{
        margin-left: 20px;
    }
    .textoBloqueEspecificaciones h3{
        font-size: 0.9rem;
        margin-bottom: 10px;
    }
    .listaEspecificaciones{
        width: 100%;
        color: #027bb5;
    }
    .listaEspecificaciones li{
        font-size: 0.8rem;
    }
    .seccion4-SV .modeloAvion {
        max-width: 300px;
        width: 35%;
    }
}
@media only screen and (max-width: 992px){
    .redesLateralesVentas{
        display: none;
    }
    .seccion1-SV{
        padding-bottom: 140px;
    }
    .tarjetaSeccion1{
        padding: 30px;
        margin-top: 20px;
    }
    .encabezadoS1Tarjeta{
        padding-left: 30px;
    }
    .descargaS1{
        transform: translateY(-10px);
    }
    .descargaS1 p{
        font-size: 0.6rem;
        letter-spacing: 2px;
    }
    .descargaS1 img{
        max-width: 16px;
    }
    .contenedorS1Contenido{
        padding: 20px 16px;
    }
    .tarjetaS1Contenido{
        font-size: 0.4rem;
        letter-spacing: 0.5px;
        padding: 0 10px;
        height: 140px;
        line-height: 0.8rem;
    }
    .menuLateralAviones{
        top: 20px;
    } 
    .menuLateralAviones li{
        padding: 6px;
        font-size: 0.4rem;
    }
    .menuLateralHonda li{
        padding: 14px 5px;
        font-size: 0.7rem;
    }
    .contenedorAvionVentas{
        transform: translateX(-35%) translateY(35%);
    }
    .contenedorAvionVentas img{
        width: 95%;
    }  
    .contenedor-single-ventas,
    .tarjetaS3,
    .seccion4-SV{
        padding: var(--bordePequeño);
    }
    .tituloHondajet{
        font-size: 2rem;
        letter-spacing: 8px;
    }
    .contenedorIconos{
        padding-left: 0px;
     }
    .contenedorIconos  img{
        height: 25px;
    }
    .iconosTarjetaS1 p{
       font-size: 0.5rem;
       letter-spacing: 1.5px;
       margin-left: 7px;
    }
    .contenedorIconos  img{
        height: 20px;
     }
    .contenedorIconos .iconoTarjetaS1:nth-child(2) p{
         margin-left: -10px;
    }
    .tarjetacontenidoHondajet{
        font-size: 0.55rem;
        line-height: 0.7rem;
    }
    .imagenEspecificaciones{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .imagenEspecificaciones img{
        width: 100%;
        object-fit: contain;
    }
    .textoBloqueEspecificaciones h3{
        font-size: 0.8rem;
    }
    .tituloS4{
        font-size: 1.2rem;
        letter-spacing: 10px;
    }
    .listaEspecificaciones li{
        font-size: 0.7rem;
    }
    .textoSeccion5{
        bottom: 20px;
        width: 60%;
        letter-spacing: 2px;
     }
     .textoSeccion5 h3{
     font-size: 0.8rem;
     }
     .textoSeccion5 small{
     font-size: 0.5rem;
     }
}
@media only screen and (max-width: 768px){
    .seccion1-SV{
        padding-bottom: 200px; 
       }
    .tarjetaSeccion1{
        padding: 20px;
    }
    .logoSeccion1 p{
        width: 100%;
    }
    .encabezadoS1Tarjeta{
        padding-left: 30px;
        height: 20%;
    }
    .descargaS1{
        width: 40%;
        transform: translateY(-10px);
    }
    .descargaS1 p{
        font-size: 0.5rem;
        letter-spacing: 1.5px;
    }
    .descargaS1 img{
        max-width: 13px;
        min-width: 13px;
        margin-top: 3px;
    }
    .contenedorS1Contenido{
        padding: 20px 13px;
    }
    .tarjetaS1Contenido{
        font-size: 0.45rem;
        letter-spacing: 0.7px;
        padding: 0 10px;
        height: 140px;
        line-height: 0.7rem;
    }
    .seccion1-SV .modeloAvion{
        width: 50%;
    }
    .tituloHondajet{
        font-size: 1.4rem;
        letter-spacing: 7px;
    }
    .menuLateralHonda li {
        padding: 12px 5px;
        font-size: 0.6rem;
    }
    .contenedorAvionVentas{
        transform: translateX(-35%) translateY(35%);
    }
    .contenedorIconos{
        padding-left: 0px;
     }
    .contenedorIconos  img{
        height: 25px;
    }
    .iconosTarjetaS1 p{
       font-size: 0.4rem;
       letter-spacing: 1px;
       margin-left: 4px;
       width: 70px;
    }
    .contenedorIconos  img{
        height: 15px;
     }
    .contenedorIconos .iconoTarjetaS1:nth-child(2) p{
         margin-left: -6px;
    }
    .tarjetacontenidoHondajet{
        font-size: 0.55rem;
        line-height: 0.7rem;
    }
    .seccion4-SV .modeloAvion{
        max-width: 400px;
        min-width: 120px;
        width: 40%;
        object-fit: contain;
        opacity: 0;
    }
    .gridEspecificaciones{
        margin-left: 0px;
    }
    .bloqueEspecificacion{
        display: flex;
    }
    .contenedorEspecificaciones{
        margin-top: 50px;
    }
    .imagenEspecificaciones{
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .imagenEspecificaciones img{
        width: 90%;
    }
    .textoBloqueEspecificaciones{
        margin-top: 10px;
        margin-left: 10px;
    }
    .textoBloqueEspecificaciones h3{
        font-size: 0.6rem;
    }
    .tituloS4{
        font-size: 1.1rem;
        letter-spacing: 8px;
    }
    .imagenEspecificacion img{
        height: 30px;
    }
    .listaEspecificaciones li{
        font-size: 0.6rem;
    }
    .contenedorAvionVentas img{
        width: 95%;
    }
    .contenedorAvionVentas img{
        width: 95%;
    }  
    .seccion4-SV .modeloAvion{
        width: 30%;
    }
    .seccion4-SV,
    .tarjetaS3{
        padding: var(--bordePequeño);
    }
   
    .textoSeccion5{
        bottom: 15px;
        width: 65%;
        letter-spacing: 2px;
     }
     .textoSeccion5 h3{
     font-size: 0.7rem;
     }
     .textoSeccion5 small{
     font-size: 0.5rem;
     }
     .seccion1-SV{
        padding-bottom: 180px; 
        flex-direction: column;
        justify-content: center;
        align-items: center;
       }
    .contenedorTarjetaS1{
           width: 100%;
           display: flex;
           justify-content: flex-end;
    }
    .tarjetaSeccion1{
        width: 80%;
        padding: 20px;
        margin-top: 20px;
        position: relative;
    }
    .logoSeccion1{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .logoSeccion1 h2{
        font-size: 1.4rem;
        letter-spacing: 10px;
    }
    .logoSeccion1 p{
        margin-top: 20px;
        padding-left: 50px;
        font-size: 0.7rem;
        letter-spacing: 1px;
    }
    .logoSeccion1 img{
        width: 50%;
    }
     
}
@media only screen and (max-width: 600px){

    .seccion1-SV{
        padding-bottom: 140px; 
        flex-direction: column;
        justify-content: center;
        align-items: center;
       }
    .contenedorTarjetaS1{
           width: 100%;
           display: flex;
           justify-content: flex-end;
    }
    .tarjetaSeccion1{
        width: 80%;
        padding: 20px;
        margin-top: 20px;
        position: relative;
    }
    .logoSeccion1{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .logoSeccion1 h2{
        font-size: 1.4rem;
        letter-spacing: 10px;
    }
    .logoSeccion1 p{
        margin-top: 20px;
        padding-left: 50px;
        font-size: 0.7rem;
        letter-spacing: 1px;
    }
    .logoSeccion1 img{
        width: 50%;
    }
    .encabezadoS1Tarjeta{
        padding-left: 30px;
        height: 20%;
    }
    .descargaS1{
        width: 40%;
        transform: translateY(-10px);
    }
    .descargaS1 p{
        font-size: 0.4rem;
        letter-spacing: 1px;
    }
    .descargaS1 img{
        max-width: 13px;
        min-width: 13px;
        margin-top: 3px;
    }
    .contenedorS1Contenido{
        padding: 20px 13px;
    }
    .tarjetaS1Contenido{
        font-size: 0.4rem;
        letter-spacing: 0.2px;
        padding: 0 10px;
        height: 110px;
        line-height: 0.6rem;
    }
    .menuLateralAviones{
        top: 10px;
    } 
    .menuLateralAviones li{
        padding: 4px;
        font-size: 0.4rem;
        letter-spacing: 0.5px;
    }
    .titulos,
    .titulos h2{
        font-size: 0.6rem;
        height: 0.7rem;
        letter-spacing: 2px;
    }
    .tarjetaS3{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .seccion3-SV .cerrar{
        height: 0.7rem;
        width: 0.7rem;
    } 
    .seccion3-SV .cerrar span{
        width: 0.7rem;
    }
    .subtitulos{
        height: 0.7rem;
        min-height: 0.7rem;
        max-height: 0.7rem;
    }
    .subtitulos h3 {
        font-size: 0.7rem;
        height: 0.7rem;
    }
    .tarjetaS3Lista li {
        font-size: 0.5rem;
    }
    .anchoTarjeta {
        width: 130px !important;
        min-width: 130px;
        margin-left: auto;
    }
    .tarjetaSeccion3{
        width: 100%;
        min-width: initial;
    }
    .seccionPrincipalTarjetaS3{
        padding-top: 30px;
    }
    .tarjetaS3LateralDerecho{
        padding-top: 20px;
    }
    .tarjetaS3Botones{
        margin-bottom: 40px;
     }
     .btnSiguiente,
     .btnAnterior{
         width: 40px; 
         height: 40px;
     }
     .flechaSiguiente,
     .flechaAnterior{
         width: 30px; 
         height: 30px;
         font-size: 1.2rem;
         margin: 5px 0;
         padding-bottom: 3px;
         padding-left: 3px;
     }

    @keyframes moverNube{
        0%{
            transform: translateX(30%);
        }100%{
            transform: translateX(-100%);
        }
    }

    .bloqueEspecificaciones{
        margin-bottom: 10px;
    }
    .seccion4-SV .modeloAvion{
        max-width: 300px;
        min-width: 120px;
    }
    .contenedorEspecificaciones{
        grid-template-columns: 1fr;
    }
    .imagenEspecificaciones{
        margin-top: 50px;
        justify-content: center;
        align-items: center;
    }
    .imagenEspecificaciones img{
        width: 70%;
    }
    .textoBloqueEspecificaciones{
        width: 100%;
        margin-top: 10px;
        margin-left: 10px;
    }
    .tituloS4{
        font-size: 0.9rem;
        letter-spacing: 4px;
    }
    .textoSeccion5{
        width: 90%;
        letter-spacing: 2px;
     }
     .textoSeccion5 h3{
     font-size: 0.6rem;
     }
     .textoSeccion5 small{
     font-size: 0.5rem;
     }
     .tituloHondajet{
        font-size: 0.9rem;
        letter-spacing: 6px;
    }

    .contenedorAvionVentas{
        transform: translateX(-35%) translateY(35%);
    }
    .iconosTarjetaS1{
        justify-content: flex-end;
        padding-right: 14px;
    }
    .contenedorIconos{
        width: 62%;
    }
    .contenedorIconos .iconoTarjetaS1:nth-child(2){
        display: flex;
        justify-content: flex-end;
    }
    .contenedorIconos  img{
        height: 20px;
    }
    .iconosTarjetaS1 p{
       letter-spacing: 0;
       margin-left: 4px;
       width: 50px;
    }
    .contenedorIconos .iconoTarjetaS1:nth-child(2) p{
         margin-left: -5px;
    }
    .tarjetacontenidoHondajet{
        font-size: 0.5rem;
        line-height: 0.65rem;
    }
    .menuLateralHonda li {
        padding: 10px 5px;
        font-size: 0.5rem;
    }
}
@media only screen and (max-width: 480px){
    .contenedor-single-ventas,
    .tarjetaS3,
    .seccion4-SV{
        padding: var(--bordeMinimo);
    }
    .seccion1-SV{
        padding-bottom: 100px; 
       }
    .encabezadoS1Tarjeta{
        padding-left: 30px;
        height: 20%;
    }
    .descargaS1{
        width: 40%;
        transform: translateY(0);
    }
    .descargaS1 p{
        font-size: 0.4rem;
        letter-spacing: 1px;
    }
    .descargaS1 img{
        max-width: 11px;
        min-width: 11px;
        margin-top: 3px;
    }
    .contenedorS1Contenido{
        padding: 20px 11px;
    }
    .tarjetaS1Contenido{
        font-size: 0.4rem;
        letter-spacing: 0.1px;
        padding: 0 5px;
        height: 100px;
        line-height: 0.6rem;
    }
    .menuLateralAviones{
        transform: translateX(-50%);
        top: 25px;
    } 
    .menuLateralHonda li {
        padding: 10px 5px;
        font-size: 0.5rem;
    }
    .encabezadoS1Tarjeta{
        margin-top: 10px;
    }
    .tarjetaS3Lista ul::-webkit-scrollbar {
        width: 3px;
    }
    .seccionPrincipalTarjetaS3{
        padding-top: 20px;
    }
    .tarjetaSeccion3{
        padding: 20px;
    }
    .tarjetaS3{
        min-width: var(--anchoMinimo);
    }
    .textoSeccion5{
        width: 95%;
        letter-spacing: 1px;
     }
     .textoSeccion5 h3{
     font-size: 0.5rem;
     }
     .textoSeccion5 small{
     font-size: 0.5rem;
     }
     @keyframes flotarAvionSV{
        0%{
            transform: translateY(0);
        }25%{
            transform: translateY(-3px);
        }50%{
            transform: translateY(0);
        }75%{
            transform: translateY(3px);
        }100%{
            transform: translateY(0);
        }
    }
    .tituloHondajet{
        font-size: 0.7rem;
        letter-spacing: 6px;
    }
}
@media only screen and (max-width: 400px){
    .contenedor-single-ventas,
    .tarjetaS3,
    .seccion4-SV{
        padding: var(--bordeMinimo);
    }
    .contenedor-single-ventas{
        padding: 10px;
    }
    .seccion1-SV{
        padding-bottom: 70px;
       }
    .tarjetaSeccion1{
        padding: 10px;
        margin-top: 20px;
    }
    .encabezadoS1Tarjeta{
        padding-left: 30px;
        height: 20%;
    }
    .descargaS1{
        width: 40%;
        transform: translateY(0px);
    }
    .descargaS1 p{
        font-size: 0.4rem;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .descargaS1 img{
        width: 15%;
        max-width: 11px;
        min-width: 11px;
        margin-top: 3px;
    }
    .contenedorS1Contenido{
        width: 100%;
        height: 100%;
        padding: 20px 11px;
    }
    .tarjetaS1Contenido{
        font-size: 0.4rem;
        width: 62%;
        letter-spacing: 0.1px;
        padding: 0 5px;
        height: 100px;
        line-height: 0.6rem;
    }
    .seccion1-SV .modeloAvion{
        max-width: 700px;
        width: 50%;
        height: 100%;
    }
    .menuLateralAviones{
        top: 10px;
    } 
    .menuLateralAviones li{
        padding: 4px;
        font-size: 0.4rem;
        letter-spacing: 0.5px;
    }
    .titulos,
    .titulos h2{
        font-size: 0.4rem;
        height: 0.5rem;
        letter-spacing: 1px;
    }
    .seccion3-SV .cerrar{
        height: 0.5rem;
        width: 0.5rem;
    } 
    .seccion3-SV .cerrar span{
        width: 0.5rem;
        height: 1px;
    }
    .subtitulos{
        height: 0.4rem;
        max-height: 0.4rem;
        min-height: 0.4rem;
    }
    .subtitulos h3 {
        font-size: 0.4rem;
        height: 0.4rem;
    }
    .tarjetaS3Lista li {
        font-size: 0.4rem;
    }
    .seccionPrincipalTarjetaS3{
        padding-top: 30px;
    }
    .tarjetaS3LateralDerecho{
        padding-top: 20px;
    }
    .tarjetaS3Botones{
        margin-bottom: 40px;
     }
     .btnSiguiente,
     .btnAnterior{
         width: 30px; 
         height: 30px;
     }
     .flechaSiguiente,
     .flechaAnterior{
         width: 20px; 
         height: 20px;
         padding-bottom: 2px;
         padding-left: 2px;
     }
    .paginacionS3Tarjeta div{
        height: 1.8rem;
    }
    .numeroTarjetaActual{
        font-size: 1.7rem;
    }
    .numeroTarjetasTotal{
        font-size: 0.8rem;
        height: 0.8rem;
    }
    .tarjetaS3Lista ul::-webkit-scrollbar {
        width: 2px;
    }
    .imagenEspecificaciones{
        margin-top: 50px;
    }
    .tituloS4{
        letter-spacing: 3px;
        font-size: 0.7rem;
    }
    .seccion4-SV .modeloAvion{
        min-width: 100px;
    }


    .contenedorEspecificaciones{
        margin-top: 25px
    }
    .textoBloqueEspecificaciones h3{
        font-size: 0.6rem;
    }
    .listaEspecificaciones li{
        font-size: 0.6rem;
    }

    .tituloHondajet{
        font-size: 0.6rem;
        letter-spacing: 5px;
    }
    .menuLateralHonda li {
        padding: 8px 5px;
        font-size: 0.4rem;
    }
    .contenedorAvionVentas{
        transform: translateX(-35%) translateY(35%);
    }
    .logoSeccion1{
        padding: 0 20px;
    }
    .logoSeccion1 p{
        font-size: 0.5rem;
    }
    .logoSeccion1 h2{
        font-size: 1.2rem;
        letter-spacing: 8px;
    }
    .contenedorIconos{
        padding-left: 5px;
     }
    .contenedorIconos  img{
        height: 15px;
    }
    .iconosTarjetaS1{
        padding: 0 10px;
    }
    .iconosTarjetaS1 p{
       font-size: 0.4rem;
       letter-spacing: 0px;
       margin-left: 2px;
       width: 35px;
    }
    .contenedorIconos .iconoTarjetaS1:nth-child(2) p{
         margin-left: 4px;
    }
    .tarjetacontenidoHondajet{
        font-size: 0.4rem;
    }

}


.footer{
    height: 300px;
    min-height: 300px;
    max-height: 300px;
    min-width: 320px;
    content: '';
    background-color: #0e1628;
}