    @font-face {
    font-family: 'Gobold Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Gobold Regular'), url('../fonts/Gobold Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gobold Bold Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Gobold Bold Regular'), url('../fonts/Gobold Bold.woff') format('woff');
    }
    


/* Sobre */
#sobre {
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: #fff;
  text-align: center;
}
#sobre p {
  font-family: 'Gobold Regular', sans-serif;
  font-style: normal;
  font-weight: lighter;
  font-size: 16px;
  text-align: left;
}
h3 b {
  color: #275a7e;
}
h4 b {
  color: #275a7e;
}
.creci {
  text-align: right;
  font-size: 0.8rem;
  color: #fff;
}
/* Fim Sobre */

/* INI Logotipo Imóvel */

.logotipo_imovel {
  padding: 30px;
  background-color: #efefef;
  text-align: center;
}

/* FIM Logotipo Imóvel */

/* Slider Imóveis */
#slider_imoveis .carousel-item, #slider_imoveis_alternativo .carousel-item {
  float: left !important;
  -webkit-transition: all 0.3s ease ;
  -moz-transition: all 0.3s ease ;
  -ms-transition: all 0.3s ease ;
  -o-transition: all 0.3s ease ;
  transition: all 0.3s ease;
}
#slider_imoveis {
  padding: 0px;
  height: 690px !important;
  overflow-y: hidden !important;
}
#slider_imoveis_alternativo {
  padding: 0px;
    background-color: #3487c1;

}
#slider_imoveis .d-block, #slider_imoveis .carousel, #slider_imoveis .slide {
  margin: 0px !important;
  float: left !important;
  padding: 0px !important;
}
 #slider_imoveis_alternativo .d-block, #slider_imoveis_alternativo .carousel, #slider_imoveis_alternativo .slide {
  float: left !important;
}
#slider_imoveis .d-block, #slider_imoveis_alternativo .d-block {
  height: 690px !important;
  padding: 0px;
}
#slider_imoveis_alternativo .d-block {
  margin-top: 15px;
}
.carousel-item, .bloco_empreendimento .bg_imv {
  background-color: #3487c1;
  
}
.empreendimento_topo .titulo_interno {
  background-image: url('../imgs/bg_top.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.sobre .titulo_interno {
  background-image: url('../imgs/bg_sobre.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.contatotp .titulo_interno {
  background-image: url('../imgs/bg_contato.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.imobiliarias .titulo_interno {
  background-image: url('../imgs/bg_imobiliarias.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}



.bloco_empreendimento {
  display: block !important;
}
.nome_imovel {
  margin: 0px !important;
  float: left;
  font-family: 'Gobold Regular', sans-serif;
  font-size: 23px;
  text-transform: uppercase;
  position: absolute;
  font-weight: normal;
  left: 55px;
  top: 25px;
  display: inline;
  color: #fff; 
  letter-spacing:7px;
  z-index: 999999;
}

.nbg_imb:hover > .bg_imv {
  opacity: 1 !important;
}
.tipo_imovel {
  margin: 0px !important;
  float: left;
  transform: rotate(270deg);
  font-family: 'Gobold Regular', sans-serif;
  font-weight: lighter;
  font-size: 25px;
  position: absolute;
  left: -50px;
  bottom: 180px;
  display: inline-block;
  color: #fff;
  letter-spacing:13px;
  z-index: 999999;
}
.nopad {
  padding: 0px;
}
.bg_imv {
  width: 100%;
  height: 102%;
  cursor: pointer;
  background-size: cover !important;
  opacity: 0.2;
}
.bg_imv:hover {
  opacity: 1;
}
.bg_imv:hover .lupa_imovel {
  height: 60px;
  width: 60px;
  margin-left: -30px;
  margin-top: -30px;   
  opacity: 1;
}
.bg_imv:hover .lupa_imovel i {
  opacity: 1;
  font-size: 31px;
}
.lupa_imovel {
  color: #fff;
  width: 0px;
  height: 0px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: 0px;
  margin-top: -15px;   
  background-color: #275a7e;
  border-radius: 40px;
  text-align: center;
  opacity: 0;
}
.lupa_imovel i {
  opacity: 0;
  margin-top: -18px;  
  text-align: center;
  font-size: 1px;
  font-weight: lighter;
  -webkit-transition: all 1s ease ;
  -moz-transition: all 1s ease ;
  -ms-transition: all 1s ease ;
  -o-transition: all 1s ease ;
  transition: all 1s ease;
   transition-delay: 0.3s;
}
.info h1, .info h2 , .info h3 {
  letter-spacing: normal !important;
}
.estado {
  background-color: #fff;
  color: #275f80;
  padding: 8px 15px;
  font-size: 0.8rem;
}
@media (max-device-width: 1023px) {
  #slider_imoveis {
    padding: 0px;
    height: 420px !important;
    overflow-y: hidden !important;
  }
  #slider_imoveis .d-block, #slider_imoveis_alternativo .d-block {
    height: 420px !important;
  }
  .bg_imv {
    opacity: 0.9;
  }
  #sobre {
    padding-top: 50px;
  }
  .tipo_imovel {
      font-size: 15px;
    left: -66px;
  }
  .nome_imovel {
    font-size: 16px;
  }
}
/* Fim Slider Imóveis */

/* Selo */
#selo {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #fff;
  text-align: center;  
}
@media (max-device-width: 1023px) {

  #selo {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/* Fim Selo */


/* Contato */
#contato {
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: #fff;
  text-align: center;  
}
.frase_contato p {
  font-family: 'Gobold Regular', sans-serif;
  font-style: normal;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 16px;
  color: #666 !important;
}
.titulo_contato {
  background-size: contain; 
  min-height: 110px;
  padding-top: 30px;
  background-position: right;
  background-repeat: no-repeat !important;
}
@media (max-device-width: 1023px) {

  .frase_contato {
    padding: 20px 30px;
  }

}


/* Fim Contato */ 

/* Conteudo */
.montserrat {
  font-family: 'Gobold Regular', sans-serif !important;
}
.oswald {
  font-family: 'Gobold Regular', sans-serif !important;
}
.main {
  background-image: url('../imgs/bg_3x.jpg');
  background-repeat: repeat-y;
  background-size: contain;
}
.sembg {
  background-image: none;
}
.main p {
  font-family: 'Raleway', sans-serif !important;
  color: #444 !important;
  line-height: 25px;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 1px;  
}
.main p b, .main p strong {
  font-size: 20px;
  font-weight: 800; 
  color: #444;
}
.main b {
  font-size: 16px;
  font-weight: 800; 
}
.main td {
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;  
}
.main h5 {
   font-size: 23px;
}
.main h4 {
   font-size: 24px;
  font-weight: 800 !important; 
}
.formulario h4 {
   font-size: 32px;
   color: #ccc !important;
   font-weight: bold  !important;
}
.main h4 b, .main h4 strong {
   color: #275a7e !important;
   font-size: 21px;
}
.titulo_interno {
  background-color: #000;
}
.titulo_interno h1 {
  padding: 44px 20px 20px 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: right;
  height: 450px;
  vertical-align: bottom;
  line-height: 450px;
  font-family: 'Gobold Regular', sans-serif;
  font-weight: lighter;
  font-size: 85px !important;
  color: #fff;
}
/* FIM Conteudo */

/* Imovel - Interno */
.imovel_interno {
  background-size: cover;
  width: 100%;
  height: 790px;
  padding: 0px 100px 80px 0px !important;
}
.imovel_interno h1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: right;
  font-family: 'Gobold Regular', sans-serif;
  font-weight: lighter;
  font-size: 85px !important;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0,0,0,0.69);
}
.imovel_interno h2, .imovel_interno h2 .desc2 {
  letter-spacing: 2px;
  text-align: right !important;
  text-transform: uppercase;
  font-family: 'Gobold Regular', sans-serif !important;
  font-size: 15px !important;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0,0,0,0.89);
}
.imovel_interno h2 b, .imovel_interno h2 strong {
  font-weight: bold;
  font-size: 21px !important;
}
.imovel_texto {
  font-family: 'Gobold Regular', sans-serif !important;
  color: #444 !important;
  line-height: normal;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;    
}
.imovel_texto  img, .lazer_emp img {
  max-height: 72px;
}
.texto_endereco {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #2f1d3d;
}
.info_imovel {
  font-family: 'Gobold Regular', sans-serif !important;
  padding-right: 30px;
  position: absolute;
  bottom: 30;
  right: 0;
}

.tdmbl {
  margin-bottom: 20px;
  text-align: center;
  display: table-cell;
  vertical-align:middle;
}
.tdmbl img {
  margin-top: 10px;
  margin-bottom: 10px;  
}
.tdmbl p {
  text-align: left;
  font-weight: normal !important;
}

@media (max-device-width: 1023px) {
  .titulo_interno {
    background-color: #000;
    padding-bottom: 30px;
  }
  .titulo_interno h1 {
    height: 140px;
    vertical-align: middle !important;
    line-height: 140px;
    font-family: 'Gobold Regular', sans-serif;
    font-weight: lighter;
    font-size: 44px !important;
  }
  .main {
      background-image: none;
      background-repeat: repeat-y;
      background-size: contain;
  }  
    .imovel_interno {
    height: 250px;
    background-size: cover !important;
    padding: 0px 100px 40px 0px !important;
  }
  .imovel_interno h1 {
    font-family: 'Gobold Regular', sans-serif !important;
    font-size: 45px !important;
  }
  .imovel_interno h2 {
    font-family: 'Gobold Regular', sans-serif !important;
    font-size: 16px !important;
  }
  .imovel_interno h2 b, .imovel_interno h2 strong {
    font-family: 'Gobold Regular', sans-serif !important;
    font-size: 18px !important;
  }
  .imovel_texto {
    font-size: 11px;
  }
  .tdmbl {
    padding: 20px 10px;
  }
  .imovel_interno img, .texto .content-img {
    max-width: 50px !important;
    margin-right: 6px;
  }
  .texto .col-12 .content-img  {
    max-width: 100% !important;
  }
}
/* FIM Imovel - Interno */


/* Imovel - Slider Empreendimento */
#slider_empreendimento .carousel-inner {
  min-height: 700px;
  margin-top: -100px;
  z-index: 0 !important;
}
#slider_empreendimento * {
  z-index: 0 !important;
}
#slider_empreendimento img {
  width: auto;
}
.slider_emp h1 {
  position: relative;
  margin-top: 50px;
  letter-spacing: 10px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Gobold Regular', sans-serif;
  font-weight: lighter;
  font-size: 65px !important;
  color: #fff;
  z-index: 99999999999999999999 !important;
}
#desc_empreendimento  {
  position: absolute !important;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  top: 90px;
  letter-spacing: 10px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Gobold Regular', sans-serif;
  font-weight: lighter;
  font-size: 35px !important;
  color: #333;
  text-shadow: -1px 0px 1px rgba(255, 255, 255, 1);
  z-index: 99999999999999999999 !important;
}
@media (max-device-width: 1023px) {
  #slider_empreendimento .carousel-inner {
    max-height: 350px;
    min-height: 300px;
    margin-top: -50px;
  }
  .slider_emp h1 {
    margin-top: 60px;
    font-size: 23px !important;
  }
  #desc_empreendimento  {
    top: 40px;
    font-size: 19px !important;
  }

}
/* FIM Imovel - Slider Empreendimento */


/* Imovel - Plantas */
.plantas_emp {
  background-color: #dedede;
}
.plantas_emp h1, .lazer_emp h1 {
  position: relative;
  margin-top: 30px;
  letter-spacing: 10px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Gobold Regular', sans-serif;
  font-weight: lighter;
  font-size: 65px !important;
  color: #275a7e !important;
  z-index: 99999999999999999999 !important;
}
.diferenciais_emp h2 {
  font-family: 'Gobold Regular', sans-serif;
  font-weight: lighter;
  font-size: 35px !important;
  color: #222 !important;
  z-index: 99999999999999999999 !important;
}
.diferenciais_emp .texto ul {
  margin-left: 20px;
  font-family: 'Gobold Regular', sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 15px !important;
}
.fnd_plantas {
  background-image: url('../imgs/fnd_botplantas.jpg');
  background-size: cover;
  overflow: hidden;
  margin-bottom: 2px;
  cursor: pointer;
  padding: 0px !important;
  border-left: 2px solid #fff !important;
}
.fnd_plantas_bg {
  background-color: #275a7e;
  opacity: 0.9;
  padding: 15px 20px;
  font-family: 'Gobold Regular', sans-serif;
  font-weight: lighter;
  line-height: normal;
  font-size: 26px !important;
  color: #fff;
}
.fnd_plantas_bg::first-line {
  text-transform: uppercase;
  font-size: 24px !important;
  letter-spacing: 3px;
}
.fnd_plantas_bg:hover {
  background-color: #65b2da;
}
.planta_big {
  padding: 20px;
  text-align: center;
}
.planta_big img {
  width: auto;
  max-width: 100%;
  max-height: 700px !important;
}
#pop {
  opacity: 1;
}
#pop:hover {
  opacity: 0.8;
}
@media (max-device-width: 1023px) {

  .plantas_emp .texto {
    padding-top: 20px;
  }
  .planta_big img {
    max-height: 300px !important;
  }
}
/* FIM Imovel - Plantas */


/* Imovel - Slider Obras */
#slider_obras .carousel-inner {
  max-height: 700px;
  min-height: 600px;
  margin-top: -100px;
  z-index: 0 !important;
}
#slider_obras * {
  z-index: 0 !important;
}

.slider_obr h1 {
  position: relative;
  margin-top: 50px;
  letter-spacing: 10px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Gobold Regular', sans-serif;
  font-weight: lighter;
  font-size: 65px !important;
  color: #fff;
  z-index: 99999999999999999999 !important;
}
#desc_obras  {
  position: absolute !important;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  top: 90px;
  letter-spacing: 10px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Gobold Regular', sans-serif;
  font-weight: lighter;
  font-size: 35px !important;
  color: #333;
  text-shadow: -1px 0px 1px rgba(255, 255, 255, 1);
  z-index: 99999999999999999999 !important;
}
@media (max-device-width: 1023px) {
  #slider_obras .carousel-inner {
    max-height: 350px;
    min-height: 300px;
    margin-top: -50px;
  }
  .slider_obr h1 {
    margin-top: 60px;
    font-size: 23px !important;
  }
  #desc_obras {
    top: 40px;
    font-size: 19px !important;
  }

}
/* FIM Imovel - Slider Obras */



/* Imovel - Ficha Técnica */
.fichatecnica_emp h2 {
  letter-spacing: 10px;
  text-transform: uppercase;
  text-align: left;
  font-family: 'Gobold Regular', sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 39px !important;
  color: #fff !important;
}
.fichatecnica_emp p {
  text-align: left;
  font-family: 'Gobold Regular', sans-serif !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff !important;
}
.fichatecnica_emp b, .fichatecnica_emp p strong, .fichatecnica_emp strong  {
  font-weight: 900 !important; 
}
.fichatecnica_emp {
  overflow: hidden !important;;
  min-height: 500px;
  max-height: 700px;
  background-position: center top;
  font-weight: 300 !important;
}
.fichatecnica_bg {
  padding: 25px;
  min-height: 1000px !important;
  height: 100% !important;
  background-size: contain;
  background-image: url('../imgs/bgfundo.png');
  opacity: 0.9px;
}
/* FIM Imovel - Ficha Técnica */
