.elementor-311 .elementor-element.elementor-element-efe0bc4{--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;--padding-top:75px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-311 .elementor-element.elementor-element-a0f3ced .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:24px;font-weight:700;text-transform:uppercase;color:#2C3E50;}.elementor-311 .elementor-element.elementor-element-576e91b > .elementor-widget-container{margin:-40px 0px -20px 0px;}#elementor-popup-modal-311 .dialog-widget-content{animation-duration:1s;border-radius:12px 12px 12px 12px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-311{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-311 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-311 .dialog-close-button{display:flex;font-size:25px;}#elementor-popup-modal-311 .dialog-close-button i{color:#2C3E50;}#elementor-popup-modal-311 .dialog-close-button svg{fill:#2C3E50;}#elementor-popup-modal-311 .dialog-close-button:hover i{color:#2C3E50;}@media(max-width:767px){.elementor-311 .elementor-element.elementor-element-a0f3ced .elementor-heading-title{font-size:16px;}#elementor-popup-modal-311 .dialog-message{width:350px;}}/* Start custom CSS for wpforms, class: .elementor-element-576e91b *//* --- ESTILOS WPFORMS (CORREGIDO) --- */

/* 1. Contenedor y Tipografía */
.elementor-311 .elementor-element.elementor-element-576e91b .wpforms-container {
    font-family: 'Montserrat', sans-serif !important;
    padding: 0px; 
}

/* 2. Etiquetas (Labels) */
.elementor-311 .elementor-element.elementor-element-576e91b .wpforms-field-label {
    color: #2c3e50 !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 8px !important;
}

/* 3. ESTILOS COMUNES (Inputs de texto, Email y SELECT) */
/* Aquí agrupamos todo para que el desplegable sea IDÉNTICO a los textos */
.elementor-311 .elementor-element.elementor-element-576e91b input[type="text"],
.elementor-311 .elementor-element.elementor-element-576e91b input[type="email"],
.elementor-311 .elementor-element.elementor-element-576e91b input[type="tel"], /* Añadido Teléfono */
.elementor-311 .elementor-element.elementor-element-576e91b textarea,
.elementor-311 .elementor-element.elementor-element-576e91b select {           /* Añadido Select específicamente */
    background-color: #f9fafb !important;
    border: 1px solid #e2e8f0 !important;
    color: #334155 !important;
    border-radius: 4px !important;
    padding: 15px !important;
    font-size: 0.85rem !important; /* Ajustado para que no se vea pequeño */
    font-family: 'Montserrat', sans-serif !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    box-sizing: border-box !important;
    height: auto !important; /* Para que el select no se aplaste */
    min-height: 48px !important; /* Altura mínima uniforme para todos */
}

/* 4. CORRECCIÓN ESPECÍFICA: CAMPO DE TELÉFONO (LA BANDERA) */
/* Esto empuja el texto a la derecha para que no tape la bandera */
.elementor-311 .elementor-element.elementor-element-576e91b .intl-tel-input input[type="tel"], 
.elementor-311 .elementor-element.elementor-element-576e91b .wpforms-field-phone input {
    padding-left: 50px !important; /* Espacio para la bandera */
}

/* 5. CORRECCIÓN ESPECÍFICA: DESPLEGABLE (SELECT) */
/* Quitamos el estilo por defecto del navegador para que se vea limpio */
.elementor-311 .elementor-element.elementor-element-576e91b select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Flecha personalizada simple para asegurar diseño */
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23334155%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    background-size: 10px auto;
}

/* Color del Placeholder */
.elementor-311 .elementor-element.elementor-element-576e91b ::placeholder {
    color: #94a3b8 !important;
    opacity: 1;
}

/* 6. Efecto Focus (Al escribir) */
.elementor-311 .elementor-element.elementor-element-576e91b input:focus,
.elementor-311 .elementor-element.elementor-element-576e91b textarea:focus,
.elementor-311 .elementor-element.elementor-element-576e91b select:focus {
    border-color: #00AEEF !important;
    background-color: #ffffff !important;
    outline: none !important;
    box-shadow: 0 4px 6px -1px rgba(0, 174, 239, 0.1) !important;
}

/* 7. Botón de Enviar */
.elementor-311 .elementor-element.elementor-element-576e91b .wpforms-submit-container button {
    background-color: #00AEEF !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 14px 30px !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin-top: 10px !important;
}

.elementor-311 .elementor-element.elementor-element-576e91b .wpforms-submit-container button:hover {
    background-color: #008ac0 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 10px rgba(0, 174, 239, 0.3) !important;
}/* End custom CSS */