/*
 * Estilo CSS das páginas do site.
 *
 * @autor: Émerson Januário da Silva
 * @data: 06/06/2018
 */


h1{
	font-size:54px;
}
h2{
	font-size:40px;
}
.margin-top{
	margin-top:20px;
}
.margin-bottom{
	margin-bottom:15px;
}
.margin-bottom2{
	margin-bottom:30px;
}
h3{
	font-size:30px;
}
h3.azul{
	color:#003399;
	padding-bottom:5px;
	border-bottom:3px #0079F5 solid; 
}
h4{
	font-size:25px;
}

span.azul{
	color:#003554;
}
span.verde{
	color:green;
}

p.maior{
	font-size:18px;
}

p.branco{
	font-family:Arial;
	font-size:26px;
	color:#FFF;
	text-align:center;
}

a.botao{
	float:left;
	font-family:Arial;
	font-size:18px;
	text-decoration:none;
	margin-top:20px;
	padding:12px 22px;
	color:#FFF;
	background-color:#00CC33;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
a.botao:hover{
	background-color:#0079F5;
}
a.laranja{
	background-color:#FF6600;
}
a.laranja:hover{
	background-color:#FF4F22;
	box-shadow: 3px 3px 10px #333;
}

/* Trata os formulários */
form{
	
}
form input{
	width:80%;
	font-size:14px;
	margin-bottom:10px;
	padding:10px 12px;
	background-color:#FFF;
	border:1px #CCC solid;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
div.center form input{
	width:95%;
}
form input.menor{
	width:40%;
}
form input.resultado{
	width:12%;
}
form textarea{
	width:80%;
	font-size:14px;
	margin-bottom:10px;
	padding:10px 12px;
	background-color:#FFF;
	border:1px #CCC solid;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
div.center form textarea{
	width:95%;
}
form button{
	width:84.5%;
	font-size:18px;
	text-decoration:none;
	margin-top:20px;
	padding:12px 22px;
	color:#FFF;
	background-color:#00CC33;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	cursor:pointer;
}
form button:hover{
	background-color:#0079F5;
}
form button.laranja{
	background-color:#FF6600;
}
form button.laranja:hover{
	background-color:#FF4F22;
	box-shadow: 3px 3px 10px #333;
}
div.center form button{
	width:100%;
}

/* Centraliza os elementos do site */
div.container{
	width:1170px;
	margin:0 auto;
}

/* Duas div's por container (esquerda e direita) */
div.left{
	float:left;
	width:575px;
	margin:40px 0;
}
div.right{
	float:right;
	width:575px;
	margin:40px 0;
}
div.center{
	float:left;
	width:575px;
	margin:40px 0 40px 297.5px;
}
div.cinza{
	background-color:#F0F4F6;
}
div.verde{
	background: linear-gradient(to right, #009933 , #003300);
}
div.azul{
	background: linear-gradient(to right, #0079F5 , #003554);
}
div.azul2{
	background: linear-gradient(to right, #336699, #003399);
}
div.dark{
	background: linear-gradient(to right, #1B3448 , #141D26);
}

/* Três div's por container */
div.tres{
	float:left;
	width:380px;
	margin:20px 5px;
	text-align:center;
}
div.tres img.tres{
	width:380px;
	margin:10px 0;
}
div.tres img.social{
	width:122px;
	height:194.86px;
	margin:10px 0;
	padding:0;
}
div.tres a{
	float:none;
}
div.tres a.titulo{
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	padding:8px 0px;
	color:#152C5B;
}

/* Quatro div's por container */
div.quatro{
	float:left;
	width:262.5px;
	margin:15px;
	text-align:center;
	/*min-height:100px;
	background-color:blue;*/
}

/* Centraliza todos os itens dentro da div*/
div.centralizado{
	text-align:center;
}

/* Topo do site */
header{
	float:left;
    width:100%;
	height:150px;
	background:#FFF url(../img/bg-header.jpg) no-repeat top center;
	/*box-shadow: 0px 0px 10px #CCC;
	margin-bottom:30px;*/
}
header img{
	float:left;
    width:128px;
	height:115px;
	margin:17.5px 0;
	border:0;
}

.header-top{
	float:left;
    width:100%;
	padding:10px 0;
	font-family:Arial;
	font-size:12px;
	color:#FFF;
	background: linear-gradient(to right, #336699, #003399);
}
.header-top a{
	color:#FFF;
	text-decoration:none;
	margin-left:30px;
}
.header-top a{
	text-decoration:underline;
}

/* Menu do topo do site */
nav{
	float:right;
	margin-top:55px;
}
nav ul{
	padding:10px 0;
}
nav ul li{
	display:inline;
	padding:10px 10px;
}
nav ul li a{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#2C5F99;
	padding:0px;
}
nav ul li a:hover{
	color:#0079F5;
}

/* Trata o above the fold */
div.above{
	float:left;
    width:100%;
	min-height:100px;
	/*background: linear-gradient(to right, #0079F5 , #003554);*/
}
div.above img{
	width:100%;
	max-width:1170px;
}
div.above h1{
	color:#FFF;
	margin-top:30px;
}
div.above p{
	font-family:Arial;
	font-size:24px;
	color:#FFF;
	margin:10px 0;
}
div.above p b{
	color:yellow;
}
div.above a{
	font-size:24px;
}

/* Trata o under the fold */
div.under{
	float:left;
    width:100%;
	/*min-height:200px;*/
}
div.under h2.chamada{
	font-weight:100;
	text-align:center;
	color:#003554;
	margin:40px 0;
}
div.under h2 b{
	font-weight:bold;
	color:green;
}
div.under img{
    width:auto;
}

/* Conteúdo do site */
article{
	float:left;
    width:100%;
}
article h1{
	font-size:40px;
	text-align:center;
	color:#FFF;
	padding:40px 0;
	background: linear-gradient(to right, #0079F5, #003554);
}
article h1.azul{
	color:#003554;
	background:none;
}
article h4{
	margin-top:10px;
}
article p{
	font-size:15px;
	text-align:justify;
}
article div.container{
	/*width:1110px;*/
	width:700px;
	padding:30px;
}
article img.materia{
	max-width:700px;
	padding:10px 0;
	border-radius:6px;
}
article img.foto{
	width:300px;
	padding:10px 0;
	border-radius:6px;
}

/* Rodapé do site */
footer{
	float:left;
    width:100%;
	padding:30px 0;
	background-color:#2E3144;
}
footer.escuro{
	padding:15px 0;
	background-color:#222433;
}
footer img{
	width:87px;
	/*margin-bottom:30px;*/
	border:0;
}
footer p{
	color:#FFF;
}
footer p.centro{
	text-align:center;
}
footer a{
	color:#CCC;
}
footer a:hover{
	text-decoration:underline;
}