.carrusel-detalles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.carrusel_tags {
    margin-bottom: 10px;
}

    .carrusel_tags .chip {
        color: #000;
    }

        .carrusel_tags .chip:hover,
        .carrusel_tags .chip.active {
            outline: none;
            background-color: #fbb142;
            color: #fff;
        }

.btn-carrusel {
    display: flex;
    background: #005352;
    font-size: 24px;
    color: #fff;
    height: 48px;
    width: auto;
    align-items: center;
    padding: 20px;
    line-height: 48px;
    margin: 20px 0 48px 0;
}

    .btn-carrusel:hover {
        color: #fff;
        background: #0c7d7c;
    }

.evento-completo-imagenes {
    margin-bottom: 20px;
}

.owl-home {
    /*border-bottom: 10px solid #504e50;*/
    /* margin-bottom: 40px; */
}

    .owl-home.owl-theme .owl-nav.disabled + .owl-dots {
        margin: 20px 0;
    }

/**/

.carrusel-outer {
    height: 400px;
    position: relative;
}

.carrusel-bg {
    height: 400px;
}

.carrusel-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .9), hsla(0, 0%, 100%, 0) 63%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .9), hsla(0, 0%, 100%, 0) 63%);
    z-index: 1;
}

.carrusel-boton {
    display: flex;
    background: #019998;
    font-size: 24px;
    color: #fff;
    height: 48px;
    width: 67px;
    align-items: center;
    padding: 8px 16px;
    line-height: 48px;
    margin: 20px auto;
    border-radius: 12px;
}

.carrusel-boton i {
    font-size: 32px;
    color: #fff;
}

.carrusel-botones span {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.granca-mosaico {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .granca-mosaico > .item,
    .granca-mosaico > .item > .carrusel-outer,
    .granca-mosaico > .item > .carrusel-outer > .carrusel-bg {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }

.mosaico-title {
    display: none;
}

.granca-mosaico .mosaico-title,
.granca-mosaico .carrusel-botones {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

@media (min-width: 768px) {

    .carrusel-detalles {
        height: 400px;
        padding-top: 0;
    }

    .carrusel-outer {
        height: 240px;
        position: relative;
    }

    .carrusel-modo-3 .carrusel-outer {
        height: 400px;
    }

    .carrusel-bg {
        height: 240px;
    }

    .carrusel-modo-3 .carrusel-bg {
        height: 400px;
    }

    .granca-mosaico {
    }

        .granca-mosaico > .item,
        .granca-mosaico > .item > .carrusel-outer,
        .granca-mosaico > .item > .carrusel-outer > .carrusel-bg {
            width: 300px;
            height: 300px;
            margin-right: 20px;
            overflow: hidden;
            transition: transform .55s ease;
        }

            .granca-mosaico > .item:hover > .carrusel-outer > .carrusel-bg {
                transform: scale(1.15);
            }

    .owl-home.owl-theme.owl-dots-white .owl-dots,
    .owl-home.owl-theme .owl-nav {
        /* width:55%; */
    }
}

.home-delete-btn {
    /*position: absolute;
    right: 5px;
    top: 5px !important;
    bottom: auto !important;*/
    cursor: pointer;
    background: #d4d4d4;
    padding: 4px 5px 1px 4px;
}

    .home-delete-btn:hover {
        background: #fff;
    }

    .home-delete-btn > i {
        font-size: 24px;
        color: #fff;
    }

    .home-delete-btn:hover > i {
        color: #bf3276;
    }

.home-edit-btn {
    /*position: absolute;
    right: 40px;
    top: 5px !important;
    bottom: auto !important;*/
    cursor: pointer;
    background: #bf3276;
    padding: 4px 5px 1px 4px;
}

    .home-edit-btn:hover {
        background: #bf3276;
    }

    .home-edit-btn > i {
        font-size: 24px;
        color: #fff;
    }

    .home-edit-btn:hover > i {
        color: #fff;
    }

img.img-editar {
    /*max-height: 100px;
    margin: 15px auto;*/
}

.div-botones {
    margin: 15px auto;
    text-align: center;
}

.carrusel-container {
    padding: 41px 0;
}
