@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.post-type-archive-faqs .faqs__hero {
    font-size: calc(1rem + (1.3 - 1) * ((100vw - 20rem) / 127));
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #d5e7ff;
    background-color: #f7fbff;
    z-index: 2;
}

.post-type-archive-faqs .faqs__wrapper {
    box-sizing: content-box;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding-top: 12rem;
    padding-bottom: 8rem;
}

.post-type-archive-faqs .faqs__wrapper > h1 {
    color: #111957;
    margin-top: 0;
    padding-top: 2.1333333333rem;
    font-size: 3.5rem;
    font-weight: 900;
}

.post-type-archive-faqs .faqs__wrapper > p {
    font-size: 1.1377777785rem;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.faqs-search-results__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 24px;
}

.post-type-archive-faqs .faqs__grid {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-template-areas: "sidebar article";
    gap: 0;
    color: #4b4e65;
    /* margin: 50px 0;*/
}

.post-type-archive-faqs .archive-faqs-update {
    display: flex;
    flex-direction: column;
    margin-bottom: 44px;
}

.post-type-archive-faqs .faqs__right {
    border-radius: 6px;
    position: relative;
}

.faqs-title {
    text-align: center;
    margin: 0;
}

.archive-faqs-update .faqs__left {
    max-width: 100%;
    height: 100px;
    overflow-y: hidden;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .archive-faqs-update .faqs__left {
        width: 100%;
    }
}

.archive-faqs-update .faqs__right {
    border-radius: 6px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .archive-faqs-update .faqs__accordion section {
        margin: 0 !important;
    }
}

@media (min-width: 768px) {
    .archive-faqs-update .faqs__accordion {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

.archive-faqs-update .sidebar-faqs {
    width: auto;
    margin: 2em 3em;
    font-size: 20px;
}

.archive-faqs-update .sidebar-faqs ul {
    width: auto;
    margin: 2em 3em;
    font-size: 20px;
    display: flex;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .archive-faqs-update .sidebar-faqs {
        justify-content: center;
    }
}

.archive-faqs-update .active-link {
    background-color: #000;
    color: #fff !important;
}

.archive-faqs-update .sidebar-faqs li {
    margin-bottom: 0;
}

.archive-faqs-update .sidebar-faqs li a {
    color: #292b2e;
    margin: 0.3rem;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #e4e6ea;
    padding: 8px 12px;
    border-radius: 20px;
    white-space: nowrap;
}

.archive-faqs-update .sidebar-faqs li a:hover {
    color: #fff;
    background-color: #000;
    transition: background-color 0.3s ease-in-out;
}

.archive-faqs-update .faqs__icon img {
    width: 10px;
}

@media (min-width: 768px) {
    .archive-faqs-update .faqs__icon img {
        transform: rotate(-90deg);
        width: 10px;
        margin: 2px;
    }
}

.post-type-archive-faqs section > h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e4e6ea;
    border-radius: 6px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #292b2e;
    cursor: pointer;
    margin: 0;
    padding: 1.3333333333rem 2.1333333333rem;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-user-select: none;
    user-select: none;
}

.archive-faqs-update section > a h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e4e6ea;
    border-radius: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #292b2e;
    cursor: pointer;
    margin: 0;
    padding: 1.3333333333rem 2.1333333333rem;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-user-select: none;
    user-select: none;
}

.post-type-archive-faqs section > h3:hover {
    background-color: #f7fbff;
    padding-left: 2.6666666667rem;
}

.post-type-archive-faqs .faqs__wrapper.hero__wrapper p {
    margin-bottom: 20px;
}

.post-type-archive-faqs .btn-primary {
    width: fit-content;
    background: white;
    border: 1px solid #d5e7ff;
    color: #111957;
    margin-top: 15px;
    border-radius: 6px;
}

.post-type-archive-faqs .btn-primary a {
    font-size: 16px;
    color: #111957;
    padding: 20px 15px;
    margin: 0;
    font-weight: 500;
    text-decoration: none;
}

.post-type-archive-faqs .faqs__accordion__search {
    padding: 1.3333333333rem 2.1333333333rem;
    margin-bottom: 15px;
    border-radius: 6px;
    background-color: #f8f8fb;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.post-type-archive-faqs .faqs__accordion__search__fields {
    display: flex;
    gap: 5px;
}

.post-type-archive-faqs .faqs__accordion__search label {
    font-size: 20px;
    font-weight: 500;
    color: black;
}

.post-type-archive-faqs .faqs__accordion__search .input-looking {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #dddada;
    height: 48px;
}

.post-type-archive-faqs .faqs__accordion__search textarea:focus,
input:focus {
    outline: none;
}

.post-type-archive-faqs .faqs__accordion__search input[type="submit"] {
    margin: 0;
}

.post-type-archive-faqs .faqs__accordion_excerpt {
    padding: 2.66rem;
    background: #f7fbff;
    border: 1px solid #d5e7ff;
    border-radius: 16px;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.post-type-archive-faqs .faqs__accordion p {
    font-size: 18px;
    line-height: 26px;
    color: #4b4e65;
}

.post-type-archive-faqs .faqs__accordion section {
    margin-bottom: 2em;
}

.post-type-archive-faqs .faqs__accordion section:last-child {
    margin-bottom: 0;
}

.post-type-archive-faqs .sidebar-faqs {
    margin: 2em 3em;
    font-size: 20px;
}

.archive-faqs-update .sidebar-faqs {
    margin: 0;
}

.archive-faqs-update .sidebar-faqs {
    display: flex;
    font-size: 20px;
}

.contenido-page .sidebar-faqs img {
    width: 25px;
    height: 25px;
}

.sidebar-faqs li a:hover {
    color: #5468ff;
}

/* ************************* search page *********************** */
.faqs-search-results__not-founded {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin: 0 0 0;
}

.faqs-search-results__not-founded__info__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #292b2e;
    margin-bottom: 10px;
}

.faqs-search-results__not-founded__info__list {
    margin-left: 30px;
}

.faqs-search-results__not-founded__info__list a {
    font-weight: 500;
    text-decoration: underline;
}

.faqs-search-results__not-founded__info__list li {
    list-style: disc;
    margin-bottom: 10px;
}

.faqs-search-results__not-founded__info__list__intercom {
    cursor: pointer;
}

@media (max-width: 768px) {
    .post-type-archive-faqs .faqs__grid {
        display: flex;
        flex-direction: column;
        /*  margin: 50px 0 100px 0px;*/
    }
    /*
    .post-type-archive-faqs .sidebar-faqs {
        margin: 2em 3em;
    }*/

    .post-type-archive-faqs .faqs__wrapper.hero__wrapper {
        margin: 0px 7.5%;
    }

    /* .post-type-archive-faqs {
        margin-top: -72px;
    } */

    .post-type-archive-faqs .faqs__wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .post-type-archive-faqs .faqs__wrapper > h1 {
        font-size: 2rem;
    }

    .post-type-archive-faqs .faqs__wrapper > p {
        font-size: 1.1rem;
        line-height: 1.7rem;
    }

    input.btn-primary-l.cta-primary.destination__btn.hide-mobile {
        display: none;
    }
}

@media (min-width: 768px) {
    .post-type-archive-faqs .faqs__accordion__search {
        flex-direction: row;
        justify-content: left;
    }

    .post-type-archive-faqs .faqs__accordion__search__fields {
        flex: auto;
    }

    .post-type-archive-faqs .faqs__accordion__search__fields_inner {
        width: 70%;
    }

    .post-type-archive-faqs .faqs__accordion__search .input-looking {
        width: 100%;
    }

    .post-type-archive-faqs .faqs__accordion__search input[type="submit"] {
        width: 30%;
    }
}

.paginacion-faqs {
    background-color: transparent;
    margin: 20px auto 30px;
}

.paginacion-faqs .page-numbers {
    margin: 1rem;
    color: #56575a;
}

.paginacion-faqs > span.current {
    background-color: #fff;
}

.paginacion-faqs > span.current {
    border-radius: 12px;
    height: 52px;
    width: 52px;
    border: 1px solid #000;
    cursor: pointer;
    margin: 0.5 rem;
}

.paginacion-faqs > a:not(.next):not(.prev) {
    border: none;
    border-radius: 12px;
    height: 52px;
    width: 52px;
}

.paginacion-faqs > a.prev,
.paginacion-posts > a.next {
    font-size: 0px;
}

@media (min-width: 992px) {
    .archive-faqs-update .faqs__left {
        width: auto;
        overflow-x: unset;
    }

    .paginacion-faqs {
        margin: 40px auto 0;
    }

    /* ************************* search page *********************** */
    .faqs-search-results__not-founded {
        flex-direction: row;
        margin: 20px 0 10px;
    }
}
