@charset "utf-8";
/* CSS Document */

.b-0 {
    bottom: 0;
}
.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.overflow {
    position: relative;
    overflow: hidden;
}
.zoom img {
    transition: all 0.2s linear;
}

.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


a{ text-decoration:none; }
a.video{ }
#box_lista img{ margin-right:8px;}
span.titulo_lateral{ text-decoration:none; color:#202020;}
#clear{ clear: both;}
#box_lista{ margin-top: 20px;}
#box_box{ margin-top: 10px;}
#box_box span.titulo_lateral{ text-decoration:none; color:#202020;}


span.editor_mini{ font-size:14px; margin-bottom: 5px; display:block; color: #082092;}
.btn-outline-success{ background:#0D1B8A; color:#FFF;}
.btn-outline-success:hover{ background:#0C0E4E; color:#FFFF; transition-duration:0.5s;}