body {
    margin: 0;
    font-family: 'Brexon', sans-serif;
    letter-spacing: 1px;
    background: #829ECD;
}

@font-face {
    font-family: 'Brexon';
    src: url('../fonts/GalanoGrotesqueAltHeavy.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.color-white {
    color: #ffffff;
}

.sidebar {
    width: 20%;
    height: 90vh;
    position: fixed;
    left: 0;
    padding: 0px;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #EEE982;
    background: #829ECD;
}

.titulo-container h1{
    color: #EEE982;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 100px;
    min-height: 100vh;
}

.content img {
    max-width: 100%;
}

.logo {
    width: 80%;
    margin-top: 35px;
    margin-right: 35px;
}

.container-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 10vh;
}

.container-logo a {
    text-align: center;
}

.menu-sidebar {
    height: 75vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.boton-sidebar {
    padding: 10px 20px;
    background-color: #EEE982;
    text-decoration: none;
    color: #772B0C;
    font-weight:100;
    font-size: 1.125rem;
    text-align: center;
    min-width: 60%;
}

.boton-sidebar.active {
    background-color: #772B0C;
    color: #EEE982;
}

.boton-sidebar:hover {
    background-color: #772B0C;
    color: #EEE982;
}

.artista-container {
    display: flex;
    padding: 0;
    flex-direction: row;
    align-items: center;
    background-image: url('../images/cartelsin.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: calc(100vh - 10vh);
    position: relative;
}

.artista-container::before {
content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
}

.info-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 80px;
    position: relative;
    justify-content: center;
    height: 100%;
}

.text-2xl, .text-xl, .text-lg {
    line-height: 1;
}

.fila-nombres {
    width: 100%;
    display: flex;
    gap: 5%;
    flex-direction: row;
    justify-content: center;
    text-shadow: 
    -1.5px -1.5px 0 #000,  
    1.5px -1.5px 0 #000,  
    -1.5px 1.5px 0 #000,  
    1.5px 1.5px 0 #000;
}

.text-2xl {
    font-size: 122px;
    color: #EEE982;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.text-xl {
    font-size: 92px;
    color: #EEE982;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.text-lg {
    font-size: 72px;
    color: #EEE982;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.nombre-artista-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.container-logo-ayto {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #EEE982;
}

.container-logo-ayto img {
    width: 100%;
    max-width: 200px;
}

.logos-footer-container {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logos-patrocinadores-container {
    width: 75%;
    padding-left: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
}

.logos-patrocinadores-container img {
    width: auto;
    height: 60px;
}

/* Bloque Organiza */
.organiza-label {
    color: #EEE982;
    font-size: 0.95rem;
    margin-top: 10px;
}

.organiza-logos {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.organiza-logo {
    height: 30px;
    width: auto;
    object-fit: contain;
    max-width: 200px;
}

.organiza-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.logos-rigth-container {
    width: 25%;
    padding-right: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.logos-rigth-container img {
    width: auto;
    height: 30px;
}

footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #772B0C;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #EEE982;
}

.footer-logos {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: row;
}

.footer-legal {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #EEE982;
}

.footer-legal a {
    text-decoration: none;
    color: #772B0C;
    font-size: 0.9em;
}

.mobile-header {
    display: none;
}

/* Tablets (768px - 1024px) */
@media (max-width: 1300px) and (min-width: 769px) {
    .text-2xl {
        font-size: 112px;
    }

    .text-xl {
        font-size: 82px;
    }

    .text-lg {
        font-size: 62px;
    }

    .info-container {
        padding: 60px;
    }

    .logos-patrocinadores-container {
        gap: 30px;
    }

    .logos-patrocinadores-container img {
        height: 45px;
    }

    .boton-sidebar {
        font-size: 1rem;
        padding: 8px 16px;
    }
}

/* Mobile landscape (481px - 768px) */
@media (max-width: 768px) and (min-width: 481px) {
    .sidebar {
        display: none;
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100vh;
        background-color: #829ECD;
        z-index: 1000;
        transition: left 0.3s ease;
    }

    .sidebar.open {
        display: block;
        left: 0;
    }

    .content {
        margin-left: 0;
        width: 100%;
    }

    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        background-color: #829ECD;
        border-bottom: 1px solid #EEE982;
    }

    .mobile-header img {
        height: 40px;
    }

    .mobile-menu-toggle {
        color: #EEE982;
        font-size: 1.2em;
        cursor: pointer;
    }

    .artista-container {
        background-size: cover;
        border-width: 3px 0 0 0;
        border-style: solid;
        border-color: #EEE982;
        padding: 20px;
        height: auto;
        min-height: 70vh;
    }

    .info-container {
        padding: 40px 20px;
    }

    .text-2xl {
        font-size: 70px;
    }

    .text-xl {
        font-size: 55px;
    }

    .text-lg {
        font-size: 45px;
    }

    footer {
        position: static;
        flex-direction: column;
        height: auto;
        gap: 20px;
        border-width: 1px 0 0 0;
    }

    .footer-logos {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .container-logo-ayto {
        padding: 0px;
        width: 100%;
        border-width: 0;
    }

    .container-logo-ayto img {
        width: 90%;
        margin-top: 20px;
        max-width: 200px;
    }

    .logos-footer-container {
        flex-direction: column;
        display: flex;
        justify-content: end;
        width: 100%;
        gap: 20px;
    }

    .logos-patrocinadores-container {
        width: 100%;
        padding: 0px;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    .logos-patrocinadores-container img {
        width: auto;
        height: 45px;
        object-fit: contain;
    }

    .logos-rigth-container {
        width: 100%;
        padding: 0px;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    .logos-rigth-container img {
        width: auto;
        height: 45px;
        object-fit: contain;
    }

    .footer-legal {
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .footer-legal a {
        font-size: 0.85em;
    }
}

/* Mobile portrait (320px - 480px) */
@media (max-width: 480px) {
    .sidebar {
        display: none;
        position: fixed;
        top: 0;
        left: -100%;
        width: 85%;
        height: 100vh;
        background-color: #829ECD;
        z-index: 1000;
        transition: left 0.3s ease;
    }

    .sidebar.open {
        display: block;
        left: 0;
    }

    .content {
        margin-left: 0;
        width: 100%;
    }

    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 15px;
        background-color: #829ECD;
        border-bottom: 1px solid #EEE982;
    }

    .mobile-header img {
        height: 35px;
    }

    .mobile-menu-toggle {
        color: #EEE982;
        font-size: 1.1em;
        cursor: pointer;
    }

    .artista-container {
        background-size: cover;
        border-width: 2px 0 0 0;
        border-style: solid;
        border-color: #EEE982;
        padding: 15px;
        height: auto;
        min-height: 65vh;
    }

    .info-container {
        padding: 30px 15px;
    }

    .text-2xl {
        font-size: 50px;
    }

    .text-xl {
        font-size: 38px;

    }

    .text-lg {
        font-size: 30px;
    }


    footer {
        position: static;
        flex-direction: column;
        height: auto;
        gap: 15px;
        border-width: 1px 0 0 0;
    }

    .footer-logos {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .container-logo-ayto {
        padding: 15px 0;
        width: 100%;
        border-width: 0;
    }

    .container-logo-ayto img {
        width: 80%;
        max-width: 150px;
    }

    .logos-footer-container {
        flex-direction: column;
        width: 100%;
        gap: 15px;
        padding: 0 15px;
    }

    .logos-patrocinadores-container {
        width: 100%;
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .logos-patrocinadores-container img {
        height: 35px;
        object-fit: contain;
    }

    .logos-rigth-container {
        width: 100%;
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .logos-rigth-container img {
        height: 35px;
        object-fit: contain;
    }

    .footer-legal {
        padding: 12px 15px;
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .footer-legal a {
        font-size: 0.8em;
        display: block;
    }

    .boton-sidebar {
        font-size: 0.95rem;
        padding: 12px 16px;
        min-width: 70%;
    }

    .menu-sidebar {
        gap: 12px;
    }
}

/* Very small screens (less than 320px) */
@media (max-width: 319px) {
    .text-2xl {
        font-size: 40px;
    }

    .text-xl {
        font-size: 30px;
    }

    .text-lg {
        font-size: 24px;
    }

    .info-container {
        padding: 20px 10px;
    }

    .logos-patrocinadores-container img,
    .logos-rigth-container img {
        height: 30px;
    }

    .container-logo-ayto img {
        width: 70%;
        max-width: 120px;
    }

    .footer-legal a {
        font-size: 0.75em;
    }
}

@media (min-width: 769px) {
    .sidebar {
        display: block;
    }
}

.gastronomia, .alojamientos, .aparcamiento, .que-hacer {
    width: 80%;
    letter-spacing: 0px;
    margin-left: 10%;
    margin-top: 100px;
    margin-right: 10%;
}

.gastronomia h1 {
    font-weight: 300;
}

.gastronomia .color-white h1{
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.gastronomia .color-white {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.imagen-portada {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.back-to-home {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
    transition: all 0.3s ease;
}

.back-to-home img {
    height: 50px;
    width: auto;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
    transition: all 0.3s ease;
}

.back-to-home:hover img {
    transform: translateY(-2px);
    filter: drop-shadow(0 6px 12px rgba(0,0,0,0.3));
}

.imagen-movil-tardeada {
    display: none;
}

/* Estilos para el contenedor del iframe */
#container-iframe {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 20px;
    margin: 20px 0 40px 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

#fourvenues-iframe {
    border-radius: 10px;
    overflow: hidden;
}

/* Responsive para móviles */
@media (max-width: 768px) {
    .back-to-home {
        top: 15px;
        left: 15px;
    }
    
    .back-to-home img {
        height: 40px;
    }
    
    .imagen-portada {
        display: none;
    }
    
    .imagen-movil-tardeada {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0;
    }
}

.home-container {
    width: 100%;
    letter-spacing: 0px;
    margin: 0;
    padding: 0;
}

.home-container img {
    max-width: 100%;
    height: auto;
    margin-bottom: 80px;
}
