


#google_translate_element{
    display: flex;
    justify-content: center;
}

.contacto {
    max-width: 500px;
    margin: 40px auto;
    margin-bottom: 202px;
    padding: 25px 30px;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

.contacto::before {
    content: "Contacto";
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #111;
}

.contacto a {
    color: #0077cc;
    text-decoration: none;
}

.contacto a:hover {
    text-decoration: underline;
}

/* 📱 Responsive */
@media (max-width: 600px) {
    .contacto {
        margin: 20px;
        padding: 20px;
        font-size: 15px;
    }
}
