/*
    MAIN CSS
    Estilo Principal
*/

h1, h2 { font: 16px 'Roboto'; color: #FFF; font-weight: normal; text-transform: uppercase; }

/* Header */
#header > .wrap { padding: 10px 0; }

/* Header > Logo */
#logo { float: left; margin-right: 5px; }

/* Menu */
#menu div {
    width: 980px;
    height: 39px;
    background: #000;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#menu li a {
    float: left;
    padding: 10px 38px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

#menu li:first-child a { margin-left: 0 }
#menu li:last-child a { margin-right: 0; border-right: none; }

#menu li:hover a,
#menu li.current a {
    background-color: #454545;
}
#menu li:last-child:hover a,
#menu li:last-child.current a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#menu li.current { font-family: 'Lato Bold', Arial, Helvetica, serif; }

.bannerbg{
    overflow: hidden;
    height: 480px;
    border-top: #013b2f solid 7px;
    background: url('../imagens/bannerbg.jpg') no-repeat center;
}
.titulobanner {
    font-size: 36px;
    margin-right: 23px;
    font-style: italic;
    color: #fff;
}

/* Footer */
#footer {
    color: #232323;
    padding-bottom: 50px;
    font: 13px 'Calibri', Arial, Helvetica, serif;
    background: #e3e3e3;
}

#footer a { color: #232323; }
#footer a:hover { text-decoration: underline; }

#footer #footermenu {
    list-style-type:none;
    display: block;
    text-align: center;
    padding: 10px 0;
}

#footer #footermenu ul li,
#footer #footermenu ul li span {
    font: normal 18px 'Roboto', Arial, Helvetica, serif;
}

#footer #footermenu ul li {
    display: inline;
}

#footer #footermenu ul li a {
    padding: 10px 17px;
}
/* Footer > Blocos */
#footer .blcs { float: right; padding-top: 30px; font: 16px 'roboto'; }
#footer .blc {
    float: right;
    margin: 0 30px;
    color: #232323;
}

#footer .blc h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#footer .blc li { margin-bottom: 10px; }

#main {
    background: url('../imagens/background.png') repeat;
}

/* ==================================== */
/* PAGINAS */
/* ==================================== */
.titulopg{
    background: #c03538;
    padding: 12px 0;
    height: 21px;
    text-align: right;
    margin: 0;
    float: left;
    width: 500px
}
/* Home > Top Bar */
#topBar {
    padding: 25px 0;
    border-bottom: 1px #e0e0e0 solid;
    border-top: 1px #e0e0e0 solid;
    margin-bottom: 45px;
}

/* Home > Top Bar > Local */
#local { float: left; }
#local h3 { font: normal 17px 'Lato Light', Arial, Helvetica, serif; }
#local h3 strong { font-family: 'Lato Bold', Arial, Helvetica, serif; }

/* Home > Top Bar > Phone */
#phone {
    border-left: 1px #e0e0e0 solid;
    padding-left: 20px;
}

#phone h1 { font: 25px 'Lato Light', Arial, Helvetica, serif; }
#phone h1 span { font-family: Lato, Arial, Helvetica, serif; }

/* Home > Intro */
#intro { padding-bottom: 45px; }
#intro h1 strong, #intro h2 strong { font-family: 'Roboto'; font-weight: normal; }

/* Home > Tramanetos */

#content {
    padding-bottom: 30px;
}
#content h2 {
    font-size: 30px;
    font-weight: normal;
}

#content h2 b { font-family: 'Lato Black', Arial, Helvetica, serif; }

#content ul { 
    display: table; 
    margin: 35px 0; 
}

#content li {
    width: 235px;
    float: left;
    text-align: center;
}

#content li .img {
    background: #FFF;
    vertical-align: middle;
    width: 164px;
    height: 164px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    border-radius: 82px;
    margin-left: 35px;
}

#content li h3 {
    font: 20px 'Lato Bold', Arial, Helvetica, serif;
    margin-bottom: 20px;
}
#content li p {
    font: 16px 'Lato Light', Arial, Helvetica, serif;
}
#content .button {
    display: table;
    margin: 0 auto;
    padding: 10px 15px;
    border-radius: 3px;

    text-transform: uppercase;
    font: 17px 'Roboto Bold', Arial, Helvetica, serif;
}

.homeservicos img {
    padding: 0 13px;
}

.submitSuccesful{
    width: 940px;
    border: solid #00CC00 1px;
    background: url('../imagens/verdeopaco.png') repeat;
}
#main .contatohome {
    padding: 25px 0;
}
#main .contatohome .formcontato{
    margin-top: -20px;
    padding-left: 9px;
    width: 420px;
}
#main .contatohome .formcontato tr {
    height: 35px;
}
#main .contatohome .formcontato form{
    margin-top: 60px;
}
#main .contatohome .formcontato div span{
    font: normal 14px 'Lato Bold', Arial, Helvetica, serif;
}
#main .contatohome .formcontato input{
    border: solid 1px #d7d7d7;
    background: #f5f5f5;
    padding: 3px;
    font: normal 14px 'Lato Bold', Arial, Helvetica, serif;
}
#main .contatohome .formcontato textarea{
    border: solid 1px #d7d7d7;
    background: #f5f5f5;
    resize: none;
    height: 100px;
    margin: 2px 0 10px 0;
    padding: 3px;
    font: normal 15px 'Lato Bold', Arial, Helvetica, serif;
}
#main .contatohome .formcontato input[type='submit']:active{
    background: #49403b;
    border: 3px solid #49403b;
    color: #ffffff !important;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: 0.7;
}

.empresahome {
    padding-top: 25px;
}
.produtoshome {
    padding-top: 25px;
}
.dicashome {
    padding-top: 25px;
}