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

html, body {
    font-family: "Inter", "Poppins",sans-serif
}

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

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

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

*{
    padding: 0;
    margin: 0;
    scrollbar-color: var(--bs-primary) #ffffff;
    scrollbar-width: thin;
}


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

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

.sub{
    color:  #1F1F20;
    margin-left: auto!important;
    margin-right: auto!important;
    max-width: 810px!important;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
}
/*.nav-item {*/
/*    padding: 0 20px;*/
/*    align-content: center;*/
/*}*/
.alert-error{
    background-color: rgba(190, 10, 10, 0.83);
}

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-60{
    width: 60%;
}

.fw-100{
    font-weight: 100;
}
.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
/* =================== 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-default{
    background: #4CA7E0;
    border-radius: 100px!important;
    color: #ffffff!important;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    text-decoration: none!important;
}

.btn-default:hover{
    background: #035594;
    padding: 10px 20px;
}

.btn-acessar{
    width: 80%;
}


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

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


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


}

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

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

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

}

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

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

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

}


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

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

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

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

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

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

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

.border-radius-0{
    border-radius: 0px!important;
}
/* =================== INPUTS ============================= */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-infomation {
    height: 205px;
}

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ================== ESTILIZAÇÃO HEADER ==================== */
nav{
    z-index: 1;
}
.nav-link {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
    white-space: nowrap;
}

.header-prestador .nav-link:hover,.header-prestador .nav-link:active {
    color: var(--bs-primary)!important;
    text-decoration: none;
    border: none;
}
.nav-link.curiti {
    margin-top: 11%;
}
/*.nav-link:hover {*/
/*    border-bottom: 3px solid var(--bs-blue) !important;*/
/*}*/

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

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

body{
    top: 0!important;
}

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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


/************** Footer **************/
footer{
    background-color: #2A4371;
}

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

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

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

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

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

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

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

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

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


.card-propaganda{
    color: #ffffff;
    background: linear-gradient(90deg, #4C75C0 6%, #7AA6F5 100%);
    align-content: center;
}
.card-propaganda h2{
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.card-propaganda h3{
    font-size: 32px;
    font-style: normal;
    font-weight: 275;
    line-height: 100%;
}
.card-propaganda p{
    font-size: 1.3rem;
    font-weight: 300;
    font-family: Roboto;
}
.card-propaganda a{
    leading-trim: both;
    text-edge: cap;
    font-family: Roboto;
    font-size: 1rem;
    font-weight: 500;
}

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

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

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

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

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

.banner-topo{
    height: 460px;
}


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

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

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

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

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

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

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

.mouse-pointer{
    cursor: pointer;
}

.privacidade{
    margin-left: 9%;
}

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

.title-h2{
    color: #4CA7E0;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}



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

}

/* ===== Universo SMS dropdown (desktop) ===== */
.universo-toggle{
    border-bottom: 3px solid transparent;
    padding-bottom: 6px;
    text-transform: uppercase;
}
.universo-toggle::after{ display: none !important; }
.universo-toggle[aria-expanded="true"]{
    color:#4CA7E0;
    border-color:#4CA7E0;
}
.universo-menu{
    min-width: 225px;
    padding: 8px 0;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(0,0,0,.12);
}
.universo-menu .dropdown-item{
    font-weight: 600;
    color:#111111;
    padding: 5px 16px;
}
.universo-menu .dropdown-item + .dropdown-item{
    border-top: 1px solid #EEF0F3;
}
.universo-menu .dropdown-item:hover,
.universo-menu .dropdown-item:focus{
    color:#4CA7E0!important;
    background:#F7F8FF;
}


.pagination-wrap {
    margin-top: 20px
}
.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;
}
/* Overlay */
.fc-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.82);
    z-index:1060;
    opacity:0;
    transition:opacity 200ms ease-out;
}
.fc-overlay.show{ opacity:1; }

/* Modal fixo na direita, sem rolagem interna */
.fc-modal{
    position:fixed;
    top:50%;
    right:0;                          /* encostado na direita */
    left: 69.9%;
    transform:translateY(-50%) scaleX(0);  /* fechado */
    transform-origin:right center;         /* ancora na direita */
    width:520px;
    max-width:92vw;
    background:#ffffff;
    border:1px solid #E6E6E6;
    box-shadow:0 10px 30px rgba(0,0,0,0.25);
    z-index:1061;
    display:flex;
    flex-direction:column;
    opacity:0;
    transition:transform 260ms cubic-bezier(.2,.7,.2,1), opacity 220ms ease-out;
    overflow:visible;
}
.fc-modal.show{
    transform:translateY(-50%) scaleX(1);  /* abre da direita → esquerda */
    opacity:1;
}

/* Header */
.fc-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:22px 22px 12px 22px;
}
.fc-header h3{
    margin:0;
    font-size:22px;
    font-weight:700;
    color:#111111;
}
.fc-close{
    background:transparent;
    border:none;
    font-size:20px;
    line-height:1;
    cursor:pointer;
    color:#000000;
}

/* Corpo (sem scroll interno) */
.fc-body{
    padding:8px 22px 18px 22px;
    overflow:visible;
    max-height:none;
}
.fc-item{
    display:block;
    background:#ECECEC;
    color:#111111;
    text-decoration:none;
    padding:14px 16px;
    border:1px solid #E0E0E0;
    border-radius:2px;
    margin-bottom:16px;
    font-size:15px;
}
.fc-item:hover{ background:#E8E8E8; }

/* Footer branco com botão azul */
.fc-footer{
    padding:14px 22px 22px 22px;
    display:flex;
    justify-content:flex-end;
    background:#fff;
    border-top:1px solid #E6E6E6;
}
.fc-next{
    width:56px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:2px;
    background:#2F6FAF;
    color:#ffffff;
    text-decoration:none;
    box-shadow:0 2px 4px rgba(0,0,0,0.15);
}

/* Aba lateral */
.fc-tab{
    position:fixed;
    right:0;
    top:45%;
    transform:translateY(-50%);
    background:#F3F3F3;
    border:1px solid #D9D9D9;
    border-right:none;
    box-shadow:0 6px 20px rgba(0,0,0,0.2);
    padding: 20px 18px;
    cursor:pointer;
    z-index:1062;
}
.fc-tab span{
    writing-mode:vertical-rl;
    transform:rotate(180deg);
    font-size:12px;
    font-weight:600;
    letter-spacing:0.08em;
    color:#222222;
}

/* FAB mobile */
.fc-fab{
    position:fixed;
    right:18px;
    bottom:22px;
    width:52px;
    height:52px;
    border-radius:50%;
    border:none;
    background:#111111;
    color:#ffffff;
    display:none;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 22px rgba(0,0,0,0.35);
    z-index:1062;
    cursor:pointer;
}

/* Responsivo */
@media (max-width: 767.98px){
    .fc-tab{ display:none; }
    .fc-fab{ display:flex; }
    .fc-modal{ width:92vw; left: 3%;}
}

/* Não colidir com WhatsApp */
#whatsapp{ right:80px !important; }

.w-40{
    width: 40%;
}

.ref-cod{
    color: #73757B;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}
.social-dock{
    --btn:36px;
    --pad:10px;
    --peek:28px; /* AUMENTE pra correr menos */

    position:fixed;
    right:max(4px, env(safe-area-inset-right));
    top:53%;
    z-index:1055;

    transform:translateX(calc(100% - var(--peek)));
    transition:transform 0.25s ease;
    will-change:transform;
}
.social-dock::before{
    content:"";
    position:absolute;
    top:-14px;
    bottom:-14px;
    right:-10px; /* CORRIGIDO: borda direita */
    width:40px;
    pointer-events:none;
}
.social-dock:hover{
    transform:translateX(0);
}
.social-dock__inner{
    background:transparent;
    border-radius:999px;
    padding:10px;
}
.social-dock__icon{
    width:36px;
    height:36px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    background:#2f6fb2;
    color:#ffffff;
    box-shadow:0 6px 14px rgba(0,0,0,0.18);
    transition:transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
}
.social-dock__icon:hover{
    transform:translateY(-2px);
    filter:brightness(1.05);
}
.social-dock__icon:focus-visible{
    outline:none;
    box-shadow:0 0 0 3px rgba(47,111,178,0.35), 0 6px 14px rgba(0,0,0,0.18);
}
.social-dock__icon i{
    font-size:18px;
}

.splide__arrow--prev {
    left: -2.5em!important;
}
.splide__arrow--next {
    right: -2.5em!important;
}

@media (max-width: 767.98px){
    .social-dock{
        display:none;
    }
    .splide__arrow--prev {
        left: -0.5em !important;
    }
    .splide__arrow--next {
        right: -0.5em !important;
    }
    .card-title-fixed {
        display: none;
    }
}
@media (prefers-reduced-motion: reduce){
    .social-dock{
        transition:none;
    }
}
