@charset "UTF-8";
/* -------------- Página de Serviços Adicionais ----------- */
.services-page {
  font-family: "Poppins", sans-serif;
  background: #fafafa;
  position: relative;
  width: 100%;
  padding-top: 50px;
  overflow: hidden;
}
.services-page .onda {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 80px;
  fill: #7a050b;
  background-color: transparent !important;
  pointer-events: none;
}
.services-page .container-info-principal {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 120px;
}
.services-page .container-info-principal h1 {
  color: #fd0816;
  font-size: 45px;
  font-weight: 800;
}
.services-page .container-info-principal h1 span {
  color: #131313;
}
.services-page .container-info-principal h2 {
  font-size: 28px;
  color: #333;
}
.services-page .container-info-principal h2 span {
  color: #E30713;
  font-weight: 700;
}
.services-page .container-info-principal p {
  font-size: 18px;
  color: #555;
  margin-top: 20px;
}

/* Seção onde os cards "mergulham" */
.services-details {
  background: #7a050b;
  padding: 60px 0 100px 0;
  position: relative;
  z-index: 5;
}
.services-details h3 {
  font-size: 16px;
  color: #333;
  padding: 0 10px;
}
.services-details .contacts-div {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.services-details .contacts-div .contact-item {
  background: #ffffff;
  width: 100%;
  max-width: 320px;
  padding: 30px 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  min-height: 280px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.services-details .contacts-div .contact-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}
.services-details .contacts-div .contact-item .contact-channel {
  color: #E30713;
}
.services-details .contacts-div .contact-item .contact-channel i {
  font-size: 40px;
  margin-bottom: 10px;
}
.services-details .contacts-div .contact-item .contact-channel h3 {
  font-weight: 800;
  font-size: 1.2rem;
  margin: 0;
}
.services-details .contacts-div .contact-item h3 {
  color: #444 !important;
  font-size: 15px !important;
  font-weight: 500;
  margin: 15px 0;
}
.services-details .contacts-div .contact-item .whatsapp-button {
  background: #E30713;
  color: #fff;
  padding: 10px 40px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  width: 80%;
  transition: background 0.3s;
}
.services-details .contacts-div .contact-item .whatsapp-button:hover {
  background: #c20611;
}

@media screen and (max-width: 780px) {
  .services-page .container-info-principal {
    padding: 0 20px 80px 20px;
  }
  .services-page .container-info-principal h1 {
    font-size: 32px;
  }
  .services-page .container-info-principal h2 {
    font-size: 22px;
  }
  .services-page .onda {
    height: 50px;
  }
}
@media screen and (max-width: 370px) {
  .services-details {
    padding: 40px 0;
  }
  .services-details .contacts-div {
    padding: 0 20px;
  }
  .services-details .contacts-div .contact-item {
    width: 100%;
    max-width: 280px;
  }
}

/*# sourceMappingURL=services.css.map */
