@charset "UTF-8";

.fixed-nav {
    position: fixed;
    top: 0;
    z-index: 101
}

#nav.nav-vagas {
    height: 85px !important;
    background-color: transparent !important
}

#nav {
    width: 100%;
    height: 60px;
    z-index: 100;
    background-color: #fff
}

#nav .container {
    max-width: 1280px
}

@media only screen and (min-width:1400px) and (max-width:5000px) {
    #nav .container {
        max-width: 1400px
    }
}

#nav .reset-margin {
    margin: unset
}

#nav #nav-bg-mobile {
    width: 100vw;
    height: 0vh;
    background: #161616;
    position: fixed;
    top: 0;
    left: 0
}

#nav label {
    width: 60px;
    height: 50px;
    right: 8px;
    top: 21px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

#nav label:before {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    top: 15px;
    right: 14px;
    background-color: #161616;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

#nav label:after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    top: 30px;
    right: 14px;
    background-color: #161616;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

#nav input#nav-menu {
    top: -9999px;
    left: -9999px
}

#nav img {
    width: 140px
}

#nav ul li {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 18px
}

#nav ul li:hover #submenu {
    animation: submenu .3s 20ms forwards;
    -webkit-animation: submenu .3s 20ms forwards;
    -moz-animation: submenu .3s 20ms forwards;
    -o-animation: submenu .3s 20ms forwards;
    display: block
}

@keyframes submenu {
    to {
        -webkit-transform: translateY(10px) scaleX(1) scaleY(1);
        -ms-transform: translateY(10px) scaleX(1) scaleY(1);
        transform: translateY(10px) scaleX(1) scaleY(1);
        opacity: 1
    }
}

@-webkit-keyframes submenu {
    to {
        -webkit-transform: translateY(10px) scaleX(1) scaleY(1);
        -ms-transform: translateY(10px) scaleX(1) scaleY(1);
        transform: translateY(10px) scaleX(1) scaleY(1);
        opacity: 1
    }
}

@-moz-keyframes submenu {
    to {
        -webkit-transform: translateY(10px) scaleX(1) scaleY(1);
        -ms-transform: translateY(10px) scaleX(1) scaleY(1);
        transform: translateY(10px) scaleX(1) scaleY(1);
        opacity: 1
    }
}

@-ms-keyframes submenu {
    #nav ul li to {
        -webkit-transform: translateY(10px) scaleX(1) scaleY(1);
        -ms-transform: translateY(10px) scaleX(1) scaleY(1);
        transform: translateY(10px) scaleX(1) scaleY(1);
        opacity: 1
    }
}

#nav ul a,
#nav ul li {
    font-weight: 500;
    color: #161616
}

@media only screen and (max-width:990px) {

    #nav ul a,
    #nav ul li {
        color: #fff!important
    }
}

#nav ul li.login {
    border-radius: 5px;
    overflow: hidden
}

#nav ul li.login:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #161616;
    border-top: 1px solid #161616;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
    top: 25px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

#nav ul h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

@media only screen and (max-width:768px) {
    #nav #itens-nav {
        overflow: hidden;
        height: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
}

#nav #submenu {
    position: absolute;
    max-width: 780px;
    top: 40px;
    left: -137px;
    display: none;
    opacity: 0;
    -webkit-transform: translateY(-5px) scaleX(.95) scaleY(.95);
    -ms-transform: translateY(-5px) scaleX(.95) scaleY(.95);
    transform: translateY(-5px) scaleX(.95) scaleY(.95)
}

@media only screen and (max-width:768px) {
    #nav #submenu {
        left: 0;
        max-width: calc(100vw - 10px);
        left: 5px
    }
}

#nav #submenu ul {
    overflow: hidden;
    background-color: #161616;
    border-radius: 10px
}

#nav #submenu ul li:first-child {
    max-width: 690px
}

#nav #submenu ul li:first-child:after {
    content: '';
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #161616;
    position: absolute;
    top: -5px;
    left: calc(15% - 25px);
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (max-width:768px) {
    #nav #submenu ul li:first-child:after {
        left: 40px
    }
}

@media only screen and (max-width:340px) {
    #nav #submenu ul li {
        padding: 20px 10px !important
    }
}

#nav #submenu ul li h2 span {
    padding: 3px 10px 4px 10px;
    position: relative;
    top: -2px;
    left: 4px
}

#nav #submenu ul li a {
    border-radius: 8px;
    width: fit-content;
    align-items: center
}

#nav #submenu ul li a i {
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: inline-block;
    min-width: 24px;
    height: 24px;
    margin-right: 6px
}

#nav #submenu ul li a .icone-consulta-emissao {
    background-image: url(../img/icones/nav-emissao-notas.png);
    background-size: 18px
}

#nav #submenu ul li a .icone-consulta-notas {
    background-image: url(../img/icones/nav-consultar-nota.png);
    background-size: 24px
}

#nav .menu-login nav:hover .submenu-login {
    height: 176px;
    width: 280px;
    padding-top: 23px;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-timing-function: cubic-bezier(.02, .82, .63, .9), ease-out;
    -moz-transition-timing-function: cubic-bezier(.02, .82, .63, .9), ease-out;
    transition-timing-function: cubic-bezier(.02, .82, .63, .9), ease-out
}

@media only screen and (max-width:768px) {
    #nav .menu-login nav:hover .submenu-login {
        height: 108px;
        padding-top: 0;
        width: 100%
    }
}

#nav .menu-login nav:hover .item {
    opacity: 1
}

#nav .menu-login nav:hover .login:after {
    opacity: 0
}

#nav .menu-login nav:hover span.h {
    opacity: .3;
    cursor: default
}

@media only screen and (max-width:768px) {
    #nav .menu-login nav:hover span.h {
        height: 0;
        padding: 0;
        opacity: 0;
        position: relative;
        top: -10px
    }
}

#nav .menu-login nav .h {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

@media only screen and (max-width:768px) {
    #nav .menu-login nav .h {
        top: 0;
        height: 55px
    }
}

#nav .menu-login nav .submenu-login {
    padding-top: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition-property: width, height, padding-top;
    -moz-transition-property: width, height, padding-top;
    transition-property: width, height, padding-top;
    -webkit-transition-duration: .4s, 320ms, .2s;
    -moz-transition-duration: .4s, 320ms, .2s;
    transition-duration: .4s, 320ms, .2s;
    -webkit-transition-timing-function: ease-in, cubic-bezier(.46, .57, .5, .99), linear;
    -moz-transition-timing-function: ease-in, cubic-bezier(.46, .57, .5, .99), linear;
    transition-timing-function: ease-in, cubic-bezier(.46, .57, .5, .99), linear
}

#nav .menu-login nav .submenu-login li {
    min-width: 200px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#nav .menu-login nav .submenu-login li:hover {
    background-color: #edeeef
}

@media only screen and (max-width:768px) {
    #nav .menu-login nav .submenu-login li:hover {
        background-color: initial
    }
}

#nav .menu-login nav .submenu-login li span {
    color: #f9f9f9;
    border-radius: 3px;
    left: 4px
}

#nav.ativo-mobile {
    position: fixed;
    min-height: 1800px;
    overflow-y: scroll
}

#nav.ativo-mobile #itens-nav {
    height: fit-content
}

@media only screen and (max-width:340px) {
    #nav.ativo-mobile #itens-nav li li {
        padding: 8px 6px 8px 15px !important
    }

    #nav.ativo-mobile #itens-nav li li h2 {
        font-size: 16px
    }

    #nav.ativo-mobile #itens-nav li li h2 span {
        font-size: 12px
    }

    #nav.ativo-mobile #itens-nav li li span {
        font-size: 14px;
        margin-top: 10px;
        line-height: initial
    }
}

#nav.ativo-mobile #nav-bg-mobile {
    height: 100vh
}

@media only screen and (max-width:990px) {
    #nav.ativo-mobile .menu-login {
        height: fit-content;
        bottom: 0;
        top: 500px;
        position: absolute;
        right: 5px;
        width: 100%;
        display: flex;
        opacity: 0;
        animation: botao-login .2s .3s forwards;
        -webkit-animation: botao-login .2s .3s forwards;
        -moz-animation: botao-login .2s .3s forwards;
        -o-animation: botao-login .2s .3s forwards
    }

    #nav.ativo-mobile .menu-login nav {
        width: 100%
    }

    #nav.ativo-mobile .menu-login nav .login {
        border: 1px solid #f9f9f9;
        background-color: #161616
    }

    #nav.ativo-mobile .menu-login nav .h {
        color: #f9f9f9
    }

    @keyframes botao-login {
        to {
            opacity: 1
        }
    }

    @-webkit-keyframes botao-login {
        to {
            opacity: 1
        }
    }

    @-moz-keyframes botao-login {
        to {
            opacity: 1
        }
    }

    @-ms-keyframes botao-login {
        #nav.ativo-mobile .menu-login to {
            opacity: 1
        }
    }
}

@media only screen and (max-width:340px) {
    #nav.ativo-mobile .menu-login {
        top: 470px
    }
}

@media only screen and (max-width:990px) {
    #nav.ativo-mobile .menu-login2 {
        height: fit-content;
        bottom: 0;
        top: 470px;
        position: absolute;
        right: 5px;
        width: 100%;
        display: flex;
        animation: botao-login .2s .3s forwards;
        -webkit-animation: botao-login .2s .3s forwards;
        -moz-animation: botao-login .2s .3s forwards;
        -o-animation: botao-login .2s .3s forwards
    }

    #nav.ativo-mobile .menu-login2 nav {
        width: 100%
    }

    #nav.ativo-mobile .menu-login2 nav .login {
        border: 1px solid #f9f9f9;
        background-color: #161616;
        border-radius: 5px
    }

    #nav.ativo-mobile .menu-login2 nav .h {
        color: #f9f9f9
    }
}

@media only screen and (max-width:768px) and (max-width:340px) {
    #nav.ativo-mobile .menu-login2 {
        top: 410px
    }
}

#nav.ativo-mobile label#nav-menu-label:before {
    background-color: #fff !important;
    animation: juntar-before .2s .1s ease-in-out both, rodar-before .3s .3s ease both;
    -webkit-animation: juntar-before .2s .1s ease-in-out both, rodar-before .3s .3s ease both;
    -moz-animation: juntar-before .2s .1s ease-in-out both, rodar-before .3s .3s ease both;
    -o-animation: juntar-before .2s .1s ease-in-out both, rodar-before .3s .3s ease both
}

#nav.ativo-mobile label#nav-menu-label:after {
    background-color: #fff !important;
    animation: juntar-after .2s .1s ease-in-out both, rodar-after .3s .3s ease both;
    -webkit-animation: juntar-after .2s .1s ease-in-out both, rodar-after .3s .3s ease both;
    -moz-animation: juntar-after .2s .1s ease-in-out both, rodar-after .3s .3s ease both;
    -o-animation: juntar-after .2s .1s ease-in-out both, rodar-after .3s .3s ease both
}

@keyframes juntar-before {
    to {
        top: 22px
    }
}

@-webkit-keyframes juntar-before {
    to {
        top: 22px
    }
}

@-moz-keyframes juntar-before {
    to {
        top: 22px
    }
}

@-ms-keyframes juntar-before {
    #nav.ativo-mobile to {
        top: 22px
    }
}

@keyframes juntar-after {
    to {
        top: 22px
    }
}

@-webkit-keyframes juntar-after {
    to {
        top: 22px
    }
}

@-moz-keyframes juntar-after {
    to {
        top: 22px
    }
}

@-ms-keyframes juntar-after {
    #nav.ativo-mobile to {
        top: 22px
    }
}

@keyframes rodar-before {
    to {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@-webkit-keyframes rodar-before {
    to {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@-moz-keyframes rodar-before {
    to {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@-ms-keyframes rodar-before {
    #nav.ativo-mobile to {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@keyframes rodar-after {
    to {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@-webkit-keyframes rodar-after {
    to {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@-moz-keyframes rodar-after {
    to {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@-ms-keyframes rodar-after {
    #nav.ativo-mobile to {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

#nav.ativo-mobile #submenu {
    animation: submenu .4s .4s ease forwards;
    -webkit-animation: submenu .4s .4s ease forwards;
    -moz-animation: submenu .4s .4s ease forwards;
    -o-animation: submenu .4s .4s ease forwards;
    -webkit-transform: translateY(-20px) scaleX(1) scaleY(1);
    -ms-transform: translateY(-20px) scaleX(1) scaleY(1);
    transform: translateY(-20px) scaleX(1) scaleY(1);
    display: block;
    opacity: 0
}

@keyframes submenu {
    to {
        -webkit-transform: translateY(0) scaleX(.95) scaleY(.95);
        -ms-transform: translateY(0) scaleX(.95) scaleY(.95);
        transform: translateY(0) scaleX(.95) scaleY(.95);
        opacity: 1
    }
}

@-webkit-keyframes submenu {
    to {
        -webkit-transform: translateY(0) scaleX(.95) scaleY(.95);
        -ms-transform: translateY(0) scaleX(.95) scaleY(.95);
        transform: translateY(0) scaleX(.95) scaleY(.95);
        opacity: 1
    }
}

@-moz-keyframes submenu {
    to {
        -webkit-transform: translateY(0) scaleX(.95) scaleY(.95);
        -ms-transform: translateY(0) scaleX(.95) scaleY(.95);
        transform: translateY(0) scaleX(.95) scaleY(.95);
        opacity: 1
    }
}

@-ms-keyframes submenu {
    #nav.ativo-mobile #submenu to {
        -webkit-transform: translateY(0) scaleX(.95) scaleY(.95);
        -ms-transform: translateY(0) scaleX(.95) scaleY(.95);
        transform: translateY(0) scaleX(.95) scaleY(.95);
        opacity: 1
    }
}

.teste-align {
    position: absolute;
    top: 10px;
    right: 30px
}

@media only screen and (max-width:990px) {
    .teste-align {
        display: none
    }
}

@media only screen and (min-width:991px) and (max-width:1999px) {
    .teste-align {
        right: 0
    }
}

.dropdown {
    padding: 13px 17px 13px 17px;
    border-radius: 5px;
    background-color: #f4f4f4;
    float: right;
    overflow: hidden;
    margin-right: 35px
}

@media only screen and (max-width:768px) {
    .dropdown {
        display: none
    }
}

@media only screen and (min-width:991px) and (max-width:1100px) {
    .dropdown {
        padding: 13px 12px 13px 12px;
        margin-right: 10px
    }
}

@media only screen and (max-width:768px) {
    .dropdown {
        display: none
    }
}

.dropbtn a {
    font-family: "Red Hat Display", sans-serif !important;
    font-weight: 500 !important
}

.dropdown .dropbtn {
    font-family: "Red Hat Display", sans-serif !important;
    letter-spacing: .5px !important;
    font-weight: 500 !important;
    color: #161616 !important;
    font-size: 18px;
    border: none;
    outline: 0;
    background-color: inherit;
    border-radius: 5px
}

a.contato {
    font-family: "Red Hat Display", sans-serif !important;
    font-weight: 500 !important;
    color: #fff !important;
    font-size: 18px
}

.dropdown-content {
    min-width: 220px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: none;
    position: absolute;
    left: -3px;
    padding-top: 13px;
    background-image: linear-gradient(to top, #f4f4f4, #f4f4f4 15%, #f4f4f4 15%, #f4f4f4 75%, rgba(0, 0, 0, 0) 75%);
    z-index: 1;
    margin-right: 20px
}

.dropdown-content li {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #f4f4f4;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-family: "Red Hat Display", sans-serif !important;
    letter-spacing: .5px !important;
    font-weight: 500 !important;
    color: #161616 !important;
    float: none;
    padding: 20px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 16px;
    margin-top: 10px
}

.dropdown-content li:hover {
    background-color: #ebe5e5
}

.dropdown:hover .dropdown-content {
    display: block
}

#contato.dropdown {
    background-color: #ff7b5b
}

.pp.pp-branco {
    color: #fff !important
}

#clientes.carreiras {
    font-family: Red Hat Display !important
}

#nav .login .h {
    font-family: "Red Hat Display", sans-serif !important;
    -webkit-font-smoothing: antialiased
}