*{
    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('./imgs/icono.svg');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding-left: 35px;
}


.titulo2{
	display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
	color: #E8412E;
    text-align: center;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 106.25%;
	width: 100%;
    height: 40px;
    border-radius: 28px;
    background: #F1F4D0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin-top: 15px;

}

.librouno, .librodos, .librotres{
	width: 48%;
    height: 266px;
    margin-left: 4%;
    margin-top: 30px;
}


.libro1, .libro2, .libro3{
	display: flex;
	
}

.datos, .datos2, .datos3{
	align-self: center;
	margin-left: 3%;
	font-size: 17px;
}

.nombre1, .nombre2, .nombre3{
	font-size: 20px;
}

.info{
	width: 96%;
    height: 231px;
    flex-shrink: 0;
	margin-left: 4%;
	margin-top: 15px;
	text-align: left;
    color: #000;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 159.375%;
}

.resena{
	font-size: 20px;
}



.puntos, .sub{
	display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
	flex-shrink: 0;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 85%;
	width: 100%;
    height: 30px;
	margin-top: 15px;
}

.info1, .info2, .info3{
	display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
	flex-shrink: 0;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 150% */
	width: 330px;
	margin-top: 15px;
	margin-left: 7%;
}

.linea{
    height: 0px;
    flex-shrink: 0;
	margin-left: 7%;
	margin-top: 15px;
}

.titulobajo{
	display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
	flex-shrink: 0;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
	width: 90%;
	height: 100px;
	margin-top: 15px;
	margin-left: 5%;
}

.librosuno{
	display: flex;
	margin-left: 6%;
	width: 50%;
    height: 182px;
    flex-shrink: 0;
	
}

.libros{
		display: flex;
		margin-left: 6%;
		margin-top: 25px;
		width: 50%;
		height: 182px;
		flex-shrink: 0;
}
.datos4{
	width: 100%;
    height: 76px;
    flex-shrink: 0;
	align-self: center;
	margin-left: 10%;
    font-size: 18px;
}


.redes {
	margin-top: 47.5px;
	width: 100%;
	height: 65px;
	background: #181F2D;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: 70px;
}

.facebook {
	height: 35px;
	margin-top: 15px;
	margin-left: 35%;
}

.instagram {
	height: 35px;
}

.twitter {
	height: 35px;
}