@charset "UTF-8";
img.footer-logo {
  height: 90px;
}

#nossos-profissionais img {
  margin-top: -20px;
  margin-bottom: -9px;
}

header .logo {
  width: 150px !important;
  height: auto;
  aspect-ratio: 150/100;
}

.img-passaros {
  aspect-ratio: 2/2;
  display: block;
}

/* Botão flutuante */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: flex;
  align-items: center;
  background-color: #96C763;
  border-radius: 50px;
  height: 49px;
  width: 49px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  transition: width 0.3s ease;
  cursor: pointer;
}

/* Ícone sempre fixo na bolinha */
.whatsapp-icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Ícone WhatsApp */
.whatsapp-icon i {
  font-size: 32px;
  color: #fff;
  margin-right: 4px;
}

/* Texto escondido inicialmente */
.whatsapp-text {
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Ao passar o mouse, abre apenas o texto */
.whatsapp-float:hover {
  width: 255px;
}

.whatsapp-float:hover .whatsapp-text {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .conteudo-interno.fundo-laranja .img-correta-1 {
    margin-left: 0px !important;
  }
}
#slide .carousel-item .col-md-6:first-child {
  min-height: 320px; /* ajuste até o layout ficar estável */
}

@font-face {
  font-display: swap !important;
}
ul.redes-links.list-unstyled.d-flex.flex-wrap.gap-2 {
  margin-bottom: -18px;
}

/* Garante que o container do logo não centralize o conteúdo */
footer .col-12.col-md-3:first-child {
  text-align: left !important;
}

.footer-logo {
  display: block;
  height: 90px;
  width: auto;
}/*# sourceMappingURL=pedro.css.map */