#navbar-top .navbar-form {
    display: none;
}

body.searcher-open #navbar-top .navbar-form {
    display: flex;
}

.path-search .region-precontent form {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    justify-content: flex-end;
    margin-block-end: 20px;
}

.path-search .region-precontent .metasearcher__box {
    width: 500px;
    height: 48px;
    margin: 0 auto;
    border-radius: 50px;
    padding: 24px;
    padding-inline-end: 64px;
    font-size: 24px;
    border: solid 1px var(--dark-blue);
    background-color: transparent;
    box-shadow: none;
    color: var(--dark-blue);
}

.path-search .region-precontent .metasearcher__button {
    position: absolute;
    height: fit-content;
    width: fit-content;
    transform: translate(-30px, -15%);
    background-color: transparent;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none;
}

.path-search .region-precontent .metasearcher__button span:not(.value) {
    height: fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
}

.path-search .region-precontent .metasearcher__button span:not(.value)::after {
    font-family: "Material Icons Outlined";
    font-size: 30px;
    content: "\e8b6";
    color: var(--dark-blue);
}

.path-search .region-precontent .metasearcher__button .value {
    display: none;
}

.path-search .region-precontent .dewenir-metabuscador {
    margin-top: var(--margin-xl);
}

.path-search .region-precontent h1.title {
    margin-bottom: var(--margin-xl);
}

.path-search #main-wrapper img,
.path-search #main-wrapper .no-img {
    max-width: 70px;
    height: 70px;
    object-fit: cover;
    min-height: 0;
}

.path-search article {
    position: relative;
}

.path-search #main-wrapper section {
    width: 66%;
    margin: 0 auto;
}

.path-search .subtitle {
    font-family: Inter;
    font-size: 22px;
    line-height: 25px;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 0 !important;
}

.path-search .subtitle span {
    font-weight: inherit !important;
}

.path-search .subtitle-text {
    font-family: inherit;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal !important;
}

.path-search .view-header {
    display: flex;
    margin-top: 70px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--grey);
    font-size: 24px;
    color: var(--dark-grey);
}

.path-search .view-header>h2 {
    font-family: Inter;
    font-size: 30px;
    line-height: 35px;
    margin-right: 10px;
}

.path-search .more-link {
    height: 40px;
    border-radius: 40px;
    color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 6px 24px;
    margin-top: 20px;
}

.path-search .more-link a {
    text-decoration: none;
    color: var(--dark-blue);
}

.path-search .meta-no__results {
    font-size: 20px;
    color: darkgray;
    text-align: center;
    margin-top: 50px;
}

@media screen and (max-width: 1919px) {}

@media screen and (max-width: 1439px) {}

@media screen and (max-width: 1279px) {}

@media screen and (max-width: 991px) {
    .path-search .view-header>h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .path-search .region-precontent .metasearcher__box {
        height: 44px;
        padding: 22px;
        padding-inline-end: 65px;
        font-size: 20px;
    }

    .path-search #main-wrapper section {
        width: 80%;
    }

    .path-search .region-precontent form {
        width: 80%;
    }

    .path-search .region-precontent .metasearcher__box {
        width: 100%;
    }

    .path-search .subtitle {
        font-size: 20px;
        line-height: 23px;
    }

    .path-search .subtitle-text {
        font-size: 16px;
        line-height: 22px;
    }

    .path-search .view-header {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .path-search .view-header>h2 {
        font-size: 22px;
        line-height: 25px;
    }

    .path-search .region-precontent .metasearcher__box {
        height: 40px;
        padding: 20px 65px 20px 20px;
        font-size: 16px;
    }

    .path-search #main-wrapper section {
        width: 90%;
    }

    .path-search .more-link {
        height: 32px;
        padding: 2px 16px;
        margin-top: 16px;
        font-size: 14px;
    }

    .path-search .subtitle-text {
        font-size: 14px;
    }

    .path-search .view-header {
        font-size: 16px;
    }
}

@media screen and (max-width: 568px) {
    .path-search #main-wrapper section {
        width: 100%;
    }

    .path-search .region-precontent form {
        width: 90%;
    }
}

/* METABUSCADOR */
.header .form-inline.navbar-form.ml-auto {
    inset: 0;
    background: var(--dark-blue);
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5993;
    max-width: 1720px;
    margin: 0 auto;
    box-shadow: 0 0 0 100vmax var(--dark-blue);
    clip-path: inset(0 -100vmax);
    display: none;
}

.header .form-inline.navbar-form.ml-auto form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .form-inline.navbar-form.ml-auto .cerrar {
    position: absolute;
    top: 40px;
    content: url('/sites/default/files/inline-images/close.svg');
    right: 0;
    cursor: pointer;
}

.header .form-inline.navbar-form.ml-auto .metasearcher__box {
    width: 1015px;
    height: 100px;
    border-radius: 50px;
    padding: 25px 85px 25px 50px;
    font-size: 44px;
    border: solid 2px rgba(255, 255, 255, 0.4);
    background-color: transparent;
    box-shadow: none;
    color: var(--white);
}

.header .form-inline.navbar-form.ml-auto .mb-3 {
    margin: 0 !important;
}

@media screen and (max-width: 991px) {
    .header .form-inline.navbar-form.ml-auto form {
        width: 90%;
        margin: 0 auto;
    }

    .header .form-inline.navbar-form.ml-auto .metasearcher__box {
        width: 100%;
        height: 48px;
        padding: 24px;
        padding-inline-end: 64px;
        font-size: 24px;
    }
}

.header .form-inline.navbar-form.ml-auto .metasearcher__button {
    position: absolute;
    height: fit-content;
    width: fit-content;
    transform: translate(-30px);
    background-color: transparent;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none;
}

.header .form-inline.navbar-form.ml-auto .metasearcher__button span:not(.value) {
    height: fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
}

.header .form-inline.navbar-form.ml-auto .metasearcher__button span:not(.value)::after {
    font-family: "Material Icons Outlined";
    font-size: 44px;
    content: "\e8b6";
    color: var(--white);
}

@media screen and (max-width: 991px) {
    .header .form-inline.navbar-form.ml-auto .metasearcher__button span:not(.value)::after {
        font-size: 32px;
    }
}

.header .form-inline.navbar-form.ml-auto .metasearcher__button .value {
    display: none;
}

.path-search .block--title {
    font-family: Inter;
    font-size: 30px;
    line-height: 35px;
    margin-right: 10px;
    margin-top: 70px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--grey);
    display: block;
}

@media screen and (max-width: 991px) {
    .path-search .block--title {
        font-size: 25px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .path-search .block--title {
        font-size: 22px;
        line-height: 25px;
    }
}