/* =========================
   PÁGINA SOLUÇÕES - BASE
========================= */

html, body {
  overflow-x: hidden;
}

body {
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  padding-top: 90px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.navbar-nav .nav-link.active {
  color: #f5a623;
}

.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

/* =========================
   HERO
========================= */

.solucoes-hero {
  width: 100%;
  padding: 70px 0 90px;
  background-image: url("../images/novofundoeba.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.solucoes-hero-card {
  position: relative;
  width: 100%;
  min-height: 560px;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #c7d7d4 100%);
  background-size: cover;
  background-position: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  padding: 70px 60px;
  transform: translateY(70px);
  margin-bottom: 70px;
}

.solucoes-mini-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.solucoes-hero-texto {
  max-width: 620px;
  position: relative;
  z-index: 2;
}

.solucoes-mini-tag {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #006459;
  font-family: 'Poppins', sans-serif;
}

.solucoes-hero-title {
  margin: 0 0 22px 0;
  font-size: 3.2rem;
  line-height: 1.08;
  font-weight: 800;
  color: #0A2540;
  font-family: 'Poppins', sans-serif;
  text-align: left;
}

.solucoes-hero-description {
  margin: 0 0 30px 0;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #4f5b5f;
  text-align: justify;
}

.solucoes-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.solucoes-hero-image {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}

.solucoes-hero-image img {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  border-radius: 28px;
  object-fit: cover;
  
}

/* =========================
   SEÇÕES
========================= */

.solucoes-section {
  padding: 100px 0;
}

.solucoes-section-intro {
  background-image: url("../images/MAC03569cima.jpg");
  background-size: contain;
  background-position: center;
  position: relative;
  z-index: 1;
}

.solucoes-section-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7); /* aumenta aqui */
  z-index: 0;
}

.solucoes-section-slider {
  background-image: url("../images/fundosecaocard4.png");
  background-size: cover;
  background-position: center;
}

.solucoes-section-benefits {
  background-image: url("../images/novofundoeba.png");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.solucoes-section-benefits::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(29, 70, 29, 0.45);
  z-index: 0;
}

.solucoes-section-cta {
  background-image: url("../images/fundocard1.png");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

/* =========================
   ESTRUTURA
========================= */

.solucoes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.solucoes-content-box,
.solucoes-image-box {
  width: 100%;
  position: relative;
  z-index: 2;
}

.solucoes-image-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.solucoes-tag {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #eaaf1b;
  font-family: 'Poppins', sans-serif;
  position: relative;
  z-index: 2;
}

.solucoes-title {
  margin: 0 0 20px 0;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 800;
  color: #015d52;
  font-family: 'Poppins', sans-serif;
  position: relative;
  z-index: 2;
  text-align: left;
}

.solucoes-title-center {
  text-align: center;
}

.solucoes-text {
  margin: 0 0 18px 0;
  font-size: 1rem;
  line-height: 1.85;
  color: #565656;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(21, 20, 20, 0.2);
  text-align: justify;
  font-weight: 500;
  z-index: 3; 
  position: relative;
}

.solucoes-text-center {
  text-align: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.solucoes-center-head {
  max-width: 980px;
  margin: 0 auto 50px;
  text-align: center;
}

.solucoes-section-benefits .solucoes-title,
.solucoes-section-benefits .solucoes-text,
.solucoes-section-benefits .solucoes-list-item p {
  color: #ffffff;
}

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

.solucoes-highlight-card,
.solucoes-result-card {
  width: 100%;
  max-width: 520px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 32px;
  padding: 38px 32px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.10);
}

.solucoes-highlight-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1rem;
  color: #0A2540;
  font-weight: 600;
  padding: 14px 0;
  border-bottom: 1px solid rgba(1, 93, 82, 0.10);
}

.solucoes-highlight-item:last-child {
  border-bottom: none;
}

.solucoes-highlight-item i {
  color: #00A86B;
  font-size: 1.2rem;
}

.solucoes-result-card h3 {
  margin: 0 0 14px 0;
  font-size: 2rem;
  font-weight: 800;
  color: #015d52;
  font-family: 'Poppins', sans-serif;
}

.solucoes-result-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #40444c;
  text-align: justify;
}

/* =========================
   CARROSSEL
========================= */

/* =========================
   SEÇÃO 3 - ACCORDION + MODAL
========================= */
.solucoes-container-wide {
  max-width: 1420px;
}
.solucoes-accordion-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: flex-start;
}

.solucao-accordion-card {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 20px;
  border: 1px solid rgba(0, 100, 89, 0.08);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  min-height: 150px;
}

.solucoes-accordion-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;

  align-items: start; /* 🔥 ESSA LINHA RESOLVE */
}

.solucao-accordion-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.12);
}

.solucao-accordion-trigger {
  width: 100%;
  border: none;
  background: transparent;
  padding: 24px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  text-align: left;
}

.solucao-accordion-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.solucao-accordion-icon {
  width: 62px;
  height: 62px;
  min-width: 62px;
  border-radius: 18px;
  background: rgba(0, 168, 107, 0.10);
  color: #006459;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
}

.solucao-accordion-trigger h3 {
  margin: 0 0 4px 0;
  font-size: 1.18rem;
  font-weight: 700;
  color: #0A2540;
  font-family: 'Poppins', sans-serif;
}

.solucao-accordion-trigger p {
  margin: 0;
  font-size: 0.95rem;
  color: #5c676b;
  line-height: 1.5;
}

.solucao-accordion-plus {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: #f2f7f6;
  color: #006459;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease;
}

.solucao-accordion-card.active .solucao-accordion-plus {
  transform: rotate(45deg);
  background: #006459;
  color: #ffffff;
}

.solucao-accordion-preview {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.solucao-accordion-card.active .solucao-accordion-preview {
  max-height: 220px;
  padding: 0 24px 24px;
}

.solucao-accordion-preview p {
  margin: 0 0 18px 0;
  font-size: 0.97rem;
  line-height: 1.75;
  color: #40444c;
  text-align: justify;
}

.solucao-modal-open {
  border: none;
  background: linear-gradient(135deg, #006459 0%, #008b72 100%);
  color: #ffffff;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 12px 24px rgba(0, 100, 89, 0.18);
  margin: 0 auto;
  display: block;
}

.solucao-modal-open:hover {
  transform: translateY(-2px);
}

.solucoes-accordion-side {
  position: sticky;
  top: 120px;
}

.solucoes-side-card {
  background: rgba(255, 255, 255, 0.88);
  border-radius: 28px;
  padding: 34px 28px;
  border: 1px solid rgba(0, 100, 89, 0.08);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
}

.solucoes-side-tag {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 1.3px;
  color: #eaaf1b;
  text-transform: uppercase;
}

.solucoes-side-card h3 {
  margin: 0 0 14px 0;
  font-size: 1.6rem;
  font-weight: 800;
  color: #015d52;
  font-family: 'Poppins', sans-serif;
  line-height: 1.2;
}

.solucoes-side-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.8;
  color: #40444c;
  text-align: justify;
}

/* MODAL DAS SOLUÇÕES */

.solucao-info-modal {
  position: fixed;
  inset: 0;
  z-index: 99998;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.solucao-info-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.solucao-info-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 16, 14, 0.72);
  backdrop-filter: blur(4px);
}

.solucao-info-panel {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 920px;
  max-height: 88vh;
  overflow-y: auto;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  padding: 42px 34px 34px;
}

.solucao-info-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  color: #1a1a1a;
  font-size: 28px;
  cursor: pointer;
}

.solucao-info-title {
  margin: 0 0 18px 0;
  padding-right: 50px;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 800;
  color: #015d52;
  font-family: 'Poppins', sans-serif;
}

.solucao-info-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.9;
  color: #40444c;
  text-align: justify;
  white-space: pre-line;
}


/* =========================
   LISTA
========================= */

.solucoes-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 28px;
}

.solucoes-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.solucoes-list-icon {
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 50%;
  background: #00A86B;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  margin-top: 2px;
}

.solucoes-list-item p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #ffffff;
}

/* =========================
   CTA FINAL
========================= */

.solucoes-cta-card {
  position: relative;
  background: #e9e9e9;
  border-radius: 34px;
  padding: 60px 30px;
  box-shadow: transparent;
  text-align: center;
}

.solucoes-cta-card::before {
  content: "";
  display: block;
  background: #e9e9e9;
  border-radius: 34px;
  position: absolute;
  inset: 1px;
  z-index: -1;
}

.solucoes-cta-card > * {
  position: relative;
  z-index: 2;
}

.plus-img-solucion {

  height: 100px;
  width: auto;
  margin-left: 65px;

}
/* =========================
   FOOTER
========================= */

.footer {
  background: #0A2540;
  color: #ffffff;
  position: relative;
  margin-top: 0px;
}

.footer .container {
  max-width: 1200px;
}

.footer-brand {
  text-decoration: none;
}

.footer-logo {
  max-width: 180px;
  height: auto;
  display: block;
}

.footer-text {
  font-size: 0.98rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
  max-width: 320px;
  margin: 0;
}

.footer-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 12px;
}

.footer-links a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
  transition: color 0.25s ease, transform 0.25s ease;
  display: inline-block;
}

.footer-links a:hover {
  color: #00A86B;
  transform: translateX(4px);
}

.footer-contact li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
  line-height: 1.6;
}

.footer-divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 35px 0 20px;
}

.footer-copy {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
}

.footer-icon {
  color: #25D366;
  margin-right: 8px;
  font-size: 16px;
}

/*==============================================================================*/
/*CONFIGURAÇÕES DO MODAL FALE CONOSCO*/

/* =========================
   MODAL DE CONTATO
========================= */


.agro-contact-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.agro-contact-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.agro-contact-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 16, 14, 0.72);
  backdrop-filter: blur(4px);
}

.agro-contact-panel {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  transform: translateY(24px) scale(0.98);
  transition: transform 0.35s ease;
}

.agro-contact-modal.active .agro-contact-panel {
  transform: translateY(0) scale(1);
}

.agro-contact-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  color: #1a1a1a;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  transition: background 0.25s ease, transform 0.25s ease;
}

.agro-contact-close:hover {
  background: rgba(0, 0, 0, 0.10);
  transform: rotate(90deg);
}

.agro-contact-content {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  min-height: 660px;
}

/* LADO ESQUERDO */
.agro-contact-info {
  background:
    linear-gradient(180deg, rgba(0, 100, 89, 0.94) 0%, rgba(0, 74, 66, 0.96) 100%);
  color: #ffffff;
  padding: 60px 48px 48px;
  position: relative;
  overflow: hidden;
}

.agro-contact-info::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  top: -120px;
  right: -120px;
}

.agro-contact-info::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 193, 7, 0.10);
  bottom: -80px;
  left: -60px;
}

.agro-contact-tag,
.agro-contact-title,
.agro-contact-text,
.agro-contact-details,
.agro-contact-socials {
  position: relative;
  z-index: 2;
}

.agro-contact-socials a{
display: flex;
align-items: center;
gap: 8px; /* 👈 espaço entre ícone e texto */
}
.agro-contact-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 22px;
  background: rgba(255,255,255,0.08);
}

.agro-contact-title {
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.08;
  font-weight: 700;
  margin: 0 0 20px;
  max-width: 500px;
}

.agro-contact-text {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.88);
  max-width: 510px;
  margin-bottom: 34px;
}

.agro-contact-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.agro-contact-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.92);
}

.agro-contact-detail-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255,255,255,0.10);
  font-size: 1rem;
}

.agro-contact-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.agro-contact-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.07);
  transition: all 0.25s ease;
  font-size: 0.95rem;
}

.agro-contact-socials a:hover {
  background: rgba(255,255,255,0.16);
  transform: translateY(-2px);
}

/* LADO DIREITO */
.agro-contact-form-wrap {
  background: #ffffff;
  padding: 58px 42px 42px;
  
}

.agro-contact-form {
  width: 100%;
}

.agro-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.agro-form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.agro-form-group label {
  font-size: 0.93rem;
  font-weight: 600;
  color: #18322f;
  margin-bottom: 8px;
}

.agro-form-group input,
.agro-form-group select,
.agro-form-group textarea {
  width: 100%;
  border: 1px solid #dce5e3;
  background: #f9fbfb;
  border-radius: 16px;
  padding: 15px 16px;
  font-size: 0.98rem;
  color: #1f2c2a;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  box-sizing: border-box;
}

.agro-form-group input:focus,
.agro-form-group select:focus,
.agro-form-group textarea:focus {
  border-color: #006459;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(0, 100, 89, 0.08);
  box-sizing: border-box;
}

.agro-form-group textarea {
  min-height: 130px;
  resize: vertical;
}

.agro-form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0 24px;
}

.agro-form-consent input[type="checkbox"] {
  margin-top: 3px;
  accent-color: #006459;
}

.agro-form-consent label {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #506360;
}

.agro-contact-submit {
  width: 100%;
  min-height: 58px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #006459 0%, #008b72 100%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0, 100, 89, 0.20);
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.agro-contact-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 35px rgba(0, 100, 89, 0.26);
}

.agro-contact-submit:active {
  transform: translateY(0);
}

.agro-contact-success {
  display: none;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 40px 20px;
  animation: agroFadeUp 0.4s ease;
}

.agro-contact-success.active {
  display: flex;
}

.agro-contact-success-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #00A86B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 22px;
  box-shadow: 0 18px 35px rgba(0, 168, 107, 0.18);
}

.agro-contact-success h3 {
  font-size: 2rem;
  color: #18322f;
  margin-bottom: 14px;
}

.agro-contact-success p {
  max-width: 420px;
  font-size: 1rem;
  line-height: 1.7;
  color: #5a6b68;
  margin-bottom: 28px;
}

.agro-contact-success-button {
  min-height: 54px;
  padding: 0 28px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #006459 0%, #008b72 100%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0, 100, 89, 0.20);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.agro-contact-success-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 35px rgba(0, 100, 89, 0.26);
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  z-index: 9999;
  transition: 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #20b858;
}

.whatsapp-float {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.7); }
  70% { box-shadow: 0 0 0 15px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

.animar-card {
  opacity: 0;
  transform: translateY(40px) scale(0.96);
  transition: all 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.animar-card.ativo {
  opacity: 1;
  transform: translateY(0) scale(1);
}

