@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Young+Serif&display=swap');

/*
font-family: "Open Sans", sans-serif;
font-family: "Poppins", sans-serif;
font-family: "Young Serif", serif;
*/
*::selection{
    background: #48c9b0;
}
.site{
    max-width: 1200px;
    width: 100%;
}
h2, h3, h4, h5, h6, b{
    font-family: "Young Serif", serif;
}
h2{
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    font-size: 32px;
    margin-bottom: 20px;
}
h2::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -45px;
    width: 40px;
    height: 1px;
    background-color: #48c9b0;
}
h2::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -45px;
    width: 40px;
    height: 1px;
    background-color: #48c9b0;
}
body{
    font-family: "Poppins", sans-serif;
}
header {
    position: relative;
    height: 100vh;
    background-color: #b5caee;
    background-image: url(../img/banner01.png);
    background-size: cover;
}
header .menu {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #0d254320; /* Cor de fundo do menu */
    z-index: 1000; /* Certifique-se de que o menu está acima de outros elementos */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Adiciona uma sombra para dar destaque */
    transition: background-color 0.3s ease; /* Transição suave para a mudança de cor */
    overflow: hidden;
}
header nav{
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
    z-index: 9999;
}
header h1 a {
    width: 150px;
    height: 150px;
    display: block;
    background: url(../img/logomarca1.png) no-repeat;
    background-size: 100% 100%;
    text-indent: -9999px;
    cursor: pointer;
}
header nav .menuTopo{
    display: flex;    
    margin: auto 0;    
}
header nav ul{
    display: flex;
}
header nav ul li a{
    margin: 10px 30px;
    color: #ffffff;
}
header .abrirMenu, header .fecharMenu{
    display: none;
}
header .banner{
    height: 70%;
    width: 100%;
}
header .banner .site{
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
header .banner .site .centroBanner h3{
    margin-top: 200px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 32px;
}
header .banner .site .centroBanner h2{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 64px;
}
header .banner .site .centroBanner p{
    color: #ffffff;
    font-size: 16px;
    margin: 25px 0 16px;
}
header .banner .site .centroBanner div a{
    display: inline-block;
    padding: 10px 55px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    border-radius: 20px 20px 0 20px;
    margin-top: 35px;
}
header .banner .site .centroBanner div a:hover{
    background: transparent;
    color: #ffffff;
}
main .fazer{
    width: 100%;
    padding: 50px 0 0 0;
}
main .fazer .site{
    margin: 0 auto;
}
main .fazer .site .conteudoTexto{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
main .fazer .site .conteudoTexto p{
    margin-bottom: 15px;
}
main .fazer .site .conteudoTexto p b{
    font-weight: bolder;
}
main .fazer .site .conteudoImg{
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 15px auto;
    text-align: center;
}
main .fazer .site .conteudoImg .caixaImg{
    text-align: center;
    margin: 35px 35px 0px 35px;
    position: relative;
    z-index: 5;
}
main .fazer .site .conteudoImg .caixaImg::before{
    content: "";
    position: absolute;
    top: -20px;
    left: 0px;
    width: 250%;
    height: 90%;
    z-index: -1;
    background-size: cover;
}
main .fazer .site .conteudoImg .inicio::before{
    background: url(../img/arrow-start.png);
    background-size: 100% 100%;
}
main .fazer .site .conteudoImg .meio::before{
    background: url(../img/arrow-middle.png);
    background-size: 100% 100%;
}
main .fazer .site .conteudoImg .fim::before{
    background: url(../img/arrow-end.png);
    background-size: 100% 100%;
}
main .fazer .site .conteudoImg .caixaImg:nth-child(5)::before{
    display: none;
}
main .fazer .site .conteudoImg .caixaImg .imgBox{
    width: 120px;
    height: 120px;
    background: #48c9b0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
main .fazer .site .conteudoImg .caixaImg .imgBox:hover{
    background: #0d2543;
}
main .fazer .site .conteudoImg .caixaImg .imgBox img{
    width: 45px;
}
main .fazer .site .conteudoImg .caixaImg h6{
    margin-top: 35px;
}
main .quemSomos{
    width: 100%;
}
main .quemSomos .site{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
main .quemSomos .site img{
    width: 450px;
    height: 450px;
}
main .quemSomos .site .conteudoQuemSomos{
    margin: auto 50px;
}
main .quemSomos .site .conteudoQuemSomos p{
    margin: 15px 0;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
}
main .quemSomos .site .conteudoQuemSomos div a{
    display: inline-block;
    padding: 10px;
    background: #0d2543;
    border: 1px solid #0d2543;
    color: #ffffff;
    border-radius: 20px 20px 0 20px;
    margin-top: 35px;
    width: 130px;
    text-align: center;
}
main .quemSomos .site .conteudoQuemSomos div a:hover{
    background: #48c9b0;
    color: #0d2543;
}
main .trabalhos{
    width: 100%;
    padding: 50px 0;
}
main .trabalhos .site{
    margin: 0 auto;
}
main .trabalhos .site .textoTrabalhos{
    text-align: center;
}
main .trabalhos .site .textoTrabalhos p{
    padding: 0 100px;
    font-size: 15px;
    line-height: 25px;
}
main .trabalhos .site .imgTrabalhos{
    width: 100%;
    margin: 20px 0;
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
main .trabalhos .site .imgTrabalhos div {
    overflow: scroll;
    scrollbar-width: none;
    height: 320px;
    width: 30%;
    margin: 20px 5px;
    border: #0d2543 solid 5px;
}
main .trabalhos .site .imgTrabalhos div img{
    width: 100%;
}
main .clientes{
    width: 100%;
}
main .clientes .site{
    margin: 0 auto;
    text-align: center;
}
main .clientes h2{
    margin-bottom: 35px;
}
main .clientes .site .carrossel{
    width: 100%;
}
.slick-prev, .slick-next, .slick-prev::before, .slick-next::before{
    display: none !important;
}
main .clientes .site .carrossel .box{
    padding: 20px;
    margin: 50px 100px;
    height: 500px;
    box-shadow: 0 0 20px 0;
}
main .clientes .site .carrossel .box .img-box{
    width: 60px;
    height: 75px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .clientes .site .carrossel .box .img-box img{
    width: 100%;
}
main .clientes .site .carrossel .box .detail-box{
    text-align: justify;
    margin-top: 35px;
}

main .clientes .site .carrossel .box .detail-box h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
  
main .clientes .site .carrossel .box .detail-box h5 span {
    text-transform: none;
    font-size: 16px;
    font-weight: normal;
    color: #48c9b0;
}
main .clientes .site .carrossel .box .detail-box img {
    width: 15px;
    margin: 35px auto;
}
main .clientes .site .carrossel .box .detail-box p{
    line-height: 25px;
    display: flex;
    text-align: justify;
    align-items: center;
}
main .historico{
    width: 100%;
    padding: 45px 0;
    background: #0d2543;
    color: #48c9b0;
}
main .historico .site{
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-around;
}
.conteudoHistorico h2 {
    transition: all 0.3s ease-in-out;
  }
main .contato{
    width: 100%;
    margin: 50px 0;
}
main .contato .site{
    margin: 0 auto;
    text-align: center;
}
main .contato .site form{
    padding: 25px;
    border-radius: 20px;
    width: 60%;
    margin: 0 auto;
}
main .contato .site form input {
    background-color: transparent;
    width: 90%;
    margin: 15px 0;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    font-size: 20px;
    
    font-family: "Poppins", sans-serif;
}
main .contato .site form textarea {
    background-color: transparent;
    width: 90%;
    height: 110px;
    margin: 15px 0;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    resize: none;
}
main .contato .site form input.btnEnviar {
    display: inline-block;
    padding: 10px;
    background: #48c9b0;
    border: 1px solid #0d2543;
    color: #0d2543;
    border-radius: 20px 20px 0 20px;
    margin-top: 35px;
    font-weight: bolder;
    width: 30%;
    text-align: center;
}
main .contato .site form input.btnEnviar:hover{
    background: #0d2543;
    border: 1px solid #48c9b0;
    color: #48c9b0;
}
footer{
    width: 100%;
    background: #48c9b0;
    color: #0d2543;
}
footer .info{
    width: 100%;
    padding: 50px 0;
}
footer .info .site{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
footer .info .site h5{
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: bold;
}
footer .info .site p{
    font-size: 18px;
}
footer .info .site p a{
    color: #0d2543;
}
footer .info .site .info1{
    width: 30%;
}
footer .info .site .info1 .conteudoInfo1 div{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
footer .info .site .info1 div img{
    width: 25px;
    height: 25px;
    margin-right: 15px;
}

footer .info .site .info2{
    width: 30%;
}
footer .info .site .info2 p{
    line-height: 25px;
    margin: 0 25px 0 0;
    text-align: justify;
}
footer .info .site .info3{
    width: 20%;
}
footer .info .site .info3 .caixaInsta{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
footer .info .site .info3 .caixaInsta div{
    width: 70px;
    height: 40px;
    margin: 0 15px 15px 0;
    background: #b5caee;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .info .site .info3 .caixaInsta div img{
    width: 100%;
    height: 100%;
}
footer .info .site .info4{
    width: 20%;
}
footer .info .site .info4 form{
    width: 100%;
}
footer .info .site .info4 form input {
    background-color: transparent;
    width: 100%;
    margin: 15px 0;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    font-size: 18px;    
    font-family: "Poppins", sans-serif;
}
footer .info .site .info4 form input.btnEnviar {
    display: inline-block;
    padding: 10px;
    background: #0d2543;
    border: 1px solid #48c9b0;
    color: #48c9b0;
    border-radius: 20px 20px 0 20px;
    width: 170px;
    text-align: center;
    margin: 0 0 20px 0;
}
footer .info .site .info4 form input.btnEnviar:hover{
    background: #48c9b0;
    border: 1px solid #0d2543;
    color: #0d2543;
}
footer .info .site .info4 div{
    display: flex;
    justify-content: space-around;
}
footer .desenvolvedor{
    display: flex;
    justify-content: center;
}
footer .desenvolvedor p{
    padding: 20px 65px;
    color: #fbfcfd;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #ffffff;
}
footer .desenvolvedor p a{
    color: #fbfcfd;
}

/* Estilos para o botão de rolar para o topo */
#scrollToTop {
    position: fixed;
    bottom: 20px; /* Distância do fundo da página */
    right: 20px; /* Distância da borda direita da página */
    width: 50px; /* Largura do botão */
    height: 50px; /* Altura do botão */
    background-color: #0d2543; /* Cor de fundo do botão */
    color: #fff; /* Cor do texto */
    border: none;
    border-radius: 50%; /* Botão redondo */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 24px; /* Tamanho da fonte */
    z-index: 9999; /* Garantir que o botão esteja acima de outros elementos */
    opacity: 0; /* Inicialmente invisível */
    transition: opacity 0.3s ease; /* Transição suave para a visibilidade */
}

#scrollToTop.show {
    opacity: 1; /* Torna o botão visível */
}

#scrollToTop:hover {
    background-color: #555; /* Cor de fundo quando o mouse passa sobre o botão */
}

/*-------------------------PÁGINA SOBRE---------------------------------------*/
main .sobre{
    width: 100%;
}
main .sobre .site{
    margin: 50px auto;
}
main .sobre .site .conteudoSobre{
    width: 100%;
    text-align: center;
}
main .sobre .site .conteudoSobre h3{
    text-transform: uppercase;
    color: #0d2543;
    font-size: 25px;
    margin: 15px auto;
    font-weight: bolder;
}
main .sobre .site .conteudoSobre p{
    line-height: 25px;
    text-align: justify;
}
main .sobre .site .conteudoSobre .diferenciais{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
main .sobre .site .conteudoSobre .diferenciais h3{
    font-weight: bolder;
}
main .sobre .site .conteudoSobre .diferenciais div{
    width: calc(100%/4);
    background: #48c9b050;
    padding: 20px;
    box-shadow: 0 0 20px 0;
}

@media(max-width: 1024px){
    header .menu{
        width: 100%;
    }
    main .fazer .site .conteudoImg .caixaImg{
        margin: 35px 25px 0 25px;
    }
    main .fazer .site .conteudoImg .caixaImg::before{
        width: 220%;
        height: 100%;
    }    
    main .fazer .site .conteudoImg .caixaImg .imgBox{
        width: 100px;
        height: 100px;
    }
    main .fazer .site .conteudoImg .caixaImg:nth-child(4){
        margin: 35px 20px 0 20px;
    }
    main .fazer .site .conteudoImg .caixaImg:nth-child(4){
        margin: 35px 20px 0 20px;
    }
    main .fazer .site .conteudoImg .caixaImg:nth-child(4) h6{
        margin-left: -25px;
    }    
    main .clientes .site .carrossel .box{
        margin: 50px;
    }
    footer .info .site{
        justify-content: space-around;
    }
    footer .info .site .info2{
        display: none;
    }
}

@media(max-width:800px){
    header{
        height: 50vh;
    }
    header .menu{
        display: flex;
    }
    header nav{
        padding: 15px 20px;
    }
    header h1 a{
        width: 120px;
        height: 80px;
    }
    header .banner .site .centroBanner p{
        font-size: 15px;
    }
    main .quemSomos .site img{
        width: 300px;
        height: 400px;
    }
    main .clientes .site .carrossel .box{
        margin: 20px;
    }
    
    footer .info .site{
        flex-direction: column;
        align-items: center;
    }
    footer .info .site .info1{
        width: 90%;
    }
    footer .info .site .info1 .conteudoInfo1{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .info .site .info1 .conteudoInfo1 div{
        justify-content: center;
    }
    footer .info .site .info1 .conteudoInfo1 div:nth-child(1),
    footer .info .site .info1 .conteudoInfo1 div:nth-child(2){
        width: 50%;
    }
    footer .info .site .info2{
        display: block;
        margin-top: 15px;
        width: 90%;
    }
    footer .info .site .info3{
        margin-top: 15px;
        width: 90%;
    }
    footer .info .site .info3 .caixaInsta{
        justify-content: center;
    }
    footer .info .site .info4{
        margin-top: 15px;
        width: 90%;
    }
    footer .info .site .info4 form{
        text-align: center;
    }
    footer .info .site .info4 form input{
        width: 50%;
    }
}
@media(max-width:600px){
    header .abrirMenu, header .fecharMenu{
        display: block;
    }
    header nav{
        width: 100%;
    }
    header nav .menuTopo{
        position: fixed;
        background: #3A5D8C90;
        top: 0;
        right: -250px;
        height: 100%;
        width: 50%;
        z-index: 9999;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: right 0.5s ease-out;
    }
    header nav .menuTopo ul{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    } 
    header nav .menuTopo ul li{
        font-size: 25px;
        margin: 15px auto;
    }   
    .menuAtivo header nav .menuTopo{
        right: 0;
    }
    header nav .menuTopo .login{
        width: 30px;
        height: 30px;
    }
    header nav .menuTopo .login img{
        width: 100%;
        height: 100%;
    }
    header button{
        width: 80px;
        height: 80px;
        font-size: 40px;
        background: transparent;
        border: 0;
        cursor: pointer;
        color: #48c9b0;
    }
    header button:hover{
        color: #0d2543;
    }
    header .banner .site .centroBanner h2 {
        text-transform: uppercase;
        color: #ffffff;
        font-size: 25px;
    }
    main .fazer .site .conteudoTexto h2 {        
        font-size: 22px;
    }
    main .fazer .site .conteudoTexto p {
        margin-bottom: 12px;
    }
    main .fazer .site .conteudoImg{
        display: none;
    }
    main .quemSomos .site {
        flex-direction: column;
        align-items: center;
    }
    main .quemSomos .site .conteudoQuemSomos{
        margin: auto 20px;
        text-align: center;
    }
    main .quemSomos .site .conteudoQuemSomos h2 {        
        font-size: 22px;
    }
    main .quemSomos .site .conteudoQuemSomos p {
        margin: 15px 0;
        line-height: 25px;
        font-size: 15px;
        text-align: justify;
    }
    main .quemSomos .site .conteudoQuemSomos div a{
        margin-top: 15px;
    }

    main .trabalhos .site .textoTrabalhos h2 {        
        font-size: 16px;
    }
    main .trabalhos .site .textoTrabalhos p{
        padding: 0 25px;
        line-height: 20px;
    }
    main .trabalhos .site .imgTrabalhos img{
        width: 80% !important;
        height: 150px;
    }
    main .clientes h2{
        margin-bottom: 20px;
        font-size: 18px;
    }
    main .historico .site{
        flex-wrap: wrap;
        row-gap: 20px;
    }
    main .contato .site h2{
        font-size: 18px;
    }
    main .contato .site form {
        padding: 0;
        width: 90%;
    }
    main .contato .site form input {
        margin: 5px 0;
        padding: 5px 5%;
        border-radius: 15px;
        font-size: 15px;
    }
    main .contato .site form textarea {
        height: 100px;
        margin: 5px 0;
        padding: 5px 5%;
        border-radius: 15px;
        font-size: 15px;
    }
    main .contato .site form input.btnEnviar {        
        margin-top: 15px;
        font-weight: bolder;
        width: 50%;
        text-align: center;
    }
    footer .info{
        padding: 20px 0;
    }
    footer .info .site .info1 .conteudoInfo1 div{
        width: 90% !important;
    }
    footer .info .site p{
        font-size: 15px;
    }
    footer .info .site .info4 form input {
        margin: 5px 0;
        padding: 5px 5%;
        border-radius: 15px;
        font-size: 15px;
    }
    footer .desenvolvedor{
        font-size: 9px;
    }
}