html, body {
    position: relative;
    width:100%;
	height:100%;
    font-family: 'Inter', sans-serif;  
}

* {
    outline: none !important;
}

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.invisible {
    display: none !important;
  }

canvas{
  display:block;
  vertical-align:bottom;
}

#particles-js{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-35deg, #9661dc, #4bbee0);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: -1;
}

.navbar, section, .navbar-nav {
    z-index: 2;
}

.navbar-nav {
    align-items: flex-end;
}

.navbar-nav > .lang-buttons {
    display: flex;
    height: 46px;
    align-items: center; 
    margin: 13px 30px 0 0;
}


.lang-picker {
	text-align: center;
    font-weight: 500;
    padding: 0;
}

.lang-picker > li:first-of-type {
    border-right: 1px solid white;
}

.lang-picker > li:last-of-type {
    margin-left: -4px;
}

.lang-picker li {
	list-style: none;
	display: inline-block;
	cursor: pointer;
    padding: 0 9px;
    color: #4e589a;
}

.lang-picker li.selected {
	color: white;
}

section {
    margin: 125px 0;
}

.section1-wrapper > .profile {
    background: #ffffff;
    padding: 164px 70px 70px 70px;
    box-shadow: 5px 10px 27px 1px #0a0a0a2e;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

h1 {
    text-align: center;
    font-weight: bold;
    color: #1284ab;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 50px;
}

.subtitle {
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #68686b;
    font-size: 15px;
    line-height: 21px;
}

#profile-text {
    margin-top: 10px;
    line-height: 25px;
    color: #484848;
    font-size: 14px;
    padding-bottom: 50px;
    border-bottom: 2px solid #f1f1f1;
}

#avatar {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    height: 279px;
    box-shadow: 6px 10px 19px -2px #62757b52;
    border: 13px solid white;
}

.redes-sociais {
    border-bottom: 2px solid #f1f1f1;
    margin-bottom: 50px;
}

.redes-sociais > a  {
    margin: 7px 0 50px 0;
}

.redes-sociais > a > img{
    height: 22px;
    margin: 0 20px 0 20px;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.redes-sociais > a:hover > img{
    opacity: 1;
}

#resume {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #50575a;
    
}

.gray-background {
    background: #f3f3f3;
    padding: 30px;
    border-radius: 11px;
}

h3 {
    font-size: 19px;
    margin: 50px 0 0 0;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
    color: #1284ab;
    font-weight: bold;
}

#work-links-pt,
#work-links-en {
    margin-top: 20px;
    padding-bottom: 50px;
    border-bottom: 2px solid #f1f1f1;
    margin-bottom: 30px;
}

#work-links-pt > ul,
#work-links-en > ul {
    width: 80%;
}

#academic-formation-pt,
#academic-formation-en {
    width: 100%;
    padding: 30px;
}

li {
    margin-bottom: 30px;
}

li:last-of-type {
    margin-bottom: 0;
}

li i, li span {
    font-size: 14px;
    color: gray;
}

li a strong{
    color: #1284ab;
}

li strong {
    font-size: 15px;
    font-weight: 600;
    color: #585858;
}

ul {
    padding-left: 20px;
    list-style-type: circle;
}

@media only screen and (max-width: 991px){
    #academic-formation-pt,
    #academic-formation-en {
        width: 100%;
        padding: 30px 0;
    }

    #work-links-pt > ul,
    #work-links-en > ul {
        width: 100%;
    }
}
