/* Filtro suave que puxa para tons do site (ajuste conforme desejado!) */
.image-filtered {
  opacity: 0.85 !important;
}
.image-filtered:hover {
  opacity: 1 !important;
}

.navbar-caption {
  font-family: "Times New Roman", Times, serif !important;
  font-weight: bold !important;
  font-size: 1.9rem;
  color: #d4af37 !important;
  letter-spacing: 1px;
}

.mbr-section-title {
  font-family: "Times New Roman", Times, serif !important;
}
.text-script {
  font-family: "Great Vibes", cursive !important;
  font-size: 2.4rem;
  color: #ffffff !important;
  line-height: 1.4rem;
}
@media (max-width: 768px) {
  .text-script {
    font-size: 1.8rem;
    line-height: 1;
  }
  .mbr-section-title {
    margin-bottom: 0.5rem !important;
    font-size: 2.1rem !important;
  }
}

.mbr-section-title.display-2 {
  font-family: "Times New Roman", Times, serif !important;
  text-transform: uppercase;
  font-size: 2.7rem !important;
}

.secundary-header {
  display: flex;
  padding-bottom: 8rem;
  background-image: none !important;
  /* background-color: #05254c !important; */
  background-color: #000a1d !important;
}
@media (max-width: 768px) {
  .secundary-header {
    padding-bottom: 4.5rem;
  }
}

.atuacao-text {
  text-align: justify !important;
  line-height: 1.5 !important;
  text-justify: inter-word;
}
.imgs-atuacao {
  /* border-radius: 15px;
  box-shadow: 0 6px 36px 0 rgba(2, 35, 74, 0.08), 0 1.5px 3px 0 #ffd71144;
  transition: transform 0.3s ease;
  max-height: 42rem; */
  max-width: 550px;
  max-height: 42rem;
  min-width: 32rem;
  color: #000a1d !important;
}

@media (max-width: 768px) {
  .imgs-atuacao {
    max-height: 30rem;
    margin-bottom: 0.3rem;
    min-width: 12rem;
  }
}

.navbar-caption .display-4 a {
  color: #d4af37 !important;
}

#whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: box-shadow 0.3s;
}

#whatsapp-float img {
  border-radius: 0 !important;
}

#whatsapp-float:hover {
  filter: brightness(0.95);
}
#whatsapp-float svg {
  display: block;
}
@media (max-width: 600px) {
  #whatsapp-float {
    right: 16px;
    bottom: 16px;
  }
  #whatsapp-float img {
    width: 46px !important;
    height: 46px !important;
  }
}

.modal-email {
  margin: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.13);
  padding: 32px 32px;
  min-width: 260px;
  font-size: 1.2rem;
  text-align: center;
  color: #17410b;
  font-weight: bold;
  border: 2px solid #c5991c !important;
  font-family: "Times New Roman", Times, serif;
}

.modal-email-feedback {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99999;
  align-items: center;
  justify-content: center;
}


 .card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 1rem;
    transition: box-shadow 0.3s, background-color 0.3s;
    background-color: transparent;
  }
  .card-link:hover {
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);

  }


  /* animação padrão sem fundo (desktop) */
  @keyframes popIn {
    0% { transform: scale(1); opacity: 0; }
    40% { transform: scale(1.15); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
  }

  /* só no mobile aplicamos o fundo durante a animação */
  @media (max-width: 768px) {
    @keyframes popIn {
      0% { transform: scale(1); opacity: 0; background-color: transparent; }
      40% { transform: scale(1.15); opacity: 1; background-color: #f7f7f7; }
      100% { transform: scale(1); opacity: 1; background-color: transparent; }
    }
  }

  .animate-card {
    opacity: 0;
  }
  .animate-card.show {
    animation: popIn 0.8s ease forwards;
  }
