/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*html,
button,
input,
select,
textarea {
    color: #222;
}*/

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*********************** custom **************************/

body{
	font-family: 'Open Sans', sans-serif;
	text-align:justify;
	color:#FFF;
}

a{color:#C7E844;}
a:hover{text-decoration:none;}

img{}

h2{
	text-align:center;
	font-size:2em;
}
h2.cot{font-siza:1.8em;}

h3{text-align:left;}

a.mais{
	color:#C7E844;
	text-decoration:none;
}
a.mais:hover{
	color:#FFF;
}

.title{color:#C7E844;}

.divisor{
	background:#25231F;
	clear:both;
	float:none;
	margin:10px 0;
	height:1px;
}

ul{
	padding:0px;
	list-style: inside disc url(../img/list_point.png);
}

header,
section,
footer{
	overflow:hidden;
}

/* header{
	border-bottom:#25231F solid 10px;
} */

header h1.logo{
	margin:-25px auto 0;
	text-align:left;
	width:960px;
}

nav{
	/*position:relative;*/
	margin-top:-75px;
	z-index:100;
	background:#25231F;
}
nav ul{
	padding:0;
	margin:0;
	font-size:1.2em;
	text-align:center;
}
nav ul li{
	display: inline-block;
}
nav ul li a{
	text-decoration: none;
	text-transform: uppercase;
	margin:0 12px;
	color:#FFF;
	line-height:40px;
}
nav ul li a:hover{
	color:#C7E844;
}

nav ul li .smenu{
	display:none;
	background:#C7E844;
	position:absolute;
	z-index:1000000;
	margin-left:-370px;
	padding:5px 0;
}
nav ul li .smenu ul{
	text-align:left;
}
nav ul li .smenu ul span{
	font-size:0.8em;
	color:#25231F;
	font-weight:bold;
}
nav ul li .smenu ul li{
	display:block;
}
nav ul li .smenu ul li a{
	font-size:0.6em;
	text-transform:none;
	margin:0;
	line-height:normal;
	color:#25231F;
	padding:5px;
}
nav ul li .smenu ul li a:hover{
	background:#25231F;
	color:#C7E844;
	/*color:#006B44;*/
}

ul.flag{
	padding:0;
	margin:0 auto;
	width:960px;
	text-align:right;
}
ul.flag li{
	display:inline-block;
}


section.content{
	padding:10px 0;
	background:#181714;
}

.box{
	background:#25231F;
	margin:5px;
}
.box figure{
	/*width:290px;*/ /* 290px */
	height:367px; /* 220px*/
	overflow:hidden;
}
.box:hover{
	border:#C7E844 5px solid;
	margin:0;
}
.box:hover figure img{
	width:120%;
	margin:0 -10%;
	transition-duration:0.7s;
}
.box-bd{
	padding:10px;
	text-align:center;
}
.box-bd h3{
	color:#C7E844;
	text-align:center;
}

footer{
	background:#25231F;
}
footer p{
	line-height: 50px;
	text-transform: uppercase;
	font-size:0.8em;
	/*margin:10px 0;*/
}

.back{
	display:block;
	width:80px;
	margin:5px auto;
	padding:10px;
	background:#C7E844;
	color:#181714;
	text-decoration:none;
	text-align:center;
}
.back:hover{
	border:1px solid #C7E844;
	background:#181714;
	color:#C7E844;
	padding:9px;
}

label,
input[type=text],
textarea,
select{
	display:block;
}

input,
textarea,
select{
	border: none;
	padding: 10px;
	width: 350px;
	margin: 0 0 10px;
	background:#282722;
	color:#FFF;
}

form#orcamentoform input[type=text],
form#orcamentoform textarea,
form#orcamentoform select{
	width:400px;
}

textarea{
	height:200px;
}

input.bt{
	display:inline-block;
	width:100px;
	padding:10px;
}
input.bt:hover{
	background:#C7E844;
	color:#181714;
}

.slider-wrapper{
	position:relative;
	margin-top:-170px;
	z-index:-100;
}