﻿.search-module {
    height: 300px;
    padding: 0 60px;
}

    .search-module .search-moduleContent {
        max-width: 1920px;
        margin: 0 auto;
    }

    .search-module .category-search {
        padding-top: 20px
    }

.results-SearchModule .seeMore-search {
    margin-bottom: 20px;
    margin-top: 5px;
    color: #4D3293;
}

.search-module .dropdown-width {
    width: auto;
    background: #fff;
    border: none;
    height: 60px;
}

.results-SearchModule .col-search-result .featureImage-search {
    width: 251px;
    height: 150px;
    object-fit: cover;
}


.results-SearchModule .col-search-result .featureImageDefault-search {
    width: 251px;
    height: 150px;
    object-fit: cover;
    object-position: left;
}

.results-SearchModule .svg-seemore {
    transform: rotate(-90deg);
}

.search-module .icon-search-lupa {
    height: 20px;
    width: 20px;
}

.search-module .containerSearch {
    width: 480px;
}

.search-module .form-control {
    height: 40px;
    border-radius: 25px;
    display: block;
    padding: 8px 0.75rem;
    font-size: 18px;
    font-weight: 400;
    color: white;
    -webkit-appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding-left: 4px;
    border: none;
    font-family: var(--font-tpSans-light);
    background-color: transparent;
}

    .search-module .form-control::placeholder {
        color: white;
    }

    .search-module .form-control:focus {
        box-shadow: none;
        border: none;
    }

.search-module .input-group {
    border-bottom: 2px solid #FFFFFF;
}

.search-module .input-group-prepend,
.search-module .input-group-text {
    background-color: transparent;
    border-color: #fff;
    height: 40px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: none;
}

.results-SearchModule .line-awards {
    height: 1px;
    margin: 0 auto;
}

.results-SearchModule p {
    margin: 0;
}

.search-module-input-search select option {
    color: #000;
}

/*.results-SearchModule .col-search-result {
    margin: 25px 0;
}*/

.results-SearchModule {
    padding: 0 60px;
    max-width: 1920px;
    margin: 0 auto;
}

.search-module .search-module-h1 {
    font-family: var(--font-tpSans-exLight);
    margin: 0;
    line-height: 1;
    font-size: 40px;
    padding-bottom: 24px;
}

.results-SearchModule .icon-search-close {
    width: 44px;
    padding-right: 10px;
}

.results-SearchModule .search-module-h4 {
    font-family: var(--font-tpSans-exLight);
    color: #4b26ad;
    text-align: center;
    margin-bottom: 24px;
}

.results-SearchModule .search-module-h6 {
    font-family: var(--font-tpSans-light);
    text-align: center;
    color: #38514d;
}

.search-module select {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: 80%;
}

.results-SearchModule .search-module-Result-tags-lbl1 {
    font-family: var(--font-noto);
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
}

.results-SearchModule .search-module-Result-tags-lbl2 {
    font-family: var(--font-tpSans-exLight);
    line-height: 1;
    font-weight: 300;
    font-size: 2.5rem;
}

.results-SearchModule .nameSearchPages {
    font-size: 2.2rem;
    font-family: var(--font-tpSans-exLight);
    line-height: 1;
    font-weight: 300;
    width: 100%;
    margin: 0;
}

.results-SearchModule .descriptionResults {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    margin-bottom: 30px;
}

.results-SearchModule .align-button {
    display: flex;
    justify-content: end;
}

.search-module .filterHiddencls {
    display: none;
}

/*.results-SearchModule .buttonPageSearch {
    width: 170px;
    text-align: center;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}*/

.results-SearchModule .imageDefaultPages {
    width: 251px;
}

.results-SearchModule .documentSearch,
.results-SearchModule .typeTitleSearch {
    font-family: var(--font-noto);
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 0.6rem;
}

.rectImageDefault {
    height: 100%;
    width: 100%;
}

.results-SearchModule .containerFilter {
    position: absolute;
    width: 233px;
    border-radius: 23px;
}

.results-SearchModule #buttonFilterSearch {
    padding: 9px 4px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #5318BF;
}

    .results-SearchModule #buttonFilterSearch span {
        padding-right: 10px;
        font-family: var(--font-tpSans-light);
        font-weight: var(--fw-light);
        font-size: 18px;
        line-height: 24px;
        color: #5318BF;
        text-align: left;
    }

    .results-SearchModule #buttonFilterSearch .arrowFilterSearch {
        position: absolute;
        right: 11px;
        width: 20px;
        top: 14px;
    }

    .results-SearchModule #buttonFilterSearch .arrowFilterSearch180 {
        transform: rotate(180deg);
    }

.results-SearchModule .filterList ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    z-index: 10;
    border: 1px solid #CED6DE;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

    .results-SearchModule .filterList ul li {
        border: 1px solid #CED6DE;
        width: 100%;
        margin: 0;
        padding: 1rem;
        color: #3E4854;
        font-size: 14px;
        font-family: var(--font-tpSans-light);
        font-weight: 300;
    }

        .results-SearchModule .filterList ul li:hover {
            background: #F4F6F8;
        }

.results-SearchModule .fi-loadmore.tp-btn {
    background: transparent;
    border: 1px solid var(--border-primary-strong);
    color: var(--title-primary-strong);
}

    .results-SearchModule .fi-loadmore.tp-btn:hover,
    .results-SearchModule .fi-loadmore.tp-btn:focus-visible {
        background: var(--bg-primary-strong);
        border-color: var(--bg-primary-strong);
        color: var(--title-inverse);
    }

.results-SearchModule .tp-btn > * {
    position: relative;
    z-index: 2;
}

.results-SearchModule .tp-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 56px;
    min-width: 120px;
    padding: 8px 16px;
    background: #8051FF;
    color: #FFFFFF;
    font-size: 18px;
    font-family: var(--font-tpSans-light);
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    isolation: isolate;
    box-sizing: border-box;
    text-decoration: none;
    border: 0;
}

    .results-SearchModule .tp-btn > * {
        position: relative;
        z-index: 2;
    }

/* Hover: preenchimento cobre o botão inteiro (wipe da esquerda p/ direita) */
.results-SearchModule .tp-btn__accent {
    position: absolute;
    inset: 0;
    background: var(--bg-secondary-strong);
    transform: scaleX(0);
    transform-origin: left center;
    z-index: 1;
    transition: transform var(--t-base) var(--ease);
    width: 100%;
    height: 100%;
}

.results-SearchModule .tp-btn:hover .tp-btn__accent,
.results-SearchModule .tp-btn:focus-visible .tp-btn__accent {
    transform: scaleX(1);
}

.results-SearchModule .tp-btn__icon {
    width: 24px;
    height: 24px;
    flex: none;
    transition: transform var(--t-base) var(--ease);
}

    .results-SearchModule .tp-btn__icon svg {
        width: 100%;
        height: 100%;
        display: block;
    }

.results-SearchModule .tp-btn:hover .tp-btn__icon,
.results-SearchModule .tp-btn:focus-visible .tp-btn__icon {
    transform: rotate(-45deg);
}

@media (min-width:1920px) {

    .results-SearchModule .descriptionResults {
        font-size: 20px;
    }

    .search-module .containerSearch {
        width: 560px;
    }

    .results-SearchModule .col-search-result .featureImageDefault-search,
    .results-SearchModule .col-search-result .featureImage-search {
        width: 300px;
        height: 170px;
    }

    .results-SearchModule .imageDefaultPages {
        width: 300px;
    }
}

@media (max-width:992px) {

    .results-SearchModule {
        padding: 0 20px;
    }
}

@media (max-width:767.9px) {
    .results-SearchModule .col-search-result-document {
        display: flex;
        justify-content: center;
    }

    .results-SearchModule .align-button {
        justify-content: center;
    }

    .results-SearchModule .typeTitleSearch {
        margin-top: 20px;
    }

    .results-SearchModule,
    .search-module {
        padding: 0 20px;
    }

        .search-module .search-module-h1 {
            font-size: 1.6rem;
        }

        .results-SearchModule .search-module-Result-tags-lbl2 {
            font-size: 2.2rem;
        }

        .results-SearchModule .nameSearchPages {
            font-size: 1.8rem;
        }
}
