*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-style: normal;
}



.interface{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 4%;
}

header{
    width: 100%;
    padding: 30px 0;
    position: fixed;
    top: 0;
    left: 0;
    transition: .5s;
    z-index: 999999999999999999999999;
}

header .interface{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo-header img{
    max-width: 70px;
    transition: .2s;
}

header.rolar{
    background: #f5ebc7;
    padding: 20px 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.70);
}

header.rolar .menu-header nav ul li a{
    color: #c4a287;
}

header.rolar .botao button{
    border: 1px solid #c4a287;
    color: #c4a287;
}

header.rolar .botao button:hover{
    background: #c4a287;
    color: white;
}

header .logo-header img:hover{
    transform: scale(1.05);
}

header .menu-header nav ul{
    list-style-type: none;
}

header .menu-header nav ul li{
    display: inline-block;
    margin: 0 30px;
}

header .menu-header nav ul li a{
    color: #c4a287;
    text-decoration: none;
    display: inline-block;
    transition: .2s;
}

header .menu-header nav ul li a:hover{
    transform: scale(1.05);
}

header .botao button{
    width: 140px;
    height: 50px;
}

header .botao button, .sessao1 button, .especialidades button{
    font-size: 18px;
    background-color: transparent;
    border: 1px solid #c4a287;
    color: #c4a287;
    cursor: pointer;
    transition: .5s;
}

header .botao button:hover, .sessao1 button:hover, .especialidades button:hover{
    background: #c4a287;
    color: white;
}

section.sessao1{
    height: 98vh;
    background-image: url(../img/backgroud\ sessao1.jpg);
    background-repeat: none;
    background-size: cover;
    background-position: center;
    color: #c4a287;
    background-attachment: fixed;
}

.sessao1 .interface{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.sessao1 .texto-sessao1 h1{
    font-size: 4em;
    line-height: 70px;
    
}

.sessao1 .texto-sessao1 h1 span{
    display: block;
    font-weight: 400;
}

.sessao1 .texto-sessao1 p{
    margin: 20px 0;
}

.sessao1 .texto-sessao1 p span{
    display: block;
}

.sessao1 .texto-sessao1 q{
    font-size: 12px;
}

.sessao1 .texto-sessao1 p{
    font-size: 20px;
}

.sessao1 .texto-sessao1 a{
    text-decoration: none;
}

.sessao1 button{
    width: 170px;
    height: 50px;
    margin-right: 100px;
    margin-top: 40px;
}

section.quem-somos{
    height: 400px;
    text-align: center;
    margin: 50px 0;

}

.quem-somos h1{
    font-size: 4em;
    font-weight: 200;
    color: #c4a287;

}

.quem-somos h1 span{
    font-weight: 700;
}

.quem-somos p{
    color: #c4a287;
    margin: 20px 0;
}

section.servicos{
    background: #f5ebc7;
    padding: 80px 0;
}

.servicos .itens-servicos{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10%;
    margin-bottom: 60px;
}

.servicos .itens-servicos .img-itens{
    max-width: 420px;
}

.servicos .itens-servicos .txt-itens h3{
    font-size: 3em;
    line-height: 50px;
    margin-bottom: 20px;
    color: #c4a287;
}

.servicos .itens-servicos .txt-itens p{
    color: #c4a287;
}


.servicos .itens-servicos .txt-itens h3 span{
    font-weight: 200;
}

section.contato{
    background: white;
    padding: 80px 0;
}

.txt-contato, .icones-contato{
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    vertical-align: middle;
}

.contato .txt-contato h3{
    font-size: 2.5em;
    line-height: 50px;
    font-weight: 400;
    color: #c4a287;
}

.contato .txt-contato h3 span{
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
}

.contato .txt-contato p{
    color: #c4a287;
}

.contato .icones-contato a{
    text-decoration: none;
}

.contato .icones-contato button{
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 40%;
    height: 40px;
    margin: 0 auto 20px auto;
    padding: 0 60px;

    background: transparent;
    border: 2px solid #c4a287;
    color: #c4a287;
    cursor: pointer;
    transition: .5s;
}

.contato .icones-contato button:hover{
    background: #c4a287;
}

.contato .icones-contato button:hover i, .contato .icones-contato button:hover p{
    color: white;
}

.contato .icones-contato button i{
    font-size: 20px;
}

section.especialidades{
    height: 500px;

    background-image: url(../img/e-licitacao.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: white;
    text-align: center;
    background-attachment: fixed;
}

.especialidades > .overlay{
    position: absolute;
    top:  0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.718);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.especialidades > .interface{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    z-index: 2;
    position: relative;
}

.especialidades h3{
    font-size: 3em;
    line-height: 50px;
    font-weight: 200;
}

.especialidades h3 span{
    display: block;
    font-weight: 700;
}

.especialidades p{
    font-size: 20px;
    font-weight: 300;
    margin: 40px 0;
}

.especialidades button{
    width: 220px;
    height: 60px;
    transition: .5s;
}

.especialidades a{
    transform: scale(1.05);
}

section.clientes{
    background: #f5ebc7;
    padding: 80px 0;
}

.txt-clientes, .img-clientes{
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    vertical-align: top;
}

.clientes .txt-clientes{
    position: sticky;
    top: 50%;
    padding: 20px 0;
}

.clientes .txt-clientes p{
    margin: 20px 0;
}

.clientes .txt-clientes h3{
    font-size: 3em;
    font-weight: 200;
    line-height: 50px;
    color: #c4a287;
}

.clientes .txt-clientes h3 span{
    display: block;
    font-weight: 700;
}

.clientes .txt-clientes p{
    color: #c4a287;
    margin-right: 25px;
}

.img-clientes .cliente-box1{
    margin-bottom: 30px;
}

.img-clientes .cliente-box1, .img-clientes .cliente-box2, .img-clientes .cliente-box3{
    display: flex;
    align-items: center;
    gap: 50px;
}


.cliente-box1 img, .cliente-box2 img, .cliente-box3 img{
   max-width: 100px;
   transition: .2s;
}

.cliente-box1 img:hover, .cliente-box2 img:hover, .cliente-box3 img:hover{
    transform: scale(1.30);
}

.img-clientes .parceiros-atuais h3{
    font-weight: 200;
    color: #c4a287;
}

.img-clientes .parceiros-atuais h3 span{
    font-weight: 700;
}

.img-clientes .parceiros-antigos h3{
    font-weight: 200;
    color: #c4a287;
}

.img-clientes .parceiros-antigos h3 span{
    font-weight: 700;
}

footer{
    background: #c4a287;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

footer .top-footer button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid white;
    background: transparent;
    color: white;
    font-size: 24px;
    cursor: pointer;
    margin: 0 10px;
    transition: .2s;
}

footer .top-footer button:hover{
    background-color: #f5ebc7;
    color: white;
    transform: scale(1.05);
}

footer .meio-footer{
    margin: 20px 0 ;
}

footer .meio-footer a{
    text-decoration: none;
    color: white;
    margin: 0 10px;
    cursor: pointer;
}

footer .final-footer{
    border-top: 2px solid white;
    display: flex;
    justify-content: center;
}

footer .final-footer p{
    color: white;
    margin-top: 10px;
    margin-right: 100px;
}

footer .final-footer p a{
    text-decoration: none;
    color: white;
    cursor: pointer;
}
