html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
 background: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}

a { 
	text-decoration: none; 
}
* { 
	box-sizing: border-box;
}

.container {
  box-sizing: border-box;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

/*header*/
.header-row {
	background: #FFFFFF;
}

.header-top {
	background: #233249;
	padding: 8px 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header-top a.button {
	background: #FFFFFF;
	color: #233249;
	font-weight: 300;
	padding: 8px 16px;
	border-radius: 100px;
}

.header-top .header-social span {
	font-size: 12px;
	color: #00b4ea;
	font-weight: 300;
	text-transform: uppercase;
	display: inline-block;
	line-height: 16px;
}

.header-top .header-social ul {
	list-style: none;
	display: inline-block;
	margin: 0;
}

.header-top .header-social ul li {
	display: inline-block;
	margin-left: 8px;
}

.header-top .header-social ul li a {
	width: 27px;
	height: 27px;
	display: block;
}

.header-top a.button:hover {
	background: #FD9812;	
}

.header-info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 16px 50px;
}

.header-info .header-logo {
	margin: 0;
	padding: 0;
}

.header-info .header-logo a {
	width: 226px;
    height: 56px;
    display: block;
    background-image: url(../img/logo-prefeitura-de-florianopolis1.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    margin: 16px auto;
}

.header-info .covidometro {

}

.header-info .covidometro img {
	width: 195px;
	height: 92px;
	display: block;
}


/*main*/
.banner-row {
	background: url(../img/bg2.jpg) top center;
	background-size: cover;
}

.banner-row .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.banner-row .img-logo {
	width: 65%
}

/*.amarelo { 
	background: url(../img/amarelo.png) top right no-repeat;
}*/

.banner-row figure {
	margin: 0;
}

.banner-row figure img { 
	width: 90%; 
	margin-top:114px;/* 160px;*/
}

.banner-row .title {
	width: 35%;
	padding-left: 20px;
}

.banner-row .title h2 {
	color: #FFFFFF;
	font-size:86px;/* 96px;*/
	font-weight: 800;
	line-height: 100%;
}

.list-row {
	background: #233249;
	padding: 40px; 
}

.list-row h2 {
	color: #FFFFFF;
	font-size: 36px;
	text-align: center;
	font-weight: 800;
	margin: 0 0 16px;
	line-height: 46px;
}

.list-row a, .btn-voltar {
	color: #FFFFFF;
	background: #00b4ea;
	font-size: 21px;
	border-radius: 100px;
	display: block;
	padding: 16px;
	margin: 0 auto;
	text-align: center;
	width: 200px;
}
.btn-voltar {
	margin-top:30px;

}
.list-row a:hover, .btn-voltar:hover {
	background: #FD9812;
}

.what-row {
	padding: 40px 0;
}

.what-row h2 {
	color: #233249; 
	font-weight: 800px;
	font-size: 40px;
	margin: 0 0 16px;
	line-height: 48px;
}

.who-row {
	background: #f3f4f3;
	padding: 40px 0;
}

.content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.content .text {
	width: 70%
}

.content .image {
	width: 30%;
}

.row {
	background: #ffffff;
	padding: 40px 0;
}

.row-gray { background: #f3f4f3; }
.row-yellow { background: #f7a219; }
.row-green { background: #00b43c; }
.row-red { background: #c10a17; }

.content .text h2 {
	color: #233249; 
	font-weight: 800px;
	font-size: 40px;
	margin: 0 0 16px;
	line-height: 48px;
}

.content .text h2.white {
	color: #FFFFFF;
}

.content .text h2.white span.red {
	color: #c10a17;
}

.content .text h2.white span.yellow {
	color: #ffff00;
}

.content .image figure {
	margin: 0;
	text-align: right;
}

.content .image img {
	width: 100%;
	max-width: 150px;
}

.row-yellow .text p {
	color: #FFFFFF;
}

.row-green .text p {
	color: #FFFFFF;
}

.row-green .text p span {
	color: #ffda00;
}

.row-red .text h2, .row-red .text span {
	color: #ffda00;
}

.row-red .text p {
	color: #FFFFFF;
}

.row-red .text p a { 
	background: #ffda00; 
	color: #c10a17; 
	border-radius: 100px; 
	display: inline-block; 
	padding: 8px; 
}

.row-red .text p a:hover { 
	background: #00b43c; 
	color: #ffda00; 
}

/*footer*/
.footer-row {
	background: #101723;
	padding: 16px;
}

.footer-row img {
	display: block;
	margin: 0 auto;
	width: 61px;
}

/*Lista*/
.main-list {
	background: #e1e1e1;/*#c3c8c8*/;
	padding: 120px 0;
}

.form-list {
	padding: 0 16%;
	margin-bottom: 80px;
}

.form-list legend {
	color: #233249;
	font-size: 40px;
	font-weight: 800;
	text-align: center;
	display: block;
	margin-bottom: 72px;
	line-height: 110%;
}

.form-list input {
	background: #FFFFFF;
	padding: 0 8px;
	border: 1px solid #233249;
	height: 46px;
	display: inline-block;
	border-radius: 500px;
	margin-right: 4%;
	width: 75%
}

.form-list button {
	color: #FFFFFF;
	background: #00b4ea;
	border: none;
	border-radius: 500px;
	width: 200px;
	height: 46px;
	text-align: center;
	display: inline-block;
	width: 20%;
	cursor: pointer;
}

.form-list button:hover {
	background: #233249;
}

.resultado-row h2 {
	color: #233249;
	font-size: 40px;
	font-weight: 800;
	text-align: center;
	display: block;
	margin-bottom: 72px;
}





@media (max-width: 1024px) {
	.banner-row .title {
		background: #f7a219;
	}
}

@media (max-width: 1024px) {
	.banner-row .title h2 {
		font-size: 80px;
	}
}

@media (max-width: 850px) {
	.banner-row .title h2 {
		font-size:60px;
	}

	.form-list input {
		width: 100%;
		margin-bottom: 16px;
	}

	.form-list button {
		width: 100%;
	}

}

@media (max-width: 600px) {
	.banner-row {
		background: url(../img/bg.jpg);
	}

	.banner-row .img-logo {
		width: 100%;
	}

	.banner-row .title {
		width: 100%;
		text-align: center;
    	padding: 0;
	}

	.banner-row figure img {
	    width: 100%;
	    margin: 60px auto;
	}

	.content .text, .content .image {
    	width: 100%;
	}

	.content .image figure {
		text-align: center;
		margin-top: 40px;
	}
}

@media (max-width: 500px) {
	.header-top a.button {
		width: 100%;
		margin-bottom: 16px;
		text-align: center;
	}

	.header-info .header-logo {
		margin: 0 auto;
	}

	.header-info .covidometro {
		margin: 0 auto;
	}
}
.tabela{display:flex; margin: auto;width: 100%; xoverflow-x: auto;}
.lsttable{
	width: 100%; 
	border: 1px solid #3f3f3f;
	background: #FFFFFF;
	border-collapse:collapse;
}
.lsttable tr{
	border-color: #111116;
	vertical-align: bottom;
	border-width: 1px;
	border-bottom-style: solid;
}
.lsttable th{
	font-size:21px;
	font-weight:800;
	color:#233249;
}
.lsttable th:first-child, .lsttable td:first-child{
	padding: 16px 8px 16px 32px;
}
.lsttable th, .lsttable td{
	padding: 16px 8px;
}
.lsttable td{
	color: #333333;
	font-size: 14px;
	font-weight: 300;
}
.lsttable td:first-child{
	color: #111116;
	font-weight: 800;
}
.lsttable span{display:none;}
.lsttable .desk{display:block;color:#111116;font-weight:800;padding-bottom:10px;}
@media screen and (max-width: 480px){
    .lsttable thead, .lsttable .desk{display:none;}
	.lsttable span{display:inline-block;font-size:14px;font-weight:800;color:#233249;width:25%;}
	.lsttable tbody tr:nth-child(2n){background: #ccc;}
	.lsttable td{padding:0;}
	.lsttable th:first-child, .lsttable td:first-child{padding:8px 8px 0;}
    .lsttable tbody td{padding-left:8px;display:flex; flex-direction:row; }
}
@media screen and (max-width:768px){
	.lsttable th{font-size:18px;}
}

@media only screen and (min-width: 1200px){

	.lsttable th:first-child, .lsttable td:first-child{
		width: 30%;
	}
	.lsttable th:nth-child(2), .lsttable th:nth-child(3), .lsttable td:nth-child(2), .lsttable td:nth-child(3){
		width: 15%;
	}
	.lsttable th:nth-child(4), .lsttable th:nth-child(5), .lsttable td:nth-child(4), .lsttable td:nth-child(5){
		width: 20%;
	}
}