:root {
    --theme-primary-color: rgb(100, 175, 200);
    --theme-primary-color-t05: rgba(100, 175, 200, 0.5);
    --theme-primary-color-dark: rgb(0, 75, 100);
    --theme-primary-color-dark-t05: rgba(0, 75, 100, 0.5);
    --theme-secondary-color: rgb(255,255,255);
    --theme-secondary-color-t05: rgba(255, 255, 255, 0.5);
}
body {
    font-size: 15px;
    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: 600;
}
.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 {
    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: 12px;
}

.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-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;
}
@media (min-width: 768px) {
    .dropdown:hover > .dropdown-menu {
        max-width: 100%;
        margin: auto;
        opacity: 1;
        visibility: visible;
    }
}
.main-header .dropdown-menu a {
    color: rgb(102, 102, 102)
}
.nav-link.dropdown-toggle:focus ~ .dropdown-menu.megamenu {
    display: block;
}

.btn-theme {
    
    border-radius: 0 50px 50px 0!important;
    background-color:black;
}
.btn-theme:hover {
    background: var(--theme-primary-color);
    border: solid 1px var(--theme-primary-color);
}
.main-footer-3 .social-media .icon {
    color: #fff!important;
}
.main-footer-3 .social-media .icon:hover {
    background: #222;
    color: #fff!important;
}
.main-footer-3 .footer-inner .contact-info li i {
    font-size: 15px;
    float: left;
    left: 0;
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #222;
    border-radius: 50px;
}
#page_scroller {
    background: var(--theme-primary-color);
}
.main-footer-3 {
    background: url(../img/bg-footer.png) rgb(50,50,50);
}

.dropdown:hover > .dropdown-menu {
    margin-left: 0;
}
.megamenu-area {
    background: rgba(0,0,0,0.95)
}
.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 {
    font-size: 16px;
    float: left;
    left: 0;
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #111;
    border-radius: 50px;
}
.lines {
    background-color: rgba(0,0,0,0.6);
}



.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;
}
.home-destaques-margin {
    margin-top: 4em;
}
.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;
    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;
}
@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;

    }
    .carousel-text p {
        font-size: 12px;
    }
    .inline-search-area .bootstrap-select button {
        height: 43px;
        line-height: 47px;
    }
    .input-codigo {
        margin-bottom: 5px;
    }
}
.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;
}

#main-header-3 .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px;
}
#main-header-3 {
    z-index: 9999;
    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 .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 {
    -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: 70px 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, .blog-2 .blog-image::after {
    background: var(--theme-primary-color-t05);
}
.sub-banner .breadcrumb-area.listagem {
    transform: translateY(-55px);
}
.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: 14px;
}
.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;
}
.btn-theme {
    border: solid 1px #000;
}

.button-theme {
    background: var(--theme-primary-color);
}
.property-box-6 .team-hover-content .property-info {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    padding: 25px;
    background: linear-gradient(0,var(--theme-primary-color),rgb(255 171 74 / 17%));
    margin-bottom: 0;
    padding-bottom: 100px;
}
.slick-btn .slick-arrow-buton-2 {
    color: var(--theme-primary-color);
}
.slick-btn .sab-3:hover, .slick-btn .sab-4:hover {
    background: var(--theme-primary-color);
    color: #fff;
}
.team-3 .team-hover-content .member-name-designation {
    background: linear-gradient(0,var(--theme-primary-color),rgb(255 171 74 / 17%));
}
.main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 40px 10px!important;
    font-size: 12px;
}
.sticky-header .navbar-expand-lg .navbar-nav .nav-link {
    color: rgba(255,255,255,0.6);
}
.sticky-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: rgb(255,255,255);
}
.header-shrink .navbar-expand-lg .navbar-nav .nav-link {
    color: rgba(0,0,0);
}
.header-shrink .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,0.6)!important;
}
nav .prev, nav .next {
    display:flex!important;
}
nav .prev i, nav .next i {
    font-size: 30px;
    height: auto;
    width: auto;
    margin: auto;
}
@media screen and (max-width: 1400px) {
    #main-header-2::after {
        width: 30%;
    }
}

.about-text {
    padding: 0;
}
.main-header .dropdown-menu a:hover {
    color: var(--theme-primary-color);
}
.main-header .dropdown-menu a {
    color: rgb(175, 175, 175);
}
.main-header .logos img {
    height: 40px;
}
.main-footer-3 .f-logo {
    margin-bottom: 10px;
    height: 40px;
}
.panels-transparent-color {
    background: var(--theme-primary-color-dark-t05);
    z-index: 3;
    height: 100%;
    width: 100%;
}
.main-footer-1 p {color: #ccc}
.main-footer-1 ul {color: #ccc}
.main-footer-1 h4 {color: #ffffff;}
.main-footer-1 .footer-inner .contact-info li a {color: #ccc;}
.main-footer-1 .footer-inner .links li .link-inner span {color: #ccc;}

.main-footer-1 {background: 0;background-color: #111;}
.main-footer-1 .footer-inner form .form-control {border-radius: 50px 0 0 50px;}
.main-footer-1 .sub-footer .copy {color: #ccc;}
.main-footer-1 .sub-footer .copy a {color: #fff;}

.main-footer-1 .f-logo {margin-bottom: 20px;height: 40px;}

.megamenu-area {
    background: transparent;
    padding: 0;
    box-shadow: none;
    box-sizing: unset;
}
.main-header .dropdown-menu {
    border-top: none;
}
.dropdown-menu.megamenu {
    background: 0;
    left: auto;
}

.dropdown-ul {
    justify-content: end;
}
li.menu5 > .megamenu {
    right: 77px;
    left: auto;
}
li.menu4 > .megamenu {
    right: -147px;
    left: auto;
}
li.menu3 > .megamenu {
    right: 0px;
    left: auto;
}
li.menu2 > .megamenu {
    right: 93px;
    left: auto;
}
li.menu1 > .megamenu {
    right: 155px;
    left: auto;
}
.main-header .dropdown-menu {
    box-shadow: none;
}
.main-header .dropdown-menu a {
    color: rgb(255 255 255);
}
.nav-link.dropdown-toggle:focus ~ .dropdown-menu.megamenu {
    display: block;
}
.dropdown-ul {
    display: flex;
}
.dropdown-ul li {
    width: 25%;
    background-color: rgb(0 34 48 / 95%);
    padding: 15px;
    border-top: solid 1px var(--theme-secondary-color);
}


@media (max-width: 1024px){
    #main-header-2::after {
        width: 23%;
        height: 100%;
    }
    .main-header .logos img {
        height: 32px;
    }
}
@media (max-width: 992px) {
    #main-header-2::after {
        
        width: 70%;
        left: -17px;
    }
    .main-header .logos img {
        height: 33px;
    }
}

@media (max-width: 768px) {
    #main-header-2::after {
        width: 70%;
        left: -7%;
    }
}
@media (max-width: 500px) {
.banner h3 {
    font-size: 27px;
    margin-top: 40px;
}
}
@media (max-width: 768px) {
    .banner p {
        font-size: 16px;
        display: none;
    }
}
@media (max-width: 768px) {
    .boxgallery > nav span.next, .boxgallery > nav span.prev {
        z-index: 1000;
        display: none;
        right: 2px;
        background: rgba(0,0,0,.4);
        width: 50px;
        border-radius: 100px;
        height: 50px;
        line-height: 50px;
    }
}
@media (max-width: 992px) {
    .sticky-header {
        position: fixed;
        background: transparent;
        top: 0px;
        width: 100%;
    }
}
.button-theme:hover {
    background: var(--theme-primary-color-dark);

}
.nav-tabs .nav-link.active {
    background-color: var(--theme-primary-color-t05);
}
.nav-tabs {
   border: none;
}
@media (max-width: 768px) {
    .tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
        padding: 9px 7px 9px;
        font-size: 12px;
    }
}

.busca-on .nav-tabs .nav-link.active {
    color: #fff;
}
.busca-on .nav-tabs .nav-link:hover {
    color: #fff;
}
.busca-on .nav-tabs .nav-link {
    color: #000;
}
.sticky-header {
    position: fixed;
    background: transparent;
    top: 0px;
    z-index: 1000;
    width: 100%;
}
.nav-sidebar {
    height: calc(100vh - 73px);
    top: 73px;
    z-index: 99998;
}
.img-fluid {
    min-width: 100%;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--theme-primary-color);
    border-color: var(--theme-primary-color-dark);
}
.busca-on .nav-tabs .nav-link.active {
    color: var(--theme-primary-color-dark);
}
.property-box-6 h4 a {
    display: block;
    height: 80px;
}
.property-box-6 .team-hover-content .price, .property-box-6 .property-inner .price {
    font-weight: 1000;
    font-size: 1.8em;
}
.property-box-6 .team-hover-content .price {
    color: #fff;
    transform: translateY(50px);
    transition: all .4s cubic-bezier(.76,.21,.32,.85);
    transition-delay: .2s;
    opacity: 0;
}
.property-box-6:hover .team-hover-content .price {
    opacity: 1;
    transform: translateY(0);
    
}
.property-box-6 .team-hover-content .location {
    transition-delay: .3s;
}
.property-box-6:hover .property-inner .price {
    opacity: 0;
    transition-delay: 0;
    transition: all 0 cubic-bezier(.76,.21,.32,.85);
}
.property-box-6 a {
    min-height: 50px;
    display: block;
}
.property-box-6 .properties-name {
    text-transform: uppercase;
}
.property-box-6 .btn-favoritos a {
    top: 291px;
    right: 15px;
    color: rgb(255,255,255);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 20;
    bottom: 0;
    font-size: 1.5em;
    position: absolute;
}
.property-box-6 .btn-favoritos a i.active {
    color: rgb(255,0,0);
}
.toast-container{
    z-index: 20
}
.amenities {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.amenities .amenities-item {
    width: 33.333%;
}
@media (max-width: 992px) {
    .amenities .amenities-item {
        width: 50%;
    }
}
@media (min-width: 1800px) {
    #main-header-2::after {
        width: 35%;
    }
}
@media (min-width: 2200px) {
    #main-header-2::after {
        width: 38%;
    }
}
.product-slider-box .slider-for {
    height: 526px;
}
@media (max-width: 450px) {
    .property-box-6 .btn-favoritos a {
        top: 260px;
    }
    .toast-container { 
        margin-bottom: 80px;
    }
    .floor-plans table td {
        font-size: 12px;
    }
    .floor-plans table td, table th {
        padding: 4px 6px;
    }
    .amenities .amenities-item {
        width: 100%;
    }
    .sub-banner .breadcrumb-area {
        top: 55%;
    }
    .sub-banner {
        height: 200px;
    }
    .product-slider-box .slider-for {
        height: 208px;
    }
}
.property-box {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.contact-2 form {
    position: relative;
    z-index: 10;
}
.instagram-bg {
    background-color: rgb(255, 94, 242);
}
.youtube-bg {
    background-color: rgb(202, 47, 47);
}
.property-box .facilities-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: auto;
    font-size: 15px;
}
.property-box .facilities-list {
    display: flex;
    justify-content: center;
}
.oaweb-message-lgpd p {
    color: #bbb;
}
.facilities-list.clearfix {
    display: flex;
    justify-content: space-between;
}
.property-box-6 .facilities-list.clearfix li {
    margin-right: 45px;
}
.member-socials.clearfix {
    display: flex;
    justify-content: space-between;
    width: auto;
}
.property-box-6:hover .member-socials.clearfix li {
    margin-right: 45px;
}
.property-box-6:hover .member-socials.clearfix li:last-child, .property-box-6 .facilities-list.clearfix li:last-child {
    margin-right: 0;
}
.blog-2 h4 {
    min-height: 86px;
}
.temas .blog-2 h4 {
    min-height: auto;
}
.team-3 .member-designation {
    min-height: 25px;
}
.sub-banner {
    height: 220px;
}
.sub-banner .breadcrumb-area {
    top: 60%;
}
.service-info-3 {
    min-height: 249px;
}
.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;
}