
.carousel-noticias-sibe .imagen-fondo-noticias-sibe {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 670px;
}

.slide:hover .text-transform {
    font-size: 12.9rem !important;
    line-height: 12rem;
}

/*PARA SLIDER DE NOTICIAS*/
.carousel-noticias-sibe .text-transform {
    font-size: 12rem !important;
    /* width: 1900px; */
    -moz-transition: font-size 500ms linear 0s;
    -webkit-transition: font-size 500ms linear 0s;
    -o-transition: font-size 500ms linear 0s;
    transition: font-size 500ms linear 0s;
    opacity: 0.1;
    position: relative;
    top: -30%;
    left: 30%;
    color: #FFF;
    font-weight: bold;
    line-height: 12rem;
    text-align: center;
}

.carousel-noticias-sibe .carousel-caption h5 {
    font-size: 50px !important
}
.carousel-noticias-sibe .carousel-caption {
    left:0px;
    
}

.carousel-noticias-sibe .carousel-control-next-icon, .carousel-noticias-sibe .carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
}