#parceiros img.imgPartners {
    max-width: 70%;
    width: auto !important;
}

.top-links ul ul a {
    white-space: nowrap;
}

.sticky-header div#header-wrap {
    height: 80px;
}

.sticky-header #logo img {
    margin-top: 10px;
}

#logo img {
    height: 30px !important;
}
 
.login-form .login-form-box,
.form-overlay .login-form-box {
    margin: auto;
}

#page-title.page-title-dark p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 20px;
}


/*Menu*/

div#menu-topo {
    background-color: #006a85;
    color: #FFF;
}

#primary-menu ul li>a {
    color: #FFF;
}

a.btn.btn--sign.login-window {
    background-color: #c8c8c8;
    color: #606060;
}

a.btn.btn--sign.cadastro-window {
    background-color: #006a85;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Asap';
    font-size: 15px;
    padding: 5px 20px;
    font-weight: normal;
}

a.btn.btn--sign.cadastro-window:hover {
    color: #006a85;
    background-color: transparent;
    border: solid 1px #006a85;
}

.top-links .rounded-circle {
    width: 30px;
    height: 30px;
}


/*Buscador*/

.select2-container {
    width: 100% !important;
}

.titulo-buscador {
    background-color: #f0ad4e;
    margin: 0px;
    padding: 8px 20px;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
}

.buscador {
    background-color: #fff;
    padding: 20px 0;
}

.buscador span {
    color: #969696;
}

.buscador .txtBuscar {
    font-size: 20px;
    padding-top: 3px;
}

.buscador button.btn.btn-md.btn-success {
    float: right;
    position: absolute;
    padding: 8px 10px;
    border-radius: 0 5px 5px 0;
}

.buscador .mega-select {
    margin: 0!important;
}

.buscador .mega-select .select__field {
    border-radius: 3px 0 0 3px!important;
    background-color: #e4e4e4;
    padding: 8px 20px;
}

.buscador .btn-success,
.buscador .btn-success:hover {
    color: #ffffff!important;
    background-color: #006a85!important;
    border-color: #006a85!important;
    text-transform: capitalize!important;
    font-family: 'Asap'!important;
    font-size: 16px!important;
}

.pagina-interna .buscador .mega-select .select__field {
    height: 54px;
    width: auto;
}

.pagina-interna .buscador button.btn.btn-md.btn-success {
    position: relative!important;
}

.btn--shine {
    background-color: #006a85!important;
    border: solid 1px #006a85!important;
    font-size: 15px!important;
    font-family: 'Asap'!important;
    text-transform: capitalize!important;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
}


/* Produto Item */

.shop .product {
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}

.shop .product .product-top {
    height: 200px;
    position: relative;
    border-radius: 5px 5px 0px 0px;
    background-color: #fff;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.shop .product .product-image {
    height: 100%;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    transition: all .2s ease-in-out;
    display: block;
}

.shop .product:hover .product-image,
.shop .product:focus .product-image {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.shop .product:hover .product-image .sale-flash,
.shop .product:focus .product-image .sale-flash {
    top: 20px;
    left: 25px;
}

.shop .product:hover .product-image:before,
.shop .product:focus .product-image:before {
    display: block;
}

.shop .product .product-image:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52, 73, 94, 0.75);
}

.shop .product .product-preco {
    margin: 0px 10px;
}

.shop .product .product-title h3 {
    height: 38px;
    overflow: hidden;
    margin-top: 10px;
    font-size: 19px;
    overflow: hidden;
    line-height: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 15px;
}

.shop .product .product-desc {
    padding: 15px 0;
    font-size: 14px;
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.07);
    transition: box-shadow .2s ease;
    overflow: hidden;
}

.shop .product:hover .product-desc {
    background-color: rgba(52, 73, 94, 0.05);
}


/*Home*/

#modulo-home .content-wrap {
    padding: 0px 0px 80px 0;
}

#modulo-home #buscador input.form-control.select__field {
    height: 51px;
    font-size: 20px;
    width: auto;
}

#buscador button.btn.btn-md.btn-success {
    padding: 14px 40px;
    font-size: 15px;
    font-weight: normal;
    background-color: #006a85;
    border-color: #006a85;
}

.rodape_layout_abaixo {
    padding: 10px;
    text-align: center;
    color: #FFF;
    background-color: #06556b;
}

.footer-assinatura {
    background-color: #06556b;
    color: #FFF;
}
.iconnitrosite-logo {
    color: #FFF;
    position: absolute;
    right: 0px;
    bottom: 15px;
}

/**** LAYOUT ****/

.list-inline>li {
    padding: 0 10px 0 0;
}

.container-pad {
    padding: 30px 15px;
}


/* Font changes */

.fnt-smaller {
    font-size: .9em;
}

.fnt-lighter {
    color: #bbb;
}


/* Padding - Margins */

.pad-10 {
    padding: 10px!important;
}

.mrg-0 {
    margin: 0!important;
}

.btm-mrg-10 {
    margin-bottom: 10px!important;
}

.btm-mrg-20 {
    margin-bottom: 20px!important;
}

.avaliaoes_recentes .property-listing img {
    max-width: 100px;
    margin-right: 20px;
}

#map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px
}


/**** MEDIA QUERIES ****/

@media only screen and (max-width: 991px) {
    .avaliaoes_recentes .property-listing {
        padding: 5px!important;
    }
    .avaliaoes_recentes .property-listing a {
        margin: 0;
    }
    .avaliaoes_recentes .property-listing .media-body {
        padding: 10px;
    }
}

.overlay.login-avaliacao-overlay {
    position: absolute;
}

.avaliaoes_recentes .media .foto {
    height: 100px;
    width: 120px;
    overflow: hidden;
}

.media-video i.fa-play-circle.fa {
    position: absolute;
    margin-top: 85px;
    margin-left: 110px;
}


/*Operadores*/

.profile {
    margin-top: 25px;
    height: 400px;
}

.profile h1 {
    font-weight: normal;
    font-size: 20px;
    margin: 10px 0 0 0;
    height: 70px;
}

.profile h2 {
    font-size: 14px;
    font-weight: lighter;
    margin-top: 5px;
}

.profile .img-box {
    opacity: 1;
    display: block;
    position: relative;
    height: 200px;
    overflow: hidden;
}

.profile .img-box img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.profile .img-box:after {
    content: "";
    opacity: 0;
    background-color: rgba(35, 158, 174, 0.5);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.img-box a {
    color: #fff;
}

.img-box:hover:after {
    opacity: 1;
}

a.btn.btn-default.saibaMais {
    background-color: #8dc63f;
    color: #fff;
    width: 100%;
}

.profile .agencias {
    background-color: #eee;
    padding: 20px;
    border-radius: 5px;
}

div#agenciasTotal {
    background-color: #747474;
}

#agencias {
    background-image: url(http://www.receptivoturistico.com.br/projeto/receptivo-turistico/public/images/fundo-img-receptivo_1mb2.jpg);
    background-repeat: no-repeat;
}

#agencias h1 {
    color: #fff!important;
    padding: 0 15px;
    font-family: 'Asap';
    font-size: 50px;
    font-weight: bold;
}

#agencias .profile h2 {
    font-size: 18px;
    font-weight: bolder;
    margin-top: 5px;
    text-transform: uppercase;
    color: #e15038!important;
    margin-bottom: 10px!important;
}

#agencias h3 {
    color: #818181;
    font-size: 14px;
    font-family: 'Asap', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#modulo-atrativo .btn-primary {
    margin-top: 20px;
}

#modulo-atrativo .nomeInfo span {
    font-size: 14px;
}

#modulo-atrativo p.nomeInfo,
#modulo-atrativo h6 {
    font-size: 16px;
    color: #555555!important;
}

#modulo-atrativo .avaliar {
    margin-bottom: 40px!important;
}

#modulo-atrativo .descricaoPasseio {
    margin-bottom: 40px;
}

#modulo-atrativo .page-heading {
    margin-top: 0px;
}

#modulo-atrativo .nomeInfo a {
    color: #555555!important;
}

#modulo-atrativo .nomeInfo a:hover {
    color: #252424!important;
}

#modulo-atrativo .btn-primary {
    margin-top: 20px;
    padding: 10px 70px;
}

#modulo-atrativo #content {
    background-color: #e4e4e4!important;
}

#modulo-atrativo .movie {
    background-color: #fff!important;
    overflow: hidden;
    padding: 20px 40px;
    border-radius: 10px;
    margin-top: 40px;
}

#modulo-atrativo h1 {
    font-size: 48px;
    font-weight: 300;
    font-family: 'Lato';
    color: #555!important;
}

#modulo-atrativo h3 {
    font-family: 'Asap';
    font-size: 30px;
    color: #239eae;
    font-weight: bold;
}

#modulo-atrativo .page-header {
    padding-bottom: 10px;
    margin: 0;
    border-bottom: 0;
    color: #5c5c5c!important;
    font-weight: bold;
    font-family: 'Asap';
}

#modulo-atrativo .itemFoto {
    height: 250px;
    text-align: center;
}

#modulo-atrativo .todasFotos #modulo-atrativo .btn-info {
    display: none!important;
}

#modulo-atrativo .btn-info:hover,
#modulo-atrativo .btn-info {
    color: #ffffff;
    background-color: #8dc63f;
    border-color: #8dc63f;
    font-family: 'Asap';
    font-weight: bold!important;
    padding: 10px 50px;
    margin-bottom: 50px;
}

h2.resultado {
    color: #229DAD!important;
    margin-top: 40px!important;
}

#modulo-atrativo {
    font-size: 16px;
}

#modulo-atrativo .comment {
    border: 0!important;
}

#modulo-atrativo .choose-container {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 50px;
}

#modulo-receptivos .topo_layout_extra_01,
#modulo-receptivo .topo_layout_extra_01,
#modulo-atrativo .topo_layout_extra_01 {
    display: none;
}

#modulo-meu_anuncio h2 {
    color: #000;
}

#modulo-meu_anuncio li.template-download .thumbnail {
    height: 260px!important;
}

.post a.addthis_button_google_plusone.at300b {
    margin-left: 40px!important;
}

.containerReceptivo {
    margin: 0 auto!important;
    float: none!important;
}

.slick-prev,
.slick-next {
    z-index: 999;
}

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}

.slick-prev:before {
    font-family: 'FontAwesome'!important;
    content: "\f104"!important;
    font-size: 50px!important;
}

.slick-next:before {
    font-family: 'FontAwesome'!important;
    content: "\f105"!important;
    font-size: 50px!important;
}

.slick-prev:before,
.slick-next:before {
    color: #ffffff;
}


/***ITEM ATRATIVOS***/

.destaquesHome a.movie__title {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px #000000;
    width: 100%;
    display: block;
    padding: 10px
}

.destaquesHome .item-imagem {
    overflow: hidden;
    padding: 0;
    text-align: center;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.07);
}

.destaquesHome .item-imagem::before {
    content: '';
    background-color: #fff;
    z-index: 999;
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% + 10px);
    margin: 0 -5px -7px;
    padding: 20px 15px 35px;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    text-align: center;
}

.destaquesHome .item-info {
    margin-bottom: 40px;
    margin-top: -35px;
    z-index: 999;
}

.usuario_voto .usuario_avatar {
    height: 30px;
}

.usuario_voto .usuario_nome {
    bottom: auto;
    top: -50px;
}

#modulo-home .theme-default {
    padding: 0!important;
}

.topo-center {
    margin-left: 160px;
}

#logo,
.topo-center,
.primary-menu {
    display: inline-block;
}

form.cidade-form {
    margin-bottom: 0;
}

form.cidade-form .form-control {
    font-size: 14px;
}

#primary-menu {
    float: none;
    display: table;
    overflow: hidden;
    margin: 0 auto;
}

.box-left {
    display: inline-block;
    float: right;
}

#footer {
    margin-top: 0!important;
}

#modulo-home #oc-images a img {
    padding: 40px;
}

.align-center {
    display: table;
    margin: 0 auto;
}

#news-home {
    background-color: #006a85;
    padding-top: 40px;
    color: #fff;
}

footer ul li {
    list-style: none;
}

#lista-pesquisa .movie__images {
    height: 270px;
    background-size: cover;
    background-position: center center;
    display: block;
}

#lista-pesquisa .movie.movie--preview .item-atrativo:before {
    content: '';
    background-color: #fff;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 205px;
    width: calc(100% + 10px);
    margin: 0 -5px -7px;
    padding: 45px 15px 35px;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    text-align: center;
}

#lista-pesquisa a.movie__title.link--huge {
    margin-top: -50px;
    position: absolute;
    z-index: 999;
    text-align: center;
    left: 20px;
}

#lista-pesquisa .movie.movie--preview {
    margin-bottom: 50px;
}

#lista-pesquisa .item-atrativo {
    overflow: hidden;
    box-shadow: 1px 1px 7px 0px #bebebe;
    position: relative;
}


/*Footer*/

.gototop-active div#gotoTop {
    right: 90px;
    bottom: 20px;
}

footer spant,
footer h4 {
    color: #fff!important;
}

footer a {
    color: #FFF !important
}

.rede_social a {
    margin: 10px;
    font-size: 20px;
}

body footer {
    position: relative;
    float: left;
    margin: 0px;
    width: 100%;
    padding: 0px 0px 40px 0px;
}


/* Style-1 + Style-2 */

.checkbox-style,
.radio-style {
    opacity: 0;
    position: absolute;
}

.checkbox-style,
.radio-style,
.checkbox-style-1-label,
.radio-style-1-label,
.checkbox-style-2-label,
.radio-style-2-label,
.checkbox-style-3-label,
.radio-style-3-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-style-1-label,
.radio-style-1-label,
.checkbox-style-2-label,
.radio-style-2-label,
.checkbox-style-3-label,
.radio-style-3-label {
    position: relative;
}

.checkbox-style-1-label:before,
.radio-style-1-label:before,
.checkbox-style-2-label:before,
.radio-style-2-label:before,
.checkbox-style-3-label:before,
.radio-style-3-label:before {
    content: '';
    background: #FFF;
    border: 2px solid #DDD;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    padding: 4px;
    margin-right: 10px;
    line-height: 1;
    text-align: center;
}

.radio-style-1-label:before,
.radio-style-2-label:before,
.radio-style-3-label:before {
    border-radius: 50%;
}

.checkbox-style:checked+.checkbox-style-1-label:before {
    background: #1ABC9C;
}

.radio-style:checked+.radio-style-1-label:before {
    background: #CCC;
}


/* Checkbox-small + Radio-small */

.checkbox-style-1-label.checkbox-small:before,
.radio-style-1-label.radio-small:before,
.checkbox-style-2-label.checkbox-small:before,
.radio-style-2-label.radio-small:before,
.checkbox-style-3-label.checkbox-small:before,
.radio-style-3-label.radio-small:before {
    border: 2px solid #DDD;
    width: 16px;
    height: 16px;
    margin: 0 8px 1px 0;
}


/* Style-2 */

.checkbox-style:checked+.checkbox-style-2-label:before {
    background: #1ABC9C;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-style:checked+.radio-style-2-label:before {
    background: #ccc;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.checkbox-style:checked+.checkbox-style-2-label.checkbox-small:before {
    box-shadow: inset 0px 0px 0px 2px #fff;
}

.radio-style:checked+.radio-style-2-label.radio-small:before {
    box-shadow: inset 0px 0px 0px 2px #fff;
}


/* style-3 */

.checkbox-style:checked+.checkbox-style-3-label:before,
.radio-style:checked+.radio-style-3-label:before {
    content: "\e116";
    font-family: 'lined-icons';
    background: #1ABC9C;
    color: #FFF;
}

.radio-style:checked+.radio-style-3-label:before {
    color: #BBB;
    background-color: transparent;
}


/* style-3 - Small */

.checkbox-style+.checkbox-style-3-label.checkbox-small:before,
.radio-style+.radio-style-3-label.radio-small:before {
    border: 1px solid #BBB;
    width: 16px;
    height: 16px;
    margin: 0 8px 1px 0;
    font-size: 7px;
    line-height: .8;
}

.real-estate-star {
    bottom: 50px;
    right: 10px;
    position: absolute;
    float: right;
}

.real-estate-star .rating-input {
    display: none;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #FFF;
    background-color: rgba(9, 106, 133, 0.2);
}

.social-icon .fa-whatsapp {
    display: block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* ----------------------------------------------------------------
	Canvas: Real Estate Demo
	Version: 1.0.1
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
	Advanced Property Search
-----------------------------------------------------------------*/

.tabs.advanced-real-estate-tabs {
    margin: 0;
}

.advanced-real-estate-tabs ul.tab-nav {
    border-bottom: none;
}

.advanced-real-estate-tabs ul.tab-nav li {
    margin-left: 2px;
    border: 0;
    height: 42px;
    border-left: 0 !important;
}

.advanced-real-estate-tabs ul.tab-nav li:first-child {
    margin-left: 0;
}

.advanced-real-estate-tabs ul.tab-nav li a {
    padding: 0 20px;
    color: #FFF;
    height: 42px;
    line-height: 42px;
    background-color: #2C3E50;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.advanced-real-estate-tabs ul.tab-nav li.ui-tabs-active a {
    top: 0;
    background-color: #F0AD4E;
}

.advanced-real-estate-tabs ul.tab-nav li.ui-tabs-active a .badge-warning {
    background-color: #2C3E50;
}

.advanced-real-estate-tabs ul.tab-nav li .badge {
    margin-left: 5px;
}

.advanced-real-estate-tabs .tab-container {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.95);
    border-top: 3px solid #f0ad4e;
}

#slider+.advanced-real-estate-tabs {
    top: -42px;
    margin-bottom: -42px;
    z-index: 1;
}

#slider+.advanced-real-estate-tabs .tab-container {
    background-color: #EEE;
    padding: 50px;
}

#slider .real-estate-tabs-slider {
    position: relative;
    margin: 60px 0;
    z-index: 2;
}

#slider .real-estate-tabs-slider+.video-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (min-width: 768px) {
    #slider .real-estate-tabs-slider {
        position: absolute;
        margin: 0;
        top: auto;
        bottom: 40px;
        width: 100%;
    }
}

.promo.promo-flat a.button:not(:hover) {
    color: #FFF;
    background-color: #F0AD4E;
    border-color: #F0AD4E;
}

.promo.promo-flat a.button:hover {
    color: #2C3E50;
}


/* ----------------------------------------------------------------
	Real Estate Items
-----------------------------------------------------------------*/

.owl-carousel .owl-nav [class*=owl-] {
    border-color: transparent;
    color: #FFF;
    background-color: #2C3E50;
}

.owl-carousel.real-estate .owl-nav [class*=owl-]:hover {
    background-color: #F0AD4E !important;
}

.real-estate-item {
    position: relative;
}

.real-estate-item-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.real-estate-item-image-pic {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    background-position: center;
    background-size: cover;
    transition: all .2s ease-in-out;
    display: block;
}

.real-estate-item-image:hover .real-estate-item-image-pic,
.real-estate-item-image:focus .real-estate-item-image-pic {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.real-estate-item-image:before {
    position: absolute;
    content: '';
    pointer-events: none;
    z-index: 1;
    opacity: 0.90;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.real-estate-item-image>a,
.real-estate-item-image>img {
    display: block;
    width: 100%;
    height: auto;
}

.real-estate-item-image .badge {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    font-size: 11px;
    padding: 5px 8px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.real-estate-item-price {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.real-estate-item-price .precoPadrao {
    display: table;
    width: 100%;
    position: relative;
    float: left;
    font-size: 13px;
}

.real-estate-item-price .precoFinal * {
    display: inline;
}

.real-estate-item-price span {
    display: block;
    margin-top: 3px;
    font-weight: 300;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    text-align: right;
}

.real-estate-item-info {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1;
}

.real-estate-item-info a {
    display: block;
    float: left;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    line-height: 1;
    text-align: center;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.real-estate-item-info a:hover {
    background-color: rgba(0, 0, 0, 0.75);
}

.real-estate-item-info a i {
    width: 12px;
    height: 12px;
}

.real-estate-item-info a:not(:first-child) {
    margin-left: 5px;
}

.real-estate-item-desc {
    position: relative;
    margin-top: 20px;
    padding: 0 20px;
    height: 120px;
}

.real-estate-item-desc .product-parceiro {
    padding: 0px;
    height: 40px;
    width: 40px;
    overflow: hidden;
    float: right;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 2px;
    right: 20px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0.7;
}

.real-estate-item-desc .product-parceiro:hover,
.real-estate-item-desc .product-parceiro:focus {
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 1;
}

.real-estate-item-desc h3 {
    font-size: 21px;
    overflow: hidden;
    width: 80%;
    height: 65px;
}

.real-estate-item-desc h3+span {
    display: block;
    margin-top: -27px;
    color: #999;
}

.real-estate-item-desc h3 a {
    color: #333;
}

.real-estate-item-desc h3 a:hover {
    color: #555;
}

#modulo-receptivos .real-estate-item-desc {
    height: 120px;
}

.spost .entry-title h4 a,
.mpost .entry-title h4 a {
    color: #333;
    font-size: 17px;
}


/*Titulo*/

#modulo-pagamento div#top-bar,
#modulo-pagamento header#header,
#modulo-pagamento section#page-title {
    background-color: #2C3E50 !important;
}

#modulo-gera_venda div#top-bar,
#modulo-gera_venda header#header,
#modulo-gera_venda section#page-title {
    background-color: #2C3E50 !important;
}

#modulo-pagamento .nav-pills>li.active>a,
#modulo-pagamento .nav-pills>li.active>a:hover,
#modulo-pagamento .nav-pills>li.active>a:focus {
    background-color: #2C3E50;
}

.modalSelecionaData .datepicker table tr td.disabled,
.modalSelecionaData .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #DDD !important;
    cursor: block;
}