.cookie-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #f8dc7a;
    padding: 25px;
    border-radius: 5px;
    display: none;
    z-index: 100000;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* alinhamento vertical */
    justify-content: center;
}

.cookie-popup button {
    background-color: #d6a52c;
    border: none;
    color: black;
    padding: 5px 50px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 0px;
}

.cookie-popup button:hover {
    background-color: #f8dc7a;
    color: black;
}


body,
.adv-img p,
.caption-bottom p,
.adv-circle .caption p,
.advs-box p,
.list-blog p {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #4C4C4C;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 99995;
}

#preloader:after {
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(images/load.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    z-index: 999999999999;
}

[href='#'].img-box:not(.adv-circle):before,
[href=''].img-box:not(.adv-circle):before,
.img-box:not([href]):before {
    display: none;
}

.overflow-visble {
    overflow: visible !important;
}

img {
    max-width: 100%;
}

.container.content,
.section-empty>.content,
.section-bg-image>.content,
.section-bg-video>.content,
.section-bg-animation>.content,
.section-slider>.content {
    padding-top: 25px;
    padding-bottom: 25px;
}

div.content {
    padding-left: 15px;
    padding-right: 15px;
}

div.content>*:first-child {
    margin-top: 0;
}

a {
    cursor: pointer;
    outline: none;
}

a[data-toggle],
a[data-anima] {
    display: inline-block;
}

.text-s {
    font-size: 13px !important;
    line-height: 18px;
}

.text-m {
    font-size: 18px !important;
    line-height: 25px;
}

.text-l {
    font-size: 27px !important;
    line-height: 31px;
}

.text-xxl {
    font-size: 110px !important;
    line-height: 110px;
}

div>p:last-child {
    margin-bottom: 0;
}

header {
    line-height: 1.42857143;
    z-index: 99998;
}

.nav li:hover>ul,
.nav li:hover>.mega-menu,
.side-menu li:hover .panel,
.side-menu li .panel:hover {
    display: block;
}

.navbar-default .navbar-nav>li>a,
.mega-menu h5 {
    color: #444;
}

header .navbar-right>* {
    float: left;
}

header .navbar-right>*:not(li) {
    padding-right: 10px;
    padding-left: 10px;
}

header .navbar-right>.lan-menu {
    padding-right: 0;
}

.navbar-brand img {
    transition: all .3s;
    max-height: 100%;
}

.wide-area .container {
    width: 100% !important;
}

.navbar-right img {
    max-height: 41px;
    margin: 5px auto;
}

header>.navbar {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #E4E4E4;
    transform: translate3d(0px, 0px, 0px);
}

.fixed-top {
    height: 52px;
}

.navbar-nav li:hover,
.subline-bar li:hover,
.sidebar-nav ul a:hover,
.panel-item>span:hover,
.sidebar-nav .panel-item>span:hover,
.bg-transparent li.active {
    color: #171717;
    background: rgba(199, 199, 199, 0.08);
    border-radius: 2px;
}

.bg-transparent li.active,
.bg-transparent li:hover {
    background: rgba(199, 199, 199, 0.05);
}

.navbar-brand {
    margin-right: 15px;
}

header.menu-transparent {
    height: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.navbar-main,
.nav.inner {
    background-color: #FFFFFF;
    margin-bottom: 0;
    border: none;
}

.mega-menu-fullwidth,
.navbar.mega-menu-fullwidth .container,
header .navbar-main>.container {
    position: relative;
}

.lan-menu a img {
    margin: -2px 5px 0 0;
}

.lan-menu li a {
    font-size: 11px;
    text-transform: uppercase;
    color: #5F5F5F;
}

.lan-menu ul.dropdown-menu {
    min-width: 80px;
    width: 100%;
}

.lan-menu ul li a {
    padding: 10px 15px;
}

footer {
    background-color: #F5F5F5;
    position: relative;
    z-index: 1;
    margin-top: 0 !important;
}

.footer-center {
    text-align: center;
}

.overlay-container,
.bg-gradient-container {
    position: relative;
    overflow: hidden;
}

.background-page {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: fixed;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

iframe {
    border: none;
    width: 100%;
    max-height: 550px;
    height: 50vh;
    
}
/* @media (max-width: 996px) {
    iframe{
        height: 35vh !important;
        overflow: auto;
    -webkit-overflow-scrolling: touch; 
    }
    .coverflow-slider{
        width: 90% !important;
        padding-left: -50px !important;
        padding-right: -50px !important;
        
    }
} */
.background-page video {
    width: 100%;
    bottom: 0;
    top: 0;
    filter: grayscale(20%) brightness(50%) blur(0px);
    /* Efeito halftone */
}

header.menu-transparent.bg-transparent .navbar {
    border: none;
    background: rgba(0, 0, 0, 0.1) !important;
}

header.bg-transparent .navbar-mini .navbar-form .btn-default,
header.bg-transparent input,
header.bg-transparent .fa,
header.bg-transparent button,
header.bg-transparent .social-group a i.fa {
    background: none !important;
    background-color: rgba(0, 0, 0, 0.0) !important;
    border-color: rgba(158, 158, 158, 0.39) !important;
    color: #E4E4E4;
}

header.bg-transparent>.navbar {
    background-color: rgba(0, 0, 0, 0.41) !important;
    border-radius: 0;
}

header.menu-transparent.scroll-css>.navbar {
    background: rgba(0, 0, 0, 0.75) !important;
}

.bg-transparent,
.bg-transparent .navbar-nav a {
    background-color: rgba(0, 0, 0, 0) !important;
}

.menu-transparent.bg-transparent .navbar-nav>li>a:hover,
.bg-transparent .navbar-nav .active>a,
header.menu-transparent .navbar-default {
    background-color: rgba(0, 0, 0, 0.25) !important;
}

.menu-transparent:not(.scroll-css) li.dropdown:hover {
    background: rgba(0, 0, 0, 0.4) !important;
    border-radius: 0;
}

header.bg-transparent .navbar-default .navbar-nav>li>a {
    color: #E4E4E4;
    transform: translateY(0px);
    transition: transform .3s;
}

.fa-ul>li,
ul.no-icons li {
    line-height: 200%;
}

.fa-ul .fa-li {
    line-height: 180%;
    text-align: left;
}

.img-box {
    overflow: hidden;
    max-width: 100%;
    outline: none !important;
    position: relative;
    text-align: left;
    z-index: 0 !important;
}

.img-box:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: #000000;
    z-index: 0;
    transition: opacity 0s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    opacity: 0;
}

.img-box .caption {
    text-align: center;
    padding: 10px 10px 15px 10px;
    color: #676767;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    position: relative;
}

.img-box.anima-scale-up,
.img-box.anima-scale-up-2x,
.img-box.anima-scale-rotate,
.img-box.show-scale {
    opacity: 1 !important;
}

.text-black {
    font-weight: 900 !important;
}

hr.space {
    border: none !important;
    clear: both;
    height: 70px;
    margin: 0;
}

hr.space.l {
    height: 50px;
}

hr.space.xs {
    height: 10px;
}

hr.space.s {
    height: 20px;
}

hr.space.m {
    height: 30px;
}

.white .countdown span,
.white .fa-ul>li a,
.white .icon-list .list-item i,
.white .icon-box-cell label:not(.counter),
.white .title-icon h2,
.white h1,
.white .h1,
.white h2,
.white .h2,
.white h3,
.white .h3,
.white h4,
.white h5,
.white h6,
.white i,
.white .advs-box .icon,
.white .advs-box h2,
.white .advs-box h3 {
    color: #FAFAFA;
}

.white .advs-box h4,
.white .navbar-nav>.active>a,
.white .navbar-nav>.active>a:hover,
.white .navbar-nav>.active>a:focus,
.white .navbar-nav>.open>a,
.white .navbar-nav>.open>a:hover,
.white .navbar-nav>.open>a:focus,
.white .navbar-nav>li>a:focus,
.white,
.white ul li,
.white p,
.white .breadcrumb>.active,
.white .navbar-nav>li>a,
.white .navbar-nav>li>a:hover,
.white .dropdown-menu>li>a,
.white .niche-box-testimonails h5,
.white .title-base h1,
.white .title-base h2,
.white .title-base h3,
.white ul.list-texts li b {
    color: #FAFAFA !important;
}

.white .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.0);
}

.white .dropdown-menu>li>a:hover,
.white .dropdown-menu>li>a:focus,
.white a {
    color: #E2E2E2;
}

button.navbar-toggle {
    padding: 3px !important;
    border: none;
}

.navbar-toggle>i {
    font-size: 25px;
    margin: 2px 5px 0 5px;
    line-height: 23px;
    color: #4C4C4C;
}

@media (max-width: 992px) {
    [class*="col-md"] {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .flip-content::before{
        left: -5px;
    }
    .text-xxl {
        font-size: 45px !important;
        line-height: 50px;
        padding-right: 20px;
        padding-left: 20px;
    }

    a.img-box {
        margin: 0;
    }

    .background-page video,
    .background-page iframe {
        display: none;
    }

    .background-page video {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .navbar-brand {
        padding-top: 20px !important;
        /* Adiciona espaço acima do logotipo */
    }

    .navbar-header {
        background-color: #000;
        padding: 0px 0px 20px 20px !important;
    }

    .bg-transparent .navbar-header {
        background-color: #000;
        padding: 0px 0px 20px 20px !important;
    }

    .bg-transparent .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #d2a32c;
    }

    header .navbar-nav {
        margin-top: 0;
    }

    .dropdown .dropdown-menu {
        display: none;
    }

    .dropdown.open .dropdown-menu {
        display: block;
        margin: 0 !important;
    }

    .fa-ul>li {
        overflow: visible;
        text-align: left;
    }

    .nav li:hover>ul,
    .nav li:hover>.mega-menu,
    .side-menu li:hover .panel,
    .side-menu li .panel:hover {
        display: none;
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: static !important;
        margin-top: 0 !important;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: inherit;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.13);
    }

    .lan-menu {
        text-align: center;
        margin: 0 -15px;
        padding: 0 !important;
        display: block;
    }

    header .navbar-right>* {
        float: none;
        padding: 0 !important;
    }

    div.navbar-nav {
        margin: 0 0 0 0;
    }

    .navbar-brand {
        margin-top: 0 !important;
        margin-right: 5px;
        max-width: 80%;
        height: auto !important;
        padding-left: 15px;
    }

    .navbar-toggle {
        max-width: 20%;
    }

    .lan-menu ul li a {
        text-align: center;
    }

    .dropdown-menu {
        padding-bottom: 5px;
    }

    hr.space {
        height: 35px;
    }

    hr.space.xs {
        height: 8px;
    }

    hr.space.s {
        height: 10px;
    }

    hr.space.m {
        height: 20px;
    }

    footer,
    .footer-left,
    .footer-right {
        text-align: center;
    }

    footer {
        height: auto !important;
    }
}

@media (max-width: 767px) {

    .col-md-6,
    .col-md-3,
    .col-md-3:not(.widget),
    .col-md-4,
    .col-md-2,
    .col-md-9,
    .col-md-8,
    .col-md-7,
    .col-md-1,
    .col-md-5 {
        width: 100%;
    }

    .background-page video {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .navbar-brand {
        padding-top: 20px !important;
    }

    .container.content {
        flex-direction: column-reverse;
    }

    .row {
        flex-direction: column-reverse;
    }
}

.google-gabarito-m {
    font-family: 'Gabarito', sans-serif;
    font-size: 42px;
    color: #f8dc7a;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 1.0;
}

.google-gabarito-s {
    font-family: 'Gabarito', sans-serif;
    font-size: 20px;
    color: #d6a52c;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 1.4;
}

.google-gabarito-s-light {
    font-family: 'Gabarito', sans-serif;
    font-size: 20px;
    color: #f8dc7a;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 1.4;
}

.google-gabarito-s-termos {
    font-family: 'Gabarito', sans-serif;
    font-size: 20px;
    color: #8a8a8a;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 1.4;
    text-align: justify;
}

@media (max-height: 720px) and (min-width: 768px) {
    .text-xxl {
        font-size: 75px !important;
        line-height: 70px;
        padding-top: 30px;
        padding-bottom: 0px;
    }
}
.icons-redes-sociais {
    display: flex;
    justify-content: left;
    gap: 15px;
    margin: 0px 0px 0px 45px;
}
.icons-redes-sociais a img {
    width: 30px;
    height: 30px;
    transition: transform 0.3s;
    opacity: 0.6;
    transition: opacity 0.3s;
}
.icons-redes-sociais a img:hover {
    transform: scale(1.1);
    opacity: 1;
}