html, body {
  font-family: 'Yanone Kaffeesatz', sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

#event-thumbnails {

}

#event-thumbnails .my-gallery {
  width: 100%;
  float: left;
}
#event-thumbnails .my-gallery img {
  width: 100%;
  height: 200px;
 	background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#event-thumbnails .my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 200px;
}
#event-thumbnails .my-gallery figcaption {
  display: none;
}

@media screen and (max-width: 767px) {
  #event-thumbnails .my-gallery img {
	  height: 91.5px;
	}
	#event-thumbnails .my-gallery figure {
	  width: 91.5px;
	}	
}

/*Home - Hero*/
body {
  background-color: #e9e9e9 !important;
}

#hero {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  /*background-image: url('/front-end/img/hero-bg.png');*/
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #fff;
  height: 320px;
  padding-top: 20px;
}

#hero .container {
  max-width: 960px;
}

#hero .row {
  flex-wrap: nowrap;
}

#hero .logo {
  display: block;
  margin: 50px auto 0px;
}

#hero .logos {
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .brand {
  width: 100%;
  max-width: 250px;
}

#hero .presents {
  text-align: center;
  font-size: 20px;
  color: #757575;
}

@media screen and (max-width: 767px) {
  #hero {
    background-image: unset;
    background-color: #fff;
    height: 230px;
  }
  #hero .logo {
    margin: 10px auto 0px;
    max-width: 100px;
  }
}

@media screen and (max-width: 500px) {
  #hero {
    background-image: unset;
    background-color: #fff;
    height: 150px;
  }  
}



/*Home - Eventos*/
#events {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  padding: 40px 0px;
  background: -webkit-linear-gradient(#9f0000, #000000);
  background: -o-linear-gradient(#9f0000, #000000);
  background: linear-gradient(#9f0000, #000000);  
}

#events .month {
  font-weight: bolder;
  font-size: 38px;
  color: #fff;
}

#events .card {
  border: none;
  transition: all 0.3s;
}

#events .card:hover {
  box-shadow: 3px 3px 5px #b3b3b3;
}

#events .card-body {
  height: 135px;
}

#events .card-text {
  background-color: #f44437;
  color: #fff;
  position: absolute;
  left: -7px;
  top: 10px;
  padding: 3px 20px;
  font-size: 17px;
}

#events .active {
  background-color: #0986f1;
  padding: 3px;
  left: 66px;
  position: absolute;
  display: initial;
  top: 10px;
  font-size: 17px;
  color: #fff;
}

#events .photo {
  background-color: #fecc07;
  padding: 3px;
  left: 66px;
  position: absolute;
  display: initial;
  top: 10px;
  font-size: 17px;
  color: #fff;
}

#events .tags {
  left: 66px;
  display: initial;
  top: 10px;
  color: #fff;
  font-size: 15px;
}

#events .event-tag {
  background-color: #000;
  padding: 8px;
  border-radius: 7px;
  text-transform: uppercase;
}

#events .card-title {
  margin-top: 2rem;
  margin-bottom: 10px;
  font-weight: bolder;
  text-transform: uppercase;
  color: #f44437;  
}

#events .card-img-bottom {
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;  
  border: none !important;
}

#events .event-card {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #events .event-card {
    margin: 0px auto 20px;
    max-width: 320px;
  }
}

/*Detalhes do Evento*/
#event-info {
  font-family: 'Yanone Kaffeesatz', sans-serif;
}

#event-info .breadcrumb {
  font-size: 22px;
}

#event-info .home {
  max-width: 20px;
  margin: -6px 10px 0px 5px;
}

#event-info .event-title {
  text-align: center;
  margin-bottom: 0px;
}

#event-info .event-subtitle {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  #events .card-img-bottom {
    height: 210px;
  }
}

@media screen and (max-width: 991px) {
  #events .card-img-bottom {
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  #event-info .event-title {
    font-size: 30px;
  }
  #events .card-img-bottom {
    height: 290px;
  }
}