body{
    font-family: 'Courgette', cursive;
    font-family: 'Kanit', sans-serif;
    

    overflow-y: hidden;
    overflow-x: hidden;
}

html{
    --sb-track-color: #050505;
    --sb-thumb-color: #1B9AAA;
    --sb-size: 7px;
    scrollbar-color: var(--sb-thumb-color) 
                    var(--sb-track-color);
    overflow-x: hidden;
}

h1{
    font-family: 'Ubuntu', sans-serif;
}

h2,p,h3,h4{
    font-family: 'Courgette', cursive;
    font-family: 'Kanit', sans-serif;
}

.menu-mobile{
    position: fixed;
    color: #FAFAFF;
    right: 1rem;
    top: 1rem;
    font-size: 1.5rem;
    border-radius: 2rem;
    cursor: pointer;
    z-index: 10;
    width: 45px;
    height: 45px;
    display: none;
    justify-content: center;
    align-items: center;
}

#header{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: #050505; 
    overflow-y: auto;
    width: 300px;
    transition: all ease-in-out 0.5s;
    padding: 0 15px;
    z-index: 9997;
}

.h1-profile{
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-align: center;
    color: #FAFAFF;
}

.img-profile{
    margin: 15px auto;
    display: block;
    width: 120px;
    height: 120px;
    border: 2px solid #1B9AAA;
    border-radius: 50%;
}

.social-div a{
    background: transparent;
    color: #FAFAFF;
    padding: .5rem;
    margin-right: 1rem;
    transition: 0.3s;
    text-decoration: none;
}

.social-div a i{
    font-size: 16px;
    margin: 0;
    padding: 0;
    transition: linear;
}

.social-div a:hover{
    color: #1B9AAA;
}



.nav-menu{
    padding: 1.5rem;
}

.nav-menu a,
.nav-menu a:focus{
    display: flex;
    align-items: center;
    color: gray;
    transition: 0.3s;
    font-size: 20px;
}

.nav-item a i,
.nav-item a i:focus{
    align-items: center;
    font-size: 20px;
    padding-right: 2rem;
    color: gray;
    width: 16px;
    height: 16px;
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover > a{
    text-decoration: none;
    color: white;
}

.nav-menu a:hover i,
.nav-menu .active i,
.nav-menu .active:focus i,
.nav-menu li:hover > a i{
    color: #1B9AAA;
}

#main{
    margin-left: 300px;
}

#inicio{
    background-image: linear-gradient(to left,rgba(2, 67, 77, 0.507)40%, rgba(1, 15, 17, 0.521) 80%),url(/static/img/bg.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    height: 100vh;
}

.titulo{
    letter-spacing: 5px;
    text-shadow: 0 0 10px #1B9AAA;
}

.subtitulo{
    text-shadow: 0 0 10px #000;
}

#inicio h2{
    font-size: 4rem;
}

#inicio span{
    font-size: 1.5rem;
}

.list-group-item p{
    font-size: 18px;
    
}





.text-shadow{
    text-shadow: 4px 4px 10px black;
}

.arraste{
    width: 12rem;
}

.arraste a{
    text-decoration: none;
    color: #FAFAFF;
}

.arraste i{
    color: #1B9AAA;
}

.menu-nav-active{
    overflow: hidden;
}

.menu-nav-active #header{
    left: 0;
}



#habilidades{
    color: #050505;
}

.section-bg{
    background-color: #DDDBCB;
}

.progress-bar{
    background-color: #1B9AAA;
}

.progress{
    background-color: #F5F1E3;
}


.cv-title{
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #050505;
}

.cv-item h4{
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #050505;
    margin-bottom: 10px;
}

.menu-curriculo h5{
    color: #fafaff;
    background: #1B9AAA;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 10px;
}

.btn-curriculo{
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    color: #939191;
}


.btn{
    border: 0;
}

.btn-curriculo:hover{
    color: #1B9AAA;
    border: 0;
}

.active-btn{
    color: #1B9AAA;
    font-weight: 600;
}

.active-menu{
    display: block;
}


.disable-menu{
    display: none;
}




.cv-item{
    border-right: 2px solid #1B9AAA;
    position: relative;
}

.cv-item::before{
    content: "";
    position: absolute;
    top: 0;
    right: -7px;
    width: 12px;
    height: 12px;
    border: 2px solid #1b9aaa;
    border-radius: 50%;
    background: #FAFAFF;
}


.btn-baixar{
    background-color: #1B9AAA;
}

.btn-baixar:hover,.btn-baixar:active,.btn-baixar:focus{
    background-color: #13848D !important;
}

.btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark:focus{
    background-color: #13848D !important;
}

.btn-outline-dark{
    color: #13848D;
}

#portfolio{
    color: #050505;
}

.carousel-control-prev{
    margin-left: -8rem;
}

.carousel-control-next{
    margin-right: -8rem;
}

.carousel-indicators{
    margin-bottom: -35px;
}

.carousel-indicators button{
    background-color: #1b9aaa;
}

.carousel-control-prev-icon{
    font-display: #fafaff;
}

#btn-loading{
    display: none;
}

#alert{
    position: fixed;
    z-index: 10;
    top: 30px;
    right: 30px;
}


#footer{
    padding: 12px;
    color: #fafaff;
    font-size: 12px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 300px;
    z-index: 989999;
    background-color: #050505;
}

@media (max-width: 1860px){
    .carousel-control-prev{
        margin-left: 0;
    }
    
    .carousel-control-next{
        margin-right: 0;
    }
}

@media (max-width: 1252px){
    .list-group-item{
        font-size: 11px;
    }
}

@media (max-width: 767px){
    .list-group-item{
        font-size: 18px;
    }
    .lg-text-right{
        margin-top: 1rem;
    }
}

@media (max-width: 1024px){
    #header{
        left:-300px
    }
    .menu-mobile{
        display: flex;
    }
    .h1-profile{
        font-size: 16px;
    }
    #subtitle{
        margin-right: 0;
        font-size: 12px;
    }
    #main{
        margin-left: 0px;
    }

    #footer{
        position: static;
        width: auto;
        padding: 20px 15px;
    }
}

html::-webkit-scrollbar {
    width: var(--sb-size);
}
  
html::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 1px;
}
  
html::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 1px;
    border: 3px solid #2c3031;
}

/*animação*/

[data-anime]{
    opacity: 0;
    transition: 1s;
}

[data-anime="down"]{
    transform: translate3d(0,-100%,0);
}

[data-anime="up"]{
    transform: translate3d(0,100%,0);
}

[data-anime="left"]{
    transform: translate3d(-100%,0,0);
}

[data-anime="right"]{
    transform: translate3d(-100%,0,0);
}

[data-anime].animate{
    opacity: 1;
    transform: translate3d(0,0,0);
}

.port img{
    height: 250px;
}

.port .card-body{
    height: 300px;
}