﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/* RESET */
* { margin:0; padding:0; list-style:none; border:0; vertical-align:baseline; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
hr { height:1px; color:#CD5257; background-color:#cccccc; border:0; margin:8px 0 15px 0; }
input:focus, button:focus, textarea:focus, select:focus { outline: none; }

/* MENU PADRÃO */
a:link { color:#2d61ac; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:14px; }
a:visited { color:#2d61ac; text-decoration:none; }
a:hover { color: #2d61ac; text-decoration:underline; }
a:active { color: #2d61ac; text-decoration:underline; }

/* ESTRUTURA */
body { font-family:Calibri, Tahoma, Verdana, Arial, sans-serif; font-size:16px; color:#ccc; background:url(imagens/bgFundo.jpg) no-repeat; background: #000000 }

#tudo { float:left; width:100%; min-height:100%; position:relative; }
#topo { width:100%; height:350px; background:url(imagens/bgTopo2.jpg) center no-repeat; }
#topo #center { width:1390px; height:350px; margin:0 auto; }
#topo #center #logo { float:left; width:350px; height:155px; background:url(imagens/logo.png) no-repeat; margin:50px 0; }
#topo #center #banner { float:right; width:650px; height:350px; }
#topo #center #banner #animacao {  position:relative; }
#topo #center #banner #atendimento { float:right; width:220px; height:85px; color:#FFF; text-align:right; margin-top:30px; position:relative; }
#topo #center #frase { float:left; width:350px; height:95px; color:#ff7936; font-size:20px; }

#menu { width:100%; background:url(imagens/bgMenu.jpg) center; }
#menu #center { width:1000px; height:50px; line-height:50px; margin:0 auto; }
#menu #center a { color:#E4E4E4; padding:20px 15px; font-family:'Open Sans', sans-serif; }
#menu #center a:hover { color:#FFF; background:#ff7936; text-decoration:none; }

.conteudo { width:100%; margin:50px 0; }
.conteudo .center { width:1000px; margin:0 auto;}
.conteudo .center .titulo { text-transform:uppercase; width:965px; border-left:5px #ff7936 solid; padding:10px 15px; font-size:22px; font-family:'Open Sans', sans-serif; }

.conteudo .center .menuProd { float:left; width:210px; }
.conteudo .center .menuProd ul li {  padding-top:5px; }
.conteudo .center .menuProd ul li a { text-transform:uppercase; color:#5f5f5f; font-size:17px; font-family:Calibri, Arial, sans-serif; }
.conteudo .center .menuProd ul li a:hover { color:#ff7936; }
.conteudo .center .contProd { float:right; width:748px; }
.conteudo .center .contProd img { border:1px #CCC solid; }
.conteudo .center .contProd img:hover { border:1px #ff7936 solid; }

.proHome { width:1000px; margin:20px 0; }
.proHome .individual { float:left; width:185px; margin-right:15px; }
.proHome .individual:hover { font-weight:bold; }
.proHome .individual .desc { width:500px; padding:10px 20px; background:#666; border-radius:10px; position:absolute; z-index:999; font-weight:normal; color:#F0F0F0; box-shadow: 2px 3px 6px #CCC; }
.proHome .individual p { text-align:center; text-transform:uppercase; font-family:'Open Sans', sans-serif; margin:10px 0; }
.proHome .individual img { border-radius:20px; box-shadow: 2px 3px 6px #CCC; }
.proHome .individual img:hover { box-shadow: 2px 3px 6px #999; }

.agradecimento { width:650px; padding:20px; border:1px #16ad65 solid; margin:30px 0; border-radius:10px; }

#rodape { width:100%; padding:40px 0; background:#E9E9E9; border-top:1px #D3D3D3 solid; color: #666; }
#rodape #center { width:1000px; margin:0 auto; }
#rodape #center .bloco { float:left; width:245px; height:130px; }
#rodape #center .bloco .social { float:left; width:140px; }
#rodape #center h5 { font-family:'Open Sans', sans-serif; color:#7F6B6B; font-size:18px; margin-bottom:15px; }
#rodape #center ul li { margin-bottom:4px; }

#direitos { width:100%; background:#ff7936; }
#direitos #center { width:1000px; padding:15px 0; color:#FFF; font-size:14px; margin:0 auto; }


/* COLOR */
.coloVermelho { color:#EE3750; }
.coloVerde { color:#16ad65; }
.color999 { color:#999; }

/* DIVERSOS */
.clearBoth { clear:both; }
.marginBottom7 { margin-bottom:7px; }
.marginBottom15 { margin-bottom:15px; }
.marginTop7 { margin-top:7px; }
.marginTop15 { margin-top:15px; }
.arial { font-family:Arial, Helvetica, sans-serif; }
.colorLaranja { color:#ff7936; }
.bold { font-weight:bold; }
.fontSize14 { font-size:14px; }
.fontSize16 { font-size:16px; }
.fontSize18 { font-size:18px; }
.fontSize23 { font-size:23px; }
.fontSize25 { font-size:25px; }
.fontSize35 { font-size:35px; }
.justify { text-align:justify; }
.uppercase { text-transform:uppercase; }
.transformNone { text-transform:none; }
.floatRight { float:right; }


/* CAIXAS */
.cxFormularios { float:left; width:300px; padding:7px 10px; color:#666; background:#FFF; border:1px #ccc solid; margin:0 5px 4px 0; }
.cxFormGrande { float:left; width:500px; padding:12px 16px; color:#666; background:#FFF; border:1px #ccc solid; margin:0 5px 4px 0; font-size:18px; }

/* BOTÕES */
.btn { float:left; padding:10px 12px; background:#16ad65; border:1px #16ad65 solid; color:#FFF; cursor:pointer; }
.btn:hover { background:#44dd93; border:1px #44dd93 solid; }




/* FONTES */
.fontTitulo { font-family: 'Open Sans', sans-serif; font-size:22px; color:#7F6B6B; }
.fontSubTitulo { font-family: 'Open Sans', sans-serif; font-size:18px; color:#7F6B6B; }
.fontTituloNoticia { font-family: 'Open Sans', sans-serif; font-size:22px; color:#7F6B6B; text-align:center; padding:15px 30px; margin-bottom:15px; background:#f2f2f2; text-transform:uppercase; }
.fontNoticia { color:#7F6B6B; margin-top:15px; padding:15px 30px; background:#f2f2f2; }





