    .seccion-oscura {
      background-color: #3c3c3d;
      padding: 40px 0;
    }
    .seccion-clara {
      background-color: #f8f9fa;
      padding: 40px 0;
    }
    .titulo-seccion {
      background-color: #0d2b51;
      color: white;
      font-weight: bold;
      padding: 10px 30px;
      border-radius: 10px 10px 0 0;
      display: inline-block;
      margin-bottom: 20px;
    }
    .caja-contenido {
      background-color: white;
      padding: 20px 30px;
      border-radius: 5px;
      position: relative;
    }
    .iconito {
      position: absolute;
      top: 10px;
      right: 20px;
      font-size: 1.5rem;
    }
    .fiscal_Auditoria{
        background-color: #3c3c3d;
    }
    .fiscal{
        color: white;
    }
    .footer {
      background-color: #222;
      color: white;
      padding: 10px;
      text-align: center;
    }
    li {
      margin-bottom: 10px;
    }



.arrow-btn {
  background-color: white;
  border: 2px solid black;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.arrow-btn:hover {
  background-color: black;
  color: white;
}

.carousel-box {
  padding: 30px;
  max-width: 750px;
  width: 100%;
  border-radius: 6px;
  gap: 20px;
}

.carousel-box.dark-carousel {
  background-color: #3a3a3a; /* gris oscuro */
  color: white;
}

.arrow-btn {
  background-color: white;
  border: 2px solid black;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.arrow-btn:hover {
  background-color: black;
  color: white;
}
