/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 23 2026 | 12:54:35 */
.contenido-acc-1, .contenido-acc-2, .contenido-acc-3, .contenido-acc-4, .contenido-acc-5, .contenido-acc-6 {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.titulo-acc-1, .titulo-acc-2, .titulo-acc-3, .titulo-acc-4, .titulo-acc-5, .titulo-acc-6 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icono-acc {
 font-weight: bold;
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
	    color: var(--e-global-color-primary);
}