@media (max-width:768px) {

    .circulo {
      position: absolute;
      
      left: 50%;
      transform: translate(-50%, -50%);
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      pointer-events: none; 
    }
    
    .circulo span {
      display: block;
      width: 80%;
      height: 80%;
      border-radius: 50%;
      border: 4px solid white;
      border-top-color: transparent;
      border-bottom-color: transparent;
}

}


@media (max-width:768px) {

  .img-corte-01 {
    width: 100%;    
    z-index: 1;
    max-height: 60px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
      
.img-corte-01 img {
  background-color:black;
  width: 100%;
  max-height: 60px;
  display: block;
       
}
}


@media (max-width:768px){
  

.porque-me-contratar {
  padding: 2rem 1rem;
  background: #000; 
  color: #fff;
  font-family: sans-serif;
}

.porque-me-contratar h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.porque-me-contratar h2 span {
  color: #3b82f6; 
}

/* Container com rolagem horizontal no mobile */
.cards-container {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 0.5rem;
}

.cards-container::-webkit-scrollbar {
  display: none; /
}

.card {
  flex: 0 0 80%;
  background: linear-gradient(.07383128568086761deg, rgba(0, 53, 255, .11) 0, rgba(97, 97, 97, .09) 100%);
  padding: 50px 20px 50px 20px;
  border-radius: 0.75rem;
  box-shadow: 0 0 15px rgba(0, 0, 50, 0.3);
  scroll-snap-align: start;
}

.card .icon {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: #3b82f6;
}
.card .icon-alteracao{
   font-size: 1.2rem;
  margin-bottom: 0.0rem;
  color: #3b82f6;

}
.card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.card p {
  font-size: 0.9rem;
  line-height: 1.4;
  opacity: 0.9;
}

/* Botão de orçamento */
.btn-whatsapp {
  display: block;
  margin: 2rem auto 0;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(90deg, #3b82f6, #2563eb);
  color: #fff;
  text-align: center;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 500;
  width: fit-content;
}
}


.duvidas {
  max-width: 480px;
  padding: 10px;
  text-align: left;
  background: black;
}

h1 {
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  color: #f5f5f5;
}

h1 span {
  color: #3b82f6;
}

.duvidas p {
  margin-top: 0.8rem;
  font-size: 0.95rem;
  color: #b0b0b0;
  line-height: 1.4;
}

/* Cartões de contato */
.card-final {
  display: flex;
  align-items: center;
  background: linear-gradient(145deg, #111114, #0a0a0c);
  padding: 1rem;
  border-radius: 1rem;
  margin-top: 1.5rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
  transition: all 0.5s ease;
}
.card-final:hover {
background: linear-gradient(145deg, #1f1f27, #2b2b43);
}
.icon-final {
  width: 50px;
}
.icon-final img {
  width: 40px;
  height: 40px;
  filter: invert(43%) sepia(89%) saturate(3200%) hue-rotate(210deg) brightness(97%) contrast(101%);


  margin-right: 1rem;
}
.content a {
  text-decoration: none;
  
}
.content h2 {
  font-size: 1rem;
  margin: 0;
  color: #e5e5e5;
  text-transform: uppercase;
}

.content h2 span {
  color: #3b82f6;
}

.content p {
  font-size: 0.85rem;
  margin-top: 0.3rem;
  color: #9b9b9b;
}

/* Responsividade */
@media (max-width: 480px) {
  h1 {
    font-size: 1.7rem;
  }
  .card-final {
    flex-direction: row;
    padding: 0.9rem;
  }
  .icon-final img {
    width: 35px;
    height: 35px;
  }
}