﻿@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
@font-face {
    font-family: "My Custom Font";
    src: url(http://www.example.org/mycustomfont.ttf) format("truetype");
}


* {
	margin:0px;
	padding:0px;
	border:none;
	list-style:none;
}

/*///////////////// Padrões /////////////////*/

.container  {
	padding:0px;
}

body {
	font-family: 'Droid Sans', Helvetica, Arial, Lucida, sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

nav ul {
	text-align:center;
	margin:0px;
}

section {
	width:100%;	
}

.hidden {
	overflow:hidden;
}

/* Formulários inicio */
input[type="text"] {
	border: solid thin #d6d6d6;
	padding:8px;
	font-family:'Droid Sans', Helvetica, Arial, Lucida, sans-serif;
	font-size: 14px;
	color:#111111;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 8px 0px;
	width: 100%;
}

::-webkit-input-placeholder {
	color:#111; 
	font-family:'Droid Sans', Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
}
::-moz-placeholder { 
	color:#111; 
	font-family:'Droid Sans', Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px; 
} /* firefox 19+ */
:-ms-input-placeholder { 
	color:#111; 
	font-family:'Droid Sans', Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px; 
} /* ie */
input:-moz-placeholder { 
	color:#111; 
	font-family:'Droid Sans', Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px; 
}

input[type="submit"] {
	padding: 9px 20px;
	color: white;
	border: solid thin #007098;
	background:#007098;
	font-family:'Droid Sans', Helvetica, Arial, Lucida, sans-serif;
	font-size: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

textarea {
	border: solid thin #d6d6d6;
	padding:8px;
	font-family:'Kreon', Georgia, "Times New Roman", serif;
	font-size: 14px;
	color:rgb(149, 148, 148);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 8px 0px;
	width: 100%;
	min-height:200px;
}

label {
	display: block;
	width:100%;
	font-family:'Kreon', Georgia, "Times New Roman", serif;
	font-size: 14px;
}

.button-red {
	padding: 8px 20px;
	color: white;
	border: solid thin #007098;
	background:#007098;
	font-family:'Droid Sans', Helvetica, Arial, Lucida, sans-serif;
	font-size: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.button-red:hover {
	color: #fff;
	text-decoration: none;
	background-color: #007098;
}

nav {
	display:block;
}

.center {
	text-align:center;
} 

.left {
	text-align: left;
}

.right {
	text-align: right;
}

strong {
font-weight: 700;
color: #1c1c1c;
}
/* Formulários fim */ 

p {
	line-height:24px;
	margin:0px;
}

.font-size14 {
	font-size:14px
}

.font-size16{
	font-size:16px
}

.font-size18{
	font-size:18px
}

.font-size20{
	font-size:20px
}

.no-display {
	display:none;
}
/* Títulos inicio */

h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
	line-height: 24px;
	color: rgb(51, 51, 51);
	padding:10px 0px 15px 0px;
	font-family:'Kreon', Georgia, "Times New Roman", serif;
	margin:0px;
}

h1 {
	font-size: 36px;
	padding:30px 0px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
	color: rgb(149, 148, 148);
	font-weight:300;
}

h2.destaque a {
	font-size: 48px;
	font-weight: 100;
	line-height: 48px;
	color:#333;
}

h2.destaque a:hover {
	color:#959494;
	text-decoration: none;
}

a {
	text-decoration:none;
}

/* Títulos fim */



/* Tabelas inicio */
table tr td, table th {
	min-width:20%;
	border: solid thin #d6d6d6;
	padding:10px
}

table th {
	background:rgb(73, 73, 73);
	color: #ffffff;
}

table {
	width:100%;
	border-collapse: collapse;
}

/* Tabelas fim */

/*///////////////// Padrões fim /////////////////*/

/*///////////////// layout /////////////////*/

.plano-fundo {
	background-image: url(../imagens/fundo.jpg);
}

/* Logo inicio */

.logo-small img{
	height:60px;
}

.logo-medium img{
	height:80px;
}

/* logo fim */


/* Cabeçalho inicio */

header {
	background-color: #007098;
	text-align:center;
}

#logo-site {
	float:left;
	padding: 7px 20px 7px 12px;
}

/* Cabeçalho fim */

/* Rodape inicio */
footer {
	background:rgb(73, 73, 73);
	padding: 30px 0 10px;
}

.footer-widget {
	float: left;
	color: white;
}

.last {
	margin-right:0px !important;
}

.first {
	width:31%;
	margin-right: 60px;
}

#interatividade {
	overflow: hidden;
	padding: 0px 0px 50px 0px;
}

#main-footer a:hover {
	color: rgba(255, 255, 255, .9);
}

p#footer-info {
	text-align:right;
	font-size:12px;
}

p#footer-info, #footer-info a {
	color: white;
}
footer a {
	color: white;
	text-decoration: none;
}

h4.widget-titulo {
	padding-bottom: 11px;
	color: white;
	font-weight: 800;
}

#searchform input[type="submit"] {
	margin-left: 7px;
	margin-top: 7px;
}

#searchform input[type="text"] {
	width: 175px;
	float: left;
}

/* Rodape fim*/
section {
	border-bottom:solid thin #d6d6d6;
	background:#FFFFFF;
}

/* menu inicio*/

#menu-animation div ul li a {
	line-height: 60px !important;
	padding: 10px 13.8px;
}

#menu-animation div ul li a:hover {
	color:#ffe4e4;
}

#menu-animation div ul li a.active {
	font-weight:bold;
}

#menu-animation .navbar-default {
	background:none;
	border:none;
}

#menu-animation .navbar-nav {
	margin:0px;
	float:none;
}

@media (min-width: 768px){
	#menu-animation .navbar-nav>li {
	float:left;
	display:table;
	}
}

@media (min-width: 770px){
	#menu-animation .navbar-nav>li {
		float:none;
		display:inline-block
		}
}


.block {
	width: 960px;
	margin:0 auto;
	padding:10px 0px 50px 0px;
}

#menu-animation {
	position:fixed;
	width:100%;
	z-index:9999999;
}

.navbar {
	margin-bottom:0px;
}

/* menu fim */

/* espaçamentos */
.respiro-pequeno {
	padding-bottom:25px;
}

.respiro-medio {
	padding-bottom:50px;
}

.respiro-grande {
	padding-bottom:100px;
}

.margin-pequeno-top {
	margin-top:25px;
}

.margin-medio-top {
	margin-top:50px;
}

.margin-grande-top {
	margin-top:100px;
}


/* espaçamentos fim */
/*///////////////// layout fim /////////////////*/