@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800&family=Montserrat:ital,wght@1,200&display=swap');
*{
    margin: 0;
    padding: 0;
    /* -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none; */
    cursor: default;
}
body{
    background-color: black;
    color:white;
}
::-webkit-scrollbar{
    width: 10px;
    background-color: black;
}
::-webkit-scrollbar-thumb{
    width: 10px;
    background-color: rgba(0, 255, 255, 0.171);
    border-radius: 10px;
}

.start{
    justify-content: center;
    margin-top: 100px;
    
}
.text{
    font-size: 60px;
    text-align: center;
    font-weight:normal;
}
span{
    color:aqua
}
.job-title{
    text-align: center;
    font-size: 80px;
    font-weight: bold;
}
.subtext{
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
}
.btn{
    display: block;
    margin: 20px auto;
    background-color: aqua;
    padding: 5px 30px;
    font-size: 20px;
    border-radius: 8px;
    cursor: pointer;
    opacity: 1;
    font-weight: bold;
}
input{
    width: 0px;
    background-color: black;
    border: none;
}
.btn:hover, .fa-linkedin:hover,.fa-github:hover,.fa-whatsapp:hover, #btn-download:hover{
    transition: 0.3s;
    opacity: 0.6;
    cursor: pointer;
}
.redes-sociais{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 50px;
    text-align: center;
    margin: 50px auto;
}
.link, .download-pdf{
    text-decoration: none;
    cursor: pointer;
    color: black;
}
.link-topo, .certificado{
    color: white;
    cursor: pointer;
}
    /* icons */

.fa-linkedin:hover,.fa-github:hover,.fa-whatsapp:hover{
    color: aqua;
}
.fa-brands{
    opacity: 1;
    color: white;
    margin: 10px 50px;
    
}
.fa-angles-right{
    color: aqua;
    font-size: 20px;
    margin-right: 15px;
}
.fa-download{
    padding-left: 10px;
    cursor: pointer;
}
.fa-graduation-cap, .fa-briefcase{
    font-size: 25px;
    padding: 5px 10px 0 0; 
}
.container-foto{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.foto{
    max-width:500px;
    max-height:600px;
    border-radius: 50%;
    border: 3px solid aqua;
    filter: brightness(70%);
}
.dados-geral{
    margin-top: 60px;
    margin-left: 250px;
}
.ramo{
    text-transform: uppercase;
    font-size: 20px;
}
.conhecimentos, .info, .dados{
    max-width: 700px;
    margin-top: 20px;
    
}
.conhecimentos{
    font-size: 25px;
}
.info, .dados{
    font-size: 20px;
}

/* buttons */
#btn-download, #btn-copiar{
    margin: 25px auto;
    padding: 10px 30px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.btn-cert{
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
}
.btn-git{
    margin-top: 25px;
    padding: 10px 50px;
    font-size: 20px;
    border-radius: 15px;
    cursor: pointer;
    width: 400px;
}
#btn-download{
    background-color: aqua;
    opacity: 1;
}
#btn-copiar, .btn-cert, .btn-git{
    background-color: transparent;
    color: white;
    border: solid 1px aqua;
}
#btn-copiar:hover, .btn-cert:hover,.btn-git:hover{
    color: aqua;
    background-color: #202020;
    transition: 0.3s;
}

/* main  qualificaçoes e experiencias*/

.title-main, .title-conhecimento{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 150px;
    font-size: 50px;
}
.timeline{
    position: relative;
    margin: 50px auto;
    padding: 40px 0;
    width: 1000px;
    box-sizing: border-box;
}
.timeline::before{
    content: '';
    position: absolute;
    left:50%;
    width: 2px;
    height: 95%;
    background-color: rgb(119, 119, 119);
}
.timeline ul{
    margin: 0;
    padding: 0;
}
.timeline ul li{
    list-style: none;
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
}
.timeline ul li:nth-child(odd){
    float:left;
    text-align: right;
    clear: both;
}
.timeline ul li:nth-child(even){
    float:right;
    text-align: left;
    clear: both;
}
.content{
    padding-bottom: 20px;
}
.timeline ul li:nth-child(odd):before{
    content: '';
    position: absolute;
    top: 35px;
    right: -6px;
    width: 10px;
    height: 10px;
    background-color: aqua;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(0, 255, 255, 0.2);
}
.timeline ul li:nth-child(even):before{
    content: '';
    position: absolute;
    top: 35px;
    left: -4px;
    width: 10px;
    height: 10px;
    background-color: aqua;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(0, 255, 255, 0.2);
}
.timeline ul li h3{
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
}
.timeline ul li p{
    margin: 40px 0 0;
    padding: 0;
    font-size: 20px;
}
.timeline ul li .time h4{
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.timeline ul li:nth-child(odd) .time{
    position: absolute;
    top: 23px;
    right: -165px;
    margin: 0;
    padding: 8px 16px;
    border: solid 1px aqua;
    background-color: transparent;
    border-radius: 15px;
    box-shadow: 0 0 0 3px rgba(0, 255, 255, 0.2);
}
.timeline ul li:nth-child(even) .time{
    position: absolute;
    top: 20px;
    left: -165px;
    margin: 0;
    padding: 8px 16px;
    border: solid 1px aqua;
    background-color: transparent;
    border-radius: 15px;
    box-shadow: 0 0 0 3px rgba(0, 255, 255, 0.2);
}

/* section serviços */

.title-section{
    display: flex;
    justify-content: left;
    margin: 100px 250px;
}
.services{
    font-size: 40px;
    width: 350px;
    margin-left: 200px;
    padding:0 50px;
    border-right: 1px solid rgba(0, 255, 255, 0.137);
}
.subtext-services{
    padding: 15px 50px;
    font-size: 20px;
    width: 350px;
}
.text-skill{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.box-skill{
    margin: 10px 30px;
    padding: 10px 30px;
    font-size: 20px;
    border: 0.5px solid  hsla(180, 100%, 50%, 0.010);
    border-radius: 10px;
    width: 300px;
}
.title-skill{
    margin-bottom: 10px;
    font-size: 30px;
}
.skills-conhecimentos{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 35px;
}
.skills{
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 25px;
}
.title-conhecimento{
    color: aqua;
}
.skill-conhecimento{
    background-color: #0f0f0f;
    width: 300px;
    margin: auto 30px 15px;
    font-size: 30px;
    padding: 5px 100px;
    box-shadow: 0 0 0 3px rgba(24, 24, 24, 0.096);
    border-radius: 8px;
    cursor:default;
}
.fa-html5, .fa-css3-alt,.fa-square-js,.fa-git-alt{
    color: aqua;
    margin-left: -80px;
    font-size: 30px;
}
.img-projeto{
    width: 600px;
    height: 320px;
    filter: brightness(70%);
}
.title-projeto{
    margin-top: 100px;
    color: white;
    font-size: 25px;
}
.text-projeto{
    color: white;
    font-size: 20px;
}
.content-projetos{
    width: 600px;
    height: 320px;
    margin: 20px 50px;
    overflow: hidden;
    border: 1px solid aqua;
    border-radius: 8px;
}
.texto{
    position: relative;
    margin-top: -410px;
    height: 400px;
    padding: 15px;
    text-align: center;
    background: rgba(255, 255, 255, 0.075);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 13.5px );
    -webkit-backdrop-filter: blur( 13.5px );
    transition: all .3s ease-in-out;
    visibility: hidden;
}
.content-projetos:nth-child(1):hover .texto{
    visibility: visible;
}
.content-projetos:nth-child(2):hover .texto{
    visibility: visible;
}
.content-projetos:nth-child(3):hover .texto{
    visibility: visible;
}
.github-port{
    display: flex;
    justify-content: center;
}
.text-networking{
    margin: 15px auto;
    text-align: center;
    font-size: 20px;
    width: 500px;
}
.btns-netkorking{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
.fa-link, .fa-git, .fa-whats{
    margin-left: 0;
    color: aqua;
    font-size: 30px;
}
.fa-link:hover, .fa-git:hover, .fa-whats:hover{
    opacity: 1;
}
.btn-redes{
    text-align: center;
    background-color: transparent;
    text-decoration: none;
    color: white;
    padding: 5px 15px;
    margin: 5px;
    font-size: 30px;
    border: 0.5px solid  hsla(180, 100%, 50%, 0.010);
    border-radius: 8px;
    cursor: pointer;
    width: 380px;
}
.btn-redes:hover{
    background-color: #202020;
    transition: 0.5s;
}

 a{
    color: white;
    text-decoration: none;
}
.voltar{
    display: flex;
    justify-content: center;
    margin: 100px auto;
}
.btn-voltar{
    padding: 10px 20px;
    background-color: transparent;
    color: white;
    font-size: 25px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.5s;
}
.fa-angles-up{
    font-size: 25px;
    margin-right: 15px;
    padding: 5px;
}
.btn-voltar:hover{
    background-color: #202020;
}
.copy{
    color: white;
    background-color: aliceblue;
}
footer{
    display: flex;
    justify-content: center;
    background-color: #202020;
    margin: 30px auto;
    padding: 15px;
}
.copy{
    background-color: transparent;
    font-size: 20px;
}
