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*/
#hero {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  background-image: url('/front-end/img/hero-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  height: 320px;
  color: #fff;
}

#hero .overlay {
  background-color: #00000078;
  height: 100%;
}

#hero .logo {
  display: block;
  margin: 50px auto 30px;
}

#hero .brand {
  max-width: 400px;
  position: absolute; 
  top: 47px;
}

#hero .presents {
  text-align: center;
  font-size: 20px;
  color: #fff;
}

#hero .flags {
  padding-top: 135px;
  text-align: center;
}

#hero .hero-flag {
  max-width: 100px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #hero {
    background-image: unset;
    background-color: #fff;
    height: 400px;
  }
  #hero .overlay {
    background-color: #0000004a;
  }  
  #hero .logo {
    margin: 10px auto 10px;
    max-width: 100px;
  }
  #hero .presents {
    margin-bottom: 20px;
  }
  #hero .brand {
    max-width: 200px;
    top: -3px;
    left: 50%;
    transform: translate(-50%, 0%);    
  }
  #hero .flags {
    padding-top: unset;
  }

}

/*Home - Eventos*/
#events {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  padding: 40px 0px;
  background: -webkit-linear-gradient(#dbdbdb, #fafafa);
  background: -o-linear-gradient(#dbdbdb, #fafafa);
  background: linear-gradient(#dbdbdb, #fafafa);  
}

#events .month {
  font-weight: bolder;
  font-size: 38px;
  color: #717171;
}

#events .card {
  border: none;
  transition: all 0.3s;
}

#events .card:hover {
  box-shadow: 3px 3px 5px #b3b3b3;
}

#events .card-text {
  background-color: #6dbad4;
  color: #fff;
  position: absolute;
  left: -7px;
  top: 10px;
  padding: 3px 20px;
  font-size: 17px;
}

#events .active {
  background-color: #f1090b;
  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 .card-title {
  margin-top: 2rem;
  margin-bottom: 0px;
  font-weight: bolder;
  text-transform: uppercase;
  color: #6dbad4;  
}

#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;
  }
}