.empreendimento {
  position: relative;
  .internal-header {
    position: relative;
    min-height: 550px;
    &:after{
      content:'';
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      position: absolute;
      top:0;
      left: 0;
    }
    &.mcmv{
      min-height: 650px;
      &:before{
        content: '';
        display: block;
        width: 120px;
        height: 120px;
        background: url(../img/selo-mcmv.png) no-repeat;
        background-size: 100%;
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
      }
    }
    .breadcrumbs{
        position: relative;
        z-index: 2;
    }
    .internal-title {
      position: relative;
      z-index: 2;
      margin-bottom: 10px;
    }
    .emp-cidade {
      position: relative;
      z-index: 2;
      margin-bottom: 45px;
      color: #fff;
      font-size: 20px;
      /* Approximation due to font substitution */
      font-weight: 500;
      text-align: center;
      text-transform: uppercase;
    }
    .container{
      position: relative;
      z-index: 2;
    }
    .emp-info {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      max-width: 80%;
      margin:0 auto;
      .emp-status,
      .emp-valor {
        display: block;
        z-index: 1;
        padding: 13px 15px;
        width: 100%;
        max-width: 268px;
        height: 43px;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        background: #a31c1a;
      }
      .emp-itens {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        .emp-item {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          width:33.333%;
          .emp-icon {
            display: flex;
            align-items: flex-end;
            height: 50px;
          }
          .icon {
            margin-bottom: 8px;
          }
          p {
            font-size: 18px;
            color: #fff;
            text-align: center;
            display: block;
            width: 100%;
          }
        }
      }
    }
  }
  .info-empreend {
    padding: 0 0 50px;
    p {
      font-size: 18px;
      /* Aproximação devido à substituição de fonte */
      line-height: 24px;
      text-align: center;
    }
  }
  .emp-gallery {
    margin-bottom: 40px;
    .title-large {
      font-size: 72px;
      line-height: 82px;
      letter-spacing: -0.040em;
      margin-bottom: 30px;
    }
    .owl-carousel {
      position: relative;
      .owl-prev,
      .owl-next {
        position: absolute;
        top: 50%;
        z-index: 1;
        text-indent: -9999px;
      }
      .owl-prev {
        @include sprite($arrow-left-blue);
        left: -100px;
        transform: translateY(-50%);
      }
      .owl-next {
        @include sprite($arrow-right-blue);
        right: -100px;
        transform: translateY(-50%);
      }
      .owl-dots {
        display: flex;
        justify-content: center;
        padding: 30px 25px;
        .owl-dot {
          width: 14px;
          height: 14px;
          margin: 0 4px;
          border-radius: 50%;
          background: $color-main;
          &.active {
            background: $color-sec;
          }
        }
      }
    }
  }
  .emp-lista {
    padding-bottom: 100px;
    display: flex;
    justify-content: space-around;
    .col-3{
      margin:0 -1px -1px 0;
    }
    .emp-item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      height: 100%;
      margin-bottom: 25px;
      .icon {
        margin-bottom: 15px;
      }
      p {
        display: inline-block;
        font-size: 18px;
        text-align: left;
        &::before {
          content: '';
          display: inline-block;
          width: 5px;
          height: 5px;
          border-radius: 5px;
          background-color: #000;
          vertical-align:middle;
          margin-right: .5rem;
        }
      }
    }
  }
  .quero-saber {
    margin-bottom: 100px;
    padding: 30px 0;
    background: $color-main;
    .qs-title {
      margin-bottom: 20px;
      color: #ffffff;
      font-size: 40px;
      /* Approximation due to font substitution */
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: -0.040em;
    }
    .qs-btns {
      display: flex;
      width: 840px;
      margin: 0 auto;
      .qs-btn {
        transition: .2s;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 60px;
        margin: 0 1px;
        padding: 50px 20px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        background: #d03237;
        p {
          margin-left: 15px;
          color: #fff;
          font-size: 18px;
          text-transform: uppercase;
          font-weight: bold;
        }
        &:hover {
          background: #333333;
        }
      }
    }
  }

  .tour-virtual{
    width: 100%;
    height: 466px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:80px;
    .info{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      position: relative;
      z-index: 1;
      h3{
        text-align: center;
        width: 100%;
        display: block;
        margin:30px 0;
        color: #ffffff;
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: -1.15px;
      }
      a{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 233px;
        height: 60px;
        margin: 0 auto;
        color: #f0f0f0;
        background-color: #a31c1a;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
      }
    }
    &::after{
      z-index: 0;
      content: '';
      display: block;
      background-color: #000000;
      opacity: 0.55;
      position: absolute;
      top:0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

  .movie{
    iframe{
      min-height: 690px;
      max-width: 90%;
      width: 100%;
      margin:0 auto 80px auto;
      display: block;
    }
  }

  .localizacao {
    margin-bottom: 50px;
    .title-large {
      font-size: 72px;
      /* Approximation due to font substitution */
      line-height: 82px;
    }
    .map {
      width: 100%;
      min-height: 500px;
      background: #ccc;
    }
  }
  .share {
    margin-bottom: 50px;
    .share-title {
      margin-bottom: 20px;
      color: $color-main;
      font-size: 22px;
      /* Approximation due to font substitution */
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
    }
    .share-box {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      p {
        margin-right: 10px;
        font-size: 18px;
        /* Approximation due to font substitution */
        line-height: 24px;
        /* Approximation due to font substitution */
      }
      a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 2px;
        width: 45px;
        height: 45px;
        background: $color-main;
      }
    }
  }
  .suporte {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    background: $color-main;
    .suporte-title {
      margin-top: 18px;
      margin-bottom: 18px;
      color: #ffffff;
      font-size: 32px;
      /* Approximation due to font substitution */
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
    }
    .suporte-open {
      display: block;
      position: relative;
      z-index: 1;
      width: 100%;
      height: 30px;
      background: $color-sec;
      &:before {
        content: '';
        transition: .4s;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        transform: translate(-50%, -50%) rotate(-45deg);
        width: 7px;
        height: 7px;
        border: solid #fff;
        border-width: 0 0 1px 1px;
      }
      &.active {
        &:before {
          transform: translate(-50%, -50%) rotate(135deg);
        }
      }
    }
    .suporte-content {
      padding-top: 20px;
      padding-bottom: 20px;
      .suporte-liks {
        .col {
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 3px 30px 3px 20px;
          width: 50%;
          .icon {
            margin-right: 7px;
          }
          p {
            color: #ffffff;
            font-size: 18px;
            /* Approximation due to font substitution */
            font-weight: bold;
            text-align: center;
            text-transform: uppercase;
          }
          &.suporte-btn {
            flex: 0 1 auto;
            background: $color-sec;
          }
        }
      }
    }
  }
  @media(max-width: 1080px) {
    .internal-header{
      .emp-info{
        flex-wrap: wrap;
        justify-content: center;
        .emp-itens{
          width: 100%;
          max-width: 100%;
          .emp-item{
            width: 15%;
            margin: 20px 0px;
          }
        }
      }
    }
    .movie{
      iframe{
        min-height: 350px;
      }
    }
  }
  @media(max-width: $width-mobile) {
    .internal-header {
      padding-top: 50px;
      height: auto;
      .internal-title {
        font-size: 28px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-all;
        word-break: break-word;
        hyphens: auto;
        padding-right: 15px;
        padding-left: 15px;
      }
      .emp-info {
        height: auto;
        margin-bottom: 60px;
        align-items: center;
        .emp-status {
          position: relative;
          left: unset;
          transform: translate(0, -50%);
        }
        .emp-valor {
          position: relative;
          left: unset;
          transform: translate(0, 50%);
        }
        .emp-itens {
          flex-wrap: wrap;
          width: 90%;
          .emp-item {
            width: 50%;
            margin:0 0;
            .emp-icon {
              height: 30px;
            }
            .icon {
              margin-bottom: 2px;
              transform: scale(0.7);
            }
            p {
              font-size: 11px;
            }
          }
        }
      }
    }
    .emp-gallery {
      .title-large {
        font-size: 28px;
        line-height: .8;
        margin-bottom: 20px;
        span {
          display: block;
        }
      }
      .pad-1 {
        padding: 0;
      }
      .container {
        padding: 0;
      }
    }
    .emp-lista {
      .grid {
        .col-3 {
          max-width: 50%;
          flex-basis: 50%;
        }
      }
    }
    .quero-saber {
      .qs-title {
        font-size: 28px;
      }
      .qs-btns {
        width: 100%;
        flex-wrap: wrap;
        .qs-btn {
          margin-bottom: 10px;
        }
      }
    }
    .localizacao {
      .title-large {
        position: relative;
        font-size: 38px;
        line-height: 70px;
        z-index: 99;
      }
      .map {
        min-height: 400px;
      }
    }
    .suporte {
      .suporte-title {
        margin-top: 12px;
        margin-bottom: 12px;
        font-size: 16px;
      }
      .suporte-open {
        &:before {
          transform: translate(-50%, -50%) rotate(135deg);
        }
        &.active {
          &:before {
            transform: translate(-50%, -50%) rotate(-45deg);
          }
        }
      }
      .suporte-content {
        display: none;
        padding-top: 10px;
        .suporte-liks {
          justify-content: center;
          .col {
            p {
              font-size: 16px;
              line-height: 1;
            }
            &.suporte-btn {
              flex: 0 1 90%;
              p {
                font-size: 14px;
              }
            }
          }
        }
      }
    }
  }
}
