/*
Theme Name:     Esquerra
Theme URI:      n/a
Template:       kadence
Author:         3Rs
Author URI:     treserras.net
Description:    Plantilla per a WordPress adaptada per a Esquerra Republicana
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.text-block .intro-text {
    font-family: scope one;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 50px;
		padding-top: 40px
}

.text-block .img .caption {
    font-size: 14px;
    font-style: italic;
    line-height: 1.1;
    margin-top: 10px;
}

.kadence-bread-current {
    display: inline-block;
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
}


body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}

p {
    text-wrap: pretty;
}

span.bc-delimiter:after {
    content: ">";
    visibility: visible;
}

span.bc-delimiter {
    visibility: hidden;
}


.pm-0 {
	margin: 0!Important;
}

.lista-redes-sociales {
    list-style-type: none; 
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start; 
    gap: 20px;
    padding-left: 0 !important;
}

.lista-redes-sociales li {
    display: flex;
}

.lista-redes-sociales li a {
    text-decoration: none;
}

.lista-redes-sociales li a i {
    font-size: 24px;
}


.kb-advanced-slide-inner-wrap {
    padding: 0;
}

.t-opinio h3{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px !important;
}

.epi-text {
    font-weight: 700;
    text-transform: uppercase;
    color: #1d2025;
    margin-bottom: 5px;
    display: block;
    font-size: larger;
}

.epi-text a{
    text-decoration: none !important;
    color: #1d2025;
}

.down-img-per {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-top: 16px;
    font-size: medium;
}

.dot-list, .qui-som-template-default ul {
    list-style: none;
    padding-left: 0;
}

.dot-list li::before, .qui-som-template-default li::before {
    content: "•";
    color: red;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

#footer-menu li::before {
    content: "";
    display: inline-block;
    width: 0;
    margin-left: 0;
}

li.post-38516 {
    list-style: none;
}

.lista-redes-sociales li::before {
    content: "";
    display: inline-block;
    width: 0;
    margin-left: 0;
}

.kt-svg-icon-list li::before {
    content: "";
    display: inline-block;
    width: 0;
    margin-left: 0;
}

.kt-svg-icon-list-item-wrap span.kb-svg-icon-fas_circle {
    margin-top: 6px;
}

q.cite {
    font-family: scope one;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 50px;
    padding-top: 40px;
}










/* Estilo base para la tabla */
.taula-militant {
    width: 100%;
    max-width: 1024px;
    border-collapse: collapse;
    font-size: 1em;
    margin: 20px auto;
    table-layout: fixed;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    color: #333; /* Color del texto */
    font-family: Arial, sans-serif;
}

/* Estilo para las cabeceras */
.taula-militant thead th {
    text-align: center;
    padding: 20px; /* Cabecera más alta */
    background-color: #e2263f;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

/* Estilo para las filas */
.taula-militant tbody tr {
    border-bottom: 1px solid #eee; /* Línea de color suave */
}

.taula-militant tbody tr:last-child {
    border-bottom: none;
}

/* Estilo para las celdas */
.taula-militant tbody td {
    padding: 20px;
    text-align: center;
    font-size: 1em;
    color: #333;
}

/* Ajusta el ancho de las columnas */
.taula-militant th:nth-child(2), 
.taula-militant th:nth-child(3),
.taula-militant td:nth-child(2), 
.taula-militant td:nth-child(3) {
    width: 20%;
}

/* Estilo específico para las celdas que contienen "SI" */
.taula-militant td.has-text-align-center[data-align="center"] {
    font-weight: bold;
    font-size: 1.2em;
    color: #e2263f; /* Color corporativo */
}

/* Ajusta la primera columna (descripción) */
.taula-militant th:nth-child(1), 
.taula-militant td:nth-child(1) {
    width: 60%;
    text-align: left;
}

/* Estilo para hover en filas */
.taula-militant tbody tr:hover {
    background-color: #f1f1f1;
}


