.elementor-55 .elementor-element.elementor-element-643f0c9{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-55 .elementor-element.elementor-element-46aea57 img{width:100%;max-width:95%;height:500px;}.elementor-55 .elementor-element.elementor-element-c71e7a3{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-55 .elementor-element.elementor-element-d3509ac{--display:flex;}.elementor-55 .elementor-element.elementor-element-854d1fd{--display:flex;}.elementor-55 .elementor-element.elementor-element-73c9e14{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}@media(max-width:1024px){.elementor-55 .elementor-element.elementor-element-643f0c9{--grid-auto-flow:row;}.elementor-55 .elementor-element.elementor-element-c71e7a3{--grid-auto-flow:row;}.elementor-55 .elementor-element.elementor-element-73c9e14{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-55 .elementor-element.elementor-element-643f0c9{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-55 .elementor-element.elementor-element-c71e7a3{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-55 .elementor-element.elementor-element-73c9e14{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-7da992a *//* HERO CLEAN */
.hero-clean {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
  gap: 40px;
}

.branding {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.brand-logo {
  width: 36px;
  height: 36px;
}

.brand-name {
  font-size: 20px;
  font-weight: 600;
  color: #0b1a2b;
}

.hero-title {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.1;
  color: #0b1a2b;
  margin-bottom: 16px;
}

.hero-title strong {
  font-weight: 700;
}

.hero-subtitle {
  max-width: 480px;
  font-size: 18px;
  line-height: 1.5;
  color: #445161;
  margin-bottom: 28px;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  margin-bottom: 28px;
}

.btn-primary {
  background: #0077ff;
  color: white;
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

.btn-outline {
  border: 2px solid #c8d6e8;
  color: #0b1a2b;
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  background: #ffffff;
}

.hero-features {
  display: flex;
  gap: 18px;
  font-size: 15px;
  color: #334459;
}

.hero-image img {
  width: 380px;
  border-radius: 20px;
  box-shadow: 0 8px 26px rgba(0,0,0,0.08);
}

/* Responsivo */
@media (max-width: 960px) {
  .hero-clean {
    flex-direction: column-reverse;
    text-align: center;
  }

  .hero-title {
    font-size: 38px;
  }

  .hero-features {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-image img {
    width: 100%;
    max-width: 360px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-477c031 *//* 5ª Dobra - Depoimentos */
.dobra5 {
  padding: 80px 0;
  background: #f7f9fc;
}

.depo-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.depo-title {
  font-size: 38px;
  font-weight: 800;
  color: #0a2540;
  margin-bottom: 10px;
}

.depo-subtitle {
  font-size: 18px;
  color: #3a5169;
  margin-bottom: 45px;
}

.depo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 50px;
}

.depo-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0px 6px 14px rgba(0,0,0,0.08);
  text-align: left;
  transition: transform 0.2s ease;
  border: 2px solid #e3e9f1;
}

.depo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 10px 20px rgba(0,0,0,0.12);
}

.depo-text {
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.depo-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.depo-name {
  font-weight: 700;
  color: #0a2540;
}

.depo-stars {
  color: #ffb400;
  font-size: 18px;
}

.depo-numbers {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.num-card {
  background: #ffffff;
  padding: 25px 35px;
  border-radius: 16px;
  border: 2px solid #d8e1eb;
  text-align: center;
  box-shadow: 0px 6px 14px rgba(0,0,0,0.05);
}

.num-card h3 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 5px;
  color: #0a2540;
}

.num-card p {
  font-size: 15px;
  color: #3a5169;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f1fef36 *//* ================================
   CTA FINAL — DOBRA 7
=================================== */

.cta-final {
  background: linear-gradient(135deg, #e8f4ff, #fafdff);
  padding: 90px 0;
  margin-top: 60px;
  border-top: 1px solid #e4f1ff;
}

.cta-container {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.cta-title {
  font-size: 32px;
  font-weight: 800;
  color: #0d2a45;
  margin-bottom: 14px;
}

.cta-subtitle {
  font-size: 17px;
  color: #445566;
  margin-bottom: 34px;
}

.cta-button {
  background: #0077cc;
  color: #ffffff;
  padding: 18px 34px;
  font-size: 20px;
  font-weight: 800;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  width: 100%;
  max-width: 320px;
  transition: 0.2s ease;
  box-shadow: 0 10px 18px rgba(0, 119, 204, 0.18);
}

.cta-button:hover {
  background: #0066b3;
  transform: translateY(-3px);
  box-shadow: 0 14px 22px rgba(0, 119, 204, 0.28);
}

.cta-safe {
  margin-top: 22px;
  font-size: 14px;
  color: #556677;
}

/* RESPONSIVO */
@media(max-width: 700px) {
  .cta-title {
    font-size: 26px;
  }

  .cta-button {
    font-size: 18px;
    padding: 16px;
  }
}/* End custom CSS */