/*
	Theme Name: Administrativos
	Theme URI: http://www.cefetmg.br
	Description: Template para sites Administrativos do CEFET-MG
	Author: Alexandre GonÃ§alves Ferreira (DIS)
	Author URI: http://www.twitter.com/cefet_mg
	Version: 1.0
	License: Public
	Tags: administrativo, notÃ­cias, cefet-mg, cefetmg, cefet, mg
*/

/* bootrap
@import url('css/bootstrap.css');
/* menu
@import url('css/menu.css');
*/

/* google fonts */
@import url('https://fonts.googleapis.com/css?family=Oswald|Patua+One|Roboto');

.container {
    box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.2);
    padding-left: 0px ;
    padding-right: 0px ;
}

body {
    background: #C1C1C1;
}


header #cabecalho {
    padding: 10px;
    padding-left: 20px;
    background-color: #E1E1E1;
    border-bottom: 4px solid #213F63;
    width: 100%;
    float: left;
    display: table;
}

header #cabecalho h2 {
    font-family: 'Oswald', 'Helvetica Neue', 'Arial', sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px;
    text-align: left;
    line-height: 1.3
}

header #cabecalho h3 {
    font-family: 'Oswald', 'Helvetica Neue', 'Arial', sans-serif;
    color: #FFFFFF;
    margin: 0px 0px 5px 0px;
    text-align: left;
    line-height: 1.3
}

header #cabecalho div {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
}

header #cabecalho img {
    color: #FFF;
    height: 65px;
}

.f-logo {
    text-align: center;
    margin-top: 10px;
}


header #busca {
    background-color: #E1E1E1;
    background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
    width: 100%;
    display: table;
    /* font-family: 'Roboto', 'Helvetica Neue', 'Arial', sans-serif; */
    /* font-size: 15px; */
    min-height: 64px;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 0x;
    padding-bottom: 0px;
}

header #busca h1 {
    font-family: 'Patua One', 'Helvetica Neue', 'Arial', sans-serif;
    margin:20px 0px 5px 0px;
    color:#213F63;
    font-size: 20px;
    display: inline-block;
}

header #busca h2 {
    font-family: 'Patua One', 'Helvetica Neue', 'Arial', sans-serif;
    margin:5px 0px 5px 0px;
    color:#213F63;
    font-size: 18px;
    display: inline-block;
    padding-bottom: 5px;
}

header #busca .tags {
    padding: 15px 0px 5px 5px;
    float: right!important;
}

header #busca div.btn-group{
    padding-bottom:5px;
}

header #busca h4 {
    font-family: 'Patua One', 'Helvetica Neue', 'Arial', sans-serif;
    margin:5px 0px 5px 0px;
    color:#213F63;
    font-size: 16px;
}

footer
{
    padding-left: 15px;
    padding-right: 15px;
    background-color: #888A93;
}

.foot {
    background-color: hsl(197, 62%, 15%);
}

.datac {
    margin-top: 40px;
}

.datac p{
    color: white;
    text-align: left;
    font-size: 1em;
    text-align: center;
    
}

@media print {
    section#cabecalho{
        display:none;
    }
}

@media (max-width: 767px) {
    .fixedheader{
        position: fixed;
        top: 0;
        max-width: 1100px;
        z-index: 9999;
        border-bottom: #004C84 1px solid;

    }

    .fixedheader h1{
        margin-top:10px !important;
    }
    .fixedheader dl{
        display: none;
    }
    .fixedheader div.tags{
        display: none;
    }
    .fixedheader hr{
        display: none;
    }
    .fixedheader div.btn-group{
        padding-bottom:5px;
    }
}

@media (min-width: 768px) {
    .container {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {

    /* header #cabecalho {
        background: url('/assets/img/arte-topo-2.png') no-repeat right #004C84;
    }

    header #cabecalho h2 {
        text-align: left;
    }

    header #cabecalho h3 {
        text-align: left;
        margin-bottom: 0px;
    }

    header .img-logo-cabecalho {
        float: left;
    }

    header .img-logo-cefet {
        float: right;
        margin-top: 50px;
        margin-right: 25px;
    } */
}

@media (min-width: 1200px) {
}