.carousel-container {
    position: relative;
    width: 640px;
    margin: auto;
}

.carousel-main {
    height: 200px;
    width: 640px;
    position: relative;
    margin-bottom: 0.5em;
    font-size: 12px;
    font-family: Arial;
}

.carousel-feature {
    position: absolute;
    top: -1000px;
    left: -1000px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.carousel-feature a {
    font-size: 18px;
}

.carousel-image {
    border: 0;
    display: block;
}

p {
    text-align: center;
}

.card_absolute {
    position: absolute;
    z-index: 10000;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

#carousel-left {
    position: absolute;
    top: 80px;
    left: -80px;
    font-size: 30px;
    cursor: pointer
}

#carousel-right {
    position: absolute;
    top: 80px;
    right: -100px;
    font-size: 30px;
    cursor: pointer;
}

.card-valores {
    min-height: 180px;
    border: 1px solid #d4d4d4;
    border-radius: 0px;
}

.owl-nav {
    text-align: center;
}

button.owl-prev span {
    font-size: 60px;
    margin-right: 15px;
}

button.owl-next span {
    font-size: 60px;
    margin-left: 15px;

}

button.owl-next span {
    font-size: 35px;
    margin-left: 15px;
    background: #000;
    color: #fff;
    width: 50px !important;
    height: 52px !important;
    border-radius: 50px;
    display: grid;
}

button.owl-prev span {
    font-size: 35px;
    margin-right: 15px;
    background: #000;
    color: #fff;
    width: 50px !important;
    height: 52px !important;
    border-radius: 50px;
    display: grid;
}

.owl-nav {
    margin-top: 30px;
}

@media only screen and (max-width: 600px) {
    .carousel-container {
        position: relative;
        width: 100%;
        margin: auto;
    }

    .carousel-main {
        height: 200px;
        width: 100%;
    }

    #carousel-left {
        position: relative;
        top: 20px;
        left: 35%;
        font-size: 30px;
        cursor: pointer
    }

    #carousel-right {
        position: relative;
        top: 20px;
        right: -50%;
        font-size: 30px;
        cursor: pointer;
    }
}