/* =========================================================
   BLUEANDWHITEROAD
   SEÑALAMIENTO HORIZONTAL
   CSS ESPECÍFICO
   ========================================================= */


/* =========================================================
   HERO
   ========================================================= */

.horizontal-hero {

    position: relative;

    min-height: 570px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    padding: 125px 0 75px;

    background:

        linear-gradient(90deg,
            rgba(4, 25, 57, .96) 0%,
            rgba(5, 38, 86, .88) 48%,
            rgba(5, 38, 86, .68) 100%),

        url("../img/senal-vial.webp") center center / cover no-repeat;

}


.horizontal-hero::before {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(180deg,
            rgba(6, 31, 73, .05),
            rgba(6, 31, 73, .28));

}


.horizontal-hero>.container {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1050px;

    text-align: center;

    transform: translateY(20px);

}


.horizontal-tag {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 20px;

    padding: 8px 17px;

    border: 1px solid rgba(255, 255, 255, .30);

    border-radius: 999px;

    background: rgba(255, 255, 255, .10);

    color: #ffffff;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    backdrop-filter: blur(8px);

}


.horizontal-hero h1 {

    max-width: 950px;

    margin: 0 auto 20px;

    color: #ffffff;

    font-size: clamp(38px, 5vw, 62px);

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -1.5px;

}


.horizontal-hero>.container>p {

    max-width: 800px;

    margin: 0 auto;

    color: rgba(255, 255, 255, .88);

    font-size: 17px;

    line-height: 1.8;

}


.horizontal-hero-buttons {

    display: flex;

    justify-content: center;

    margin-top: 30px;

}


/* =========================================================
   STATS
   ========================================================= */

.horizontal-stats {

    max-width: 850px;

    margin: 48px auto 0;

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 16px;

}


.horizontal-stat {

    padding: 20px 18px;

    border: 1px solid rgba(255, 255, 255, .20);

    border-radius: 14px;

    background: rgba(255, 255, 255, .09);

    backdrop-filter: blur(10px);

}


.horizontal-stat h3 {

    margin: 0 0 5px;

    color: #ffffff;

    font-size: 28px;

    font-weight: 800;

}


.horizontal-stat p {

    margin: 0;

    color: rgba(255, 255, 255, .76);

    font-size: 12px;

    line-height: 1.5;

}


/* =========================================================
   CONTENIDO
   ========================================================= */

.horizontal-content {

    padding: 80px 0 90px;

    background: #f6f8fc;

}


.horizontal-content>.container {

    max-width: 1120px;

}


.horizontal-main-image {

    width: 100%;

    max-width: 1050px;

    height: 420px;

    object-fit: cover;

    margin: 0 auto 65px;

    border-radius: 18px;

    box-shadow:
        0 18px 45px rgba(6, 31, 73, .12);

}


/* =========================================================
   TITULOS
   ========================================================= */

.horizontal-content h2 {

    margin: 65px 0 22px;

    color: #06275c;

    font-size: clamp(29px, 4vw, 42px);

    line-height: 1.18;

    font-weight: 800;

    letter-spacing: -.7px;

}


.horizontal-content h2:first-of-type {

    margin-top: 0;

}


.horizontal-content>.container>p {

    max-width: 940px;

    margin: 0 0 18px;

    color: #667085;

    font-size: 16px;

    line-height: 1.85;

}


/* =========================================================
   FUNCIONES
   ========================================================= */

.horizontal-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 18px;

    margin-top: 30px;

}


.horizontal-card {

    padding: 28px;

    border: 1px solid #e4e9f1;

    border-radius: 16px;

    background: #ffffff;

    box-shadow:
        0 10px 28px rgba(6, 31, 73, .06);

    transition:
        transform .25s ease,
        box-shadow .25s ease;

}


.horizontal-card:hover {

    transform: translateY(-4px);

    box-shadow:
        0 16px 35px rgba(6, 31, 73, .11);

}


.horizontal-card>i {

    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 18px;

    border-radius: 12px;

    background: rgba(23, 105, 255, .10);

    color: #1769ff;

    font-size: 20px;

}


.horizontal-card h3 {

    margin: 0 0 10px;

    color: #06275c;

    font-size: 18px;

    font-weight: 750;

}


.horizontal-card p {

    margin: 0;

    color: #667085;

    font-size: 14px;

    line-height: 1.75;

}


/* =========================================================
   SOLUCIONES
   ========================================================= */

.solution-grid {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 20px;

    margin-top: 30px;

}


.solution-card {

    padding: 30px;

    border: 1px solid #e4e9f1;

    border-radius: 18px;

    background: #ffffff;

    box-shadow:
        0 10px 28px rgba(6, 31, 73, .06);

}


.solution-icon {

    width: 54px;

    height: 54px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 20px;

    border-radius: 14px;

    background:
        linear-gradient(135deg,
            rgba(23, 105, 255, .11),
            rgba(37, 184, 242, .14));

    color: #1769ff;

    font-size: 22px;

}


.solution-card h3 {

    margin: 0 0 12px;

    color: #06275c;

    font-size: 21px;

    font-weight: 800;

}


.solution-card p {

    margin: 0 0 20px;

    color: #667085;

    font-size: 14px;

    line-height: 1.75;

}


.solution-card ul {

    margin: 0;

    padding: 0;

    list-style: none;

}


.solution-card li {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 9px;

    color: #667085;

    font-size: 13px;

}


.solution-card li i {

    color: #1769ff;

}


/* =========================================================
   ELEMENTOS
   ========================================================= */

.elements-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 18px;

    margin-top: 30px;

}


.element-card {

    padding: 25px 22px;

    border: 1px solid #e4e9f1;

    border-radius: 16px;

    background: #ffffff;

    box-shadow:
        0 10px 25px rgba(6, 31, 73, .05);

}


.element-icon {

    width: 46px;

    height: 46px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 17px;

    border-radius: 12px;

    background: rgba(23, 105, 255, .10);

    color: #1769ff;

}


.element-card h3 {

    margin: 0 0 10px;

    color: #06275c;

    font-size: 16px;

    font-weight: 750;

}


.element-card p {

    margin: 0;

    color: #667085;

    font-size: 13px;

    line-height: 1.7;

}


/* =========================================================
   APLICACIONES
   ========================================================= */

.application-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 18px;

    margin-top: 30px;

}


.application-card {

    padding: 27px;

    border: 1px solid #e4e9f1;

    border-radius: 16px;

    background: #ffffff;

    box-shadow:
        0 10px 28px rgba(6, 31, 73, .06);

    transition:
        transform .25s ease,
        box-shadow .25s ease;

}


.application-card:hover {

    transform: translateY(-4px);

    box-shadow:
        0 16px 35px rgba(6, 31, 73, .11);

}


.application-card>i {

    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 18px;

    border-radius: 12px;

    background: rgba(23, 105, 255, .10);

    color: #1769ff;

    font-size: 20px;

}


.application-card h3 {

    margin: 0 0 10px;

    color: #06275c;

    font-size: 18px;

    font-weight: 750;

}


.application-card p {

    margin: 0;

    color: #667085;

    font-size: 14px;

    line-height: 1.75;

}


/* =========================================================
   BENEFICIOS
   ========================================================= */

.benefits-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 20px;

    margin-top: 30px;

}


.benefit-card {

    padding: 28px;

    border: 1px solid #e4e9f1;

    border-radius: 16px;

    background: #ffffff;

    box-shadow:
        0 10px 28px rgba(6, 31, 73, .06);

}


.benefit-card>i {

    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 18px;

    border-radius: 12px;

    background: rgba(23, 105, 255, .10);

    color: #1769ff;

    font-size: 20px;

}


.benefit-card h3 {

    margin: 0 0 10px;

    color: #06275c;

    font-size: 18px;

    font-weight: 750;

}


.benefit-card p {

    margin: 0;

    color: #667085;

    font-size: 14px;

    line-height: 1.75;

}


/* =========================================================
   BLOQUES CON IMAGEN
   ========================================================= */

.feature-box {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 35px;

    align-items: center;

    margin-top: 30px;

    padding: 28px;

    border: 1px solid #e4e9f1;

    border-radius: 18px;

    background: #ffffff;

    box-shadow:
        0 10px 28px rgba(6, 31, 73, .06);

}


.feature-box.reverse {

    grid-template-columns:
        1fr 1fr;

}


.feature-image img {

    width: 100%;

    height: 310px;

    object-fit: cover;

    border-radius: 14px;

}


.feature-content>span {

    display: inline-block;

    margin-bottom: 12px;

    color: #1769ff;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.5px;

}


.feature-content h3 {

    margin: 0 0 15px;

    color: #06275c;

    font-size: 27px;

    line-height: 1.25;

    font-weight: 800;

}


.feature-content p {

    margin: 0 0 15px;

    color: #667085;

    font-size: 14px;

    line-height: 1.8;

}


.feature-content ul {

    margin: 20px 0 0;

    padding: 0;

    list-style: none;

}


.feature-content li {

    display: flex;

    align-items: flex-start;

    gap: 10px;

    margin-bottom: 10px;

    color: #667085;

    font-size: 13px;

    line-height: 1.6;

}


.feature-content li i {

    margin-top: 3px;

    color: #1769ff;

}


/* =========================================================
   PROCESO
   ========================================================= */

.process-grid {

    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    gap: 14px;

    margin-top: 30px;

}


.process-card {

    min-height: 220px;

    padding: 24px 20px;

    border: 1px solid #e4e9f1;

    border-radius: 15px;

    background: #ffffff;

    box-shadow:
        0 10px 25px rgba(6, 31, 73, .05);

}


.process-card>span {

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 18px;

    border-radius: 50%;

    background: #061f49;

    color: #ffffff;

    font-size: 12px;

    font-weight: 800;

}


.process-card h3 {

    margin: 0 0 10px;

    color: #06275c;

    font-size: 16px;

    font-weight: 750;

}


.process-card p {

    margin: 0;

    color: #667085;

    font-size: 13px;

    line-height: 1.7;

}


/* =========================================================
   QUALITY
   ========================================================= */

.quality-box {

    display: grid;

    grid-template-columns:
        auto 1fr;

    align-items: center;

    gap: 24px;

    margin-top: 55px;

    padding: 32px;

    border-radius: 18px;

    background:
        linear-gradient(135deg,
            #061f49,
            #092d63);

    box-shadow:
        0 18px 40px rgba(6, 31, 73, .12);

}


.quality-icon {

    width: 62px;

    height: 62px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 16px;

    background: rgba(255, 255, 255, .10);

    color: #25b8f2;

    font-size: 25px;

}


.quality-box h3 {

    margin: 0 0 8px;

    color: #ffffff;

    font-size: 21px;

    font-weight: 800;

}


.quality-box p {

    margin: 0;

    color: rgba(255, 255, 255, .78);

    font-size: 14px;

    line-height: 1.75;

}


/* =========================================================
   FAQ
   ========================================================= */

.horizontal-faq {

    max-width: 950px;

    margin: 30px auto 0;

}


.horizontal-faq details {

    margin-bottom: 12px;

    border: 1px solid #e4e9f1;

    border-radius: 13px;

    background: #ffffff;

    overflow: hidden;

    box-shadow:
        0 7px 22px rgba(6, 31, 73, .04);

}


.horizontal-faq summary {

    position: relative;

    cursor: pointer;

    padding: 21px 55px 21px 22px;

    color: #06275c;

    font-size: 15px;

    font-weight: 700;

    list-style: none;

}


.horizontal-faq summary::-webkit-details-marker {

    display: none;

}


.horizontal-faq summary::after {

    content: "+";

    position: absolute;

    right: 22px;

    top: 50%;

    transform: translateY(-50%);

    color: #1769ff;

    font-size: 23px;

}


.horizontal-faq details[open] summary::after {

    content: "−";

}


.horizontal-faq p {

    margin: 0;

    padding: 0 22px 22px;

    color: #667085;

    font-size: 14px;

    line-height: 1.75;

}


/* =========================================================
   CTA
   ========================================================= */

.cta {

    text-align: center;

}


.cta .container {

    max-width: 850px;

}


.cta h2 {

    color: #06275c;

}


.cta p {

    max-width: 720px;

    margin-left: auto;

    margin-right: auto;

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {


    .elements-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }


    .process-grid {

        grid-template-columns:
            repeat(3, 1fr);

    }


}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {


    .horizontal-grid,
    .application-grid,
    .benefits-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }


}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {


    .horizontal-hero {

        min-height: 500px;

        padding: 105px 0 55px;

    }


    .horizontal-hero>.container {

        transform: translateY(10px);

    }


    .horizontal-hero h1 {

        font-size: 34px;

        letter-spacing: -.8px;

    }


    .horizontal-hero>.container>p {

        font-size: 14px;

        line-height: 1.7;

    }


    .horizontal-stats {

        grid-template-columns: 1fr;

        max-width: 320px;

        margin-top: 32px;

    }


    .horizontal-content {

        padding: 55px 0 65px;

    }


    .horizontal-main-image {

        height: 230px;

        margin-bottom: 45px;

        border-radius: 14px;

    }


    .horizontal-content h2 {

        margin-top: 48px;

        font-size: 29px;

    }


    .horizontal-content>.container>p {

        font-size: 14px;

        line-height: 1.75;

    }


    .horizontal-grid,
    .solution-grid,
    .elements-grid,
    .application-grid,
    .benefits-grid,
    .process-grid {

        grid-template-columns: 1fr;

    }


    .horizontal-card,
    .solution-card,
    .element-card,
    .application-card,
    .benefit-card {

        padding: 24px;

    }


    .feature-box,
    .feature-box.reverse {

        grid-template-columns: 1fr;

        padding: 22px;

    }


    .feature-image img {

        height: 220px;

    }


    .feature-content h3 {

        font-size: 23px;

    }


    .process-card {

        min-height: auto;

        padding: 24px;

    }


    .quality-box {

        grid-template-columns: 1fr;

        text-align: center;

        padding: 28px 22px;

    }


    .quality-icon {

        margin: 0 auto;

    }


    .horizontal-faq summary {

        padding: 18px 48px 18px 18px;

        font-size: 14px;

    }


    .horizontal-faq p {

        padding: 0 18px 20px;

        font-size: 13px;

    }

}