body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

[v-cloak] {
    display: none !important;
}

/* Theme */

.btn-theme {
    color: #fff;
    font-size: 11pt;
    background-color:  rgb(3 82 166);;
    border: 0;
    padding: 8px 25px;
}

.btn-theme:hover,
.btn-theme:focus {
    color: #fff;
    background-color: rgb(12, 2, 58);
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

.pagination>li>a,
.pagination>li>span {
    color: rgb(3 82 166);
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: rgb(3 82 166);
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color:  rgb(3 82 166);
    border-color:  rgb(3 82 166);
}

.http-error p {
    font-size: 12pt;
}

/* Navigation */

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.navbar .container {
    min-height: 70px;
}

.navbar-nav > li > a, .navbar-brand {
    height: 70px;
}

.navbar-brand {
    margin-right: 40px;
    padding: 9px 0px;
}

.navbar-nav > li > a {
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12pt;
}

.navbar-inverse {
    background-color: #fff;
    border: 0;
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.navbar-inverse .navbar-nav > li > a {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: rgba(255, 166, 0, 0.938);
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    background-color: rgb(3 82 166);
}

.navbar-inverse .navbar-nav a:active {
    background-color: rgb(12, 2, 58) !important;
}

/* Jumbotron */

.jumbotron {
    background: rgba(0,0,0,.12) url("../img/cover.jpg") top no-repeat;
    background-position: 50% 60%;
    background-color: #fff;
    height: 300px;
    padding: auto;
}

/* Search in Header */

header .search-box {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    max-width: 780px;
    position: relative;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 19px;
}

header .search-box label {
    color: #fff;
    font-weight: 700;
    font-size: 12pt;
    margin-bottom: 10px;
}

header .search-group {
    margin-left: 9px;
}

header .search-group #btn-tipo-de-imovel {
    width: 158px;
}

header .search-group #btn-cidades,
header .search-group #btn-bairros {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

header .search-group #btn-cidades {
    width: 175px;
}

header .search-group #btn-bairros {
    width: 189px;
    margin-left: 9px;
}

header .search-group .dropdown-menu-bairros {
    margin-left: 9px;
}

header .search-box #input-numero-da-ficha {
    border: 0;
    vertical-align: middle;
    font-size: 12pt;
    color: rgb(3 82 166);
    outline: none;
}

header .search-button-group {
    vertical-align: middle;
    padding-top: 12px;
}

header .search-box #btn-search {
    font-size: 12pt;
    font-weight: 700;
    height: 46px;
    background-color: rgb(3 82 166);
    color: #fff;
    text-transform: uppercase;
    outline: none;
    margin-right: 0;
    padding: 12px 16px;
}

header .search-box #btn-search i {
    font-size: 14pt;
}

header .search-button-group a,
header .search-button-group button {
    vertical-align: middle;
}

header .search-button-group a {
    text-decoration: none;
    color: #fff;
    margin-right: 12px;
    font-size: 10pt;
}

header .search-box button,
header .search-box button:hover,
header .search-box button:focus {
    color: rgb(3 82 166);
    background-color: #fff;
    border: 0;
    border-radius: 4px;
}

header .search-box .open > .dropdown-toggle.btn-default {
    color: rgb(3 82 166) !important;
}

header .search-box button:focus,
header .search-box button:active {
    outline: none !important;
}

header .search-box button.active {
    color: #fff !important;
    background-color:  rgb(3 82 166);
}

/* Search in Top Page */

.top-page .search-box {
    display: block;
    background-color: #0c023a;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 21px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.top-page .search-box label {
    color: #FFF;
    font-weight: 700;
    font-size: 11pt;
    margin-bottom: 10px;
}

.top-page .search-group {
    margin-left: 9px;
}

.top-page #finalidade button {
    padding: 6px 30px;
}

.top-page .search-group #btn-tipo-de-imovel {
    width: 100%;
    min-width: 100px;
}

.top-page .search-group #btn-cidades,
.top-page .search-group #btn-bairros {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.top-page .search-group #btn-cidades {
    width: 100%;
    min-width: 150px;
}

.top-page .search-group #btn-bairros {
    width: 100%;
    min-width: 150px;
    margin-left: 9px;
}

.top-page .search-group #btn-bairros + .dropdown-menu {
    margin-left: 9px;
}

.top-page .search-box #btn-search {
    font-size: 10pt;
    font-weight: 700;
    height: 32px;
    background-color: rgb(3 82 166);
    color: #fff;
    text-transform: uppercase;
    outline: none;
    margin-top: 29px;
    margin-left: 15px;
}

.top-page .search-box #btn-search i {
    font-size: 11pt;
}

.top-page .search-box button,
.top-page .search-box button:hover,
.top-page .search-box button:focus {
    color: rgb(3 82 166);
    background-color: #fff;
    border: 0;
    border-radius: 4px;
}

.top-page .search-box .open > .dropdown-toggle.btn-default {
    color: rgb(3 82 166) !important;
}

.top-page .search-box button:focus,
.top-page .search-box button:active {
    outline: none !important;
}

.top-page .search-box button.active {
    color: #fff !important;
    background-color:  rgb(3 82 166);
}

/* Form */

.btn-lg, .btn-group-lg > .btn {
    font-size: 12pt;
    height: 42px;
}

.dropdown-menu {
    max-height: 200px;
    overflow-y: scroll;
}

/* Caroulsel  */

#home-carousel {
    height: 500px;
    width: 100%;
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}

#home-carousel .stamp {
    position: absolute;
    right: 50px;
    z-index: 2;
}

#home-carousel .carousel-caption {
    z-index: 50;
}

#home-carousel .item {
    height: 500px;
    width: 100%;
    align-items: center;
}
#home-carousel .container {
    background-color: rgb(249 151 30);
}

#home-carousel .item h1 {
    font-size: 32pt;
    color: white;
    text-shadow: none;
}

#home-carousel .item h2 {
    font-size: 16pt;
    color: white;
    text-shadow: none;
}

#home-carousel .item h3 {
    font-size: 16pt;
    color: white;
    text-shadow: none;
    margin-bottom: 40px;
}
#home-carousel .item p {
    font-size: 16pt;
    color: white;
    text-shadow: none;
    margin-bottom: 40px;
    max-width: 25ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#home-carousel .item h1 .fa-quote-left,
#home-carousel .item h1 .fa-quote-right {
    font-size: 20pt;
    vertical-align: text-top;
}

#home-carousel .item h1 .fa-quote-left {
    margin-right: 5px;
}

#home-carousel .item h1 .fa-quote-right {
    margin-left: 5px;
}

#home-carousel .carousel-indicators li {
    border: 1px solid #D0D0D0;
}

#home-carousel .carousel-indicators li.active {
    background-color:  rgb(3 82 166);;
    border: 1px solid  rgb(3 82 166);;
}

#home-carousel #btn-search {
    font-size: 12pt;
    font-weight: 700;
    height: 46px;
    background-color: rgb(3 82 166);
    color: #fff;
    text-transform: uppercase;
    outline: none;
    margin-right: 0;
    padding: 12px 16px;
    text-decoration: none;
    border-radius: 6px;
}

#home-carousel a img{
    padding-top: 10px;
    padding-bottom: 10px;
}
#home-carousel .carousel-control {
    color:rgb(3 82 166);
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    filter: alpha(opacity=50);
}

#home-carousel .carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
}
#home-carousel .carousel-control.left {
    right: auto;
    left: 0;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
}
#home-carousel .col-md-4{
    align-items: center;
    margin-top: 80px;
}
/* Cards */

.thumbnail {
    padding: 0;
    border-color: #e5e5e5;
    box-shadow: 4px 4px 4px 4px rgb(0 0 0 / 20%);
}

.thumbnail a img {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 300px;
}
.thumbnail .caption {
    padding: 19px !important;
}

.thumbnail .info {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}

.thumbnail .info .badge-finalidade,
.thumbnail .info .badge-preco {
    border-radius: 3px;
    padding: 5px 10px;
}

.thumbnail .info .badge-finalidade {
    background-color: rgb(249 151 30);
    text-transform: uppercase;
    font-size: 12pt !important;
    font-weight: 700 !important;
}
.badge-finalidade {
    background-color: rgb(249 151 30);
    text-transform: uppercase;
    font-size: 10pt !important;
    font-weight: 700 !important;
}
.badge-vendido {
    background-color: rgb(249, 30, 30);
    text-transform: uppercase;
    font-size: 10pt !important;
    font-weight: 700 !important;
}
.badge-alugado {
    background-color: rgb(249, 30, 30);
    text-transform: uppercase;
    font-size: 10pt !important;
    font-weight: 700 !important;
}
.badge-codigo {
    background-color: rgb(249 151 30);
    text-transform: uppercase;
    font-size: 12pt !important;
    font-weight: 700 !important;
    border-radius: 3px;
    padding: 5px 10px;
    margin-left: 50px;
}

.thumbnail .info .badge-preco {
    /*background-color: #f7eac1;*/
    background-color: rgb(249 151 30);
    color: white;
    font-size: 12pt !important;
    font-weight: 700 !important;
}

.thumbnail h3 {
    font-size: 14pt !important;
    font-weight: 700 !important;
    margin-top: 0px !important;
}

.thumbnail p {
    font-size: 12pt;
}

.thumbnail .btn {
    font-size: 12pt;
    width: 100%;
    padding: 8px 12px;
    background-color:  rgb(3 82 166);
    border: 0;
    margin-top: 9px;
}

.thumbnail .badge-room {
    padding: 6px;
    min-width: 24px;
    border-radius: 12px;
    background-color: #333;
}

.thumbnail .fa-bed {
    font-size: 25pt;
    vertical-align: middle;
    margin-left: 8px;
    color: #333;
}

/* Load more */

.load-more {
    text-align: center;
}

.load-more .btn {
    border: 0;
    text-transform: uppercase;
    font-size: 13pt;
    margin-top: 10px;
}

.load-more i {
    font-size: 16pt;
    margin-top: 10px;
}

/* Title */

.title {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(249 151 30);
    margin-left: 0;
    margin-right: 0;
    color: rgb(3 82 166);
}

.title .col-md-6 {
    padding: 0;
}

.title h2 {
    text-transform: uppercase;
    font-weight: 700;
}

.order {
    position: absolute;
    right: 0;
    bottom: 14px;
}

.order .order-text {
    font-weight: bold;
    margin-right: 10px;
}

.order button,
.order button:hover,
.order button:focus {
    color: rgb(3 82 166);
    background-color: #fff;
    border: 1px solid  rgb(3 82 166);
    border-radius: 4px;
}

/* Results */

.results img {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.results .img-overlay {
    position: relative;
}

.results .layer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #000000 0%, rgba(79,78,78,0.00) 50%);
    color: #fff;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}

.results .layer-overlay .value {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
}

.results .layer-overlay .price {
    display: block;
    font-size: 25pt;
    font-weight: 700;
}

.results .dados-do-imovel {
    display: block;
    font-size: 12pt;
}

.results .dados-do-imovel .info h3 {
    font-size: 18pt;
    font-weight: 700;
    margin-bottom: 5px;
}

.results .dados-do-imovel .info .bairro {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.results .dados-do-imovel .info .rua {
    margin-top: 5px;
    color: #999;
}

.results .dados-do-imovel .info span {
    margin-right: 30px;
}

.results .dados-do-imovel .info .obs {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 11pt;
    color: #333;
}

.results .wrapper {
    position: relative;
    width: 100%; /* <-- just a default, can be anything. */
}

.results .four-by-three.aspect-ratio {
    padding-bottom: 75%
}

.results .content {
    position: absolute;
    top: 0;  bottom: 0;  left: 0;  right: 0;
    overflow: hidden;
}

/* Details */

.details h3 {
    font-size: 18pt;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px;
}

.details .bairro {
    font-size: 12pt;
    margin-bottom: 5px;
}

.details .ficha {
    font-size: 10pt;
    color: #999;
}

.view {
    background: #fff;
}

.view img,
.left.carousel-control,
.right.carousel-control{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.gallery-scroll .controller {
    font-size: 32pt;
    text-align: center;
    display: block;
    color: rgba(50, 3, 160, 0.884);
    line-height: 32pt;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 !important;
}

.gallery-scroll .controller:hover,
.gallery-scroll .controller.list-group-item:hover {
    color: rgb(3 82 166);
    border: 1px solid  rgb(3 82 166);
    -webkit-transition: border 1.0s ease-out;
    -moz-transition: border 1.0s ease-out;
    -o-transition: border 1.0s ease-out;
    transition: border 1.0s ease-out;
}

.gallery-scroll .controller.disabled {
    color: rgba(119, 119, 119, 0.3);
    background-color: #fff;
}

.gallery-scroll .controller.disabled:hover {
    color: rgba(119, 119, 119, 0.3);
    border: 1px solid #fff;
}

.gallery-scroll .picture-thumbnail {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 2px;
    border: 2px solid #fff;
}

.gallery-scroll .picture-thumbnail:hover,
.gallery-scroll .picture-thumbnail:focus {
    border: 2px solid  rgb(3 82 166);
    -webkit-transition: border 0.5s ease-out;
    -moz-transition: border 0.5s ease-out;
    -o-transition: border 0.5s ease-out;
    transition: border 0.5s ease-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.gallery-scroll .picture-thumbnail img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.gallery-scroll-content {
    max-height: 420px;
    overflow-y: scroll;
}

.details .dados-do-imovel {
    background-color: #f7eac1;
    border: 1px solid #f7eac1;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 0;
}

.details .dados-do-imovel .value {
    color: rgb(3 82 166);
    text-align: center;
}

.details .dados-do-imovel .value .price {
    font-size: 22pt;
    font-weight: 700;
}

.details .dados-do-imovel .info {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12pt;
}

.details .dados-do-imovel .body {
    display: table;
    margin-left: 0;
    margin-right: 0;
}

.details .dados-do-imovel .body .col-left {
    /*background-color: #4990E2;*/
    background-color: #FBDA6E;
    float: none;
    display: table-cell;
    vertical-align: middle;
    /*-webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;*/
    padding-left: 30px;
    padding-right: 30px;
    /*left: -1px;*/
}

.details .obs {
    margin-top: 15px;
    font-size: 11pt;
}

.details .obs span {
    font-weight: bold;
}

.details .obs p {
    color: #333;
    margin-top: 5px;
}

.details .more-info {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #f2f2f2;
    color: #999;
    font-size: 10pt;
}

/* Contato */

.contato .form-group {
    margin-bottom: 20px;
}

.contato .form-group .error {
    background: #f2dede;
}

.contato .control-label {
    padding-top: 0;
    font-size: 14pt;
}

.contato .control-label .active {
    color: rgb(3 82 166);
}

.contato .fa-stack-2x {
    color: #e5e5e5;
}

.contato .fa-stack-1x {
    color: #fff;
    font-size: 14pt;
}

.contato .input-lg,
.contato .textarea-lg {
    color: #666;
    border-radius: 0;
    background-color: #f1f1f1;
    min-height: 40px;
    font-size: 12pt;
    outline: none;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.contato .input-lg:focus,
.contato .textarea-lg:focus{
    background: #e5e5e5;
}

.contato .control-label + textarea {
    vertical-align: top;
}

.contato #btn-send {
    font-size: 12pt;
    font-weight: 700;
    height: 40px;
    background-color: rgb(3 82 166);;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    padding-left: 30px;
    padding-right: 30px;
}

.contato .message {
    padding: 10px 20px;
    margin-bottom: 20px;
}

.contato .message.error {
    background-color: #f2dede;
    color: #a94442;
}

.contato .message.success {
    background-color: #dff0d8;
    color: #3c763d;
}

.contato .errorlist {
    list-style-type: none;
    padding: 0;
    color: #a94442;
    margin-top: 5px;
    margin-bottom: 0;
}

/* Footer */

footer {
    background-color: rgb(12, 2, 58);
    min-height: 350px;
    margin-top: 35px;
    font-size: 12pt !important;
}

footer .table {
    margin-top: 30px;
    width: auto;
}

footer .table > tbody > tr > td {
    border: 0;
    color: #fff;
}

footer .table > tbody > tr > td .fa {
    font-size: 18pt;
}

footer .fb-page a {
    color: #fff !important;
    font-size: 26pt;
}

.footerleft {
    padding:0 36px;
}

.logofooter {
    width: 35%;
    margin-top: 30px;
    margin-left: 30px;
}

.footerleft p {
    color:#fff;
    font-size:12px !important;
    margin-bottom:15px;
}

footer .table caption  {
    color:#fff;
    font-size: 20px;
    margin-bottom:15px;
}
.footerleft p i {
    width: 20px;
    color: #999;
}

.paddingtop-bottom {
    margin-top: 50px;
}
footer p{
    color:white;
}

.copyright {
    min-height: 40px;
    background-color: #000000;
}

.copyright p {
    text-align: left;
    color: #FFF;
    padding: 10px 0;
    margin-bottom: 0px;
}

@media only screen and (max-width: 992px) {

    /* Header */
    .jumbotron {
        height: inherit;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        margin-bottom: 10px;
    }
    header .form-inline .form-group {
        display: block;
    }
    header .search-box {
        margin-top: 0;
    }
    #finalidade {
        width: 100%;
    }
    #finalidade button {
        width: 50%;
    }
    header .search-group {
        margin-top: 10px;
        margin-left: 0;
    }
    header .search-group .btn-group,
    header .search-group .btn-group button {
        width: 100% !important;
        margin-left: 0 !important;
    }
    header .search-group #btn-bairros {
        margin-top: 20px;
    }
    header .search-group .dropdown-menu-bairros {
        margin-left: 0 !important;
    }
    .open>.dropdown-menu {
        width: 100%;
    }
    .open>.dropdown-menu a {
        padding: 10px 20px;
    }
    header .search-box #btn-search {
        margin-right: 0;
        padding: 12px 16px;
    }
    header .search-box #input-numero-da-ficha {
        width: 125px;
    }

    /* Top Page */
    .top-page .form-inline .form-group {
        display: block;
        margin-bottom: 0;
    }
    .top-page .search-group {
        margin-top: 10px;
        margin-left: 0;
    }
    .top-page .search-group .btn-group,
    .top-page .search-group .btn-group button {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .top-page .search-group #btn-bairros {
        margin-top: 20px;
    }
    .top-page .search-group .dropdown-menu-bairros {
        margin-left: 0 !important;
    }
    .top-page .search-box #btn-search {
        width: 100%;
        margin-top: 20px !important;
        margin-left: 0;
        height: inherit;
    }

}


@media only screen and (max-width: 768px) {

    /* Brand */
    .navbar-brand > img {
        margin-left: 10px;
        width: 200px;
    }

    /* Toggle Menu Button */
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: rgb(3 82 166);
    }
    .navbar-inverse .navbar-toggle {
        border: 0;
        background-color:rgb(3 82 166)!important ;
    }
    .navbar-toggle {
        margin-top: 19px;
        margin-bottom: 19px;
        background-color:rgb(3 82 166)!important ;
    }

    /* Menu */
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border: 0;
    }
    .navbar-nav > li > a, .navbar-brand {
        height: inherit;
    }

    /* Carousel */
    #home-carousel {
        height: auto;
        margin-bottom: 10px;
    }
    #home-carousel .item {
        height: 170px;
        min-height: 200px;
    }
    #home-carousel .item h1,
    #home-carousel .item h1 .fa-quote-left,
    #home-carousel .item h1 .fa-quote-right {
        font-size: 16pt;
    }
    #home-carousel .carousel-caption {
        top: 0;
        padding-top: 0;
    }
    #home-carousel .stamp {
        position: initial;
        margin: 0 auto;
    }

    /* Footer */
    footer {
        font-size: 10pt !important;
    }
    footer .table > tbody > tr > td .fa {
        font-size: 14pt;
    }
    footer .logofooter {
        text-align: center;
    }
    footer .table>tbody>tr>td {
        padding: 5px;
    }

    /* Title */
    .title {
      padding-bottom: 14px;
    }
    .order {
      position: inherit;
      bottom: 0;
    }
    #imagem_galeria{
        display: block;
        max-width: 100% !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Bootstrap .sm */
@media only screen and (max-width: 750px) {
    .results .actions .btn-theme {
        width: 100%;
        margin-top: 10px;
    }
    .results .dados-do-imovel .info span {
        display: block;
        margin-right: 0;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

/* Bootstrap .md */
@media only screen and (max-width: 991px) {


    .results .dados-do-imovel {
        padding: 0px 20px 20px 20px;
    }
    .results .layer-overlay {
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-left-radius: 0px;
    }
    .pull-left-md {
        float: left !important;
    }
    .pull-left-md.btn-theme {
        margin-bottom: 10px;
    }
    .details .dados-do-imovel .body .col-left {
        vertical-align: top;
        padding-top: 20px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {

    /* Carousel */
    #home-carousel .item h1,
    #home-carousel .item h1 .fa-quote-left,
    #home-carousel .item h1 .fa-quote-right {
        font-size: 17pt;
    }
    #imagem_galeria{
        display: block;
        max-width: 100% !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    

    /* Navbar */
    .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Carousel */
    #home-carousel .item h1,
    #home-carousel .item h1 .fa-quote-left,
    #home-carousel .item h1 .fa-quote-right {
        font-size: 19pt;
    }

    #imagem_galeria{
        display: block;
        max-width: 100% !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

}

/* iPhone 5 */
@media only screen and (max-width: 400px) {
    #imagem_galeria{
        display: block;
        max-width: 100% !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .details .dados-do-imovel .value .price {
        font-size: 13pt;
    }
    .details .dados-do-imovel .info {
      font-size: 11pt;
    }
}
.card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
  }
  
  .flex-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  
  .h-250 { height: 250px; }
  @media (min-width: 768px) {
    .h-md-250 { height: 250px; }
  }

#plantao{
    padding-left: 250px;
    padding-right: 250px;
}
#plantao .thumbnail{
    height: 200px;
}
#plantao img{
    height: 190px;
    width: 190px;
    padding-top:10px;
}
#plantao-icon {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 768px) {
    #imagem_galeria{
        display: block;
        max-width: 100% !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    #plantao{
        padding-left: 20px;
        padding-right: 20px;
    }
    #plantao .thumbnail {
        padding: 0;
        border-color: #e5e5e5;
        box-shadow: 4px 4px 4px 4px rgb(0 0 0 / 20%);
        height: auto;
    }
    
    #plantao .thumbnail img {
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        height: 0px;
        width: 0px;
    }
       #plantao .thumbnail .col-md-4 {
        height: 0px;
        width: 0px;
    }
    #plantao .thumbnail .caption {
        padding: 30px !important;
    }
    
    #plantao .thumbnail .info {
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    #plantao .thumbnail .info .badge-finalidade,
    #plantao .thumbnail .info .badge-preco {
        border-radius: 3px;
        padding: 5px 10px;
    }
    
    #plantao .thumbnail .info .badge-finalidade {
        background-color: rgb(249 151 30);
        text-transform: uppercase;
        font-size: 12pt !important;
        font-weight: 700 !important;
    }
    
    #plantao .thumbnail .info .badge-preco {
        /*background-color: #f7eac1;*/
        background-color: rgb(249 151 30);
        color: white;
        font-size: 12pt !important;
        font-weight: 700 !important;
    }
    
    #plantao .thumbnail h3 {
        font-size: 14pt !important;
        font-weight: 700 !important;
        margin-top: 0px !important;
    }
    #plantao .caption i{
        padding-right: 5px;;
    }
    
    
    .thumbnail p {
        font-size: 12pt;
    }
    
    .thumbnail .btn {
        font-size: 12pt;
        width: 100%;
        padding: 8px 12px;
        background-color:  rgb(3 82 166);
        border: 0;
        margin-top: 9px;
    }
    
    .thumbnail .badge-room {
        padding: 6px;
        min-width: 24px;
        border-radius: 12px;
        background-color: #333;
    }
    
    .thumbnail .fa-bed {
        font-size: 25pt;
        vertical-align: middle;
        margin-left: 8px;
        color: #333;
    }
  }
@media(max-width:767px) {
    #home-carousel img{
        width:100%;
        height: 330px;
    }
    #home-carousel .item .active {
        height: 600px;
        width: 100%;
        align-items: center;
    }
    #home-carousel .item {
        height: 600px;
        width: 100%;
        align-items: center;
    }
    #home-carousel .col-md-8{
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        height: 250px;
    }
    #imagem_galeria{
        display: block;
        max-width: 100% !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

.boxes {
    padding: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #f58634;
    border-bottom: 5px solid;
    background: #fff;
    -moz-box-box-shadow: 2px 2px 1px RGBa(0,0,0,.035);
    -webkit-box-shadow: 2px 2px 1px RGBa(0,0,0,.035);
    box-shadow: 2px 2px 1px RGBa(0,0,0,.035);
}
.boxes, .boxes_img {
    position: relative;
}
.big_title {
    font-size: 21px;
    font-weight: 600;
    line-height: 40px;
    margin: 30px 0;
}

#wpp{
    text-decoration: none;
    background-color:#25D366;
    border-radius: 3px;
    height: 20px;
    padding: 0 6px;
    text-align: center;
    width: 105px;
    vertical-align: bottom;
    display: inline-block;
}
#wpp b{
    font-size: 11px;
    font-family:sans-serif;
    padding: 0 6px;
    text-align: start;
    color: #ffffff;
    font-weight: bold;
}
#wpp i{
    color: #ffffff;
}
#social span {
    margin-right: 0px;
    
}
#imagem_galeria{
    display: block;
    max-width: 65%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#preco{
    margin-right: 40px;
    margin-top : 10px;
}