/*MONITORES MENORES*/
@media (max-width: 1299px) {
    h1 {
    padding: 3rem 0 2rem 0;
    font-size: 1.75rem;
    }

    .hero_text {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .hero img {
        content: url("imagens/diego-cafe-200px.png");
        width: 200px;
    }

    div img {
        max-width: 200px;
    }

    .certificados_box {
        padding: 0 20px;
    }

}

/*TABLETS*/
@media (max-width: 991px) {
    
    .botao-secreto {
        display: none;
    }

    h1 {
    padding: 3rem 0 2rem 0;
    font-size: 1.5rem;
    }

    .hero_container {
        flex-direction: column-reverse;
        gap: 50px
    }

    .certificado {
        height: 120px;
        width: 180px;
    }

    .certificado h4 {
        font-size: 1rem;
    }

    .certificado p.escola {
        display: none;
    }

    .projetos {
        flex-direction: column;
        gap: 0px;
    }
    
    .projeto-texto {
        align-items: center;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
    }    

    .projeto-esquerdo,
    .projeto-direito {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        & .tags {
            justify-content: center;
        }
    }

    footer {
        padding: 10px 40px;
        font-size: .75rem;
    }

}


/*CELS GRANDES*/
@media (max-width: 767px) {

    .botao-secreto {
        display: none;
    }

    h1 {
        text-align: center;
    }

    h1 span {
        display: inline-block;
    }
}

/*CELS PEQUENOS*/
@media (max-width: 575px) {
    
    .botao-secreto {
        display: none;
    }

    .menu {
        display: none;
    }

    section {
        padding: 0;
    }

    .hero {
        width: 70%;
        margin: 0 auto;
    }

    h1 {
        padding: 1rem 0;
    }

    h1 span {
    font-size: 1.4rem;
}

    .hero_container {
        gap: 30px
    }


    .certificados_box {
        padding: 0;
        width: 90%;
    }

    .certificado {
        height: 80px;
        width: 120px;
        justify-content: center;
    }

    .certificado h4 {
        font-size: .8rem;
    }
    
    .certificado p {
        display: none;
    }

    .projeto-esquerdo,
    .projeto-direito {

        margin: 0 20px 50px 10px;
    }

    .projeto-mockup img {
        display: none;
    }

}