@charset "UTF-8";

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

.menu_principal {
	background: #222222 none repeat scroll 0 0;
    border-top: 5px solid #0c88d8;
    /*height: 75px;*/
}

.menu_principal .logo_menu {
	padding: 18px 0 0 69px;
	background-image: url('../images/ebc_logo_azul.png');
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 23%;
	height: 70px;
	float: left;
	color: #FFF;
	font-weight: 700;
	font-style: italic;
	font-size: 150%;
}
.menu_principal .logo_menu:hover {
	text-decoration: none;
}

.menu_principal nav ul {
	display: table;
	float: right;
	margin: 0px;
	width: 77%;
}

.menu_principal nav li{
    display: table-cell;
    height: 70px;
    padding: 0 0.8em;
    text-align: center;
    vertical-align: middle;
}

.menu_principal nav li:hover{
	background-color: #333;
}

.menu_principal nav li a{
	color: #999;
}

.menu_principal nav li a:hover{
	text-decoration: none;
}

.nav_trigger {
	display: none;
}

	@media screen and (min-width: 000px) and (max-width: 640px) {
		.nav_trigger {
			display: block;
			background: url('../images/icon_nav.png') no-repeat right center;
			cursor: pointer;
			float: right;
			height: 70px;
			width: 70px;
		}
		.menu_principal nav ul {
			display: none;
			margin: 0 -15px 0 0;
		    padding: 0;
		    width: 100vw;
		}
		.menu_principal nav li{
		    display: block;
		    padding: 0 33px;
		    text-align: left;
		    background: #333;
		    height: auto;
		    margin: 0 -15px;
		    border-top: 1px solid #363636;
		    border-bottom: 1px solid #292929;
		}
		.menu_principal nav li a{
		    display: block;
		    line-height: 50px;
		    width: 100%;
		}
		.menu_principal nav li:active{ background: #666;}
		.menu_principal nav .busca{
			display: none;
		}
	}

	@media screen and (min-width: 641px) and (max-width: 992px) {
		.menu_principal nav li{
			font-size: 80%;
		}
		.menu_principal .logo_menu {
			padding: 24px 0 0 5%;
			background-size: 20%;
			font-size: 120%;
		}
	}

/* ------------------------------------------------------------- DESTAQUE IMAGEM E BLOCOS */

.box-card{
	-webkit-box-shadow: 0px 1px 3px 0px rgba(204, 204, 204, 1);
	-moz-box-shadow:    0px 1px 3px 0px rgba(204, 204, 204, 1);
	background-color: 	#f3f3f3;
  	box-shadow: 		0px 1px 3px 0px rgba(204, 204, 204, 1);
}

.banner-destaque{
	background-position: center center;
	height:330px;
	margin-bottom: 30px;
}

.destaque-box1,.destaque-box2{
	margin-bottom: 30px;
	margin-top: -100px;
	height: 160px;
}

.destaque{
	width: 100%;
	height: 100%;
	padding: 2% 8%;
	position: relative;
}

.destaque p {
	font-size: 14px;
	line-height: 21px;
}
.destaque .lermais{
	/*position: absolute;
	bottom: 30px;
	left: 30px;*/
	color: #0099ff;
}

.destaque h2 {
	font-size: 16px;
	font-weight: 700;
	margin: 15px 0;
}

	@media screen and (min-width: 0px) and (max-width: 399px) {
		.destaque .lermais{bottom:15px;}
	}

	@media screen and (min-width: 0px) and (max-width: 768px) {
		.destaque-box2{ margin-top: -15px;}
		.banner-destaque{height:350px;}
	}


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

.menu_lateral li {
	display: block;
	clear: both;
}

.menu_lateral a {
	display: inline-block;
	padding: 10px 0px 10px 16px;
	margin-bottom: 1px;
	width: 100%;
	color: #666666;
}

.menu_lateral a:active, .menu_lateral .active {
	display: inline-block;
	padding: 10px 0px 10px 12px;
	border-left: solid 4px #0099ff;
	color: #004e97 !important;
}

.menu_lateral li ul {
	padding-left: 18px;
}

.menu_lateral a:hover {
	text-decoration: none;
	background: #f3f3f3;
}

.nav_trigger2 {
	z-index: 99;
	position: fixed;
	left: 0px;
	bottom: 30px;
	height: 48px;
	width: 48px;
	margin: -30px 0 0 0;
	background: #f6f6f6;
	border-right: 3px solid #0099ff;
	text-align: center;
	line-height: 46px;
	color: #004e97;
	cursor: pointer;
	/*sombra*/
	-webkit-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 3px 6px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 3px 6px 0px rgba(50, 50, 50, 0.5);
	/*bordas*/
	/*-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;*/
	display: none;
}
.nav_trigger_close { display: none; }

	@media screen and (min-width: 0px) and (max-width: 767px) {
		.nav_trigger2 {display: block;}
		.nav_trigger_close {
			display: block;
		    position: absolute;
		    top: 6px;
		    right: 12px;
		    color: #999;
		    width: 30px;
		    height: 30px;
		    line-height: 30px;
		    font-weight: 400;
		    font-size: 21px;
		    text-align: center;
		    cursor: pointer;
		    background: #f6f6f6;
		    transition: 0.5s;
		    z-index: 1000;
		    /*bordas*/
		    -webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
		}
		.menu_lateral {
			z-index: 999;
			position: fixed;
			top: 0px;
			left: -280px;
			background: #fff;
			width: 280px;
			height: 100vh;
			overflow: scroll;
			/*sombra*/
			-webkit-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.5);
			-moz-box-shadow:    0px 3px 6px 0px rgba(50, 50, 50, 0.5);
			box-shadow:         0px 3px 6px 0px rgba(50, 50, 50, 0.5);
			-moz-border-radius-topright: 6px;
			-webkit-border-top-right-radius: 6px;
		}
		.menu_lateral.menu_lateral_open {left: 0px; transition: 0.5s;}
		.menu_lateral.menu_lateral_close {left: -280px; transition: 0.5s;}
	}


/* ------------------------------------------------------------- CONTEÚDO */

/* GERAL */


body {
	font-family: Raleway, sans-serif;
	font-weight: 400;
}

p {
	letter-spacing: 0.3px;
	line-height: 33px;
	font-size: 18px;
	margin-bottom: 30px;
}

p a {
	font-weight: 700;
	cursor: pointer;
	display: inline-block;
	color: #004e97;
}

p a:hover {
	text-decoration: none;
	background: #EEE;
	padding: 3px 6px;
	margin: -3px -6px;
	border-radius: 9px;
	webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}

.conteudo-central {margin-top: -30px;}

h1, h2, h3, h4, h5, h6 { margin: 30px 0px }

h1, h2, h3 { color: #004e97; font-weight: 300; }
h3, h4, h5, h6 { color: #999; font-weight: 400; }

/* TABELA */
.node-content table {
  background-color: transparent;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.node-content caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
.node-content table > thead > tr > th,
.node-content table > tbody > tr > th,
.node-content table > tfoot > tr > th,
.node-content table > thead > tr > td,
.node-content table > tbody > tr > td,
.node-content table > tfoot > tr > td {
	padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd;
}
.node-content table > thead > tr > th,
.node-content table > thead > tr > td {
	border-bottom-width: 2px;
}
.node-content table > tbody > tr:hover {
	background-color: #f5f5f5;
}

/* LISTAS */
.node-content ul, .node-content ol {
	margin-left: 24px;
	margin-bottom: 30px;
}

.node-content ul ul, .node-content ol ol{
	margin-bottom: 0;
}

.node-content ul li, .node-content ol li {
	margin-left: 18px;
	padding-left: 9px;
	line-height: 33px;
	font-size: 18px;
}

/* LISTA NÃO ORDENADA */
.node-content ul li{
	list-style: disc outside none;
}

/* LISTA ORDENADA */
.node-content ol {
	list-style: decimal;
}


/* INFORMAÇÃO DA NOTICIA */


.noticia_info {
    margin: 0 0 30px 0;
    color: #999;
    font-size: 12px;
}

.noticia_info ul {
	border-bottom: 1px solid #ccc;
	display: table;
    width: 100%;
    margin: 0px 0px 6px 0px;
    padding: 0px 0px 6px 0px;
}
.noticia_info li {
	float: left;
	display: block;
	width: 25%;
	max-width: 140px;
	padding-right: 8px;
}

.noticia_info img { margin-right: 6px;}

	@media screen and (min-width: 0px) and (max-width: 479px) {
		.noticia_info img {
			clear: both;
			display: block;
		}
	}


/* LEGENDAS */


.legenda {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 14px;
	color: #999;
	margin: 12px 0px 0px 0px;
}

.legenda span {
	display: block;
	clear: both;
}


/* FOTOS */


.foto-full, .context-full_image { width: 100%; margin: 6px 0px;}
.foto-left, .foto-right, .context-half_image { width: 50%; }

.foto-left, .atom-align-left	{ margin: 6px 21px 6px 0px; float: left; }
.foto-right, .atom-align-right { margin: 6px 0px 6px 21px; float: right;}

.foto-full img, .foto-left img, .foto-right img, .context-full_image img, .atom-align-left img, .atom-align-right img { width: 100%; }

	@media screen and (min-width: 0px) and (max-width: 640px) {
		.foto-left, .foto-right, .atom-align-left, .atom-align-right {display: block; width: 100%; }
	}


/* BLOCKQUOTE */

blockquote {
	border-left: 10px solid #004e97;
	margin: 40px 0px;
	padding: 10px 20px;
}
blockquote p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 26px;
	color: #333;
}


/* LISTA DE ARQUIVOS EM LINHA */


.lista-linha-arquivo a, .lista-linha-arquivo a:hover {
	background: url('../images/icon_download.png') no-repeat;
	background-position: 6px center;
	background-size: 12px 12px;
	background-color: #f3f3f3;
	font-weight: 400;
	font-size: 15px;
	cursor: pointer;
	display: inline-block;
	color: #666;
	text-decoration: none;
	padding: 3px 12px 3px 24px;
	margin: 3px 3px 3px 0px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(204, 204, 204, 1);
	-moz-box-shadow:    0px 1px 3px 0px rgba(204, 204, 204, 1);
  	box-shadow: 		0px 1px 3px 0px rgba(204, 204, 204, 1);
}

.lista-linha-arquivo a:hover {
	background-color: #DEDEDE;
	border-radius: 0px;
	webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	transform: scale(1.01, 1.01);
}

	@media screen and (min-width: 0px) and (max-width: 640px) {
		.lista-linha-arquivo a { display: block; margin-bottom: 9px;}
		.lista-linha-arquivo a:hover { display: block; margin-bottom: 9px;}
	}

/* LISTA DE ARQUIVOS LISTAGEM */

.lista-arquivo a, .lista-arquivo a:hover {
	background: url('../images/icon_download.png') no-repeat;
	background-position: 18px center;
	background-size: 18px 18px;
	background-color: #f3f3f3;
	font-size: 20px;
	font-weight: 300;
	cursor: pointer;
	display: block;
	color: #333;
	text-decoration: none;
	padding: 18px 18px 18px 51px;
	margin: 18px 0px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(204, 204, 204, 1);
	-moz-box-shadow:    0px 1px 3px 0px rgba(204, 204, 204, 1);
  	box-shadow: 		0px 1px 3px 0px rgba(204, 204, 204, 1);
}

.lista-arquivo a:hover {
	background-color: #DEDEDE;
	border-radius: 0px;
	webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	transform: scale(1.01, 1.01);
}

.lista-arquivo a .arquivo-data {
	font-size: 12px;
	font-weight: 700;
	margin-right: 15px;
}

.lista-arquivo a .arquivo-nome {
	display: inline-block;
	line-height: 24px;
}

.lista-arquivo a .arquivo-descricao {
	display: block;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: 100;
	font-size: 14px;
	line-height: 21px;
	color: #999;
}

/* MEDIAELEMENT PLAYER JS - GERAL */
.mejs-wrapper{
    margin-top: 20px;
    width: 100%;
    max-width: 848px;
}

/* MEDIAELEMENT PLAYER JS - VIDEO */
.dnd-widget-wrapper.context-sdl_editor_representation.type-video .dnd-atom-rendered {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
}
.dnd-widget-wrapper.context-sdl_editor_representation.type-video .dnd-atom-rendered iframe,
.dnd-widget-wrapper.context-sdl_editor_representation.type-video .dnd-atom-rendered object,
.dnd-widget-wrapper.context-sdl_editor_representation.type-video .dnd-atom-rendered embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}

/* ISOTOP */

.isotope {
    float: left;
    width: 100%;
}
.ultima_isotope {
	border-top: solid 5px #004e97;
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    float: left;
    margin: 0 1% 2%;
    width: 48%;
}
.ultima_isotope:hover {
    transform: scale(1.01, 1.01);
    background-color: #f3f3f3;
}

.data_hora_isotope {
    color: #aaa;
    float: left;
    font-family: "Open Sans",helvetica,arial,sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 0 10px 20px;
    text-transform: uppercase;
    display: block;
}
.editoria_isotope:hover {
    text-decoration: underline;
}
.horario {
    color: #aaa;
    float: right;
    font-family: "Open Sans",helvetica,arial,sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin: 20px 20px 0 0;
}
.ultima_isotope h6 {
    float: right;
    font-size: 23px;
    font-weight: 300;
    color: #333;
    line-height: 28px;
    margin: 0 20px;
    padding-bottom: 20px;
}
.ultima_isotope_texto {
    height: auto;
}
.ultima_isotope:nth-child(3) {
}

/* ------------- */
/* MEDIA QUERIES */
/* ------------- */


@media screen and (min-width: 0px) and (max-width: 479px) {
	.menu_ebc{font-size: 9px}
	.menu_ebc_direta {padding: 4px;}
	.ultima_isotope { width: 98%; }
}

@media screen and (min-width: 480px) and (max-width: 768px) {}

@media screen and (min-width: 769px) and (max-width: 992px) {}

@media screen and (min-width: 993px) and (max-width: 1200px) {}
