@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab+Highlight:wght@400;700&display=swap');

*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #eee7d3;
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Parte "fundo" da barra */
  ::-webkit-scrollbar-track {
    background: rgb(238, 231, 211);
    border-radius: 3px;
  }
  
  /* Parte "alça" que você arrasta */
  ::-webkit-scrollbar-thumb {
    background: rgb(44, 94, 80);
    border-radius: 3px;
  }
  
  /* Quando estiver passando o mouse */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(44, 94, 80);
  }

/*CABEÇALHO*/

header{
    display: flex;
    justify-content: space-between;
    margin-left: 150px;
}

.logoSite img{
    width: 200px;
}

.navBarHeader{
    margin-inline: 10px;
    text-decoration: none;
}

.navBarHeader img{
    background-color: rgb(44, 94, 80);
    padding-inline: 70px;
    width: 30px;
    padding-block: 5px;
    border-radius: 0 0 6px 6px;
    transition: 0.3s;
}

.navBarHeader img:hover{
    transition: 0.4s;
    background-color: rgb(44, 94, 80, 0.4);
}

header .logoSite img{
    width: 200px;
}

/*PRIMEIRA PÁGINA*/

.primeiraPagina{
    height: 70vh;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 238, 193, 0.7); /* ajusta a opacidade aqui */
    z-index: 0; /* Fica acima do vídeo e abaixo do conteúdo */
}

.video-fundo {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
}

.video-fundo video {
    min-width: 100%;
    min-height: 100%; /* Mantenha para cobrir a largura da seção */
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover; /* Garante que o vídeo cubra a área sem distorcer muito */
}

.conteudo {
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
    padding-top: 160px;
    padding-right: 10px;
    font-size: 30px;
    font-weight: bold;
    text-align: right;
    color: #333333
}

.conteudo h1{
    font-family: 'Zilla Slab Highlight', sans-serif;
}

.conteudo p{
    font-weight: 400;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 500;
}

.destaque{
    color: #2C5E50;
}

.botaoWhatsapp{
    display: flex;
    justify-content: right;
    padding-right: 10px;
}

.botaoWhatsapp svg{
    background-color: #2C5E50;
    box-shadow: 2px 2px 6px rgba(18, 62, 38, 0.702);
    padding-inline: 100px;
    padding-block: 5px;
    border-radius: 6px;
    margin-top: 60px;
    text-align: center;
    transition: 0.4s;
}

.botaoWhatsapp svg:hover{
    transition: 0.4s;
    background-color: rgb(44, 94, 80, 0.8);
}

/*SEGUNDA PÁGINA*/

.segundaPagina{
    margin-top: -5px;
    padding-inline: 150px;
    padding-block: 40px;
    background-color: #2C5E50;
    font-family: 'Montserrat', sans-serif;
    color: #FAF5EF;
}

.segundaPagina h1{
    font-size: 40px;
}

.textoImagensProjetos{
    display: flex;
    justify-content: space-between;
    font-weight:normal;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.textoImagensProjetos a{
    text-decoration: none;
    color: #FAF5EF;
    margin-bottom: 4px;
    transition: 0.4s;
}

.textoImagensProjetos a:hover{
    transition: 0.4s;
    color: #fde1be;
}

.imagensProjetos{
    display: flex;
    justify-content: space-between;
}

.imagensProjetos img{
    width: 350px;
    height: 650px;
    border-radius: 4px;
}

.imagensProjetos .tituloItem{
    font-size: 22px;
}

.imagensProjetos .subtituloItem{
    font-size: 17px;
    padding-top: 3px;
}

/*TERCEIRA PÁGINA*/

.terceiraPagina{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 200px;
    padding-top: 50px;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
}

.colunaTexto h1{
    font-size: 65px;
}

.colunaTexto p{
    font-size: 17px;
    font-weight: 500;
}

.colunaTexto img{
    margin-block: 15px;
    padding-inline: 100px;
    padding-block: 5px;
    width: 30px;
    background-color: #2C5E50;
    transition: 0.4s;
    border-radius: 10px;
}

.colunaTexto img:hover{
    transition: 0.4s;
    background-color: rgb(44, 94, 80, 0.8);
}

.colunaInstagram img{
    width: 300px;
}

/*QUARTA PÁGINA*/

.quartaPagina{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
    background-color: #2C5E50
}

.primeiraColuna img{
    width: 50vw;
    height: 100%;
}

.segundaColuna{
    width: 50vw;
    padding-left: 70px;
}

.segundaColuna .primeiraLinha{
    padding-bottom: 100px;
}

.segundaColuna .segundaLinha{
    padding-bottom: 80px;
}

.segundaColuna p{
    font-size: 22px;
    color: #EEE7D3;
}

.primeiraLinha{
    display: flex;
    flex-direction: column;
}

.flexSep{
    display: flex;  
}

.flexSepDois{
    display: flex;
    flex-direction: column;
}

.flexSepDois p{
    margin-left: 15px;
    padding-top: 14px;
}

.flexSepDois h2{
    color: #EEE7D3;
    font-size: 33px;
    margin-left: 15px;
    margin-bottom: 5px;
}


.primeiraLinha img{
    padding: 14px;
    width: 60px;
    border-radius: 15px;
    background-color: #EEE7D3;
}

.segundaLinha img{
    padding: 14px;
    width: 60px;
    border-radius: 15px;
    background-color: #EEE7D3;
}

.terceiraLinha img{
    padding: 14px;
    width: 60px;
    border-radius: 15px;
    background-color: #EEE7D3;
}

.botaoOrcamento{
    margin-top: 50px;
    margin-bottom: 20px;
    background-color: #EEE7D3;
    padding-inline: 200px;
    padding-block: 5px;
    border-radius: 20px;
    transition: 0.4s;
}

.botaoOrcamento:hover{
    transition: 0.4s;
    background-color: #fde1be;
}

.quartaPagina a img{
    width: 60px;
}

/*RODAPÉ PÁGINA*/

footer{
    background-color: #1D4B40;
}

.container2{
    justify-content: center;
    display: flex;
}

.container2 #logoFooter{
    width: 200px;
}

footer .container3{
    text-align: center;
    display: flex;
    justify-content: center;
}

.container3 .redesFooter{
    width: 32px;
    padding-inline: 15px;
}

footer #devNicolas{
    padding-bottom: 6px;
    font-size: 12px;
    color: #15362E;
}

@media screen and (max-width: 768px){
    body{
        background-color: #FAF5EF;
    }

    .navBarHeader img{
        width: 20px;
        padding: 10px 15px;
    }

    header .logoSite img{
        width: 120px;
    }

    .logoSite img{
        width:60px;
    }

    header{
        margin-inline: 0px;
        overflow: hidden;
    }

    main{
        overflow: hidden;
    }


    footer{
        overflow: hidden;
    }


    /*PRIMEIRA PÁGINA*/

    .primeiraPagina{
        display: flex;
        flex-direction: column;
        justify-content: right;
    }

    .conteudo{
        margin-top: 70px;
    }

    .conteudo h1{
        font-size: 30px;
    }

    .conteudo p{
        font-size: 12px;
    }

    .botaoWhatsapp a svg{
        margin-top: 40px;
        padding-inline: 80px;
    }

    /*SEGUNDA PÁGINA*/
    .segundaPagina{
        padding-inline: 10px;
        padding-block: 20px 0;
        text-align: center;
    }

    .segundaPagina h1{
        font-size: 30px;
        padding-inline: 40px;
    }

    .imagensProjetos{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .imagensProjetos img{
        width: 275px;
        height: 500px;
        border-radius: 4px;
    }

    .textoImagensProjetos{
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        padding-inline: 20px;
        text-align: left;
    }

    .imagensProjetos .tituloItem{
        font-size: 18px;
        padding-left: 12px;
    }
    
    .imagensProjetos .subtituloItem{
        font-size: 10px;
        padding-top: 3px;
        padding-right: 12px;
    }

    .imagensProjetos .elementosImagem{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 20px;
    }

    /*TERCEIRA PÁGINA*/
    .terceiraPagina{
        height: 700px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-block: 25px;
    }

    .colunaTexto h1{
        padding-inline: 0px;
        font-size: 45px;
    }

    .colunaInstagram img{
        width: 210px;
    }

    /*QUARTA PÁGINA*/
    
    .quartaPagina{
        display: flex;
        flex-direction: column;
    }

    .quartaPagina p{
        font-size: 20px;
    }

    .primeiraColuna img{
        width: 100vw;
    }

    .flexSepDois h2{
        font-size: 30px;
        margin-bottom: 0px;
        margin-left: 10px;
    }

    .flexSepDois p{
        padding-top: 5px;
        margin-left: 10px;
        font-size: 21px;
    }

    .segundaColuna{
        width: 100vw;
        padding-left: 20px;
        margin-block: 30px;
    }

    .segundaColuna img{
        width: 50px;
    }

    .primeiraLinha img{
        width: 50px;
        height: 50px;
    }

    .primeiraLinha p{
        font-size: 19px;
    }

    .segundaLinha img{
        width: 50px;
        height: 50px;
    }

    .segundaLinha p{
        font-size: 19px;
    }

    .terceiraLinha img{
        width: 50px;
        height: 50px;
    }

    .terceiraLinha p{
        font-size: 22px;
    }

    .botaoOrcamento{
        display: flex;
        justify-content: center;
        padding-inline: 100px;
        margin: 30px auto;
    }

    .quartaPagina a img{
        width: 60px;
    }

    /*RODAPÉ*/
    
    .container2 #logoFooter{
        width: 150px;
    }
    
    footer #devNicolas{
        padding-bottom: 6px;
        font-size: 12px;
        color: #15362E;
    }
}