

/*boton de descargar */
.button {
	border: none;
	border-radius: 5px;
	font-family: 'Quicksand',sans-serif;
	font-size: 17px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 20px 60px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	
}

.button-style {
	border: 3px solid #fff;
	color: #fff;
    text-decoration: none;
}

.button-style:hover,
.button-style:active,
.button-style:focus {
	color: #ffffff;
	background: #4c9cef;
}

.button-style-color-2:hover,
.button-style-color-2:active,
.button-style-color-2:focus {
	color: #ffffff;
	background: #7ae77b !important;
    text-decoration: none;
}

.button-style-dark {
	border: 3px solid #000000;
	color: #000000;
}

.section-title h1{
    color: #068e08;
    font-size: 47px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: bold; /*color de letra del slider-------------------- */
      text-shadow: 2px 4px 6px grey;
}

.prodx{
    font-size: 20px;
    color: black;
  }

.videoy{
	
	
	text-align: center;
	margin: 0px auto;
	margin-top: -90px;
    
	
	
}
@media only screen and (max-width: 460px)
{
	.videoy{
	
	
	width: 250px;
		
	}
}