.navbar-nav .nav-link.active,
.navbar-nav .dropdown-item.active {
  color: #ff5722;
  font-weight: bold;
}

/* Dropdown com hover no Bootstrap 4.1.0 */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* Corrige o pulo de animação */
}

/* Impede que o menu feche ao sair do botão com o mouse */
.nav-item.dropdown:hover>.dropdown-toggle::after {
  transform: rotate(180deg);
}

/* Remove conflito com .show do Bootstrap (opcional) */
.navbar-nav .dropdown-menu {
  display: none;
  margin-top: 0;
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.features-left li a{
  display: flex;
  align-items: center;
}
.features-left li a figure, .features-right li a figure{
  width: 68px;
    height: 68px;
    line-height: 68px;
    border-radius: 10px;
    font-size: 26px;
    color: #ffffff;
    background-color: #B38320;
    margin: 0 auto 22px;
    position: relative;
    text-align: center;
    z-index: 55;
    transition: .4s;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
}

.features-left li a figure img{
  max-width: 52px;
  height: auto; 
}

.features-right figure{
  float: right;
}


#features a{
  color: #fff;
}

.owl-logos .item {
  text-align: center;
  padding: 15px;
  aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 16px;
}

.owl-logos img {
  height: auto; 
  width: auto;
  display: inline-block;
  transition: transform 0.3s ease;
}

.owl-logos img:hover {
  transform: scale(1.05);
}


.footer-produtos a{
  color: #fff;
}



/* >>> button whatsapp 1 */

@keyframes pulseWhatsApp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

._button-whatsapp {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 64px;
  height: 64px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulseWhatsApp 2s infinite;
  z-index: 999999999999999999;
}

._button-whatsapp svg {
  fill: #fff;
  width: 52px;
  height: 52px;
}

/* button whatsapp 1 <<< */

.dmtop.show {
  bottom: 130px;
}


.dropdown-menu {


  background-color: transparent;
  background-color: #B38320;
  border: none;
  
}

.header_style_01 .navbar-light .navbar-nav>li:hover a, .header_style_01 .navbar-light .navbar-nav>li:focus a {
  box-shadow: none;
}

.footer-produtos li a span {
  margin-right: 6px;
}

hr.hr1 {
  position: relative;
  margin: 20px 0;
  border: 1px dashed #f2f3f5;
}



.banner-bg-1 {
  
  padding: 40px 0px;

}


.banner-bg-1::before {
  background: rgba(179, 131, 32, 0.8);
}

.btn-saibamais{
  background-color: #B38320;
  border-color: #B38320;
  color: #fff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #B38320;
  border-color: #B38320;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(179, 131, 32, .5);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #B38320;
  border-color: #B38320;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(179, 131, 32, .5);
}


.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f8f1e3;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(179, 131, 32, .25);
}


.header_style_01 .navbar-light .navbar-nav > li a {
  padding: 6px 15px;
}

.dropdown-menu {
  border-radius: .5rem;
}

.figure-text {
  float: left;
  margin: 0 24px 24px 0;
  max-width: 50%;
  height: auto;
}

.formulario-wrapper{
  padding: 24px;
  border-radius: 24px;
  background-color: #f7f7f7;
}

.formulario-licenciado{
  padding: 24px;
  border-radius: 24px;
  background-color: #f7f7f7;
}

[class$="-feedback-required"], [class$="-feedback-invalid"] {
  color: red;
}

.parceiro-item{
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/3;
}


.contact_form .form-control{
  margin-bottom: 0;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.popup.ativo {
  display: flex;
}

.formulario {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  max-width: 500px;
  width: 90%;
}

.fechar-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  text-decoration: none;
  color: red;
  cursor: pointer;
  transition: .2s all ease-in-out;
}

.fechar-popup:hover{
  scale: .8;
  color: red;
}

.fechar-popup svg{
  width: 36px;
  height: 36px; 
  stroke-width: 1.25;
}

body{
  color: #252525;
}

.figure-9-16{
  width: 100%;
  overflow: hidden;
}

.figure-9-16 img{
  object-fit: cover;
  height: 100dvh;
  aspect-ratio: 9/16; 
}

@media(max-width:768px){
  .figure-9-16 img{
    height: auto; 
    aspect-ratio: 4/3;
  }
}


.fl-inner{
  margin-left: 16px;
}

#features li {
  min-height: 140px;
  display: flex;
  align-items: center;
}

#features a{
  align-items: start;
}

.fr-inner{
  margin-left: 16px;
}

.owl-carousel{
  display: block;
}

.post-media figure{
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto; 
  margin-bottom: 0;
}

.post-media figure img{
  object-fit: cover;
  width: 100%;
  height: 100%; 
}

.pricing-content li{
  line-height: 1.85;
}

.unidades-grid{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

@media(min-width:600px){
  .unidades-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(min-width:960px){
  .unidades-grid{
    grid-template-columns: repeat(3, 1fr);
  }
}

.pricingTable .title {
  font-size: 20px;
  min-height: 60px;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 24px;
}



.imagem-direita-50vw {
  width: 50vw;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .imagem-direita-50vw {
    width: 100vw;
    margin-top: 1rem;
  }
}

.imagem-container-externo {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}




#about.section {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}


#about .container-parallax {
  position: relative;
  z-index: 2;
  padding-right: 150px;
}

@media(max-width:768px){
  #about .container-parallax{
    padding-right: 15px;
  }
}

.parallax-img {
  transition: transform 0.4s ease-out;
  will-change: transform;
}

.service-widget{
  height: 100%; 
}











.cards-container{
  display: grid;
}
a.card-item{
  color: #fff;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.card-item{
  display: flex;
  width: 100%;
  cursor: pointer;
  margin: 10px 0;
  padding: 10px 10px 12px 10px;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  background: #393939;
  border-radius: 10px;
  
  gap: 10px;
  color: #fff;
  align-items: start;
  min-height: 123px;
}
.card-item h5{
  text-transform: capitalize;
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin: 0px;
}
.card-item figure{
  width: 68px;
height: 68px;
line-height: 68px;
border-radius: 10px;
font-size: 26px;
color: #ffffff;
background-color: #B38320;

position: relative;
text-align: center;
z-index: 55;

padding: 0;
margin-bottom: 0;
display: flex;
align-items: center;
justify-content: center;
aspect-ratio: 1 / 1;
}
.card-item p{
  margin-bottom: 0;
  line-height: 1.5;
}
.card-item figure{
  margin-bottom: auto;
}
.cards-imagem-meio{
  display: grid;
}
.section-cards{
  display: flex;
  align-items: center;
  padding: 80px 0;
}
.card-item--direita{
  flex-direction: row-reverse;
}
@media(max-width:960px){
  .card-item--direita{
    flex-direction: row;
  }
}
a.card-item:hover{
  background: #252525;
}