:root{
    --branco:#ebe8e1;
    --preto:#363635;
    --bege:#c1b08f;
    --dourado: #deae4f;
}

/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    color: inherit !important;
    text-decoration: inherit !important;
}
body {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    color: var(--preto);
    background-color: var(--preto);
    padding-bottom: 200px;
}

header {
    position: fixed;
    top: 0px;
    width: 100vw;
    z-index: 9;
    transition: all 0.5s ease;
    transform: translateY(0);
    padding: 10px 35px;
    background-color: #FFF;
    font-weight: 400;
    height: 80px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

header .logo{
    width: 200px;
}

header .item {
    margin-left: 20px;
    cursor: pointer;
}
header .hamburger {
    display: none;
    width: 30px;
}
header.hidden {
    transform: translateY(-130%);
}

.bt{
    width: fit-content;
    padding: 10px 20px;
    background-color: var(--branco);
    color: var(--preto);
    font-size: 14px;
    border-radius: 100px;
    font-weight: 500;
    margin-top: 20px;
}

#home{
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    background: #FFF;
}
#home .d-flex{
    gap: 50px;
    height: 100%;
}
#home .d-flex .texto,
#home .d-flex .imagem{
    font-size: 53px;
    line-height: 70px;
    font-weight: 300;
    width: 50%;
    position: relative;
}
#home .d-flex .texto{
    background-image: url(../img/a_home.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 85vh;
    padding-top:40px;
}
#home .d-flex .imagem img{
    width: 100%;
    margin-top: 20px;
    position: absolute;
    top: 40px;
    left: 0px;
}

#divisao{
    background-color: var(--preto);
    padding: 180px 0 100px;
    color: var(--branco);
    font-weight: 200;
    font-size: 35px;
}
#divisao .texto{
    width: 75%;
}
#divisao .grafismo{
    width: 130px;
    margin-bottom: 20px;
    z-index: 9;
    position: relative;
}
#divisao .grafismo .st0 {
    fill: var(--branco);
}
#divisao .grafismo .st1{
    fill: #c1b08f;
}
#divisao .grafismo .rotate{
    transform-origin: 50% 50%;
    animation: rotation 8s infinite linear;
}


#atuacao{
    padding: 120px 0px;
    background-color: var(--branco);
}
#atuacao .barra{
    height: 3px;
    width: 40px;
    background-color: var(--dourado);
    margin-right: 10px;
}
#atuacao .titulo{
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
#atuacao .subtitulo{
    width: 30%;
    font-size: 16px;
    margin-top: 10px;
}
#atuacao .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin: 0 auto;
    margin-top: 50px;
}
#atuacao .grid-item img {
    width: 100px;
    margin-bottom: 15px;
}
#atuacao .grid-item h3 {
    color: #d4a33c;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
#atuacao .grid-item p {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

#sobre{
    padding: 120px 0px;
    background-image: url(../img/bg_sobre_nos.jpg);
    background-size: cover;
    background-position: center;
}
#sobre .fotos{
    position: sticky;
    top: 150px;
}
#sobre .fotos .empresa{
    width: 100%;
    margin-top: -30px;
}
#sobre .fotos .socio{
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 40%;
}
#sobre .texto{
    padding: 0px 5%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
#sobre .texto .barra{
    height: 3px;
    width: 40px;
    background-color: var(--branco);
    margin-right: 10px;
}
#sobre .texto .titulo{
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
#sobre .texto .titulo2{
    font-weight: 400;
    font-size: 26px;
    margin-top: 20px;
}
#sobre .texto .assinatura{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--branco);
    font-weight: 600;
}
#sobre .texto .assinatura img{
    height: 80px;
    margin-right: 10px;
}
#sobre .texto .assinatura span{
    color: var(--branco);
}

#transicao .parallax-window {
    height: 80vh;
    width: 100vw;

}

#testemunhos{
    padding: 120px 0px;
    background-color: var(--bege);
}
#testemunhos .texto{
    padding: 0px 5% 0 10%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
#testemunhos .texto .barra{
    height: 3px;
    width: 40px;
    background-color: var(--branco);
    margin-right: 10px;
}
#testemunhos .texto .titulo{
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
#testemunhos .texto .titulo2{
    font-weight: 400;
    font-size: 26px;
    margin-top: 20px;
}
#testemunhos .bloco{
    padding: 40px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.s);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
#testemunhos .bloco .texto{
    border-left: 1px solid var(--dourado);
    padding-left: 20px;
    font-size: 14px;
}
#testemunhos .bloco .depoente{
    margin-top: 20px;
    margin-left: 20px;
    font-weight: 400;
    line-height: 18px;
    font-size: 16px;
}
#testemunhos .bloco .depoente img{
    height: 50px;
    margin-right: 10px;
    border-radius: 200px;
}
#testemunhos .bloco .depoente span{
    color: var(--dourado);
}

#artigos{
    padding: 120px 0px;
    background-color: var(--branco);
}
#artigos .barra{
    height: 3px;
    width: 40px;
    background-color: var(--bege);
    margin-right: 10px;
}
#artigos .titulo{
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
#artigos img{
    width: 100%;
    height: 50vh;
    object-fit: cover;
}
#artigos .bloco{
    background:#FFF;
    position: relative;
    top:-50px;
    width: 90%;
    padding: 30px;
    font-size: 14px;
}
#artigos .bloco .traco{
    border: 2px solid var(--dourado);
    width: 50px;
}
#artigos .bloco .titul_artigo{
    font-weight: 700;
    margin: 20px 0 0px;
}
#contato{
    padding: 120px 0 60px;
    background-color: var(--preto);
    color: var(--branco);
}
#contato .texto .barra{
    height: 3px;
    width: 40px;
    background-color: var(--dourado);
    margin-right: 10px;
}
#contato .texto .titulo{
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
#contato .imagem{
    position: relative;
}
#contato .imagem img{
    position: absolute;
    top: -150px;
    width: 100%;
    margin-bottom: 120px;
}
#contato .redes{
    width: 40px;
}

@media (max-width: 1024px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    
}

@keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
}

@media (max-width: 768px) {

    body{
        padding-bottom:0px;
    }

    header .logo{
        width: 100px;
    }

    header .menu{
        display: none !important;
    }
    
    header .hamburger {
        display: block;
    }

    #home {
        margin-top: 0px;
        padding-top: 80px;
    }
    #home .d-flex{
        flex-wrap: wrap;
        height: inherit !important;
        gap: 10px;
        padding-bottom: 20px;
    }
    #home .d-flex .texto,
    #home .d-flex .imagem{
        width: 100%;
        font-size: 40px;
        line-height: 40px;
        text-align: center;
        height: inherit !important;
        background: none;
    }
    #home .d-flex .imagem img{
        position: inherit !important;
        top:0px;
    }

    #divisao{
        padding: 60px 0;
        text-align: center;
    }
    #divisao .texto{
        width: 100%;
    }
    #divisao .texto .bt{
        margin: auto;
        margin-top: 20px;
    }
    #divisao .box_grafismo{
        margin: auto;
        margin-top: 20px;
    }
   
    #atuacao .subtitulo{
        width: 100%;
    }
    #atuacao .d-flex{
        justify-content: center;
    }
    #atuacao .grid-container{
        grid-template-columns:repeat(1, 1fr)
    }
    #atuacao .grid-container .grid-item{
        text-align: center;
    }
    #atuacao ul{
        padding: 0 20px;
        text-align: left;
    }

    #sobre .fotos .socio{
        right: 10px;
    }
    #sobre .texto{
        margin-top: 80px;
        padding: 0px 20px;
    }

    #testemunhos .bloco{
        margin-top:30px;
    }

    #artigos .bloco{
        top:0px;
        width:100%;
    }

    #contato{
        padding-bottom: 50px;
    }
    #contato .imagem img{
        position:inherit;
        margin-top: 30px;
        top:0px;
        margin-bottom:0px
    }
}