body{
  margin:0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
}

.topo_menu{
  width: 100%;
  height: 100px;
  position: relative;
  background-color: #16cfb0;
}

.menu{
  float: right;
  margin-top: 25px;
}

.menu ul{
display: inline-block;
padding-top: 10px;
}

.menu ul li{
  display: inline;
  padding-right: 20px;
  color: #fff;
  text-align: center;
}

.btn_entrar{
  background-color: #f2bd2e;
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.btn-primary{
  background-color: #f2bd2e !important;
  border: none;
}

.logo{
  float: left;
  margin-top: 15px;
}



/* corpo anuncio */
.corpo_anuncio {

}

.corpo_anuncio h1{
  padding-top: 50px;
  color: #565656;
}

.corpo_anuncio p{
  font-weight: 300;
  line-height: 10px;
  color: #565656;
}



.fundo_miniatura{
  width: 100%;
  height: 100px;
  position: relative;
  border-radius: 10px;
  margin: 30px 15px 0px 0px;
  border-radius: 10px;
}

.img_miniatura img{
  width: 80px;
  height: 80px;
  position: relative;
  float: left;
  background-color: #f1f1f1;
  margin-right: 15px;
  border-radius: 10px;
  cursor: pointer;
}

.corpo_imagens img{
  width: 100%;
  height: 450px;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-size:100% 100%;
  position: relative;
  border-radius: 10px;
  overflow:hidden;
}

@media(max-width: 990px){
  .corpo_imagens img{
    height: 350px;
  }
}

@media(max-width: 768px){
  .corpo_imagens img{
    height: 250px;
  }
}

@media(max-width: 575px){
  .corpo_imagens img{
    height: 200px;
    margin-left: 10px;
  }
}

.corpo_preco{
  width: 100%;
  height: 80px;
  position: relative;
  background-color: #f2bd2e;
  border-radius: 10px;
}

.corpo_preco h2{
  color: #fff;
  padding-top: 20px;
  padding-left: 15px;
}

.corpo_anunciante{
  
  height: auto;
  background-color: #f1f1f1;
  position: relative;
  border-radius: 10px;
  padding: 20px 15px;
  margin-top: 10px;
}

.corpo_anunciante p{
  color: #565656;
  line-height: 5px;
}


/* descricao */
.linha{
  width: 100%;
  height: 1px;
  background-color: #c6c6c6;
  position: relative;
}

.descricao{
  background-color: ;
  width: 100%;
  height: auto;
  padding: 30px 0px;
  margin-top: 30px;
  position: relative;
}

.descricao h2{
  margin-top: 30px;
}

.descricao p {
  padding-bottom: 50px;
}




/* NÚMEROS */

.numeros{
width: 100%;
height: auto;
padding-bottom: 30px;
}

@media (max-width: 375px) {
  .numeros .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .numeros [class|="col"] {
    padding-left: 5px;
    padding-right: 5px;
  }
}



.numeros .container .linha{
  margin-top: 30px;
}
.números p{
  font-weight: 300;
  line-height: 10px;
  color: #565656;
}

.btn_numero{
  background-color: #fff;
  border: solid 2px #16cfb0;
  color: #16cfb0;
  text-align: center;
  padding: 10px 10px;
  border-radius: 10px;
  font-size: 20pt;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
}

.btn_numero:hover {
  background-color: #16cfb0;
  color: #fff;
}

.btn_numero_active {
  background-color: #16cfb0;
  color: #fff;
}

.reserved{
  background-color: #f0f0f0;
  border: solid 2px #565656;
  color: #565656;
  text-align: center;
  padding: 10px 10px;
  border-radius: 10px;
  font-size: 20pt;
  cursor: default;
}

.reserved:hover{
  background-color:#f0f0f0;
  color: #565656;
}



/* RECOMENDA */
.recomenda{
  background-color: ;
}

.box_anuncios{
  width: 100%;
  padding: 10px 0px;
  position: relative;
  border-radius: 10px;

}

.img_recomenda{
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  position: relative;
  background-color: #f6f6f6;
  margin: 0 auto;
  padding: 10px;
}

.descricao_recomenda{
  text-align: center;
}



/* FOOTER */
.footer{
  background-color:#16cfb0;
  margin-top: 30px;
  padding: 80px 0px;
}

.footer p{
  text-align: center;
  color: #fff;
}

.redes{
  width: 200px;
  height: 50px;
  margin:0 auto;
  position: relative;
}

.icon{
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
}
