.modal-tela-cheia{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 2;
	background-color: rgba(255,255,255,0.9);
}
.container-botao{
	width: 25%;
	height: 40%;
	/*background: red;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.container-botao img{
	display: block;
	width: 50%;
	margin: 1vw auto;
}
.container-botao > span, .container-botao > button{
	text-transform: uppercase;
	font-size: 1vw;
	display: block;
	text-align: center;
	margin: 1vw auto;
}
.container-botao button{
	width: 40%;
	height: 10%;
	border: 0.1vw solid rgb(87, 86, 86);
	background: transparent;
	border-radius: 0.2vw;
	font-family: Cafeta;
	cursor: pointer;
}
.container-botao button:hover{
	background: rgb(87, 86, 86);
	color: white;
}