.container-slider {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
}

.tns-controls button{
      position: absolute;
      top: calc(30% - 30px);
      background: transparent;
      display: inline-block;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      border: 1px solid #002F6B;
      border-color: rgba(255,255,255, 0.7)!important;
      z-index: 2;
      background: rgba(255,255,255, 0.7);
      width: 40px;
      height: 60px;
      text-align: center;
}
.tns-controls button[data-controls="prev"]{
    padding-left: 10px;
    left: 0px!important;
}
.tns-controls button[data-controls="prev"]::after{
    content:"";
    border: solid #002F6B;
    border-width: 0 3px 3px 0;
    padding: 6px;
    display: inline-block;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.tns-controls button[data-controls="next"]{
  padding-right: 10px;
  right: 0px!important;
}
.tns-controls button[data-controls="next"]::after{
    content:"";
    border: solid #002F6B;
    border-width: 0 3px 3px 0;
    padding: 6px;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.tns-controls button:hover{
        background: rgba(255,255,255, 1)!important;
}
.tns-nav{
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.tns-nav button {
    margin-left: 10px;
    cursor: pointer;
    color: #999;
    width: 14px;
    height: 14px;
    overflow: hidden;
    padding: 0px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    background: transparent!important;
    border: 3px solid #FFF;
    z-index: 1;
    position: relative;
}
.tns-nav button.tns-nav-active{
    background: #FFF!important;
}

.empreendimento-page h1{
    color: #1D5D69;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
}
.empreendimento-page .background-gray{
    background: #EBEBEB;
}
.empreendimento-page .location i{
    font-size: 30px;
    color: #1D5D69;
    top: 3px;
    position: relative;
}

.empreendimento-page h2{
    color: #1D5D69;
    text-transform: uppercase;
    font-size: 14px;
    margin: 5px 0 10px;
}

.empreendimento-page h2 span{
    font-weight: bold;
}

.empreendimento-page .motivo span{
    color: #98b9bd;
    padding-right: 5px;
    font-size: 30px;
    line-height: 23px;
    float: left;
}
.empreendimento-page .motivo p{
    font-size: 14px;
    line-height: 17px;
}
.empreendimento-page .infos-imoveis{
    color: #1D5D69;    
    font-size: 15px;
}
.empreendimento-page .infos-imoveis span{
    font-weight: bold;
}

.empreendimento-page .infos-imoveis i{
    color: #98b9bd;
}

.empreendimento-page .btn-quero-mais{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 80px;
    line-height: 76px;
    font-size: 25px;
    color: #FFF;
    border:4px solid #1D5D69; 
    background: #1D5D69;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


.empreendimento-page .btn-quero-mais:hover{
    text-decoration: none;
    background: #FFF;
    color: #1D5D69;
}

.empreendimento-page .andamento h2{
    font-size: 30px;
    color: #1D5D69;
    font-weight: bold;
    margin: 25px 0 0px;
}

.empreendimento-page .andamento p{
    color: #1D5D69;
    font-weight: bold;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 14px;
}

.empreendimento-page .andamento i{
    height: 30px;
    line-height: 28px;
    font-size: 20px;
    top: 1px;
    position: absolute;
    right: 13px;
    color: #1d5d69;
    opacity: 0.4;
}

.empreendimento-page .andamento i.foto-empreendimento{
    opacity: 1;
    cursor: pointer;
}

.empreendimento-page .andamento .progress{
    max-width: calc(100% - 30px);
    border: 2px solid #1d5d69;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    background-color: #707070;
    width: 100%;
}
.empreendimento-page .andamento .progress-bar{
    background-color: #1d5d69;
    font-size: 15px;
    padding-left: 10px;
}

.modal, .modal-dialog, .modal-content{
    height: 95%;
  
  }
  .modal-header, .modal-footer {height:10%;}
  .modal-body {height:90%;}
  .modal img {
      max-height:100%;
      width:auto;
  }