
.prodetech-hero {
  position: relative;
  height: 60vh;
  background: url("./img/imagem_2024-03-26_112401169-2048x1367.webp")
    center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}

.prodetech-hero .prodetech-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.prodetech-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.prodetech-img {
  width: 80%;
}

.prodetech-hero-content .prodetech-p {
  font-size: 1.2rem;
  color: #e0e0e0;
  margin-top: 10px;
}

.prodetech-container {
    background-color: #0d0d0d;
    max-width: 1100px;
    margin: 50px auto;
    padding: 20px 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.prodetech-section {
  margin-bottom: 50px;
}

.prodetech-h2 {
  font-size: 1.6rem;
  color: #ff6600;
  border-left: 4px solid #ff6600;
  padding-left: 10px;
  margin-bottom: 15px;
}

.prodetech-p {
  margin-bottom: 15px;
  color: #ddd;
}

.prodetech-ul {
  list-style: none;
  margin: 15px 0 25px 0;
}

.prodetech-li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
    color: #FFFFFF;
}

.prodetech-li::before {
  content: "▸";
  color: #ff6600;
  position: absolute;
  left: 0;
  top: 0;
}

.prodetech-highlight {
  background: #111;
  border: 1px solid #ff6600;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 0 15px rgba(255, 102, 0, 0.2);
}

.prodetech-contact .prodetech-cta {
  text-align: center;
  font-weight: bold;
  color: #ff6600;
  margin-top: 15px;
  font-size: 1.1rem;
}

.prodetech-contact {
  text-align: center;
  padding: 30px 10px;
  border-top: 1px solid #333;
}

.prodetech-contact .prodetech-phone {
  font-size: 1.4rem;
  color: #ff6600;
  margin-top: 10px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .prodetech-hero {
    height: 45vh;
  }

  .prodetech-hero-content h1 {
    font-size: 1.8rem;
  }

  .prodetech-container {
    padding: 0 15px;
  }

  .prodetech-h2 {
    font-size: 1.3rem;
  }
}
