@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

body{
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    letter-spacing: 0.7px;
}

.container{
    max-width: 1014px;
}

header{
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 165px;
    z-index: 2000;
    backdrop-filter: blur(2px);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.247);
}

.sticky{
    position: sticky !important;
    height: fit-content;
    backdrop-filter: none;
}

.sticky .headertop{
    display: none;
}

.sticky .headerbottom{
    background-color: #fff;
    height: 70px;
}

@media(max-width: 992px){
    .sticky .headerbottom{
        height: fit-content;
    }
}

.headerbottom .navbar-brand,.headerbottom .navbar-toggler{
    display: none;
}

@media(max-width: 992px){
    header{
        height: fit-content;
    }
    .sticky .headerbottom{
        display: block !important;
    }
    .sticky .headerbottom .navbar-nav{
        display: none;
    }
    .sticky .headerbottom .navbar-brand,.headerbottom .navbar-toggler{
        display: block;
    }
    .sticky .headerbottom .navbar-brand svg path{
        fill: #004080;
    }
}

@media(max-width: 768px){
    .sticky .headerbottom .navbar-brand{
        width: 68vw;
    }
    .sticky .headerbottom .navbar-brand svg{
        max-width: 100%;
        height: auto;
    }
}

.sticky .headerbottom .nav-link{
    color: #004080 !important;
    font-weight: 500;
}

.sticky .headerbottom .nav-link.active{
    color: #0080FF !important;
    border-top: 3px solid #0080FF;
    font-weight: 600;
}

/* SEÇÃO HEADERTOP */


.headertop .navbar-expand-lg{
    justify-content: space-between;
}

.headertop .navbar-brand{
    margin-right: 57px;
}

.headertop .navbar-brand img{
    max-width: 320px;
}

@media(max-width: 992px){
    .headertop .navbar-brand{
        margin: 0;
    }
    .headertop .rs{
        display: none;
    }
}

@media(max-width: 768px){
    .headertop .navbar-brand{
        width: 60vw;
    }
    .headertop .navbar-brand img{
        width: 100%;
        height: auto;
    }
}

.headertop .rs a svg{
    width: 16px;
    height: 16px;
}

.headertop .rs a{
    margin-right: 27px;
    text-decoration: none;
}

.headertop .rs a:last-child{
    margin-right: 8vw;
}

.headertop .navbar-dark .navbar-toggler{
    border: 1px solid #fff;
    color: #fff;
}

.headertop .especbtn{
    text-decoration: none;
    display: flex;
    justify-content: start;
    padding-left: 21px;
    align-items: center;
    width: 212px;
    height: 34px;
    background-color: #0080FF;
    border-radius: 20px;
    font-weight: 300;
    color: #fff;
    font-size: 11px;
    transition: 0.3s ease-in-out;
}

.headertop .especbtn:hover{
    background-color: #596C80;
    transition: background-color .3s ease-in-out;
}

.headertop .especbtn svg{
    margin-right: 20px;
}

@media(max-width: 992px){
    .headertop .especbtn{
        display: none;
    }
}

@media(max-width: 992px){
    .headerbottom{
        display: none;
    }
}

.headerbottom .navbar{
    padding: 0;
    height: 100%;
}

.headerbottom .navbar-nav{
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}

.headerbottom .nav-item{
    display: flex;
    align-items: center;
}

.headerbottom .nav-link{
    text-decoration: none;
    color: #fff !important;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.headerbottom .nav-link.active{
    font-weight: 500;
    padding: 0;
    height: 100%;
    border-top: 2px solid #fff;
    display: flex;
    align-items: center;
}

.headerbottom{
    border-top: 1px solid rgba(255, 255, 255,10%);
    height: 43%;
}

.headerbottom .container{
    height: 100%;
}

.uppage{
	    position: fixed;
    bottom: 20px;
    cursor: pointer;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #004080;
    background-image: url(../../assets/img/up.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    z-index: 1050;
}

/* SEÇÃO HEADERTOP ! */