@media screen and (min-width:1200px) {
    header .right-header {
        gap: 60px;
    }

    header nav ul {
        gap: 60px;
    }

    .wrap-about img {
        min-width: 910px;
    }
}

@media only screen and (max-width: 1199px) {
    /* .container {
        max-width: 100%;
    } */

    h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .home-banner h2 {
        font-size: 38px;
        line-height: 44px;
    }

    .full-faixa a {
        width: 80px;
        font-size: 24px;
        height: 140px;
    }

    .full-faixa {
        padding-right: 90px;
        height: 140px;
    }

    .wrap-about h2 br {
        display: none;
    }

    .wrap-about .google-icon {
        font-size: 50px;
        line-height: 50px;
        transform: rotate(90deg);
        width: 37px;
        height: 35px;
        color: #969696;
    }

    .wrap-about-2 img {
        margin-top: 0;
    }

    .wrap-topics .item-topic {
        padding: 15px 0;
    }

    .wrap-full-carousel .item-full-carousel .box-text {
        padding: 50px 110px 50px 30px;
    }

    .wrap-full-carousel .owl-nav button.owl-next {
        right: 30px;
    }

    .wrap-full-carousel .owl-nav button.owl-prev {
        right: 90px;
    }

    .wrap-imoveis {
        padding: 86px 0;
    }

    .card-full-imovel .box-text {
        padding: 0;
    }

    .card-full-imovel .tags span {
        width: 110px;
    }

    .wrap-imoveis .carousel-imoveis .owl-nav {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        transform: none;
        display: flex;
        justify-content: center;
        gap: 20px;
        padding-top: 30px;
        float: left;
        width: 100%;
    }

    .wrap-imoveis .carousel-imoveis .owl-nav button {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        transform: none;
    }

    .wrap-numbers {
        padding: 86px 0;
    }

    .wrap-numbers .item-box {
        padding: 34px;
        height: 300px;
    }

    .wrap-numbers .buttons {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .wrap-numbers .buttons a {
        width: 300px;
        justify-content: center;
    }

    .wrap-timeline {
        padding: 86px 0;
    }

    .wrap-timeline .carousel-timeline {
        /* overflow: hidden;
        padding-right: 46px;
        width: calc(100% + 15px) */
        overflow: hidden;
        width: 100%;
    }

    .wrap-timeline .carousel-timeline .owl-stage-outer {
        overflow: initial
    }

    .wrap-testimonials {
        padding: 86px 0;
    }

    .wrap-testimonials .carousel-testimonials {
        overflow: hidden;
        padding-right: 46px;
        width: calc(100% + 15px)
    }

    .wrap-testimonials .carousel-testimonials .owl-stage-outer {
        overflow: initial
    }

    .wrap-testimonials .carousel-testimonials .item-testimonial {
        padding: 50px 30px 60px;
    }

    .wrap-testimonials .carousel-testimonials .owl-nav {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        transform: none;
        display: flex;
        justify-content: center;
        gap: 20px;
        padding-top: 30px;
        float: left;
        width: 100%;
    }

    .wrap-testimonials .carousel-testimonials .owl-nav button {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        transform: none;
    }

    .wrap-contact {
        padding: 86px 0;
    }

    .wrap-contact h2 br {
        display: none;
    }

    .wrap-founder {
        flex-wrap: wrap;
        padding: 86px 0
    }

    .wrap-founder p {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .wrap-founder .author {
        width: 100%;
        justify-content: center;
    }

    .wrap-founder .author img {
        width: 80px;
        height: 80px;
    }

    .wrap-founder .author .name {
        font-size: 18px;
    }

    .banner-pages {
        height: 440px;
    }

    .wrap-full-carousel-2 .item-full-carousel {
        height: 500px;
    }

    .wrap-full-carousel-2 .owl-nav,
    .wrap-gallery .carousel-plantas .owl-nav {
        bottom: -30px;
        right: 15px;
    }

    .wrap-full-carousel-2 .owl-nav button,
    .wrap-gallery .carousel-plantas .owl-nav button {
        width: 60px;
        height: 60px;
    }

    .wrap-gallery {
        padding: 86px 0;
    }

    .wrap-about-3 .box-icon {
        justify-content: start;
    }

    .wrap-progress {
        padding: 86px 0
    }

    footer {
        padding: 86px 0;
    }

    footer .title,
    footer p,
    footer ul,
    footer ul li,
    footer ul li a {
        width: 100%;
        text-align: center;
    }

    footer .col-footer {
        margin-bottom: 32px;
    }

    footer .box-logo {
        float: none;
        display: table;
        margin: 0 auto
    }

    footer .box-logo .logo {
        float: none;
        display: table;
        margin: 0 auto 20px;
    }

    .wrap-full-carousel .item-full-carousel .container {
        max-width: 100%;
    }

}

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

    header nav,
    header .right-header {
        display: none;
    }

    header .open-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        border-radius: 8px;
        border: none;
        background: #454582;
        color: #FFF;
    }

    .card-full-imovel {
        max-width: 485px;
        margin: 0 auto;
    }

    .card-full-imovel-2 .box-img .infos {
        /* flex-direction: column; */
        gap: 5px;
        flex-wrap: wrap;
    }

    .card-full-imovel .infos span {
        height: auto;
        padding: 5px 15px;
        border-radius: 5px;
        flex: 1 1 100%;
    }

    .card-full-imovel .box-text {
        padding: 20px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .wrap-about .container {
        max-width: 100%;
    }

    .wrap-about .box-left {
        padding-bottom: 60px;
    }

    .wrap-about img {
        height: auto;
        margin-left: -15px;

        width: calc(100% + 30px);
    }

    .wrap-about-3 .col-xl-5 {
        order: 12;
    }

    .wrap-about-3 img {
        float: none;
    }

    .wrap-imoveis .box-carousel-properties {
        padding: 0;
    }

    .wrap-imoveis .box-carousel-properties .nav-elements {
        position: relative;
        top: auto;
        justify-content: center;
        gap: 15px;
        margin: 20px 0 0;
    }
}