/*
Theme Name: Agras
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

@font-face {
	font-family:"QuicksandBook-Regular";
	src:url("fontes/Quicksand_Book.eot?") format("eot"),url("fontes/Quicksand_Book.woff") format("woff"),url("fontes/Quicksand_Book.ttf") format("truetype"),url("fontes/Quicksand_Book.svg#QuicksandBook-Regular") format("svg");
	font-weight:normal;font-style:normal;
	}

body{
	padding: 0px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
	background: #fff;
}

p, ul{
	margin: 0;
}

select{
	-webkit-appearance: none;
}

#wrapper{
	width: 100%;
	margin: 0;
}

.container{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#mc_embed_signup form .email{
	width: 240px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #125E73;
	margin-top: 10px;
	background: transparent;
	color: #0DC5F5;
	border-bottom: 2px solid #04A4CC;
	font-size: 15px;
}


#mc_embed_signup form input[type="submit"]{
	outline: none;
	border: none;
}
a img
{
	border: none;
	text-decoration: none;
	outline: none;
}

.voce-sabia .content{
	margin-top: -20px;
}

#header{
	background: url("img/header-bg.png");
	height: 242px;
	width: 100%;
	margin: 0;
	color: #fff;
}

.logo-header{
	float: left;
}

#header .container{
	background: url("img/bg-agrasheader.png") right no-repeat;
	height: 230px;
	z-index: 9999999;
}

.solicite{
	float: left;
	width: 330px;
	margin-top: 70px;
	font-size: 22.5px;
	font-style: italic;
	margin-left: 35px;
}

.solicite .fone{
	font-size: 32px;
}
.solicite img{
	float: left;
}

.saber-mais{
	font-size: 22.5px;
	width: 240px;
	float: left;
	margin-top: 15px;
	margin-left: 100px;
}

.saber-mais .receba{
	font-size: 11.71px;
	line-height: 14px;
}

input:focus{
	outline: none;'
}

.saber-mais input[type="text"]{
	width: 240px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #125e73;
	margin-top: 10px;
	background: transparent;
	color: #0dc5f5;
	border-bottom: 2px solid #04a4cc;
	font-size: 15px;
}

.input-email{
	position: relative;
	width: 240px;
	height: 50px;
}
.submit-email{
	height: 34px;
	width: 34px;
	background: url("img/submit-email.png");
	position: absolute;
	top: 11px;
	right: -6px;	
}

::-webkit-input-placeholder {
   font-family: 'Lato', sans-serif;
   color: #0dc5f5;
   font-size: 15px;
}

:-moz-placeholder {  
   font-family: 'Lato', sans-serif;
   color: #0dc5f5;
   font-size: 15px; 
}

.clear{
	clear: both;
}

.input-busca{
	position: relative;
	width: 240px;
	height: 50px;
}
.submit-busca{
	height: 34px;
	width: 34px;
	background: url("img/submit-busca.png");
	position: absolute;
	top: 11px;
	right: -6px;	
}


.menu{
	width: 615px;
	float: left;
	margin-top: 10px;
}
.menu ul li {
	position: relative;
	float: left;
	background: url("img/divisao-menu.png") right no-repeat;
	}

.menu li .secundario{
	position: absolute;
	left: 0px;
	top: 55px;
	display: none;
	max-width: 250px;
	color: #000;
	margin: 0;
	border-radius: 5px;
	}

.menu .secundario li a{
	color: #05495b;
	display: block;}

.menu ul li .secundario li{
	background: none;
	float: none;
	background: #fff;
	border: 1px solid #ccc;
}

.menu ul li .secundario li:hover{
	background: #fafafa;
}


.menu ul li .secundario li:first-of-type{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.menu ul li .secundario li:last-of-type{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}


.menu ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 5px;	
	line-height: 30px;
	border-bottom: 0;
	padding: 10px;
	}

.menu ul li a:hover{
	color: #84d8f0;
}

.relative{
	position: relative;
}

.menu ul li .secundario li a:hover{
	color: #05495b;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 615px;
	height: 50px;
	}

.menu li:hover .secundario { display: block; }

.menu .secundario:hover{
	display: block;
}

.face{
	display: block;
	width: 48px;
	height: 53px;
	background: url("img/facebook-sprite.png") 0px 0px;
	position: absolute;
	right: 80px;
	bottom: -4px;
}

.face:hover{
	background: url("img/facebook-sprite.png") 49px 0px;
}

.twitter{
	display: block;
	width: 48px;
	height: 53px;
	background: url("img/twitter-sprite.png") 0px 0px;
	position: absolute;
	right: 30px;
	bottom: -4px;
}

.twitter:hover{
	background: url("img/twitter-sprite.png") 48px 0px;
}
.sob-banner{
	width: 100%;
	background: #e8f5f8;
	padding-top: 30px;
	border-bottom: 2px solid #f6fdfe;
	padding-bottom: 30px;
	margin-top: -5px;
	margin-bottom: 3px;
}

.select-style{
	overflow: hidden;
}

select:focus{
	outline: none;	
}
.sob-banner h1{
	margin: 0;
	color: #1892b8;
	font-size: 36px;
	text-align: center;
	width: 630px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.sob-banner h2{
	margin: 0;
	font-size: 18px;
	color: #09647c;
	text-align: center;
}
.banner{
	width: 100%;
	height: 390px;
	margin: 0 auto;
	position: relative;
	margin-top: -6px;
	border-bottom: 3px solid #22a6c8;
	border-top: 3px solid #22a6c8;
}

.faixa-azul{
	width: 100%;
	background: #e8f5f8;
	padding-top: 30px;
	border-bottom: 2px solid #f6fdfe;
	padding-bottom: 30px;
}

.faixa-azul .container p{
	color: #09647c;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}

.faixa-azul .container .titulo{
	font-size: 34px;
	text-shadow: 0px 2px 0px rgba(150, 150, 150, 1);
	font-weight: bold;
	color: #1d9bc0;
}

#footer{
	margin-top: 10px;
	height: 422px;
	width: 100%;
	background: url("img/footer.jpg");
}

.parceiros{
	font-size: 29px;
	font-weight: bold;
	width: 336px;
	color: #fff;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}

.footer-nav{
	list-style: none;
	font-size: 19px;
	color: #fff;
	float: left;
}

.footer-nav li{
	height: 25px;
}

.agras-footer{
	float: left;
	color: #fff;
	margin-left: 50px;
	text-align: center;
}

.agras-footer .nome{
	font-size: 41px;
}

.agras-footer .tel{
	font-size: 28px;
}

.agras-footer .contato{
	font-size: 19px;
}

.agras-footer a{
	text-decoration: none;
	color: #fff;
}

.footer-nav a{
	text-decoration: none;
	color: #fff;
}

#footer .social{
	width: 190px;
	float: right;
	position: relative;
}

#footer .social .btn{
	display: block;
	height: 142px;
	width: 88px;
	float: right;
}

#footer .social .face{
	background: url("img/face-footer-sprite.png") 0px -3px;
}

#footer .social .face:hover{
	background: url("img/face-footer-sprite.png") 88px -3px;
}



#footer .social .twt{
	background: url("img/twt-footer-sprite.png") 0px 1px;
}

#footer .social .twt:hover{
	background: url("img/twt-footer-sprite.png") 86px 1px;
}

.banner .azul-grande{
	background: url("img/fundo-azul.png");
	height: 105px;
	width: 560px;
	left: 0px;
	top: 90px;
	position: absolute;
	z-index: 12;
	padding-top: 10px;
	padding-right: 10px;
}

.banner .azul-grande p{
	width: 406px;
	float: right;
	text-align: right;
	font-size: 31px;
	color: #fff;
	margin-top: 5px;
}
.banner .azul-pequeno{
	height: 74px;
	position: absolute;
	width: 355px;
	background: url("img/fundo-azul.png") bottom;
	top: 201px;
	left: 180px;
	padding-top: 10px;
	z-index: 11;
}

.banner .azul-pequeno p{
	font-size: 18px;
	color: #fff;
	width: 290px;
	text-align: right;
	float: left;
	margin-top: 11px;
}

.azul{
	background: url("img/bg-azul.png");
	position: relative;
}

.bege{
	background: url("img/bg-bege.png");
}

.bege .content{
	background: url("img/agras-bg.png") left no-repeat;
	height: 100%;
	background-size: 100%;
}

.azul .content{
	background: url("img/agras-bg.png") right no-repeat;
	height: 100%;
	background-size: 100% 100%;
}

.oculto
{
	display: none;;
}

.final{
	width: 100%;
	font-size: 24px;
	color: #6a6a6a;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer .container{
	background: url("img/agras-bg.png") left no-repeat;
	background-size: auto 100%;
}

#footer .list_carousel{
	height: 225px;
}

#search a{
	text-decoration: none;
}
#search h2{
	color: #6a6a6a;
	font-weight: normal;
	
}

#search h2:hover{
	color: #1e9dc1;
}