@charset "UTF-8";

/*Versão Mobile First - 400x800 +- */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
}
html{
    height: 100vh;
    width: 100vw;
}
main{
    text-align: center;
    font-size: 18px;
}
body{
}
header{
    overflow: hidden;
}
.imagem-cabeçalho{
    background-color: white;
}
.imagem-cabeçalho img{
    display: block;
    margin: auto;
    width: 70%;
    height: 70%;
}

/* W3Scholl */
.overlay{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    right: 0;
    top: 0;
    background-color: brown;
    overflow-x: hidden;
    transition: 0.5s;
}
.overlay-content{
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.overlay a{
    padding: 5%;
    text-decoration: none;
    font-size: 20px;
    color: ghostwhite;
    display: block;
    transition: 0.3s;
}
.overlay a:hover .overlay a:focus{
    color: gray;
}
.overlay .closebtn{
    position: absolute;
    top: 20px;
    left: 40px;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.menu{
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(94, 94, 94, 0.233), white);
}
.apresentaçao{
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*Maquina de escrever, TELA PEQUENA, não é o original */
.frase{
    margin: 2% auto;
    font-size: 20px;
    overflow: hidden;
    position: relative;
}
.autor{
    color: brown;
    font-weight: bold;
    padding: 3px;
    width: 90%;
}
.animate-text{
    animation-name: digita;
    animation-delay: 500ms;
    animation-timing-function: steps(20);
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
@keyframes digita{
    from{
        width: 400px;
        color: black;
    }
    to{
        width: 350px;
        color: gray;
    }
}
.softskills h2{
    margin: 1%;
}
.habilidades{
    display: flex;
    justify-content: space-around;
    margin: 1%;
}
.hab{
    padding: 15px;
    margin: 1%;
    display: contents;
}
.projetos h2{
    margin: 1%;
}
.projetos img{
    cursor: pointer;
    flex-wrap: wrap;
    border: 1px solid;
}
#imagem1, #imagem4,
#imagem2, #imagem5,
#imagem3, #imagem6, #imagem7{
    filter: drop-shadow(0 0 0.4em rgb(46, 46, 46));
}

/*modal do cfbcursos*/
.modalvisual{
    display: none;
    position: fixed;
    padding-top: 15px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .8);
}
.fecharmodal{
    position: relative;
    color: ghostwhite;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.legenda_e_img{
    display: block;
    align-items: center;
    text-align: center;
    margin: 10px;
}
.legenda_e_img p{
    color: ghostwhite;
    font-size: 20px;
    padding: 10px;
}
.modalconteudo{
    max-width: 450px;
    margin: 5px;
}
#tituloimg{
    text-align: center;
    color: ghostwhite;
    font-size: 20px;
    padding: 10px;
}
/*SOBRE MIM - tela pequena / mobile */
.container{
    margin: 5%;
}
.container h1{
    margin: 1%;
}

/*PROJETOS - tela pequena / mobile */
.projeto1{
    margin: 1%;
}
.projeto1 h3, .projeto2 h3, .projeto3 h3, 
.projeto4 h3, .projeto5 h3, .projeto6 h3{
    margin: 1.5%;
}
.projeto1 p, .projeto2 p, .projeto3 p, 
.projeto4 p, .projeto5 p, .projeto6 p{
    text-align: justify;
    text-indent: 2em;
    padding: 3%;
}
.projeto1 a, .projeto2 a, .projeto4 a, .projeto5 a, .projeto6 a{
    text-decoration: none;
    color: brown;
}
.descricao-projeto div, .link-pro1, .link-pro2, .linksjera{
    margin: 1%;
}
.linksjera{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.imagensprojeto{
    margin: 1.5%;
}
.projeto1 img{
    width: 350px;
    height: 200px;
}
.slicecabecalho{
    width: 350px;
    height: 100px;
} 
.slicematricula{
    width: 350px;
    height: 70px;
}
.slicecategorias{
    width: 350px;
    height: 140px;
}
.meuapp{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.app, .videoapp{
    width: 130px;
    height: 100%;
    padding: 3%;
}
.linktree{
    width: 350px;
    height: 200px;
}
.videoprojeto video{
    width: 350px;
    height: 200px;
} 
.proj6 img{
    width: 350px;
    height: 200px;
    padding: 1%;
}
/*Contato*/

.contato{
    margin: 1%;
}
.contato fieldset{
    display: inline;
    justify-content: center;
    padding: 30px;
}
.contato legend{
    padding: 0px 10px;
    font-size: 25px;
}
.contato label{
    font-size: 20px;
    text-align: left;
    margin: 5px;
}
.contato input{
    padding: 5px;
    outline: none;
    width: 400px;
    color: brown;
    font-weight: bold;
}
.contato textarea{
    outline: none;
    padding: 10px;
    color: brown;
    font-weight: bold;
}
.dados, .msg{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.curriculo a{
    text-decoration: none;
    cursor: pointer;
    padding: 0px 5px;
    font-size: 2rem;
}
.curriculo i{
    color: brown;
}
footer{
    margin-top: 1%;
    text-align: center;
    background: linear-gradient(to top, rgba(94, 94, 94, 0.233), white);
}