@import url(2-Tools/fancy/core.css);
@import url(2-Tools/fancy/fullscreen.css);
@import url(2-Tools/fancy/slideshow.css);
@import url(2-Tools/fancy/thumbs.css);
@font-face {
  font-family: 'Andale Mono';
  src: url("../fonts/AndaleMono.ttf"); }

@font-face {
  font-family: 'DINPRO Bold';
  src: url("../fonts/DINPro-Bold.ttf"); }

@font-face {
  font-family: 'DINPRO Medium';
  src: url("../fonts/DINPro-Medium.ttf"); }

@font-face {
  font-family: 'DINRegular';
  src: url("../fonts/DINRegular.ttf"); }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

iframe[name=google_conversion_frame] {
  height: 0;
  width: 0;
  position: absolute; }

#hosherform_3_1 {
  background: transparent !important;
  margin-top: 0 !important; }

.menu-footer {
  z-index: 10000; }

.container-site {
  font-size: 16px !important; }

.navbar.navbar-default.desktop {
  font-size: 14px !important; }

.header-items > div > div > p,
.header-items > div > div > a > p {
  font-size: 14px !important; }

.fancybox-content {
  width: 100% !important; }

ul,
ol {
  margin: .5em;
  list-style: none; }

p {
  margin-bottom: .5em;
  font-size: 16px; }

a {
  color: #010101;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.container-site {
  width: 100%;
  overflow: hidden; }

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto; }

.ease-2ms, .btn-play, .btn-play:hover {
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }

.btn-play {
  display: block;
  padding: .5em 1.5rem;
  background: rgba(1, 1, 1, 0.3);
  border: 1px solid #f7f7f7;
  border-radius: 20px 0;
  color: #f7f7f7;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase; }
  .btn-play:hover {
    text-decoration: none;
    background-color: rgba(1, 1, 1, 0.5); }

.btn-enviar-gradient {
  display: block;
  background: linear-gradient(100deg, #3c000e 5%, #d83752 100%);
  border-radius: 8px 0 8px 0;
  color: #f7f7f7;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 1em 0;
  padding: 5px 5em;
  text-transform: uppercase; }
  .btn-enviar-gradient:hover {
    text-decoration: none;
    -webkit-box-shadow: 2px 2px 4px rgba(1, 1, 1, 0.8);
            box-shadow: 2px 2px 4px rgba(1, 1, 1, 0.8); }

button.slick-arrow {
  background-color: transparent;
  border: 0;
  position: absolute; }

.zoom-galeria {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  background: linear-gradient(110deg, #3c000e 5%, #d83752 100%);
  border-radius: 8px 0 8px 0;
  padding: 16px; }
  .zoom-galeria p {
    margin: 0; }
  .zoom-galeria img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px 0 0 0;
    position: relative;
    z-index: 99; }

.box-zoom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: -32px;
  padding: 0 16px;
  z-index: 9999; }

.banner-vid-container {
  width: 100vw;
  height: 100%;
  background-attachment: fixed;
  background-image: url("../img/bg-bannervideo.jpg");
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10em 0;
  position: relative;
  overflow: hidden; }
  .banner-vid-container::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(1, 1, 1, 0.2);
    position: absolute; }
  .banner-vid-container .logo-galeria {
    display: block;
    width: 100%;
    max-width: 601px;
    min-height: 187px;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 1em;
    z-index: 99; }
  .banner-vid-container .btn-play {
    margin-top: 5em;
    font-family: 'DINPro Medium';
    font-size: 18px;
    padding: 6px 32px;
    position: relative;
    z-index: 99; }
    .banner-vid-container .btn-play p {
      font-size: 2rem;
      margin: 0;
      margin-left: 20px; }
    .banner-vid-container .btn-play:hover p {
      color: #f7f7f7; }
    .banner-vid-container .btn-play::before {
      content: '';
      width: 30px;
      height: 30px;
      background-image: url(../img/play-icon.svg);
      background-size: contain;
      position: absolute;
      top: 10px;
      left: 20px; }

.contato-form {
  width: 100vw;
  background-color: #160106;
  padding: 1em 0; }
  .contato-form .content-wrapper {
    max-width: 1020px; }
  .contato-form p {
    color: #f7f7f7;
    font-family: 'DINRegular';
    font-size: 25px;
    letter-spacing: 4px;
    line-height: 1.2;
    padding: 2em .5em;
    text-align: center; }
  .contato-form .form-cadastro-contato {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .contato-form .form-cadastro-contato input,
    .contato-form .form-cadastro-contato textarea {
      background-color: #330000;
      border: 0;
      color: #f7f7f7 !important;
      font-family: 'Andale Mono' !important;
      font-size: 1.5rem !important;
      padding: .8em;
      margin-bottom: 1em;
      line-height: normal !important; }
    .contato-form .form-cadastro-contato .campos-text {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 1em; }
    .contato-form .form-cadastro-contato .campos-txtarea {
      width: 100%;
      margin: 0 1em; }
      .contato-form .form-cadastro-contato .campos-txtarea > textarea {
        width: 100%;
        height: 92%;
        min-height: 100px;
        display: inline-block;
        resize: none; }
    @media (max-width: 1024px) {
      .contato-form .form-cadastro-contato .campos-text,
      .contato-form .form-cadastro-contato .campos-txtarea {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .contato-form .form-cadastro-contato .campos-txtarea {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: .5em; } }
    @media (min-width: 1024px) {
      .contato-form .form-cadastro-contato .campos-text,
      .contato-form .form-cadastro-contato .campos-txtarea {
        width: 47%;
        margin: 0 .5em; } }

.stand-visite {
  width: 100vw;
  height: 100%;
  background-attachment: fixed;
  background-image: url("../img/bg-stand-visite.jpg");
  background-position: center;
  background-size: cover;
  position: relative; }
  .stand-visite .text-content {
    width: 100%;
    max-width: 470px;
    height: 100%;
    min-height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1em;
    color: #f7f7f7;
    font-family: sans-serif;
    text-transform: uppercase; }
    .stand-visite .text-content p, .stand-visite .text-content strong {
      font-family: 'DINRegular';
      font-size: 2.5rem;
      letter-spacing: 6px;
      line-height: 1.2; }
    .stand-visite .text-content strong {
      font-family: 'DINPRO Bold';
      font-weight: bold; }
    .stand-visite .text-content address {
      font-family: 'DINRegular';
      font-size: 2rem;
      font-style: normal;
      font-weight: normal;
      text-transform: none; }
  @media (max-width: 768px) {
    .stand-visite p, .stand-visite strong, .stand-visite address {
      z-index: 99; }
    .stand-visite::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: rgba(1, 1, 1, 0.5); } }
  @media (min-width: 768px) {
    .stand-visite {
      padding: 5em;
      background-position: center; }
      .stand-visite .text-content {
        width: 80%;
        padding: 2em; }
      .stand-visite::before {
        content: '';
        width: 60px;
        height: 60px;
        background-color: #2d020b;
        border-radius: 6px;
        position: absolute;
        top: -30px;
        left: 30px; }
      .stand-visite::after {
        content: '';
        width: 90px;
        height: 160px;
        background-color: #2d020b;
        border-radius: 6px 0;
        position: absolute;
        right: 0;
        top: 40%; } }

.galeria-box {
  color: #f7f7f7; }
  .galeria-box header {
    display: block;
    background-color: #2d020b;
    padding: 4em 1rem;
    position: relative;
    text-align: center;
    text-transform: uppercase; }
    .galeria-box header p {
      font-family: 'DINRegular';
      font-weight: medium;
      font-size: 24px;
      line-height: 25px;
      letter-spacing: 4px; }
    .galeria-box header::before {
      content: '';
      width: 20px;
      height: 20px;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #2d020b;
      position: absolute;
      bottom: -20px; }
  .galeria-box .galeria-fotos {
    background-color: #160106;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 4rem 0; }
    .galeria-box .galeria-fotos h2 {
      position: relative; }
      .galeria-box .galeria-fotos h2 span {
        font-family: 'DINRegular';
        font-size: 36px !important;
        font-weight: bold;
        margin: 0;
        min-width: 200px;
        letter-spacing: 10px;
        text-transform: uppercase;
        position: relative;
        z-index: 99; }
      .galeria-box .galeria-fotos h2::before {
        content: '';
        width: 100px;
        height: 100px;
        background-color: rgba(45, 2, 11, 0.8);
        border-radius: 0 0 20px 0;
        position: absolute;
        top: -10px;
        left: -35px;
        z-index: 10; }
      .galeria-box .galeria-fotos h2::after {
        content: '';
        width: 250px;
        height: 250px;
        background-color: rgba(51, 0, 0, 0.6);
        border-radius: 20px 0 0 20px;
        position: absolute;
        top: 30px;
        left: 30px;
        z-index: 2; }
    .galeria-box .galeria-fotos .slide-galeria {
      width: 80%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 999; }
      .galeria-box .galeria-fotos .slide-galeria figure {
        position: relative; }
        .galeria-box .galeria-fotos .slide-galeria figure .zoom-galeria {
          position: absolute;
          top: 20px;
          right: 20px; }
        .galeria-box .galeria-fotos .slide-galeria figure img.photo-galeria {
          width: 100%;
          overflow: hidden;
          border-radius: 20px 0 0 0; }
        .galeria-box .galeria-fotos .slide-galeria figure figcaption {
          background-color: #2d020b;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-family: 'DINRegular';
          font-size: 22px;
          padding: 2rem;
          position: relative;
          border-radius: 0 0 20px 0;
          text-align: center; }
          .galeria-box .galeria-fotos .slide-galeria figure figcaption::before {
            content: '';
            width: 20px;
            height: 20px;
            border-right: 20px solid transparent;
            border-left: 20px solid transparent;
            border-bottom: 20px solid #2d020b;
            position: absolute;
            top: -20px; }

@media (max-width: 1024px) {
  header p {
    font-size: 18px !important; }
  .galeria-fotos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .galeria-fotos .slide-galeria {
      margin-top: 2rem; }
      .galeria-fotos .slide-galeria figure .zoom-galeria {
        top: 5px !important;
        right: 5px !important; } }

button.slick-arrow {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  margin: .2em .4em;
  padding: .6em;
  text-indent: -5000em;
  z-index: 999; }

.slick-prev {
  background-image: url(../img/arrow-left.svg);
  left: 0; }

.slick-next {
  background-image: url(../img/arrow-right.svg);
  right: 0; }

.box-arquitetura {
  background-color: #160106;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .box-arquitetura h2 {
    font-family: 'DINPRO Medium';
    font-size: 36px !important;
    color: #f7f7f7;
    letter-spacing: 5px;
    line-height: 36px !important;
    position: relative;
    text-transform: uppercase; }
  .box-arquitetura .left-box {
    width: 50%; }
    .box-arquitetura .left-box img {
      width: 100%; }
  .box-arquitetura .right-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    .box-arquitetura .right-box .slide-galeria-plantas {
      background: rgba(170, 39, 62, 0.3);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 2rem;
      z-index: 999; }
      .box-arquitetura .right-box .slide-galeria-plantas figure {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .box-arquitetura .right-box .slide-galeria-plantas figure .zoom-galeria {
          top: -60px;
          right: 0; }
        .box-arquitetura .right-box .slide-galeria-plantas figure img {
          width: 100%;
          max-width: 320px;
          max-height: 285px;
          -o-object-fit: contain;
             object-fit: contain; }
        .box-arquitetura .right-box .slide-galeria-plantas figure figcaption {
          color: #f7f7f7;
          font-family: 'Andale Mono';
          margin-top: 2em;
          text-align: center;
          text-transform: uppercase; }
  .box-arquitetura .detalhes-apartamentos {
    width: 75%;
    background-color: rgba(45, 2, 11, 0.7);
    border-radius: 0 0 30px 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
    z-index: 99;
    padding: 8em 2em 2em 1em;
    padding-top: 8em;
    padding-right: 2em;
    padding-bottom: 2em;
    margin-top: -8em;
    margin-right: -2em; }
    .box-arquitetura .detalhes-apartamentos ul {
      list-style: inherit;
      padding: .8px 25px; }
      .box-arquitetura .detalhes-apartamentos ul li {
        color: #f7f7f7;
        font-family: 'DINRegular';
        font-size: 18px !important;
        margin: 0; }
  @media (max-width: 1024px) {
    .box-arquitetura h2 {
      font-size: 30px !important; }
    .box-arquitetura .left-box {
      display: none; }
    .box-arquitetura .right-box {
      text-align: center; }
      .box-arquitetura .right-box h2 {
        margin: 1em 0; }
      .box-arquitetura .right-box .detalhes-apartamentos {
        width: 100%;
        text-align: left; } }
  @media (min-width: 1024px) {
    .box-arquitetura .right-box {
      width: 35%;
      margin-right: 2em; }
      .box-arquitetura .right-box h2 {
        margin-top: 2rem;
        margin-left: -5rem;
        margin-bottom: -3rem;
        line-height: 30px;
        z-index: 999; }
      .box-arquitetura .right-box .slide-galeria-plantas {
        padding: 2em 2em; }
        .box-arquitetura .right-box .slide-galeria-plantas img {
          max-width: 430px !important;
          height: 320px !important;
          max-height: 450px !important; }
        .box-arquitetura .right-box .slide-galeria-plantas::after {
          content: '';
          width: 80px;
          height: 80px;
          position: absolute;
          background: #2d020b;
          left: -30px;
          bottom: -30px;
          border-radius: 10px 0; } }
  @media (min-width: 1400px) {
    .box-arquitetura h2::after {
      content: '';
      width: 140px;
      height: 140px;
      border-radius: 20px 0;
      background-color: #2d020b;
      position: absolute;
      right: 130px;
      top: 10px; } }

.box-servicos {
  background-color: #160106;
  color: #f7f7f7;
  padding: 8rem 0; }
  .box-servicos header.title-section .title-servicos {
    margin-left: 16px;
    position: relative; }
    .box-servicos header.title-section .title-servicos h2 {
      font-family: 'DINRegular';
      font-size: 30px !important;
      letter-spacing: 10px;
      position: relative;
      text-transform: uppercase;
      z-index: 999; }
    .box-servicos header.title-section .title-servicos::after {
      content: '';
      width: 80px;
      height: 80px;
      border-radius: 20px 0;
      background-color: #330000;
      position: absolute;
      bottom: -30px;
      left: -30px; }
  .box-servicos .container-servicos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .box-servicos .container-servicos .selector-servico {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .box-servicos .container-servicos .selector-servico li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 20rem 0 0 20rem;
        color: #f7f7f7;
        cursor: pointer;
        font-family: 'DINRegular';
        padding: 0;
        padding-right: 3rem;
        margin: .5rem;
        text-transform: uppercase; }
        .box-servicos .container-servicos .selector-servico li img {
          max-width: 50px;
          margin-right: 1rem; }
        .box-servicos .container-servicos .selector-servico li.active {
          background: -webkit-gradient(linear, left top, right top, from(#330000), to(#160106));
          background: linear-gradient(to right, #330000 0%, #160106 100%); }
        .box-servicos .container-servicos .selector-servico li:hover {
          background: -webkit-gradient(linear, left top, right top, from(#330000), to(#160106));
          background: linear-gradient(to right, #330000 0%, #160106 100%);
          text-decoration: none; }
    .box-servicos .container-servicos .box-servico-select figure {
      max-width: 720px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .box-servicos .container-servicos .box-servico-select figure img {
        border-radius: 20px 0 0 0;
        overflow: hidden; }
      .box-servicos .container-servicos .box-servico-select figure figcaption {
        background-color: #330000;
        border-radius: 0 0 20px 0;
        font-family: 'DINRegular';
        font-size: 16px;
        padding: 32px; }
  @media (max-width: 1024px) {
    .box-servicos header.title-section .title-servicos h2 {
      font-size: 30px !important; }
    .box-servicos .container-servicos {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 1024px) {
    .box-servicos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      .box-servicos .container-servicos .selector-servico li {
        width: 330px; } }

.gm-style .gm-style-iw {
  font-family: 'DINPro Medium';
  font-size: 16px;
  color: #2d020b !important; }

.mapa-section__g90 {
  background-color: #2d020b;
  color: #f7f7f7;
  position: relative; }
  .mapa-section__g90 .title-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 48px; }
    .mapa-section__g90 .title-section h2 {
      font-family: 'DINRegular';
      font-size: 24px !important;
      font-weight: 300;
      margin: 0;
      letter-spacing: 6px;
      text-align: center;
      text-transform: uppercase; }

.box {
  width: calc(100% - 350px);
  margin: 0 0 0 350px;
  position: relative;
  font-size: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
  .box .filtros {
    width: 350px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #160106;
    -webkit-box-shadow: 0 0 3px rgba(1, 1, 1, 0.2);
            box-shadow: 0 0 3px rgba(1, 1, 1, 0.2);
    padding: 20px;
    position: absolute;
    top: 0;
    left: -350px;
    z-index: 1; }
    .box .filtros .chosen-container {
      display: none !important; }
    .box .filtros .filtro {
      color: #f7f7f7;
      font-size: 14px !important;
      margin: .5rem 0;
      position: relative;
      text-transform: uppercase; }
      .box .filtros .filtro.filter__g90 {
        padding-left: 25px; }
        .box .filtros .filtro.filter__g90::before {
          content: '';
          width: 15px;
          height: 15px;
          background-color: #330000;
          border-radius: 5px 0;
          position: absolute;
          left: 0;
          top: 5px; }
        .box .filtros .filtro.filter__g90 .minutes {
          font-size: 12px; }
      .box .filtros .filtro.destaque, .box .filtros .filtro.vias {
        font-size: 16px !important; }
      .box .filtros .filtro.vias {
        padding-left: 25px; }
        .box .filtros .filtro.vias::before {
          content: '';
          width: 20px;
          height: 20px;
          background-color: #aa273e;
          border-radius: 5px 0;
          position: absolute;
          left: 0;
          top: 2px; }
      .box .filtros .filtro.destaque {
        margin-top: 16px;
        padding-left: 25px; }
        .box .filtros .filtro.destaque::before {
          content: '';
          width: 20px;
          height: 25px;
          background-image: url(../img/pin-alt.png);
          background-repeat: no-repeat;
          background-size: contain;
          position: absolute;
          left: 0; }
    .box .filtros select {
      font-size: 12px;
      display: none;
      width: 100%; }
  .box .map {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #ccc;
    height: 800px; }
    .box .map #mapa1 {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0; }

@media (max-width: 1024px) {
  .box {
    width: 100% !important;
    margin: 0 !important; }
    .box .filtros {
      display: none !important; }
    .box .map {
      height: 400px !important; } }

@media (min-width: 1024px) {
  .mapa-section__g90 .title-section h2::after {
    content: '';
    width: 30px;
    height: 30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #2d020b;
    position: absolute;
    top: 126px;
    left: 50%;
    z-index: 999; } }

.box-citacoes {
  background-color: #2d020b;
  color: #f7f7f7;
  font-family: 'DINPRO Medium'; }
  .box-citacoes h2 {
    font-family: 'DINRegular';
    font-size: 30px !important;
    font-weight: bold;
    letter-spacing: 10px !important;
    margin: 0;
    padding-top: 1em;
    padding-left: 5rem;
    text-transform: uppercase; }
  .box-citacoes .citacao-wrap {
    max-width: 1200px;
    padding-bottom: 4rem;
    text-align: center; }
    .box-citacoes .citacao-wrap .citacao-text {
      position: relative; }
      .box-citacoes .citacao-wrap .citacao-text p {
        font-family: 'DINRegular';
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 1.6px !important;
        line-height: 1.4;
        position: relative;
        padding: 0;
        margin: 0;
        z-index: 99; }
      .box-citacoes .citacao-wrap .citacao-text::before {
        content: '';
        width: 60px;
        height: 60px;
        background-image: url("../img/quote-2.svg");
        background-repeat: no-repeat;
        position: absolute;
        top: -20px;
        left: -30px;
        z-index: 10; }
      .box-citacoes .citacao-wrap .citacao-text::after {
        content: '';
        width: 60px;
        height: 60px;
        background-image: url("../img/quote-end-2.svg");
        background-repeat: no-repeat;
        position: absolute;
        bottom: -30px;
        right: -30px;
        z-index: 10; }
    .box-citacoes .citacao-wrap h3.author-cit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: 'DINRegular';
      font-size: 26px !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0;
      letter-spacing: 6px !important;
      text-transform: uppercase; }
      .box-citacoes .citacao-wrap h3.author-cit::after {
        content: '';
        width: 100px;
        height: 2px;
        background: #aa273e;
        margin: 1em; }
    .box-citacoes .citacao-wrap span.sub {
      color: #70584c;
      font-family: 'DINRegular';
      font-size: 18px !important;
      letter-spacing: 4px !important;
      text-transform: uppercase; }
  .box-citacoes .box-citacao-1,
  .box-citacoes .box-citacao-2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .box-citacoes .box-citacao-2 {
    background-color: #6D1A24;
    padding-top: 4em;
    position: relative; }
    .box-citacoes .box-citacao-2::after {
      content: '';
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #6D1A24;
      position: absolute;
      bottom: -20px;
      left: calc(50% - 10px);
      -ms-flex-item-align: center;
          align-self: center; }
    .box-citacoes .box-citacao-2::before {
      content: '';
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #2d020b;
      position: absolute;
      top: 0;
      left: calc(50% - 10px);
      -ms-flex-item-align: center;
          align-self: center; }
    .box-citacoes .box-citacao-2 .citacao-wrap > .citacao-text::after {
      background-image: url("../img/quote-end.svg"); }
    .box-citacoes .box-citacao-2 .citacao-wrap > .citacao-text::before {
      background-image: url("../img/quote.svg"); }
    .box-citacoes .box-citacao-2 .citacao-wrap > h3::after {
      background: #2d020b; }
    .box-citacoes .box-citacao-2 .citacao-wrap > .sub {
      color: #8d6f60; }

@media (max-width: 1024px) {
  .box-citacoes h2 {
    font-size: 25px !important;
    margin-bottom: 1em; }
  .box-citacoes .citacao-wrap .citacao-text p {
    font-size: 16px !important; }
  .citacao-wrap {
    padding: 0 1rem; } }

@media (min-width: 1024px) and (max-width: 1400px) {
  h2 {
    margin-bottom: 1em !important; } }

.box-obras {
  background-color: #160106;
  color: #f7f7f7;
  padding: 4rem 0; }
  .box-obras header.title-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    .box-obras header.title-section .title-obras {
      position: relative; }
      .box-obras header.title-section .title-obras h2 {
        font-family: 'DINPRO Medium';
        font-size: 30px !important;
        line-height: 40px;
        letter-spacing: 10px;
        margin: 0;
        text-transform: uppercase;
        position: relative;
        z-index: 9999; }
      .box-obras header.title-section .title-obras::before {
        content: '';
        width: 200px;
        height: 200px;
        background-color: rgba(170, 39, 62, 0.4);
        border-radius: 20px 0 20px 0;
        position: absolute;
        left: 80px;
        top: -50px;
        bottom: 0px;
        z-index: 1; }
      .box-obras header.title-section .title-obras::after {
        content: '';
        width: 80px;
        height: 80px;
        background-color: rgba(170, 39, 62, 0.4);
        border-radius: 20px 0 20px 0;
        position: absolute;
        top: -100px;
        bottom: 0;
        left: 240px;
        z-index: 1; }
    .box-obras header.title-section .subtitle {
      max-width: 270px;
      color: #70584c;
      font-family: 'DINRegular';
      margin-top: 5rem;
      text-transform: uppercase;
      z-index: 999; }
      .box-obras header.title-section .subtitle p {
        font-size: 24px !important;
        line-height: 1.2; }
  .box-obras .container-galeria .slide-galeria-obras {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .box-obras .container-galeria .slide-galeria-obras figure {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .box-obras .container-galeria .slide-galeria-obras figure img {
        overflow: hidden;
        border-radius: 20px 0; }
      .box-obras .container-galeria .slide-galeria-obras figure .figcaption-box {
        min-width: 450px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: rgba(170, 39, 62, 0.5);
        font-family: 'DINRegular';
        padding: 6rem 2rem;
        border-radius: 0 0 20px 0;
        -ms-flex-item-align: center;
            align-self: center;
        position: relative; }
        .box-obras .container-galeria .slide-galeria-obras figure .figcaption-box h3 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          font-family: 'DINRegular';
          font-size: 28px !important;
          margin-bottom: 1.5rem;
          letter-spacing: 15px;
          position: relative;
          text-transform: uppercase; }
          .box-obras .container-galeria .slide-galeria-obras figure .figcaption-box h3::after {
            content: '';
            height: 3px;
            width: 200px;
            background-color: #330000;
            margin-top: 1.5rem; }
        .box-obras .container-galeria .slide-galeria-obras figure .figcaption-box p {
          font-family: 'DINPRO Medium';
          font-size: 22px; }
        .box-obras .container-galeria .slide-galeria-obras figure .figcaption-box::before {
          content: '';
          width: 150px;
          height: 150px;
          background-color: rgba(170, 39, 62, 0.6);
          position: absolute;
          top: -100px;
          right: 50px;
          border-radius: 20px 0; }
        .box-obras .container-galeria .slide-galeria-obras figure .figcaption-box::after {
          content: '';
          width: 80px;
          height: 80px;
          background-color: #330000;
          border-radius: 10px 0;
          position: absolute;
          top: -50px;
          right: 175px; }
  @media (max-width: 1024px) {
    .box-obras .title-section {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 5em; }
    .box-obras .slide-galeria-obras figure {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .box-obras .slide-galeria-obras figure .figcaption-box {
        min-width: 100% !important; } }
  @media (min-width: 1024px) {
    .box-obras {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      .box-obras .subtitle {
        margin-top: 8rem !important; }
      .box-obras .title-section {
        width: 25%;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
      .box-obras .container-galeria {
        width: 70%; } }

footer.g90 {
  background-color: #2d020b;
  color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 64px 0; }
  footer.g90 p {
    width: 90%;
    max-width: 1200px;
    font-family: 'DINRegular';
    font-size: 12px;
    text-align: center; }

/*# sourceMappingURL=../maps/main.css.map */
