@import "carousel-fade.css";

:root {
    font-size: 62.5%;
    --font-geral-1: "Montserrat", sans-serif;
    --cor-geral-site-hex: #c1ae5e;
    --cor-geral-site-rgb: 193, 174, 94;
    --color-secondary-hex: #f4f1e6;
    --color-secondary-rgb: 244, 241, 230;
    --color-geral-gray-hex: #2d2b20;
    --color-geral-gray-rgb: 45, 43, 32;
    --border-radius-geral: 0;
    --letter-spacing-geral: 1.5px;
}

@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 {
    scroll-behavior: smooth;
    scroll-padding: var(--scroll-padding-padding, 9.5rem);
}


html,
body {
    font-family: var(--font-geral-1);
    font-size: 1.6rem;
    color: #000000;
    font-weight: 400;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    --height-menu: 9rem;
    --height-menu-mobile: 60px;
    --width-logo: 338px;
    --width-logo-mobile: 200px;
}

body.cabecalho-fixed {
    /* --height-menu: 9rem;
    --width-logo: 95px; */
    /* --height-menu-mobile: 70px;
    --width-logo-mobile: 80px; */
}

.btn:not(.no-border-r),
img:not(.no-border-r),
iframe:not(.no-border-r),
.border-radius-site {
    border-radius: var(--border-radius-geral) !important;
}

p {
    margin-top: 0;
    margin-bottom: 2rem;
}

body.modal-open {
    overflow: hidden !important;
}

img {
    display: block;
    max-width: 100%;
}

dl, 
ol, 
ul {
    margin-top: 0;
    margin-bottom: 2rem;
}

.w-auto {
    width: auto !important;
}

.color-site {
    color: var(--cor-geral-site-hex);
}

.bg-site {
    background-color: rgba(var(--cor-geral-site-rgb), 1) !important;
}

.bg-site-gray {
    background-color: rgba(var(--color-geral-gray-rgb), 1) !important;
}

.bg-site-fade-1 {
    background: rgba(var(--cor-geral-site-rgb), 1) !important;
    background: linear-gradient(to left, rgba(var(--cor-geral-site-rgb), 0.10) 0%, rgba(var(--cor-geral-site-rgb), 0.01) 100%) !important;
}

.form_box_services {
    background-color: rgba(var(--cor-geral-site-rgb), 0.3);
    padding: 2rem 3rem 2rem 3rem;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.website_animated {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.website_animated.show_animation {
    opacity: 1;
}

.container-fluid.seccao-servicos {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

@media (min-width: 992px) {
    .seccao-servicos .bg-full-bleed {
        position: relative;
    }

    .seccao-servicos .bg-full-bleed::before {
        content: '';
        width: 100%;
        height: calc(100% - 9rem);
        position: absolute;
        inset: 0;
        margin: auto;
        background-color: var(--color-secondary-hex);
        box-shadow: 0 0 0 100vmax var(--color-secondary-hex);
        -webkit-clip-path: inset(0 -100vmax);
        clip-path: inset(0 -100vmax);
    }
}

.listagem-servicos {
    list-style: none;
    line-height: 1;
    margin: 8rem 0;
    padding: 0
}

.listagem-servicos li {
    font-size: 2.2rem;
    margin-bottom: 5rem;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 200;
}

.listagem-servicos li:before {
    content: '';
    padding-right: 16px;
    display: inline-block;
    margin-right: 1.2rem;
    width: 1.4rem;
    height: 0.9rem;
    background-image: url(../images/seta-menu.png);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

.listagem-servicos li a {
    color: #000000;
}

.listagem-servicos li a:hover {
    color: #000000;
    font-weight: 400;
}

@media (max-width: 991px) {
    .listagem-servicos li {
        font-size: 1.6rem;
        margin-bottom: 3.5rem;
    }
}

.style-off {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn.btn-arrow {
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
}

.btn.btn-arrow .btn-icon-seta {
    display: inline-block;
    margin-left: 0.3rem;
    width: 2.7rem;
    height: 0.7rem;
    background-image: url(../images/btn-icon-seta.png);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

.conteudos .info .icon {
    margin-top: 4rem;
}

.conteudos .info a {
    text-decoration: none;
    color: inherit;
}

.conteudos .info p {
    font-size: 2rem;
}

.object-fit-contain {
    object-fit: contain !important;
}

table.borderless>tbody>tr>td,
table.borderless>tbody>tr>th,
table.borderless>tfoot>tr>td,
table.borderless>tfoot>tr>th,
table.borderless>thead>tr>td,
table.borderless>thead>tr>th {
    border: none;
}

.btn.effect-lr {
    background-color: rgba(var(--cor-geral-site-rgb), 1);
    color: #fff;
    padding: 2.5rem 3rem;
    cursor: pointer;
    display: inline-block;
    -moz-user-select: none;
    letter-spacing: 1px;
    line-height: 0;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    font-size: 1.6rem;
    font-weight: 600;
}

.btn.effect-lr::before {
    content: "";
    --percentage: 25;
    --opacity: calc(var(--percentage) * 0.01);
    background: linear-gradient(to top, rgba(0, 0, 0, var(--opacity)), rgba(0, 0, 0, var(--opacity)))#000;
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    z-index: 1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
}

.btn.effect-lr:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1;
}


.conteudos a {
    color: #008bd1;
    /* text-decoration: underline; */
    text-decoration: none;
}

.conteudos a:hover {
    color: var(--cor-geral-site-hex);
}

.titulo-seccao-geral {
    font-size: 6rem;
    letter-spacing: var(--letter-spacing-geral);
    color: var(--cor-geral-site-hex);
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 300;
}

.titulo-seccao-geral.smaller {
    font-size: 4.5rem;
}

@media (max-width: 991px) {
    .titulo-seccao-geral {
        font-size: 3.5rem;
    }
}

.titulo-pag {
    font-size: 3rem;
    margin-bottom: 2rem;
}

.subtitulo-pag {
    font-size: 2.5rem;
    margin-bottom: 4rem;
    font-weight: 600;
}

.pagina-conteudo .separador {
    height: 100%;
    padding-left: 1.5rem;
}

.pagina-conteudo .separador strong {
    color: var(--cor-geral-site-hex);
}

.pagina-conteudo .bloco-conteudo {
    z-index: 8;
}

.sticky {
    position: unset;
}

a,
.button {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.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
}

.tooltip {
    font-size: 1.4rem;
}

ul.inline-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

ul.inline-list li {
    padding: 0 10px;
    display: inline-block;
}

ul.inline-list li::before {
    display: none;
}

/* ul.inline-list li a {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
}

ul.inline-list li a:hover {
    color: rgba(0, 0, 0, 1);
} */

@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: 15px;
        padding-right: 15px
    }

    .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%;
    }
}

/* - */
.modal_age_confirm .modal-dialog .modal-content {
    padding: 4rem;
    border-radius: 0.3rem;
    border: 1px solid #000000;
    box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 1.00);
    background-color: rgba(244, 244, 244, 1.00);
}

.modal_age_confirm .modal-dialog .modal-header {
    padding: 0;
    border: none;
}

.modal_age_confirm .modal-dialog .modal-body {
    padding: 0;
    border: none;
}

.full-w-iframe iframe {
    width: 100% !important;
}

.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;
    text-decoration: none !important;
}

@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)
}

/* ----------- ANIMACAO ----------- */

/* ----------- CABECALHO ----------- */
.cabecalho,
.cabecalho.fixed,
.cabecalho .box-logo,
.cabecalho .navbar,
.cabecalho.fixed .navbar,
.cabecalho .navbar .navbar-brand,
.cabecalho.fixed .navbar .navbar-brand,
.cabecalho .navbar .navbar-brand img,
.cabecalho.fixed .navbar .navbar-brand img,
.cabecalho .navbar #menu-geral,
.cabecalho.fixed .navbar #menu-geral,
.cabecalho .navbar .navbar-brand-right,
.cabecalho.fixed .navbar .navbar-brand-right,
.landing-page-recrutamento .cabecalho .navbar-nav,
.landing-page-recrutamento .cabecalho.fixed .navbar-nav,
body.paginas-cabecalho {
    -webkit-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    transition: all .30s ease-in;
}

header.cabecalho {
    --color-menu: #000;
    background-color: transparent;
    position: relative;
    z-index: 4;
}

body.cabecalho-fixed header.cabecalho,
body.paginas-cabecalho header.cabecalho {
    background-color: #fff;
    top: 0;
}

header.cabecalho .menu-geral .navbar-nav .nav-item.icon {
    position: relative;
}

header.cabecalho .menu-geral .navbar-nav .nav-item.search-dropdown {
    position: relative;
}

header.cabecalho .menu-geral .navbar-nav .nav-item.search-dropdown .search-wrapper {
    padding-top: 1.5rem;
    position: absolute;
    top: 50%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 600;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

header.cabecalho .menu-geral .navbar-nav .nav-item.search-dropdown .search-wrapper.open {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

header.cabecalho .menu-geral .navbar-nav .nav-item.search-dropdown .search-wrapper .search-inner {
    background-color: #F7F7F7;
    z-index: 1;
    padding: 2rem 2rem;
    width: 315px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

header.cabecalho .menu-geral .navbar-nav .nav-item.search-dropdown .search-wrapper .search-inner form {
    position: relative;
    text-align: center;
}

header.cabecalho .menu-geral .navbar-nav .nav-item.search-dropdown .search-wrapper .search-inner form input[type="text"] {
    border: 1px solid rgba(131, 131, 131, 0.2);
    background-color: #fff;
    box-shadow: none;
    border-right: 0;
    max-width: 185px;
    color: #7C7C7C;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

header.cabecalho .menu-geral .navbar-nav .nav-item.search-dropdown .search-wrapper .search-inner form button[type="submit"] {
    margin-left: -3px;
    background-color: var(--cor-geral-site-hex);
    color: #ffffff;
    border-color: var(--cor-geral-site-hex);
}

header.cabecalho .menu-geral .navbar-nav .nav-item.search-dropdown .search-wrapper .search-inner form button[type="submit"]:hover {
    opacity: 0.8;
}

header.cabecalho {
    min-height: var(--height-menu);
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 5rem;
    left: 0;
    right: 0;
}

header.cabecalho .box-logo {
    display: none;
}

@media (min-width: 992px) {
    header.cabecalho .box-logo {
        --width-box-logo: 32%;
        /* --width-box-logo: 620px; */
        --padding-right-logo: 8rem;
        position: absolute;
        width: var(--width-box-logo);
        padding: 4.5rem;
        padding-right: var(--padding-right-logo);
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        display: flex;
        align-items: center;
        /* background-color: #fff; */
        justify-content: flex-end;
        /* z-index: 1; */
    }

    header.cabecalho .box-logo::before {
        --width-box-logo: 0%;
        content: '';
        padding: 4.5rem;
        position: absolute;
        inset: 0;
        height: 100%;
        width: 100%;
        background-color: #fff;
        z-index: 1;
    }

    body.paginas-cabecalho header.cabecalho .box-logo,
    body.cabecalho-fixed header.cabecalho .box-logo,
    body.paginas.cabecalho-fixed header.cabecalho .box-logo {
        /* background-color: transparent; */
        width: 100%;
        padding-right: calc(100% - var(--width-box-logo) + var(--padding-right-logo));
    }
}

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

    body.paginas-cabecalho {
        padding-top: var(--height-menu);
    }

    .paginas header.cabecalho {
        min-height: 10.5rem;
    }
}

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

    header.cabecalho {
        top: 3rem;
    }
}

@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 {
        text-shadow: none;
    }

    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: 90%; */
    padding-top: 0;
    padding-bottom: 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: var(--height-menu-mobile);
    height: var(--height-menu-mobile);
    padding: 0;
    position: relative;
    z-index: 0;
    cursor: pointer
}

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: transparent;
}

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

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

header.cabecalho .navbar-toggler span {
    background-color: var(--color-menu);
}

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: 16px;
    top: 24px;
    -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: 16px;
    top: 24px;
    -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.active {}

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

header.cabecalho .menu-geral .navbar-nav .nav-item.icon .nav-link .badge-cart {
    padding: 0;
    margin-left: 0;
    color: white;
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--cor-geral-site-hex);
    position: absolute;
    top: -2px;
    left: 19px;
}

@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 img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
}

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

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

@media (min-width: 992px) {
    header.cabecalho .navbar-brand {
        width: var(--width-logo);
        /* margin: 0 calc(var(--width-logo) / 2); */
        /* margin: 0 auto; */
        /* position: absolute; */
        /* z-index: 10; */
        left: var(--left-menu-w);
        right: var(--right-menu-w);
        position: relative;
        z-index: 99;
    }

    header.cabecalho .menu-geral {
        min-height: 4.6rem;
        margin: 0;
    }

    header.cabecalho .menu-geral .navbar-nav {
        z-index: 2;
    }

    header.cabecalho .menu-geral .navbar-divide-logo {
        margin: 0 calc(var(--width-logo) / 2);
        width: var(--width-logo);
    }

    header.cabecalho .menu-geral .navbar-nav .nav-link {
        margin: 0 1.2rem;
        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.icon .nav-link {
        margin: 0 0.3rem;
    }

    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-size: 1.4rem;
        line-height: normal;
        text-transform: uppercase;
        font-weight: 300;
        color: #000000;
    }

    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.dropdown .nav-link::after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: currentColor;
        font-size: 1.2rem;
        right: -10px;
        /* position: absolute; */
        top: 50%;
        margin-top: -6px;
        margin-left: 8px;
    }

    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 {
        font-weight: 500;
    }

    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:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    /* ----- */
    header.cabecalho .menu-geral .dropdown-menu {
        -webkit-transition: all 0.25s ease 0.1s;
        -moz-transition: all 0.25s ease 0.1s;
        -o-transition: all 0.25s ease 0.1s;
        transition: all 0.25s ease 0.1s;
    }

    header.cabecalho .menu-geral .dropdown-menu {
        background-color: #fff;
        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);
        display: block;
        opacity: 0;
        visibility: hidden;
    }

    header.cabecalho .menu-geral .dropdown-menu .dropdown-item {
        color: #3C3C3C;
        border-radius: 1.5rem;
        padding: 0.75rem 1.5rem;
        background-color: unset;
        text-transform: none;
        text-shadow: none;
    }

    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: var(--cor-geral-site-hex);
    }

    header.cabecalho .menu-geral .dropdown-menu .dropdown-item:hover {
        margin-left: 0.5rem;
    }

    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: 1;
        bottom: 0;
    }

    body.cabecalho-fixed header.cabecalho .redesociais {
        padding: 0.5rem 0;
    }
}

@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: var(--height-menu-mobile);
        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; */
    }

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

    header.cabecalho .box-logo {
        --width-box-logo: 29%;
        --padding-right-logo: 4.5rem;
        padding: 4rem;
    }
}

@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 {
    margin-left: 4rem;
}

/* - */
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 header.cabecalho {
        box-shadow: 0px 2px 7px 0px rgba(1, 32, 37, 0.1);
    }
}

@media (max-width: 991px) {
    body {
        padding-top: var(--height-menu-mobile);
    }

    header.cabecalho {
        min-height: var(--height-menu-mobile);
        box-shadow: 0px 2px 7px 0px rgba(1, 32, 37, 0.3);
        background-color: #fff;
        top: 0;
    }

    header.cabecalho .menu-geral {
        background-color: #0C0C0C;
        background-color: #ece7ce;
    }

    header.cabecalho .navbar {
        padding: 0;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-link,
    header.cabecalho .menu-geral .dropdown-menu .dropdown-item {
        font-size: 1.4rem;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.8);
        color: #000;
        text-transform: uppercase;
        margin: 0;
        padding: 1.4rem 1.5rem;
        border-bottom: 1px solid rgba(92, 92, 92, 0.23);
    }

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

    header.cabecalho .menu-geral .navbar-nav .nav-item.dropdown .dropdown-toggle {
        color: #ffffff;
        color: #000;
        text-align: center;
        font-size: 1.8rem;
        line-height: 5.5rem;
        width: var(--height-menu-mobile);
        height: 4.8rem;
        display: block;
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        cursor: pointer;
        border-left: 1px solid rgba(92, 92, 92, 0.23);
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item:hover .nav-link,
    header.cabecalho .menu-geral .navbar-nav .nav-item.dropdown .dropdown-toggle:hover,
    header.cabecalho .menu-geral .navbar-nav .nav-item.dropdown .dropdown-toggle[aria-expanded="true"] {
        background-color: var(--cor-geral-site-hex);
        background-color: #000;
        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.active,
    header.cabecalho .menu-geral .dropdown-menu .dropdown-item:focus {
        background-color: var(--color-menu);
        color: #000000;
        color: #fff;
    }

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

    header.cabecalho .menu-geral .navbar-nav .nav-item.icon.icon-user,
    header.cabecalho .menu-geral .navbar-nav .nav-item.icon.icon-cart {
        text-align: center;
        width: calc(var(--height-menu-mobile) / 2);
        height: var(--height-menu-mobile);
        margin: 0;
        display: flex;
        position: fixed;
        z-index: 0;
        top: 0;
        right: 0;
        align-items: center;
        justify-content: center;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item.icon.icon-user .nav-link,
    header.cabecalho .menu-geral .navbar-nav .nav-item.icon.icon-cart .nav-link {
        border: unset;
        background-color: transparent;
        color: var(--color-menu);
        font-size: 2rem;
        padding: 1.4rem 1.5rem;
        position: relative;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item.icon.icon-user {
        right: 45px;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item.icon.icon-cart {
        right: 15px;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item.icon .nav-link .badge-cart {
        top: 0px;
        left: 25px;
    }

    header.cabecalho .menu-geral .searchform_mobile {
        position: relative;
        padding: 1rem;
        border-bottom: 2px solid rgba(92, 92, 92, 0.43);
    }

    header.cabecalho .menu-geral .searchform_mobile input[type="text"] {
        background-color: rgba(255, 255, 255, 0.1);
        border: none;
        border: 1px solid rgba(208, 208, 208, 0.09);
        padding: 1.4rem 5rem 1.4rem 1.8rem;
        height: 5rem;
        font-size: 1.6rem;
        color: #fff;
    }

    header.cabecalho .menu-geral .searchform_mobile button[type="submit"] {
        position: absolute;
        top: 1rem;
        right: 1rem;
        font-size: 2rem;
        border: none;
        background-color: transparent;
        padding: 0;
        width: 5rem;
        height: 5rem;
        color: rgba(255, 255, 255, 0.8);
        text-align: center;
    }
}

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

@media (min-width: 992px) AND (max-width:1200px) {
    .titulo-conteudo {
        font-size: 3.8rem;
    }
}

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

@media (max-width: 991px) {
    .titulo-conteudo {
        font-size: 3rem;
    }

    header.cabecalho .navbar {
        max-width: 100%;
        height: var(--height-menu-mobile);
        padding: 0;
    }

    header.cabecalho .navbar-brand {
        width: var(--width-logo-mobile);
        margin: 0 auto;
        margin: 0 10px;
        /* position: absolute; */
        z-index: 10;
        left: 0;
        right: 0;
    }

    /* header.cabecalho .navbar-brand img {
        width: auto;
        height: 55px;
    } */

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

    header.cabecalho .redesociais a {
        background-size: cover;
        width: 2.5rem;
        height: 2.5rem;
        margin: 0 0 0 1rem;
    }
}

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

    header.cabecalho .redesociais {
        /* top: 25px; */
    }

    header.cabecalho .redesociais a {
        background-size: cover;
        width: 2.5rem;
        height: 2.5rem;
        margin: 0 0 0 0.5rem;
    }
}

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

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

    header.cabecalho .redesociais a {
        background-size: contain;
        width: 2.5rem;
        height: 2.5rem;
        margin: 0 0 0 1.5rem;
    }

    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;
        background-color: #fff;
        width: 0;
        height: 2px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        border: 0px solid transparent;
    }

    body.cabecalho-fixed .progresso {
        /* background-color: rgb(var(--cor-geral-site-rgb)); */
        background-color: #fff;
    }
}

/* ----------- CABECALHO ----------- */

.formulario.needs-validation .custom-select.is-invalid,
.formulario.needs-validation .form-control.is-invalid,
.formulario.needs-validation.was-validated .custom-select:invalid,
.formulario.needs-validation.was-validated .form-control:invalid,
.formulario.needs-validation.was-validated .form-control.form-control-checkbox [type="checkbox"]:invalid span:before,
.formulario.was-validated.was-validated .form-control-checkbox [type="checkbox"]:invalid+span:before {
    border-color: #dc3545;
}

.formulario.needs-validation.was-validated .form-control:not(.form-control-checkbox),
.formulario.was-validated.was-validated .form-control-checkbox [type="checkbox"]:invalid+span:before {
    border-width: 1px !important;
    border-style: solid !important;
}

.parallax-container {
    overflow: hidden;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.parallax-container .parallax-window {
    overflow: hidden;
    height: 100%;
}


.table-responsive-container td,
.table-responsive-container th {
    /*border: 0px !important;*/
    padding: 0px !important;
}

.table-responsive-container .table {
    margin: 0px;
}

.table-responsive2-data-label {
    background-color: #fff;
}

.table-responsive1-data-label td,
.table-responsive1-data-label th,
.table-responsive2-data-label td,
.table-responsive2-data-label th {
    border-top: 1px solid #e9ecef !important;
}

.table-responsive1-data-label td,
.table-responsive1-data-label th {
    padding: 0.75rem !important;
}

.table-responsive1-data-label th,
.table-responsive2-data-label th {
    font-size: 12px;
    font-weight: 600;
}

.table-responsive1-data-label tr [data-label],
.table-responsive2-data-label tr [data-label] {
    border-top: 1px solid #ddd !important;
}

.table-responsive2-data-label [data-label],
.table-responsive-container .table-responsive1-data-label [data-label] {
    text-transform: none;
    vertical-align: middle;
}

.table-responsive-container .table-responsive1-data-label [data-label-bottom] {
    text-transform: none;
}

@media (min-width: 992px) {

    .table-responsive1-data-label .hide-md,
    .table-responsive2-data-label .hide-md {
        display: none;
    }

    .table-responsive-container .table-responsive1-data-label [data-label] {
        height: 65px;
    }

    .table-responsive2-data-label {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) AND (max-width: 1199px) {
    .table-responsive-container .table-responsive1-data-label th {
        vertical-align: middle;
        height: 65px;
    }

    .table-responsive-container .table-responsive1-data-label [data-label] {
        height: 85px;
    }
}

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

    .table-responsive-container,
    .table-responsive-container .rp-tbody,
    .table-responsive-container .rp-tr,
    .table-responsive-container .rp-td {
        display: block;
    }
}

@media (min-width: 769px) {

    .table-responsive2-data-label td,
    .table-responsive2-data-label th {
        padding: 0.75rem !important;
    }
}

@media (max-width: 768px) {

    .table-responsive2-data-label [data-label],
    .table-responsive-container .table-responsive1-data-label [data-label] {
        font-size: 12px;
    }

    .table-responsive2-data-label td,
    .table-responsive2-data-label th {
        padding: 0.75rem !important;
    }

    .table-responsive2-data-label tr td,
    .table-responsive2-data-label th {
        text-align: left;
    }

    .table-responsive-container,
    .table-responsive-container .rp-tbody,
    .table-responsive-container .rp-tr,
    .table-responsive-container .rp-td {
        text-align: center;
        display: block;
    }

    .table.table-responsive2-data-label {
        margin-bottom: 30px;
    }

    .table.table-responsive2-data-label thead {
        display: none;
    }

    .table.table-responsive2-data-label tr {
        margin-bottom: 0px;
    }

    .table.table-responsive2-data-label td {
        vertical-align: top;
        padding: .75rem;
    }

    .table.table-responsive2-data-label tr,
    .table.table-responsive2-data-label td {
        background-color: transparent;
        width: 100%;
        max-width: 100%;
        display: table;
    }

    .table.table-responsive2-data-label td:before {
        content: attr(data-label);
        font-weight: bold;
        text-indent: 0px;
        width: 35%;
        display: table-cell;
        font-family: var(--font-geral-2);
        color: #000;
        padding: 5px 10px;
        font-size: 12px;
    }

    .table.table-responsive2-data-label td.data-label-bottom:before {
        content: '';
    }

    .table.table-responsive2-data-label td.data-label-bottom:after {
        content: attr(data-label);
        font-weight: bold;
        text-indent: 0px;
        width: 100%;
        display: block;
        font-family: var(--font-geral-2);
        color: #000;
        padding: 5px 0px;
    }
}



/* ----------- RODAPE ----------- */
footer.rodape {
    --color-geral-rodape: #2d2b20;
    /* background-color: rgba(var(--color-geral-gray-rgb), 1); */
    color: var(--color-geral-rodape);
    font-size: 1.4rem;
    background-image: url(../images/fundo_rodape.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

footer.rodape .footer-padding {
    padding: 10rem 0;
}

footer.rodape .footer-padding-bottom {
    padding-bottom: 5rem;
    padding-top: 3rem;
}

footer.rodape .footer-border-bottom {
    border-bottom: 1px solid #fff;
}

footer.rodape .logo-footer {
    margin-bottom: 8.5rem;
}

footer.rodape .seccao-contactos {
    margin: 0 0 1.5rem 0;
    position: relative;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

footer.rodape .seccao-contactos .icon {
    color: rgba(var(--cor-geral-site-rgb), 1);
    border: solid 0.2rem rgba(var(--cor-geral-site-rgb), 1);
    color: #fff;
    border: solid 0.2rem #fff;
    font-size: 0;
    text-align: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    margin: 0 1rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer.rodape .seccao-contactos .icon i:before,
footer.rodape .seccao-contactos .icon em:before {
    font-size: 2.1rem;
}

footer.rodape a {
    color: inherit;
}

footer.rodape a:hover {
    color: #000;
}

footer.rodape .tit {
    text-transform: uppercase;
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: var(--letter-spacing-geral);
}

footer.rodape .sub-menu {
    list-style: none;
    line-height: 1;
    margin: 0px;
    padding: 0px;
}

footer.rodape .sub-menu li {
    margin-bottom: 1.5rem;
}

/* footer.rodape .sub-menu li::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 0 1rem 0 0.5rem;
    display: inline-block;
    font-size: 1rem;
} */

/* footer.rodape .sub-menu li a:hover {
    color: #fff;
} */

footer.rodape .footer-form {
    /* margin-bottom: 3rem; */
    font-size: 1.4rem;
}

footer.rodape .footer-form .subscribe_form .newsletter-input {
    width: 100%;
    height: 4.3rem;
    padding: 1rem 2rem;
    background: transparent;
    color: #fff;
    /* color: var(--color-geral-rodape); */
    border: 1px solid #fff;
    outline: none;
}

footer.rodape .footer-form .subscribe_form .newsletter-submit {
    position: absolute;
    top: 0px;
    right: 0;
    border: 0;
    cursor: pointer;
    padding: 1.4rem 2.2rem;
    background: #fff;
    font-size: inherit;
    line-height: 1;
    outline: none;
    color: #000;
}

footer.rodape .footer-form .subscribe_form .newsletter-submit:hover {
    background: var(--color-geral-rodape);
    ;
}

footer.rodape .redesociais {
    margin-top: 3.5rem;
    margin-bottom: 3rem;
    margin-left: -0.3rem;
    margin-right: -0.3rem;
}

footer.rodape .redesociais a {
    width: 3rem;
    height: 3rem;
    margin: 0 0.6rem;
}

@media (max-width: 992px) {
    footer.rodape {
        font-size: 1.6rem;
    }

    footer.rodape .footer-padding {
        /* padding-top: 6rem;
        padding-bottom: 6rem; */
        padding: 10rem 0;
    }

    footer.rodape .tit {
        margin-bottom: 2rem;
        margin-top: 3.5rem;
    }

    footer.rodape .logo-footer {
        margin-bottom: 3rem;
    }

    footer.rodape ul.inline-list li {
        display: block;
    }
}

.copyright-section {
    background-color: #fff;
    font-size: 1rem;
    font-weight: 600;
    color: var(--cor-geral-site-hex);
    text-transform: uppercase;
    padding: 2rem 0;
    padding-top: 0.5rem;
}

.copyright-section a {
    color: inherit;
}

/* ----- */


.redesociais {}

.redesociais a {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    text-indent: -9000rem;
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 0.5rem;
    display: inline-block;
    position: relative;
    z-index: 0;
    top: 0;
    opacity: 1;
}

.redesociais .facebook svg {
    width: 100%;
    height: 90%;
    position: relative;
    z-index: 0;
}

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

.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.svg); */
    background-image: url(../images/icon-facebook.png);
}

/* .redesociais .instagram {
    background-image: url(../images/icon-instagram.svg);
} */

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

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

/* .redesociais .youtube {
    background-image: url(../images/icon-youtube.svg);
} */

/* ----- */
@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(--cor8-rgb));
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
    z-index: 0;
}

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

.manutencao a {
    text-decoration: none;
}

.manutencao p {
    margin: 0;
}

.manutencao .livro {
    width: auto;
    height: 4.5rem;
}

/* - */
.scrollup {
    background-image: url(../images/icon_seta-topo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(var(--cor-geral-site-rgb), 1);
    border-radius: 50%;
    bottom: 30px;
    display: block;
    position: fixed;
    right: 2%;
    text-align: center;
    text-transform: uppercase;
    height: 60px;
    width: 60px;
    cursor: pointer;
    z-index: 9;
    text-indent: -9000em;
    margin: 0 auto 0 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: 10px;
    }
}

.scrollup:hover {
    background-color: rgba(0, 0, 0, 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: 8;
    -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: var(--cor-geral-site-hex);
    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(--cor-geral-site-rgb));
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3rem;
    border-radius: 2px !important;
    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: 10;
    }

    .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*/



.seccao-subtitulo {
    font-family: var(--font-subtitulos);
    color: rgb(var(--cor2-rgb));
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 1.75rem;
}

.seccao-titulo {
    color: rgb(var(--cor2-rgb));
    font-size: 2.75rem;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 1.75rem;
    font-family: var(--font-titulos);
}


/* NOVOS BLOCOS/ESTILOS */
.bg-cover {
    /* transform-origin: center;
    -webkit-transform-origin: center;
    background-size: cover; */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-contain {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.btn.btn-no-style {
    text-transform: uppercase;
    line-height: 1.7;
    font-size: 2rem;
    text-align: left;
    font-family: var(--font-titulos);
    font-weight: 400;
    font-style: normal;
    transition-duration: 0.25s;
    transition-property: opacity;
    color: rgb(var(--cor1-rgb));
    background-color: unset !important;
}

.btn.btn-no-style:hover,
.btn.btn-no-style:focus,
.btn.btn-no-style:active {
    opacity: 0.5;
    box-shadow: none;
}

.btn.btn-outline {
    text-transform: uppercase;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.4rem;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 1.4rem;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 2px;
    padding: 1.4rem 3rem;
    background-color: rgba(0, 0, 0, 0);
}

.btn.btn-outline:hover {
    color: var(--cor-geral-site-hex);
    background-color: rgb(255, 255, 255);
}

.linha-small {
    background-color: var(--cor-geral-site-hex);
    width: 165px;
    height: 1px;
    margin: 2rem 0 3.5rem 0;
}


.title_geral_site {
    color: rgb(var(--cor1-rgb));
    /* line-height: 1.1; */
    letter-spacing: 0em;
    font-size: 5rem;
    font-family: var(--font-titulos);
    font-weight: 400;
    font-style: normal;
    margin-bottom: 3rem;
}

.title_geral_site.type-1 {
    font-size: 4rem;
}

.title_geral_site.type-2 {
    font-size: 2.95rem;
}

.subtitle_geral_site {
    color: var(--cor-geral-site-hex);
    text-transform: uppercase;
    font-size: 1.8rem;
    font-family: var(--font-subtitulos);
    font-weight: 700;
    font-style: normal;
    /* line-height: 1.9; */
    letter-spacing: var(--letter-spacing-subtitulos);
    margin-bottom: 1.2rem;
}

.subtitle_geral_site.type-1 {
    font-size: 1.8rem;
    /* line-height: 1.6; */
}

.subtitle_geral_site.type-2 {
    font-size: 2.8rem;
}

.subtitle_geral_site.type-3 {
    font-size: 1.4rem;
    /* line-height: 1.6; */
}


@media (max-width: 992px) {
    .title_geral_site {
        font-size: 4.5rem;
    }

    .title_geral_site.type-1 {
        font-size: 4rem;
    }

    .title_geral_site.type-2 {
        font-size: 2.95rem;
    }
}









.subtitle_geral_v2 {
    color: var(--cor-geral-site-hex);
    text-transform: uppercase;
    font-size: 1.8rem;
    font-family: var(--font-subtitulos);
    font-weight: 700;
    font-style: normal;
    line-height: 1.9;
    letter-spacing: var(--letter-spacing-subtitulos);
}

.title_geral_v2 {
    color: rgb(var(--cor1-rgb));
    line-height: 1.1;
    letter-spacing: 0em;
    font-size: 4rem;
    text-align: left;
    font-family: var(--font-titulos);
    font-weight: 400;
    font-style: normal;
}

.title_geral_v2.bigger {
    font-size: 4.9rem;
}

@media (max-width: 992px) {
    .subtitle_geral_v2 {
        font-size: 1.6rem;
    }

    .title_geral_v2 {
        font-size: 4rem;
    }

    .title_geral_v2.bigger {
        font-size: 4.9rem;
    }
}

/* ========= Bloco banner off ========= */
.bloco-image-banner-off {
    --space-off-block: 60px;
    width: 100%;
    min-height: 644px;
    display: flex;
    align-items: flex-end;
    margin-bottom: calc(var(--space-off-block) * 2);
}

.bloco-image-banner-off .inner-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    top: var(--space-off-block);
}

.bloco-image-banner-off .inner-banner .image-mobile {
    display: none;
}

.bloco-image-banner-off .inner-banner .banner-caption-drop {
    /* position: absolute;
        left: 0;
        bottom: 0; */
    background-color: #ffffff;
    max-width: 650px;
    padding: 3rem 6rem;
}

@media (max-width: 992px) {
    .bloco-image-banner-off {
        background-image: none !important;
        min-height: unset;
        margin-bottom: 0;
    }

    .bloco-image-banner-off .inner-banner {
        top: unset;
    }

    .bloco-image-banner-off .inner-banner .image-mobile {
        display: block;
    }

    .bloco-image-banner-off .inner-banner .banner-caption-drop {
        max-width: 100%;
        padding: 2rem;
    }
}

/* ========= Bloco banner off ========= */
/* ========= Bloco New FAQ's ========= */
.modulo-item-listagem.modulo-lista-faqs-new {
    --space-number-text: 3rem;
    --cor-geral-faqs-rgb: var(--cor3-rgb);
}

.modulo-item-listagem.modulo-lista-faqs-new .card {}

@media (max-width: 769px) {
    .modulo-item-listagem.modulo-lista-faqs-new .card .card-body {
        padding: 0 2rem;
    }
}

.modulo-item-listagem.modulo-lista-faqs-new .card .faq {
    display: flex;
    align-items: center;
    flex-direction: row;
    text-align: left;
}

.modulo-item-listagem.modulo-lista-faqs-new .card .open-faq {
    text-align: center;
    color: rgb(var(--cor-geral-faqs-rgb));
    font-size: 2rem;
    cursor: pointer;
}

.modulo-item-listagem.modulo-lista-faqs-new .card .open-faq i {
    transition: all .3s ease-in;
}

.modulo-item-listagem.modulo-lista-faqs-new .card .open-faq[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.modulo-item-listagem.modulo-lista-faqs-new .card .border-bottom {
    border-bottom: 1px solid rgb(var(--cor-geral-faqs-rgb));
    padding: 2rem 0rem;
}

.modulo-item-listagem.modulo-lista-faqs-new .card:last-child .border-bottom {
    border-bottom: none;
}

.modulo-item-listagem.modulo-lista-faqs-new .card:nth-child(2n+0) .faq {
    flex-direction: row-reverse;
    text-align: right;
}

.modulo-item-listagem.modulo-lista-faqs-new .card:nth-child(2n+0) .faq .number {
    margin-left: var(--space-number-text);
    margin-right: 0;
}

.modulo-item-listagem.modulo-lista-faqs-new .card .faq .number {
    color: rgb(var(--cor-geral-faqs-rgb));
    font-size: 8rem;
    font-family: var(--font-titulos);
    font-weight: 400;
    font-style: normal;
    margin-right: var(--space-number-text);
}

.modulo-item-listagem.modulo-lista-faqs-new .card .faq .text {
    color: #3a3a3c;
    font-size: 3rem;
    font-family: var(--font-titulos);
    font-weight: 400;
    font-style: normal;
}

/* ========= Bloco New FAQ's ========= */
/* ========= Bloco listagem esquerda/direita ========= */
.modulo-item-listagem.modulo-lista-blocos-ed {}

.modulo-item-listagem.modulo-lista-blocos-ed .card {
    border: none;
    margin-bottom: 10rem;
}

.modulo-item-listagem.modulo-lista-blocos-ed .card:last-child {
    margin-bottom: 0;
}

.modulo-item-listagem.modulo-lista-blocos-ed .card .card-body {}

@media (max-width: 992px) {
    .modulo-item-listagem.modulo-lista-blocos-ed .card {
        margin-bottom: 6rem;
    }

    .modulo-item-listagem.modulo-lista-blocos-ed .card .card-img {
        margin-bottom: 3rem;
    }
}

/* ========= Bloco listagem esquerda/direita ========= */


/* ========= Bloco listagem 3-3 ========= */
.bloco-padding-type1 {
    /* padding: 10rem 0; */
    padding: 5rem 0;
}

.row.space-between-var {
    margin-right: calc(var(--var-space-between) * -1);
    margin-left: calc(var(--var-space-between) * -1);
}

.row.space-between-var>[class*=col-] {
    padding-right: var(--var-space-between);
    padding-left: var(--var-space-between);
}

/*.modulo-item-listagem.modulo-lista-blocos-3-3 [class*=col-] {
        position: relative;
    }*/
.modulo-item-listagem.modulo-lista-blocos-3-3 [class*=col-]:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--cor-blocos-3-3);
}

.modulo-item-listagem.modulo-lista-blocos-3-3 [class*=col-]:last-child:after {
    content: unset;
    display: none;
}

.modulo-item-listagem.modulo-lista-blocos-3-3 .titulo-bloco {
    color: var(--cor-blocos-3-3);
    text-transform: uppercase;
    line-height: 1.9;
    letter-spacing: var(--letter-spacing-subtitulos);
    font-size: 2.8rem;
    font-family: var(--font-subtitulos);
    font-weight: 700;
    font-style: normal;
}

@media (max-width: 992px) {
    .modulo-item-listagem.modulo-lista-blocos-3-3 .titulo-bloco {
        letter-spacing: 0.12em;
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .modulo-item-listagem.modulo-lista-blocos-3-3 [class*=col-] {
        margin-bottom: 4rem;
    }

    .modulo-item-listagem.modulo-lista-blocos-3-3 [class*=col-]:after {
        content: unset;
        display: none;
    }
}

/* Preloader */
.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #f7f7f7;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}

.lds-ripple .lds-pos {
    position: absolute;
    border: 2px solid var(--cor-geral-site-hex);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite;
}

.lds-ripple .lds-pos:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    to {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

/* Preloader */

@media (min-width: 768px) {
    .sticky {
        position: sticky;
        top: calc(var(--height-menu) + 3rem);
    }
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    z-index: 100;
    transition: top 0.3s;
}