@charset "UTF-8";

/*TODAS AS DEMAIS MIDIAS*/

/*Typical Device Breakpoints
    Pequenas telas: até 600px 
    Celular: min width 320 até max-windth 480px / 600 até 768 guanabara
    Tablet: min-width 481 até max-windth 768px / 768 até 992 guanabara
    Laptop: min-width 769 até max-windth 1023px / 992 até 1200 guanabara
    Desktop: min-width 1024 até max-windth 1200px
    TV: min-width 1201px
    Grandes telas: acima de 1200px
*/

@media impressora {
    main{
        font-family: 'Courier New', Courier, monospace;
        text-shadow: none;
        color: black; 
        border: 2px solid black;
    }
}

/*como no css de estilo usamos medidas pequenas para o mobile first, aqui ja aumentamos*/

@media screen and (min-width:768px) and (max-width: 992px){ /*TABLET*/
    body{
    }
    .imagem-cabeçalho{
        margin: 0;
    }
    .imagem-cabeçalho img{
        height: 60%;
        width: 60%;
    }
    .overlay-content{
        top: 20%;
        margin-top: 15px;
    }
    .overlay a{
        font-size: 25px;
        padding: 5%;
    }
    .overlay .closebtn{
        font-size: 40px;
    }
    .menu{
        font-size: 30px;
        background: linear-gradient(to bottom, rgba(148, 148, 148, 0.233), white);
    }
    .apresentaçao blockquote{
        font-size: 18px;
    }
    .apresentaçao cite{
        font-size: 16px;
    }
    .img-projeto{
        width: 350px;;
        height: 150px;
    }
    .img-retrato{
        width: 100px;
        height: 200px;
    }
    .pro div{
        display: flex;
        flex-direction: row;
    }
    .curriculo a{
        font-size: 2rem;
    }
    footer{
        background: linear-gradient(to top, rgba(148, 148, 148, 0.233), white);
    }
    /*modal do cfbcursos*/
    .legenda_e_img{
        display: block;
        align-items: center;
        text-align: center;
        margin: 10px;
    }
    /* .legenda_e_img p{
        font-size: 20px;
        padding: 10px;
    } */
    .modalconteudo{
        max-width: 650px;
        margin: 5px;
    }
    #tituloimg{
        font-size: 20px;
        padding: 10px;
    }
    /*maquina escrever*/
    .frase{
        font-size: 25px;
    }
    .animate-text{
        animation-timing-function: steps(6);
        animation-duration: 5s;
    }
    @keyframes digita{
        from{
            width: 650px;
            color: black;
        }
        to{
            width: 400px;
            color: gray;
        }
    }
    /*SOBRE MIM*/
    .container h1{
    color: black;
    }
    .content p{
        color: black;
        font-size: 20px;
    }
    .content h4{
        padding: 1%;
        color: brown;
        font-size: 20px;
    }
    /*PROJETOS*/
    .projeto1 h3, .projeto2 h3, .projeto3 h3, 
    .projeto4 h3, .projeto5 h3, .projeto6 h3{
        font-size: 25px;
    }
    .projeto6 h3{
        margin: 1%;
    }
    .projeto1 a, .projeto2 a, .projeto4 a, .projeto5 a, .projeto6 a{
        text-decoration: none;
        color: brown;
        font-size: 25px;
    }
    .descricao-projeto div, .link-pro1, .link-pro2, .linksjera{
        margin: 1%
    }
    .linksjera{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .projeto1 a:hover, .projeto2 a:hover, .projeto4 a:hover, .projeto5 a:hover, .projeto6 a:hover{
        font-weight: bold;
        color: gray;
    }
    .projeto1 p, .projeto2 p, .projeto3 p, 
    .projeto4 p, .projeto5 p, .projeto6 p{
        padding: 0 3%;
        font-size: 20px;
        text-align: justify;
        text-indent: 2em;
    }
    .imagensprojeto{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .projeto1 img{
        width: 350px;
        height: 200px;
        padding: 1%;
    }
    .slices, .proj6{
        display: flex;
        flex-wrap: wrap;
    }
    .slices img{
        padding: 1%;
    }
    .slicecabecalho{
        width: 500px;
        height: 130px;
    } 
    .slicematricula{
        width: 500px;
        height: 90px;
    }
    .slicecategorias{
        width: 450px;
        height: 130px;
    }
    .meuapp img, .meuapp video{
        height: 400px;
        width: 200px;
        padding: 3%;
    }
    .linktree{
        width: 600px;
        height: 300px;
    } 
    .videoprojeto video{
        width: 650px;
        height: 300px;
    }
    .proj6 img{
        width: 650px;
        height: 400px;
        padding: 1%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px){ /*DESKTOP*/
    body{
        
    }
    .imagem-cabeçalho{
        margin: 0;
    }
    .imagem-cabeçalho img{
        height: 60%;
        width: 60%;
    }
    .overlay-content{
        top: 20%;
        margin-top: 25px;
    }
    .overlay a{
        font-size: 30px;
        padding: 3%;
    }
    .overlay .closebtn{
        font-size: 50px;
    }
    .menu{
        font-size: 30px;
        background: linear-gradient(to bottom, rgba(252, 207, 207, 0.233), white);
    }
    .apresentaçao blockquote{
        font-size: 20px;
    }
    .apresentaçao cite{
        font-size: 18px;
    }
    .img-projeto{
        width: 400px;;
        height: 200px;
    }
    .img-retrato{
        width: 200px;
        height: 400px;
    }
    .pro div{
        display: flex;
        flex-direction: row;
    }
    .curriculo a{
        font-size: 3rem;
    }
    footer{
        background: linear-gradient(to top, rgba(252, 207, 207, 0.233), white);
    }
    /*modal do cfbcursos*/
    .legenda_e_img{
        display: block;
        align-items: center;
        text-align: center;
        margin: 10px;
    }
    .legenda_e_img p{
        font-size: 25px;
        padding: 10px;
    }
    .modalconteudo{
        max-width: 750px;
        margin: 5px;
    }
    #tituloimg{
        font-size: 25px;
        padding: 10px;
    }
    /*maquina escrever*/
    .frase{
        font-size: 20px;
        white-space: nowrap;
    }
    .animate-text{
        animation-timing-function: steps(25);
        animation-duration: 5s;
    }
    @keyframes digita{
        from{
            width: 0;
            color: black;
        }
        to{
            width: 50em;
            color: gray;
        }
    }
    /*SOBRE MIM*/
    .container h1{
        color: black;
    }
    .content p{
        color: black;
        padding: 0 1%;
        font-size: 20px;
    }
    .content h4{
        padding: 1%;
        color: brown;
        font-size: 20px;
    }
    /*PROJETOS*/
    .projeto1 h3, .projeto2 h3, .projeto3 h3, 
    .projeto4 h3, .projeto5 h3, .projeto6 h3{
        font-size: 25px;
    }
    .projeto6 h3{
        margin: 1%;
    }
    .projeto1 a, .projeto2 a, .projeto4 a, .projeto5 a, .projeto6 a{
        text-decoration: none;
        color: brown;
        font-size: 25px;
    }
    .descricao-projeto div, .link-pro1, .link-pro2, .linksjera{
        margin: 1%
    }
    .linksjera{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .projeto1 a:hover, .projeto2 a:hover, .projeto4 a:hover, .projeto5 a:hover, .projeto6 a:hover{
        font-weight: bold;
        color: gray;
    }
    .projeto1 p, .projeto2 p, .projeto3 p, 
    .projeto4 p, .projeto5 p, .projeto6 p{
        padding: 0 3%;
        font-size: 20px;
        text-align: justify;
        text-indent: 2em;
    }
    .imagensprojeto{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .projeto1 img{
        width: 95%;
        height: 40%;
    }
    .slices, .proj6{
        display: flex;
        flex-wrap: wrap;
    }
    .slices img{
        padding: 1%;
    }
    .slicecabecalho{
        width: 500px;
        height: 130px;
    } 
    .slicematricula{
        width: 500px;
        height: 90px;
    }
    .slicecategorias{
        width: 450px;
        height: 130px;
    }
    .meuapp img, .meuapp video{
        height: 400px;
        width: 200px;
        padding: 3%;
    }
    .linktree{
        width: 500px;
        height: 300px
    } 
    .videoprojeto video{
        width: 500px;
        height: 300px;
    }
    .proj6 img{
        width: 500px;
        height: 300px;
        padding: 1%;
    }
}
@media screen and (min-width: 1200px){ /*GRANDE TELAS*/
    body{
       
    }
    .imagem-cabeçalho{
        margin: 0;
    }
    .imagem-cabeçalho img{
        height: 60%;
        width: 65%;
    }
    .overlay-content{
        top: 15%;
        margin-top: 50px;
    }
    .overlay a{
        padding: 3%;
        font-size: 30px;
    }
    .overlay .closebtn{
        font-size: 60px;
    }
    .menu{
        font-size: 35px;
        background: linear-gradient(to bottom, rgba(219, 171, 171, 0.233), white);
    }
    .apresentaçao blockquote{
        font-size: 20px;
    }
    .apresentaçao cite{
        font-size: 18px;
    }
    .projetos h2{
        margin: 2%;
    }
    .img-projeto{
        width: 500px;;
        height: 300px;
    }
    .img-retrato{
        width: 250px;
        height: 500px;
    }
    .pro div{
        display: flex;
        flex-direction: row;
    }
    .curriculo{
        margin-top: 1%;
    }
    .curriculo a{
        text-decoration: none;
        cursor: pointer;
        padding: 0px 5px;
        font-size: 3rem;
    }
    .curriculo i{
        color: brown;
        margin: 0.5%;
    }
    footer{
        background: linear-gradient(to top, rgba(94, 94, 94, 0.233), white);
    }
    /*modal do cfbcursos*/
    .legenda_e_img{
        display: flex;
        align-items: center;
        text-align: center;
        margin: 50px;
    }
    .legenda_e_img p{
        font-size: 25px;
    }
    .modalconteudo{
        display: block;
        max-width: 800px;
    }
    #tituloimg{
        font-size: 25px;
        padding: 20px;
    }
    /*maquina escrever - ORIGINAL*/
    .frase{
        font-size: 30px;
        white-space: nowrap;
    }
    .animate-text{
        animation-timing-function: steps(25);
        animation-duration: 5s;
    }
    @keyframes digita{
        from{
            width: 0;
            color: black;
        }
        to{
            width: 50em;
            color: gray;
        }
    }
    /*SOBRE MIM*/
    .container h1{
        color: black;
        padding: 1%;
    }
    .content p{
        color: black;
        padding: 0 6%;
        font-size: 20px;
    }
    .content h4{
        padding: 2%;
        color: brown;
    }
    /*PROJETOS*/
    .projeto1 h3, .projeto2 h3, .projeto3 h3, 
    .projeto4 h3, .projeto5 h3, .projeto6 h3{
        font-size: 30px;
        margin: 1%;
    }
    .projeto1 a, .projeto2 a, .projeto4 a, .projeto5 a, .projeto6 a{
        text-decoration: none;
        color: brown;
        font-size: 25px;
    }
    .projeto1 a:hover, .projeto2 a:hover, 
    .projeto4 a:hover, .projeto5 a:hover, .projeto6 a:hover{
        font-weight: bold;
        color: gray;
    }
    .linksjera{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .projeto1 p, .projeto2 p, .projeto3 p, 
    .projeto4 p, .projeto5 p, .projeto6 p{
        padding: 0 10%;
        font-size: 20px;
        text-align: justify;
        text-indent: 2em;
        margin: 1%;
    }
    .imagensprojeto{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .projeto1 img{
        width: 95%;
        height: 40%;
    }
    .slices, .proj6{
        display: flex;
        flex-wrap: wrap;
    }
    .slices img{
        padding: 1%;
    }
    .slicecabecalho{
        width: 600px;
        height: 190px;
    } 
    .slicematricula{
        width: 600px;
        height: 110px;
    }
    .slicecategorias{
        width: 550px;
        height: 190px;
    }
    .meuapp img, .meuapp video{
        height: 750px;
        width: 350px;
        padding: 3%;
    }
    .meuapp video{
        height: 750px;
        width: 400px;
    } 
    .linktree{
        width: 800px;
        height: 400px
    }  
    .videoprojeto video{
        width: 900px;
        height: 450px;
    }
    .proj6 img{
        width: 600px;
        height: 350px;
        padding: 2%;
    }
}