.elementor-67 .elementor-element.elementor-element-ffe2a74{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-67 .elementor-element.elementor-element-5cd0689{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-67 .elementor-element.elementor-element-5cd0689.elementor-element{--align-self:center;}.elementor-67 .elementor-element.elementor-element-5cd0689.xpro-widget-bg-overlay:before{transition:background 0.3s;}@media(max-width:767px){.elementor-67 .elementor-element.elementor-element-5cd0689{--container-widget-width:1000px;--container-widget-flex-grow:0;width:var( --container-widget-width, 1000px );max-width:1000px;}}@media(min-width:768px){.elementor-67 .elementor-element.elementor-element-ffe2a74{--content-width:543px;}}@media(max-width:1024px) and (min-width:768px){.elementor-67 .elementor-element.elementor-element-ffe2a74{--content-width:972px;}}/* Start custom CSS for shortcode, class: .elementor-element-5cd0689 *//* Modificar Formulario de Contacto */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #f7f7f7; 
    color: #000;
    width: 100%;
      border: 0px solid grey;
}

.wpcf7
{
    background-color: #fff;
    border: 0px solid #ddd;
      border-radius: 10px;
      padding: 15px;
      max-width: 100%;
      margin: auto;
}

.wpcf7 input[type="submit"]
{
    background-color: #cc;
    color: #fff;
    width: 100%;
    border: 0px solid grey;
    margin-bottom: -25px;
}


/* Media Queries */

@media screen and (max-width: 770px) {

    .wpcf7 {
     max-width: 60%;
    }
 
 }

@media screen and (max-width: 414px)  {

    .wpcf7 {
     max-width: 100%;
    }/* End custom CSS */