body {
  padding: 120px 0px;
}

#ip8t {
  padding: 13vh 0; /* 10% de la altura de la pantalla */
}


.servicios-compradores {
  padding: 40px 20px;
  text-align: center;
}

.servicios-compradores .container {
  max-width: 1200px;
  margin: 0 auto;
}

.servicios-compradores h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.servicios-compradores .subtitulo {
  font-size: 1.2rem;
  color: #000000;
  margin-bottom: 40px;
  font-weight: bold;
}

.servicios-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 50px;
}

.servicio {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  padding: 30px;
  flex: 1 1 350px;
  max-width: 500px;
  text-align: left;
}

.servicio h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.servicio .tag {
  font-size: 0.9rem;
  padding: 3px 8px;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
}


.servicio .intro {
  font-style: italic;
  color: #666;
  margin-bottom: 15px;
}

.servicio ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.servicio ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}

.servicio ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ff0000;
  font-weight: bold;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}



.mensaje-final {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.mensaje-final h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.mensaje-final p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .servicios-grid {
    flex-direction: column;
    align-items: center;
  }
}
