html { 
	background: url(../static/Resources/coopercob/background.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
   
}
  
.barra-topo{
	background: url(../static/Resources/coopercob/barra-topo.png) no-repeat;
	background-size: 100%;		
	height: 100px;
}
	
.logo-topo{
	background: url(../static/Resources/coopercob/logo-coopercob.png) no-repeat;
	background-size: 100%;
	height: 155px;
	width: 205px;
	margin: -70px auto 0 auto;
}	
	
.bemvindo{
	height: 69px;
	width: 590px;
	margin: 70px auto 0 auto;
}

.btn-negociar{
	height: 95px;
	width: 346px;
	margin: 40px auto 20px auto;
}
  
h1{
	font-size: 18.0pt;
	font-style: normal;
	color: #FFF;
	margin: 0 0 30px;
}

/*--------------------------------------------------------- Jean - 504407 - Direcionar contato a direita*/

body{
	/*background-image: url("../Resources/coopercob/background.png");*/
}

#rodape{
	text-shadow: 0 2px 5px #000000d4;
}
#contato a:hover{
	color: white !important;
}
#contato a:hover i{
	transform: translateY(-2px);
	text-shadow: 0 2px 2px black;
	transition: 100ms;
}
#local{
	margin-top: 1em;
}

@media screen and (min-width: 992px){
	#rodape{
		width: 33.3333%;
		float: right;
		margin-right: 2%;
	}
	#contato,#local,#canal{
		width: 100%;
	}
}