/* Contenido interfaz base*/

.banner_superior{
    background-color: #fd5018;
}
.peque{
    font-size: 12px;
    color: darkslategray;
    border-top: solid silver 1px;
}
#texto_fecha{
    color: antiquewhite;
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
}
.regis{
    color: white;
   Font-weight: 600;
}
#candado{
    width: 11px;
    height: 11px;
    margin-right: 5px;
}
#muv{
    margin-right: 10px;
}
#red{
    width: 20px;
    height: 20px;
}
#buscador{
    border-radius: 0;
}
.busca{
    border: 0;
    background: white;
}
#sus{
    border: solid darkgrey 2px;
    font-size: 13px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
}
#boton_menu{
    border: 0px;
    border-radius: 0;
}
#botones{
    border: 0px;
    border-radius: 0px;
}
#texto_fecha2{
    color: antiquewhite;
    font-size: 12px;
    font-weight: 600;
    border-bottom: solid #fd5018 1px;
    border-top: solid #fd5018 1px;
}
#texto_fecha3{
    color: antiquewhite;
    font-size: 12px;
    font-weight: 600;
}
#texto_fecha4{
    color: antiquewhite;
    font-size: 12px;
    font-weight: 600;
    border-top: solid #fd5018 1px;
}
#candado{
    width: 11px;
    height: 11px;
    margin-right: 5px;
}
.banner_inferior{
    background-color: #212121;
    color: gainsboro;
}
.continuo{
    display: flex;
    @media screen and (max-width:414px){
        flex-direction: column;
        }
}
.estilo{
    border-bottom: solid #fd5018 2.5px;
    width: fit-content;
 }
 .estilo2{
    border: 0px;
    border-radius: 0px;
    color: #212121;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
 }
 .estilo2:hover{
    color: #fd5018;
 }
.loguito{
    margin-left: 15px;
}
.redes{
    display: flex;
    margin: auto;
}
.color{
    color: azure;
    font-size: 13px;
    margin: 20px;
}
.logos{
  border-radius: 50%;
  width: 35px;
  height: 35px;  
  margin: 10px;
  background-color: darkgrey;

}
#correr{
    margin-right: 10px;
}
#correr2{
    margin-right: -40px;
}
.margen1{
  border-top: solid darkslategrey 1px;
  border-bottom: solid darkslategrey 1px;
  border-right: solid darkslategrey 1px;
  padding: 50px;
}
.margen2{
    border: solid darkslategrey 1px;
    padding: 50px;
}
.margen3{
    border-top: solid darkslategrey 1px;
  border-bottom: solid darkslategrey 1px;
  border-left: solid darkslategrey 1px;
  padding: 50px;
}
#prueba{
    margin-right: 40px;
}
#border_inferior{
    border-bottom: solid #fd5018 2px;
    margin-left: 35px;
    margin-right: 35px;
}
#prueba2{
    margin-left: 40px;
    margin-right: 40px;
}
.decoration{
    text-decoration: none;
    color: #212121;
}
.decoration:hover{
    color: #fd5018;
}

/* Contenido interfaz ediciones*/
.revistas{
    background-color: #f5f5f5;
}
#estilo{
    font-size: 25px;
    font-weight: 600;
    border-bottom: solid #fd5018 2.5px;
    width: fit-content;
 }
 .estilo6{
    font-size: 20px;
    font-weight: 600;
    border-bottom: solid #fd5018 2.5px;
    width: fit-content;
 }
  .posicion{
    margin: 8px;
 }
 .posicion1{
    margin-right:60px;
    margin-left: -10px;
    @media screen and (max-width:414px){
        margin-right:0px;
        margin-left: 0px;
        margin-bottom: 25px;
        }
 }
 #tamano_secciones{
    width: 90%;
    height: 80%;
    @media screen and (max-width:414px){
        width: 50%;
        }
 }
 #tamano_secciones2{
    width: 130%;
    height: 80%;
    @media screen and (max-width:414px){
        width: 50%;
        height: 100%;
        }
 }
 #coleccion{
    font-size: 14px;
    color: darkslategrey;
    cursor: pointer;
    font-weight: 500;
 }
 #coleccion:hover{
    color: #fd5018;
 }
 .cuerpo{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 35px;
    background-color: #f5f5f5;
}
.wrapper {
    max-width: 1100px;
    width: 100%;
    position: relative;
    margin-top: 3%;
}

.wrapper i {
    height: 50px;
    width: 50px;
    background: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 40%;
    font-size: 1.25rem;
    transform: translateY(-50%);
    box-shadow: 0 3px 6px rgba(0,0,0,0.23);
}
.wrapper i:first-child {
    z-index: 1;
    left: -10px;
}
.wrapper i:last-child{
    right: -40px;
}
.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    gap:16px;
    overflow: hidden;
    scroll-behavior: smooth;
     @media screen and (max-width:810px){
        grid-auto-columns: calc((100% / 2));
       } 
       @media screen and (max-width:414px){
        grid-auto-columns: 100%;
       }
}
.carousel .card{
    list-style: none;
    background: #f5f5f5;
    border: 0;
}
.carousel .card:first-child{
    margin-left: -16px;
}
.carousel .card:last-child{
    margin-right: -5px;
}
.card img{
    width: 300px;
    height: 400px;
}
/* Contenido interfaz categorias*/
.caratula2{
    width: 250px;
    height: 350px;
    margin-bottom: 8px;
    border: solid #fd5018 1px;
    box-shadow: black 1px 1px 5px;
}
 .caratula2:hover{
    box-shadow: #fd5018 1px 1px 5px;
    background-color: #f5f5f5;
}
#caratula{
    width: 320px;
    height: 430px;
    margin-bottom: 8px;
    border: solid #fd5018 1px;
    box-shadow: black 1px 1px 5px;
    @media screen and (max-width: 1440px){
        width: 95%;
        height:  430;
       }
}
 #caratula:hover{
    box-shadow: #fd5018 1px 1px 5px;
    background-color: #f5f5f5;
}
.color5{
    border: 0px;
    border-radius: 0px;
    color: #212121;
    text-decoration: none;
    cursor: pointer;
 }
 .color5:hover{
    color: #fd5018;
 }
 #color_fondo{
    border-radius: 0;
    border: 0px;
    border-bottom: solid #fd5018 2px;
    margin-right:25px;
}
/* Contenido interfaz libro*/
#right{
    margin-left: -25px;
}
.libro{
    margin-right: 5px;
    font-size: 14px;
    font-weight: 700;
 }
.caratula3{
    width: 250px;
    height: 350px;
    margin-bottom: 8px;
    border: solid #fd5018 1px;
    box-shadow: black 1px 1px 5px;
    @media screen and (max-width: 1440px){
        width: 100%;
        height: 350;
       }
}
 .caratula3:hover{
    box-shadow: #fd5018 1px 1px 5px;
    background-color: #f5f5f5;
}
.caratula5{
    width: 95%;
    height: auto;
    margin-bottom: 8px;
    border: solid #fd5018 1px;
    box-shadow: black 1px 1px 5px;
    @media screen and (max-width: 1440px){
        width: 95%;
        height: 450;
       }
}
.caratula5:hover{
    box-shadow: #fd5018 1px 1px 5px;
    background-color: #f5f5f5;
}
#espacito{
    margin-right: 5px;
    width: 18px;
    height: 18px;
}
.dios{
    width: 100%;
    @media screen and (max-width:414px){
        width: 100%;
       } 
}
.dios a{
    color: #fd5018;
    text-decoration: none;
}
.dios a:hover{
    color: #212121;
}
.texto_revista{
    border: 0px;
    border-radius: 0px;
    color: #212121;
    margin-left: -13px;
}
.color2{
    color: #212121;
    margin-left: 5px;
 }
 #naranja{
    color: #fd5018;
}
/* Contenido interfaz mostrar_libro*/
.otro{
    margin-top: 4px;
    margin-right: 10px;
    font-size: 14px;
    color: darkslategrey;
}
.acordeon{
    width: 90%;
    max-width: 120em;

}
.acordeon .contenedor {
    position: relative;
}
.acordeon .etiqueta2 {
    position: relative;
    color: black;
    cursor: pointer;
}
.acordeon .contenido {
    position: relative;
    height: 0;
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    transition: 0.5s smooth;
  }
  .acordeon hr {
    width: 100;
    margin-left: 0;
  }
  .acordeon .contenedor.activa .contenido {
    height: 100%;
  }
  .acordeon .contenedor.activa .etiqueta::before {
    content: '-';
    font-size: 30px;
  }
  #formulario{
    border-radius: 0px;
    border: solid #fd5018 1px;
}
#titulares{
    color: darkslategray;
    font-weight: 600;
    font-size: 15px;
}
.cuerpo_mensaje{
    background-color: cornsilk;
}
#cuerpo_estilo{
    font-size: 15px;
    font-weight: 600;
    color: darkslategrey;
}
.derechos{
    color: dimgray;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Courier New', Courier, monospace;
}