/* reset */
* { margin: 0; padding: 0; border: 0; outline: 0; font-weight:normal; font-size: 100%; list-style: none; line-height: 1; background: transparent none; }
b,strong { font-weight: bold; }
/* classes globais */
.clear { display: block; clear: both; }

/*conteudo base*/
body { font-family: "Lucida Sans Demibold Roman", "Lucida Sans Demibold", "Lucida Sans Regular", "Lucida Sans", Arial, Verdana, sans-serif; background: #95C3E4 url('images/bg_bolhas.png') no-repeat center top; color: #FFFFFF; }
.wrapper { width: 700px; margin: 0 auto; }

/*topo*/
#header { text-align: center; display:block; }
#header .social { display: inline-block; margin: 35px 0 60px 0; }
#header .social li { float: left; margin-right: 10px; width: 20px; height: 20px; background-color: transparent; background-image: url('images/icon_social.png'); background-repeat: no-repeat; background-position: 0 0; text-indent: -9999em; font-size: 0; color: transparent; display: inline-block; }
#header .social li:last-child { margin-right: 0; }
#header .social li a { text-decoration: none; width: 100%; height: 100%; display: block; }
#header .social li.facebook { background-position: 0 0; }
#header .social li.twitter { background-position: -40px 0; }

#header .logo { display: inline-block; margin-bottom: 40px; }

#header h1 { font-size: 36px; color: #008CD2; font-family: "Segoe UI", "Lucida Sans Demibold Roman", "Lucida Sans Demibold", "Lucida Sans Regular", "Lucida Sans", Arial, Verdana, sans-serif; font-weight: bold; margin-bottom: 40px; display: inline-block; }

#header .desc { font-size: 18px; color: #424242; width: 445px; display: inline-block; margin-bottom: 51px; line-height: 22px; font-weight: bold; }

/*Faixa azul */
#faixaazul { width: 100%; background: #008CD2; color: #FFFFFF; padding: 15px 0; text-align: center; display: block; margin-bottom: 15px; }
#faixaazul h2 { font-size: 24px; margin-bottom: 15px; display: inline-block; }
#faixaazul .menu { display: inline-block; }
#faixaazul .menu li { padding: 0 23px; display: inline-block; float: left; border-right: 2px solid #FFFFFF; }
#faixaazul .menu li:last-child { border-right: 0; }
#faixaazul .menu li, #faixaazul .menu li a { color: #FFFFFF; font-size: 14px; font-family: "Segoe UI", "Lucida Sans Demibold Roman", "Lucida Sans Demibold", "Lucida Sans Regular", "Lucida Sans", Arial, Verdana, sans-serif; font-weight: bold; text-decoration: none; line-height: 16px; }

/*Telefones */
#telefones { text-align: center; display: block; color: #424242; }
#telefones h2 { font-size: 24px; margin-bottom: 15px; display: inline-block; }
#telefones p { font-size: 14px; margin-bottom: 15px; display: inline-block; width: 100%; }
#telefones .outras { font-size: 14px; margin-bottom: 15px; display: inline-block; }
#telefones .outras span { line-height: 18px; float: left; margin: 0 10px; }
#telefones .outras form { float: left; }
