.elementor-kit-10{--e-global-color-primary:#910909;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#C2BFBF;--e-global-color-accent:#0C0C0C;--e-global-color-95b6556:#F29E26;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}body{overflow-x:inherit !important;}.elementor a, .elementor a:link, .elementor a:focus, .elementor a:active, .elementor a:hover{text-decoration:inherit !important;}.elementor a:link, .elementor .smooth-hover a:link, {transition:inherit;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS */.wpcf7-form-control {
    width: 100%;
}
.wpcf7 div {
    margin-bottom: 3%;
}
/*ASPECTOS DE CAMPOS*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="file"],
.wpcf7 textarea {
    background-color: #eee;
    color: #999;
    border-width: 0;
    border-radius: 0;
    padding: 16px;
    display: block;
}
/*BOTON ENVIAR*/
.wpcf7-submit {
    max-width: 120px;
    background-color: #910909;
    color: #ffffff;
    border: 2px solid #910909;
    border-radius: 0;
    padding: 10px 12px;
    font-size: 18px;
    float: right;
}
/*CAMPOS A LA MITAD*/
.wpcf7 .parteizq {
    width: 49%;
    float: left;
}
.wpcf7 .partedch {
    width: 49%;
    float: right;
}
/*BOTON ARCHIVO*/
.wpcf7-file:before {
    content:"Seleccionar archivo";
    visibility:visible;
    position: absolute;
    display: block;
    background-color: #e09900;
    color: #ffffff;
    padding: 10px 12px;
    left: 5px;
    top: 8px;
}
@media (max-width: 767px) {
    .wpcf7 .parteizq,
    .wpcf7 .partedch {
        width: 100%;
        margin: 0 0 3% 0;
    }
}/* End custom CSS */