.carousel {
    min-height: 385px;
    padding-top: 1px;
}

.carousel .carousel-item-minified,
.carousel .carousel-item {
    border-radius: 0px 0px  var(--radius)  var(--radius);;
    height: 385px;
    min-height: 385px;
    /* -webkit-filter: blur(1px); */
    /* filter: blur(1px); */
}

.gadget-news-home {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 385px;
}
.gadget-news-home #gadgetNoticiaDesktop, 
.gadget-news-home #gadgetNoticiaMobile {
    width: 100%;
}
.carousel .carousel-item .carousel-caption,
.carousel .carousel-item-minified .carousel-caption {
	background-color: rgba(26, 61, 77, 0.6);
    border-radius: 0px 0px  var(--radius)  var(--radius);
    padding: 10px;
    text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
}
.carousel .carousel-item .carousel-caption h5,
.carousel .carousel-item-minified .carousel-caption h5 {
    color: var(--white-01);
    font-size: 15px;
    line-height: 15px;
    text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.5);
}
/* .carousel .carousel-item .carousel-caption a,
.carousel .carousel-item-minified .carousel-caption a {
    font-size: 12px;
    line-height: 15px;
    margin-top: -20px;
} */
.carousel .carousel-item .carousel-caption p,
.carousel .carousel-item-minified .carousel-caption p {
    color: var(--white-01);
    font-size: 11px;
    line-height: 1.2;
}
.carousel .carousel-item .carousel-caption p > .icon,
.carousel .carousel-item-minified .carousel-caption p > .icon {
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 1%;
    padding: 0;
}

.carousel-control-external {
    color: var(--primary);
    font-size: 16px;
}
.carousel-control-external:hover {
    color: var(--primary-dark);
    text-decoration: none;
}

.carousel-inner {
    border-radius: 8px;
}

.carousel-blank {
    text-align: center;
    text-align: -webkit-center;
    padding: 24px;
}

.carousel-blank img {
    opacity: 1;
    margin-bottom: 16px;
    max-width: 220px;
}


.gadget-news-home {
    min-height: initial !important;
}

.gadget-news-home .carousel {
    min-height: initial !important;
}

.gadget-news-home .carousel .carousel-item {
    height: 340px !important;
    min-height: 340px !important;
    max-height: 340px !important;
}

.gadget-news-home .carousel .carousel-item center {
    height: 100% !important;
}

.gadget-news-home .carousel .carousel-item center .wdk-image-upload-cover {
    object-fit: contain !important;
    height: 100% !important;
}

/* ---------------------------------------------------------------- */

.gadget-news-home.wdk-carousel .carousel {
    min-height: initial !important;
    padding-top: initial !important;
}

.gadget-news-home.wdk-carousel .carousel .carousel-item {
    /* height: 328px !important; */
    min-height: initial !important;
    max-height: initial !important;
    transition: .4s;
}

.gadget-news-home.wdk-carousel .carousel .carousel-item:hover {
    filter: brightness(0.96);
    transition: .4s;
}

.gadget-news-home.wdk-carousel .carousel .carousel-item .wdk-carousel-img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    max-width: 100%;
    transform: translate(-50%, -50%);
}

.gadget-news-home.wdk-carousel .carousel .carousel-item .wdk-image-upload-wrapper {
    position: relative;
    width: 100%;
    padding-top: 50%;
}
