section.contenido-general>.fil{flex-wrap:wrap}section.contenido-general .imagen-formulario{display:flex;justify-content:center;align-items:center}section.contenido-general .imagen-formulario>img{width:100%;height:auto}section.contenido-general .contenido-formulario{display:flex;flex-flow:column wrap;align-items:center}#formulario-correo{margin:50px 0;max-width:500px;box-shadow:var(--sombra-grande);border-radius:2px;background-color:var(--color-lu-blanco)}#formulario-correo input{width:100%}#formulario-correo textarea{width:100%;max-height:200px;resize:none}#formulario-correo button{width:100%}#formulario-whatsapp{margin:50px 0;width:100%;box-shadow:var(--sombra-grande);border-radius:2px;background-color:var(--color-lu-blanco)}#formulario-whatsapp input{width:100%}#formulario-whatsapp textarea{width:100%;max-height:200px;resize:none}#formulario-whatsapp a{width:100%;background-color:var(--color-verde)}@media only screen and (max-width:768px){section.contenido-general .imagen-formulario{display:none}#formulario-whatsapp{margin:25px 0}}@media only screen and (min-width:768px){section.contenido-general .imagen-formulario{display:none}}@media only screen and (min-width:1000px){}@media only screen and (min-width:1200px){section.contenido-general .imagen-formulario{display:flex}}@media only screen and (min-width:1400px){}@media only screen and (min-width:1610px){}