/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 06 2021 | 11:42:28 */
/*FORMULARIO 1*/
section.formulario-1{}
section.formulario-1 > .elementor-container{/*max-width: 1300px !important;*/ max-width: 100% !important; margin: auto !important}
section.formulario-1 > .elementor-container > .elementor-row{justify-content: flex-end}
/*foto*/
section.formulario-1 .elementor-column.foto{max-width: 40%; flex: 40%}
section.formulario-1 .elementor-column.foto > .elementor-column-wrap{padding: 0px !important}
section.formulario-1 .elementor-column.foto .elementor-widget-wrap{align-content: flex-end}
section.formulario-1 .elementor-column.foto .elementor-widget-image img{max-height: 708px; width: auto;}
/*contenido*/
section.formulario-1 .elementor-column.contenido{/*max-width: 60%;*/ max-width: 700px; flex: 60%; margin-bottom: 50px; margin-right: 100px}
section.formulario-1 .elementor-column.contenido > .elementor-column-wrap{padding: 20px !important}
/*formulario*/
section.formulario-1  .wpcf7-form .form-group input:not([type='checkbox']):not([type='submit']), 
section.formulario-1 .wpcf7-form .form-group textarea{background: #fff !important}
section.formulario-1  .wpcf7-form .form-group.privacidad > p > .wpcf7-form-control-wrap.privacidad .wpcf7-list-item-label,
section.formulario-1  .wpcf7-form .form-group.privacidad > p > .wpcf7-form-control-wrap.privacidad .wpcf7-list-item-label a{color: #fff !important}
/*boton*/
section.formulario-1 .elementor-widget-button a.elementor-button-link{text-transform: uppercase; font-weight: 600;}
section.formulario-1 .elementor-widget-button a.elementor-button-link i{transition: var(--a-transition)}
section.formulario-1 .elementor-widget-button a.elementor-button-link:hover i{transform: translatex(10px)}
/*resposnive*/
@media (max-width: 1600px){
  	section.formulario-1 .elementor-column.contenido{flex: 50%; margin-right: 0px}
  	section.formulario-1 .elementor-column.foto{max-width: 50%; flex: 50%}
}
@media (max-width: 1400px){
  	section.formulario-1 > .elementor-container > .elementor-row{justify-content: center; flex-wrap: wrap}
  	section.formulario-1 .elementor-column.contenido{flex: 100%; margin-right: 0px; margin-bottom: 0px}
  	section.formulario-1 .elementor-column.foto{max-width: 100%; flex: 100%}
  	section.formulario-1 .elementor-column.foto .elementor-image{text-align: center}
}


