/*
Theme Name: Codilogic Elementor Kit
Theme URI: https://codilogic.com
Description: Tema hijo de Royal Elementor Kit desarrollado por Codilogic
Author: Codilogic
Author URI: https://codilogic.com
Template: royal-elementor-kit
Version: 1.0.0
Text Domain: codilogic-elementor-kit
*/

/* Forzar ancho completo en páginas Elementor */

* {
  font-family: 'Poppins', sans-serif !important;
}
body {
  font-family: 'Poppins', sans-serif !important;
}

/* Opcional: Asegura que botones y formularios también la hereden */
input, textarea, button, select {
  font-family: inherit !important;
}

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;
}


#widget2{
text-align: center;


}
.videohome{

    text-align: center;
}

/* 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: #EFC011!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: #EFC011;
    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: #EFC011;
    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: #EFC011;
    margin-bottom: 6px;
    display: block;
}

.form-contacte input,
.form-contacte textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #EFC011;
    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: #EFC011;
}

/* Política de privacitat */
.form-contacte a {
    color: #EFC011;
    text-decoration: underline;
}

.form-contacte a:hover {
    color: #fff;
}

/* Botó enviar */
.form-contacte input[type="submit"] {
    background-color: #EFC011;
    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 #EFC011;

}


.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;
}