/* contenedor full width */





.elementor-section{
    max-width:100% !important;
}

/* estilo menú */

header{
    background:#00000000;
}



/* Fondo negro en producto */
.single-product {
    background-color: #000;
    color: #fff;
}

/* Texto WooCommerce */
.single-product .product_title,
.single-product .price,
.single-product p,
.single-product .woocommerce-tabs,
.single-product .woocommerce-product-details__short-description {
    color: #fff;
}

/* Tabs descripción */
.single-product .woocommerce-tabs ul.tabs li a {
    color: #fff;
}

/* botón comprar */
.single-product .single_add_to_cart_button {
    background-color: #fff;
    color: #000;
}

/* fondo zona producto */
.single-product div.product {
    background-color: #000;
}
/* tienda negra */
.woocommerce {
    background: #000;
    color: #fff;
}

.woocommerce a {
    color: #fff;
}

.single-product .product {
    max-width: 1200px;
    margin: auto;
}




/*
Theme Name: Auxili Elementor
Theme URI: https://auxili.net
Description: Tema hijo de Hello Elementor para la web de Auxili
Author: Codilogic
Author URI: https://codilogic.com
Template: hello-elementor
Version: 1.0
Text Domain: auxili-elementor
*/

/* Aquí puedes añadir CSS personalizado */

body.elementor-page .site,
body.elementor-page .site-content,
body.elementor-page .content-area,
body.elementor-page .container,
body.elementor-page .wrap,
body.elementor-page .inner-wrap {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
}

.elementor-container {
    max-width: 100% !important;
}


/* Aquí van tus personalizaciones de CSS */
/* === TABLAS DE CONCIERTOS === */

.theme-btn {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    text-decoration: none;
    padding: 6px 15px;
    display: inline-block;
    font-weight: 600;
    transition: 0.3s;
}

.theme-btn:hover,
.theme-btn:focus {
    background-color: #ffffff;
    color: #ccc !important;
}


/* Estructura general */
/*
.tabla-concerts {
    width: 100%;
    border-collapse: collapse;
    margin: 30px auto;
    text-align: center;
    font-family: Poppins;
}

.tabla-concerts thead th {
    background-color: #ffffff;
    color: #EFC011;
}

.tabla-concerts td,
.tabla-concerts th {
    padding: 8px;
    border: 1px solid #000;
    vertical-align: middle;
}

.tabla-concerts td {
    color: #000;
}

.tabla-concerts td img {
    max-width: 100px;
    margin: 20px auto;
    display: block;
}

.tabla-concerts tr.clickable-row {
    background-color: #ffffff !important;
    color: #fff !important;
    cursor: pointer;
}


/* Hover fila *//*
.tabla-concerts tr.clickable-row:hover {
    background-color: #EFC011 !important;
    cursor: pointer;
}

/* Responsive *//*
@media (max-width: 768px) {
    .tabla-concerts thead {
        display: none;
    }
    .tabla-concerts, .tabla-concerts tbody, .tabla-concerts tr, .tabla-concerts td {
        display: block;
        width: 100%;
    }
    .tabla-concerts tr {
        margin-bottom: 15px;
        border: 1px solid #000;
        border-radius: 5px;
        padding: 10px;
    }
    .tabla-concerts td {
        text-align: left;
        padding: 6px 10px;
        border: none;
    }
    .tabla-concerts td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #000;
        display: block;
        margin-bottom: 4px;
    }
}*/

/* ================================
   TAULA CONCERTS – ESTIL FINAL
================================ */
.linka {
  background-color: transparent;
   color: #ffffff!important;
}

.tabla-concerts {
    width: 100%;
    border-collapse: collapse;
    margin: 40px auto;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

/* ---------- Capçalera ---------- */
.tabla-concerts thead th {
    background-color: #000;
    color: #ffffff;
    padding: 12px 10px;
    border: 1px solid #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
}

/* ---------- Cel·les ---------- */
.tabla-concerts td,
.tabla-concerts th {
    border: 1px solid #000;
    padding: 10px;
    vertical-align: middle;
}

.tabla-concerts td {
    /*color: #000;*/
    font-size: 0.9rem;
}

/* ---------- Zebra ---------- */
.tabla-concerts tbody tr {
    background-color: #000000;
    /*transition: background-color 0.3s ease;*/
}

.tabla-concerts tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

/* ---------- Hover ---------- */
/*.tabla-concerts tr.clickable-row:hover {
    background-color: #EFC011 !important;
}

.tabla-concerts tr.clickable-row:hover td {
    color: #000 !important;
    font-weight: 500;
}*/

/* ---------- Imatges ---------- */
.tabla-concerts td img {
    max-width: 90px;
    display: block;
    margin: 0 auto;
}

/* ---------- Columna Lloc ---------- */
.tabla-concerts td.lloc {
    text-align: left;
    font-size: 0.9rem;
}

.tabla-concerts td.lloc strong {
    display: block;
    font-weight: 600;
}

/* ---------- Entrades ---------- */
.tabla-concerts td.gratis {
    font-weight: 600;
    color: #2e7d32;
}

.tabla-concerts td .btn-entrades {
    background-color: #000;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.tabla-concerts tr:hover .btn-entrades {
    background-color: #000;
    color: #fff;
}

/* ================================
   RESPONSIVE (MÒBIL)
================================ */

@media (max-width: 768px) {

    .tabla-concerts thead {
        display: none;
    }

    .tabla-concerts,
    .tabla-concerts tbody,
    .tabla-concerts tr,
    .tabla-concerts td {
        display: block;
        width: 100%;
    }

    /*.tabla-concerts tr {
        margin-bottom: 20px;
        border: 1px solid #000;
        border-radius: 6px;
        padding: 12px;
        background-color: #fff;
    }*/

     .tabla-concerts tr {
        margin-bottom: 20px;
        border: 1px solid#fff;
        border-radius: 6px;
        padding: 12px;
        background-color:  #000;
    }

    .tabla-concerts td {
        border: none;
        text-align: left;
        padding: 6px 0;
    }

    /*.tabla-concerts td::before {
        content: attr(data-label);
        display: block;
        font-size: 0.75rem;
        font-weight: 600;
        color: #EFC011;
        text-transform: uppercase;
        margin-bottom: 4px;
    }*/
}




/* Tipografia */
/*.form-contacte,
.form-contacte input,
.form-contacte textarea,
.form-contacte label,
.form-contacte button {
    font-family: 'Poppins', sans-serif !important;
}*/

/* Contenidor general */
.form-contacte {
    background-color: #000;
    padding: 40px;
    border-radius: 8px;
    color: #fff;
}

/* Files */
.form-fila {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

/* Camps */
.form-contacte .camp label {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 6px;
    display: block;
}

.form-contacte input,
.form-contacte textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ffffff;
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.form-contacte textarea {
    min-height: 140px;
    resize: vertical;
}

/* Focus */
.form-contacte input:focus,
.form-contacte textarea:focus {
    outline: none;
    border-color: #fff;
}

/* Checkbox */
.form-contacte input[type="checkbox"] {
    accent-color: #ffffff;
}

/* Política de privacitat */
.form-contacte a {
    color: #ffffff;
    text-decoration: underline;
}

.form-contacte a:hover {
    color: #fff;
}

/* Botó enviar */
.form-contacte input[type="submit"] {
    background-color: #ffffff;
    color: #000;
    border: none;
    padding: 14px 40px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-contacte input[type="submit"]:hover {
    background-color: #fff;
    color: #000;
}

/* Responsive */
@media (max-width: 768px) {
    .form-fila {
        flex-direction: column;
    }

    .form-contacte {
        padding: 25px;
    }
}

/* Solo para móviles: anular la imagen de fondo en la página 421 */
@media only screen and (max-width: 768px) {
    body.elementor-page-421:not(.elementor-motion-effects-element-type-background), 
    body.elementor-page-421 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-image: none !important;
        background-color: #000000 !important;
    }
    
    body.elementor-page-429:not(.elementor-motion-effects-element-type-background), 
    body.elementor-page-429 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-image: none !important;
        background-color: #000000 !important;
    }
body.elementor-page-392:not(.elementor-motion-effects-element-type-background), 
    body.elementor-page-392 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-image: none !important;
        background-color: #000000 !important;
    }

body.elementor-page-90:not(.elementor-motion-effects-element-type-background), 
    body.elementor-page-90 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-image: none !important;
        background-color: #000000 !important;
    }
    


body.elementor-page-47:not(.elementor-motion-effects-element-type-background), 
    body.elementor-page-47 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-image: none !important;
        background-color: #000000 !important;
    }
body.elementor-page-795:not(.elementor-motion-effects-element-type-background), 
    body.elementor-page-795 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-image: none !important;
        background-color: #000000 !important;
    }

    body.elementor-page-55:not(.elementor-motion-effects-element-type-background), 
    body.elementor-page-55 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-image: none !important;
        background-color: #000000 !important;
    }


body.elementor-page-677:not(.elementor-motion-effects-element-type-background), 
    body.elementor-page-677 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-image: none !important;
        background-color: #000000 !important;
    }
.elementor-100 .elementor-element.elementor-element-270a7a7 .eael-simple-menu li > a.eael-item-active {
  color: #EFC011;
      background-color:black !important;
}
    

}
/*TONO CODILÒGIC*/

.tabla-concerts tbody tr:nth-child(2n){

    background-color:black !important;

    color: white;
    
}

table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th {
  background-color: black;
  color: white;
}

.table tbody tr:hover > td{

    background-color: black!important;

}

.tabla-concerts tbody tr:nth-child(2n):hover{
    background-color: black!important;

}
table tbody tr:hover > td,table tbody tr:hover > th {
    background-color: black!important;
}
table tbody tr{
border-bottom: 2.0px solid #ffffff;

}


.eael-simple-menu-container.preset-1 .eael-simple-menu li ul {
  background-color: #000000 !important;
}

.eael-simple-menu-container.preset-1 .eael-simple-menu li ul li.current-menu-ancestor > a.eael-item-active, .eael-simple-menu-container.preset-1 .eael-simple-menu li ul li:hover > a, .eael-simple-menu-container.preset-1 .eael-simple-menu li ul li.current-menu-item > a.eael-item-active {
  background-color: #000000 !important;
}







/*TONO*/



/* TABLA CONCERTS MEJORADA */

.tabla-concerts{
    width:100%;
    border-collapse:collapse;
    background:#111;
    color:#ffffff;
    font-size:15px;
}

/* CABECERA */
.tabla-concerts thead{
    background:#1a1a1a;
}

.tabla-concerts th{
    padding:14px;
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:1px;
    color:#ffffff;
    border-bottom:2px solid #ff2b5b;
}

/* FILAS */
.tabla-concerts td{
    padding:14px;
    border-bottom:1px solid #333;
    color:#e0e0e0;
}

/* HOVER */
.tabla-concerts tbody tr:hover{
    background:#1c1c1c;
    cursor:pointer;
}

/* LINKS */
.tabla-concerts a{
    color:#ff2b5b;
    text-decoration:none;
    font-weight:500;
}

.tabla-concerts a:hover{
    color:#ffffff;
}

/* BOTONES */
.tabla-concerts .theme-btn{
    background:#ff2b5b;
    padding:6px 12px;
    border-radius:4px;
    color:#fff;
    font-size:13px;
}

.tabla-concerts .theme-btn:hover{
    background:#ff4c75;
}

/* IMAGEN CARTEL */
.tabla-concerts img{
    border-radius:4px;
}

/* GRATIS */
.tabla-concerts td:last-child{
    font-weight:600;
}




/* TABLA CONCIERTOS ESTILO LIMPIO */

.tabla-concerts{
    width:100%;
    border-collapse:collapse;
    background:#0a0a0a;
    color:#fff;
    font-size:15px;
}

/* CABECERA */
.tabla-concerts thead{
    background:#111;
}

.tabla-concerts th{
    padding:14px;
    text-align:left;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:1px;
    border-bottom:2px solid #ff2b5b;
}

/* FILAS */
.tabla-concerts td{
    padding:18px 14px;
    border-bottom:1px solid #222;
    vertical-align:middle;
}

/* HOVER FILA */
.tabla-concerts tbody tr:hover{
    background:#141414;
    transition:0.2s;
}

/* CARTEL */
.tabla-concerts img{
    width:90px;
    border-radius:6px;
}

/* FECHA */
.tabla-concerts td:nth-child(2){
    font-weight:700;
    font-size:16px;
}

/* CIUDAD */
.tabla-concerts td:nth-child(3){
    font-weight:600;
}

/* DIRECCIÓN */
.tabla-concerts td:nth-child(4){
    color:#aaa;
    font-size:14px;
}

/* INFORMACIÓN */
.tabla-concerts td:nth-child(5){
    color:#ddd;
}

/* BOTONES */
.tabla-concerts .theme-btn{
    background:#ff2b5b;
    padding:8px 14px;
    border-radius:5px;
    color:white;
    text-decoration:none;
    font-size:13px;
}

.tabla-concerts .theme-btn:hover{
    background:#ff4c75;
}

/* PDF */
.tabla-concerts a{
    color:#ff2b5b;
}

/* GRATIS */
.tabla-concerts td:last-child{
    color:#00ff7b;
    font-weight:600;
}




/* LISTA */
.tour-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}

/* TARJETA */
.tour-item{
    display:grid;
    grid-template-columns:120px 140px 1fr 200px;
    align-items:center;
    background:#0f0f0f;
    border:1px solid #2a2a2a;
    border-radius:8px;
    padding:18px;
    transition:.2s;
}

.tour-item:hover{
    border-color:#ff2b5b;
    background:#141414;
}

/* CARTEL */
.tour-cartel img{
    width:100px;
    border-radius:6px;
}

/* FECHA */
.tour-date{
    font-size:20px;
    font-weight:700;
    color:#fff;
}

/* CIUDAD */
.tour-city{
    font-size:18px;
    font-weight:700;
    color: white;
    text-align: center;
}

/* LUGAR */
.tour-place{
    color:#aaa;
    font-size:14px;
}

/* TEXTO */
.tour-text{
    color:#ddd;
    font-size:14px;
    margin-top:4px;
}

/* BOTONES */
.tour-actions{
    text-align:right;
}

.tour-btn{
    background:#ff2b5b;
    padding:10px 16px;
    border-radius:6px;
    color:#fff;
    text-decoration:none;
    margin-left:8px;
}

.tour-btn:hover{
    background:#ff4c75;
}

/* GRATIS */
.tour-free{
    color:#00ff88;
    font-weight:600;
}

/* RESPONSIVE */
@media (max-width:768px){

.tour-item{
    grid-template-columns:1fr;
    gap:10px;
    text-align:center;
}

.tour-actions{
    text-align:center;
}

}



.banner-proximo-concierto{
    position:relative;
    background-size:cover;
    background-position:center;
    padding:140px 40px;
    color:white;
    border-radius:10px;
    overflow:hidden;
}

.banner-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.65);
}

.banner-contenido{
    position:relative;
    max-width:900px;
}

.banner-label{
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;
    opacity:.8;
}

.banner-title{
    font-size:42px;
    margin:10px 0;
}

.banner-meta{
    font-size:20px;
    margin-bottom:10px;
}

.banner-city{
    margin-left:10px;
    font-weight:600;
}

.banner-place{
    margin-bottom:20px;
}

.banner-location{
    color:#ff2b5b;
    text-decoration:none;
}

.banner-location:hover{
    text-decoration:underline;
}

.banner-botones a,
.banner-botones span{
    display:inline-block;
    margin-right:10px;
    padding:10px 18px;
    border-radius:6px;
    font-weight:600;
}

.btn-info{
    background:#333;
    color:white;
}

.btn-entradas{
    background:#ff2b5b;
    color:white;
}

.btn-entradas:hover{
    background:#ff4c75;
}

.btn-gratis{
    background:#00ff88;
    color:black;
}



/*tono COdilogic*/






.banner-proximo-concierto{
position:relative;
background-size:cover;
background-position:center;
padding:140px 40px;
color:white;
border-radius:10px;
overflow:hidden;
text-align:center;
}

.banner-overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,0.65);
}

.banner-contenido{
position:relative;
max-width:900px;
margin:auto;
}

.banner-label{
font-size:13px;
letter-spacing:3px;
text-transform:uppercase;
opacity:.8;
}

.banner-title{
font-size:44px;
margin:10px 0;
}

.banner-meta{
font-size:20px;
margin-bottom:10px;
}

.banner-place{
margin-bottom:25px;
font-size:15px;
}

.banner-location{
color:#ff2b5b;
text-decoration:none;
}

.banner-location:hover{
text-decoration:underline;
}

.banner-botones{
margin-top:15px;
}

.banner-botones a,
.banner-botones span{
display:inline-block;
margin:6px;
padding:12px 22px;
border-radius:6px;
font-weight:600;
}

.btn-entradas{
background:#ff2b5b;
color:white;
}

.btn-entradas:hover{
background:#ff4c75;
}

.btn-pdf{
background:#333;
color:white;
}

.btn-gratis{
background:#00ff88;
color:black;
}



/*últim banner home*/


.banner-proximo-concierto{
position:relative;
background-size:cover;
background-position:center;
padding:140px 40px;
color:white;
border-radius:10px;
overflow:hidden;
text-align:center;
background-color:#000;
}

.banner-overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,0.75);
}

.banner-contenido{
position:relative;
max-width:900px;
margin:auto;
}

/* etiqueta superior */

.banner-label{
font-size:13px;
letter-spacing:3px;
text-transform:uppercase;
color:#ccc;
}

/* ciudad */

.banner-title{
font-size:44px;
margin:10px 0;
font-weight:700;
color:#fff;
}

/* fecha */

.banner-meta{
font-size:20px;
margin-bottom:10px;
color:#ddd;
}

/* dirección */

.banner-place{
margin-bottom:25px;
font-size:15px;
}

.banner-location{
color:#ddd;
text-decoration:none;
}

.banner-location:hover{
color:#fff;
text-decoration:underline;
}

/* botones */

.banner-botones{
margin-top:15px;
}

.banner-botones a,
.banner-botones span{
display:inline-block;
margin:6px;
padding:12px 22px;
border-radius:6px;
font-weight:600;
}

/* ENTRADAS */

.btn-entradas{
background:#fff;
color:#000;
}

.btn-entradas:hover{
background:#ddd;
}

/* PDF */

.btn-pdf{
background:#222;
color:#fff;
}

.btn-pdf:hover{
background:#444;
}

/* GRATIS */

.btn-gratis{
background:#ff0000;
color:#ffffff;
}
