/*
 Theme Name: Fundación Autoconocimiento
 Description: Child theme de Twenty Twenty-Four para la Fundación Autoconocimiento.
 Author: [Tu nombre]
 Version: 1.0
 Template: twentytwentyfour
 Text Domain: fa-autoconocimiento
*/

/* Aquí solo pondremos pequeños ajustes de CSS extra */

.separador-zigzag-turquesa {
  background-image: url("assets/images/zigzag-turquesa.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 24px;
  height: 24px;
}

.separador-zigzag-rosa {
  background-image: url("assets/images/zigzag-rosa.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 24px;
  height: 24px;
}

.icono-espiral {
  width: 48px;
  height: 48px;
  background-image: url("assets/images/espiral.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
}