/*
Theme Name: Secad
Theme URI: http://www.secad.com.br/
Author: Bitnix
Author URI: http://www.bitnix.com.br
Description: Sistema de Educação continuada a distância
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@media only screen and (max-width: 640px){
   #header .menu #menu>ul>li{
      display: block;
      float: left;
      width: 100%;
   }
}
.breadCrumb li {
    padding: 19px 0px !important;
}
.breadcrumb-custom {
    line-height: 1 !important;
}
.bannerBlog{
padding-top: 0px !important;
}
.titulo-blog{
width:100% !important;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
.titulo-blog>p {
    color: #ffffff;
    font-size: 0.8em !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin: 0 40px 35px 40px !important;
    font-family: "Fjalla One","Roboto",arial
}
@media screen and (min-width: 768px) {
    .listaProgramasPage li a img {
        max-height: 125px;
    }
}
@media screen and (min-width: 1024px) {
    .listaProgramasPage li a img {
        max-height: 181px;
    }
}