﻿body{
    font-family: "DM Sans", sans-serif;
    font-family: "Saira", sans-serif;
}

.cabecera-ayuda{
    height: 129px;
    display: none;
}

.cabecera{
    background: white;
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* sombra sutil */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.logotipo img{
    width:100%;
}


nav a{
    color: blue;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 23%;
    float: left;
    margin: 0 1%;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    font-family: 'Impact';
    color: #0789d5;
    font-weight: bold;
    text-align: center;
    font-size: 19px;
    cursor: pointer;

    border-radius: 5px;
}

.datos{
    font-size: 18px;
    text-align: center;
}
.datos strong{
    width: 100%;
    display: inline-block;
}
.datos img{
    width: 35px;
}

.carrito{
    color: blue;
    color: ;
    font-size: 27px;
}

.redes{
    text-align: center;
}
.redes img{
    width: 35px;
    margin: 0 3px;
}


.menu-principal {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.menu-principal > li {
    position: relative;
}

.menu-principal a {
    text-decoration: none;
    color: #000;
}

/* Submenú oculto */
.submenu-lista {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    background: white;
    border: 1px solid #ddd;
    min-width: 200px;
    z-index: 999;
}

.submenu-lista li {
    width: 100% !important;
    padding: 8px 16px;
}

.submenu-lista li a {
    display: block;
    color: #333;
    text-decoration: none;
}

.submenu-lista li a:hover {
    background: #f4f4f4;
}

/* Mostrar submenú al pasar el mouse */
.submenu:hover .submenu-lista {
    display: block;
}


.efecto{
    background: url(../images/efecto.jpg) no-repeat top center / cover;
    height: 350px;
    padding: 0;
}


.descubre{
    padding-top: 60px;
    padding-bottom: 60px;
}

.titulo{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}

.viaje{
    font-size: 18px;
}
.viaje strong{
    width: 100%;
    display: inline-block;
}
.viaje img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 12px;
}


.seccion{
    background: #f7f7f7;
    font-size: 19px;
    padding: 45px;
}

.img1{
    background: url(../images/1.jpg) no-repeat center center / cover;
}



footer{
    background: #009ada;
    color: white;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer img{
    width: 30px;
}
footer strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 20px;
}
footer iframe{
    width: 100%;
    height: 120px;
}

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

}

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

}

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

}

@media screen and (max-width:768px){
    .img{
        height: 280px;
    }
    .menu-principal{
        display: block;
    }
    /* .menu-r{
        display: block;
    }
    nav ul{
        display: none !important;
    } */
    nav ul li{
        width: 48%;
    }
    .menu{
        padding: 12px 0;
    }
}

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


