.nave{
	color:#646464;
	font-size:1.2em;
}
.navbar-light .navbar-nav .nav-link {
color:#646464;
text-decoration:underline;
}
.navbar-light .navbar-nav .nav-link:hover {
color: #F69;
}
.bg-rosa {
background-color: #e64776;
}
.carousel-inner img{
	width:100%;
	height:100%;
}
.carousel-caption{
	position:absolute;
	top:50%;
}
.bg-dates{
	background-color:#19A5E0;	
}
.bg-gui{
	background:url(../img/bg-viol-xs.jpg) no-repeat;
	background-size: 100%;
	width:100%;
}
.jumbotron-with-background {
	background:url(../img/bg-evento-xs.jpg) no-repeat;
	background-size: 100%;
	width:100%;
	font-size:0.8em;
}
.mkt{
	font-size:1em;
	font-weight:800;
}
.flex{ display:flex;
	justify-content:center;
}
@media (min-width: 776px) { 
.jumbotron-with-background {
	background:url(../img/bg-evento.jpg) no-repeat;
	background-size: 100%;
	width:100%;
}
.mkt{
	font-size:2.5em;
	font-weight:800;
}
.bg-gui{
	background:url(../img/bg-viol.jpg) no-repeat;
	background-size: 100%;
	width:100%;
}
}