.widget_sep_iniciativas_slide{

}
.widget_sep_iniciativas_slide h3.widget-title{
    display: none;
}
.widget_sep_iniciativas_slide table.table-iniciativa{

}
.widget_sep_iniciativas_slide table.table-iniciativa thead tr th{
    border: 1px solid #EAEBEF;
    border-bottom: 1px solid #34A8E5;
    font-size: .9rem;
    white-space: nowrap;
}
.widget_sep_iniciativas_slide table.table-iniciativa thead tr th span{
    font-weight: 300;
}
.widget_sep_iniciativas_slide table.table-iniciativa tbody tr th{
    color: #34A8E5;
    font-weight: 600;
    font-size: .9rem;
    border: 1px solid #EAEBEF;
}
.widget_sep_iniciativas_slide table.table-iniciativa tbody tr td{
    font-size: .9rem;
    border: 1px solid #EAEBEF;
}
.widget_sep_iniciativas_slide table.table-iniciativa tbody tr td.td-ods{
    width: 230px;
}
.widget_sep_iniciativas_slide table.table-iniciativa tbody tr td img.img-ods{
    width: 100%;
    max-width: 60px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.widget_sep_iniciativas_slide table.table-iniciativa tbody tr td span.ods{
    color: #34A8E5;
    font-weight: 600;
    font-family: 'Raleway';
    font-size: .75rem;
    display: block;
    margin-bottom: 5px;
}
.widget_sep_iniciativas_slide .carousel .carousel-indicators{

}
.widget_sep_iniciativas_slide .carousel .carousel-indicators li{
    text-indent: initial;
    color: #AAA;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 28px;
    margin-top: -10px;
    margin-bottom: 10px;
    transition: .2s all ease-in-out;
}
.widget_sep_iniciativas_slide .carousel .carousel-indicators li:hover,
.widget_sep_iniciativas_slide .carousel .carousel-indicators li.active{
    background-color: #34A8E5;
    color: #FFF;
}
.widget_sep_iniciativas_slide .carousel .carousel-indicators li:before,
.widget_sep_iniciativas_slide .carousel .carousel-indicators li:after{
    display: none;
}
.widget_sep_iniciativas_slide .carousel .carousel-control-prev,
.widget_sep_iniciativas_slide .carousel .carousel-control-next{
    height: 50px;
    bottom: 0;
    top: auto;
    z-index: 16;
}
.widget_sep_iniciativas_slide .carousel .carousel-control-prev{
    left: 30%;
}
.widget_sep_iniciativas_slide .carousel .carousel-control-next{
    right: 30%;
}