.contactos-patronnato {
    height: auto;
    background: #0E4E81;
    border-radius: 2mm;
    padding: 40px 15px 40px 15px;
}

.contactos-contenedor {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.contactos {
    margin-top: 50px;
    margin-bottom: 25px;
}

.contactos-separador-text {
    margin: 1rem 0 1rem 0;
    width: calc(50% - 74.17px);
}

.contactos-separador-icon {
    margin: 1rem 0 1rem 0;
    width: calc(50% - 124.17px);
}

/* Formulario */
.formulario-correo {
    width: 100%;
    max-width: 400px;
    padding: 5px;
    /* height: 400px; */
    border-radius: 2mm;
    background: rgba(255, 2555, 2555, .2);
}

@media screen and (max-width:450px) {
    .contactos-contenedor {
        flex-direction: column-reverse;
    }
}