*{
    margin: 0;
    padding: 0;
    font-family: 'Outfit', sans-serif;
}

.header{
	background-color: #181F2D;
	width: 100%;
	height: 116px;
	position: sticky;
	z-index: 1;
	top: 0;

}

a {
    text-decoration: none;
    color: #181F2D;
}

ul{
  display: none;
}

input:checked  ~ ul{
  display:block;
}

input{
  display: none;
}

label{
	margin-left: 5.2%;
	margin-top: 12.5px;
  	box-sizing: border-box;
  	display: inline-block;
  	border: none;
 	width: 15%;
  	height: 30px;
  	line-height: 30px;
 	font-weight: bold;
  	text-align: center;
  	user-select: none;
 	color: #FFF7EF;
  	border-radius: 5px;
}

ul{
  margin-top:0;
  margin-left: 5.2%;
  padding: 0;
  width: 200px;
  position: absolute;
  
}

li{
  display: block;
  background: #FFF7EF;
  margin: 0;
  padding: 10px;
  list-style: none;
  border-bottom: 2px solid #E8412E;
}

li:hover{
  filter: brightness(110%);
}

.titulo{
	display: flex;
	width: 140px;
	flex-direction: column;
	justify-content: center;
	margin-left: 31%;
	margin-top: -30px;
	color: #FFF7EF;
	text-align: center;
	font-family: Outfit;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
}

.buscador{
	display: flex;
	margin: 0 auto;
	width: 80%;
	height: 40px;
	background-color: #181F2D;
	border: 2px solid #FFF7EF;
	border-radius: 20px;
	color: #FFF7EF;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	margin-top: 15px;
	background-image: url('./imagenes/pluma.svg');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding-left: 35px;
}

.rectangulo{
    width: 100%;
    height: 71px;
    background: #181F2D;
    margin-top: 7px;
}

.rectangulo2{
    width: 25%;
    height: 22.654px;
    border-radius: 6px;
    background: #F1F4D0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-left: 70%;
    margin-top: -48px;
}

.romance{
    display: flex;
    flex-direction: column;
    color: #FFF7EF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    position: absolute;
    padding-left: 10%;
    margin-top: 21px;
}

.ordenar{
    display: flex;
    flex-direction: column;
    color: #181F2D;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 17px;
    position: absolute;
    margin-left: 153%;
    margin-top: 12px;
}

.resultados{
    display: flex;
    height: 9px;
    flex-direction: column;
    justify-content: center;
    color: #FFF7EF;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px;
    position: absolute;
    margin-top: 30px;
}

.libro1, .libro2, .libro3, .libro4, .libro5, .libro6, .libro7, .libro8{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
}

.agregar1, .agregar2, .agregar3, .agregar4, .agregar5, .agregar6, .agregar7, .agregar8{
    width: 100px;
    height: 22px;
    border-radius: 6px;
    background: #F1F4D0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.ag, .ag1, .ag2, .ag3, .ag4, .ag5, .ag6, .ag7, .ag8{
    color: #181F2D;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    position: absolute;
    margin-top: 5px;
    margin-left: 15%;
}

.rosalina{
    width: 100%;
    height: 188px;
    margin-left: 3%;
    margin-top: 70px;
}

.primerlibro{
    display: flex;
    width: 32%;
    height: 62px;
    flex-direction: column;
    text-align: center;
    margin-left: 15%;
    line-height: 15px;
    margin-top: -20px;
}

.libro1{
    margin-top: 4px;
}

.autor1, .autor2, .autor3, .autor4 .autor5, .autor6, .autor7, .autor8{
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 200;
}

.precio1{
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 200;
}

.pagregar{
    margin-left: 17%;
    position: absolute;
    margin-top: 270px;
}

.carrito2{
    width: 100%;
    height: 9.917px;   
    margin-left: 30%;
    position: absolute;
    margin-top: -16px;
}

.segundolibro{
    display: flex;
    width: 32%;
    height: 188px;
    flex-direction: column;
    text-align: center;
    margin-left: 55%;
    margin-top: 8px;
}

.libro2{
    margin-top: 2px;
}

.precio2{
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 200;
}

.pagregar2{
    margin-left: 57%;
    margin-top: 74px;
    position: absolute;
}

.aventura{
    width: 100%;
    height: 188px; 
}

.carrito3{
    width: 100%;
    height: 9.917px;   
    margin-left: 30%;
    position: absolute;
    margin-top: -16px;
}

.tercerlibro{
    display: flex;
    width: 32%;
    height: 188px;
    flex-direction: column;
    text-align: center;
    margin-left: 55%;
    margin-top: 8px;
}

.libro3{
    margin-top: 2px;
    margin-left: -300px;
}

.autor3{
    margin-left: -300px;
}

.precio3{
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 200;
    margin-left: -300px;
}

.pagregar3{
    margin-left: 18%;
    margin-top: 195px;
    position: absolute;
}

.carrito4{
    width: 100%;
    height: 9.917px;   
    margin-left: 30%;
    position: absolute;
    margin-top: -16px;
}

.atardecer{
    width: 100%;
    height: 188px;
    margin-left: -125%;
    margin-top: 120px;
}

.cuartolibro{
    display: flex;
    width: 32%;
    height: 188px;
    flex-direction: column;
    text-align: center;
    margin-left: 55%;
    margin-top: 8px;
    position: absolute;
}

.libro4{
    margin-top: 2px;
    margin-left: -300px;
}

.autor4, .autor5{
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 200;
    margin-left: -300px;
}

.precio4{
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 200;
    margin-left: -300px;
}

.pagregar4{
    margin-left: 67px;
    margin-top: 520px;
    position: absolute;
}

.carrito5{
    width: 100%;
    height: 9.917px;   
    margin-left: 30%;
    position: absolute;
    margin-top: -16px;
}

.oyp{
    width: 100%;
    height: 188px;
    margin-left: -147px;
    margin-top: 250px;
}

.quintolibro{
    display: flex;
    width: 32%;
    height: 188px;
    flex-direction: column;
    text-align: center;
    margin-left: 55%;
    margin-top: 8px;
    position: absolute;
}

.libro5{
    margin-top: 2px;
    margin-left: -250%;
}

.precio5{
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 200;
    margin-left: -300px;
}

.pagregar5{
    margin-left: 18%;
    margin-top: 850px;
    position: absolute;
}

.carrito6{
    width: 100%;
    height: 9.917px;   
    margin-left: 30%;
    position: absolute;
    margin-top: -16px;
}

.mundo{
    width: 100%;
    height: 188px;
    margin-left: -124%;
    margin-top: 570px;
    position: relative;
}

.sextolibro{
    display: flex;
    width: 32%;
    height: 188px;
    flex-direction: column;
    text-align: center;
    margin-left: 55%;
    margin-top: 8px;
    position: absolute;
}

.libro6{
    font-weight: 300;
    margin-top: 2px;
}

.autor6{
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 200;
}

.precio6{
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 200;
}

.pagregar6{
    margin-left: 57%;
    margin-top: 195px;
    position: absolute;
}

.carrito7{
    width: 100%;
    height: 9.917px;   
    margin-left: 30%;
    position: absolute;
    margin-top: -16px;
}

.bad{
    width: 100%;
    height: 188px;
    margin-top: -75px;
}

.septlibro{
    display: flex;
    width: 32%;
    height: 188px;
    flex-direction: column;
    text-align: center;
    margin-left: 55%;
    margin-top: 8px;
    position: absolute;
}

.libro7{
    margin-top: 2px;
}

.autor7{
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 200;
}

.precio7{
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 200;
}

.pagregar7{
    margin-left: 57%;
    margin-top: 520px;
    position: absolute;
}

.carrito8{
    width: 100%;
    height: 9.917px;   
    margin-left: 30%;
    position: absolute;
    margin-top: -16px;
}

.vuelo{
    width: 100%;
    height: 188px;
    margin-top: 250px;
}

.octlibro{
    display: flex;
    width: 32%;
    height: 188px;
    flex-direction: column;
    text-align: center;
    margin-left: 55%;
    margin-top: 8px;
    position: absolute;
}

.libro8{
    margin-top: 2px;
}

.autor8{
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 200;
}

.precio8{
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 200;
}

.pagregar8{
    margin-left: 57%;
    margin-top: 850px;
    position: absolute;
}

.carrito9{
    width: 100%;
    height: 9.917px;   
    margin-left: 30%;
    position: absolute;
    margin-top: -16px;
}

.enamor{
    width: 100%;
    height: 188px;
    margin-top: 570px;
    position: relative;
}

.dos{
    position: absolute;
    margin-top:345px;
    margin-left: 18%;
}

.dos2{
    position: absolute;
    margin-top: 1310px;
    margin-left: 58%;
}

.cuatro{
    position: absolute;
    margin-top: 660px;
    margin-left: 18%;
}

.cuatro2{
    position: absolute;
    margin-top: 345px;
    margin-left: 58%;
}

.cinco{
    position: absolute;
    margin-top: 985px;
    margin-left: 18%;
}

.cinco2{
    position: absolute;
    margin-top: 1310px;
    margin-left: 18%;
}

.tres{
    position: absolute;
    margin-top: 660px;
    margin-left: 58%;
}

.tres2{
    position: absolute;
    margin-top: 985px;
    margin-left: 58%;
}

-----

.deseo{
    height: 54px;
}

.libro12{
    width: 83%;
    height: 527px;
    margin-top: 34px;
    margin-left: 8%;
}

.titulo12{
    display: flex;
    width: 178px;
    height: 53px;
    flex-direction: column;
    justify-content: center;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    margin-left: 8%;
}

.autor12{
    display: flex;
    width: 100px;
    height: 21px;
    flex-direction: column;
    justify-content: center;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 200;
    line-height: 17px;
    margin-left: 8%;
    margin-top: -15px;
}

.codigo, .editorial, .precio12{
    display: flex;
    width: 60px;
    height: 21px;
    flex-direction: column;
    justify-content: center;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 100;
    line-height: 17px;
    margin-left: 8%;
    margin-top: 2px;
}

.precio12{
   margin-left: 80%; 
   margin-top: -70px;
   font-weight: 400;
   width: 60px;
}

.estrellas2{
    margin-left: -27%;
    position: absolute;
    margin-top: 580px;
}

.agregar12{
    width: 35%;
    height: 250px;
    margin-left: -60%;
    margin-top: 600px;
    position: absolute;
}

.rect1{
    width: 88%;
    height: 38px;
    border-radius: 19px;
    border: 1px solid #181F2D;
    margin-top: 150px;
    margin-left: 6%;
}

.rect2{
    width: 88%;
    height: 269px;
    border-radius: 9px;
    border: 1px solid #181F2D;
    margin-left: 6%;
    margin-top: 14px;
}

.rect3{
    width: 88%;
    height: 38px;
    border-radius: 19px;
    border: 1px solid #181F2D;
    margin-top: 22px;
    margin-left: 6%;
}

.rect4{
    width: 88%;
    height: 269px;
    border-radius: 9px;
    border: 1px solid #181F2D;
    margin-left: 6%;
    margin-top: 14px;
}

.sinopsis, .ficha{
    display: flex;
    width: 69px;
    height: 21px;
    flex-direction: column;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    position: absolute;
}

.sinopsis{
    margin-left: 40%;
    margin-top: 160px;
}

.ficha{
    margin-left: 40%;
    margin-top: 500px;
}

.texto{
    position: absolute;
    width: 80%;
    height: 256px;
    color: #000;
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 200;
    line-height: 21.5px;
    margin-left: 10%;
    margin-top: 210px;
}

.fichatecnica1{
    width: 80%;
    height: 227px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-left: 10%;
    position: absolute;
    margin-top: -265px;
}

.fichatecnica2{
    width: 47%;
    height: 227px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    margin-left: 44%;
    position: absolute;
    margin-top: -265px;
    text-align: right;
}

.inte{
    margin-left: 22%;
    margin-top: 27px;
    display: flex;
    width: 60%;
    height: 21px;
    flex-direction: column;
    justify-content: center;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}

.libro9{
    display: flex;
    width: 32%;
    height: 62px;
    flex-direction: column;
    text-align: center;
    margin-left: 35%;
    margin-top: 20px;
    position: absolute;
}

.libro10{
    display: flex;
    width: 32%;
    height: 62px;
    flex-direction: column;
    text-align: center;
    margin-top: 20px;
    margin-left: 1%;
    position: absolute;
}

.libro11{
    display: flex;
    width: 32%;
    height: 62px;
    flex-direction: column;
    text-align: center;
    margin-left: 67%;
    margin-top: 20px;
    position: absolute;
}

.autor9, .autor10, .autor11{
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 200;
}

.precio9, .precio10, .precio11{
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 200;
}

.rosalina2{
    width: 100%;
    height: 188px; 
}

.lindo2{
    width: 100%;
    height: 188px; 
}

.aventura2{
    width: 100%;
    height: 188px; 
}

.agregar9, .agregar10, .agregar11{
    width: 80%;
    height: 80%;
    margin-top: 10px;
    margin-left: 10%;
}

.redes{
	margin-top: 1000px;
	width: 100%;
	height: 65px;
	background: #181F2D;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
	bottom: 0;
	left: 0;
	right: 0;
}

.facebook{
	height: 35px;
	margin-top: 15px;
	margin-left: 35%;
}

.instagram{
	height: 35px;
}

.twitter{
	height: 35px;
}