.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;
}

.imoveis-page h1{
    color: #45AAA1;
    font-weight: bold;
}
.imoveis-page .background-gray{
    background: #EBEBEB;
}
.imoveis-page .location i{
    font-size: 30px;
    color: #45AAA1;
    top: 3px;
    position: relative;
}

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

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

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

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

.imoveis-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 #45AAA1; 
    background: #45AAA1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


.imoveis-page .btn-quero-mais:hover{
    text-decoration: none;
    background: #FFF;
    color: #45AAA1;
}


@media (max-width: 600px) 
{
    .container-slider{
        max-height: 300px
    }
    .container-slider .tns-horizontal.tns-subpixel>.tns-item{
        vertical-align: middle;
    }
}