
h2{
    font-family: OpenSans;
    color: white;
    font-size: 32px;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
}
.projetos-cma1{
    width: 97%;
    display: flex;
    margin: 0 auto;
    padding-bottom: 2rem;
    

}
.projetos-cma2{
    width: 97%;
    display: flex;
    margin: 0 auto;
    padding-bottom: 2rem;

}
.box-projetos{
    width: 21rem;
    margin: 0 auto;
    padding: 1rem;
    height: 100%;
    border-radius: 10px;
    padding: 0 3.2rem;
     
}
.box-img-projeto{
    width: 30%;
    margin-left: -15%;
    margin-bottom: -20%;
    border-radius: 50%;
    

}
.box-titulo-descricao{
    width: 85%;
    height: 190px;
    font-family: OpenSans;
    font-size: 14px;
    line-height: 1.5em;
    text-align: justify;
    color: #fefefe;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    background-color: #4e4c5275;
   }
.apresentacao-projetos{
    display: inline-block;
}
.titulo-projetos{
    font-family: OpenSans;
    font-weight: 700;
    font-size: 18px;
    color: #F60101;
    text-align: center;
    padding-top: 0.2rem; 
    padding-bottom: 1.2rem;
}
.foto-projetos{
    width: 100%;
    border-radius: 50%;
}

.foto-projetos:hover{
    border-radius: 0%;
    transform: scale(1.8);
}
a{
    text-decoration: none;
    font-family: Karla;
    color:#F60101;
}
.item-voltar{
    text-decoration: none;
    color: #fefefe;
    font-family: Karla;
    font-size: 1.3em;
}
.item-voltar:hover{
    color:#F60101;
}
.voltar{
    background-color: #F60101;
    padding: 0.3em 0.5em;
    border-radius: 8px;
    position: fixed;
    bottom: 10px;
    right: 40px;
    text-align: center;
}
.voltar:hover{
    background-color: #fefefe;
    color:#F60101;
    transform: scale(1.2);
    transition: all 0.5s;
   
}



/* Responsividade */

@media screen and (max-width: 480px){
    .box-projetos{
        width: 85%;
        padding: 1.5rem 0;
        height: 100%;
        }
    .conheca-projetos{
        font-size: 20px;
        }
    .projetos-cma1{
        display: block;
        width: 95%;
        padding-bottom: 0;
        border-radius: 8px;
        }
    .projetos-cma2{
        display: block;
        width: 95%;
         }
    
    .titulo-projetos{
        font-size: 32px;
        font-size: 18px;
        padding-top: 0; 
        }
    .foto-projetos{
        width: 100%;
        }
    .descricao-projetos1{
        width: 85%;
        font-size: 12px;
        float:none;
        padding: 0;
        margin: 0 auto;
        }
    .descricao-projetos2{
        width: 85%;
        float:none;
        padding: 0;
        margin: 0 auto;
        }

    .box-titulo-descricao{
        width: 90%;
        height: 100%;
        border-radius: 8px;
        
    }
    .titulo-projetos{
        font-family: OpenSans;
        font-weight: 700;
        font-size: 24px;
    }
    .descricao-projetos{
        font-size: 18px;
        line-height: 1.3;
    }
    h2{
        padding-bottom: 0;
    }


}