*{
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  margin: 0;
}
html{
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}
body{
  overflow-x: hidden !important;
}
header{
      position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(30,87,135,1) 0%, rgba(30,87,135,0) 99%);
}
/*NENU*/
.menuSiteInner{
  position: fixed;
    right: -5%;
    width: 0%;
    height: 100%;
    background-color: #205a8c;
    z-index: 9999;
    box-shadow: -2px 0px 20px rgb(0 0 0 / 30%);
}
.menuSite{
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display:none;
  box-shadow: -2px 0px 20px rgb(0 0 0 / 30%);
}
.menuSite nav ul li{
  font-weight: bold;
  list-style: none;
  margin: 0;
  transition: all .8s;
  margin: 0 0 15px 0;
}
.menuSite nav ul li a{
	color: #FFF;
  font-family: 'Montserrat bold';
  	padding: 10px 0;
  	position: relative;
  	display: block;
}
.menuSite nav ul li:hover{
	border-radius: .25rem 0 0 0.25rem;
	padding-left: 15px;
	transition: all .5s, border .25s;
}

/*MENU*/
.logo img{
  max-width: 150px;
  margin: 8px 0 0 0;
}
.linkTopo a img{
  max-width: 20px;
}
.linkIco{
  width: 30px;
  height: 30px;
  float: left;
  display: block;
  text-align: center;
  margin: 0 2px;
}
.menuMobile{
  display: none;
}
.menuMobile nav ul{
  display: inline;
  float: right;
}
.menuMobile nav ul li{
  display: inline;
  float: left;
  margin: 0 15px;
  padding: 4px 0 0 0;
}
.menuMobile nav ul li a{
  font-family: 'Montserrat regular';
  color: #363435;
  font-size: 14px;
}
.menuDesk nav ul{
  display: inline;
  float: right;
  margin: 2px 0 0 0;
}
.menuDesk nav ul li{
  display: inline;
  float: left;
  margin: 0 15px;
  padding: 4px 0 0 0;
}
.menuDesk nav ul li a{
  font-family: 'Montserrat regular';
  color: #FFF;
  font-size: 13px;
  text-decoration: none;
}
.menuDesk nav ul li a:hover{
  color: #f58345 !important;
}
.activeLink{
  color: #f58345 !important;
  position: relative;
}
.activeLink::before{
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  margin: 0 auto;
  background-color: #f58345;
  left: calc(25%);
  top:22px;
}
.banner{
  position: relative;
  margin: 0 0 0 0;
}
.prevBanner{
  position: absolute;
  display: block;
  top: 40%;
  right: 3%;
  cursor: pointer;
}
.nextBanner{
  position: absolute;
  display: block;
  top: 50%;
  right: 3%;
  cursor: pointer;
}
.ovalBorder{
  background-color: #db824a;
  border-radius: 31px;
  padding: 7px 25px;
}
.icontopo{
  width: auto;
  text-align: center;
  display: block;
  float: left;
  margin: 2px 10px 0 0;
}
.icontopo2{
  width: auto;
  text-align: center;
  display: block;
  float: left;
  margin: 2px 10px 0 0;
}
.icontopo:last-child{
  margin: 2px 0px 0 0;
}
.carousel-indicators {
  position: absolute !important;
  display: block !important;
  margin: 0 !important;
  bottom: unset;
  top: -10px;
  display: flex !important;
  justify-content: center;
}
.carousel-indicators li{
  text-indent: unset !important;
  width: auto;
  float: left;
  background: transparent;
  height: auto !important;
  position: relative;
  margin: 0 2%;
}
.carousel-indicators li.active img{
  filter: saturate(1);
  transform: scale(1.1);
}
.bannerfixo{
  color: #FFF;
}
.bannerfixo h1{
  font-family: 'Montserrat bold';
}
.bannerfixo h3{
  font-family: 'Montserrat regular';
}
.bannerfixo p{
  font-family: 'Montserrat regular';
}
.minhaequipe h4{
  font-family: 'Montserrat bold';
  font-size: 16px;;
}
.minhaequipe p{
  font-family: 'Montserrat semibold';
  font-size: 13px;
}
.descricaoBnn{
  font-family: 'Montserrat regular';
  color: #FFF;
  position: absolute;
  font-size: 15px;
  z-index: 999999999999999999;
  opacity: 1;
  font-weight: 700;
  top: 26px;
  left: 20px;
}
.carousel-caption {
  position: absolute;
  width: 100%;
  right: 15%;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 20px;
  /* padding-bottom: 20px; */
  
}
.textoCarrousel{
  padding: 315px 0 0 0;
  height: auto;
  width:100%;
  float: left;
}
.imgGray{
  filter: saturate(0);
  max-width: 110px;
  transform: scale(.9);
}
.textoCarrousel h3{
  font-family: 'Montserrat bold';
  color: #205a8c;
  margin:0 0 10px 0 !important;
}
.textoCarrousel p{
  font-family: 'Montserrat regular';
  color: #2d2d2d;
}
.titlePrimario h1{
  font-family: 'Montserrat regular';
  font-size: 26px;
  color: #FFF;
  letter-spacing: 5px;
}
.titlePrimario p{
  font-family: 'Montserrat regular';
  color: #2d2d2d;
  font-size: .84rem;
}
.btnPrimario{
  font-family: 'Montserrat regular';
  font-size: 13px;
  color: #FFF !important;
  letter-spacing: 2px;
  border-radius: 32px;
  border: solid #FFF 1px;
  padding: 15px 25px;
  background-color: transparent !important;
  transition: all 1s;
  text-decoration: none;
}
.btnPrimario:hover{
  background-color: #FFF !important;
  color: #f58345 !important;
  transition: all 1s;
  text-decoration: none;
}
.btnSecundario{
  font-family: 'Montserrat regular';
  font-size: 13px;
  color: #333 !important;
  letter-spacing: 2px;
  border-radius: 32px;
  border: solid #333 2px;
  padding: 15px 25px;
  transition: all 1s;
  text-decoration: none;
  background-color: transparent;
}
.btnSecundario:hover{
  background-color: #333 !important;
  color: #FFF !important;
  transition: all 1s;
  text-decoration: none;
}
.btnTerceario{
  font-family: 'Montserrat regular';
  font-size: 13px;
  color: #f58345  !important;
  letter-spacing: 2px;
  border-radius: 32px;
  border: solid #f58345  1px;
  padding: 15px 25px;
  text-decoration: none;
  transition: all 1s;
  background-color: #FFF;
  text-decoration: none;
}
.btnTerceario:hover{
  background-color: #f58345;
  color: #FFF !important;
  transition: all 1s;
  text-decoration: none;
}
.lombadaLaranja{
  position: absolute;
  width: 138px;
  height: 31px;
  left: calc(50% - 69px);
  top: -64%;
  z-index: 9;
  background-image: url(../imagensh/home/laranja.png);
  background-position: center;
}
.bggreen{
  background: #17d444;
  box-shadow: 6px 0 15px #3333339e;
  z-index: 99;
}
.bggreen h5{
  color: #FFF;
  font-family: 'Montserrat regular';
}
.imgCase{
  max-width: 60%;
}
.caseSucesso{
  margin: 0 0 17% 0;
  cursor: pointer;
}
.setaverde{
  position: absolute;
  right: -40px;
  top: -45px;
  
}
.imgParc{
  transition: all 1s;
  transform: scale(1.0);
  position: relative;
  max-width: 100%;
}
.imgParc:hover{
  transition: all 1s;
  transform: scale(1.1);
  z-index: 9999999999999999999999;
  position: relative;
}

.titleServico h3{
  font-size: 16px;
  margin: 15px 0 33px 0;
}
.titleServico p{
  font-family: 'Open Sans Regular';
  font-size: 13px;
  line-height: 26px;
}
.titleServico h3::after{
  content: '';
  position: absolute;
  width: 65px;
  height: 3px;
  background-color: #f58345;
  margin: 0 auto;
  left: 42%;
  top: 54%;
}
.segmento h3::after{
  display: none !important;
}
.titlePage h3{
  font-family: 'Montserrat regular';
  font-size: 29px;
  color: #79d352;
}
.titlePage h1{
  font-family: 'Raleway regular';
  font-size: 30px;
}
.certificado{
  border:solid #333 1px;
}
.manchaAbs{
  width: 95%;
  height: 100%;
  position: absolute;
  background-color: #db824a94;
  display: flex;
  justify-content: left;
  align-items: center;
}
.manchaAbs h2{
  font-family: 'Montserrat regular';
  color: #FFF;
  margin: 0 0 15% 0;
}
.linkGeral a{
  color: #000;
  font-family: 'Open Sans Regular';
}
.produtoUn{
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}
.produtoUn img{
  max-width: 268px;
  margin: 0 auto;
}
.produtoUn h3{
  font-family: 'Open Sans Regular';
  font-size: 18px;
  margin: 10px 0 15px 0;
}
.produtoUn a{
  font-family: 'Open Sans Regular';
  font-size: 18px;
  width: 220px;
  padding: 7px 0;
  display: block;
  margin: 0 auto;
  color: #2e2e2e;
  border:solid 1px #000;
  border-radius:10px;
  transition: all 0.7s;
}
.produtoUn a:hover{
  color: #FFF;
  background-color: #2e2e2e;
  text-decoration: none;
  transition: all 0.7s;
}
.slick-prev{
  background-image: url(../img/esquerda.png);
  width: 75px;
  height: 75px;
  margin: 0 0 0 -22px;
  background-repeat: no-repeat;
}
.slick-prev:hover{
  background-image: url(../img/esquerda.png);
  width: 75px;
  height: 75px;
  margin: 0 0 0 -22px;
  background-repeat: no-repeat;
}

.slick-next{
  background-image: url(../img/direita.png);
  width: 75px;
  height: 75px;
  margin: 0 -46px 0 0;
  background-repeat: no-repeat;
  display: block;
}
.slick-next:hover{
  display: block;
  background-image: url(../img/direita.png);
  width: 75px;
  height: 75px;
  margin: 0 -46px 0 0;
  background-repeat: no-repeat;
}
.linkProdTodos{
  font-family: 'Open Sans Regular';
  font-size: 18px;
  width: 100%;
  padding: 7px 0;
  display: block;
  margin: 0 auto;
  color: #2e2e2e;
  border:solid 1px #000;
  border-radius:10px;
  text-align: center;
  transition: all 0.7s;
}
.linkProdTodos:hover{
  color: #FFF;
  background-color: #2e2e2e;
  text-decoration: none;
  transition: all 0.7s;
}
.bgC-1{
  background-color: #eec3ac;
}
.bemvindo h1{
  font-family: 'Open Sans Bold';
  color: #2e2e2e;
}
.bemvindo p{
  font-family: 'Open Sans Regular';
  color: #2e2e2e;
  line-height: 30px;
}
.capaBlack{
  width: 95%;
  height: 100%;
  position: absolute;
  text-align: center;
  bottom: 0;
  background: rgb(0,0,0);
  background: linear-gradient(351deg, rgba(0,0,0,0.4598214285714286) 39%, rgba(47,47,47,0) 100%);
  color: #FFF;
  border-radius: 19px;
}
.capaBlack1{
  width: 92%;
  height: 40.5%;
  position: absolute;
  text-align: center;
  top: 0;
  background: rgb(0,0,0);
  background: linear-gradient(
351deg
, rgba(0,0,0,0.4598214285714286) 39%, rgba(47,47,47,0) 100%);
  color: #FFF;
  border-radius: 10px;
}

.inputEstilizado{
  border: none;
  border-bottom: solid #d5d5d5 1px;
  border-radius: 0;
}
.inputEstilizado::placeholder{
  color: #d5d5d5 ;
  font-style: italic;
}
.contatoForm h1{
  font-family: 'Montserrat bold';
  font-size: 21px;
  color: #02a9ee;
}
.contatoForm label{
  font-family: 'Montserrat regular';
  font-weight: 700;
}
.contatoForm label span{
  color: #db824a;
}
.submitNews{
  text-align: center;
  background-color: #e1c1aa;
  width: 100%;
  border-radius: 15px;
  padding: 12px 10px;
  border: solid #e1c1aa 1px;
  transition: all 0.7s;
}
.submitNews:hover{
  color: #FFF;
  background-color: #2e2e2e;
  text-decoration: none;
  transition: all 0.7s;
}
.icontopo2 {
  width: auto;
  text-align: center;
  display: block;
  float: right;
  margin: 2px 10px 0 10px;
}
footer{
  background-color: #1f5a8c;
}
.footerInfo h1{
  font-family: 'Montserrat bold';
  color: #FFF;
  font-size: 11px;
  margin: 0;
}
.footerInfo p{
  font-family: 'Raleway regular';
  color: #FFF;
  font-size: 12px;
}
.footerInfo a{
  font-family: 'Raleway regular';
  color: #FFF;
  font-size: 9px;
}
.contatoInfo h1{
  font-family: 'Montserrat bold';
  color: #333;
  font-size: 14px;
}
.contatoInfo p{
  font-family: 'Raleway regular';
  color: #333;
  font-size: 12px;
}
.contatoInfo a{
  font-family: 'Raleway regular';
  color: #333;
  font-size: 12px;
}
.lineAbs{
  width: 3px;
  height: 75px;
  position: absolute;
  background-color: #f58345;
  left: 0;
  top: -2px;
}
.numberTrampo{
  font-family: 'Montserrat bold';
  color: #FFF;
  font-size: 12px;
}
.numberTrampo img{
  margin: 0 0 15px 0;
}
.quem p{
  font-family: 'Open Sans Regular';
  font-size: 15px;
  line-height: 30px;

}
.bgc-2{
  background-color: #eed7cb;
}
.itensQuem h1{
  font-family: 'Brandon Text Bold';
  color: #2e2e2e;
  font-size: 18px;
}
.itensQuem p{
  font-family: 'Open Sans Regular';
  line-height: 30px;
}
.bgc-3{
  background-color: #9bb38e;
}
.imgAbs{
  margin: -75px 0 0 0;
}
.spaco{
  width: 1px;
  height: auto;
  float: left;
  margin: 0 10px;
}
.breadcrumbSite a{
  font-family: 'Open Sans Regular';
  color: #000;
  display: block;
  float: left;
}
.bgc-4{
  background-color: #eeeeee;
  padding: 20px 0;
}
.imgTbl{
  width: 75px;
  height: 75px;
  float: left;
}
.imgTbl img{
  max-width: 75px;
}
.descTbl{
  width: 450px;
  height: auto;
  float: left;
}
.descTbl a{
  font-family: 'Open Sans Regular';
  color: #4a4a4a;
}
.tblPrice {
  font-family: 'Brandon Text Bold';
}
.tblPrice span{
  font-size: 11px;
}
.btnSite{
  font-family: 'Open Sans Regular';
  font-size: 18px;
  width: 220px;
  padding: 7px 0;
  display: block;
  margin: 0 auto;
  color: #2e2e2e;
  border:solid 1px #000;
  border-radius:10px;
  transition: all 0.7s;
}
.btnSite:hover{
  color: #FFF;
  background-color: #2e2e2e;
  text-decoration: none;
  transition: all 0.7s;
}
.faqPerg{
  font-family: 'Brandon Text Bold';
}
.faqPerg a{
  color: #2e2e2e;
  font-size: 18px;
}
.faqResp{
  font-family: 'Open Sans Regular';
  line-height: 30px;
}
.localp{
  line-height: 30px;
}
.borderFaq{
  border-bottom: solid 1px #000;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
.categoria{
  font-family: 'Open Sans Regular';
}
.categoria a{
  color: #000;
}
.descp{
  height: 175px;
  overflow-y: hidden;
}
.produtoUnico a{
  color: #2e2e2e;
}
.produtoUnico h3{
  font-family: 'Brandon Text Bold';
  font-size: 48px;
}
.aba{
  font-family: 'Brandon Text Bold';
  font-size: 18px;
  color: #000;
}
.aba a{
  color: #000;
}
.abaQuem h1{
  font-family: 'Brandon Text Bold';
  font-size: 24px;
  color: #000;
}
.carrousselProdImg{
  max-width: 77px;
}
.breadcrumbSite{
  margin-top: 76px !important;
}
@media screen and (max-width: 480px) {
  .display_desktop{
    display: none;
  }
  header {
      width: 100%;
      background: #205b8e;
  }
  
  .select_filtro, .input_filtro{
    margin-top: 10px !important;
  }
  .row_filtro{
    flex-flow: column;
  }
  #images{
    margin-top: 95px
  }
  .slick-next {
      right: 47px;
  }
  .slick-prev {
      left: 47px;
      z-index: 999999;
  }
  .lombadaLaranja {
    top: -15%;
  }
  .footerInfo{
    width: 100% !important;
    position: relative;
    flex: 100%;
    max-width: 100%;
  }
  .certificado  {
    margin: 2% 5% !important;
  }
  .carousel-indicators{
    display: none !important;
  }
  .carousel-inner {
    overflow: initial;
    margin: 54% 0 0 0;
  }
  .fullDiv{
    padding: 0 !important;
  }
  .manchaAbs { 
    width: 100%;
  }
  .someCel{
    display: none;
  }
  .btnTerceario {
    font-size: 11px;
  }
  .divTransformBlock {
    display: block !important;
  }
  .ovalBorder {
    width: 100%;
    display: block;
    text-align: center;
    color: #FFF !important;
}
  .imgTbl {
    margin: 0 auto;
    float: none;
  }
  .hideCel{
    display: none;
  }
  .btnSite {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .subForm{
    width: 220px;
  }
  .imgAbs{
    position: relative !important;
  }
  .menuDesk{
    display: none;
  }
  .menuMobile{
    display: block;
  }
  .checkMenu{
    position: absolute;
    width: 40px;
    height: 40px;
    right: 29px;
    top: -36px;
  }
  .menuMobile nav ul {
      display: grid;
      float: right;
      text-align: left;
      position: absolute;
      height: 250px;
      background: #FFF;
      width: 100%;
      left: 0;
      top: 16px;
      border-bottom: solid #0e0e0e 3px;
  }
  .menuMobile nav ul li a img {
    filter: invert(75%);
  }
  .icontopo {
    display: inline;
    float: none;
  }
  .linkIco {
    padding: 7px;
    float: left;
    display:auto;
  }
  .linkTopo{
    margin-top: 5px;
  }
  .linkTopo a img {
    margin: -10px 0 0 -3px;
  }
  .open{
    right: -0;
    transition: all 1s;
    z-index: 9999999;
  }
  .menuList{
    display: none;
  }
  .banner {
      margin: 0 0 0 0;
  }
  .nextBanner {
      top: 38%;
      right: 10px;
  }
  .prevBanner {
      top: 38%;
      left: 10px;
  }
  .nextBanner img {
      max-width: 35px;
  }
  .prevBanner img {
      max-width: 35px;
  }
  .breadcrumbSite {
      margin-top: 100px !important;
  }
  .capaBlack {
    width: 92%;
    border-radius: 10px;
  }
}

.div_banner{
  position: relative;
}

.div_banner .caixa_texto{
  position: absolute;
  z-index: 1;
  top: -160px;
  left: 235px;
  width: 490px;
  border-left: 15px solid #000;
  color: white;
  padding: 10px;
  background: rgba(32 90 140 / 70%);
  font-family: 'Baskervville', serif !important;
  text-align: left;
}

.div_banner .caixa_texto p{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
}
.div_banner .caixa_texto h2{
  font-family: 'Baskervville', serif !important;
  font-size: 3.5rem;
}

.menuDesk nav ul li a{
  font-family: 'Baskervville', serif !important;
}

.filtro_grupo{
  background: white;
}

.texto_filtro{
  margin: 0;
}

.row_filtro{
  align-items: center;
}

.row_filtro p {
  margin-left: 12px;
  color: white;
}

.select_filtro{
  margin-left: 20px;
}

.select_filtro select{
  padding: 10px;
  border-radius: 4px;
}

.input_filtro{
  margin-left: 20px;
}

.input_filtro input{
  border: none;
  padding: 10px 5px;
  border-radius: 4px;
}

.filtro_grupo input[type=radio] {
  margin: 0;
  position: absolute;
  visibility: hidden;
  display: none;
}

.filtro_grupo label {
  color: #9a929e;
  display: inline-block;
  cursor: pointer;
  padding: 10px 5px;
  margin: 0;
}

.filtro_grupo input[type=radio]:checked + label {
  color: white;
  border-radius: 4px;
  background: #0ea6ed;
}

.fonte_azul{
  color: #205a8c
}

.filtro_grupo label + input[type=radio] + label {
   
}

.radio-group {   
  display: inline-block;
  margin: 20px;
  border-radius: 4px;
  overflow: hidden;
}

.titulos{
  font-family: 'Baskervville', serif !important;
  text-transform: uppercase;
}

.caixa_imovel{
  position: relative;
  border: 1px solid #c6d9e5;
  padding: 0; 
}
.caixa_imovel *{
  font-family: 'Montserrat', sans-serif;
}
.caixa_imovel *:hover{
  text-decoration: none;
}

.caixa_imovel a{
  text-align: left;
}

.caixa_imovel > img{
  width: 100%;
}

.finalidade{
  color: #205a8c !important;
  text-transform: uppercase;
}
.preco_caixa_imovel{
  font-family: 'Montserrat', sans-serif !important;
  font-size: 2.2rem !important;
  color: #000;
  font-weight: bold;
}
.botao1_imoveis_em_destaque{
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  top: 20px;
  position: absolute;
  background: #f6f6f6;
}
.botao2_imoveis_em_destaque{
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  top: 80px;
  position: absolute;
  background: #f6f6f6;
}
.caixa_imovel .texto_caixa_imovel{

}

.home_sobre_a_prado{
  background: #000000;
  color: white;
}

.home_titulo_post{
  margin-top: 5px;
  color: #205a8c;
  font-weight: bold;
}

.botao_transparente{
  color: white;
  display: inline-block;
  background: transparent;
  border: 2px solid white;
  padding: 10px 35px;
  border-radius: 10px;
  transition: all .5s;
}
.botao_transparente:hover{
  color: black;
  background: white;
  border: 2px solid white;
  padding: 10px 35px;
  border-radius: 10px;
  transition: all .5s;
}

.page-link {
  font-family: 'Baskervville', serif !important;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #205a8c;
  background-color: #fff;
  border: none;
  font-size: 14pt;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #323232;
  content: ">";
  text-decoration: none !important;
}

.breadcrumb-item.active {
  color: #323232;
  text-decoration: underline;
}

.breadcrumb-item a {
  color: #323232;
  text-decoration: underline;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: .25rem;
}

.titulo_produto {
  font-size: 20pt;
  text-transform: none;
  text-align: left;
  color: #1f5a8c;
  font-family: 'Baskervville', serif !important;
}

.botao_imovel{  
  background: #f6f6f6;
  padding: 5px 10px;
  border-radius: 5px;
  color: black;
  transition: all.5s;
}

.botao_imovel:hover{
  background: #e6e6e6;
  color: black;
  transition: all.5s;
}

.container_contato_imoveis{
  border: solid 1px #a4b0b2;
  border-radius: 20px;
  text-align: center;
  padding: 50px;
}

.input_contato_imoveis {
  border: solid 1px #b0bbbc;
  border-radius: 12px;
  padding: 10px 10px;
  width: 100%;
}

.textarea_contato_imoveis{
  border: solid 1px #b0bbbc;
  border-radius: 12px;
  padding: 10px 10px;
  width: 100%;
}

.botao_azul {
  border: none;
  background: #1f5a8c;
  padding: 10px 10px;
  width: 100%;
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .5s;
}
.botao_azul:hover {
  background: #1b4b75;
  transition: all .5s;
}

.texto_produtos_similares{
  color: black;
  font-size: 7.6pt;
}
.preco_produtos_similares{
  font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    color: #000;
    font-weight: bold;
}

.caracteristicas_produtos_similares{
  color: black;
  font-size: 6pt;
}

.contato_titulo_principal{
  text-align: center;
    background: #333c43;
    padding: 20px;
    color: white;
}

.contato_titulo_principal h2{
  font-family: 'Baskervville', serif !important;
}

.div_telefone_contato h2, .div_telefone_contato p span{
  font-weight: bold;
  margin-bottom: 20px;
}
.div_telefone_contato h2 span{
  font-weight: bold;
  font-size: .9rem;
  margin-right: 5px;
}

.div_telefone_contato img{
  margin-bottom: 10px;
}

.imagem_empresa{
  float: right;
  padding: 20px;
}