:root {
    --azul: #071d3a;
    --azul-2: #0b5ed7;
    --naranja: #ff9800;
    --verde: #25d366;
    --gris: #f4f6f9;
    --texto: #1d2939;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--texto);
    background: #fff;
}

.menu {
    background: rgba(7, 29, 58, 0.96);
    box-shadow: 0 4px 15px rgba(0,0,0,0.18);
}

.navbar-brand {
    letter-spacing: .3px;
}

.btn-whatsapp {
    background: var(--verde);
    color: #fff;
    border: none;
    font-weight: 700;
}

.btn-whatsapp:hover {
    background: #1ebe5d;
    color: #fff;
}

.hero {
    background:
        linear-gradient(120deg, rgba(7, 29, 58, .95), rgba(11, 94, 215, .82)),
        url("../img/fondo.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-top: 80px;
}

.hero h1 {
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.15rem;
    max-width: 650px;
    color: #e9eef7;
    margin-bottom: 30px;
}

.botones-hero {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.card-hero {
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 25px;
    padding: 45px 30px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}

.card-hero i {
    font-size: 5rem;
    color: var(--naranja);
    margin-bottom: 15px;
}

.card-hero h3 {
    font-weight: 800;
}

.seccion {
    padding: 80px 0;
}

.seccion h2 {
    font-weight: 800;
    color: var(--azul);
}

.servicio-card {
    height: 100%;
    border: none;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    transition: all .25s ease;
}

.servicio-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 45px rgba(0,0,0,0.13);
}

.servicio-card i {
    font-size: 2.8rem;
    color: var(--azul-2);
    margin-bottom: 18px;
}

.servicio-card h4 {
    font-weight: 800;
    color: var(--azul);
    margin-bottom: 12px;
}

.servicio-card p {
    color: #667085;
    min-height: 72px;
}

.promo-card {
    height: 100%;
    background: #fff;
    border-radius: 22px;
    padding: 30px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.07);
    border-top: 5px solid var(--naranja);
}

.promo-card span {
    background: var(--azul);
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: .85rem;
    font-weight: 700;
}

.promo-card h3 {
    margin-top: 18px;
    color: var(--azul);
    font-weight: 800;
}

.promo-card p {
    color: #667085;
}

.promo-card strong {
    display: block;
    color: var(--azul-2);
    font-size: 1.15rem;
    margin-top: 15px;
}

.cta-final {
    background: linear-gradient(120deg, var(--azul), #0b5ed7);
    color: #fff;
    padding: 70px 0;
}

.cta-final h2 {
    font-weight: 800;
    margin-bottom: 15px;
}

.cta-final p {
    color: #e9eef7;
    margin-bottom: 25px;
}

.whatsapp-flotante {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 60px;
    height: 60px;
    background: var(--verde);
    color: #fff;
    border-radius: 50%;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    z-index: 999;
}

.whatsapp-flotante:hover {
    color: #fff;
    background: #1ebe5d;
}

footer {
    background: #06172e;
    color: #cfd8e3;
    padding: 20px 0;
}

footer p {
    margin: 0;
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.3rem;
    }

    .hero {
        text-align: center;
        padding-top: 100px;
    }

    .botones-hero {
        justify-content: center;
    }

    .card-hero {
        margin-top: 35px;
    }

    .seccion {
        padding: 55px 0;
    }
}
/* =========================
   HERO NUEVO
========================= */

.hero h1{
    font-size:4rem;
    font-weight:900;
    margin-bottom:10px;
}

.hero h2{
    font-size:2rem;
    font-weight:700;
    margin-bottom:20px;
}

.lista-hero{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin:25px 0;
}

.lista-hero span{
    background:rgba(255,255,255,.12);
    padding:10px 15px;
    border-radius:30px;
    backdrop-filter:blur(5px);
}

.lista-hero i{
    color:#25d366;
    margin-right:5px;
}

.hero-panel{
    background:rgba(255,255,255,.10);
    border-radius:25px;
    padding:25px;
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.15);
}

.mini-card{
    background:rgba(255,255,255,.08);
    border-radius:15px;
    padding:20px;
    text-align:center;
    color:white;
    height:100%;
}

.mini-card i{
    font-size:2rem;
    color:#ff9800;
}

.mini-card h4{
    margin-top:10px;
    font-size:1.1rem;
    font-weight:700;
}

.mini-card p{
    margin:0;
    font-size:.9rem;
}

.ubicacion-hero{
    margin-top:20px;
    text-align:center;
    color:white;
    font-weight:600;
}

/* =========================
   ACCESOS RAPIDOS
========================= */

.seccion-necesitas{
    background:#f8fafc;
}

.quick-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    background:white;
    border-radius:20px;
    padding:25px;
    text-decoration:none;
    color:#071d3a;
    height:100%;
    transition:.3s;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.quick-card:hover{
    transform:translateY(-8px);
    color:#0b5ed7;
}

.quick-card i{
    font-size:2.5rem;
    margin-bottom:10px;
}

.quick-card span{
    font-weight:700;
    text-align:center;
}

/* =========================
   GALERIA
========================= */

.galeria-card{
    background:white;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.galeria-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.galeria-card h4{
    padding:15px;
    margin:0;
    font-size:1rem;
    font-weight:700;
}

/* =========================
   UBICACION
========================= */

.info-box{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:20px;
    background:#f8fafc;
    padding:20px;
    border-radius:15px;
}

.info-box i{
    font-size:2rem;
    color:#0b5ed7;
}

.info-box p{
    margin:0;
}

/* =========================
   TESTIMONIOS
========================= */

.testimonios{
    background:white;
    padding:30px;
    border-radius:20px;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
}

.testimonios h3{
    margin-bottom:25px;
    font-weight:800;
}

.testimonio{
    border-left:4px solid #0b5ed7;
    padding-left:15px;
    margin-bottom:25px;
}

.estrellas{
    color:#ffc107;
    font-size:1.2rem;
    margin-bottom:10px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

    .hero h1{
        font-size:2.7rem;
    }

    .hero h2{
        font-size:1.4rem;
    }

    .lista-hero{
        justify-content:center;
    }

    .hero-panel{
        margin-top:30px;
    }

    .quick-card{
        padding:15px;
    }

}

/* =========================
   ESTADISTICAS
========================= */

.stats-section{
    margin-top:-70px;
    position:relative;
    z-index:10;
    padding-bottom:35px;
}

.stat-card{
    background:#fff;
    border-radius:22px;
    padding:28px 15px;
    box-shadow:0 12px 35px rgba(0,0,0,.14);
    border-bottom:5px solid var(--naranja);
}

.stat-card h3{
    font-size:2.2rem;
    font-weight:900;
    color:var(--azul);
    margin-bottom:5px;
}

.stat-card p{
    color:#667085;
    font-weight:700;
    margin:0;
}

/* =========================
   BARRA PROMOCIONES
========================= */

.promo-marquee{
    background:var(--azul);
    color:#fff;
    overflow:hidden;
    padding:14px 0;
}

.promo-track{
    display:flex;
    gap:45px;
    white-space:nowrap;
    animation:moverPromos 28s linear infinite;
}

.promo-track span{
    font-weight:800;
    font-size:1rem;
}

@keyframes moverPromos{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

/* =========================
   POR QUE ELEGIR
========================= */

.elegir-section{
    background:#fff;
}

.elegir-card{
    height:100%;
    background:#f8fafc;
    border-radius:22px;
    padding:30px;
    text-align:center;
    transition:.25s;
    border:1px solid #e5e7eb;
}

.elegir-card:hover{
    background:#fff;
    transform:translateY(-6px);
    box-shadow:0 12px 35px rgba(0,0,0,.10);
}

.elegir-card i{
    font-size:2.8rem;
    color:var(--azul-2);
    margin-bottom:15px;
}

.elegir-card h4{
    color:var(--azul);
    font-weight:800;
    margin-bottom:12px;
}

.elegir-card p{
    color:#667085;
    margin:0;
}

/* =========================
   AJUSTE CELULAR
========================= */

@media(max-width:768px){
    .stats-section{
        margin-top:0;
        padding-top:35px;
    }

    .stat-card{
        padding:22px 10px;
    }

    .stat-card h3{
        font-size:1.8rem;
    }

    .promo-track{
        gap:30px;
        animation:moverPromos 22s linear infinite;
    }
}

.promo-card-img{
    overflow:hidden;
    padding:0;
}

.promo-card-img img{
    width:100%;
    height:170px;
    object-fit:cover;
}

.promo-card-img span,
.promo-card-img h3,
.promo-card-img p,
.promo-card-img strong{
    margin-left:22px;
    margin-right:22px;
}

.promo-card-img span{
    display:inline-block;
    margin-top:22px;
}

.promo-card-img a{
    margin:0 22px 22px 22px;
    width:calc(100% - 44px) !important;
}