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

/*@font-face {*/
/*    font-family:"filmotype-maxwell";*/
/*    src:url("https://use.typekit.net/af/5bcec8/00000000000000007735e82f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/5bcec8/00000000000000007735e82f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/5bcec8/00000000000000007735e82f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");*/
/*    font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;*/
/*}*/
@font-face {
    font-family: 'Unity Sans Regular';
    src: url('../fonts/Unity-Sans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Inter", 'Unity Sans Medium';
    src: url('../fonts/Unity-Sans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Inter", 'Unity Sans Semi';
    src: url('../fonts/Unity-Sans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", 'Poppins', sans-serif;
}

.font-poppins-bold{
    font-family: "Inter", 'Poppins', sans-serif;
}

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

h3{
    font-family: "Inter", 'Poppins', sans-serif;
}

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

h2{
    font-weight: 600;
}

.nav-item {
    padding: 0 10px;
    align-content: center;
}

#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: #F89520;
    --bs-secondary: #F8B318;
    --bs-white: #FFFFFF;
    --bs-gray-light: #EEEEEE;
    --bs-gray: #989898;
    --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: 24px;
}

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

/* =================== 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 {
    background-color: var(--bs-white);
    color: #000;
}


.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: 10px!important;
}

.btn-primary {
    background-color: var(--bs-primary);
    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: white;
    border: 2px solid var(--bs-secondary);

}
.btn-secondary:hover {
    background-color: rgba(255, 98, 1, 0.85);
    color: white;
    border: 2px solid rgba(255, 98, 1, 0.85);

}

.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: rgba(3, 3, 3, 0.74);
    color: var(--bs-primary)!important;
}

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

/* ================== 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-link {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
    white-space: nowrap;
}
.nav-link:hover, .nav-link:active {
    color: #FF6201!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-10{
    border-radius: 10px;
}

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

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


#destaques h3{
    color: #FF6201;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    letter-spacing: 2.88px;
    text-transform: uppercase;
}
#destaques h2{
    color: #0131FF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 100% */
}
#destaques h4{
    color: #0131FF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */

}
#destaques p{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    opacity: 0.5;
}

#vantagens h3{
    color: #FF6201;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    letter-spacing: 2.88px;
    text-transform: uppercase;
}
#vantagens h2{
    color: #0131FF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 100% */

}
#vantagens h4{
    color: #0131FF;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 100% */

}
#vantagens .text-gray{
    opacity: 0.5;
    color: #000!important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;

}
#vantagens .bg-secondary p{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.299px;
}

#confianca h3{
    color: #FF6201;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    letter-spacing: 2.88px;
    text-transform: uppercase;
}
#confianca h2{
    color: #0131FF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 100% */

}
#confianca h4{
    color: #0131FF;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 100% */

}
#confianca .text-gray{
    opacity: 0.5;
    color: #000!important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;

}
#confianca p{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    opacity: 0.5;
}
#confianca .bg-secondary p{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.299px;
}
#confianca a{
    width: 300px;
    font-size: 18px;
}

#confianca h4{
    color: #0131FF;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 100% */

}
#confianca .text-gray{
    opacity: 0.5;
    color: #000!important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;

}
#confianca p{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    opacity: 0.5;
}
#confianca .bg-secondary p{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.299px;
}

#faq h3{
    color: #FF6201;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    letter-spacing: 2.88px;
    text-transform: uppercase;
}

#faq h2{
    color: #0131FF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 100% */

}



#faq .bg-secondary h4{
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
#faq .bg-secondary p{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
}

#faq .bg-white h4{
    color: #0131FF;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

#faq .bg-white p{
    color: #000;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

#download h3{
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}
#download p{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

#download{
    position: relative; /* Faz com que a imagem seja posicionada em relação ao elemento pai */
}
#destaques{
    position: relative; /* Faz com que a imagem seja posicionada em relação ao elemento pai */
}
#confianca{
    position: relative; /* Faz com que a imagem seja posicionada em relação ao elemento pai */
}
.imagem-mancha-download{
    position: absolute;
    top: -28%;
    left: 6%;
}
.imagem-mancha-destaques{
    position: absolute;
    top: 1%;
    left: 75%;
}
.imagem-mancha-confianca{
    position: absolute;
    top: 42%;
    left: 75%;
}

#destaques-list .card{
    height: 100%;
    padding: 50px;
    margin: 0 20px;
    flex: 1;
}
#destaques-list .card h3{
    min-height: 60px;
    align-content: center;
    margin: 20px 15px;
    font-weight: 900;
}
#destaques-list .card p{
}
#destaques-list .div-button{
    height: 100%;
    align-content: end;
}
#destaques-list .div-button a{
    width: 100%;
    font-size: 20px;
}

.area-btn-destaque{
    height: 15%!important;
}

#confianca .button-confianca{
    height: 50%;
}

/*.store-img {*/
/*    height: auto; !* Mantém a proporção original *!*/
/*    max-height: 80px; !* Altere este valor para ajustar a altura máxima *!*/
/*    object-fit: contain; !* Garante que a imagem seja redimensionada proporcionalmente *!*/
/*}*/

.store-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; /* Espaçamento entre os botões */
}

.mt-5.d-grid.d-md-flex {
    align-items: center; /* Alinha os itens no centro verticalmente */
}

.no-break {
    white-space: nowrap;
    word-break: keep-all;
}

#destaque-modal .modal-body {
    display: flex; /* Centraliza a imagem no modal */
    justify-content: center;
    align-items: center;
    overflow-y: auto; /* Permite rolar verticalmente */
    height: 100vh; /* Garante que o modal ocupe toda a altura da tela */
}

#modalImage {
    display: block; /* Garante que a imagem seja tratada como bloco */
    max-width: 100%; /* Evita que a imagem ultrapasse a largura da tela */
    height: auto; /* Mantém as proporções originais da imagem */
}

.text-banner{
    max-width: 1000px;
}

.carousel-indicators.custom-indicators {
    bottom: 20px; /* ajuste se quiser mais alto ou mais baixo */
}

.carousel-indicators.custom-indicators button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: white;
    border: none;
    margin: 0 8px;
    opacity: 1;
    transition: background-color 0.3s;
}

.carousel-indicators.custom-indicators button.active {
    background-color: #FF9200; /* cor laranja do seu anexo */
}

/* ================== Soluções ===================== */

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

/* ================== Sucesso ===================== */
#sucesso p{
    color: #ffffff!important;
}

.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot span{
    background-color: #000000;
}
.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot.active span{
    background-color: var(--bs-primary);
}
.owl-carousel .item img {
    width: 198px;
    height: 77px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    image-rendering: auto;
}


#whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    left: 96%;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: white;
    font-size: 37px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    overflow: visible; /* <-- importante */
    transition: transform 0.3s ease;
}

#whatsapp:hover {
    transform: scale(1.1);
}

#whatsapp .circle,
#whatsapp .circle-fill {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 0;
    animation: pulse 1.6s infinite ease-in-out;
}

#whatsapp .circle {
    border: 2px solid #21bb5c;
}

#whatsapp .circle-fill {
    background-color: #25d366;
    animation-delay: 0.5s;
}

#whatsapp i {
    position: relative;
    z-index: 1;
}

.sucesso-section {
    position: relative;
    background-image: url('../images/casos/background.png'); /* substitua pelo caminho da imagem */
    background-size: cover;
    background-position: center;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff9800; /* cor laranja */
}

.sucesso-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* fundo escurecido */
    z-index: 1;
}
.overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* fundo escurecido */
    z-index: 1;
}
.overlay-sobre {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0%); /* fundo escurecido */
    z-index: 1;
}

.sucesso-section .container {
    position: relative;
    z-index: 2;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    70% {
        transform: scale(2.5); /* "estoura" para fora */
        opacity: 0.2;
    }
    100% {
        transform: scale(3);
        opacity: 0;
    }
}

#quem_somos p{
    text-align: right;
}

/* ================== Produtos ===================== */
.bg-produtos-banner{
    height: 460px;
    background: linear-gradient(rgb(0 0 0 / 13%), rgb(0 0 0 / 0%)), url(../images/produtos/banner.png);
    background-size: contain;
    background-position: center;
}
.bg-qualidade {
    position: relative;
    height: 460px;
    background: url(../images/qualidade/banner.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.bg-qualidade::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgb(0 0 0 / 66%), rgb(0 0 0 / 47%));
    z-index: 1;
}

.bg-qualidade > * {
    position: relative;
    z-index: 2;
}


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

.bg-contato{
    height: 460px;
    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: 8.5rem;
}
.info-contato{
    margin-top: 27rem;
}


/* card Business */
.business {
    background-color: #2C407D;
    color: #ffffff;
    padding: 40px 0 50px 0;
}
.business .subtitulo {
    font-weight: 400;
}

.business h1{
    color: #ffffff;
    font-size: 40px;
    font-weight: bold !important;
    text-align: center;
}

.card-business{
    margin-top: 30px;
}

.card-business>.primary-bar{
    width: 100%;
    text-align: center;
    height: 15px;
}

.card-business>.primary-bar span{
    height: 10px;
    width: 57%;
    background-color: var(--bs-primary);
    border-radius: 20px 20px 0px 0px;
    display: inline-block;
    text-align: center;
}


.card-business>.content{
    width: 100%;
    background-color: #fff;
    border-radius: 20px 20px 20px 20px;
    border: solid 1px #CDCDCE;
    padding: 28px;
    text-align: center;
    min-height: 468px;
}

/*.span-card-negocio{*/
/*    height: 100px;*/
/*}*/

.card-business>.content h3{
    font-size: 25px;
    font-weight: 500;
    color: #00367B;
    min-height: 40px;
    height: 67px;
}


.text-green-um-pouco-escuro{
    color: #00C65E;
}

.select-wrapper {
    position: relative;
}

.select-wrapper select {
    appearance: none; /* Remove a seta padrão */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'><path d='M9.50093 10.827L5.10492 6.43099C4.94319 6.24828 4.70594 6.1508 4.46248 6.16703C4.21901 6.18326 3.99681 6.31137 3.86076 6.51393C3.61201 6.85756 3.64704 7.33044 3.94371 7.63367L8.92032 12.5688C9.06956 12.7315 9.28018 12.8241 9.50092 12.8241C9.72167 12.8241 9.93229 12.7315 10.0815 12.5688L15.0581 7.63367C15.3548 7.33044 15.3898 6.85756 15.1411 6.51393C15.005 6.31137 14.7828 6.18326 14.5394 6.16703C14.2959 6.1508 14.0587 6.24828 13.8969 6.43098L9.50093 10.827Z' fill='black'/></svg>");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;
    padding-right: 2rem; /* Deixa espaço para a flecha */
}

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

/* Estilo padrão: sidebar visível no desktop */
.filtro-sidebar {
    position: static;
    width: 100%;
}
.toggle-subtree {
    font-size: 0.8rem;
    width: 22px;
    height: 22px;
    line-height: 1;
    padding: 0;
    text-align: center;
    cursor: pointer;
}

@media (min-width: 768px) {
    .filtro-sidebar {
        position: static !important;
        width: auto;
        display: block !important;
    }
}

/* Mobile: sidebar escondida por padrão */
@media (max-width: 767px) {
    .filtro-sidebar {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        width: 85%;
        height: 100%;
        background-color: #fff;
        overflow-y: auto;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    }

    .filtro-sidebar.ativo {
        display: block !important;
    }
}

#detalhes-produto .nav-pills .nav-link.active, #detalhes-produto .nav-pills .show > .nav-link {
    background-color: #ffffff;
}
#detalhes-produto .nav-pills #tab-video.nav-link {
    background-color: var(--bs-primary);
    border-radius: 20px;
}
#detalhes-produto .nav-pills .nav-link {
    background-color: #ffffff;
    border-radius: 20px;
}
.gslide-image {
    background-color: #ffffff!important;
    border-radius: 20px;
}

#detalhes-produto .tab-content > .tab-pane{
    height: 700px;
    align-content: center;
    border-radius: 20px;
}

.card-solucoes{
    max-width: 389px;
}
.card-produtos-destaque{
    max-width: 389px;
    min-height: 478px;
}

.grecaptcha-badge{
    left: 0 !important;
    right: auto !important;
}

.carousel-control-prev, .carousel-control-next{
    z-index: 3;
}

@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1366px) {
    .imagem-mancha-destaques{
        position: absolute;
        width: 22%;
        top: 42%;
        left: 75%;
    }
    .imagem-mancha-confianca{
        position: absolute;
        top: 60%;
        width: 22%;
        left: 78%;
    }
}

@media (max-width: 1500px) {
    .nav-link {
        font-size: 16px;
    }
    #whatsapp {
        left: 94%;
    }
}

@media (max-width: 1400px) {
    #whatsapp {
        left: 95%;
    }
}
@media (max-width: 900px) {
    .telefone{
        font-size: 20px;
    }
    #whatsapp {
        left: 92%;
    }
}

@media (max-width: 767px) {
    #anuncio{
        margin-top: 93px;
    }
    #banner{
        padding-top: 17px;
    }
    #banner h2{
        font-size: 50px!important;
    }
    #destaques h2{
        font-size: 30px;
    }
    #vantagens h2 {
        font-size: 30px;
    }
    #confianca h2{
        font-size: 30px;
    }
    #vantagens h4{
        font-size: 19px;
    }
    #banner h2{
        font-size: 44px!important;
    }
    #confianca img{
        width: 100%;
        height: auto;
    }
    #download .align-content-end img{
        width: 100%;
        height: auto;
        margin-bottom: 27px;
    }
    .area-btn-destaque{
        height: 10%!important;
    }
    .area-btn-destaque .btn{
        width: 100%;
    }
    #confianca .button-confianca{
        height: 15%;
    }
    #destaques-list .card{
        margin: 0;
    }
    #whatsapp{
        left: 83% !important;
    }
    .contato{
        margin-bottom: 0;
    }

    .fs-100 {
        font-size: 45px;
    }
    .fs-72{
        font-size: 45px;
    }

}
.family-preview {
  position: relative;
  /* opcional: evita vazamento através do PNG */
  /* background-color: #ffffff; */
}

.family-preview .preview-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; /* evita interferir no mouse */
}

.family-preview .preview-img {
  display: none;
}

.family-preview.is-visible .preview-img {
  display: block;
}

/* Browsers com :has */
.family-preview:has(.preview-img[src]) .preview-placeholder {
  display: none;
}

/* Fallback controlado pelo JS */
.family-preview.has-image .preview-placeholder {
  display: none;
}


.family-preview .preview-placeholder[hidden] {
  display: none !important;
}

.brand-panel:not(.active) .family-preview .preview-placeholder {
  display: none;
}





