@import '_content/NovaSingular.BaseTheme.ThemeComponents/NovaSingular.BaseTheme.ThemeComponents.busaw5fxnl.bundle.scp.css';

/* _content/Copema.Wtc.Web/Components/Layout/ButtonScrollTop/ButtonScrollTop.razor.rz.scp.css */
.floating_btn_scrolltop[b-pia50cfhuc] {
    position: fixed;
    bottom: 120px;
    right: 62px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

    .floating_btn_scrolltop.visible[b-pia50cfhuc] {
        opacity: 1;
        visibility: visible;
    }

    .floating_btn_scrolltop button[b-pia50cfhuc] {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #E4580A;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        padding: 0;
        text-decoration: none; /* Remove underline from anchor */
        color: inherit; /* Inherit color from parent */
    }

    .floating_btn_scrolltop .contact_icon[b-pia50cfhuc] {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    @media(max-width:625px){
        .floating_btn_scrolltop[b-pia50cfhuc] {
            position: fixed;
            bottom: 120px;
            right: 2.3rem;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease, visibility 0.3s ease;
        }
    }
/* _content/Copema.Wtc.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-yi0osg85d6] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-yi0osg85d6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Copema.Wtc.Web/Components/Layout/NavMenu.razor.rz.scp.css */
/*.btn-check:checked + label > .bi {
    color: var(--bs-primary) !important;
}
*/

body[data-bs-theme-disabled='true'] #menu-divider[b-17oaf9dv7u],
body[data-bs-theme-disabled='true'] #menu-theme-toggle[b-17oaf9dv7u] {
    display: none;

}
/* _content/Copema.Wtc.Web/Components/Pages/About.razor.rz.scp.css */
.bg-localization[b-vzfistxs1z] {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}



/*STYLE BUTTON AND ANIMATION*/
.btn_primary_living[b-vzfistxs1z] {
    position: relative;
    transition: all .5s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    padding-top: .65rem;
    padding-bottom: .35rem;
    color: black;
    background-color: #E4580A;
    border: 2px solid #E4580A;
    z-index: 1;
}

    .btn_primary_living[b-vzfistxs1z]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        transition: all .5s ease;
        background-color: #CCBB9E;
        z-index: -1;
    }

    .btn_primary_living:hover[b-vzfistxs1z] {
        color: black;
        border: 2px solid #CCBB9E;
        background-color: transparent !important;
    }

        .btn_primary_living:hover[b-vzfistxs1z]::before {
            width: 100%;
        }


    .btn_primary_living .icon[b-vzfistxs1z] {
        position: absolute;
        right: -60px;
        transition: all .3s ease;
    }

    .btn_primary_living:hover .icon[b-vzfistxs1z] {
        right: 25px;
    }

    .btn_primary_living .btn_text[b-vzfistxs1z] {
        display: inline-block;
        transition: all .3s ease;
        font-weight: 600;
    }

    .btn_primary_living:hover .btn_text[b-vzfistxs1z] {
        margin-right: 45px;
    }


/*STYLE BUTTON AND ANIMATION*/
.btn_primary_stay[b-vzfistxs1z] {
    position: relative;
    transition: all .5s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    padding-top: .65rem;
    padding-bottom: .35rem;
    color: black;
    background-color: #E4580A;
    border: 2px solid #E4580A;
    z-index: 1;
}

    .btn_primary_stay[b-vzfistxs1z]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        transition: all .5s ease;
        background-color: #0D8890;
        z-index: -1;
    }

    .btn_primary_stay:hover[b-vzfistxs1z] {
        color: black;
        border: 2px solid #0D8890;
        background-color: transparent !important;
    }

        .btn_primary_stay:hover[b-vzfistxs1z]::before {
            width: 100%;
        }


    .btn_primary_stay .icon[b-vzfistxs1z] {
        position: absolute;
        right: -60px;
        transition: all .3s ease;
    }

    .btn_primary_stay:hover .icon[b-vzfistxs1z] {
        right: 25px;
    }

    .btn_primary_stay .btn_text[b-vzfistxs1z] {
        display: inline-block;
        transition: all .3s ease;
        font-weight: 600;
    }

    .btn_primary_stay:hover .btn_text[b-vzfistxs1z] {
        margin-right: 45px;
    }
/* _content/Copema.Wtc.Web/Components/Pages/Contact.razor.rz.scp.css */

@media(max-width: 992px) {
    .banner-image[b-awg0aan0v8] {
        height: 420px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }
}


.mouse[b-awg0aan0v8] {
    position: absolute;
    bottom: 2.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 38px;
    border: 2px solid #CD8035;
    color: #CD8035;
    border-radius: 12px;
    opacity: 0.8;
}

    .mouse[b-awg0aan0v8]:before {
        content: '';
        width: 6px;
        height: 6px;
        background: #CD8035;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 3px;
    }

    .mouse[b-awg0aan0v8]:after {
        content: '↓';
        position: absolute;
        bottom: -1.75rem;
        font-size: 16px;
        left: 50%;
        transform: translateX(-50%);
        animation-name: mouseScroll-b-awg0aan0v8;
        animation-iteration-count: infinite;
        animation-duration: 1s;
    }

@keyframes mouseScroll-b-awg0aan0v8 {
    100% {
        bottom: -2rem;
    }
}
/* _content/Copema.Wtc.Web/Components/Pages/LivingPage.razor.rz.scp.css */
.bg-living-page[b-feae48r129] {
    background-image: url(/images/home/background-living-desktop.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100dvh - 102px);
    min-height: calc(100dvh - 102px);
}

.text-info-living[b-feae48r129] {
    line-height: 48px;
    letter-spacing: 3.2px;
    font-size: 2rem;
}

@media(max-width: 1550px){
    .bg-living-page[b-feae48r129] {
        height: 100%;
        min-height: 100%;
    }
}

@media(max-width: 993px) {
    .bg-living-page[b-feae48r129] {
        background-image: none;
        background-size: cover;
        background-color: #10202C;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }

    .text-info-living[b-feae48r129] {
        line-height: 25px;
        letter-spacing: 2.3px;
        font-size: 1rem;
    }
}

.mouse[b-feae48r129] {
    position: absolute;
    bottom: 4.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 38px;
    border: 2px solid #CD8035;
    color: #CD8035;
    border-radius: 12px;
    opacity: 0.8;
}

    .mouse[b-feae48r129]:before {
        content: '';
        width: 6px;
        height: 6px;
        background: #CD8035;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 3px;
    }

    .mouse[b-feae48r129]:after {
        content: '↓';
        position: absolute;
        bottom: -1.75rem;
        font-size: 16px;
        left: 50%;
        transform: translateX(-50%);
        animation-name: mouseScroll-b-feae48r129;
        animation-iteration-count: infinite;
        animation-duration: 1s;
    }

@keyframes mouseScroll-b-feae48r129 {
    100% {
        bottom: -2rem;
    }
}

.btn-primary[b-feae48r129] {
    background-color: #E4580A;
    color: black;
    letter-spacing: 1.8px;
    border: 2px solid #E4580A;
    padding-top: 0.6rem;
}

    .btn-primary:hover[b-feae48r129] {
        background-color: transparent;
        color: white;
        border: 2px solid #E4580A;
    }



/*STYLE BUTTON AND ANIMATION*/
.btn_primary_living[b-feae48r129] {
    position: relative;
    transition: all .5s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    padding-top: .65rem;
    padding-bottom: .35rem;
    color: black;
    background-color: #E4580A;
    border: 2px solid #E4580A;
    z-index: 1;
}

    .btn_primary_living[b-feae48r129]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        transition: all .5s ease;
        background-color: #CCBB9E;
        z-index: -1;
    }

    .btn_primary_living:hover[b-feae48r129] {
        color: black;
        border: 2px solid #CCBB9E;
        background-color: transparent !important;
    }

        .btn_primary_living:hover[b-feae48r129]::before {
            width: 100%;
        }


    .btn_primary_living .icon[b-feae48r129] {
        position: absolute;
        right: -60px;
        transition: all .3s ease;
    }

    .btn_primary_living:hover .icon[b-feae48r129] {
        right: 25px;
    }

    .btn_primary_living .btn_text[b-feae48r129] {
        display: inline-block;
        transition: all .3s ease;
        font-weight: 600;
    }

    .btn_primary_living:hover .btn_text[b-feae48r129] {
        margin-right: 45px;
    }



/*STYLE BUTTON AND ANIMATION*/
.btn_primary[b-feae48r129] {
    position: relative;
    transition: all .5s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    padding-top: .65rem;
    padding-bottom: .35rem;
    color: black;
    background-color: #E4580A;
    border: 2px solid #E4580A;
    z-index: 1;
}

    .btn_primary[b-feae48r129]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        transition: all .5s ease;
        background-color: #E4580A;
        z-index: -1;
    }

    .btn_primary:hover[b-feae48r129] {
        color: black;
        border: 2px solid #E4580A;
        background-color: #E4580A !important;
    }

        .btn_primary:hover[b-feae48r129]::before {
            width: 100%;
        }


    .btn_primary .icon[b-feae48r129] {
        position: absolute;
        right: -60px;
        transition: all .3s ease;
    }

    .btn_primary:hover .icon[b-feae48r129] {
        right: 25px;
    }

    .btn_primary .btn_text[b-feae48r129] {
        display: inline-block;
        transition: all .3s ease;
        font-weight: 600;
    }

    .btn_primary:hover .btn_text[b-feae48r129] {
        margin-right: 45px;
    }

.g-bullet-points[b-feae48r129]{
    gap: 5rem;
}

@media(max-width: 635px){
    .g-bullet-points[b-feae48r129] {
        gap: 1.5rem;
    }
}
/* _content/Copema.Wtc.Web/Components/Pages/LocalizationRP.razor.rz.scp.css */
.bg-localizacao[b-rtp8b93zck]{
    background-image: url(/images/localizacao/bg-localizacao.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    width:100%;
    height:calc(100vh - 97px);
}

@media(max-width: 635px){
    .bg-localizacao[b-rtp8b93zck] {
        background-image: url(/images/localizacao/bg-localization-mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: calc(75vh - 97px);
    }

    .text-mt[b-rtp8b93zck] {
        margin-top: 280px;
    }

    .section-mt[b-rtp8b93zck] {
        /*margin-top: 400px!important;*/
    }
}



.grid-image img[b-rtp8b93zck] {
    transition: transform 0.4s ease; /* suaviza o zoom */
    display: block; /* evita espaços em branco */
    width: 100%; /* garante que ocupe o espaço todo */
    filter: grayscale(1);
}

.grid-image:hover img[b-rtp8b93zck] {
    transform: scale(1.2);
}


.mouse[b-rtp8b93zck] {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 38px;
    border: 2px solid #CD8035;
    color: #CD8035;
    border-radius: 12px;
    opacity: 0.8;
}

    .mouse[b-rtp8b93zck]:before {
        content: '';
        width: 6px;
        height: 6px;
        background: #CD8035;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 3px;
    }

    .mouse[b-rtp8b93zck]:after {
        content: '↓';
        position: absolute;
        bottom: -1.75rem;
        font-size: 16px;
        left: 50%;
        transform: translateX(-50%);
        animation-name: mouseScroll-b-rtp8b93zck;
        animation-iteration-count: infinite;
        animation-duration: 1s;
    }

@keyframes mouseScroll-b-rtp8b93zck {
    100% {
        bottom: -2rem;
    }
}
/* _content/Copema.Wtc.Web/Components/Pages/StayPage.razor.rz.scp.css */
.bg-living-page[b-ilma55827a] {
    background-image: url(/images/stay/background-stay-desktop-flip.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100dvh - 102px);
    min-height: calc(100dvh - 102px);
}

.text-info-living[b-ilma55827a] {
    line-height: 48px;
    letter-spacing: 3.2px;
    font-size: 2rem;
}

@media(max-width: 1550px) {
    .bg-living-page[b-ilma55827a] {
        height: 100%;
        min-height: 100%;
    }
}

@media(max-width: 993px) {
    .bg-living-page[b-ilma55827a] {
        background-image: none;
        background-size: cover;
        background-color: #10202C;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }

    .text-info-living[b-ilma55827a] {
        line-height: 25px;
        letter-spacing: 2.3px;
        font-size: 1rem;
    }
}

.mouse[b-ilma55827a] {
    position: absolute;
    bottom: 4.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 38px;
    border: 2px solid #CD8035;
    color: #CD8035;
    border-radius: 12px;
    opacity: 0.8;
}

    .mouse[b-ilma55827a]:before {
        content: '';
        width: 6px;
        height: 6px;
        background: #CD8035;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 3px;
    }

    .mouse[b-ilma55827a]:after {
        content: '↓';
        position: absolute;
        bottom: -1.75rem;
        font-size: 16px;
        left: 50%;
        transform: translateX(-50%);
        animation-name: mouseScroll-b-ilma55827a;
        animation-iteration-count: infinite;
        animation-duration: 1s;
    }

@keyframes mouseScroll-b-ilma55827a {
    100% {
        bottom: -2rem;
    }
}

.btn-primary[b-ilma55827a] {
    background-color: #E4580A;
    color: black;
    letter-spacing: 1.8px;
    border: 2px solid #E4580A;
    padding-top: 0.6rem;
}

    .btn-primary:hover[b-ilma55827a] {
        background-color: transparent;
        color: white;
        border: 2px solid #E4580A;
    }



/*STYLE BUTTON AND ANIMATION*/
.btn_primary_stay[b-ilma55827a] {
    position: relative;
    transition: all .5s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    padding-top: .65rem;
    padding-bottom: .35rem;
    color: black;
    background-color: #E4580A;
    border: 2px solid #E4580A;
    z-index: 1;
}

    .btn_primary_stay[b-ilma55827a]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        transition: all .5s ease;
        background-color: #5AE0E8;
        z-index: -1;
    }

    .btn_primary_stay:hover[b-ilma55827a] {
        color: black;
        border: 2px solid #5AE0E8;
        background-color: transparent !important;
    }

        .btn_primary_stay:hover[b-ilma55827a]::before {
            width: 100%;
        }


    .btn_primary_stay .icon[b-ilma55827a] {
        position: absolute;
        right: -60px;
        transition: all .3s ease;
    }

    .btn_primary_stay:hover .icon[b-ilma55827a] {
        right: 25px;
    }

    .btn_primary_stay .btn_text[b-ilma55827a] {
        display: inline-block;
        transition: all .3s ease;
        font-weight: 600;
    }

    .btn_primary_stay:hover .btn_text[b-ilma55827a] {
        margin-right: 45px;
    }



/*STYLE BUTTON AND ANIMATION*/
.btn_primary[b-ilma55827a] {
    position: relative;
    transition: all .5s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    padding-top: .65rem;
    padding-bottom: .35rem;
    color: black;
    background-color: #E4580A;
    border: 2px solid #E4580A;
    z-index: 1;
}

    .btn_primary[b-ilma55827a]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        transition: all .5s ease;
        background-color: #E4580A;
        z-index: -1;
    }

    .btn_primary:hover[b-ilma55827a] {
        color: black;
        border: 2px solid #E4580A;
        background-color: #E4580A !important;
    }

        .btn_primary:hover[b-ilma55827a]::before {
            width: 100%;
        }


    .btn_primary .icon[b-ilma55827a] {
        position: absolute;
        right: -60px;
        transition: all .3s ease;
    }

    .btn_primary:hover .icon[b-ilma55827a] {
        right: 25px;
    }

    .btn_primary .btn_text[b-ilma55827a] {
        display: inline-block;
        transition: all .3s ease;
        font-weight: 600;
    }

    .btn_primary:hover .btn_text[b-ilma55827a] {
        margin-right: 45px;
    }

.g-bullet-points[b-ilma55827a] {
    gap: 5rem;
}

@media(max-width: 635px) {
    .g-bullet-points[b-ilma55827a] {
        gap: 1.5rem;
    }
}
/* _content/Copema.Wtc.Web/Components/WTCComponents/AboutHome/AboutHome.razor.rz.scp.css */
.grid-image img[b-p1iio37zjh] {
    transition: transform 0.4s ease; /* suaviza o zoom */
    display: block; /* evita espaços em branco */
    width: 100%; /* garante que ocupe o espaço todo */
    /*filter: grayscale(1);*/
}

.grid-image:hover img[b-p1iio37zjh] {
    transform: scale(1.2);
}
/* _content/Copema.Wtc.Web/Components/WTCComponents/AboutWTC/AboutWTC.razor.rz.scp.css */
.bg-wtca[b-tkhycnmzw2] {
    background-image: url(/images/home/bg-wtca.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

@media(max-width: 993px) {
    .bg-wtca[b-tkhycnmzw2] {
        background-image: none;
        background-size: cover;
        background-color: #06131C;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }
}

/*STYLE BUTTON AND ANIMATION*/
.btn_primary[b-tkhycnmzw2] {
    position: relative;
    transition: all .5s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    padding-top: .65rem;
    padding-bottom: .35rem;
    color: black;
    background-color: #E4580A;
    border: 2px solid #E4580A;
    z-index: 1;
}

    .btn_primary[b-tkhycnmzw2]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        transition: all .5s ease;
        background-color: #E4580A;
        z-index: -1;
    }

    .btn_primary:hover[b-tkhycnmzw2] {
        color: black;
        border: 2px solid #E4580A;
        background-color: #E4580A !important;
    }

        .btn_primary:hover[b-tkhycnmzw2]::before {
            width: 100%;
        }


    .btn_primary .icon[b-tkhycnmzw2] {
        position: absolute;
        right: -60px;
        transition: all .3s ease;
    }

    .btn_primary:hover .icon[b-tkhycnmzw2] {
        right: 25px;
    }

    .btn_primary .btn_text[b-tkhycnmzw2] {
        display: inline-block;
        transition: all .3s ease;
        font-weight: 600;
    }

    .btn_primary:hover .btn_text[b-tkhycnmzw2] {
        margin-right: 45px;
    }
/* _content/Copema.Wtc.Web/Components/WTCComponents/Forms/ContactForm.razor.rz.scp.css */
.btn-primary[b-2868ypx3ep] {
    background-color: #E4580A;
    color: black;
    letter-spacing: 1.8px;
    border: 2px solid #E4580A;
    padding-top: 0.6rem;
}

.btn-primary:hover[b-2868ypx3ep]{
    background-color: transparent;
    color: white;
    border: 2px solid #E4580A;
}

/* _content/Copema.Wtc.Web/Components/WTCComponents/Forms/LivingForm.razor.rz.scp.css */



/*STYLE BUTTON AND ANIMATION*/
.btn_primary_living[b-ycjp5pdnv4] {
    position: relative;
    transition: all .5s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    padding-top: .65rem;
    padding-bottom: .35rem;
    color: black;
    background-color: #E4580A;
    border: 2px solid #E4580A;
    z-index: 1;
}

    .btn_primary_living[b-ycjp5pdnv4]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        transition: all .5s ease;
        background-color: #CCBB9E;
        z-index: -1;
    }

    .btn_primary_living:hover[b-ycjp5pdnv4] {
        color: black;
        border: 2px solid #CCBB9E;
        background-color: transparent !important;
    }

        .btn_primary_living:hover[b-ycjp5pdnv4]::before {
            width: 100%;
        }


    .btn_primary_living .icon[b-ycjp5pdnv4] {
        position: absolute;
        right: -60px;
        transition: all .3s ease;
    }

    .btn_primary_living:hover .icon[b-ycjp5pdnv4] {
        right: 25px;
    }

    .btn_primary_living .btn_text[b-ycjp5pdnv4] {
        display: inline-block;
        transition: all .3s ease;
        font-weight: 600;
    }

    .btn_primary_living:hover .btn_text[b-ycjp5pdnv4] {
        margin-right: 45px;
    }
/* _content/Copema.Wtc.Web/Components/WTCComponents/Forms/StayForm.razor.rz.scp.css */



/*STYLE BUTTON AND ANIMATION*/
.btn_primary_stay[b-oriao1etjy] {
    position: relative;
    transition: all .5s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    padding-top: .65rem;
    padding-bottom: .35rem;
    color: black;
    background-color: #E4580A;
    border: 2px solid #E4580A;
    z-index: 1;
}

    .btn_primary_stay[b-oriao1etjy]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        transition: all .5s ease;
        background-color: #5AE0E8;
        z-index: -1;
    }

    .btn_primary_stay:hover[b-oriao1etjy] {
        color: black;
        border: 2px solid #5AE0E8;
        background-color: transparent !important;
    }

        .btn_primary_stay:hover[b-oriao1etjy]::before {
            width: 100%;
        }


    .btn_primary_stay .icon[b-oriao1etjy] {
        position: absolute;
        right: -60px;
        transition: all .3s ease;
    }

    .btn_primary_stay:hover .icon[b-oriao1etjy] {
        right: 25px;
    }

    .btn_primary_stay .btn_text[b-oriao1etjy] {
        display: inline-block;
        transition: all .3s ease;
        font-weight: 600;
    }

    .btn_primary_stay:hover .btn_text[b-oriao1etjy] {
        margin-right: 45px;
    }
/* _content/Copema.Wtc.Web/Components/WTCComponents/HeroBanner/HeroBanner.razor.rz.scp.css */
.banner-image[b-ogvtfv49cq] {
    width: 100%;
    object-fit: cover;
    object-position: center;
    min-height:500px;
}

@media(max-width: 992px) {
    .banner-image[b-ogvtfv49cq] {
        height: 420px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
}

.mouse[b-ogvtfv49cq] {
    position: absolute;
    bottom:.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 38px;
    border: 2px solid #CD8035;
    color: #CD8035;
    border-radius: 12px;
    opacity: 0.8;
}

    .mouse[b-ogvtfv49cq]:before {
        content: '';
        width: 6px;
        height: 6px;
        background: #CD8035;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 3px;
    }

    .mouse[b-ogvtfv49cq]:after {
        content: '↓';
        position: absolute;
        bottom: -1.75rem;
        font-size: 16px;
        left: 50%;
        transform: translateX(-50%);
        animation-name: mouseScroll-b-ogvtfv49cq;
        animation-iteration-count: infinite;
        animation-duration: 1s;
    }

@keyframes mouseScroll-b-ogvtfv49cq {
    100% {
        bottom: -2rem;
    }
}
/* _content/Copema.Wtc.Web/Components/WTCComponents/Institutional/Institutional.razor.rz.scp.css */
/* _content/Copema.Wtc.Web/Components/WTCComponents/Living/Living.razor.rz.scp.css */
.bg-living[b-ugpz34bxfu]{
    background-image: url(/images/home/background-living-desktop.webp);
    background-size:cover;
    background-repeat: no-repeat;
    width:100%;
    height:100%;
}


@media(max-width: 993px) {
    .bg-living[b-ugpz34bxfu] {
        background-image: none;
        background-size: cover;
        background-color: #10202C;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }
}

/*STYLE BUTTON AND ANIMATION*/
.btn_primary[b-ugpz34bxfu] {
    position: relative;
    transition: all .5s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    padding-top: .65rem;
    padding-bottom: .35rem;
    color: black;
    background-color: #E4580A;
    border: 2px solid #E4580A;
    z-index: 1;
}

    .btn_primary[b-ugpz34bxfu]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        transition: all .5s ease;
        background-color: #CCBB9E;
        z-index: -1;
    }

    .btn_primary:hover[b-ugpz34bxfu] {
        color: black;
        border: 2px solid #CCBB9E;
        background-color: transparent !important;
    }

        .btn_primary:hover[b-ugpz34bxfu]::before {
            width: 100%;
        }


    .btn_primary .icon[b-ugpz34bxfu] {
        position: absolute;
        right: -60px;
        transition: all .3s ease;
    }

    .btn_primary:hover .icon[b-ugpz34bxfu] {
        right: 25px;
    }

    .btn_primary .btn_text[b-ugpz34bxfu] {
        display: inline-block;
        transition: all .3s ease;
        font-weight: 600;
    }

    .btn_primary:hover .btn_text[b-ugpz34bxfu] {
        margin-right: 45px;
    }
/* _content/Copema.Wtc.Web/Components/WTCComponents/Localization/Localization.razor.rz.scp.css */
.bg-localization[b-rabtmf8gs7]{
    object-fit:cover;
    object-position:center;
    width:100%;
    height:100%;
}


/*STYLE BUTTON AND ANIMATION*/
.btn_primary[b-rabtmf8gs7] {
    position: relative;
    transition: all .5s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    padding-top: .65rem;
    padding-bottom: .35rem;
    color: black;
    background-color: #E4580A;
    border: 2px solid #E4580A;
    z-index: 1;
}

    .btn_primary[b-rabtmf8gs7]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        transition: all .5s ease;
        background-color: #E4580A;
        z-index: -1;
    }

    .btn_primary:hover[b-rabtmf8gs7] {
        color: black;
        border: 2px solid #E4580A;
        background-color: #E4580A !important;
    }

        .btn_primary:hover[b-rabtmf8gs7]::before {
            width: 100%;
        }


    .btn_primary .icon[b-rabtmf8gs7] {
        position: absolute;
        right: -60px;
        transition: all .3s ease;
    }

    .btn_primary:hover .icon[b-rabtmf8gs7] {
        right: 25px;
    }

    .btn_primary .btn_text[b-rabtmf8gs7] {
        display: inline-block;
        transition: all .3s ease;
        font-weight: 600;
    }

    .btn_primary:hover .btn_text[b-rabtmf8gs7] {
        margin-right: 45px;
    }
/* _content/Copema.Wtc.Web/Components/WTCComponents/PlantsLiving/PlantsLiving.razor.rz.scp.css */

.btn-tab-index[b-0v6rir54wm] {
    transition: background-color 0.5s ease, color 0.5s ease;
    border: 1px solid white;
}

    .btn-tab-index h3[b-0v6rir54wm] {
        color: white !important;
    }

    .btn-tab-index:hover[b-0v6rir54wm] {
        background-color: #CCBB9E !important;
        color: black !important;
    }

        .btn-tab-index:hover h3[b-0v6rir54wm] {
            color: black !important;
        }


    .btn-tab-index.active[b-0v6rir54wm] {
        border: 1px solid #CCBB9E !important;
        background-color: #CCBB9E !important;
        color: black !important;
    }

        .btn-tab-index.active h3[b-0v6rir54wm] {
            color: black !important;
        }

/*STYLE BUTTON AND ANIMATION*/
.btn_primary_living[b-0v6rir54wm] {
    position: relative;
    transition: all .5s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    padding-top: .65rem;
    padding-bottom: .35rem;
    color: black;
    background-color: #E4580A;
    border: 2px solid #E4580A;
    z-index: 1;
}

    .btn_primary_living[b-0v6rir54wm]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        transition: all .5s ease;
        background-color: #CCBB9E;
        z-index: -1;
    }

    .btn_primary_living:hover[b-0v6rir54wm] {
        color: black;
        border: 2px solid #CCBB9E;
        background-color: transparent !important;
    }

        .btn_primary_living:hover[b-0v6rir54wm]::before {
            width: 100%;
        }


    .btn_primary_living .icon[b-0v6rir54wm] {
        position: absolute;
        right: -60px;
        transition: all .3s ease;
    }

    .btn_primary_living:hover .icon[b-0v6rir54wm] {
        right: 25px;
    }

    .btn_primary_living .btn_text[b-0v6rir54wm] {
        display: inline-block;
        transition: all .3s ease;
        font-weight: 600;
    }

    .btn_primary_living:hover .btn_text[b-0v6rir54wm] {
        margin-right: 45px;
    }


.swiper[b-0v6rir54wm] {
    width: 100%;
    height: 350px;
}

.swiper-slide[b-0v6rir54wm] {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    height: calc((100% - 30px) / 2) !important;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-prev[b-0v6rir54wm]:after, .swiper-button-next[b-0v6rir54wm]:after {
    font-family: swiper-icons;
    font-size: 20px !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev[b-0v6rir54wm], .swiper-button-next[b-0v6rir54wm] {
    color: #CCBB9E !important;
    border-radius: 100%;
    background-color: #06131C;
    height: 40px;
    width: 40px;
}

@media(max-width:675px) {
    .swiper-button-next[b-0v6rir54wm], .swiper-rtl .swiper-button-prev[b-0v6rir54wm] {
        right: 0.5rem !important;
        left: auto;
    }

    .swiper-button-prev[b-0v6rir54wm], .swiper-rtl .swiper-button-next[b-0v6rir54wm] {
        left: 0.5rem !important;
        right: auto;
    }

    .swiper[b-0v6rir54wm] {
        width: 100%;
        height: 350px;
    }
}

/* Container já é flex (d-flex) */
#v-pills-tab-plantas[b-0v6rir54wm] {
    flex-wrap: wrap;
    justify-content: center;
}

    /* Cada botão ocupa espaço proporcional */
    #v-pills-tab-plantas .btn-width[b-0v6rir54wm] {
        flex: 0 0 100%; /* mobile: 1 item por linha */
    }

/* Tablet (≥768px): 3 por linha */
@media (min-width: 768px) {
    #v-pills-tab-plantas .btn-width[b-0v6rir54wm] {
        flex: 0 0 calc(33.333% - 1rem); /* 3 itens */
    }
}

/* Desktop (≥1200px): 5 por linha */
@media (min-width: 1200px) {
    #v-pills-tab-plantas .btn-width[b-0v6rir54wm] {
        flex: 0 0 calc(20% - 1rem); /* 5 itens */
    }
}

@media(max-width:635px){
    .fs-6[b-0v6rir54wm]{
        font-size: 0.85rem!important;
    }
}
/* _content/Copema.Wtc.Web/Components/WTCComponents/PlantsStay/PlantsStay.razor.rz.scp.css */

.btn-tab-index[b-4nrxtm1j0d] {
    transition: background-color 0.5s ease, color 0.5s ease;
    border: 1px solid white;
}

    .btn-tab-index h3[b-4nrxtm1j0d] {
        color: white !important;
    }

    .btn-tab-index:hover[b-4nrxtm1j0d] {
        background-color: #5AE0E8 !important;
        color: black !important;
    }

        .btn-tab-index:hover h3[b-4nrxtm1j0d] {
            color: black !important;
        }


    .btn-tab-index.active[b-4nrxtm1j0d] {
        border: 1px solid #5AE0E8 !important;
        background-color: #5AE0E8 !important;
        color: black !important;
    }

        .btn-tab-index.active h3[b-4nrxtm1j0d] {
            color: black !important;
        }

/*STYLE BUTTON AND ANIMATION*/
.btn_primary_stay[b-4nrxtm1j0d] {
    position: relative;
    transition: all .5s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    padding-top: .65rem;
    padding-bottom: .35rem;
    color: black;
    background-color: #E4580A;
    border: 2px solid #E4580A;
    z-index: 1;
}

    .btn_primary_stay[b-4nrxtm1j0d]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        transition: all .5s ease;
        background-color: #5AE0E8;
        z-index: -1;
    }

    .btn_primary_stay:hover[b-4nrxtm1j0d] {
        color: black;
        border: 2px solid #5AE0E8;
        background-color: transparent !important;
    }

        .btn_primary_stay:hover[b-4nrxtm1j0d]::before {
            width: 100%;
        }


    .btn_primary_stay .icon[b-4nrxtm1j0d] {
        position: absolute;
        right: -60px;
        transition: all .3s ease;
    }

    .btn_primary_stay:hover .icon[b-4nrxtm1j0d] {
        right: 25px;
    }

    .btn_primary_stay .btn_text[b-4nrxtm1j0d] {
        display: inline-block;
        transition: all .3s ease;
        font-weight: 600;
    }

    .btn_primary_stay:hover .btn_text[b-4nrxtm1j0d] {
        margin-right: 45px;
    }


.swiper[b-4nrxtm1j0d] {
    width: 100%;
    height: 350px;
}

.swiper-slide[b-4nrxtm1j0d] {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    height: calc((100% - 30px) / 2) !important;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-prev[b-4nrxtm1j0d]:after, .swiper-button-next[b-4nrxtm1j0d]:after {
    font-family: swiper-icons;
    font-size: 20px !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev[b-4nrxtm1j0d], .swiper-button-next[b-4nrxtm1j0d] {
    color: #5AE0E8 !important;
    border-radius: 100%;
    background-color: #06131C;
    height: 40px;
    width: 40px;
}

@media(max-width:675px) {
    .swiper-button-next[b-4nrxtm1j0d], .swiper-rtl .swiper-button-prev[b-4nrxtm1j0d] {
        right: 0.5rem !important;
        left: auto;
    }

    .swiper-button-prev[b-4nrxtm1j0d], .swiper-rtl .swiper-button-next[b-4nrxtm1j0d] {
        left: 0.5rem !important;
        right: auto;
    }

    .swiper[b-4nrxtm1j0d] {
        width: 100%;
        height: 350px;
    }
}


/* Container já é flex (d-flex) */
#v-pills-tab-plantas[b-4nrxtm1j0d] {
    flex-wrap: wrap;
    justify-content: center;
}

    /* Cada botão ocupa espaço proporcional */
    #v-pills-tab-plantas .btn-width[b-4nrxtm1j0d] {
        flex: 0 0 100%; /* mobile: 1 item por linha */
    }

/* Tablet (≥768px): 3 por linha */
@media (min-width: 768px) {
    #v-pills-tab-plantas .btn-width[b-4nrxtm1j0d] {
        flex: 0 0 calc(33.333% - 1rem); /* 3 itens */
    }
}

/* Desktop (≥1200px): 5 por linha */
@media (min-width: 1200px) {
    #v-pills-tab-plantas .btn-width[b-4nrxtm1j0d] {
        flex: 0 0 calc(20% - 1rem); /* 5 itens */
    }
}

@media(max-width:635px) {
    .fs-6[b-4nrxtm1j0d] {
        font-size: 0.85rem !important;
    }
}
/* _content/Copema.Wtc.Web/Components/WTCComponents/Stay/Stay.razor.rz.scp.css */
.bg-stay[b-ywsoailmfr] {
    background-image: url(/images/home/background-stay-desktop.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


@media(max-width: 993px) {
    .bg-stay[b-ywsoailmfr] {
        background-image: none;
        background-size: cover;
        background-color: #10202C;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }
}

/*STYLE BUTTON AND ANIMATION*/
.btn_primary[b-ywsoailmfr] {
    position: relative;
    transition: all .5s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    padding-top: .65rem;
    padding-bottom: .35rem;
    color: black;
    background-color: #E4580A;
    border: 2px solid #E4580A;
    z-index: 1;
}

    .btn_primary[b-ywsoailmfr]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        transition: all .5s ease;
        background-color: #0D8890;
        z-index: -1;
    }

    .btn_primary:hover[b-ywsoailmfr] {
        color: black;
        border: 2px solid #0D8890;
        background-color: transparent !important;
    }

        .btn_primary:hover[b-ywsoailmfr]::before {
            width: 100%;
        }


    .btn_primary .icon[b-ywsoailmfr] {
        position: absolute;
        right: -60px;
        transition: all .3s ease;
    }

    .btn_primary:hover .icon[b-ywsoailmfr] {
        right: 25px;
    }

    .btn_primary .btn_text[b-ywsoailmfr] {
        display: inline-block;
        transition: all .3s ease;
        font-weight: 600;
    }

    .btn_primary:hover .btn_text[b-ywsoailmfr] {
        margin-right: 45px;
    }
