
/* ****FONTES ******/
@font-face{
    font-family: 'FonteDiploma';
    src: url("../Site_Pessoal_Git/fontes/diploma/diploma.ttf");

}


/*INSTRUÇÕES*/
/*and (max-width: 1280px) and (min-width: 841px) */
/*lg window>992px   md 768<window<991  sm  576<window<767   xs window<576px */

/*DESKTOP*/
@media screen and (min-width: 577px ){
/***********************************/
/****************BODY****************/
/***********************************/

#carouselExampleIndicators{
    width: 100px;
    height: 100px;
}

body {
    height:100%; 
    width:100%;
 }

 /*LINHAS D MARCAÇÃO*/




#divAvatar,.col,.col-sm,#divGroupIconsHeader,.col-sm-2,.col-sm-8,.col-10,#divCenterBody,#divIconEspecializando,#divTituloHardSkill,.row{
    

}




 
/*******************************************************/
/*************** Header ******************************* /
/******************************************************/



/**********************************/


.btnLingua{
    height: 10px;
    width: 30px;
}


/* DIV PAI HEADER */
#divHeader{
    background:  rgb(86, 61, 124) ;
    height: 75px;
    }


.tituloHeader{
   
    
    font-size: 50px;
    color: white;
}

/* DIV TITULO  */
#divTituloHeader{
    
    height: 100%;
    width: 100%;
    
}

#logoPage,.tituloHeader{

width: 65px;
height: 65px;
margin-top: 5px;


}


/* CONFIGURAÇÃO BARRA PISCANDO  */
.tituloHeader:after{
    content: '|';
    margin-left: 5px;
    opacity: 1;
    animation: pisca .7s infinite;
   }

   @keyframes pisca{
    0%, 100%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
}


/* ICONS */
#divGroupIconsHeader{
    height: 100%;
    margin-bottom: 50px;
    margin-top: 25px;
    }

.iconHeader{
    height:32px;
    width: 32px;
    margin-left: 15px  ;
  }
  .iconHeader:hover{
    margin-top: 5px;
    transition: 0.6s;
  }

    
   


#menuIcons{
display: flex;
}




 /**********************************************/
/*************** LEFT BODY */
/************************************/

/*DIV PAI */
#divLeftBody {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;

}



#imgAvatar{
    margin-top: 10px;
    margin-left: 35px;
    width: 200px;
    height: 200px; 
    border-radius: 50%;
 
 }


 /*DIV CONTATOS */
#divContato{
    margin-top: 50px;
   font-size: 12px;
   
}

#divCopyryght{
    font-size: 14px;
    margin-top: 10px;
}

#divCopyryght #logo_Page_Footer{
  
    width: 70px;
    height: 70px;
}
  


#divCopyryght #autoria{
    font-size: 12px;
    
}


.navPage{
    margin-top: 30px;
}
.navButton{
    cursor: pointer;
    text-align: center;
    margin-top: 3px;
    
    width: 100%;
    height: 50px;
    
    background-color:rgb(247, 247, 247);
    box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.77);
    transition-duration: 0.5s;
}

.navButton:hover{
    background-color:rgb(86, 61, 124);
    box-shadow:  0px 0px 0px rgba(50, 50, 50, 0.77);
    color: white;
}

.page1{
    
}



 /**********************************************/
/*************** CENTER BODY */
/************************************/






/* DIV PAI */
#divCenterBody{
    margin-right: 0px;
    padding-right: 0px;
    height: 640px;
    overflow:auto; 
    margin-top: 50px;
   
 }

/*EFEITO DE COR DE FUNDO MUDA COM O PASSAR DO MOUSE*/
 .card-header:hover{

    background-color: rgba(248, 248, 248, 0);
}

/*HABILITAR O CURSOR NOS CARDS*/
.card-header{
    cursor: pointer;
}

/*HABILITA EFEITO SUAVE A ABERTURA DOS CARDS*/
 #collapse1,#collapse2,#collapse3,#collapse31,#collapse32,#collapse311,#collapse312,#collapse313,#collapse314,#collapse315,#collapse316,#collapse321{
    -webkit-transition: height 500ms ease;
 }

 /*ICONE CARDS */
.iconCards{
     width: 40x;
     height: 40px;
     float:left;
 
 }


 


 /* CARD 1  */
 /***********/
 
 
 /* CARD 2  */
  /***********/
 /* CARD 2.1  */
 

#cardbodyQuemSouEu{
 background-color:rgb(247, 247, 247)
}

#imgQuemSou{
     height:100% ;
     width: 100%;
     
}
 
#h1QuemSouEu{
     font-size: 30px;
}
 
#descricaoQuemSoueu{
    font-family: 'Courier New', Courier, monospace;
    font-size: 22px;
   
}

#descricaoQuemSoueu2,#descricaoQuemSoueu3,#descricaoQuemSoueu4,#descricaoQuemSoueu5{
font-family:Courier, monospace;
font-size: 18px;
}
/* CARD 3  */

.bio{
    border-left: 3px solid rgb(95, 65, 139);
    margin-bottom: 30px;
    padding-left: 10px;
    }
    
    
    .formacao,.atividadeComplementares{
        margin-bottom: 40px;
        
    }
    .tittleFormacao,.tittleAtividadeComplementar{
        color: white;
        background-color: rgb(95, 65, 139);
        margin-bottom: 20px;
        padding: 3px;
        font-family: 'Raleway'; 
    }
    .instituicao{
       
        color: white;
        background-color: rgb(113, 78, 165);
        margin: 0px;
        padding: 3px;
        font-size: 13px;
        font-family: 'Raleway';    
    }
    
    .data{
        display: inline-block;
        padding: 0px;
        margin: 0px;
        font-family: 'Raleway';
        font-size: 14px;
           
    }
    
    .bloco{
        display: inline-block;
       
    }
    


    .curso,.tipoAtividade{
        font-weight: bolder;
        margin-top: 5px;
        margin-bottom: 0px;
        font-size: 18px;
        font-family: 'Raleway';
    }
    #iconFormacao{
        height: 25px;
        width: 25px;
        margin-bottom: 8px;
    }
    
    .progress{
        
        width: 300px;
        height: 14px;
        margin-bottom: 10px;
    }
    
    .progress-bar{
        
        background-color: rgb(95, 65, 139);
    }
    
    .descricaoCurso{
        font-family: 'Raleway';
        font-size: 13px;
    
    }
    
    
    .separador{
        border: 0.5px solid rgb(201, 201, 201);
    }

 /*Botão*/

 .buttonFormacao{
     background-color: rgb(95, 65, 139);
     color: seashell;
     font-size: 10px;
     
 }
 .buttonFormacao:hover{
    background-color: rgb(122, 84, 179);
   
    
}







 
  /* CARD 3.1  */

   /* CARD 3.1.1  */



/* CARD 3.1.2  */
 #divGraduacao,#divPosGraduacao{

    border: black solid 2px;
}

#icon_Graduacao{
    width: 200px;
    height: 128px;
}


#tituloGraducaoCiencia,#tituloPosGraduacao{
     font-family: 'FonteDiploma';
    font-size: 40px;
     margin-top: 3px;
}

#heading312{
    margin-bottom: 20px;
}


/* CARD 3.1.3 MONITORIA   */

#icon_Monitoria,#icon_Monitoria2,#icon_Monitoria3{

    height:70px ;
    width:70px ;
    margin-top: 10px;
    }
    
    #tituloMonitoria,#tituloMonitoria2,#tituloMonitoria3{
    font-size: 35px;
    
    }
    
    #divComentarioExperiencia,#divData{
        border-left: silver solid 3px;
        background-color: rgb(248, 248, 248);
    }
    
    #divData{
        font-size: 15px;
        border-left: silver solid 3px;
        background-color: rgb(248, 248, 248);
    
    }
    





/* CARD 3.1.6 EMPRESA JUNIOR   */



#tituloEmpresaJunior{
    font-family: 'FonteCertificado';
    font-size: 35px;
}

#btn2EmpresaJunior,#btnEmpresaJunior{
color:red;
background-color:black;
}



/* CARD 3.2 POS GRADUACAO */
/*Logo config - pos graducao 3.2*/
#icon_PosGraduacao,#icon_EmpresaJunior{
    width: 150px;
    height: 150px;
}



/**********************************************/
/*************** RIGHT BODY */
/************************************/






#divRightBody{
   
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    margin-top: 50px;
}

#tituloHardSkill{
    
    font-size: 25px;
    color: rgb(151, 161, 237);
    margin-top: 10px;
  
}

/*EFEITO ENGRENAGENS*/
@keyframes gira {
    to {
        transform: rotate(360deg);
    }
}

#imgEngrenagem1{
    width: 50px;
    height: 50px;
    animation: gira 15s linear infinite;
}


@keyframes giraAntihorario {
    to {
        transform: rotate(-360deg);
    }
}


#imgEngrenagem2{
   
    animation: giraAntihorario 15s linear infinite;
}


/*SUBTITULOS E ICONS*/
#subTituloHardSkill{
    background-color: rgb(151, 161, 237); ;
    margin-top: 15px;
    font-size: 15px;
    color: rgb(255, 255, 255);
}

.iconHardSkill{
    width: 45px;
    height: 45px;
    
  
    
}


/*BLOCOS */
#coisasCuriosas{
    height: 100px;
    width: 100%;
    border: red solid 2px;
    margin-top: 50px;
}

.bloco1,.bloco2,.bloco3{
    height: 400px;
    width: 280px;
    border-radius: 40px;
    border: rgb(86, 61, 124) solid 2px;
    background-color: rgb(86, 61, 124);
    color: seashell;
    padding:15px 15px 0px 15px;
}

.bloco3:hover{

}

}

/*MOBILE MODELOS MOTO G5S PLUS*/
@media screen and (max-width: 576px ){
    /***********************************/
    /****************BODY****************/
    /***********************************/
 body {
        height:100%; 
        width:100%;
}
    
     /*LINHAS D MARCAÇÃO*/
    
.row,.col{
         border: 
}
    
    
#divAvatar,.col-sm,#divGroupIconsHeader,.col-sm-2,.col-sm-8,.col-10,#divCenterBody{
        border:
    
}
    
.col-sm-8{
        border-left: rgb(211, 211, 211) solid 1px ;
        border-right: rgb(211, 211, 211) solid 1px ;
}
    
    
     
    /*******************************************************/
    /*************** Header ******************************* /
    /******************************************************/
    
    
    
    /**********************************/
    
    /* DIV PAI HEADER */
    #divHeader{
        background:  rgb(86, 61, 124) ;
        height: 75px;
        }
    
    
    .tituloHeader{
       
        
        font-size: 37px;
        color: white;
    }
    
    /* DIV TITULO  */
    #divTituloHeader{
        
        height: 100%;
        width: 100%;
        
    }
    
    #logoPage,.tituloHeader{
    
    width: 65px;
    height: 65px;
    margin-top: 5px;
    
    
    }
    
    
    /* CONFIGURAÇÃO BARRA PISCANDO  */
    .tituloHeader:after{
        content: '|';
        margin-left: 5px;
        opacity: 1;
        animation: pisca .7s infinite;
       }
    
       @keyframes pisca{
        0%, 100%{
            opacity: 1;
        }
        50%{
            opacity: 0;
        }
    }
    
    
    /* ICONS */
    #divGroupIconsAvatar{
        height: 100%;
        margin-left: 30px;
        margin-top: 25px;
        }
    
    .iconHeader{
        height:32px;
        width: 32px;
        margin-left: 10px  ;
      }
    
    
    
    
    
     /**********************************************/
    /*************** LEFT BODY */
    /************************************/
    
    /*DIV PAI */
    #divLeftBody {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    
    }
    
    
    
    #imgAvatar{
        width: 200px;
        height: 200px; 
        border-radius: 50%;
        margin-left: 60px;
     }
    
    
     /*DIV CONTATOS */
    #divContato{
        margin-top: 50px;
       font-size: 12px;
       
    }
    
    #divCopyryght{
        font-size: 14px;
        margin-top: 10px;
    }
    
    #divCopyryght #logo_Page_Footer{
      
        width: 70px;
        height: 70px;
    }
      
    
    
    #divCopyryght #autoria{
        font-size: 12px;
        
    }
    
    
    
    
     /**********************************************/
    /*************** CENTER BODY APRESENTACAO *****/
    /********************************************/
    
.bio{
border-left: 3px solid rgb(95, 65, 139);
margin-bottom: 30px;
padding-left: 10px;
}

#divMobile576{
 border: 2px ;
 margin-left: 10px;
 margin-right: 10px;
 margin-top: 25px;
 padding: 0px;
}

.formacao{
    margin-bottom: 40px;
    
}

.instituicao{
   
    color: white;
    background-color: rgb(95, 65, 139);
    margin: 0px;
    padding: 3px;
    font-size: 13px;
    font-family: 'Raleway';    
}

.data{
    display: inline-block;
    padding: 0px;
    margin: 0px;
    font-family: 'Raleway';
    font-size: 14px;
       
}

.curso{
    font-weight: bolder;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 18px;
    font-family: 'Raleway';
}

.progress{
    
    width: 150px;
    height: 14px;
    margin-bottom: 10px;
}

.progress-bar{
    
    background-color: rgb(95, 65, 139);
}

.descricaoCurso{
    font-family: 'Raleway';
    font-size: 13px;

}


.separador{
    border: 0.5px solid rgb(201, 201, 201);
}

}








