@font-face {
  font-family: 'LLColon';
  src: url('../fonts/LLColon.TTF') format('truetype');
}

* {

    margin: 0;
    padding: 0;
    box-sizing: border-box; /*Para el responsive */

}



body {
	font-family: 'Montserrat', sans-serif;
	background-color: white;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.container{
	background-image: url(../img/western/imagen_fondo_movil.jpg);
	background-repeat: no-repeat;
  	background-attachment: fixed;
	width: 100%;
	background-color: #000000;
	position: relative;
	display: inline-block;
}

div, span, h1, h2, p {
	font-family: LLColon;
	line-height: 1.5em;
}

p{
	color: white;
}

.logo-western{
	width: 100%;
	padding: 0 4em;
}

.logo-western img{
	width: 100%;
}

.elproyecto{
	padding: 0 4em;
}

.elproyecto p{
	display: inline;
}


h2{
    color: white;
    margin-bottom: .8em;
}

h1{
	display: inline;
	color: white;
	font-size: 1em;
}

.instrucciones-lectura{
	padding: 0 4em;
}

.instrucciones{
	display: flex;
}

.instrucciones img{
	width: 45px;
}

.instrucciones p{
	display: inline-block;
	align-self: center;
}

.capitulos-western{
    padding: 4em;
}

.enlace-capitulos a{
	color: white;
	text-decoration: none;
}

.enlace-capitulos a:hover{
	color: #CA2F2F;
}

.capitulos-disclaimer{
	color: #F95252;
}

.fin-vegap {
    margin-top: 5em;
    height: 14em;
    padding: 0 4em;
}

.fin-vegap p{
	width: 40%;
	display: inline-block;
	align-self: center;
}

.fin-vegap img{
	width: 6em;
}

/* ============= || RESPONSIVE TIME || ============= */
@media (min-width: 1024px){

	.container{
		background-image: url(../img/western/imagen_fondo.jpg);
  		background-attachment: scroll;
	}

	.logo-western{
		width: 100%;
		display: flex;
		padding: 0;
	}

	.logo-western img{
		width: 39.4em;
		margin-left: auto;
	    margin-right: 10em;
	}

	.elproyecto{
		display: flex;
		padding: 0;
	}

	.elproyecto .caja-seccion {
	    width: 35%;
	}

	.caja-seccion{
		margin-left: auto;
	    margin-right: 10em;
	    width: 50%;
	    text-align: end;
	}

	.instrucciones-lectura{
		padding: 0;
	}

	.instrucciones{
		justify-content: flex-end;
	}

	.capitulos-western{
	    margin-top: 6em;
	    padding: 0;
	}

	.enlace-capitulos a{
		text-decoration: none;
	}

	.enlace-capitulos a:hover{
		color: #CA2F2F;
	}

	.capitulos-disclaimer{
		display: none;
	}

	.fin-vegap {
	    margin-top: 5em;
	    height: 178px;
	    padding: 0;
	}

	.caja-vegap{
		display: flex;
		justify-content: flex-end;
	}

	.fin-vegap p{
		width: 27%;
	}

}

