.elementor-1641 .elementor-element.elementor-element-64d734a{--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;--align-items:center;--gap:50px 50px;--row-gap:50px;--column-gap:50px;}.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-1641 .elementor-element.elementor-element-5287392{text-align:center;}.elementor-1641 .elementor-element.elementor-element-5287392 .elementor-heading-title{font-family:"Rubik", Sans-serif;font-weight:400;color:var( --e-global-color-2ce706a );}.elementor-widget-search{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search.e-focus{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search .elementor-pagination{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-1641 .elementor-element.elementor-element-ff7d00b .e-search-submit{background-color:var( --e-global-color-primary );}.elementor-1641 .elementor-element.elementor-element-ff7d00b .e-search-submit:hover{background-color:var( --e-global-color-660e7f3 );}.elementor-1641 .elementor-element.elementor-element-ff7d00b{width:100%;max-width:100%;--e-search-submit-border-radius:40px 40px 40px 40px;}.elementor-1641 .elementor-element.elementor-element-ff7d00b .e-search-input{border-radius:28px 28px 28px 28px;}#elementor-popup-modal-1641 .dialog-widget-content{animation-duration:0.7s;border-style:solid;border-color:var( --e-global-color-96ef441 );border-radius:10px 10px 10px 10px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1641{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1641 .dialog-message{width:640px;height:380px;align-items:center;}#elementor-popup-modal-1641 .dialog-close-button{display:flex;}@media(max-width:767px){.elementor-1641 .elementor-element.elementor-element-ff7d00b{width:100%;max-width:100%;}#elementor-popup-modal-1641 .dialog-message{width:304px;}#elementor-popup-modal-1641{justify-content:center;align-items:center;}#elementor-popup-modal-1641 .dialog-widget-content{border-radius:10px 10px 10px 10px;}}/* Start custom CSS for search, class: .elementor-element-ff7d00b *//* ---- Estilos exclusivos del buscador popup ---- */
.buscador-popup .e-search-form {
    display: flex;
    flex-direction: column;
    gap: 15px; /* separación entre input y botón */
}

/* Input arriba – 100% ancho */
.buscador-popup .e-search-input-wrapper {
    width: 100%;
}

/* Asegurar que el input ocupe todo el ancho */
.buscador-popup .e-search-input {
    width: 100% !important;
    box-sizing: border-box;
}

/* Botón abajo, ancho completo, en bloque */
.buscador-popup .e-search-submit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    /* No tocamos colores ni tipografías tuyas */
    padding: 14px 0 !important;
    border-radius: 12px; 
}

/* Ícono + texto centrado */
.buscador-popup .e-search-submit svg {
    margin-right: 8px;
    height: 18px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-64d734a *//* ====== ESTILOS GENERALES PARA EL POPUP ====== */
.buscador-popup .e-search-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.buscador-popup .e-search-input-wrapper {
    width: 100%;
}

.buscador-popup .e-search-input {
    width: 100% !important;
    box-sizing: border-box;
}

/* Botón abajo en mobile */
.buscador-popup .e-search-submit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 0 !important;
    border-radius: 12px;
}

.buscador-popup .e-search-submit svg {
    margin-right: 8px;
    height: 18px;
}


/* ====== ESCRITORIO: TODO EN UNA FILA ====== */
@media (min-width: 768px) {
    .buscador-popup .e-search-form {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .buscador-popup .e-search-input-wrapper {
        width: auto;
        flex: 1; /* el input toma todo el espacio disponible */
    }

    .buscador-popup .e-search-submit {
        width: auto;      /* botón vuelve a su tamaño normal */
        padding: 12px 20px !important;
        white-space: nowrap; /* evita que el texto salte de línea */
    }
}/* End custom CSS */