@font-face {
  font-family: 'GillSans';
  src: url("../fonts/GillSans-regular.eot");
  src: url("../fonts/GillSans-regular.eot") format("embedded-opentype"), url("../fonts/GillSans-regular.woff2") format("woff2"), url("../fonts/GillSans-regular.woff") format("woff"), url("../fonts/GillSans-regular.ttf") format("truetype"), url("../fonts/GillSans-regular.svg#GillSans-regular") format("svg"); }
@font-face {
  font-family: 'GillSans-bold';
  src: url("../fonts/GillSans-bold.eot");
  src: url("../fonts/GillSans-bold.eot") format("embedded-opentype"), url("../fonts/GillSans-bold.woff2") format("woff2"), url("../fonts/GillSans-bold.woff") format("woff"), url("../fonts/GillSans-bold.ttf") format("truetype"), url("../fonts/GillSans-bold.svg#GillSans-bold") format("svg"); }
@font-face {
  font-family: 'GillSans-bold-italic';
  src: url("../fonts/GillSans-bold-italic.eot");
  src: url("../fonts/GillSans-bold-italic.eot") format("embedded-opentype"), url("../fonts/GillSans-bold-italic.woff2") format("woff2"), url("../fonts/GillSans-bold-italic.woff") format("woff"), url("../fonts/GillSans-bold-italic.ttf") format("truetype"), url("../fonts/GillSans-bold-italic.svg#GillSans-bold-italic") format("svg"); }
@font-face {
  font-family: 'GillSans-italic';
  src: url("../fonts/GillSans-italic.eot");
  src: url("../fonts/GillSans-italic.eot") format("embedded-opentype"), url("../fonts/GillSans-italic.woff2") format("woff2"), url("../fonts/GillSans-italic.woff") format("woff"), url("../fonts/GillSans-italic.ttf") format("truetype"), url("../fonts/GillSans-italic.svg#GillSans-italic") format("svg"); }
@font-face {
  font-family: 'GillSans-light';
  src: url("../fonts/GillSans-light.eot");
  src: url("../fonts/GillSans-light.eot") format("embedded-opentype"), url("../fonts/GillSans-light.woff2") format("woff2"), url("../fonts/GillSans-light.woff") format("woff"), url("../fonts/GillSans-light.ttf") format("truetype"), url("../fonts/GillSans-light.svg#GillSans-light") format("svg"); }
@font-face {
  font-family: 'GillSans-light-italic';
  src: url("../fonts/GillSans-light-italic.eot");
  src: url("../fonts/GillSans-light-italic.eot") format("embedded-opentype"), url("../fonts/GillSans-light-italic.woff2") format("woff2"), url("../fonts/GillSans-light-italic.woff") format("woff"), url("../fonts/GillSans-light-italic.ttf") format("truetype"), url("../fonts/GillSans-light-italic.svg#GillSans-light-italic") format("svg"); }
@font-face {
  font-family: 'GillSans-semi-bold';
  src: url("../fonts/GillSans-semi-bold.eot");
  src: url("../fonts/GillSans-semi-bold.eot") format("embedded-opentype"), url("../fonts/GillSans-semi-bold.woff2") format("woff2"), url("../fonts/GillSans-semi-bold.woff") format("woff"), url("../fonts/GillSans-semi-bold.ttf") format("truetype"), url("../fonts/GillSans-semi-bold.svg#GillSans-semi-bold") format("svg"); }
@font-face {
  font-family: 'GillSans-semi-bold-italic';
  src: url("../fonts/GillSans-semi-bold-italic.eot");
  src: url("../fonts/GillSans-semi-bold-italic.eot") format("embedded-opentype"), url("../fonts/GillSans-semi-bold-italic.woff2") format("woff2"), url("../fonts/GillSans-semi-bold-italic.woff") format("woff"), url("../fonts/GillSans-semi-bold-italic.ttf") format("truetype"), url("../fonts/GillSans-semi-bold-italic.svg#GillSans-semi-bold-italic") format("svg"); }
@font-face {
  font-family: 'GillSans-ultra-bold';
  src: url("../fonts/GillSans-ultra-bold.eot");
  src: url("../fonts/GillSans-ultra-bold.eot") format("embedded-opentype"), url("../fonts/GillSans-ultra-bold.woff2") format("woff2"), url("../fonts/GillSans-ultra-bold.woff") format("woff"), url("../fonts/GillSans-ultra-bold.ttf") format("truetype"), url("../fonts/GillSans-ultra-bold.svg#GillSans-ultra-bold") format("svg"); }
body {
  font-family: 'GillSans-light' !important; }

.icon {
  display: inline-block; }

#header {
  font-family: 'GillSans' !important; }
  @media screen and (max-width: 991px) {
    #header {
      background: #303B53 !important; } }
  @media screen and (min-width: 992px) {
    #header {
      position: fixed !important;
      top: 0;
      float: left;
      overflow: hidden;
      width: 100%;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#04697e+0,245a66+100 */
      background-color: transparent;
      transition: all 0.4s;
      z-index: 999; } }
  #header.fixed {
    background: #245a66; }
    #header.fixed .navbar-default {
      transition: all 0.4s;
      margin-top: 0 !important; }
      #header.fixed .navbar-default .logo-linha {
        width: 200px;
        align-self: center !important; }
        #header.fixed .navbar-default .logo-linha .navbar-brand {
          padding-top: 0 !important; }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    #header .no-margin {
      margin: 0 !important;
      max-width: 992px !important; } }
  #header span {
    color: #b3b7c0; }
    #header span:hover {
      color: white; }
  #header #search-bar {
    background: #b3b7c0;
    border: none;
    color: white;
    padding: 10px;
    display: none;
    z-index: 1000; }
    @media screen and (min-width: 992px) {
      #header #search-bar {
        width: 0; } }
  #header .logo-linha {
    padding: 0 2em 0 0;
    transition: all 0.4s; }
    @media screen and (max-width: 991px) {
      #header .logo-linha {
        transform: scale(0.6);
        padding-top: 10px; } }
  #header .navbar {
    padding: 0 !important; }
    @media screen and (max-width: 991px) {
      #header .navbar .navbar-toggler {
        margin: 1em !important; } }
    #header .navbar #navbarToggler {
      align-items: center; }
    #header .navbar .navbar-nav .nav-item {
      display: flex;
      align-items: center; }
      #header .navbar .navbar-nav .nav-item.active > .nav-link {
        background: #00778c;
        color: #86a7b3; }
      @media screen and (min-width: 992px) {
        #header .navbar .navbar-nav .nav-item .bullet::after {
          content: '\2022';
          font-size: 1em;
          padding-left: 10px;
          color: #00778c; } }
    #header .navbar .navbar-nav .nav-fonte-small {
      font-size: 0.8em !important;
      padding: 0 0.5em 0 0.5em; }
      @media screen and (min-width: 992px) {
        #header .navbar .navbar-nav .nav-fonte-small .quebra-linha {
          max-width: 100px; } }
    #header .navbar .navbar-nav .nav-link {
      color: #f2f2f2 !important;
      font-size: 1em;
      padding: 0.8em !important;
      line-height: 1.5em;
      transition: all 0.4s; }
      #header .navbar .navbar-nav .nav-link span {
        vertical-align: middle; }
      #header .navbar .navbar-nav .nav-link:hover {
        color: white; }
    #header .navbar .navbar-nav .portal-corretor {
      background: #2f899d;
      display: flex;
      align-items: center; }
    #header .navbar .navbar-nav .app-baixar {
      background: #00778c;
      display: flex;
      align-items: center;
      min-height: 40px; }
      #header .navbar .navbar-nav .app-baixar a {
        padding-top: 0 !important;
        padding-bottom: 0 !important; }
  @media screen and (max-width: 991px) {
    #header .navbar-default {
      width: 100%;
      float: left;
      overflow: hidden;
      background: #303B53 !important; } }
  @media screen and (min-width: 992px) {
    #header .navbar-default {
      margin-top: 20px;
      background: transparent !important; } }

.nova-busca {
  overflow: hidden;
  float: left;
  width: 0%;
  position: fixed;
  top: inherit; }

.is-visible {
  width: 100%; }

.owl-dots {
  width: fit-content;
  display: block;
  margin: -50px auto;
  position: relative;
  z-index: 999; }
  .owl-dots button {
    border: 2px solid white !important;
    margin: 0 2px 0 2px;
    float: left;
    width: 15px;
    height: 15px;
    transition: all 0.4s;
    border-radius: 100%; }
    .owl-dots button.active {
      background: #00778c !important;
      border: 2px solid #b3b7c0 !important;
      transform: scale(1.5);
      margin: 0 3px 0 3px; }

.owl-carousel .mascara {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0.2+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#33000000',GradientType=0 );
  /* IE6-9 */
  padding: 2em 0 2em 0;
  width: 100%;
  float: left;
  overflow: hidden;
  height: 70vh; }
  @media screen and (max-width: 992px) {
    .owl-carousel .mascara {
      height: 60vh; } }
.owl-carousel .carousel-componente {
  width: 100%;
  float: left;
  overflow: hidden; }
  .owl-carousel .carousel-componente a {
    text-decoration: none;
    color: white; }
.owl-carousel #carousel-1 {
 
  background-size: cover; }
.owl-carousel #carousel-2 {
 
  background-size: cover; }
.owl-carousel #carousel-3 {
  
  background-size: cover; }
.owl-carousel button.owl-prev {
  position: absolute;
  top: 45%;
  left: 10%; }
.owl-carousel button.owl-next {
  position: absolute;
  top: 45%;
  right: 10%; }

.pad-master-5em {
  padding: 5em 0 5em 0; }

.pad-master-7em-5em {
  padding: 7em 0 5em 0; }

@media screen and (min-width: 992px) {
  #carousel-topo .texto-banner-topo {
    padding-top: 15vh; } }
#carousel-topo .texto-banner-topo img {
  margin: 0 auto;
  border-bottom: 2px solid white;
  padding: 1em 1.5em 1em 1.5em;
  width: 200px !important; }
#carousel-topo .texto-banner-meio {
  margin: 1.5em 0 2em 0;
  width: 100%;
  float: left;
  overflow: hidden; }
#carousel-topo .texto-mid-bottom {
  padding: 1em 1.5em 1em 1.5em;
  border-top: 2px solid white;
  width: 100%; }
#carousel-topo .botao-carousel {
  margin-top: 1.5em;
  border: 2px solid #cccccc;
  background: transparent;
  color: #cccccc;
  padding: 0.4em 1em 0.4em 1em;
  cursor: pointer; }

a:hover {
  text-decoration: none; }

#carousel-banner {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 50; }

#section-imoveis {
  width: 100%;
  float: left;
  overflow: hidden; }
  #section-imoveis .mascara {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0.2+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#33000000',GradientType=0 );
    /* IE6-9 */ }
  #section-imoveis .small-gray {
    font-size: 1em;
    color: #737373; }
  #section-imoveis .title-blue {
    color: #00778c;
    font-size: 2em; }
  #section-imoveis .border-b-gray {
    border-bottom: 3px solid #b3b7c0; }
  #section-imoveis #ap-inside-1 {
    background: url("../img/foto_ap_inside.png") no-repeat;
    background-size: cover;
    height: 250px !important; }
  #section-imoveis #ap-inside-2 {
    background: url("../img/foto_ap_2_inside.png") no-repeat;
    background-size: cover;
    height: 200px !important; }
  #section-imoveis .custom-card {
    overflow: hidden; }
    @media screen and (max-width: 992px) {
      #section-imoveis .custom-card {
        margin-top: 30px; } }
    #section-imoveis .custom-card .conteudo-card {
      width: 400px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start;
      position: absolute;
      bottom: 0; }
      #section-imoveis .custom-card .conteudo-card .card-linha-1 {
        font-size: 1.1em;
        color: white; }
      #section-imoveis .custom-card .conteudo-card span {
        padding: 0px 10px 10px 10px; }
      #section-imoveis .custom-card .conteudo-card .info-empr {
        color: white;
        font-size: 1.4em; }
      #section-imoveis .custom-card .conteudo-card .info-empr-small {
        color: white;
        font-size: 1em; }
    #section-imoveis .custom-card .conteudo-card-direita {
      color: white; }
      #section-imoveis .custom-card .conteudo-card-direita span, #section-imoveis .custom-card .conteudo-card-direita img {
        position: absolute;
        bottom: 8%; }
        @media screen and (min-width: 992px) {
          #section-imoveis .custom-card .conteudo-card-direita span, #section-imoveis .custom-card .conteudo-card-direita img {
            right: 5%; } }
        @media screen and (max-width: 991px) {
          #section-imoveis .custom-card .conteudo-card-direita span, #section-imoveis .custom-card .conteudo-card-direita img {
            left: 5% !important; } }
  #section-imoveis .bottom-layer {
    margin-top: 30px;
    overflow: hidden; }
  @media screen and (max-width: 992px) {
    #section-imoveis .obra-porcento {
      display: none; } }
  #section-imoveis .legenda-porcentagem {
    font-size: 0.7em;
    color: white;
    padding: 0 !important;
    margin-bottom: -10px; }
  #section-imoveis .card-highlight {
    background: #00778c;
    font-size: 1.7em;
    height: 2.3em;
    align-self: flex-end;
    padding: 10px !important;
    color: white;
    margin-bottom: 10px; }

/*Fim cards section 2*/
/*Inicio de CSS especifico para Section 3*/
#section-bairro {
  background: url("../img/banner_cosmopolita_jp.png") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  float: left;
  overflow: hidden; }
  #section-bairro .mascara {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0.2+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#33000000',GradientType=0 );
    /* IE6-9 */
    padding: 2em 0 5em 0;
    width: 100%;
    float: left;
    overflow: hidden; }
  #section-bairro p {
    color: #cccccc; }
  #section-bairro .botao-bairros {
    border: 2px solid #cccccc;
    background: transparent;
    color: #cccccc;
    padding: 0.4em 1em 0.4em 1em;
    cursor: pointer; }
  #section-bairro .color-blue {
    padding: 1em 0px;
    font-size: 2.7em;
    color: #00778c; }
    @media screen and (max-width: 992px) {
      #section-bairro .color-blue {
        padding: 0.3em;
        font-size: 2em; } }
    #section-bairro .color-blue span {
      color: gray; }
  #section-bairro .container-video {
    margin-top: 10%;
    overflow: hidden; }
    @media screen and (max-width: 992px) {
      #section-bairro .container-video {
        margin: 10% 0 10% 0; } }
    @media screen and (min-width: 992px) {
      #section-bairro .container-video iframe {
        width: 500px;
        height: 250px; } }
  #section-bairro .round-mask {
    border-radius: 100%;
    padding: 5px;
    margin-bottom: 5%;
    border: 2px solid white; }
    @media screen and (max-width: 992px) {
      #section-bairro .round-mask {
        margin: 10% 0 10% 0; } }
  #section-bairro .titulo-bairros {
    font-size: 2em; }

#noticias-container {
  width: 100%;
  float: left;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0.2+100;Neutral+Density */
  background: -moz-linear-gradient(top, #0a697b 0%, #1e94b0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0a697b 0%, #1e94b0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0a697b 0%, #1e94b0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#33000000',GradientType=0 );
  /* IE6-9 */ }
  #noticias-container .aligner-1em {
    padding-top: 1em;
    padding-bottom: 0.7em; }
  #noticias-container .small-white {
    font-size: 1em;
    color: white; }
  #noticias-container .title-white {
    color: white;
    font-size: 2em;
    font-family: 'GillSans-light'; }
  #noticias-container .border-b-gray {
    border-bottom: 3px solid #b3b7c0; }
  #noticias-container .facebook {
    color: white;
    font-size: 1.2em;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      #noticias-container .facebook {
        margin-left: 2.7em; } }
    #noticias-container .facebook .small-facebook {
      font-size: 1em;
      color: #b3b7c0; }
  #noticias-container .botao-noticias {
    border: 2px solid white;
    background: transparent;
    color: white;
    padding: 0.4em 1em 0.4em 1em;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      #noticias-container .botao-noticias {
        margin-left: 4.5em; } }
  #noticias-container .conjunto-quadros {
    padding: 15px 0 15px 0; }
    #noticias-container .conjunto-quadros .quadro-news {
      overflow: hidden;
      float: left;
      width: 100%; }
    #noticias-container .conjunto-quadros .news-quadro1 span {
      font-family: 'GillSans';
      font-size: 1em;
      color: white;
      line-height: 1em; }
    @media screen and (max-width: 992px) {
      #noticias-container .conjunto-quadros .news-quadro1 {
        margin-top: 2em; } }
    @media screen and (max-width: 992px) {
      #noticias-container .conjunto-quadros .news-quadro2 {
        margin-top: 2em;
        margin-bottom: 2em; } }
    #noticias-container .conjunto-quadros .news-quadro2 span {
      font-family: 'GillSans';
      font-size: 1em;
      color: white;
      line-height: 1em; }
  @media screen and (max-width: 992px) {
    #noticias-container #faceframe {
      text-align: center !important; } }
  @media screen and (min-width: 767px) and (max-width: 1024px) {
    #noticias-container #faceframe .container-facebook {
      max-width: 200px; } }
  @media screen and (min-width: 1025px) {
    #noticias-container #faceframe .container-facebook {
      width: 340px; } }

#midia-social {
  width: 100%;
  float: left;
  overflow: hidden;
  background: #023E49; }
  #midia-social .title-white {
    color: white;
    font-size: 2em;
    font-family: 'GillSans-light'; }
  #midia-social .border-b-gray {
    border-bottom: 3px solid #b3b7c0; }
  #midia-social .linha-titulos {
    padding: 1.5em 0 1.5em 0; }
    @media screen and (min-width: 992px) {
      #midia-social .linha-titulos .pad-none {
        padding: 0; } }
    #midia-social .linha-titulos .you-logo {
      width: 80px; }
    #midia-social .linha-titulos .insta-logo {
      width: 170px; }
    #midia-social .linha-titulos .small-gray {
      font-family: 'GillSans';
      font-size: 1em;
      color: #737373; }
    #midia-social .linha-titulos .botao-mais-videos {
      border: 2px solid white;
      background: transparent;
      color: white;
      padding: 0.2em 0.8em 0.2em 0.8em;
      font-size: 0.8em;
      cursor: pointer;
      margin-left: 0.5em; }
  #midia-social .linha-videos .container-videos {
    display: flex;
    flex-direction: row;
    padding: 0; }
    @media screen and (max-width: 992px) {
      #midia-social .linha-videos .container-videos {
        flex-direction: column; } }
    @media screen and (min-width: 993px) {
      #midia-social .linha-videos .container-videos .video-card {
        margin-right: 1em;
        max-width: 220px; } }
    @media screen and (max-width: 992px) {
      #midia-social .linha-videos .container-videos .video-card {
        margin-bottom: 1em; } }
  #midia-social .linha-videos iframe {
    max-width: 220px; }
    @media screen and (max-width: 992px) {
      #midia-social .linha-videos iframe {
        max-width: 100% !important;
        width: 100%;
        float: left;
        overflow: hidden; } }
  #midia-social .linha-videos .texto-sub-video {
    color: #b3b7c0;
    font-size: 0.9em; }
  #midia-social .insta-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start; }
    @media screen and (max-width: 992px) {
      #midia-social .insta-container {
        flex-direction: column;
        align-items: center; } }
    #midia-social .insta-container .insta-card {
      height: 100px;
      width: 100px;
      background: url("https://afolhatorres.com.br/wp-content/uploads/2017/11/PAG-26-_VCAMAGGI_Vesta_EXTERNA-GERAL-DIURNA_C01.jpg") no-repeat;
      background-size: cover;
      margin: 10px; }
      @media screen and (max-width: 767px) {
        #midia-social .insta-container .insta-card {
          width: 350px;
          height: 200px; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        #midia-social .insta-container .insta-card {
          width: 550px;
          height: 300px; } }
  #midia-social .email-news {
    padding: 5em 0 2em 0; }
  #midia-social .custom-input-text {
    background: #1d94b1;
    width: 100%;
    height: 3em;
    color: white;
    border: 10px solid #1d94b1; }
    @media screen and (max-width: 992px) {
      #midia-social .custom-input-text {
        margin-bottom: 1em; } }
    #midia-social .custom-input-text::placeholder {
      font-size: 1em;
      color: white;
      margin-right: 1em;
      font-family: FontAwesome, 'GillSans'; }
  #midia-social .botao-cadastrar {
    overflow-wrap: break-word;
    border: none;
    background: #b3b7c0;
    color: #1d94b1;
    width: 100%;
    height: 3em;
    font-family: 'GillSans-bold';
    cursor: pointer; }
  #midia-social .linha-input {
    padding-bottom: 2em; }

#fundo-fixo {
  overflow: hidden;
  float: left;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999;
  height: 70px;
  background: rgba(51, 146, 163, 0.7); }
  #fundo-fixo .telefone-link {
    font-size: 1.1em; }
    @media screen and (max-width: 992px) {
      #fundo-fixo .telefone-link {
        font-size: 1em; } }
  @media screen and (max-width: 992px) {
    #fundo-fixo .redutor-1 {
      max-width: 65% !important; } }
  @media screen and (max-width: 992px) {
    #fundo-fixo .redutor-2 {
      max-width: 35% !important; } }
  #fundo-fixo .container-texto {
    overflow: hidden;
    float: left;
    line-height: 1.4em;
    max-width: 300px !important;
    color: white;
    text-decoration: none; }
  @media screen and (max-width: 992px) {
    #fundo-fixo .mobile-oculta {
      display: none; } }
  #fundo-fixo .info-contato {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 70px;
    padding: 10px 0 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white; }
    @media screen and (max-width: 992px) {
      #fundo-fixo .info-contato {
        padding: 10px; } }
    #fundo-fixo .info-contato .footer-icon {
      font-size: 2.5em;
      color: white;
      text-decoration: none; }
    #fundo-fixo .info-contato > * {
      margin-right: 10px; }
  #fundo-fixo .botoes-atendimento {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 70px;
    padding: 10px 0 10px 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    color: white;
    font-size: 1em; }
    #fundo-fixo .botoes-atendimento .botao-atendimento {
      margin-left: 5px;
      color: white;
      padding: 5px 20px 5px 20px;
      background: #035968;
      border: 2px solid #b3b7c0; }
      @media screen and (max-width: 992px) {
        #fundo-fixo .botoes-atendimento .botao-atendimento {
          padding: 5px 15px 5px 15px; } }
      #fundo-fixo .botoes-atendimento .botao-atendimento .botao-icon {
        font-size: 1.5em;
        margin-right: 5px; }
      @media screen and (max-width: 992px) {
        #fundo-fixo .botoes-atendimento .botao-atendimento span {
          display: none; } }
    #fundo-fixo .botoes-atendimento #whatsapp {
      background: #30B201; }
      @media screen and (max-width: 992px) {
        #fundo-fixo .botoes-atendimento #whatsapp {
          margin-right: 10px; } }

.section-internas {
  width: 100%;
  float: left;
  overflow: hidden; }
  .section-internas .header-section-internas {
    background-color: #ff000000;
    width: 100%;
    float: left;
    padding-top: 95px;
    padding-bottom: 10px;
    overflow: hidden; }
    @media (max-width: 1199px) {
      .section-internas .header-section-internas {
        padding-bottom: 15px; } }
    @media (max-width: 992px) {
      .section-internas .header-section-internas {
        padding-top: 87px;
        padding-bottom: 7px; } }
    .section-internas .header-section-internas h2 {
      float: left;
      font-weight: bold;
      color: #fff;
      font-size: 48px;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        .section-internas .header-section-internas h2 {
          font-size: 35px; } }
      @media (max-width: 767px) {
        .section-internas .header-section-internas h2 {
          font-size: 27px; } }
  .section-internas .conteudo-section-internas {
    width: 100%;
    float: left;
    padding-top: 30px;
    overflow: hidden; }
    .section-internas .conteudo-section-internas p {
      font-size: 17px;
      padding-bottom: 15px;
      color: #00778c; }
      @media (max-width: 767px) {
        .section-internas .conteudo-section-internas p {
          font-size: 15px; } }

#section-quem-somos .subtitulo {
  width: 100%;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #00778c; }
  @media (max-width: 767px) {
    #section-quem-somos .subtitulo {
      padding-top: 2px; } }
  #section-quem-somos .subtitulo h3 {
    color: #fff; }
    @media (max-width: 1199px) {
      #section-quem-somos .subtitulo h3 {
        font-size: 21px; } }
    @media (max-width: 767px) {
      #section-quem-somos .subtitulo h3 {
        font-size: 16px; } }
  #section-quem-somos .subtitulo span {
    color: #fff;
    font-size: 20px;
    padding-top: 4px;
    float: left; }
#section-quem-somos .conteudo-section-internas {
  padding-top: 0px; }
  #section-quem-somos .conteudo-section-internas.topicos {
    background-color: #eee;
    padding-top: 40px;
    border-top: 4px solid #000; }
  #section-quem-somos .conteudo-section-internas .esquerda-internas {
    width: 50%;
    float: left;
    overflow: hidden;
    border-right: 1px solid #ddd; }
    @media (max-width: 992px) {
      #section-quem-somos .conteudo-section-internas .esquerda-internas {
        width: 100%; } }
    #section-quem-somos .conteudo-section-internas .esquerda-internas .content {
      float: right;
      padding-left: 15px;
      padding-right: 25px;
      padding-top: 40px;
      padding-bottom: 40px;
      width: 61.5%; }
      @media (max-width: 1300px) {
        #section-quem-somos .conteudo-section-internas .esquerda-internas .content {
          width: 95%; } }
      @media (max-width: 992px) {
        #section-quem-somos .conteudo-section-internas .esquerda-internas .content {
          width: 100%;
          padding-right: 15px; } }
      @media (max-width: 767px) {
        #section-quem-somos .conteudo-section-internas .esquerda-internas .content {
          padding-right: 15px;
          padding-left: 15px;
          padding-top: 0px;
          padding-bottom: 0px; } }
  #section-quem-somos .conteudo-section-internas .direita-internas {
    width: 50%;
    float: left;
    overflow: hidden; }
    @media (max-width: 992px) {
      #section-quem-somos .conteudo-section-internas .direita-internas {
        width: 100%; } }
    #section-quem-somos .conteudo-section-internas .direita-internas .content {
      float: left;
      min-height: 600px;
      overflow: hidden; }
      @media (max-width: 992px) {
        #section-quem-somos .conteudo-section-internas .direita-internas .content {
          min-height: 420px; } }
      @media (max-width: 767px) {
        #section-quem-somos .conteudo-section-internas .direita-internas .content {
          min-height: 320px !important; } }
#section-quem-somos .conteudo-section-internas p {
  padding-bottom: 25px; }
#section-quem-somos .box {
  background-color: #fff;
  width: 100%;
  float: left;
  padding: 20px; }
  @media (max-width: 1199px) {
    #section-quem-somos .box {
      min-height: 250px; } }
  @media (max-width: 992px) {
    #section-quem-somos .box {
      min-height: auto;
      margin-bottom: 30px; } }
  #section-quem-somos .box h4 {
    width: 100%;
    float: left;
    color: #00778c;
    font-weight: bold;
    margin-top: 0px;
    font-size: 23px;
    text-align: center; }
  #section-quem-somos .box p, #section-quem-somos .box span {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    min-height: 130px; }
    @media (max-width: 992px) {
      #section-quem-somos .box p, #section-quem-somos .box span {
        min-height: auto; } }
#section-quem-somos #box-premios {
  width: 100%;
  float: left; }

#section-conheca-torres {
  background-image: url(../img/testes/torres/banner.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  width: 100%;
  float: left;
  overflow: hidden; }
  #section-conheca-torres #texto {
    width: 100%;
    float: left;
    padding-top: 200px; }
    @media (max-width: 992px) {
      #section-conheca-torres #texto {
        padding-top: 150px; } }
    #section-conheca-torres #texto h2 {
      background-color: #ff000000;
      color: #fff;
      font-size: 55px;
      float: left;
      clear: both;
      margin: 0px;
      padding: 10px 15px;
      font-weight: bold;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        #section-conheca-torres #texto h2 {
          font-size: 43px; } }
      @media (max-width: 992px) {
        #section-conheca-torres #texto h2 {
          float: none;
          display: block;
          width: fit-content;
          margin: 0px auto; } }
      @media (max-width: 767px) {
        #section-conheca-torres #texto h2 {
          font-size: 34px; } }
    #section-conheca-torres #texto h3 {
      background-color: #00778c;
      color: #fff;
      font-size: 28px;
      float: left;
      margin: 0px;
      margin-top: 10px;
      clear: both;
      padding: 10px 15px;
      font-weight: bold;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        #section-conheca-torres #texto h3 {
          font-size: 25px; } }
      @media (max-width: 992px) {
        #section-conheca-torres #texto h3 {
          float: none;
          display: block;
          width: fit-content;
          margin: 10px auto 0px; } }
      @media (max-width: 767px) {
        #section-conheca-torres #texto h3 {
          font-size: 20px; } }
    #section-conheca-torres #texto p {
      background-color: rgba(0, 0, 0, 0.4);
      width: 100%;
      float: left;
      padding: 20px;
      margin-top: 40px;
      overflow: hidden;
      font-size: 19px;
      color: #fff;
      text-shadow: 1px 1px 1px #000; }
      @media (max-width: 1199px) {
        #section-conheca-torres #texto p {
          font-size: 17px;
          margin-top: 30px; } }
      @media (max-width: 992px) {
        #section-conheca-torres #texto p {
          text-align: center;
          font-size: 20px; } }
      @media (max-width: 767px) {
        #section-conheca-torres #texto p {
          font-size: 17px; } }
  #section-conheca-torres #box-lugares {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    float: left;
    padding-top: 120px;
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 992px) {
      #section-conheca-torres #box-lugares {
        padding-top: 37px;
        padding-bottom: 37px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      #section-conheca-torres #box-lugares {
        padding-top: 18px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 18px; } }
    #section-conheca-torres #box-lugares p {
      width: 100%;
      float: left;
      padding-bottom: 20px;
      color: #fff;
      font-size: 20px;
      text-align: center; }
      @media (max-width: 1199px) {
        #section-conheca-torres #box-lugares p {
          padding-bottom: 12px;
          font-size: 17px; } }
      @media (max-width: 992px) {
        #section-conheca-torres #box-lugares p {
          font-size: 20px; } }
      @media (max-width: 767px) {
        #section-conheca-torres #box-lugares p {
          font-size: 16px; } }
    #section-conheca-torres #box-lugares #conteudo-lugares {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      overflow: hidden; }
    #section-conheca-torres #box-lugares .reg-local {
      width: 100%;
      float: left;
      overflow: hidden; }
      #section-conheca-torres #box-lugares .reg-local a {
        width: 100%;
        float: left;
        padding-bottom: 20px;
        overflow: hidden; }
        #section-conheca-torres #box-lugares .reg-local a .img {
          width: 100px;
          height: 100px;
          display: block;
          margin: 0px auto;
          overflow: hidden;
          border-radius: 50%; }
          @media (max-width: 1199px) {
            #section-conheca-torres #box-lugares .reg-local a .img {
              width: 80px;
              height: 80px; } }
          @media (max-width: 992px) {
            #section-conheca-torres #box-lugares .reg-local a .img {
              width: 130px;
              height: 130px; } }
          @media (max-width: 767px) {
            #section-conheca-torres #box-lugares .reg-local a .img {
              width: 90px;
              height: 90px; } }
          #section-conheca-torres #box-lugares .reg-local a .img img {
            width: 100%;
            float: left; }
        #section-conheca-torres #box-lugares .reg-local a span {
          width: 100%;
          float: left;
          padding-top: 10px;
          overflow: hidden;
          color: #fff;
          font-size: 17px;
          text-align: center; }
          @media (max-width: 1199px) {
            #section-conheca-torres #box-lugares .reg-local a span {
              font-size: 15px; } }
          @media (max-width: 992px) {
            #section-conheca-torres #box-lugares .reg-local a span {
              font-size: 20px; } }
          @media (max-width: 767px) {
            #section-conheca-torres #box-lugares .reg-local a span {
              font-size: 17px; } }

#filtro-noticias {
  float: right;
  margin-top: 21px; }
  @media (max-width: 1199px) {
    #filtro-noticias {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    #filtro-noticias {
      width: 100%;
      padding-left: 0px;
      margin-top: 5px; } }
  #filtro-noticias li {
    display: inline;
    float: left; }
    @media (max-width: 767px) {
      #filtro-noticias li {
        width: 33.333%; } }
    #filtro-noticias li a {
      border: 1px solid #fff;
      color: #fff;
      float: left;
      padding: 10px 15px 8px;
      text-transform: uppercase;
      transition: all 0.4s; }
      @media (max-width: 767px) {
        #filtro-noticias li a {
          width: 100%;
          text-align: center; } }
      #filtro-noticias li a.active {
        background-color: #fff;
        color: #ff000000; }
      #filtro-noticias li a:hover {
        background-color: #fff;
        color: #ff000000;
        text-decoration: none; }

#link-voltar {
  border: 1px solid #fff;
  color: #fff;
  float: right;
  margin-top: 20px;
  padding: 10px 15px 8px;
  text-transform: uppercase;
  transition: all 0.4s; }
  @media (max-width: 1199px) {
    #link-voltar {
      margin-top: 14px; } }
  @media (max-width: 767px) {
    #link-voltar {
      font-size: 13px;
      margin-top: 12px; } }
  #link-voltar:hover {
    background-color: #fff;
    color: #ff000000;
    text-decoration: none; }

.reg-noticias-int {
  float: left;
  overflow: hidden;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .reg-noticias-int {
      margin-bottom: 20px;
      border-bottom: 1px solid #eee; } }
  .reg-noticias-int a {
    float: left; }
  .reg-noticias-int:hover figure .img-reg-noticias img {
    transform: scale(1.1); }
  .reg-noticias-int:hover .dados-cuidador-noticias {
    background-color: #D78D48; }
  .reg-noticias-int .img {
    width: 100%;
    float: left;
    overflow: hidden; }
    .reg-noticias-int .img span {
      float: left;
      padding: 6px 10px;
      background-color: #00778c;
      color: #FFF;
      position: absolute;
      z-index: 99;
      overflow: hidden; }
    .reg-noticias-int .img figure {
      width: 100%;
      float: left; }
      .reg-noticias-int .img figure img {
        width: 100%;
        float: left; }
  .reg-noticias-int .texto {
    width: 100%;
    min-height: 190px;
    float: left;
    padding-top: 15px; }
    @media (max-width: 1199px) {
      .reg-noticias-int .texto {
        min-height: 230px; } }
    @media (max-width: 767px) {
      .reg-noticias-int .texto {
        min-height: auto; } }
    .reg-noticias-int .texto h3 {
      width: 100%;
      float: left;
      font-size: 18px;
      margin-top: 0px;
      padding-bottom: 5px;
      padding-right: 10px;
      color: #ff000000;
      font-weight: bold; }
    .reg-noticias-int .texto p {
      font-size: 12px;
      width: 100%;
      float: left;
      color: #666;
      padding-top: 15px;
      border-top: 1px solid #ddd; }

#conteudo-post span {
  color: #666;
  padding-bottom: 4px;
  border-bottom: 2px solid #00778c; }
#conteudo-post h2 {
  margin-bottom: 0px;
  overflow: hidden;
  color: #ff000000;
  font-size: 35px; }
#conteudo-post h3 {
  padding: 20px 0 15px;
  border-top: 1px solid #ddd;
  color: #666;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.4; }
#conteudo-post .social-media {
  padding: 0;
  margin: 15px 0 0; }
  #conteudo-post .social-media li {
    display: inline-block;
    list-style-type: none;
    margin-right: 5px; }
    #conteudo-post .social-media li .ico-social {
      color: #fff;
      padding: 0;
      display: block;
      border-radius: 4px;
      transition: all 0.4s; }
      #conteudo-post .social-media li .ico-social.ico-facebook {
        background: #3A589A; }
        #conteudo-post .social-media li .ico-social.ico-facebook:hover {
          background: #204086; }
      #conteudo-post .social-media li .ico-social.ico-twitter {
        background: #0085E0; }
        #conteudo-post .social-media li .ico-social.ico-twitter:hover {
          background: #0974bd; }
      #conteudo-post .social-media li .ico-social.ico-google {
        background: #DF4A33; }
        #conteudo-post .social-media li .ico-social.ico-google:hover {
          background: #bf351f; }
      #conteudo-post .social-media li .ico-social span {
        border: 0;
        color: #fff;
        display: inline-block;
        padding: 0 25px 0 15px; }
      #conteudo-post .social-media li .ico-social i.fa {
        width: 40px;
        padding: 10px;
        text-align: center;
        border-right: 1px solid rgba(255, 255, 255, 0.16); }
@media (max-width: 990px) {
  #conteudo-post h2 {
    font-size: 28px; }
  #conteudo-post h3 {
    font-size: 16px;
    padding: 15px 0 10px; }
  #conteudo-post #texto-post p {
    font-size: 14px;
    padding-bottom: 5px; } }
@media (max-width: 580px) {
  #conteudo-post h2 {
    font-size: 22px; }
  #conteudo-post h3 {
    font-size: 14px; } }

#imagem-post {
  margin-top: 10px; }
  #imagem-post img {
    width: 100%; }

#texto-post {
  padding-top: 0px; }
  #texto-post p {
    color: #666;
    font-size: 17px;
    padding-bottom: 15px; }

#box-posts-autor-post {
  width: 100%;
  float: left;
  margin-top: 20px;
  overflow: hidden; }
  @media (max-width: 992px) {
    #box-posts-autor-post {
      margin-bottom: 40px; } }
  #box-posts-autor-post h4 {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-weight: bold; }
    @media (max-width: 992px) {
      #box-posts-autor-post h4 {
        padding-bottom: 15px;
        margin-bottom: 10px; } }
  #box-posts-autor-post .reg-posts-semelhantes {
    width: 100%;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #ddd; }
    #box-posts-autor-post .reg-posts-semelhantes:last-child {
      border-bottom: 0px; }
    #box-posts-autor-post .reg-posts-semelhantes a {
      width: 100%;
      float: left;
      overflow: hidden; }
      #box-posts-autor-post .reg-posts-semelhantes a .img-reg-posts-semelhantes {
        width: 120px;
        float: left;
        overflow: hidden;
        transition: all 0.4s; }
        #box-posts-autor-post .reg-posts-semelhantes a .img-reg-posts-semelhantes img {
          transition: all 0.4s;
          width: 100%;
          float: left; }
      #box-posts-autor-post .reg-posts-semelhantes a span {
        width: calc(100% - 120px);
        float: left;
        color: #666;
        font-size: 13px;
        padding-left: 10px; }
      #box-posts-autor-post .reg-posts-semelhantes a h3 {
        width: calc(100% - 120px);
        float: left;
        margin-top: 5px;
        padding-left: 10px;
        font-size: 14px;
        line-height: 1.4;
        color: #00778c;
        transition: all 0.4s;
        font-weight: bold; }
      #box-posts-autor-post .reg-posts-semelhantes a:hover .img-reg-posts-semelhantes img {
        transform: scale(1.1); }
      #box-posts-autor-post .reg-posts-semelhantes a:hover h3 {
        color: #ff000000; }

.fb-comments {
  width: 100%;
  float: left;
  margin-bottom: 50px; }
  .fb-comments span {
    padding-left: 0px;
    padding-right: 0px; }

/* ##### BLOG ###### */
/* CONTATO */
#section-contato .conteudo-section-internas {
  padding-top: 0px; }
  #section-contato .conteudo-section-internas .esquerda-internas {
    width: 50%;
    float: left;
    overflow: hidden;
    border-right: 1px solid #ddd; }
    @media (max-width: 992px) {
      #section-contato .conteudo-section-internas .esquerda-internas {
        width: 100%; } }
    #section-contato .conteudo-section-internas .esquerda-internas .content {
      float: right;
      padding-left: 15px;
      padding-right: 25px;
      padding-top: 40px;
      padding-bottom: 40px;
      width: 66%; }
      @media (max-width: 1300px) {
        #section-contato .conteudo-section-internas .esquerda-internas .content {
          width: 95%; } }
      @media (max-width: 992px) {
        #section-contato .conteudo-section-internas .esquerda-internas .content {
          width: 100%;
          padding-right: 15px; } }
      @media (max-width: 767px) {
        #section-contato .conteudo-section-internas .esquerda-internas .content {
          padding-right: 5px;
          padding-left: 5px; } }
      #section-contato .conteudo-section-internas .esquerda-internas .content #form-contato {
        max-width: 500px;
        display: block;
        margin: 20px auto 40px; }
        @media (max-width: 992px) {
          #section-contato .conteudo-section-internas .esquerda-internas .content #form-contato {
            max-width: 100%;
            padding-left: 15px;
            padding-right: 15px; } }
        #section-contato .conteudo-section-internas .esquerda-internas .content #form-contato .form-control {
          border-radius: 0px !important;
          height: 45px; }
          @media (max-width: 1199px) {
            #section-contato .conteudo-section-internas .esquerda-internas .content #form-contato .form-control {
              height: 38px; } }
        #section-contato .conteudo-section-internas .esquerda-internas .content #form-contato textarea {
          height: 120px !important; }
        #section-contato .conteudo-section-internas .esquerda-internas .content #form-contato .form-group {
          margin-bottom: 6px; }
        #section-contato .conteudo-section-internas .esquerda-internas .content #form-contato .btn-form {
          float: right;
          margin-top: 15px;
          background-color: #ff000000;
          color: #FFF;
          border-radius: 0;
          border: none;
          font-weight: bold;
          transition: all .2s;
          text-transform: uppercase;
          font-size: 23px; }
          #section-contato .conteudo-section-internas .esquerda-internas .content #form-contato .btn-form:hover {
            background-color: #00778c;
            color: #FFF; }
  #section-contato .conteudo-section-internas .direita-internas {
    width: 50%;
    float: left;
    overflow: hidden; }
    @media (max-width: 992px) {
      #section-contato .conteudo-section-internas .direita-internas {
        width: 100%; } }
    #section-contato .conteudo-section-internas .direita-internas .content {
      float: left;
      min-height: 600px;
      overflow: hidden; }
      @media (max-width: 992px) {
        #section-contato .conteudo-section-internas .direita-internas .content {
          min-height: 420px; } }
      @media (max-width: 767px) {
        #section-contato .conteudo-section-internas .direita-internas .content {
          min-height: 320px !important; } }

/* ##### AREA DO CORRETOR ###### */
.reg-arquivo {
  background-color: #f2f2f2;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  border: 1px solid #ddd; }
  .reg-arquivo:hover {
    background-color: #eee; }
  .reg-arquivo .icone-reg-arquivo {
    width: 60px;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    height: 50px; }
    .reg-arquivo .icone-reg-arquivo img {
      text-indent: initial; }
  .reg-arquivo .nome-reg-arquivo {
    float: left;
    padding-top: 15px;
    color: #00778c; }

/* ##### AREA DO CORRETOR ###### */
#assinatura {
  padding: 2em 0 6em 0;
  overflow: hidden;
  float: left;
  width: 100%; }
  #assinatura .assinatura-desenv {
    padding: 2em 0 0 0;
    font-size: 0.7em;
    color: #b3b7c0;
    font-family: 'GillSans'; }
    @media screen and (max-width: 992px) {
      #assinatura .assinatura-desenv {
        text-align: center !important; } }
  #assinatura .logo-mivita {
    padding: 0; }
    @media screen and (max-width: 992px) {
      #assinatura .logo-mivita {
        text-align: center; } }

.reg-empreendimento {
  width: 100%;
  height: 530px;
  float: left;
  overflow: hidden; }
  @media (max-width: 767px) {
    .reg-empreendimento {
      padding-bottom: 10px;
      border-bottom: 1px solid #eee;
      margin-bottom: 5px; } }
  .reg-empreendimento:hover .img figure img {
    transform: scale(1.1); }
  .reg-empreendimento .titulo {
    width: 100%;
    float: left;
    padding-top: 20px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .reg-empreendimento .titulo {
        padding-top: 5px; } }
    .reg-empreendimento .titulo a {
      width: 100%;
      float: left;
      padding-top: 12px;
      padding-bottom: 8px; }
      .reg-empreendimento .titulo a h3 {
        width: 100%;
        float: left;
        margin: 0px;
        padding-bottom: 3px;
        color: #ff000000;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold; }
      .reg-empreendimento .titulo a span {
        width: 100%;
        float: left;
        color: #00778c;
        font-size: 14px;
        font-style: italic; }
  .reg-empreendimento .img {
    width: 100%;
    float: left;
    overflow: hidden; }
    .reg-empreendimento .img .faixa-lancamento {
      float: left;
      margin-right: 0px;
      position: absolute;
      padding: 7px 10px 5px;
      color: #fff;
      right: 0px;
      background-color: #ff000000;
      font-size: 13px;
      z-index: 9; }
      @media (max-width: 1300px) {
        .reg-empreendimento .img .faixa-lancamento {
          margin-right: 15px; } }
      @media (max-width: 992px) {
        .reg-empreendimento .img .faixa-lancamento {
          margin-right: 0px; } }
      @media (max-width: 767px) {
        .reg-empreendimento .img .faixa-lancamento {
          margin-right: 15px; } }
      .reg-empreendimento .img .faixa-lancamento i {
        float: left; }
      .reg-empreendimento .img .faixa-lancamento span {
        padding-left: 6px;
        float: left;
        text-transform: uppercase; }
    .reg-empreendimento .img figure {
      width: 100%;
      float: left; }
      .reg-empreendimento .img figure img {
        width: 100%;
        float: left;
        transition: all 0.4s; }
  .reg-empreendimento .botoes {
    width: 100%;
    float: left;
    overflow: hidden;
    border: 1px solid #00778c; }
    .reg-empreendimento .botoes.btn-1 a {
      width: 100%; }
    .reg-empreendimento .botoes.btn-2 a {
      width: 50%; }
    .reg-empreendimento .botoes .video {
      padding-top: 0px !important; }
      .reg-empreendimento .botoes .video a {
        width: 100% !important; }
    .reg-empreendimento .botoes a, .reg-empreendimento .botoes .video {
      width: 33.3333%;
      height: 33px;
      float: left;
      padding-top: 7px;
      text-align: center;
      border-right: 1px solid #00778c;
      transition: all 0.4s; }
      .reg-empreendimento .botoes a:hover, .reg-empreendimento .botoes .video:hover {
        background-color: #00778c;
        text-decoration: none !important; }
        .reg-empreendimento .botoes a:hover i, .reg-empreendimento .botoes .video:hover i {
          color: #fff; }
        .reg-empreendimento .botoes a:hover span, .reg-empreendimento .botoes .video:hover span {
          color: #fff; }
      .reg-empreendimento .botoes a i, .reg-empreendimento .botoes .video i {
        color: #00778c;
        font-size: 12px;
        transition: all 0.4s; }
      .reg-empreendimento .botoes a span, .reg-empreendimento .botoes .video span {
        color: #00778c;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        transition: all 0.4s; }
        @media (max-width: 1200px) {
          .reg-empreendimento .botoes a span, .reg-empreendimento .botoes .video span {
            font-size: 13px; } }
      .reg-empreendimento .botoes a:last-child, .reg-empreendimento .botoes .video:last-child {
        border-right: 0px; }
  .reg-empreendimento .info {
    width: 100%;
    float: left;
    overflow: hidden;
    padding-top: 16px;
    padding-bottom: 30px; }
    .reg-empreendimento .info > div {
      width: fit-content;
      display: block;
      margin: 0px auto;
      color: #ff000000;
      font-size: 14px;
      text-transform: uppercase; }
      .reg-empreendimento .info > div i {
        float: left;
        margin-top: 10px; }
        .reg-empreendimento .info > div i.qto {
          background-image: url(../img/sprites.png);
          background-position: -63px -163px;
          width: 18px;
          height: 15px;
          margin-top: 12px; }
        .reg-empreendimento .info > div i.localizacao {
          background-image: url(../img/sprites.png);
          background-position: -249px -95px;
          width: 16px;
          height: 18px; }
      .reg-empreendimento .info > div span {
        float: left;
        padding-left: 7px;
        padding-top: 14px;
        padding-right: 5px;
        font-size: 12px; }
  .reg-empreendimento .status {
    width: 100%;
    float: left;
    overflow: hidden; }
    .reg-empreendimento .status span {
      width: 28%;
      float: left;
      color: #5D6C79;
      font-size: 12px;
      text-transform: uppercase; }
      .reg-empreendimento .status span div {
        float: left; }
    .reg-empreendimento .status > div {
      background-color: #E9ECEF;
      width: 72%;
      height: 14px;
      float: left;
      overflow: hidden; }
      .reg-empreendimento .status > div .status {
        background-color: #ff000000;
        width: 0px;
        height: 14px;
        float: left;
        overflow: hidden; }
  .reg-empreendimento .texto {
    width: 100%;
    float: left;
    padding-top: 25px; }
    .reg-empreendimento .texto p {
      color: #5D6C79;
      font-size: 14px;
      text-align: center; }

/* ##### EMPREENDIMENTO - DETALHES ###### */
#section-detalhes-imovel {
  width: 100%;
  float: left;
  overflow: hidden; }
  #section-detalhes-imovel #box-banner-imovel {
    background-size: auto 100%;
    background-position: center;
    background-color: #333;
    width: 100%;
    height: 600px;
    float: left;
    overflow: hidden; }
    @media (max-width: 1500px) {
      #section-detalhes-imovel #box-banner-imovel {
        height: 470px; } }
    @media (max-width: 1300px) {
      #section-detalhes-imovel #box-banner-imovel {
        height: 533px; } }
    @media (max-width: 1199px) {
      #section-detalhes-imovel #box-banner-imovel {
        height: 373px; } }
    @media (max-width: 992px) {
      #section-detalhes-imovel #box-banner-imovel {
        height: 340px; } }
    @media (max-width: 767px) {
      #section-detalhes-imovel #box-banner-imovel {
        margin-top: 83px;
        height: 180px; } }
  #section-detalhes-imovel #box-titulo-imovel {
    background-color: rgba(255, 0, 0, 0.6);
    width: 100%;
    height: 141px;
    float: left;
    margin-top: -141px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1500px) {
      #section-detalhes-imovel #box-titulo-imovel {
        height: 126px;
        margin-top: -126px; } }
    @media (max-width: 1199px) {
      #section-detalhes-imovel #box-titulo-imovel {
        height: 114px;
        margin-top: -114px; } }
    @media (max-width: 992px) {
      #section-detalhes-imovel #box-titulo-imovel {
        margin-top: 0px;
        background-color: #ff000000;
        height: auto;
        padding-bottom: 15px; } }
    @media (max-width: 767px) {
      #section-detalhes-imovel #box-titulo-imovel {
        padding-bottom: 0px; } }
    #section-detalhes-imovel #box-titulo-imovel #info-titulo {
      width: 100%;
      float: left;
      padding-top: 25px;
      overflow: hidden; }
      @media (max-width: 1500px) {
        #section-detalhes-imovel #box-titulo-imovel #info-titulo {
          padding-top: 16px; } }
      #section-detalhes-imovel #box-titulo-imovel #info-titulo span {
        width: 100%;
        float: left;
        padding-bottom: 5px;
        overflow: hidden;
        color: #fff;
        font-size: 19px;
        font-weight: lighter;
        line-height: 21px; }
        @media (max-width: 1199px) {
          #section-detalhes-imovel #box-titulo-imovel #info-titulo span {
            font-size: 16px; } }
      #section-detalhes-imovel #box-titulo-imovel #info-titulo h2 {
        width: 100%;
        float: left;
        margin: 0px;
        overflow: hidden;
        font-size: 40px;
        color: #fff;
        font-weight: bold; }
        @media (max-width: 1500px) {
          #section-detalhes-imovel #box-titulo-imovel #info-titulo h2 {
            font-size: 36px; } }
        @media (max-width: 1199px) {
          #section-detalhes-imovel #box-titulo-imovel #info-titulo h2 {
            font-size: 30px; } }
        @media (max-width: 767px) {
          #section-detalhes-imovel #box-titulo-imovel #info-titulo h2 {
            font-size: 24px; } }
      #section-detalhes-imovel #box-titulo-imovel #info-titulo strong {
        width: 100%;
        float: left;
        padding-bottom: 2px;
        overflow: hidden;
        color: #fff;
        font-size: 23px;
        line-height: 25px; }
        @media (max-width: 1500px) {
          #section-detalhes-imovel #box-titulo-imovel #info-titulo strong {
            font-size: 20px; } }
        @media (max-width: 1199px) {
          #section-detalhes-imovel #box-titulo-imovel #info-titulo strong {
            font-size: 17px; } }
        @media (max-width: 767px) {
          #section-detalhes-imovel #box-titulo-imovel #info-titulo strong {
            font-size: 15px; } }
    #section-detalhes-imovel #box-titulo-imovel #envolve-topicos {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-top: 25px;
      overflow: hidden; }
      @media (max-width: 1500px) {
        #section-detalhes-imovel #box-titulo-imovel #envolve-topicos {
          padding-top: 16px; } }
      @media (max-width: 1199px) {
        #section-detalhes-imovel #box-titulo-imovel #envolve-topicos {
          padding-top: 10px; } }
      @media (max-width: 992px) {
        #section-detalhes-imovel #box-titulo-imovel #envolve-topicos {
          background-color: #AD0C0C;
          padding-left: 20px;
          margin-top: 20px;
          padding-top: 20px;
          padding-bottom: 20px; } }
      @media (max-width: 767px) {
        #section-detalhes-imovel #box-titulo-imovel #envolve-topicos {
          width: calc(100% + 30px);
          margin-left: -15px;
          margin-right: -15px; } }
      #section-detalhes-imovel #box-titulo-imovel #envolve-topicos .icon-detalhes-imovel {
        width: 100%;
        float: left;
        overflow: hidden; }
        @media (max-width: 992px) {
          #section-detalhes-imovel #box-titulo-imovel #envolve-topicos .icon-detalhes-imovel {
            width: 33.333%; } }
        @media (max-width: 767px) {
          #section-detalhes-imovel #box-titulo-imovel #envolve-topicos .icon-detalhes-imovel {
            width: 100%;
            padding-bottom: 3px; } }
        #section-detalhes-imovel #box-titulo-imovel #envolve-topicos .icon-detalhes-imovel i {
          float: left; }
          #section-detalhes-imovel #box-titulo-imovel #envolve-topicos .icon-detalhes-imovel i.qtos2 {
            background-image: url(../img/sprites.png);
            background-position: -135px -129px;
            width: 33px;
            height: 33px; }
          #section-detalhes-imovel #box-titulo-imovel #envolve-topicos .icon-detalhes-imovel i.metragem {
            background-image: url(../img/sprites.png);
            background-position: -102px -129px;
            width: 33px;
            height: 33px; }
          #section-detalhes-imovel #box-titulo-imovel #envolve-topicos .icon-detalhes-imovel i.vagas {
            background-image: url(../img/sprites.png);
            background-position: -168px -129px;
            width: 33px;
            height: 33px; }
        #section-detalhes-imovel #box-titulo-imovel #envolve-topicos .icon-detalhes-imovel span {
          float: left;
          padding-left: 10px;
          padding-top: 8px;
          font-size: 15px;
          color: #fff; }
  #section-detalhes-imovel #box-menu-imovel {
    background-color: #00778c;
    width: 100%;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden; }
    @media (max-width: 767px) {
      #section-detalhes-imovel #box-menu-imovel {
        display: none; } }
    #section-detalhes-imovel #box-menu-imovel #menu-imovel {
      margin-left: -8px;
      margin-right: -8px;
      padding-left: 0px; }
      #section-detalhes-imovel #box-menu-imovel #menu-imovel li {
        width: 20%;
        display: inline;
        float: left;
        padding-left: 8px;
        padding-right: 8px;
        list-style: none; }
        #section-detalhes-imovel #box-menu-imovel #menu-imovel li a {
          background-color: #333;
          width: 100%;
          height: 60px;
          float: left;
          color: #fff;
          font-size: 17px;
          font-weight: bold;
          line-height: 60px;
          text-align: center;
          overflow: hidden;
          transition: all 0.4s;
          text-decoration: none;
          text-transform: uppercase; }
          @media (max-width: 1199px) {
            #section-detalhes-imovel #box-menu-imovel #menu-imovel li a {
              height: 50px;
              line-height: 53px;
              font-size: 15px; } }
          #section-detalhes-imovel #box-menu-imovel #menu-imovel li a:hover {
            background-color: #ff000000; }
  #section-detalhes-imovel #lateral-links {
    width: 100%;
    max-width: 317px;
    float: right;
    padding-top: 43px; }
    #section-detalhes-imovel #lateral-links > a {
      background-color: #00778c;
      width: 100%;
      height: 60px;
      line-height: 60px;
      text-align: center;
      float: left;
      margin-bottom: 8px;
      color: #fff;
      font-size: 24px;
      border-radius: 0px !important;
      transition: all 0.4s; }
      #section-detalhes-imovel #lateral-links > a:hover {
        background-color: #ff000000;
        text-decoration: none; }
  #section-detalhes-imovel #box-visao-geral-imovel {
    width: 100%;
    float: left;
    overflow: hidden; }
    #section-detalhes-imovel #box-visao-geral-imovel h3 {
      float: left;
      margin-top: 40px;
      font-size: 45px;
      font-weight: bolder;
      color: #4A4C4E; }
      @media (max-width: 767px) {
        #section-detalhes-imovel #box-visao-geral-imovel h3 {
          width: 100%;
          font-size: 33px;
          text-align: center; } }
    #section-detalhes-imovel #box-visao-geral-imovel .texto {
      width: 100%;
      float: left;
      padding-top: 10px;
      padding-bottom: 40px;
      overflow: hidden; }
      #section-detalhes-imovel #box-visao-geral-imovel .texto p {
        font-size: 16px;
        color: #757575; }

#texto-box-detalhes-imovel {
  width: 100%;
  float: left;
  overflow: hidden;
  padding-top: 60px;
  padding-left: 30px;
  padding-bottom: 30px; }
  #texto-box-detalhes-imovel p {
    font-size: 16px; }
  #texto-box-detalhes-imovel ul {
    padding-left: 18px; }
    #texto-box-detalhes-imovel ul li {
      font-size: 16px; }
  #texto-box-detalhes-imovel #btn-memorial-descritivo {
    background-color: #FF9511;
    width: 302px;
    height: 62px;
    float: left;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-top: 12px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-transform: uppercase;
    box-shadow: 3px 3px 0px #FA7700;
    transition: all 0.4s; }
    #texto-box-detalhes-imovel #btn-memorial-descritivo:hover {
      background-color: #FA7700;
      box-shadow: 3px 3px 0px #FF9511;
      text-decoration: none; }
    #texto-box-detalhes-imovel #btn-memorial-descritivo span {
      float: left;
      padding-top: 6px;
      padding-left: 15px;
      padding-right: 15px; }
    #texto-box-detalhes-imovel #btn-memorial-descritivo img {
      float: left; }

.box-conteudo-imovel {
  width: 100%;
  float: left;
  overflow: hidden; }
  .box-conteudo-imovel .header-box-conteudo-imovel {
    background-color: #00778c;
    width: 100%;
    height: 120px;
    float: left;
    padding-top: 15px;
    overflow: hidden; }
    @media (max-width: 1199px) {
      .box-conteudo-imovel .header-box-conteudo-imovel {
        height: 90px;
        padding-top: 3px; } }
    @media (max-width: 767px) {
      .box-conteudo-imovel .header-box-conteudo-imovel {
        height: 77px; } }
    .box-conteudo-imovel .header-box-conteudo-imovel h3 {
      font-weight: lighter;
      color: #fff;
      font-size: 48px; }
      @media (max-width: 1199px) {
        .box-conteudo-imovel .header-box-conteudo-imovel h3 {
          font-size: 42px; } }
      @media (max-width: 767px) {
        .box-conteudo-imovel .header-box-conteudo-imovel h3 {
          font-size: 33px; } }
    .box-conteudo-imovel .header-box-conteudo-imovel address {
      float: right;
      color: #fff;
      padding-top: 30px;
      font-size: 20px; }
  .box-conteudo-imovel .conteudo-box-conteudo-imovel {
    width: 100%;
    float: left;
    overflow: hidden; }
    .box-conteudo-imovel .conteudo-box-conteudo-imovel #map {
      background-color: #ddd;
      width: 100%;
      height: 500px;
      float: left;
      overflow: hidden; }
      @media (max-width: 1199px) {
        .box-conteudo-imovel .conteudo-box-conteudo-imovel #map {
          height: 400px; } }

#conteudo-video {
  width: 100%;
  max-width: 900px;
  display: block;
  padding-top: 40px;
  padding-bottom: 60px;
  margin: 0px auto; }
  @media (max-width: 1199px) {
    #conteudo-video {
      max-width: 660px; } }

#galeria-fotos,
#galeria-plantas {
  width: 100%;
  float: left;
  padding-top: 40px;
  padding-bottom: 30px; }

.reg-fotos {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-bottom: 30px;
  border: 2px solid #eee; }
  .reg-fotos img {
    width: 100%;
    float: left; }

/* ####### ESTAGIO OBRA ###### */
#section-status-obra .container-andamento {
  width: 700px;
  display: block;
  margin: 0px auto;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    #section-status-obra .container-andamento {
      width: 100%; } }
#section-status-obra .reg-estagio-obra {
  width: 100%;
  float: left;
  margin-bottom: 13px; }
  #section-status-obra .reg-estagio-obra.geral .reg-grafico-estagio {
    width: 100%;
    height: 60px;
    margin-left: 0px; }
    #section-status-obra .reg-estagio-obra.geral .reg-grafico-estagio .titulo-estagio-obra {
      padding-left: 33px;
      font-size: 30px;
      padding-top: 10px; }
    #section-status-obra .reg-estagio-obra.geral .reg-grafico-estagio .img {
      height: 60px; }
  #section-status-obra .reg-estagio-obra.geral .label {
    margin-left: -106px;
    padding-top: 15px;
    font-size: 30px; }
  #section-status-obra .reg-estagio-obra .reg-grafico-estagio {
    background-color: #ff000000;
    width: calc(100% - 38px);
    height: 31px;
    margin-left: 10px;
    float: left;
    border-radius: 32px;
    overflow: hidden; }
    @media (max-width: 767px) {
      #section-status-obra .reg-estagio-obra .reg-grafico-estagio {
        margin-bottom: 7px;
        margin-bottom: 21px; } }
    #section-status-obra .reg-estagio-obra .reg-grafico-estagio .titulo-estagio-obra {
      float: left;
      padding-left: 13px;
      position: absolute;
      font-size: 14px;
      color: #fff;
      padding-top: 6px; }
    #section-status-obra .reg-estagio-obra .reg-grafico-estagio .img {
      background-color: #00778c;
      max-width: 100%;
      height: 31px;
      float: left;
      transition: all 0.1s; }
  #section-status-obra .reg-estagio-obra .label {
    width: 60px;
    font-size: 16px;
    color: #fff;
    text-align: right;
    float: left;
    margin-left: -60px;
    position: absolute;
    padding-top: 6px; }

/* ####### ESTAGIO OBRA ###### */
/* ##### EMPREENDIMENTO - DETALHES ###### */
.modal-content .form-group {
  margin-bottom: 6px; }

/*# sourceMappingURL=styles.min.css.map */













.reg-tabela-vendas{
    background-color:#F9F9F9;
    width:100%;
    float:left;
    margin-bottom:15px;
    overflow:hidden;
    border:1px solid #EEE;
}

.reg-tabela-vendas h3{
    width:calc(100% - 115px);
    font-size:20px !important;
    float:left;
    text-align:left !important;
    margin-top:15px;
    margin-bottom:5px;
    padding-bottom:0px !important;
    margin-left:15px;
    color:#245a66;
    font-weight:bold;

}

.img-reg-tabela-vendas{
    background-color:#fff;
    height:100px;
    float:left;
    width:100px;
    padding-left:5px;
    padding-right:5px;
    overflow:hidden;
}

.img-reg-tabela-vendas img{
    margin-top:20%;
    display: block;
    max-width: 100%;
    height: auto;

}

.reg-tabela-vendas span{
    width:calc(100% - 115px);
    font-size:12px !important;
    float:left;
    color:#000;
    margin-top:0px;
    margin-left:15px;
}

.reg-tabela-vendas i{
    width:calc(100% - 115px);
    font-size:11px !important;
    float:left;
    color:#333;
    margin-top:18px;
    margin-left:15px;
    margin-bottom:5px;
}





