body{ 
	/*font-family: "Inter", Arial, sans-serif;*/
	font-family: sans-serif;
	margin: 0;padding: 0;
	color: #414042;

	background: url('../images/fundo-anzen.webp') no-repeat center;
	background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover;
}
.title{ font-weight: normal; }
/*.title span{color: #D01D27;}*/
.container{padding: 15px;max-width: 767px;overflow-y: auto;}
.color1{color: #3F637E;}
.cont{
	position: relative;
	text-align: center;
	display: flex; -webkit-display: flex; -moz-display: flex; -ms-display: flex; -o-display: flex;
	justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -o-justify-content: center;
	min-height: 100vh; width: 100%;
	overflow-y: auto;
}
@media(min-width: 767px){
	.cont{
		align-items: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center;
	}
}
@media(max-width: 450px){
	img{max-width: 100%;height: auto;}
}

.botao, .botao:hover{
	position: relative;
	display: inline-block;
	border: solid #3F637E 1px;
	background: #3F637E;
	color: white;
	padding: 7px 15px;
	border-radius: 50px;
	font-weight: bold;
	font-size: 24px;
	transition: all ease 0.25s;
}
.botao:hover{
	text-decoration: none;
	transform: scale(1.1);
}
.botao .d-flex{
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.botoes{
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-flow: column;
}
.botoes p{margin: 0;font-weight: bold;}