/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,600,400);*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');

/* RESET */
* { margin:0; padding:0; list-style:none; border:0; vertical-align:baseline; font-family: 'Open Sans', sans-serif; font-weight:400; }
td { vertical-align:middle; }
h1, h2, h3, h4, h5, h6 { font-weight:400; }
img, picture, video, embed { max-width: 100%; } /* truque para deixar as imagens e outros elementos adaptáveis */
a { color:#006fe9; text-decoration:none; }
input:focus, button:focus, textarea:focus, select:focus { outline: none; }

.clearfix:before,.clearfix:after { content: " "; display: table; } 
.clearfix:after { clear: both; } 
.clearfix { *zoom: 1; }
/* fazer com que todos elementos fiquem dentro da div #conteudo por exemplo */

*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* todos os elementos agora levarão em conta apenas a largura e altura determinada, sem somar a este valor a borda e o padding */

/* SITE */
body { color:#333; font-size:62.5%; background:#999; }
#tudo { float:left; width:100%; background:#fff; }


/* CABEÇALHO */
header { float:left; width:100%; background:#FFF; font-size:0; }
header .logo { float:left; width:45.9375%; margin:2.375% 0 2.375% 17.03125%; }

.menu-icones { float:left; width:100%; background:#FFF; border-bottom:1px #D3D3D3 solid; border-top:1px #D3D3D3 solid; margin-top:2%; padding:2.375% 0 2.375% 0 }
.menu-icones .icone { float:left; width:25%; font-size:0.8em; text-align:center; }
.menu-icones .icone .azul { color:#0078C9;  }
.menu-icones .icone .noticias { color:#c4170c;  }
.menu-icones .icone .recomendamos { color:#FF8B00; }
.menu-icones .icone .parceiros { color:#359e00;  }
.menu-icones .icone .papai { color:#666666;  }

/* CONTEÚDO */
main { float:left; width:100%; }
.central { float:left; width:100%; padding:5%; background:#fff; }
.central.cinza { background:#F4F4F4; }

.migalhas { float:left; width:100%; padding:2.375% 0; color:#FFF; font-weight:300; text-align:center; }
.migalhas.azul { background:#0078C9; }
.migalhas.noticias { background:#c4170c; }
.migalhas.recomendamos { background:#FF8B00; }
.migalhas.parceiros { background:#359e00; }
.migalhas h1 { font-size:2.1em; text-transform:uppercase; }
.migalhas p { font-size:1.2em; }

.blocoArtigos { float:left; width:100%; background:#fff; margin-bottom:5.555555555555556%; border-radius:6px; }
.blocoArtigos .img { width:100%; border-radius:6px 6px 0 0; }
.blocoArtigos .dados { float:left; width:100%; padding:5.555555555555556%; }
.blocoArtigos .dados .data { color:#666666; font-size:1.3em; margin-bottom:3%; }
.blocoArtigos .dados h2 { font-weight:600; font-size:1.8em; margin-bottom:1.5%; }
.blocoArtigos .dados h2.azul a { color:#0078C9; }
.blocoArtigos .dados h2.noticias a { color:#c4170c; }
.blocoArtigos .dados h2.recomendamos a { color:#FF8B00; }
.blocoArtigos .dados h2.parceiros a { color:#359e00; }
.blocoArtigos .dados h3 { font-size:1.4em; }

.blocoMaisLidas { float:left; width:47.5%; background:#fff; margin-bottom:5.555555555555556%; border-radius:5px; }
.blocoMaisLidas.right { float:right; }
.blocoMaisLidas .img { width:100%; border-radius:5px 5px 0 0; }
.blocoMaisLidas .dados { float:left; width:100%; padding:5.555555555555556%; }
.blocoMaisLidas .dados h2 { font-size:1.4em; margin-bottom:1.5%; }
.blocoMaisLidas .dados h2.azul a { color:#0078C9; }
.blocoMaisLidas .dados h2.noticias a { color:#c4170c; }
.blocoMaisLidas .dados h2.recomendamos a { color:#FF8B00; }
.blocoMaisLidas .dados h2.parceiros a { color:#359e00; }

.redeSocial { float:left; width:100%; margin-bottom:5.555555555555556%; padding:5%; border:1px #e1e1e1 solid; }
.redeSocial h4 { font-size:2.2em; font-weight:300; text-align:center; margin-bottom:5.555555555555556%; }
.redeSocial h4 strong { font-weight:600; }
.redeSocial .img { float:left; width:23.3333333333%; margin-left:5%; border-radius:50%; }
.redeSocial .img.margin10 { margin-left:10%; }

.autor { float:left; width:80%; margin:5.555555555555556% 10%; }
.autor .imgAutor { width:60%; border-radius:50%; margin:5.555555555555556% 20%; }
.autor h4 { font-size:1.8em; text-align:center; margin-bottom:5.555555555555556%;  }
.autor p { font-size:1.4em; color:#666666; text-align:center; margin-bottom:5.555555555555556%; }

.midiaKit { float:left; width:60%; margin:5.555555555555556% 20%; }
.midiaKit img { width:100%; }
.midiaKit p { font-size:1.4em; color:#666666; text-align:center; margin:5.555555555555556% 0; }

.artigo { float:left; width:100%; margin-bottom:5.555555555555556%; }
.artigo h1 { font-weight:600; font-size:2.1em; margin-bottom:1.5%; }
.artigo h1.azul { color:#0078C9; }
.artigo h1.noticias { color:#c4170c; }
.artigo h1.recomendamos { color:#FF8B00; }
.artigo h1.parceiros { color:#359e00; }
.artigo h2 { font-size:1.8em; color:#999; }
.artigo .img { float:left; width:100%; margin-bottom:5.555555555555556%; }
.artigo p { font-size:1.4em; line-height:150%; margin-bottom:5.555555555555556%; }
.artigo p strong { font-weight:bold; }
.artigo .info { loat:left; width:100%; padding:5% 0; border-bottom:1px #EEEEEE solid; border-top:1px #EEEEEE solid; margin-bottom:5.555555555555556%; font-size:1.3em; }
.artigo .info .data { color:#666666; margin-right:3.5%;  }
.artigo .info .comentario { color:#FF8B00; }
.artigo .info .comentario strong { font-weight:bold; }
.artigo .info .compartilhamento { float:left; margin:5.555555555555556% 3% 0 0; margin-top:3%;  }
.artigo .info .compartilhamento .img { width:100px; margin-top:-2%;  }

.artigo .comentar { float:left; width:100%; border-top:1px #eeeded solid; padding-top:2.375%; }
.artigo .comentar h4 { font-size:2.1em; font-weight:300; margin-bottom:1.5%; }
.artigo .comentar p { line-height:normal; color:#999; font-size:0.9em; }
.artigo .comentar .formulario { float:left; margin:2.375% 0; }
.artigo .comentar .formulario .cxForm { float:left; width:100%; padding:10px 15px; border:1px #D3D3D3 solid; margin:0 10px 10px 0; font-family:Arial; }
.artigo .comentar .formulario .cxForm.grande { width:100%; height:80px; }

.artigo .comentarios { float:left; width:100%; margin-top:5.555555555555556%; }
.artigo .comentarios h4 { color:#FF8B00; font-size:2.1em; font-weight:300; margin-top:2.375%; }
.artigo .comentarios h4 strong { font-weight:600; }
.artigo .comentarios .comentario { float:left; width:100%; margin-top:5.555555555555556%; padding-top:2.375%; border-top:1px #eeeded solid; }
.artigo .comentarios .comentario .autoComen { float:left; width:100%; }
.artigo .comentarios .comentario .autoComen h5 { font-size:1.8em; margin-top:2.375%; }
.artigo .comentarios .comentario .autoComen .data { margin:0; color:#999; margin-bottom:1.5%; }
.artigo .comentarios .comentario .autoComen p { margin:0; }

.artigo .comentarios .resposta { float:left; width:100%; margin:5.555555555555556% 0 0 5.555555555555556%; }
.artigo .comentarios .resposta .imgAutor { float:left; width:20%; }
.artigo .comentarios .resposta .imgAutor .foto { float:left; width:90%; border-radius:50%; }
.artigo .comentarios .resposta .autoResp { float:left; width:80%; }
.artigo .comentarios .resposta .autoResp h5 { font-size:1.8em; }
.artigo .comentarios .resposta .autoResp .data { margin:0; color:#999; margin-bottom:1.5%; }

.blogParceiros { float:left; width:100%; margin-bottom:5.555555555555556%; }
.blogParceiros .imgParc { float:left; width:80%; border:1px #D3D3D3 solid; border-bottom:none; margin:0 10%; }
.blogParceiros .imgParc.borderBottom { border-bottom:1px #D3D3D3 solid; }

.faleConosco { float:left; width:100%; margin-bottom:5.555555555555556%; }
.faleConosco h1 { font-weight:600; font-size:2.1em; margin-bottom:1.5%; }
.faleConosco p.chamada { font-size:1.3em; margin-bottom:5.555555555555556%;  }
.faleConosco .cxForm { float:left; width:100%; padding:10px 15px; border:1px #D3D3D3 solid; margin:0 10px 10px 0; font-family:Arial; }
.faleConosco .cxForm.grande { height:120px; }


.tituloSeparador { font-size:2.2em; font-weight:600; text-align:center; color:#333; margin-bottom:5.555555555555556%; }
.tituloSeparador.parceiros { color:#359e00; }
.clearBoth { clear:both; }


/* RODAPE */
.rodape { float:left; width:100%; margin-top:5%; }
.rodape h5 { font-size:1.8em; text-align:center; font-style:italic; font-weight:300; }
.rodape h5.azul { color:#0078C9; font-size:2.8em; }
.rodape .dados { font-family: 'Open Sans', sans-serif; font-size:1.3em; text-align:center; color:#666; margin-top:5.555555555555556%; }

/* ASSINE O BLOG */
.assine { position:fixed; bottom:0; left:0; width:100%; background:#ffffcc; z-index:9; padding:2.375% 0;  }
.assine.assinado { clear:both; position:relative;  }
.assine .bloco { float:left; width:75%; margin-left:5.555555555555556%; }
.assine .bloco.right { float:right; width:auto; margin-right:5.555555555555556%; }
.assine .bloco h5 { font-size:2.2em; font-weight:300; font-style:italic; color:#0078C9; }
.assine .bloco p { font-size:1.3em; }
.assine .bloco .btnFechar { width:25px; height:25px; border:2px #666 solid; color:#666; font-weight:bold; border-radius:6px; font-size:12px; background:none; text-align:center; margin:50% 0; }
.assine .bloco .btnFechar:hover { background:#666; color:#ffffcc; }

.assinePag { float:left; width:100%; margin-bottom:5.555555555555556%; }
.assinePag h1 { font-size:2.8em; font-weight:300; font-style:italic; color:#0078C9; }
.assinePag p { font-size:1.3em; margin-bottom:5.555555555555556%; }
.assinePag .cxForm { float:left; width:100%; padding:10px 15px; border:1px #D3D3D3 solid; margin:0 10px 10px 0; font-family:Arial; }

.bloco-parceiros { float:left; width:100%; border-left:1px solid #e6e6e6; margin-bottom: 25px;  }
.clientes { float:left; width:100%; background:#fff; border:1px solid #e6e6e6; border-left:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clientes img { width:100%; }
.clientes:hover { border-top:1px solid #359e00; border-bottom:1px solid #359e00; }


/* MENSAGENS */
.msgEnvio { float:left; width:100%; font-size:1.2em; color:#7caf24; border:1px #7caf24 solid; padding:5.555555555555556%; }
.msgEnvio.erro { color:#d35050; border:1px #d35050 solid; }

/* BOTÕES */
.btn { float:left; width:100%; padding:10px 0; text-align:center; background:#FF8B00; color:#FFF; cursor:pointer; }
.btn:hover { background:#0078C9;  }











/* ICONE MENU HAMBURGUER */
.hamburguer {
  float:left;
  width: 25px;
  height: 20px;
  display: block;
  position: relative;
  margin:5% 0 0 5%;
  
}
.hamburguer:after, .hamburguer:before, .hamburguer span {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #f79144;
  left: 0;
  position: absolute;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.hamburguer:before {
  top: 2px;
}
.hamburguer:after {
  bottom: 2px;
}
.hamburguer:focus {
  outline: none;
}
.hamburguer label {
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1000;
  display: block;
  position: absolute;
  background:none;
}
.hamburguer span {
  top: 9px;
}

.menu-active .hamburguer:before, .menu-active .hamburguer:after {
  top: 10px;
  margin-top: -10%;
}
.menu-active .hamburguer:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-active .hamburguer:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-active .hamburguer span {
  opacity: 0;
}







/* ---------- MENU LATERAL ----------*/
html, body {overflow-x: hidden;}

/*.menu-anchor {
	width: 40px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	background: #FFF;
}

.menu-anchor:before {
	content: "";
	display: block;
	margin: 7px auto;
	width: 70%;
	height: 0.25em;
	background: #f49c14;
	box-shadow: 0 .45em 0 0 #f49c14, 0 .9em 0 0 #f49c14;
}

.menu-active .menu-anchor {background: #d55401}

.menu li a span { font-weight:normal; font-size:13px; }
.menu li a.azul { background: url("imagens/menuMundoAzul.png") no-repeat scroll 0px 0px; color:#0078C9; width:160px;  }
.menu li a.azul:hover { background:#0078C9 url("imagens/menuMundoAzul.png") no-repeat scroll -225px 0px; color:#FFF; }
.menu li a.parceiros { background: url("imagens/menuParceiros.png") no-repeat scroll 0px 0px; color:#359e00; width:152px;  }
.menu li a.parceiros:hover { background:#359e00 url("imagens/menuParceiros.png") no-repeat scroll -225px 0px; color:#FFF; }
.menu li a.noticias { background: url("imagens/menuNoticias.png") no-repeat scroll 0px 0px; color:#c4170c; width:120px;  }
.menu li a.noticias:hover { background:#c4170c url("imagens/menuNoticias.png") no-repeat scroll -225px 0px; color:#FFF; }
.menu li a.papai { background: url("imagens/menuPapai.png") no-repeat scroll 0px 0px; color:#666666; width:140px;  }
.menu li a.papai:hover { background:#666666 url("imagens/menuPapai.png") no-repeat scroll -225px 0px; color:#FFF; }
.menu li a.recomendo { background: url("imagens/menuRecomendo.png") no-repeat scroll 0px 0px; color:#FF8B00; width:145px;  }
.menu li a.recomendo:hover { background:#FF8B00 url("imagens/menuRecomendo.png") no-repeat scroll -225px 0px; color:#FFF; }


*/

menu {
	font-size:1.6em;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 80%;
	height: 100%;
	padding-top: 10px;
	background:#F4F4F4;
	box-shadow: inset -5px -5px 10px 0 rgba(0,0,0,.2)
}

menu li a {
	display: block;
	border-bottom: 1px #eeeded solid;
	margin: 0 10px;
	padding: 10px;
	color: #666;
	text-decoration: none;
	font-weight:600;
}
menu li a span { font-weight:normal; font-size:13px; }
menu li a img { float:left; height:40px; }
menu li a img.menor { float:left; height:26px; margin:0 7px 0 7px; }
menu li a.azul { color:#0078C9; }
menu li a.parceiros { color:#359e00; }
menu li a.noticias { color:#c4170c; }
menu li a.recomendo { color:#FF8B00; }
menu li a.papai { color:#666666; }

menu li a:hover {
	background: #FFF;
}

/*
	Aqui você esconde o menu para fora da tela 
	O valor é exatamente a largura da sidebar
*/
menu {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	transition: all .25s linear;
}

/*
	Essa é a posição original do HEADER e do MAIN
*/
header, main {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	transition: all .25s linear;
}

/*
   Com a classe menu-active na tag HTML
*/
.menu-active menu {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.menu-active header, 
.menu-active main {
	-webkit-transform: translateX(80%);
	-moz-transform: translateX(80%);
	-ms-transform: translateX(80%);
	transform: translateX(80%);
}