.elementor-23938 .elementor-element.elementor-element-1ad08c4{--display:flex;}.elementor-23938 .elementor-element.elementor-element-fe53c57 > .elementor-widget-container{margin:-9px -15px 0px -15px;}.elementor-23938 .elementor-element.elementor-element-31e9c28{--display:flex;}.elementor-23938 .elementor-element.elementor-element-27e8efc > .elementor-widget-container{margin:0px -15px -35px -15px;}.elementor-23938 .elementor-element.elementor-element-27e8efc.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-23938 .elementor-element.elementor-element-d183723{--display:flex;}.elementor-23938 .elementor-element.elementor-element-4014825 > .elementor-widget-container{margin:-25px -15px 0px -15px;}.elementor-23938 .elementor-element.elementor-element-7150414{--display:flex;}.elementor-23938 .elementor-element.elementor-element-a14eb69 > .elementor-widget-container{margin:0px -15px 0px -15px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-23938 .elementor-element.elementor-element-b2cf4a4 > .elementor-widget-container{margin:0px -15px 0px -15px;}.elementor-23938 .elementor-element.elementor-element-b2cf4a4 .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-23938 .elementor-element.elementor-element-655d394{--display:flex;}.elementor-23938 .elementor-element.elementor-element-416c519 > .elementor-widget-container{margin:0px -15px 0px -15px;}.elementor-23938 .elementor-element.elementor-element-416c519 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-23938 .elementor-element.elementor-element-ca14680{--display:flex;}.elementor-23938 .elementor-element.elementor-element-c1e80ba > .elementor-widget-container{margin:0px -15px -20px -15px;}.elementor-23938 .elementor-element.elementor-element-b12556b > .elementor-widget-container{margin:-2px -15px -15px -15px;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-fe53c57 *//* --- HERO (CABECERA) --- */
.hero {
    background-color: var(--bg-light);
    padding: 80px 0;
    text-align: center;
    border-bottom: 5px solid var(--brand-accent);
}

.hero h1 {
    color: var(--brand-dark);
}

.hero .subtitle {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 1rem auto 2rem;
}

/* --- BOTONES (CALL TO ACTION) --- */
.cta-group {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.cta {
    display: inline-block;
    padding: 15px 35px;
    border-radius: var(--border-radius);
    text-decoration: none;
    font-weight: bold;
    font-family: var(--font-heading);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s;
    border: 2px solid transparent;
}

.cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.cta-primary {
    background-color: var(--brand-accent);
    color: #000;
}

.cta-primary:hover {
    background-color: #a9c100;
}

.cta-secondary {
    background-color: transparent;
    color: var(--brand-dark);
    border-color: var(--brand-dark);
}

.cta-secondary:hover {
    background-color: var(--brand-dark);
    color: var(--text-color-light);
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-27e8efc *//* --- ESTILOS SECCIÓN DEFENSA POR ALCOHOLEMIA --- */

/* Contenedor principal */
.defensa-alcoholemia {
    max-width: 1100px;
    margin: 40px auto;
    text-align: center;
    padding: 0 20px;
}

/* Título principal y subtítulo empático */
.defensa-alcoholemia h2 {
    margin-bottom: 15px;
    font-size: 2.2rem;
    color: #333;
}
.defensa-alcoholemia .servicios-subtitulo {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto 50px auto; /* Centra y añade espacio debajo */
    line-height: 1.6;
}

/* Cuadrícula de servicios (UL) */
.defensa-alcoholemia ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    /* Crea 3 columnas en escritorio y se adapta a menos si no hay espacio */
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px; /* Espacio entre las tarjetas */
}

/* Cada tarjeta de servicio (LI) */
.defensa-alcoholemia li {
    background-color: #f9f9f9; /* Fondo muy sutil */
    padding: 35px 30px;
    border-radius: 8px;
    text-align: center;
    border-top: 4px solid #bdb700; /* Borde superior con tu color principal */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.defensa-alcoholemia li:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

/* Icono dentro de la tarjeta */
.defensa-alcoholemia .icono-servicio {
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 1;
}

/* Título de la tarjeta (H3) */
.defensa-alcoholemia li h3 {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 15px;
}

/* Descripción de la tarjeta (P) */
.defensa-alcoholemia li p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-4014825 *//* --- ESTILOS SECCIÓN PILARES DE DEFENSA --- */

.pilares-defensa {
    max-width: 1200px; /* Un poco más ancho para 4 columnas */
    margin: 40px auto;
    text-align: center;
    padding: 0 20px;
}

.pilares-defensa h2 {
    margin-bottom: 15px;
    font-size: 2.2rem;
    color: #333;
}

.pilares-defensa .servicios-subtitulo {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
}

.pilares-defensa ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    /* 4 columnas en escritorio, 2 en tablet, 1 en móvil */
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.pilares-defensa li {
    background-color: #ffffff;
    padding: 30px 25px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.pilares-defensa li:hover {
    transform: translateY(-5px);
    border-color: #bdb700; /* Borde inferior cambia a tu color principal */
}

.pilares-defensa .icono-servicio {
    font-size: 2.2rem;
    margin-bottom: 20px;
    line-height: 1;
}

.pilares-defensa li h3 {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 15px;
    min-height: 50px; /* Asegura que todos los títulos tengan la misma altura */
}

.pilares-defensa li p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-a14eb69 *//* --- SECCIÓN DE RESEÑAS "MURO DE CONFIANZA" --- */
.reviews-wall-section {
    padding: 80px 0;
    background-color: var(--bg-light);
}

.review-wall-wrapper {
    max-width: 450px;
    height: 400px;
    margin: 40px auto 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

@keyframes scroll-up {
    0% { transform: translateY(0%); }
    100% { transform: translateY(-50%); }
}

.review-wall {
    animation: scroll-up 25s linear infinite;
}

.review-wall-wrapper:hover .review-wall {
    animation-play-state: paused;
}

.review-card-wall {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: var(--border-radius);
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.review-author {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--brand-dark);
    margin-bottom: 5px;
}

.review-stars {
    color: var(--brand-accent);
    font-size: 1rem;
    margin-bottom: 15px;
}

.review-text {
    font-style: italic;
    color: #555;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* RESPONSIVE PARA EL MURO DE CONFIANZA */
@media (max-width: 768px) {
    .review-wall-wrapper {
        height: auto;
        max-height: 500px;
        overflow-y: auto;
        -webkit-mask-image: none;
        mask-image: none;
        padding: 0 10px;
    }
    .review-wall {
        animation: none;
    }
    .review-wall .review-card-wall:last-child {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-c1e80ba *//* --- LISTAS DE MÉTODO --- */
.method-list {
    list-style: none;
    margin-top: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.method-list li {
    background: rgba(255,255,255, 0.05);
    padding: 25px;
    border-radius: var(--border-radius);
    margin-bottom: 20px;
}

.method-list h3 {
    display: flex;
    align-items: center;
    color: var(--brand-accent);
}

.method-list h3 span {
    display: inline-block;
    background: var(--brand-accent);
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-right: 15px;
    font-size: 1rem;
}

#method h4 {
    color: #FFFFFF;        /* Color del texto blanco */
    text-align: center;     /* Centra el texto */
    font-weight: 400;       /* Letra más fina y elegante */
    font-size: 1.2rem;      /* Tamaño de fuente adecuado */
    max-width: 600px;       /* Evita que sea demasiado ancho en pantallas grandes */
    margin: -15px auto 40px auto; /* Ajusta el espaciado vertical y lo centra */
    line-height: 1.6;       /* Mejora la legibilidad */
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-b12556b *//* --- FOOTER "ACCIÓN DIRECTA" CON LOGO DE IMAGEN --- */
footer {
    background-color: #1c1d1f;
    color: #ccc;
    padding: 80px 0 30px 0;
}

.footer-direct-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-logo-link {
    display: inline-block;
    margin-bottom: 30px;
}

/* --- REGLA CORREGIDA Y REFORZADA --- */
.footer-logo-img {
    max-width: 200px !important; /* Forza el tamaño para anular otros estilos */
    height: auto;
}

.footer-phone-number {
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 700;
    color: var(--brand-accent);
    text-decoration: none;
    line-height: 1;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.footer-phone-number:hover {
    color: #fff;
    transform: scale(1.05);
    letter-spacing: 1px;
}

.footer-phone-prompt {
    font-size: 1rem;
    color: #aaa;
    max-width: 400px;
}

.footer-separator {
    width: 100px;
    height: 1px;
    background-color: #444;
    margin: 50px 0;
}

.footer-bottom-line {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    color: #888;
}

.footer-legal-links a {
    color: #888;
    text-decoration: none;
    margin-left: 20px;
    transition: color 0.3s ease;
}

.footer-legal-links a:hover {
    color: #fff;
}

/* RESPONSIVE PARA EL FOOTER */
@media (max-width: 768px) {
    .footer-phone-number {
        font-size: 2.2rem;
    }

    .footer-bottom-line {
        flex-direction: column;
        gap: 15px;
    }
}/* End custom CSS */
/* Start custom CSS *//* --- VARIABLES Y ESTILOS GENERALES --- */
:root {
    --brand-dark: #222222;       /* Gris oscuro para textos/títulos */
    --brand-accent: #bdb700;     /* Verde lima para CTAs y detalles clave */
    --bg-light: #f9f9f9;         /* Fondo claro y limpio */
    --text-color-dark: #333;
    --text-color-light: #fff;
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Lato', sans-serif;
    --container-width: 960px;
    --border-radius: 8px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-body);
    line-height: 1.6;
    color: var(--text-color-dark);
    background-color: #fff;
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

h1, h2, h3 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 { font-size: 2.8rem; }
h2 { font-size: 2.2rem; color: var(--brand-dark); text-align: center; }
h3 { font-size: 1.5rem; }

/* --- SECCIONES DE CONTENIDO BASE --- */
.content-section {
    padding: 60px 0;
}

.content-section-dark {
    padding: 60px 0;
    background-color: #343a40; /* Gris carbón para contrastar con el footer */
    color: var(--text-color-light);
}

.content-section-dark h2 {
    color: var(--text-color-light);
}/* End custom CSS */