@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Asimovian&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

*{ padding:0; margin:0 }

body{
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

aside{
	width: 45%;
	height: 400vh;
	background-color: #ccc;
	background: url(../img/jw-bg.png) no-repeat;
	background-attachment: fixed;
	background-size: contain;
	float: left;
}

header{
	width: 100%;
	height: 20vh;
	position: absolute;
}

header img{
	width: 25px;
	height: 25px;
	position: fixed;
	right: 0;
	margin-right: 20px;
	margin-top: 15px;
}

header h1{ text-align: center; font-size: 5vw; padding: 2vh 0 0 0; color: #444}

nav{
	width: 100%;
	height: 10vh;
	margin-top: 4vh;
	font-weight: 300;
}

nav ul{ margin-left:37% }
nav ul li{ list-style:none; display:inline-block;}
nav li{width: 10%; height: 30px; text-align: center; }

nav li a:link, a:visited{text-decoration: none; color: #777 !important;}
nav li a:hover{ color:#333 !important }

.active{ font-weight:bold;}

main{
	width: 55%;
	height: auto;
	float: right;

}

section{
	width: 100%;
	height: 100vh;
}



.text{
	width: 45%;
	height: 30vh;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left:0%;
	margin-top:-5vh;
}

.text h3{
	font-weight: 100;
	font-size: 6.5vh;
	text-align: center;
}

#about{

}

#about h3{
	font-family: "Outfit", sans-serif;

  font-weight: 900;
  font-style: normal;
  font-size: 8vh;
  position: absolute;
  right: 0;
  margin-right: 50px;
  margin-top: 20px;
}

.acerca{
	width: 65%;
	height: auto;
	float: left;
	margin-top: 28vh;
}

.acerca p{
	font-weight: 100;
	font-size: 3.5vh;
	line-height: 33px;
}

#gallery{
    height:120vh;
	
}

#gallery h3{
	font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 8vh;
  position: absolute;
  right: 0;
  margin-right: 50px;
  margin-top: 20px;
}

.bookLeft{
	width: 35%;
	height: 100vh;
	float: left;
}

.image1{
	width: 100%;
	height: 65vh;

}

.image1:hover{
	/* background: url(../img/book1.jpg)	 no-repeat center center; */
	background-size: cover;
}




.image1 img{
	width: 100%;
	height: auto;
}

.image2 img{
	width: 100%;
	height: auto;
}

.image3 img{
	width: 100%;
	height: auto;
}


.image4 img{
	width: 100%;
	height: auto;
}

.image5 img{
	width: 100%;
	height: auto;
}

.image6 img{
	width: 100%;
	height: auto;
}




.da-thumbs {
	list-style: none;
	position: relative;
	margin: 20px auto;
	padding: 0;
}
.da-thumbs li {
	float: left;
	margin: 5px;
	background: #fff;
	padding: 8px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}

.image2{
	width: 100%;
	height: 35vh;
	/* background: url(../img/book2_bn.jpg) no-repeat center center; */
	background-size: cover;
	cursor: pointer;
	transition: transform 0.3s ease; /* Anima la propiedad transform durante 0.3 segundos */

}

.image2:hover{
	background-size: cover;
}


.bookRight{
	width: 65%;
	height: 80vh;
	float: right;
	margin-top: 20vh;
}

.image3{
	width: 100%;
	height: 38vh;
	/* background: url(../img/book3_bn.jpg) no-repeat;*/
	background-size: cover;
	  transition: transform 0.3s ease; /* Anima la propiedad transform durante 0.3 segundos */

}

.image3:hover{
	background-size: cover;

}

.image4{
	width: 60%;
	height: 42vh;
	/* background: url(../img/book4_bn.jpg) no-repeat center center; */
	background-size: cover;
	float: left;
	  transition: transform 0.3s ease; /* Anima la propiedad transform durante 0.3 segundos */


}

.image4:hover{
	background-size: cover;
}

.image5{
	width: 40%;
	height:21vh;
	float: right;
	/* background: url(../img/book5_bn.jpg) no-repeat center center;*/
	background-size: cover;
	  transition: transform 0.3s ease; /* Anima la propiedad transform durante 0.3 segundos */

}

.image5:hover{
	background-size: cover;
}

.image6{
	width: 40%;
	height:21vh;
	float: right;
	/* background: url(../img/book6_bn.jpg) no-repeat center center;*/
	background-size: cover;
	  transition: transform 0.3s ease; /* Anima la propiedad transform durante 0.3 segundos */

}

.image6:hover{	

	background-size: cover;
}


#contact{

}

#contact h3{
	font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 8vh;
  position: absolute;
  right: 0;
  margin-right: 50px;
  margin-top: 20px;
}

form{
	width: 80%;
	margin-left: 10%;
	float: left;
	margin-top: 25vh;
}

form p{
	font-weight: 100;
	font-size: 2.6vh;
	line-height: 33px;
}

input{
	width: 100%;
	height: 50px;
	border: .5px solid #777;
	margin-top: 10px;
	color: #111;
	padding-left: 10px;
	font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 2.8vh;

}

textarea{
	width: 100%;
	height: 100px;
	margin-top: 10px;
	color: #111;
	padding-left: 10px;
	font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 2.8vh;
}

.btonGris{
	background-color: #333;
	color: white;

}

.btonGris:hover{
	background-color: white;
	color: #333;
}

footer{
    width:55%;
    height:20px;
    position: absolute;
    margin-top: -30px;

}

footer p{
    text-align:center;
    font-size: 12px;
    font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;

}
	
@media screen and (max-width:968px){

aside{
	float: none;
	display: none;
}

main{
	width: 100%;
	height: auto;
	float: none;
}

header h1{ font-size: 9vw; padding: 5vh 0 0 0;}


nav ul{ margin-left:0%; text-align:center; }
nav li{width: 20%; height: 30px; text-align: center; }

.text{
	width: 80%;
	height: 30vh;
	left: 10%;
	margin-left:0%;
	margin-top:-10vh;
}

.acerca{
	width: 80%;
	height: auto;
	float: left;
	margin-top: 30vh;
	margin-left:10%;
}

.acerca p{
	font-weight: 100;
	font-size: 4vh;
	line-height: 33px;
	text-align: center;
}

#about h3{
  margin-top: 50px;
  font-size: 5vh;
}

.bookLeft{
	width: 70%;
	height: auto;
	margin-top: 100px;
	margin-left: 15%;
}

.bookRight{
	width: 70%;
	height: auto;
	float: left;
	margin-top: 20vh;
	margin-left: 15%;
}

.image1{
	width: 100%;
	height: 40vh;
	background: url(../img/book1_bn.jpg) no-repeat center center;
	background-size: cover;
	cursor: pointer;
  transition: transform 0.3s ease; /* Anima la propiedad transform durante 0.3 segundos */
  margin-bottom: 20px;
}


.image2{
	width: 100%;
	height: 40vh;
	margin-bottom: 20px;
}


.bookRight{
	width: 70%;
	height: 80vh;
	float: left;
	margin-top: 0;
}

.image3{
	width: 100%;
	height: 40vh;
	float: none;
	margin-bottom: 20px;

}


.image4{
	width: 100%;
	height: 40vh;
	float: none;
	margin-bottom: 20px;
}


.image5{
	width: 100%;
	height: 40vh;
	float: none;
	margin-bottom: 20px;
}


.image6{
	width: 100%;
	height: 40vh;
	float: none;
	margin-bottom: 20px;
}

#gallery{	
	height: 300vh;

}

#gallery h3{
	font-size: 6.5vh;

}

#contact{
	padding-bottom: 50px;
}

#contact h3{
	font-size: 6.5vh;
}

footer{
    width:100%;
    height:20px;
    position: absolute;
    margin-top: -30px;

}

footer p{
    text-align:center;
    font-size: 12px;
    font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;

}


}

@media (orientation: landscape) {


}

@media (orientation: portrait	) {


}