/* CSS Document */

/* Normalizando */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;}

* { margin:0; padding:0; border:0; list-style:none; text-decoration: none; }

/* Base   */



html {
    width: 100%;
    height: 100%;
    background-color: #FFF;
}

body {
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-family: ProMetal, Arial, Tahoma, sans-serif;
    color: #666; 
}

a {
    color: #000;
}
a:hover {
    text-decoration: underline;
}
a, a:hover, a:visited, a:link {}

h1, h2, h3, h4, h5, h6{ font-weight: normal; }

.clear {
	clear: both;
}

input:focus {
    outline: none;
}

/* remove border around all textarea elements */
textarea:focus {
    outline: none;
}

/* remove border around all select elements */
select:focus {
    outline: none;
}

/* remove border around all input,textarea and select elements */
input:focus, textarea:focus, select:focus {
    outline: none;
}

/* remove border around all elements */
:focus {
    outline: none;
}


/******************************************************************************

STYLES

******************************************************************************/


a#btwhats {
	display: block;
	position: fixed;
	top: auto;
	left: auto;
	bottom: 20px;
	right: 20px;
	width: 180px;
	height: 31px;
	padding: 10px 10px 20px 10px;
	z-index: 9999999;
	cursor: pointer;
	background: url(/public/img/layout_default/whatsapp.png) 15px 5px no-repeat;
	background-size: 180px;
	
	-webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

		a#btwhats:hover {
			background: url(/public/img/layout_default/whatsapp.png) 15px 5px no-repeat;
			background-size: 180px;
			bottom: 25px;
			right: 20px;
		}

a#btwhats2 {
		display: block;
		position: fixed;
		top: auto;
		left: auto;
		bottom: 20px;
		right: 20px;
		width: 480px;
		height: 111px;
		padding: 10px 10px 20px 10px;
		z-index: 9999999;
		cursor: pointer;
		background: url(/public/img/layout_default/whatsapp.png) 15px 5px no-repeat;
		background-size: 480px;

		-webkit-transition: all 0.1s;
		-moz-transition: all 0.1s;
		-ms-transition: all 0.1s;
		-o-transition: all 0.1s;
		transition: all 0.1s;
	}

			a#btwhats2:hover {
				background: url(/public/img/layout_default/whatsapp.png) 15px 5px no-repeat;
				background-size: 480px;
				bottom: 25px;
				right: 20px;
			}

#construcao {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url(/public/img/layout_default/construcao.jpg) center top no-repeat;
}
#msg {
    position: absolute;
    width: 100%;
    top:0;
    left:0;
}
#emailok,
#emailerro { 
    position: relative;
    width: 500px;
    top: 5px;
    margin:0 auto;
    z-index: 1000; 
    padding: 8px 20px;  
    border: 1px solid #1CC00A;
    background-color: #B3FBAA;
    color: #0E6004;
    font: 13px Fortecap, Arial, Tahoma, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
#emailerro {    
    border: 1px solid #B20000;
    background-color: #D90000;
    color: #FFF;
    font-size: 13px;
}

/******************************************************************************

DEFAULT

******************************************************************************/

#site {
    min-height:100%;
	position:relative;
    margin:0 auto;
}

#topo {
	position:absolute;
	top:0;
    width: 100%;
    height: 150px;
    background: url(/public/img/layout_default/bg_back.png) center bottom repeat-x;
	z-index:99999;
}

#corpo {
	position:relative;
    margin:0 auto;
    width: 100%;
}

#corposite {
	position:relative;
    margin:0 auto;
    width: 100%;
    top: 50px;
    min-height: 250px;
    color: #333;
}
    #corposite #title {
        float:left;
        padding: 10px 0;
        font-size: 35px;
        color: #333;
        width: 100%;
        border-bottom: 1px solid #CCC;
    }

#rodape {
    position:absolute;
	bottom:0;
	width:100%;
}



/******************************************************************************

TOPO

******************************************************************************/

#topo #cabec {
    position: relative;
    margin: 0 auto;
    width: 950px;
    height: 35px;
}
	#topo #cabec span {
		float:right;
		padding: 10px 20px 5px 25px;
		color: #FFF;
		font-size: 13px;
	}
	#topo #cabec span a {
		color: inherit;
		text-decoration:none;
	}
		#topo #cabec span.fone,
		#topo #cabec span.email,
		#topo #cabec span.whats {
			background: url(/public/img/layout_default/icon_topo.png) 0 10px no-repeat;
		}
		#topo #cabec span.email {
			background-position:0 -23px;
		}
		#topo #cabec span.whats {
			background-position:0 -57px;
		}

#topo #cont {
    position: relative;
    margin: 0 auto;
    width: 950px;
    height: 180px;
}
    #topo #cont a#logomarca {
        display: block;
        width: 158px;
        height: 67px;
        float:left;
        margin: 15px 0 0 0px;
        background: url(/public/img/layout_default/logo.png) left top no-repeat;
        text-indent: -9999px;
    }
    #topo #cont #dir {
        float:right;
        width: 305px;
        margin: 40px 0 0 0;
    }
        #topo #cont #dir #phone {
            float:right;
            width: 180px;
            height:  41px;
            padding: 0 0 0 35px;
            background: url(/public/img/layout_default/icon_phone.png) left bottom no-repeat;
            
        }
            #topo #cont #dir #phone h1,
            #topo #cont #dir #phone h2 {
                width: 180px;
                display:block;
                float:left;
                text-transform: uppercase;
                font-size: 10px;
                color: #999;
                line-height: 120%;
            }
            #topo #cont #dir #phone h2 {
                font-size: 23px;
                color: #333;
            }
        #topo #cont #dir #orcamento {
            float:left;
            margin-right: 20px;
            width: 300px;
        }
            #topo #cont #dir #orcamento a {
                margin: 10px 0 0 0;
                width: 300px;
                height: 43px;
                background: url(/public/img/layout_default/topo_orcamento.png) left top no-repeat;
            }
            #topo #cont #dir #orcamento a:hover {
                background: url(/public/img/layout_default/topo_orcamento.png) left -47px no-repeat;
            }

/******************************************************************************

MENU

******************************************************************************/

#topo #cont #menu {
    position: absolute;
	right:0;
	top: 28px;
    width: 610px;
    height: 58px;
    z-index: 99999;
}
    #menu #nav {
        position: relative;
        margin: 0 auto;
        width: 100%;
        text-transform: uppercase;
        font-size: 13px;
    }
        #nav li a, #nav li {
            float: left;
        }
        #nav li {
            list-style: none;
            position: relative;
        }
        #nav li a {
         padding: 11px 13px;
         text-decoration: none;
         color: #777;
		 transition: linear 0.2s;
			  -moz-transition: linear 0.2s; /* Firefox 4 */
			  -webkit-transition: linear 0.2s; /* Safari */
        }
        #nav li a:hover,
        #nav li a.active {
         color: #000;
        }
        /* Submenu */
        .hasChildren {
        	position: absolute;
        	width: 5px; height: 5px;
        	background: black;
        	right : 0;
        	bottom: 0;    
         }        
         #nav li ul {
         display: none;
         position: absolute;
         left: -8px;
         top: 30px;
         padding: 21px 15px 20px 0; margin: 0;
         z-index:4;
         background: url(/public/img/layout_default/menu_drop.png) left top no-repeat;
        }        
        #nav li:hover > ul {
         display: block;
        }
        
        #nav li ul li, #nav li ul li a {
         float: none;
         margin: 0 0 0 5px;
        }
        
        #nav li ul li {
         _display: inline; /* for IE6 */
        }
        
        #nav li ul li a {
         width: 144px;
         display: block;
         padding: 9px 14px 9px 20px;
         color: #0074EA;
         border-bottom: 1px solid #dadada;
         background: url(/public/img/layout_default/seta_submenu.png) 9px 15px no-repeat;
        }
        #nav li ul li a:hover {
         background: #409FFF url(/public/img/layout_default/seta_submenu.png) 9px -6px no-repeat;
        }
        
        /* SUBSUB Menu */
        
        #nav li ul li ul {
         display: none;
        }
        
        #nav li ul li:hover ul {
         left: 100%;
         top: 0;
        }          

/******************************************************************************

HOME

******************************************************************************/

#corpo #destaque {
    position: relative;
    margin:0 auto;
    width: 100%;
    height: 590px;
	top: 135px;
    background:url(/public/img/layout_default/home/dest_fundo_1.jpg) center top no-repeat;
    margin: 0 0 20px 0;
}

#corposite #homeprodutos {
    position: relative;
	margin: 0 auto;
    width: 950px;
    height: 500px;
}
    #corposite #homeprodutos #title {
        float:left;
        width: 100%;
        font-size: 60px;
        color: #333;
        text-align: center;
		text-transform:uppercase;
		line-height:80%;
        border-bottom: none;
    }
    #corposite #homeprodutos #subtitle {
        float:left;
        width: auto;
        padding: 10px 50px;
        font-size: 16px;
        color: #666;
        text-align: center;
    }
        #corposite #homeprodutos #subtitle h6 {
            display: inline;
            color: #333;
        }
    #corposite #homeprodutos #prd {
        float:left;
        margin: 40px 0 0 0;
    }
    #corposite #homeprodutos ul#listprod {
        padding: 25px 0 0 0;
    }
        #corposite #homeprodutos ul#listprod li {
            height: 270px;
        } 
        #corposite #homeprodutos ul#listprod li a {
            display:block;
			transition: linear 0.2s;
			  -moz-transition: linear 0.2s; /* Firefox 4 */
			  -webkit-transition: linear 0.2s; /* Safari */
        } 
        #corposite #homeprodutos ul#listprod li a:hover {
            color: #666;
			text-decoration: none;
        }         
        #corposite #homeprodutos ul#listprod li h1,
        #corposite #homeprodutos ul#listprod li h2 {
            width: 100%;
            text-transform: uppercase;
            font-size: 15px;
            color: #333;
            text-align: center;
			padding: 10px 0 0 0;
        }
        #corposite #homeprodutos ul#listprod li h2 {
            text-transform: none;
            font-size: 13px;
            color: #666;
			padding: 5px 0 0 0;
        }
		
#home_quemsomos .parallax-window {
    min-height: 450px;
    background: transparent;
}

#home_quemsomos {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 400px;
}
	#home_quemsomos span {
		position: absolute;
		top: 100px;
		left: 50%;
		margin-left: -200px;
		width: 400px;
		font-size: 60px;
		color: #000;
		text-transform:uppercase;
		text-align: center;
	}
	#home_quemsomos h1 {
		position: absolute;
		top: 210px;
		left: 50%;
		margin-left: -400px;
		width: 800px;
		font-size: 23px;
		color: #333;
		text-align: center;
	}

#corposite ul#homebox,
#corposite ul#homebox2 {
    position: relative;
	margin:0 auto;
    width: 950px;
    height: 350px;
	margin-top: 200px;
}
    #corposite ul#homebox li,
    #corposite ul#homebox li.off {
        float:left;
        width: 410px;
        height: 250px;
        padding: 5px 25px;
    }
    #corposite ul#homebox li.off {
        background: none;
    }
        #corposite ul#homebox li img {
            margin: 5px 0;
        }
        #corposite ul#homebox li h1,
        #corposite ul#homebox2 li h1 {
            display:block;
            float:left;
            font-size: 40px;
            color: #333;
            width: 100%;
            padding:0 0 10px 0;
        }
        #corposite ul#homebox li h2 {
            float:left;
            font-size: 16px;
            color: #333;
            width: 100%;
            padding: 13px 0 0 0;
        }
        #corposite ul#homebox li h3 {
            float:left;
            font-size: 16px;
            color: #333;
            width: 100%;
            padding: 13px 0 0 0;
        }
		
#facaorcamento a {
    float:left;
	padding: 30px 35px;
	margin: 25px 0 0 0;
	background: #333;
	color: #FFF;
	font-size: 30px;
	text-align: center;
	text-transform:uppercase;
	cursor:pointer;
	text-decoration:none;
	display: block;
}

#corposite ul#homebox2 {
    height: 250px;
    margin-top: 10px;
    padding-top: 30px;
}
    #corposite ul#homebox2 li {
        float:left;
        width: 420px;
        height: 150px;
        padding: 5px 25px;
    }
    
/******************************************************************************

EMPRESA

******************************************************************************/
    
.a-empresa {
    width: 940px;
	top: 150px;
	position: relative;
	margin:0 auto;
}
	.a-empresa #title {
        float:left;
        padding: 10px 0;
        font-size: 55px;
		margin: 30px 0;
        color: #333;
        width: 100%;
		text-transform:uppercase;
		text-align: center;
    }

.a-empresa #destempresa {
    float:left;
    width: 940px;
    height: 300px;
    background: #000;
    margin: 20px 0 0 0;
}

.a-empresa #texto {
    float:left;
    padding: 5px 0 50px 0;
    font-size: 16px;
    line-height: 150%;
	color: #333;
	text-align:justify;
}    
    .a-empresa #texto h1 {
        font-size: 25px;
        color: #000;
        padding:45px 0 15px 0;
		text-transform:uppercase;
    }
   
   
/******************************************************************************

PROJETOS

******************************************************************************/

.projetos {
    width: 940px;
	top: 150px;
	position: relative;
	margin:0 auto;
}
	.projetos #title {
        float:left;
        padding: 10px 0;
        font-size: 55px;
		margin: 30px 0;
        color: #333;
        width: 100%;
		text-transform:uppercase;
		text-align: center;
    }
.projetos #texto {
    float:left;
    padding: 5px 0 0 0;
    font-size: 15px;
    line-height: 150%;
}    
    .projetos #texto h1 {
        font-size: 20px;
        color: #000;
        padding:35px 0 8px 0;
    }   
    
.projetos ul {
    width: 100%;
    float:left;
    margin-bottom: 50px;
} 
    .projetos ul li {
        display:block;
        width: 100%;
        padding: 40px 0 0 0;
    }
        .projetos ul li h1 {
            font-size: 28px;
            color: #000;
            padding:10px 0 10px 0;
        }
        .projetos ul li div {
            width: 100%;
            height: 450px;
        }
        


/******************************************************************************

CLIENTES

******************************************************************************/
.clientes {
    width: 940px;
	top: 150px;
	position: relative;
	margin:0 auto;
}
	.clientes #title {
        float:left;
        padding: 10px 0;
        font-size: 55px;
		margin: 30px 0;
        color: #333;
        width: 100%;
		text-transform:uppercase;
		text-align: center;
    }
	
.clientes #texto {
    float:left;
    padding: 5px 0 0 0;
    font-size: 15px;
    line-height: 150%;
}    
    .clientes #texto h1 {
        color: #000;
        padding:35px 0 8px 0;
    }   

.clientes ul {
    float:left;
    width: 100%;
    padding: 30px 0 0 0;
}
    .clientes ul li {
        float:left;
        display: block;
        width: 150px;
        height: 150px;
        margin: 10px 19px;
    }

/******************************************************************************

FOLDER

******************************************************************************/

.folder #texto {
    float:left;
    padding: 5px 0 0 0;
    font-size: 15px;
    line-height: 150%;
}    
    .folder #texto h1 {
        color: #000;
        padding:35px 0 8px 0;
    }   


/******************************************************************************

PRODUTOS

******************************************************************************/
.produtos {
    width: 940px;
	top: 150px;
	position: relative;
	margin:0 auto;
}
	.produtos #title {
        float:left;
        padding: 10px 0;
        font-size: 55px;
		margin: 30px 0;
        color: #333;
        width: 100%;
		text-transform:uppercase;
		text-align: center;
    }

	
.produtos #texto {
    float:left;
    padding: 5px 0 0 0;
    font-size: 15px;
    line-height: 150%;
}    
    .produtos #title h1 {
        float:right;
        font-size: 14px;
        color: #666;
        padding: 15px 0 0 0;
    }
    .produtos #texto {
        color: #000;
        padding:35px 0 8px 0;
    } 
        .produtos #texto #titP {
            float:left;
            width: 100%;
            font-size: 35px;
            padding: 50px 0;
            border-top: 1px solid #DDD;
			text-transform:uppercase;
        } 
        .produtos #texto ul {
            float:left;
            width: 100%;
            margin: 30px 0;
        }
            .produtos #texto ul li {
                position: relative;
                float:left;
                width: 250px;
                padding: 10px 30px;
                color: #333;
                font-size: 13px;
                cursor: pointer;
                text-align: center;
            }
                .produtos #texto ul li h1 {
                    width: 250px;
                    padding: 0 0;
                    height: 50px;
                    font-size: 16px;
					line-height:120%;
                    float: left;
                    color: #000;
                    text-transform: uppercase;
                }
                .produtos #texto ul li img {
                    float:left;
                    padding: 0 0 15px 0;
                }
                .produtos #texto ul li span {
                    position: absolute;
                    left:0;
                    top: 0;
                    background: #FFF;
                    padding: 10px;
                    display: none;
                    z-index: 999;
                    width: 290px;
                    height: 100%;
                    max-height: 315px;
                    overflow-y: auto;
                }
                .produtos #texto ul span.s001 {  }
                .produtos #texto ul span.s002 {  }

 
/******************************************************************************

CONTATO

******************************************************************************/
.contato {
    width: 940px;
	top: 150px;
	height: 900px;
	position: relative;
	margin:0 auto;
}
	.contato #title {
        float:left;
        padding: 10px 0;
        font-size: 55px;
		margin: 30px 0;
        color: #333;
        width: 100%;
		text-transform:uppercase;
		text-align: center;
    }
	
.contato #texto {
    float:left;
    padding: 5px 0 0 0;
    font-size: 15px;
    line-height: 150%;
}    
    .contato #texto h1 {
        width: 950px;
        text-align: center;
        float:left;
        color: #666;
        padding:35px 0 8px 0;
    }
        .contato #texto h1 strong {
            color: #000;
        }
        .contato #texto h2 {
            display: inline;
            color: #409FFF;
        }
        .contato form {
            float:left;
            width: 800px;
            margin: 50px 0 0 80px;
        }
        
        .contato input,
        .contato textarea {
            float:left;
            width: 350px;
            padding: 8px 12px;
            border:1px solid #CCC;
            font-family: ProMetal, Arial, Tahoma, sans-serif;
            font-size: 14px;
            color: #000;
            margin: 6px 10px;
			text-transform:uppercase;
        }
        .contato textarea {
            width: 746px;
            height: 90px;
        }
        .contato input.submit {
            width: 100px;
            float: right;
			padding: 10px 0;
			cursor:pointer;
            margin-right: 20px;
        }
			.contato input.submit:hover {
				background: #333;
				color: #FFF;
			}

.contato #alert {
    position: absolute;
    color: #FF0000;
    text-transform: uppercase;
    font-size: 11px;
}
.contato #alert.a01 {    
    top: 367px;
    left: 355px;
}
.contato #alert.a02 {    
    top: 458px;
    left: 333px;
}
.contato #alert.a03 {
    top: 505px;
    left: 325px;
}
.contato #alert.a04 {
    top: 550px;
    left: 725px;
}

    
    
/******************************************************************************

RODAPÉ

******************************************************************************/
    
#rodape {
    height: 350px;
    bottom: -400px;
    background: url(/public/img/layout_default/rodape_bg.png) left top repeat-x;
}
    #rodape #rp {
        position: relative;
        margin:0 auto;
        width: 950px;
        height: 260px;
        top: 25px;
    }
        #rodape #rp ul {
            float:left;
            width: 130px;
            margin: 10px 10px;
            color: #333;
			text-transform:uppercase;
        }
            #rodape #rp ul li {
                float:left;
                display: block;
                width: 100px;
                padding: 6px 0 0 10px; 
            }
                #rodape #rp ul li a {
                    color: #666;
					font-size: 12px;       
                }
                
        #rodape #rp #cen {
            float:left;
            width: 350px;
            text-align: center;
        }
            #rodape #rp #cen img {
                float:left;
                padding: 10px 0 0 119px;
            }
            #rodape #rp #cen h1,
            #rodape #rp #cen h2,
            #rodape #rp #cen h3 {
                float:left;
                width: 350px;
                font-size: 12px;
                color: #333;
                padding: 17px 0 17px 0;
				text-transform:uppercase;
            }
            #rodape #rp #cen h2 {
                font-size: 18px;
                color:#000;
                padding: 0 0 0 0;
            }
            #rodape #rp #cen h3 {
                color:#000;
				font-size: 15px;
				text-transform: none;
                padding: 10px 0 0 0;
            }
        
        #rodape #rp #dir {
            float:left;
            width: 250px;
            color: #333;
            margin-left: 40px;
        }
            #rodape #rp #dir a img {
                border:0;
                padding-top: 10px;
            }
    
    #rodape #copy {
        position: relative;
        margin:0 auto;
        width: 950px;
        height: 60px;
        top:50px;
        text-align: center;
        font-size: 12px;
        color: #333;
		padding: 5px 0 0 0;
    }
    


/* ASSINATURA */

#ass_inovaccio a {
    display:  block;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 20px;
    top:0;
    text-indent: -9999px;
    background: url(/public/img/layout_default/ass_inovaccio.png) no-repeat;
}



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

