.elementor-kit-262{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#ACACAC;--e-global-color-text:#E5E5E5;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:22px;--e-global-typography-accent-font-weight:700;background-color:#EDF0F2;}.elementor-kit-262 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* CONTÊINER PAI */
.container-beneficios {
  background: white;
  border-radius: 24px;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.08);
  padding: 20px 0; /* Reduzi altura */
  display: flex;
  gap: 0;
  overflow: visible;
  position: relative;
  align-items: stretch; /* Mantém todos com mesma altura */
}

/* BLOCOS INTERNOS */
.bloco-beneficio {
  flex: 1;
  text-align: center;
  padding: 30px 20px;
  color: #0b66b4;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  transform: scale(1);
  z-index: 1;
  margin: 0;
}

/* HOVER DESTACADO */
.bloco-beneficio:hover {
  background-color: #0b66b4;
  color: white !important;
  border-radius: 24px;
  transform: scale(1.15); /* aumenta mais */
  z-index: 2;
}

/* Corrige ícone, título e texto */
.bloco-beneficio:hover .elementor-icon,
.bloco-beneficio:hover .elementor-icon svg,
.bloco-beneficio:hover h3,
.bloco-beneficio:hover p {
  color: white !important;
  fill: white !important;
}

/* TÍTULO */
.bloco-beneficio h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}

/* TEXTO */
.bloco-beneficio p {
  font-size: 14px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .container-beneficios {
    flex-direction: column;
    padding: 20px;
  }

  .bloco-beneficio {
    transform: none !important;
    border-radius: 16px !important;
    margin-bottom: 20px;
  }

  .bloco-beneficio:hover {
    transform: none !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .container-beneficios {
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 20px;
  }

  .bloco-beneficio {
    width: 48%;
    margin: 1%;
    transform: none !important;
    border-radius: 16px !important;
  }

  .bloco-beneficio:hover {
    transform: none !important;
  }
}
html, body {
  overflow-x: hidden !important;
}/* End custom CSS */