.slick-slide img {
    display: block;
    width: 100%;
}

.slick-prev {
    left: 25px;
    z-index: 2;
}

.slick-next {
    right: 25px;
    z-index: 2;
}

.slick-item {
    position: relative;
}

.slick-item:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(38%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.slick-cont {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    color: #fff;
}

a.slick-titular {
	  display: block;
	  color: #fff !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    padding: 20px;
}

.submarcoc6 .slick-titular {
    font-size: 36px;
}

.submarcoc5 .slick-titular {
    font-size: 36px;
}

.submarcoc4 .slick-titular {
    font-size: 22px;
}

.submarcoc3 .slick-titular {
    font-size: 22px;
}

.submarcoc2 .slick-titular {
    font-size: 14px;
}