@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "acumin-pro", sans-serif;
}

.roboto {
    font-family: "Roboto", sans-serif;
}

.font-poppins-bold{
    font-family: "Helvetica Neue", sans-serif;
}

.filmotype-maxwell{
    font-family: "Inter", "Poppins",sans-serif;
}


a{
    text-decoration: none;
    color: var(--bs-black);
}

h2{
    font-weight: 600;
}

.nav-item {
    padding: 0 20px;
    align-content: center;
}
.alert-error{
    background-color: rgba(190, 10, 10, 0.83);
}

#banner h2{
    font-family: "Inter", "Poppins",sans-serif;
    font-size: 70px!important;
    line-height: 80px;
    position: sticky;
    font-weight: bolder!important;
}

/* =================== COLORS TO USE ======================= */

:root {
    --bs-primary: #2D39F5;
    --bs-secondary: #FABB05;
    --bs-white: #FFFFFF;
    --bs-gray-light: #F3F2F1;
    --bs-white-light: #F9F9FA;
    --bs-gray: #73757B;
    --bs-gray2: #7A7A7A;
    --bs-gray-dark: #4A4C4E;
    --bs-green-light: #6BC72A;
    --bs-green: #008A5B;
    --bs-green-whatsapp:#07B240;
    --bs-blue-light:#00B0F2;
    --bs-blue: #007AFF;
    --bs-blue-dark: #035594;
    --bs-purple: #780078;
    --bs-black: #000000;
    --bs-yellow: #FBBC05;
}

/* =================== TEXT COLORS ========================= */

.text-white {
    color: var(--bs-white);
    filter: brightness(100%);
}

.text-gray{
    color: var(--bs-gray) !important;
}


.text-gray2{
    color: var(--bs-gray2) !important;
}

.text-gray-dark {
    color: var(--bs-gray-dark) !important;
}

.text-green-light {
    color:  var(--bs-green-light) !important;
}

.text-green {
    color:  var(--bs-green) !important;
}
.text-yellow {
    color:  var(--bs-yellow) !important;
}

.text-blue {
    color: var(--bs-blue) !important;
}
.text-blue-light {
    color: var(--bs-blue-light) !important;
}

.text-blue-bold {
    color: var(--bs-blue);
}

.text-blue-dark {
    color: var(--bs-blue-dark) !important;
}

.text-purple {
    color: var(--bs-purple);
}

.text-justify {
    text-align: justify !important;
}
.text-bold {
    font-weight: 900;
}
.text-primary{
    color: var(--bs-primary)!important;
}
.text-secondary{
    color: var(--bs-secondary)!important;
}
.text-black{
    color: #000000!important;
}

.goog-te-banner-frame{
    display: none;
}

/* =================== border ======================== */
.border-bottom-blue:hover strong{
    border-bottom: 2px solid var(--bs-blue);
}
.border-bottom-yellow:hover strong{
    border-bottom: 2px solid var(--bs-yellow);
}
.border-bottom-green:hover strong{
    border-bottom: 2px solid var(--bs-green);
}
.border-shadow{
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.26);
}
.border-bottom-header {
    border-bottom: 9px solid var(--bs-primary);
    box-shadow: 1px -7px 5px 12px rgba(0, 0, 0, 0.26)
}
.border-bottom-white{
    border-bottom: 2px solid #ffffff;
}
/* =================== LINE-HEIGHT ======================== */

.lh {
    line-height: 8px;
}
.lh-1 {
    line-height: 15px;
}

.lh-2 {
    line-height: 25px;
}

/* =================== SIZE OF TEXT FONTS ================== */

.fs-12 {
    font-size: 12px
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}
.fs-32 {
    font-size: 32px;
}
.fs-33 {
    font-size: 33px;
}
.fs-34 {
    font-size: 34px;
}
.fs-35 {
    font-size: 35px;
}
.fs-36 {
    font-size: 36px;
}

.fs-40 {
    font-size: 40px;
}
.fs-48 {
    font-size: 48px;
}

.fs-50 {
    font-size: 50px;
}
.fs-54 {
    font-size: 54px;
}
.fs-56 {
    font-size: 56px;
}

.fs-60 {
    font-size: 60px;
}
.fs-65 {
    font-size: 65px;
}
.fs-66 {
    font-size: 66px;
}
.fs-72 {
    font-size: 72px;
}
.fs-80 {
    font-size: 80px;
}
.fs-90 {
    font-size: 90px;
}
.fs-96 {
    font-size: 96px;
}
.fs-100 {
    font-size: 100px;
}

.w-60{
    width: 60%;
}

.fw-200{
    font-weight: 200;
}
/* =================== BUTTONS ============================= */

.btn,
.btn-white-shorcuts,
.btn-white,
.btn-gray,
.btn-blue-light,
.btn-blue,
.btn-blue-dark,
.btn-green-light {
    transition: 0.2s ease-in-out;
}

.btn {
    border-radius: 10px; !important;
}

.btn-white-shorcuts {
    max-width: 180px !important;
    background-color: var(--bs-white);
}
.btn-white-shorcuts:hover {
    background-image: linear-gradient(90deg, #780078 0%, #003678 100%);
    color: #ffffff!important;
}

.btn-transparent{
    background-color: transparent;
}
.btn-yellow{
    background-color: var(--bs-yellow);
}


.btn-white {
    border-radius: 30px!important;
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.10);
    padding: 8px 10px 8px 30.19px;
}


.btn-white:hover a{
    color: #ffffff !important;
}

.btn-whats {
    background-color: #02B602;
    color: #ffffff;
}
.btn-whats:hover {
    background-color: rgba(2, 182, 2, 0.76);
    color: #ffffff;
}
.btn-gray {
    background-color: var(--bs-gray);
}

.btn-gray:hover {
    background-color: #6c6b6b;
}

.btn-blue-light {
    background-color: var(--bs-blue-light);
}
.btn-blue-light:hover {
    background-color: #0031FE;
    color: #ffffff!important;
}

.btn{
    border-radius: 0!important;
}

.btn-primary {
    background-color: var(--bs-primary)!important;
    color: white;
    border: 2px solid var(--bs-primary);
}

.btn-outline-primary{
    border-color: var(--bs-primary);
    color: var(--bs-primary);
    border: 2px solid var(--bs-primary);


}
.btn-outline-blue{
    border-color: var(--bs-blue);
    color: var(--bs-blue);
    border: 2px solid var(--bs-blue);


}

.btn-back{
    border: 1px solid  #D3D6D9;
}
.btn-back:hover{
    background-color: #b6b6b6;
}

.btn-secondary {
    background-color: var(--bs-secondary);
    color: #000000;
    border: 2px solid var(--bs-secondary);

}
.btn-secondary:hover {
    background-color: rgba(250, 187, 5, 0.65);
    color: #000000;
    border: 2px solid rgba(250, 187, 5, 0.67);

}

.btn-blue {
    background-color: var(--bs-blue);
    color: white;
    border: 2px solid var(--bs-blue);

}
.btn-blue:hover {
    background-color: #0031FE;
    color: white;
    border: 2px solid #0031FE;
}
.btn-black {
    background-color: var(--bs-black);
    color: white;
    border: 2px solid var(--bs-black);

}
.btn-black:hover {
    background-color: var(--bs-white);
    color: black;
    border: 2px solid var(--bs-black);

}


.btn-blue-dark {
    background-color: var(--bs-blue-dark);
}
.btn-red {
    background-color: red;
}

.btn-blue-dark:hover{
    background-color: #021a59;
}

.btn-green-light {
    background-color: var(--bs-green-light);
}

.btn-green-light:hover {
    background-color: #4da20f;
}

.btn-light:hover, .btn-white:hover, .btn-primary:hover{
    background: var(--bs-primary)!important;
    color: #ffffff;
}

.btn-voltar{
    border-radius: 10px;
    border: 1px solid #B6B6B6;
    color: #B6B6B6;
}

.btn-arquivo{
    border-radius: 10px;
    border: 1px solid #000;
}


/* =================== INPUTS ============================= */

.form-input-text {
    height: 40px;
    padding: 0 20px;
}

.form-text-area {
    padding: 10px 20px;
}

.form-input-text,
.form-text-area{
    width: 100%;
    border: 1px solid var(--bs-gray); !important;
    border-radius: 10px;
    outline: transparent !important;
    background: #FFFFFF;
}

.form-inputs-reservar-espaco,
.form-select-reservar-espaco,
.form-input-search{
    width: 100%;
    color: var(--bs-gray);
    height: 40px;
    border: 1px solid var(--bs-gray);
    background-color: var(--bs-white);
}

.form-input-search,
.form-inputs-reservar-espaco {
    padding: 0 12px;
}

.form-select-reservar-espaco {
    padding: 0 8px;
}

.form-inputs-reservar-espaco::placeholder,
.form-select-reservar-espaco select {
    font-size: 14px;
    color: var(--bs-gray);
}

.form-input-search input,
.form-select-reservar-espaco select {
    width: 100%!important;
    height: 100%!important;
    border: none;
    background-color: transparent;
    color: var(--bs-gray);
    outline: none;
}

.filter-evento {
    height: 100%;
    width: 100%;
    color: var(--bs-gray);
    padding: 0 10px;
    border:none;
    outline: none;
    background-color: transparent;
}

.content-date {
    width: 80px;
    height: 80px;
}

/* =================== MAPS ============================= */

#gmap_canvas {
    overflow:hidden;
    background:none !important;
    min-height: 475px;
    width:100%;
    border: 8px solid var(--bs-white) !important;
}

.mapouter{
    position:relative;
    text-align:right;
    height:100%;
    width:100%;
}

/* =================== SHADOWS ============================= */

.shadow {
    box-shadow: 0px 3px 6px #00000029!important;
}

.shadow-2 {
    box-shadow: 0px 12px 12px #00000029!important;
}

/* =================== BORDER RADIUS ======================= */

.br-1 {
    border-radius: 10px;
}

.br-2 {
    border-radius: 20px;
}

/* =================== Z-INDEX ============================= */

.z-index-1 {
    z-index: 1 !important;
}

.z-index-2 {
    z-index: 2 !important;
}

.z-index-3 {
    z-index: 3 !important;
}

/* =================== GERAL ============================= */
.rounded-circle{
    border-radius: 100px!important;
}
/* =================== VIDEOS ============================= */

.video {
    width: 70% !important;
    height: 450px;
}

#play-start,
#play-start-purple{
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#play-start div,
#play-start-purple div{
    padding: 10px;
    border-radius: 50%;
}

#play-start div {
    border: 1px solid var(--bs-blue-light);
}

#play-start-purple div {
    border: 1px solid var(--bs-white);
}

.play-start-icon:hover{
    background-image: linear-gradient(230deg, #008D3C 0%, #00B0F2 100%);
}

.play-start-icon,
.play-start-icon-purple{
    font-size: 30px;
    color: var(--bs-white);
    border-radius: 50%;
    width: 85px;
    height: 85px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-repeat: no-repeat;
    box-shadow: 0px 3px 20px #00000029;
    transition: 0.3s ease-in-out;
}

.play-start-icon {
    background-image: linear-gradient(230deg, #00B0F2 0%, #008D3C 100%);
}

.play-start-icon-purple {
    background-image: linear-gradient(90deg, #780078 0%, #003678 100%);
}

/*=================== CARDS ================================ */

.card-white {
    background-color: var(--bs-white);
    width: 100%;
    border-radius: 15px;
}
.card-white a:hover{
    color: var(--bs-blue)!important;
}

.card-news div > img{
    width:100%;
}

.card-news a:hover{
    color: var(--bs-blue-dark)!important;
}

.card-clipping {
    min-height: 230px;
    max-height: 230px;
}

.card-category {
    height: 475px;
    max-height: 475px;
}

.card-diferentials {
    height: 150px;
    border-bottom: 11px solid transparent;
    border-image: linear-gradient(90deg, #780078 0%, #00D0F8 100%) 0% 0%;
    border-image-slice: 1;
}

.card-why-visite {
    height: 130px;
    border-radius: 10px;
}

.card-infomation {
    height: 205px;
}

/* ================== DOTS CAROUSEL  ======================== */

.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--bs-green-light);
}

.owl-theme .owl-dots .owl-dot.active span {
    transform: scale(1.4);
}

#why-visite .owl-theme .owl-dots .owl-dot span {
    opacity: 0.5;
}

#why-visite .owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
}

#why-visite .owl-theme .owl-dots .owl-dot span,
#why-visite .owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--bs-white) !important;
}

#evento .owl-theme .owl-dots .owl-dot span {
    opacity: 0.5;
}

#evento .owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
}

#evento .owl-theme .owl-dots .owl-dot span,
#evento .owl-theme .owl-dots .owl-dot.active span {
    margin-top: 20px;
    background-color: var(--bs-blue-light) !important;
}


/* ================== NAV CAROUSEL  ======================== */

.owl-carousel .owl-nav button.owl-prev{
    background-image: url('../images/icones/chevron-left.svg') !important;
}

.owl-carousel .owl-nav button.owl-next {
    background-image: url('../images/icones/chevron-right.svg') !important;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent; !important;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 45%;
    left: -4%;
    width: 108% !important;
    display: flex;
    justify-content: space-between !important;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: transparent !important;
    height: 30px !important;
    width: 30px !important;
}

#evento .owl-carousel .owl-nav button.owl-prev{
    /*background-image: url('../images/icones/arrow-left-circle-blue.svg') !important;*/
}

#evento .owl-carousel .owl-nav button.owl-next {
    background-image: url('../images/icones/arrow-right-circle-blue.svg') !important;
}
/* ================== TABS ================================== */

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 20px !important;
    text-align: start !important;
    border-bottom-width: 1px;
    border-color: transparent transparent var(--bs-gray) transparent !important;
    border-style: solid !important;
}

.nav-tabs .nav-link.active {
    color: var(--bs-blue-dark) !important;
    background: var(--bs-gray-light) !important;
    border-color: transparent transparent var(--bs-blue-dark) transparent !important;
    border-width: 3px !important;
    border-style: solid !important;
    margin-top: -3px !important;
}

.nav-tabs .nav-link-galeria {
    width: 100%;
    padding: 5px 20px;
    font-size: 20px !important;
    border:none !important;
    background: transparent;
    color: var(--bs-gray-dark) !important;
}

.nav-tabs .nav-link-galeria.active {
    color: var(--bs-green-light) !important;
    border-bottom: 1px solid var(--bs-gray) !important;
}

/* =================== BACKGROUNDS COLORS ==================== */

.bg-blue-light {
    background-color: var(--bs-blue-light);
}
.bg-primary{
    background-color: var(--bs-primary)!important;
}
.bg-secondary {
    background-color: var(--bs-secondary)!important;
}

.bg-blue {
    background-color: var(--bs-blue);
}

.bg-blue-dark {
    background-color: var(--bs-blue-dark);
}
.bg-black {
    background-color: var(--bs-black);
}

.bg-green-light {
    background-color: var(--bs-green-light);
}

.bg-gray-light {
    background-color: var(--bs-gray-light)!important;
}
.bg-white-light {
    background-color: var(--bs-white-light)!important;
}
.bg-gray {
    background-color: #7A7A7A!important;
}

.bg-purple {
    background-color: var(--bs-purple);
}
.bg-primary{
    background-color: var(--bs-primary);
}
.bg-cinza {
    background: rgba(217, 217, 217, 0.39);
}

.bg-timeline-blur {
    position: absolute;
    background-image: url('../images/backgrounds/timeline-blur.svg');
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 10%;
}
.bg-transparent{
    background-color: transparent;
}

.bg-bege{
    background-color: #F7E8CC;
}

/* ================== BACKGROUND GRADIENTES ================ */

.bg-purple-gradiente {
    background-image: linear-gradient(90deg, #780078 0%, #003678 100%);
}

.bg-blue-gradiente {
    background-image:linear-gradient(90deg, #00D0F8 0%, #0074A6 100%)
}

.bg-blue-green-gradiente {
    background-image: linear-gradient(90deg, #00B0F2  0%,  #6BC72A 100%);
}

.bg-footer {
    background-image: linear-gradient(230deg, #00B0F2 0%, #008D3C 100%);
}
.bg-yellow {
    background-color: var(--bs-yellow);
}

/* ================== BACKGROUND IMAGES ===================== */

.bg-image,
.bg-dados-sobre,
.bg-expositor,
.bg-planta-interativa,
.bg-dados-merchandising,
.bg-why-visite,
.bg-hospedagem,
.bg-imprensa,
.bg-footer{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-dark-transparent{
    opacity: 0.7;
    background: #000000;
}

footer .list-none-style a.text-white:hover{
    border-bottom: 1px solid #ffffff;
}

.bg-credenciamento {
    border-top: 15px solid transparent;
    border-image: linear-gradient(90deg, #00B0F2 0%, #008D3C 100%) 0% 0%;
    border-image-slice: 1;
}

.bg-timeline {
    background-image: linear-gradient(90deg, #00B0F2  0%,  #6BC72A 100%);
}
/* ================== LISTAS  =============================== */

.list-none-style {
    list-style: none;
}

/* ================== SOCIAL NETWORK ======================== */

.social-network {
    background-color: var(--bs-blue-dark);
    transition: 0.2s ease-in-out;
}

.social-network:hover {
    background-color: #021a59;
}

.whatsapp {
    background-color: var(--bs-green-whatsapp);
}

.social-network,
.whatsapp{
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/* ================== FAQS ================================== */

.accordion-button-perfil-expositor {
    color: var(--bs-yellow) !important;
    border-radius: 10px !important;
    box-shadow: 0px 3px 6px #00000029 !important;
}

.accordion-button::after {
    background-image: url("../images/icones/mais.png") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/icones/menos.png") !important;
    height: 30px;
    width: 30px;
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-black) !important;
}

.accordion-item{
    border: none!important;
    background: transparent;
    margin-bottom: 30px;
}
/* ================== TABELAS =============================== */

.table {
    margin-left: 0;
    overflow-x: auto;
    max-height: 500px !important;
    overflow-y: auto !important;
}
.table-download {
    width: 100%;
    min-width: 650px;
    border-spacing: 0 12px !important;
    border-collapse: separate !important;
}

.table-download thead tr th,
.table-download tbody tr td {
    padding: 10px 0px 10px 10px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
}

.table-download thead tr,
.table-download tbody tr {
    border-radius: 2px;
    box-shadow: 0px 3px 3px #00000029;
}

.table-download thead th:first-child,
.table-download tbody tr td:first-child {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.table-download thead th:last-child,
.table-download tbody tr td:last-child {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

/* ================== ESTILIZAÇÃO HEADER ==================== */
nav{
    z-index: 1;
}
.nav-link {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
    white-space: nowrap;
}
.nav-link:hover, .nav-link:active {
    color: #FABB05!important;
    text-decoration: none;
    border: none;
}
.header-prestador .nav-link:hover,.header-prestador .nav-link:active {
    color: var(--bs-primary)!important;
    text-decoration: none;
    border: none;
}
.nav-link.curiti {
    margin-top: 11%;
}
/*.nav-link:hover {*/
/*    border-bottom: 3px solid var(--bs-blue) !important;*/
/*}*/

.time-content {
    min-width: 125px;
    max-width: 125px;
    min-height: 125px;
    max-height: 125px;
    border-radius: 50%;
}

.header-fixed{
    position: fixed;
    z-index: 6;
    box-shadow: 0px 3px 6px #00000029;
}

body{
    top: 0!important;
}

.dropdown-menu.show {
    -webkit-animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
    animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

.dropdown-toggle::after {
    background-image: url(../images/icones/chevron-down.png);
    background-position: center;
    background-size: cover;
    width: 19px;
    height: 19px;
    border: transparent !important;
    top: 12px;
    position: absolute;
}
.no-togle::after {
    background-image: none!important;
}

.idioma {
    width: 20px;
    height: 12px;
}

.dropdown-menu li a:hover
{
    background-color: var(--bs-primary);
    color: var(--bs-white) !important;
}

.dropdown-menu li a i:hover {
    color: var(--bs-white) !important;
}

.fa-circle-icon {
    color: var(--bs-blue-light);
}


/* =================== COOKIES ======================== */

#cookies{
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: var(--bs-black);;
    color: var(--bs-blue);
    z-index: 99999999;
    align-items: center;
    justify-content: center;
    display: none;
    padding: 5px;
}

#cookies h6{
    color: #ffffff;
    margin: 0;
    font-size: 15px;
}

#cookies p{
    color: #ffffff;
    margin: 0;
    font-size: 15px;
}
#cookies a{
    color: #ffffff!important;
    text-decoration: underline;
}
#cookies a:hover{
    text-decoration: unset;
}

#cookies-btn{
    color: #000000!important;
    background-color: white;
    border-radius: 20px;
    padding: 3px 27px;
    -webkit-appearance: media-volume-sliderthumb;
    min-width: 109px;
    font-weight: 100;
}

/************************ HEADER *******************************/
#header {
    position: sticky;
    top: 0;
    z-index: 1050; /* acima do conteúdo comum */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#header.scrolled {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

#header-topo{
    background: #F6F5F5;
}

#form-pesquisa input {
    background: rgba(255, 255, 255, 0.30);
    color: #000000;
    border: 1px solid rgba(226, 228, 230, 1);
    border-radius: 0;
    height: 45px;
}

#form-pesquisa input::placeholder {
    color: #000000;
}

#form-pesquisa button svg {
    fill: #000000;
}

.nav-anchor{
    color: #000000;
}

.menu-bottom{
    height: 75px;
}

.bg-logo{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 1 / 1;
    height: auto;
    background-color: #ffffff;
    cursor: pointer;
}

.nav-anchor{
    font-size: 14px;
}

#header-back .nav-anchor{
    color: #000000;
    font-size: 20px;
}

#header-back .menu-bottom {
    height: 92px;
}
#header-back .bg-logo {
    min-height: 92px;
    max-height: 92px;
}

#header-back #form-pesquisa input {
    background: white;
    color: #73757B;
    border: 1px solid #E2E4E6;
    border-radius: 0;
    height: 45px;
}

#header-back #form-pesquisa input::placeholder {
    color: #73757B;
}

#header-back #form-pesquisa button svg {
    fill: #73757B;
}

#header-back {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease;
}
#header-back.visible {
    display: block;
}

/* Estilo base: ambos os menus fixos */
#header, #header-back {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Visibilidade padrão */
#header {
    opacity: 1;
    visibility: visible;
}
#header.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Ícone hamburguer */
.navT {
    cursor: pointer;
    height: 40px;
    width: 30px;
    position: relative;
    margin-right: 10px;
    display: inline-block;
}

.navT .icon {
    position: absolute;
    top: 12px; /* melhor alinhamento vertical */
    left: 0;
    width: 30px;
    height: 2px;
    background: black;
    transition: 0.3s;
}

.navT .icon::before,
.navT .icon::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: black;
    transition: 0.3s;
}

.navT .icon::before {
    top: -6px;
}

.navT .icon::after {
    top: 6px;
}

.navT.active .icon {
    background: transparent;
}

.navT.active .icon::before {
    transform: rotate(45deg);
    top: 0;
}

.navT.active .icon::after {
    transform: rotate(-45deg);
    top: 0;
}

/* Menu mobile */
#menu {
    position: absolute; /* usa o header como referência */
    top: 107px; /* mesma altura do seu header */
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 999;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
    border-top: 1px solid #ddd;
}

/* Quando aberto */
#menu.open {
    max-height: 500px; /* ajuste conforme necessário */
}

/**************Politicas**************/
.bg-politica{
    padding: 5rem 10rem;
}

.container-politica{
    padding: 2rem 5rem;
}
.fw-500 {
    font-weight: 500 !important;
}

/**************newsletter**************/
#newsletter input{
    padding: 9px;
    width: 42%;
}

#newsletter h5{
    color: #FFF;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}

#newsletter p{
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

#form-newsletter input.form-control {
    border-radius: 0.25rem 0 0 0.25rem; /* canto arredondado só na esquerda */
    border-right: none;
}

#form-newsletter button.btn {
    white-space: nowrap;
    padding:10px 40px
}


/************** Footer **************/
footer{
    background-color: rgba(27, 45, 58, 1);
}

.caminho-pao{
    padding: 1.25rem;
}
.caminho-pao a{
    color: #1F1F20;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
}
.caminho-pao span{
    color: #1F1F20;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
}

/************** Card Hover **************/

.card-hover {
    position: relative;
    overflow: hidden;
}

.card-hover img {
    transition: transform 0.3s ease;
}

.card-hover:hover img {
    transform: scale(1.05);
}

.card-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: bottom 0.4s ease;
    text-align: center;
    padding: 1rem;
}

.card-hover:hover .card-overlay {
    bottom: 0;
}

.card-title-fixed {
    position: absolute;
    bottom: 0.5rem;
    left: 0.75rem;
    color: #fff;
    font-weight: 500;
    z-index: 2;
    text-shadow: 0 0 5px rgba(0,0,0,0.5); /* melhora contraste */
    transition: opacity 0.3s ease;
    opacity: 1;
}

.card-hover:hover .card-title-fixed {
    opacity: 0;
}


.card-propaganda{
    color: #ffffff;
    background-color: #0072CA;
    align-content: center;
}
.card-propaganda h2{
    font-weight: 700;
    font-size: 3rem;
}
.card-propaganda p{
    font-size: 1.3rem;
    font-weight: 300;
    font-family: Roboto;
}
.card-propaganda a{
    leading-trim: both;
    text-edge: cap;
    font-family: Roboto;
    font-size: 1rem;
    font-weight: 500;
}

.blur-card {
    position: relative;
    overflow: hidden;
}

.blur-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    z-index: 0;
    transform: scale(1.1); /* evita bordas visíveis no blur */
}

.blur-card h3 {
    z-index: 2;
    font-size: 2rem;
    text-align: center;
    padding: 1rem;
    text-shadow: 0 0 10px rgba(0,0,0,0.7); /* melhora a leitura */
}

.submenu li {
    padding: 4px 0;
}
.arrow {
    font-size: 0.8rem;
}

.bg-image h1{
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    padding-left: 5rem;
}

.banner-topo{
    height: 460px;
}


#suporte-tecnico h2{
    color: #FFF;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
}

#suporte-tecnico h3{
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
}

#suporte-tecnico p{
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}

.pagination-wrap nav.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.pagination-wrap nav.pagination a,
.pagination-wrap nav.pagination span {
    padding: 6px 12px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 0.9rem;
    color: #333;
    background-color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
}

.pagination-wrap nav.pagination a:hover {
    background-color: var(--bs-primary)!important;
    color: #fff!important;
    font-weight: bold;
    border-color: var(--bs-primary)!important;
}

.pagination-wrap .endless_page_current {
    background-color: var(--bs-primary)!important;
    color: #fff!important;
    font-weight: bold;
    border-color: var(--bs-primary)!important;
}

.mouse-pointer{
    cursor: pointer;
}

.privacidade{
    margin-left: 9%;
}

#title-container p{
    max-width: 750px;
}

@media (min-width: 1500px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1440px;
    }
}
@media (max-width: 1400px) {
    .conteudo h1{
        font-size: 35px;
    }
}
@media (max-width: 770px) {
    #newsletter input{
        width: 100%;
    }
    .card-overlay {
        bottom: 0 !important;
    }
    .select2-container--default{
        max-width: 100%;
    }

}


