

.eventos_central {
  text-align: center;
  background: #fff;
  max-width: 640px;
  margin: 0 auto;
}

.eventos_central h1 {
  font-size: 3em;
  font-weight: 300;
  text-align: center;
}

.eventos_central img {
  width: 100%;
}

.eventos_central p {
  font-size: 1.1em;
  font-weight: 400;
  padding-top: 1em;
}

.eventos_tile {
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.20);
  padding: 0px 0px 12px 0px;
}

.eventos_tile h3 {
  padding: 8px 12px 0px 12px;
}

.eventos_tile p {
  font-size: 14px;
  padding: 0px 8px 0px 12px;
  margin-bottom: 0px;
}

#eventos_menu li {
  display: inline;
  margin-right: 1em;
}

#eventos_menu {
  box-sizing: border-box;
  height: 50vh;
  font-size: .9em;
  text-align: center;
  padding-top: 32px;
  background-repeat: no-repeat;
  background-size: cover;
}

#eventos_menu ul li a {
  color: #F2F2F2;
  font-weight: 600;
}

#eventos_menu ul li a:hover {
  color: #FFFFFF;
}

#eventos_menu ul li a.activo {
  color: #FFFFFF;
  font-weight: 900;
}

#folheto {
  max-width: 640px;
  text-align: center;
  background: #fff;
  margin: 0 auto;
}

#folheto h1{
  margin-top: 2em;
  font-weight: 300;
}

#folheto p{
  font-size: 1.2em;
  margin: 0 auto;
  line-height: 1.3em;
}

.folheto_imagens{
  margin: 2em auto 0 auto;
  text-align: center;
}

.folheto_imagens img{
  margin: .3em;
}

.folheto_testemunho{
  margin: 3em 0 0 0;
  font-style: italic;
  font-size: 28px;
  color: #12A75D;
  line-height: 36px;
}

.folheto_testemunho_info{
  margin: 1em 0 6em 0;
}

.folheto_input {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 16px 0 16px;
  margin-right: 8px;
  font-size: 16px;
  color: #666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

@media only screen and (max-width: 768px) {

.eventos_central h1 {
  font-size: 2.5em;}

.folheto_imagens img{
    width: 30%;
  }
  #eventos_menu {
    height: 30vh;
  }
}

@media only screen and (min-width: 1024px) {
  .banner_evento {
    min-width: 400px;
  }
}

@media only screen and (min-width: 1200px) {
  .banner_evento {
    min-width: 200px;
  }
}
