h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    font-family: 'Open Sans', sans-serif;
}

.row {
    max-width: 70em;
}

p {
    font-size: 15px;
    color: #777777;
}

header {
    margin-bottom: 12px;
}
.bg-gray{
    background-color: #F1F4F8;
}
.bg-light{
    background-color: #FAFAFA;
}
header .header-top{
    background-color: #F1F4F8;
    height: 30px;
}

header .header-top p {
    font-size: 13px;
    font-weight: 400;
    margin: 5px;
}

header .header-top .telefone{
    font-size: 12px;
    color: #777777;
}

.spacing {
    padding: 30px 0;
}

.f-bold {
    font-weight: bold;
}

.f-light {
    font-weight: lighter;
}

.margin-top8 {
    margin-top: 8px;
}

.padding0 {
    padding: 0;
}

.padding-r0 {
    padding-right: 0;
}

.margin0 {
    margin: 0;
}

.margin-top-15{
    margin-top: 15px;
}

.margin-top-30{
    margin-top: 30px;
}

.margin-top-50{
    margin-top: 50px;
}
.margin-r0{
    margin-right: 0;
}

.inline-list li a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #98989C;
    font-size: 12px;
}

.inline-list li a:hover {
    color: #000000;
}

.inline-list > li {
    text-transform: uppercase;
    margin: 0;
    padding: 0px 25px;
    border-right: 1px solid #BBBBBB;
}

.inline-list > li.no-separator{
    border-right: none;
    padding-right: 0px;
}

.inline-list {
    margin: 25px 0px 0 36px;
}

.relative {
    position: relative;
}

.orbit-bullets-container {
    text-align: center;
    margin: -38px 0 0 0px;
}

.orbit-bullets {
    margin-bottom: 0;
    top: -10px;
}

.orbit-bullets li {
    width: 0.8625rem;
    height: 0.8625rem;
    background: #FFF;
}

.orbit-container .orbit-prev {
    background: url(../img/left.png);
    width: 42px;
    height: 42px;
    left: 8%;
}

.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
    display: none;
}

.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
    background-color: none;
}

.orbit-container .orbit-next {
    background: url(../img/right.png);
    width: 42px;
    height: 42px;
    right: 8%;
}

.box-home-title{
    margin-bottom: 30px;
}

.title{
    color: #435061;
    font-size: 16px;
    font-weight: 700;
}

.box-home h5 {
    margin-top: 30px;
    color: #387DB2;
}

.box-home p {
    font-size: 14px;
}

.wrapper-photo {
    overflow: hidden;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-max-height {
    height: auto;
}

.wrapper-photo img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.box-imovel{
    background-color: #ffffff;
    margin-bottom: 30px;
    border: solid 1px #fff;
    border-radius: 0 0 5px 5px;
}

.box-imovel small{
    font-size: 10px;
    font-weight: 700;
}

.box-imovel .content{
    padding: 15px;
    border-bottom: solid 1px #F1F4F8;
}

.box-imovel .footer{
    padding: 15px;
}
.btn-todos{
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
}

.box-imovel .footer .button {
    background-color: #FE8002;
    font-weight: 700;
    font-size: 13px;
    padding: 5px 15px;
}

.box-imovel .title {
    font-weight: 400;
    margin: 0;
}

.box-imovel .price {
    margin: 0;
    color: #31A2E1;
    font-weight: 700;
}

.box-icone {
    margin-top: 5px;
}

.box-icone img {
    width: 24px;
    opacity: 0.5;
}

.box-icone span:not(.label){
    color: #384D65;
    font-size: 14px;
}

.box-icone span.label{
    position: absolute;
    margin-right: 15px;
    right: 0;
}

.owl-prev {
    background: url(../img/left-owl.png);
    width: 18px;
    height: 35px;
    display: block;
    position: absolute;
    text-indent: -9999px;
    top: 33%;
    left: -45px;
}

.owl-next {
    background: url(../img/right-owl.png);
    width: 18px;
    height: 35px;
    display: block;
    position: absolute;
    text-indent: -9999px;
    top: 33%;
    right: -45px;
}

#depoimentos {
    background: url(../img/background-depoimentos.jpg) no-repeat top center;
    padding-bottom: 50px;
}

#depoimentos .content {
    padding: 15px 0;
    background-color: #ffffff !important;
    min-height: 200px;
    max-height: 200px;
    text-align: justify;
    overflow: hidden;
}

#depoimentos .footer::before {
    height: 0px;
    /*bottom: 8px;*/
    /*background: #ffffff;*/
    position: absolute;
    content: '';
    border-top: 10px solid white;
    border-left: 10px solid white;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.custom-button {
    background-image: linear-gradient(#F7D60B, #E67E22);
    background-size: auto 200%;
    background-position: 0 100%;
    transition: background-position 0.5s;
    color: #FFF;
    padding: 6px 13px;
    border-radius: 5px !important;
    font-size: 15px !important;
}

#depoimentos h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

#depoimentos h5 {
    color: #ffffff;
    margin: 0;
    background-color: none;
    font-size: 18px;
    font-weight: bold;
}

#depoimentos p {
    font-size: 14px;
    margin: 25px;
    color: #33465D;
}

form#contact-home {
    padding-bottom: 30px;
}

.button.custom {
    background-color: #445163;
    padding: 10px 50px;
    font-weight: 700;
    font-size: 13px;
}

.button.custom:hover {
    background-color: #667385;
}

div#corretor img {
    width: 100%;
}

div#corretor h5 {
    color: #445163;
    font-size: 13px;
    font-weight: 400;
}

div#corretor p,
div#corretor a {
    color: #445163;
    font-size: 13px;
    font-weight: 400;
}

div#corretor a:hover {
    color: #667385;
}

footer {
    background-color: #445163;
    padding: 10px;
}

footer p{
    font-size: 12px;
    color: #ffffff;
}

footer .social-buttons {
    margin: 5px;
    float: left;
}

footer .social-buttons ::after {
    clear: both;
}

footer .social-buttons img{
    width: 30px;
    height: 30px;
}

/* Medium up */
@media only screen and (min-width: 40.063em) {
    .medium-padding-r0 {
        padding-right: 0;
    }
}

/*Medium*/

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .owl-next,
    .owl-prev {
        display: none !important;
    }
    .box-icone {
        overflow: hidden;
        height: 25px;
    }
    .wrapper-photo {
        height: 190px;
    }
    .inline-list > li {
        padding: 0px 8px;
    }
    .header-widget {
        height: 80px;
        overflow: hidden;
    }
    .inline-list {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        z-index: 9999;
        background: #000;
    }
    .inline-list > li {
        width: 100%;
        border-bottom: 1px solid #333;
        padding: 4px 0;
    }
    .inline-list > li a {
        color: #FFF;
        font-size: 16px;
        font-weight: normal;
        padding-left: 2%;
    }
    .mobile-padding0 {
        padding: 0;
    }
    header {
        background: #FFF;
    }

    #mobile-menu {
        background: #445163;
        color: #FFF;
        padding: 5px 0;
        font-size: 20px;
        display: block;
        margin-bottom: 10px;
    }
    .menu-main {
        display: none;
    }

/*    #depoimentos {
        height: 100%;
        background-repeat: repeat-y;
    }

    #depoimentos .footer {
        margin-bottom: 30px;
    }*/
}

@media only screen and (max-width: 40em) {
    .small-no-space {
        padding: 0;
        margin: 0;
    }

    .small-m-t-10 {
        margin-top: 10px;
    }

    .owl-next,
    .owl-prev {
        display: none !important;
    }
    .box-icone {
        overflow: hidden;
        height: 25px;
    }
    .wrapper-photo {
        height: 190px;
    }
    .inline-list > li {
        padding: 0px 8px;
    }
    .header-widget {
        height: 80px;
        overflow: hidden;
    }
    .inline-list {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        z-index: 9999;
        background: #000;
    }
    .inline-list > li {
        width: 100%;
        border-bottom: 1px solid #333;
        padding: 4px 0;
    }
    .inline-list > li a {
        color: #FFF;
        font-size: 16px;
        font-weight: normal;
        padding-left: 2%;
    }
    .mobile-padding0 {
        padding: 0;
    }
    header {
        background: #FFF;
    }
    #mobile-menu {
        background: #445163;
        color: #FFF;
        padding: 5px 0;
        font-size: 20px;
        display: block;
        margin-bottom: 10px;
    }
    .menu-main {
        display: none;
    }

    #depoimentos {
        height: 950px;
        background-repeat: repeat-y;
    }

    #depoimentos .footer {
        margin-bottom: 30px;
    }
}
section#search-box {
    padding: 20px 0;
}

#inner-page {
    background: url(../img/background-depoimentos.jpg) top center;
    height: 100px;
    padding: 20px 0;
}

#inner-page h1 {
    color: #FFF;
    font-size: 20px;
    text-transform: uppercase;
}

.breadcrumbs {
    background: #FFF;
}

.breadcrumbs>*.current a {
    color: #8C3F9E;
}

.details-movel h2 {
    font-size: 19px;
    color: #e67e22;
}

.price-block {
    background: #EEE;
    padding: 7px 0 0 15px;
    border-left: 6px solid #E67E22;
}

.price-block h6 {
    font-size: 15px;
    color: #777777;
    margin-bottom: 0;
}

.price-block h3 {
    font-size: 23px;
    font-weight: bold;
    color: #777777;
}

.background-white {
    background: #FFF;
}

.btn-contact {
    border-radius: 5px;
    padding: 1rem !important;
    text-transform: uppercase;
}

.details-movel h4 {
    color: #33485D;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
}

.details-movel ul {
    margin: 0;
    list-style: none;
    padding: 5px 0 20px 0;
}

.details-movel ul li,
.details-movel p {
    color: #777;
}

.share-movel {
    background: #f2f2f2;
    box-shadow: 0px 1px 2px 0px #d0d0d0 inset;
    padding: 6px 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.share-movel:hover {
    background: #e2e2e2;
    box-shadow: 0px 1px 5px 0px #c0c0c0 inset;
}

.share-movel h4 {
    margin-top: 12px;
}

.show-map iframe {
    width: 100%;
    padding: 10px 3px;
}

.grid-photos > li {
    padding: 0;
    margin: 3px 0;
}

.auto-height > li {
    height: auto !important;
}

.large-block-grid-3 > li,
.medium-block-grid-3 > li {
    height: 140px;
    overflow: hidden;
}

.large-block-grid-5 > li,
.medium-block-grid-5 > li,
.small-block-grid-5 > li {
    height: 80px;
    overflow: hidden;
}

.large-block-grid-4 > li,
.medium-block-grid-4 > li,
.small-block-grid-4 > li {
    height: 120px;
    overflow: hidden;
}

.small-block-grid-3 > li {
    height: 90px !important;
}

.large-block-grid-7 > li,
.medium-block-grid-7 > li {
    height: 50px;
    overflow: hidden;
}

.grid-photos {
    margin: 2px;
}

.grid-photos li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-photos > li img {
    margin: 0 0px 0px -3px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.youtube-frame iframe {
    width: 100%;
}

.addthis_inline_share_toolbox {
    margin-top: 9px;
    text-align: right;
}

.icone-atributos {
    opacity: 0.6;
    padding: 5px;
}

.icone-atributos {
    opacity: 0.6;
    padding: 5px;
}

.icone-atributos:hover {
    opacity: 1;
}

.atributos-block-grid li {
    padding: 5px 10px;
    margin: 0;
}


/** Card Imovel **/
.card-imovel {
    border: 1px solid #EEEEEE;
    padding: 10px;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.08);
    margin-bottom: 15%;
    margin: 5px 0 5px 10px;
    display: flex;
    border-top: 3px solid #E67E22;
    overflow-y: hidden;
}

.card-imovel .endereco {
    color: rgba(0,0,0,.4);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 6px;
    display: block;
}

.card-imovel header {
    flex: 1;
    background: none;
    height: auto;
    border: 0;
    margin-top: -10px;
}

.card-imovel header h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-shadow: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.card-imovel .mini-galeria {
    width: 400px;
    height: 240px;
    position: relative;
    display: block;
}

.card-imovel .mini-galeria img {
    position: relative;
    width: 100%;
    height: 240px;
    margin-top: 120px;
    object-fit: cover;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transform-style: initial;
}

.card-imovel .dados-imovel {
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    min-width: 0;
    padding: 10px 10px 10px 15px;
    background: #fff;
}

.card-imovel .imovel-preco h5 {
    color: #E67E22;
}