@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Exo 2", sans-serif;

}

html{
    scroll-behavior: smooth;
}
body {
    background-color: #05001A;
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    
    
    

}

.nav-menu{
    a{
        text-decoration: none;
        color: inherit;
        text-decoration-color: none;
    }
}

button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Exo 2", sans-serif;
    border-radius: 30px;
    border: none;
    outline: none;
    font-size: 25px;
    padding: 5px;
    opacity: .8;
    transition: all .3s;

}

button:hover{
    opacity: 1;
}
header {
    width: 100%;
    display: flex;
    padding: 4%;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.886);
    align-items: center;
    position: fixed;
    z-index: 99;

    .logo {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        text-align: center;

            img {
        width: 70px;
        

    }

    }

    ul {
        display: flex;
        gap: 20px;
        list-style-type: none;
        background-color: rgba(255, 255, 255, 0.096);
        padding: 16px 20px;
        border-radius: 12px;
        backdrop-filter: blur(20px);
    }

}


section {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.secao1 {

    background-color: rgba(138, 138, 209, 0.34);
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;

    .divBotao {

        display: flex;
        gap: 20px;
        margin-top: 28px;

    }

    h1 {
        font-size: 7vw;
        color: rgba(255, 255, 255, 0.886);
        
    }

    h2{
        text-align: center;
        font-size: 40px;
        color: rgba(255, 255, 255, 0.886);
        padding: 16px;
    }

    p{
        color: rgba(255, 255, 255, 0.886);
    }

    .divParagrafo1{
        width: 50%;
    }
}

.botaoPrimario {
    background-color: rgba(255, 255, 255, 0.933);
    gap: 12px;
    padding: 6px 6px 6px 20px;

    img {
        width: 45px;

    }
}

.conteudo_inicial {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    h2 {
        text-align: center;
    }

    p {
        text-align: center;
        opacity: .8;
    }


}

.secao2{
    height: 100vh;
    align-items: center;
    background-color: rgba(48, 48, 95, 0.34);
    
    h2{
        text-align: center;
        font-size: 40px;
        color: rgba(255, 255, 255, 0.886);
        padding: 40px;
    }

}

.portfolio{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content:center;
}

.portimg {

    display: flex;
    height: 100%;
    width: 20%;
    border: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    margin-right: 12px;
    img{
        width: 100%;
    }

    h3{
        color:aliceblue;
        padding-bottom: 7px;
        font-size: 25px;
    }
}

.divBotaoportfolio {
    padding-top: 12px;
    justify-content: center;

}

.impot {
    border-radius: 12px;
}

.botaoport{
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
}


.secao3{
    height: 100vh;
    align-items: center;
    
    background-color: rgba(138, 138, 209, 0.34);
    
    h2{
        text-align: center;
        font-size: 40px;
        color: rgba(255, 255, 255, 0.886);
        padding: 40px;
    }

    p{
        text-align: left;
    }

    ul {
        
        list-style-type:circle;
    }

}

.servicos{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content:center;
    
}

.servEsp {

    display: flex;
    height: 60%;
    width: 20%;
    flex-direction: column;
    align-items: center;
    justify-content: top;
    margin-left: 12px;
    margin-right: 12px;
    padding: 1%;
    border-radius: 5%;
    
    
   
    h3{
        color:aliceblue;
        padding-bottom: 7px;
        font-size: 25px;
    }

    p{
        color:aliceblue
    }

    ul{
        color: aliceblue;
    }
}

.secao4{
    height: 100vh;
    align-items: center;
    
    background-color: rgba(138, 138, 209, 0.34);
    
    h2{
        text-align: center;
        font-size: 40px;
        color: rgba(255, 255, 255, 0.886);
        padding: 40px;
    }

    p{
        text-align: left;
    }

    ul {
        
        list-style-type:circle;
    }

}

.contato{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content:center;
    
}

.formulario {

    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    margin-right: 12px;
   

    h3{
        color:aliceblue;
        padding-bottom: 7px;
        font-size: 25px;
    }
}

.mensagem{
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    width: 750px;
   
}

.mensagem form{
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    padding: 32px;
}

.mensagem input,
.mensagem textarea{
    width: calc(50%);
    height: 48px;
    border-radius: 8px;
    border: thin solid #999;
    padding-left: 16px;
    margin-bottom: 16px;
    font-size: 16px;
}

.mensagem input[name=name]{
    width: 47%;
    margin-right: 16px;
} 



.mensagem input[name=email]{
    width: 100%;
}

.mensagem textarea{
    width: 100%;
    height: 180px;
    padding: 16px;
}

.mensagem button{
    display:block;
    border: none;
    outline: none;
    width: 180px;
    height: 48px;
    border-radius: 8px;
    background-color: aliceblue;
    color: #05001A;
    font-size: 16px;
    font-weight: bold;
    cursor:pointer;
}