.horario{
	background: var(--horario-background);
	color: var(--horario-text);
	width: 100%;
	padding: 5px;
	text-align: center;
	font-size: 20px;
	margin-bottom: 16px;
	/*border-radius: 30px;*/
}
.hora__estado{
	width: 250px;
	font-size: 14px;
	font-family: arial;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
/*	padding: 5px;*/
	border-radius: 10px;
	margin-top: 5px;
}
.hora__estado-open{
	background: green;
	color: white;
}
.hora__estado-close{
	background: red;
	color: white;
}


/*movil*/
	@media screen and (max-width: 720px){

		.horario{
			font-size: 16px;
		}

	}

	@media screen and (max-width: 400px){


	}

/*verical*/
	@media screen and (max-height: 500px){


	}