
.contenedorFormulario {
    width: 70%;
    max-width: 1000px;
    height: 100%;
    padding: 5rem;
    margin: auto;
    margin-top: -20rem;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
}
.fomrulario {
    border-radius: 15px 0px 0 15px;
    background-color: white;
    box-shadow: 0px 78px 78px -6px rgb(0 0 0 / 10%);
    padding: 3rem;
    width: 100%;
}
.imagenFormulario {
    width: 40%;
    border-radius: 0 15px 15px 0;
    background-image: url('../../img/conctacto/SLIDER-PRINCIPAL-B.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.contactoFormulario {
    display: flex;
    flex-direction: column;
    padding: 3rem;
}
.redesSocialesFormulario {
    display: flex;
    flex-direction: column;
    padding: 3rem;
}
.redesSocialesFormulario i {
    color: white;
}
@media (max-width: 1024px) {

}
@media (max-width: 850px){
    .contenedorFormulario {
        width: 100%;
        flex-direction: column;
        gap: 0;
    }
    .fomrulario {
        width: 100% !important;
        height: 80%;
        border-radius: 15px 15px 0 0px;
    }
    .imagenFormulario {
        width: 100% !important;
        height: 50%;
        border-radius: 0 0 15px 15px;
    }
}