.elementor-391 .elementor-element.elementor-element-369ffb9{--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;--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-391 .elementor-element.elementor-element-369ffb9:not(.elementor-motion-effects-element-type-background), .elementor-391 .elementor-element.elementor-element-369ffb9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#01152A;}.elementor-391 .elementor-element.elementor-element-ac7c962{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a6800ab */.pagina-tecnologias {
  background: #00152a;
  color: #ffffff;
  padding: 100px 30px;
  font-family: 'Montserrat', sans-serif;
}

.container-tech {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.titulo-tech {
  font-size: 36px;
  font-weight: 600;
  color: #e1dcd3;
  margin-bottom: 20px;
}

.sub-tech {
  font-size: 16px;
  color: #e1dcd3;
  max-width: 700px;
  margin: 0 auto 60px;
}

.grade-tecnologias {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
}

.tech-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 30px 20px;
  transition: 0.3s ease;
  text-align: center;
}

.tech-box:hover {
  transform: scale(1.05);
  background: rgba(102, 211, 250, 0.05);
  box-shadow: 0 0 20px rgba(102, 211, 250, 0.2);
}

.tech-box img {
  height: 60px;
  margin-bottom: 20px;

}

.tech-box h3 {
  font-size: 18px;
  color: #e1dcd3;
  margin-bottom: 10px;
}

.tech-box p {
  font-size: 14px;
  color: #e1dcd3;
  line-height: 1.4;
}

/* Responsivo */
@media (max-width: 768px) {
  .tech-box {
    padding: 25px 15px;
  }

  .titulo-tech {
    font-size: 28px;
  }

  .sub-tech {
    font-size: 15px;
  }

  .tech-box img {
    height: 50px;
  }
}/* End custom CSS */