/* Home avatar slider */
.owl-carousel .owl-item img {
    width: auto;
}
.owl-nav {
    text-align: center;
}

.owl-item.active img.avatar {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ff805c, 8px 10px 20px rgba(255, 127, 92, 0.6);
}

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

/* carrusel estilo tooltip */
/* .media-body {
    --color: #eee;
    background-color: var(--color);
    padding: 1em;
    border-radius: 5px;
}

.media-body::before {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    top: 10px;
    left: 86px;
    z-index: 1;
    border: medium solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent  var(--color) transparent transparent;
}

.media-body h4::after {
    content: "";
    height: 1px;
    width: 75%;
    border-top: solid 1px #ccc;
    display: block;
    margin-top: 3px;
    margin-bottom: 2px;
} */

.opinion-separator::before {
    content: "";
    display: block;
    height: 2px;
    width: 75%;
    background-color: #b0bec5;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (min-width: 320px) {
    .carousel-comment-container {
        width: 100% !important;
    }
}
@media (min-width: 576px) {
    .carousel-comment-container {
        width: 100% !important;
    }
}
@media (min-width: 768px) {
    .carousel-comment-container {
        width: 100% !important;
    }
}
@media (min-width: 992px) {
    .carousel-comment-container {
        width: 50% !important;
    }
}

.icon {
    fill: currentColor;
}

.icon-language {
    vertical-align: bottom;
}
