@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "Satoshi";
    src: url("fuentes/satoshi-blackSatoshi.eot");
    src: url("fuentes/satoshi-blackSatoshi.eot?#iefix") format("embedded-opentype"),
         url("fuentes/satoshi-blackSatoshi.woff2") format("woff2"),
         url("fuentes/satoshi-blackSatoshi.woff") format("woff"),
         url("fuentes/satoshi-blackSatoshi.ttf") format("truetype"),
         url("fuentes/satoshi-blackSatoshi.svg#satoshiblack") format("svg"),
         url("fuentes/Satoshi-black.otf") format("otf");

    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: "Satoshi";
    src: url("fuentes/satoshi-mediumSatoshi.eot");
    src: url("fuentes/satoshi-mediumSatoshi.eot?#iefix") format("embedded-opentype"),
         url("fuentes/satoshi-mediumSatoshi.woff2") format("woff2"),
         url("fuentes/satoshi-mediumSatoshi.woff") format("woff"),
         url("fuentes/satoshi-mediumSatoshi.ttf") format("truetype"),
         url("fuentes/satoshi-mediumSatoshi.svg#satoshimedium") format("svg"),
         url("fuentes/Satoshi-Medium.otf") format("otf");

    font-weight: normal;
    font-style: normal;
    
}
*{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body, html{
	font-family: Satoshi;
	background-color: #FAF9F6;
	cursor: url('cursor.png'), auto;
	background-image: url('background.gif');
	background-repeat: repeat;
	background-attachment: fixed;
}
header{
	width: 86%;
	margin: auto;
	height: 7vh;
	top: 0px;
}
strong{
	font-weight: bold;
}
main{
	width: 86%;
	margin: auto;
}
section{
	width: 80%;
	float: right;
	margin-top: 2.9%;
}
ul li{
	text-align: left;
	margin-bottom: 4%;
	line-height: 130%;
	letter-spacing: 0px;
	font-size: 1.7vw;
}
.containerflecha{
	width: fit-content;
}
.containerheaderflecha{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}
#header{
	margin-top: 0%;
	width: 86%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#flecha{
	float: none;
	margin-top: 1.3%;
	width: 6.8vw;
	position: fixed;
}
#flecha:hover{
	background-color: black;
}
footer{
	bottom: 0px;
	height: 10vh;
	margin: auto;
	clear: both;
}
@media (max-width:720px){
	header{
		height: 2vh;
	}
	ul li{
		font-size: 3vw;
	}
	section{
		margin-top: 13%;
		width: 84%;
	}
	main{
		width: 93%;
	}
	footer{
		height: 2vh;
	}
}














