/* 
    Arquivo scrollNoticias.css
    Desenvolvedores: José Carlos
    Data: 21/01/2016, 15:15:57
*/

.scrollNoticias .col-md-12{
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.scrollNoticias img{
    display: block;
    width: 100%;
    border-bottom: 6px solid black;
    max-width: 100%;
    height: 150px;
}

.scrollNoticias img.verde{
    border-bottom-color: #C1DB9E;
}
.scrollNoticias .card:hover img.verde{
    border-bottom-color: #61A409 !important;
    transition: border-bottom-color 0.092s linear 0.12s;
}
.scrollNoticias img.azul{
    border-bottom-color: #9AC7DC;
}
.scrollNoticias .card:hover img.azul{
    border-bottom-color: #0372A6 !important;
    transition: border-bottom-color 0.092s linear 0.12s;
}

.scrollNoticias img.vermelho{
    border-bottom-color: #F99;
}
.scrollNoticias .card:hover img.vermelho{
    border-bottom-color: #FF4848 !important;
    transition: border-bottom-color 0.092s linear 0.12s;
}

.scrollNoticias div.card {
    width: 100%;
    border-radius: 7px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
    transition: box-shadow 0.3s ease 0s;
    text-align: center;
}

.scrollNoticias div.conteudo {
    padding: 5px;
    overflow: hidden;
    height: 100px;
}

.scrollNoticias h4{
    text-align: justify;
}

/** Carousel **/

.scrollNoticias .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.scrollNoticias ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.scrollNoticias li {
    float: left;
    margin: 10px;
}

/** Carousel Controls **/

.scrollNoticias .jcarousel-control-prev,
.scrollNoticias .jcarousel-control-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #555555;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.scrollNoticias .jcarousel-control-prev:hover,
.scrollNoticias .jcarousel-control-next:hover{
    color: black;
}

.scrollNoticias .jcarousel-control-prev {
    left: 0;
}

.scrollNoticias .jcarousel-control-next {
    right: 0;
}

/** Carousel Pagination **/
.scrollNoticias .jcarousel-pagination {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.scrollNoticias .jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.scrollNoticias .jcarousel-pagination a.active {
    background: #2B4C78;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
