.elementor-2 .elementor-element.elementor-element-d589be9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2 .elementor-element.elementor-element-1862338{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2 .elementor-element.elementor-element-aa957cc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2 .elementor-element.elementor-element-09fc2f5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2 .elementor-element.elementor-element-90ac353{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2 .elementor-element.elementor-element-c793e98{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2 .elementor-element.elementor-element-7a4c25e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ff520bf */.floating-whatsapp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  background: #25D366;
  color: #ffffff;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  text-decoration: none;

  /* animação de entrada */
  opacity: 0;
  transform: scale(0);
  animation: whatsappFadeIn 0.6s ease forwards;
}

/* hover */
.floating-whatsapp:hover {
  transform: scale(1.1);
}

/* click */
.floating-whatsapp:active {
  transform: scale(0.9);
}

/* animação inicial */
@keyframes whatsappFadeIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* mobile ajuste */
@media (max-width: 768px) {
  .floating-whatsapp {
    width: 56px;
    height: 56px;
    bottom: 16px;
    right: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86c4b01 */@media (max-width: 720px) {
        .coluna-home {
            grid-template-columns: 1fr !important;

        }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0cefe21 */.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.service-card {
  background: #f8fafc;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.service-card:hover {
  border-color: rgba(48,55,88,0.2);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  transform: translateY(-4px);
}

.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #DBEAFE;
  color: #303758;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 24px;
  transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
  transform: scale(1.1);
}

.service-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 16px;
  color: #0F172A;
}

.service-card p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 24px;
  flex-grow: 1;
}

.service-card a {
  font-size: 14px;
  font-weight: 500;
  color: #303758;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s ease;
}

.service-card a:hover {
  gap: 12px;
}

/* Responsivo */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9996bd5 *//* GRID */
.why-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
}

/* LISTA */
.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.why-item {
  display: flex;
  gap: 16px;
}

.why-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.why-item h4 {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 700;
}

.why-item p {
  margin: 0;
  font-size: 15px;
  color: #CBD5E1;
  line-height: 1.5;
}

/* IMAGEM */
.why-image {
  position: relative;
  height: 100%;
}

.why-glow {
  position: absolute;
  inset: 0;
  background: rgba(59,130,246,0.25);
  filter: blur(80px);
  border-radius: 50%;
}

.why-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.4);
  filter: brightness(0.9) grayscale(20%);
}

/* RESPONSIVO */
@media (max-width: 1024px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-image {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2fa6513 */@media (max-width: 768px) {
  #sobre > div > div {
    grid-template-columns: 1fr !important;
  }

  #sobre img {
    max-height: 420px;
  }

  #sobre .decor-circle {
    display: none;
  }

  #sobre [style*="padding-left:40px"] {
    padding-left: 0 !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd394d3 */.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.testimonial-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 32px;
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.testimonial-card.featured {
  border: 1px solid rgba(48,55,88,0.25);
  transform: scale(1.05);
  z-index: 2;
}

.testimonial-text {
  font-style: italic;
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 24px;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.avatar-light {
  background: #BFDBFE;
}

.avatar-dark {
  background: #93C5FD;
}

.testimonial-user strong {
  font-size: 14px;
  color: #0F172A;
}

.testimonial-user span {
  font-size: 12px;
  opacity: 0.6;
}

/* Responsivo */
@media (max-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card.featured {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9ed084 */@media (max-width: 768px) {
  section h2 {
    font-size: 26px !important;
  }

  section p {
    font-size: 16px !important;
  }

  section a {
    width: 100%;
    font-size: 18px !important;
  }
}

/* animação leve do ícone */
section a:hover .cta-arrow {
  transform: translateX(6px);
}/* End custom CSS */