*{
    margin:0;
    padding:0;
    border:0;
    text-decoration: none;
    font: inherit;
    outline:0;
   /* vertical-align:baseline;*/
   /*display:flex;*/
   font-family: 'Montserrat', sans-serif;
   
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,700;1,300;1,500;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/*Geral------------*/

:root{
    --black30:rgb(30,30,30);
    --black3040:rgb(30,30,30,0.4);
    --white: rgb(255, 255, 255);

}

body{
    min-width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    
    font-family: Verdana, Geneva, Tahoma, sans-serif;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*Remover realce azul em smartphones*/

    user-select: none;
}

a{
 color: inherit;   
 text-decoration: none;
}
a:visited{
    color: inherit;
}

 b{
    font-weight: 700;
}

/*Scroll------------------------------*/

body::-webkit-scrollbar {
    width: 10px;               
  }
  
  body::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);       
  }
  
  body::-webkit-scrollbar-thumb {
    background-color:rgb(0,0,0,0.15);    
    border-radius: 20px;       
  }

/*Corpo-------------------*/

main{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 900px;
}


/*Img perfil------------------------*/

#perfil_img img{
    width: 190px;
    transition: 0.4s;
}

#perfil_img img:hover{
    transform: scale(1.04);
    transition: 0.6s;
}


#perfil_img{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;

    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;

    height: 180px;
    width: 180px;
    
    border-radius: 50%;
    border: 5px solid #D9D9D9;
    color: #979797;

    overflow: hidden;
    transition: 0.4s;
}

#perfil_img:hover{
    
    border: 5px solid #FFA800;
    transition: 1s;
}


#perfil_3{
    font-size: 0.8em;
    background-color: #D9D9D9;
    border-radius: 25px;
    font-weight: 400;
    color:#606060;
    padding: 5px 12px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 340px;
    transition: 0.6s;

    max-width: 90%;
}

#perfil_3:hover{
    transition: 0.8s;
    background-color: #FFA800;
    color:#303030;
}

/*Capa------------------------*/


.banner{
    width: 100%;
    height: 350px;
    background-image: url('../assets/imgs/0.jpg'); 
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.capa_perfil{
    background-color: rgba(30,30,30,0.8);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 350px;
    overflow: hidden;
}

.capa_perfil h2{
    font-size: 1.4em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #ffffff;
}

.capa_perfil p{
    font-size: 0.8em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #FFA800;
    
}


/*------------------------*/


main .perfil:hover img{
    
    transform: scale(1.2);
}


main h2{
    font-weight: 700;
    font-size: 1em;
    margin-top: 5px;
}

main h1{
    font-weight: 700;
    font-size: 1.2em;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform:  uppercase;
}
main p{
    text-align: center;
}
.funcoes{
    font-size: 0.9em;
}
.biografia{
    text-align:justify;
    text-align-last: center;
    margin-top: 20px;
    margin-bottom: 40px;
}



main .contato{
    background-color:rgb(30, 30, 30);
    width: 160px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    
    transition: ease 0.5s;
}

main .contato p{
    color: white;
    font-weight: 500;
    font-size: 0.9em;
    
}

main .contato:hover{
    opacity: 80%;
    transition: ease 0.5s;
}

#start_menu3, #start_menu4{
    cursor: pointer;
}

/*Carrossel empresas -----------------------*/

@keyframes slide{
    from{
        transform:translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}

#experiencia{
    height: 80px;
    background-color: #F1F1F1;
    margin-top: -1px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

#exp_1{
    width: 900px;
    max-width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 40%;
    transition: 0.6s;
}

#exp_1:hover{
    opacity: 60%;
    transition: 0.8s;
}

.logos{
    width: 900px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    
}


.logos:hover .logos-slide{
    animation-play-state: paused;
    cursor: pointer;
}

.logos-slide{
    display: inline-block;
    animation: 120s slide infinite linear;
    
}
.logos-slide img{
    height: 40px;
}

.opacidade_car{
    background: linear-gradient(-90deg, #F1F1F1, rgba(255, 255, 255, 0.0),rgba(40, 40, 40, 0.0),rgba(40, 40, 40, 0.0),rgba(40, 40, 40, 0.0),rgba(40, 40, 40, 0.0),#F1F1F1) no-repeat;
    width: 900px;
    max-width: 90%;
    height: 80px;
    display: block;
    position: absolute;
    z-index: 1;
}

/* Projetos -------------------------------------*/

.projetos_main{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #D9D9D9;
    margin-top: 40px;
    margin-bottom: -50px;
}

.projetos_titulo{
    font-size: 1.5em;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    background-color: #202020;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.projetos_main .projetos_titulo{
    font-size: 1.2em;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    background-color: #202020;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

#projetos{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 95%;
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 80px;
}

.projetos_card{
    background-color: #ffffff;
    border-radius: 20px;
    max-width: 90%;
    width: 400px;
    height: 500px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: 0.6s;

    opacity: 80%;
}

.projetos_card:hover{
    transform: scale(1.02);
    transition: 0.6s;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    opacity: 1;

   
}

.projetos_card:hover img{
    transform: scale(1.1);
    transition: 1.2s;
}

.proj_img{
    min-width: 100%;
    max-height: 340px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    
    overflow: hidden;
}

.proj_img img{
    max-width: 100%;
    transition: 1s;
}

.proj_info{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 160px;
    min-width: 100%;
    background-color: #ffffff;
    z-index: 2;
    transition: 0.8s;

    text-align: center;

}

.proj_info p{
    max-width: 90%;
    color: #979797;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.proj_info h2{
    transition: 0.8s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #202020;
    font-size: 1.4em;
    margin-bottom: 4px;
}

.projetos_card:hover .proj_info h2{
    transition: 1s;
    letter-spacing: 0.05em;
    
}

