.logo-menu {
	width: 100px;
	height: 100px;
}

.body {
	background-color: #ffffff;
}

.text-ligth {
	color: #087d54d8;
	/* rgb(255, 255, 255);*/
}
.text-ligth:hover {
	color: #02402bd8;
	/* rgb(255, 255, 255);*/
}
.bg-verde{
	background-color: #087d54;
}

/* Cambiar color de fondo del botón del acordeón */
.accordion-button {
	background-color: #087d54 !important;
	color: white !important;
}

/* Eliminar el fondo blanco por defecto cuando está colapsado */
.accordion-button:not(.collapsed) {
	background-color: #087d54 !important;
	color: white !important;
}

/* Opcional: Cambiar el color del ícono del acordeón */
.accordion-button::after {
	filter: brightness(0) invert(1) !important;
	/* hace blanco el ícono flecha */
}

/*Fondo verde*/
.accordion-body{
	background-color: rgba(8, 125, 84, 0.595);
}