@charset "utf-8";
/* CSS Document */
body
	{
		margin: 0px;
		padding: 0px;
		background: #1c5a33;
		font-family: 'Roboto Condensed', sans-serif;
	}

.container-flyer{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.caja-img1{
	width: 34px;
	padding: 2px -700px;
	
}
.caja-img2{
	margin: 10px;
	line-height: 100px;
}
.caja-boton{
	height: 3%;
	display: flex;
	flex-direction:row;
	align-items: center;
	padding:38% -20%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 140px;
}
.button {
  background-color: #428f5d; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  margin: 4px 2px;
  cursor: pointer;
}

.button:hover {
  background-color: #428f5d; /* Green */
  color: white;  
}
.button:active {
   box-shadow: 0 5px #666;
   transform: translateY(4px);  
}