body {
    font-family: 'Quicksand', sans-serif;

}

nav {
    font-family: 'Poppins', sans-serif;
    padding: 5px;
}

main .menu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90vh; /* Garantiza que el área principal sea alta en PC */
    padding: 10px;
    box-sizing: border-box;
}

.menuTexto {
    justify-content: end;
    padding-right: 15px;
}

h1,
h2,
p {
    font-family: 'Quicksand', sans-serif;
}

h3,
h4,
h5 {
    font-family: 'Poppins', sans-serif;
}

.positionS {
    position: sticky;
}

.container-main {
    position: relative
}

.container-main video {
    width: 100%;
    display: block;
    min-height: 300px;
}

.container-main .img {
    position: absolute;
    top: 20%;
    max-width: 300px
}

.logoIntro {
    /* border-radius: 50%; */
    opacity: 95%;
    /* display: inline; */
    left: 10%;
}

.logoC {
    width: 12vh;
    border-radius: 48%;
    justify-content: end;
}

.logoF {
    width: 25vh;
    border-radius: 20%;
}

.logoFire {
    width: 2.8vh;
    border-radius: 50%;
    justify-content: end;
    margin-left: 2px;
}

.galeria {
    background-color: #E7E7E7;
    /* margin-top: 15px; */
    /* padding-top: 5px; */
}

.galeriaVisita {
    background-color: #E7E7E7;
    margin-top: 100px; 
    /* padding-top: 10px;  */
}

.miniaturasCarousel {
    display: flex;
    justify-content: center;
    margin-right: 10px;
   
}

footer {
    background-color: #CCA77A;
    font-size: 0.9rem;
    font-family: 'Quicksand', sans-serif;
    
}

.mapa {
    align-items: center;
    justify-items: center;
    background-color: #E7E7E7;
    justify-content: center;
    text-align: center;

}

.designer {
    font-size: 0.5rem;
}

/* Start: Google Maps Responsive */
.map-responsive {
    overflow:hidden;
    padding-bottom:400px; /*Reduce este valor si el mapa fuera muy alto, por ejemplo 250px, puedes usar porcentajes, 50%*/
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* End: Google Maps Responsive */

.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    color: white;
    font-family: arial;
    text-align: center;
}

.cookies__boton {
    background: initial;
    border: 2px solid white;
    padding: 1rem;
    font-size: 1rem;
    color: white;
    width: 5rem;
    text-align: center;
}

.pdf-container {
    position: relative;
    width: 100%;
    max-width: 1100px; /* Tamaño máximo en PC */
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;            
    height: 85vh; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.pdf-object {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

 .pdf-fallback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px;
    text-align: center;
    background-color: #f9f9f9;
    font-family: sans-serif;
    }

.btn-download {
    margin-top: 15px;
    padding: 12px 24px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}


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

    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }

    [class="galeria"] {
        width: 80%;
    }

}

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

    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }

    [class="galeria"] {
        margin-top: 35px;
        padding-top: 35px;
    }

    [class="galeriaMenu"] {
        margin-top: 35px;
        padding-top: 35px;
    }

    [class="pdf-container"] {
                height: 70vh; /* Reduce un poco la altura en móviles para dejar ver el resto de la web */
                margin: 5px auto;
            }
}

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

    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }

    [class="galeria"] {
        margin-top: 50px;
        padding-top: 50px;
    }

    [class="logoFire"] {
        max-width: 1.8%;
    }
}