.slider-full .carouselPostsFeaturedFull .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 10px;
    background: none !important;
    text-shadow: none
}

.slider-full .carouselPostsFeaturedFull h4.ps-title {
    font-size: 3em;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 10px
}

.slider-full .carouselPostsFeaturedFull .header-carousel {
    padding-bottom: 15px
}

.slider-full .carouselPostsFeaturedFull .ps-title a:hover,
.ps-title a:active,
.ps-title a:focus {
    color: #fff;
    text-decoration: none;
}

.slider-full .carousel-indicators li {
  width: 12px !important;
  height: 12px !important;
  border-radius: 100%;
}

.slider-full .caption{
    width: 40%;
    background: white;
    position: absolute;
    bottom:15%;
}

.slider-full .caption h4{
    font-size:16px;
}

.text-black{
    color:black;
}

.slider-full .data-post{
    font-size:.8em;
}

.carouselPostsFeaturedFull .header-carousel {
    padding-bottom: 0px;
}
.carousel-item{
	max-height: 624.38px;
}
.section-posts-destaques{
	padding: 5px 0px;
}

.slider-full{
	margin-bottom: 0px;
}

@media (max-width:420px) {

    .carousel-indicators {
        top: 7em !important;
        bottom: 0;
    }

}

@media (max-width:767.98px){
    .slider-full .caption{
        width: 100%;
        background: white;
        position: relative;
    }

    #carouselPostsFeaturedFull .carousel-indicators {
       display: none !important;
    }

}
@media (min-width:360px) and (max-width:767.98px) {
    .carouselPostsFeaturedFull img.d-block.w-100.wp-post-image {
        height: 100%
    }
    .carouselPostsFeaturedFull h4.ps-title {
        font-size: 1.5em
    }
}