.elementor-1127 .elementor-element.elementor-element-700776d{--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;}.elementor-1127 .elementor-element.elementor-element-700776d:not(.elementor-motion-effects-element-type-background), .elementor-1127 .elementor-element.elementor-element-700776d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-7450a07 );}.elementor-1127 .elementor-element.elementor-element-f8bc9ad{--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;}.elementor-1127 .elementor-element.elementor-element-f8bc9ad:not(.elementor-motion-effects-element-type-background), .elementor-1127 .elementor-element.elementor-element-f8bc9ad > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-0678a09 );}.elementor-1127 .elementor-element.elementor-element-170a556{--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;}.elementor-1127 .elementor-element.elementor-element-170a556:not(.elementor-motion-effects-element-type-background), .elementor-1127 .elementor-element.elementor-element-170a556 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-7450a07 );}.elementor-1127 .elementor-element.elementor-element-3640543{--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;}.elementor-1127 .elementor-element.elementor-element-3640543:not(.elementor-motion-effects-element-type-background), .elementor-1127 .elementor-element.elementor-element-3640543 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-0678a09 );}.elementor-1127 .elementor-element.elementor-element-6714b17{--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;}.elementor-1127 .elementor-element.elementor-element-6714b17:not(.elementor-motion-effects-element-type-background), .elementor-1127 .elementor-element.elementor-element-6714b17 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-977d4a6 *//* ===============================
   RESET
================================ */
.vibra-partner-section,
.vibra-partner-section * {
  box-sizing: border-box;
}

/* ===============================
   SEÇÃO
================================ */
.vibra-partner-section {
  padding: 40px 20px;
  text-align: center;
  );
}

/* ===============================
   CONTAINER
================================ */
.vibra-partner-container {
  max-width: 980px;
  margin: 0 auto;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

/* ===============================
   BADGE
================================ */
.vibra-partner-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  border-radius: 999px;
  background: #eef1ff;
  color: #010161;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 32px;
}

.vibra-partner-badge svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* ===============================
   TÍTULO
================================ */
.vibra-partner-title {
  font-size: 54px;
  line-height: 1.1;
  font-weight: 800;
  color: #0d0f3f;
  margin-bottom: 24px;
}

/* Degradê SOMENTE em "VIBRA ZERO" */
.vibra-partner-title .title-gradient {
  background: linear-gradient(
    135deg,
    #010161,
    #2c36c9
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* ===============================
   SUBTÍTULO
================================ */
.vibra-partner-subtitle {
  font-size: 18px;
  color: #6b6f8d;
  margin-bottom: 48px;
}

/* ===============================
   BOTÃO (SEM HOVER)
================================ */
.vibra-partner-action {
  display: flex;
  justify-content: center;
}

.vibra-partner-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  border-radius: 18px;
  background: #010161;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;

  box-shadow: 0 20px 40px rgba(1, 1, 97, 0.25);
  transition: none !important;
}

.vibra-partner-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* Bloqueio total de hover */
.vibra-partner-btn:hover,
.vibra-partner-btn:focus,
.vibra-partner-btn:active {
  background: #010161;
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(1, 1, 97, 0.25);
  transform: none;
  outline: none;
}

/* ===============================
   RESPONSIVO
================================ */
@media (max-width: 768px) {
  .vibra-partner-section {
    padding: 90px 20px;
  }

  .vibra-partner-title {
    font-size: 36px;
  }

  .vibra-partner-subtitle {
    font-size: 16px;
  }

  .vibra-partner-btn {
    width: 100%;
    max-width: 320px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85700ac *//* ===============================
   RESET
================================ */
.vibra-market-section,
.vibra-market-section * {
  box-sizing: border-box;
}

/* ===============================
   SEÇÃO
================================ */
.vibra-market-section {
  padding: 40px 20px;
  text-align: center;
}

/* ===============================
   CONTAINER
================================ */
.vibra-market-container {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

/* ===============================
   TÍTULO COM DEGRADÊ
================================ */
.vibra-market-title {
  font-size: 35px;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 32px;
}

/* Degradê aplicado no texto do título */
.vibra-market-title .title-gradient {
  background: linear-gradient(
    135deg,
    #010161,
    #2c36c9
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* ===============================
   TEXTO
================================ */
.vibra-market-text {
  font-size: 18px;
  line-height: 1.7;
  color: #5c607a;
  margin-bottom: 28px;
}

/* Destaque */
.vibra-market-text strong {
  color: #0d0f3f;
  font-weight: 700;
}

/* ===============================
   RESPONSIVO
================================ */
@media (max-width: 768px) {
  .vibra-market-section {
    padding: 80px 20px;
  }

  .vibra-market-title {
    font-size: 20px;
  }

  .vibra-market-text {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3cb3a80 *//* ===============================
   RESET
================================ */
.vibra-benefits-section,
.vibra-benefits-section * {
  box-sizing: border-box;
}

/* ===============================
   SEÇÃO
================================ */
.vibra-benefits-section {
  padding: 40px 20px;
  text-align: center;
}

/* ===============================
   CONTAINER
================================ */
.vibra-benefits-container {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

/* ===============================
   TÍTULO COM DEGRADÊ
================================ */
.vibra-benefits-title {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 56px;
}

.vibra-benefits-title .title-gradient {
  background: linear-gradient(
    135deg,
    #010161,
    #2c36c9
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* ===============================
   GRID
================================ */
.vibra-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* ===============================
   CARD
================================ */
.benefit-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 36px 28px;
  text-align: left;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

/* ===============================
   ÍCONE
================================ */
.benefit-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #eef1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.benefit-icon svg {
  width: 26px;
  height: 26px;
  fill: #010161;
}

/* ===============================
   TEXTO
================================ */
.benefit-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0d0f3f;
  margin-bottom: 12px;
}

.benefit-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #5c607a;
}

/* ===============================
   RESPONSIVO
================================ */
@media (max-width: 1024px) {
  .vibra-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .vibra-benefits-title {
    font-size: 28px;
  }

  .vibra-benefits-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    padding: 28px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-09002ff *//* ===============================
   RESET
================================ */
.vibra-profile-section,
.vibra-profile-section * {
  box-sizing: border-box;
}

/* ===============================
   SEÇÃO
================================ */
.vibra-profile-section {
  padding: 40px 20px;
  text-align: center;
}

/* ===============================
   CONTAINER
================================ */
.vibra-profile-container {
  max-width: 1100px;
  margin: 0 auto;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

/* ===============================
   TÍTULOS
================================ */
.vibra-profile-title {
  font-size: 36px;
  font-weight: 800;
  color: #0d0f3f;
  margin-bottom: 12px;
}

.vibra-profile-subtitle {
  font-size: 16px;
  color: #6b6f8d;
  margin-bottom: 48px;
}

/* ===============================
   GRID
================================ */
.vibra-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* ===============================
   CARD
================================ */
.profile-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 40px 24px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.06);
}

/* ===============================
   ÍCONE (AZUL DA MARCA)
================================ */
.profile-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #eef1ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-icon svg {
  width: 34px;
  height: 34px;
  fill: #010161;
}

/* ===============================
   TEXTO
================================ */
.profile-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0d0f3f;
  line-height: 1.4;
}

/* ===============================
   RESPONSIVO
================================ */
@media (max-width: 900px) {
  .vibra-profile-grid {
    grid-template-columns: 1fr;
  }

  .profile-card {
    padding: 32px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b0ed94 *//* ===============================
   RESET
================================ */
.vibra-join-section,
.vibra-join-section * {
  box-sizing: border-box;
}

/* ===============================
   SEÇÃO
================================ */
.vibra-join-section {
  padding: 40px 20px;
  color: #ffffff;
}

/* ===============================
   CONTAINER
================================ */
.vibra-join-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  align-items: center;
}

/* ===============================
   CONTEÚDO ESQUERDO
================================ */
.vibra-join-content h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}

.vibra-join-content .intro {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.vibra-join-content .text {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 36px;
}

/* ===============================
   BOTÃO (SEM HOVER)
================================ */
.vibra-join-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 14px;
  background: #00c853;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;

  transition: none !important;
  box-shadow: none;
}

.vibra-join-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* Bloqueio total de hover */
.vibra-join-btn:hover,
.vibra-join-btn:focus,
.vibra-join-btn:active {
  background: #00c853;
  color: #ffffff;
  transform: none;
  box-shadow: none;
  outline: none;
}

/* ===============================
   BOX DE VANTAGENS
================================ */
.vibra-join-box {
  background: rgba(255,255,255,0.12);
  border-radius: 26px;
  padding: 40px 36px;
}

.vibra-join-box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
}

.vibra-join-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vibra-join-box li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
  font-size: 16px;
}

.vibra-join-box li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffffff;
  font-weight: 700;
}

/* ===============================
   RESPONSIVO
================================ */
@media (max-width: 900px) {
  .vibra-join-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .vibra-join-content h2 {
    font-size: 32px;
  }

  .vibra-join-btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */