@font-face {
    font-family: 'Minerva Modern Regular';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/minervamodern-regular.woff) format('woff');
}

@font-face {
    font-family: 'Sofia Pro Medium';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/sofiapro-medium.woff) format('woff');
}

@font-face {
    font-family: 'Sweet Sans Pro Regular';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/sweetsanspro-regular.woff) format('woff');
}

@font-face {
    font-family: 'Dear Joe Four';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/dearjoefour-regular.woff) format('woff');
}

:root {
    /* --cor0-rgb: 251, 140, 122;
    --cor0-hex: #fb8c7a; */
    --cor0-rgb: 248, 190, 176;
    --cor0-hex: #f8beb0;
    --cor1-rgb: 241, 241, 241;
    --cor1-hex: #f1f1f1;
    --cor2-rgb: 102, 102, 102;
    --cor2-hex: #666666;
    --cor3-rgb: 51, 51, 51;
    --cor3-hex: #333333;
    --cor4-rgb: 255, 112, 99;
    --cor4-hex: #ff7063;
    --cor5-rgb: 228, 94, 76;
    --cor5-hex: #e45e4c;
    --cor6-rgb: 58, 58, 60;
    --cor6-hex: #3a3a3c;
    --cor7-rgb: 251, 247, 245;
    --cor7-hex: #fbf7f5;
    --cor8-rgb: 248, 212, 202;
    --cor8-hex: #f8d4ca;
    --cor9-rgb: 174, 157, 125;
    --cor9-hex: #ae9d7d;
    --corsite: var(--cor0-rgb);
    --minervamodern: 'Minerva Modern Regular', sans-serif;
    --sofiapro: 'Sofia Pro Medium', sans-serif;
    --sweetsanspro: 'Sweet Sans Pro Regular', sans-serif;
    --poppins: 'Poppins', sans-serif;
    --nunitosans: 'Nunito Sans', sans-serif;
    --dearjoefour: 'Dear Joe Four', sans-serif;
}

/* ----------- 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%;
    }
}

html,
body {
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    color: #000000;
    font-weight: 400;
    width: 100%;
    height: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution:.001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast !important;
    }
}

@media not all and (min-resolution: .001dpcm) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        img {
            image-rendering: unset !important;
        }
    }
}

img {
    max-width: 100%;
    height: auto;
}

.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 {
    text-decoration: underline
}

.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: 1250px;
    }
}

@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: 4.5rem;
    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;
    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%;
}

@media (max-width: 768px) {
    .captcha_container iframe {
        transform: scale(0.70);
        -webkit-transform: scale(0.70);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

/* - */
.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)
}

a {
    color: #646363;
}

a:hover {
    text-decoration: none;
}

.card-categoria {
}
.card-categoria:before {
    content: '';
    background-color: rgba(220, 220, 220, 0.5);
    width: 100%;
    height: 0.1rem;
    margin: auto;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.btn.load-more {
    background-color: #ffffff;
    font-size: 1.7rem;
    line-height: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: rgb(var(--corsite));
    border-radius: 0;
    border: solid 1px rgba(var(--corsite), 0.7);
    text-decoration: none;
    width: 20rem;
    margin: 0 auto;
    padding: 1.25rem 0.75rem;
    display: block;
    position: relative;
    z-index: 1;
}

.btn.load-more:hover {
    background-color: rgb(var(--corsite));
    color: #ffffff;
}

body .full-bg {
    background-color: rgba(0,0,0,0.3);
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;    
}

.sub-menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    line-height: normal;
}

.sub-menu li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.sub-menu li a {}

.sub-menu li a:hover,
.sub-menu li a.active {}

@media (max-width: 991px) {
    .visible-pc {
        display: none;
    }
}


#header {
    position: relative;
}

@media (max-width: 768px) {
    #header {
        display: none;
    }
}

@media (min-width: 768px) {
    .cabecalho .b3-container:not(#header) {
        padding-left: 0;
        padding-right: 0;
    }
}

#header .titulo {
    margin: 0px;
    padding: 0px;
    font-size: 9px;
    color: rgb(var(--cor1-rgb));
    float: right;
    position: absolute;
    top: 5px;
    right: 0px;
}

@media (max-width: 768px) {
    #header .titulo {
        color: rgba(240, 240, 240, 0.4);
    }
}

/*CABECALHO*/
/*.cabecalho {
    background-color: #ffffff;
    border-top: solid 1rem rgb(var(--corsite));
    min-height: 118px;
    background-repeat: repeat-x;
}

@media (min-width: 768px) {
    .cabecalho-index {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 1000;
    }
}

.cabecalho .container {
    position: relative;
    padding: 0px;
}

@media (min-width: 768px) {
    .cabecalho .redesociais {
        text-align: center;
        position: absolute;
        top: 30px;
        right: 0px;
    }
}

@media (max-width: 768px) {
    .cabecalho .redesociais {
        display: none;
    }
}

.cabecalho .redesociais a {
    display: inline-block;
    height: 26px;
    width: 26px;
    margin-left: 3px;
    margin-right: 0px;
    background-image: url(../images/sprite_redesociais.png);
    background-repeat: no-repeat;
    background-size: 515%;
    background-color: #FFFFFF;
    border: solid 2px rgba(255, 255, 255, 0);
    text-indent: -9000em;
    filter: Alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity .15s ease-in;
    -ms-transition: opacity .15s ease-in;
    -moz-transition: opacity .15s ease-in;
    -o-transition: opacity .15s ease-in;
    transition: opacity .15s ease-in;
}

@media (max-width: 768px) {
    .cabecalho .redesociais a {
        margin-right: 5px;
    }
}

.cabecalho .redesociais a:hover {
    filter: Alpha(Opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: opacity .15s ease-in;
    -ms-transition: opacity .15s ease-in;
    -moz-transition: opacity .15s ease-in;
    -o-transition: opacity .15s ease-in;
    transition: opacity .15s ease-in;
}

.cabecalho .redesociais .bt_facebook {
    background-position: left 100%;
}

.cabecalho .redesociais .bt_instagram {
    background-position: center;
    background-image: url(../images/icon-instagram.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.cabecalho .redesociais .bt_twitter {
    background-position: 25% 100%;
}

.cabecalho .redesociais .bt_googlemais {
    background-position: 50% 100%;
}

.cabecalho .redesociais .bt_linkedin {
    background-position: 75% 100%;
}

.cabecalho .redesociais .bt_email {
    background-position: right 100%;
}

.cabecalho .b3-navbar-header {
    float: none;
}

@media (max-width: 768px) {
    .cabecalho .b3-navbar-header {
        margin: 0px;
    }
}

.cabecalho .b3-navbar-header {position: relative;z-index: 0;}

.cabecalho .b3-navbar-header .b3-navbar-brand {
    height: auto;
    padding: 0px;
    float: left;
}

.cabecalho .b3-navbar-header .b3-navbar-brand img {
    margin-top: 27px;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .cabecalho .b3-navbar-header .b3-navbar-brand {
        float: none;
    }

    .cabecalho .b3-navbar-header .b3-navbar-brand img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }
}

.cabecalho .b3-navbar-header .b3-navbar-toggle {
    margin-top: 16px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.cabecalho .b3-navbar-header .b3-navbar-toggle .b3-icon-bar {
    background-color: #282828;
}

.cabecalho .aviso {
    line-height: 16px;
    font-size: 12px;
    background-color: #a00000;
    color: #ffffff;
    float: left;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 22px;
    margin-left: 30px;
    padding: 1px 10px;
}

@media (max-width: 768px) {
    .cabecalho .aviso {
        float: none;
        margin: auto 0px;
        position: absolute;
        z-index: 0;
        bottom: 0px;
        left: 20%;
        right: 20%;
    }
}

.cabecalho .navbar-toggle-container {
}

.cabecalho .navbar-toggle-container a.btn-inicio {
    background-image: url(../images/bt_inicio.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 35px;
    margin-top: 16px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-indent: -9000em;
}

@media (min-width: 768px) {
    .cabecalho .navbar-toggle-container {
        display: none;
    }
}

@media (min-width: 768px) {
    .cabecalho #menu-geral {
        text-align: center;
        margin-top: 2px;
    }
}

@media (max-width: 768px) {
    .cabecalho #menu-geral {
        background-color: #ffffff;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cabecalho #menu-geral {
        padding: 0px;
    }
}

@media (min-width: 768px) {
    .cabecalho #menu-geral ul {
        display: inline-block;
        float: none;
        margin-top: 0px;
        margin-right: -15px;
        margin-bottom: -4px;
        margin-left: -15px;
    }
}

.cabecalho #menu-geral ul li {
    color: #FFF;
}

.cabecalho #menu-geral ul li a {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .cabecalho #menu-geral ul li a {
        color: #28323d;
        float: left;
        padding: 9px 10px;
    }

    .cabecalho #menu-geral ul li a:hover, .cabecalho #menu-geral ul li.active a {
        background-color: transparent;
    }

    .cabecalho #menu-geral ul li a:active {
        background-color: transparent;
    }

    .cabecalho #menu-geral ul li a:focus {
        background-color: transparent;
    }
}

@media (max-width: 768px) {
    .cabecalho #menu-geral ul li a {
        color: #28323d;
        padding: 10px 25px;
    }

    .cabecalho #menu-geral ul li a:hover, .cabecalho #menu-geral ul li.active a {
        background-color: #282828;
        color: #ffffff;
    }

    .cabecalho #menu-geral ul li a:active {
        background-color: #282828; 
        color: #ffffff;
    }

    .cabecalho #menu-geral ul li a:focus {
        background-color: #282828;
        color: #ffffff;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cabecalho #menu-geral ul li a {
        font-size: 13px;
    }
}*/
/* ----------- CABECALHO ----------- */
header.cabecalho {
    /* background-color: rgb(var(--corsite)); */
    background-color: #fff;
    position: relative;
    z-index: 5;
}

/* header.cabecalho:before {
    content: '';
    background-color: rgb(var(--corsite));
    width: auto;
    height: 1rem;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
} */

@media (min-width: 992px) {
    body {
        padding-top: 10.5rem;
    }

    body.paginas {
        padding-top: 10.5rem;
    }

    header.cabecalho {
        min-height: 10.5rem;
        position: absolute;
        z-index: 11;
        top: 0;
        left: 0px;
        right: 0px;
    }

    .paginas header.cabecalho {
        min-height: 10.5rem;
    }
}

@media (min-width: 992px) AND (max-width:1200px) {
    body {
        padding-top: 6.7rem;
    }

    header.cabecalho {}
}

@media (min-width: 992px) {
    body.paginas header.cabecalho .navbar {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    body.cabecalho-fixed header.cabecalho {}

    body.cabecalho-fixed header.cabecalho:after {
        height: 2.5rem;
    }

    body.cabecalho-fixed header.cabecalho .navbar-brand {}

    body.cabecalho-fixed header.cabecalho .navbar-brand img {
        width: auto;
        height: auto;
        margin: auto 0;
    }

    body.cabecalho-fixed header.cabecalho .navbar-brand figcaption {}

    body.cabecalho-fixed header.cabecalho .navbar {}

    body.cabecalho-fixed header.cabecalho .menu-geral {}

    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 {}

    body.cabecalho-fixed header.cabecalho .menu-geral .navbar-nav .nav-item.nav-home .nav-link,
    body.paginas header.cabecalho .menu-geral .navbar-nav .nav-item.nav-home .nav-link {}

    body.cabecalho-fixed .menu-rapido .dropdown,
    body.paginas .menu-rapido .dropdown {
        margin: 0 0 0 2rem;
    }

    body.cabecalho-fixed .menu-rapido .menu-rapido-item .icon,
    body.paginas .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,
    body.paginas .menu-rapido .dropdown-menu {
        border-top-width: 0.45rem;
    }
}

header.cabecalho .navbar {
    max-width: 100%;
    padding: 0;
    position: relative;
}

@media (min-width: 992px) AND (max-width: 1600px) {
    header.cabecalho .navbar {
        max-width: 100%;
    }
}

/* - */
header.cabecalho .navbar-brand {
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    header.cabecalho .navbar-brand figure {
        text-align: center;
        margin: 0;
        padding: 2.15rem 0;
    }
}

@media (max-width: 991px) {
    header.cabecalho .navbar-brand figure {
        margin: 0;
        padding: 0;
    }
}

header.cabecalho .navbar-brand figcaption {
    display: none;
}

/* - */
header.cabecalho .navbar-toggler {
    border-radius: 0;
    width: 7rem;
    height: 7rem;
    padding: 0;
    position: relative;
    z-index: 12;
    cursor: pointer;
    top: -0.75rem;
}

header.cabecalho .navbar-toggler span {
    display: block;
    height: 3px;
    width: 2.5rem;
    margin-top: 0.6rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.4rem;
    -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: transparent;
}

header.cabecalho .navbar-toggler.collapsed span {
    background-color: rgba(var(--corsite), 1);
}

header.cabecalho .navbar-toggler i {
    font-style: normal;
    color: rgba(var(--corsite), 1);
    font-size: 0.95rem;
    line-height: normal;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0.1rem;
    left: 0;
    right: 0;
}

header.cabecalho .navbar-toggler {
    background-color: transparent;
    border: 0px;
    border-radius: 0;
}

header.cabecalho .navbar-toggler span {
    background-color: rgba(var(--corsite), 1);
}

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: 2.2rem;
    top: 3rem;
    -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: 2.2rem;
    top: 3rem;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: .9
}

header.cabecalho .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

/* - */
header.cabecalho .menu-geral .navbar-nav .nav-item.active {}

header.cabecalho .menu-geral .navbar-nav .nav-link {}

@media (min-width: 992px) {
    header.cabecalho .menu-geral .navbar-nav .nav-item.nav-home {
        padding: 0;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item.nav-home .nav-link {
        background-image: url(../images/icon-home.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        font-size: 0;
        line-height: 0;
        text-indent: -9000rem;
        vertical-align: middle;
        width: 1.8rem;
        height: 1.5rem;
        margin: 0 1.55rem;
        padding: 0;
        display: inline-block;
        position: relative;
        z-index: 0;
        top: 0;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item.nav-home .nav-link:hover {
        top: -4px;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item.nav-home .nav-link:active {
        opacity: 0.8;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item.nav-home .nav-link,
    header.cabecalho .menu-geral .navbar-nav .nav-item.nav-home .nav-link: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;
    }
}

header.cabecalho .navbar-brand {
    width: 17.5rem;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
}

header.cabecalho .navbar-brand img {
    /* width: 100%; */
    height: auto;
    position: relative;
    z-index: 0;
}

header.cabecalho .menu-geral {
    min-height: 4.6rem;
    margin: 0;
}

header.cabecalho .menu-geral .navbar-nav {}

header.cabecalho .menu-geral .navbar-nav .nav-link {
    margin: 0.5rem 1.5rem;
    padding: 0.5rem 0.5rem;
    border-radius: 1.5rem;
    position: relative;
    z-index: 0;
}

header.cabecalho .menu-geral .navbar-nav .nav-link {
    display: inline-block;
    position: relative;
    z-index: 0;
}

header.cabecalho .menu-geral .navbar-nav .nav-item:hover .nav-link:after,
header.cabecalho .menu-geral .navbar-nav .nav-item.active .nav-link:after {
    height: 2.2rem;
}

header.cabecalho .menu-geral .navbar-nav .nav-item .nav-link:after,
header.cabecalho .menu-geral .navbar-nav .nav-item:hover .nav-link:after {
    -webkit-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

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-family: var(--sweetsanspro);
    font-size: 1.6rem;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    color: rgb(var(--corsite));
}

header.cabecalho .menu-geral .navbar-nav .nav-item {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
}

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 {
    /* background-color: rgb(var(--cor4-rgb)); */
    color: rgb(var(--cor3-rgb));
}

header.cabecalho .menu-geral .navbar-nav .nav-item>.nav-link,
header.cabecalho .menu-geral .navbar-nav .nav-link,
header.cabecalho .menu-geral .navbar-nav .nav-link,
header.cabecalho .menu-geral .navbar-nav .dropdown .nav-link,
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 {
    -webkit-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

header.cabecalho .menu-geral .navbar-nav .nav-item:hover,
header.cabecalho .menu-geral .navbar-nav .nav-item.active {
    border-color: #025dd0;
    position: relative;
    z-index: 5;
}

/* - */
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 .dropdown-menu {
    background-color: rgb(var(--cor3-rgb));
    border: 0;
    border-radius: 0.25rem;
    min-width: 24rem;
    margin: 0;
    padding: 1rem 1rem;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

header.cabecalho .menu-geral .dropdown-menu .dropdown-item {
    color: #ffffff;
    border-radius: 1.5rem;
    padding: 0.75rem 1.5rem;
}

header.cabecalho .menu-geral .dropdown-menu .dropdown-item:focus,
header.cabecalho .menu-geral .dropdown-menu .dropdown-item:hover,
header.cabecalho .menu-geral .dropdown-menu .dropdown-item.active {
    background-color: rgb(var(--cor4-rgb));
    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;
    padding: 1.65rem 0;
    position: relative;
    z-index: 0;
    bottom: 0;
}

body.cabecalho-fixed header.cabecalho .redesociais {
    padding: 0.5rem 0;
}

header.cabecalho .menu-geral, header.cabecalho .menu-geral[style*=height] {
    background-color: #ffffff;
    width: 30%;
    height: 100% !important;
    padding: 10rem 0 0 0;
    display: block !important;
    position: fixed;
    z-index: 11;
    left: -30%;
    bottom: 0;
    box-shadow: 0px 2px 15px 0px rgba(1, 32, 37, 0.15);
}

header.cabecalho .menu-geral.collapsing {
    height: auto
}

header.cabecalho .menu-geral.show, header.cabecalho .menu-geral[style*=height] {
    left: 0% !important
}

header.cabecalho .menu-geral, header.cabecalho .menu-geral.collapsing {
    -webkit-transition: left 0.3s ease-in-out;
    -ms-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
}

header.cabecalho .menu-geral .dropdown-menu.collapsing {
    height: auto;
    overflow: unset;
    transition: none
}

header.cabecalho .menu-geral .nav-item.dropdown .dropdown-menu, header.cabecalho .menu-geral .nav-item.dropdown .dropdown-menu[style*=height] {
    background-color: #16434c;
    border: 0;
    width: 100%;
    height: 100% !important;
    padding: 1.5rem 2rem;
    display: block !important;
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 100%
}

header.cabecalho .menu-geral, header.cabecalho .menu-geral[style*=height], header.cabecalho .menu-geral .nav-item.dropdown .dropdown-menu, header.cabecalho .menu-geral .nav-item.dropdown .dropdown-menu[style*=height] {
    overflow-x: auto;
    top: 0;
}

header.cabecalho .menu-geral .nav-item.dropdown .dropdown-menu.show, header.cabecalho .menu-geral .nav-item.dropdown .dropdown-menu[style*=height] {
    border: 0;
    padding-bottom: 120px;
    left: 0%
}

@media (max-width: 768px) {
    header.cabecalho .menu-geral, header.cabecalho .menu-geral[style*=height] {
        width: 100%;
        left: -100%;
    }
}


header.cabecalho .menu-geral .nav-item.dropdown .dropdown-menu, header.cabecalho .menu-geral .nav-item.dropdown .dropdown-menu.collapsing {
    -webkit-transition: left .2s ease-in-out;
    -ms-transition: left .2s ease-in-out;
    -moz-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out
}

@media (min-width: 1200px) AND (max-width:1439px) {

    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.4rem;
    }
}

header.cabecalho .menu-geral .navbar-nav .nav-btn .btn {
    background-color: #000000;
    color: #ae9960;
    font-size: 1.55rem;
    line-height: 1.55rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 0 5rem;
    padding: 1.75rem 2rem;
    border-radius: 1rem;
}

header.cabecalho .menu-geral .navbar-nav .nav-btn .btn:hover {
    background-color: #ae9960;
    color: #000000;
}

header.cabecalho .menu-geral .navbar-nav .nav-btn .btn:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-size: 1.9rem;
    vertical-align: top;
    margin: -0.1rem 0 0 0.75rem;
    display: inline-block;
}

body.cabecalho-fixed header.cabecalho .menu-geral .navbar-nav .nav-btn .btn,
body.paginas header.cabecalho .menu-geral .navbar-nav .nav-btn .btn {
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin: 0 0 0 3rem;
    padding: 1.25rem 1.5rem;
}

@media (max-width: 768px) {
    header.cabecalho .navbar-brand figcaption {
        font-size: 2.5rem;
        line-height: 3rem;
        top: 0;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-btn {
        height: 70px;
        margin: 0;
        position: fixed;
        z-index: 0;
        top: 0;
        right: 80px;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        display: -ms-flexbox;
        display: flex;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-btn .btn {
        font-size: 1.3rem;
        line-height: 1.3rem;
        margin: auto !important;
        padding: 1.25rem 1.5rem;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-btn .btn:active {
        background-color: #ae9960;
        color: #000000;
    }
}

@media (min-width: 1200px) AND (max-width:1439px) {

    header.cabecalho .navbar-brand img,
    body.cabecalho-fixed header.cabecalho .navbar-brand img {
        width: auto;
        /* height: 4rem; */
    }
}

@media (min-width: 992px) AND (max-width:1200px) {
    header.cabecalho .navbar-brand {}

    header.cabecalho .navbar-brand img {
        width: auto;
        /* height: 4rem; */
    }

    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;
        margin: 0 0.2rem;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item:after {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    header.cabecalho .menu-geral {
        height: 0;
        overflow: hidden;
        display: block;
    }

    header.cabecalho .menu-geral.collapse.show {
        height: auto;
        display: block !important;
    }
}

@media (min-width: 576px) AND (max-width: 991px) {
    header.cabecalho .navbar-brand img {
        height: 3.5rem;
    }
}

/* - */
header.cabecalho .informacoes {
    font-size: 2.75rem;
    line-height: normal;
    font-weight: 800;
}

@media (max-width: 991px) {
    header.cabecalho .informacoes {
        position: absolute;
        z-index: 0;
        right: 9rem;
    }
}

@media (max-width: 576px) {
    header.cabecalho .informacoes {
        display: none;
    }
}

header.cabecalho .informacoes .icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 3.6rem;
    text-indent: -9000rem;
    text-align: left;
    border-radius: 0;
    float: left;
    width: 3.6rem;
    height: 3.6rem;
    margin: 0 1.5rem 0 0;
    display: inline-block;
}

header.cabecalho .informacoes .icon.icon-telefone {
    background-image: url(../images/icon-tel-size1.png);
}

/* - */
header.cabecalho .redesociais {}

/* - */
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,
    body.paginas.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.1);
    }
}

@-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: 991px) {
    body {
        padding-top: 70px;
    }

    header.cabecalho {
        /* background-color: #ffffff; */
        width: 100%;
        min-height: 70px;
        position: fixed;
        z-index: 5;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: 0px 2px 7px 0px rgba(1, 32, 37, 0.3);
    }

    header.cabecalho:before {
        display: none;
    }

    header.cabecalho .menu-geral {
    }

    header.cabecalho .navbar {
        padding: 0;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-link,
    header.cabecalho .menu-geral .dropdown-menu .dropdown-item {
        font-size: 1.6rem;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0;
        padding: 1.4rem 1.5rem;
    }

    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: rgba(var(--corsite), 1);
        color: #ffffff;
        text-align: center;
        font-size: 1.8rem;
        line-height: 5.5rem;
        width: 70px;
        height: 5.2rem;
        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: #ffffff;
        color: #000000;
    }

    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.active,
    header.cabecalho .menu-geral .dropdown-menu .dropdown-item:focus {
        background-color: rgba(255, 255, 255, 0.9);
        color: #000000;
    }

    header.cabecalho .menu-geral .dropdown-menu {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0.10);
        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: 991px) {}

@media (max-width: 991px) {
    header.cabecalho .navbar {
        max-width: 100%;
        height: 70px;
        padding: 0;
    }

    header.cabecalho .navbar-brand {
    }

    header.cabecalho .navbar-brand img {
    }

    header.cabecalho .redesociais {
        background-color: transparent;
    }

    header.cabecalho .redesociais a {
        background-size: auto 2.5rem;
        width: 4rem;
        height: 4rem;
        margin: 0 1.5rem 0 1.5rem;
    }
}

@media (min-width: 375px) AND (max-width:425px) {
    header.cabecalho .navbar-brand img {
        width: auto;
        /* height: 36px; */
    }

    header.cabecalho .redesociais {
        /* top: 25px; */
    }

}

@media (max-width: 375px) {
    header.cabecalho .navbar-brand img {
        width: auto;
    }

    header.cabecalho .redesociais {
    }

    header.cabecalho .menu-geral .navbar-nav .nav-btn .btn {
        font-size: 1.2rem;
        line-height: 1.2rem;
        margin: auto;
        padding: 1.25rem 1rem;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-btn .btn:after {
        font-size: 1.3rem;
        margin: 0rem 0 0 0.75rem;
    }

    header.cabecalho .redesociais {
        /* display: none; */
    }
}

@media (min-width: 768px) {
    body .progresso {
        background-color: transparent;
        width: 0;
        height: 1rem;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        border: 0px solid transparent;
    }

    body.cabecalho-fixed .progresso {
        background-color: rgba(var(--cor4-rgb), 1);
    }
}

/*SLIDESHOW*/
.c-slideshow {
    background-color: #ffffff;
    position: relative;
    /*display: none;*/
}

@media (max-width: 768px) {
    .c-slideshow {
        /*display: none;*/
        padding: 0px 15px;
        margin-top: 1px;
    }
}

.slideshow-geral.c-slideshow {
    overflow: hidden;
}

.slideshow-geral .carousel-caption {
    color: #000000;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 300;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 255, 255, 0.5);
    top: 35%;
}

@media (min-width: 1200px) {
    .slideshow-geral .carousel-caption {
        /* right: 35%; */
        /* left: 35%; */
    }
}

@media (max-width: 768px) {
    .slideshow-geral .carousel-caption {
        display: none;
    }
}

.slideshow-geral .btn-geral {
    margin-top: 10px;
}

.slideshow_produtos .glyphicon-chevron-left:before,
.slideshow_produtos .glyphicon-chevron-right:before {
    content: '';
}

.slideshow_produtos .carousel-control.left,
.slideshow_produtos .carousel-control.right {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #282828;
    width: 50px;
    height: 50px;
    margin-left: 3px;
    text-indent: -9000em;
    display: block;
}

.slideshow_produtos .carousel-control.left {
    background-image: url(../images/bt_anterior.png);
    left: 20px;
    top: 37%;
    bottom: auto;
}

.slideshow_produtos .carousel-control.right {
    background-image: url(../images/bt_seguinte.png);
    right: 20px;
    top: 37%;
    bottom: auto;
}

.slideshow_produtos .carousel-control.left:hover,
.slideshow_produtos .carousel-control.right:hover {
    filter: Alpha(Opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}

.slideshow_produtos .carousel-control .glyphicon-chevron-left,
.slideshow_produtos .carousel-control .icon-prev {}

.slideshow_produtos .carousel-control .glyphicon-chevron-right,
.slideshow_produtos .carousel-control .icon-next {}

@media (min-width: 768px) {

    .slideshow_produtos .carousel-control.left,
    .slideshow_produtos .carousel-control.right {
        display: none;
    }
}

@media (min-width: 768px) {
    .cabecalho #menu-geral {
        text-align: center;
        margin-top: 2px;
    }
}

@media (min-width: 768px) {
    .cabecalho #menu-geral {
        text-align: center;
        margin-top: 2px;
    }

    .cabecalho #menu-geral.collapse.b3-navbar-collapse {
        display: block;
        visibility: visible;
    }
}

.slideshow-geral #slideshow .item,
.slideshow-geral #slideshow .item img {
    width: 100%;
}

#slideshow .carousel-control.left span {
    margin-left: -35%;
}

#slideshow .carousel-control.right span {
    margin-right: -35%;
}

.slideshow-geral .blank {
    /*background-image: url(../images/bg_slideshow-foto.png);*/
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0px;
}

/*CORPO SITE*/
.corposite {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .corposite {
        /* padding: 0px; */
    }
}

@media (min-width: 992px) {
    .corposite .col-md-12 {
        /* padding: 0px; */
    }

    .corposite .col-esquerda {
        padding: 0px;
    }

    .corposite .col-direita {
        padding: 0px;
    }

    /*.corposite .col-md-9.col-esquerda { width: 77%; }
.corposite .col-md-3.col-direita { width: 23%; }*/
}

@media (min-width: 768px) and (max-width: 991px) {
    .corposite .col-md-12 {
        padding: 0px;
    }

    .corposite .col-esquerda {
        padding: 0px;
    }

    .corposite .col-direita {
        padding: 0px
    }
}

.conteudos {
    /*font-size: 13px;*/
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

@media (max-width: 768px) {
    .conteudos:after {
        display: none;
    }
}

@media (min-width: 768px) {
    .conteudos .col-md-12 {
        padding: 0px;
    }
}

.conteudos a {
    text-decoration: underline;
}

.conteudos a:hover {
    text-decoration: none;
}

.conteudos .proximos-produtos {
    text-align: center;
}

.conteudos .btn-geral {
    width: auto;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.conteudos .btn-geral:hover {
    background-color: rgb(var(--corsite));
    color: #ffffff;
}

.btn-geral {
    border: 1px solid rgb(var(--corsite));
    color: rgb(var(--corsite));
    font-size: 18px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.65);
    color: rgb(var(--corsite));
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    max-width: 100%;
    height: auto;
}

.btn-geral:hover {
    background-color: rgba(255, 255, 255, 1);
}

.conteudos p {}

.conteudos h1.titulo {
    color: rgba(var(--cor3-rgb), 1);
    line-height: 1.1;
    font-size: 4.5rem;
    text-align: center;
    font-family: var(--minervamodern);
    font-weight: 400;
    font-style: normal;
}

.conteudos h2.titulo {
    color: #666;
    font-weight: 700;
    font-size: 18px;
    margin: 0px 0px 3rem 0px;
    padding: 0px;
}

.conteudos h1.titulo a,
.conteudos h2.titulo a {
    color: #fff;
}

.conteudos p.titulo,
.conteudos strong.titulo {
    color: #666;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.conteudos p.titulo:last-word {
    font-weight: bold;
}

.conteudos h1.subtitulo,
.conteudos h3.subtitulo {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0px;
}

.conteudos h2.subtitulo,
.conteudos .subtitulo {
    color: rgba(var(--cor3-rgb), 1);
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.7rem;
    text-align: center;
    font-family: var(--poppins);
    font-weight: 600;
    font-style: normal;
    text-align: center;
}

.conteudos p.subtitulo,
.conteudos strong.subtitulo {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.conteudos h4.subtitulo {
    color: #666;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    margin: -10px 0px 10px 0px;
    padding: 0px;
}

.conteudos .subtitulo {}

.conteudos .breadcrumb {
    background-color: rgba(228, 228, 228, 0);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: left;
    padding: 8px 0px;
}

.conteudos .breadcrumb a {
    color: rgb(var(--corsite));
    font-weight: bold;
}

@media (max-width: 768px) {
    .bloco {
        display: none;
    }
}

.bg_faixa {
    background-color: rgb(255, 255, 255);
}

.corposite.bg_faixa-before {
    padding-top: 3rem;
    padding-bottom: 10rem;
}

.bg_faixa-before:before {}

.bg_faixa-before .conteudos .titulo {
    color: rgba(var(--cor3-rgb), 1);
    line-height: 1.1;
    font-size: 4.5rem;
    text-align: center;
    font-family: var(--minervamodern);
    font-weight: 400;
    font-style: normal;
}

.bg-faixa-normal {
    padding-top: 30px;
    padding-bottom: 60px;
}

.bg-faixa-normal .conteudos .titulo {}

.bg-faixa-normal:before {
    height: 5px;
}

@media (max-width: 768px) {
    .produtos-listagem {
        margin: 0px;
    }
}

.produto {}

.produto-item {
    clear: both;
}

@media (min-width: 768px) {
    .produto-item {
        position: relative;
        cursor: pointer;
        overflow: hidden;
        /*height: 430px;*/
        min-width: 100%;
        margin-left: -15px;
        margin-right: -15px;
    }

    .produto {
        display: block;
    }

    .slideshow_produtos .carousel-control-prev,
    .slideshow_produtos .carousel-control-next {
        display: none;
    }
}

.produto-pag-listagem {
    clear: both;
    margin: 0px;
}

@media (max-width: 768px) {

    .produtos-listagem .produto-item .btn-geral,
    .produto-pag-listagem .produto-item .btn-geral {
        max-width: 100%;
        height: auto;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .slideshow_produtos .carousel-item {
        float: none;
        position: unset;
        min-height: auto;
        padding: 0;
    }
}

.produto-item .thumb {
    width: 100%;
    height: auto;
}

.produto-item .thumb_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 8000;
    display: block;
}

.produto-item .thumb_mask img {
    width: 100%;
    height: 100%;
    display: block;
}

.produto-item:hover .descricao {
    bottom: 0px;
}

@media (min-width: 768px) {
    .produto-item:hover .thumb {
        transform: scale(1) translate3d(0, 0, 0) perspective(1px);
        -ms-transform: scale(1) translate3d(0, 0, 0) perspective(1px);
        -webkit-transform: scale(1) translate3d(0, 0, 0) perspective(1px);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-font-smoothing: subpixel-antialiased;
        will-change: transform
    }

    .produto-item:hover .thumb {
        transform: scale(1.05) translate3d(0, 0, 0) perspective(1px);
        -ms-transform: scale(1.05) translate3d(0, 0, 0) perspective(1px);
        -webkit-transform: scale(1.05) translate3d(0, 0, 0) perspective(1px);
        opacity: 0.8
    }
}

.produto-item .descricao {
    width: 100%;
    height: auto;
    text-align: center;
}

@media (min-width: 768px) {

    /*.produto-item:before {
	background-color: rgba(255,255,255,0);
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;		
	filter: Alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;		
}	*/
    .produto .produto-item .thumb {
        filter: Alpha(Opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }

    .produto:hover .produto-item .thumb {
        filter: Alpha(Opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
    }

    .produto .produto-item .thumb,
    .produto:hover .produto-item .thumb {
        -webkit-transition: all .15s ease-in;
        -ms-transition: all .15s ease-in;
        -moz-transition: all .15s ease-in;
        -o-transition: all .15s ease-in;
        transition: all .15s ease-in;
    }

    .produto-item .descricao {
        width: 100%;
        height: auto;
        margin-bottom: 25px;
        position: absolute;
        bottom: 0%;
        left: 0px;
        z-index: 10;
        filter: Alpha(Opacity=0);
        -moz-opacity: 0;
        opacity: 0;
    }

    .produto-item:hover .descricao {
        /*background-color: rgba(255,255,255,0.6);*/
        filter: Alpha(Opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }

    .produto-item:hover:before {
        background-color: rgba(255, 255, 255, 0.6);
        filter: Alpha(Opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }
}

.produto-item .tit,
.produto-item .ref {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
}

.produtos-listagem-index .produto-item .ref,
.produtos-listagem .produto-item .tit,
.produtos-listagem .produto-item .ref {
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.produto-item .tit {
    color: #000000;
    text-transform: uppercase;
}

.produto-item .btn-geral {
    max-width: 70%;
}

.produto-item .btn-geral:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgb(var(--corsite));
}

@media (max-width: 768px) {
    .produto-item .redesociais {
        margin-bottom: 30px;
    }
}

.produto-item .redesociais a {
    display: inline-block;
    height: 26px;
    width: 26px;
    margin-left: 2px;
    margin-right: 2px;
    background-image: url(../images/sprite_redesociais.png);
    background-repeat: no-repeat;
    background-size: 515%;
    background-color: #FFFFFF;
    text-indent: -9000em;
    filter: Alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity .15s ease-in;
    -ms-transition: opacity .15s ease-in;
    -moz-transition: opacity .15s ease-in;
    -o-transition: opacity .15s ease-in;
    transition: opacity .15s ease-in;
}

@media (max-width: 768px) {
    .produto-item .redesociais a {
        height: 35px;
        width: 35px;
    }
}

.produto-item .redesociais a:hover {
    filter: Alpha(Opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: opacity .15s ease-in;
    -ms-transition: opacity .15s ease-in;
    -moz-transition: opacity .15s ease-in;
    -o-transition: opacity .15s ease-in;
    transition: opacity .15s ease-in;
}

.produto-item .redesociais .bt_facebook {
    background-position: left 100%;
}

.produto-item .redesociais .bt_twitter {
    background-position: 25% 100%;
}

.produto-item .redesociais .bt_googlemais {
    background-position: 50% 100%;
}

.produto-item .redesociais .bt_linkedin {
    background-position: 75% 100%;
}

.produto-item .redesociais .bt_email {
    background-position: right 100%;
}

@media (min-width: 768px) {
    .produto-pag-listagem .produto-item .descricao {
        top: 90%;
        filter: Alpha(Opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }

    .produto-pag-listagem .produto-item:hover .descricao {
        top: 68%;
    }

    .produto-pag-listagem .produto-item:hover .tit {
        background-color: rgba(255, 255, 255, 0);
        padding: 0px;
    }

    .produto-pag-listagem .produto-item .tit {
        background-color: rgba(255, 255, 255, 0.6);
        width: 95%;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .produto-pag-listagem .produto-item .btn-geral {
        font-size: 13px;
    }
}

@media (min-width: 768px) {

    .produto-item .descricao,
    .produto-item:hover .descricao,
    .produto-item .thumb,
    .produto-item:hover .thumb,
    .produto-item .btn-geral,
    .produto-item .btn-geral:hover,
    .produto-item:before,
    .produto-item:hover:before,
    .produto-pag-listagem .produto-item .descricao,
    .produto-pag-listagem .produto-item:hover .descricao,
    .produto-pag-listagem .produto-item .tit,
    .produto-pag-listagem .produto-item:hover .tit {
        -webkit-transition: all .20s ease-in-out;
        -ms-transition: all .20s ease-in-out;
        -moz-transition: all .20s ease-in-out;
        -o-transition: all .20s ease-in-out;
        transition: all .20s ease-in-out;
    }
}

.produtos-pagina .redesociais a {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-left: 0px;
    margin-right: 2px;
    background-image: url(../images/sprite_redesociais.png);
    background-repeat: no-repeat;
    background-size: 515%;
    background-color: #FFFFFF;
    text-indent: -9000em;
    filter: Alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border: 1px solid rgb(var(--cor2-rgb));
}

.produtos-pagina .redesociais a:hover {
    background-image: url(../images/sprite_redesociais_produto-hover.png);
    background-color: rgb(var(--corsite));
    border-color: rgb(var(--corsite));
}

.produtos-pagina .redesociais .bt_facebook {
    background-position: left 100%;
}

.produtos-pagina .redesociais .bt_twitter {
    background-position: 25% 100%;
}

.produtos-pagina .redesociais .bt_googlemais {
    background-position: 50% 100%;
}

.produtos-pagina .redesociais .bt_linkedin {
    background-position: 75% 100%;
}

.produtos-pagina .redesociais .bt_email {
    background-position: right 100%;
}

.produtos-pagina {
    padding: 20px 0px;
}

.produtos-pagina a {
    text-decoration: none;
}

.produtos-pagina .gal_imagem {
    width: 100%;
    height: auto;
}

.produtos-pagina .gal_titulo {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

.produtos-pagina .gal_subtitulo {
    text-transform: uppercase;
    color: rgb(var(--corsite));
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    padding: 0px;
}

@media (max-width: 991px) {
    .produtos-pagina .tags {
        display: none;
    }
}

.produtos-pagina .tags a {
    display: block;
    float: left;
    background-color: #FFFFFF;
    text-transform: uppercase;
    font-size: 11px;
    color: #333333;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    -moz-box-shadow: 0px 0.1px 0.1px rgba(0, 0, 0, 0.2), inset 0px -0.1px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0.1px 0.1px rgba(0, 0, 0, 0.2), inset 0px -0.1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0.1px 0.1px rgba(0, 0, 0, 0.2), inset 0px -0.1px 0px rgba(0, 0, 0, 0.3);
    margin-right: 5px;
    margin-bottom: 5px;
}

.produtos-pagina .tags a:hover {
    background-color: rgb(var(--corsite));
    color: #ffffff;
}

.produto-pagina-separador {
    clear: both;
}

@media (min-width: 768px) {
    #slideshow.slideshow_produtos {}

    #slideshow.slideshow_produtos .item {
        display: block;
    }

    .produto_noactive {
        display: none !important;
    }

    .produto-pag-listagem .bt_consultenos {
        display: none;
    }

    .produtos-listagem .bt_consultenos,
    .produtos-listagem-index .bt_consultenos {
        display: none;
    }
}

@media (max-width: 768px) {
    .proximos-produtos {
        display: none;
    }

    .produto-pag-listagem .bt_consultenos {
        display: none;
    }

    .produtos-listagem .bt_descubra,
    .produtos-listagem-index .bt_descubra {
        display: none;
    }

    .produtos-listagem .thumb_mask,
    .produtos-listagem-index .thumb_mask {
        display: none;
    }
}

.produto-loader {
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 31px;
    width: 100%;
    display: none;
}

.galeria_controls {
    background-color: rgba(0, 0, 0, 0.05);
    position: relative;
    clear: both;
    margin-bottom: 10px;
}

.galeria_controls:after {
    content: '';
    width: 100%;
    height: 1px;
    margin-bottom: -1px;
    clear: both;
    display: block;
}

.galeria_controls .gal_previous {
    background-image: url(../images/bt_anterior.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #282828;
    width: 50px;
    height: 50px;
    margin-left: 3px;
    text-indent: -9000em;
    display: block;
    float: right;
}

.galeria_controls .gal_next {
    background-image: url(../images/bt_seguinte.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #282828;
    width: 50px;
    height: 50px;
    margin-left: 3px;
    text-indent: -9000em;
    display: block;
    float: right;
}

.galeria_controls span.gal_previous,
.galeria_controls span.gal_next {
    background-color: #ccc;
}

.galeria_controls .gal_previous:hover,
.galeria_controls .gal_next:hover {
    background-color: rgb(var(--corsite));
}

.galeria_controls .gal_counter {
    text-transform: uppercase;
    font-size: 15px;
    color: rgb(var(--corsite));
    font-weight: 400;
    text-align: center;
    padding-top: 8px;
    display: block;
}

.galeria_controls .gal_counter .gal_count {
    text-align: right;
    color: #282828;
    font-size: 22px;
}

.galeria_controls .gal_back {
    background-color: rgb(var(--corsite));
    background-image: url(../images/bt_voltar-galeria.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    line-height: 13px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    width: 30%;
    height: 50px;
    padding-top: 11px;
    padding-left: 30px;
    padding-right: 10px;
    display: block;
    float: left;
}

.galeria_controls .gal_back:hover {
    background-color: #282828;
}

@media (min-width: 768px) {
    .corposite.destaques .container {
        padding-right: 11px;
        padding-left: 10px;
    }
}

.caixa-destaque {
    padding-top: 45px;
}

@media (min-width: 768px) {
    .caixa-destaque {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.caixa-destaque .caixa {
    line-height: normal;
}

.caixa-destaque .caixa a {
    text-decoration: none;
}

.caixa-destaque .caixa .thumb {
    width: 100%;
    margin-bottom: 5px;
}

.caixa-destaque .caixa .titulo {
    color: #000000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0px;
}

.caixa-destaque .caixa .subtitulo {
    color: #9c8b77;
    text-transform: uppercase;
    font-size: 12px;
}

.caixa-destaque .caixa .btn-geral {
    margin-top: 10px;
    width: 100%;
}

.caixa-destaque.caixa-formulario {
    color: #FFF;
}

.caixa-destaque.caixa-formulario .titulo {
    color: #FFF;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    width: 70%;
}

.caixa-destaque.caixa-formulario .opcoes {
    font-size: 10px;
    line-height: 16px;
}

.caixa-destaque.caixa-formulario .caixa {
    background-color: rgb(var(--corsite));
    margin-bottom: 0px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.formulario.pedido_contacto {}

.formulario.pedido_contacto .form-control {
    background-color: #FFF;
    font-size: 12px;
    color: #000000;
    height: 24px;
}

.formulario.pedido_contacto .form-group {
    margin-bottom: 8px;
}

.formulario.pedido_contacto .form-group label {
    font-size: 12px;
    color: #ffffff;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 2px;
}

.formulario.pedido_contacto .btn-enviar {
    background-color: rgba(255, 255, 255, 0.25);
    font-size: 18px;
    text-transform: none;
    font-weight: 300;
    width: 100%;
    height: auto;
    margin-top: 0px;
}

/*RODAPE*/
.rodape-links {
    border-top: solid 0.1rem rgb(var(--cor0-rgb));
    font-family: var(--poppins);
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    height: 7rem;
    display: flex;
    align-items: center;
}

.rodape-links a {
    color: rgb(var(--cor6-rgb));
    font-size: 0.82vw;
    margin-left: 1rem;
    margin-right: 1rem;
}

@media (min-width: 1200px) {
    .rodape-links a {
        font-size: 1.3rem;
    }
}

.rodape-links a:first-child {
    margin-left: 0px;
}

.rodape-links a:last-child {
    margin-left: 0px;
}

.rodape-links .container {
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .rodape-links .container {
        display: none;
    }
}

.rodape img {
    vertical-align: top;
}

.rodape {
    color: rgb(var(--cor2-rgb));
    font-size: 1.6rem;
    padding-top: 5rem;
    padding-bottom: 1.5rem;
}

.rodape .tit {
    color: rgb(var(--cor5-rgb));
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    display: inline-block;
}

.rodape a {
    color: rgb(var(--cor2-rgb));
    text-decoration: underline;
}

.rodape p {}

@media (min-width: 992px) {
    .rodape .col-newsletter {
        padding-left: 80px;
    }
}

@media (max-width: 768px) {
    .seo-links {
        display: none;
    }
}

.seo-links {
    line-height: normal;
    margin-top: 45px;
}

.seo-links h4 {
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
    margin: 0px;
    padding: 0px 0px;
}

.seo-links ul {}

.seo-links ul li {
    line-height: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.seo-links ul li a {
    font-size: 10px;
    text-decoration: none;
    padding: 0px 0px;
}

.seo-links h4,
.seo-links ul li a {
    color: rgb(var(--cor1-rgb));
}

.seo-links ul li a:hover {
    color: rgb(var(--cor2-rgb));
    text-decoration: underline;
}

.formulario.newsletter {
    text-align: center;
}

.formulario.newsletter .form-control {
    background-color: #ffffff;
}

.formulario.newsletter .form-group {
    margin-bottom: 10px;
}

.formulario.newsletter .form-group label {
    display: none;
}

.formulario.newsletter .btn-enviar {
    background-color: #282828;
    color: #FFF;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: solid 1px #ffffff;
}

/*COPTYRIGHT*/
.copyright {
    border-bottom: solid 1rem rgb(var(--cor8-rgb));
    color: rgb(var(--cor2-rgb));
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.copyright a {
    color: rgb(var(--cor2-rgb));
    text-decoration: none;
}

.copyright p {}

.col-formulario {
    background-color: #ededed;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .col-formulario {
        width: 43%;
    }
}

.col-formulario a {
    color: #fff;
}

.col-formulario .dados-pagamento {
    color: #f2e8d1;
}

.formulario {}

.formulario .form-group {
    text-transform: uppercase;
}

.formulario .form-control {
    background-color: #F1F1F1;
    color: #333;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 14px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    text-decoration: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.col-formulario .formulario .form-control {
    background-color: #ffffff;
}

.formulario .btn-enviar {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0px none;
    text-transform: uppercase;
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    background-color: #282828;
}

.formulario .btn-cancelar {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    border: 0px none;
    text-transform: uppercase;
    font-size: 13px;
    color: #282828;
}

.formulario .campos {
    display: block;
    float: right;
}

.image {
    position: absolute;
    left: -9000px;
}

/* ----- */
.zankyou_recomendado {
    background-color: rgba(167, 149, 120, 0.05);
    color: rgb(var(--corsite));
    border-color: rgba(167, 149, 120, 0.25);
    width: 310px;
    padding: 7px 15px;
}

.zankyou_recomendado a {
    text-decoration: none;
}

.zankyou_recomendado img {
    text-decoration: none;
    float: left;
    width: 80px;
    height: auto;
    margin-right: 15px;
}

.zankyou_recomendado b {
    color: rgb(var(--corsite));
    margin-top: 17px;
    display: inline-block;
}

.zankyou_recomendado em {
    font-weight: 400;
}

.aluger_inds:before {
    content: attr(data-inds);
    background-color: rgb(var(--corsite));
    color: #fff;
    background-position: left bottom;
    background-repeat: no-repeat;
    font-style: normal;
    text-align: center;
    width: 80%;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    position: absolute;
    right: 0;
    top: 3%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*-ms-transform: rotate(-40deg);*/
    /* -webkit-transform: rotate(80deg); */
    /* transform: rotate(-40deg);*/
}

/* - */
.scrollup {
    background-image: url(../images/icon_seta-topo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(var(--corsite), 0.9);
    border-radius: 50%;
    bottom: -19px;
    display: block;
    position: fixed;
    right: 2%;
    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: 25px;
    }
}

.scrollup:hover {
    background-color: rgba(var(--cor3-rgb), 0.9);
}

/* - */
.cookies {
    color: #000000;
    font-size: 1.3rem;
    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: rgb(var(--corsite));
    text-decoration: underline;
}

@media (max-width: 1440px) {
    .cookies {
        width: 65%;
    }
}

@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: rgb(var(--corsite));
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3rem;
    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;
    }
}

/*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*/
.redesociais {
    font-size: 0;
    line-height: 0;
}

.redesociais a {
    position: relative;
    z-index: 0;
    top: 0;
    opacity: 1;
}

.redesociais a {
    background-color: rgba(var(--corsite), 0.9);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 3rem;
    border-radius: 50%;
    text-indent: -9000rem;
    text-align: left;
    width: 6rem;
    height: 6rem;
    margin: 0 1.5rem 0 1rem;
    display: inline-block;
}

.redesociais a:hover {
    top: -4px;
    background-color: rgba(var(--cor3-rgb), 0.9);
}

.redesociais a:active {
    opacity: 0.8;
}

.redesociais a:first-child {
    margin-left: 3rem;
}

.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 .instagram {
    background-image: url(../images/icon-instagram-white.svg);
}

/* .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: 1600px) {
    .redesociais {
        right: 15px;
    }
}

/* Redes Sociais */

/* Redes Sociais */


.redes-sociais-fixed {
    background-color: rgba(var(--corsite), 0.9);
    border-radius: 50%;
    top: 12.5rem;
    display: flex;
    position: fixed;
    right: 2%;
    height: 6rem;
    width: 6rem;
    cursor: pointer;
    z-index: 10000;
    align-items: center;
    justify-content: center;
    -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;
}

.redes-sociais-fixed:hover {
    background-color: rgba(var(--cor3-rgb), 0.9);
}

.redes-sociais-fixed .icon {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    text-indent: -9000rem;
    width: 50%;
    height: 50%;
}
.redes-sociais-fixed .icon::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.redes-sociais-fixed .icon.instagram {
    background-image: url(../images/icon-instagram-white.svg);
}

@media (max-width: 992px) {
    .redes-sociais-fixed {
        top: 9rem;
        height: 5rem;
        width: 5rem;
    }
}