@font-face {
font-family: 'Bebas Neue';
font-style: normal;
font-weight: normal;
letter-spacing: 12px;
src: url('BebasNeueBold.otf');
}

body{

	font-family: 'Helvetica', 'Arial', 'sans-serif';
	font-size:14px;
	overflow-x: hidden;
}

h1{
	margin-top:0px;

	font-size:36px;
		color: #b10008;
font-family: 'Bebas Neue';
 letter-spacing: 2px;


}

h2{

	margin-top:0px;

	font-size:24px;
font-family: 'Bebas Neue';
 letter-spacing: 2px;


}

h3{
	margin-top:0px;
	font-size:17px;
font-family: 'Bebas Neue';
 letter-spacing: 2px;
 		color: #b10008;


}

.main-container{
	max-width:1020px;
	margin:0 auto;
}

.main-container .banner{
	width:600px;
	margin: 0 auto;
	display: block;
}

  .navbar-nav {
	margin:0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.navbar-nav > li {
      float: none;
      display: inline-block;
    
}

.navbar-nav > li > a{
font-family: 'Bebas Neue';
letter-spacing: 1px;
padding: 8px;
color: black;
font-size: 17px;

}

.navbar-nav > li.active > a{
	color: #b10008;
}

.nav > li > a:focus, .nav > li > a:hover{
	background: none;
	color: #b10008;
}

.navbar-nav > li > span{

	font-size:19px;
	font-weight: bold;
}

.programa-dia{
	border-bottom: 2px black solid;
	margin-top:5px;
	margin-bottom: 25px;
}

a{
	color:inherit;
}

a:hover{
		color: #b10008;
		text-decoration: none;

}

footer{
	height:200px;
}

#footer-img{
	width: 100px;
	bottom:0;
	position: relative;
	left:50%;
	margin-top: 40px;
}

#footer-img:hover, .shakeit {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.shakeit{
	  animation-iteration-count:infinite;

}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@media (min-width: 771px) {


.col-md-6{
	position: relative;
}

.evento-2{
margin-top:-717px;
}

.evento-3{
	margin-top:-230px;
}

.evento-4{
	margin-top: -273px;
}

.evento-5{
	margin-top: -43px;
}

div.evento-6{
	margin-top: -590px;
}

.evento-7{

}

.evento-8{
	margin-top: -654px;
	
}
.evento-9{
	
}
.evento-10{

	
}
.evento-11{
	
}
.evento-12{

	margin-top: -464px;
	
}
.evento-13{
	
}

}

.local h2{
	margin-right: 10px;
	display: inline-block;
}
.local{
	margin-bottom:50px;
}
 @media (max-width: 771px) {

 	.main-container{
	width:100%;
	padding:30px;
	}
 }

