﻿body {
    color: #254c35;
    margin: 0;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}



ul {
    text-align: left;
    display: inline;
    margin: 0;
    padding: 15px 4px 17px 0;
    list-style: none;
}
ul li {
    font: bold 12px/18px sans-serif;
    display: inline-block;
    margin-right: -4px;
    position: relative;
    background-color: #fff;
    cursor: pointer;
}
ul li:hover {
    background-color: #2b593e;
    box-shadow: 2px 4px 2px 0px rgba(50, 50, 50, 0.50);
    color: #fff;
    -webkit-box-shadow: 6px 2px 2px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    6px 2px 2px 0px rgba(50, 50, 50, 0.75);
}
ul li ul {
    box-shadow:         6px 2px 2px 0px rgba(50, 50, 50, 0.75);
    display: none;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    visibility: hidden;
    width: 290px;
    -webkit-box-shadow: 6px 2px 2px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    6px 2px 2px 0px rgba(50, 50, 50, 0.75);
}
ul li ul li {
    background-color: #2b593e;
    color: #fff;
    display: block;
    font-weight: lighter;
    line-height: 30px;
    padding-right: 20px;
    text-align: right;
}
ul li ul li:hover { background-color: #254c35; }
ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}




/*ul {
    margin-top: 0;
}*/

#wrapbanner {
    background: url("../images/bg2.png") repeat scroll 0 0 transparent;
    margin: 0 auto;
    width: 100%;
}
#banner {
    background: url("../images/bg_header2.png") no-repeat scroll 0 0 transparent;
    height: 325px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 960px;
}
#wrapmenu {
     border-top: 3px solid #fff;
     margin: 0 auto;
     position: fixed;
     width: 100%;
     z-index: 500;
}
#wrapmenu1 {
    border-top: 3px solid #fff;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    z-index: 500;
}
#wrapmenu1.fixed {
	position: fixed;
	top: 0;
}
#area-menu {
    background-color: #336849;
    margin: 0 auto;
    width: 100%;
}
#logo1 {
    background: url("../images/logo_polo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    float: left;
    height: 50px;
    margin: 0;
    width: 363px;
}
#logo1.show {
	display: block;
}
#logo {
    background: url("../images/logo_polo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 50px;
    margin: 0;
    width: 363px;
}
#logo.show {
    display: block;
}
#wrapheader {
    height: 50px;
    margin: 0 auto;
    width: 960px;
}
#navibar {
    height: 50px;
    overflow: hidden;
    width: 100%;
}
#areasombra {
    background: url("../images/sombra.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 15px;
    margin: 0 auto;
    width: 960px;
}

/*MENU*/
#menu {
    color: #FFFFFF;
    display: block;
    float: right;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 13px;
}

/*#menu li {*/
    /*display: block;*/
    /*float: left;*/
    /*white-space: nowrap;*/
/*}*/

.planejamento {
    background: url("../images/planejamento_bg.png") no-repeat scroll 100px 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    height: 50px;
    width: 294px;
}
a:hover .planejamento{
    background-color: #243a6c;
}
.estrutura {
    background: url("../images/estrutura_bg.png") no-repeat scroll 4px 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    height: 50px;
    width: 294px;
}
a:hover .estrutura{
    background-color: #243a6c;
}
.seta{
    background: url("../images/seta.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 9px;
    width: 5px;
}

/*CONTEÚDO*/

#wrapconteudo {
    margin: 0 auto;
    width: 100%;
}
#conteudo1 {
    margin: 80px auto 50px;
    overflow: hidden;
    width: 960px;
}
#conteudo {
    margin: 0 auto 50px;
    overflow: hidden;
    width: 960px;
}
#conteudo_left {
     float: left;
     width: 600px;
}
#conteudo_full{
    margin-top: 100px;
    width: 960px;
}
#conteudo_width {
    margin: 0 auto;
    width: 700px;
}
.titulo {
    font-size: 35px;
    font-weight: lighter;
    line-height: 40px;
    margin: 20px 0;
}
.conteudo {
    font-size: 15px;
    font-weight: lighter;
    line-height: 26px;
    text-align: justify;
}
.imagem {
    padding: 10px 0;
}
.imagem_direita {
    float: right;
    margin: 20px 0 20px 50px;
}
#conteudo_right {
    background-color: #c0dacc;
    box-shadow: 0 0 3px 0 rgba(51, 104, 73, 1);
    float: right;
    margin-top: 30px;
    margin-right: 10px;
    padding: 14px;
    width: 276px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(51, 104, 73, 1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(51, 104, 73, 1);
}
#marcas {
    background-color: #ffffff;
    margin-bottom: 40px;
    margin-top: 30px;
    width: 276px;
}
#conteudo_sidebar {
    margin-bottom: 40px;
    padding: 0 10px;
    width: 256px;
}
.titulo_sidebar {
    background-color: #336849;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.texto_sidebar {
    color: #2a447f;
    font-size: 15px;
    margin: 15px 20px 10px;
}
.texto_sidebar a {
    color: #254c35;
    text-decoration: none;
}

.texto_sidebar a:hover {
    text-decoration: underline;
}

.strong {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

/*RODAPÉ*/
#wraprodape1{
    background: url("../images/bg_rodape.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 100%;
}
#rodape1{
    background: url("../images/sombra.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 280px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 960px;
}

#wraprodape2 {
    background-color: #2b593e;
    border-top: 5px solid #254c35;
    height: 70px;
    padding-top: 5px;
    width: 100%;
}
#rodape2 {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-top: 5px;
    width: 960px;
}
.blocorodape {
    display: inline-block;
    vertical-align: top;
    width: 450px;
}
.titulorodape {
    border-bottom: 1px solid #aaaaaa;
    color: #ffffff;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    margin: 45px 0 10px 50px;
    width: 400px;
}
.textorodape {
    color: #ffffff;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 5px 50px 0;
}
.textorodape a {
    color: #ffffff;
    text-decoration: none;
}
.textorodape a:hover {
    text-decoration: underline;
}


/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

.submenu_plan {
    background-color: #243a6c;
    box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, 0.75);
    display: none;
    height: 150px;
    margin-left: 430px;
    width: 240px;
}


/*  TERMOS  */

#wraptermos {
    border-top: 1px solid #CCCCCC;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#termos {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 960px;
}
#termosespaco{
    width: 960px;
    height: 120px;
}
.termosconteudo {
    color: #4A5666;
    display: inline-block;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 21px;
    margin: 0 30px 120px 0;
    width: 540px;
}
.termosmenu {
    color: #4A5666;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
    margin: 0 0 120px 30px;
    width: 330px;
}
.termostit {
    font-size: 30px;
    padding-bottom: 20px;
    padding-top: 5px;
}
.termosmenu a {
    color: #4A5666;
    text-decoration: none;
}
#termostop {
    margin-top: 90px;
}

#termostop.fixed {
    position: fixed;
    top: 0;
}
#termoshow {
    display: none;
}
#termoshow.show {
    display: block;
}