/* ----------- TEMPLATE ----------- */
:root {
    font-size: 62.5%;
    --cor-geral-site-hex: #c7bb90;
    --cor-geral-site-rgb: 199, 187, 144;
    --cor-site-hex-1: #c7bb90;
    --cor-site-rgb-1: 199, 187, 144;
    --cor-site-hex-2: #303031;
    --cor-site-rgb-2: 48, 48, 49;
    --cor-site-hex-3: #9f8958;
    --cor-site-rgb-3: 159, 137, 88;
    --cor-site-hex-4: #9aa3ac;
    --cor-site-rgb-4: 154, 163, 172;
    --cor-site-hex-5: #1E1E1E;
    --cor-site-rgb-5: 30 30 30;
    --cor-site-hex-preto: #000000;
    --cor-site-rgb-preto: 0, 0, 0;
    --cor-site-hex-branco: #ffffff;
    --cor-site-rgb-branco: 255, 255, 255;
    --border-radius-geral: 0;
    --fa-font-solid: "Font Awesome 5 Free";
}

html,
body {
    /* font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif'; */
    font-family: "League Spartan", sans-serif;
    font-size: 1.6rem;
    width: 100%;
    height: 100%;
}

body {
    --height-menu: 6.7rem;
    --height-menu-mobile: 60px;
    --width-logo: 79px;
    --width-logo-mobile: 200px;
}

.tooltip {
    font-size: 1.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn.geral-site {
    font-weight: 700;
    font-size: 18px;
    line-height: 17px;
    text-transform: uppercase;
    color: rgb(var(--cor-site-rgb-branco));
    background: #C8BD90;
    border-radius: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0.8rem;
    min-width: 25rem;
    margin: 0;
    padding: 1.4rem;
    display: inline-block;
}

.btn.geral-site:hover {
    background-color: var(--cor-site-hex-2);
}

.titulo-section-new {
    color: var(--cor-site-hex-3);
    font-weight: 600;
    font-size: 40px;
    line-height: 37px;
}

.descricao-bigger {
    font-weight: 300;
    font-size: 24px;
    line-height: 22px;
    color: #000000;
}

.text-black {
    color: #000000 !important;
}

/* - */
/* ----------- 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)
}

/* ----------- CABECALHO ----------- */
header.cabecalho {
    background-color: var(--cor-site-hex-5);
    min-height: var(--height-menu);
    position: relative;
    z-index: 16;
}

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

    header.cabecalho {
        position: relative;
        /*z-index: 2;*/
    }

    header.cabecalho {
        position: absolute;
        /*z-index: 5;*/
        top: 0px;
        left: 0px;
        right: 0px;
    }
}

header.cabecalho:before {
    content: '';
    background-color: rgb(var(--cor-geral-site-rgb));
    width: 100%;
    height: 0.25rem;
    display: block;
    position: absolute;
    z-index: 0;
    bottom: -0.25rem;
    display: none;
}

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

    body.cabecalho-fixed header.cabecalho:after {
        display: none;
    }

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

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

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

header.cabecalho .navbar {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
}

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

header.cabecalho .navbar-brand img {
    width: var(--width-logo);
    height: auto;
}

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

header.cabecalho .navbar-brand figcaption {
    display: none;
}

/* - */
header.cabecalho .navbar-toggler {
    border-radius: 0;
    width: 70px;
    height: 70px;
    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: rgb(var(--cor-geral-site-rgb));
}

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

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

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

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

header.cabecalho .navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 22px;
    top: 30px;
    -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: 22px;
    top: 30px;
    -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 {}

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

@media (min-width: 769px) {
    header.cabecalho .menu-geral {
        height: 100%;
        margin: 0 3rem;
    }

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

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

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

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

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

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

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

    /* header.cabecalho .menu-geral .navbar-nav .nav-item:after {
        content: '|';
        margin-left: -0.5rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        display: inline-block;
    } */

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

    header.cabecalho .menu-geral .dropdown-menu {
        background-color: rgb(var(--cor-site-rgb-4));
        border: 0;
        border-radius: 0;
        min-width: 15rem;
        margin: 0;
    }

    header.cabecalho .menu-geral .dropdown-menu .dropdown-item {
        color: #ffffff;
        padding: 1rem 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(--cor-geral-site-rgb));
}

/* - */
header.cabecalho .redesociais {
    margin-top: 0.5rem;
}

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

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

.redesociais a {
    position: relative;
    z-index: 0;
    top: 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;
}

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

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

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

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

header.cabecalho .lang a {}

header.cabecalho .lang a.pt {}

header.cabecalho .lang a.en {}

@media (min-width: 992px) {
    body.cabecalho-fixed header.cabecalho {
        position: fixed;
        opacity: 0;
        top: -4.5rem;
        -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(0, 0, 0, 0.2);
    }

    body.cabecalho-fixed header.cabecalho:before {
        content: '';
        background-color: rgb(var(--cor-geral-site-rgb));
        width: 100%;
        height: 0.25rem;
        display: block;
        position: absolute;
        z-index: 0;
        bottom: -0.25rem;
        display: none;
    }
}

@-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: 768px) {
    header.cabecalho {
        min-height: 70px;
    }

    header.cabecalho .menu-geral {
        background-color: rgb(var(--cor-site-rgb-4));
    }

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

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

    header.cabecalho .navbar {
        padding: 0;
    }

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

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

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

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

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

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

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

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

@media (min-width: 992px) AND (max-width: 1200px) {
    header.cabecalho .navbar-brand img {
        width: auto;
        height: 40px;
    }

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

@media (min-width: 769px) AND (max-width: 992px) {
    header.cabecalho .navbar-brand {
        margin: 0 7px;
    }

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

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

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

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

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

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

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

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

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

/* ----------- RODAPE ----------- */
footer.rodape {
    background-color: rgb(var(--cor-site-rgb-2));
    position: relative;
    z-index: 0;
    padding-top: 6rem;
    padding-bottom: 7rem;
}

footer.rodape:before {
    content: '';
    background-image: url(../images/icon-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90% auto;
    background-color: rgb(var(--cor-geral-site-rgb));
    border-top: solid 1rem #252526;
    width: 15.3rem;
    height: 4.3rem;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: absolute;
    z-index: 1;
    top: -1rem;
    left: 0;
    right: 0;
}

footer.rodape,
footer.rodape a {
    font-size: 1.5rem;
    line-height: 2.1rem;
    color: #fff;
    font-weight: 100;
}

footer.rodape .tit {
    font-weight: 600;
    margin-bottom: 1rem;
}

footer.rodape a {
    opacity: 1;
}

footer.rodape a:hover {
    opacity: 0.75;
}

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

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

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

footer.rodape .container {
    position: relative;
    z-index: 1;
}

footer.rodape .logo1 {
    margin-bottom: 4rem;
}

footer.rodape .redesociais a {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
    text-indent: -9000rem;
    text-align: left;
    width: 4rem;
    height: 4rem;
    margin: 0 1rem;
    display: inline-block;
}

footer.rodape .redesociais a:first-child {
    margin-left: 0;
}

footer.rodape .redesociais a:last-child {
    margin-right: 0;
}

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

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

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

@media (min-width: 1200px) AND (max-width: 1440px) {
    /* footer.rodape .logo1 {
        width: 30rem;
        height: auto;
    } */

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

@media (min-width: 992px) AND (max-width: 1200px) {
    /* footer.rodape .logo1 {
        width: 30rem;
        height: auto;
    } */

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

@media (min-width: 769px) AND (max-width: 992px) {
    /* footer.rodape .logo1 {
        width: 30rem;
        height: auto;
    } */

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

@media (max-width: 768px) {
    /* footer.rodape .logo1 {
        width: 30rem;
        height: auto;
    } */

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

@media (max-width: 425px) {
    /* footer.rodape .logo1 {
        width: 25rem;
        height: auto;
    } */
}

/* - */
.manutencao {
    background-color: rgb(var(--cor-site-rgb-2));
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

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

.manutencao p {
    margin: 0;
}

/* - */
.scrollup {
    background-image: url(../images/bt_scrollup.png);
    background-repeat: no-repeat;
    background-position: center top;
    text-indent: -9000em;
    width: 3.4rem;
    height: 2rem;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 1.75rem;
}

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

.cookies .container .row {
    background-color: rgb(255 255 255 / 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(--cor-geral-site-rgb));
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

/* ----- */
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: rgba(var(--cor-site-rgb-preto), 1);
    text-align: center;
    background-color: rgba(var(--cor-site-rgb-branco), 1);
    border-radius: 0.25rem;
    line-height: normal;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: rgba(var(--cor-site-rgb-branco), 1);
}

/* ----- */
.container-simulador-credito-habitacao {
    position: relative;
    z-index: 0;
}

.container-simulador-credito-habitacao-descricao h3 {
    font-weight: 500;
    --fontsize: 1.8rem;
    font-size: var(--fontsize);
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.container-simulador-credito-habitacao-descricao {
    font-weight: 300;
    --fontsize: 1.4rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.6);
    margin-bottom: 1.5rem;
}


@media (min-width: 1300px) {
    .container-simulador-credito-habitacao .container {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1;
        bottom: 7rem;
    }
}

@media (min-width: 1300px) AND (max-width: 1440px) {
    .container-simulador-credito-habitacao {
        padding-bottom: 10rem;
    }

    .container-simulador-credito-habitacao .container {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1;
        bottom: -1rem;
    }
}

.container-simulador-credito-habitacao .form-simulador-credito-habitacao .form-control {
    padding: 0.75rem 1.5rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bloco-tipo {
    margin-top: 1.5rem;
    margin-bottom: 0rem;
}

.card-categoria {
    text-align: center;
}

.btn.load-more {
    font-size: 1.5rem;
    line-height: normal;
    color: rgb(var(--cor-site-rgb-branco));
    background-color: rgb(var(--cor-geral-site-rgb));
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0.8rem;
    border: solid 2px rgb(var(--cor-geral-site-rgb));
    min-width: 25rem;
    margin: 0;
    padding: 1.4rem;
    display: inline-block;
}

.btn.load-more:hover,
.btn.load-more:active {
    color: rgb(var(--cor-geral-site-rgb));
    background-color: rgb(var(--cor-site-rgb-branco));
}



.custom-marquee {
    margin: 0 -15px;
    overflow: hidden;
    display: flex;
}

.custom-marquee__inner {
    animation: marquee 40s linear infinite;
    flex-shrink: 0;
}

.custom-marquee__inner img {
    max-width: 100%;
    display: inline;
    /* display: flex; */
    padding: 0;
    margin: 0 15px;
    transition: transform 0.3s ease;
}

.custom-marquee__inner img:hover {
    transform: scale(1.1);
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 768px) {
    .custom-marquee {
        margin: 0;
    }
    .custom-marquee__inner img {
        max-height: 40px;
        margin: 0 20px;
    }
}