@font-face {
    font-family: 'Sahar';
    src: url('../fonts/Sahar-Bold.eot');
    src: local('Sahar Bold'), local('Sahar-Bold'),
        url('../fonts/Sahar-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sahar-Bold.woff2') format('woff2'),
        url('../fonts/Sahar-Bold.woff') format('woff'),
        url('../fonts/Sahar-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Sahar';
    src: url('../fonts/Sahar-Regular.eot');
    src: local('Sahar Regular'), local('Sahar-Regular'),
        url('../fonts/Sahar-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sahar-Regular.woff2') format('woff2'),
        url('../fonts/Sahar-Regular.woff') format('woff'),
        url('../fonts/Sahar-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sahar';
    src: url('../fonts/Sahar-Thin.eot');
    src: local('Sahar Thin'), local('Sahar-Thin'),
        url('../fonts/Sahar-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sahar-Thin.woff2') format('woff2'),
        url('../fonts/Sahar-Thin.woff') format('woff'),
        url('../fonts/Sahar-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Sahar';
    src: url('../fonts/Sahar-Heavy.eot');
    src: local('Sahar Heavy Outline'), local('Sahar-Heavy'),
        url('../fonts/Sahar-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sahar-Heavy.woff2') format('woff2'),
        url('../fonts/Sahar-Heavy.woff') format('woff'),
        url('../fonts/Sahar-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Sahar';
    src: url('../fonts/Sahar-Heavy_1.eot');
    src: local('Sahar Heavy'), local('Sahar-Heavy'),
        url('../fonts/Sahar-Heavy_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sahar-Heavy_1.woff2') format('woff2'),
        url('../fonts/Sahar-Heavy_1.woff') format('woff'),
        url('../fonts/Sahar-Heavy_1.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}



/* ----------- TEMPLATE ----------- */
:root {
    font-size: 62.5%;
}

@media (min-width: 1200px) AND (max-width: 1439px) {
    :root {
        font-size: 60%;
    }
}

@media (min-width: 992px) AND (max-width: 1199px) {
    :root {
        font-size: 55%;
    }
}

@media (max-width: 768px) {
    :root {
        font-size: 55%;
    }
}

@media (max-width: 420px) {
    :root {
        font-size: 50%;
    }
}

@media (max-width: 300px) {
    :root {
        font-size: 30%;
    }
}

:root {
    --cinzento1: 202, 202, 202;
    
    --cor0-rgb: 255, 255, 255;
    --cor0-hex: #ffffff;
    --cor1-rgb: 0, 0, 0;
    --cor1-hex: #000000;   
    
    --cor2-rgb: 22, 66, 5;
    --cor2-hex: #164205;
    --cor3-rgb: 118, 188, 67;
    --cor3-hex: #76bc43;         
    
    --verde1: var(--cor3-rgb);
    --vcor: var(--cor3-rgb);

    --corsite: var(--cor-rgb);
    --font-site-tit: 'Gotham', sans-serif;
    --font-site-desc: 'Bitter', sans-serif;
    --font-site-sahar: 'Sahar', sans-serif;
    --font-site-default: var(--font-site-desc);
}

html, body {
    font-family: 'neo-sans', sans-serif;
    font-size: 1.6rem;
    color: #1a1a1a;
    font-weight: 400;
    width: 100%;
    height: 100%;
}

.sub-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: normal
}

.sub-menu li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.sub-menu li.active {
}

.meta-hide {
    position: absolute;
    z-index: 0;
    left: -9000px;
}

.tooltip {
    font-size: 1.4rem;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1285px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1570px;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .row {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .container-fluid, .container-fluid.cabecalho .container {
        padding-left: 0;
        padding-right: 0
    }

    .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar-header {
        margin-left: 0px !important;
        margin-right: 0px !important
    }
}

@media (min-width: 1441px) {
    .container {
        max-width: 1240px
    }
}

@media (min-width: 1350px) AND (max-width: 1440px) {
    .container {
        max-width: 1320px
    }
}

@media (min-width: 769px) AND (max-width: 991px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .container {
        max-width: 100%;
    }
}

/* - */
.action-loading {
    /* min-height: 10rem; */
    display: block;
    position: relative;
    z-index: 0;
}

.action-loading:after {
    content: '';
    background-image: url(../images/loader.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15%;
    width: auto;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0.75rem;
    right: 0.75rem;
}

/* - */
.mapa-iframe {
    background-color: #ffffff;
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 25%;
}

@media (max-width: 768px) {
    .mapa-iframe {
        padding-top: 85%;
    }
}

.mapa-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* - */
.btn {
    cursor: pointer;
}

@media (max-width: 768px) {
    .btn {
        white-space: normal;
    }
}

/* - */
/* ----------- ANIMACAO ----------- */
.left-animation {
    opacity: 0;
    transition: 1s;
    transform: translate(-200%)
}

.left-animation[data-scroll="in"] {
    opacity: 1;
    transform: translate(0)
}

.left-animation-after {
    opacity: 0;
    transition-duration: 1s;
    transition-delay: 1s;
    transform: translate(-200%)
}

.left-animation-after[data-scroll="in"] {
    opacity: 1;
    transform: translate(0)
}

.fade, .mapa-iframe iframe, .video-iframe iframe {
    opacity: 0;
    transition: 1.5s
}

.tooltip.fade {
    transition: none
}

.fade[data-scroll="in"], .mapa-iframe[data-scroll="in"] iframe, .video-iframe[data-scroll="in"] iframe {
    opacity: 1
}

.top-c {
    opacity: 0;
    transform: translate(200%);
    transition: 1s
}

.top-c[data-scroll="in"] {
    opacity: 1;
    transform: translate(0)
}

/* ----- */
.bgimage_loaded {
    background-image: var(--pcurl);
}

.micon_loaded .icon {
    background-image: var(--micon);
}

/* ----- */
/* ----------- CABECALHO ----------- */
header.cabecalho {
    background-color: var(--cor0-hex);
    position: relative;
    z-index: 5;
}

@media (min-width: 992px) {
    body {
        padding-top: 15.2rem;
    }

    header.cabecalho {
        min-height: 15.2rem;
        position: absolute;
        z-index: 5;
        top: 0px;
        left: 0px;
        right: 0px;
    }

    header.cabecalho:after {
        content: '';
        background-color: rgb(var(--cor2-rgb));
        width: 100%;
        height: 4.3rem;
        display: block;
        position: absolute;
        z-index: 0;
        bottom: 0;
    }
    
    body:not(.cabecalho-fixed) header.cabecalho:before {
        content: '';
        background-color: rgb(var(--cor3-rgb));
        width: 100%;
        height: 0.4rem;
        display: block;
        position: absolute;
        z-index: 0;
        bottom: -0.4rem;
    }    
}

@media (min-width: 992px) AND (max-width: 1200px) {
    body {
        padding-top: 15.2rem;
    }

    header.cabecalho {
        /* min-height: 7rem; */
    }
}

@media (min-width: 992px) {
    body.cabecalho-fixed header.cabecalho {
        min-height: 7rem;
    }

    body.cabecalho-fixed header.cabecalho:after {
        height: 2.5rem;
    }

    body.cabecalho-fixed header.cabecalho .navbar-brand img {
        width: 3.5rem;
        height: auto;
    }

    body.cabecalho-fixed header.cabecalho .navbar-brand figcaption {
        font-size: 1.6rem;
        white-space: nowrap;
        width: auto;
    }

    body.cabecalho-fixed header.cabecalho .navbar {
        height: 4.5rem;
    }

    body.cabecalho-fixed header.cabecalho .menu-geral {
        height: 2.5rem;
        bottom: -2.5rem;
    }

    body.cabecalho-fixed header.cabecalho .menu-geral .navbar-nav .nav-link, body.cabecalho-fixed header.cabecalho .menu-geral .navbar-nav .nav-item, body.cabecalho-fixed header.cabecalho .menu-geral .navbar-nav .dropdown.active.nav-item:after, body.cabecalho-fixed header.cabecalho .menu-geral .navbar-nav .nav-item.active:after, body.cabecalho-fixed header.cabecalho .menu-geral .dropdown-menu .dropdown-item {
        font-size: 1.3rem;
        line-height: 2.6rem;
        padding-top: 0;
        padding-bottom: 0;
    }

    body.cabecalho-fixed header.cabecalho .menu-geral .navbar-nav .nav-item.nav-home .nav-link {
        background-size: auto 3.5rem;
        width: 2.1rem;
        height: 1.75rem;
        top: -0.1rem;
    }

    body.cabecalho-fixed .menu-rapido .dropdown {
        margin: 0 0 0 2rem;
    }

    body.cabecalho-fixed .menu-rapido .menu-rapido-item .icon {
        background-size: auto 5rem;
        width: 2.9rem;
        height: 2.5rem;
        margin: 0 auto 0.25rem auto;
    }

    body.cabecalho-fixed .menu-rapido .dropdown-menu {
        border-top-width: 0.45rem;
    }
}

@media (max-width: 992px) {
    header.cabecalho:before {
        height: 0.75rem;
        bottom: -0.75rem;
    }
}

header.cabecalho .navbar {
    padding-top: 0;
    padding-bottom: 0;
    height: 10.9rem;
}

/* - */
header.cabecalho .navbar-brand {
    margin: 0;
    padding: 0;
}

header.cabecalho .navbar-brand figure {
    margin: 0;
    padding: 0;
}

header.cabecalho .navbar-brand figcaption {
    font-family: var(--font-site-sahar), sans-serif;
    color: rgb(var(--cor2-rgb));
    font-size: 2rem;
    line-height: 1.9rem;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.15rem;
    white-space: normal;
    width: 16rem;
    margin: 0 0 0 2.25rem;
    position: absolute;
    z-index: 0;
    left: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* - */
header.cabecalho .navbar-toggler {
    border-radius: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    position: relative;
    z-index: 0;
    cursor: pointer;
    margin: 0 7px;
}

header.cabecalho .navbar-toggler span {
    display: block;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1
}

header.cabecalho .navbar-toggler.collapsed {
    background-color: rgb(var(--cor2-rgb));
}

header.cabecalho .navbar-toggler.collapsed span {
    background-color: #fff
}

header.cabecalho .navbar-toggler {
    background-color: rgb(var(--cor2-rgb));
    border: 0px;
    border-radius: 0;
}

header.cabecalho .navbar-toggler.new-style {
    background-color: transparent!important;
    z-index: 99!important;
}

header.cabecalho .navbar-toggler span {
    background-color: #ffffff;
}

header.cabecalho .navbar-toggler span:nth-child(1), header.cabecalho .navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out
}

header.cabecalho .navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 20px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: .9
}

header.cabecalho .navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent
}

header.cabecalho .navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 20px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: .9
}

/* - */
header.cabecalho .menu-geral .navbar-nav .nav-item {
    margin: 0 1rem;
}

header.cabecalho .menu-geral .navbar-nav .nav-item.active {
}

header.cabecalho .menu-geral .navbar-nav .nav-link {
}

header.cabecalho .menu-geral .navbar-nav .nav-item.nav-home {
}

header.cabecalho .menu-geral .navbar-nav .nav-item.nav-home .nav-link {
    background-image: url(../images/icon-home_sprite.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 3.55rem;
    font-size: 0;
    line-height: 0;
    text-indent: -9000rem;
    vertical-align: middle;
    width: 1.9rem;
    height: 1.8rem;
    display: inline-block;
    position: relative;
    z-index: 0;
    top: 0.3rem;
}

header.cabecalho .menu-geral .navbar-nav .nav-item.nav-home .nav-link:hover, header.cabecalho .menu-geral .navbar-nav .nav-item.nav-home.active .nav-link {
    background-position: center -1.8rem;
}

header.cabecalho .navbar-brand {
    position: relative;
    z-index: 0;
    top: 0;
}

@media (min-width: 992px) {
    header.cabecalho .navbar-brand img {
        width: auto;
        height: 10.75rem;
        position: relative;
        z-index: 0;
    }

    header.cabecalho .menu-geral {
        height: 4.3rem;
        margin: 0;
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        bottom: -4.3rem;
    }

    header.cabecalho .menu-geral .navbar-nav {
        height: 100%;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-link {
        margin: 0;
        padding: 0.5rem;
        position: relative;
        z-index: 0;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-link {
        display: inline-block;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item:last-child:after {
        display: none;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-link, header.cabecalho .menu-geral .navbar-nav .nav-item, header.cabecalho .menu-geral .navbar-nav .dropdown.active.nav-item:after, header.cabecalho .menu-geral .navbar-nav .nav-item.active:after, header.cabecalho .menu-geral .dropdown-menu .dropdown-item {
        font-size: 1.6rem;
        line-height: 3.2rem;
        color: #ffffff;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item:hover > .nav-link, header.cabecalho .menu-geral .navbar-nav .active .nav-link, header.cabecalho .menu-geral .navbar-nav .nav-link:hover, header.cabecalho .menu-geral .navbar-nav .dropdown.active .nav-link {
        color: rgb(var(--cor3-rgb));
    }

    header.cabecalho .menu-geral .navbar-nav .nav-link:before {
        content: '';
    }

    /* - */
    header.cabecalho .menu-geral .navbar-nav .nav-item.dropdown .dropdown-toggle {
        display: none;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }

    /* ----- */
    header.cabecalho .menu-geral .navbar-nav .nav-item.dropdown > div.dropdown-menu {
        -ms-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -o-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        -o-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        display: block;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item.dropdown:hover > div.dropdown-menu {
        -ms-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        display: block;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item.dropdown.dropdown .dropdown-menu, header.cabecalho .menu-geral .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        -webkit-transition: all 0.12s ease;
        -moz-transition: all 0.12s ease;
        -o-transition: all 0.12s ease;
        -ms-transition: all 0.12s ease;
        transition: all 0.12s ease;
    }

    /* ----- */
    header.cabecalho .menu-geral .dropdown-menu {
        background-color: rgba(var(--cor2-rgb),0.95);
        border: 0;
        border-radius: 0;
        min-width: 24rem;
        margin: 0;
        padding: 0.5rem 0 2rem 0;
        border-top: solid 0 transparent;
    }

    header.cabecalho .menu-geral .dropdown-menu .dropdown-item {
        font-size: 1.4rem;
        line-height: normal;
        color: #ffffff;
        padding: .5rem 1.25rem;
    }

    header.cabecalho .menu-geral .dropdown-menu .dropdown-item:after {
        content: '';
        border-bottom: solid 1px rgba(var(--cor0-rgb),0.1);
        padding: 0 0 0.5rem 0;
        display: block;
    }

    header.cabecalho .menu-geral .dropdown-menu .dropdown-item.active, header.cabecalho .menu-geral .dropdown-menu .dropdown-item:focus, header.cabecalho .menu-geral .dropdown-menu .dropdown-item:hover {
        background-color: transparent;
        color: rgb(var(--cor3-rgb));
    }

    header.cabecalho .redesociais {
        -webkit-border-radius: 6px;
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius: 6px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-radius: 6px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        position: relative;
        z-index: 0;
        bottom: -1.75rem;
    }

    header.cabecalho .redesociais:before {
        content: '';
        width: 0px;
        height: 0px;
        border-top: 5.5rem solid transparent;
        border-right: 2rem solid rgb(var(--cor2-rgb));
        display: block;
        position: absolute;
        z-index: 0;
        right: 100%;
        bottom: 0;
    }
}

@media (min-width: 1200px) AND (max-width: 1439px) {
    header.cabecalho .navbar-brand img {
        height: 5rem;
    }
}

@media (min-width: 992px) AND (max-width: 1200px) {
    header.cabecalho .navbar-brand {
        top: -0.25rem;
    }

    header.cabecalho .navbar-brand img {
        height: 4.5rem;
    }

    header.cabecalho .menu-geral {
        /* margin: auto 0 -0.7rem 0; */
    }

    header.cabecalho .menu-geral .navbar-nav .nav-link, header.cabecalho .menu-geral .navbar-nav .nav-item, header.cabecalho .menu-geral .navbar-nav .dropdown.active.nav-item:after, header.cabecalho .menu-geral .navbar-nav .nav-item.active:after, header.cabecalho .menu-geral .dropdown-menu .dropdown-item {
        font-size: 1.3rem;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item:after {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    /*header.cabecalho .menu-geral, header.cabecalho .navbar-toggler, header.cabecalho .navbar-brand figcaption {
        display: none !important;
    }*/
   header.cabecalho .navbar-brand figcaption {
        display: none !important;
    }
}

@media (min-width: 576px) AND (max-width: 992px) {
    header.cabecalho .navbar-brand img {
        height: 3.5rem;
    }
}

/* - */
.menu-rapido {
    margin: 0 0.5rem;
    padding: 0;
    position: absolute;
    z-index: 13;
    right: 0;
}

.menu-rapido .sub-menu-rapido {
}

.menu-rapido .menu-rapido-item {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.menu-rapido .menu-rapido-item .icon {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 8rem;
    font-size: 0;
    line-height: 0;
    text-indent: -9000rem;
    vertical-align: middle;
    width: 4.7rem;
    height: 4rem;
    margin: 0 auto 0.35rem auto;
    display: block;
}

.menu-rapido .menu-rapido-item:hover .icon, .menu-rapido .menu-rapido-item.active .icon, .menu-rapido .menu-rapido-item[aria-expanded="true"] .icon {
    background-position: center bottom;
}

.menu-rapido .menu-rapido-item span {
    color: rgb(var(--cor2-rgb));
    font-size: 0.95rem;
    line-height: normal;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    display: block;
}

.menu-rapido .menu-rapido-item:hover span, .menu-rapido .menu-rapido-item.active span, .menu-rapido .menu-rapido-item[aria-expanded="true"] span {
    color: rgb(var(--cor3-rgb));
}

.menu-rapido .dropdown {
    text-align: center;
    margin: 0 0 0 3rem;
    position: unset;
}

.menu-rapido .dropdown-menu {
    border: 0;
    border-radius: 0;
    border-top: solid 2.75rem transparent;
    background-color: rgba(12, 36, 2, 0.97);
    display: block;
    min-width: 30rem;
    margin: 0;
    padding: 0;
    left: auto;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.menu-rapido .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
}

.menu-rapido .dropdown-menu, .menu-rapido .dropdown-menu.show {
    -webkit-transition: all .12s ease-in;
    -ms-transition: all .12s ease-in;
    -moz-transition: all .12s ease-in;
    -o-transition: all .12s ease-in;
    transition: all .12s ease-in;
}

.menu-rapido .dropdown-menu .dropdown-menu-title {
    font-size: 1.8rem;
    line-height: normal;
    white-space: nowrap;
    font-weight: 400;
    color: rgb(var(--cor3-rgb));
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.menu-rapido .dropdown-menu .dropdown-menu-title a {
    color: rgb(var(--cor3-rgb));
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 85%;
    display: block;
}

.menu-rapido .dropdown-menu .dropdown-menu-title, .menu-rapido .dropdown-menu .dropdown-menu-body {
    padding: 2.25rem 3rem;
}

.menu-rapido .dropdown-menu .dropdown-menu-body {
    padding-top: 0;
}

.menu-rapido .dropdown-menu .dropdown-menu-body a {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
}

.menu-rapido .dropdown-menu .dropdown-menu-body > .btn {
    background-color: rgb(var(--cor3-rgb));
    color: #ffffff;
    line-height: normal;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    width: 100%;
    margin: 0.5rem 0 0.75rem 0;
    padding: 1.15rem 0.5rem;
    display: block;
}

.menu-rapido .dropdown-menu .dropdown-menu-body > .btn:hover {
    background-color: #ffffff;
    color: #012025;
}

.menu-rapido .dropdown-menu .dropdown-menu-body > .btn:active {
    background-color: rgba(255,255,255,0.9);
    color: #012025;
}

.menu-rapido .dropdown-menu .dropdown-menu-body > .btn.btn-sm {
    font-weight: normal;
    background-color: #ffffff;
    color: #012025;
    font-size: 1.4rem;
    margin: 0;
    padding: 0.5rem;
}

.menu-rapido .dropdown-menu .dropdown-menu-body > .btn.btn-sm:hover {
    background-color: rgba(255,255,255,0.9);
    color: #012025;
}

.menu-rapido .dropdown-menu .dropdown-menu-body > .btn.btn-sm:active {
    background-color: rgba(255,255,255,0.8);
    color: #012025;
}

.menu-rapido .dropdown-menu .dropdown-menu-body.border-top {
    border-top: solid 1px #213128;
    padding: 1.15rem 3rem;
}

.menu-rapido .dropdown-menu .dropdown-menu-title .icon {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 5rem;
    font-size: 0;
    line-height: 0;
    text-indent: -9000rem;
    margin-right: 0.75rem;
    margin-bottom: 0;
    width: 2.9rem;
    height: 2.5rem;
    display: block;
}

.dropdown-menu-body .formulario > .row {
    margin: 0 -0.35rem
}

.dropdown-menu-body .formulario .row [class*=col-], .dropdown-menu-body .formulario .row .col {
    padding: 0 0.35rem;
}

.dropdown-menu-body .formulario .form-group.row {
    margin: 0px;
    padding: 0.35rem 0
}

.dropdown-menu-body .formulario .form-group.row:first-child {
    padding-top: 0
}

.dropdown-menu-body .formulario .form-group.row:last-child {
    padding-bottom: 0
}

.dropdown-menu-body .formulario .form-group.row [class*=col-], .dropdown-menu-body .formulario .form-group.row .col {
    padding: 0;
}

.dropdown-menu-body .formulario .form-group {
    margin: 0;
}

.dropdown-menu-body .formulario .form-group label {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: normal;
    margin: 0;
}

.dropdown-menu-body .formulario .form-control {
    background-color: #ffffff;
    line-height: normal;
    font-size: 1.4rem;
    font-weight: 300;
    border: 0;
    border-radius: 0;
    height: auto;
    padding: 0.5rem 1rem;
}

.dropdown-menu-body .formulario .btn {
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    background-color: rgb(var(--cor3-rgb));
    color: #ffffff;
    line-height: normal;
    font-size: 1.8rem;
    font-weight: 700;
    width: 100%;
    height: 100%;
    padding: 0 0.5rem;
}

.dropdown-menu-body .formulario .btn:hover {
    background-color: #ffffff;
    color: #012025;
}

.dropdown-menu-body .formulario .btn:active {
    background-color: rgba(255,255,255,0.9);
    color: #012025;
}

.dropdown-menu-body .formulario.form-pesquisa {
    min-width: 30rem;
    margin-bottom: 3.25rem;
}

.dropdown-menu-body .formulario.form-pesquisa .btn {
    font-size: 1.4rem;
}

.menu-rapido .dropdown-menu .dropdown-item {
    margin: 0;
    padding: 0.8rem 3rem;
    display: block;
}

.menu-rapido .dropdown-menu .dropdown-item {
    color: #ffffff;
    font-size: 1.25rem;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: solid 1px #213128;
}

.menu-rapido .dropdown-menu .dropdown-item:first-of-type {
    border-top: solid 1px #213128;
}

.menu-rapido .dropdown-menu .dropdown-item:last-child {
    border: 0;
    margin-bottom: 1rem;
}

.menu-rapido .dropdown-menu .dropdown-item:hover, .menu-rapido .dropdown-menu .dropdown-item:active, .menu-rapido .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: rgb(var(--cor3-rgb));
}

.menu-rapido .c_pesq_opcao {
    border-top: solid 1px #213128;
    margin: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
}

.menu-rapido .pesq_opcao .pesq_opcao_label {
    margin: 0;
    padding: 0.75rem 0;
}

/*.menu-rapido .pesq_opcao .pesq_opcao_label:before {
    content: '';
    cursor: pointer;
    margin-bottom: 0 !important;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}*/
.menu-rapido .c_pesq_opcao input {
    display: none;
}

.menu-rapido .c_pesq_opcao input:checked+.pesq_opcao_label {
    color: #fff;
}

.menu-rapido .c_pesq_opcao input:checked+.pesq_opcao_label:before {
}

.menu-rapido .c_pesq_opcao .pesq_opcao {
    border-left: solid 1px #213128;
    border-right: solid 1px #213128;
    margin: 0;
}

.menu-rapido .c_pesq_opcao .pesq_opcao:first-child {
    border-left: 0;
}

.menu-rapido .c_pesq_opcao .pesq_opcao:last-child {
    border-left: 0;
    border-right: 0;
}

.menu-rapido .c_pesq_opcao .pesq_opcao_label {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    margin: 0;
    display: block;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

@media (max-width: 992px) {
    .menu-rapido {
        right: 0.5rem;
    }

    .menu-rapido .sub-menu-rapido {
    }

    .menu-rapido .dropdown {
        margin: 0 0 0 1rem;
    }

    .menu-rapido .dropdown.icon-off {
        opacity: 0;
        pointer-events: none;
    }

    .menu-rapido .dropdown-menu {
        min-width: 150%;
        border-top: 0;
        top: 7rem;
    }
}

@media (max-width: 576px) {
    .menu-rapido .dropdown {
        margin: 0 0 0 0.5rem;
    }

    .menu-rapido .dropdown-menu {
        min-width: auto;
        position: fixed;
        z-index: 10;
        left: 0;
        right: 0;
        top: 9rem;
    }
}

/* - */
header.cabecalho .redesociais {
    background-color: rgb(var(--cor2-rgb));
    margin-top: 0;
    padding: 1.75rem 1.25rem 1.75rem 0.65rem;
}

header.cabecalho .redesociais, footer.rodape .redesociais {
    font-size: 0;
    line-height: 0;
}

header.cabecalho .redesociais a {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 2.4rem;
    text-indent: -9000rem;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 1.15rem;
    display: inline-block;
}

header.cabecalho .redesociais a:first-child {
    margin-left: 0;
}

header.cabecalho .redesociais a:last-child {
    margin-right: 0;
}

.redesociais a {
    position: relative;
    z-index: 0;
    top: 0;
    opacity: 1;
}

.redesociais a:hover {
    top: -4px;
}

.redesociais a:active {
    opacity: 0.8;
}

.redesociais a, .redesociais a:hover {
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.redesociais .facebook {
    background-image: url(../images/icon-facebook.png);
}

.redesociais .linkedin {
    background-image: url(../images/icon-linkedin.png);
}

.redesociais .whatsapp {
    background-image: url(../images/icon-whatsapp.png);
}

@media (min-width: 992px) AND (max-width: 1200px) {
    header.cabecalho .redesociais {
        padding: 1.25rem 1.25rem 1.25rem 0.35rem;
        bottom: -1.25rem;
    }

    header.cabecalho .redesociais:before {
        border-top-width: 4.15rem;
        border-right-width: 2rem;
    }

    header.cabecalho .redesociais a {
        background-size: auto 2rem;
        width: 2rem;
        height: 2rem;
        margin: 0 0.75rem;
    }
}

/* - */
header.cabecalho .lang {
    display: none;
}

header.cabecalho .lang a {
}

header.cabecalho .lang a.pt {
}

header.cabecalho .lang a.en {
}

@media (min-width: 992px) {
    body.cabecalho-fixed header.cabecalho {
        position: fixed;
        opacity: 0;
        top: 0;
        -webkit-animation-name: cabecalhofixed_animation;
        -webkit-animation-duration: 0.5s;
        -webkit-animation-timing-function: ease;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-direction: normal;
        -webkit-animation-delay: 0;
        -webkit-animation-play-state: running;
        -webkit-animation-fill-mode: forwards;
        animation-name: cabecalhofixed_animation;
        animation-duration: 0.5s;
        animation-timing-function: ease;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-delay: 0;
        animation-play-state: running;
        animation-fill-mode: forwards;
        box-shadow: 0px 2px 7px 0px rgba(1, 32, 37, 0.3);
    }
}

@-webkit-keyframes cabecalhofixed_animation {
    0% {
        opacity: 0;
        top: -4.5rem;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes cabecalhofixed_animation {
    0% {
        opacity: 0;
        top: -4.5rem;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

@media (max-width: 992px) {
    body {
        padding-top: 9rem;
    }

    header.cabecalho {
        width: 100%;
        min-height: 9rem;
        position: fixed;
        /*z-index: 5;*/
        z-index: 999999;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: 0px 2px 7px 0px rgba(1, 32, 37, 0.3);
    }

    header.cabecalho:after {
        content: '';
        background-color: rgb(var(--cor3-rgb));
        width: 100%;
        height: 0.5rem;
        display: block;
        position: absolute;
        z-index: 10;
        bottom: -0.25rem;
    }

    header.cabecalho .menu-geral {
        background-color: #012025;
        z-index: 12;
        min-width: auto;
        position: fixed;
        z-index: 10;
        left: 0;
        right: 0;
        top: 9rem;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item {
        margin: 0;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item.nav-home {
        display: none;
    }

    header.cabecalho .navbar {
        padding: 0;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-link, header.cabecalho .menu-geral .dropdown-menu .dropdown-item {
        font-size: 1.5rem;
        color: #ffffff;
        text-transform: uppercase;
        margin: 0;
        padding: 1.4rem 1.5rem;
    }

    header.cabecalho .menu-geral .dropdown-menu .dropdown-item.active, header.cabecalho .menu-geral .dropdown-menu .dropdown-item:focus, header.cabecalho .menu-geral .dropdown-menu .dropdown-item:hover {
        background-color: rgb(var(--cor2-rgb));
    }

    header.cabecalho .menu-geral .dropdown-menu .dropdown-item {
        font-size: 1.4rem;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item.dropdown .dropdown-toggle {
        background-color: rgb(var(--cor2-rgb));
        color: #ffffff;
        text-align: center;
        font-size: 1.5rem;
        line-height: 5.5rem;
        width: 70px;
        height: 5rem;
        display: block;
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item:hover .nav-link, header.cabecalho .menu-geral .navbar-nav .nav-item.dropdown .dropdown-toggle:hover {
        background-color: rgb(var(--cor2-rgb));
        color: #ffffff;
    }

    header.cabecalho .menu-geral .dropdown-menu .dropdown-item:hover, header.cabecalho .menu-geral .dropdown-menu .dropdown-item:active, header.cabecalho .menu-geral .dropdown-menu .dropdown-item:focus {
        background-color: rgba(230, 193, 42, 0.85);
        color: #ffffff;
    }

    header.cabecalho .menu-geral .dropdown-menu {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0.30);
        text-indent: 2.5rem;
        margin-top: 0;
    }
}

@media (min-width: 1200px) AND (max-width: 1440px) {
}

@media (min-width: 992px) AND (max-width: 1200px) {
}

@media (min-width: 769px) AND (max-width: 992px) {
}

@media (max-width: 992px) {
    header.cabecalho .navbar {
        height: 9rem;
        padding: 0;
    }

    header.cabecalho .navbar-brand {
        margin: 0 7px;
    }

    header.cabecalho .navbar-brand img {
        width: auto;
        height: 60px;
    }

    header.cabecalho .redesociais {
        background-color: transparent;
        margin: 0;
        position: absolute;
        z-index: 1;
        top: 5px;
        right: 90px;
    }

    header.cabecalho .redesociais .facebook {
        background-image: url(../images/icon-facebook-azul.png);
    }

    header.cabecalho .redesociais .linkedin {
        background-image: url(../images/icon-linkedin-azul.png);
    }

    header.cabecalho .redesociais .whatsapp {
        background-image: url(../images/icon-whatsapp-azul.png);
    }
}

@media (min-width: 375px) AND (max-width: 425px) {
    header.cabecalho .navbar-brand img {
        width: auto;
        height: 50px;
    }

    header.cabecalho .redesociais {
        top: 26px;
    }

    header.cabecalho .redesociais a {
        width: 1.85rem;
        height: 1.85rem;
    }
}

@media (max-width: 375px) {
    header.cabecalho .navbar-brand img {
        width: auto;
        height: 45px;
    }

    header.cabecalho .redesociais {
        top: 26px;
        right: 80px;
    }

    header.cabecalho .redesociais a {
        width: 1.75rem;
        height: 1.75rem;
    }
}

@media (min-width: 768px) {
    body.cabecalho-fixed .progresso {
        background-color: rgb(var(--cor3-rgb));
        width: 0;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: -2px;
        z-index: 1;
        border: 0 solid transparent;
    }
}

/* ----------- RODAPE ----------- */
footer.rodape {
    background-color: rgb(var(--cor3-rgb));
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding-top: 11rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 9rem;
}

@media (max-width: 992px) {
    footer.rodape {
        overflow: hidden;
        background-color: rgb(var(--cor3-rgb));
        background-size: auto 40rem;
        background-position: left top;
    }
}

footer.rodape, footer.rodape a {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
}

footer.rodape a {
    line-height: normal;
    opacity: 1;
}

footer.rodape a:hover, footer.rodape .formulario .form-group label.form-control a:hover {
    color: rgb(var(--cor3-rgb));
    text-decoration: none;
}

footer.rodape a:active {
    opacity: 0.8;
}

footer.rodape a, footer.rodape a:hover, footer.rodape a:active {
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

footer.rodape strong {
    font-weight: 500;
}

footer.rodape .logo1 {
    margin-bottom: 2rem;
    position: relative;
    z-index: 0;
    /* top: -2.25rem; */
}

footer.rodape .tit {
    color: rgb(var(--cor3-rgb));
    line-height: normal;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
}

footer.rodape .subtit {
    color: #ffffff;
    line-height: normal;
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
}

footer.rodape .frase-destaque {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 4rem;
}

footer.rodape .frase-destaque p {
    line-height: normal;
}

footer.rodape .icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 1.6rem;
    text-indent: -9000rem;
    text-align: left;
    border-radius: 0;
    float: left;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 0.5rem 0 0;
    display: inline-block;
    position: relative;
    z-index: 0;
    top: 0.25rem;
}

footer.rodape .icon.icon-telfax {
    background-image: url(../images/icon-telfax-small.png);
}

footer.rodape .icon.icon-tel {
    background-image: url(../images/icon-tel-small.png);
}

footer.rodape .icon.icon-email {
    background-image: url(../images/icon-email-small.png);
}

footer.rodape .icon.icon-morada {
    background-image: url(../images/icon-morada-small.png);
    background-position: center top;
    height: 100%;
}

footer.rodape .icon.icon-vazio {
    background-image: url(../images/icon-vazio-small.png);
    background-position: center top;
    height: 100%;
}

@media (max-width: 768px) {
    footer.rodape .icon, footer.rodape .icon.icon-morada {
        height: 1.6rem;
        float: none;
    }
}

footer.rodape .icon-tel-descricao {
	
}

footer.rodape .icon-tel-descricao span {
	text-transform: uppercase;
    font-size: 1rem;
    line-height: normal;
	margin-bottom: 0.5rem;
    display: block;
    position: relative;
    z-index: 0;
    top: 0;
    left: 2.1rem;
}

footer.rodape .sub-menu {
}

footer.rodape .sub-menu li {
    list-style: none;
    margin: 0 0 0.35rem 0;
    padding: 0 0 0 10px;
    position: relative;
    z-index: 0;
}

footer.rodape .sub-menu li:before {
    content: '';
    background-color: #ffffff;
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 7px;
    border-radius: 100%;
}

footer.rodape .sub-menu li:hover:before {
    background-color: rgb(var(--cor3-rgb));
}

@media (max-width: 575px) {
    footer.rodape .sub-menu li {
        margin: 0 0 0.5rem 0;
        padding: 0;
    }

    footer.rodape .sub-menu li:before {
        margin: 0 0.5rem 0 0;
        position: unset;
        display: inline-block;
        position: relative;
        z-index: 0;
        top: -0.15rem;
    }
}

footer.rodape p {
    line-height: 2.25rem;
    margin-bottom: 1.5rem;
}

footer.rodape p:last-child {
    margin-bottom: 0;
}

/* ----- */
footer.rodape .formulario {
    margin-top: 1rem;
}

footer.rodape .formulario .form-group {
    line-height: normal;
    margin-bottom: 0.65rem;
}

footer.rodape .formulario .form-group label {
    display: none;
}

footer.rodape .formulario .form-group label.form-control {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    min-height: auto;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
}

footer.rodape .formulario .form-group label.form-control, footer.rodape .formulario .form-group label.form-control a {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 0.04rem;
}

footer.rodape .formulario .form-group label.form-control input {
    margin-right: 0.25rem;
    vertical-align: middle;
    position: relative;
    z-index: 0;
    top: -0.1rem;
    opacity: 1;
}

footer.rodape .formulario .form-group label.form-control span:before {
    display: none;
}

footer.rodape .formulario .form-control {
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    font-size: 1.3rem;
    padding: 0.85rem 1.15rem;
}

footer.rodape .formulario .btn {
    background-color: transparent;
    border: solid 2px #ffffff;
    border-radius: 0;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    border-radius: 20rem;
    width: 100%;
    padding: 1.15rem 0.75rem;
}

footer.rodape .formulario .btn:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #012025;
}

footer.rodape .formulario .btn:active {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #ffffff;
    color: #012025;
}

footer.rodape .formulario .captcha_container .g-recaptcha {
    width: auto;
    height: 55px;
    margin-top: 10px;
    overflow: visible;
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

/* ----- */
footer.rodape .redesociais {
}

footer.rodape .redesociais a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 2.8rem;
    text-indent: -9000rem;
    text-align: left;
    border-radius: 0;
    width: 2.8rem;
    height: 2.8rem;
    margin: 0 0.8rem;
    display: inline-block;
}

/* ----- */
@media (min-width: 1200px) AND (max-width: 1440px) {
}

@media (min-width: 992px) AND (max-width: 1200px) {
}

@media (min-width: 769px) AND (max-width: 992px) {
}

@media (max-width: 768px) {
}

@media (max-width: 425px) {
}

/* - */
.manutencao {
    background-color: rgb(var(--cor2-rgb));
    margin-top: 0;
    padding-top: 2.5rem;
    padding-bottom: 3rem;
}

.manutencao, .manutencao a, .manutencao strong {
    font-size: 1.3rem;
    font-weight: 400;
    color: #ffffff;
}

.manutencao p {
    margin: 0;
}

/* - */
.scrollup {
    background-image: url(../images/icon_seta-topo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(var(--cor2-rgb), 0.9);
    border-radius: 50%;
    bottom: -19px;
    display: block;
    position: fixed;
    right: 60px;
    text-align: center;
    text-transform: uppercase;
    height: 60px;
    width: 60px;
    cursor: pointer;
    z-index: 10000;
    text-indent: -9000em;
    margin: 0 auto 40px auto;
    transform: scaleX(0) scaleY(0);
    opacity: 0;
}

.c-scrollup.active .scrollup {
    transform: scaleX(1) scaleY(1);
    opacity: 1;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.06),0 2px 5px 0 rgba(0,0,0,0.2);
}

.c-scrollup .scrollup, .c-scrollup.active .scrollup {
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media (max-width: 992px) {
    .scrollup {
        height: 50px;
        width: 50px;
        bottom: 15px;
    }
}

.scrollup:hover {
    background-color: rgba(var(--cor3-rgb), 0.9);
}

/* - */
.cookies {
    color: #000000;
    font-size: 1.2rem;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 1%;
    z-index: 20;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.cookies .container .row {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 1px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .15);
    margin: 0px;
    padding: 1rem 0px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.cookies .cookie-mensagem {
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.cookies .cookie-mensagem, .cookies .cookie-bts {
}

.cookies .cookie-mensagem a {
    color: #012025;
    text-decoration: underline;
}

@media (max-width: 1440px) {
    .cookies {
        width: 55%;
    }
}

@media (min-width: 769px) AND (max-width: 1200px) {
    .cookies {
        width: 95%;
    }
}

@media (min-width: 769px) {
    .cookies .cookie-bts {
        text-align: center;
        margin: auto;
    }
}

.cookies .cookie-bts .btn.btn-cookies {
    background-color: #012025;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 2px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    padding: 0;
}

.cookies .cookie-bts .btn-default {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border: none;
    border-radius: 4px;
    margin-right: 10px;
    padding: 4px 10px
}

@media (max-width: 992px) {
    .cookies {
        font-size: 10px;
        line-height: normal;
        width: 98.5%;
        left: 0;
        right: 0;
        bottom: 1%;
        z-index: 9;
    }
}

@media (max-width: 768px) {
    .cookies {
        font-size: 10px;
        line-height: normal;
        width: 98.5%;
        left: 0;
        right: 0;
        bottom: 0.5rem;
        z-index: 8;
    }

    .cookies .container .row {
        padding: 5px 7px;
    }

    .cookies .cookie-bts {
        float: right;
        padding: 0;
    }

    .cookies .cookie-bts .btn.btn-cookies {
        font-size: 10px;
        margin-left: auto;
        padding: 7px 0px;
        width: 100%;
        max-width: 5rem;
        height: auto;
        display: block;
    }
}

.youtube {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
    /*border-radius: 8px;*/
    overflow: hidden;
}

.youtube .lite-youtube {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    cursor: pointer;
}

.youtube .lite-youtube iframe {
    height: 100%;
}

/* play button */
.youtube .lite-youtube .lty-playbtn {
    width: 70px;
    height: 46px;
    background-color: #212121;
    z-index: 1;
    opacity: 0.8;
    border-radius: 14%;
    /* TODO: Consider replacing this with YT's actual svg. Eh. */
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
    border: 0;
    cursor: pointer;
}

.youtube .lite-youtube:hover .lty-playbtn {
    background-color: #f00;
    opacity: 1;
}

/* play button triangle */
.youtube .lite-youtube .lty-playbtn:before {
    content: '';
    border-style: solid;
    border-width: 11px 0 11px 19px;
    border-color: transparent transparent transparent #fff;
}

.youtube .lite-youtube .lty-playbtn, .youtube .lite-youtube .lty-playbtn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.style-off {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 0;
    font-weight: inherit;
}


/*ERROR 404 AND 500*/
.error_wc {
    /*font-family: nunito,sans-serif;*/
    max-width: 560px;
    width: 100%;
    padding-left: 160px;
    line-height: 1.1;
}

.error_wc .emoji {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 140px;
    height: 140px;
    background-image: url(../images/emoji.png);
    background-size: cover;
}

.error_wc h1 {
    font-size: 65px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    color: #151723;
    text-transform: uppercase;
}

.error_wc h2 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #151723;
}

.error_wc p {
    color: #999fa5;
    font-weight: 400;
}

.error_wc a {
    display: inline-block;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    color: #388dbc;
}

@media (max-width: 992px) {
    .error_wc {
        padding-left: 110px;
    }

    .error_wc .emoji {
        width: 90px;
        height: 90px;
    }
}

/*ERROR 404 AND 500*/
 