.block-slides {
    background: #99d0ec;
    padding: 5rem 0; 
    margin-top: 5rem;
}
.block-slides .dots-container {
    margin-top: -6rem;
    margin-bottom: 4rem;
}
.block-slides h2, .block-slides p {
    color: white;
    margin-top: 0;
}
.block-slides .owl-dot {
    display: inline;
}
.block-slides .owl-dot button {
    border: 1px solid #0089D0; 
    color: #0089D0;
    padding: .2rem;
    background-color: white;
    margin-right: 2px;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 0.7rem;
}

.block-slides .owl-dot button::after {
    content: '';
    display: block;
    width: 15px;
    height: 10px;
    background: url('../images/arrow.svg') center/contain no-repeat;
    opacity: 1;
    margin: 0 auto;
}
.block-slides .owl-dot button:hover, .block-slides .owl-dot.active button {
    background-color: #e5f3fa;
}
.owl-carousel.carousel-valores {
    margin: 0;
}

.owl-carousel.carousel-valores .owl-item:nth-child(1){
    background: #0089D0;
}
.owl-carousel.carousel-valores .owl-item:nth-child(2){
    background: #8BCD40;
}
.owl-carousel.carousel-valores .owl-item:nth-child(3){
    background: #EC1248;
}
.owl-carousel.carousel-valores .owl-item:nth-child(4){
    background: #0EB4D9;
}
.owl-carousel.carousel-valores .owl-item:nth-child(5){
    background: #F47128;
}
.owl-carousel.carousel-valores .item-num {
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    font-family: 'poppins';
    font-size: 7rem;
    color: #99d0ec;
    display: flex;
    justify-content: center;
    width: 80px;
}

.owl-carousel.carousel-valores .item-texto {
    padding: 3rem;
    padding-left: 4rem;
}
.owl-carousel.carousel-valores .item-texto p {
    font-size: 1rem;
    line-height: 1.5rem;
}
.owl-carousel.carousel-valores .item-texto p.item-title {
    font-size: 1.5rem;
    font-weight: bold;
}
.owl-carousel.carousel-valores .owl-nav {
    max-width: 1370px;
    margin: 0 auto;
    margin-top: 30px;
}
.owl-carousel.carousel-valores .owl-nav button {
    margin-right: 10px;
    margin-bottom: 10px;
}
.owl-carousel.carousel-valores .owl-nav button.disabled {
    pointer-events: none;
    opacity: .5;
}
.owl-carousel.carousel-valores .owl-nav button:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url('../images/arrow-right.svg') center/contain no-repeat;
    opacity: 1;
}
.owl-carousel.carousel-valores .owl-nav button:hover:before{
    opacity: .7;
}  
.owl-carousel.carousel-valores .owl-nav span {
    display: none;
}  
.owl-carousel.carousel-valores .owl-nav .owl-prev {
    transform: rotate(-180deg);
    left: 0;
}
.owl-carousel.carousel-valores .owl-nav .owl-next {
    right: 0;
}


@media (min-width:768px) {
    .block-slides {
        padding-left: 2rem;
    }
    .owl-carousel.carousel-valores .owl-item {
        width: 600px !important;
        height: 400px;
        position: relative;
    }
    .owl-carousel.carousel-valores .item-texto p {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }
    .owl-carousel.carousel-valores .item-texto p.item-title {
        font-size: 2.25rem;
        font-weight: bold;
    }
    .owl-carousel.carousel-valores .item-texto {
        padding: 6.25rem;
    }
    .owl-carousel.carousel-valores .item-num {
        font-size: 10rem;
        left: 0;
    }
    .block-slides .owl-dot button {
        padding: 1rem;
        margin-right: 10px;
        margin-bottom: 20px;
        font-size: 1rem;
    }
    .block-slides .dots-container {
        margin-top: -8rem;
    }
}
