@media (max-width: 768px) {
	.fundo-beneficios {
  background: linear-gradient(to top, #dfdfdf 0%,#dfdfdf 93%,#000000 93%,#fff 50%,#fff 100%);
	}
	
	.textcenter {
		text-align: center !important;
	}

	.tamanho-font-text {
		font-size: 23px !important;
	}

	.tamanho-titulos {
		font-size: 37px !important;
	}

	.ajustedivisao {
		margin-top: -7px !important;
	}

	.ajustebotao {
		width: 90% !important;
	}

	.imgtitulos {
		width: 200px;
		text-align: center !important;
	}

	.testemunho {
		width: 300px !important;
		text-align: center;
	}
}

@media (max-width: 300px) {
	.fonttitulocheckin {
		font-size: 50px;
	}
}


