@media (min-width: 991.98px) {
    .main-text-home p{
        width: 75%;
        margin: auto;
    }
    .home_newsletter .row{
        width: 80%;
        margin: auto;
    }
    .form-contact {
        width: 70%;
        margin: auto;
    }
}
/*// X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {

}
/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}
/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .about-main .left {
        padding-right: 100px;
    }
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .sec_top .navbar-expand-lg .navbar-nav {
        justify-content: center;
        align-items: center;
    }
    .navbar-collapse{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: var(--primary-color);
        color: #fff;
        transition: unset;
        display: flex ;
        align-items: center;
        justify-content: center;
    }
    .footer ul {
        margin: 0;
        padding: 0;
    }
    .sec_top .navbar {
        padding: 8px 10px;
    }
    .main-text-home p {
        font-size: 22px;
    }
    .sec_imoveis .owl-nav .owl-prev
    {
        left: 5%;
    }
    .sec_imoveis .owl-nav .owl-next {
        right: 5%;
    }
    .sec_imoveis .search-form .form-inline {
        flex-direction: column;
    }
    .sec_imoveis .form-inline a {
        width: 100%;
        height: 40px;
    }
    .sec_imoveis .owl_home_main {
        padding-top: 20px;
    }
    .banner-main .banner-main-image .abs-text h3 {
        color: #fff;
        font-size: 45px;
    }
    .about-main .left {
        padding-right: 10px;
    }
    .about-main .abs-img{
        display: none;
    }
    .about-main {
        padding-bottom: 40px;
    }
    .sec_parceiros .item {
        height: 450px;
    }
    .banner-main-image .abs-social-media{
        display: none;
    }
    .sec_service .item{
        margin-bottom: 15px;
    }
    .sec_service .sec_title h3 {
        margin-bottom: 30px;
    }
    .sec_service{
        margin: 0;
    }
    .main_news_single {
        padding: 30px 0;
    }
    .other-news .sec_title h3 {
        margin-bottom: 20px;
    }
    .contact_link_home h4 {
        font-size: 25px;
    }
    .home-gallery.gallery{
        display: flex;
        flex-direction: column;
    }
    .home-gallery.gallery img{
        height: 400px;
    }
	.sec_home_banner .abs-social-media ul{
		padding:8px;
	}
	
 .sec_home_banner .banner-main {
		
	          height: 630px;
		
	}
	.banner-main .banner-main-image,.sec_home_banner .banner-main-owl{
		    height: 83%;
	}


}
/*// X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

}




