.container { max-width: 1200px; }

#main { background-color:#fff }

.navbar { 
	 /*background-image: linear-gradient(to right, #fff, #e0e8f0);	*/
	 background-color:#fff;
	 box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

.nav-link { color: #000 !important; }
.nav-link:hover { font-weight:bolder !important; }

#canvas { 
	position:absolute; 
	left:0px; 
	top:89px; 
	z-index:50; 
	width:100%; 
	height:200px; 
  background: url(../img/head2-o.jpg) no-repeat top left; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  	
  border-bottom: 1px solid #f0f0f0;
}

.home { margin-top: 26px; }

.lat { color:#fff; font-size:18px; font-weight: bolder; }
.lat ul { padding: 0; padding-left:10px; list-style-type: none; }

.lat-azul { background-color: #2c5992; border: 0;}
.lat-vermelho { background-color: #e62d33; border: 0; }
.lat-verde { background-color: #659201; border: 0;}
.lat-img { padding: 16px 0px; width:100%; }

.form { width:100% }
.form input,textarea { width:100%; padding:10px; }
.ddd { width:60px !important; }
.fone { width:200px !important; }


.cursor { cursor: pointer; }
.color1 { color:#3d8829;  } 
.color2 { color:#fff;  }
.color2:hover { color:#fff;  }

.s4 { color:#e62d33; font-weight:bolder; }
.s3 { color:#0047b2; font-weight:bolder; }
.s2 { color:#659201; font-weight:bolder; }
.s1 { color:#000; font-weight:bolder; }

u { color:#0047b2; font-weight:bolder; text-decoration:none; font-size:120%; }

.pagina { padding:20px; text-align:justify; }

.card { border: 1px solid #d5d5d5; margin-bottom:20px }
.card-text { text-align:justify; }
.card-body { 	}

.menu { font-size:120%; }

h4 { font-size:150%; }
h2 { font-size:180%; }

html {		
  position: relative;
/*background-image: linear-gradient(to bottom right, #fff, #d0d8e0);*/  
  min-height: 100%;
}

body {
  padding-top:289px;
  margin-bottom: 180px;
  background-color:transparent;  
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 170px;
  color:#fff;
  background: #2c5992; /* Old browsers */
}

.footerdivision { min-width:320px; }
 
 
@media all and (max-width: 1200px) and (min-width: 900px) 
{  
 .menu { font-size:90% }
}
 
@media all and (max-width: 1024px) and (min-width: 300px) 
{  
}

@media all and (max-width: 820px) and (min-width: 300px) 
{  
  html { background-image: none !important; }
  footer { font-size: 85%; }
  footer img { height: 30px; }
  .navbar-brand img { height: 37px; margin:13px 0px }
}
