html, body {
    font-family: "Roboto", sans-serif !important;
    color: #333;
}

.breadcrumb-item {
    font-size: 0.9rem !important;
}

.parceiro-menu {
    font-size: 19px;

}

.parceiro-menu a {
    color: #666;
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.parceiro-menu a:hover {
    text-decoration: none;
    color: #999;
}

.bg-light-2 {
    background-color: #f2f2f2;
}

@media only screen and (min-width: 769px) {
    .banner-details:not(.-result) > .content > .image {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 115px 50vw;
    }
}

.banner-details:not(.-result) > .content > .image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100vw;
    height: 100%;
}

.carousel-control-next-2 {
    width: 80px;
    height: 80px;
    background-color: rgba(29, 29, 38, .6);
    opacity: 1;
    top: 35%;
    border-radius: 50%;
    right: -47px;
}

.carousel-control-next-icon-2 {
    position: absolute;
    left: 10px;
}

.carousel-control-prev-2 {
    width: 80px;
    height: 80px;
    background-color: rgba(29, 29, 38, .6);
    opacity: 1;
    top: 35%;
    border-radius: 50%;
    left: -47px;
}

.carousel-control-prev-icon-2 {
    position: absolute;
    right: 10px;
}

.text-box-campanha-3-linhas {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}