#premios_y_reconocimientos .owl-item {
    height: 100%;
}

#premios_y_reconocimientos .owl-item .sa_hover_container {
    position: relative;
    margin: 5% !important;
    padding: 0px 0% 23px !important;
}

#premios_y_reconocimientos .owl-item .sa_hover_container img {
    width: 100%;
}

#premios_y_reconocimientos h4 {
    margin-bottom: 23px;
    margin-top: -18px;
    padding: 0 23px;
    color: #313131;
}

#premios_y_reconocimientos .owl-item .sa_hover_container::after {
    content: " ";
    background-image: url(../img/award-ribbon-overlay.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 25px;
    width: 61px;
    height: 87px;
}

#premios_y_reconocimientos .owl-item .sa_hover_container p:not(:first-child) {
    padding: 0 23px;
}

#premios_y_reconocimientos .owl-dots .active span {
    background-color: var(--azul-insuit) !important;
}

#premios_y_reconocimientos .owl-dots {
    bottom: -42px !important;
}
