/*Theme Name: Facilita BBTS
Theme URI: https://www.bbts.com.br
Author: Marcos Filipe*/
@font-face {
  font-family: "BBTSTexto";
  src: url(./assets/fonts/BancoDoBrasilTextos-Medium-web.ttf)
}

@font-face {
  font-family: "BBTSTitulo";
  src: url(./assets/fonts/BancoDoBrasilTitulos-Medium-web.ttf);
  font-weight: 700
}

@font-face {
  font-family: "BBTSTituloBold";
  src: url(./assets/font/BancoDoBrasilTitulos-Bold-web.ttf);
  font-weight: 700
}

@font-face {
  font-family: "BBTSLight";
  src: url(./assets/fonts/BancoDoBrasilTextos-Light-web.ttf)
}

@font-face {
  font-family: "BBTSRegular";
  src: url(./assets/font/BancoDoBrasilTextos-Regular-web.ttf)
}

h1,
h2,
h3,
h4,
h6 {
  font-family: 'BBTSTitulo', sans-serif !important;
  margin-top: 0
}

h1,
.f1 {
  font-size: 2.0rem !important;
  font-family: "BBTSTitulo"
}

h2 .wp-block-heading,
h3 .wp-block-heading{
  padding-top: 15px;
}
.f2 {
  font-size: 1.7rem;
  font-family: "BBTSTitulo"
}

.f2 span {
  background-color: #FCFC30;
  color: #465EFF;
  padding: 0 5px
}

.f3 {
  font-size: 1.5rem
}

body {
  font-family: 'BBTSRegular', sans-serif
}

a {
  font-family: 'BBTSRegular', sans-serif;
  color: #000000;
  cursor: pointer;
  text-decoration: none
}

p {
  font-family: "BBTSRegular";
  font-size: 18px;
  font-weight: 500;
}

.p-a{
  font-family: 'BBTSRegular', sans-serif;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  margin: 0px;
  padding: 0px 12px;
}

.remove-p {
  padding: 0px;
  margin: 0px;

}

.bgTemeBlue {
  background-color: #465EFF
}

.bgTemeDarkBlue {
  background-color: #000944
}

.bgTemeLigthBlue {
  background-color: #EDEFFF
}

.bgTemeYellow {
  background-color: #FCFC30
}

.bgTemaWhite {
  background-color: #fff
}

.bgTemeLigthGray {
  background-color: #5c5750
}

.bgTemeLigthPurple {
  background-color: #EDEFFF;
}

.colorBlue {
  color: #465EFF
}

.colorYellow {
  color: #FCFC30
}

.colorGray {
  color: #4c4c4c !important;
}

.colorLigthGray {
  color: #C5C6CC;
}

.colorWhite {
  color: #fff !important
}

.colorDark {
  color: #343333 !important;
}

.fontLight {
  font-family: 'BBTSLight', sans-serif
}

.wp-block-quote {
  padding: 0
}

div[vw] {
  margin: 0 !important;
}

.title {
  font-size: 40px;
}

.line {
  color: #465EFF;
}
.navbar-brand{
  width: 180px;
}
.navbar-brand img{
  width: 100%;
  height: auto;
}

.navbar-selo{
  width: 120px;
  height: auto;
}

.navbar-selo img{
  width: 100%;
  height: auto;
}

.p-h-per{
  padding-top: 6rem !important;
  padding-bottom: 3rem !important;
}
@media (max-width: 990px) {
  .p-h-per{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
  .navbar-brand{
    width: 120px;
  }
  .navbar-selo{
    width: 100px;
  }
}
.btnAzul {
  background-color: #465EFF;
  border: solid 2px #ffffff;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 10px 18px;
}

.btnAzul:hover {
  border: solid 2px #465EFF;
  background-color: #ffffff;
  color: #465EFF;
}

.btnBorder {
  border: solid 2px #465EFF;
  border-radius: 50px;
  color: #465EFF;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 10px;
  background-color: rgba(0, 0, 0, 0);
}

.btnBorder:hover {
  color: #ffffff;
  background-color: #465EFF;
  transition: box-shadow 0.3s ease;
}

.btnMobile {
  background-color: #F5F5F5;
  color: #4c4c4c;
}

.imgSmall {
  width: 250px;
  height: auto;
}

.imgSmall2 {
  width: 150px;
  height: auto;
}

.imgMedium {
  width: 500px;
  height: auto;
}
.imgMedium600 {
  width: 600px;
  height: auto;
}
.tempo-leitura {
  font-size: 14px;
  color: #aeaeae;
}
.imgLarge {
  width: max-content;
  height: auto;
}

.imgSquare {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.img-logo-sm {
  height: 35px;
  width: auto;
}

.p-sec-text {
  font-size: 18px;
}

.marginBottom {
  margin-bottom: 80px;
}

.negativeMarginBottom {
  margin-bottom: -10px;
}

.negativeMarginBottom50 {
  margin-bottom: -50px;
}

.miniMargin {
  margin: 10px 0px;
}

.miniPadding15 {
  padding: 0px 15px;
}

.section-subtitle {
  font-weight: 300;
  font-size: 26px;
}

.text-destaque {
  font-family: "BBTSRegular";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.text-destaque-bold {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

/*MENU*/
.navbar {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin-bottom: 150px;
  background-color: #465EFF;
  border-bottom: solid 2px #ffffff;
}

.navbar-collapse {
  margin: 0px;
  padding: 0px;
}

/* Links do menu */
.navbar .nav-link {
  font-weight: 600;
  font-size: 17px;
  color: #ffffff;
  font-weight: medium !important;
  width: 100%;
  border: none;
}

.menu-item {
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-bottom: 2px solid transparent;
}

.accordion-header {
  font-family: "BBTSRegular";
  font-weight: 500;
}

.menu-item.active {
  text-decoration: underline;
}

.mini-menu-item {
  cursor: pointer;
  font-size: 18px;
}

.mini-menu-item.active {
  padding-bottom: 20px;
  line-height: 20px;
  color: #465EFF;
  text-decoration: underline 2px #465EFF;
}

.navbar .nav-link:hover {
  color: #ffffff;
}

.navbar .nav-link .active {
  color: #FCFC30;
  font-weight: 600;
  font-size: 20px;
  text-decoration: underline;
 text-decoration-color: #465EFF;
  font-weight: medium !important;
}

.section-title {
  font-size: 42px;
  font-weight: bold;
  margin-top: 50px;
}

.reclame-aqui {
  padding: 20px;
  margin: 50px 0px;
  border: solid 4px #465EFF;
  border-radius: 40px;
}

.h-text-blue {
  color: #465EFF;
  font-weight: 900;
  font-style: bold;
  font-size: 50px;
}

.marginNegative {
  margin-top: -150px;
  padding-top: 120px;
  margin-bottom: 150px;
}

.vic-wave {
  margin-top: -280px;
}
.p-card-al{
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1650px) {
  .vic-wave {
    margin-top: -230px;
  }
  .p-card-al{
  font-size: 15px;
  font-weight: 500;
}

}
@media (max-width: 1200px) {
  .vic-wave {
    margin-top: -190px;
  }

}
@media (max-width: 1200px) {
  .ocult-toten {
    display: none;
    overflow: hidden;
  }
}
.vic-section {

}

.paddingTop {
  padding-top: 60px;
}

.marginTop {
  margin-top: 150px;
}

.marginTop50 {
  margin-top: 50px;
}

.marginTopNegative {
  margin-top: -152px;
}

.paddingBottom {
  padding-bottom: 150px;
}

.filter-btn {
  border-radius: 50px;
  padding: 4px 16px;
  color: #4c4c4c;
  background-color: #cccccc;
}
@media (max-width: 990px) {
  .filter-btn {
    display: none;
   overflow: hidden;
  }
}
.filter-btn.active {
  background-color: #465EFF;
  color: #fff;
  border-radius: 50px;
  padding: 4px 16px;
}

.form-control {
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
  font-weight: 600;
  font-size: 16px;
  width: 50%;
  opacity: 90%;
  border: none;
  border-radius: 0px;
  border-bottom: 2px solid #aaaa;
}

@media (max-width: 990px) {
  .form-control {
    width: 80%;
  }
}
.bi-share,
.bi-card-headin,
.bi-chat-left-text,
.bi-patch-check,
.bi-book,
.bi-question-circle {
  padding-right: 10px;
}

.bi-check2 {
  display: none;
}

.bi-check2.active {
  display: contents;
}

.pagination-header {
  display: flex;
}

.p-bottom-10 {
  padding-bottom: -10px;
}

.sobre-nos {
  display: flex;
}

.home-section {
  background-color: #ffffff;
  position: relative;
  margin-top: -150px;
  width: 100%;
  min-height: 600px;
  overflow: hidden;
}

.mobile-vic,
.ocult-web {
  display: none;
  overflow: hidden;
}


.mobile-vic-img {
  max-width: 300px;
  max-height: 90px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* IMAGEM */
.mobile-vic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media (max-width: 990px) {
  .mobile-vic {
    display: flex;
    overflow: visible;
  }

  .ocult-web {
    display: block;
    overflow: visible;
  }

  .mobile-vic p {
    font-size: 12px;
  }
}

.home-image {
background-image: url('./assets/img/bg_home_facilita-bbts.webp');
background-size: cover;
  background-position: center;
  min-height: 600px;
}

/****************************************************************** CSS CUSTOM ******************************************************************/
.form-search-hero {
  display: flex;
}

.div-iframe {
  margin-top: 5vh;
  border-radius: 25px;
  background-color: #ffffff;
  z-index: 99;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  justify-content: center;
}

.div-iframe h1 {
  position: relative;
  display: inline-block;
  line-height: 1.05;
}

.div-iframe .marker {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding-bottom: 0.08em;
}

.div-iframe .marker::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.06em;
  height: 0.55em;
  background: #ffeb3bd2;
  z-index: -1;
  transform: skewX(-8deg);
  border-radius: 2px;
  opacity: 0.95;
}

.negociacao-iframe {
  width: 400px;
  height: 100%;
  z-index: 999;
  justify-content: center;
}

.contador-item h2 {
  font-size: 2.8rem;
  font-weight: bold;
  padding-top: 50px;
}

.contador-item p {
  font-size: 1.7rem;
  margin-top: 10px;
  font-weight: normal;
  line-height: 1.2;
}

.section-underline-blue {
  width: 68%;
  height: 2px;
  border-radius: 2px;
  margin-top: 50px;
  left: 50%;
  display: flex;
  position: absolute;
  transform: translateX(-50%);
}

@media (max-width: 990px) {
  .home-section {
    background-color: #ffffff;
    margin-top: 0px;
    min-height: 350px;
    max-height: 350px;
  }

  .pagination-header {
    display: none;
    overflow: hidden;
  }

  .navbar {
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-bottom: solid 2px #FCFC30;
  }

  .div-iframe {
    border-radius: 25px;
    margin-top: -50px;
    justify-content: center;
    box-shadow: none;
    background-color: #ffffff;
    align-items: center;
    text-align: center;
  }

  .div-iframe h1 {
    position: relative;
    display: inline-block;
    line-height: 1.05;
    text-align: center;
    font-size: 30px;
    color: #465EFF;
  }

  .div-iframe p {
    font-size: 16px;
    text-align: center;
  }

  .div-iframe .marker::after {
    display: none;
    overflow: hidden;
  }

  .negociacao-iframe {
    width: 400px;
    height: 100%;
    z-index: 999;
    justify-content: center;
  }

  .section-underline-blue {
    display: none;
    overflow: hidden;
  }

  .card-b {
    box-shadow: 0px 1px 3px 3px rgba(197, 196, 196, 0.349);
    border-radius: 10px;
    margin-top: 10px;
    max-height: 300px;
    padding: 15px;
  }

  .home-image {
    background-image: none;
    min-height: 350px;
    max-height: 350px;
  }

  .mini-menu-item-mobile {
    cursor: pointer;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
  }

  .mini-menu-item-mobile.active {
    padding-bottom: 20px;
    line-height: 20px;
    color: #465EFF;
    text-decoration: underline 2px #465EFF;
  }

  .sobre-nos-mobile {
    display: block;
    padding: 20px 20px;
    border-radius: 25px;
  }

  .p-conteudo-mobile {
    text-align: start;
  }

  .btnBorder {
    padding: 0px 6px;
  }

  .reclame-aqui {
    padding: 20px;
    margin: 0px;
    border: none;
    border-radius: 0px;
  }

  .h-text-blue {
    font-weight: 900;
    font-style: bold;
    font-size: 24px;
  }

  .form-search-hero {
    display: none;
    overflow: hidden;
  }
}

.btn-outline-light {
  color: #465EFF;
  font-weight: 600;
  font-size: 20px;
  font-weight: medium !important;
  border-radius: 50px;
  border-width: 3px;
  background-color: #fff;
  margin-left: 10px;
}

.btn-outline-light:hover {
  color: #465EFF;
  font-weight: 600;
  font-size: 20px;
  font-weight: medium !important;
  border-radius: 50px;
  border-width: 3px;
  background-color: #FCFC30;
  border-color: #FCFC30;
  transition: box-shadow 0.3s ease;
  transform: scale(1.05);
}

.nav-button {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 24px;
  position: relative;
  z-index: 1001;
  background: none;
  border: none;
  visibility: hidden;
}

.nav-button .icon-menu {
  display: block;
  width: 25px;
  height: 3px;
  font-size: 30px;
  background-color: #ffffff;
  margin: 5px 0;
  transition: all 0.3s ease;
}

.recent-posts h2 {
  margin-top: -60px;
  margin-bottom: 60px;
}

.faq-section .section-title {
  font-size: 3rem;
  font-weight: bold;
  color: #465EFF;
  margin-bottom: 60px;
}
.fechar-section{
  padding-bottom: 50px;
}

@media (max-width: 990px) {

  html,
  body {
    overflow-x: hidden;
  }

  .btn-outline-light {
    margin-left: 0px;
    margin-bottom: 15px;
  }

  .navbar .nav-link {
    justify-content: left;
    align-items: start;
    border: none;
    width: 100%;
  }

  .negociacao-iframe {
    padding-top: 0px;
    padding: 0px;
    width: auto;
    position: relative;
    transform: none;
  }

  .navbar {
    padding: 10px 0px;
  }

  .nav-button {
    visibility: visible;
  }

  .quem-somos-section,
  .quem-somos-section h2,
  .quem-somos-section h6,
  .quem-somos-section p {
    background-color: #ffffff;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .quem-somos-section {
    padding: 0px 20px;
  }

  .fechar-section,
  .vic-section,
  .faq-section,
  .footer-mobile,
  .recent-posts,
  .ocult-mobile {
    display: none;
    overflow: hidden;
  }

  .contadores-section {
    margin-top: 0px;
  }

  .contador-item h2 {
    font-size: 1.8rem;
    font-weight: bold;
    padding-top: 30px;
  }

  .contador-item p {
    font-size: 1.1rem;
    margin-top: 10px;
    padding: 0px 15px;
    font-weight: normal;
    line-height: 1.2;
  }

  .section-title {
    padding: 0 10px;
    font-size: 28px;
    justify-content: center;
    margin: 0;
  }
}
.divider-vertical{
  border-left: 1px solid #465EFF;
}
.divider-vertical-vic{
  border-left: 1px solid #465EFF;
  height: 50px;
  padding: 0px;
}
/* Estilo do dropdown */
.dropdown-menu {
  background-color: #465EFF;
  margin: 10px;
}

.dropdown-menu:hover {
  color: #FCFC30;
}

.dropdown-item {
  color: #fff !important;
}

.dropdown-item:active,
.menu-item:active,
.dropdown-item:hover {
  color: #FCFC30 !important;
}

.dropdown-item:hover {
  background-color: #FCFC30;
  color: #465EFF !important;
}

/* ===== Campo de pesquisa no Header ===== */
form[role="search"] {
  display: flex;
  align-items: center;
}

#faqSearchInput {
  color: #ffffff;
  padding: 6px 15px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  width: 180px;
  border: none;
}

#faqSearchInput:focus {
  outline: none;
  border-color: #fff;
  box-shadow: 0 0 8px rgba(194, 194, 193, 0.6);
  width: 220px;
}

.btn-search {
  color: #666666;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.btn-search:hover {
  color: #465EFF;
  transform: scale(1.1);
}

.accordion-button.highlight {
  background-color: #FCFC30 !important;
  color: #465EFF !important;
  font-weight: bold;
}

.form-control.search-placeholder::placeholder {
  color: #ffffff00;
  font-weight: 600;
  font-size: 16px;
  opacity: 90%;
}

/* ===== Campo de busca com sugestões ===== */
#faqSuggestions {
  z-index: 2000;
  top: 100%;
  border-radius: 10px;
  background: white;
  display: none;
  max-height: 300px;
  overflow-y: auto;
}

#faqSuggestions a {
  font-size: 0.95rem;
}

#faqSuggestions .list-group-item {
  border: none;
  cursor: pointer;
  padding: 10px 15px;
  font-size: 15px;
  transition: all 0.2s ease;
}

#faqSuggestions .list-group-item:hover {
  background-color: #FCFC30;
  color: #465EFF;
  font-weight: 600;
}

@media (max-width: 990px) {
  #faqSuggestions {
    min-height: 350px;
    padding: 25px 15px;
  }

  #faqSearchInput,
  .btn .btn-search {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.bf-banner {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.bf-banner.is-open {
  display: flex;
}

.bf-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.bf-panel {
  position: relative;
  max-width: 900px;
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .6);
  z-index: 2;
}

.bf-close {
  position: absolute;
  top: .6rem;
  right: .6rem;
  background: transparent;
  border: 0;
  font-size: 1.6rem;
  cursor: pointer;
}

.bf-art-wrap img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.bf-cta {
  text-align: center;
  margin-top: 1rem;
}

/* mobile: empilha */
@media (max-width: 990px) {
  .bf-panel {
    flex-direction: column;
    padding: 1rem;
  }

  .bf-art-wrap {
    width: 100%;
  }
}

.api-block {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.9px);
  -webkit-backdrop-filter: blur(4.9px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 40px;
  height: 260px;
  z-index: 2;
}

/* Estilo da seção Como funciona */
.divider-vertical-r {
  border-right: 1px solid #FCFC30;
}

.divider-vertical-l {
  border-left: 1px solid #FCFC30;
}

.max-h {
  max-height: 150px;
}

.reclame-aqui .last-col .last-col-item+.last-col-item {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #465EFF;
}

.section-underline {
  width: 160px;
  height: 1px;
  border-radius: 2px;
}

.section-underline-vertical {
  width: 1px !important;
  height: 100px;
  border-radius: 2px;
}

.etapa-item p {
  font-size: 0.95rem;
  color: #000000;
  line-height: 2;
}

.etapa-numero {
  background-color: #FCFC30;
  border-radius: 200px;
  font-size: 3rem;
  padding: 10px 30px;
  font-weight: bold;
  color: #465EFF;
  z-index: 2;
}


/* Seção de Perguntas Frequentes */
.faq-section {
  color: #465EFF;
  position: relative;
  overflow: hidden;
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top: 150px;
}

.faq-image-wrapper {
  position: relative;
  z-index: 1;
}

.faq-image {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* Acordeão */
.accordion {
  background-color: #ffffff00;
}

.faq-accordion-wrapper {
  position: relative;
  z-index: 2;
  border-radius: 15px;
}

.accordion-button {
  font-weight: 600;
  background-color: #ffffff00;
  border-radius: 10px 10px 0 0;
  font-size: 17px;
}

.accordion-button:not(.collapsed) {
  color: #465EFF;
  background-color: #ffffff00;
}

.accordion-body {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #666666;
  background-color: #ffffff;
}

.accordion-item {
  border: solid 1px #666666;
  overflow: hidden;
  background-color: #ffffff;
}

@media (max-width: 990px) {
  .faq-accordion-wrapper {
    margin-left: 0;
    margin-top: 20px;
  }

  .faq-section {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .accordion-button {
    font-size: 0.95rem;
  }
}

/* ===== Footer ===== */
.footer-top {
  background-color: #465EFF;
  padding-top: 30px;
  padding-bottom: 80px;
  border-top: solid 3px #FCFC30;
}

@media (max-width: 990px) {
  .footer-top {
   padding-bottom: 10px;
  }
}

.footer-link {
  color: #ffffff;
  padding-bottom: 10px;
  font-weight: 600;
  transition: color 0.3s ease;
  font-size: 18px;
  line-height: 1.5;
}

.footer-link:hover {
  color: #FCFC30;
}

.footer-middle {
  background-color: #465EFF;
  color: #ffffff;
}

.footer-social .social-icon {
  color: #ffffff;
  font-size: 1.8rem;
  margin: 0 10px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer-social .social-icon:hover {
  color: #FCFC30;
  transform: scale(1.1);
}

.footer-bottom {
  background-color: #465EFF;
  font-size: 15px;
  border-top: solid 1px #ffffff;
}

.footer-bottom .mb-1,
.mb-02 {
  font-size: 15px;
}

@media (max-width: 990px) {
  .footer-middle {
    flex-direction: column;
    text-align: center;
  }

  .footer-logo,
  .footer-partner {
    margin-bottom: 10px;
  }

  .footer-bottom {
    color: #465EFF;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    border-top: solid 2px #FCFC30;
  }
}

/* Seção Sobre */
.sobre-section {
  position: relative;
  overflow: hidden;
  margin: 0px 100px 100px 100px;
  row-gap: 0px;
  z-index: 3;
}

.section-underline-left {
  width: 120px;
  height: 4px;
  background-color: #465EFF;
  margin-top: 10px;
  margin-bottom: 30px;
}

.sobre-card {
  position: relative;
  padding: 30px;
  min-width: 650px;
  min-height: 60%;
  top: 50px;
  align-items: center;
  z-index: 2;
  justify-content: center;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-size: 1.2rem;
  margin-left: 100px;
}

.sobre-card p {
  color: #5c5750;
}

.sobre-card h3 {
  font-weight: 700;
  color: #465EFF;
  margin-bottom: 20px;
  font-size: 2rem;
}

.sobre-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.sobre-imagem-wrapper {
  position: relative;
}

.sobre-imagem {
  border-radius: 50px;
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  z-index: 1;
  margin-bottom: 50px;
}

@media (max-width: 990px) {
  .sobre-card {
    min-width: 100%;
    top: 20px;
    margin-bottom: 50px;
    padding: 40px;
    margin-left: 0px;
  }

  .sobre-section {
    margin: 5px;
  }

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

  .sobre-imagem {
    width: 100%;
    min-height: 100%;
  }
}

.shadow-image {
  background-color: #000000;
  opacity: 0.5;
  z-index: 2;
}

/* ===== Botão Voltar ao Topo ===== */
.btn-topo {
  position: fixed;
  bottom: 50px;
  right: 30px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #465EFF;
  color: #ffffff;
  border: none;
  outline: none;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

.btn-topo:hover {
  background-color: #FCFC30;
  color: #465EFF;
  transform: translateY(-3px);
}

.btn-topo.show {
  opacity: 1;
  visibility: visible;
}

.btn-watts {
  position: fixed;
  bottom: 115px;
   width: 55px;
  height: 55px;
  right: 30px;
  border-radius: 50%;
  border: none;
  outline: none;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1000;
  background-color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.btn-watts-img {
width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.btn-watts:hover {
  transform: translateY(-3px);
}

.btn-watts i {
  width: 50px;
  color: #fff;
}

@media (max-width: 990px) {
  .btn-topo {
    bottom: 20px;
    right: 15px;
  }

  .btn-watts {
    bottom: 110px;
    right: 15px;
  }
}

/* Seção Blog */
.blog-section {
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin: 0px;
}

.grid-container2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin: 100px;
}

.grid-container>div {
  background-color: #fff;
  overflow: hidden;
  border-radius: 20px;
  padding: 0px;
  grid-gap: 15px;
  box-shadow: 0px 0px 8px 0.5px rgba(0, 0, 0, 0.1);
}

.blog-card img {
  width: 200px;
  height: 160px;
  object-fit: cover;
}

.blog-card {
  text-align: left;
  padding: 15px;
  transition: all 0.3s ease;
  max-height: 160px;
}

.card-b {
  border: #e2e1e1 solid 2px;
  border-radius: 10px;
  margin-top: 10px;
}

.card-c {
  border-radius: 10px;
  margin-top: 10px;
  padding: 10px;
  box-shadow: 0px 1px 3px 3px rgba(197, 196, 196, 0.349);
}

.card {
  border-radius: 10px;
  max-height: 550px;
}

.card-body {
  padding: 0px;
}

.card-title {
  font-size: 22px;
  padding: 15px;
  min-height: 99px;
  font-weight: 800;
}

.card-title-c {
  font-size: 28px;
  padding: 0px 15px 0px 15px;
}

.card-text-c {
  font-size: 16px;
  padding: 0px 15px;
  height: 150px;
}

.card-text {
  font-size: 16px;
  padding: 0px 15px;
  height: 150px;
}

.card-link {
  font-size: 16px;
  padding: 0px 15px;
  font-weight: 600;
}

.card-underline {
  width: 100%;
  height: 1px;
  padding: 0px 15px;
  border-radius: 2px;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  transition: 600ms;
  transform: scale(1.05);
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

@media (max-width: 990px) {

  .grid-container,
  .grid-container2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 990px) {
  .grid-container {
    grid-template-columns: 1fr;
  }

  .grid-container2 {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    grid-gap: 0px;
    margin: 0px;
    grid-area: auto;
  }

  .slider-title,
  .section-underline-left-slide {
    margin-left: 20px;
    margin-top: 40px;
    margin-bottom: 0px;
  }
}

.post-image {
  max-width: 100%;
}

@media (max-width: 990px) {
  .post-image {
    max-width: 100%;
    height: auto;
  }
}
.img-post-n {
  max-height: 180px;
  min-height: 250px;
  width: 100%;
  border-radius: 10px;
}

/* Posts page */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block;
  background: #55595c;
  color: #eceeef;
}

.destaque-img {
  width: 200px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (max-width: 990px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: #0000001a;
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em #0000001a, inset 0 0.125em 0.5em #00000026;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.blog-post-meta {
  color: #5c5750;
  padding: 18px;
}

#main-feature {
  margin-bottom: 1.5rem;
}

#posts-grid .card-thumb {
  width: 200px;
  height: 250px;
  background: #55595c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eceeef;
}

.blog-pagination .btn {
  margin-right: .5rem;
}

.entry-content pre {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: .25rem;
  overflow: auto;
}

@media (min-width: 992px) {
  .sidebar-fixed {
    position: relative;
    width: 100%;
  }

  .sidebar-fixed.is-fixed {
    position: fixed;
    top: 30px;
    left: auto;
    z-index: 1000;
    width: var(--sidebar-fixed-width);
  }

  .sidebar-fixed.is-absolute {
    position: absolute;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
}

.card-relacionado-body a {
  color: #465EFF;
  font-size: 18px;
  font-weight: 600;
}

.card-relacionado .card-img-top {
  border-radius: 8px;
  max-height: 140px;
}

/* aparência personalizada do offcanvas de cookies */
.cookie-offcanvas {
  background: rgba(51, 51, 189, 0.83);
  border-radius: 16px 16px 0px 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.2px);
  -webkit-backdrop-filter: blur(8.2px);
  border: 1px solid rgba(51, 51, 189, 0.23);
  z-index: 1080;
}

.cookie-offcanvas .offcanvas-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0.75rem 1rem;
  font-size: 30px;
  color: #fff;
}

.cookie-offcanvas .offcanvas-body {
  padding: 40px;
  align-items: center;
  font-size: 20px;
  color: #fff;
}

.cookie-dismiss {
  color: #fff;
}

.cookie-text a {
  color: #FCFC30;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .cookie-offcanvas .offcanvas-body {
    flex-direction: column;
    gap: .75rem;
  }

  .cookie-offcanvas .cookie-actions {
    width: 100%;
    justify-content: stretch;
  }

  .cookie-offcanvas .cookie-actions .btn {
    flex: 1 1 auto;
  }
}

.btn-close {
  margin: 20px;
  color: #fff;
  font-size: 20px;
  background-color: #ddd;
  border-radius: 50px;
}

.list-group-item {
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  padding: 1.2rem 1.5rem;
  transition: background-color 0.2s ease;
}

.list-group-item:hover {
  background-color: #f8f9fa;
}

.page-numbers {
  border-radius: 200px;
  background-color: #dcdff5;
  color: #646464;
}

.page-numbers .current {
  border-radius: 200px;
  background-color: #002D4B;
  color: #fff;
}

.pagination {
  justify-content: center;
  gap: 8px;
}

.pagination li {
  border-radius: 200px;
  overflow: hidden;
}

.pagination a,
.pagination span {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 200px;
  color: #333;
  text-decoration: none;
}

.pagination .current {
  border-radius: 200px;
  background-color: #002D4B;
  color: #fff;
}

.pagination-wrapper ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.pagination-wrapper li {
  display: inline-block;
}

.pagination-wrapper a,
.pagination-wrapper span {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #5c5750;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.pagination-wrapper a:hover {
  background-color: #f0f0f0;
}

.pagination-wrapper .current {
  background-color: #465EFF;
  color: #fff;
  border-color: #465EFF;
}

#post-results.is-transitioning {
  transition: opacity 220ms ease;
  opacity: 0;
}
strong{
font-weight: 400;
}

.posts-slider {
  overflow: hidden;
  position: relative;
}

.posts-track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.posts-slide {
  flex-shrink: 0;
  
}

.mw{
  max-width: 100vh;
}

#fim-dos-posts {
  position: relative;
  height: 1px;
}

.search_card_a{
max-width: 80%;
border-radius: 15px;
padding: 50px 0px;
box-shadow: 0px 1px 3px 3px rgba(197, 196, 196, 0.349);
justify-content: center;
align-items: center;
}

@media (max-width: 990px) {
  .search_card_a{
    max-width: 100%;
    padding: 35px 0px;
  }
  
}
.margin-top-negative{
  margin-top: -150px;
}

.icon-menu{
  color:#ffffff;
  background-color: #ffffff;
}

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

.arredondar{
  border-radius: 25px;
}

/* Seção de Contato e Suporte */
.contato-section {
  margin-top: 50px;
  background-color: #ffffff;
  color: #465EFF;
}

.contato-section .section-title {
  color: #465EFF;
  margin-bottom: 80px;
}

.contato-card {
  background-color: #ffffff;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.contato-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.contato-icon {
  font-size: 6rem;
  color: #465EFF;
  margin-bottom: 20px;
}

.contato-card h3 {
  font-weight: 700;
  color: #465EFF;
  margin-bottom: 10px;
}

.contato-card p {
  font-size: 1rem;
  color: #5c5750;
  line-height: 1.4;
  max-width: 350px;
}

/* Responsividade */
@media (max-width: 990px) {

  .contato-icon {
    font-size: 3rem;
  }

  .contato-card p {
    font-size: 0.95rem;
  }
  .contato-section{
    margin:20px;
  }
   .contato-card {
    padding: 2.5rem 1.5rem;
  }

}