/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1692995358
Updated: 2023-08-25 20:29:18

*/

.autoridades-desplegable .autoridades-contenido{
	/*position: relative;*/
  	overflow: hidden;
  	height: 0;
  	transition: height 0.25s ease-in;
}
 .autoridades-desplegable .autoridades-boton{
	 transition: 0.5s;
	transform: rotate(0deg);
}
.autoridades-desplegable.activa .autoridades-contenido{
	
	height: auto;	
	transition: height 0.5s ease-in;
}
 .autoridades-desplegable.activa .autoridades-boton{
	transition: 0.5s;
	transform: rotate(180deg);
}