@media only screen and (max-width: 992px){
	main{
		margin-top: 8vw;
	}
	.horario-dia{
	  width: 60%!important;
	}
	.navbar-light .navbar-brand{
		display: block;
		font-family: din-2014, sans-serif;
		font-style: italic;
		font-weight: 700;
		font-size: 1rem;
		color: rgb(245, 40, 82)!important;
	}
	.navbar-light .navbar-toggler-icon{
		background-image: url('../img/menu-icon.svg');
	}
	.container-fluid{
		width: 100%;
		justify-content: flex-end!important;
	}
	.navbar{
		width: 100%;
    	top: 0%;
    	position: fixed;
    	margin-top: 0%;
    	background-color: rgba(0, 0 ,0, 1);
	}
	.nav-item{
		width: 100%;
		margin-bottom: 6vw;
	}
	.nav-item:last-of-type{
	  display: block;
	}
	.nav-item .icons{
		width: 100%;
		margin-bottom: 5%;
	}
	.nav-link{
		font-size: 4.5vw;
		line-height: 6.5vw!important;
		padding: 0.4em 0!important;
	}
	.nav-item:last-of-type .nav-link{
	  font-size: 4.5vw;
	}
	.icons a img{
		width: 10vw;
	}

}