@font-face {
    font-family: 'droid_sansregular';
    src: url('https://cdn.ueg.edu.br///cms_visualizador//interface/modulos/evento/geral/font/DroidSans-webfont.eot');
    src: url('https://cdn.ueg.edu.br///cms_visualizador//interface/modulos/evento/geral/font/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
		url('https://cdn.ueg.edu.br///cms_visualizador//interface/modulos/evento/geral/font/DroidSans-webfont.woff') format('woff'),
		url('https://cdn.ueg.edu.br///cms_visualizador//interface/modulos/evento/geral/font/DroidSans-webfont.ttf') format('truetype'),
		url('https://cdn.ueg.edu.br///cms_visualizador//interface/modulos/evento/geral/font/DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ---------------------
/*        RESET
/* ---------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html, body {
    line-height: 1;
    font-family: droid_sansregular;
    height:100%;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration:none;
}
input{
    font-family:droid_sansregular;
}

/* ---------------------
/*        GERAL
/* ---------------------*/

body {
    font-size: 1.000em;
    color: #666666;
    background: #f5f7f6;
}

input, select, textarea, button {
    font-size: 100%;
    font-family: inherit;
}

img {
    border-width: 0px;
}


a {
    color: #727272;
}
a:hover {
    color: #444444;
}
.clear{
    clear: both;
}
/* ---------------------
/*        HEADER
/* ---------------------*/
header.header-bg{
    min-height: 170px;
    width: 100%;
    background: #f9faea;
    min-width: 1024px;
}
section.header{
    max-width: 1180px;
    min-width: 1024px;
    width: 100%;
    margin: 0 auto;
}
div.simboloe{
    position: absolute;
    z-index: 0;
    width: 266px;
    height: 288px;
    background: url(https://cdn.ueg.edu.br//cms_visualizador/interface/modulos/evento/31//images/simboloE.png);
}
div.simbolod{
    position: absolute;
    z-index: 0;
    right: 350px;
    top: 0;
    width: 284px;
    height: 321px;
    background: url(https://cdn.ueg.edu.br//cms_visualizador/interface/modulos/evento/31//images/simboloD.png);
}
/* ---------------------
/*        LOGO
/* ---------------------*/
.logo{
    position: relative;
    z-index: 99;
    width: 400px;
    margin: 0 auto;
    padding-top: 20px;
}

/* ---------------------
/*        MENU
/* ---------------------*/

section.menu-bg{
    position: relative;
    z-index: 10;
    height: 70px;
    width: 100%;
    background: #16a085;
    min-width: 1024px;
}
nav.menu{
    font-size: 0.938em;
    max-width: 1180px;
    min-width: 1024px;
    width: 100%;
    margin: 0 auto;
    background:#000;
}
nav.menu ul {
    float:left;

}
nav.menu ul li{
    display: inline;
    position:relative;
    float:left;
}
nav.menu ul li a{
    color: #fff;
    line-height: 70px;
    padding: 25px 20px 25px 20px;
    font-size: 14px;

}
nav.menu ul li:hover{
    color: #fff;
    background: #1abc9c;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
nav.menu ul li a:hover{
    color: #fff;
    text-decoration: none;
}
/* Sub-menu nível 1 */
nav.menu li  ul{
    position:absolute;
    top:70px;
    left:0;
    background:#16a085;
    display:none;
    z-index: 99;
}
nav.menu li:hover ul{
    display:block;
}
nav.menu li ul li{
    width: 150px;
}
nav.menu li ul li a{
    line-height: 40px;
    padding: 10px 30px 10px 20px;

}
nav.menu li ul li a:hover{

}
/* Sub-menu nível 2 ------>Desabilitado */
nav.menu li:hover ul ul{
    position:absolute;
    left:150px;
    top: 10px;
    background:#000;
    display: none;
    z-index: 99;
}

/* ---------------------
/*        SEARCH
/* ---------------------*/

.search{
    float: right;
}

input.search-text{
    position: relative;
    top: 17px;
    border-radius: 6px;
    border:0;
    height: 32px;
    outline: none;
    padding-left: 5px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}
input.btn{
    color:#fff;
    background:#f4b200;
    position: relative;
    top:15px;
    right:10px;
    height: 34px;
    outline: none;
    border:0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0!important;
    cursor: pointer;
    padding-bottom: 4px;
}

/* Página Buscar*/
section.buscar_page{
    margin: 10px 0;
    padding: 10px;
    position:relative;
    z-index: 1;
    background: #f0f0f0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;

}
.conteudo_buscar{
    width: 100%;
    min-height: 80px;
    border-bottom:1px solid #ccc;
    padding-bottom: 10px;
}
header.titulo_buscar{
    color: #727272;
    font-weight: bold;
    font-size: 1.125em;
    margin: 10px 0;
}

/* ---------------------
/*        CONTENT
/* ---------------------*/
section.content{
    max-width: 1180px;
    min-width: 1024px;
    width: 100%;
    margin: 0 auto;
    top: -20px;
}

/* Notícias */

section.noticias{
    float: left;
    padding-bottom: 10px;
    position: relative;
    z-index:1;
}
.home{
    width: 72%;
}
.page{
    width: -webkit-calc(72% - 40px);
    width: -moz-calc(72% - 40px);
    width: -o-calc(72% - 40px);
    width: calc(72% - 40px);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin: 10px;
    background: #f0f0f0;
    padding: 10px;
}
.page_data{
    float: right;
    position: relative;
    top:-20px;
}
ul.noticias_list li{
    float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    min-width: 735px;
    max-width: 840px;
    width: 100%;

}
ul.noticias_cat{
    padding: 0 10px 10px 10px;
    margin: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background: #f0f0f0;
    float: left;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
}
ul.noticias_cat li{
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: -o-calc(100% - 10px);
    width: calc(100% - 10px);
    padding: 10px 10px 20px 10px;
    float: left;
    border-bottom: 1px solid #ccc;


}
section.noticias a.titulo_noticia {
    color: #2c476f;
    font-weight: bold;
    margin-left: 5px;
}
section.noticias a.titulo_noticia:hover {
    color: #2B7FAD;
}
section.noticias a.descricao {
    color: #6a6a6a;
    display: none;
}
div.thumb_noticias{
    width: 200px;
}
article.conteudo{
    margin-left:10px;
    float: left;
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: -o-calc(100% - 220px);
    width: calc(100% - 220px);
    text-align: justify;
    min-height: 80px;
}
article.conteudo p{
    font-size: 0.813em;
    line-height: 22px;
}
article.conteudo_page{
    text-align: justify;
    margin: 10px;
    line-height: 24px;
}
article.conteudo_page p{
    font-size: 0.813em;
}
article.conteudo_page span img{
    margin:10px;
}
div.thumb_noticias img{
    float:left;
    width: 200px;
    height: 150px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-radius: 6px;
    border-radius: 6px;
}
header.titulo_noticias a{
    margin-left: 10px;
    color: #727272;
    font-weight: bold;
    font-size: 1.125em;
    margin-bottom: 10px;
    float: left;
}
header.titulo_noticias h4{
    font-size: 1.333em;
    margin-top: 10px;
}
span.data_noticias{
    max-width: 200px;
    margin-right: 10px;
    float: right;
    position: relative;
}
div.ver_mais{
    margin: 20px 10px 0 0;
    float:right;
}
div.ver_mais a{
    background: #16a085;
    padding:6px 10px;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-radius: 6px;
    border-radius: 6px;

}
div.ver_mais_geral{
    margin: 10px 10px 10px 0;
    float:right;
}
div.ver_mais_geral a{
    background: #f4b200;
    padding:6px 10px;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-radius: 6px;
    border-radius: 6px;

}
/* ---------------------
/*        SLIDE
/* ---------------------*/
.slide{
    padding: 10px 10px 0 0;
}
.slide_images img{
    max-width: 840px;
    width: 100%;
    height: 360px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-radius: 6px;
    border-radius: 6px;
}
div.bx-pager{
    position:relative;
    top: -20px;
}
div.bx-pager a{
    color: #fff!important;
    background: #16a085!important;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -o-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.bx-pager .pager-active, .bx-pager a:hover {
    background: #1abc9c!important;
}
/* ---------------------
/*        SIDEBAR
/* ---------------------*/
.sidebar{
    margin: 10px 0;
    position: relative;
    z-index: 10;
    width: 28%;
    float: right;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-radius: 6px;
    border-radius: 6px;
    background: #f0f0f0;
    padding-bottom: 10px;
}
.links{
    height: 100px;
}
.inscreva{
    width: 100%;
    height: 80px;
    background: #f4b200;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-radius: 6px;
    border-radius: 6px;
    margin-bottom: 5px;
}
.inscreva a, .normas a{
    display:inline-block;
    width:100%;
    height:100%;
}
.inscreva span{
    float: left;
    color:#fff;
    padding: 11px 10px 5px 20px;
}
.inscreva h4{
    color: #fff;
    float: left;
    font-size: 2em;
    padding: 20px 0 23px 10px;
}
.normas{
    width: 100%;
    height: 65px;
    background: #16a085;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-radius: 6px;
    border-radius: 6px;
    margin-bottom: 5px;
}
.normas span{
    float: left;
    color:#fff;
    padding: 16px 10px 17px 80px;
}
.normas h4{
    color: #fff;
    float: left;
    font-size: 1.3em;
    padding: 20px 0 20px 10px;
}
/* ---------------------
/*        GALERIA
/* ---------------------*/
section.galeria{
    background: #f0f0f0;
    width: 100%;
    max-width: 331px;
}
section.galeria ul{
    display: inline;
}
section.galeria ul li{
    float: left;
    padding: 10px;
}
section.galeria ul li a{
}
section.galeria ul li a img{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-radius: 6px;
    border-radius: 6px;
    width: 90px;
    height: 83px;

}
.titulo_galeria{
    width: 100%;
    height: 38px;
    background: #d9d9d9;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -o-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    color: #fff;
}
.titulo_galeria span{
    position: relative;
    top: 3px;
    padding: 6px 5px 0 10px;
}
.titulo_galeria a{
    background: #f4b200;
    -webkit-border-radius: 0 6px 0 0;
    -moz-border-radius: 0 6px 0 0;
    -o-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
    padding: 12px 8px 14px 8px;
    float: right;
    font-size: 0.750em;
    color:#fff;
}
.data_galeria{
    float:right;
    position: absolute;
    right: 15px;
    top: 20px;
}
section.galeria_page{
    max-width: 1180px;
    min-width: 1024px;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    position:relative;
    z-index: 1;
    background: #f0f0f0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    float: left;
}
section.galeria_page p{
    width: 100%;
    float: left;
    margin: 10px;
}
section.galeria_page ul{
    width: 950px;
    margin: 0 auto;
}
section.galeria_page h4{
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: calc(100% - 20px);
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-size: 1.125em;
    margin-bottom: 10px;
}
ul.galeria_fotos li{
    float: left;
    background: #d9d9d9;
    margin: 10px;
    padding: 10px;
    height: 150px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
ul.galeria_fotos li img{
    max-height: 130px;
    width: 150px;
}
.legenda_galeria{
    font-size: 12px;
    max-width: 150px;
}
/* ---------------------
/*        CONTATO
/* ---------------------*/
.campo{
    margin-bottom:20px
}
.campo input{
    margin-top: 5px;
    height: 30px;
    padding-left: 5px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    width: 350px;
}
.campo select{
    margin-top: 5px;
    height: 35px!important;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.campo textarea{
    margin-top: 5px;
    height: 300px;
    padding-left: 5px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    width: 500px;
    max-width: 500px;
}
.campo #enviar{
    margin-top: 10px;
    width: 80px;
    height: 40px;
    cursor: pointer;
    background: #16a085;
    color: #fff;
}
.campo #enviar:hover{
    background: #1abc9c;
}
.msg_enviar{
    font-size: 1.333em;
    float: left;
    position: relative;
    top:6px;
    margin-left: 10px;
}
.fa-left{
    float:left;
}
/* ---------------------
/*       PAGINAÇÃO
/* ---------------------*/
.pagination{
    width: 100%;
    margin-top: 20px;

}
.pagination ul{
    clear: both;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background: #16a085;
    color: #fff;
    padding: 10px;

}

.pagination ul li{
    margin:0 5px;
    padding:10px;
    display: inline;
    float: none;
    border: 0;
}
.pagination ul li a{
    color: #fff;
    display: inline-block;
    position: relative;
}
.pagination ul li a:hover{
    color: #fff!important;
}

.active{
    background: #14745b;
}


/* ---------------------
/*        FOOTER
/* ---------------------*/
footer.footer-bg{
    background: #f0f0f0;
    width: 100%;
    padding-top:10px;
    min-width: 1024px;
}
.realizacao{
    max-width: 1180px;
    min-width: 1024px;
    width: 100%;
    margin: 0 auto;
}
.realizacao ul{
    width: 670px;
    margin: 20px auto;
}
.realizacao ul li{
    display: inline;
    margin:0 20px;
}
.apoio{
    max-width: 1180px;
    min-width: 1024px;
    width: 100%;
    margin: 0 auto;
}
.apoio ul{
    width: 980px;
    margin: 20px auto;
}
.apoio ul li{
    display: inline;
    margin:0 20px;
}
.apoio ul li a{

}
section.copyright{
    width: 100%;
    height: 67px;
    background: #16a085;
}
section.copyright p{
    width: 540px;
    margin: 0 auto;
    font-size: 0.750em;
    color: #fff;
    line-height: 60px;
}

/* ---------------------
/*        MOBILE
/* ---------------------*/
@media screen and (max-width: 1440px) {
    div.simbolod{
        right:100px;
    }
}
@media screen and (max-width: 1280px) {
    div.simbolod{
        right:0;
    }
}
@media screen and (max-width: 1185px) {
    .inscreva span{
        font-size: 3.556em;
        padding: 15px 10px 5px 20px;
    }
    .inscreva h4{
        color: #fff;
        float: left;
        font-size: 1.667em;
        padding: 27px 0 23px 10px;
	}
    .normas span{
        font-size: 2.000em;
        padding: 16px 10px 17px 75px;
    }
    .normas h4{
        color: #fff;
        float: left;
        font-size: 1.333em;
        padding: 20px 0 20px 10px;
    }
    section.galeria ul li a img {
        width: 72px;
        height: 53px;
    }

}

/* ---------------------
/*    PROGRAMAÇÃO(NO SITE)
/* ---------------------*/
.main {
    text-align: center;
}

.titulo_prog {
    color: #999999;
    margin: 40px 0 0;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

.text-left {
    text-align: left;
}


















