nav{position:fixed!important;width:100%;top:0;z-index:1}.logo{font-size:1.5rem!important;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.logo span{color:var(--detail-blue)}.menu-icon{background-color:#d9d9d9;border:none!important;border-radius:5px}#navbarNav{margin-right:20px}.apresentation{display:flex;flex-direction:row;width:900px;justify-content:space-between}.text{width:70%}.name-links{display:flex;flex-direction:row;align-items:center;width:90%}.info h2{font-size:1.5rem}.name-links h1{font-size:2.1rem;margin-right:10px}.icons{width:25%;display:flex;justify-content:space-around}.figure img{margin-top:20px;width:220px;height:200px;margin-right:25px}.summary{width:90%;text-align:justify}.curriculo,.github,.linkedin{color:gray;width:35px;height:35px}.curriculo:hover,.github:hover,.linkedin:hover{transform:scale(1.15)}.linkedin:hover{color:#0a66c2}.github:hover{color:#000}.curriculo:hover{color:#a6a7a2}@media (max-width:992px){.apresentation{width:750px}}@media (max-width:768px){.apresentation{width:530px}.name-links{width:100%}.name-links h1{font-size:1.6rem}.info h2{font-size:1.3rem}.summary{width:95%!important}.apresentation .figure{display:flex;flex-direction:column;justify-content:center;align-items:center}.figure img{width:150px;height:140px;padding-left:10px}.icons{width:35%;justify-content:space-between}.curriculo,.github,.linkedin{width:30px;height:30px}.linkedin{color:#0a66c2}.github{color:#000}.curriculo{color:#a6a7a2}.curriculo:hover,.github:hover,.linkedin:hover{transform:none}}@media (max-width:576px){.apresentation{width:100%;justify-content:center}.apresentation .text{width:100%;padding-left:15px}.apresentation .summary{width:100%}.apresentation .figure{display:none}.name-links h1{font-size:1.35rem}.info h2{font-size:1.15rem}.curriculo,.github,.linkedin{width:30px;height:30px}.icons{width:130px;margin-bottom:3px}}.title{margin-top:58px;margin-bottom:10px;width:900px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 5px}.title h2{font-size:2rem}.title hr{width:50%;border:1px solid var(--detail-blue)}@media (max-width:992px){.title{width:750px}}@media (max-width:768px){.title{width:530px}}@media (max-width:576px){.title{flex-direction:row;width:320px}}.project{justify-content:center;text-align:center;padding:10px;margin-bottom:20px}.project h3,.project img,.project p{margin-bottom:15px}.project img{width:460px;height:315px}.summary{width:70%}.technologies-proj{display:flex;width:450px;flex-wrap:wrap;justify-content:space-evenly}.icon{width:30px;height:30px}.icon:hover{transform:scale(1.08)}.project hr{width:calc(100% - 20px)}.info-proj{width:170px;display:flex;align-self:flex-start;margin-left:10px;margin-top:5px;justify-content:space-around}.info-proj a{padding:7px;border-radius:30px;border:1px solid #000;align-self:center}.info-proj a:hover{transform:scale(1.05)}@media (max-width:768px){.project img{width:360px;height:247px}}@media (max-width:576px){.technologies-proj{width:80%}.project img{width:80%;height:80%}}.projects{display:flex;flex-direction:column;justify-content:center;align-items:center}.btn-others{width:800px;background-color:var(--project-background);border:none;border-radius:5px;padding:3px 0;font-size:1.02rem}.btn-others:hover{transform:scale(1.05)}.project-hidden{scale:0;opacity:0}.fade-in{animation:fadeIn .5s forwards}@keyframes fadeIn{to{scale:1;opacity:1}}@media (max-width:992px){.btn-others{width:660px}}@media (max-width:768px){.btn-others{width:480px}}@media (max-width:576px){.btn-others{width:80%}}.technologies{display:flex;flex-direction:column;align-items:center}.techs{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;padding:50px}.techs .icon{width:80px;height:80px;margin:30px 20px}@media (max-width:768px){.techs .icon{width:60px;height:60px}.techs .icon:hover{transform:none}}@media (max-width:576px){.techs .icon{width:40px;height:40px}}.main,.project,.technologies{display:flex;flex-direction:column;align-items:center}.main{justify-content:center;margin-top:90px}.container-main{width:850px;background-color:var(--project-background);border-radius:5px;margin:20px 0}@media (max-width:992px){.container-main{width:700px}}@media (max-width:768px){.container-main{width:515px}}@media (max-width:576px){.container-main{width:90%}}p{margin:0}.footer{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;padding:25px 0 10px 0;margin-top:10px}.footer h3{font-size:2.1rem}.contacts{margin-top:20px;width:500px;justify-content:space-evenly}.contacts,.item{display:flex;flex-direction:row}.item p,a{margin:2px 0 0 6px}.item a{color:#fff}.footer hr{width:calc(100% - 20px);margin-bottom:30px}.footer .icon:hover{transform:none}@media (max-width:576px){.contacts{flex-direction:column;width:90%}.contacts .item:nth-child(2){margin-top:15px}}:root{--detail-blue:#1ed6ef;--background-color:#d9d9d9;--project-background:#f5f5f5}body{background-color:var(--background-color)!important;width:100%!important}body a{text-decoration:none;color:#000}body img{-webkit-user-drag:none}