.contacto .form-control {
    border-radius: 8px;
    padding-left: 2.5rem;
}

.contacto .icon-input {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #01264e;
    font-size: 1.5rem;
}

.contacto .icono-mensaje {
    position: absolute;
    left: 12px;
    top: 1.25rem;
    color: #01264e;
    font-size: 1.5rem;
}

.contacto .formulario-contacto {
    background-color: #e6f0fb;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid #c1d3eb;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contacto .accordion-button {
    background-color: #e9f1fb;
    color: #01264e;
    font-weight: 500;
}

.contacto .form-check-label a {
    text-decoration: underline;
}

.mapa-contacto {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    height: 450px;
    border: none;
    position: relative;
    overflow: hidden;
    border-radius: .5rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.mapa-contacto iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Ajustes para pantallas pequeñas */
@media (max-width: 768px) {
    .mapa-contacto {
        height: 35vh;
    }
}
