.media-degrade{
    margin-bottom: 20px;
    padding:  10px;
    box-sizing: border-box;
}
.media-degrade-red{
    background: #ff0000; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff0000 0%, #b22d00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff0000 0%,#b22d00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff0000 0%,#b22d00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#b22d00',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    border-bottom: solid 8px #8C2300;
}
.media-degrade-green{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#008c69+0,006633+100 */
    background: #008c69; /* Old browsers */
    background: -moz-linear-gradient(top,  #008c69 0%, #006633 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #008c69 0%,#006633 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #008c69 0%,#006633 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c69', endColorstr='#006633',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    border-bottom: solid 8px #004020;
}
.media-degrade-blue{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a3d9+0,004c66+100 */
    background: #00a3d9; /* Old browsers */
    background: -moz-linear-gradient(top,  #00a3d9 0%, #004c66 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #00a3d9 0%,#004c66 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #00a3d9 0%,#004c66 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3d9', endColorstr='#004c66',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    border-bottom: solid 8px #003040;
}
.media-degrade img{
    width: 80px;
    height: 80px;
    border: solid 2px #EEE;
}
.media-degrade a{
    color: #FFF;
    display: block;
}
.media-degrade a:hover{
    color: yellow;
    text-decoration: none;
}
.media-degrade .media-body{
    display: table-cell;
    vertical-align: middle;
}

.widget-aplicativo {
    display: block;
    height: 150px;
    max-height: 150px;
    padding: 15px 0px;
    text-align: center;
    border-radius: 5px;
}
.widget-aplicativo img{
    display: table;
    margin: auto;
}
.widget-contatos{
    height: 150px;
    max-height: 150px;
    vertical-align: middle;
    display: table-cell;
    border-radius: 5px;
}  
#carousel-galeria{
    background-color: #000;
    width: 300px;
    height: 200px;
    overflow: hidden;
}
#carousel-galeria img{
    display: table;
    margin: auto;
    width: 99.9999%;
    height: 200px;
    max-height: 200px;
}
@media (max-width:780px){
    #carousel-galeria{
        width: auto;
        height: 350px;
    }
    #carousel-galeria img{
        height: 350px;
        max-height: 350px;
    }
}
@media (max-width:580px){
    #carousel-galeria{
        width: auto;
        height: 250px;
    }
    #carousel-galeria img{
        height: 250px;
        max-height: 250px;
    }
}
@media (max-width:380px){
    #carousel-galeria{
        width: auto;
        height: 200px;
    }
    #carousel-galeria img{
        height: 200px;
        max-height: 200px;
    }
}
@media (max-width:320px){
    #carousel-galeria{
        width: auto;
        height: 180px;
    }
    #carousel-galeria img{
        height: 180px;
        max-height: 180px;
    }
}