@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;
}
main{
	width: 86%;
	margin: auto;
}
section{
	width: 86%;
	float: right;
	margin: auto;
	margin-top: 0%;
}
#caja{
	width: 70%;
	float: right;
}
p{
	text-align: left;
	line-height: 120%;
	letter-spacing: 0px;
}
footer{
	bottom: 0px;
	height: 10vh;
	margin: auto;
	clear: both;
}
.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;
}
.traduccion{
	font-style: italic;
}
.traduccion em{
	font-style: normal;	
}
article{
	margin-top: 12%;
	width: 100%;
	font-size: 1.9vw;
	display: block;
	border-bottom: solid 1px black;
	padding-bottom: 5%;
}
aside{
	width: 100%;
	font-size: 1.9vw;
	display: block;
}
#contactos{
	width: 86%;
	display: block;
	float: left;
	font-size: 1vw;
	margin-top: 0.9%;
}
#contactos p{
	line-height: 180%;
}
#contactos a{
	text-decoration: none;
	color: black;
}
#screenings{
	width: 50%;
	float: left;
	font-size: 1.3vw;
	margin-top: 3%;
	line-height: 130%;
	letter-spacing: 0px;
}
@media (max-width: 720px){
	main{
		width: 93%;
	}
	section{
		width: 89%;
		float: right;
	}
	header{
		height: 2vh;
	}
	#contactos{
		font-size: 1.8vw;
		margin-bottom: 12%;
		margin-top: 14%;
		width: 89%;
	}
	#contactos p{
		line-height: 160%;
	}
	article{
		font-size: 3.3vw;
		margin-top: 2%;
		padding-bottom: 8.5%;
	}
	aside{
		font-size: 3.3vw;
	}
	#caja{
		width: 70%;
		float: right;
	}
	#screenings{
		font-size: 2.2vw;
		margin-top: 1.8vh;
	}
}












