/* =========================
   ENCUÉNTRANOS
========================= */

.findus-section {
    margin: 80px auto;
    padding: 0 20px;
    max-width: 1100px;
}

.findus-title {
    text-align: center;
    margin-bottom: 40px;
}

.findus-title span {
    font-size: 28px;
    font-weight: 800;
}

/* CONTENEDOR PRINCIPAL */
.findus-container {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

/* INFO */
.findus-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 26px;
    font-family: 'Made Okine Sans', sans-serif;
    font-weight: 400;
}

/* ITEM */
.findus-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

/* ICONO */
.findus-icon {
    font-size: 22px;
    margin-top: 4px;
    color: #c40000;
    margin-top: 2px; 
    min-width: 22px; /* evita saltos */
}

/* TEXTO */
.findus-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.findus-label {
    color: #c40000;
    font-weight: 700;
    margin-bottom: 4px;
}

.findus-text p {
    margin: 0;
    font-size: 15px;
    color: #000;
    line-height: 1.4;
    text-align: left;
}

/* MAPA */
.findus-map {
    flex: 1;
    border: 2px solid #c40000;
    border-radius: 20px;
    overflow: hidden;
    height: 300px;
}

.findus-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {

    .findus-container {
        align-items: center;
        flex-direction: column;
        gap: 30px;
    }

    .findus-map {
        height: 260px;
    }

    .findus-title span {
        font-size: 22px;
    }

    .findus-icon {
    font-size: 18px;
    }
}
