/* ===============================
   SECCIÓN CONTACTO
================================ */
.seccion-contacto {
    padding: 40px 12px;
    text-align: center;
}

/* ===============================
   TÍTULO Y SUBTÍTULO
================================ */
.seccion-contacto .contacto-titulo {
    font-size: 30px;
    font-weight: 700;
    color: #001b3d;
}

.seccion-contacto .contacto-subtitulo {
    font-size: 15px;
    color: #444;
}

/* ===============================
   CONTENEDOR CONTACTO
================================ */
.contacto-card {
    max-width: 600px;
    background: #f1f1f1;
    border-radius: 22px;
    padding: 30px 28px;
}

/* ===============================
   ITEM
================================ */
.contacto-item {
    justify-content: flex-start;
}

/* ===============================
   ICONOS
================================ */
.contacto-item img {
    width: 34px;
    margin-right: 16px;
}

/* ===============================
   TEXTO
================================ */
.contacto-item span {
    font-size: 15px;
    color: #001b3d;
}

/* ===============================
   LINK WHATSAPP
================================ */
.contacto-link {
    font-weight: 600;
    text-decoration: underline;
    color: #1772e0;
}

/* TÍTULO CONTACTO */
.contacto-titulo {
    color: #001b3d;
    font-size: 26px;
    font-weight: 700;
}

/* ===============================
   RECUADRO AZUL CONTACTO
================================ */
.contacto-card-azul {
    max-width: 600px;
    background-color: #ffff;
    color: #001b3d;
    border-radius: 22px;
    padding: 22px 28px;
    text-align: center;
}

/* Texto del recuadro azul */
.contacto-card-azul h5 {
    font-size: 18px;
}

.contacto-card-azul p {
    font-size: 15px;
    margin: 0;
}
