.contacto-introduccion {
    max-width: 900px;
    margin: 80px auto;
    padding: 40px;
    background-color: #f5f5f5;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.contacto-introduccion h2 {
    font-size: 26px;
    text-align: center;
    color: #1a237e;
    margin-bottom: 20px;
}

.contacto-introduccion p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    text-align: justify;
}

.contacto-introduccion a {
    text-decoration: none;
}

iframe {
    border-radius: 12px;
    overflow: hidden;
}

.whatsapp_icon {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px;
}

@media screen and (max-width: 768px) {
    .contacto-introduccion {
        max-width: 100%;
        margin: 40px 10px;
        padding: 20px;
        box-shadow: none;
        border-radius: 8px;
    }

    .contacto-introduccion h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .contacto-introduccion p {
        font-size: 14px;
        line-height: 1.4;
    }

    iframe {
        width: 100%;
        height: 250px;
    }

    .whatsapp_icon {
        width: 40px !important;
        height: 40px !important;
        margin-left: 5px;
        margin-right: 5px;
        vertical-align: middle;
    }

    .contacto-introduccion img {
        width: 80%;
        display: block;
        margin: 0 auto 20px auto;
        height: auto;
    }

    .contacto-introduccion a {
        align-content: center;
        align-items: center;
    }

    .contacto-introduccion a.telefono-con-icono {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        text-align: center;
        flex-direction: column;
    }
}