@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helvetica/HelveticaNeue-Light.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helvetica/HelveticaNeue-Roman.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helvetica/HelveticaNeue-Medium.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helvetica/HelveticaNeue-Bold.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helvetica/HelveticaNeue-Thin.otf') format('opentype');
    font-weight: 100;
}


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

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

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

h3{
    font-family: "Helvetica Neue", sans-serif;
}

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

h2{
    font-weight: 600;
}

.nav-item {
    padding: 0 16px;
    align-content: center;
    white-space: nowrap;

}

#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: #222222;
    --bs-secondary: #FABB05;
    --bs-white: #FFFFFF;
    --bs-gray-light: #EEEEEE;
    --bs-gray: #838383;
    --bs-gray2: #7A7A7A;
    --bs-gray-dark: #4A4C4E;
    --bs-green-light: #6BC72A;
    --bs-green: #008A5B;
    --bs-green-whatsapp:#07B240;
    --bs-blue-light:#00B0F2;
    --bs-blue: #0131FF;
    --bs-blue-dark: #003678;
    --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: 30px!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-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: #E4E4E4!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-planta-interativa {
    background-image: url("../images/banners/planta-interativa.png");
}

.bg-dados-sobre {
    background-image: url("../images/banners/dados-sobre.png");
}

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

.bg-expositor {
    background-image: url("../images/banners/expositor.png");
}

.bg-dados-merchandising {
    background-image: url("../images/banners/dados-merchandising.png");
}

.bg-why-visite {
    background-image: url("../images/backgrounds/porque-visitar.png");
}

.bg-hospedagem {
    background-image: url("../images/banners/hospedagem.png");
}

.bg-imprensa {
    background-image: url("../images/banners/imprensa.png");
}

.bg-img-quality {
    background: url("../images/banner/qualidade-msg.png") lightgray 50% / cover no-repeat;
    height: 100%;
    min-height: 500px;
}

/* ================== 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-image: linear-gradient(90deg, var(--bs-secondary) 0%, var(--bs-primary) 100%) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    color: var(--bs-white) !important;
}

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

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

/* ================== ESTILIZAÇÃO CREDENCIAMENTO ============ */

#banner-video {
    height: calc(100vh - 70px);
    width: 100%;
    position: relative;
    border-top: 15px solid transparent;
    border-image: linear-gradient(90deg, #00B0F2 0%, #008D3C 100%) 0% 0%;
    border-image-slice: 1;
}

#banner-video #myVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
}

/* ==================  BANNER ============== */
#banner h2{
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px; /* 100% */
}

#banner p{
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
#banner .card{
    min-height: 212px;
    width: 100%;
}
#banner .card p{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.299px; /* 114.366% */
    width: 210px;
    height: 54px;
    flex-shrink: 0;
}

.btn-saiba-mais-banner{
    transition: 0.2s ease-in-out;
    background: #0642ef;
    border-radius: 10px;
    color:#FFFFFF;
    vertical-align: unset!important;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.30) !important;
}

.btn-saiba-mais-banner:hover{
    background: #FFFFFF;
    color:#0642ef;
    border: 1px solid #0642ef;
}

@media (min-width: 800px) {
    #banner{
        position: inherit;
    }
}
/* ==================  BANNER ============== */
#beneficios #banner-container{
    width: 42.3%;
}
/* ==================  ESTILIZAÇÃO CRONOGRAMA ============== */

.timeline {
    width: 80%;
    height: auto;
    margin: 0 auto;
    position: relative;
    max-width: 800px;
}

.timeline ul li {
    list-style: none !important;
    color: var(--bs-white);
    margin-bottom: 10px;
}

.timeline ul li:last-child {
    margin-bottom: 0;
}

.timeline ul li:nth-child(even) {
    margin-bottom: 80px;
    border-bottom: 1px solid var(--bs-white);
}

.fa-circle-icon-timeline {
    font-size: 10px !important;
}

/* ================== ESTILIZAÇÃO DEPOSITIONS  ============= */

.icon-aspas {
    width: 60px!important;
}

.card-depositions {
    height: 450px;
}

.author-deposition  {
    width: 150px;
    height: 3px;
    background-color: var(--bs-green-light);
}

/* ================== ESTILIZAÇÃO NEWS  =================== */

.news-read-more {
    border-top: 1px solid var(--bs-gray);
}

.news-read-more a span img {
    height: 20px;
}

/* ================== ESTILIZAÇÃO CLIPPING  ================ */

.icon-calendar {
    height: 14px !important;
    width: 14px !important;
}

.clipping-read-more {
    border-top: 1px solid var(--bs-gray);
}

.icones-expectativa {
    width: 80px;
    height: 80px;
}

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

/* ================== ESTILIZAÇÃO GALERIA ================== */

.cards-gallery {
    width: 100%;
    height: 300px;
}

.gallery-hover-content {
    position: relative;
    display: flex!important;
    height: 100%;
    z-index: 3!important;
    top: -100%;
    background-color: var(--bs-gray-dark);
    opacity: 0.75;
    visibility: hidden;
}
.gallery-hover-content:hover {
    transition: 0.3s ease-in-out!important;
}

/* ================== ESTILIZAÇÃO EXPOSITOR ================ */

.border-bottom-gradiente {
    border-bottom: 11px solid transparent;
    border-image: linear-gradient(90deg, #6BC72A 0%, #00B0F2 100%) 0% 0%;
    border-image-slice: 1;
}

.icon-dados-expositor{
    /*height: 50px;*/
    /*width: 50px;*/
}

.card-how-expose {
    height: 100%;
}

.icon-check-black {
    height: 20px;
}

/* ================== ESTILIZAÇÃO RESERVA ESPACO =========== */

.icon-reserva-espaco {
    height: 50px;
    width: 50px;
}

/* ================== ESTILIZAÇÃO PARCEIROS OFICIAS ======== */

.categoria-parceiro-img {
    max-width: 200px;
}

/* ================== ESTILIZAÇÃO AREA DO EXPOSITOR ======== */

.card-area-expositor {
    height: 180px;
}

.icone-add-photo {
    height: 65px
}

.icon-download {
    height: 25px;
}

.icon-document {
    height: 70px;
}

/* =================== ESTILIZAÇÃO MERCHANDISING ============== */

.merchandising-photo {
    width:80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    border-radius: 50%;
}

.icon-media-kit {
    width:80px;
    height: 80px;
}

.card-media-kit {
    height: 200px;
}

/* =================== ESTILIZAÇÃO PORQUE VISITAR ============ */

.icon-diferentials{
    height: 50px;
    width: 50px;
}

.icon-why-visite {
    margin-top: 10px;
    height: 40px;
    width: 40px;
}

.icon-calendar-filter {
    height: 30px;
    width: 30px;
}

/* =================== ESTILIZAÇÃO IMPRENSA ================== */

.accordion-item-imprensa {
    margin-bottom: 5px!important;

}

.accordion-item-imprensa .accordion-header {
    border-bottom: 1px solid var(--bs-gray) !important;
}

.accordion-item-imprensa
.accordion-button:not(.collapsed),
.accordion-item-imprensa
.accordion-button{
    color: var(--bs-green-light) !important;
    font-size: 22px;
}

.accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none !important;

}
.accordion-button-imprensa::after{
    background-image: url("../images/icones/comunicados-open.svg") !important;
}

.accordion-button-imprensa:not(.collapsed)::after{
    background-image: url("../images/icones/comunicados-close.svg") !important;
}

.accordion-body-imprensa {
    text-decoration: none;
    padding: 20px 10px;
    border-bottom: 0.5px solid var(--bs-gray-light) !important;
    flex-direction: column;
    display: flex;
}

.accordion-body-imprensa .icon-imprensa{
    height: 16px !important;
    width:16px !important;
}
/* =================== MENU MOBILE =========================== */

.content-menu-mobile {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    z-index: 2!important;
}

.logo-header-mobile {
    width: 190px;
}

.button-mobile {
    position: fixed;
    left: 262px;
    top: 38px;
    background: var(--bs-blue);
    border-radius: 50%;
    height: 42px;
    width: 42px;
    /*background-image: linear-gradient(90deg, var(--bs-black) -34%, var(--bs-blue) 100%);    color: var(--bs-white)!important;*/
    font-weight: bolder;
}

.menu-mobile {
    width: 285px;
    height: 100vh;
    left: 0!important;
    position: fixed;
    z-index: 3!important;
    background-color: var(--bs-white);
    border-left-width: 0!important;
    border-top-width: 0!important;
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to bottom, var(--bs-black), var(--bs-blue), rgba(0, 0, 0, 2%)) 0.5 50%;
    -webkit-animation: slide-right 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-right 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.menu-mobile .nav-link {
    font-size: 14px;
}

.border-bottom-gray {
    border-bottom: 1px solid var(--bs-gray);
}

/* =================== FALE CONOSCO ======================= */
#contact-us{
    position:fixed;
    height: 50px;
    right: -50px;
    top:50vh;
    padding: 5px;
    transform: rotate(270deg);
    background-color: var(--bs-black);
    /*background-image: linear-gradient(90deg, var(--bs-blue)  0%, var(--bs-black)  100%);*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 12px;
    font-weight: bolder;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0px 3px 6px #00000029;
    color:#FFFFFF;
    z-index: 3;
}

#contact-us a{
    font-size: 10px;
    color:#FFFFFF;
    padding-right: 5px;
}

#icon-contact-us{
    height: 15px;
    transform: rotate(90deg)!important;
    margin:5px;
}

/* ================== Footer ===================== */
footer h2{
    font-size: 113px;
}

footer a{
    text-decoration: none;
    font-weight: 700;
}


footer h4{
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    line-height: 42px;
}
footer .links-rapidos a{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
}
footer .links-rapidos a:hover{
    text-decoration: underline;
}

footer{
    .input-group-custom {
        border: 1px solid #000;
        border-radius: 50px;
        overflow: hidden;
        display: flex;
        align-items: center;
        padding: 5px;
    }

    .form-control-custom {
        border: none;
        border-radius: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .btn-custom {
        width: 50%;
        border-radius: 50px;
        background-color: #0131FF; /* Cor roxa */
        color: white;
        padding: 10px 20px;
        border: none;
    }

    .btn-custom:focus, .form-control-custom:focus {
        box-shadow: none;
        outline: none;
    }

    .form-control-custom::placeholder {
        color: #aaa;
    }
    .form-control:focus {
        border-color: transparent;
        background: #ffffff;
        background-color: #ffffff;
        box-shadow: none
    }
    .form-control {
        border: 1px solid transparent;
    }
}


.navbar-expand .navbar-collapse.show  .navbar-nav{
    flex-direction: column;
}

.navbar-expand .navbar-toggler {
    display: block;
}

.navbar-expand .navbar-collapse .content-menu-mobile {
    display: none!important;
}
.navbar-expand .navbar-collapse.show .content-menu-mobile {
    display: block !important;
}

/* =================== 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;
}

.dropdown-idioma{
    min-width: 43px;
}
.dropdown-idioma a{
    cursor: pointer;
}

.text-decoration-underline-none{
    text-decoration: none!important;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot.active span{
    background-color: var(--bs-black);
}
.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot span{
    background-color: #ffffff;
}

.px-8{
    padding-right: 8rem !important;
    padding-left: 8rem !important;
}

.w-0{
    width: 0!important;
}
.w-40{
    width: 40%!important;
}


/*alinhamento whasapp*/
#whatsapp{
    left: 97%;
}

@media (max-width: 1400px) {
    #whatsapp{
        left: 94%;
    }
    .conficanca-image{
        width: 100%;
        height: auto;
    }
}
@media (max-width: 1025px) {
    #whatsapp{
        left: 92%;
    }
}


@media (max-width: 767px) {
    #whatsapp{
        left: 84%;
    }
    .fs-50{
        font-size: 35px;
    }
}

.w-30{
    width: 30%!important;
}
.w-35{
    width: 35%!important;
}


.form-control{
    padding: 15px;
    border: 1px solid #E8E8E8
}

.form-control::placeholder {
    color: var(--bs-gray); /* Cor do texto do placeholder */
    font-size: 20px; /* Tamanho da fonte */
}

.alert-error{
    background-color: #ff00008f;
}

.navT{
    -webkit-transition: all 0.25s;
    z-index: 111;
    cursor: pointer;
    width: 100%;
    background: #ffffff;
    height: 90px;
    left: 0;
    top: 0;
    position: fixed;
    .logo{
        margin-left: 20px;
        margin-top: 7px;
    }


    .icon{
        -webkit-transition: all 0.25s;
        position: absolute;
        width: 30px;
        height: 1px;
        left: 90%;
        top: 45px;
        background-color: black;

        &:before, &:after{
            -webkit-transition: all 0.25s;
            width: 30px;
            height: 1px;
            left: 0;
            background: black;
            position: absolute;
            content: '';
        }
        &:before{
            top: -10px;
        }
        &:after{
            top: 10px;
        }

    }
    &:hover{
        background: #ffffff;

        .icon{
            &:before{
                top:-12px;
            }
            &:after{
                top: 12px;
            }
        }
    }
    &.active{
        .icon{
            -webkit-transform: rotate(180deg);
            background-color: transparent;

            &:before, &:after{
                top: 0;
            }
            &:before{
                -webkit-transform: rotate(45deg);

            }
            &:after{
                -webkit-transform: rotate(-45deg);
            }
        }
    }
}
/*----------------------------------Menu--------------------------------------*/
#menu{
    z-index: 111;
    -webkit-transition: all 0.5s;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 90px;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    width: 100%;
    height: 0;
    border-bottom: 1px solid transparent;
    overflow: hidden;
    & ul{
        list-style: none;
        padding: 0;
        letter-spacing: 0.4em;
    }
    & li:first-child{
        margin-top: 0;
    }
    & li{
        -webkit-transition: all 0.2s;
        margin-top: 20px;
        padding: 5px 0;
        color:white;
    }
    & a{
        padding: 8px;
        -webkit-transition: all 0.25s;
        cursor: pointer;
    }
    & a:hover{
        letter-spacing: 0.5em;
        text-decoration: underline;
    }
    &.open{
        height: 100%;
        width: 100%;
        background: #ffffff;
        border-bottom: 1px solid black;
    }
    &.menu-secondary.open{
        background: #ffffff!important;
    }

}
.dropdown-item{
    text-align: left!important;
}
@media (max-width: 991.98px) {
    #menu .dropdown-menu {
        display: none;
        position: static;
        float: none;
        width: 100%;
        margin-top: 0;
        box-shadow: none;
        background: transparent;
    }

    #menu .dropdown-menu.show {
        display: block;
    }
}

.space{
    letter-spacing: 0;
}


.select2-selection .select2-selection--single .select2-selection--clearable,
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 50px;
}

#bar{
    width: 40%;
    height: 200px;
    margin: 0 auto;
    border: 1px dashed white;
}
.white-space-nowrap{
    white-space: nowrap;
}
.border-radius-100{
    border-radius: 100px;
}
.border-radius-50{
    border-radius: 50px;
}
.border-radius-30{
    border-radius: 30px;
}
.border-radius-20{
    border-radius: 20px!important;
}

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

.border-radius-8{
    border-radius: 8px;
}

.vertical-align-top{
    vertical-align: top;
}

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

.fade-slide-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInSlideUp 0.6s ease-out forwards;
}

.fade-slide-in:nth-child(1) {
    animation-delay: 0.1s;
}
.fade-slide-in:nth-child(2) {
    animation-delay: 0.2s;
}
.fade-slide-in:nth-child(3) {
    animation-delay: 0.3s;
}
.fade-slide-in:nth-child(4) {
    animation-delay: 0.4s;
}

@keyframes fadeInSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1648px; /* ou o valor que você quiser */
        padding: 0 30px;
    }
}

.container-como-funciona{
    border-radius: 60px;
    background: #F4EBD4;
    padding: 91px 157px 93.55px 150px;
}

footer a{
    color: #838383;
    font-size: 20.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 138.462% */
    margin-bottom: 60px;
}
footer a:hover{
    color: #ffffff;
}

.navbar-collapse.show{
    background-color: #222222f2;
}

.marca-logo {
    height: 70px;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.marca-logo:hover {
    transform: scale(1.05);
}


/* ================== Contato ===================== */
.container-contato {
    margin-top: -38rem;
    z-index: 1;
}

.bg-contato{
    height: 687px;
    background: linear-gradient(rgb(0 0 0 / 13%), rgb(0 0 0 / 0%)), url(../images/contato/banner.png);
    background-size: contain;
    background-position: center;
}

.contato-title{
    margin-top: 10rem;
}
.info-contato{
    margin-top: 20rem;
}

.endereco{
    max-width: 735px;
}

.form-contato{
    margin-top: 4rem;
}

.text-contato{
    max-width: 853px
}

.bg-contato-aviso {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 570px;
    color: white;
    padding: 60px 0;
    position: relative;
    border-radius: 50px;
}


@media (max-width: 600px) {
    .container-como-funciona {
        padding: 25px;
    }
    .fs-66 {
        font-size: 60px;
    }
    .fs-48 {
        font-size: 38px;
    }
    .navbar-toggler{
        background-color: #ffffff;
    }
}
