@charset "utf-8";
/* CSS Document */















.termos-de-uso-index{
	height: auto;
	background-color: white;
	padding: 12px;
}
.termos-de-uso-style-pg-flow{
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.termos-de-uso-style-pg{
	background-color:#f2e6d9;
	padding: 8px;
	margin-top: 25px;
	width: 90%;
}
.termos-de-uso-style-pg-header{
	background-color: #d9b38c;
	padding: 8px;
	box-shadow: 5px 5px 25px #996633;
}
.termos-de-uso-style-pg-header h1{
	text-align: center;
	color: black;
	 font-family: "Open Sans", sans-serif;
	font-size: 20px
}
.termos-de-uso-style-pg p{
	text-align: center;
	color: black;
 font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
   font-style: normal;
  	font-size: 19px;
		
}
.termos-de-uso-style-pg h2{
	text-align: center;
	color: black;
 font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
   font-style: normal;
  	font-size: 22px;
	background-color: #d9b38c;
	padding: 8px;
		
}

.termos-pt1{
	margin-top: 15px;
}