@charset "UTF-8";

img,
img.lozad.fade {
    height: auto;
}

.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 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.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 0.3s 20ms forwards;
    -webkit-animation: submenu 0.3s 20ms forwards;
    -moz-animation: submenu 0.3s 20ms forwards;
    -o-animation: submenu 0.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;
    }
}

#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 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#nav ul h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

@media only screen and (max-width: 990px) {
    #nav #itens-nav {
        overflow: hidden;
        height: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

#nav #submenu {
    position: absolute;
    max-width: 780px;
    top: 40px;
    left: -137px;
    display: none;
    opacity: 0;
    -webkit-transform: translateY(-5px) scaleX(0.95) scaleY(0.95);
    -ms-transform: translateY(-5px) scaleX(0.95) scaleY(0.95);
    transform: translateY(-5px) scaleX(0.95) scaleY(0.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 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.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: 0.3s, 0.3s;
    -moz-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.02, 0.82, 0.63, 0.9), ease-out;
    -moz-transition-timing-function: cubic-bezier(0.02, 0.82, 0.63, 0.9), ease-out;
    transition-timing-function: cubic-bezier(0.02, 0.82, 0.63, 0.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: 0.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 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.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: 0.4s, 320ms, 0.2s;
    -moz-transition-duration: 0.4s, 320ms, 0.2s;
    transition-duration: 0.4s, 320ms, 0.2s;
    -webkit-transition-timing-function: ease-in, cubic-bezier(0.46, 0.57, 0.5, 0.99), linear;
    -moz-transition-timing-function: ease-in, cubic-bezier(0.46, 0.57, 0.5, 0.99), linear;
    transition-timing-function: ease-in, cubic-bezier(0.46, 0.57, 0.5, 0.99), linear;
}

#nav .menu-login nav .submenu-login li {
    min-width: 200px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.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: 768px) {
    #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 0.2s 0.3s forwards;
        -webkit-animation: botao-login 0.2s 0.3s forwards;
        -moz-animation: botao-login 0.2s 0.3s forwards;
        -o-animation: botao-login 0.2s 0.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: 768px) {
    #nav.ativo-mobile .menu-login2 {
        height: fit-content;
        bottom: 0;
        top: 470px;
        position: absolute;
        right: 5px;
        width: 100%;
        display: flex;
        animation: botao-login 0.2s 0.3s forwards;
        -webkit-animation: botao-login 0.2s 0.3s forwards;
        -moz-animation: botao-login 0.2s 0.3s forwards;
        -o-animation: botao-login 0.2s 0.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 0.2s 0.1s ease-in-out both, rodar-before 0.3s 0.3s ease both;
    -webkit-animation: juntar-before 0.2s 0.1s ease-in-out both, rodar-before 0.3s 0.3s ease both;
    -moz-animation: juntar-before 0.2s 0.1s ease-in-out both, rodar-before 0.3s 0.3s ease both;
    -o-animation: juntar-before 0.2s 0.1s ease-in-out both, rodar-before 0.3s 0.3s ease both;
}

#nav.ativo-mobile label#nav-menu-label:after {
    background-color: #fff !important;
    animation: juntar-after 0.2s 0.1s ease-in-out both, rodar-after 0.3s 0.3s ease both;
    -webkit-animation: juntar-after 0.2s 0.1s ease-in-out both, rodar-after 0.3s 0.3s ease both;
    -moz-animation: juntar-after 0.2s 0.1s ease-in-out both, rodar-after 0.3s 0.3s ease both;
    -o-animation: juntar-after 0.2s 0.1s ease-in-out both, rodar-after 0.3s 0.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 0.4s 0.4s ease forwards;
    -webkit-animation: submenu 0.4s 0.4s ease forwards;
    -moz-animation: submenu 0.4s 0.4s ease forwards;
    -o-animation: submenu 0.4s 0.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(0.95) scaleY(0.95);
        -ms-transform: translateY(0) scaleX(0.95) scaleY(0.95);
        transform: translateY(0) scaleX(0.95) scaleY(0.95);
        opacity: 1;
    }
}

@-webkit-keyframes submenu {
    to {
        -webkit-transform: translateY(0) scaleX(0.95) scaleY(0.95);
        -ms-transform: translateY(0) scaleX(0.95) scaleY(0.95);
        transform: translateY(0) scaleX(0.95) scaleY(0.95);
        opacity: 1;
    }
}

@-moz-keyframes submenu {
    to {
        -webkit-transform: translateY(0) scaleX(0.95) scaleY(0.95);
        -ms-transform: translateY(0) scaleX(0.95) scaleY(0.95);
        transform: translateY(0) scaleX(0.95) scaleY(0.95);
        opacity: 1;
    }
}

@-ms-keyframes submenu {
    #nav.ativo-mobile #submenu to {
        -webkit-transform: translateY(0) scaleX(0.95) scaleY(0.95);
        -ms-transform: translateY(0) scaleX(0.95) scaleY(0.95);
        transform: translateY(0) scaleX(0.95) scaleY(0.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: 0.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: 0.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;
}

#rp .voltar-ao-topo img {
    width: 120px;
}

#rp .sobre {
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    #rp .sobre {
        border: none;
    }
}

@media only screen and (max-width: 768px) {
    #rp .sobre {
        border: none;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    #rp .sobre p {
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #rp .sobre p {
        max-width: initial;
    }
}

#rp .sobre div.img {
    margin-top: auto;
}

@media only screen and (max-width: 768px) {
    #rp .sobre div.img {
        margin-top: 40px;
    }
}

#rp .sobre div.img img {
    width: 250px;
}

#rp .sobre .materiais-educativos div {
    background: #edeeef;
    border-radius: 10px;
    width: 100%;
    max-width: 385px;
}

@media only screen and (max-width: 768px) {
    #rp .sobre .materiais-educativos div {
        max-width: 100%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    #rp .sobre .materiais-educativos div {
        max-width: 100%;
    }
}

#rp .links {
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    #rp .links div {
        width: 100%;
        overflow: hidden;
    }
}

#rp .links input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

#rp .links label {
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    #rp .links label {
        cursor: pointer;
    }
}

@media only screen and (max-width: 768px) {
    #rp .links label::after {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        border-right: 1.5px solid #161616;
        border-bottom: 1.5px solid #161616;
        position: absolute;
        top: 34px;
        right: 5px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

#rp .links input[type="checkbox"]:checked~ul.rp-explore {
    height: 98px;
}

#rp .links input[type="checkbox"]:checked~label.rp-explore::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#rp .links input[type="checkbox"]:checked~ul.rp-informacoes {
    height: 147px;
}

#rp .links input[type="checkbox"]:checked~label.rp-informacoes::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#rp .links input[type="checkbox"]:checked~ul.rp-atendimento {
    height: 196px;
}

#rp .links input[type="checkbox"]:checked~label.rp-atendimento::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#rp .links input[type="checkbox"]:checked~ul.rp-produtos {
    height: 147px;
}

#rp .links input[type="checkbox"]:checked~label.rp-produtos::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

@media only screen and (max-width: 768px) {
    #rp .links ul {
        height: 0;
    }
}

#rp .links ul li {
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    #rp .links ul li {
        font-size: 16px;
    }
}

#rp .links ul li a {
    padding: 15px 0;
    display: inline-block;
}

#rp .links ul li a:hover {
    color: #161616;
}

#rp .social ul li:first-child {
    margin-left: auto;
}

#rp .social ul li:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 768px) {
    #rp .social ul li:last-child {
        margin-right: auto;
    }
}

#rp .footer .icone-coracao {
    width: 11px;
    animation-name: rp-coracao;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
}

@keyframes rp-coracao {
    0% {
        transform: scale(1);
    }

    5% {
        transform: scale(1.2);
    }

    10% {
        transform: scale(1);
    }

    20% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.2);
    }

    30% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes rp-coracao {
    0% {
        transform: scale(1);
    }

    5% {
        transform: scale(1.2);
    }

    10% {
        transform: scale(1);
    }

    20% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.2);
    }

    30% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

@-moz-keyframes rp-coracao {
    0% {
        transform: scale(1);
    }

    5% {
        transform: scale(1.2);
    }

    10% {
        transform: scale(1);
    }

    20% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.2);
    }

    30% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

@-ms-keyframes rp-coracao {
    0% {
        transform: scale(1);
    }

    5% {
        transform: scale(1.2);
    }

    10% {
        transform: scale(1);
    }

    20% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.2);
    }

    30% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

#hero-home .icone-play {
    width: 19px;
    height: 19px;
    background-image: url(../img/icones/play-btn.svg);
    background-size: 19px;
    background-position: center;
    left: 12px;
    top: 4px;
}

#hero-home #botao-video-hero {
    padding: 18px 70px;
}

@media only screen and (max-width: 768px) {
    #hero-home #botao-video-hero {
        margin-top: 16px !important;
    }
}

#hero-home .logos {
    justify-content: space-between;
}

@media only screen and (min-width:993px) and (max-width:1199px) {
    #hero .logos {
        max-width: 95%;
    }
}

@media only screen and (max-width: 768px) {
    #hero-home .logos {
        flex-wrap: wrap;
    }
}

@media only screen and (min-height: 0px) and (max-height: 640px) {
    #hero-home .logos {
        margin-top: 75px;
    }
}

#hero-home .logos div {
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    #hero-home .logos div {
        width: 50%;
        margin-top: 20px;
        height: 60px;
        display: flex;
        align-items: center;
    }
}

#hero-home .logos div img:first-child {
    animation-name: anima-logo-out;
}

#hero-home .logos div img:last-child {
    animation-name: anima-logo-in;
}

#hero-home .logos img {
    position: relative;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-duration: 130s;
}

@media only screen and (max-width: 768px) {
    #hero-home .logos img {
        -webkit-transform: scale(0.8) translate(-50%, -50%);
        -ms-transform: scale(0.8) translate(-50%, -50%);
        transform: scale(0.8) translate(-50%, -50%);
        position: absolute !important;
        left: 45% !important;
        top: 50% !important;
    }
}

#hero-home .logos .absolute {
    position: absolute;
}

#hero-home .logos .tecnofit {
    width: 120px;
    opacity: 0;
    left: 0;
    top: -13px;
    animation-delay: 10s;
}

#hero-home .logos .totvs {
    width: 140px;
    top: -5px;
    left: 14px;
    animation-delay: 30s;
}

#hero-home .logos .pacto {
    width: 90px;
    opacity: 0;
    left: 8px;
    top: 0;
    animation-delay: 30s;
}

#hero-home .logos .evo {
    width: 60px;
    top: -2px;
    left: 15px;
    animation-delay: 20s;
}

#hero-home .logos .unoerp {
    width: 71px;
    opacity: 0;
    left: 24px;
    top: 1px;
    animation-delay: 20s;
}

#hero-home .logos .gilbarco {
    width: 124px;
    top: 0;
    left: 27px;
    animation-delay: 5s;
}

#hero-home .logos .iclinic {
    width: 100px;
    opacity: 0;
    left: 47px;
    top: 4px;
    animation-delay: 5s;
}

#hero-home .logos .sankhya {
    width: 120px;
    top: 2px;
    left: 22px;
    animation-delay: 15s;
}

#hero-home .logos .simplesvet {
    width: 120px;
    opacity: 0;
    left: 20px;
    top: 3px;
    animation-delay: 15s;
}

#hero-home .logos .jusbrasil {
    width: 118px;
    top: 4px;
    animation-delay: 25s;
}

#hero-home .logos .manserv {
    width: 100px;
    opacity: 0;
    left: 0;
    top: -1px;
    animation-delay: 25s;
}

@keyframes anima-logo-out {
    0% {
        opacity: 1;
    }

    1% {
        opacity: 0;
    }

    26% {
        opacity: 0;
    }

    27% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    51% {
        opacity: 0;
    }

    76% {
        opacity: 0;
    }

    77% {
        opacity: 1;
    }
}

@-webkit-keyframes anima-logo-out {
    0% {
        opacity: 1;
    }

    1% {
        opacity: 0;
    }

    26% {
        opacity: 0;
    }

    27% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    51% {
        opacity: 0;
    }

    76% {
        opacity: 0;
    }

    77% {
        opacity: 1;
    }
}

@-moz-keyframes anima-logo-out {
    0% {
        opacity: 1;
    }

    1% {
        opacity: 0;
    }

    26% {
        opacity: 0;
    }

    27% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    51% {
        opacity: 0;
    }

    76% {
        opacity: 0;
    }

    77% {
        opacity: 1;
    }
}

@-ms-keyframes anima-logo-out {
    #hero-home 0% {
        opacity: 1;
    }

    #hero-home 1% {
        opacity: 0;
    }

    #hero-home 26% {
        opacity: 0;
    }

    #hero-home 27% {
        opacity: 1;
    }

    #hero-home 50% {
        opacity: 1;
    }

    #hero-home 51% {
        opacity: 0;
    }

    #hero-home 76% {
        opacity: 0;
    }

    #hero-home 77% {
        opacity: 1;
    }
}

@keyframes anima-logo-in {
    1% {
        opacity: 0;
    }

    2% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    51% {
        opacity: 0;
    }

    52% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    76% {
        opacity: 0;
    }
}

@-webkit-keyframes anima-logo-in {
    1% {
        opacity: 0;
    }

    2% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    51% {
        opacity: 0;
    }

    52% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    76% {
        opacity: 0;
    }
}

@-moz-keyframes anima-logo-in {
    1% {
        opacity: 0;
    }

    2% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    51% {
        opacity: 0;
    }

    52% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    76% {
        opacity: 0;
    }
}

@-ms-keyframes anima-logo-in {
    #hero-home 1% {
        opacity: 0;
    }

    #hero-home 2% {
        opacity: 1;
    }

    #hero-home 25% {
        opacity: 1;
    }

    #hero-home 26% {
        opacity: 0;
    }

    #hero-home 51% {
        opacity: 0;
    }

    #hero-home 52% {
        opacity: 1;
    }

    #hero-home 75% {
        opacity: 1;
    }

    #hero-home 76% {
        opacity: 0;
    }
}

.div-cursor {
    z-index: 100;
    width: 200px;
    height: 120px;
}

.div-cursor video {
    width: 100%;
    border-radius: 4px;
    filter: saturate(178%);
}

.aparecer-div-cursor {
    display: block !important;
}

#player-video {
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#player-video .bg,
#player-video .bg-sobreposicao {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 0%;
    background-color: #101010;
}

#player-video #bloco-video {
    height: 100%;
    width: 100%;
}

#player-video .bg-sobreposicao a,
#player-video .bg-sobreposicao h2 {
    top: 0;
}

#player-video .bg-sobreposicao .inativo {
    opacity: 0;
    top: 64px;
}

#player-video .fechar {
    top: 16px;
    right: 32px;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    #player-video .fechar {
        top: 16px;
        right: 16px;
    }
}

#player-video #player {
    background-color: #000;
}

#player-video .player-inativo {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

#para-desenvolvedor .animacao-produto {
    width: 100%;
    padding-top: 70%;
}

#para-desenvolvedor .animacao-produto canvas {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: initial;
    height: initial;
}

#para-desenvolvedor .div-pointer {
    display: block;
    background-image: url(../img/geral/ponto-div.svg);
    background-repeat: repeat-x;
    background-size: 6px;
    width: 100%;
    height: 4px;
}

#para-desenvolvedor ul {
    justify-content: space-between;
}

#para-desenvolvedor li {
    color: #adb9c9;
}

@media only screen and (max-width: 768px) {
    #para-desenvolvedor li {
        align-self: center;
        color: #48644f;
        padding: 12px 0;
        border-radius: 4px;
    }
}

#para-desenvolvedor li.ativo {
    color: #000;
}

@media only screen and (max-width: 768px) {
    #para-desenvolvedor li.ativo {
        background-color: #1f2123;
        padding: 12px 40px;
        color: #fff;
    }
}

#para-desenvolvedor .numeros {
    padding: 12px;
    top: 0;
    left: 0;
    border-right: 1px solid #202838;
}

#para-desenvolvedor .numeros pre {
    font-family: "Source Code Pro", monospace;
    color: #526079;
    font-size: 12px;
    line-height: 18px;
}

#para-desenvolvedor .selecionar {
    top: 32px;
    z-index: 1;
    right: 16px;
}

#para-desenvolvedor .selecionar select {
    background: 0 0;
    color: #526079;
    text-indent: 0.01px;
    text-overflow: "";
    border: none;
    font-size: 12px;
}

#para-desenvolvedor .selecionar select select::-ms-expand {
    display: none;
}

#para-desenvolvedor .selecionar select ul {
    background-color: #e2ede5;
}

#para-desenvolvedor .codigo {
    overflow-y: auto;
    height: 475px;
    border-radius: 4px;
    background-color: #161c27;
    box-shadow: 0 53px 32px -40px rgba(43, 58, 78, 0.16);
}

@media only screen and (max-width: 768px) {
    #para-desenvolvedor .codigo {
        border-radius: 0;
    }
}

#para-desenvolvedor .codigo .codigo-segmento {
    left: 58px;
    top: 13px;
}

#para-desenvolvedor .codigo .codigo-segmento pre,
#para-desenvolvedor .codigo .codigo-segmento span {
    font-family: "Source Code Pro", monospace;
    color: #d7d7e6;
    font-size: 12px;
    line-height: 18px;
}

#para-desenvolvedor .codigo .codigo-segmento .n {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#para-desenvolvedor .codigo .codigo-segmento .a {
    color: #457ccf;
}

#para-desenvolvedor .codigo .codigo-segmento .am {
    color: #e9b71b;
}

#para-desenvolvedor .codigo .codigo-segmento .l {
    color: #ff8136;
}

#para-desenvolvedor .codigo .codigo-segmento .r {
    color: #a01be9;
}

#para-desenvolvedor .codigo div.ativo,
#para-desenvolvedor .codigo pre.ativo {
    display: block !important;
    opacity: 1 !important;
}

#para-desenvolvedor .codigo div.codigo-segmento,
#para-desenvolvedor .codigo div.codigo-segmento div,
#para-desenvolvedor .codigo div.numeros div,
#para-desenvolvedor .codigo div.numeros pre {
    display: none;
    opacity: 0;
}

#para-desenvolvedor img.simplicidade {
    width: 200px;
}

#blocos-de-segmento .card {
    background-image: url(../img/bg/divisao-textura-g.png);
    background-repeat: no-repeat;
    background-size: 200%;
    border-radius: 0 0 32px 32px;
    height: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
}

#blocos-de-segmento .card .imagem {
    position: absolute;
    left: 24px;
    top: -8px;
}

#blocos-de-segmento .card .titulo {
    justify-content: space-between;
    align-self: flex-start;
}

#blocos-de-segmento .card span {
    font-size: 12px;
    font-weight: 600;
    position: relative;
    top: 8px;
}

#blocos-de-segmento .card a {
    position: absolute;
    bottom: 24px;
    border-radius: 8px;
}

#blocos-de-segmento .card a:hover i {
    margin-left: 8px;
}

#blocos-de-segmento .card i {
    display: inline-block;
    width: 24px;
    height: 10px;
    background-image: url(../img/icones/seta-grande-white.svg);
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    left: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#blocos-de-segmento .card:hover {
    top: -8px;
}

#blocos-de-segmento .card-servico {
    background-position: 0 -0.5%;
}

#blocos-de-segmento .card-servico img {
    width: 40px;
}

#blocos-de-segmento .card-varejo {
    background-position: 30% -0.5%;
}

#blocos-de-segmento .card-varejo img {
    width: 42px;
}

#blocos-de-segmento .card-produto {
    background-position: 50% -0.5%;
}

#blocos-de-segmento .card-produto img {
    width: 54px;
    position: relative;
    top: -3px;
}

#generico img.brasil {
    width: 80px;
}

#generico .conteudo {
    background: #e2ede5;
    background-image: url(../img/bg/divisao-textura-g.png);
    background-repeat: no-repeat;
    background-position: center -0.5%;
    background-size: 100%;
}

#generico .conteudo img {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#generico .conteudo .api-poderosa img {
    width: 230px;
    left: 56%;
}

@media only screen and (max-width: 768px) {
    #generico .conteudo .api-poderosa img {
        top: 20%;
        left: 50%;
    }
}

#generico .conteudo .melhor-experiencia img {
    width: 207px;
    left: 46%;
}

@media only screen and (max-width: 768px) {
    #generico .conteudo .melhor-experiencia img {
        top: 0;
        left: 49%;
    }
}

#generico .conteudo .conquistar-mais img {
    width: 210px;
}

#generico .conteudo .parceiro img {
    width: 192px;
    top: 40%;
    left: 47%;
}

#generico .conteudo .evolucao img {
    width: 340px;
}

#servico .topo {
    justify-content: space-between;
}

#servico .topo span {
    letter-spacing: 2px;
    top: -19px;
}

#servico .topo .icone {
    width: 48px;
    height: 48px;
}

#servico .topo .animacao-servico {
    background-color: #f1dccc;
    width: 100%;
    padding-top: 100%;
}

#servico .topo .animacao-servico canvas {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: initial;
    height: initial;
}

#servico .func img {
    display: block;
    position: relative;
    left: 47%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#servico .integracao-unificada img {
    width: 180px;
    top: 40%;
}

#servico .integra-facilmente img {
    width: 166px;
}

#servico .instabilidades-autogerenciadas img {
    width: 280px;
    top: 35%;
    left: 50%;
}

#servico .codigo-nacionalizado img {
    width: 266px;
    top: 45%;
    left: 50%;
}

#servico .gerenciamento-rps img {
    width: 149px;
}

#servico .mais-mercado img {
    width: 270px;
}

#servico .complicacoes img {
    width: 230px;
    top: 35%;
}

#varejo .topo {
    justify-content: space-between;
}

#varejo .topo span {
    letter-spacing: 2px;
    top: -18px;
}

#varejo .topo .icone {
    width: 46px;
    height: 46px;
}

#varejo .topo .animacao-varejo {
    background-color: #c4dac5;
    width: 100%;
    padding-top: 100%;
}

#varejo .topo .animacao-varejo canvas {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: initial;
    height: initial;
}

#varejo .func img {
    position: relative;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#varejo .plataformas img {
    width: 320px;
    top: 35%;
}

#varejo .automagica img {
    width: 320px;
    top: 20%;
    left: 46%;
}

#varejo .offline img {
    width: 280px;
}

#produto .topo {
    justify-content: space-between;
}

#produto .topo span {
    letter-spacing: 2px;
    position: relative;
    top: -21px;
}

#produto .topo .icone {
    width: 49px;
    height: 49px;
}

#produto .topo .animacao-produto {
    background-color: #eee0c6;
    width: 100%;
    padding-top: 100%;
}

#produto .topo .animacao-produto canvas {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: initial;
    height: initial;
}

#produto .func img {
    position: relative;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#produto .calculo-automatico img {
    width: 155px;
    top: 40%;
}

#produto .atualizacao-sefaz img {
    width: 148px;
}

#produto .guarda-de-documentos img {
    width: 264px;
    top: 35%;
}

#ps {
    background: url(../img/bg/amarelo-top.svg), url(../img/bg/amarelo-bottom.svg);
    background-size: 100%;
    background-position: center top, center bottom;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
    #ps {
        background-size: 200%;
    }
}

#ps .bg {
    background: #faedcc;
}

#ps .logos {
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    #ps .logos {
        flex-wrap: wrap;
    }
}

#ps .logos div {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

@media only screen and (max-width: 768px) {
    #ps .logos div {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        min-width: 50%;
        margin-top: 40px;
        display: flex;
        align-items: center;
        height: 50px;
    }
}

@media only screen and (min-width: 1281px) {
    #ps .logos div {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

#ps .logos img {
    position: relative;
}

@media only screen and (max-width: 768px) {
    #ps .logos img {
        margin: auto !important;
        position: absolute !important;
        left: 45% !important;
        top: 50% !important;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 768px) {
    #ps .logos .none-m {
        display: none !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    #ps .logos .none-t {
        display: none !important;
    }
}

#ps .logos .sankhya {
    width: 140px;
    top: 5px;
}

#ps .logos .evo {
    width: 60px;
    top: 5px;
}

#ps .logos .simplesvet {
    width: 120px;
    top: 8px;
}

#ps .logos .tecnofit {
    width: 115px;
    top: -7px;
}

#ps .logos .gilbarco {
    width: 115px;
    top: 7px;
}

#ps .logos .conta-azul {
    width: 100px;
    top: 11px;
}

#ps .logos .totvs {
    width: 140px;
    top: -3px;
}

#ps .logos .praxio {
    width: 80px;
    top: 11px;
}

#ps .logos .vakinha {
    width: 105px;
    top: 10px;
}

#ps .logos .manserv {
    width: 110px;
    top: 6px;
}

#ps .logos .getninjas {
    width: 110px;
    top: 15px;
}

#ps .logos .jusbrasil {
    width: 120px;
    top: 13px;
}

#ps .logos .monde {
    width: 105px;
    top: 11px;
}

#ps .logos .leadlovers {
    width: 140px;
    top: 2px;
}

#ps .logos .seufisio {
    width: 70px;
    top: -10px;
}

#ps .logos .controle-odonto {
    width: 100px;
    top: 0;
}

#ps .logos .mundo-midia {
    width: 110px;
    top: 2px;
}

#ps .logos .iclinic {
    width: 110px;
    top: 2px;
}

#ps .logos .pacto {
    width: 86px;
    top: 8px;
}

#empresas-migraram .seta-para-baixo {
    width: 11px;
}

#rodape h6 {
    letter-spacing: 1px;
}

#rodape i.icone-coracao {
    background-image: url(../img/icones/coracao.png);
    background-size: 12px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    top: 3px;
}

#nav #submenu ul li a .icone-cliente-emissor {
    background-image: url(../img/icones/nav-cliente-emissor.png);
    background-size: 18px;
}

#nav #submenu ul li a .icone-cliente-gateway {
    background-image: url(../img/icones/nav-cliente-gateway.png);
    background-size: 24px;
}

#nav.ativo-mobile .menu-login .submenu-cliente {
    top: 700px !important;
}

#nav.ativo-mobile .submenu-cliente {
    max-width: 100% !important;
    left: 0 !important;
    top: 55px !important;
}

@media only screen and (max-width: 768px) {
    #nav .submenu-cliente ul {
        padding: 30px 0px !important;
    }
}

#nav.ativo-mobile .menu-login .submenu-produto {
    top: 700px !important;
}

#nav.ativo-mobile .submenu-produto {
    max-width: 100% !important;
    left: 0 !important;
    top: 80px !important;
}

@media only screen and (max-width: 768px) {
    #nav.ativo-mobile .submenu-produto {
        top: 30px !important;
    }
}

@media only screen and (max-width: 768px) {
    #nav .submenu-produto ul {
        padding: 30px 0px !important;
    }
}