.txt-break {
    word-break: break-word;
}
.moduleCollapse .collapse, .moduleCollapse .collapsing {
    height: 4.2rem;
}
.moduleCollapse .collapse {
    position: relative;
    display: block;
    overflow: hidden;
}
.moduleCollapse .collapse:before {
    content: ' ...';
    position: absolute;
    right: 5px;
    bottom: -5px;
}
.moduleCollapse .collapse.show {
    height: auto;
}
.moduleCollapse .collapse.show:before {
    display: none;
}
@media (min-width: 648px) {
    .bgBannerColor {
        /* background-color: rgba(255,255,255,0.85) !important; */
        background-color: rgba(0,0,0,0.50) !important;
    }
    .bgBannerColorTitle {
        color: white !important;
    }
    .bgBannerColorDesc{
        color: white !important;
    }
    .bgBannerColorButton{
        color: white !important;
        border: 1px solid white;
    }
}
@media (min-width: 992px) {
    .termoInfo {
        display: none;
    }
}
/* Barra de search start */
.search-container {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 20px;
    max-width: 70%;
    margin: 20px auto;
}
.search-input {
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 20px;
    outline: none;
}
.portal-search-button {
    background-color: #00579B;
    border: none;
    padding: 10px;
    position: absolute;
    right: 0px;
    border-radius: 0 20px 20px 0;
    width: 8%;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s ease;
}
.portal-search-button i {
    color: white;
    font-size: 16px;
}
.portal-search-button:hover {
    background-color: #f0f0f0;
}
.portal-search-button:hover i {
    color: #00579B;
}
@media (max-width: 780px) {
    .search-container {
        max-width: 100%;
    }
    .search-button {
        font-size: 16px;
        padding: 8px;
    }
    .portal-search-button {
        width: 13%;
    }
}
/* Barra de search end */