.elementor-1615 .elementor-element.elementor-element-1f8d31c{--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-1615 .elementor-element.elementor-element-1f8d31c:not(.elementor-motion-effects-element-type-background), .elementor-1615 .elementor-element.elementor-element-1f8d31c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;text-transform:var( --e-global-typography-primary-text-transform );color:var( --e-global-color-primary );}.elementor-1615 .elementor-element.elementor-element-aa01490 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:28px;text-transform:none;color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1615 .elementor-element.elementor-element-530fc2e{text-align:center;color:#FFFFFF;}#elementor-popup-modal-1615 .dialog-widget-content{animation-duration:1.2s;border-radius:55px 55px 55px 55px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1615{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1615 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1615 .dialog-close-button{display:flex;}@media(max-width:1366px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(min-width:2400px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for wpforms, class: .elementor-element-c32d8b1 *//* Mejorar visibilidad de campos en el formulario */
.wpforms-container input[type="text"], 
.wpforms-container input[type="email"], 
.wpforms-container input[type="tel"] {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border: 2px solid rgba(255, 255, 255, 0.9) !important;
    border-radius: 4px !important;
    color: #333 !important;
    font-weight: normal !important;
    padding: 10px 12px !important;
}

/* Mejorar el contraste del placeholder */
.wpforms-container input::placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

/* Mejorar apariencia de inputs cuando tienen contenido */
.wpforms-container input[type="text"]:not(:placeholder-shown), 
.wpforms-container input[type="email"]:not(:placeholder-shown), 
.wpforms-container input[type="tel"]:not(:placeholder-shown) {
    background-color: white !important;
    border-color: #4a90e2 !important;
}

/* Mejorar visibilidad del borde del campo seleccionado */
.wpforms-container input:focus {
    outline: none !important;
    border-color: #ff9800 !important;
    box-shadow: 0 0 0 2px rgba(255, 152, 0, 0.3) !important;
}

/* Mejorar contraste en labels */
.wpforms-field-label {
    color: white !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
    margin-bottom: 8px !important;
}

/* Mejorar apariencia del .elementor-1615 .elementor-element.elementor-element-c32d8b1 de teléfono */
.iti__flag-container {
    opacity: 1 !important;
}

.iti__selected-flag {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-radius: 4px 0 0 4px !important;
}

/* Mejorar apariencia de radio buttons */
.wpforms-field-radio input[type="radio"] {
    width: 20px !important;
    height: 20px !important;
    margin-right: 8px !important;
}

.wpforms-field-radio-option label {
    color: white !important;
    font-size: 15px !important;
    font-weight: normal !important;
}

/* Mejorar el botón de envío */
button.wpforms-submit {
    background-color: #ff9800 !important;
    color: white !important;
    font-weight: 600 !important;
    padding: 12px 24px !important;
    border: none !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.3s ease !important;
}

button.wpforms-submit:hover {
    background-color: #f57c00 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
}

/* Hacer más visible el asterisco de obligatorio */
.wpforms-required-label {
    color: #ff9800 !important;
    font-weight: bold !important;
}

/* Corregir espaciado en móviles */
@media only screen and (max-width: 767px) {
    .wpforms-container input[type="text"], 
    .wpforms-container input[type="email"], 
    .wpforms-container input[type="tel"] {
        padding: 12px !important;
        font-size: 16px !important; /* Evitar zoom en móviles iOS */
    }
}/* End custom CSS */