@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');


*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background: #ffffff;
	color: #333333;
	font-weight: 500;
	font-size: 1em;
	font-family: 'Nunito', sans-serif;
}

a {
	color: #2fa0ec;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #333333;
	outline: none;
}


ul{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

li{
	list-style: none;
}

main{
	height: auto;
}

h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
	line-height: normal;
	font-weight: normal;
}


.site-em-construcao{
	height: 100vh;
	background: #4b6cb7;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #182848, #4b6cb7);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #182848, #4b6cb7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	color: white;
	display: table;
	width: 100%;
	text-align: center;
}

.interno-site{
	color: white;
	display: table-cell;
	vertical-align: middle;
}

.interno-site h2{
	color: #0F2738;
	font-weight: 700;
	font-size: 50px;
	margin: 20px 0;
	line-height: normal;
	text-align: left;
}

.interno-site h3{
	color: #0F2738;
	font-weight: normal;
	font-size: 22px;
	margin: 0 0;
	line-height: normal;	
	text-align: left;
}


.redes-sociais{
	display: block;
	margin: 30px 0 ;
	padding: 0;
	overflow: hidden;
}

.redes-sociais li{
	display: block;
	float: left;
	width: 50%;
	list-style: none;
	    margin: 10px 0px;
}

.redes-sociais li a{
	text-decoration: none;
}

.redes-sociais li img{
	display: block;
	margin: 0 auto;
	float: left;

}


.redes-sociais li p{
    float: left;
    margin: 10px 10px;
    color: #0F2738;
    font-size: 16px;
}


.endereco{
	display: block;
	margin: 20px auto;
	text-align: left;
	padding: 0;
	padding-left: 40px;
	background: url('../assets/icon-mapa.png') no-repeat center left; 
}

.endereco a{
	display: block;
	text-decoration: none;
	font-size: 18px;
	color: #0F2738;

}

.logo{
    display: block;
    margin: 20px 0;
}
