/*
Theme Name: Secretaria V6
Theme URI: http://www.seati.ma.gov.br
Description: Tema Oficial para Secretarias e demais órgãos do Governo do Estado do Maranhão
Author: SEATI
Author URI: http://www.seati.ma.gov.br/
Version: 1.0
Tags: governo do estado do maranhão, responsive, white, bootstrap
*/

@import url('bootstrap/css/bootstrap.min.css');
@import url('bootstrap/css/bootstrap-theme.min.css');
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300); /* fonte usada no titulo da seção 'tipos mob' */
/*@import url(https://fonts.googleapis.com/css?family=Raleway);*/

body {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

html {
    height: 100%;
}

p { line-height: 1.7em; }

li {
	padding: 0px;
	margin: 0px;
}

a {
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	transition:all 0.25s linear
}

audio {visibility: visible !important;}

/*Fontes
*************************************************/
.rodape p {color:#666666; font-size: 0.8em;}

/*Estrutura
*************************************************/

.fundovermelho {background-color: #bd0000 !important;}

#form-contato {
    background: #3399CC;
    color: #ffffff;
    padding: 20px 0px 20px 0px;
    width: 100%; 
    max-width: 980px;
    margin: 0 auto !important;
}

#form-contato h1 {
    font-family: 'Raleway', sans-serif !important;
    display: block;
    font-weight: 900;
    color: #ffffff;
    margin: 0px 0px 15px 0px;
}

#form-contato input {
    padding: 10px;
    font-size: 14px;
    border: none;
    color: #444444;
    margin: 2%;
}

#form-contato textarea {
    width: 96%;
    padding: 10px;
    font-size: 14px;
    border: none;
    color: #444444;
    margin: 2% !important;
}

.camponomecontato {
    float: left;
    width: 46%
}

.campoemailcontato {
    width: 46%
}

.campoassuntocontato {
    width: 96%;
}

.titulonoticias {
    font-family: 'Raleway', sans-serif !important;
    display: block;
    font-weight: 900;
    color: RGB(204,0,0);
    font-size: 28px;
    margin: 0px 0px 15px 0px;
}

#barra {
    height: 46px;
    background-color: #edeff1;
    padding: 15px 0px;
}

#site-footer {
	background: #eee;
	padding-top: 20px;
}

.footer-center {text-align: center;}
.footer-left {text-align: left;}
.footer-right {text-align: right;}


.tituloeditaldestaque {
    color: white !important;
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0px 10px 0px;
}

#maisnoticiashome a {
    color: #CC0000;
    font-size: 18px;
    font-weight: 400;
    margin: 5px 0px 10px 0px;
}

.botaolinkmaisnoticias {
    background-color: #cc0000;
    color: white !important;
    padding: 10px;
    float: right;
    margin-bottom: 20px;
    font-size: 12px !important;
}

.listadorodape ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    text-indent: 0;
}

.titulowidgetrodape {
    color: #CC0000;
    text-transform: uppercase;
    font-weight: 700;
}

/*****
Menu topo e barra-topo 
*/

#menu-menu-barra, #menu-menu-topo, #menu-menu-principal { padding: 0px !important; }

#menu-cabecalho ul li {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

#menu-cabecalho ul li a {
    /*text-transform: uppercase;*/
    color: #607d8b;
    /*font-weight: 200;
    letter-spacing: 1.2px;*/
    font-size: 12px;
}

.sub-menu {z-index: 999;}

#menu-nav ul li {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

#menu-nav ul li a {
    /*text-transform: uppercase;*/
    color: #607d8b;
    /*font-weight: 300;
    letter-spacing: 1.1px;*/
    font-size: 14px;
}

/*
#menu-nav ul li:nth-child(1) a {color:#FF0000;}        
#menu-nav ul li:nth-child(2) a {color:#336699;}
#menu-nav ul li:nth-child(3) a {color:#998d33;}
#menu-nav ul li:nth-child(4) a {color:#339952;}
#menu-nav ul li:nth-child(5) a {color:#993333;}
#menu-nav ul li:nth-child(6) a {color:#334e99;}
#menu-nav ul li:nth-child(7) a {color:#999933;}
*/

/*****
Sub menu
*/

#menu-nav ul li ul { display: none; } /* escondendo o submenu */

/* arranja os itens do submenu e os posiciona */ 
#menu-nav ul li:hover ul { display: block; position: absolute; padding: 0px; width: 170px; /*background-color: #339952;*/}

#menu-nav ul li ul:nth-child(1) {background-color: #FF0000;}
#menu-nav ul li ul:nth-child(2) {background-color: #336699;}
#menu-nav ul li ul:nth-child(3) {background-color: #998d33;}


#menu-nav ul li ul li a { 
    color: white; 
    /*line-height: 1em; */
    text-decoration: none; 
    /*letter-spacing: 0px; */
}

#menu-nav ul li ul li { width: 170px; padding: 5px 10px; }

#menu-nav ul li ul li:hover { background-color: #3a3b65; }


 
/*
#menu-nav ul li ul:nth-child(1) { background-color: #FF0000; }        
#menu-nav ul li ul:nth-child(2) { background-color: #336699; }
#menu-nav ul li ul:nth-child(3) { background-color: #998d33; }
#menu-nav ul li ul:nth-child(4) { background-color: #339952; }
#menu-nav ul li ul:nth-child(5) { background-color: #993333; }
#menu-nav ul li ul:nth-child(6) { background-color: #334e99; }
#menu-nav ul li ul:nth-child(7) { background-color: #999933; } 
*/



.titulo-tipos-mob {
	font-family: Open Sans Condensed, sans-serif;
	font-size: 28px;
	color: #444444;
	text-transform: uppercase;
}

.titulo-secao-multi {
	position: relative;
	display: block;
	/*margin-top: -70;*/
	padding: 5px;
	color: white;
	/*font-weight: bold;
	text-shadow: 1px 1px #444;*/
	background-color: rgba(0,0,0,0.5);
	line-height: 1em;
	height: 50px;
}

.iconesmultimidia {
    padding: 5px;
    background-color: rgba(255, 0, 0, 0.5);
    margin-top: -35px;
    margin-left: 5px;
    position: relative;
    color: #ffffff;
}

.conteudo {
	max-width: 980px;
    width: 100%;
	background-color: #FFFFFF;
    margin: 0 auto;
    padding: 0;
}

#barra-rodape{
  background-color:#F2F2F2;
  margin-top:60px;
}

#barra-autoria{
    padding: 30px 0px;
    background: #EDEFF1;
    color: #959BA0;
    text-align: center;
    font-size: 12px;
}

#quadro-centro{
  /* padding-left: 40px; */
}

.quadro-menu-principal {
  margin-top: -16px;
}

#rodape-barra{
  width: 100% !important;
  border: solid 1px blue;
}

.quadro-sidebar h2{
  color:#7E0B44;
}

.quadro-sidebar input[type="submit"] {
  border: none;
  background-color: #669933;
  padding: 5px  15px;
  color: #fff;
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
      border-radius: 5px;
}
.quadro-sidebar p {
  color: #777;
}

.quadro-sidebar textarea,
.quadro-sidebar input[type="text"],
.quadro-sidebar input[type="email"] {
  border: solid 1px #ccc;
}

.useful_banner_manager_banner img {
	margin: 5px 0px;
}


/*TOPO DA PAGÍNA
**************************************/
#topo-logo {
  margin-top: 15px;
  margin-bottom: 10px;
}

.navbar-principal .container-fluid{
 padding: 0px !important;
}

#barra-topo {
  margin-bottom: 15px;
  width: 980px;
  margin: auto;
}

#quadro-busca {
  margin-top: 35px;
  line-height: 1em;
  padding: 0px;
}

#topo-social {
  float: right;
  margin-right: 4px;
}

.navbar-form {
  padding: 0px;
  margin: 0px;
}

#topo-busca {
	float: right;
	margin-right: 15px;
}

.cnss-social-icon{
  text-align: right !important;
}



#noticias img.aligncenter {
    display:block;
    margin-left: auto;
    margin-right: auto;
}
#noticias img.alignleft {
    display:block;
    float:left;
}
#noticias img.alignright {
    display:block;
    float: right;
}



/*SETAS DO SLIDE
*************************************************/

.slide-home-980x400 .glyphicon-chevron-left{
	margin-left: 0 !important;
}
.slide-home-980x400 .glyphicon-chevron-right {
	margin-right: 0 !important;

}


/*SLIDE DESTAQUE
*************************************************/

.container .principal{
	float: left;
	width: 610px;
	height: 320px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 2px;
}

.container .principal img {
   	height: 320px;
		-webkit-border-top-left-radius: 7px;
		-moz-border-radius-topleft: 7px;
		border-top-left-radius: 7px;
}

.container .secundario {
	float: left;
	width: 368px;
	height: 160px;
	padding-left: 0px;
	padding-right: 0px;
}
.container .secundario img {
	width: 368px;
	height: 160px;

}
.container .secundario:nth-child(2) img{
	-webkit-border-top-right-radius: 7px;
	-moz-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
}

.container .secundario:nth-child(3){
	border-top: solid 2px #ffffff;
}

/*CHAMADA
**************************************/

.chamada {
	max-width: 980px;
	width: 100%;
	height: 70px;
	padding: 40px 25px;
	display: block;
	position: relative;
	z-index: 99;
	/* margin-top: -350px; */
	background-color: #3399CC;
}

.chamada a {
	font-size: 1.5em;
	color: #ffffff;
	/* text-shadow: 1px 2px #444444; */
}


/*NOTÍCIAS
**************************************/

.botao-leia-mais {
	padding: 5px; 
	background-color: #6da721; 
	color: #ffffff; 
	font-size: 10px; 
	text-shadow: 1px 1px #444444; 
	border-radius: 5px; 
	display: block; 
	width: 85px; 
	margin-top: 10px;
}

#noticias {
	margin-top: -30px;
	margin-left: 14px;
	padding:5px;
	padding-bottom: 20px;
}

#noticias p{
	line-height: 1.5em;
	margin-top: 3%;
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
}

#noticias img {
  float: left;
  margin-top:10px;
  margin-right:10px;
  margin-bottom: 10px;
  border: 1px solid #ebebeb;
}

.noticias-subdestaque {}
.link-subdestaque {
	color: #7E0B44 !important;
	font-size: 1.2em !important;
	line-height: 1.2em;
	margin-top: 10px;
}

.noticias-subdestaque p{
  font-size: 1em;
  color: #999999;
}

.noticias-subdestaque img{
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius: 5px;
	border: 1px solid #ebebeb;
}

.noticias-lista a{
font-size: 1.3em;
color:#7E0B44;
}

.noticias-lista p{
  color:#999999;
  margin-bottom:0px;
}

.item-noticia{
  margin-bottom: 10px;
}

.item-noticia p{
  text-align: justify;
}

.read-more{
  font-size: 1em !important;
  color:#12A0DB !important;
}

.tarja-data {
font-size: 0.8em;
color:#7E0B44;
}



/*RODAPE
**************************************/
#rodape {
  padding-top: 10px;
  max-width: 980px;
  margin: 0 auto;
}

#rodape p {
  font-size: 1em;
 color: #666666;
}
#rodape img {
  float: left;
  margin-right: 5px;
  margin-top: 10px;
}
.mapa img{
border: solid 4px #C8C8C8;
width: 327px;
}
.mapa p{
width: 327px;
text-align: center;
}


/*busca
**************************************/

.assistive-text {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

#searchform input {
    padding: 10px 20px;
    border: none;
    background: #EDEFF1;
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 12px;
    border-radius: 0px;
}

#searchsubmit { display: none;}


/*PAGINAÇÃO
******************************************* **/
.page-numbers { float: left; margin-top: 10px; }
.page-numbers li { display: inline-block; margin-left: 3px; }
.page-numbers a, .page-numbers .dots, .page-numbers .next, .page-numbers .prev { padding: 3px 5px; background: #eee; text-decoration: none; }
.page-numbers a:hover, .page-numbers .next:hover, .page-numbers .prev:hover { background: #7E0B44; color: #fff; }
.page-numbers .current { padding: 3px 5px; background: #7E0B44; color: #fff; }



/*
* Ajustes para versão MOBILE. Solicitado por Erick Pessoa. Em: 13/05/2015.
*/
@media only screen and (max-device-width: 480px) {
	#barra {
		background: none
		background-color: #FFFFFF;
		display: none;
	}
	body {
		font-size: 1.5em;
		background: none;
	}
	#noticia-principal {
		/*padding-left: 30px;
		padding-right: 30px; */
	}
	.carousel img {
		/* margin-left: -245px; */
	}
	.item-noticia {
		/*margin-left: 30px;
		margin-right: 30px;*/
	}
	.noticias-lista p {
		display: none;
	}
	.mapa img {
		width: 70% !important;
	}
	#topo-logo img {
		width: 100% !important;
		height: auto !important;
	}
	.linha-menu-topo {
		margin-top: 30px;
	}
}

/*ALINHAMENTO PARA O PLUGIN DO YOUTUBE*/
.vvqbox {
	margin: 10px !important;
    float: left !important;
}

.flex-container-programas {
    display: -webkit-flex;
    display: flex;
    width: 1024px;
    height: 120px;
    background-color: #f2f2f2;
    flex-flow: row wrap;
    justify-content: stretch;
    margin-top: 20px;
    margin-bottom: 20px;
}

.flex-item-programas {
    background-color: cornflowerblue;
    width: 100px;
    height: 100px;
    margin: 10px;
}

