.elementor-3873 .elementor-element.elementor-element-334b197{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3873 .elementor-element.elementor-element-334b197:not(.elementor-motion-effects-element-type-background), .elementor-3873 .elementor-element.elementor-element-334b197 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0C14;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3873 .elementor-element.elementor-element-5df1b14{width:100%;max-width:100%;text-align:center;}.elementor-3873 .elementor-element.elementor-element-5df1b14 .elementor-heading-title{font-family:"Arial", Sans-serif;font-size:31px;font-weight:600;color:#FFFFFF;}.elementor-3873 .elementor-element.elementor-element-c0e0206{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-3873 .elementor-element.elementor-element-c0e0206:not(.elementor-motion-effects-element-type-background), .elementor-3873 .elementor-element.elementor-element-c0e0206 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0C14;}.elementor-3873 .elementor-element.elementor-element-e6abb3c{width:100%;max-width:100%;}.elementor-3873 .elementor-element.elementor-element-b8940c4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-3873 .elementor-element.elementor-element-b8940c4:not(.elementor-motion-effects-element-type-background), .elementor-3873 .elementor-element.elementor-element-b8940c4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0C14;}.elementor-3873 .elementor-element.elementor-element-8634a92{width:100%;max-width:100%;}.elementor-3873 .elementor-element.elementor-element-25bf7f2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-3873 .elementor-element.elementor-element-25bf7f2:not(.elementor-motion-effects-element-type-background), .elementor-3873 .elementor-element.elementor-element-25bf7f2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-3873 .elementor-element.elementor-element-bc6b74d{width:100%;max-width:100%;}@media(min-width:768px){.elementor-3873 .elementor-element.elementor-element-c0e0206{--content-width:1476px;}.elementor-3873 .elementor-element.elementor-element-b8940c4{--content-width:1282px;}.elementor-3873 .elementor-element.elementor-element-25bf7f2{--content-width:1498px;}}/* Start custom CSS for html, class: .elementor-element-e6abb3c */.icet-servicos-cards {
  background-color: #0b0c14;
  padding: 60px 0;
  display: flex;
  justify-content: center;
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  width: 90%;
}

.card-servico {
  background-color: #1a1c25;
  border-radius: 20px;
  padding: 40px 20px 60px;
  text-align: center;
  color: #fff; /* 👈 força o texto branco */
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-servico:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}

.card-servico i {
  font-size: 48px;
  color: #ffffff; /* 👈 ícones brancos */
  margin-bottom: 20px;
  opacity: 1;
}

.card-servico h3 {
  font-size: 1.05rem;
  line-height: 1.5;
  margin: 0 auto 20px;
  max-width: 90%;
  flex-grow: 1;
  color: #fff; /* 👈 texto sempre branco */
  font-weight: 500;
}

.card-footer {
  background: linear-gradient(90deg, #ff007a, #b700ff);
  color: #fff;
  padding: 12px 0;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 0 0 15px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  letter-spacing: 0.3px;
}

@media (max-width: 768px) {
  .card-servico h3 {
    font-size: 1rem;
  }
  .card-servico i {
    font-size: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8634a92 */.mx-section {
  background-color: #0b0c14;
  padding: 80px 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.mx-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.mx-imagem img {
  width: 330px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5));
}

.mx-conteudo {
  flex: 1;
  min-width: 340px;
  color: #fff;
}

.mx-titulo {
  font-size: 1.8rem;
  color: #b26eff;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.mx-subtitulo {
  color: #bbb;
  font-weight: 400;
  margin-bottom: 25px;
  font-size: 1.1rem;
}

.mx-conteudo p {
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 1rem;
  color: #e6e6e6;
}

.mx-conteudo strong {
  color: #fff;
}

.mx-botao {
  display: inline-block;
  margin-top: 10px;
  background: linear-gradient(90deg, #ff007a, #b700ff);
  color: #fff;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

.mx-botao i {
  margin-right: 8px;
  font-size: 1rem;
}

.mx-botao:hover {
  opacity: 0.9;
  transform: translateY(-3px);
}

@media (max-width: 900px) {
  .mx-container {
    flex-direction: column;
    text-align: center;
  }

  .mx-titulo {
    font-size: 1.5rem;
  }

  .mx-conteudo {
    max-width: 600px;
  }

  .mx-botao {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc6b74d */.mx-section {
  background-color: #0b0c14;
  padding: 80px 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.mx-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.mx-imagem img {
  width: 330px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5));
}

.mx-conteudo {
  flex: 1;
  min-width: 340px;
  color: #fff;
}

.mx-titulo {
  font-size: 1.8rem;
  color: #b26eff;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.mx-subtitulo {
  color: #bbb;
  font-weight: 400;
  margin-bottom: 25px;
  font-size: 1.1rem;
}

.mx-conteudo p {
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 1rem;
  color: #e6e6e6;
}

.mx-conteudo strong {
  color: #fff;
}

.mx-botao {
  display: inline-block;
  margin-top: 10px;
  background: linear-gradient(90deg, #ff007a, #b700ff);
  color: #fff;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

.mx-botao i {
  margin-right: 8px;
  font-size: 1rem;
}

.mx-botao:hover {
  opacity: 0.9;
  transform: translateY(-3px);
}

@media (max-width: 900px) {
  .mx-container {
    flex-direction: column;
    text-align: center;
  }

  .mx-titulo {
    font-size: 1.5rem;
  }

  .mx-conteudo {
    max-width: 600px;
  }

  .mx-botao {
    font-size: 0.9rem;
  }
}/* End custom CSS */