/*
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;
}