@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}







a {

    text-decoration: none;

}

html {

    scroll-behavior: smooth;

}

body {

    font-family: "DM Sans", sans-serif !important;

}



img {

    width: 100%;

}



body.overflow {

    overflow: hidden;

}


.brand {
    max-width: 200px;
}

.header {

    position: sticky;

    top: 0;


    background: #efefe8;

    z-index: 100;

    padding: 10px 30px;

}

.nav-item {
    margin-right: 40px;
}

.box-container {

    max-width: 1440px;

    width: 100%;

    margin: 0 auto;

    padding: 0 20px;

}

.box-container-interno {

    max-width: 1336px;

    width: 100%;

    margin: 0 auto;

}



.header .box-container {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.header .logo svg:nth-child(1) {

    position: relative;

    top: -8px;

}



.header .logo svg:nth-child(2) {

    margin-left: -10px;

}



.header .nav-list {

    display: block;

}



.header .nav-list-mobile {

    display: none;

}



.header .nav-list-mobile.open {

    transition: all 0.4s;

    opacity: 1;

    transform: translateX(0%);

}




.nav-link,
.number {

    color: #b3a595;

    font-size: 1.3rem;

    line-height: 30px;

    transition: all 250ms linear 0s;

}




.nav-link:hover {

    color: #7f7969;

}



.iniciar-projeto {

    width: 100%;

    max-width: fit-content;

    border: 1px solid #b3a595;

    padding: 5px 20px;

    border-radius: 75px;


    text-align: center;


}

.nav-item .contato {

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 8px;

}



.header .logo-mobile {

    display: none;

}



.mobile-menu {

    cursor: pointer;

    display: none;

}



.mobile-menu div {

    width: 32px;

    height: 3px;

    background: #fff;

    margin: 8px;

    transition: 0.3s;

}



.mobile-menu.active .line1 {

    transform: rotate(-45deg) translate(-8px, 8px);

}



.mobile-menu.active .line2 {

    opacity: 0;

}



.mobile-menu.active .line3 {

    transform: rotate(45deg) translate(-7px, -8px);

}



@media (min-width: 992px) and (max-width: 1160px) {

    .header .nav-list ul {

        gap: 15px;

        padding-left: 1.275rem;

    }

    .header .nav-list a {

        font-size: 1.1rem;

    }

}



.whatsApp {

    position: fixed;

    bottom: 50px;

    right: 50px;

    z-index: 10000;

}



/* FOOTER */



.footer {

    background: #111;

}



.footer .box-container {

    font-family: "DM Sans", sans-serif;

    font-size: 1.125rem;

    color: #fff;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 9px 30px 9px 100px;

}



.footer .box-container span {

    font-family: "DM Sans", sans-serif !important;

}

.wp-block-image img {
    max-height: 300px !important;
}

@media(min-width:992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }

    .navbar-expand-lg .navbar-nav {
        width: 100%;
        justify-content: end;
    }
}

@media (max-width: 992px) {
    .iniciar-projeto {

        margin: 20px 0;
    }



    .header .box-container {

        justify-content: space-between;

    }



    .header .nav-list {

        display: none;

    }

    .header .nav-list-mobile {

        position: absolute;

        top: 132px;

        left: 0;

        width: 100vw;

        height: 100vh;

        z-index: 5;

        opacity: 0;

        pointer-events: none;

        background-color: #38342f;

        color: #fff;

        display: initial;

        transform: translateX(-100%);

        transition: all 0.4s;

    }



    .header .nav-list.open {

        pointer-events: initial;

    }



    .header .nav-list ul {

        flex-direction: column;

        gap: 20px;

        padding-right: 40px;

    }

    .header .nav-list-mobile li {

        text-align: center;

    }

    .header .nav-list-mobile .contato {

        justify-content: center;

    }

    .mobile-menu {

        display: block;

        z-index: 999;

        position: relative;

        top: -6px;

    }

    .nav-list.active {

        transform: translateY(0);

    }

    .wp-block-image .alignleft {
        width: 100% !important;
    }

    .wp-block-image img {
        max-height: 100% !important;
        height: auto;
    }

}



@media (max-width: 567px) {

    .header .nav-list a {

        font-size: 1.125rem;

    }

    .mobile-menu div {

        margin: 6px;

    }



    .mobile-menu.active .line3 {

        transform: rotate(45deg) translate(-4px, -8px);

    }

    .mobile-menu.active .line1 {

        transform: rotate(-45deg) translate(-5px, 8px);

    }

    .header .logo svg:nth-child(1) {

        width: 50px;

    }

    .header .logo svg:nth-child(2) {

        width: 170px;

    }

    .footer .box-container {

        flex-direction: column;

        gap: 10px;

        justify-content: center;

        align-items: center;

        padding-left: 30px;

        font-size: 0.875rem;

    }

    .footer .box-container>div {

        text-align: center;

    }

    .whatsApp {

        bottom: 50px;

        right: 30px;

    }

    .whatsApp svg {

        width: 35px;

        height: 35px;

    }

}

.politica {
    padding-top: 100px;
    padding-bottom: 100px;
}

.rodape {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
    font-family: "Rajdhani", sans-serif;
}




#cookie-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
    width: 300px;
    display: none;
    z-index: 999999999;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.cookie-buttons {
    margin-top: 10px;
    text-align: right;
}

.cookie-buttons button {
    background: #e25d5d;
    color: white;
    border: none;
    padding: 8px 12px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 4px;
}

.cookie-buttons button.reject {
    background: #804b4c;
}

.politica {
    font-size: 1.4rem;
}



footer {
    background: #efefe8;
    position: relative;
    padding: 50px 0;
    color: #fff;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

footer ul li a,footer ul li, footer h5 {
    color:#b3a595;

}

.whats-flutuante {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 20;
}

.social-midia a {
    padding: 3px;
    border: 1px solid #b3a595;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.social-midia {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

section {
    scroll-margin-top: 160px;
    /* ajuste conforme a altura do seu header fixo */
}

.txt-internas p{
    text-align: justify;
}