@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,200;0,400;0,700;0,800;1,200;1,400;1,700;1,800&display=swap');

body{
font-family: 'Fira Sans Condensed', sans-serif;
background-image: url('../imagens/bg.png');
background-position: 0 0;
background-repeat: repeat;
font-size:14px;
font-weight: normal;
color: #333;
line-height: 5px;
}

.botao {
	padding: 14px;
	border-radius: 4px;
	background-color: #e7e7e7;
	text-decoration: none !important;
	color: #333333;
	width: 250px;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
}

img {
	height: auto;
	max-width: 100%;
  }

p{	
font-family: 'Fira Sans Condensed', sans-serif;
font-size:14px;
font-weight: normal;
line-height: normal;
}

a{
text-decoration:none;
color:#0075a1;
}
a:hover{
text-decoration:underline;
color:#0075a1;
}
.conteudo{
width: 80%;
text-align:center;
padding-top: 40px;
margin: auto;
}