/*certificado*/
@media screen and (max-width: 816px){
.manual-navigation {
    position: absolute;
    width: 100px;
    margin-top: 470px;
    display: flex;
    justify-content: center;
}
}

@media screen and (max-width: 725px){
.manual-navigation {
    margin-top: 300px;
}
}

@media screen and (max-width: 566px){

/*topo do site */
section.topo-do-site{
    padding: 40px 4%;
    
}
section.topo-do-site .flex{
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}
section.topo-do-site .interface .txt-topo-site h1 {
    color: white;
    margin-top: 12px;
    font-size: 32px;
    line-height: 40px;
}
section.topo-do-site  .txt-topo-site h1 span{
    color: #76DB98;
}
section.topo-do-site  p {
    color: white;
}
section.topo-do-site .txt-topo-site h1 {
    padding: 2px 0%;
}
section.topo-do-site  .txt-topo-site p{
   margin: 40px 0;  
}
.img-topo-site:hover {
    transform: scale(1.05); 
    transition: .9s;
}
.img-topo-site {
    margin: 0px 0px; 
    padding: 2px 0%;
}
.topo-do-site .img-topo-site img{  
    width: 300px;               
    position: relative;
    animation: flutuar 2s ease-in-out infinite alternate;
}
@keyframes flutuar{
    0%{
        top: 0;
    }
    100%{
        top: 30px;
    }
}  






/*Especialidades*/
section.especialidades{
    padding: 40px 0%;
}












/* MEUS CERTIFICADOS */
section.meus-certi .slider{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 200px 0px;
    margin: 0 auto;
    overflow: hidden;
    margin: 0 auto;
    width: 400px;
    height: 300px;
}
section.meus-certi .slider .slides {
    width: 100%;
    height: 300px;
    display: flex;
}
.slides input {
    display: none;
}
.slide{
    width: 190%;
    position: relative;
    transition: 2s;
}
.slide img{
    width: 400px;
    margin-top: -0px;
    
}
.manual-navigation {
    position: absolute;
    width: 100px;
    margin-top: 300px;
    display: flex;
    justify-content: center;

}
}
    
@media screen and (max-width: 416px){
section.meus-certi .slider{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 200px 0px;
    margin: 0 auto;
    overflow: hidden;
    margin: 0 auto;
    width: 300px;
    height: 200px;
}
.slide img{
    width: 300px;
    margin-top: -0px;
}
}



















/*   MONITORES GRANDES */
@media screen and (max-width: 2560px){
    
/* geral */
section.portifolio2{
    padding: 80px 4%;
    box-shadow: 0 0 40px 10px #ffffff27;
}
section.portifolio2 .flex{
    justify-content: space-evenly;
    margin-top: 60px;
}

/*posi indv.*/
.umu{
    margin-left: 210px;
}
.doiss{
    margin-left: 100px;
    margin-right: 200px;
}
.tress{
    margin-right: 200px;
}


/* imgs */
.img-port{
    width: 360px;
    height: 460px;
    background-color: #76DB98;
    background-size: cover;
    background-position: 100% 0%;
    transition: 8s;
    cursor: pointer;
    border-radius: 40px;
    position: relative;
}
.img-port:hover{
    background-position: 100% 100%;
}    
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background-color: #00000021;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: white;
    opacity: 0;
    transition: .5s;
}
.overlay:hover {
    opacity: 1;
}


/* Bottons 1*/
.portifolio2 .interface2 .btn-social button{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background-color: #76DB98;
    font-size: 22px;
    cursor: pointer;
    transition: .2s;
    margin: 40px 0px;
    justify-content: center;
}
section.portifolio2 .interface2 .flex2 .btn-social {
    justify-content: space-evenly;
    display: flex;
    gap: 2px;
    padding: 0 30px;
}


}



@media screen and (max-width: 2300px){
/*posi indv.*/
.umu{
    margin-left: 240px;
}
.doiss{
    margin-left: 150px;
    margin-right: 200px;
}
.tress{
    margin-right: 220px;
}
}

@media screen and (max-width: 2070px){
/*posi indv.*/
.umu{
    margin-left: 20px;
    margin-right: 0px;
}
.doiss{
    margin-left: 0px;
    margin-right: 0px;
}
.tress{
    margin-right: 0px;
    margin-left: 130px;
}
section.portifolio2 .interface2 .flex2 .btn-social {
    padding: 0 130px;
    justify-content: space-between;
    display: flex;
}
}


@media screen and (max-width: 1900px){
/*posi indv.*/
.umu{
    margin-left: 0px;
    margin-right: 0px;
}
.doiss{
    margin-left: 40px;
    margin-right: 0px;
}
.tress{
    margin-right: 0px;
    margin-left: 130px;
}
section.portifolio2 .interface2 .flex2 .btn-social {
    padding: 0 100px;
    justify-content: space-between;
    display: flex;
}
}