@charset "utf-8";

/*----------
Fontes - Importação
----------*/
@font-face {
    font-family: 'BebasNeue';
    src: local("BebasNeue"), url('../fontes/BebasNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "Myriad Pro";
    font-weight: normal;
    font-style: normal;
    src: local("Myriad Pro"), url(../fontes/MyriadPro-Regular.woff) format('woff');
}

/*----------
Base
----------*/
*{
    margin: 0;
    padding: 0;
}
div.clear{
    clear: both;
    width: 100%;
    height: 1px;
}
.left{
    float: left;
}
.right{
    float: right;
}
img{
    border: 0;
}
textarea{     
    font-family: "BebasNeue", "Myriad Pro", sans-serif;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
div.linhaIdxMenor{
    clear: both;
    margin: 0 auto;
    width: 95%;
    height: 2px;
    background: #636a6c;
}
.marginBot15{
    margin-bottom: 15px;
}

body{
    font-family: "BebasNeue", "Myriad Pro", sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #5c5e5f;
    background:#fff;
    list-style: none;
    overflow-x: hidden;
}
    
    div.corpo{
        position:relative;
        margin: 0;
        padding: 0;
        width:100%;
        height:100%;
    }
    
        /*----------
        Topo
        ----------*/
        header{
            position: absolute;
            top:40px;
            width: 100%;
            height: 65px;
            background: url("../img/backgrounds/fundoMenu.png");
            z-index: 3;
        }
        header.menuAzul{
            background: none;
        }
            h1.logo{
                position: absolute;
                top: 0;
                left: 12%;
                width: 290px;
                z-index: 4;
            }
                h1.logo img{
                    max-width: 100%;
                }
            p.menorMenu{
                margin-top: 0.5%;
                margin-right: 10%;
                text-align: right;
                color: #374c6d;
                z-index: 5;
            }
            header.menuAzul p.menorMenu{
                position: absolute;
                top: 39px;
                right: 5%;
                margin-top: 0;
                margin-right: 0;
                color: #f2f1f7;
                z-index: 6;
            }
            h3.telefone{
                float: right;
                margin-right: 10%;
                text-align: right;
                font-size: 1.3em;
                color: #374c6d;
                z-index: 5;
            }
            header.menuAzul h3.telefone{
                position: absolute;
                top: 70px;
                right: 5%;
                margin-top: 0;
                margin-right: 0;
                color: #f2f1f7;
                z-index: 6;
            }
                  
        /*----------
        Topo - Menu
        ----------*/
            nav{
                position: absolute;
                top: 0;
                right: 22%;
                margin: 0 auto;
                width: 46%;
                height: 65px;
                z-index: 5;
            }
            nav.menuAzul{
                width: 66%;
                top: 25px;
                right: 0;
                background: #384c6d url("../img/backgrounds/chanfroMenu.jpg") no-repeat;
            }
                nav ul#menu{
                    margin: 0; 
                    padding: 0;
                    width: 100%;
                    height: 100%;
                }
                nav.menuAzul ul#menu{
                    margin-top: 1%;
                    margin-left: 40px;
                }
                    nav ul#menu li{
                        position: relative;
                        float: left;
                        padding: 25px 5px 0;
                        text-align: center;
                        font-size: 1.5em;
                    }
                    nav.menuAzul ul#menu li{
                        padding: 15px 5px 10px;
                    }
                    nav ul#menu li.menu_item:first-child{
                        border: 0;
                    }
                    nav ul#menu li.menu_item ul#submenu{
                        display: none;
                    }
                    nav ul#menu li.menu_item:hover ul#submenu{
                        display: block;
                    }
                        nav ul#submenu{
                            position: absolute;
                            left: -8%;
                            margin: 0; 
                            padding: 0;
                            width: 165px;
                            background: url("../img/backgrounds/fundoMenu.png");
                            z-index: 4;
                        }
                        nav.menuAzul ul#submenu{
                            background: #384c6d;
                        }
                            ul#submenu li.menu_subitem{
                                display: block;
                                margin: 0;
                                padding: 10px 5px;
                                font-size: 1em;
                            }
                            ul#submenu li.menu_subitem:last-child{
                                border: none;
                            }
                        nav li,
                        nav li a{
                            color: #313032;
                        }
                        nav.menuAzul li,
                        nav.menuAzul li a{
                            color: #f2f1f7;
                        }
                        nav li:hover,
                        nav li a:hover,
                        nav li a.ativo,
                        nav li.ativo{
                            color: #3e5271;
                            text-decoration: none;
                        }
                        nav.menuAzul li:hover,
                        nav.menuAzul li a:hover,
                        nav.menuAzul li a.ativo,
                        nav.menuAzul li.ativo{
                            color: #9da7b7;
                        }
            
        /*----------
        Banner
        ----------*/
        div.banner{
            position: relative;
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
        }
        div.sombraBanner{
            width: 100%;
            height: 165px;
            position: relative;
            margin-top: -145px;
            background: transparent url(../img/backgrounds/sombraBanner.png) no-repeat bottom center;
            background-size: 100% 100%; /* stretches it */
            z-index: 1;
        }
            
        /*----------
        Conteúdo - Página Inicial
        ----------*/        
        div.conteudo{
            position: relative;
            clear: both;
            margin: -30px auto 0;
            padding: 5px 0;
            width: 75%;
            height: 100%;
            overflow: auto;
            font-family: Arial, Helvetica, sans-serif;
        }
            
        /*----------
        Conteúdo - BOX Index
        ----------*/ 
            article.boxIdx{
                float: left;
                margin: 0 2% 15px 0;
                width: 23.5%;
                height: 100%;
            }
            article.boxIdxLast{
                float: right;
                margin: 0 0 15px 0;
            }
            
        /*----------
        Conteúdo - Conteúdos comuns
        ----------*/
                div.conteudo img{
                    float: left;
                    margin-right: 5px;
                }
                div.conteudo h2{
                    margin: 0.6em 0 0;
                    font-family: "BebasNeue", "Myriad Pro", sans-serif;
                    font-size: 1.6em;
                    line-height: 1.6em;
                    color: #676768;
                }
                div.conteudo div.linhaIdx{
                    clear: both;
                    margin-bottom: 10px;
                    width: 100%;
                    height: 2px;
                    background: #636a6c;
                }
                div.conteudo ul.galeria{
                    clear: both;
                    margin: 10px 0;
                    width: 100%;
                }
                    ul.galeria li.boxIdx{
                        float: left;
                        margin: 0 2.3% 15px 0;
                        width: 31%;
                        height: 100%;
                    }
                    ul.galeria li.boxIdxLast{
                        margin: 0 0 15px 0;
                    }
                        ul.galeria li img{
                            clear: both;
                            max-width: 100%;
                        }
                            p.tituloClientes{
                                clear: both;
                                font-family: Arial, Helvetica, sans-serif;
                                font-size: 0.9em;
                                color: #070707;
                                text-align: center;
                            }
                div.conteudo p,
                div.conteudo li{
                    font-family: Arial, Helvetica, sans-serif;
                    font-size: 0.9em;
                }
                div.conteudo li{
                    margin-bottom: 4px;
                }
                article.boxIdx div.linkIdx{
                    margin: 0 auto;
                    padding: 5px 0;
                    width: 60px;
                    height: 15px;
                    background: #b6bac0;
                    text-align: center;
                }
                    div.linkIdx a{
                        color: #374c6d;
                        font-family: "BebasNeue", "Myriad Pro", sans-serif;
                        font-size: 0.9em;
                    }
                    
            article.boxContent{
                clear: both;
            }                    
            article.boxMarginTop{
                margin-top: 125px;
            }         
            article.boxMinAlt{
                min-height: 450px;
            }
                article.boxContent h2{
                    line-height: 3em;
                }
                article.boxContent h2.tituloSub{
                    line-height: 1.5em;
                }
                article.boxContent div.linhaIdx{
                    margin-top: -10px;
                }
                article.boxContent img.imgTxt{
                    max-width: 20%;
                    margin-right: 10px;
                    margin-bottom: 5px;
                    -webkit-box-shadow: 1px 1px 3px 1px #ccc;
                    box-shadow: 1px 1px 3px 1px #ccc;
                }
        
        /*----------
        Contato
        ----------*/
            article.boxContato{
                margin: 0 5% 15px 0;
                width: 47.5%;
                height: 100%;
            }
            article.boxContatoLast{
                margin: 0 0 15px 0;
            }                        
            article.boxContatoMarginTop{
                margin-top: 125px;
            }
                label{
                    float: left;
                    width: 16%;
                    padding: 1.5% 2% 0 0;
                    text-align: left;
                    font-family: "BebasNeue", "Myriad Pro", sans-serif;
                    font-size: 1.2em;
                }       
                input,
                textarea{
                    float: right;
                    margin-bottom: 5px;
                    padding: 1%;
                    width: 80%;
                    background: #d7dade;
                    border: transparent;
                    color: #636a6c;
                    font-size: 1em;
                    font-family: "BebasNeue", "Myriad Pro", sans-serif;
                }
                input.menor{
                    float: left;
                    width: 38.5%;
                }
                input.menorMargin{
                    margin-left: 18%;
                    margin-right: 1%;
                }
                textarea{
                    height: 100px;
                }
                form#formcontato ::-webkit-input-placeholder{ 
                    color: #636a6c;
                    font-family: "BebasNeue", "Myriad Pro", sans-serif;
                    font-size: 1em;
                }
                form#formcontato input:-moz-placeholder{ 
                    color: #636a6c;
                    font-family: "BebasNeue", "Myriad Pro", sans-serif;
                    font-size: 1em;
                }    
                input:focus,
                textarea:focus{
                    border: #636a6c;
                }
                input.btnEnv{
                    width: 80px;
                    height: 30px;
                    color: #636a6c;
                    background: #d7dade;
                    font-family: "BebasNeue", "Myriad Pro", sans-serif;
                }
                div.captcha{
                    float: right;
                    margin-bottom: 5px;
                    padding: 0;
                    width: 125px;
                    height: 32px;
                }
                    img.atuCap{
                        float: right;
                        width: 32px;
                        cursor: pointer;
                    }
                    div.codigoCaptcha{
                        float: left;
                        width: 75px;
                    }
                        div.codigoCaptcha span{
                            position: absolute;
                            z-index: 1;
                            padding: 2px 0 0.2%;
                            font-size: 190%;
                        }
                        div.codigoCaptcha img{
                            position: absolute;
                            z-index: 2;
                        }
        
        /*----------
        Rodapé
        ----------*/
        footer{
            position: relative;
            width: 100%;
            height: 70px;
            background: #384c6d;
        }
            div.conteudoFooter{
                clear: both;
                margin: 0 auto;
                padding: 10px 0;
                width: 75%;
                height: 50px;
            }
                div.endereco,
                div.assDes{
                    float: left;
                    height: 100%;
                }
                div.endereco{
                    margin: 0;
                    width: 90%;
                    text-align: center;
                }
                div.assDes{
                    width: 10%;
                }
                    div.endereco p{
                        margin-bottom: 0;
                        color: #f3f8fa;
                        text-align: left;
                        text-decoration: none;
                        font-size: 1.7em;
                    }
                    div.endereco p.menor{
                        font-size: 1.2em;
                    }
                div.conteudoFooter img{
                    height: 50px;
                }
                    
/*----------
Média Queries
----------*/
@media (min-width: 1241px) and (max-width: 1280px) {
}

@media (min-width: 1025px) and (max-width: 1240px) {
}

@media (min-width: 1000px) and (max-width: 1024px){ 
}

@media (min-width: 860px) and (max-width: 999px) {
    nav ul#menu{
        margin-left: 10%;
        width: 90%;
    }
        nav ul#menu li{
            padding-left: 2px;
            padding-right: 2px;
            font-size: 1em;
        }
}

@media (max-width: 859px){
            h3.telefone {
                margin-top: 1.4%;
                margin-right: 6%;
            }
            header.menuAzul h3.telefone{
                top: 40px;
                right: 9%;
            } 
            article.boxIdx{
                width: 48%;                
            }
            article.boxIdxLast{
                float: left;
            }
            nav.menuAzul{
                right: 0;
                width: 45%;
                background: #384c6d;
            }
            ul.galeria li.boxIdx {
                width: 47%;
            }
}

@media screen and (max-width: 40em) { /*largura 640px*/
            header.menuAzul h1.logo{
                top: 30%;
            }
            h1.logo{
                top: 11%;
                left: 5%;
                width: 180px;
            }
            h3.telefone {
                  margin-right: 8%;
            }
            header.menuAzul h3.telefone{
                top: 40px;
                right: 12%;
            }    
            nav{
                right: 22%;
                width: 45%;
            }
            nav.menuAzul{
                right: 0;
                width: 45%;
                background: #384c6d;
            }
        div.sombraBanner{
            display: none;
        }
            article.boxIdx,
            article.boxContatoMarginTop,
            article.boxMarginTop{
                margin-top: 100px;
            }
            article.boxIdx,
            article.boxContato{
                margin-left: 0;
                margin-right: 0;
                width: 100%;
                
            }
            ul.galeria li.boxIdx {
                width: 100%;
            }
            div.conteudoFooter{
                width: 95%;
            }
                div.endereco p{
                    font-size: 1em;
                }
                div.endereco p.menor {
                    font-size: 0.8em;
                }
}