.wrap-template-89 .card-conteudo {
    display: block;
    max-width: 25.93rem;
    max-height: 23.43rem;
    height: 100%;
    width: 100%;
    margin: auto;
    background-color: #4c2a4e;
    border-radius: 1.5rem;
    overflow: hidden;
    transition: transform 0.3s ease;
    transform: scale(0.94);
}

.wrap-template-89  .owl-carousel {
    display: flex
}

.wrap-template-89 .card-conteudo img {
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.wrap-template-89 .card-conteudo .imagem {
    width: 100%;
    height: 8rem;
}

.wrap-template-89 .card-conteudo:hover {
    transform: scale(.99);
}

.wrap-template-89 .card-content .tipo {
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
}

.wrap-template-89 .card-content .titulo {
    color: #FFBD59;
    margin: 10px 0;
}

.wrap-template-89 .card-content .cta {
    color: #ffffff;
}

.wrap-template-89 .owl-prev, 
.wrap-template-89 .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    color: #4c2a4e;
    font-size: 2rem;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    z-index: 3;
}

.wrap-template-89 .owl-nav button {
    background: #ffb400 !important;
    color: #4c2a4e !important;
    border: none !important;
    font-size: 3rem !important;
    height: 50px !important;
    width: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: all;
}

.wrap-template-89 .owl-prev, 
.wrap-template-89 .cont-prev-btn {
    left: -30px;
}

.wrap-template-89 .owl-next, 
.wrap-template-89 .cont-next-btn {
    right: -30px;
}

.wrap-template-89 .blog-carousel-wrapper .titulo {
    font-size: 0.9rem;
}

.wrap-template-89 .blog-carousel-wrapper .tipo {
    font-size: 0.8rem;
    margin: 0 0 6px 0 !important;
}

.wrap-template-89 .blog-carousel-wrapper .cta {
    font-size: 0.8rem;
}

.wrap-template-89 .blog-carousel-wrapper .card-conteudo .imagem {
    height: 5rem;
}
