img {
    width: 100%;
}

p {
    font-family: "Montserrat", sans-serif;
}

.internal-products-carousel-section {
    position: relative;
    z-index: 1;
}

.internal-products-carousel .owl-nav {
    position: absolute;
    width: 100%;
    transform: translateY(-200%);
    display: flex;
    justify-content: space-between;
    pointer-events: all;
    margin-bottom: -80px;
    z-index: 0;
}

.internal-products-carousel .owl-nav button.owl-prev,
.internal-products-carousel .owl-nav button.owl-next {
    pointer-events: all;
    font-size: 2.5rem;
    color: #333;
}

.internal-products-carousel .owl-nav button.owl-prev span,
.internal-products-carousel .owl-nav button.owl-next span {
    font-size: 70px;
    font-weight: 700;
    color: #B91D1D;
}

.internal-products-carousel .owl-nav button.owl-prev span {
    position: relative;
    right: 50px;

}

.internal-products-carousel .owl-nav button.owl-next span {
    position: relative;
    left: 50px;
}

.internal-products-carousel .owl-nav button.owl-prev {
    left: 0;
}

.internal-products-carousel .owl-nav button.owl-next {
    right: 0;
}

#carousel-cima-dots,
#carousel-baixo-dots {
    display: flex;
    align-items: center;
}

.owl-dots {
    display: flex;
    justify-content: flex-end;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #D9D9D9 !important;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {
    background: #C41E3A !important;
}

.solucao-desc {
    margin-bottom: 50px;
}

.card-product {
    max-height: 270px !important;
}

.box-text h2,
.box-text strong,
.box-text p {
    color: #1D1D1D;
    margin-bottom: 30px;
}

.title strong {
    color: #fff;
}

.box-text p {
    text-align: justify;
    line-height: 28px;
    letter-spacing: 0;
    font-size: 18px;
}

.box-text.title::before {
    content: '';
    position: relative;
    top: 100px;
    display: block;
    width: 26rem;
    height: 2px;
    background-color: #C41E3A;
    margin: 10px auto 0 auto;
}

.box-title h2,
.box-title strong {
    color: #1D1D1D;
}

h1 strong,
h2 strong {
    font-weight: 600;
}

.red-text-link {
    color: #C41E3A;
    margin-right: 15px;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    position: absolute;
    bottom: -5px;
    z-index: 1;
}

.card-product {
    display: flex;
    align-items: flex-start;
}

.card-product img {
    margin-right: 0px;
    right: 20px;
}

.card-product .box-text {
    width: 70%;
    position: absolute;
    right: 55px;
}

.card-product .box-text:before {
    display: none;
}

.owl-carousel.owl-drag .owl-item {
    height: 235px;
}

.owl-carousel .owl-stage-outer {
    z-index: 100;
}

@media (max-width: 1200px) {

    .full-carousel-products-solution .owl-stage,
    .full-carousel-products .owl-item {
        height: 400px;
    }

    .owl-nav {
        display: none !important;
    }

    .card-product .box-text {
        margin-right: 0;
        right: 0;
        position: relative;
        width: 260px;
        height: 335px;
    }

    .owl-carousel .owl-stage-outer {
        height: 500px;
    }

    .col-xl-10 .justify-content-end {
        justify-content: flex-start !important;
    }

    .card-product .box-text p {
        max-height: calc(3em * 4);
    }

    .red-text-link {
        position: inherit;
    }

    .wrap-banner-pages .box-text h2 {
        width: 85%;
    }

    .box-text.title::before {
        display: none;
    }
}