*{ font-family: 'Roboto Condensed', sans-serif; }

@-moz-document url-prefix() { 
   *{ font-family: 'Fira Sans Condensed', sans-serif; }
}

body{ margin-right: 0px; margin-left: 0px; margin-bottom: 0px; margin-top: 0px; background: #e08945; }
ul{ list-style: none; padding: 0px; }
ul li{ display: table-cell; }


.top-fundo{ background: #333; width: 100%; height: 200px; }

.content{ width: 85%; min-height: 300px; background: linear-gradient(180deg, rgba(255,255,255,1) 45%, rgba(238,238,238,1) 98%); border-radius: 5px; margin: 0 auto; margin-top: -160px; }
	
	@media(min-width: 980px) and (max-width: 1024px){
		.content{ width: 95%; }
	}

	@media(min-width: 1690px){
		.content{ width: 65%; }
	}

.content .container{ padding-bottom: 30px; }
.content .container .row{ padding-top: 30px; }
.content .container .row .col-md{ cursor: pointer; }
.content .container .row .col-md:hover .card{ border: 1px solid #333; }
.content .container .row .col-md:active .card{ background: #EEE; }
.fa-style{ text-align: center; font-size: 52px; margin-top: 20px; }
.card-text-style{ text-align: center; }
.link{ color: #e07828; }
.link:hover{ color: #333; }
.footer{ margin: 0 auto; width: 80%; font-size: 11px; color: #FFF; text-align: center; margin-bottom: 40px; }



