/*
 Theme Name:   Twenty Twenty child ayuda
 Theme URI:    https://wordpress.org/themes/twentytwenty/
 Description:  Twenty Twenty child
 Author:       the WordPress team
 Author URI:   https://wordpress.org/
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
/*descripción del sitio*/
.site-description {
	color: #c92a55 !important;
	font-weight: bold;
}
/**eliminar powered-by-wordpress en footer**/
.powered-by-wordpress {
	display:none;
}
/**Menú**/
.primary-menu.reset-list-style {
	text-transform:uppercase !important;
}
.current_page_item {
	font-weight: bold;
}
/**alerta**/
.alerta {
	background-color: #fff;
	border: 1px solid #e2e6ec;
	border-radius: 5px;
	font-size: 0.80em !important;
	line-height: 1.6 !important;
	margin-bottom: 50px;
	padding: 20px;
	width: 85% !important;
}
/*Menú pie de página*/
.footer-menu .menu-item a {
	color: #7a7a7a !important;
	font-size: 0.7em;
	font-weight: normal;
}
.footer-menu .menu-item a:hover, .footer-menu .menu-item.current_page_item  a {
	color: #cd2653 !important;
	text-decoration: underline;
}