/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27/10/2017, 23:28:19
    Author     : diona
*/

.topo{
    width: 100%; height: auto;
    background: #fff;

}
.fone-topo{
    padding: 10px 0px; 
    font-size: 20px;
}
.menu-topo{
    width: 100%; height: auto;    
    background: rgb(0,162,224); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0,162,224,1) 0%, rgba(62,99,161,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,162,224,1) 0%,rgba(62,99,161,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,162,224,1) 0%,rgba(62,99,161,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2e0', endColorstr='#3e63a1',GradientType=1 ); /* IE6-9 */
}
#custom-bootstrap-menu.navbar-default {
    font-size: 13px;
    background-color: rgba(250, 250, 250, 0.0);
    border-width: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    margin-bottom: 0
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li{
    padding-left: 0
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(242, 242, 242, 1);
    background-color: rgba(248, 248, 248, 0.0);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(248, 248, 248, 0);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(231, 231, 231, 0);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #ddd;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fafafa;
}

.slider{

}

.concursos{

}
.noticias{

}

    .rodape{
        width: 100%;
        height: auto;
        padding: 10px;
        color: #fff;
        float: left;
        display: block;
        background: rgb(0,162,224); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(0,162,224,1) 0%, rgba(62,99,161,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,162,224,1) 0%,rgba(62,99,161,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,162,224,1) 0%,rgba(62,99,161,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2e0', endColorstr='#3e63a1',GradientType=0 ); /* IE6-9 */
    }


    #exTab1 .tab-content {
        color : white;
        background-color: #428bca;
        padding : 5px 15px;
    }

    #exTab2 h3 {
        color : white;
        background-color: #428bca;
        padding : 5px 15px;
    }

    /* remove border radius for the tab */

    #exTab1 .nav-pills > li > a {
        border-radius: 0;
    }

    /* change border radius for the tab , apply corners on top*/

    #exTab3 .nav-pills > li > a {
        border-radius: 4px 4px 0 0 ;
    }

    #exTab3 .tab-content {
        color : white;
        /*background-color: #CBCDFF;*/
        padding : 5px 15px;
    }
    #exTab3 .tab-content .list{
        color : white;
        background-color: #428bca;
        border-radius: 10px;
        text-align: center;
        display: flex;
	justify-content: center;
	flex-direction: column;
	height: 70 px;
        margin: 0 auto;
    }
    .box-noticias-home{
        -webkit-box-shadow: 0px 0px 5px 1px rgba(92,90,92,0.5);
        -moz-box-shadow: 0px 0px 5px 1px rgba(92,90,92,0.5);
        box-shadow: 0px 0px 5px 1px rgba(92,90,92,0.5);
        padding: 10px;
        margin: 15px 0 15px
    }
    .box-noticias-home h3{
        font-size: 1.3em

    }
.cor_aviso{
    color: red;
   }
