@import "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,800italic,400,700,300";
@import "https://fonts.googleapis.com/css?family=Raleway:400,200,100,700,800";

@import url('fonts.css');

a, p, div, input, button{
    font-family: 'Quicksand', sans-serif !important;
}

/*div, p, a, span, h1, h2, h3, h4, input, select, label{*/
p{    
    line-height: 1.5;
}

body{
    /*border-top: 4px solid #16103F;*/
    /*background: url("/assets/posung/images/fundo-degrade.jpg") repeat-x 0% 52%;*/
}
input[type=text], input[type=email], select, textarea{
    color: #FFF !important;
    font-weight: bold !important;
    box-shadow: 1px 1px 1px #333;
    background-color: #19B5FE !important;
    border: 1px solid #adadad !important;
    margin-bottom: 10px;
}
#filtro input[type=text], #filtro select{
    padding: 4px !important;
    height: 46px !important;
    background-color: #19B5FE !important;
    border: 0px solid #adadad !important;
}

input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #D0D0D0;
  font-weight: normal !important;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #D0D0D0;
  font-weight: normal !important;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #D0D0D0;
  font-weight: normal !important;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #D0D0D0;
  font-weight: normal !important;
}

a, p{
    color: #333333;
}
h2{
    color: #666666;
    font-weight: bold;
}
h3{

}
hr{
    border-color: #EEEEEE;
}
#lista_filtro_curso h3{
    color: #16103F;
}
.btn{
    border-radius: 0px !important;
    padding: 17px 32px;
}
.btn-default{
    background-color: #19B5FE;
    background-image: none;
    color: #FFF;
    text-shadow: none;
    font-weight: bold;
}
.btn-default:hover, .btn-default:focus{
    background-color: #16103F;
    background-image: none;
    color: #FFF;
}
.btn-danger{
    /*background-color: #16103E;*/
}
.btn-warning{
    background-color: #fcc519;
    color:#404040;
    font-weight: bold;
}
.btn-primary{
    background-color: #89729E;
    background-image: linear-gradient(to bottom, #89729E 0px, #89729E 100%);
    border-color: #dadada;
    font-weight: bold;
}
.btn-primary:hover{
    background-position: 0 0px;
    background-color: #00BD9B;
    background-image: linear-gradient(to bottom, #00BD9B 0px, #00BD9B 100%);
}

#banner-mobile{
    padding: 10px 0px 0px 0px;
}
    #banner-mobile img{
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    }
.carousel-control.left, .carousel-control.right{
    background-image: none;
}

.navbar-inverse .navbar-toggle{
    background-color: #333 !important;
}
#bs-example-navbar-collapse-1 .nav.navbar-nav.navbar-right{
    margin-top: 2px;
}
#bs-example-navbar-collapse-1 a{
    color: #FFFFFF;
}
    #bs-example-navbar-collapse-1 ul.nav li.open ul a{
        color: #A5A5A5;
    }
#informacao-telefones{

}
    #informacao-telefones a, #informacao-telefones p{
        color: #FFFFFF;
    }

#segundo-menu-superior{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
    ul#segundo-menu-superior li a{     
        color: #FFF;
        height: 50px;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        display: table-cell;
        vertical-align: middle;
    }
    /*Botões coloridos do segundo menu superior*/
    ul#segundo-menu-superior li:nth-child(1) a{
        background-color: #F1AD13;
    }
    ul#segundo-menu-superior li:nth-child(1) a:hover{
        color: #F1AD13;
        background-color: #fff;
    }
    ul#segundo-menu-superior li:nth-child(2) a{
        background-color: #F47983;
    }
    ul#segundo-menu-superior li:nth-child(2) a:hover{
        color: #F47983;
        background-color: #fff;
    }
    ul#segundo-menu-superior li:nth-child(3) a{
        background-color: #9B59B6;
    }
    ul#segundo-menu-superior li:nth-child(3) a:hover{
        color: #9B59B6;
        background-color: #fff;
    }
    
    ul#segundo-menu-superior li:nth-child(4) a{
        background-color: #1BBC9B;
    }
    ul#segundo-menu-superior li:nth-child(4) a:hover{
        color: #1BBC9B;
        background-color: #fff;
    }

    ul#segundo-menu-superior li:nth-child(5) a{
        background-color: #FB7F05;
    }
    ul#segundo-menu-superior li:nth-child(5) a:hover{
        color: #FB7F05;
        background-color: #fff;
    }
    ul#segundo-menu-superior li:nth-child(6) a{
        background-color: #0088C8 ;
    }
    ul#segundo-menu-superior li:nth-child(6) a:hover{
        color: #0088C8;
        background-color: #fff;
    }
    ul#segundo-menu-superior li:nth-child(7) a{
        background-color: #89729E;
    }
    ul#segundo-menu-superior li:nth-child(7) a:hover{
        color: #89729E;
        background-color: #fff;
    }

    ul#segundo-menu-superior li:nth-child(8) a{
        background-color: #FFC946;
    }
    ul#segundo-menu-superior li:nth-child(8) a:hover{
        color: #FFC946;
        background-color: #fff;
    }  
    ul#segundo-menu-superior li:nth-child(9) a{
        background-color: #ff1f5a;
    }
    ul#segundo-menu-superior li:nth-child(9) a:hover{
        color: #ff1f5a;
        background-color: #fff;
    }

    .dropdown-menu a{
        width: 200px;
    }

.panel-default > .panel-heading {
    background-image: linear-gradient(to bottom, #00BD9B 0, #00BD9B 100%);      
}
    .panel-default > .panel-heading h4 a{
        color: #FFFFFF !important;
        font-weight: bold;
    }
.well{
    background-image: linear-gradient(to bottom, #9B59B6 0, #9B59B6 100%);  
}
    .well a{
        color: #FFFFFF;
    }

#cloud{
    padding-bottom: 10px;
}
#filtro, #cloud{
    border: 1px solid #dadada;
    padding-top: 10px;
}
    #filtro .form-control{
        margin-bottom: 5px;
    }
.search_form{
    width: 50%;
    position: absolute;
    top:35px;
    right: 0px;
}
a.links-sociais{
    display: block;
    float: right;
    margin-top: 5px;
}
a:hover.links-sociais{
    opacity: 0.5;
}
    .search_form #palavra{
        height: 35px;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .search_form .btn-procurar, #saibaMais .form-inline .btn.btn-default.btn-sm{        
        background-color: #FFFFFF;
        background-image: none;
    }
    .search_form .btn-procurar{
        height: 35px;
        color: #FFFFFF;
        text-shadow: none;
    }
    .search_form .input-group{
        /*box-shadow: 1px 1px 3px #333;*/
    }
.item-noticia h3 a{
    color: #19B5FE;
    font-size:1.5em;
    font-weight: bold;
}
#palavra{
    border: 1px solid #bdbdbd;
}
.btn-procurar{
    background-color: #fcc519;
}

#myCarousel{
    border-bottom: 0px solid #939598;
    margin-top: 0px;
}

header.carousel {
    height: 60%;
}

.carousel-caption {
    text-shadow: 0px 0px 0px !important;
}
.carousel-caption p{
    font-size: 1.6em;
    color: #FFFFFF;
}

.breadcrumb > li > a {
    color: #16103E;
}
.breadcrumb li span{
    font-weight: bold;
    text-decoration: underline;
    color: #16103E;
    /*background-color: #fcc519;*/
    padding: 2px 6px;
}
#links-areas u{
    font-weight: bold;
}

#miolo{
    
}

ul.links-cursos{
    list-style-type: none;
    padding: 0px;
}
    .links-cursos a{
        display: block;
        background-color: #dadada;
        font-size: 1.1em;
        font-weight: bold;
        padding: 6px 4px;
        color: #FFFFFF;
        margin-bottom: 2px;
    }

    /*Botões coloridos do segundo menu superior*/
    ul.links-cursos li:nth-child(1) a{
        background-color: #F1AD13;
    }
    ul.links-cursos li:nth-child(1) a:hover{
        color: #F1AD13;
        background-color: #fff;
    }
    ul.links-cursos li:nth-child(2) a{
        background-color: #F47983;
    }
    ul.links-cursos li:nth-child(2) a:hover{
        color: #F47983;
        background-color: #fff;
    }
    ul.links-cursos li:nth-child(3) a{
        background-color: #9B59B6;
    }
    ul.links-cursos li:nth-child(3) a:hover{
        color: #9B59B6;
        background-color: #fff;
    }
    ul.links-cursos li:nth-child(4) a{
        background-color: #0088C8;
    }
    ul.links-cursos li:nth-child(4) a:hover{
        color: #0088C8;
        background-color: #fff;
    }
    ul.links-cursos li:nth-child(6) a{
        background-color: #FB7F05 ;
    }
    ul.links-cursos li:nth-child(6) a:hover{
        color: #FB7F05;
        background-color: #fff;
    }
    ul.links-cursos li:nth-child(5) a{
        background-color: #89729E;
    }
    ul.links-cursos li:nth-child(5) a:hover{
        color: #89729E;
        background-color: #fff;
    }
    ul.links-cursos li:nth-child(7) a{
        background-color: #ff1f5a;
    }
    ul.links-cursos li:nth-child(7) a:hover{
        color: #ff1f5a;
        background-color: #fff;
    }

#area-titulo-principal{
    min-height: 120px;
    background-color: #19B5FE;
    padding-top: 15px;
}
    #area-titulo-principal h2{
        color: #FFFFFF;
    }
    #area-titulo-principal ol li *, #area-titulo-principal small{
        color: #FFF;
    }
    #area-titulo-principal .container h2{
        font-size: 3em;
        font-weight: bold;
    }

.navbar.navbar-default{
    background: none;
    background-color: #19B5FE !important;
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
}
.navbar-brand{
    padding: 14px 15px 14px 0px;
    float: normal;
    height: auto;
}
    .navbar-brand img{
        display: block;
    }
#logo-mobile{
   padding: 14px 15px 14px 15px; 
}
#menu-mobile{

}
    #menu-mobile a{
        color: #FFFFFF;
    }
    #menu-mobile a:hover{
        text-decoration: underline;
    }
#links-principais{
    background-color: #FDFDFE;
    box-shadow: 1px 1px 3px #16103F;
    border-top: 1px solid #16103F;
    border-bottom: 1px solid #16103F;
}
    #links-principais a{
        color: #003975;
        font-size: 15px;
        font-weight: bold;
    }
    #links-principais a:hover{
        background-color: #dadada;
    }
.navbar-inverse .navbar-nav > li > a {
    font-weight: bold;
    color: #333333;
    border: 1px solid #dadada;
    text-shadow: 1px 1px 1px #FFFFFF;
    margin-bottom: 2px;
}
.navbar-inverse .navbar-nav > li > a:hover{
    background-color: #16103E;
    font-weight: bold;
    text-decoration: underline;
    color: #FFF;
    text-shadow: 1px 1px 1px #333;
}
.panel{
    border: 1px solid #dadada;
}

.portfolio-item{
    margin-bottom: 15px
}
h2.page-header {
    border: 0px;
    background-color: #EEEEEE;
    height: 42px;
    padding: 8px 10px 10px 10px;
    color: #FFFFFF;
}
    h2.page-header small, h2.page-header a{
        color: #FFFFFF !important;
    }

.curso-unidade{
    margin-bottom: 0px;
}
    .curso-unidade .panel.panel-default{
        border-radius: 0px;
        padding: 5px;
        border-color: #e7e7e7;
    }
        .curso-unidade .panel.panel-default .panel-heading{
            padding: 0px;            
            border-radius: 0px;
            /*background: #dadada;  */          
            color: #1B5D8D;
            /*text-shadow: 1px 1px 1px #333;*/
            background-image: none;
        }
            .curso-unidade .panel.panel-default .panel-heading h4{
                font-size: 14px;
                font-weight: bold;
                text-transform: none;
                margin: 0px;                
            }
        .curso-unidade .panel.panel-default .panel-body{
            padding: 5px 0px;
        }
            .curso-unidade .panel.panel-default .panel-body p{
                padding:0px 0px;
            }

.noticia-unid h3{
    margin-top: 5px;
    font-weight: normal;
    font-size: 13px;
    color:#FFF;
}

a.noticia-unidade {
    background-color: #CCCCCC !important;
    display: block;
    margin-bottom: 10px;
}
    a.noticia-unidade h3{
        padding: 0% 2% 3% 2%;
        font-size: 1em;
        text-transform: uppercase;
        font-weight: bold;
    }
    a.noticia-unidade .data-noticia{
        position:absolute;
        top:10px;
        right: 20px;
        background-color: #19B5FE;
        color: #FFFFFF;
        padding: 5px;
        font-weight: bold;
    }
 
.line-right{
    border-right: 1px solid #939598;
}
.noticia-menor{
    margin-bottom: 5px;
    border-bottom: 1px solid #939598;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.noticia-menor:last-child{
    border-bottom: 0px solid #939598;
}
    .noticia-menor .row{
        padding: 5px;
    }
        .noticia-menor h3{
            margin-top: 0px;
            font-weight: normal;
            font-size: 13px;
        }
#area-btn-opcao-curso .fundo-item{
    background-color: #FFFFFF;
    padding: 2px 6px;
    /*background: rgba(0, 0, 0, 0) url("/assets/posuniceub/images/sprites.png") repeat scroll 0 0;*/
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    margin-bottom: 14px;
}
    #area-btn-opcao-curso .fundo-item h4{
        font-weight: bold;
    }

    #area-btn-opcao-curso .item-area a{
        background: #f4f4f4 none repeat scroll 0 0;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        color: #333;
        margin-bottom: 16px;
        font-weight: bold;
    }
    #area-btn-opcao-curso .item-area a:hover{
        box-shadow: 1px 1px 6px #000;
    }

#links-gerais{

}   
    #links-gerais .panel.panel-default{
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    }
        #links-gerais .panel-heading, #links-gerais .panel-body{
            border-radius: 0px;
        }
        #links-gerais .panel-heading{
            color: #333;
            padding: 5px 10px;
        }
        #links-gerais .panel-body{
            padding-top: 5px;
        }

#links-sociais a{
    color: #16103E;
}

#saibaMais{
    background-image: none;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #194267 0%, #254f82 36%, #254f82 36%, #2c5f8f 71%, #4783aa 100%) repeat scroll 0 0;
    color: #FFFFFF;
    box-shadow: -1px 1px 3px #333;
    padding: 1px 0px 0px 0px;
    /*border-top: 1px solid #939598;*/
    /*border-bottom: 2px solid #fcc519;*/
}
    #saibaMais input, #saibaMais select{
        border-radius: 0px;
    }
    #saibaMais .form-control, .btn.btn-default.btn-sm{
        margin-bottom: 0px;
    }

#lateral-inscreva .panel-heading{
    color: #FFFFFF;
    padding: 10px;
}
#lateral-inscreva .btn.btn-block.btn-default{
    background-color: #19B5FE;
    color: #FFFFFF;
}

#depoimentos{

}
    #depoimentos .conteudo-depoimento{
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    #depoimentos h3{
        font-weight: bold;
        color: #1B5D8D;
        font-size: 16px;
        line-height: 18px;
    }
#ultimas-noticias{

}
    #ultimas-noticias h3 strong{
        color: #1B5D8D;
        font-weight: bold;
    }
    #ultimas-noticias h2.page-header a{
        color: #1B5D8D;
    }


/*Rodapé do site*/
#links-adicionais-rodape{
    background-color:#dddddd;
    box-shadow: 1px 1px 10px #333;
}
footer{
    margin: 20px 0px;
}
#rodape{
    background-color: #303030;
    color:#FFFFFF;
}
    #rodape h3{
        font-size: 15px;
        padding-left: 25px;
        font-weight: bold;
        text-decoration: underline;
        color: #FFFFFF;
    }
    #rodape p{
        color:#fff;
    }
    ul.cidades{
        border-left: 1px solid #847fa6;
    }
        .cidades li{
            /*list-style: none;*/
            /*padding-bottom: 5px;*/
        }
            .cidades li a{
                color:#fff;
                font-size: 15px;
            }
.copyright{
    font-weight: bold;
}

/*no padding & no margin */
.np{
    padding:0px !important;
}
.nm{
    margin:0px !important;
}

/*Nuvens de tag's*/
.nuvens-tags{
    text-align: justify;
}
    a.nivel_1, a.nivel_2, a.nivel_3, a.nivel_4, a.nivel_5{
        font-size: 13px;
        line-height: 35px;
    }
    a.nivel_2{
        font-size: 16px;
    }
    a.nivel_3{
        font-size: 19px;
    }
    a.nivel_4{
        font-size: 22px;
    }
    a.nivel_5{
        font-size: 25px;
    }

#filtro select{
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 0px;
    height: 34px;
    font-size: 14px;
}

/*configuração para tabela responsiva - Adriano 17-11-2016 14:49*/
@media only screen and (max-width: 800px) {

    .no-more-tables tr.cabecalho_tabela{
        display: none !important;
    }

    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .no-more-tables tr { 
        border: 1px solid #ccc; 
        margin-bottom: 5px;
        background-color: #FAFAFA;
    }

    .no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 30% !important;
        white-space: normal;
        text-align:left;
    }

    .no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 27%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    .no-more-tables td:before { content: attr(data-title); }

    /*Adicionais*/
    .no-more-tables .form-control{
        display: inline;
        width: auto;
    }
}

/*configuração para tabela responsiva - Adriano 17-11-2016 14:49*/
@media only screen and (max-width: 800px) {

    .no-more-tables-2 tr.cabecalho_tabela{
        display: none !important;
    }

    /* Force table to not be like tables anymore */
    .no-more-tables-2 table,
    .no-more-tables-2 thead,
    .no-more-tables-2 tbody,
    .no-more-tables-2 th,
    .no-more-tables-2 td,
    .no-more-tables-2 tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables-2 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .no-more-tables-2 tr { 
        border: 1px solid #ccc; 
        margin-bottom: 5px;
        background-color: #FAFAFA;
    }

    .no-more-tables-2 td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        white-space: normal;
        text-align:left;
    }

    /*
    Label the data
    */
    .no-more-tables-2 td:before { content: attr(data-title); }

    /*Adicionais*/
    .no-more-tables-2 .form-control{
        display: inline;
        width: auto;
    }
}


/*Condições*/

/*Mobile portrait*/
@media (min-width: 0px) and (max-width: 479px) {
    #area-btn-opcao-curso .item-area a{
        font-size: 16px;
    }
    .hk_tiny_header{
        text-align: center;
    }
    .navbar-toggle{
        float: right;
        margin-right: 20px;
        margin-top: 20px;
    }
    a.links-sociais{
        float: left;
    }
}
/*Small tablet portrait*/
@media (min-width: 480px) and (max-width: 599px) {
    #area-btn-opcao-curso .item-area a{
        font-size: 16px;
    }
    .hk_tiny_header{
        text-align: center;
    }
    .navbar-toggle{
        float: right;
        margin-right: 20px;
        margin-top: 20px;
    }
    a.links-sociais{
        float: left;
    }
}

/*Tablet 2*/
@media (min-width: 600px) and (max-width: 799px) {
    .navbar-toggle{
        float: right;
        margin-right: 20px;
        margin-top: 20px;
    }
    a.links-sociais{
        float: left;
    }
}

/*Tablet 3*/
@media (min-width: 800px) and (max-width: 1024px) {
    a.links-sociais{
        float: right;
    }
}

@media (min-width: 1025px){
    #links-principais{
        display: block;
    }
    a.links-sociais{
        float: right;
    }
    #filtro{
        padding: 4px 0px;
    }
        #filtro table{
            margin-bottom: 0px;
        }
            #filtro table tr th{
                border: 0px;
                padding: 0px;
            }
            #filtro table td{
                border: 0px;
                padding: 5px 2px;
                vertical-align: middle;
            }
                #filtro table td button{
                    margin-bottom: 0px;
                }
                #filtro table td h2{
                    font-size: 1.2em;
                    font-weight: bold;
                }
}