@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "LemonMilk";
	src: url("/fonts/LemonMilk.otf") format("opentype");
}
html, body {
	margin: 0px;
	padding: 0px;
}
html, body, p {
	font-family: futura-pt, sans-serif;
	font-size: 12px;
}
a, a:visited {
	color: #440000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
}

header {
	transition: 1s;
	position: sticky;
	top: 0px;
	background-color: #FFFFFFEE;
	z-index: 255;
	display: flex;
	justify-content: space-between;
	padding: 10px 5%;
	box-sizing: border-box;
}
header img {
	transition: 1s;
	height: 100px;
}
.isStuck .logo img {
	height: 50px;
}
.menu {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-content: flex-end;
	width: 800px;
}
.boton {
	font-family: LemonMilk, "Trebuchet MS", Arial, sans-serif;
	box-sizing: border-box;
	align-self: flex-end;
	font-size: 18px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #000000;
	text-decoration: none;
}
.boton.seleccionado {
	background-image: url("/imagenes/1x/Recurso 25.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}
.menu .rrss {
	box-sizing: border-box;
	align-self: flex-end;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-decoration: none;
}
.menu .rrss img {
	height: 24px;
}
.menu2 {
	display: none;
	flex-direction: column;
	justify-content: space-around;
	width: 40px;
	height: 40px;
	padding-top: 5px;
}
.menu2 div {
	height: 5px;
	background-color: #000000;
}


.slider {
	height: 600px;
	background-image: url("/imagenes/sliders/slider-1.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
	display: table;
	width: 100%;
	line-height: 1;
}
.titulo {
	font-family: LemonMilk, "Trebuchet MS", Arial, sans-serif;
	font-size: 44px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	letter-spacing: 4px;
}
.puntos {
	color: #FF0000;
	font-size: 92px;
	font-weight: bold;
	vertical-align: middle;
	letter-spacing: 0px;
}
.bloque.avisolegal {
	padding: 20px 0;
	font-size: 20px;
}
.bloque.avisolegal .titulo {
	background-color: #EEEEEE;
}
.bloque.avisolegal .texto {
	padding: 20px 10%;
}
.bloque.avisolegal p {
	font-size: 16px;
}
.pie {
	background-color: #000000;
	color: #FFFFFF;
	padding: 30px;
}
.pie a, .pie a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.pie a:hover {
	color: #77FF77;
	text-decoration: underline;
}
.pie .bloquesup {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.pie .bloqueizq {
	width: 45%;
}
.pie .bloqueizq img {
	width: 100%;
}
.pie .bloqueder {
	width: 40%;
	font-size: 26px;
}
.pie .rrss img {
	width: 35px;
	margin: 10px 20px 0 0;
}
.pie .bloqueinf {
	margin-top: 40px;
	text-align: center;
	font-size: 22px;
}




@media only screen and (max-width: 1240px) {
	header {
		padding-left: 20px;
		padding-right: 20px;
	}
	header img {
		height: 75px;
	}
	.menu {
		flex-wrap: wrap;
	}
}





@media only screen and (max-width: 1000px) {
	header {
		padding-left: 10px;
		padding-right: 10px;
	}
	header img {
		height: 40px;
	}
	header .menu2 {
		display: flex;
	}
	header .menusup {
		display: none;
	}
	header .seleccionado {
		font-weight: normal;
	}
	header .boton {
		font-size: 16px;
	}
	.menu {
		display: block;
		width: fit-content;
		padding-top: 5px;
	}
	.menu .rrss {
		display: none;
	}
	.menu .boton {
		display: none;
		width: fit-content;
	}
	.menu.abierto .boton {
		display: block;
	}
	.menu .boton.seleccionado {
		display: block;
	}

	.bloque {
		padding-top: 0px !important;
	}
	.titulo {
		font-size: 30px;
		letter-spacing: 1px;
		padding: 30px 0;
	}
	.puntos {
		font-size: 48px;
		letter-spacing: -2px;
		line-height: 20px;
	}

	.pie {
		text-align: center;
	}
	.pie .bloquesup {
		display: block;
	}
	.pie .bloquesup .bloqueizq {
		width: 80%;
		max-width: 432px;
		margin: 0 auto;
	}
	.pie .bloquesup .bloqueder {
		width: auto;
		margin: 20px auto;
		line-height: 1.2;
	}
	.pie .bloquesup .bloqueder .rrss {
		margin-top: 20px;
	}
	.pie .bloqueinf {
		font-size: 14px;
		margin-top: 20px;
	}
}