@charset "utf-8";

*{
    box-sizing: border-box;
}
header{
    background-color: #2b363c;
    color: #fbf1d8;
}

body{
    margin: 0;
    font-family: 'Chelsea Market', cursive;
    background-color: #ff847c;
}

main{
	padding: 50px 25px 0px 25px;
	
}

footer{
    background-color: #2b363c;
    color: #fbf1d8;
}

h2, h3, h4{
    color: #fbf1d8;
}

.footer{
    padding: .25em 1.50em 0.05rem 1.50em;
}

.footer h6{
	text-align: center;
	font-size: 10px;
}

.contenedora{
	height: 50px;
	width: 100%;
    display: flex;
	justify-content: space-between;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0.3rem;
    align-items: center;
}


#logorioteca{
    width: 40px;
    height: 40px;
}

.encabezado{
	display: flex;
	align-items: center;
	gap: 10px;
}

/*Inicio del menú hamburguesa*/
.cont-menu ul li a{
    text-decoration: none;
    color: #fbf1d8;
}

.icono-menu{
	margin-right: 10px;
    position: relative;
    z-index: 10;
}

.icono-menu img{
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.cont-menu{
    background-color: #2b363c;
    box-shadow: 2px 0px 5px 2px rgb(66,66,66);
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .5s ease;
}

/* Estilos por agregar en JavaScript */
.active{
    transform: translate(1920px);
}

.opacity{
    background-color: rgba(0,0,0,0.5);
    transition: all .5s ease;
}

.cont-menu ul{
    padding: 100px 0px 20px 0px;
    list-style: none;
}

.cont-menu ul li{
    color: white;
    display: block;
    font-size: 25px;
    text-decoration: none;
    padding: 10px 50px;
    cursor: pointer;
}

.cont-menu ul li:hover{
    background-color: #ff847c;
    color: rgb(42,42,42);
}

/*Fin del menú hamburguesa*/

/* Inicio de los sliders de las portadas */

.categorias ol { }

.categorias img {
    border-radius: 2.5%;
    justify-content: center;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    
}

.categorias ol li {
    margin: .5em 0;
    border-radius: .25em;
    text-align: center;
}

.categorias ol li > *:not(p) {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.categorias{
    display: flex;    
    justify-content: center;
    text-align: center;
    background-color: #ff847c;
    color: white;
    width: 100%;
    border-radius: .99em;
    flex-direction: column;
}

.categorias h2{
    width: 100%;
}

.categorias h2 {
    margin-top: .0em;
    margin-bottom: .0em;
    color: #fecea8;
    text-align: center;
}

/* */

.poster-slide {
  --slice-n: 6;
  display: flex;
  justify-content: space-between;
  overflow-x: scroll;
}

.poster-slide img {
  object-fit: cover;
  width: 200px;
  height: 100%;
  transition: width 1s;
}

.poster-slide.hovered img {
  width: calc( calc(100% - 35%) / calc(var(--slice-n) - 1) );
}

.poster-slide img:hover {
  width: calc(35%)
}

/* Fin de los sliders de las portadas */

.profile {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: space-between;
}

.profile-container{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
	gap: 20px;
}

.profile-stats{
	display: flex;
	flex-direction: column;
	padding: 25px;
	width: 100%;	
}


.profile-stats h2{
	font-size: 45px;
	padding: 0px;	
}

.profile-info{
	display: flex;
	text-align: center;
	gap: 20px;
}

.profile-info *{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	padding: 5px;


	border-radius: 5px 5px 5px 5px;
}

.segundoboton img{
	width: 50px;
}

.segundoboton h3{
	margin: 0;

}

.segundoboton{
	padding: 14px;
}

.profile-image{
	display: flex;
	justify-content: flex-end;
	padding: 2%;
    border-radius: 50%;
    height: 150px;
}

.profile-substats{
	display: flex;
	flex-direction: column;
	border-radius: 30px 30px 0px 0px;
	padding-left: 1.5em;
    padding-right: 1.5em;
}

.profile-wardrobe{
	display: flex;
	align-content: center;
	justify-content: space-evenly;
	border-radius: 30px 30px 30px 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.profile-wardrobe img{
	margin-top: 20px;
	margin-bottom: 20px;
}


/* PAGINA LECTURA*/

h5{
    color: #2b363c;
    display: flex;
    font-size: 1em;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}
 .capitulo{
     display: flex;
     margin-top: 1em;
     font-weight: lighter;
 }


 .paginadelibro{
     background-color: #fbf1d8;
 }

 .paginadelectura{
     margin: 0 .25em 0 .25em;
 }

 #infocapitulo{
    background-color: #f98c56;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 1em;
 }

.pasarpagboton nav ul{
    list-style: none;
    display: flex;
}

.anterior{
    background-color:#fbf1d8;
    border-radius: 5em;
    padding: 1%;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight:bolder;
    box-shadow: 2px 0px 5px 2px #9c5029;
}

.anterior a{
    color: #2b363c;
}


.siguiente{
    background-color:#fbf1d8;
    border-radius: 5em;
    padding: 1%;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight:bolder;
    box-shadow: 2px 0px 5px 2px #9c5029;
}

.siguiente a{
    color: #2b363c;
}

.paginadelectura h6{
    font-size: 90%;
    font-family: 'Times New Roman', Times, serif;
    font-weight: lighter;
}

.footer{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

.volverboton nav ul li{
    list-style: none;
}

.volverboton nav ul li a{
    background-color: #fbf1d8;
    border-radius: .25em ;
    color:  #f98c56;
    font-weight: bold;
    padding: .25em 1.5em;
    font-family: 'Times New Roman', Times, serif;
}
.volverboton nav ul li a:hover{
    background-color: #2b363c;
    color: #fbf1d8;
}

/*LIBRO*/

.portadalibro{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-bottom: 1em;
}

.personanormalh3{
    margin: 0.5em;
}

.benitoh4{
    margin: 0.5em;
}

.portadalibro img{
    width: 8em;
    margin-top: 0.5em;
}

.navegacion h5{
    color:#2b363c;
    margin: 1em 0 1em 0;
    display: flex;
    justify-content: flex-start;
}

.leerboton{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0%;
   
}

.leerboton nav ul li{
    list-style: none;
    min-width: 4em;
 
}

.leerboton nav ul li a{
    background-color: #fbf1d8;
    border-radius: .25em ;
    color:  #ff847c;
    font-weight: bold;
    padding: .25em 1.5em;
    margin-top: 0.50em;
}

.leerboton nav ul li a:hover{
    background-color: #2b363c;
    color: #e84a5f;
}

.sinopsis h2, .comentarios h2{
    border-bottom: .2rem solid #fbf1d8;
    margin: 0 0 .50em 0;
}

.sinopsis{
    display: flex;
    flex-direction: column;
    margin: 0 0 1em 0;
}

#avatar{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: -1.75em;
}

#avatar h5{
    margin-left: 1em;
    color: #2b363c;
}

#coment{
   display: flex;
   justify-content: flex-start;
   align-items: flex-start;
   margin-top: .25em;
   color: #2b363c;
}

#coment h5{
    margin-left: 4em;
}


.sinopsis h5{
   color: #2b363c; 
   margin: 0em;
}

footer h7{
    font-size: .25em;
    display: flex;
    padding: 5em;
    justify-content: center;
}

/*TIENDA*/

.logros{
    background-color: #fbf1d8;
}

.tienda{
    color: #f98c56;
}

.anteojos{
    color: #f98c56;
}

.nivel{
    color: #fbf1d8;
}

.primera{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.infonivel{
    margin-left: 0%;
    display: flex;
    justify-content:flex-end;
    flex-direction: column;
    align-items: flex-end
}


#nivel2{
    background-color: #f98c56;
    border-radius: 1em ;
    padding: 0.5em;
    margin-top: 0.5em;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

#nivel2 h4{
    margin: 0;
}

.infomonedas{
    margin-left: 0%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#saldo{
    background-color: #f98c56;
    border-radius: 1em ;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    margin-top: 0.5em;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

#saldo h4{
    margin: 0;

}

#saldo img{
    width: 1.5em;
    margin: 0 0 -0.5em 0;
}

.accesorios h5{
    color:#f98c56;
    display: flex;
    justify-content: flex-start;
    margin-top: 2em;
    margin-left: 0.3em;
}

.imagenes{
    background-color: #ff847c;
    border-radius: 1em;
    display: flex;
    text-align: center;
    justify-content: flex-start;
    margin-bottom: 1em;
}

.imagenes ul li img{
    margin-bottom: -1em;
    margin-top: -1em;
}

.imagenes ul li p{
    margin-bottom: 0em;
}

a{
    text-decoration: none;
}

ul, li {
    list-style: none;
    padding: 0;
}

.imagenes a{
    font-size: 0.8em;
    border-radius: 3em;
    padding-bottom: 1em;
}
.imagenes ul li a{
    color: #f98c56;
    text-align: center;
    background-color: #fbf1d8;
    margin: 0.5em;
    padding: 0.25em 1em;
}

.imagenes img{
    width: 8em;
}

#imagenes2{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#imagenes2 img{
    width: 6.5em;
}

#imagenes3{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

#imagenes3 img{
    width: 10em;
}

/*TIENDA*/

.imagentienda{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.imagentienda img{
    margin-right: 0.5em;
}

.logros{
    background-color: #fbf1d8;
    height: 100%;
}

.tiendafooter{
    display: flex;
}

.tienda{
    color: #f98c56;
}


.nivel{
    color: #fbf1d8;
}

.primera{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.infonivel{
    margin-left: 0%;
    display: flex;
    justify-content:flex-end;
    flex-direction: column;
    align-items: flex-end
}


#nivel2{
    background-color: #f98c56;
    border-radius: 1em ;
    padding: 0.5em;
    margin-top: 0.5em;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

#nivel2 h4{
    margin: 0;
}

.infomonedas{
    margin-left: 0%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 0.6em;
   
}

#saldo{
    background-color: #f98c56;
    border-radius: 1em ;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    margin-top: 0.5em;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

#saldo h4{
    margin: 0;

}

#saldo img{
    width: 1.5em;
    margin: 0 0 -0.5em 0;
}

.anteojos{
    color:#f98c56;
    margin-left: 0.3em;
}

.sliderLogros ul{
    display: flex;
    width: 200%;
    height:100%;
    align-items: center;
}

.sliderLogros li{
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sliderLogros a{
    margin: 1em;
    background-color: #fbf1d8;
    border-radius: 0.8em;
    padding: 0.2em;
    color: #f98c56;
    display: flex;
    justify-content: center;
}

.sliderLogros{
    width: 100%;
    height: 100%;
    
    background-color: #ff847c;
    border-radius: 1em;
    margin-top: 1em;
}

.sliderLogros img{
    width: 100px;  
    display: flex;
}

/*LOGROS*/

.trofeo img{
    width: 2.5em;
    height: 2.5em;
}

.trofeo{
    display: flex;
    align-items: center;
}

.misionLogros{
    color: #fbf1d8;
    font-size: 18px;
   
}

.misionLogros2{
    color: #fbf1d8;
    font-size: 18px;
}

.completar{
    color: #2b363c;
}

.primerLogro{
    background-color: #f98c56;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
}

.primerLogro1{
    background-color: #2b363c;
    display: flex;
    justify-content: space-between;
    padding: 0.5em;
    align-items: center;
}

.primerLogro1 h6{
    margin: 1em;
    font-size: 12px;
}

.porcentaje{
    background-color: #fbf1d8;
    color: #f98c56;
    border-radius: 0.5em;
    padding: 0.5em;
}

.porcentaje6{
    background-color: #fbf1d8;
    color: #f98c56;
    border-radius: 0.5em;
    padding: 0.4em 0.8em 0.4em 0.8em;
    margin-right: 0.4em;
}
.porcentaje1{
    background-color: #fbf1d8;
    color: #f98c56;
    border-radius: 0.5em;
    padding: 0.4em 0.8em 0.4em 0.8em;
    margin-right: 0.4em;
}

.porcentaje7{
    background-color: #fbf1d8;
    color: #f98c56;
    border-radius: 0.5em;
    padding: 0.4em 0.8em 0.4em 0.8em;
    margin-right: 0.2em;
}
.plata{
    background-color: #fbf1d8;
    color: #f98c56;
    border-radius: 0.5em;
    padding: 0.5em;
    margin-right: 0.6em;
}

/*RECOMPENSAS*/

.titulorecompensas{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-left: 0.5em;
}

.recompensas{
    background-color: #f98c56;
}

.recompensaDia img{
    width: 200px;
}

.recompensaDia{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid #fbf1d8;
    margin: 0.5em;
    background-color: #2b363c;
    border-radius: 1em;
}

.logrostrofeo{
    display: flex; 
}

.logrostrofeo2{
    display: flex;
    margin-top: 1em;
    margin-bottom: 1em;
}

.imagen{
    display: flex;
    align-items: center;
}

.botonlogros{
    background-color: #fbf1d8;
    border-radius: 1em;
    margin: 1em;
    padding: 1em;
}

.descubri{
    display: flex;
    align-items: center;
    background-color: #fbf1d8;
    color: #2b363c;
    border-radius: 1em;
    margin: 1em;
    padding: 0.5em;
}

.botonlogros2{
    background-color: #fbf1d8;
    border-radius: 1em;
    margin: 0 1em 1em 1em;
    padding: 1em 1.2em 1em 1.2em;
}

.descubri2{
    display: flex;
    align-items: center;
    background-color: #fbf1d8;
    color: #2b363c;
    border-radius: 1em;
    margin: 0 1em 1em 1em;
    padding: 0.5em;
}

.botones{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
}

/* Para el ranking */
.ranking{
	max-width: 35em;
    margin: 0 auto;
        
}

.ranking-container{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
	gap: 20px;
}

.ranking article{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
    align-items: flex-start;
	border-radius: 30px 30px 30px 30px;	
	margin-bottom: 20px;
    background-color:#ff847c;
    padding: 2rem;
    

}


#rankingimg{
    width: 30em;
    max-width: 100%;
    height: auto;
    display: flex;
    padding: .45em;
    border-radius: 1em;
    justify-content: flex-start;
      
}

.ranking-container h1{
	font-size: 3em;  
     
}

.ranking article h2{
	font-size: 8em;
    margin-block-start: 0.0em;
    margin-block-end: 0.1em;
     
}

.ranking article p{
	font-size:2em;
    margin-block-start: 0.3em;
    margin-block-end: 0.3em;
    
}


.eventos{
	max-width: 50em;
    margin: 0 auto;
        
}

.eventos-container{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
	gap: 20px;
    
}

.eventos article{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	align-items: flex-start;
	border-radius: 30px 30px 30px 30px;	
	margin-bottom: 20px;
    background-color:#fbf1d8;
    padding: 2rem;
    
}

/*
    background-color:#fbf1d8;
    margin: 0 auto;
    padding: 1rem;
    border-radius: 0.25em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: .25em;
  
.ranking article div{
	align-items: center; 
 
}   
}

margin: 0 auto;
    max-width: 18em;
*/ 
#evento{
    padding: .45em;
    width: 15em;
    
}

.eventos article h1{
	font-size: 2em;
    margin-block-start: 0.3em;
    margin-block-end: 0.3em;
}
.eventos article h2{
	font-size: 2em;
    margin-block-start: 0.3em;
    margin-block-end: 0.3em;
}

.eventos-container h1{
	font-size: 3em;  
     
}

video{
    width: 48em;
    max-width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    padding: .45em;
    border-radius: 1em;
}

/* Registrarse*/
body.sesion{
    margin: 0;
    font-family: 'Chelsea Market', cursive;
    background-color: #F98C56;
}

.comenzar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

div {
    display: block;
}

.botoningresar {
    padding-top: 1em;
    padding-bottom: 1em;
}

a {
    text-decoration: none;
}

.registrarte p {
    text-align: center;
    color: #fbf1d8;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.formularios form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#pantalla-iniciar label {
    display: block;
    margin-top: 1em;
    text-align: center;
}

#pantalla-iniciar input[type=text] {
    width: 320px;
    height: 3em;
}

input[type=text], input[type=password] {
    width: 320px;
    transition: width 0.4s ease-in-out;
    height: 3em;
    border-radius: 2em;
    border: solid #ff847c 0.2em;
    background:#fbf1d8;
    color: black;
    padding-left: 2em;
    padding-bottom: 0.75em;
    font-size: 1em;
}

input {
    color:#ff847c;
    display:block;
}

label {
    cursor: default;
    color:#fbf1d8;
}

#pantalla-contacto input[type=text], input[type=password] {
    width: 320px;
    height: 3em;
}

h2.sesiones {
    color: #fbf1d8;
    display: block;
    font-size: 3em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h1.sesiones{
    color: #fbf1d8;
    display: block;
    font-size: 1.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    padding-bottom: 0.75em;
}
h4.sesiones{
    color: #fbf1d8;
    display: block;
    font-size: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.registrarse{
    text-align: center;
    display:block;
    flex-direction: column;
    padding: 2em;
}    

.ingresar {
    display: flex;
    justify-content: center;
    cursor: pointer;
    margin: auto;
    border: solid #fbfbfb 0.2em;
    background-color: #ff847c;
    color:white;
    text-decoration: none;
    font-size: 1em;
    font-weight: bolder;
    cursor: pointer;
    border-radius: 1em;
    width: 10em;
    height: 2.5em;
}

div.formularios{
    display:block;
}



/*MARTINA*/

/*index*/

.categorias-inicio img {
    border-radius: 2.5%;
    justify-content: center;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    
}

.categorias-inicio{
    display: flex;    
    justify-content: center;
    text-align: center;
    background-color: #ff847c;
    color: white;
    width: 100%;
    border-radius: .99em;
    flex-direction: column;
}

.inicio-poster-slide {
    --slice-n: 6;
    display: flex;
    justify-content: space-between;
    overflow-x: scroll;
}

.inicio-poster-slide img {
    object-fit: cover;
    width: 200px;
    height: 100%;
    transition: width 1s;
}

.inicio-poster-slide.hovered img {
    width: calc( calc(100% - 35%) / calc(var(--slice-n) - 1) );
}

.inicio-poster-slide img:hover {
    width: calc(35%)
}

.inicio {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: space-between;
}

.inicio-container{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.inicio-stats{
	display: flex;
	flex-direction: column;
	padding-bottom: 25px;
    column gap: 15px;
	width: 100%;	
}

.inicio-stats h2{
	font-size: 30px;
	padding: 0px;	
}

.inicio-info{
	display: flex;
	text-align: center;
	gap: 20px;
}

.inicio-info *{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	padding: 5px;
	border-radius: 5px 5px 5px 5px;
}

.inicio-image{
	display: flex;
	justify-content: flex-end;
	padding: 2%;
    border-radius: 50%;
    height: 130px;
}

.inicio-substats{
	display: flex;
	flex-direction: column;
	border-radius: 0px 0px 0px 0px;
	padding-left: 1.5em;
    padding-right: 1.5em;
}

div.boton-substats{
    background-color: #F98C56;
    border-radius: 0.25em;
    color: #fbf1d8;
    font-weight: bold;
    padding top: 10px;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

div.boton-substats h2{
    color:#fbf1d8;
}    

figure{
    max-height: auto;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#album{
    display:flex;
    width: 100%;
    height:100%;

}


/*MOBILE*/

@media screen and (max-width: 600px) {

    /*Tienda*/

    .imagentienda h2{
        visibility: hidden;
    }

    .imagentienda img{
        width: 3.5em;
        margin-top: 1em;
    }

    
    .primera{
        margin-bottom: 2em;
    }


    .sliderLogros{
        overflow: hidden;
        overflow: scroll;
    }

    /*Logros*/

    .trofeo h2{
        visibility: hidden;
    }

    .trofeo img{
        width: 4em;
        height: 3.5em;
        margin-top: 1em;
    }

    /*libro*/

    .portadalibro{
        border: solid 3px #fbf1d8;
        border-radius: 1em;
        flex-direction: column;
        background-color: #e84a5f;
    }

    .textolibro{
        display: flex;
        align-content: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


}

/*----ESCRITORIO----*/
@media screen and (min-width: 1200px) {

    .accesorios, .primera{
        margin: 0 5em 0 5em;
    }

    /*Recompensas responsive*/
    .recompensa{
        display: flex;
        flex-direction: row;
    }

    .botones{
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-content: center;
        margin: 10em 6em 6em 6em;
    }

    .botonlogros2{
        margin-bottom: 1.5em;
        margin-right: 2em;
    }

    .descubri2{

        margin-bottom: 1.5em;
        padding: 0.5em;
    }

    .recompensa{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
    }

    .recompensaDia{
        width: 50%;
        margin-bottom: 4em;
        margin-top: 4em;
        margin-left: 3em;
    }

    /*Tienda responsive*/

    .primera{
        font-size: 1.5em;
    }

    .anteojos{
        font-size: 1.3em;
    }

    .imagentienda img{
        width: 2.5em;
        margin-right: 1em;
    }

    .sliderLogros{
        display: flex;
        justify-content: space-around;
        align-items: center;
        align-content: center;
    }

    /*Libro responsive*/

    .textolibro{
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin-left: 1.5em;
        font-size: 1.5em;

    }

    .portadalibro img{
        width: 200px;
        margin-bottom: 0.5em;

    }

    .portadalibro{
        background-color: #e84a5f;
        border-radius: 1em;
        width: 50em;
        margin-left: 15em;
        border: solid 3px #fbf1d8;
        border-radius: 1em;
        
    }

}

/* Para que el header no se chotee */

@media screen and (max-width: 600px) {
    .contenedora h4 {
        display: none
    }
    }
    @media screen and (min-width: 600px) {
    .poster-slide img {
      width: 325px;
    }
    }
    
    @media screen and (max-width: 600px) {
    .profile-container{
        flex-wrap: wrap;
    }
}

/*Martina*/

@media screen and (max-width: 600px) {
    .formularios {
        display:none;
    }
}

/*escritorio inicio*/

@media screen and (min-width: 600px) {
    .inicio-poster-slide img {
      width: 200px;
    }
}

    
@media screen and (max-width: 600px) {
    .inicio-container{
        flex-wrap: wrap;
    }
}