:root {
    --theme-primary-color: rgb(94, 66, 134);
    --theme-primary-color-t05: rgba(116, 82, 165, 0.5);
    --theme-primary-color-dark-t05: rgba(38, 23, 50, 0.5);
    --theme-secondary-color: rgb(255,255,255);
    --theme-secondary-color-t05: rgba(255, 255, 255, 0.5);
}
body {
    background: #f7f7f7;
}
.banner .banner-slider-inner {
    background-color: var(--theme-primary-color-dark-t05);
}
#main-header-3 .header-inner {
    background: transparent;
    padding: 0 15px 0 25px;
}
.main-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--theme-secondary-color)!important;
}

#main-header-3 .logos img {
    height: 60px;
}
.buttonBar {
    display: none;
}

#main-header-3 .navbar-expand-lg .navbar-nav .nav-link {
    color: rgb(200,200,200);
}
main {min-height: 500px;}

.top-header-3 {
    background-color: transparent;
}
.top-header-3 .top-header-inner {
    padding: 25px 0 25px;
}
.top-header-3 .top-header-inner .top-contact-item p {
    color: var(--theme-primary-color);
}
.top-header-3 .top-header-inner .top-contact-item i {
    color: var(--theme-primary-color);
}
.main-header-5 .navbar-expand-lg .navbar-nav .h-icon {
    color: var(--theme-primary-color);
}
.main-footer-3 .social-media .icon {
    background: rgb(60,60,60);
    color: #fff!important;
}
.main-title-5 h1 span {
    color: var(--theme-primary-color);
}
.tag {
    background: var(--theme-primary-color);
}
.property-box:hover .tag {
    color: var(--theme-primary-color);
}
.listing-badges .featured {
    background-color: var(--theme-primary-color);
}
.property-box:hover .featured {
    color: var(--theme-primary-color);
}
.price-box span {
    color: rgb(255,255,255);
    font-weight: 700;
}
.property-box:hover .price-box span {
    color: var(--theme-primary-color);
    font-weight: 700;
}
.comon-slick .slick-next, .comon-slick .slick-prev {
    color: var(--theme-primary-color);
}



.service-info-4::before {
    background: var(--theme-primary-color);
    transition: all 0.5s;
}

.service-info-4::before {
    transition: all 0.5s;
}
.service-info-4 i {
    color:var(--theme-primary-color);
}
.service-info-4 .read-more {
    color: var(--theme-primary-color);
}
@keyframes pulse {
    0%, 100% {
        background-color: var(--theme-primary-color);
    }
    50% {
        background-color: var(--theme-primary-color);
    }
}
.heading-properties-3 h1 span {
    color: var(--theme-primary-color);
}
.properties-amenities ul li i {
    color: var(--theme-primary-color);
}

.property-box:hover .property-photo::before, .property-box:hover .property-photo::after {
    pointer-events: none;
    background: linear-gradient(0,var(--theme-secondary-color),rgb(0 0 0 / 17%));
}
.property-box .detail .title a:hover {
    color: var(--theme-primary-color);
}
.property-box .facilities-list li {
    font-size: 13px;
}
.btn-favoritos {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 20px;
    z-index: 10;
}
.btn-favoritos a .fa {
    color: white;
    filter: drop-shadow(0 0 3px #555)
}
.btn-favoritos a .fa.active {
    color: rgb(200, 44, 44);
    filter: drop-shadow(0 0 3px rgb(200, 44, 44))
}
.toast-container {
    z-index: 20;
}
.btn-favoritos a:hover .fa {
    filter: drop-shadow(0 0 3px var(--theme-primary-color));
    color: var(--theme-primary-color);
}

.property-box-2 .detail .title a {
    color: var(--theme-primary-color);
}
.property-box-2:hover .featured {
    color: var(--theme-primary-color);
}
.property-box-2:hover .tag {
    color: var(--theme-primary-color);
}
.property-box-2:hover .property-photo::before, .property-box-2:hover .property-photo::after {

    background: linear-gradient(0,var(--theme-secondary-color),rgb(255 171 74 / 50%));
}

.change-view-btn {
    color: var(--theme-primary-color);
    border: solid 1px var(--theme-primary-color);
}
.active-view-btn:hover {
    border: solid 1px var(--theme-primary-color);
    color: var(--theme-primary-color);
}

.active-view-btn {
    background: var(--theme-primary-color);
    border: solid 1px var(--theme-primary-color);
}
.change-view-btn:hover {
    border: solid 1px var(--theme-primary-color);
    background: var(--theme-primary-color);
}
.sub-banner::before {
    background-color: rgba(0,0,0,0.5);
}
.sub-banner {
    background: rgba(0, 0, 0, 0.04) url(../img/cidades/florianopolis-carousel.jpg) center left repeat;
    background-size: cover;
}
.breadcrumbs li a:hover {
    color: var(--theme-primary-color);
}
.popular-places .popular-places-photo:before {
    position: absolute;
    content: '';
    background: linear-gradient(0,var(--theme-secondary-color),rgb(255 255 255 / 28%));
    right: 0;
    width: 0%;
    height: 100%;
    transition: 1s;
}
.popular-places .new {
    border: 1px solid;
    color: var(--theme-primary-color);
}
.popular-places:hover .new {
    background: var(--theme-primary-color);
}


.sidebar-right p {
    margin-bottom: 4px;
}
.agent-avatar {
    transition: 0.5s;
    border-radius: 4px;
}
.agent-contact:hover .agent-avatar {
    
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    transform: translate(0, -2px);
}

.team-1 .team-social .team-overlay, .team-sub-line:before {
    background: var(--theme-primary-color);
}
.search-button {
    transition: 0.3s;
    background: var(--theme-primary-color);
}
.search-button:hover {
    background:  var(--theme-secondary-color)
}
textarea.form-control {
    min-height: 7rem;
}
.counters-2:before {
    background: rgba(0, 0, 0, 0.85);
}
.counter-box-2 h1 {
    color: var(--theme-primary-color);
}
.agent-contact {
    margin-bottom: 20px;
}
.team-5 .overlay {
    background-color: rgba(0,0,0,0.8);
}

.team-5 .team-details .user {
    color: var(--theme-primary-color);
}
.team-5:hover .team-details {
    background-color: var(--theme-primary-color);
}
.team-5 .text-section i:hover {
    color: var(--theme-primary-color);
}
.team-5 .text-section .btn-primary:hover {
    color: var(--theme-primary-color);
}

.testimonial-5 .testimonial-item-new .author-img .icon {
    background: var(--theme-primary-color);
}
.testimonial-5 .testimonial-item-new .author-content h5 .desig {
    color: var(--theme-primary-color);
}
.testimonial-5 .testimonial-item-new .left-line::before {
    background: var(--theme-primary-color);
}


.blog-3 .date-box span {
    color: var(--theme-primary-color);
}
.blog-3:before {
    background: linear-gradient(0,rgba(0,0,0,50%),rgb(255 255 255 / 0%));
}
.blog-3 .date-box {
    color: var(--theme-primary-color);
}
.blog-3:hover .date-box {
    background: var(--theme-primary-color)
}
.blog-3 h3 a:hover {
    color: var(--theme-primary-color);
}
/* HOVER -------------------------------------------------------- */
.main-header .dropdown-menu a:hover {
    color: var(--theme-secondary-color);
}
#main-header-5 .navbar-expand-lg .navbar-nav .h-icon:hover {
    color: var(--theme-primary-color)!important;
}
/* OTHER --------------------------------------------------------- */

.main-header-5.header-shrink {
    background: var(--theme-secondary-color)!important;
}
.main-header-5.header-shrink .header-inner {
    background: var(--theme-secondary-color)!important;
}
#main-header-5.header-shrink .navbar-expand-lg .navbar-nav .h-icon {
    color: var(--theme-secondary-color);
}
.main-header-5 .header-inner {
    background: rgb(0,0,0,0)!important;
}
.megamenu-title {
    color: #fff;
}

.property-box .detail .title {
        font-size: 18px;
        min-height: 50px;
        text-transform: uppercase;
}
.recent-posts-box h5, .recent-posts-box h5 a {
    text-transform: uppercase;
    font-size: 14px;
}
.property-box .facilities-list {
    background: #ffffff;
    padding: 20px 25px;
    border-bottom: 1px solid #c6c6c6c6;
}
.property-box .facilities-list li {
    text-align: center;
}
.property-box .facilities-list {
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    padding: 14px 0 20px 0;
    border-top: 1px solid #c6c6c6;
    width: 87%;
    margin: auto;
}
.team-5 .team-details p {
    font-size: 12px;
}
.team-5 .team-details h4 {
    min-height: 31px;
    font-size: 13px;
    font-weight: 500;
}
.property-box-4 .detail h3 {
    min-height: 38px;
    font-size: 15px;
    text-transform: uppercase;
}
.service-info-3 {
    background: #fff;
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 324px;
}
.location i {
    padding-bottom: 20px;
    padding-right: 4px;
    float: left;
    margin-top: 5px;
}
.plan-price {font-size: 26px;}
.property-box .detail {
    padding: 20px 25px 14px 25px;
    background: #fff;
}
.price-box {
    font-size: 26px;
}
.main-footer-3 .footer-inner .contact-info li {
    padding-left: 30px;
    line-height: 24px;
}
.property-box {
    flex-direction: column;
    display: flex;
}






@media (min-width: 768px) {
    
    .dropdown:hover > .dropdown-menu {
        max-width: 100%;
        margin: auto;
        opacity: 1;
        visibility: visible;
    }
    .sub-banner .breadcrumb-area h1 {
        font-size: 20px;
    }
    .dropdown:hover > .dropdown-menu {
        max-width: 100%;
        margin: auto;
        opacity: 1;
        visibility: visible;
    }
    .dropdown:hover > .dropdown-menu {
        margin-left: 0;
        top: 90px;
    }
}
li.menu2 > .megamenu {
    left: 150px;
}
.dropdown-menu.megamenu {
    background: 0;
}
.main-header .dropdown-menu {
    border-top: none;
}
.megamenu-area {
    background: transparent;
    position:absolute;
    right: 0;
    padding: 0;
    box-shadow: none;
    box-sizing: unset;
}
.dropdown-ul {
    display: flex;
    justify-content: end;
}
.dropdown-ul li {
    width: 20%;
    background-color: rgb(0 34 48 / 95%);
    padding: 15px;
    border-top: solid 1px #014b69;
}
.main-header .dropdown-menu a {
    color: rgb(102, 102, 102)
}
.nav-link.dropdown-toggle:focus ~ .dropdown-menu.megamenu {
    display: block;
}

.btn-theme {
    background: var(--theme-secondary-color);
    border: solid 1px var(--theme-secondary-color)!important;
    color: var(--theme-text-secondary-color)!important;
}
.btn-theme:hover {
    background: var(--theme-primary-color);
    border: solid 1px var(--theme-primary-color)!important;
    color: var(--theme-text-primary-color)!important;
}
.main-footer-3 .social-media .icon {
    color: #fff!important;
}
.main-footer-3 .social-media .icon:hover {
    background: #222;
    color: #fff!important;
}

#page_scroller {
    background: var(--theme-primary-color);
}
.main-footer-3 {
    background: url(../../../../layouts/layout/assets/img/bg-footer.png) rgb(50,50,50);
}

.dropdown:hover > .dropdown-menu {
    margin-left: 0;
}
.dropdown-menu.megamenu {
    background: 0;
}
.counters-2 {
    background: url(../img/img-1.png) rgb(40,40,40);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-footer-3 .footer-inner .contact-info li i {
    width: auto;
    height: auto;
    line-height: 24px;
    background: transparent;
    border-radius: unset;
}
.lines {
    background-color: rgba(0,0,0,0.7);
}



.page_loader {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff; 
}

.page_loader img {
    animation: rotate-360 1s steps(10)
}

@keyframes rotate-360 {
    100% {
        transform: rotate(360deg);
    }
}
.map-marker {
    transition: 0.3s;
    border-radius: 100%;
    background-color: var(--theme-primary-color-t05);
    display: flex;
    height: 120px;
    width: 120px;
    padding: 5px;
}
.map-marker .icon {
    transition: 0.3s;
    background-color: rgba(0,0,0,0);
    border: 3px solid var(--theme-primary-color);
    top: initial;
    left: initial;
    margin: auto;
    height: 100%;
    width: 100%;
}
.map-marker:hover {
    background-color: var(--theme-secondary-color-t05);
    cursor: pointer;
}
.map-marker:hover .icon {
    border: 3px solid var(--theme-secondary-color);
}
.map-marker::after {
    -moz-transition: 0.4s ease-in-out all;
    -webkit-transition: 0.4s ease-in-out all;
    transition: 0.4s ease-in-out all;
    border-style: initial;
    border-width: initial;
    border-color: rgba(0, 0, 0, 0.1) transparent transparent transparent;
    bottom: initial;
    content: initial;
    left: initial;
    height: initial;
    position: initial;
    width: initial;
    z-index: initial;
}
.map-marker::before {
    -moz-transition: 0.4s ease-in-out all;
    -webkit-transition: 0.4s ease-in-out all;
    transition: 0.4s ease-in-out all;
    border-style: initial;
    border-width: initial;
    border-color: #fff transparent transparent transparent;
    bottom: initial;
    content: initial;
    left: initial;
    height: initial;
    position: initial;
    width: initial;
    z-index: initial;
}

#dismiss {
    color: var(--theme-primary-color);
}
.sidebar-navigation .menu-list li a .badge {
    background-color: var(--theme-primary-color);
}

.sidebar-navigation .active {
    color: var(--theme-primary-color);
}
.sidebar-navigation ul li a:hover {
    color: var(--theme-primary-color);
}
.get-in-touch .get-in-touch-box:hover i {
    color: var(--theme-primary-color);
}
.get-in-touch .get-in-touch-box i {
    background: #f1f1e0;
}


.b-photo1 {
    background: url(../img/blog/Blog1.jpg)  center no-repeat;
    background-size: cover;
}
.b-photo2 {
    background: url(../img/blog/Blog2.jpeg)  center no-repeat;
    background-size: cover;
}
.b-photo3 {
    background: url(../img/blog/Blog3.jpeg)  center no-repeat;
    background-size: cover;
}
.b-photo4 {
    background: url(../img/blog/Blog4.jpg)  center no-repeat;
    background-size: cover;
}
.b-photo5 {
    background: url(../img/blog/Blog5.jpeg)  center no-repeat;
    background-size: cover;
}
.b-photo6 {
    background: url(../img/blog/Blog6.jpeg)  center no-repeat;
    background-size: cover;
}
.contact-2 .contact-info .ca-box i {
    color: var(--theme-primary-color);
}
.posts-by-category ul li a:hover {
    color: var(--theme-primary-color);
}
.btn-6 {
    background: var(--theme-primary-color);
}

.btn-6:hover {
    color: var(--theme-primary-color);
    border: 2px solid var(--theme-primary-color);
}
.btn-6:before, .btn-6:after {
    background: var(--theme-primary-color);
}

.form-search .btn {
    padding: 12px 15px;
}

.tags-box ul li a:hover {
    border: 1px solid var(--theme-primary-color);
    background: var(--theme-primary-color);
}
.pagination > li > a:hover {
    background: var(--theme-primary-color);
    color: #fff;
}
.pagination > li > .active {
    background: var(--theme-primary-color);
}
a:focus {
    color: var(--theme-primary-color);
}
.blog-1 .detail h3 a:hover {
    color: var(--theme-primary-color);
}
.blog-tags a:hover {
    border: 1px solid var(--theme-primary-color);
    background: var(--theme-primary-color);
    color: #fff;
}

.property-box-2 .property-photo img {
    height: auto;
}
.property-box-2 .listing-badges .featured {
    left: -65px;
}

.property-box-2 .tag {
    right: 15px;
    left: auto;
}

.tag {
    font-size: 10px;
}

.recent-posts-box .listing-post-meta {
    font-size: 12px;
}

.inline-search-area {
    margin: 0 12px;
}

.nav-tabs .nav-link.active {
    background-color: var(--theme-primary-color)
}
.nav-tabs .nav-link:hover {
    background-color: var(--theme-primary-color);
}
.nav-tabs .nav-link {
    color: #fff;
}
.busca {
    z-index: 9999;
    top: 100px;
    position: relative;
}

.carousel-text {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    top: 190px;
    left: 0;
}
.dropdown-menu.show {
    max-height: 160px!important;
}
.inline-search-area.isa-4.clearfix {
    display: block;
}
.content-area-20 {
    padding: 110px 0 70px;
}
@media (max-width: 992px) {
    .inline-search-area .search-fields {
        margin-bottom: 5px!important;
    }
    .inline-search-area {
        margin-top: 5px;
    }
    .busca {
        z-index: 9999;
        top: 30px;
        position: relative;
    }
    .carousel-text {
        top: 60px;
    }
    .carousel-text h2 {
        top: 100px;
        margin-bottom: 0;
        font-size: 23px;

    }
    .banner {
        margin-bottom: 80px
    }
    .carousel-text p {
        font-size: 12px;
    }
    .inline-search-area .bootstrap-select button {
        height: 43px;
        line-height: 47px;
    }
    .input-codigo {
        margin-bottom: 5px;
    }
    .sub-banner2 {
        margin-bottom: 180px;
    }
    #search-style-2 {        
        bottom: -280px;
        display:block;
    }
    .sub-banner-margin-bottom {
        margin-bottom: 270px;
    }
    .search-bottom-d {
        bottom: -270px!important;
    }
    .content-area-20 {
        padding: 30px 0 70px;
    }
    .search-bottom-d-home {
        bottom: -160px!important;
    }
}
.input-codigo input {
    padding: 15px 15px
}
.service-info-4 p {
    font-size: 18px;
}
.nav-sidebar.mCS_destroyed.active {
    overflow: scroll!important;
}
.justify-content-start {
    justify-content: flex-end!important;
}
.menu5 .megamenu-area {
    right: 300px;
}
.menu4 .megamenu-area {
    right: 400px;
}
.menu3 .megamenu-area {
    right: 500px;
}
.menu2 .megamenu-area {
    right: 700px;
}
.menu1 .megamenu-area {
    right: 350px;
}
#main-header-3 .navbar-expand-lg .navbar-nav .nav-link {
    padding: 36px 8px 34px;
    font-size: 12px;
}
#main-header-3 {
    z-index: 1000;
    top: 10px;
}
.valor-input {
    padding: 11px;
    border: none;
    border-radius: 3px;
}
.active-pate {
    background: var(--theme-primary-color);
    z-index: 999;
}
.btn-5 {
    border: 2px solid var(--theme-primary-color);
    background-color: var(--theme-primary-color-t05);
    color: var(--theme-secondary-color);
}
.btn-5:before, .btn-5:after {
    background: var(--theme-secondary-color);
}
.btn-6:before, .btn-6:after {
    background: var(--theme-secondary-color);
}
.banner .btn-6 {
    background: transparent;
    border: 2px solid var(--theme-secondary-color);
}   
.banner .btn-6:hover {
    background: var(--theme-primary-color);
    border: 2px solid var(--theme-primary-color);
    color: var(--theme-secondary-color);
}
#search-style-2 {
    z-index: 10;
} 
#search-style-2 .search-button {
    border: 1px solid var(--theme-secondary-color);
    box-sizing: border-box;
    padding: 12.5px 26px;
    background: var(--theme-secondary-color)!important;
    color: rgB(0,0,0);
}
#search-style-2 .search-button:hover {
    padding: 12.5px 26px;
    background: var(--theme-primary-color)!important;
    color: var(--theme-secondary-color)
}

.header-shrink {
    background: var(--theme-primary-color)!important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    top: 0px !important;
}
.slick-arrow {
    transition: all 0.4s;
    border-radius: 100px;
    position: absolute;
    z-index: 100;
    height: 40px;
    width: 40px;
    border: 1px solid var(--theme-primary-color);
    color: var(--theme-secondary-color);
    background: var(--theme-primary-color);
    top: 45%;
}
.slick-arrow:hover {
    transform: translateY(-5px);
    background: var(--theme-secondary-color);
    color: var(--theme-primary-color)
}
.slick-prev {
    left: 20px;
}
.slick-next {
    right: 20px;
}

.plan-price {
    color: var(--theme-primary-color);
}
.property-box-4:hover .plan-price {
    color: rgb(255,255,255);
}
.property-box-4:hover h3 a {
    color: var(--theme-primary-color);
}
.property-box-4:hover .properties-listing ul li {
    color: var(--theme-primary-color);
}
.property-box-4:before, .property-box-4:after {
    background: var(--theme-primary-color);
}
.main-title-3 p {
    color: var(--theme-primary-color);
}
.main-title-3 h1 span {
    color: var(--theme-primary-color);
}
.blog-2 .date-box {
    background: var(--theme-primary-color);
}
.blog-2 h4 a:hover {
    color: var(--theme-primary-color);
}
.blog-2 .date-box::after {
    border-right: 10px solid var(--theme-primary-color);
}
.content-area-16 {
    padding: 100px 0 10px;
}
.content-area {
    padding: 30px 0 70px;
}
.content-area-7 {
    padding: 60px 0 75px;
}
.main-title-4 h2 {
    text-align: center;
}
.banner .carousel-control-next, .carousel-control-prev {
    background: transparent;
    width: 35px;
    height: 60px;
    border-radius: 2px;
    top: 45%;
    margin: 10px;
}
.service-info-3 i {
    color: var(--theme-primary-color);
}
.service-info-3:before, .service-info-3:after {
    background: var(--theme-primary-color);
}
.read-more {
    transition: 0.4s;
    color: #000000;
    text-align: center;
}
.read-more:hover {
    color: var(--theme-primary-color);
}
.featured-properties .main-title-3 {
    text-align: center;
    margin-top: 20px;
}
.subscribe-newsletter .btn-theme {
    color: #000 !important;
    padding: 7px 20px;
}
.subscribe-newsletter .btn-theme:hover {
    color: #fff !important;
}
.blog-2:hover .blog-image::before, .blog-2:hover .blog-image::after {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    visibility: visible;
}
.blog-2 .blog-image::before {
    background: var(--theme-primary-color);
}
.sub-banner .breadcrumb-area.listagem {
    transform: translateY(-55px);
}
.search-details {
    margin-top: 80px;
}
.search-details p span {
    font-weight: 1000;
    background-color: var(--theme-primary-color);
    padding: 3px 8px;
    color: var(--theme-secondary-color);
}
.tag, .property-box-4 .tag {
    left: auto;
    right: 15px;
}
.property-box .detail .location {
    font-size: 15px;
}
.property-box .footer {
    padding: 0;
}
.property-box .footer .btn-theme {
    background: var(--theme-primary-color);
    border-radius: 0;
    width: 100%;
}

.property-box .footer .btn-theme:hover {
    background: var(--theme-secondary-color);
    color: var(--theme-primary-color)!important;
}
.property-box .footer .btn-theme i {
    margin-left: 5px;
}
.sidebar-right .search-button {
    border: 1px solid transparent;
}
.sidebar-right .search-button:hover {
    background: transparent;    
    border: 1px solid var(--theme-primary-color);
    color:  var(--theme-primary-color);
}
.blog-1 .date-box {
    color: var(--theme-primary-color);
}

.blog-1 .photo::after {
    background: var(--theme-primary-color-t05);
}
/* .advanced-search {
    margin-top: 80px;
} */
.toast-container .toast{
    pointer-events: none;
}
.btn-theme {
    border: solid 1px var(--theme-primary-color);
}
.navbar-light .navbar-toggler {
    background: var(--theme-primary-color);
}
.main-footer-3 {
    
    box-shadow: inset 0 0 300px #000;
}

.slick-prev .slick-arrow::before {
    content: "<";
}

.slick-next .slick-arrow::before {
    content: ">";
}
.bannerImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.content-area-17 {
    padding-top: 145px;
}
.youtube-bg {
    background-color: rgb(200, 44, 44);
}
.page-item.active .page-link{
    background-color: var(--theme-primary-color);
}


#main-header-3 .logos {
    padding: 15px 0;
}
.main-footer-3 .f-logo {
    margin-bottom: 15px;
    height: 50px;
}
.banner .banner-slider-inner {
    background-color: rgba(0,0,0,0.5);
}
.oaweb-message-lgpd p {
    color: rgb(200,200,200);
}
.oaweb-message-lgpd a {
    color: rgb(255,255,255)!important;
}
.active-pate {
    border-radius: 8px;
}
.plan-price {
    color: rgb(255,255,255);
}
.line {
    background: rgba(255, 255, 255, 0.03);
}
.main-footer-3 .subscribe-newsletter {
    border-bottom: solid 1px rgba(255,255,255,0.03);
}
.main-footer-3 .sub-footer {
    border-top: solid 1px rgba(255,255,255,0.03);
}
.main-footer-3 a {
    color: rgb(255,255,255);
}
.nav-sidebar {
    background: rgb(10,10,10);
    color: rgb(255,255,255);
}
.sidebar-inner h3 {
    color: rgb(255,255,255);
}
.sidebar-navigation ul li a {
    color: rgb(200,200,200);
}
.get-in-touch .get-in-touch-box a {
    color: rgb(200,200,200);
}
@media screen and (max-width: 350px) {
    .nav-sidebar {
        width: 95%;
    }
    .plan-price {
        font-size: 15px;
    }
    .tag {
        font-size: 8px;
    }
    .property-box-4 .detail h3 {
        font-size: 15px;
    }
    .property-box-4 .detail .heading {
        padding: 15px;
    }
    .property-box-4 .detail .location, .property-box-4 .properties-listing ul li {
        font-size: 11px;
    }
    .property-box-4 .properties-listing ul li {
        line-height: 30px!important;
    }
    .main-title-3 h1 {
        font-size: 20px;
    }
    .main-title-3 p {
        font-size: 14px;
    }
    .service-info-3 h3 {
        font-size: 16px;
        margin: 0 0 20px;
    }
    p {
        font-size: 13px;
    }
    .service-info-3 h4 {
        position: absolute;
        top: 120px;
        left: 36px;
    }
    .service-info-3 {
        background: #fff;
        padding: 24px;
    }
    .main-title-5 h1 {
        font-size: 24px;
    }
    .plan-price sup {
        font-size: 8px;
        top: -5px;
    }
    .sub-banner .breadcrumb-area h1 {
        font-size: 17px;
    }
    .floor-plans table td, table th {
        padding: 10px 10px;
    }
    .floor-plans table td {
        font-size: 13px;
    }
}
.sub-banner {
    height: 270px!important;
}
.sub-banner .breadcrumb-area {
    top: 43%;
}
.home-destaques-margin {
    margin-top: 100px;
}
.team-5 .text-section {
    top: 35%;
}
@media screen and (max-width: 575px) {
    
    .property-box .facilities-list li {
        font-size: 11px;
    }
    #search-style-2 {
        bottom: -390px;
    }
    .banner {
        margin-bottom: 310px;
    }
    .search-details {
        margin-top: 0;
    }
    .sub-banner {
        height: 190px!important;
    }
    .sub-banner .breadcrumb-area {
        top: 56%;
    }
    .sub-banner-margin-bottom {
        margin-bottom: 555px;
    }
    .search-bottom-d {
        bottom: -555px!important;
    }
    .search-bottom-d-home {
        bottom: -400px!important
    }
    .floor-plans table td, table th {
        padding: 10px 10px;
    }
    .floor-plans table td {
        font-size: 13px;
    }
    
    .property-box .detail .title {
        min-height: auto;
        font-size: 17px;
    }
    .property-box .facilities-list li {
        font-size: 11px;
        text-align: center;
    }
    .property-box .facilities-list {
        background: #ffffff;
        padding: 20px 6px;
    }
    .home-destaques-margin {
        margin-top: 410px!important;
    }
}
.team-5:hover .team-details a {
    color: white;
}
.floor-plans table td {
    text-align: center;
}
.team-5:hover .team-details p {
    color: rgb(200,200,200);
}
.property-box-4 .detail h3 {
    
    min-height: 50px;
}

.contact-2-map {
    margin-top: 170px;
}

.breadcrumbs {
    display: none;
}

.amenities {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.amenities .amenities-item {
    width: 33.333%;
    font-size: 14px;
}
.amenities .amenities-item span {
    font-weight: 600;
    color: var(--theme-primary-color);
}
@media (max-width: 768px) {
    .sub-banner .breadcrumb-area h1 {
        font-size: 15px!important;
    }
}

.product-slider-box .slider-for {
    height: 526px;
}

@media (max-width: 992px) {
    .amenities .amenities-item {
        width: 50%;
    }
    .home-destaques-margin {
        margin-top: 170px;
    }
}
@media (max-width: 450px) {
    .amenities .amenities-item {
        width: 100%
    }
    .contact-2-map {
        margin-top: 5px;
    }
    .product-slider-box .slider-for {
        height: 208px;
    }
}
.tabela-precos {
    padding: 0 0 40px 0;
}

font[color="red"] {
    color: rgba(0,0,0,0.2);
}
font[color="gray"] {
    color: rgba(0,0,0,0.3);
}

.titulotabela {
    border-bottom: 1px solid rgb(175,175,175);
}
.bg-padrao {
    background-color: #c5ffc5!important;
}
.clSel {
    background-color: #FCC !important;
}
.clU {
    /* background: url(/assets/images/flx_2.png) no-repeat; */
    
    background: linear-gradient(135deg, #FCC 50%, #c5ffc5 50%);
    background-color: #FCC !important;
    background-size: cover;
}
.clP {
    /* background: url(/assets/images/flx_1.png) no-repeat; */
    background: linear-gradient(-45deg, #FCC 50%, #c5ffc5 50%);
    border-bottom-width: 1px;;
    background-size: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.legenda {
    color: black;
}
.table>:not(caption)>*>* {
    padding: 0.5rem;
}
.colCalendario td {
    display:flex;aspect-ratio: 1/1;width:100%;align-items: center;justify-content: center; padding: .30rem; font-size: 13px;
    font-size: 12px;
}
.colCalendario tr {
    display:flex;
}
.titulotabela td {
    aspect-ratio: 0;
}
.calendario-disponibilidade {
    padding-bottom: 50px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 216px;
}
.sub-footer .copy a {
    text-decoration: underline;
}
.get-in-touch .get-in-touch-box a {
    line-height: 0;
}
.get-in-touch .detalis .text-muted {
    font-size: 0.7em;
    color: var(--theme-primary-color)!important;
    transform: translateY(-6px);
    margin: 0;
}
.main-footer-3 .f-logo {
    height: auto;
    max-width: 70%;
}
form#form-busca-venda {
    margin: 0;
}
.nav-sidebar.light {
    background-color: rgb(255,255,255);
}
.nav-sidebar.light .sidebar-inner h3 {
    color: rgb(0,0,0);
}
.nav-sidebar.light .sidebar-navigation ul li a, .nav-sidebar.light .get-in-touch .get-in-touch-box a {
    color: rgb(100,100,100);
}