


#bannertop {
	width:100%;
	height:360px;
	margin-top:-100px;
	background: rgb(162,197,255);
background: linear-gradient(0deg, rgba(162,197,255,1) 0%, rgba(190,216,253,1) 100%);

	
}

body{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}





.logo img {
	
	width:80%;
	cursor:pointer;
	
	
}

.logo img:hover {
	opacity:0.8;
	
	
}




	#contentbanner h1{
	width:80%;
	text-align:center;
	text-shadow: 1px 1px 2px #333;
    font-weight: bold;
	padding-top: 110px;
	color:#fff;
	font-size: 2.5rem;
    line-height: 1.2;
}


#contentbanner p {
	width:80%;
	text-align:justify;
	text-shadow: 1px 1px 2px #333;
    font-weight: bold;
	margin-left:10%;
	color:#fff;
	font-size: 1.5rem;
   
    
}

#buttonwrite {
	display:none !important;
}

#content {
	width:100%;
	background:#F1F1F1;
	height:750px;
	
	
}

#content .colunas {
	
	width:96%;
	margin-left:2%;
	height:250px;
	position:relative;
	float:left;
}

@media only screen and (min-width:768px) {
	#buttonwrite {
	display:block !important;
}

#content {
	width:100%;
	background:#F1F1F1;
	height:400px;
	
	
}

#content h2{
	color:#888;
	font-size: 38px;
	font-weight:bold;
}

#content .colunas {
	
	width:30%;
	height:250px;
	margin-left:3%;
	position:relative;
	float:left;
}
	
	button {
		
		background:#D2B373 !important;
		height:40px !important;
		display:block !important;
		color:#fff !important;
		text-decoration:none;
		font-size:15px !important;
		padding-bottom:30px !important;
		
		
	}
	
	button:hover {
		background-color:#6c757d !important;
		text-decoration:none !important;
		
	}
	
	#contentbanner h1{
	width:80%;
	text-align:justify;
	text-shadow: 1px 1px 2px #333;
    font-weight: bold;
	padding-top: 100px;
	color:#fff;
	font-size: 5.5rem;
    line-height: 1.2;
}




#contentbanner p {
	width:80%;
	text-align:justify;
	text-shadow: 1px 1px 2px #333;
    font-weight: bold;
	line-height:5px;
	margin-left:10%;
	color:#fff;
	font-size: 1.8rem;
    
    
}


li:hover {
	 
	   background: #fff;
	   box-shadow: 0 0 1em #DADAD9 !important;
	    border-radius:10px !important;
		-webkit-box-sizing: border-box !important;
       -moz-box-sizing: border-box !important;
	   
	
}


ul {
	
	
	padding:0;
	list-style: none;
	display:table;
	text-align:center;
}

ul li {
	display:table-cell;
	position:relative;
	padding:15px 0;
	
	
}

li a {
  color: #777 !important;
  text-decoration:none !important;
	display:inline-block;
	padding:15px 20px;
	position:relative;
	
}

li a:after {
	background:none repeat scroll 0 0 transparent;
	bottom:0;
	display:block;
	content:"";
	height:2px;
	left:50%;
	
	position:absolute;
	background:#D2B373;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width:0;
}

.primary-menu a:hover{
		color:#D2B373 !important;
}

li a:hover:after {

	width:100%;
	left:0;
}
	
	.logo img {
	width:140px;
	cursor:pointer;
	padding:0px;
	margin-top:8px;
	
	}
	
}