#topo{
    position:relative;
    width:100%;
    height:128px;
    z-index: 10000;
/*    box-shadow: 0px 0px 20px #666;*/
}

#contTopo,
#contTopo a{
    font-size: 15px;
    color:#333;
}
#contTopo .module_barratopo{
    width:100%;
    height: 36px;
    background-color: #E9E9E9;
}
#contTopo .module_barratopo img{
    vertical-align: middle;
}

#logo{
    position:relative;
    width:941px;
    top: 14px;
    z-index: 1;
    margin: 0 auto;
}

.slicknav_menu {
	display:none;
}
#menu{
    position: absolute;
    height: 15px;
    top: 75px;
    right:-470px;
    margin-right: 50%;
    z-index: 2;
}
#menu ul, #menu li{
    margin: 0px;
    padding: 0px;
}
#menu li {
    list-style: none;
    float: left;
    margin-right: 16px;
}
#menu li a{
    display: block;
    height: 15px;
    background-color: #FFF;
    line-height: 15px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
#menu li.current a{
    color: #ED3237;
}
#menu li a:hover{
    color: #000;
}

#menu .nav-child{
    position: absolute;
    padding: 10px;
    margin: 0px;
    margin-top: 5px;
    margin-left: -170px;
    width: 400px;
    background: #FFF;
    border: 2px solid #333;
    border-radius: 10px;
    display: none;
}
#menu .nav-child li {
    list-style: none;
    float: left;
    margin-right: 0px;
}
#menu .nav-child li a{
    display: block;
    width: 200px;
    height: 30px;
    background-color: #FFF;
    line-height: 30px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
#menu .nav-child li.current a{
    color: #ED3237;
}
#menu .nav-child li a:hover{
    color: #000;
}

#banner{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#banner .custom_linhaEco{
    margin-bottom: 5px;
    background-image: -webkit-linear-gradient(left right, #01AD01, #115910);
    background-image: -o-linear-gradient(left right, #01AD01, #115910);
    background-image: -moz-linear-gradient(left right, #01AD01, #115910);
    background-image: linear-gradient(to right, #01AD01, #01AD01, #115910, #115910);
    
}
#banner .bannergroup{
    position: relative;
    width: 1920px;
    height: 250px;
    left:-960px;
    margin-left: 50%;
    margin-bottom: 5px;
}
#banner .bannergroup .banneritem{
    position: absolute;
    top: 0px;
    left: 0px;
}
#banner .bannergroup .banneritem a{
    z-index: 1;
}

/*Texto do banner*/
#banner .bannergroup .banneritem .bannerDetalhe{
    position: relative;
    width: 800px;
    height: 190px;
    margin: 0 auto;
    margin-bottom: -250px;
    padding: 30px;
    z-index: 2;
/*    background-color: #FF0000;*/
}
#banner .bannergroup .banneritem .bannerDetalhe .bannerDetalheTitulo{
    width: 45%;
    font-size: 38px;
    color:#FFF;
    font-family: 'Pacifico', cursive;
}
#banner .bannergroup .banneritem .bannerDetalhe .bannerDetalheDescricao{
    width: 45%;
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 10px;
    color:#FFF;
}
#banner .bannergroup .banneritem .bannerDetalhe a{
    display: block;
    width: 200px;
    height: 40px;
    border-radius:15px;
    background-color: #2A2929;
    font-size: 20px;
    text-align: center;
    color:#FFF;
    line-height: 40px;
}


#banner .bannerPage{
    position: absolute;
    margin-top:-150px;
    width: 942px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
     left:0;
  right:0;
    z-index: 1000;
    
}
#banner .bannerPage #next1{
    display:block;
    width:25px;
    padding:7px;
    background-color: #FFF;
    border-radius:100px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color:#999;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: pointer;
}
#banner .bannerPage #next1:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#banner .bannerPage #prev1{
    position: absolute;
    top:0px;
    right: 0px;
    display:block;
    width:25px;
    padding:7px;
    background-color: #FFF;
    border-radius:100px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color:#999;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: pointer;
}
#banner .bannerPage #prev1:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
}
    

#site{
    position:relative;
    width: 941px;
    margin: 0 auto;
    margin-top: 10px;
}
#corpo{
}
.corpo{
    position: relative;
    width: 100%;
}
.corpoLeft{
    position: relative;
    width: 697px;
    float: left;
}
#corpo .item-page h2{
    font-size: 24px;
    font-weight: bold;
    color:#333;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 20px;
}
#corpo .item-page .content{
    font-size: 18px;
    line-height: 24px;
    color:#333;
    margin-bottom: 20px;
    padding-right: 20px;
}
#corpo .item-page .content a{
    color:#ED3237;
}

#module-top{
    width: 100%;
}
#module-top .module h3{
    font-size: 20px;
    font-weight: bold;
    color:#333;
    margin-bottom: 20px;
    padding-right: 20px;
}
#module-top .module .menu_produtosHome{
    height: auto;
    padding: 0px;
    margin-top: 0;
    margin-bottom: 25px;
}
#module-top .module .menu_produtosHome li{
    width: 30%;
    height: 206px;
    float: left;
    list-style: none;
    background: #000;
    margin-right: 30px;
    margin-bottom: 23px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(199,199,199,1);
    -moz-box-shadow: 0px 0px 19px 0px rgba(199,199,199,1);
    box-shadow: 0px 0px 19px 0px rgba(199,199,199,1);
}
#module-top .module .menu_produtosHome li:hover{
    background-color: #333;
}
#module-top .module .menu_produtosHome li a{}
#module-top .module .menu_produtosHome li a img{
    display: block;
}
#module-top .module .menu_produtosHome li a span{
    display:table-cell;
    width: 670px;
    height:67px;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
}
#module-top .module .menu_produtosHome li a._eco span{
    color:#FFF;
    background-color: #07C27B;
}
#module-top .module_telefoneMapaMobile{
    display: none;
}

#module-buttom{
    padding-right: 20px;
}

/* logos ou imagens passando */
#module-buttom .module, #module-buttom .module_clientes{
    margin-bottom: 60px;
}
#module-buttom .module h3, #module-buttom .module_clientes h3{
    font-size: 22px;
    font-weight: bold;
    color: #333;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E8E8E8;
}
.cycle-slideshow img{width: auto; height: auto;}
.custom_clientes{
    width: 941px;
}

/* notícias */
#module-buttom .module ul.category-module{
    padding: 0px;
    margin: 0px;    
}
#module-buttom .module ul.category-module li{
    list-style: none;
    margin-bottom: 25px;
}
#module-buttom .module ul.category-module li div.lastImg{
    width: 156px;
    height: auto;
    float: left;
}
#module-buttom .module ul.category-module li div.lastBody .mod-articles-category-title{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    display: block;
}
#module-buttom .module ul.category-module li div.lastBody .mod-articles-category-introtext{
    font-size: 12px;
    color: #333;
    padding-bottom: 5px;
    display: block;
}
#module-buttom .module ul.category-module li div.lastBody .mod-articles-category-readmore a{
    font-size: 12px;
    color: #ED3237;
    font-style: italic;
    padding-bottom: 10px;
    margin: 0;
    display: block;
    font-weight: normal;
}
#module-buttom .module ul.category-module li div.lastBody .mod-articles-category-date{
    font-size: 12px;
    color: #E1E1E1;
}

.blog{
   margin-bottom: 20px; 
}
.blog .page-header{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    padding-right: 20px;
}
.blog .items-row .item .blog-item-image{
    width: 190px;
    height: auto;
    float: left;
}
.blog .items-row .item{
    margin-bottom: 50px;
}
.blog .items-row .item .blog-item-body{
    width: 470px;
    height: auto;
    float: left;
}
.blog .items-row .item .blog-item-body h2{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.blog .items-row .item .blog-item-body .content{
    font-size: 16px;
    color: #333;
}
.blog .items-row .item .blog-item-body .content img{
    max-width: 90%;
    max-height: 90%;
}
.blog .items-row .item .item-separator{
    clear: both;
}

#rightFlutuante{
    width: 244px;
}

#right{
    position: relative;
    width: 244px;
    float: left;
}
#right .module{
    background-color: #2E3192;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 14px;
    color:#FFF;
}
.m_verde{
    background-color: #A8CF48!important;
}
.m_rosa{
    background-color: #BA559F!important;
}
.m_vermelho{
    background-color: #ED3237!important;
}
.m_amarelo{
    background-color: #E2C90D!important;
}
.m_preto{
    background-color: #000!important;
}
.m_cinza{
    background-color: #E5E5E5!important;
}

#right .module h3{
    font-size: 24px;
    font-weight: bold;
    color:#FFF;
    text-align: center;
    margin-bottom: 15px;
}

#right .module_menu{
    margin-bottom: 20px;
}
#right .module_menu ul{
    padding: 0;
    margin: 0;
}
#right .module_menu ul li{
    list-style: none;
    margin-bottom: 3px;
}
#right .module_menu ul li a img{
    display: none;
    visibility: hidden;
}
#right .module_menu ul li a{
    display: block;
    height: 35px;
    background-color: #000;
    font-size: 18px;
    line-height: 35px;
    font-weight: bold;
    padding-left: 15px;
    color:#FFF;
}
#right .module_menu ul li a:hover{
    background-color: #8C8C8C;
}

/*SubMenu*/
#right .module_menu ul li ul li{
    list-style: none;
    margin-bottom: 0px;
}
#right .module_menu ul li ul li a img{
    display: none;
    visibility: hidden;
}

/*Cores de menu*/
#right .module_menu ul li a.verde{
    background-color: #A8CF48;
    color: #FFF;
}
#right .module_menu ul li a.verde:hover{
    background-color: #BA559F;
}
#right .module_menu ul li ul li a.verde{
    display: block;
    height: 25px;
    background-color: #94BE32!important;
    line-height: 25px;
    font-weight: normal;
    font-size: 14px;
    padding-left: 15px;
    color:#FFF;
}
#right .module_menu ul  li ul li a.verde:hover{
    background-color: #A8CF48!important;
}

#right .module_menu ul li a.vermelho{
    background-color: #ED3237;
    color: #FFF;
}
#right .module_menu ul li a.vermelho:hover{
    background-color: #000;
}
#right .module_menu ul li ul li a.vermelho{
    display: block;
    height: 25px;
    background-color: #ED3237!important;
    line-height: 25px;
    font-weight: normal;
    font-size: 14px;
    padding-left: 15px;
    color:#FFF;
}
#right .module_menu ul  li ul li a.vermelho:hover{
    background-color: #000!important;
}


#right .module_menu ul li a.preto{
    background-color: #000;
    color: #FFF;
}
#right .module_menu ul li a.preto:hover{
    background-color: #333;
}
#right .module_menu ul li ul li a.preto{
    display: block;
    height: 25px;
    background-color: #000!important;
    line-height: 25px;
    font-weight: normal;
    padding-left: 15px;
    color:#FFF;
}
#right .module_menu ul  li ul li a.preto:hover{
    background-color: #333!important;
}


.readmore{
    margin-bottom: 20px;
}
.readmore a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #ED3237;
    background-color: #999;
    text-align: center;
    border-radius: 5px;
}
.readmore a:hover{
   color: #000;
   box-shadow: 0px 0px 10px #8C8C8C;
}

.pagination{
    height: 100px;
}
.pagination .counter{
    border: 1px dotted #666;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 12px;
    color:#333;
}
.pagination ul{
    padding: 0px;
}
.pagination ul li{
    list-style: none;
    float: left;
    margin-right: 10px;
    font-size: 14px;
}
.pagination ul li span{
    display: block;
    background-color: #999;
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
}
.pagination ul li a{
    display: block;
    background-color: #8C8C8C;
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
}
.pagination ul li a:hover{
    background-color: #818181;
}

#rodape{
    width: 100%;
    height: 125px;
    clear: both;
    font-size: 1em;
    color: #FFF;
    background-color: #BA559F;
}
#rodape ul{
    padding: 0px;
    margin: 0px;
    float: right;
}
#rodape ul li{
    list-style: none;
    float: left;
    margin-right: 15px;
}
#rodape ul li a{
    text-transform: uppercase;
    font-weight: bold;
}
#rodape ul li a:hover{
    color: #333;
}
#rodape .custom_rodape{
    width: 100%;
}
#rodape .custom_rodape table{
    width: 941px;
}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
        width: 90%;
}
.alert,
.alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0;
}
.alert .close {
	position: absolute;
	top: 5px;
	right: 30px;
	line-height: 18px;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}