﻿body{
    font-family: "Montserrat", sans-serif;
}

header{
    background: #09a2ff;
    padding-top: 12px;
    padding-bottom: 12px;
}

.logotipo img{
    width: 90%;
}

nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    position: relative;
    width: 25%;
    float: left;
}

.menu{
    color: white;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    padding: 8px 0;
}
.menu:hover{
    font-weight: bold;
}



nav ul li:hover .menuSec{
    display: block;
}



.menuSec{
    position: absolute;
    top: 36px;
    left: -25%;
    z-index: 1000;
    background: white;
    width: 200%;
    display: none;
}
.menuSec ul li{
    width: 100%;
}

.menuSecundario{
    color: black;
    padding: 12px;
}
.menuSecundario:hover{
    font-weight: bold;
}




.efecto{
    position: relative;
    background: url(../images/efecto.webp) no-repeat center center;
    background-size: cover;
    color: white;
    font-size: 20px;
    padding-top: 200px;
    padding-bottom: 200px;
}
.efecto::before {
    content: "";
    position: absolute;
    inset: 0;
    /* backdrop-filter: blur(3px); */
    background: rgb(28, 45, 84, 0.57);
}
.efecto > * {
    position: relative;
    z-index: 1;
    color: #fff;
}

.efecto strong{
    font-family: "Cormorant Garamond", serif;
    font-size: 52px;
}



.uno{
    padding-top: 40px;
    padding-bottom: 40px;
}



.imagen img{
    width: 100%;
}

.seccion{
    color: #8893A8;
    font-size: 19px;
}

.seccion strong{
    width: 100%;
    font-family: "Cormorant Garamond", serif;
    font-size: 37px;
    display: inline-block;
    margin-bottom: 20px;
}


.btn-verde{
    background: #24d366;
    color: white;
}
.btn-verde:hover{
    background: #177e3e;
    color: white;
    font-weight: bold;
}



.tratamientos{
    background: #09a2ff;
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
}


.titulo{
    font-size: 33px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}


.t{
    background: white;
    text-align: center;
    color: black;
}
.t img{
    width: 100%;
}

.tt{
    min-height: 420px;
    padding: 10px;
}

.tt strong{
    color: #09a2ff;
    font-size: 33px;
    font-family: "Cormorant Garamond", serif;
}


.paso{
    position: relative;
    background: url(../images/fondo-paso.webp) no-repeat center center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}
.paso::before {
    content: "";
    position: absolute;
    inset: 0;
    /* backdrop-filter: blur(3px); */
    background: rgb(255, 255, 255, 0.2);
}
.paso > * {
    position: relative;
    z-index: 1;
    color: #fff;
}


.paso2{
    background: rgb(255, 255, 255, 0.8);
    color: black;
    font-size: 20px;
    padding: 80px;
}
.paso2 strong{
    font-size: 43px;
    font-family: "Cormorant Garamond", serif;
}


footer{
    background: #09a2ff;
    color: white;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer a{
    color: white;
    text-decoration: none;
}
footer strong{
    width: 100%;
    text-transform: uppercase;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 20px;
}



@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){

}

@media screen and (max-width:768px){
    nav{
        margin: 30px 0 0 0 !important;
    }
    nav ul li{
        width: 33.33%;
    }
    .paso2{
        padding: 12px;
    }
}

@media screen and (max-width:576px){
    
}





.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: normal;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}


.compromiso{
    background: #6ecdf8; /* azul suave similar al de la imagen */
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
    text-align: center;
}

.compromiso strong{
    font-family: "Cormorant Garamond", serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 30px;
}

.compromiso p{
    font-size: 24px;
    color: rgba(255,255,255,0.9);
    font-weight: 300;
}



/* =========================
SECCIÓN: Historia y Misión
========================= */
.historia{
    background: #5a86d6; /* Azul similar a la imagen */
    padding-top: 70px;
    padding-bottom: 70px;
}

.historia-box{
    border: 2px solid rgba(255,255,255,0.55);
    padding: 30px;
    color: rgba(255,255,255,0.92);
}

.historia-titulo{
    font-family: "Cormorant Garamond", serif;
    font-size: 33px;
    font-weight: 43px;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}

.historia-box p{
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 16px;
}

.historia-btn{
    display: inline-block;
    background: #fff;
    color: #1f2b3a;
    text-decoration: none;
    padding: 14px 34px;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.2s ease;
}

.historia-btn:hover{
    transform: translateY(-1px);
    color: #1f2b3a;
}

.historia-img{
    padding: 18px;
}

.historia-img img{
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 992px){
    .historia-box{
        padding: 35px 25px;
    }
    .historia-titulo{
        font-size: 42px;
    }
}







/* =========================
SECCIÓN: ¿Por qué escogernos?
========================= */
.porque{
    background: #cfdee2; /* fondo gris-azulado */
    padding-top: 70px;
    padding-bottom: 70px;
}

.porque-titulo{
    font-family: "Cormorant Garamond", serif;
    font-size: 58px;
    color: #4f78d8;
    margin-bottom: 35px;
}

.porque-card{
    background: #fff;
    padding: 42px 35px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    height: 100%;
}

.porque-icono{
    margin-bottom: 18px;
}

.porque-card strong{
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    color: #111;
    display: inline-block;
    margin-bottom: 10px;
}

.porque-card p{
    font-size: 16px;
    color: #3f3f3f;
    line-height: 1.6;
    margin: 0;
}

.porque-cta{
    margin-top: 65px !important;
}

.porque-cta-titulo{
    font-family: "Cormorant Garamond", serif;
    font-size: 44px;
    color: #111;
    display: inline-block;
    margin-bottom: 10px;
}

.porque-cta-texto{
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 22px;
}

.porque-btn{
    display: inline-block;
    background: #4f78d8;
    color: #fff;
    text-decoration: none;
    padding: 14px 34px;
    border-radius: 3px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.2s ease;
}

.porque-btn:hover{
    background: #2f5fd0;
    color: #fff;
    transform: translateY(-1px);
}

.porque-img{
    background: rgba(255,255,255,0.0);
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.porque-img img{
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 992px){
    .porque-titulo{
        font-size: 44px;
    }
    .porque-cta-titulo{
        font-size: 36px;
    }
    .porque-card{
        padding: 34px 22px;
    }
}





/* =========================
SECCIÓN: Testimonios
========================= */
.testimonios{
    background: #77d2ff; /* azul claro de fondo */
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

.testimonios-mini{
    letter-spacing: 3px;
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    font-weight: 600;
    margin-bottom: 10px;
}

.testimonios-titulo{
    font-family: "Cormorant Garamond", serif;
    font-size: 58px;
    color: #fff;
}

.testi-card{
    background: #5b86d6; /* azul tarjeta */
    color: #fff;
    padding: 42px 34px;
    border-radius: 3px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.10);
    min-height: 520px;
}

.testi-icono{
    margin-bottom: 16px;
}

.testi-frase{
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 16px;
    line-height: 1.25;
}

.testi-texto{
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255,255,255,0.92);
    margin-bottom: 14px;
}

.testi-autor{
    font-size: 16px;
    font-weight: 700;
    margin-top: 4px;
}

.testi-stars{
    margin-top: 22px;
    font-size: 22px;
    letter-spacing: 2px;
    color: #f7c948; /* estrellas doradas */
}

@media screen and (max-width: 992px){
    .testimonios-titulo{
        font-size: 44px;
    }
    .testi-card{
        min-height: auto;
    }
}





/* =========================
SECCIÓN: FAQ
========================= */
.faq{
    background: #5b86d6;
    padding-top: 70px;
    padding-bottom: 80px;
    color: #fff;
}

.faq-mini{
    letter-spacing: 3px;
    font-size: 14px;
    margin-bottom: 10px;
    opacity: 0.85;
}

.faq-titulo{
    font-family: "Cormorant Garamond", serif;
    font-size: 60px;
    margin-bottom: 40px;
}

.faq-item{
    background: #e8e4dd;
    color: #222;
    border-radius: 12px;
    margin-bottom: 18px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.faq-question{
    width: 100%;
    background: transparent;
    border: none;
    text-align: left;
    padding: 20px 24px;
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer{
    padding: 0 24px 20px 24px;
    font-size: 16px;
    line-height: 1.7;
    display: none;
}

.faq-item.active .faq-answer{
    display: block;
}

.faq-icon{
    font-size: 14px;
}

@media screen and (max-width: 992px){
    .faq-titulo{
        font-size: 42px;
    }
    .faq-question{
        font-size: 20px;
    }
}






/* =========================
SECCIÓN: Encabezado Tratamientos
========================= */
.tratamientos-hero{
    background: #5b86d6; /* azul principal */
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    text-align: center;
}

.tratamientos-hero-titulo{
    font-family: "Cormorant Garamond", serif;
    font-size: 50px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px;
}

.tratamientos-hero-sub{
    font-size: 20px;
    color: rgba(255,255,255,0.9);
    font-weight: 300;
}

@media screen and (max-width: 992px){
    .tratamientos-hero{
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .tratamientos-hero-titulo{
        font-size: 44px;
    }

    .tratamientos-hero-sub{
        font-size: 18px;
    }
}






/* =========================
SECCIÓN: Implante Anti-Alcohol
========================= */
.implante{
    background: #77d2ff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.implante-titulo{
    font-family: "Cormorant Garamond", serif;
    font-size: 45px;
    color: #fff;
    font-weight: 500;
}

.implante-img{
    background: #fff;
    padding: 26px;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.10);
}

.implante-img img{
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
}

.implante-card{
    background: #fff;
    border-radius: 4px;
    padding: 34px 34px 30px 34px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.10);
}

.implante-stars{
    color: #f7c948;
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 12px;
}

.implante-sub{
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    color: #1E57FF;
    display: inline-block;
    margin-bottom: 18px;
}

.implante-lista{
    margin-bottom: 20px;
}

.implante-item{
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 14px;
    color: #7f8da6;
    font-size: 16px;
    line-height: 1.65;
}

.implante-item strong{
    color: #7f8da6;
}

.implante-check{
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background: #77d2ff;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 12px;
    margin-top: 3px;
}

.implante-precio{
    margin-top: 8px;
    margin-bottom: 18px;
}

.implante-precio-old{
    color: #7f8da6;
    font-size: 16px;
    margin-bottom: 6px;
}

.implante-precio-old span{
    text-decoration: line-through;
    opacity: 0.9;
}

.implante-precio-new{
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    color: #77bfff;
    font-weight: 600;
}

.implante-btn{
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #5b86d6;
    color: #fff;
    text-decoration: none;
    padding: 16px 18px;
    border-radius: 3px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.2s ease;
}

.implante-btn:hover{
    background: #2f5fd0;
    color: #fff;
    transform: translateY(-1px);
}

@media screen and (max-width: 992px){
    .implante-titulo{
        font-size: 44px;
    }
    .implante-card{
        padding: 26px;
    }
    .implante-precio-new{
        font-size: 26px;
    }
}





/* =========================
SECCIÓN: Implante Anti-Drogas
========================= */
.implante2{
    background: #5b86d6; /* azul más fuerte como en la imagen */
    padding-top: 80px;
    padding-bottom: 80px;
}

.implante2-titulo{
    font-family: "Cormorant Garamond", serif;
    font-size: 45px;
    color: #fff;
    font-weight: 500;
}

.implante2-img{
    background: #fff;
    padding: 26px;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.10);
}

.implante2-img img{
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
}

.implante2-card{
    background: #fff;
    border-radius: 4px;
    padding: 34px 34px 30px 34px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.10);
}

.implante2-stars{
    color: #f7c948;
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 12px;
}

.implante2-sub{
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    color: #1E57FF;
    display: inline-block;
    margin-bottom: 18px;
}

.implante2-lista{
    margin-bottom: 20px;
}

.implante2-item{
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 14px;
    color: #7f8da6;
    font-size: 16px;
    line-height: 1.65;
}

.implante2-item strong{
    color: #7f8da6;
}

.implante2-check{
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background: #77d2ff;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 12px;
    margin-top: 3px;
}

.implante2-precio{
    margin-top: 8px;
    margin-bottom: 18px;
}

.implante2-precio-old{
    color: #7f8da6;
    font-size: 16px;
    margin-bottom: 6px;
}

.implante2-precio-old span{
    text-decoration: line-through;
    opacity: 0.9;
}

.implante2-precio-new{
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    color: #3cc7b8; /* verde agua como en la imagen */
    font-weight: 600;
}

.implante2-btn{
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #5b86d6;
    color: #fff;
    text-decoration: none;
    padding: 16px 18px;
    border-radius: 3px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.2s ease;
}

.implante2-btn:hover{
    background: #2f5fd0;
    color: #fff;
    transform: translateY(-1px);
}

@media screen and (max-width: 992px){
    .implante2-titulo{
        font-size: 44px;
    }
    .implante2-card{
        padding: 26px;
    }
    .implante2-precio-new{
        font-size: 26px;
    }
}




/* =========================
SECCIÓN: Tratamiento Combinado
========================= */
.combinado{
    background: #ffffff; /* fondo blanco como en la imagen */
    padding-top: 80px;
    padding-bottom: 90px;
}

.combinado-titulo{
    font-family: "Cormorant Garamond", serif;
    font-size: 45px;
    color: #2f4f8f;
    font-weight: 500;
}

.combinado-img{
    background: #fff;
    padding: 26px;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

.combinado-img img{
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
}

.combinado-card{
    background: #5b86d6; /* tarjeta azul */
    border-radius: 2px;
    padding: 34px 34px 30px 34px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.14);
    color: rgba(255,255,255,0.92);
}

.combinado-stars{
    color: #f7c948;
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 12px;
}

.combinado-sub{
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    color: #fff;
    display: inline-block;
    margin-bottom: 18px;
}

.combinado-lista{
    margin-bottom: 20px;
}

.combinado-item{
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255,255,255,0.82);
}

.combinado-item strong{
    color: rgba(255,255,255,0.92);
}

.combinado-check{
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background: #77d2ff;
    color: #2f4f8f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 12px;
    margin-top: 3px;
}

.combinado-precio{
    margin-top: 8px;
    margin-bottom: 18px;
}

.combinado-precio-old{
    font-size: 16px;
    margin-bottom: 6px;
    opacity: 0.85;
}

.combinado-precio-old span{
    text-decoration: line-through;
}

.combinado-precio-new{
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.combinado-btn{
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #77d2ff; /* botón celeste como en la imagen */
    color: #fff;
    text-decoration: none;
    padding: 16px 18px;
    border-radius: 2px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.2s ease;
}

.combinado-btn:hover{
    background: #55c6ff;
    color: #fff;
    transform: translateY(-1px);
}

@media screen and (max-width: 992px){
    .combinado-titulo{
        font-size: 44px;
    }
    .combinado-card{
        padding: 26px;
    }
    .combinado-precio-new{
        font-size: 26px;
    }
}







/* =========================
VARIAS SECCIONES - PELLET ALCOHOLISMO
========================= */

/* HERO */
.pa-hero{
    background: #5b86d6;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 0;
    text-align: center;
}

.pa-hero-titulo{
    font-family: "Cormorant Garamond", serif;
    font-size: 46px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 16px;
}

.pa-hero-sub{
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.88);
    margin-bottom: 28px;
}

.pa-hero-bar{
    border-top: 1px solid rgba(255,255,255,0.18);
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 18px;
}

.pa-hero-bar-text{
    font-size: 13px;
    color: rgba(255,255,255,0.92);
}

/* CONTENIDO */
.pa-contenido{
    background: #ffffff;
    padding-top: 34px;
    padding-bottom: 40px;
    position: relative;
}

.pa-bloque{
    padding-top: 10px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.pa-h2{
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    color: #1a1a1a;
    display: inline-block;
    margin-bottom: 10px;
}

.pa-h2-sub{
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #404040;
    margin-top: 6px;
    font-weight: 500;
}

.pa-no{
    text-decoration: underline;
}

.pa-alerta{
    font-size: 18px;
}

.pa-bloque p{
    font-size: 14px;
    color: #2b2b2b;
    line-height: 1.7;
    margin-bottom: 10px;
}

.pa-lista{
    margin: 10px 0 0 0;
    padding-left: 18px;
    font-size: 14px;
    color: #2b2b2b;
    line-height: 1.8;
}

.pa-ol{
    margin: 8px 0 0 0;
    padding-left: 18px;
    font-size: 14px;
    color: #2b2b2b;
    line-height: 1.8;
}

.pa-nota{
    font-size: 13px;
    color: #2b2b2b;
    background: rgba(91,134,214,0.06);
    padding: 12px 14px;
    border-radius: 8px;
    margin-top: 12px;
}

/* WhatsApp flotante (opcional) */
.pa-wa{
    position: fixed;
    right: 18px;
    top: 220px;
    z-index: 999;
    background: #24d366;
    color: #fff;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 22px;
    font-size: 14px;
    box-shadow: 0 10px 22px rgba(0,0,0,0.18);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.pa-wa:hover{
    color: #fff;
    background: #1ea955;
}

.pa-wa-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    display: inline-block;
}

/* PROCESO */
.pa-proceso{
    background: #78d2ff;
    background: #62b2ed;
    padding-top: 44px;
    padding-bottom: 60px;
    color: #fff;
}

.pa-proceso-titulo{
    font-family: "Cormorant Garamond", serif;
    font-size: 40px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 18px;
}

.pa-proceso-pasos{
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 12px;
    padding: 18px 18px;
}

.pa-paso{
    display: flex;
    gap: 12px;
    padding: 12px 6px;
    border-bottom: 1px solid rgba(255,255,255,0.16);
}

.pa-paso:last-child{
    border-bottom: none;
}

.pa-paso-n{
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    background: rgba(255,255,255,0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #fff;
}

.pa-paso-t{
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.92);
}

.pa-apoyo{
    margin-top: 24px;
}

.pa-apoyo-t{
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    display: inline-block;
    margin-bottom: 8px;
}

.pa-apoyo-p{
    font-size: 14px;
    color: rgba(255,255,255,0.92);
    line-height: 1.7;
    margin: 0;
}

/* COMPARACIÓN */
.pa-compare{
    background: #070b1f;
    padding-top: 70px;
    padding-bottom: 80px;
    color: #fff;
}

.pa-compare-titulo{
    font-family: "Cormorant Garamond", serif;
    font-size: 44px;
    font-weight: 500;
    display: inline-block;
}

.pa-compare-card{
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 10px;
    padding: 22px 20px;
    min-height: 220px;
}

.pa-compare-head{
    font-size: 12px;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.75);
    font-weight: 700;
    margin-bottom: 12px;
}

.pa-compare-list{
    margin: 0;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255,255,255,0.88);
}

/* Responsive */
@media screen and (max-width: 992px){
    .pa-hero-titulo{
        font-size: 34px;
    }

    .pa-h2{
        font-size: 26px;
    }

    .pa-proceso-titulo{
        font-size: 32px;
    }

    .pa-compare-titulo{
        font-size: 34px;
    }

    .pa-wa{
        top: auto;
        bottom: 90px;
    }
}



/* =========================
CONTACTO HERO
========================= */
.contacto-hero{
    background: #5b86d6;
    padding-top: 70px;
    padding-bottom: 70px;
    color: white;
}

.contacto-pre{
    font-size: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
    opacity: 0.9;
}

.contacto-titulo{
    font-family: "Cormorant Garamond", serif;
    font-size: 62px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 20px;
}

.contacto-sub{
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
    margin-bottom: 35px;
}

.contacto-botones{
    margin-bottom: 60px;
}

.btn-whatsapp,
.btn-whatsapp2{
    display: inline-block;
    background: #39d353;
    color: white;
    text-decoration: none;
    font-size: 17px;
    padding: 14px 26px;
    border-radius: 14px;
    margin-right: 12px;
    margin-bottom: 12px;
    transition: 0.2s ease;
}

.btn-whatsapp:hover,
.btn-whatsapp2:hover{
    background: #22b33f;
    color: white;
    transform: translateY(-1px);
}

.contacto-datos{
    font-size: 16px;
    line-height: 2;
    color: white;
}

.contacto-datos b{
    font-weight: 700;
}

.contacto-img{
    width: 100%;
    max-width: 420px;
    height: auto;
    display: inline-block;
    margin-top: 30px;
}

/* =========================
MENSAJE DE APOYO
========================= */
.contacto-mensaje{
    background: #f4f4f4;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #222;
}

.mensaje-titulo{
    font-family: "Cormorant Garamond", serif;
    font-size: 48px;
    color: #5b86d6;
    line-height: 1.25;
}

.contacto-mensaje p{
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

/* =========================
POR QUÉ ESCOGERNOS
========================= */
.contacto-beneficios{
    background: #000;
    padding-top: 70px;
    padding-bottom: 80px;
}

.beneficios-titulo{
    font-family: "Cormorant Garamond", serif;
    font-size: 54px;
    color: white;
    margin-bottom: 45px;
}

.beneficios-cards{
    justify-content: center;
}

.beneficio-card{
    background: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 35px 28px;
    min-height: 320px;
    margin-bottom: 25px;
}

.beneficio-icono{
    font-size: 48px;
    margin-bottom: 16px;
}

.beneficio-card h3{
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    color: #111;
    line-height: 1.1;
    margin-bottom: 18px;
}

.beneficio-card p{
    font-size: 17px;
    line-height: 1.7;
    color: #333;
    margin: 0;
}

/* =========================
DIRECCIÓN / MAPA
========================= */
.contacto-mapa{
    background: #f4f4f4;
    padding-top: 70px;
    padding-bottom: 80px;
}

.mapa-titulo{
    font-family: "Cormorant Garamond", serif;
    font-size: 56px;
    color: #5b86d6;
    text-decoration: underline;
    margin-bottom: 20px;
}

.mapa-direccion{
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    color: #222;
    line-height: 1.35;
    margin-bottom: 35px;
}

.mapa-container{
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

/* =========================
RESPONSIVE
========================= */
@media screen and (max-width: 992px){

    .contacto-hero{
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
    }

    .contacto-titulo{
        font-size: 44px;
    }

    .contacto-sub{
        font-size: 18px;
    }

    .contacto-botones{
        margin-bottom: 35px;
    }

    .mensaje-titulo{
        font-size: 38px;
        margin-bottom: 25px;
        text-align: center;
    }

    .beneficios-titulo{
        font-size: 42px;
    }

    .beneficio-card h3{
        font-size: 28px;
    }

    .mapa-titulo{
        font-size: 42px;
    }

    .mapa-direccion{
        font-size: 26px;
    }
}

@media screen and (max-width: 576px){

    .contacto-titulo{
        font-size: 36px;
    }

    .contacto-sub{
        font-size: 16px;
    }

    .btn-whatsapp,
    .btn-whatsapp2{
        width: 100%;
        margin-right: 0;
        font-size: 16px;
    }

    .contacto-datos{
        font-size: 15px;
        line-height: 1.8;
    }

    .mensaje-titulo{
        font-size: 32px;
    }

    .contacto-mensaje p{
        font-size: 16px;
    }

    .beneficios-titulo{
        font-size: 36px;
    }

    .beneficio-card{
        padding: 28px 20px;
        min-height: auto;
    }

    .beneficio-card h3{
        font-size: 25px;
    }

    .beneficio-card p{
        font-size: 16px;
    }

    .mapa-titulo{
        font-size: 34px;
    }

    .mapa-direccion{
        font-size: 22px;
    }
}