﻿*{
    box-sizing:border-box;
}
body { margin:0; padding:0; }

@font-face {
    font-family: 'swis';
    src: url('../fonts/tt0001m_-webfont.woff2') format('woff2'),
         url('../fonts/tt0001m_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'century';
    src: url('../fonts/tt1057m_-webfont.woff2') format('woff2'),
         url('../fonts/tt1057m_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'romantic';
    src: url('../fonts/romantic_beach-webfont.woff2') format('woff2'),
         url('../fonts/romantic_beach-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
section, header, footer {
    display:block;
    position:relative;
}
section div:first-child{
    width: 1100px;
    margin: 0 auto;
    padding: 40px 0;
}
#superior{
    top: -100px;
    width: 100%;
    height: 80px;
    position: fixed;
    z-index:100000;
    transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    -webkit-transition: .6s ease-in-out;
}
#superior:after{
    background-image:url(../images/sombra_h_d_90.png);
    background-size:100%;
    width: 100%;
    height:20px;
    content: "";
    position: absolute;
    bottom: -20px;
}
#superior nav{
    width: 100%;
    height: 80px;
    text-align:center;
    background-color: #124F17;
}
#superior nav li{
    list-style: none;
    display:inline-block;
    vertical-align: top;
}
#superior nav li a{
    font-family: 'century';
    text-transform: uppercase;
    font-weight:lighter;
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    padding:0 30px;
    margin:0;
    line-height: 80px;
}
#superior img{
    width: 80px;
    height: 80px;
}

header{ 
    background-image:url(../images/superior.jpg);
    background-position: center;
    background-size:cover;
    height:870px;
    border-top: 15px solid #124F17;
}
header #logo{
    position:absolute;
    top: 120px;
    left: 50%;
    margin-left: -350px;
}
header span{
    position: absolute;
    top: 250px;
    left: 50%;
    color: #5068AF;
    font-family: 'romantic';
    font-size: 35px;
}
nav, nav ul, nav li{
    margin:0;
    padding: 0;
}
header nav{
    width:1200px;
    position: absolute;
    top: 715px;
    left:50%;
    margin-left: -600px;
    text-align:center;
}
header nav li{
    list-style: none;
    display:inline-block;
}
header nav li a{
    font-family: 'century';
    text-transform: uppercase;
    font-weight:lighter;
    color: #fff;
    font-size: 35px;
    text-decoration: none;
    padding:0 30px;
}

#porque{ 
    background-image:url(../images/porque.jpg); 
    background-position: center; 
    background-size:cover; 
    height:480px; 
}
#porque div:first-child{
    padding-right: 450px;
}
#porque *{
    color: #fff;
}
#porque #resposta{
    font-family: 'swis';
    font-size: 18px;
    position:absolute;
    right: 50%;
    margin-right: -500px;
    width: 180px;
    top: 160px;
}
#quemsomos{ 
    background-image:url(../images/quemsomos.jpg); 
    background-position: center; 
    background-size:cover; 
    height:550px; 
}
#quemsomos div{
    padding-right: 300px;
}

#servicos{ 
    background-image:url(../images/servicos.jpg); 
    background-position: center; 
    background-size:cover; 
    height:780px; 
}
#servicos #assessoria{
    position: absolute;
    top: 300px;
    left:50%;
    padding-top: 50px;
    margin-left: -500px;
    width: 540px;
}
#servicos #midias-sociais{
    position: absolute;
    top: 300px;
    right: 50%;
    padding-top: 50px;
    margin-right: -500px;
    width: 280px;
}
#clientes{
	background-color: #f0f0f0;
}
#clientes .logos{
	text-align: center;
}
footer{
    background-color: #319F27;
    height: 630px;
    overflow:hidden;
}
footer *{
    color: #fff !important;
}
footer div:first-child{
    position:absolute;
    left: 50%;
    width: 500px;
    margin-left: -550px;
    padding: 40px 0;
}
footer #redes{
    position:absolute;
    left: 50%;
    width: 60px;
    margin-left: -50px;
    top: 150px;
}
footer #redes a{
    display:block;
    padding-bottom: 20px;
}
footer #mapa{
    position:absolute;
    bottom: 30px;
    height: 200px;
    width: 100%;
}
footer #mapa:before{
    content: "";
    height: 30px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(49,159,39,1), rgba(49,159,39,0));
    position: absolute;
    margin: 0;
    top: 0;
}
footer small{
    position: absolute;
    bottom:0;
    width: 100%;
    text-align: center;
    font-family: 'swis';
    font-size: 15px;
    line-height: 30px;
    background-color: #124F17;
}
footer #manjericao{
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -1000px;
    z-index: 1000;
    pointer-events: none;
}

footer .formulario{
	position: absolute;
	width: 500px;
	height: 280px;
	left: 50%;
	background: transparent;
	margin: 80px 0 0 50px;
	border: 0 none;
	border-left: 1px dotted #fff;
	padding: 0 0 0 50px;
}
input,textarea{
	background-color: rgba(255,255,255,.6);
	border: 0 none;
	border-bottom: 2px solid #fff;
	width: 90%;
	margin-bottom: 10px;
	padding: 3px 10px;
	font-family: 'swis';
	font-size: 17px;
}
.botao_ok2{
	background-color: #fff;
	padding: 5px 10px;
	text-decoration: none;
    font-family: 'swis';
}


a{
    color: #124F17;
}
h1, h2{
    font-family: 'century';
    text-transform: uppercase;
    font-weight:lighter;
    color: #124F17;
}
h2{
    font-size: 35px;
    margin-bottom: 50px;
}
h3{
    font-family: 'swis';
    color: #124F17;
    font-size: 25px;
}
p{
    font-family: 'swis';
    font-size: 18px;
}
p strong{
    color: #124F17;
}


.elemento_linha.acima:before, .elemento_linha.abaixo:after {
    content: "";
    height: 6px;
    width: 1200px;
    background-color: #fff;
    position: absolute;
    margin: -3px 0 0 -600px;
    left: 50%;
    top: 0;
    z-index: 1000;
}
.elemento_linha.abaixo:after {
    margin: 0 0 -3px -600px;
    top: auto;
    bottom:0;
}
.elemento_linha.verde:before, .elemento_linha.verde:after {
    background-color: #124F17;
}
