body{
	padding-top: 50px;
	font-family: Verdana;
}
.portada{
	min-height: 800px;
	background-image: url(/src/img/portada.webp);
/*		background-attachment: fixed;*/
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 250px;
}
.portada-sm{
	min-height: 400px;
	background-image: url(/src/img/portada.webp);
/*		background-attachment: fixed;*/
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 250px;
}
.fuente{
	font-family: 'Luckiest Guy', cursive;
	background: -webkit-linear-gradient(#01009C, #3200FF, #007CFF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.x65{
	font-size: 400%;
}
@media (max-width: 750px){
	.x65{
		font-size: 200%;
	}
}
.x50{
	font-size: 50%;
}
.x75{
	font-size: 75%;
}
.x120{
	font-size: 120%;
}
.x130{
	font-size: 130%;
}
.x150{
	font-size: 150%;
}
.x200{
	font-size: 200%;
}
.x250{
	font-size: 250%;
}
.x300{
	font-size: 300%;
}
.contenedor{
	min-height: 800px;
}
.contenedor-lg{
	min-height: 1200px;
}
.rojo{
	background-color: rgba(211,47,46,1.00);
}
.fondo-1{
	background-image: url(/src/img/fondos/1.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.fondo-2{
	background-image: url(/src/img/fondos/2.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.fondo-3{
	background-image: url(/src/img/fondos/rio.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.borde-redondo{
	border-radius: 10px;
}
.separador{
	height: 50px;
}
.enlace{
	cursor: pointer
}