/* ========================================
   CONTACTO
======================================== */

.contact-page {
    padding:
        64px
        24px
        88px;

    background:
        #F6F8FB;
}


.contact-container {
    width: 100%;
    max-width: 1050px;

    margin: 0 auto;
}


/* ========================================
   ENCABEZADO
======================================== */

.contact-hero {
    max-width: 720px;

    margin:
        0 auto 42px;

    text-align: center;
}


.contact-hero__label {
    display: inline-block;

    margin-bottom: 12px;

    color: #128C66;

    font-size: 12px;
    font-weight: 700;

    letter-spacing:
        0.08em;

    text-transform:
        uppercase;
}


.contact-hero h1 {
    margin:
        0
        0
        16px;

    color: #031633;

    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;

    letter-spacing:
        -0.025em;
}


.contact-hero p {
    margin: 0;

    color: #5C6772;

    font-size: 17px;
    line-height: 1.65;
}


/* ========================================
   GRID
======================================== */

.contact-grid {
    display: grid;

    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        );

    gap: 20px;
}


/* ========================================
   CARD
======================================== */

.contact-card {
    min-height: 100%;

    display: flex;

    gap: 18px;

    padding: 28px;

    border:
        1px solid #DCE4EA;

    border-radius: 20px;

    background: #FFFFFF;

    box-shadow:
        0 10px 30px
        rgba(3, 22, 51, 0.06);
}


.contact-card--featured {
    border-color:
        #B8E4D7;

    background:
        #F3FBF8;
}


/* Icono */

.contact-card__icon {
    width: 50px;
    height: 50px;

    flex:
        0 0 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius:
        14px;

    background:
        #E7F7F2;

    color:
        #128C66;
}


.contact-card__icon
.material-symbols-outlined {
    font-size: 26px;
}


/* Contenido */

.contact-card__content {
    min-width: 0;

    display: flex;
    flex-direction: column;

    align-items: flex-start;
}


.contact-card__eyebrow {
    margin-bottom: 6px;

    color: #128C66;

    font-size: 11px;
    font-weight: 700;

    letter-spacing:
        0.05em;

    text-transform:
        uppercase;
}


.contact-card h2 {
    margin:
        0
        0
        10px;

    color: #082B4C;

    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}


.contact-card p {
    margin:
        0
        0
        18px;

    color: #5C6772;

    font-size: 14px;
    line-height: 1.65;
}


.contact-card__value {
    display: block;

    margin-bottom: 18px;

    color: #082B4C;

    font-size: 17px;
}


.contact-address {
    line-height:
        1.7 !important;
}


/* ========================================
   HORARIOS
======================================== */

.contact-schedule {
    width: 100%;

    display: flex;
    flex-direction: column;

    gap: 10px;

    margin:
        0
        0
        20px;
}


.contact-schedule > div {
    display: flex;
    align-items: flex-start;

    gap: 9px;
}


.contact-schedule
.material-symbols-outlined {
    flex-shrink: 0;

    margin-top: 1px;

    color: #128C66;

    font-size: 19px;
}


.contact-schedule div div {
    display: flex;
    flex-direction: column;

    gap: 2px;

    color: #5C6772;

    font-size: 13px;
}


.contact-schedule strong {
    color: #082B4C;
}


/* ========================================
   BOTONES
======================================== */

.contact-button {
    min-height: 46px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    margin-top: auto;

    padding:
        11px
        18px;

    border-radius:
        999px;

    font-size: 13px;
    font-weight: 700;

    text-decoration: none;

    transition:
        transform 0.2s ease,
        background-color 0.2s ease;
}


.contact-button:hover {
    transform:
        translateY(-1px);
}


.contact-button--primary {
    background:
        #18A979;

    color:
        #FFFFFF;
}


.contact-button--primary:hover {
    background:
        #128C66;
}


.contact-button--secondary {
    border:
        1px solid #CAD6DE;

    background:
        #FFFFFF;

    color:
        #082B4C;
}


.contact-button--secondary:hover {
    background:
        #F2F6F8;
}


.contact-button
.material-symbols-outlined {
    font-size: 19px;
}


.contact-email {
    display: block;

    margin-bottom: 18px;

    color: #0E7C8C;

    font-size: 13px;
    font-weight: 700;

    text-decoration: none;

    overflow-wrap:
        anywhere;
}


.contact-email:hover {
    text-decoration: underline;
}


/* ========================================
   BLOQUE FINAL
======================================== */

.contact-bottom {
    display: grid;

    grid-template-columns:
        auto
        1fr
        auto;

    align-items: center;

    gap: 20px;

    margin-top: 28px;

    padding: 26px;

    border-radius: 20px;

    background:
        #031633;

    color:
        #FFFFFF;
}


.contact-bottom > div:first-child {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius:
        14px;

    background:
        rgba(
            93,
            224,
            207,
            0.12
        );

    color:
        #5DE0CF;
}


.contact-bottom
.material-symbols-outlined {
    font-size: 26px;
}


.contact-bottom h2 {
    margin:
        0
        0
        6px;

    font-size: 18px;
}


.contact-bottom p {
    margin: 0;

    color:
        rgba(
            255,
            255,
            255,
            0.72
        );

    font-size: 13px;
    line-height: 1.6;
}


.contact-bottom__button {
    min-height: 44px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding:
        11px
        17px;

    border-radius:
        999px;

    background:
        #5DE0CF;

    color:
        #031633;

    font-size: 12px;
    font-weight: 700;

    text-decoration: none;

    white-space: nowrap;
}


/* ========================================
   MÓVIL
======================================== */

@media (max-width: 767px) {

    .contact-page {
        padding:
            36px
            16px
            56px;
    }


    .contact-hero {
        margin-bottom: 28px;

        text-align: left;
    }


    .contact-hero h1 {
        font-size: 30px;
    }


    .contact-hero p {
        font-size: 15px;
    }


    .contact-grid {
        grid-template-columns:
            1fr;

        gap: 14px;
    }


    .contact-card {
        padding: 22px 20px;

        gap: 14px;

        border-radius:
            16px;
    }


    .contact-card__icon {
        width: 44px;
        height: 44px;

        flex-basis: 44px;
    }


    .contact-card h2 {
        font-size: 20px;
    }


    .contact-button {
        width: 100%;
    }


    .contact-bottom {
        grid-template-columns:
            1fr;

        gap: 14px;

        margin-top: 18px;

        padding: 22px 20px;
    }


    .contact-bottom__button {
        width: 100%;
    }

}