.fondo-preguntas{
	filter: grayscale(1);
    opacity: 0.1;
}

/* Pantallas pequeñas (móviles) */
@media (max-width: 768px) {
  .modal-dialog {
    max-width: 90vw; /* 80% del ancho de la pantalla */
    margin: 1.75rem auto; /* Ajusta la posición */
  }
}

.animacion {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.fondo-opaco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.cuadrito-blanco {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 1;
}

.cuadrito-blanco i {
  font-size: 24px;
  color: #ff0000;
}

.oculto {
  display: none !important;
}

.eliminarfoto{
  background: white;
  border-radius: 20%;
  padding: 3px;
  width: 25px;
  height: 25px;
  box-shadow: 0px 2px 6px #333333a6;
}

.textopublicacion p{
  margin-bottom: 0;
}

.ql-editor{
  height: 120px;
}

.baguetteBox-outer {
  transition: transform 0.2s ease-in-out;
  transform-origin: 50% 50%;
}

.baguetteBox-outer.zooming {
  transform: scale(2); /* ajusta el zoom máximo */
}
