.section-134 {
  margin-top: calc(84px + 12px);
  float: none; }
  @media screen and (max-width: 1200px) {
    .section-134 {
      margin-top: calc(84px + 33px); } }
  @media (max-width: 767px) {
    .section-134 {
      margin-top: calc(60px); } }
  .section-134 .bg-section-134 {
    height: 500px; }
    @media screen and (max-width: 768px) {
      .section-134 .bg-section-134 {
        height: auto;
        padding: 20px 0; } }
  .section-134 .link-video {
    position: relative;
    display: block;
    margin: 0 0 20px 0; }
    @media (max-width: 1024px) {
      .section-134 .link-video {
        width: 100%;
        margin: 0 0 40px; }
        .section-134 .link-video img {
          width: 100%; } }
    .section-134 .link-video::before {
      content: "";
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.48);
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
    .section-134 .link-video svg {
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -49px 0 0 -49px;
      z-index: 2;
      transition: all 0.4s; }
    .section-134 .link-video:hover svg {
      margin: -100px 0 0 -100px;
      width: 200px;
      height: 200px; }

.h1-content-bg-section-134 {
  font-family: Roboto;
  font-weight: 900;
  font-size: 70px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
  text-align: center;
  float: none; }
  @media screen and (max-width: 1024px) {
    .h1-content-bg-section-134 {
      font-size: 40px;
      line-height: 40px; } }

#formulario {
  max-width: 480px;
  float: right; }

form.form-padrao .form-group > div.mt-3 {
  margin: 0 auto !important; }

.form-padrao .msg {
  font-size: 25px;
  text-align: center;
  display: block;
  color: #fff;
  display: block;
  margin: 0 0 10px 10px; }

.form-padrao .form-group.row {
  display: flex;
  align-items: center;
  margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
    .form-padrao .form-group.row.bt {
      display: block;
      width: 100%; }
      .form-padrao .form-group.row.bt > div {
        width: 100%;
        max-width: 100%; } }

.form-padrao .form-group > div {
  padding: 0 8px; }
  .form-padrao .form-group > div .form-control {
    border-radius: 15px 0; }

.form-padrao .form-group__recaptcha {
  align-items: center; }

.form-padrao .col-select {
  position: relative;
  width: 100%;
  height: 100%; }
  .form-padrao .col-select::before {
    position: absolute;
    display: block;
    content: "";
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #212121;
    margin: -3px 7px 0 0; }
  .form-padrao .col-select select {
    appearance: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    background: #fff;
    border-radius: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #ced4da; }
    .form-padrao .col-select select:invalid {
      color: #6c757d; }
    .form-padrao .col-select select option[value=""][disabled] {
      display: none; }
    .form-padrao .col-select select option {
      color: #6c757d; }

.form-padrao button {
  margin: 0 auto;
  height: 30px;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: none; }

.form-padrao .btn-enviar {
  align-items: center;
  background: none;
  color: inherit;
  border: 1px solid #ce2559;
  background-color: #ce2559;
  text-align: center;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  padding: 17px 9px;
  font-weight: 100;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  /*min-width: 216px;*/
  overflow: hidden;
  margin: 0 auto !important;
  border: none;
  height: 76px;
  width: calc(100% - 54px);
  float: right; }

.form-padrao .btn-padrao i {
  color: #fff;
  margin-left: 13px; }

.form-padrao .btn-padrao:hover i {
  color: #fff; }

#section-caracteristicas {
  background-color: #D8D8D8; }
  #section-caracteristicas .lista-caracteristicas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0; }
    #section-caracteristicas .lista-caracteristicas span {
      padding: 0 13px;
      font-weight: 900;
      font-size: 20px;
      text-align: left;
      color: #932447; }

#section-detalhe .container {
  padding: 0;
  width: 1900px;
  max-width: 100%; }

#section-detalhe .colunas {
  display: flex;
  flex-wrap: wrap; }
  #section-detalhe .colunas .item-coluna {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 1440px) {
      #section-detalhe .colunas .item-coluna {
        align-items: initial; } }
    @media screen and (max-width: 768px) {
      #section-detalhe .colunas .item-coluna {
        display: block;
        width: 100%; } }
    #section-detalhe .colunas .item-coluna.img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #section-detalhe .colunas .item-coluna.texto {
      padding: 0 10px;
      width: calc(1140px / 2); }
      @media screen and (max-width: 1440px) {
        #section-detalhe .colunas .item-coluna.texto {
          width: 50%; } }
      @media screen and (max-width: 768px) {
        #section-detalhe .colunas .item-coluna.texto {
          width: 100%; } }
      #section-detalhe .colunas .item-coluna.texto .box-icones {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px; }
        #section-detalhe .colunas .item-coluna.texto .box-icones .item-icone {
          width: 33.33%;
          margin-bottom: 25px; }
          @media screen and (max-width: 480px) {
            #section-detalhe .colunas .item-coluna.texto .box-icones .item-icone {
              display: block;
              width: 100%; } }
          #section-detalhe .colunas .item-coluna.texto .box-icones .item-icone .ico {
            border-radius: 100px;
            border: 1px solid #ccc;
            padding: 20px;
            width: 80px;
            height: 80px;
            display: block;
            margin: 0 auto; }
          #section-detalhe .colunas .item-coluna.texto .box-icones .item-icone img {
            margin: 0 auto;
            display: block;
            width: 100%; }
          #section-detalhe .colunas .item-coluna.texto .box-icones .item-icone span {
            display: block;
            font-family: Roboto;
            font-weight: normal;
            font-size: 15px;
            line-height: 18px;
            text-align: center;
            color: #932447;
            padding: 0 10px;
            margin-top: 8px; }
      #section-detalhe .colunas .item-coluna.texto .box-texto {
        margin: 0 20px; }
        #section-detalhe .colunas .item-coluna.texto .box-texto p {
          font-family: Roboto;
          font-weight: normal;
          font-size: 17px;
          line-height: 20px;
          text-align: center;
          color: #932447; }

#section-fotos {
  margin-bottom: 40px; }
  #section-fotos .container {
    padding: 0;
    width: 1900px;
    max-width: 100%; }
  #section-fotos h2 {
    font-weight: normal;
    font-size: 48px;
    text-align: center;
    color: #932447;
    padding: 20px 0; }
  #section-fotos .slick-slide img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    padding: 5px; }
  #section-fotos .lista-fotos {
    position: relative; }
    #section-fotos .lista-fotos svg {
      position: absolute;
      top: 50%;
      margin-top: -34px;
      z-index: 1; }
      #section-fotos .lista-fotos svg.arrow-prev {
        left: 34px; }
      #section-fotos .lista-fotos svg.arrow-next {
        right: 34px; }

/* ####### ESTAGIO OBRA ###### */
#section-status-obra .container-andamento {
  width: 700px;
  display: block;
  margin: 0px auto;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px; }

#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: -90px !important;
    padding-top: 10px !important;
    font-size: 30px; }
  #section-status-obra .reg-estagio-obra .reg-grafico-estagio {
    background-color: #d86185  !important;
    width: calc(100% - 38px);
    height: 31px;
    margin-left: 10px;
    float: left;
    border-radius: 32px;
    overflow: hidden; }
    #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: #932447;
      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: -70px !important;
    position: absolute;
    padding-top: 6px; }

@media (max-width: 767px) {
  #section-status-obra .container-andamento {
    width: 100%; } }

@media (max-width: 767px) {
  #section-status-obra .reg-estagio-obra .reg-grafico-estagio {
    margin-bottom: 7px;
    margin-bottom: 21px; } }

#map {
  height: 30em; }

#section-detalhes-imovel #box-menu-imovel #menu-imovel li a {
  height: 30px !important;
  line-height: 30px !important; }

#section-detalhes-imovel #box-menu-imovel #menu-imovel {
  padding-left: 150px !important; }

#header.fixed .navbar-default .logo-linha .navbar-brand {
  padding-top: 29px !important;
  padding-bottom: 20px !important; }

@media (max-width: 992px) {
  #box-menu-imovel {
    top: 59px !important; } }

/*# sourceMappingURL=empreendimento.css.map */
