﻿#todoTopo .conteudo-topo .formulario h2 {
  max-width: 340px !important;
}
#info-construtora .todaSecao .imagem img {
  width: 100%;
  max-width: 700px;
}

#todoTopo .conteudo-topo .formulario {
  height: 615px;
}

.tag {
  background: #00b6ed;
  position: absolute;
  z-index: 1;
  top: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 32px;
  color: #fff;
  font-weight: 600;
}
.Simulador .tag {
  display: none;
}
.btnPadrao a {
  background: #00b6ed 0% 0% no-repeat padding-box;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  margin-top: 48px;
  transition: 0.3s;
}
.btnPadrao a:hover{
  background: #faae7c;
}
.btnPadrao {
  text-align: center;
  position: relative;
  z-index: 1
  ;
}
#lazer .btnPadrao a {
  margin-top: 0;
  margin-bottom: 48px;
}
#lazer .container {
  padding-bottom: 48px;
}
.book .btn{
  cursor: no-drop;
}
.book a{
  cursor: no-drop;
  pointer-events: none;
}
.local {
  margin-bottom: 16px !important;
}
#localizacao .conteudo a {
  color: #00b6ed;
  margin-bottom: 24px;
  display: block;
}
@media screen and (max-width: 1180px){
  .tag {  top: 85px;}

}


