.elementor-41203 .elementor-element.elementor-element-ad8f027{--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-41203 .elementor-element.elementor-element-ad8f027:not(.elementor-motion-effects-element-type-background), .elementor-41203 .elementor-element.elementor-element-ad8f027 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-2d6a30f );}.elementor-41203 .elementor-element.elementor-element-7a3e83b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-41203 .elementor-element.elementor-element-1514f33{width:auto;max-width:auto;}.elementor-41203 .elementor-element.elementor-element-1514f33 > .elementor-widget-container{margin:0px 0px 0px -10px;padding:0px 0px 0px 0px;}.elementor-41203 .elementor-element.elementor-element-a3d5fa9.elementor-element{--align-self:center;}body:not(.rtl) .elementor-41203 .elementor-element.elementor-element-a3d5fa9{left:41px;}body.rtl .elementor-41203 .elementor-element.elementor-element-a3d5fa9{right:41px;}.elementor-41203 .elementor-element.elementor-element-a3d5fa9{top:0px;}.elementor-41203 .elementor-element.elementor-element-f1bb8d0{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--border-radius:10px 10px 10px 10px;}.elementor-41203 .elementor-element.elementor-element-f1bb8d0:not(.elementor-motion-effects-element-type-background), .elementor-41203 .elementor-element.elementor-element-f1bb8d0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-41203 .elementor-element.elementor-element-c8165fd{width:auto;max-width:auto;}.elementor-41203 .elementor-element.elementor-element-c8165fd > .elementor-widget-container{margin:025px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:1600px){body:not(.rtl) .elementor-41203 .elementor-element.elementor-element-a3d5fa9{left:-5px;}body.rtl .elementor-41203 .elementor-element.elementor-element-a3d5fa9{right:-5px;}.elementor-41203 .elementor-element.elementor-element-a3d5fa9{top:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-a3d5fa9 */#formulario-especifico {
    all: unset;
}

/* Reaplicar estilos básicos para que el formulario sea usable */
#formulario-especifico input{
    border-color: #E0E0E0;
    border-style: none;
    border-radius: 5px!important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

#formulario-especifico select{
    border-color: #E0E0E0;
    border-style: none;
    border-radius: 5px!important;
    color:grey!important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

#formulario-especifico input:focus {
    border-color: #F65237;
    border-style: none;
    outline: none;
    outline-offset: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

#formulario-especifico button {
     color: black !important; /* Cambia el color del texto */
    border-radius: 5px !important; /* Cambia el radio del borde */
    padding: 10px 20px !important; /* Cambia el padding */
    font-size: 16px !important; /* Cambia el tamaño de la fuente */
    border: 1px solid #F4F4F4 !important; /* Añade un borde */
    /* Añade otros estilos que necesites */
}

#formulario-especifico button:hover {
     color: white !important; /* Cambia el color del texto */
    border-radius: 5px !important; /* Cambia el radio del borde */
    padding: 10px 20px !important; /* Cambia el padding */
    font-size: 16px !important; /* Cambia el tamaño de la fuente */
    border: 1px solid #F4F4F4 !important; /* Añade un borde */
    /* Añade otros estilos que necesites */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ad8f027 */.swal-title-custom{
    font-size: 24px !important;
    color: black !important;
}

.swal-text-custom{
    font-size: 18px !important;
    color: darkgrey !important;
}/* End custom CSS */