.wrapper-logo img{height:45px;}
a {
	cursor: pointer;
}

/*barra fixa*/

.item-brand {
  margin-right: 14px;
}


#modal-contato {
  width: 460px;
  border-radius: 22px;
  padding: 0;
  display: none;
  font-family: 'Space Grotesk';
}
#modal-contato .formpadrao input,
#modal-contato .formpadrao textarea {
  margin-bottom: 15px;
}
#modal-contato .boxtelefone {
  margin-bottom: 30px;
}
#modal-contato .boxtelefone a {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  border: 1px #57413b solid;
  transition: all 0.5s ease;
}
#modal-contato .boxtelefone a .text {
  color: #57413b;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
#modal-contato .boxtelefone a .number {
  color: #57413b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
#modal-contato .boxtelefone a:hover {
  background: #57413b;
}
#modal-contato .boxtelefone a:hover svg path {
  fill: #fff;
}
#modal-contato .boxtelefone a:hover .text,
#modal-contato .boxtelefone a:hover .number {
  color: #fff;
}
#modal-contato .header-modal {
  width: 100%;
  margin-bottom: 30px;
}
#modal-contato .header-modal .linha {
  width: 100%;
  border-left: 4px solid var(--Primary-Medium, #1571A7);
    padding-left: 20px;
}
#modal-contato .header-modal .linha p {
  color: var(--500, rgba(0, 0, 0, 0.40));
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
#modal-contato .header-modal .linha h3 {
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  color: #253A90;
}
#modal-contato .header-modal .linha .border1 {
  background: #ffb800;
  display: inline-block;
  width: 40px;
  height: 4px;
}
#modal-contato .header-modal .linha .action a {
  display: flex;
  width: 200px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  background: #57413b;
  transition: all 0.5s ease;
}
#modal-contato .header-modal .linha .action a:hover {
  background: #6f141c;
}
#modal-contato .header-modal .linha .action a span {
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
#modal-contato .header-modal .linha .action a .icone {
  margin-right: 15px;
}
#modal-contato #content-modal {
  min-height: 420px;
  position: relative;
}
#modal-contato .info-tel {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
#modal-contato .info-tel .ligue {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #6f141c;
}
#modal-contato .info-tel .tel {
  text-align: center;
  margin-top: 7px;
}
#modal-contato .info-tel .tel a {
  font-style: normal;
  font-size: 32.1595px;
  text-align: center;
  transition: all 0.5s ease;
  color: #000;
  font-weight: 700;
}
#modal-contato .info-tel .tel a span {
  font-weight: 300;
}
#modal-contato .info-tel .tel a:hover {
  color: #6f141c;
}
#modal-contato .form-in {
  box-sizing: border-box;
  width: 100%;
  display: none;
  padding: 40px 30px 10px;
}
#modal-contato .menu-modal {
  display: flex;
  flex-direction: column;
  width: 52px;
  background: #C3962F;
}
#modal-contato .menu-modal a {
  display: flex;
  align-items: center;
  width: 52px;
  height: 52px;
  box-sizing: border-box;
  padding: 15px 0;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease;
  background: #1571A7;
}
#modal-contato .menu-modal a .label {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  color: #000;
}

#modal-contato .menu-modal a svg {
  transition: .5s;
}

#modal-contato .menu-modal .icologo svg {
  width: 80%;
}

#modal-contato .menu-modal .icologo {
  background: #fff;
  display: flex;
  padding: 5px 5px 0 10px;
  align-items: center;
  justify-content: center;
  height: 50px;
}

#modal-contato .menu-modal a.active {
  background: #253A90;
}

#modal-contato .menu-modal a svg path {

}

#modal-contato .menu-modal a:hover svg path,
#modal-contato .menu-modal a.active svg path {

}

#modal-contato .top-modal {
  display: flex;
  height: 100%;
  position: relative;
}
#modal-contato .inputsFields {
  display: flex;
}
#modal-contato .inputsFields .field {
  margin-bottom: 30px;
}
#modal-contato .inputsFields .field input,
#modal-contato .inputsFields .field select,
#modal-contato .inputsFields .field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  outline: none;
}
#modal-contato .inputsFields .field select {
  background: rgba(0, 0, 0, 0);
}
#modal-contato .inputsFields .field textarea {
  resize: none;
  height: 105px;
}
#modal-contato .inputsFields .field label {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  margin-bottom: 5px;
  color: #6f141c;
  display: block;
}
#modal-contato .inputsFields .left {
  width: 270px;
  margin-right: 50px;
}
#modal-contato .inputsFields .right {
  width: 360px;
}
#modal-contato .alert {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #706f6f;
}
#modal-contato .bottom-form {
  display: flex;
  justify-content: space-between;
}
#modal-contato .bottom-form button {
  width: 167px;
  height: 64px;
  background: #fff;
  border: 1px solid #6f141c;
  border-radius: 40px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #6f141c;
  transition: all ease 0.5s;
}
#modal-contato .bottom-form button:hover {
  background: #6f141c;
  color: #fff;
}
#modal-contato .bottom-form .field-check {
  width: 280px;
  display: flex;
  align-items: center;
}
#modal-contato .bottom-form .field-check input {
  width: 26px;
  height: 26px;
}
#modal-contato .bottom-form .terms {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #706f6f;
  margin-left: 15px;
}
#modal-contato .bottom-form .terms a {
  font-style: normal;
  font-weight: 700;
  color: #706f6f;
  transition: all 0.5s ease;
}
#modal-contato .bottom-form .terms a:hover {
  color: #6f141c;
}

/* Página padrão */
.default h2{
  font-size: 28px;
  margin: 10px 0 30px;
  color: #ff7104;}
.default p{margin-bottom:20px;}
  .paginagrato {
    text-align: center;
  }
  .paginagrato h4.subtitulos{font-size:50px;}
  .paginagrato h4.subtitulos:after {
    margin-bottom: 70px;
    margin: 0 auto;
    margin-top: 10px;
   }
  p.descricao {
    font-family: Work Sans;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 32.4px */
    margin: 45px auto 35px auto;
  max-width: 498px;
  }

.grecaptcha-badge{display:none !important;}

@media screen and (max-width: 480px) {
  #modal-contato {
    width: 100%;
  }
  #modal-contato .form-in {
    padding: 40px 25px 10px;
  }
  #modal-contato .header-modal .linha {
    flex-direction: column;
  }
  #modal-contato .header-modal .linha h3 {
    margin: 0;
  }
  #modal-contato .header-modal .linha .action {
    margin-top: 15px;
  }
  #modal-contato .boxtelefone a {
    flex-direction: column;
  }
  #modal-contato .boxtelefone a .icone {
    display: block;
    text-align: center;
  }
}

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

	.barrafixa .item-fixo{width: 20%;}
	.barrafixa .item-fixo.brand{display: none !important;}
  .sub-single{font-size:32px;}
  section#galeria-fotos-empreendimento ul.filter-button-group{gap:7px;}
  section#galeria-fotos-empreendimento ul.filter-button-group li{font-size:10px;}
  .iframe-mapa-single{height:450px;}
  .single .box-branco-loc{  
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    margin: 0;
  }
  .wrapper-laranja-contato h4{font-size:32px;}
  .infos-topo {
    z-index: 4;
  }
  .titulo-blog{font-size:32px;}
  .outras-postagens .col-10{width:100% !important;}
  .links-status{gap:7px;}
  header.branco .wrapper-header ul li.tem-submenu a:after{display: none;}
  .topo-blog .svg-1,.topo-blog .svg-2{display:none;}
  .conteudo-slide .col-12.col-md-7{margin: 0 auto;}
}
@media screen and (orientation:landscape)
and (min-device-width: 319px) 
and (max-device-width: 980px) {
  .conteudo-slide .col-12.col-md-7{margin: 0 auto;}
  .wrapper-menu ul{padding: 25vh 10vw 10vw;}
  .card-servico{min-height: 440px;}
  .topo-blog {width: 100%;padding: 90px 0 0px;}
  .topo-single{padding:80px 0;}
}
