body {
    background-color: #00abc8;
	margin: 0px;
} @font-face {
    font-family: 'ag_book_roundedmedium';
    src: url('ag-book-rounded-medium.woff2') format('woff2'),
         url('ag-book-rounded-medium.woff') format('woff'),
         url('ag-book-rounded-medium.svg#ag_book_roundedmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}h1{font-size: 18px;
	font-family: 'ag_book_roundedmedium';
	font-weight: lighter;
	letter-spacing: -1px;
} h2{font-size: 16px;
	font-family: 'ag_book_roundedmedium';
	font-weight: lighter;
	letter-spacing: -1px;
} h3{font-size: 10px;
	font-family: 'ag_book_roundedmedium';
	font-weight: lighter;
} h4{font-size: 14px;
	font-family: 'ag_book_roundedmedium';
	font-weight: lighter;
	text-transform: uppercase;
	
} a.h2:link, a.h2:visited {
	text-decoration: none;
	color: #00a2be;
  
} a.h2:hover, a.h2:active {
	text-decoration: none;
	color: #00aa4f;
  
} a.footer:link, a.footer:visited {
	text-decoration: none;
	color: #FFFFFF;
  
} a.footer:hover, a.footer:active {
	text-decoration: none;
	color: #00aa4f;
} .cidade {
	margin-left: 5px;
	color: white;
	font-family: 'ag_book_roundedmedium';
	text-transform: uppercase;
	letter-spacing: 2px;
}   .logo {
	background-image: url('logo.gif');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
} .footer {text-align: center;
	margin-top:10px;
	padding-top: 5px;
	padding-bottom: 0px;
	bottom: 0;
	font-size: 10px;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	text-transform: uppercase;
	color: white;
	background-color: #007088;
 	height: 100%;
 	width: 100%;
	max-width: 1200px;
	margin: auto;
} 

.dados {
	max-width: 1200px;
	margin: 5px;
}



@media (max-width: 670px){

.cidade {
	text-align: left;
	}
	
	.logo {
			min-height:  150px;
	} .dados {
	color: #00a2be;
    background-image: radial-gradient(#00abc8 20%, #ffffff 20%),
					radial-gradient(#00abc8 20%, #ffffff 20%);
		background-size: 7px 7px;
	height:100%;
	margin: 5px;}
	
	.endereco {
	background-color: #00aa4f;
	max-width: 100%;
	margin: 20px;
	height: 100%;
	padding: 5px;
	text-align: center;
	color: white;
}
	.nome {
	background-color: #FFFFFF;
		padding-left: 10px;
		padding-top: 1px;
		padding-bottom: 1px;
	heigt: 100%;
}
}

@media (min-width: 1200px){	
.dados {
	max-width: 1200px;
	margin: auto;}
	
}

@media (min-width: 671px){
	
	.cidade {
	width: 50%;
	text-align: right;
	}
	
	.logo {
			min-height:  250px;
	}
 .dados {
	color: #00a2be;
    background-image: radial-gradient(#00abc8 20%, #ffffff 20%),
					radial-gradient(#00abc8 20%, #ffffff 20%);
	background-position: 0 0, 200px 200px;
 	background-size: 5px 5px;
 	height: 100%;

	display: flex;
  	flex-wrap: nowrap;
} .endereco {
 	overflow: auto;
	background-color: #00aa4f;
	float: left;
	width: 50%;
	margin: 30px;
	padding: 5px;
	text-align: center;
	color: white;
} .nome {
	float:right;
	background-color: #FFFFFF;
	width: 50%;
	padding-left: 15px;
	heigt: 100%;
} 