img.bannerimg {
    max-height: 500px;
}

.txt-do-banner {
    background: #f8e5bd;
    border-right: 14px solid #004035;
    position: relative;
}

.img-do-banner {
    padding: 0;
}
#banner .moduletable{
  display: flex;
  align-items: stretch;
}
.slick-list.draggable {
    padding: 0;
}

.slick2 {
    position: absolute;
    height: 100%;
    align-content: center;
    width: 100%;
}

h2.titulo-banner {
    font-size: 4.2rem;
    font-weight: 700;
    color: #114b3e;
}
.txt-banner {
    color: #004035;
    font-size: 2.3rem;
    width: 90%;
    font-weight: 400;
}
ul.slick-dots {
    display: flex !important;
    gap: 13px;
    /* margin-top: 43px; */
    position: absolute;
    bottom: -75px;
}

ul.slick-dots li {
    list-style: none;
    border-radius: 14px;
    border: 1px solid #004035;
    width: 20px;
    height: 20px;
    padding: 1px;
    font-size: 0;
}
ul.slick-dots .slick-active {
    background: #004035;
}
.bannertitle {
    width: 90%;
}