.col-12 p {
  text-align: justify;
}

.circle-box {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--ghost);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.circle-box:hover {
  transform: scale(1.05);
}

.circle-box img {
  max-width: 100%;
  max-height: 200px;
  object-fit: contain;
}

.serviciosDiv {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 60px !important;
}

.servicio img {
  width: 100%; /* o 150px, 180px... lo que necesites */
  height: 100%;
  object-fit: contain; /* mantiene proporción sin deformar */
  display: block;
  margin: 0 auto;
}

.swal2-title h5,
.swal2-title h1 {
  margin-bottom: 0 !important;
}

#swal2-html-container {
  text-align: justify;
}

.lista {
  list-style: none;
  counter-reset: letra;
  padding-left: 1em;
}

.lista > li {
  counter-increment: letra;
  position: relative;
  padding-left: 1.2em;
}

.lista > li::before {
  content: counter(letra, lower-alpha) ")";
  position: absolute;
  left: 0;
  font-weight: bold;
}

.sublista {
  list-style: decimal;
  padding-left: 1.5em;
  margin-top: 0.5em;
  font-weight: normal;
}

.sublista li::before {
  content: none !important;
}

.modal-ruido,
.modal-croquis {
  width: 70%;
}

.modal-recipientes,
.modal-tierras,
.modal-ilumina,
.modal-cursos,
.modal-otros {
  width: 50%;
}
