
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.global-container {
    padding: 0 0;
}

p {
    color: #231B22;
    font-family: Ubuntu;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
}

h1 {
    color: #FFF;
    font-family: Rubik;
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 5rem;
    letter-spacing: 0.125rem;
}

h2 {
    color: #231B22;
    font-family: Rubik;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
}

h4 {
    color: #4C1668;
    text-align: center;
    font-family: Rubik;
    font-style: normal;
    line-height: 1.8125rem;
    font-size: 1.4375rem;
    font-weight: 600;
}

h5 {
    color: #4C1668;
    text-align: center;
    font-family: Rubik;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    text-decoration: line-through;
}

h6 {
    color: #FFF;
    font-family: Rubik;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
    width: 50%;
}

.hide-scroll {
    overflow-y: hidden !important;
    overflow-y: hidden !important;
}

ul {
    margin-bottom: 0 !important;
    list-style: none !important;
}

a, button {
    cursor: pointer;
    text-decoration: none !important;
}

a:hover {
    color: #000 !important;
}

/*
.box-loader {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    row-gap: 1rem;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #4C1668;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite; 
    animation: spin 2s linear infinite;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


*/

main {
    margin-top: 100px!important;
}

#no-freeze-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.1s linear;
    opacity: 0;
    height: 100vh;
    transform: scale(10);
    z-index: -1;
    background: rgba(0, 0, 0, 0.8);
}

.box-loader #no-freeze-spinner {
    z-index: 9999;
    opacity: 0.5;
    transform: scale(1);
}

#no-freeze-spinner > div > div {
    animation-play-state: paused;
    border: 5px solid #e75e04;
    border-radius: 50%;
    animation: rotate 1s infinite linear;
    border-left-color: rgba(200, 200, 200, 0.4);
    width: 100%;
    height: 100%;
}

#no-freeze-spinner > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0.8);
    width: 60px;
    height: 60px;
    padding: 5px;
}

.box-loader #no-freeze-spinner div div {
    animation-play-state: running;
}

@keyframes loadicons {
    0% {
        transform: scale(0) translate3d(0, 0, 0);
    }

    11% {
        transform: scale(1.2) translate3d(0, 0, 0);
    }

    22% {
        transform: scale(1) translate3d(0, 0, 0);
    }

    33% {
        transform: scale(0) translate3d(0, 0, 0);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.box-loader #no-freeze-spinner i {
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #e75e04;
    width: 24px;
    height: 24px;
    line-height: 1;
    transform: scale(0) translate3d(0, 0, 0);
}

.box-loader #no-freeze-spinner i:nth-of-type(1) {
    animation: loadicons 3s infinite ease-in-out;
}

.box-loader #no-freeze-spinner i:nth-of-type(2) {
    animation: loadicons 3s 1s infinite ease-in-out;
}

.box-loader #no-freeze-spinner i:nth-of-type(3) {
    animation: loadicons 3s 2s infinite ease-in-out;
}









.indicate-company_link {
    text-decoration: underline !important;
}

.message-warning-info {
    font-family: Rubik;
}

#message-warning-info_cadastro {
    position: absolute;
    top: 13px;
    font-family: Rubik;
}

#message-warning-info_login {
    position: absolute;
    bottom: 20px;
    font-family: Rubik;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
    .message-warning-info {
        font-family: Rubik;
        font-size: 12px !important;
    }

    #message-warning-info_cadastro {
        position: absolute;
        top: 12px;
        font-family: Rubik;
        font-size: 12px !important;
    }

    #message-warning-info_login {
        position: absolute;
        bottom: 20px;
        font-family: Rubik;
        font-size: 12px !important;
    }

        #message-warning-info_login div {
            width: 250px !important;
        }

    .message-warning-info div,
    #message-warning-info_cadastro div {
        width: 270px !important;
    }
}


.message-info-success {
    margin-right: 10px;
    font-size: 20px !important;
    color: #fff;
    padding: 2px 13px;
    background-color: #81c784;
    border-radius: 15px;
}

.message-info-error {
    margin-right: 10px;
    font-size: 20px !important;
    color: #fff;
    padding: 2px 13px;
    background-color: #e57373;
    border-radius: 15px;
}

.zoom-item {
    transform: scale(0.97);
}

    .zoom-item:hover {
        cursor: pointer;
        transform: scale(1);
        transition: 200ms linear;
    }

.list-menu-footer li {
    cursor: pointer;
}

.logo-rodape,
.logo {
    cursor: pointer;
}

.box-more-cards_show {
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    margin-top: -20rem;
    width: 100%;
    height: 320px;
}

.more-cards_show {
    display: flex!important;
    justify-content: center!important;
    align-items: end;
    width: 100%;
    height: 320px;
    background: linear-gradient(#ffffff54 30%, #fffffff2 70%);
    opacity: 0.99;
}

.viewMore {
    border-radius: 10rem;
    background: #FF4C1C;
    border: none;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-family: Rubik;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    height: 2.5rem;
    width: 6rem;
    margin: 0rem auto;
}

.header-content {
    width: 100%;
    height: 100px;
    background: #FFF;
    box-shadow: 0px 5px 5px 0px rgba(152, 152, 166, 0.20);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.fa-comment-dots {
    font-size: 12px;
    color: #ff9002;
}

.box-logo {
    display: flex;
    align-items: center;
}

.logo {
    width: 12rem;
}

.glider-next {
    font-size: 3.5rem !important;
    position: absolute !important;
    top: 55%;
    right: 80px;
    color: #FF4C1C !important;
    z-index: 1 !important;
}

.hide-item {
    color: #fff !important;
}

@media screen and (max-width: 580px) {
    .logo {
        width: 11rem !important;
    }
}


.logo-rodape {
    width: 373px;
}

.search-container > ul {
    display: flex;
    list-style-type: none;
    gap: 0.5rem;
}

.menu-desktop,
.list-menu-footer {
    display: flex;
    list-style-type: none;
    gap: 2rem;
}

.box-default_search {
    display: flex;
}

.input-default_search {
    width: 500px;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 200;
    padding-left: 1rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    border-radius: 20px;
    border: 2px solid #d1d1d9;
    outline: none;
    cursor: pointer;
}

.input-default_search::placeholder {
    background-image: url("../assets/images/search.svg");
    background-repeat: no-repeat;
    font-size: 14px;
    font-style: italic;
    padding-left: 25px;
    font-weight: 200;
}


.btn-default_search {
    position: relative;
    left: -25px;
    font-family: Ubuntu;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 0px 20px 20px 0px;
    border: none;
    color: #fff;
    background-color: #ff9002;
    padding: 0rem 1rem;
    cursor: pointer;
}


a {
    text-decoration: none;
    color: #FF4C1C;
    text-align: center;
    font-family: Ubuntu;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
}

.banner {
    width: 100%;
    /*height: 65vh;*/
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.card-content {
    margin: 1rem !important;
}

/* componente conta user */

.conta-user {
    cursor: pointer;
}

.py-22 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.btn-user-profile {
    color: #FFF !important;
    background: #4C1668 !important;
    font-family: Ubuntu !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    text-align: center !important;
    padding: 0.5rem 2rem !important;
    border-radius: 10px !important;
}

.cv-mobile {
    display: none;
}

.cv-desktop {
    display: flex;
}

@media screen and (min-width: 0px) and (max-width: 480px) {

    .container-profile {
        margin-top: 130px !important;
    }

    .title-profile_user {
        font-size: 1.2rem !important;
    }

    .central-vendas {
        flex-direction: column;
        gap: 0rem;
    }

    .cv-desktop {
        display: none;
    }
    .cv-mobile {
        display: flex;
        flex-wrap: nowrap;
    }
    .header-content {
        padding-left: 1rem;
        padding-right: 1.2rem;
    }
}

.container-banner_ajuste {
    display: flex;
    width: 100%;
    z-index: -3 !important;
}

.container-banner_mobile {
    display: none!important;
}

.slick-dots {
    bottom: 20px !important;
}

.slick-dots li.slick-active button:before {
    color: #fff !important;
    font-size: 0.7rem !important;
}

.slick-dots li button:before {
    color: #fff !important;
}

.slick-dots li button:before {
    font-size: 0.7rem !important;
}

.banner-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 20vh;
    z-index: -2 !important;
    padding: 0.5rem 7rem;
}

.banner-title {
    width: 55%;
    font-family: Rubik;
    font-weight: 600;
    font-size: 3.7rem;
    line-height: normal;
    margin-bottom: 0.7rem;
}

.banner-text {
    width: 50%;
    display: inline-block;
    font-family: Rubik;
    font-weight: 400;
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    line-height: normal;
}

.button-home {
    width: 15rem;
    height: 3rem;
    border-radius: 0.5rem;
    background: #fff;
    border: none;
    cursor: pointer;
    color: #4C1668;
    font-family: Ubuntu;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 510;
    line-height: 1rem;
}

@media screen and (min-width: 0px) and (max-width: 375px) {

    .banner-content {
        top: 10vh !important;
    }

    .banner-title {
        font-size: 0.6rem !important;
    }

    .banner-text {
        font-size: 1rem !important;
    }

    .button-home {
        width: 10rem !important;
        font-size: 0.8rem !important;
    }
}

.button-home:active, .indicate-button:active {
    opacity: .8;
}

.stories-container {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 3rem 3rem 0 3rem;
    background: #FFF;
}

@media screen and (max-width: 374px) {
    .stories-container {
        padding: 1rem 3rem !important;
        box-sizing: border-box !important;
    }
}

.story-content {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: .15rem;
}

.story-effect {
    width: 7.2rem;
    height: 7.2rem;
    border-radius: 8.4375rem;
    background: linear-gradient(180deg, #6632FF 0%, #FFB039 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.story-image-content {
    width: 7rem;
    height: 7rem;
    border-radius: 8.4375rem;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-image {
    width: 97%;
    height: 97%;
    object-fit: cover;
    border-radius: 8.4375rem;
}

.story-name {
    text-align: center;
    font-family: Rubik;
    color: #000;
    font-size: .9rem;
}

.deals-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 1rem 0;
    padding: 1rem 2rem;
}

    .deals-container h2 {
        font-family: Rubik;
        font-size: 2.3rem;
        font-style: normal;
        font-weight: 500;
        padding: 1rem;
        text-align: center;
    }

@media screen and (max-width: 374px) {

    .beneficts-rh-container > h2 {
        font-size: 1.5rem !important;
    }

    .partners-container > h3 {
        font-size: 1rem !important;
    }

    .notice-container > h2 {
        font-size: 1.5rem !important;
    }

    .box-search-company > h2,
    .deals-container > h2 {
        font-size: 1.8rem !important;
    }
}

.search-container > ul:nth-child(1) {
    padding-left: 6rem;
}

.search-not-found {
    display: none;
}

.item-state {
    background: #ff9002;
    color: #fff;
    padding: 0.7rem 1.4rem;
    text-align: center;
    font-family: Ubuntu;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    border-radius: 10px;
    border: none;
}

.search-container {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    gap: 2rem;
    padding: 0 0rem;
}

    .search-container ul {
        flex-wrap: wrap;
    }


@media screen and (max-width: 374px) {


    .search-container ul {
        padding-left: 0 !important;
        gap: 2rem !important;
    }
}

@media(max-width: 650px) {

    .search-container {
        flex-direction: column;
        justify-content: center;
    }

        .search-container ul {
            padding-left: 0;
            justify-content: center;
        }
}

.search-container select {
    font-family: Rubik;
    background-color: #FFF;
    border: 1px solid #C1C1C1;
    border-radius: 10rem;
    padding: 10px;
    height: 2.5rem;
    width: 10rem;
    font-size: .9rem;
}

    .search-container select:focus {
        outline: none;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }

.search-container option {
    color: #333;
    background-color: #fff;
}

.search-container .select-state {
    width: 3.1rem;
}

.label-search-container {
    font-family: Ubuntu;
    font-size: 1rem;
    font-weight: 500;
    padding-left: 5px;
}

.search-button {
    border-radius: 10px;
    background: #ff9002;
    border: none;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-family: Ubuntu;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1rem;
    height: 2.5rem;
    width: 6rem;
}


.best-deals, .all-deals {
    width: 100%;
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(19.375rem, 1fr));
    row-gap: 2rem;
    column-gap: .8rem;
    gap: 2rem;
    padding: 1.5rem 2rem;
}

.best-deals-mais {
    width: 100% !important;
    display: flex !important;
}

@media screen and (min-width: 0px) and (max-width: 1025px) {
    .all-deals {
        width: 100%;
        display: grid;
        justify-items: center;
        grid-template-columns: repeat(auto-fit, minmax(19.375rem, 1fr));
        row-gap: 2rem;
        column-gap: 0rem;
        gap: 1rem;
        padding: 1rem 0.2rem;
    }

    .best-deals-slider {
        width: 100%;
        display: grid;
        justify-items: center;
        row-gap: 0rem;
        column-gap: 1rem;
        gap: 0rem;
        padding: 1rem 1rem;
    }

        .best-deals-slider > div {
            padding-top: 1rem;
            padding-bottom: 1rem;
            padding-left: 0.1rem !important;
            padding-right: 0rem !important;
        }



    .slick-next.ajust {
        width: 35px !important;
        height: 35px !important;
        border-radius: 22px !important;
    }

    .top-card-content {
        position: relative;
        width: 19rem !important;
        border-radius: .94rem;
    }

    .card-content {
        width: 19rem !important;
        border-radius: .94rem;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25) !important;
        padding: 0rem 0rem !important;
    }
}


@media screen and (min-width: 1026px) and (max-width: 3160px) {

    .best-deals-slider {
        width: 100%;
        display: grid;
        justify-items: center;
        row-gap: 0rem;
        column-gap: 1rem;
        gap: 0rem;
        padding: 1rem 1rem;
    }

        .best-deals-slider > div {
            padding-top: 1rem;
            padding-bottom: 1rem;
            padding-left: 1.5rem !important;
            padding-right: 0.3rem;
        }

    .slick-next.ajust {
        width: 35px !important;
        height: 35px !important;
        border-radius: 22px !important;
    }

    .top-card-content {
        position: relative;
        width: 19rem !important;
        border-radius: .94rem;
    }

    .card-content {
        width: 19rem !important;
        border-radius: .94rem;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25) !important;
        padding: 0rem 0rem !important;
        margin-left: 0.3rem;
    }
}

.card-content {
    border-radius: 8px;
    box-shadow: 5px 9px 20px 0px rgba(0, 0, 0, 0.25);
}

.top-card-content {
    position: relative;
    width: 19.375rem;
    height: 13rem;
    border-radius: .94rem;
}

@media screen and (max-width: 374px) {


    .card-content {
        width: 14rem;
    }

    .top-card-content {
        height: 10rem;
        width: 100%;
        border-radius: .94rem;
    }

    .bottom-card-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.2rem;
        gap: 0.3rem;
    }

    .discount-flag {
        width: 4rem !important;
        top: -10px !important;
        margin: 1rem 0 0 -2rem !important;
        font-size: 0.7rem !important;
    }


    .card-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px 8px 0 0;
    }

    .bottom-card-content h4,
    .bottom-card-content h5,
    .bottom-card-content h3 {
        font-size: 1rem;
    }

    .loading-button {
        width: 9.5rem !important;
        height: 0.8rem;
        border-radius: 1rem;
    }

    .loading-button > span {
        font-size: 0.7rem;
    }
}

.discount-flag {
    display: flex;
    justify-content: center;
    width: 90px;
    position: absolute;
    top: 0;
    height: fit-content;
    padding: .3rem;
    background: #ff9002;
    color: #FFF;
    border: 5px;
    border-radius: .4rem;
    font-size: 0.8rem;
    margin: 1rem 0 0 15.8rem;
    font-family: "Montserrat" !important;
    font-style: normal;
    font-weight: 600;
}

.premium-flag {
    display: none;
    width: 6rem;
    height: 6rem;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.bottom-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0rem;
    gap: 0rem;
}

.bottom-card-content h3 {
    color: #4C1668;
    text-align: center;
    font-family: Rubik;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.8125rem;
}

.bottom-card-content > h4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 80px!important;
    margin-top: 0.9rem!important;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}

.bottom-card-content > h4,
.bottom-card-content > h5,
.bottom-card-content > h3
{
    color: #4D4D4D !important;
    font-family: 'Rubik' !important;
}

.bottom-card-content > h5 {
    margin-top: 0.4rem !important;
    font-family: "Montserrat" !important;
}

.bottom-card-content > h3 {
    margin-top: 0.2rem!important;
    font-family: "Montserrat" !important;
}

.city {
    color: #5c545b !important;
    font-family: 'Rubik' !important;
    font-size: 0.8rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1rem !important;
    margin-bottom: 0.5rem !important;
}

.coupon {
    width: 12.75225rem;
    text-align: center;
    font-family: Courier New;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8125rem;
    border-radius: 0.5rem;
    border: 1px solid #D1D1D1;
    padding: 0.44rem;
    text-transform: uppercase;
}

.bottom-card-content p {
    font-size: .8rem;
}

.loading-button {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 12.3rem;
    height: 3rem;
    border-radius: 10px;
    background: #ff9002;
    border: none;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
    color: #FFF;
    font-family: Rubik;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1.5rem 3.125rem;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

    .loading-button:before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-image: linear-gradient( 135deg, #CCE541 10%, #e6f2a0 100%);
    }

    .loading-button span {
        position: absolute;
        line-height: 0;
    }

        .loading-button span i {
            transform-origin: center center;
        }

        .loading-button span:nth-of-type(1) {
            top: 50%;
            transform: translateY(-50%);
        }

        .loading-button span:nth-of-type(2) {
            top: 100%;
            transform: translateY(0%);
            font-size: 24px;
        }

        .loading-button span:nth-of-type(3) {
            display: none;
        }

.active:before {
    width: 100%;
    transition: width 2s linear;
}

.active span:nth-of-type(1) {
    top: -100%;
    transform: translateY(-50%);
}

.active span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

    .active span:nth-of-type(2) i {
        animation: loading 500ms linear infinite;
    }

.active span:nth-of-type(3) {
    display: none;
}

.finished {
    background-color: #54d98c;
}

    .finished .submit {
        display: none;
    }

    .finished .loading {
        display: none;
    }

    .finished .check {
        display: block !important;
        font-size: 24px;
        animation: scale 0.5s linear;
    }

        .finished .check i {
            transform-origin: center center;
        }

@keyframes loading {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes scale {
    0% {
        transform: scale(10);
    }

    50% {
        transform: scale(0.2);
    }

    70% {
        transform: scale(1.2);
    }

    90% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

.partners-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #dddde1;
    padding: 3rem 5rem;
}

    .partners-container h3 {
        width: 70vw;
        color: #231B22;
        text-align: center;
        font-family: Rubik;
        font-size: 2.3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 3.5rem;
        padding: 0 0 2rem 0;
    }

.partners-content {
    display: flex !important;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
}

.partners-container > div {
    text-align: center;
    padding-left: 1rem;
}

.partner-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 9rem !important;
    height: 5rem !important;
    background: #FFF;
    border-radius: .94rem;
}

.partner-image {
    width: 90%;
    height: 90%;
    object-fit: contain;
    border-radius: .94rem;
    filter: grayscale(100%);
}

    .partner-image:hover {
        transition: all .4s;
        filter: none;
    }

.bg-color {
    background: #F5F5FA;
}

.customer-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 2rem 3rem;
    align-items: center;
    justify-content: center;
}

    .customer-container > h2 {
        color: #4C1668;
        font-family: Rubik;
        font-size: 2.3rem;
        font-style: normal;
        font-weight: 500;
        margin-top: 2rem;
    }

.customer {
    width: 80%;
}

.customer-cards {
    display: flex !important;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 1rem;
    width: 86% !important;
    background: #FFF;
    padding: 1rem;
    gap: .1rem;
    margin: 1.5rem auto;
    margin-top: 2rem;
    box-shadow: 5px 9px 20px 0px rgba(0, 0, 0, 0.25);
}

    .customer-cards h4 {
        color: #231B22;
        font-family: Rubik;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2rem;
    }

.customer-container > p {
    color: #4C1668;
    font-family: Rubik;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    padding: 1.5rem 0rem;
    line-height: 2.1rem;
}

.customer-container > a {
    color: #FFF;
    background: #ff9002;
    font-family: Ubuntu;
    font-weight: 510;
    font-size: 1.1rem;
    text-align: center;
    padding: 1rem 3rem;
    border-radius: 25px;
}


.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 4;
}

.modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.close-button {
    width: 3rem;
    height: 3rem;
    border-radius: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: red;
    color: #FFF;
    border-radius: 5px;
}

.modal-image {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
}

.prev-button,
.next-button {
    position: absolute;
    top: 50%;
    width: 2rem;
    font-size: 2rem;
    background: #FFF;
    color: #000;
    font-weight: bold;
    border-radius: 3rem;
    border: none;
    cursor: pointer;
    z-index: 5;
}

.prev-button {
    left: 8%;
}

.next-button {
    right: 8%;
}

.quotes {
    background-color: #D3D3D3;
    width: 1.9rem;
    margin-left: auto;
    margin-right: auto;
    z-index: 6;
    padding: 0.4rem;
}

.picture-customer {
    position: relative;
    top: -8px;
    width: 80px;
    height: 79px;
    margin: 0 auto;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.right-quote-content {
    display: flex;
    justify-content: flex-end;
}


.beneficts-container {
    display: flex;
    flex-direction: column;
    font-family: Rubik;
}

    .beneficts-container h2 {
        font-family: Rubik;
        font-size: 2.3rem;
        font-style: normal;
        font-weight: 500;
        text-align: center;
        color: #4C1668;
        margin: 1.5rem 18vw 0.8rem 18vw;
    }

    .beneficts-container p {
        text-align: center;
        margin: 0 calc(100vw - 75vw);
        font-size: 1.2rem;
    }

.beneficts-message {
    display: flex;
    justify-content: center;
    font-family: Rubik;
    gap: 15vw;
    margin: 3rem 0;
}

    .beneficts-message > div {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0;
        margin: 0;
    }


        .beneficts-message > div > h3 {
            font-size: 4rem;
            font-family: Ubuntu;
            text-align: center;
        }

        .beneficts-message > div > p {
            margin: 0;
        }


.box-button-values {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

    .box-button-values a {
        font-family: Ubuntu;
        font-size: 1.1rem;
        font-weight: 510;
        border-radius: 1rem;
    }

.indicate-button {
    width: 290px;
    background-color: #ff9002;
    color: #FFF;
    font-family: Ubuntu;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    border-radius: 25px;
    cursor: pointer;
    padding: 1rem;
}


.beneficts-rh-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: Ubuntu;
    background-position: center;
    background-image: url('/assets/images/Imagem-secao-rede.png');
    background-repeat: no-repeat;
    background-size: cover;
}

    .beneficts-rh-container h2 {
        text-align: center;
        color: #FFF;
        font-family: Rubik;
        font-weight: 600;
        font-size: 2.3rem;
        margin: 1.5rem 0 0.8rem 0;
    }

    .beneficts-rh-container p {
        color: #FFF;
        text-align: center;
        margin: 0 calc(100vw - 85vw);
        font-family: Ubuntu;
        font-size: 1.25rem;
        font-weight: 500;
    }

.beneficts-rh-message {
    display: flex;
    justify-content: center;
    font-family: Rubik;
    gap: 5vw;
    margin: 3rem 0;
}

    .beneficts-rh-message > div {
        width: 250px;
        height: 180px;
        background-color: #FFF;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 0;
        border-radius: 20px;
    }

        .beneficts-rh-message > div > h3 {
            font-size: 3rem;
            font-family: Ubuntu;
            text-align: center;
        }

        .beneficts-rh-message > div > p {
            color: #000;
            font-size: 1.25rem;
            font-weight: 500;
            margin: 0.5rem 0;
        }

.how-container {
    display: flex;
    height: 60vh;
}

.how-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 55%;
    gap: 2.3rem;
    background-color: #FF4C1C;
    padding: 3rem;
}

    .how-left h2 {
        font-family: Rubik;
        color: #FFF;
        font-weight: 500;
    }

    .how-left h3 {
        font-family: Rubik;
        font-size: 1.5rem;
        color: #FFF;
        font-weight: 400;
    }

.how-right {
    width: 45%;
    background-image: url('/public/statics/happy01.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.purple {
    background: #ff9002;
    width: 15.5rem;
}

.collaborator-container {
    display: flex;
    height: 60vh;
}

.collaborator-left {
    width: 55%;
    background-image: url('/public/statics/happy02.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.collaborator-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
    gap: 2.3rem;
    background-color: #000;
    padding: 3rem;
}

    .collaborator-right h3 {
        font-family: Rubik;
        font-size: 1.5rem;
        color: #FFF;
        font-weight: 400;
    }

.results-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    background: #ff9002;
    text-align: center;
    gap: 3rem;
}

    .results-container h2 {
        color: #FFF;
        font-size: 2.5rem;
    }

.results-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.results-content {
    width: 30%;
}

    .results-content h2 {
        color: #FF4C1C;
    }

    .results-content p {
        color: #FFF;
    }

.notice-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 2rem 0;
}

    .notice-container h2 {
        font-family: Rubik;
        font-size: 2.3rem;
        font-style: normal;
        font-weight: 500;
    }

.notice-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1.5rem 2rem;
}

.notice-content {
    display: flex;
    flex-direction: column;
    width: 18rem;
    height: 13rem;
    cursor: pointer;
}

.top-notice-content {
    width: 100%;
    height: 100%;
}

    .top-notice-content img {
        width: 100%;
        height: 10rem;
        object-fit: cover;
    }

.bottom-notice-content {
    width: 18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    height: 5rem;
}

@media screen and (max-width: 374px) {
    .notice-content {
        width: 13rem !important;
        height: 15rem !important;
    }

    .bottom-notice-content {
        width: 13rem !important;
    }
}

.bottom-notice-content p {
    text-align: start !important;
    font-size: 1rem;
    font-weight: 500;
    width: 97%;
}




.carousel-instagram {
    padding: 1rem 5vw;
    margin: 4rem 5rem;
}


.post-item {
    padding: 0rem 0.1rem;
}


.frame {
    width: 100%;
    height: 500px;
}


@media (min-width: 0px) and (max-width: 480px) {

    .carousel-instagram {
        padding: 1rem 15vw;
        margin: 2rem 0rem;
        text-align: center;
    }

    .post-image {
        width: 100%;
    }

    .post-item-wrap {
        width: 100%;
    }

    .frame {
        width: 100%;
        height: 490px;
    }
}

@media (min-width: 481px) and (max-width: 820px) {

    .carousel-instagram {
        padding: 1rem 4rem;
        margin: 2rem 0rem;
        text-align: center;
    }

    .post-image {
        width: 100%;
    }

    .post-item-wrap {
        width: 100%;
    }

    .frame {
        width: 95%;
        height: 520px;
    }
}




.newsletter-container > form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
}

    .newsletter-container > form > h2 {
        font-family: Rubik;
        font-size: 2.3rem;
        font-style: normal;
        font-weight: 500;
        padding: 1rem 3rem;
    }

    .newsletter-container > form > div {
        display: flex;
        padding: 3rem 6rem;
        border-radius: 20px;
        background-color: #e4dbe8;
    }

        .newsletter-container > form > div > input {
            width: 320px;
            padding: 0.8rem;
            border-radius: 8px;
            margin: 0 1.5rem 0 0;
            border: none;
            outline: none;
        }

            .newsletter-container > form > div > input::placeholder {
                color: #4C1668;
                font-size: 0.9rem;
                font-weight: 600;
                font-family: Ubuntu;
            }

        .newsletter-container > form > div > button {
            color: #fff;
            font-size: 1.3rem;
            font-weight: 400;
            font-family: Ubuntu;
            padding: 0.8rem 3rem;
            border-radius: 25px;
            border: none;
            background-color: #ff9002;
        }


/*
footer {
    width: 100%;
    background: #FFF;
    display: flex;
    padding: 3rem;
    justify-content: space-around;
    gap: 3rem;
}

    footer a, .footer-message, .support-message {
        font-size: .9rem;
    }

.footer-title {
    cursor: pointer;
    user-select: none;
    font-weight: 500;
    color: #3d3d3d;
    font-size: 1rem;
}

.footer-message {
    display: none;
}

footer h4 {
    text-align: left;
    font-weight: 100;
    font-size: 1.7rem;
    color: #000;
}

footer hr {
    color: #3d3d3d;
    height: 1.5px;
    background-color: #3d3d3d;
    border: none;
}

footer a {
    color: #000;
}

*/
.management {
    width: 100%;
}

.conditions {
    width: 100%;
}

.services {
    width: 100%;
}

.contact {
    width: 100%;
}

.management-links {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1.3rem;
    gap: 1rem;
}

.conditions-links, .services-links, .contact-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .8rem;
    padding-top: 1.3rem;
}

.management-images {
    height: 3.5rem;
}

.management-lgpd {
    height: 8rem;
    margin: 2rem auto;
}

.payment-methods {
    padding-top: 1.3rem;
}

.icon-wrapper {
    display: flex;
    align-items: center;
    width: max-content;
    cursor: pointer;
}

.footer-icon {
    height: 2rem;
    margin: .5rem;
    user-select: none;
}

.payment-images {
    padding-top: 1.3rem;
    height: 4rem;
}


@media (min-width: 770px) and (max-width: 1201px) {
    .notice-content {
        width: 16rem;
    }

    .bottom-notice-content {
        width: 16rem;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .global-container {
        padding: 0 0;
    }

    ul {
        padding-left: 2rem;
        gap: 0.6rem !important;
    }

    h1 {
        font-size: 4rem;
        line-height: 4rem;
        letter-spacing: .05rem;
    }

    .partners-container {
        padding: 1rem .5rem;
    }

    .partner-wrapper {
        width: 7rem !important;
        height: 5rem !important;
    }

    .notice-content {
        width: 14rem;
    }

    .bottom-notice-content {
        width: 14rem;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .global-container {
        padding: 0 0;
    }

    .notice-content {
        width: 11rem;
    }

    .bottom-notice-content {
        width: 11rem;
    }

    ul {
        padding-left: 1rem;
        gap: 1rem;
    }


    h1 {
        font-size: 3rem;
        line-height: 3rem;
        letter-spacing: .05rem;
    }

    h2 {
        font-size: 2rem;
    }

    .partners-container {
        padding: 1rem .5rem;
    }

    .partner-wrapper {
        width: 7rem !important;
        height: 5rem !important;
    }

    .how-container {
        display: flex;
        flex-direction: column;
        height: 100vh;
        width: 100%;
    }

    .how-left {
        align-items: center;
        width: 100%;
    }

    .how-right {
        width: 100%;
        height: 100%;
        gap: 1.2rem;
        padding: 1rem;
    }

    .collaborator-container {
        display: flex;
        height: 100vh;
        flex-direction: column-reverse;
    }

    .collaborator-left {
        height: 100%;
        width: 100%;
    }

    .collaborator-right {
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 1.2rem;
        padding: 1rem;
    }

    .customer-cards {
        width: 75% !important;
    }

    .beneficts-container {
        justify-content: flex-end;
        background-size: cover;
        padding: .5rem;
    }

    /*

    footer {
        flex-wrap: wrap;
    }
    */
}

@media (max-width: 640px) {
    .global-container {
        padding: 0 0;
    }

    .notice-content {
        width: 12rem;
    }

    .bottom-notice-content {
        width: 12rem;
    }

    .how-container {
        display: flex;
        flex-direction: column;
        height: 120vh;
        width: 100%;
    }

    .how-left {
        align-items: center;
        width: 100%;
    }

    .how-right {
        width: 100%;
        height: 100%;
    }

    .collaborator-container {
        display: flex;
        height: 100vh;
        flex-direction: column-reverse;
    }

    .collaborator-left {
        height: 100%;
        width: 100%;
    }

    .collaborator-right {
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 1.9rem;
        padding: 1.1rem;
    }

    h6 {
        width: 100%;
    }
}


.container-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container-menu-mobile {
    display: none;
}

.list-menu-mobile-hide {
    display: none;
}

.list-menu-mobile-show {
    display: block;
    width: 220px;
    height: 100vh;
    position: absolute;
    top: 5.99rem;
    background-color: #fff;
    z-index: 2;
    box-shadow: 1px 5px 10px #00000059;
    animation-duration: 300ms;
    animation-name: slidein;
    padding-left: 0px !important;
}

@keyframes slidein {
    from {
        width: 0px;
    }

    to {
        width: 220px;
    }
}

.fa-chevron-right {
    font-size: 12px !important;
    margin-right: 0.4rem;
}

.list-menu-mobile-show > li {
    width: 220px;
    padding: 1rem;
}

    .list-menu-mobile-show > li > a,
    .menu-desktop > li > a {
        color: #4B1568 !important;
    }


@media (max-width: 1025px) {

    .container-menu-mobile {
        display: flex;
        align-items: center;
    }

    .menu {
        display: flex;
        flex-direction: column;
    }

    .img-menu:hover {
        cursor: pointer;
    }

    .img-menu {
        width: 3.0rem;
        height: 2.5rem;
        background-image: url('/assets/images/menu-mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0 1rem;
    }
}



@media (max-width: 561px) {
    .notice-content {
        margin: 0 auto;
        width: 20rem;
    }

    .bottom-notice-content {
        width: 20rem;
    }
}

@media screen and (min-width: 0px) and (max-width: 480px) {

    .global-container {
        padding: 0 0;
    }

    .deals-container {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .search-container {
        flex-wrap: wrap;
    }

    .customer-container h2 {
        text-align: center;
    }

    .banner {
        /*height: 68vh!important;*/
        justify-content: center;
    }

    .story-effect {
        width: 4.7rem;
        height: 4.7rem;
    }

    .story-image-content {
        width: 4.5rem;
        height: 4.5rem;
    }

    .deals-container {
        padding: .4rem;
    }

    .customer-container {
        padding: 1rem;
    }

    .customer-cards {
        padding: 0.5rem;
        margin: 1rem 1rem;
        width: 19rem;
        height: 28rem;
    }

    .customer {
        gap: 2rem;
    }

    .partners-container {
        padding: 1rem .5rem;
    }

    .partner-wrapper {
        width: 6rem !important;
        height: 4rem !important;
    }

    .beneficts-container {
        justify-content: flex-end;
        background-size: cover;
        padding: .5rem;
    }

    .notice-content {
        margin: 0 auto;
        width: 16rem;
    }

    .bottom-notice-content {
        width: 16rem;
    }

    /*
    footer {
        flex-wrap: wrap;
    }
    */
}


/* seção pesquisa de empresa */

.container-company {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem 0;
    padding: 1rem 2rem;
}

.container-company {
    display: flex;
    justify-content: center;
}

.box-search-company h2 {
    font-family: Rubik;
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    padding: 1rem 2rem;
}

.box-ajust-search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
}

.box-ajust_search {
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    left: 10px !important;
    width: 50% !important;
    padding: 1rem 1rem !important;
    border-radius: 10px;
    border: 2px solid #d1d1d9;
    outline: none;
}

    .box-ajust_search::placeholder {
        font-size: 1rem;
        font-weight: 400;
    }

/*
.box-ajust_search > li {
font-family: Rubik !important;
font-size: 1rem !important;
}

.select2-results__options > li {
    font-family: Rubik !important;
    font-size: 1rem !important;
}

.select2-selection__arrow {
    display: none;
}
*/
.box-ajust-search > button {
    position: relative;
    left: -15px;
    font-family: Ubuntu;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    padding: 1rem;
    color: #fff;
    background-color: #ff9002;
}

.central-vendas  {
    display: flex;
    align-items: center;
    gap: 0.5rem;

}

.central-vendas > img {
    width: 24px;
}

.central-vendas > span {
    color: #aaa!important;
}

@media screen and (max-width: 374px) {
    .box-search-company h2 {
        font-size: 1.3rem !important;
        padding: 0rem 0rem;
    }

    .box-ajust-search {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 2rem 0;
        gap: 1rem;
    }

        .box-ajust-search > input {
            width: 100%;
            font-size: 0.9rem;
            padding: 0.5rem;
            border-radius: 5px;
            outline: none;
        }

        .box-ajust-search > button {
            width: 60%;
            position: center;
            left: 0px;
            font-size: 0.8rem;
            padding: 0.8rem;
        }
}

.box-is-company,
.box-no-company {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    row-gap: 3.5rem;
}


    .box-is-company > div,
    .box-no-company > div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .box-is-company > div > img {
            height: 150px;
            width: 150px;
            box-shadow: 1px 1px 10px #CCC;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 8px;
        }

        .box-is-company > div > p,
        .box-no-company > div > p {
            width: 100%;
            font-family: Rubik;
            font-size: 1.3rem;
            text-align: center;
            padding: 0rem 3rem;
        }

    .box-is-company > a,
    .box-no-company > a {
        width: 180px;
        color: #4C1668;
        font-family: Rubik;
        font-size: 1.3rem;
        font-weight: 600;
        border: 3px solid #4C1668;
        border-radius: 25px;
        padding: 1rem;
    }

    .box-no-company > a {
        width: 220px;
    }

@media(max-width: 431px) and (min-width: 320px) {
    .container-company {
        padding: 1rem 0rem;
    }

    .box-ajust-search > input {
        height: 48px;
    }

        .box-ajust-search > input::placeholder {
            font-size: 0.8rem;
        }

    .box-ajust-search > button {
        font-size: 0.8rem;
    }
}



.container-how-works {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ff9002;
    /*
    background-image: url('/public/assets/fundo-roxo-2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    */
}

.how-works_title {
    color: #fff;
    font-family: Rubik;
    font-size: 2.3rem;
    font-weight: 600;
    padding: 4rem 0rem 0rem 0rem;
}

.how-works_text {
    color: #fff;
    font-family: Ubuntu;
    font-size: 1.25rem;
    font-weight: 400;
    padding: 1rem 0rem;
    margin-bottom: 2rem;
}

.box-how-works {
    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
    gap: 2rem;
}

.how-works_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 350px;
    background-color: #fff;
    border-radius: 10px;
    gap: 1rem;
    padding: 1rem;
}

    .how-works_card h3,
    .how-works_card p {
        color: #4C1668;
        font-family: Ubuntu;
        text-align: center;
    }

    .how-works_card > h3 {
        font-size: 1.4rem;
    }

    .how-works_card > p {
        font-size: 1.1rem;
    }


@media screen and (min-width: 0px) and (max-width: 480px) {
    .box-how-works {
        display: flex;
        flex-direction: column;
    }

    .how-works_card {
        width: 270px;
        padding: 1rem 1.3rem;
    }

    .how-works_title {
        font-size: 1.6rem;
        padding: 4rem 0rem 0rem 0rem;
    }

    .how-works_text {
        width: 350px;
        font-size: 1.1rem;
        text-align: center;
    }


    .how-works_card h3 {
        font-size: 1.4rem;
    }

    .how-works_card p {
        font-size: 1.1rem;
    }
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
    .box-how-works {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    .how-works_card {
        width: 420px;
        padding: 3rem 1.5rem;
    }

        .how-works_card h3 {
            font-size: 1.8rem;
        }

        .how-works_card p {
            font-size: 1.3rem;
        }
}


/* footer novo - 26/03/2024 */
.container-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 1rem;
    background-color: #f5f2f294;
}

.box-principal {
    display: flex;
    justify-content: center;
    margin-bottom: 8rem;
}

.box-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0rem;
    align-items: center;
}

.listSocial {
    padding-left: 0rem !important;
    margin-left: -2rem !important;
    gap: 1rem;
}

.social-media {
    width: 110px;
    height: 110px;
}


    .social-media:nth-child(1) {
        background-image: url('/public/assets/facebook.png');
    }

    .social-media:nth-child(2) {
        background-image: url('/public/assets/instagram.png');
    }

    .social-media:nth-child(3) {
        background-image: url('/public/assets/youtube.png');
        width: 55px !important;
        height: 40px !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .social-media:nth-child(4) {
        background-image: url('/public/assets/tiktok.png');
    }

    .social-media:nth-child(1),
    .social-media:nth-child(2),
    .social-media:nth-child(4) {
        width: 40px !important;
        height: 40px !important;
        background-repeat: no-repeat;
        background-size: cover;
    }


.box-right {
    display: flex;
}

.list-menu-footer {
    display: block;
    padding: 0 1.5rem;
}

    .list-menu-footer > li {
        font-family: Rubik;
        font-weight: bold;
        line-height: 2rem;
    }

.box-inferior {
    display: flex;
    padding: 0 2rem;
}

@media screen and (max-width: 374px) {

    .list-menu-footer-inferior > a {
        font-size: 0.9rem !important;
    }

    .list-menu-footer > a {
        font-size: 0.88rem !important;
    }
}

.list-menu-footer > a {
    display: block;
    text-align: start;
    color: #231B22;
    font-family: Ubuntu;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
}

.list-menu-footer-inferior {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .list-menu-footer-inferior > a {
        display: block;
        text-align: start;
        color: #231B22;
        font-family: Ubuntu;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        padding: 1rem 0;
    }

.hr {
    height: 2px;
    width: 95%;
    background-color: #dddde1;
    padding: 0;
    border: none;
    margin: 0 auto;
}

.termos_politicas {
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    font-family: Rubik !important;
    color: #07050594 !important;
    text-decoration: underline;
}

.indique_sua_empresa {
    color: #4B1568 !important;
    text-align: center !important;
    font-family: Ubuntu !important;
    font-size: 0.9rem !important;
    font-style: normal !important;
    line-height: 1.5rem !important;
    margin-top: 0.9rem !important;
}

    .indique_sua_empresa a {
        text-decoration: underline;
        color: #4B1568 !important;
        text-align: center !important;
        font-family: Ubuntu !important;
        font-size: 0.9rem !important;
        font-style: normal !important;
        line-height: 1.5rem !important;
    }

@media screen and (min-width: 0px) and (max-width: 480px) {

    .container-footer {
        padding: 2rem;
    }

    .box-principal {
        display: flex;
        flex-direction: column;
        margin-bottom: 0.7rem;
    }

    .list-menu-footer {
        padding: 0.8rem 0.5rem;
    }

    .box-left {
        align-items: center;
        margin-bottom: 2rem;
    }

    .box-right {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .list-menu-footer-inferior {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 2rem !important;
        row-gap: 0.1rem !important;
    }

    .list-menu-footer > a {
        text-align: center;
    }

    .list-menu-footer > li {
        text-align: center;
    }
}

@media screen and (min-width: 481px) and (max-width: 1024px) {

    .container-footer {
        padding: 2rem;
    }

    .box-principal {
        display: flex;
        flex-direction: column;
        margin-bottom: 0.7rem;
    }

    .list-menu-footer {
        padding: 0.8rem 0.5rem;
    }

    .box-left {
        align-items: center;
        margin-bottom: 2rem;
    }

    .box-right {
        flex-direction: row;
        justify-content: center;
        align-items: start;
        gap: 0.5rem;
    }

    .list-menu-footer-inferior {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 2rem !important;
        row-gap: 0.1rem !important;
    }

    .list-menu-footer > a {
        text-align: start;
    }

    .list-menu-footer > li {
        text-align: start;
    }
}

@media(max-width: 1200px) {

    .banner-content {
        padding: 1rem 2rem;
    }

    .banner-title {
        width: 60% !important;
    }

    .banner-text {
        width: 60% !important;
    }
}

.ajust-mobile {
    display: none;
}

@media screen and (min-width: 0px) and (max-width: 480px) {

    .container-footer {
        padding: 0.5rem;
    }

    .banner-content {
        top: 17vh !important;
        padding: 0rem 1rem;
    }

    .banner-title {
        width: 100% !important;
        font-size: 2.3rem !important;
        line-height: normal !important;
        margin-bottom: 0.4rem !important;
    }

    .banner-text {
        width: 100% !important;
        font-size: 1.1rem !important;
        line-height: 1.8rem !important;
        margin-bottom: 0.7rem !important;
    }

    .button-home {
        width: 11rem;
        font-size: 1rem;
    }

    .ajust-desk {
        display: none;
    }

    .ajust-mobile {
        display: block;
    }

    .box-ajust-search {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

        .box-ajust-search > input {
            width: 80% !important;
        }

        .box-ajust-search > button {
            left: 0px;
        }
}


@media(max-width: 431px) and (min-width: 374px) {

    .all-deals {
        width: 100%;
        display: grid;
        grid-template-columns: auto;
        row-gap: 2rem;
        column-gap: 0.7rem;
        padding: 1.5rem 0rem;
    }

    .card-content {
        width: 15rem;
    }

    .top-card-content {
        height: 12rem;
        width: 100%;
        border-radius: 8px;
    }


    .best-deals {
        padding: 0px !important;
    }

    .bottom-card-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.2rem;
        gap: 0rem;
    }

    .discount-flag {
        width: 3.5rem;
        top: -10px;
        margin: 1rem 0 0 -1rem;
        font-size: 0.6rem;
    }


    .card-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px 8px 0 0;
    }

    .loading-button {
        width: 12rem;
        height: 0.5rem;
        border-radius: 1rem;
    }

        .loading-button span:nth-of-type(1) {
            font-size: 0.9rem;
        }

    .deals-container h2,
    .box-search-company h2 {
        width: 100%;
        text-align: center;
        font-size: 1.8rem;
        letter-spacing: 0.1rem;
    }

    .search-container > ul:nth-child(1) {
        padding-left: 0rem;
    }

    .item-state {
        padding: 0.5rem 1.1rem;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 0.7rem;
    }

    .box-is-company,
    .box-no-company {
        row-gap: 1.5rem;
    }

        .box-is-company > div,
        .box-no-company > div {
            flex-direction: column;
            row-gap: 2rem;
        }

            .box-is-company > div > p,
            .box-no-company > div > p {
                width: 360px;
                word-spacing: 0.3rem;
                font-size: 1rem;
                padding: 0rem 1rem;
                text-align: center;
            }
}


@media screen and (max-width: 480px) {

    .beneficts-container {
        align-items: center;
    }

        .beneficts-container h2 {
            width: 90vw;
            font-size: 1.82rem;
            letter-spacing: 0.1rem;
            margin: 1rem 0;
        }

        .beneficts-container p {
            width: 90vw;
            font-size: 1.1rem;
            margin: 1rem 0;
        }

    .beneficts-message {
        flex-direction: column;
        gap: 2rem;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .indicate-button {
        width: 230px;
        font-size: 1.2rem;
    }

    .beneficts-rh-container h2 {
        font-size: 1.9rem;
    }

    .beneficts-rh-container p {
        font-size: 1.1rem;
        margin: 0.5rem calc(100vw - 95vw);
    }

    .beneficts-rh-message {
        flex-direction: column;
        align-items: center;
        gap: 12vw;
        margin: 3rem 0;
    }

        .beneficts-rh-message > div {
            width: 67vw;
        }

            .beneficts-rh-message > div > p {
                font-size: 1.4rem;
                margin: 0.5rem 0;
            }

    .beneficts-message > div > h3 {
        font-size: 3.2rem;
        font-family: Ubuntu;
        text-align: center;
    }

    .notice-container > h2 {
        font-size: 1.8rem;
    }

    .partners-container > h3 {
        width: 95vw;
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    .customer-container > h2 {
        font-size: 1.8rem;
        letter-spacing: 0.1rem;
    }

    .customer-container > p {
        font-size: 1.3rem;
        line-height: 2rem;
    }

    .customer-container > a {
        width: 230px;
        padding: 1rem;
        font-size: 1.1rem;
    }

    .picture-customer {
        top: -20px;
    }

    .newsletter-container > form > div {
        width: 90%;
        padding: 2rem 0rem;
    }

    .newsletter-container > form > h2 {
        width: 100%;
        padding: 0.8rem;
        text-align: center;
    }

    .newsletter-container > form > div > input {
        width: 80%;
        margin: 0;
    }

    .newsletter-container > form > div > button {
        font-size: 1rem;
        padding: 1rem 1.8rem;
    }

    .newsletter-container > form, .newsletter-container > form > div {
        display: flex;
        flex-direction: column;
        row-gap: 2rem;
        align-items: center;
    }

        .newsletter-container > form > h2 {
            font-size: 1.5rem;
        }
}


@media screen and (min-width: 490px) and (max-width: 1024px) {

    .banner {
        /*height: 80vh;*/
    }

    .best-deals, .all-deals {
        width: 100%;
        display: grid;
        grid-template-columns: auto auto;
        row-gap: 2rem;
        column-gap: 0.7rem;
        padding: 1.5rem 0rem;
    }

    .newsletter-container > form {
        align-items: center;
    }

        .newsletter-container > form > div {
            padding: 2rem 2rem;
        }

        .newsletter-container > form > h2 {
            padding: 0.8rem;
        }

        .newsletter-container > form > div > input {
            width: 60%;
            margin: 0;
        }

        .newsletter-container > form > div > button {
            width: 150px;
            font-size: 1rem;
            padding: 0.7rem;
        }

        .newsletter-container > form, .newsletter-container > form > div {
            display: flex;
            flex-direction: row;
            gap: 2rem;
            align-items: center;
        }

            .newsletter-container > form > h2 {
                font-size: 1.5rem;
            }

    .search-container > ul:nth-child(1) {
        padding-left: 0rem;
    }

    .search-container {
        justify-content: center;
    }

        .search-container ul {
            flex-wrap: nowrap;
        }

    .item-state {
        padding: 0.7rem 1.2rem;
        font-size: 1rem;
    }
}

.container-company > form {
    position: relative;
}

.box-lista-empresa {
    background-color: #ffffff;
    position: absolute;
    top: 180px;
    left: 19.5%;
    width: 50%;
    height: 250px;
    display: flex;
    box-shadow: 0px 0px 3px #000;
    border-radius: 0 0 7px 7px;
    overflow-y: scroll;
    z-index: 1;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
    .box-lista-empresa {
        top: 190px;
        left: 7%;
        width: 80%;
        height: 250px;
    }

    .item-list-empresa {
        font-size: 0.7rem;
    }

        .item-list-empresa > span {
            width: 250px;
        }
}


.lista-empresa {
    list-style: none;
}

.item-list-empresa {
    display: flex;
    justify-content: start;
    padding: 0.3rem 0.5rem;
    font-family: Rubik;
    cursor: pointer;
    align-items: center;
}

.item-list-img {
    width: 52px;
    height: 32px;
    border: 1px solid #ccc;
    margin-right: 0.5rem;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* seção party */

.container-party {
    margin-bottom: 5rem;
    padding: 0rem 2.3rem;
}

.box-party {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 420px;
    background-color: #fff;
    border: 0px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    padding: 1rem 0.5rem;
    margin: 1rem 2rem;
}

.party-title {
    font-family: Rubik;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    color: #4C1668;
    margin: 4rem 0 0.5rem 0;
}

.party-text {
    color: #4C1668;
    font-family: Ubuntu;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: center;
    margin-bottom: 2rem;
}


.box-img {
    position: relative;
    width: 405px;
    height: 150px;
}


.img-party {
    width: 67%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 30px;
}



.box-party-external {
    display: flex !important;
    justify-content: center !important;
}


.box-inner_party {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 150px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #ff9002;
    border-radius: 25px;
}


.box-inner_party h2 {
    color: #fff;
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.8rem;
    text-align: center;
}

.box-inner_party p {
    color: #fff;
    font-size: 13px;
    font-family: Rubik;
    text-align: center;
    line-height: 1.3rem;
    padding: 0px 1rem;
}

.box-inner_party {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 150px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.box-inferior_party p {
    padding: 1.3rem 0.5rem;
    color: #4C1668;
    font-family: Ubuntu;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: center;
}

.box-button_solicita {
    display: flex;
    justify-content: center;
}

.solicita-cota {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background-color: #ff9002;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    margin: 1rem 0;
}

.ajust-perso_party {
    background-color: #F2F0F0;
}

.ajust-perso_party > h2 {
    color: #4C1668;
    font-weight: bold;
    font-size: 18px;
}

.ajust-perso_party h2 > p {
    color: #4C1668;
    font-weight: bold;
    font-size: 12px;
}

.ajust-perso_party p {
    color: #4C1668;
    font-size: 12px;
}

.slick-next_festa {
    right: -25px !important;
}

.slick-left_festa {
    left: -25px !important;
    z-index: 1;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
    .container-party {
        margin-bottom: 5rem;
        padding: 0rem 0rem;
    }

    .box-party_main {
        display: flex;
        justify-content: center
    }

    .box-party {
        width: 320px;
        padding: 1rem 0.5rem;
        margin: 1rem 1.1rem;
    }

    .box-img {
        position: relative;
        width: 320px;
    }

    .box-inner_party {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 160px;
        height: 150px;
        position: absolute;
        top: 0px;
        right: 17px;
    }

    .box-inner_party p {
        font-size: 12px;
        padding: 0px 0.5rem;
    }

    .box-inner_party h2 {
        font-size: 16px;
    }

    .ajust-perso_party p {
        color: #4C1668;
        font-size: 12px;
        padding: 0 0.2rem;
    }

    .slick-next_festa {
        right: -12px !important;
    }

    .slick-left_festa {
        left: -15px !important;
    }

    .box-party-external {
        display: flex !important;
        justify-content: center !important;
    }
}



.modalCV {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    justify-content: center;
    align-items: center;
    left: 0;
    top: 96px;
    width: 100%; /* Full width */
    height: calc(100% - 96px);
    overflow: auto; /* Enable scroll if needed */
    backdrop-filter: blur(3px);
}


.modal-content-cv {
    background-color: #fefefe;
    /*margin-top: 4%;  15% from the top and centered */
    position: relative;
    bottom: 0%;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 0px 20px #54545494;
    width: 60% !important; /* Could be more or less, depending on screen size */

    /*animation: load 50ms linear;*/
}

@keyframes load {
    0% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

.box-close-modal-cv {
    display: flex;
    justify-content: end;
}

.btn-close-modal-cv {
    padding: 10px 20px;
    background-color: transparent;
    border: none;
    color: #a2a2a2 !important;
    font-size: 16px;
}

.btn-close-modal-cv:hover {
    background-color: #ff9002;
    color: #fff !important;
    border-radius: 20px 0px 0px 20px;
}

.box-content-principal_cv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box-content-principal_cv h2 {
    margin-top: 2rem; 
    font-size: 30px;
    font-weight: 600;
    font-family: Arial;
    color: #ff9002;
}

.box-content-cv {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3rem 2rem 5rem 2rem;
}

.box-content-cv > div {
    text-align: center;
    margin: 1rem;
}

.box-content-cv > div > img {
    width: 48px;
}

.box-content-cv > div > h3 > a {
    color: #000 !important;
    font-family: Arial;
    font-size: 16px;
}

.box-content-cv > div > p {
    font-size: 13px;
    font-family: Arial;
}

.box-content-cv > div > a > p {
    font-size: 13px;
    font-family: Arial;
}


.box-footer {
    display: flex;
}

.site-seguro > h2 {
    font-family: 'Open Sans Condensed', sans-serif!important;
    color: #ff8f1c!important;
}

.footer-hr {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
    border-top: #000 1px solid!important;
    border-bottom: #212121 1px solid!important;
}

.hr-dev {
    margin-right: 5vw !important;
    margin-left: 5vw !important;
}

.box-footer_social,
.box-footer_legal,
.box-footer_contato {
    width: 30vw;
    padding: 2rem;
}

.box-footer_social > img {
    width: 200px;
}

.img-site-protegido {
    width: 100px;
}

.h2-footer {
    margin-top: 2rem;
    font-size: 18px!important;
    font-weight: 400;
}

.h2-footer_forma-pagamento {
    padding-top: 1rem!important;
    font-size: 24px;
    color: #231b229c;
    font-family: Rubik;
    font-style: normal;
    font-weight: 200;
}

.footer-text-social {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #231b229c;
    font-family: Rubik;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 200;
    line-height: 1.75rem;
    padding-left: 1rem;
}

.box-footer_icons_social {
    display: flex;
    gap: 1rem;
    padding-left: 1rem;
}

.box-footer_icons_social > i {
    font-size: 24px;
}

.box-footer_legal > h2 {
    margin-bottom: 2rem;
}

.box-footer_legal > ul > li a {
    color: #231b229c;
    font-family: Rubik;
    font-size: 1rem;
    font-style: normal;
    font-weight: 200;
}

.box-footer_legal > ul > li {
    margin: 2rem 0 !important;
}

.icons-footer_contato {
    display: flex;
    color: #231b229c;
    gap: 0.8rem;
    margin: 0.8rem 0;
}

.icons-footer_contato > p,
.icons-footer_contato > p > a,
.icons-footer_endereco {
    color: #231b229c;
    font-family: Rubik;
    font-size: 1rem;
    font-style: normal;
    font-weight: 200;
}

.icons-footer_endereco {
    padding-left: 2.2rem;
}

.icons-footer_contato > img {
    width: 24px;
    height: 24px;
}

.box-footer-interno_contato {
    margin-top: 1.5rem;
}

.site-seguro {
    margin-top: 4rem;
    text-align: center;
}

.site-seguro > h2 {
    font-family: Rubik;
    font-size: 24px;
    margin-bottom: 0.6rem;
}

.text-dev {
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    margin-top: 1rem;
    color: #313131eb;
}

.fa-3x {
    color: #313131eb;
}


@media screen and (min-width: 0px) and (max-width: 480px) {
    .modal-content-cv {
        width: 90% !important;
    }

    .box-content-cv {
        display: flex;
        flex-direction: column;       
        margin: 1rem 1rem 1rem 1rem;
    }

    .box-content-principal_cv h2 {
        margin: 0rem 2rem;
        font-size: 22px;
        text-align: center;
    }

    .box-footer {
        flex-direction: column;
    }

    .box-footer_social,
    .box-footer_legal,
    .box-footer_contato {
        width: 100%;
        padding: 1rem;
    }

    .container-banner_ajuste {
        display: none!important;
    }

    .container-banner_mobile {
        display: flex!important;
    }


}