.home-carousel .slick-dots{
    margin: 0;
    bottom: 30px;
    padding: 0;
}
 
.home-carousel .slick-dots button:before{
    color: #fff!important;
    font-size: 12px!important;
    opacity: 1!important;
}

.home-carousel .slick-dots li.slick-active button:before{
    color: transparent!important;
    background-image: url("/wp-content/uploads/2023/08/marcador_branco_para_carrossel.png");
    background-size: cover;
    background-position: center;
}

.desktop-carousel .banner-container{
    height: 800px;
}

.desktop-carousel-slick-custom-arrows{
    position: relative;
}

.desktop-carousel-slick-custom-arrows > button{
    position: absolute;
    background-color: #fff;
    border: 2px solid #f5f5f5;
    border-radius: 999px;
    bottom: 300px;
    padding: 10px 15px;
    transition: background-color .2s ease-in-out;
}

.desktop-carousel-slick-custom-arrows .desktop-carousel-slick-custom-prev{
    left: 30px;
}

.desktop-carousel-slick-custom-arrows .desktop-carousel-slick-custom-next{
    right: 30px;
}

.desktop-carousel-slick-custom-arrows > button:hover{
    background-color: #f5f5f5;
}

.desktop-carousel-slick-custom-arrows > button svg{
    fill: #eb610b;
    font-size: 20px;
}

.desktop-carousel .banner-content{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
}

.desktop-carousel .banner-content .dummy-banner-area{
    width: 55%;
}

.desktop-carousel .banner-content .banner-text{
    width: 45%;
}

.banner-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100%;
}

.banner-text h1{
    color: #fff;
    font-family: "Poppins";
    font-size: 40px;
    font-weight: 600;
    line-height: 3rem;
    max-width: 515px;
}

.cta-visita{
    background-color: transparent;
    border: 1px solid #fff;
    transition: all .3s ease-in-out;
    padding: 0;
}

.cta-visita:hover{
    background-color: #eb610b;
    border-color: #f7a628;
}

.cta-visita a{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    text-decoration: none!important;
    color: #fff!important;
    padding: 15px 30px;
    height: 100%;
    width: 100%;
}

.cta-visita a svg{
    fill: #fff;
    margin-left: 10px;
}

.mobile-carousel{
    display: none;
}

.mobile-carousel .banner-container{
    height: 500px;
}

.mobile-carousel .banner-overlay,
.mobile-carousel .banner-content{
    height: 100%;
}

.mobile-carousel .banner-overlay{
    background-color: rgba(0, 0, 0, 0.301);
    height: 100%;
}

.mobile-carousel .banner-text h1{
    text-align: center;
    max-width: fit-content;
    width: 100%;
}

.mobile-carousel .banner-content .banner-text{
    padding: 0 20px;
    align-items: center;
}

@media screen and (max-width: 1599px) {
    .desktop-carousel .banner-content > div{
        width: 50%;
    }
}

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

}

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


}

@media screen and (max-width: 1024px) {
    .desktop-carousel{
        display: none;
    }

    .mobile-carousel{
        display: block;
    }

    .banner-text h1{
        font-size: 26px;
    }

}

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

@media screen and (max-width: 767px) {
    .banner-text h1{
        font-size: 25px;
    }

}

@media screen and (max-width: 499px) {
    .banner-text h1{
        font-size: 24px;
    }

}