body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  line-height: 21px;
  font-size: 13px;
  margin: 0 !important;
  padding: 0 !important;
  color: #6a737b;
}

a {
  color: #fff;

  -webkit-transition: all .3s ease-in 0s;
  -moz-transition: all .3s ease-in 0s;
  -ms-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
}

.container {
  width: 850px;
}
.bloco {
  padding-top: 137px!important;
}

.botao {
  float: left;
  padding: 20px;
}

.botao img {
  border-radius: 14px;
}
.botao img:hover{
  box-shadow: 0px 0px 20px rgb(54, 54, 54);
  padding: 2px;
}


#imagem {
 background: url(/source/images/fundo.jpg);
 background-size: cover;
 height: 1000px;
}

@media (max-width: 600px) {
  
#imagem {
  height: auto;
  background-size: cover;
  height: 920px;
 }

 .container {
  width: auto;
 }
}



