*{
    font-family: "Roboto", Sans-serif;
}
body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}

.header-contato, .header-contato-footer{
    background-color: #A8685F;
    padding: 7px 15px;
    width: 100vw;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    a{
        color: #ffffff;
        font-weight: 400;
        text-decoration: none;
        transition-duration: .5s;
        &:hover{
            color: #665930;
        }
    }
}

#navbar {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 0rem;
    padding-top: 0px;
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 100vw;
    box-sizing: border-box;
    transition-duration: .5s;
    background-color: #1F1F1F78;
}

#headerspacing{
    margin-top: 30px;
}

#navbar.scrolled {
    max-width: 100vw;
}

.nav-wrapper {
    display: flex;
    gap: 3rem;
    align-items: center;
    width: 100vw;
    justify-content: space-between;
}

.logo {
    height: 3.25rem;
    width: auto;
}

.titulo-home{
    font-family: "Roboto", Sans-serif;
    font-size: 72px;
    font-weight: 900;
    line-height: 1em;
    color: #FFFFFF;
}
#video-home{
    min-height: 96vh;
    max-height: 96vh;
    min-width: 100vw;
    object-fit: cover;
    width: 100%;
    max-height: 100%;
}
.home{
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #f1f1f1;
    width: 100vw;
    padding: 20px;
    display: flex;
    min-height: 96vh;
    max-height: 96vh;
    flex-direction: column;
    justify-content: center;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    gap: 0px 0px;
    row-gap: 0px;
    column-gap: 0px;
    --overlay-opacity: 0.6;
    padding-top: 4%;
    padding-bottom: 0%;
    padding-left: 4%;
    padding-right: 04%;
    min-height: 100vh;
    max-height: 100vh;
    p{
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        padding-left: 10px;
    }
}

.home:before {
    transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s);
}
.home-container{
    max-width: 1024px;
    width: 80%;
}
.menu {
    display: flex;
    gap: 3rem;
    height: 3.25rem;
    align-items: center;
}
.menu li ul{
    position:absolute;
    background-color:#fff;
    display:none;
}
.menu li:hover ul, .menu li.over ul{
    display:block;
}

.nav-item {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #ffffff;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    font-size: 15px;
    font-weight: 400;
    transition: transform .5s;
    text-transform: uppercase;
}
.submenu{
    background-color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    padding: 15px 15px 15px 15px;
    border-radius: 5px;
    transition-duration: .5s;
    a{
        color: #a8685f;
        text-decoration: none;
    }
    &:hover{
        a{
            color: #ffffff;
        }
        background-color: #a8685f;
    }
}

.btn-primary{
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 8px 8px 8px 8px;
    padding: 15px 30px 15px 30px;
    background-color: #a8685f;
    outline: none;
    border: none;
    transition-duration: .5s;
}

.btn-primary:hover{
    background-color: #B16E62;
}
.menu li ul {
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav-item:hover {
    transform: scale(1.2);
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1001;
}

section {
    margin-top: 35px;
    .pre-titulo{
        font-size: 20px;
        font-weight: 700;
        color: #d8ae9e;
        text-align: center;
    }
    h1{
        font-size: 3rem;
        font-weight: 700;
        line-height: 1em;
        color: #a8685f;
        text-align: center;
    }
    .subtitulo{
        margin-top: 10px;
        margin-bottom: 10px;
        color: #a8685f;
        text-align: center;
    }
}
.fazemos-diferenca{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    span{
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        color: #000000;
    }
    .destaque{
        color: #65582C;
    }
}
    
.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #0a223c;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.logo-mobile{
    display: none;
}
.w-85{
    max-width: 85%;
}

.missao-valores{
    display: flex;
    justify-content: center;
    align-items: center;
    .missao-valor{
        height: 100vh;
        width: calc(100vw/3);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #665930;
        &.alimentacao{
            background-color: #C29787;
        }
        .container-valores-missao{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
        }
        &:hover{
            transition-duration: 1s;
            background-repeat: no-repeat;
            background-position: center top;
            .container-valores-missao{
                background: rgba(0, 0, 0, 0.7);
            }
        }
    }
    h2{
        font-size: 40px;
        font-weight: 600;
        color: #FFFFFF;
    }
    p{
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
    }
}

.container-links-rodape{
    display: flex;
    flex-direction: column;
    a{    
        color: #252525;
        transition: color 0.3s;
        text-decoration: none;
        box-sizing: border-box;
        font-size: 16px;
        font-weight: 400;
        margin-top: calc(12px / 2);
        margin-bottom: calc(12px / 2);
    }
    label{
        font-size: 16px;
        font-weight: 600;
        color: #a8685f;
    }
    &.fale-conosco{
        i{
            display: flex;
            justify-content: center;
            align-items: center;
            color: #a8685f;
            font-size: x-large;
            margin-right: 8px;
        }
    }
}
.titulo-rodape{
    font-size: 22px;
    font-weight: 600;
    color: #a8685f;
    line-height: 1.3em;
    margin-bottom: 1rem;
}
.social-footer a{
    color: #ffffff;
    background-color: #a8685f;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: x-large;
    transition-duration: .5s;
    &:hover{
        transition-duration: .5s;
        transform: scale(1.1);
    }
}
.footer-bg{
    border-top: 1px solid #D2BDB1;
    padding-top: 50px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .logo-desktop{
        display: none;
    }
    .logo-mobile{
        display: block;
    }
    .header-contato{
        display: none;
    }
    #navbar {
        padding: 1rem 0rem;
        align-items: center;
        background-color: #A8685F;
        color: #fff;
    }

    .nav-wrapper {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0;
    }

    .logo {
        height: 2.75rem;
        z-index: 1002;
    }

    .menu-toggle .bar {
        background-color: #ffffff;
    }

    .menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background-color: #a8685f;
        transition: left 0.3s ease-in-out;
        z-index: 1000;
        gap: 2rem;
    }

    .nav-item{
        color: #ffffff;
    }

    #navbar.nav-open .menu {
        left: 0;
    }

    .nav-wrapper {
        width: 100%;
        justify-content: space-between;
    }

    .login-btn {
        display: none;
    }

    .menu .login-btn {
        display: flex;
    }

    .menu-toggle {
        display: flex;
    }

    #navbar.nav-open .menu-toggle .bar:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }

    #navbar.nav-open .menu-toggle .bar:nth-child(2) {
        opacity: 0;
    }

    #navbar.nav-open .menu-toggle .bar:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    h1,
    h2 {
        font-size: 2.2rem !important;
    }

    p {
        font-size: 1rem !important;
    }

    span {
        font-size: 0.9rem !important;
    }

    #navbar {
        padding: 1rem 1.5rem;
    }


    .info-container {
        margin: -3rem 1.5rem 0;
    }

    .section {
        flex-direction: column-reverse !important;
    }

    .beliefs-section,
    .clients-section,
    .about-us-section,
    .feedback-section,
    .cta-section,
    .contact-wrapper .contact-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .beliefs-section {
        margin: 3.125rem 0 5rem;
    }

    .beliefs-grid {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        margin: 0 2.5rem;
    }

    .belief-card {
        width: 100%;
        max-width: 20.625rem;
        height: auto;
    }

    .clients-section .logos img {
        height: 2rem;
        width: auto;
    }

    .about-us-section {
        flex-direction: column;
        overflow-x: hidden;
    }

    .about-us-section img {
        max-width: 120%;
    }

    .feedback-section .carousel-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .feedback-section .feedback-card {
        min-width: 80vw;
    }

    .cta-section {
        flex-direction: column-reverse;
    }

    .cta-section img {
        max-width: 343px;
    }

    .clipped-background {
        clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0% 100%);
    }

    .contact-wrapper .contact-content {
        flex-direction: column;
    }

    .contact-wrapper .contact-content img {
        border-radius: 24px;
        max-width: 21.4375rem;
    }

    .contact-wrapper .contact-content .section-text h1 {
        font-size: 2.5rem;
    }

}