.banner.banner-layout-t4{
    position: relative;
}

.banner.banner-layout-t4 .banner-bg{
    background-color: #f5f5f5;
}

.banner.banner-layout-t4 .banner-main{
    position: relative;
}

.banner.banner-layout-t4 .banner-fundo-over{
    overflow: hidden;
}

.banner.banner-layout-t4 .banner-slider{
    margin: 0 !important;
}

.banner.banner-layout-t4 .banner-slider * {
    outline: none !important;
}

.banner.banner-layout-t4 .banner-slider .banner-fundo-item{
    position: relative;
    max-height: 100vh;
    height: calc(100vw * (900 / 720));

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

@media (min-width: 768px){
    .banner.banner-layout-t4 .banner-slider .banner-fundo-item{
        max-height: 100vh;
        height: calc(50vw * (900 / 720));
    }
}



.banner.banner-layout-t4 .banner-slider .slick-dots{
    bottom: 20px;
}

.banner.banner-layout-t4 .slick-dots li button:before{
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1 !important;
}

.banner.banner-layout-t4 .slick-dots li.slick-active button:before{
    background-color: #fff;
}






.banner.banner-layout-t4 .banner-title-height{
    position: relative;
    height: 80vh;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media (min-width: 768px){
    .banner.banner-layout-t4 .banner-title-height{
        max-height: 100vh;
        height: calc(50vw * (900 / 720));
    }
}

.banner.banner-layout-t4 .banner-title-height > div{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.banner.banner-layout-t4 .banner-title-content{
    color: rgb(20, 20, 20);
    line-height: 1.6;
    font-size: 20px;
}

.banner.banner-layout-t4 .banner-title-content h2{
    font-family: "Playfair Display";
    color: rgb(0, 0, 0);
    line-height: 1.069;
    font-weight: bold;
    font-size: 42px;
}

@media (min-width: 768px){
    .banner.banner-layout-t4 .banner-title-content h2{
        font-size: 64px;
    }
}

