@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400&display=swap');
@font-face {
    font-family: 'OpenSauce';
    src: url('../fonts/OpenSauceSans-Medium.ttf');
}
@font-face {
    font-family: 'OpenSauceLight';
    src: url('../fonts/OpenSauceSans-Light.ttf');
}
@font-face {
    font-family: 'OpenSauceBold';
    src: url('../fonts/OpenSauceSans-Bold.ttf');
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
}

body{
    background-color: rgba(0, 0, 0, 0.726);
    overflow-x: hidden;
}

body > header{
    background-image: url('../imagens/Header.png');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.menuRolagem{
    font-size: 30pt;
    color: white;
    display: flex;
    align-self: flex-end;
    
    text-align: end;
    
    position: fixed;
    top: 20px;
    margin-right: 20px;
    display: none;
    cursor: pointer;
    z-index: 5;
}
.menuRolagem > i{
    color: #FA7203;
    border: 1px solid #FA7203;
    height: 42px;
}
.opcoesRolagem{
    display: none;
}
.opcoesRolagem > ul{
    list-style: none;
    text-align: center;
    display: block;
    
}
.opcoesRolagem > ul > li{
    background-color: white;
    border: 1px solid #FA7203;
    padding: 5px;
    padding-top: 0;
    border-radius: 5px;
    
}
.opcoesRolagem > ul > li:hover{
    background-color: #FA7203;
    border: 1px solid #FA7203;
    color: black;
}
.opcoesRolagem > ul > li > a{
    text-decoration: none;
    color: #000000;
    font-size: 14pt;
    font-family: 'OpenSauceBold', 'Times New Roman', Times, serif;
}
header > div.menu > ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 100px; 
    list-style: none;
}
header > div.menu > ul > li{
    margin-top: 20px;
}
header > div.menu > ul > li > a{
    color: white;
    list-style: none;
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    font-size: 19pt;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 5px;
}
header > div.menu > ul > li > a:hover{
    border: 2px solid white;
    border-radius: 10px;
    padding: 5px;
}
header > div.logo{
    display: flex;
    justify-content: center;
}
header > div.logo > img{
    width: 850px;
}
header > div.redes > ul{
    display: flex;
    justify-content: center;
    gap: 50px;
    list-style: none;
}

main > section.fraseEfeito{
    background-image: url('../imagens/homemComputador.png');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
main > section.fraseEfeito > h1{
    width: 85%;
    color: white;
    font-size: 50pt;
    text-align: center;
    font-family: 'OpenSauceLight', 'Times New Roman', Times, serif;
}
main > section.fraseEfeito > h1 > span{
    color: #FA7203;
}

main > section.ceo{
    background-color: black;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: 'OpenSauceLight', 'Times New Roman', Times, serif;
}
main > section.ceo > div.ceoTexto{
    margin-left: 100px;
}
main > section.ceo > div.ceoTexto > h2{
    color: #FA7203;
    font-size: 55pt;
    width: 70%;
}
main > section.ceo > div.ceoTexto > p{
    color: white;
    font-size: 17pt;
}
main > section.ceo > div.ceoImg > img{
    margin-right: 100px;
}

main > section.juncaoMobile{
    display: none;
    width: 100%;
    height: 100vh;
    background-image: url('../imagens/mobile/juncao.png');
    background-position: center;
    background-size: cover;
}

main > section.qualificacoes{
    width: 100%;
    height: 100vh;
    background-image: url('../imagens/fundoSklis.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
main > section.qualificacoes > div.qualificacoesTexto{
    font-family: 'OpenSauceLight', 'Times New Roman', Times, serif;
    color: #FA7203;
    font-size: 38pt;
    width: 50%;
    display: flex;
    margin-top: 90px;
    margin-left: 90px;
}
main > section.qualificacoes > div.skils{
    width: 80%;
    display: flex;
    margin: auto;
    justify-content: space-around;
    flex-wrap: wrap;
}
main > section.qualificacoes > div.skils > div.tecnologias{
    background-color: #FA7203;
    font-family: 'OpenSauceBold', 'Times New Roman', Times, serif;
    font-size: 20pt;
    width: 300px;
    height: 100px;
    border-radius: 20px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
main > section.qualificacoes > div.skils > div.tecnologias:hover{
    background-color: white;
    color: black;
}

main > section.feedback{
    width: 100%;
    height: 100vh;
    background-image: url('../imagens/imgFeedback.png');
    background-size: cover;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
main > section.feedback > div.feedbackTexto{
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    z-index: 5;
    width: 100%;
}
main > section.feedback > div.feedbackTexto > div.tituloFeedback{
    color: white;
    display: flex;
    font-family: 'OpenSauceLight', 'Times New Roman', Times, serif;
    font-size: 30pt;
}
main > section.feedback > div.feedbackTexto > div.depoimentos{
    display: flex;
    justify-content: center;
    font-family: 'OpenSauceLight', 'Times New Roman', Times, serif;
    font-size: 16pt;
    gap: 120px;
}
main > section.feedback > div.feedbackTexto > div.depoimentos > div.depoStudio > h5{
    color: #FA7203;
    margin-top: 30px;
}
main > section.feedback > div.feedbackTexto > div.depoimentos > div.depoLaura > h5{
    color: #FA7203;
    margin-top: 30px;
}
main > section.feedback > div.feedbackTexto > div.depoimentos > div.depoLoja > h5{
    color: #FA7203;
    margin-top: 30px;
}
main > section.feedback > div.feedbackTexto > div.depoimentos > div.depoStudio, div.depoLaura, div.depoLoja{
    width: 20%;
}
img.aspas{
    margin-bottom: 40px;
}
main > section.feedback > div.ptFundo{
    
    margin-top: 450px;
    width: 10%;
    transform: rotate(270deg);
    z-index: 1;
}
main > section.feedback > div.ptFundo > h2{
    color: rgba(255, 255, 255, 0.24);
    font-family: 'OpenSauceBold', 'Times New Roman', Times, serif;
    font-size: 80pt;
}

main > section.projetos{
    width: 100%;
    height: 100vh;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
main > section.projetos > div.ptBack{
    font-family: 'OpenSauceBold', 'Times New Roman', Times, serif;
    font-size: 80pt;
    color: rgba(255, 255, 255, 0.075);
    z-index: 1;
}
main > section.projetos > div.projetosTitulo{
    z-index: 5;
    font-family: 'OpenSauceLight', 'Times New Roman', Times, serif;
    font-size: 28pt;
    margin-top: -120px;
}
main > section.projetos > div.exemplosProjetos{ 
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin-top: 20px;
}
main > section.projetos > div.exemplosProjetos > div.site{
    display: flex;
    justify-content: center;
    align-items: center;
}
main > section.projetos > div.exemplosProjetos > div.site > a > button{
    width: 200px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.808);
    color: white;
    border: none;
    font-family: 'OpenSauceBold', 'Times New Roman', Times, serif;
    font-size: 15pt;
    border-radius: 20px;
    cursor: pointer;
}
main > section.projetos > div.exemplosProjetos > div.site > a > button:hover{
    background-color: black;
    transition: .5s;
}
div.studio02{
    background-image: url('../imagens/site-studio02.png');
    background-size: cover;
    border-radius: 30px;
    width: 400px;
    height: 200px;
}
div.lojaPaloma{
    background-image: url('../imagens/site-lojaPaloma.png');
    background-size: cover;
    border-radius: 30px;
    width: 400px;
    height: 200px;
}
div.centerClin{
    background-image: url('../imagens/site-center_clin.png');
    background-size: cover;
    border-radius: 30px;
    width: 400px;
    height: 200px;
}
div.PGestampas{
    background-image: url('../imagens/site_pg_estampas.png');
    background-size: cover;
    border-radius: 30px;
    width: 400px;
    height: 200px;
}
main > section.projetos > div.exemplosProjetos > div.site > img{
    width: 400px;
    height: 200px;
}

main > section.contato{
    width: 100%;
    height: 100vh;
    background-image: url('../imagens/contatoBack.png');
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
main > section.contato > div.entreCtt{
    font-family: 'OpenSauceLight', 'Times New Roman', Times, serif;
    width: 650px;
    height: 500px;
    background-color: rgba(100, 100, 100, 0.418);
    border-radius: 20px;
    position: relative;
    left: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
main > section.contato > div.entreCtt > h2{
    margin-top: 25px;
    font-size: 35pt;
    color: #FA7203;
}
main > section.contato > div.entreCtt > div.dados{
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    left: -70px;
}
main > section.contato > div.entreCtt > div.dados > a > div.caixa{
    display: flex;
    align-items: center;
    width: 600px;
    height: 90px;
    background-color: white;
    border-radius: 10px;
}
main > section.contato > div.entreCtt > div.dados > a > div.caixa:hover{
    scale: 1.1;
    transition: .2s;
}
main > section.contato > div.entreCtt > div.dados > a > div.caixa > img{
    width: 50px;
    margin-left: 50px;
    margin-right: 150px;
}
main > section.contato > div.entreCtt > div.dados > a{
    text-decoration: none;
}
main > section.contato > div.entreCtt > div.dados > a > div.caixa > div.textoCaixa{
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: black;
    font-family: 'OpenSauceLight', 'Times New Roman', Times, serif;
    font-size: 17pt;
}
main > section.contato > div.entreCtt > a > button{
    color: black;
    background-color: #FA7203;
    border: none;
    border-radius: 10px;
    width: 250px;
    padding: 18px;
    font-family: 'OpenSauceBold', 'Times New Roman', Times, serif;
    font-size: 13pt;
    cursor: pointer;
    transition: .3s;
}
main > section.contato > div.entreCtt > a > button:hover{
    background-color: white;
    color: #FA7203;
}
main > section.contato > div.cttBack{
    font-family: 'OpenSauceBold', 'Times New Roman', Times, serif;
    font-size: 70pt;
    transform: rotate(270deg);
    position: relative;
    left: 280px;
    color: rgba(255, 255, 255, 0.24);
}