/* ==========================================================================
   Normatização CSS
   ========================================================================== */

body {
    font-size: 62.5%;
    line-height: 1.5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #00ccff;
    text-decoration: none;
    font-size: 2.6em;
}

a:hover {
    text-decoration: underline;
}


/* ==|== Estilos Principais ================================================== */

.container {
    max-width: 1128px;
    margin: 0 auto;
}

img,
picture,
video,
embed {
    max-width: 100%;
}

.header {
	width: 100%;
	height: 48px;
	margin-top: 1.6em;
	margin-bottom: 2em;
}

.logo {
	float: left;
	width: 26.7447%; /*234px / 1128px */
}

.menu {
	width: 70.4681%; /*840px / 1128px */
	float: right;
}

.menu ul {
    float: right;
}

.menu li {
    font-size: 1.2em;
    margin-left: 2em;
    margin-top: 1em;
    display: inline-block;
}

.menu li a {
    color: #999;
}

.banner {
/*    background: url('../img/banner.jpg'); */
    height: 100%;
    margin-bottom: 4.8em;
    position: relative;
}

.caixa {
	width: 42.553191489362%; /* 264px / 1128px */
	padding: 0em 4em 0em 4em;
	position: absolute;
	top: 48px;
	background: rgba(0,0,0,0.6);
}


h1  {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4em;
    font-weight: 200;
    color: #FFF;
}


.caixa p {
    font-size: 1.8em;
    font-weight: 200;
    color: #fff;
}

.coluna {
    width: 23.404255319149%; /* 264px / 1128px */
    float: left;
    margin-right: 2.127659574468%; /* 24 / 1128px */
}

.coluna:last-child {
    margin-right: 0;
}

h2 {
    font-size: 2.4em;
    font-weight: 200;
}

p {
    font-size: 1.6em;
}

.footer {
	width: 100%;
	margin-top: 2.4em;
	margin-bottom: 2.4em;
	float: left;
	clear: both;
	position: relative;
}

.footer p {
    margin-bottom: 0;
}

.footer small {
    font-size: 1.4em;
}

.footer a {
    font-size: 1em;
}
.area_contato {
	width: 100%;
	height: 100%;
	display: inline, *zoom: 1;
	display: inline-block;
	padding: 0em 0em 0em 0em;
	background-color:#FFF;
}
.coluna1 {
	float: left;
	position: relative;
	height: 100%;
	width: 400px;
	padding: 0em 0em 3em 0em;
}
.coluna2 {
	float: left;
	position: relative;
	height: 100%;
	width: 400px;
	padding: 0em 0em 0em 10em;
	text-align: left;
}

.caixa_texto {
	border: 0px solid #333;
	width: 380px;
	height: 28px;
	font-size: 16px;
	font-family: "Open Sans", Futura Std Medium, Helvetica, Arial, sans-serif;
}
.caixa_texto_efeito {
	border: 0px solid #333;
	background-color: #FFC709;
	width: 380px;
	height: 28px;
	font-size: 16px;
	font-family: "Open Sans", Futura Std Medium, Helvetica, Arial, sans-serif;
}
.div_caixa_form {
	width: 387px;
	height: 35px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #939598;
	vertical-align: top;
	display: inline-block;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	/*box-shadow: 5px 5px 6px #333;
	-webkit-box-shadow: 5px 5px 6px #333;
	-moz-box-shadow: 5px 5px 6px #333;
	-ms-box-shadow: 5px 5px 6px #333;*/
}
.caixa_area_texto {
	width: 380px;
	height: 197px;
	border: 0px solid #333;
	font-size: 16px;
	font-family: "Open Sans", Futura Std Medium, Helvetica, Arial, sans-serif;
}
.caixa_area_texto_efeito {
	width: 380px;
	height: 197px;
	border: 0px solid #333;
	background-color: #FFC709;	
	font-size: 16px;
	font-family: "Open Sans", Futura Std Medium, Helvetica, Arial, sans-serif;
}
.div_caixa_area_form {
	width: 387px;
	height: 205px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #939598;
	vertical-align: top;
	display: inline-block;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	/*box-shadow: 5px 5px 6px #333;
	-webkit-box-shadow: 5px 5px 6px #333;
	-moz-box-shadow: 5px 5px 6px #333;
	-ms-box-shadow: 5px 5px 6px #333;*/
}
.texto_form_contato {
	font-family: "Open Sans", Futura Std Medium, Helvetica, Arial, sans-serif;
	font-size: 2em;
	color: #586B7D;
}
.texto_central {
	color: #7bbf6a;
	text-decoration: none;
	font-size: 1.6em;
}
/* ==========================================================================
   Inicio - Slide Show
   ========================================================================== */
* {margin: 0; padding: 0;}
		a,img {border: none;}
		.trs {
		-webkit-transition:all ease-out 0.5s;
		-moz-transition:all ease-out 0.5s;
		-o-transition:all ease-out 0.5s;
		-ms-transition:all ease-out 0.5s;
		transition:all ease-out 0.5s;
}		
		#slider {position: relative;
		z-index: 1;
}
		#slider a {
		position: absolute;
		top: 0; 
		left: 0;
		opacity: 0;
		filter:alpha(opacity=0);
}
		.ativo {opacity: 1!important;
		filter:alpha(opacity=100)!important;
}
		/*controladores*/
		span {
		background: #1da72a;
		cursor: pointer;
		opacity: 0;
		filter:alpha(opacity=0);
		position: absolute;
		bottom: 40%;
		width: 43px;
		height: 43px;
		z-index: 5;
}
		.next {right: 10px;
}
		.next:before,.next:after {
		left: 21px;
}
		.next:before {
		-webkit-transform: rotate(-42deg);
		top: 5px;
}
		.next:after {
		-webkit-transform: rotate(-132deg);
		top: 19px;
}
		.next:before,.next:after,.prev:before,.prev:after {
			content: "";
			height: 20px;
			background: #fff;
			width: 1px;
			position: absolute;
}
		.prev {
		left: 10px;
}
		.prev:before,.prev:after {
		left: 18px;
}
		.prev:before {
		-webkit-transform: rotate(42deg);
		top: 5px;
}
		.prev:after {
		-webkit-transform: rotate(132deg);
		top: 19px;
}
		figure:hover span {
		opacity: 0.76;
		filter:alpha(opacity=76);
}
		figure1 {
	/*width: 92.553191489362%;  264px / 1128px 
			max-width: 937px;*/
	height: 264px;
	position: relative;
	overflow: hidden;
	margin: 0px;
}

		figcaption {
		padding-left: 20px;color: #fff; font-family: "Open Sans";
		font-size: 22px; background: rgba(29, 167, 42, 0.76); 
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		line-height: 55px;
		height: 55px;
		z-index: 5;
}

/* ==========================================================================
   Fim - Slide Show
   ========================================================================== */

/* ==========================================================================
   Media Queries
   ========================================================================== */


@media screen and (max-width: 1128px) {

    .container {
        padding: 0 2.4em 0 2.4em;
    }

}

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

    .caixa {
        width: 65%;
    }

    .coluna {
        width: 48%;
        margin-bottom: 2.4em;
        margin-right: 2%;
    }

    .coluna:nth-child(even) {
       margin-right: 0;
    }

    .logo {
        margin-top: 1.2em;
    }

}


@media screen and (max-width: 718px) {

   .banner {
        position: relative;
        float: left;
        margin:0;
        height: 150px;
    }

    .caixa {
        position: relative;
        display: block;
        float: left;
        margin-top:100px;
        width: 100%;
        background: #000;
    }

    .caixa h1 {
        font-size: 2.5em;
    }

    .principal {
        margin-top: 450px;
    }

}

@media screen and (max-width: 640px) {

    .menu {
        width: 100%;
    }
    
    .menu ul {
        float: left;
        font-size: 0.8em;
    }

    .menu li:first-child {
        margin-left: 0;
    }

}


@media screen and (max-width: 520px) {

    .coluna {
        width: 100%;
        margin-right: 0;
    }

    .caixa {
         padding: 1.2em 2em 1.2em 2em;
    }

     .banner {
        height: 120px;
    }

    .caixa {
        position: relative;
        display: block;
        float: left;
        margin-top:80px;
        width: 100%;
        background: #000;
    }


}

.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table; 
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
