@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	font-family: "Calibri";

}

header{
	background: #fff;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 100px;
	position:relative;
	box-shadow: 0px 3px 10px #333;
}
header img{
	width: 180px;

}

nav, ul{
	list-style: none;
}

header nav, ul{
	display: flex;
}

nav li a{
	color: #3F3F3F;
	font-size: 20px;
	font-weight: normal;
	padding: 3px 3px;
	border-radius: 3px;
}

nav li a:hover{
	background: #12A1E5;
	color:#fff;

}

nav #active a{
	background: #12A1E5;
	color:#fff;
}

nav li{
	margin: 0 10px;
}



section{
	margin-top: 0;
  	width: 100%;
	height: 100%;
    min-height: 377px;

	background: url("../images/Cabecalho-sobre.jpg");

	background-size:cover;
    background-position: center;
	clear: both;
}

.Texto{
	font-family: "Calibri";

	font-size: 20px;
	font-weight:lighter;
	display: flex;
	justify-content:center;
	align-items: center;
	margin-left: 300px;
	margin-right: 300px;
	padding: 50px;
}

.Texto aside{
	text-align:justify;
	padding: 20px;
	width: 500px;
	border-left: solid;
	border-color: #5ca0e0;
	margin-left: 30px;
}

.Texto p{

	font-family: "Calibri";
	text-align:right;
	font-weight:normal;
	font-size: 30px;
	margin-right: 10px;

}

.Contato{
	width: 100%;
	height: 250px;
	background-color: #191919;
	color: white;
	justify-content:center;
	align-items:flex-start;
}
.row{
	width: 100%;
}

.row_cell{
	width: 320px;
	height: 150px;
	display:inline-block;
	text-align:justify;
	margin: 0em 0em;
	font-family: "Calibri";
	font-size: 18px;

}

.row_cell img{
	width:149px;
	height: auto;
	margin: 3em 2em 0;
}

.row2{
	width: 200px;

}

.row_cell2{
	width:49px;
	height: auto;
	display:inline-block;
	text-align:justify;
	margin: 1em 0em;

}

.row_cell2 img{
	width:49px;
	height: auto;
	margin: 0em 0em 0;
}

#link-topo{
	color: white;
	background-color: #191919;
	padding: 10px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	border-width: 1.5px;
	border-color: #AAA9A9;
	border-style: solid;
	border-radius: 5px;
}

@media(max-width: 700px){
	header{
		flex-direction: column;
	}

	header img{
	width: 150px;

}

	nav li{
	margin: 0 1px;
}

.Texto{
	font-family: "Calibri";

	font-size: 20px;
	font-weight:lighter;
	display:block;
	justify-content:center;
	align-items: center;
	margin-left: 0px;
	margin-right: 0px;
	padding: 50px;
}

.Texto aside{
	text-align: center;

	width: 100%;
	border-left: none;
	margin-left: 0px;
}

.Texto p{

	font-family: "Calibri";
	text-align:center;
	font-weight:normal;
	font-size: 25px;
	margin-right: 0px;

}
	.Contato{
	width: 100%;
	height: 440px;
	background-color: #191919;
	color: white;
	justify-content:center;
	align-items:flex-start;
}

	.row_cell{
	width: 250px;
	height: 90px;
	display:block;
	text-align:justify;
	margin: 1em 2em;
	font-family: "Calibri";
	font-size: 18px;

}

	.row_cell img{
	width:149px;
	height: auto;
	margin: 1em 1em 0;
}

	.row2{
	width: 100px;

}

.row_cell2{
	width:46px;
	height: auto;
	display:inline-block;
	text-align:justify;
	margin: 0em 0em;

}

.row_cell2 img{
	width:43px;
	height: auto;
	margin: 0em 0em 0;
}

}



@media (min-width: 701px) and (max-width: 736px){
	header{
		flex-direction: column;
	}

	header img{
	width: 150px;

}

	nav li{
	margin: 0 1px;
}

	.Texto{
	font-family: "Calibri";

	font-size: 20px;
	font-weight:lighter;
	display:block;
	justify-content:center;
	align-items: center;
	margin-left: 0px;
	margin-right: 0px;
	padding: 50px;
}

.Texto aside{
	text-align: center;
	padding: 20px;

	border-left: none;
	margin-left: 0px;
}

.Texto p{

	font-family: "Calibri";
	text-align:center;
	font-weight:normal;
	font-size: 25px;
	margin-right: 0px;

}


	.Contato{
	width: 100%;
	height: 440px;
	background-color: #191919;
	color: white;
	justify-content:center;
	align-items:flex-start;
}

	.row_cell{
	width: 250px;
	height: 90px;
	display:block;
	text-align:justify;
	margin: 1em 2em;
	font-family: "Calibri";
	font-size: 18px;

}

	.row_cell img{
	width:149px;
	height: auto;
	margin: 1em 1em 0;
}

	.row2{
	width: 200px;

}

.row_cell2{
	width:46px;
	height: auto;

	display:inline-block;
	text-align:justify;


}

.row_cell2 img{
	width:49px;
	height: auto;
	margin: 0em 0em 0;
}
}

@media (max-width: 379px){
	nav li{
	margin: 0 1px;
	}

	.Texto{
	font-family: "Calibri";

	font-size: 20px;
	font-weight:lighter;
	display:block;
	justify-content:center;
	align-items: center;
	margin-left: 0px;
	margin-right: 0px;
	padding: 50px;
}

.Texto aside{
	text-align: center;
	padding: 20px;

	border-left: none;
	margin-left: 0px;
}

.Texto p{

	font-family: "Calibri";
	text-align:center;
	font-weight:normal;
	font-size: 25px;
	margin-right: 0px;

}

}
