@font-face {
	src: url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;700&display=swap');
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: normal;
}

body {
	margin: 0px;
	padding: 0px;
	min-height: 100vh;
	height: 100%;
	width: 100%;
}

.linha{
	height: 2px;
	background-color: #ffd700;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
}

.box{
	width: 100%;
	min-width: 250px;
	height: auto;
	margin: 50px 15px 0px 15px;
	text-align: center;
	border: 1px solid #b1b1b1;
	border-radius: 5px;
	padding: 20px;
	background-color: #ffffff;
	box-shadow: 0px 0px 4px #cccccc;
}

.box-info{
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

.text-info{
	color: #000000;
	font-size: 1.2em;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
}