* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#000;
	font-family: Quicksand, Arial, Sans-serif;
			font-size: 15px;
			}
		body {
			padding: 0;
			margin: 0;
	        

		}
		.contenedor {
			width: 100%;
			max-width: 480px;
			margin: 0 auto;
			padding:0px,5px;




		}

		.texto {
			color: #ffffff;
			width: 100%;
			text-align: center;
			text-decoration: none;
		}

		.tres {
			background-color: #d12229;
			font-size: 20px;
			width: 100%;
			text-decoration: none;
		}

		.btn {
		font-size: 30px;
		text-decoration:none;
		display: inline-block;
		color: #fff;
		padding: 30px 20px;
		background: #ff0000;
		margin: 20px;
		border-radius: 20px;
		}

		.btn:hover {
		font-size: 30px;
		text-decoration:none;
		display: inline-block;
		color: #ffffff;
		padding: 30px 20px;
		background: #10440b;
		margin: 20px;
		}

		.ahora {

	font-size: 30px;
	text-decoration:none;
	display: inline-block;
	color: #fff;
	padding: 33px 20px;
	background: #ff0907;
	transition:background 2s ease;

}

.ahora:hover {

	font-size: 30px;
	text-decoration:none;
	display: inline-block;
	color: #000000;
	padding: 33px 20px;
	background: #066699;

}




.ahora2 {

	font-size: 30px;
	text-decoration:none;
	display: inline-block;
	color: #000000;
	padding: 33px 20px;
	background: #8de831;
	transition:background 2s ease;

}
.ahora2:hover {
	background: #6249EC;

}


.ahora3 {

	font-size: 30px;
	text-decoration:none;
	display: inline-block;
	color: #000000;
	padding: 33px 20px;
	background: #A1FFEC;
	transition:background 2s ease;

}

.ahora3:hover{
	background: #EC8C49;

}


.ahora4 {

	font-size: 30px;
	text-decoration:none;
	display: inline-block;
	color: #fff;
	padding: 33px 20px;
	background: #FA6908;
	transition:background 2s ease;

}

.ahora4:hover {
	background: #42D446;
}


.ahora5 {

	font-size: 30px;
	text-decoration:none;
	display: inline-block;
	color: #000000;
	padding: 33px 20px;
	background: #F9FF70;
	transition:background 2s ease;

}

.ahora5:hover {
	background: #4DF7DF;

}

.ahora6 {

	font-size: 30px;
	text-decoration:none;
	display: inline-block;
	color: #fff;
	padding: 33px 20px;
	background: #000;
	text-align: center;
	transition:background 2s ease;

}

.ahora6:hover{
	background: #F74DB7;

}



.ahora7 {

	font-size: 30px;
	text-decoration:none;
	display: inline-block;
	color: #fff;
	padding: 33px 20px;
	background: #5a0234;
	text-align: center;
	transition:background 2s ease;

}

.ahora7:hover{
	background: #F74DB7;

}

.ahora8 {

	font-size: 30px;
	text-decoration:none;
	display: inline-block;
	color: #fff;
	padding: 33px 20px;
	background: #033f87;
	text-align: center;
	transition:background 2s ease;

}

.ahora8:hover{
	background: #F74DB7;

}


		.six {
			display: none;
		}

		.redes {
			color: #ffffff;
			width: 600px;
			text-align: center;

		}

		.gracias {
			font-size: 40px; 
			line-height : 50px;
		}

		h1 {
			font-size: 50px;

			
		}

		h2 {
			font-size: 30px; 
			font-family: 'Great Vibes', cursive;
	        font-family: 'Rajdhani', sans-serif;
			line-height : 40px;
			color: #ffffff;
		}

		h3 {
			font-size: 20px; 
			font-family: 'Great Vibes', cursive;
	        font-family: 'Rajdhani', sans-serif;
			line-height : 40px;
			color: #ffffff;
		}

		b {
			color: red;
		}

		.imagen {
			width:50%;
			text-align: center;
		}

		.uno {
			width: 100%;
			text-align: center;
		}

		

		


