main{
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.banner{
    width: 100%;
    position: relative;
    align-items: center;
    margin-bottom: 50px;
}
.banner-slider{
    width: 100%;
}
.banner-slider .banner-slide{
    width: 99.5%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}
.banner-slider .banner-slide video,
.banner-slider .banner-slide picture,
.banner-slider .banner-slide picture img{
    width: 100%;
    height: 774px;
    object-fit: cover;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}
.banner .absolute{
    display: flex;
    max-width: 800px;
    min-height: 195px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
}
.banner .absolute::after{
    content: "";
    position: absolute;
    left: -255px;
    top: 0;
    width: 333px;
    height: 100%;
    min-height: 195px;
    background-image: url(../imagens/home/bn1.png);
    background-size: 333px 100%;
    background-position: center right;
    background-repeat: no-repeat;
    pointer-events: none;
}
.banner .absolute .texto{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 10px 30px;
    border-top-left-radius: 88px;
    background-color: var(--bg1);
    flex-grow: 1;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.banner .absolute .texto img{
    margin-right: 10px;
}
.banner .absolute h1{
    color: var(--primaria);
}
.banner .absolute h1,
.banner .absolute h1 span{
    font-size: 54px;
}

.video-desktop { display: block; }
  .video-mobile { display: none; }

  @media (max-width: 768px) {
    .video-desktop { display: none; }
    .video-mobile { display: block; }
  }


.destaques{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto 100px;
    gap: 30px;
    position: relative;
}
.destaques::after{
    display: flex;
    content: "";
    width: 515px;
    height: 981px;
    background-image: url(../imagens/home/bg1.png);
    background-size: auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -60px;
}
.destaques .container{
    gap: 60px;
}
.destaques .titulo{
    width: 100%;
    justify-content: center;
    text-align: center;
}
.destaques .destaques-dots{
    max-width: 1050px;
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.destaques .mobile i,
.destaques .destaques-dots .arrow i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    border-radius: 5px;
    color: #EFEFEF;
    font-size: 10px;
    background-color: var(--cor-1);
    transition: ease .3s;
}
.destaques .mobile i:hover,
.destaques-div .arrow i:hover{
    background-color: var(--primaria);
    transition: ease .3s;
}
.destaques .destaques-dots .destaques-links{
    max-width: calc(100% - 86px);
    width: 100%;
    margin: 0 auto;
}
.destaques .destaques-dots .destaques-links .slick-track{
    margin: 0;
}
.destaques .destaques-dots .destaques-links .link{
    align-items: center;
    text-align: center;
    gap: 10px;
    width: 95%;
    margin: 0 auto;
    cursor: pointer;
}
.destaques .destaques-dots .destaques-links .link span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 70px;
    margin: 0 auto;
}
.destaques .destaques-dots .destaques-links .link span img,
.destaques .destaques-dots .destaques-links .link span i{
    max-width: 100%;
    max-height: 100%;
    width: fit-content;
    height: fit-content;
    object-fit: contain;
    font-size: 60px;
    filter: brightness(0) saturate(100%) invert(87%) sepia(10%) saturate(155%) hue-rotate(172deg) brightness(97%) contrast(86%);
}
.destaques .destaques-dots .destaques-links .slick-current .link span img,
.destaques .destaques-dots .destaques-links .slick-current .link span i{
    filter: brightness(0) saturate(100%) invert(15%) sepia(79%) saturate(580%) hue-rotate(176deg) brightness(93%) contrast(87%);
}

.destaques .mobile{
    display: none;
    gap: 15px;
    margin: 10px auto 0;
}

.destaques-div{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1750px;
    width: 100%;
    margin: 0 auto; 
    position: relative;
    z-index: 10;
}
.destaques .mobile i,
.destaques-div .arrow i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    border-radius: 5px;
    color: #EFEFEF;
    font-size: 20px;
    background-color: var(--cor-1);
    transition: ease .3s;
}
.destaques .mobile i:hover,
.destaques-div .arrow i:hover{
    background-color: var(--primaria);
    transition: ease .3s;
}
.destaques-div .destaques-slider{
    max-width: 1532px;
    width: 100%;
    margin: 0 auto;
}
.destaques-div .destaques-slider .slick-track{
    margin: 0 auto;
}
.destaques-div .destaques-slider .imovel-box{
    width: 95%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.destaques-div .destaques-slider .imovel-box .img,
.destaques-div .destaques-slider .imovel-box .img img{
    width: 100%;
    height: fit-content;
    object-fit: contain;
    position: relative;
    border-bottom-left-radius: 30px;
}
.destaques-div .destaques-slider .imovel-box .img .btn-fav{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
    transition: ease .3s;
}
.destaques-div .destaques-slider .imovel-box .img .btn-fav:hover i{
    color: var(--cor-1);
    transition: ease .3s;
}
.destaques-div .destaques-slider .imovel-box .img .btn-fav .fav-1{
    color: #fff;
}
.destaques-div .destaques-slider .imovel-box .img .btn-fav .fav-2{
    color: var(--cor-1);
}
.destaques-div .destaques-slider .imovel-box .img .categorias{
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 7px;
}
.destaques-div .destaques-slider .imovel-box .img .categorias span{
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    color: var(--primaria);
    font-size: 16px;
}
.destaques-div .destaques-slider .imovel-box .img p{
    color: var(--cor-2);
    font-size: 14px;
    margin-top: 5px;
}
.destaques-div .destaques-slider .imovel-box .texto{
    width: 100%;
    margin-top: auto;
}
.destaques-div .destaques-slider .imovel-box .texto h3{
    font-size: 35px;
    color: var(--cor-1);
    font-weight: 800;
    line-height: 1;
}
.destaques-div .destaques-slider .imovel-box .texto h4{
    font-size: 26px;
    color: #656565;
    display: flex;
    align-items: center;
    gap: 10px;
}
.destaques-div .destaques-slider .imovel-box .texto h4 img{
    filter: brightness(0) saturate(100%) invert(66%) sepia(5%) saturate(0%) hue-rotate(142deg) brightness(91%) contrast(88%);
}
.destaques .btn-imoveis{
    max-width: 362px;
    width: 100%;
    min-height: 60px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: var(--cor-1);
    transition: ease .3s;
}	
.destaques .btn-imoveis a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}
.destaques .btn-imoveis:hover{
    background-color: var(--primaria);
    transition: ease .3s;
}


.anuncie{
    max-width: 1920px;
    width: 100%;
    min-height: 627px;
    margin: 0 auto;
    border-bottom-left-radius: 30px;
    background-color: #fff;
    position: relative;
    z-index: 5;
}
.anuncie .container .texto{
    max-width: 660px;
    width: 100%;
    padding: 80px 0;
    gap: 20px;
}
.anuncie .container .texto p{
    font-size: 23px;
    color: var(--cor-2);
}
.anuncie .container .texto a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    max-width: 314px;
    width: 100%;
    height: 60px;
    padding: 5px 10px;
    background-color: var(--cor-1);
    border-radius: 5px;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}
.anuncie .container .texto a:hover{
    background-color: var(--primaria);
    transition: ease .3s;
}
/* .anuncie .img{
    max-width: 1294px;
    width: 100%;
    min-height: 627px;
    height: 100%;
    background-image: url(../imagens/home/img11.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    right: 0;
}
.anuncie .img img{
    max-width: 100%;
    width: fit-content;
    position: absolute;
    right: 0;
    bottom: 0;
} */
.anuncie .img{
    max-width: 1254px;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
}
.anuncie .img img{
    max-width: 100%;
    width: fit-content;
    height: 100%;
    object-fit: cover;
    object-position: left;
}


.representante{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.representante::after{
    display: flex;
    content: "";
    width: 515px;
    height: 981px;
    background-image: url(../imagens/home/bg1.png);
    background-size: auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -160px;
}
.representante .container{
    display: flex;
    gap: 50px;
}
.representante .img{
    max-width: 804px;
    width: 100%;
    align-items: center;
}
.representante .img img{
    width: 100%;
    height: fit-content;
    object-fit: contain;
}
.representante .texto{
    max-width: 664px;
    width: 100%;
    margin-top: 100px;
    padding: 25px 0;
    justify-content: space-between;
    gap: 20px;
}
.representante .texto p{
    font-size: 23px;
    color: var(--cor-2);
}
.representante .texto a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    max-width: 314px;
    width: 100%;
    height: 60px;
    padding: 5px 10px;
    background-color: var(--cor-1);
    border-radius: 5px;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}
.representante .texto a i{
    font-size: 30px;
}
.representante .texto a:hover{
    background-color: var(--primaria);
    transition: ease .3s;
}


.numeros{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.numeros .container{
    gap: 30px;
}
.numeros .titulo{
    width: 100%;
}
.numeros .conteudo{
    width: 100%;
    gap: 20px;
    display: flex;
}
.numeros .conteudo .num-div{
    width: 50%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 20px;
    row-gap: 20px;
}
.numeros .conteudo .num-div .box{
    width: 100%;
    height: -webkit-fill-available;
    align-content: flex-end;
    padding: 40px 30px;
    background-color: #fff;
    /* background-image: url(../imagens/home/num.png);
    background-size: auto;
    background-position: -20px center;
    background-repeat: no-repeat; */
    border-bottom-left-radius: 40px;
    position: relative;
    overflow: hidden;
}
.numeros .conteudo .num-div .box h2,
.numeros .conteudo .num-div .box h2 span{
    font-size: 72px;
    font-weight: 800;
    color: var(--cor-1);
}
.numeros .conteudo .num-div .box p{
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; 
}
.numeros .conteudo .num-div .box p,
.numeros .conteudo .num-div .box p strong{
    font-size: 22px;
    color: var(--primaria);
}
.numeros .conteudo .texto{
    width: 50%;
}
.numeros .conteudo .texto img{
    width: 100%;
    object-fit: cover;
}
.numeros .conteudo .texto .texto-sobre{
    width: 100%;
    padding: 30px;
    gap: 10px;
    background-color: #fff;
    border-bottom-left-radius: 30px;
}
.numeros .conteudo .texto .texto-sobre p,
.numeros .conteudo .texto .texto-sobre p strong{
    font-size: 24px;
    color: var(--primaria);
}
.numeros .btn-sobre{
    width: 100%;
    justify-content: center;
    margin-top: -10px;
}
.numeros .btn-sobre a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    max-width: 362px;
    width: 100%;
    height: 60px;
    padding: 5px 10px;
    background-color: var(--cor-1);
    border-radius: 5px;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}
.numeros .btn-sobre a:hover{
    background-color: var(--primaria);
    transition: ease .3s;
}


.noticia{
    max-width: 1920px;
	width: 100%;
	gap: 20px;
	padding: 100px 0;
    margin: 0 auto;
    position: relative;
}
.noticia::after{
    display: flex;
    content: "";
    width: 613px;
    height: 1167px;
    background-image: url(../imagens/home/bg3.png);
    background-size: auto;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: -470px;
}
.noticia .container{
	gap: 30px;
    position: relative;
    z-index: 5;
}
.noticia .titulo{
	width: 100%;
    align-items: center;
	text-align: center;
}
.noticia .noticia-div{
    width: 100%;
	display: flex;
	gap: 25px;
}
.noticia .box{
    max-width: 489px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    align-content: flex-start; 
	background-color: #fff;
    border-bottom-left-radius: 30px;
    box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.08);
}
.noticia .box .img,
.noticia .box .img img{
    width: 100%;
    height: 290px;
    object-fit: cover;
    overflow: hidden;
    transition: transform .3s;
}
.noticia .box:hover .img img{
	transform: scale(1.2);
	transition: transform .3s;
}
.noticia .box .texto{
	display: flex;
	align-items: center;
    width: 100%;
    padding: 20px 20px 100px 20px;
	gap: 10px;
    background-color: #fff;
    border-bottom-left-radius: 30px;
}
.noticia .box .texto h5{
	width: 100%;
	font-size: 28px;
	font-weight: 700;
	color: var(--primaria);
}
.noticia .box .texto p{
	width: 100%;
	font-size: 20px;
	color: #222222;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp: 5; 
	-webkit-box-orient: vertical; 
}
.noticia .box .texto a{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 270px;
	width: 100%;
	height: 60px;
	margin: auto auto 0;
	background-color: var(--cor-1);
	border-radius: 5px;
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	position: absolute;
	bottom: 20px;
	transition: ease .3s
}
.noticia .box:hover .texto a{
	background-color: var(--primaria);
	transition: ease .3s
}


/* MEDIA DESKTOP */
@media screen and (max-width: 1900px){
    .banner-slider .banner-slide video,
    .banner-slider .banner-slide picture,
    .banner-slider .banner-slide picture img{
        height: 39vw;
    }

}

@media screen and (max-width: 1800px){
    .anuncie .img{
        max-width: 68%;
    }

    .numeros .conteudo .num-div .box h2, 
    .numeros .conteudo .num-div .box h2 span{
        font-size: 4.5vw;
    }
}

@media screen and (max-width: 1366px){
    .anuncie .container .texto{
        max-width: 50%;
    }
    .anuncie .img{
        max-width: 65%;
    }
}

@media screen and (max-width: 1280px){
    .banner-slider .banner-slide video, 
    .banner-slider .banner-slide picture, 
    .banner-slider .banner-slide picture img{
        height: 600px;
    }

}


@media screen and (max-width: 1100px){
    /* .banner .absolute{
        background-color: var(--bg1);
        width: 100%;
        max-width: 100%;
    } */
    .banner .absolute::after{
        display: none;
    }

    .anuncie{
        min-height: unset;
        flex-direction: column;
    }
    .anuncie .container{
        justify-content: center;
    }
    .anuncie .container .texto{
        max-width: 660px;
        align-items: center;
    }
    .anuncie .container .texto h2{
        text-align: center;
    }
    .anuncie .img{
        max-width: 100%;
        min-height: unset;
        height: fit-content;
        position: relative;
        justify-content: flex-end;
    }
    .anuncie .img img{
        height: fit-content;
        object-fit: contain;
        position: relative;
    }

    .representante .container{
        flex-direction: column;
        align-items: center;
    }
    .representante .texto{
        order: 0;
        align-items: center;
    }
    .representante .texto h2{
        text-align: center;
    }
    .representante .img{
        order: 1;
    }
    
    .numeros .titulo{
        justify-content: center;
        text-align: center;
    }
    .numeros .conteudo{
        flex-direction: column;
        align-items: center;
    }
    .numeros .conteudo .num-div,
    .numeros .conteudo .texto{
        max-width: 700px;
        width: 100%;
    }
    .numeros .conteudo .num-div .box{
        height: 375px;
    }
    .numeros .conteudo .num-div .box h2, 
    .numeros .conteudo .num-div .box h2 span{
        font-size: 6vw;
    }

    .noticia .noticia-div{
        flex-wrap: wrap;
    }
    .noticia .noticia-div .box{
        max-width: 350px;
    }
}

/* MOBILE */
@media screen and (max-width: 1000px){
    
}

@media screen and (max-width: 850px){
    .noticia .noticia-div .box{
        max-width: 450px;
    }
}

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

    .destaques .destaques-dots .arrow{
        display: none!important;
    }
    .destaques .destaques-dots .destaques-links{
        max-width: 100%;
    }

    .numeros .conteudo .num-div .box{
        padding: 40px 20px;
    }

    .destaques::after,
    .representante::after,
    .noticia::after{
        display: none;
    }

    .banner{
        margin-bottom: 0;
    }
    .destaques{
        margin: 0 auto;
    }
    .representante .texto{
        margin-top: 0px;
    }
    .noticia{
        padding: 0;
    }
}

@media screen and (max-width: 600px){
    .banner .absolute{
        min-height: unset;
    }
    .banner-slider .banner-slide video, 
    .banner-slider .banner-slide picture, 
    .banner-slider .banner-slide picture img{
        height: 700px;
    }
    .banner .absolute h1, .banner .absolute h1 span{
        font-size: 7vw;
    }
    .banner .absolute .texto img{
        width: 20vw;
    }
    

    .numeros .conteudo .num-div{
        grid-template-columns: 1fr;
    }
    .numeros .conteudo .num-div .box h2, 
    .numeros .conteudo .num-div .box h2 span {
        font-size: 16vw;
    }

    .numeros .conteudo .num-div .box{
        padding: 40px 15px;
    }
    .numeros .conteudo .texto .texto-sobre{
        padding: 30px 15px;
    }
}

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

}

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

}