.elementor-4913 .elementor-element.elementor-element-0f1e1ae{--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;--justify-content:flex-start;}#elementor-popup-modal-4913 .dialog-widget-content{background-color:#FFFFFF;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-4913{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4913 .dialog-message{width:100vw;height:917px;align-items:flex-start;}#elementor-popup-modal-4913 .dialog-close-button{display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-8845074 *//* =========================================
   ESTILOS ÚNICOS BUSCADOR HEADER (FULL WIDTH)
   ========================================= */

/* 1. Contenedor Principal (La Píldora) */
.mi-custom-header-search {
    display: flex;
    align-items: center;
    width: 100%; /* Ocupa todo el ancho disponible */
    max-width: 100%; /* Eliminamos el límite de 700px */
    margin: 0; /* Quitamos márgenes automáticos para que toque bordes si es necesario */
    border: 2px solid #eee;
    border-radius: 50px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

/* 2. El Campo de Texto */
.mi-custom-header-search input[type="text"] {
    flex: 1;
    height: 60px;
    padding: 0 30px;
    border: none !important;
    background: transparent !important;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #333;
    outline: none !important;
    box-shadow: none !important;
}

/* Texto de relleno (Placeholder) */
.mi-custom-header-search input[type="text"]::placeholder {
    color: #999;
}

/* 3. El Botón de la Lupa */
.mi-custom-header-search button {
    width: 80px; /* Un poco más ancho para que se vea bien */
    height: 60px;
    background: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    border-left: 1px solid #eee;
    padding: 0;
}

/* Efecto al pasar el mouse por el botón */
.mi-custom-header-search button:hover {
    background: rgb(240,88,24); /* Naranja de tu marca */
}/* End custom CSS */