/* ============================================
   hero.css — Sección hero + pills de confianza
   ============================================ */

.mc-hero-pill-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    max-width: 900px;
    margin: 0 auto;
}

.mc-hero-pill {
    text-align: center;
    padding: 18px 12px;
    border: 1.5px solid var(--mc-border);
    border-radius: 12px;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

.mc-hero-pill-icon {
    font-size: 24px;
    margin-bottom: 8px;
}

.mc-hero-pill strong {
    font-size: 13px;
    color: var(--mc-gris);
    display: block;
    margin-bottom: 4px;
    font-weight: 700;
}

.mc-hero-pill span {
    font-size: 12px;
    color: var(--mc-gris2);
    line-height: 1.4;
    display: block;
}

@media (max-width: 700px) {
    .mc-hero-pill-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ── Ocultar WhatsApp en esta página ── */
.qlwapp__container {
    display: none !important;
}

/* ── Botón flotante ── */
.mc-floating-cta {
    display: block;
    position: fixed;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    z-index: 9999;
    background: #339966;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 14px 32px;
    border-radius: 50px;
    white-space: nowrap;
    box-shadow: 0 8px 28px rgba(51,153,102,.45);
    transition: background .2s, transform .3s ease, box-shadow .3s ease, opacity .3s ease, font-size .3s ease, padding .3s ease;
    border: none;
    outline: none;
}

/* Estado scroll-down: más pequeño y semitransparente */
.mc-floating-cta.mc-scrolling-down {
    opacity: .55;
    padding: 10px 22px;
    font-size: 12px;
    transform: translateX(-50%) scale(.88);
    box-shadow: 0 4px 14px rgba(51,153,102,.25);
}

/* Hover — siempre recupera el estado completo */
.mc-floating-cta:hover,
.mc-floating-cta:focus {
    background: #26734d !important;
    color: #fff !important;
    text-decoration: none !important;
    opacity: 1 !important;
    padding: 14px 32px;
    font-size: 14px;
    transform: translateX(-50%) translateY(-1px) scale(1);
    box-shadow: 0 12px 36px rgba(51,153,102,.55);
}

a.mc-floating-cta,
a.mc-floating-cta:hover,
a.mc-floating-cta:visited,
a.mc-floating-cta:active {
    color: #fff !important;
    text-decoration: none !important;
}
.hero-title h1{
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    /* sombra suave, corta, sin “borde” duro */
    text-shadow:
            0 10px 18px rgba(0,0,0,.18),
            0 3px 6px rgba(0,0,0,.12);
}
.hero-title h1 .shadow{
    text-shadow:
            0 10px 18px rgba(0,0,0,.18),
            0 3px 6px rgba(0,0,0,.12);
}

@media (max-width: 767px) {

    #hero.vc_section {
        background-position: 60% center !important; /* prueba extrema */
        min-height:50vh!important;
        max-height: 60vh;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {

    #hero.vc_section {
        background-position: 60% center !important; /* prueba extrema */
        min-height:50vh!important;
        max-height: 60vh;
    }
}
.hero-title h1{
    margin-left: -60px !important;
    margin-top: -100px !important;
    width:1000px;
}
/* Ajuste móvil para que no “emborrone” la sombra */
@media (max-width: 768px){
    .hero-title h1{
        text-shadow:
                0 6px 12px rgba(0,0,0,.16),
                0 2px 4px rgba(0,0,0,.10);
        margin-left: 10px !important;
        margin-top: -20px !important;
        width:240px;
    }
    .hero-title h2{
        font-size: 18px!important;
        margin-left: -70px !important;
        max-width: 200px;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .hero-title h1{
        text-shadow:
                0 6px 12px rgba(0,0,0,.16),
                0 2px 4px rgba(0,0,0,.10);
        margin-left: 10px !important;
        margin-top: -10px !important;
        width: 400px;
    }
    .hero-text p{
        max-width: 600px !important;
        padding-bottom: 40px;
    }

    .hero-title h2{
        font-size: 22px!important;
        margin-left: 0px !important;
        max-width: 400px;
    }}

@media (min-width: 1025px) and (max-width: 1280px){
    .hero-title h1{
        text-shadow:
                0 6px 12px rgba(0,0,0,.16),
                0 2px 4px rgba(0,0,0,.10);
        margin-left: 10px !important;
        margin-top: -10px !important;
        width: 400px;
    }
    .hero-text p{
        max-width: 600px !important;
        padding-bottom: 40px;
    }

    .hero-title h2{
        font-size: 22px!important;
        margin-left: 0px !important;
        max-width: 400px;
    }}