.owl-item img {
    width: auto;
    height: 400px;
    display: block;
    min-width: 100%;
}

.conteudo__conteudo {
    padding: 0 !important;
}

.owl-nav {
    position: absolute;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: calc(50% - 39px);
}

.owl-nav button {
    outline: none;
}

.owl-nav button span{
    font-size: 70px;
    color: #fff;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 0.5;
    background-color: unset;
}