body {
	position: relative;
	min-width: 990px;
	height: auto;
}

ul {
	margin: 0;
}

p {
	font-size: 14px;
	color: #333;
}

header {
	position: relative;
	min-width: 990px;
    border-top: 5px solid #166e19;
    height: 360px;
}

header a.logo {

}

header a.logo img{
    width: 325px;
    height: 222px;
    position: absolute;
    top: 50%;
    left: 118%;
    margin-top: 30px;
    margin-left: -49px;
        z-index: 1;
}

nav.menu-all{
    background: #cee4c1;
    border-top: 5px solid #166e19;
    height: 95px;
}

address{
    float: left;
    margin-top: 290px;
    margin-left: -40px;
}

address span{
    padding-left: 40px;
    color:  #2c3346;
    font-family: Ebrima;
    font-size: 14px;
    display: block;
    float: right;
    height: 64px;
    line-height: 64px;
    font-style: normal;
}

address span.telefone {

}

address span.telefone i{
    font-size: 20px;
    margin: 0px 10px 0px 0px;
    color: #166e19;
}

address span.email{
      margin-right: 0px;

}

address span.email i{
    font-size: 24px;
    margin: 0px 10px 0px 0px;
    color: #166e19;
}

header form.search{
    float: right;
    position: relative;
    width: 316px;
    margin-top: 298px;
}

header form.search input{
    height: 30px;
    border-radius: 15px;
    background: #e7e6e6;
    border: none;
    width: 100%;
    padding-left: 15px;
    color: #fff;
}

header form.search button{
    width: 55px;
    height: 30px;
    border-radius: 15px;
    background: #e7e6e6;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

header div.redes{
    margin-right: -14px;
    margin-top: 300px;
}

div.redes a.facebook {
    line-height: 75px;
    display: inline-block;
    float: right;
}

div.redes a.instagram {
    padding-right: 10px;
    line-height: 75px;
    display: inline-block;
    float: right;
}

div.redes a.youtube {
    padding-right: 11px;
    line-height: 75px;
    display: inline-block;
    float: right;
}

nav.menu ul{
    margin: 0;
}

nav.menu > ul > li{
    float: left;
    position: relative;
    list-style-type: none;
    z-index: 1000;
}

nav.menu ul > li ul.submenu{
    position: absolute;
    z-index: 5000;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
    left: 0;
    background: url(../images/submenu.jpg) no-repeat center top;
    background-size: 100% 100%;
    top: 80px;
    margin: 0 auto;
    width: auto;
    float: left;
    display: none;
    padding: 11px 0;
}

nav.menu ul > li ul.submenu.big{
    min-width: 380px;
    padding: 15px;

}

nav.menu ul > li ul.submenu li{
    list-style-type: none;
    float: left;
    width: 100%;
    
}

nav.menu ul > li ul.submenu.big li{
    width: 45%;
    margin-right: 5%;
    height: 52px;
    background: url(../images/bg_submenu.png) no-repeat;
    background-size: 420px;
    padding-left: 60px;
    margin-bottom: 15px;
}

nav.menu ul > li ul.submenu li.fios{
    background-position: -362px -4px;
}

nav.menu ul > li ul.submenu li.automacao{
    background-position: -1px -90px;
}

nav.menu ul > li ul.submenu li.lampadas{
    background-position: -181px -82px;
}

nav.menu ul > li ul.submenu li.interruptores{
    background-position: -180px -10px;
}

nav.menu ul > li ul.submenu li.iluminacao{
    background-position: 5px 0;
}

nav.menu ul > li ul.submenu li.infra{
    background-position: -362px -83px;
}


nav.menu ul > li ul.submenu li a{
    font-size: 12px;
    font-family: Arial;
    color: #333;
    width: 100%;
    line-height: 16px;
    white-space: nowrap;
    display: block;
    padding: 5px 15px;
    float: left;
}


nav.menu ul > li ul.submenu.big li a{
    float: none;
    display: table-cell;
    vertical-align: middle;
    height: 55px;
    white-space: normal;
    padding: 0;
}

nav.menu > ul > li > a{
    color: #166e19;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    padding: 34px 26px 18px 18px;
    font-weight: bold;
}

nav.menu > ul > li > a:hover, nav.menu > ul > li.active > a{
    background: url(../images/light.png) no-repeat center top;  
}

nav.menu > ul > li.tem-submenu>a:hover, nav.menu > ul > li.tem-submenu.active>a{

}

section.sombra-slide {
    position: relative;
    min-width: 990px;
    background: url(../images/sombra.png) no-repeat center top;
    height: 54px;
    margin-top: -1px;
}

section.conteudo{
    position: relative;
    height: 253px;
}

section.conteudo img{

}

section.conteudo h1.title {
    font-family: 'Ebrima';
    font-size: 30px;
    color: #166e19;
    font-weight: bold;
    text-align: center;
    margin-top: -15px;
}

section.conteudo p{
    text-align: justify;
    margin-top: 32px;
}

section.conteudo p.span{
    text-align: -webkit-right;
    margin-top: 32px;
    color: #85b847;
    font-weight: bold;
    font-size: 12px;
}

section.icones {
    position: relative;
    min-width: 990px;
    background: url(../images/fundo-lista.jpg) no-repeat center top;
    height: 510px;
}

section.icones h2.title {
    font-family: 'Ebrima';
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    width: 233px;
    padding-bottom: 10px;
    margin-top: 35px;
    border-bottom: 4px solid #a7d207;
}

section.icones p {
    color: #fff;
    margin-top: 35px;
    text-align: justify;
}

section.icones div.lista-icones{
    background: url(../images/icon-li.png) no-repeat;
    height: 140px;
    top: 144px;
}

section.icones div.lista-icones img {
    position: relative;
    padding-left: 113px;
    top: -120px;
}

section.icones div.lista-icones p {
    position: relative;
    top: -110px;
    margin-bottom: -28px;
    left: 35px;
}

section.icones div.lista-icones2{
    background: url(../images/icon-li.png) no-repeat;
    height: 140px;
    top: 144px;
}

section.icones div.lista-icones2 img {
    position: relative;
    padding-left: 113px;
    top: -120px;
}

section.icones div.lista-icones2 p {
    position: relative;
    top: -110px;
    margin-bottom: -28px;
    left: 35px;
}

section.icones div.lista-icones3{
    background: url(../images/icon-li.png) no-repeat;
    height: 140px;
    top: 144px;
}

section.icones div.lista-icones3 img {
    position: relative;
    padding-left: 113px;
    top: -120px;
}

section.icones div.lista-icones3 p {
    position: relative;
    top: -110px;
    margin-bottom: -28px;
    left: 35px;
}

section.frase {
    position: relative;
    min-width: 990px;
    background: url(../images/fundo-frase.png) no-repeat center top;
    height: 111px;
}

section.frase p{
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-top: 43px;
}

section.galery {
    position: relative;
    min-width: 990px;
    background: url(../images/background-parque.jpg) no-repeat center top;
    height: 543px;
}

section.estrutura h3.title {
font-family: 'Ebrima';
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    width: 246px;
    padding-bottom: 10px;
    margin-top: 35px;
    border-bottom: 4px solid #166e19;
}

section.estrutura p{
    margin-top: 35px;
    text-align: justify;
        margin-bottom: 35px;
}

section.newsletter {
    padding: 30px 0;
        background-color: #166e19;
            margin-top: 20px;
                height: 120px;
}

section.newsletter i {
    font-size: 42px;
    color: #fff;
    line-height: 39px;
    height: 42px;
    display: inline-block;
    margin-top: 8px;
}

section.newsletter .title {
color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding-top: 5px;
}

form.newsletter input {
    height: 50px;
    width: 220px;
    float: left;
    background: transparent;
border: 1px solid #ffffff;
    margin-right: 30px;
    padding: 0 0 0 15px;
    outline: none;
}

form.newsletter p {
    margin: 5px 0 0 0;
}

form.newsletter button {
background: #0b4d0e;
    float: left;
    width: 130px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
        font-size: 14px;
}

footer {
    background: url(../images/footer.jpg) no-repeat center bottom;
    padding: 30px 0
}

footer address {
    font-style: normal;
    margin-top: 0px;
    margin-left: 0px;
}

footer address p {

}

footer address p.telefone {
    color: #62c166;
    font-size: 38px;
    font-weight: 700;
    margin-top: 20px;
}

footer address p.telefone span {
    font-size: 26px;
    font-weight: 300;
}

footer .mapa-site li {
    list-style: none;
}

footer .mapa-site li a {
    color: #333;
    font-size: 14px;
    display: inline-block;
    margin-top: 25px;

}

footer .img-class{
    max-width: none;
    margin-top: -50px;

}

div.copy {
    height: 50px;
    background: #166e19;
    color: #fff;
    line-height: 50px;
    overflow: hidden;
}

div.copy * {
    line-height: 50px;
    color: #fff;
    font-size: 13px;
}