*{
    text-decoration:none; 
    list-style: none; 
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    min-width: 320px;
    background-color: #250024;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 20px; 
}

/*
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap');
*/

li {
    display: inline-block;
}

p {
    font-size: 18px;
}

/******************************Estilizando Header e seus elemento**************************** */

.navbar {  
    max-width: 1920px;
    min-width: 320px;
    display: flex;
    justify-content: space-between;
    height: 60px;
    background-color: black;
    margin: auto;     
    font-weight: bold;       
}

.navbar a {
    color:#c3c3c3;
}

.navbar a:hover {
    color: rgb(255, 255, 255);
    transition: color 0.7s ease;
}

.navbar a::after {
    content: "";
    width: 80%;
    height: 1px;
    margin-top: 2px;
    background-color: #ffffff;
    transition: transform 0.3s ease;
}

.navbar a:hover::after {
    display: block;
    transform: translateX(11.5%);
}

.busca {
    margin-right: 50px;
}

.busca li {
    font-size: 20px; 
    letter-spacing: 2px;    
    text-transform: uppercase;
    margin: 20px 20px 0px 0px;  
}

#logo-nome {
    height: 27px;
    font-size: 25px;
    letter-spacing: 1.5px;  
    margin-left: 10%;
    margin-top: 15.1px;
}

#logo-nome:hover {
    border-bottom: none;
    color: #8100ac;
    transition: color 0.6s ease;
}

.mobile-menu {
    cursor: pointer;
    display: none; 
}

.mobile-menu div {
    width: 32px;
    height: 2px;
    background-color: #c1c1c1;
    margin: 8px;
}

.mobile-menu.active .line1 {
    transform: rotate(-45deg) translate(-8px, 8px);
    transition: 0.6s;
    background-color: #6c028d;
}

.mobile-menu.active .line2 {
    opacity: 0;
}

.mobile-menu.active .line3 {
    transform: rotate(45deg) translate(-5px, -7px);
    transition: 0.6s;
    background-color: #6c028d;
}

.busca.active { /*active = class que irá receber o javascript */
    transform: translateX(0);  /*Trás de volta a navegação para a tela */
    transition: transform 0.6s ease-in; /*Colocar uma animação de chegada e saída do menu.*/

}

/*************************************LAYOUT-1*********************************/

#layout1 {
    margin: auto;                
    max-width:1920px;  
    min-width:300px;             
    height:1000px;     
    background-image: linear-gradient( to bottom, #000000, #000000, #000000); 
}

.conteiner{
    width: 100%;
    height: 100%;
    z-index: 0;     
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;         
}

.foto-perfil {           
    max-width:281px;       
    position: relative;
    top: 1.5%;
    left: 1.5%;         
}

.box-img {     
    position: relative;
    bottom: 50px;
    margin-right:auto;        
    margin-left: auto;   
    width: 291.1px;
    height: 299.5px;   
    border-radius: 1000px;  
    box-shadow: 0px 0px 38px 1px #6c028d;
    background-color: rgb(85 0 101);
}

.box-img nav {
    margin-top: 35px;
    display: flex;
    justify-content: space-around;
    max-width: 451px;
}

.box-img a{      
    display: inline-block;             
}

.social-media-list img {
    width: 35px;
}

.social-media-list li {
    margin-left: 10px;
    margin-right: 10px;           
}

.social-midia-interacao:hover{
    animation-name: btn-animation;
    animation-duration: 0.4s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.intro {  
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 1000px;
    height: 100%;
    max-width: 960px;
    width: 100%;
    background-color: #38014b;
    color:#d3d3d3;   
}

.title {
    padding-bottom: 35px;
}

.title h1{
    font-size: 50px;
}

.sub-title-intro {
    font-style: italic;
    font-size: 20px;
}

.bio {    
    max-width: 700px;   
    text-align:justify;
    max-height: 280px;
    font-family: 'Lato', sans-serif;
    line-height:40px;
    margin: auto;
    padding-bottom: 35px;
}

.botao {
    cursor: pointer;
    width: 200px;
    height: 50px;   
    box-shadow: 0.1px 0.1px 0.1px 0.5px #39006d;
    border: 0.3px solid #aa00ffd6;
    border-radius: 3px;          
    background: linear-gradient(90deg, #1e0031, rgb(0, 0, 0));
}

.botao a {
    color: #d3d3d3;
}


.bottom-block { 
    text-align: center;      
}


.botao1 {
    margin-right: 20px;         
}

.botao2 {
    margin-left: 20px;        
}


.botao  {
    color: #d3d3d3;
    font-size: 20px;
}

.botao:hover{
    animation-name: btn-animation;
    animation-duration: 0.4s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    box-shadow: 1px 1px 15px #440072;
}

@keyframes btn-animation {
    0% {
        transform: translateY(0px);

    }

    100% {
        transform: translateY(-5px);

    }
}

/*---------------------------------------LAYOUT-2---------------------------------------- */

#layout2 {
    margin: auto;                
    padding-top: 77.5px;
    max-width:1920px;     
    min-width:300px;          
    background-image: linear-gradient( to top, #000000, rgb(17, 0, 36), #000000);
    position: relative;
}

#layout2 a{
    margin-top: 10px;
    font-size: 15px;
    display: inline-block;
    color: rgb(135, 29, 255);
}

.header-secoes {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 77.5px;
}

.header-secoes h1 {
    margin: 0px 20px 0px 20px;
    font-family: opensans,helvetica,arial,sans-serif;    
    letter-spacing: 5px;         
    font-size: 40px;   
}

#layout2  h1 {
    color: rgb(98 0 211); 
}

.span-h1 {
    width: 200px;
    height: 1px;
    background-color: #d4bce4;
    box-shadow: 0px 0px 5px rgb(182, 143, 226);;
}

.subtitulo-formacao {
    margin-bottom: 50px;
 }

.subtitulo-formacao h2{
    font-size: 40px;
}

#layout2 h3 {
    font-size: 20px;
}

#layout2 h3::after {
    font-size: 16px;
    display: block;
    font-weight: normal;
}

#h3-edu-1::after {
    content: "2019 - presente";
}

#h3-edu-2::after {
    content: "2021 - presente";
}

#h3-edu-3::after {
    content: "2021 - 2022";
}

#h3-edu-4::after {
    content: "2019 - 2020";
}

#layout2 h4 {
    font-size: 18px;
    margin-top: 5px;
    font-weight:normal;
}

#layout2 p {
    font-size: 15px;
    margin-top: 15px;
    text-align: justify;
}

/***************************Configurando seção FORMAÇÃO > EDUCAÇÃO*******************/

#formacao-educacao, #formacao-certificados {
    background-color: rgba(98, 0, 211, 0.21);
    max-width: 960px;
    min-width: 960px;
    color: #d3d3d3;
    padding: 60px 30px 60px 100px;
}

#content-educacao {
    display: flex;
 }


.educacao-itens {
    max-width: 535px;
    margin-left:50px;
    background-color: #0000006e;
    border-radius: 10px;
    padding: 20px;
    display: block;
    box-shadow: 3px 3px 10px black;
}

.educacao-itens:not(.last-educacao-itens) {
    margin-bottom:50px;
}

.lista-educacao  {
    display: inline-block;
}

.linha-do-tempo {
    display: inline-block;
    background-color: #000000;
    width: 3px;
    min-height: 715px;
}

.marca-externa {
    width: 20px;
    height: 20px;
    background-color: #000000;
    border-radius: 10px;
    display: block;
    position: relative;
    right: 9px;
    padding-top: 5px;
}

.marca-interna {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: rgb(98, 0, 211);
    display: block;
    margin: auto;
}

#marca-2 {
    top: 138px;
}

#marca-3 {
    top: 274px;
}

#marca-4 {
    top: 458px;
}

/***************************Configurando seção FORMAÇÃO > CERTIFICADOS*******************/

#formacao-certificados {
   margin-left: auto;
}

.certificados-itens {
    display: inline-block;
    background-color: #0000006e;
    max-width: 300px;
    border-radius: 10px;
    box-shadow: 3px 3px 10px black;
    padding: 20px;
}

/***************************Configurando seção FORMAÇÃO > HABILIDADES*******************/


#formacao-habilidades {
    clear: right;
    color: #d3d3d3;
    margin-top: 77.5px;
    padding-bottom: 80px;
}


#formacao-habilidades h2{
    text-align: center;
    margin-bottom: 160px;
    font-family: opensans,helvetica,arial,sans-serif;    
    letter-spacing: 5px;  
}


#formacao-habilidades  img:hover{
    filter: brightness(1.3); 
    transition: .3s ease-out;
    transition: .2s linear;
    transform: scale(1.1);
}

#layout2 img {
    height: 110px;
}

.lista-habilidades{
    display: flex;           
    flex-wrap: wrap;              
    justify-content: space-around; 
    align-items: center;
    margin-top: 100px;
    margin: auto;
    width: 80%;
    min-width: 320px;     
}


.img-tecnologias {
    display: block;
    margin-left: 5%;
    margin-right: 5%;
    height: 130px;
    width: 100px;
}


/*************************************** LAYOUT 3 ***********************************/

#layout3 {
    margin: auto;                
    max-width:1920px;     
    min-width:300px;         
    background-image: linear-gradient(to top, #000000, #2e000e, #000000);
    padding-top: 77.5px;
}

#layout3 h1 {
    color: rgb(210 0 46);
}

#project-1, #project-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background-color:rgba(210, 0, 46, 0.21);
    min-height: 320px;
    padding: 30px;
    max-width: 960px;
    min-width: 960px;
}

#project-2 {
    margin-left: auto;
}

.thumbnail-video {
    background-color: #4d4e5e00;
    position: absolute;
    max-width: 900px;
    z-index: 1;
}

video {
  margin: auto;
  position: relative;
  display: none;
  bottom: 55%;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 5px;
  box-shadow: 0 0 0 384vh rgb(0, 0, 0,.5);
}

.mostrar-video {
    display: none !important;
}

.video {
    background-color: #05061500;
    display: flex;
    max-height: 200px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.video:hover {
    transition: .2s linear;
    transform: scale(1.1);
}

.video .img-project{
    height: 200px;
    box-shadow: 0 .5rem 1rem #000000;
    border-radius: 5px;
}

.video .img-botao-play{
    height: 45px;
    position: absolute;
    text-align: center;
    cursor: pointer;
}

.botao-fechar {
    display: none;
    position: relative;
    top: 40px;
    width: 30px;
    z-index: 1;
    margin-left: auto;
    cursor: pointer;
}

.mostrar-botao-fechar {
    display: block !important;
}

.descricao-projeto {
    color: #d3d3d3;
    max-width: 500px;
    padding-top: 10px;
}

.descricao-projeto h2 {
    margin-bottom: 20px;
}

.descricao-projeto p {
   font-size:  15px;
   text-align: justify;
}

.mais-informacoes {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.mais-informacoes p {
    font-weight: bold;
}

.mais-informacoes img {
    width: 38px;
    margin-left: 10px;
}

/****************************************rodapé***************************************/

#layout4 {
    margin: auto;
    max-width: 1920px; 
    min-width:300px;  
    padding: 77.5px 0px 20px 0px;
    background-color: #000000;  
}

.footer-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 77.5px;
    width: 300px;
    margin: auto;
}

.footer-title h1 {
    
    font-family: opensans,helvetica,arial,sans-serif;    
    letter-spacing: 5px;         
    font-size: 30px;
    color: #d3d3d3;
    margin-bottom: 10px;
}

.conteiner-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 460px;
    margin: auto;
    margin-top: 77.5px;
}


.footer-title .span-h1 {
    height: 2px;
    width: 250px;
    margin-left: 47px;
}

.foto-perfil-footer {
   
    position: relative;
    width: 150px;
    top: 5.5px;
    left: 5.5px;
}

.borda-foto-perfil-footer {

    height: 166px;
    background-color: rgba(84, 0, 101, 0.781);
    width: 162px;
    border-radius: 1000px;
    margin-right: 20px;
}

.lista-contatos {
    
    display: flex;
    flex-direction: column;
    padding: 8px 0px 0px 7px;
}

.separator {
    width: 3px;
    height: 145px;
    background-color: #6c028d;
    display: inline-block;
}


.lista-contatos img {
    width: 35px;
    max-width: 200px;
}

.lista-contatos li {
    display: block;
    margin-bottom: 10px;
    max-width: 200px;  
}

.contatos span {
  font-size: 15px;
  padding: 5px 0px 0px 10px;
  color: #d3d3d3;
}

.email-contato {
    display: flex !important;
    text-align: center !important;
    margin-bottom: 0px !important;
}

.creditos {
    text-align: center;
    margin-top: 77.5px;
}

.creditos a {
    color: #d3d3d3;
    font-weight: bold;
    font-size: 15px;
}

/*-----------------------------------Responsividade---------------------------------- */

@media (max-width:1500px) {
    
    .conteiner {
        display: block;
       
    }
   
   .box-img {
        width: 258.5px;
        height: 266.5px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative;
        top: 70px;
    } 

    .foto-perfil {
        width: 246px;
        left: 5.5px;
        top: 5.5px;
    }

    .social-media-list img {
        width: 32px;
    }

   
    .intro {
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
        max-width: 800px;
        height: 42%; 
        position: relative;
        top: 180px;
    }

    .title {
        padding-bottom: 30px;
    }

    .title h1 {
        font-size: 40px;
    }

    .sub-title-intro {
        font-size: 18px;
    }

    .bio {
        padding-bottom: 30px;
        margin: 0;
    }

}
@media (max-width: 1022px) {      

    /* Responsividade Layout-1*/
    .busca {
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
        height: 350px;
        margin: 0;
        background-color: #320141;
        transform: translateY(-200%); /*Move toda a navegação para fora da tela*/ 
        z-index: 1;       
    }

    .busca li {
        justify-content: space-around;
        display: flex;  
        margin-top: 40px;
        margin-bottom: 20px;
                     
    }

    .navbar a:hover {
        border-bottom: none;
    }

    .mobile-menu {
        display: block; /*Mostra na tela (antes tava setado como none) */
        z-index: 1;       
        position: absolute;
        right: 5%;
        top: 1.5%;
       
    } 

    .conteiner {
        display: flex;
        align-content: flex-start;
    }
    

    .intro { 

        margin-left: max(12%,30px);
        margin-right: max(12%,30px);
        align-items:flex-start;
        padding: 25px 35px 40px 35px;
        max-height: 500px;
        height: auto;
    }

    .title {
        padding-bottom: 20px;
    }

    .title h1 {
        font-size: 30px;
    }

    .sub-title-intro {
        font-size: 16px;
    }

    .bio {
        font-size: 16px;
        line-height:30px;
        padding-bottom: 20px;
    }

    .intro button {
        font-size: 16px;
    }

    .bottom-block{
        margin-top: 0;
    }

    .botao  {
        height: 40px;
        width: 125px;
    }

    .botao1{
        margin-right: 3.2%;

    }

    .botao2{
        margin-left: 3.2%;

    }
    

}


@media (max-width:970px) { 

    /*Responsividade Layout 2 */
    .header-secoes h1 {
        font-size: 30px;
    }

    .span-h1 {
        width: 100px;
    }

    .subtitulo-formacao h2{
        font-size: 30px;
    }

    #formacao-educacao, #formacao-certificados {
        background-color: rgba(98, 0, 211, 0);
        min-width: 200px;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 6%;
    }

    .educacao-itens {
        margin-left: 35px;
    }

    #conteiner-educacao-certificacao {
        background-color: rgba(98, 0, 211, 0.21);
        border-radius: 10px;
        margin-left: 30px;
        margin-right: 30px;
       
    }

    #formacao-habilidades {
        padding-bottom: 41.2px
    }

    #formacao-habilidades h2 {
        margin-bottom: 80px;
    }

    /*Responsividade Layout 3 */

    #conteiner-projetos {
        padding: 40px 30px 40px 40px;
    }

    #project-1, #project-2 {
        background-color:rgba(210, 0, 46, 0);
        min-width: 200px;
        padding: 0;
        align-items: flex-start;
        justify-content: flex-end;
        flex-direction: column-reverse;
    }

    #project-1 {
        margin-bottom: 50px;
    }

    #conteiner-projetos {
        background-color:rgba(210, 0, 46, 0.21);
        border-radius: 10px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .video:hover {
        transition: .2s linear;
        transform: scale(1.05);
    }


    .descricao-projeto {
        padding: 0;
        margin-bottom: 40px;
       
    }

    .video .img-project{
        height: 150px;
    }

    .descricao-projeto h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .descricao-projeto .mais-informacoes {
        margin-top: 10px;
    }

    .descricao-projeto .git-icone {
        width: 32px;
    }

} 

@media (max-width:687px) {  
    
    .bio {
        line-height: 25px;
    
    }

}

/********************************Responsividade mobile*************************** */

@media (max-width:530px) { 

    #marca-2 {
        top: 158px;
    }
    
    #marca-3 {
        top: 294px;
    }
    
    #marca-4 {
        top: 488px;
    }

}

@media (max-width:400px) { 

    #marca-2 {
        top: 188px;
    }
    
    #marca-3 {
        top: 345px;
    }
    
    #marca-4 {
        top: 588px;
    }

}


@media (max-width:480px) {  

    .intro {
        padding: 25px 25px 40px 25px;
    }

    .intro button {
        font-size: 14px;
    }

    .botao {
        width: 100px;
    }

}
 