body{
    scroll-behavior: smooth;
    overflow-y: scroll;
}

header{
    background: #00000099;
    position: absolute;
    top: 0;
    padding: 20px 15px;
    font-family: "Google Sans Flex", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    font-weight: 100;
}
header.header1{
    z-index: 99999999999;
}
header.header2{
    padding: 10px 15px;
    background: #000000;
    position: fixed; /* Make it stick/fixed */
    top: -55px; /* Hide the navbar 50 px outside of the top view */
    width: 100%; /* Full width */
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
    z-index: 999999;
}
header .logo{}
header .logo img{
    width: 80%;
}
header.header2 .logo img{
    width: 50%;
}

header nav{}
header nav ul.navbarPC{
    margin: 0;
    border: 1px #fff solid;
    border-radius: 30px;
    padding: 15px 30px !important;
}
header.header2 nav ul{
    padding: 5px 30px !important;
}
header nav ul.navbarPC li{
    display: inline-block;
}
header nav ul.navbarPC li a{
    color: #fff;

}
header nav ul.navbarPC li a:hover{
    color: #ed8600;
    text-decoration: none;
}

header .contato{}
header .contato a{
    background: #090;
    color: #fff;
    padding: 17px 0;
    width: 100%;
    position: absolute;
    text-align: center;
    border-radius: 30px;
}
header .contato a:hover{
    text-decoration: none;
    background: #060;
}
header.header2 .contato a{
    padding: 6px 0;
}
header .contato a img{
    width: 20px;
    color: #fff;
    margin-left: 10px;
}

section.home{
    background: url('../img/banner.png');
    background-size: 100% 1080px;
    /*height: 2080px;*/
}
section.home .quadro{
    padding: 30% 15px 20%;
}
section.home h4{
    color: #fff;
    font-family: 'Google Sans Flex';
    font-weight: 300;
    font-size: 20px;
    background: #fff3;
    border-radius: 30px;
    padding: 5px 15px;
    width: 55%;
}
section.home h1{
    font-family: 'Hanken Grotesk';
    color: #fff;
    font-size: 60px;
}
section.home h1 b{
    color: #ed8600;
}
section.home p{
    font-family: 'Google Sans Flex';
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    width: 50%;
}
section.home a{
    background: #ed8600;
    color: #fff;
    font-family: 'Hanken Grotesk';
    font-size: 28px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 40px;
    display: block;
    width: fit-content;
}
section.home a:hover{
    background: #fff;
    color: #ed8600;
    text-decoration: none;
}
section.home h6{
    font-family: 'Google Sans Flex';
    font-size: 12px;
    padding: 5px 35px;
    color: #fff;
    font-weight: 100;
}

section.sobreSetor{
    padding: 100px 3%;
    background: linear-gradient(to right, #f7f7f7, #f1f1f1);
}
section.sobreSetor h1{
    font-family: 'Hanken Grotesk';
    font-size: 60px;
    text-align: right;
}
section.sobreSetor h1 b{
    color: #ed8600;
    font-weight: 900;
}
section.sobreSetor p{
    font-family: 'Google Sans Flex';
    text-align: right;
    font-size: 20px;
    width: 65%;
    float: right;
}
section.sobreSetor .quadro{
    background: #fff;
    box-shadow: 0px 10px 10px #0003;
    padding: 30px 25px;
    text-align: center;
    height: 350px;
    /*align-content: center;*/
    border-radius: 30px;
}
section.sobreSetor .quadro img{}
section.sobreSetor .quadro h4{
    font-family: 'Hanken Grotesk';
    font-weight: 900;
        margin: 25px auto;
}
section.sobreSetor .quadro p{
    font-family: 'Google Sans Flex';
    width: 100%;
    text-align: center;
}

section.solucoes{
    background: url('../img/Retângulo 59.png');
    background-size: 111%;
    background-position: center;
    padding: 100px 0;
}
section.solucoes h5{
    background: #ed8600;
    color: #fff;
    font-family: 'Google Sans Flex';
    font-weight: 300;
    text-align: center;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 30px;
    margin: 0 auto;
    font-size: 20px;
    text-transform: uppercase;
}
section.solucoes h1{
    color: #fff;
    font-size: 62px;
    text-align: center;
    font-family: 'Hanken Grotesk';
}
section.solucoes h1 span{
    text-transform: uppercase;
    font-weight: 900;
}
section.solucoes h1 b{
    font-weight: 900;
}
section.solucoes .quadro{
    background: #fff;
    box-shadow: 0px 10px 10px #0003;
    padding: 50px;
    height: 300px;
    /*align-content: center;*/
    border-radius: 30px;
    margin: 15px 0;
}
section.solucoes .quadro img{}
section.solucoes .quadro h4{
    font-family: 'Hanken Grotesk';
    font-weight: 700;
    font-size: 25px;
    width: 68%;
}
section.solucoes .quadro p{
    font-family: 'Google Sans Flex';
    font-size: 20px;
    padding: 30px 10px;
}
section.diferenciais{
    padding: 100px;
    background: linear-gradient(180deg, #ffffff, #b8b8b8);
}
section.diferenciais .quadro{
    background: #f7f7f7;
    padding: 100px;
    border-radius: 30px;
    z-index: 1;
    box-shadow: 0px 30px 10px #0003
}
section.diferenciais .imagem{}
section.diferenciais .imagem img{
    width: 100%;
}
section.diferenciais .text{
    padding: 0px 50px 0px 50px;
}
section.diferenciais .text h1{
    font-family: 'Hanken Grotesk';
    font-size: 60px;
}
section.diferenciais .text h1 b{
    color: #ed8600;
    font-weight: 900;
}
section.diferenciais .text p{
    font-family: 'Hanken Grotesk';
    font-size: 23px;
    line-height: 26px;
}
section.diferenciais .text ul{
    padding: 0px;
    margin: 0 px;
}
section.diferenciais .text ul li{
    display: block;
    font-size: 27px;
    font-family: 'Hanken Grotesk';
    margin: 35px 0;
}
section.diferenciais .text ul li img{}
section.diferenciais .globo{
    position: absolute;
    top: -300px;
    right: -240px;
    width: 28%;
}

section.metodologia{
    background: url('../img/Retângulo 59.png');
    background-size: 100%;
    background-position: center;
    padding: 100px 0;
    text-align: center;
}
section.metodologia h5{
    background: #ed8600;
    color: #fff;
    font-family: 'Google Sans Flex';
    font-weight: 300;
    text-align: center;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 30px;
    margin: 0 auto;
    font-size: 20px;
    text-transform: uppercase;
}
section.metodologia h1{
    color: #fff;
    font-size: 52px;
    text-align: center;
    font-family: 'Hanken Grotesk';
    font-weight: 900;
}
section.metodologia .quadro{
    background: #fff;
    box-shadow: 0px 10px 10px #0003;
    padding: 50px;
    height: 480px;
    /*align-content: center;*/
    border-radius: 30px;
    margin: 15px 0;
}
section.metodologia .quadro.direito{}
section.metodologia .quadro.centro{
    margin: 15px 12%;
}
section.metodologia .quadro.esquerdo{}
section.metodologia h6{
    font-family: 'Google Sans Flex';
    font-size: 20px;
    padding: 30px 10px 0;
    font-weight: 100;
}
section.metodologia h3{
    font-family: 'Hanken Grotesk';
    font-weight: 700;
    font-size: 25px;
}
section.metodologia p{
    font-family: 'Google Sans Flex';
    font-size: 20px;
    padding: 30px 10px;
}
section.contato{
    background: url('../img/pattern.png');
    background-size: 100%;
    background-position: center;
    padding: 100px 0;
    position: relative;
}
section.contato h1{
    font-family: 'Hanken Grotesk';
    font-size: 45px;
    text-align: right;
}
section.contato h1 b{
    color: #ed8600;
    font-weight: 900;
}
section.contato p{
    font-family: 'Hanken Grotesk';
    font-size: 21px;
    text-align: right;
    line-height: 28px;
}
section.contato label{
    margin: 20px 0 0;
    font-family: 'Hanken Grotesk';
    font-size: 20px;
}
section.contato input{
    width: 100%;
    padding: 20px;
    border-radius: 25px;
    border: 1px #000 solid;
    background: #f1f1f1;
}
section.contato input:focus{}
section.contato button{
    background: #ed8600;
    color: #fff;
    font-family: 'Hanken Grotesk';
    font-size: 20px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 40px;
    display: block;
    width: fit-content;
    border: none;
    margin: 50px 0 0;
    float: right;
}
section.contato button:hover{
    color: #ed8600;
    background: #fff;
}
section.contato button:focus{}
section.contato .globo{
    position: absolute;
    right: 0;
    top: -260px;
}
section.contato .globo1{
    position: absolute;
    bottom: -80px;
    left: 0;
}


footer{
    background: url('../img/Retângulo 59.png');
    background-size: 100%;
    background-position: center;
}
footer .logo{
    padding: 30px;
}
footer .logo img{
    width: 80%;
}
footer h2{
    color: #fff;
    padding: 25px;
}
footer .cima{
    border-bottom: 1px #fff solid;
}
footer .links{}
footer .links ul{
    margin: 0;
    padding: 50px 30px;
}
footer .links ul li{
    display: inline-block;
}
footer .links ul li a{
    color: #fff;
    font-size: 13px;
}
footer .links ul li a:hover{
    color: #ed8600;
    text-decoration: none;
}
footer .contatos{
    align-content: center;
}
footer .contatos a{
    color: #fff;
    font-size: 13px;
}
footer .contatos a:hover{
    color: #ed8600;
    text-decoration: none;
}
footer .contatos a img{
    width: 15px;
    margin-right: 10px;
}

.copyright{
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 5px 0;
}
.copyright a{
    font-family: "Libre Franklin", sans-serif;
    font-weight: 900;
    color: #fff;
}
.copyright a:hover{
    color: #ffcd00;
    text-decoration: none;
}
.copyright a span{
    color: #ffcd00;
}
.copyright a:hover span{
    color: #fff;
}
.lin{
    background: #fff;
    width: 1px;
    height: 65%;
    position: absolute;
    top: 22px;
}