body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #191919;
    font-family: 'Roboto', sans-serif;
}

.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: #FAFA00;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20%;
    width: 80%;
    margin-bottom: 100px;
}

.logo {
    width: 80%;
}

.titulo-container {
    margin-top: 100px;
    margin-bottom: 20px;
}

.titulo-container h1 {
    color: #FAFA00;
    font-size: 3em;
    margin: 0;
}

.container-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 10vh;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #FAFA00;
}

.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, .boton-entradas, .boton-tarjeta, .boton-bono, .boton-proximamente {
    padding: 10px 20px;
    background-color: #fafa00;
    text-decoration: none;
    color: black;
    font-weight: 800;
    font-size: 1.125rem;
    text-align: center;
}

.boton-sidebar {
    min-width: 60%;
}

.boton-sidebar.active {
    background-color: #FA3983;
}

.boton-sidebar:hover, .boton-entradas:hover, .boton-tarjeta:hover, .boton-bono:hover {
    background-color: #FA3983;
}

.boton-entradas {
    padding: 15px 30px;
}

.boton-bono {
    background-color: #4B76EF;
    color: #ffffff;
}

.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: #FAFA00;
}

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

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

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



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

.logos-patrocinadores-container .decero {
    width: 150px;
    height: auto;
}

.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;
}

.artista-container {
    display: flex;
    padding: 5%;
    flex-direction: row;
    align-items: center;
    background-image: url('../images/marco.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.info-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 80px;
    gap: 20px;
}

.img-artista-container {
    width: 60%;
}

.img-artista-container img {
    width: 90%;
}

.fecha-ubi-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
}

.fecha-container, .ubi-container {
    text-align: center;
    color: #FAFA00;
    font-size: 1.2em;
}

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

.nombre-artista-container h2, .nombre-artista-container h3 {
    margin: 0;
    color: #FAFA00;
}

.nombre-artista-container h2 {
    font-size: 6em;
    line-height: 1em;
}

.nombre-artista-container h3 {
    font-size: 3em;
    line-height: 1em;
}

.entradas {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.msg-entradas-disp-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.msg-entradas-disp-container img {
    width: 25px;
    height: 25px;
}

.msg-entradas-disp-container p {
    color: #4b76ef;
    font-weight: 600;
    font-size: 1.2em;
    margin: 0;
}

.btn-entrada-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btns-pago {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.btns-pago.visible {
    max-height: 200px;
}

.gastronomia, .alojamientos, .aparcamiento, .que-hacer {
    width: 80%;
}

.card {
    width: auto;
    background-color: #EF3983;
    padding: 20px;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color:#191919;
}

#container-js {
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
}

.container-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
}

.container-info.active {
    padding-top: 20px;
    opacity: 1;
    max-height: 200px;
}

.datos-info {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.imagen-info {
    width: 50%;
}

.restaurante-titulo {
    font-size: 1.8em;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
}

.tel-info , .web-info , .direccion-info  {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 1.1em;
    font-weight: 500;
}

.web-info a{
    text-decoration: none;
    color:#191919;
}

.tel-info svg, .web-info svg, .direccion-info svg {
    width: 20px;
}

.imagen-info img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.container-accesos img, .container-aparcamiento img {
    width: 100%;
}

.container-aparcamiento {
    margin-bottom: 100px;
}

footer {
    width: 100%;
    height: 10vh;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #191919;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #FAFA00;
}

.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: #FAFA00;
}

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

.mobile-header {
    display: none;
}

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

@media (max-width: 768px) {
    .sidebar {
        display: none;
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100vh;
        background-color: #191919;
        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: #191919;
        border-bottom: 1px solid #FAFA00;
    }

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

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

    .artista-container,
    .container-info {
        flex-direction: column;
    }

    .artista-container {
        background: none;
        border-width: 3px 0 0 0;
        border-style: solid;
        border-color: #FAFA00;
    }

    .info-container,
    .img-artista-container,
    .datos-info,
    .imagen-info {
        width: 100%;
        padding: 20px;
    }

    .img-artista-container img,
    .imagen-info img {
        width: 100%;
        height: auto;
    }

    .fecha-ubi-container {
        gap: 0px;
        flex-direction: column;
    }

    .nombre-artista-container h2 {
        font-size: 3em;
        line-height: 1em;
    }
    
    .nombre-artista-container h3 {
        font-size: 2em;
        line-height: 1em;
    }

    .titulo-container {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .titulo-container h1 {
        text-align: center;
        color: #FAFA00;
        font-size: 2em;
        margin: 0;
    }

    .restaurante-titulo {
        font-size: 1.2em;
    }
    .gastronomia, .alojamientos {
        width: 90%;
    }

    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;
    }
    
    .footer-legal {
        width: 100%;
        height: 20%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 20px;
        background-color: #FAFA00;
    }

    .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;
        width: 100%;
        gap: 20px;
    }

    .logos-patrocinadores-container {
        width: 100%;
        padding: 0px;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0px;
    }
    
    .logos-patrocinadores-container img {
        width: 19%;
        height: 50px;
        object-fit: contain;
    }

    .logos-patrocinadores-container .decero {
        padding-left: 10px;
    }

    .logos-rigth-container{
        width: 100%;
        padding: 0px;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    
    .logos-rigth-container img {
        width: 19%;
        height: 50px;
        object-fit: contain;
    }

    .footer-legal {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    
}