
body {
    font-family: 'Montserrat', sans-serif;
}

.bg-blanco { background-color: #FFFFFF; }
.bg-rojo { background-color: #BD1521; }
.bg-azul { background-color: #063A7E; }

.text-rojo { color: #BD1521; }
.text-azul { color: #063A7E; }

/* Banner */
.banner {
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-image: url(/assets/img/image1.png);
    position: relative;
}

.banner-overlay {
    background: rgba(0,0,0,0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner-content {
    position: relative;
    z-index: 2;
}

/* Logo */
.hero-logo {
    width: 360px; 
}

/* Texto principal */
.hero-title {
    font-family: 'Georgia', serif;
    font-weight: bold;
    color: #003A78; 
    font-size: 3.2rem;
    line-height: 1.1;
}

/* Separador rojo */
.hero-separator {
    width: 100%;
    max-width: 350px;
    height: 4px;
    background-color: #B4000F;
    margin: 15px auto;
}

/* Subtítulo */
.hero-subtitle {
    font-family: 'Georgia', serif;
    font-size: 1.3rem;
    color: #333;
}

/* Divs en tercios */
.div-tercio {
    height: 250px;
}

/* Iconos */
.icon-box {
    text-align: center;
}

.icon-box i {
    font-size: 40px;
    margin-bottom: 10px;
}

.text-azul {
    color: #063A7E;
}

.shadow-lg {
    box-shadow: 0 10px 25px rgba(0,0,0,0.18) !important;
}

.text-azul {
    color: #063A7E;
}

.bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #063A7E;
    border-radius: 50%;
    margin-right: 8px;
}

    .section-title {
        font-size: 2rem;
        font-weight: 700;
        color: #0A3A82;
        margin-bottom: 40px;
    }

    .service-item {
        /*margin-bottom: 50px;*/
        display: flex;
        align-items: flex-start;
        gap: 15px;
    }

    .number-circle {
        width: 70px;
        height: 70px;
        background: #EAEAEA;
        border-radius: 50%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

    .number {
        font-size: 40px;
        font-weight: 700;
        color: #0A3A82;
        line-height: 1;
    }

    .number-derecha {
        font-size: 40px;
        font-weight: 700;
        color: #BD1521;
        line-height: 1;
    }

.service-content h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0A3A82;
    margin: 0 0 10px 0;
    padding-bottom: 8px;
    position: relative;
    width: 100%;
}

.service-content h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;    
    height: 3px;
    background: #0A3A82;
}

.service-content-derecha h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #BD1521;
    margin: 0 0 10px 0;
    padding-bottom: 8px;
    position: relative;
    width: 100%;
}

.service-content-derecha h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;    
    height: 3px;
    background: #BD1521;
}

    .service-content ul {
        margin-top: 12px;
        padding-left: 20px;
    }

    .service-content li {
        margin-bottom: 6px;
    }

    .services-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px 60px;
    }

    @media(max-width: 768px) {
        .services-grid {
            grid-template-columns: 1fr;
        }
    }

    .titulo-seccion {
        font-size: 2.8rem;
        font-weight: 700;
        color: #0A3A82;
    }

    .titulo-seccion-derecha {
        font-size: 2.8rem;
        font-weight: 700;
        color: #BD1521;
    }

    .barra-izquierda {
        border-left: 18px solid #0A3A82;
        padding-left: 20px;
    }

    .barra-derecha {
        border-right: 18px solid #BD1521;
        padding-right: 20px;
    }

    .subtitulo {
        font-size: 1.7rem;
        font-weight: 700;
        color: #0A3A82;
        margin-top: 30px;
        margin-bottom: 10px;
        position: relative;
    }

    .subtitulo-derecha {
        font-size: 1.7rem;
        font-weight: 700;
        color: #BD1521;
        margin-top: 30px;
        margin-bottom: 10px;
        position: relative;
    }

    /*.subtitulo::before {
        content: "";
        position: absolute;
        left: -20px;
        top: 10px;
        width: 12px;
        height: 12px;
        background: #0A3A82;
        border-radius: 2px;
    }*/

    .texto-destacado {
        font-weight: 700;
        font-size: 1.1rem;
        margin-top: 15px;
    }

    .banner-servicios {
        padding: 70px 0;
    }

    .banner-servicios h2 {
        color: #FFFFFF;
        font-size: 2.3rem;
        font-weight: 700;
        margin: 0;
        text-align: center;
    }

        .impacto-bg {
        background-image: url('assets/img/fondo-3.svg');
        background-size: cover;
        background-position: center;
        padding: 60px 20px;
        border-radius: 6px;
        margin-top: 30px;
    }

    .impacto-icon {
        width: 110px;
        height: auto;
        margin-bottom: 10px;
    }

    .impacto-text {
        font-size: 1.1rem;
        font-weight: 500;
    }

    .impacto-heading {
        color: #063A7E;
        font-weight: 700;
    }

    .impacto-sub {
        font-size: 1.2rem;
        font-weight: 500;
    }

    .quote-impacto {
        font-size: 1.6rem;
        font-style: italic;
        color: #063A7E;
    }

    .quote-line {
        width: 60%;
        height: 3px;
        background-color: #BD1521;
        margin: 40px auto 10px auto;
    }


.contacto-section {
    background-image: url('/assets/img/contacto.png');
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .contacto-section {
        background-image: url('/assets/img/contacto-movil.png');
    }
}

.logo-contacto {
    max-width: 350px;
    width: 80%;
}

@media (max-width: 768px) {
    .logo-contacto {
        max-width: 220px;
    }
}

.quote-line {
    width: 180px;
    height: 3px;
    background-color: #b4000f;
    margin: 15px auto;
}

.slogan {
    color: #333;
    font-size: 1.3rem;
}

@media (max-width: 768px) {
    .slogan {
        font-size: 1rem;
        padding: 0 20px;
    }
}

.frase-central {
    font-size: 1.6rem;
    max-width: 600px;
    color: #0d2b56;
    margin: auto;
}

.quote-icon {
    font-size: 2rem;
    color: #bfa354;
}

@media (max-width: 768px) {
    .frase-central {
        font-size: 1.2rem;
        padding: 0 25px;
    }

    .quote-icon {
        font-size: 1.6rem;
    }
}

/* CONTACTO */
.contacto-title {
    color: #003366;
    font-size: 2rem;
}

.nombre {
    font-size: 1.6rem;
    font-weight: bold;
}

@media (max-width: 768px) {
    .contacto-title {
        font-size: 1.5rem;
        margin-top: 20px;
        text-align: center;
    }

    .nombre {
        font-size: 1.3rem;
        margin-top: 10px;
    }
}
