/* Kueshi: buscador de cabecera. Salient mantiene sus estados y animaciones. */
body.material #header-outer #search-outer::before,
body.material #search-outer .bg-color-stripe {
    background: radial-gradient(ellipse at 25% 45%, #bedecf 0%, #e4eee5 48%, #faf5ff 100%) !important;
}
body.material #header-outer #search-outer {
    background: #edf2eb !important;
}
body.material #search-outer #search {
    max-width: 1200px;
    width: 100%;
}
body.material #search-outer #search > .container {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    padding: 0 76px 0 32px !important;
}
body.material #search-outer #search-box .col {
    margin: 0;
    width: 100%;
}
body.material #search-outer #search form {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    width: 100%;
    margin: 0;
    float: none;
}
body.material #header-outer #search-outer #search #search-box input[name="s"] {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    height: 64px !important;
    padding: 0 26px !important;
    border: 1px solid rgba(93, 93, 93, .18) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #5d5d5d !important;
    font-family: Montserrat, sans-serif;
    font-size: clamp(16px, 2.1vw, 25px) !important;
    line-height: 1.3 !important;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: none;
    transition: border-color .2s, box-shadow .2s;
}
body.material #header-outer #search-outer #search input[name="s"]::placeholder {
    color: #737373 !important;
    opacity: 1;
}
body.material #header-outer #search-outer #search #search-box input[name="s"]:focus {
    outline: none;
    border-color: #A480C6 !important;
    box-shadow: 0 0 0 3px rgba(164, 128, 198, .22) !important;
}
body.material #header-outer #search-outer .search-box__button {
    position: static !important;
    transform: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    clip: auto !important;
    clip-path: none !important;
    overflow: visible;
    width: auto !important;
    height: 54px !important;
    margin: 0 !important;
    padding: 0 28px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #d2bfe4 !important;
    color: #493859 !important;
    font-family: Montserrat, sans-serif;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
    /* Salient desactiva por defecto las pulsaciones del botón oculto. */
    pointer-events: auto !important;
    opacity: 1;
    transition: background .2s;
}
body.material #header-outer #search-outer .search-box__button:hover {
    background: #bfa3d9 !important;
}
body.material #search-outer #search .span_12 form > span {
    position: static;
    display: block;
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0 0 0 26px;
    color: #5d5d5d !important;
    opacity: 1;
    font: 400 12px/1.5 Montserrat, sans-serif;
    letter-spacing: 0;
}
body.material #header-outer #search-outer #search #close {
    top: 50%;
    right: 16px;
    margin-top: -39px;
}
body.material #header-outer #search-outer #search #close a {
    position: relative;
    display: block;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
body.material #header-outer #search-outer #search #close a::before {
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    background: rgba(255, 255, 255, .8);
}
body.material #header-outer #search-outer #search #close .close-wrap {
    top: 50%;
    width: 18px;
    height: 18px;
    margin: 0;
}
body.material #header-outer #search-outer #search #close .close-line {
    top: 0;
    left: 8px;
    height: 100%;
    margin: 0;
    background: #5d5d5d;
}
body.material #header-outer #search-outer :is(.search-box__button, #close a):focus-visible {
    outline: 2px solid #70518d;
    outline-offset: 4px;
}
@media (max-width: 600px) {
    body.material #search-outer #search > .container { padding: 0 64px 0 20px !important; }
    body.material #search-outer #search form { gap: 10px 8px; }
    body.material #header-outer #search-outer #search #search-box input[name="s"] {
        height: 52px !important;
        padding: 0 16px !important;
    }
    body.material #header-outer #search-outer .search-box__button {
        height: 44px !important;
        padding: 0 14px !important;
        font-size: 11px !important;
    }
    body.material #search-outer #search .span_12 form > span { margin-left: 16px; font-size: 11px; }
    body.material #header-outer #search-outer #search #close { right: 10px; }
}
@media (max-width: 380px) {
    body.material #search-outer #search form { grid-template-columns: minmax(0, 1fr); }
    body.material #header-outer #search-outer .search-box__button { grid-row: 2; justify-self: start; }
    body.material #search-outer #search .span_12 form > span { display: none; }
    body.material #header-outer #search-outer #search #close { margin-top: -49px; }
}
@media (prefers-reduced-motion: reduce) {
    body.material #search-outer #search :is(input, button) { transition: none; }
}
