/* Contenido interfaz base*/

.banner_superior{
    background-color: #fd5018;
}
#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;
 }
.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;
}

/* Contenido sección Buscador */
.revistas2{
    display: flex;
    @media screen and (max-width:414px){
        flex-direction: column;
       } 
}
.img img{
    height: 180px;
    width: 100%;
    position: relative;
    text-decoration: none;
}
.img img:hover{
    box-shadow: #fd5018 1px 1px 5px;
}
.decoration{
    text-decoration: none;
    color: #f5f5f5;
 }
 .decoration:hover{
    color: #fd5018;
 }
 .noticia{
    background-color: #fd5018;
    width: min-content;
    color: #f5f5f5;
    font-size: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 700;
    text-decoration: none;
    margin-top: -10%;
    margin-left: 5px;
    position: relative;
    z-index: 1;
   
}
.noticia6{
    background-color: #fd5018;
    width: min-content;
    color: #f5f5f5;
    font-size: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    z-index: 1;
   
}
.noticia3{
    background-color: #fd5018;
    width: min-content;
    color: #f5f5f5;
    font-size: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 700;
    margin-left: 10px;
    text-decoration: none;
    margin-top: -10%;
    position: relative;
    z-index: 1;   
}
.titulo_noticia{
    color: #212121;
}
.titulo_noticia:hover{
    color: #fd5018;
}
#fua{
    font-size: 15px;
}
#fua a{
    color: #fd5018;
    text-decoration: none;
}
#fua a:hover{
    color: #212121;
}
.fecha_emision{
    font-size: 14px;
    color: darkslategray;
    padding: 2px;
    border-top: solid silver 1px;
}
.texto_english-container{
    max-height: 103px;
    overflow: hidden;    
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    @media screen and (max-width:414px){
        margin-bottom: 10%;
        }
}
.texto_english{
    color: darkslategray;
    font-size: 14px;
    max-height: 103px;
    overflow: hidden;
}
.texto_english a{
    color: #fd5018;
    text-decoration: none;
}
.texto_english a:hover{
    color: darkslategrey;
}
.texto_english-container2{
    max-height: 100px;
    overflow: hidden;  
}
.texto_english2{
    max-height: 100px;
    overflow: hidden;
}
.titulo_autor{
    font-size: 12px;
    font-weight: 600;
    color: darkslategrey;
    text-decoration: none;
    border-top: solid silver 1px;
}
.titulo_autor2{
    font-size: 12px;
    font-weight: 600;
    color: darkslategrey;
    text-decoration: none;
}
.autor{
    text-decoration: none;
    color: #212121;
}
.autor:hover{
    color: #fd5018;
    cursor: pointer;
    text-decoration: none;
}
.series img{
    width: 100%;
    height: 250px;
    @media screen and (max-width:414px){
        margin-bottom: 5px;
        }
}
.series img:hover{
    box-shadow: #fd5018 1px 1px 5px;
}
.series a{
    color: #212121;
}
.series a:hover{
    color: #fd5018;
}
.series h5{
    @media screen and (max-width:414px){
        margin-bottom: 10%;
        }
}
.series2 img{
    width: 100%;
    height: 250px;
    @media screen and (max-width:414px){
        margin-bottom: 5px;
        }
}
.series2 img:hover{
    box-shadow: #fd5018 1px 1px 5px;
}
.series2 a{
    color: #212121;
}
.series2 a:hover{
    color: #fd5018;
}
.serie img{
    height: 250px;
    width: 100%;
    position: relative;
    text-decoration: none;
}
.serie img:hover{
    box-shadow: #fd5018 1px 1px 5px;
}
.peque{
    font-size: 12px;
    color: darkslategray;
    border-top: solid silver 1px;
}
.estilo2{
    border: 0px;
    border-radius: 0px;
    color: #212121;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
 }
 .estilo2:hover{
    color: #fd5018;
 }
.caratula img{
    width: 100%;
    height: 450px;
}
.bordes{
    border: solid silver 1px;
    margin: 15px;
}
 .caratula2{
    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;
       }
    @media screen and (max-width: 810px){
        width: 95%;
        height: 350;
       } 
}
 .caratula2:hover{
    box-shadow: #fd5018 1px 1px 5px;
    background-color: #f5f5f5;
}
.libro{
    margin-right: 5px;
    font-size: 14px;
    font-weight: 700;
 }
 #coleccion{
    font-size: 14px;
    color: darkslategrey;
    cursor: pointer;
    font-weight: 500;
 }
 #coleccion:hover{
    color: #fd5018;
 }
 #coleccion2{
    font-size: 14px;
    color: darkslategrey;
    font-weight: 500;
 }
.cuerpo2{
    color: dimgray;
    text-decoration: none;
    cursor: pointer;
}
/* Contenido sección Inicio */
.gallery-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 250px;
    grid-gap: 5px;   
    padding: 20px;
    max-width: 1160px;
    @media screen and (max-width:414px){
        grid-template-columns: repeat(2, 1fr);
       } 
}
.gallery__item {
    position: relative;
}
.gallery__img{
    width: 100%;
    height: 100%;
    filter: brightness(0.6);
}
.gallery__title {
    position: absolute;
    bottom: 0;
    color: white;
    font-weight: 700;
    padding: 15px;
}
.gallery__item:nth-child(1){
    grid-row-start: span 2;
    grid-column-start: span 2;
}
.gallery__item:nth-child(2){
    grid-column-start: span 2;
}
.imagen_carta img{
    width: 100%;
}
#tamano_reloj{
    width: 13px;
    height: 13px;
}
.lado{
    margin-left: -65px;
}
.margen{
    margin-right:25px;
    color: gray;
    font-weight: 600;
    font-size: 17px;
}
.jueves{
    width: 100%;
}
.jueves_imagen{
    width: 95%;
}
.lado2{
    margin-left: 10px;
}
.emision{
    border-radius: 0px;
    border: solid silver 1px;
    color: gray;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
    text-decoration: none;
    margin: 20px;
    @media screen and (max-width:810px){
        margin: 0px;
        border: 0px;
       } 
       @media screen and (max-width:414px){
        margin: 0px;
        border: 0px;
       }
}
.emision img{
    @media screen and (max-width:810px){
        width: 100%;
        height: auto;
       } 
       @media screen and (max-width:414px){
        width: 100%;
        height: auto;
       }
}

.emision2{
    color: dimgray;
    text-decoration: none;
    cursor: pointer;
}
.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;
}
.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%;
        }
 }
 .revistas{
    background-color: #f5f5f5;
    display: flex;
    @media screen and (max-width:414px){
        flex-direction: column;
       } 
}
.color5{
    border: 0px;
    border-radius: 0px;
    color: darkslategrey;
    text-decoration: none;
    cursor: pointer;
 }
 .color5:hover{
    color: #fd5018;
 }
 .fon{
    border: solid silver 1px;
    border-radius: 0.2rem;
    box-shadow: black 1px 1px 1px;
}
.fon:hover{
    box-shadow: #fd5018 1px 1px 5px;
}
 
/* Contenido sección Nosotros */
.direccion{
    display: flex;
    background-color: #f5f5f5;
    @media screen and (max-width:414px){
        flex-direction: column;
       } 
}
.direccion p{
    font-size: 60px;
    font-weight: 600;
}
.direccion label{
    margin-top: 2.5%;
    margin-left: 18px;
}
.dios{
    width: 100%;
    @media screen and (max-width:414px){
        width: 100%;
       } 
}
.dios a{
    color: #fd5018;
    text-decoration: none;
}
.dios a:hover{
    color: #212121;
}
.acordeon{
    width: 90%;
    max-width: 120em;
}
.acordeon .bloque{
    margin: 0 0 0 0;
    padding: 1rem;
    cursor: pointer;
}
.acordeon .contenido{
    height: 0;
    padding: 0em;
    border: solid darkgrey 1px;
    overflow: hidden;
}
.acordeon .bloque.activo .contenido{
    height: 100%;
    padding: 2rem;
}
/* Contenido sección PDF */
#color_fondo{
    border-radius: 0;
    border: 0px;
    border-bottom: solid #fd5018 2px;
}
#botonRegresar{
    border-radius: 0;
    border: 0px;
    border-bottom: solid #fd5018 2px;
}
/* Contenido sección PDF */
.loguin{
    border-radius: 0;
    background-color: coral;
    color: white;
    Font-weight: 600;
 }
/* Contenido sección Suscripción */
#objetivo{
    background-color: coral;
    color: white;
    font-weight: 600;
}
.acordeon{
    width: 90%;
    max-width: 120em;

}
.acordeon .contenedor {
    position: relative;
}
.acordeon .etiqueta {
    position: relative;
    color: black;
    cursor: pointer;
}
.acordeon .etiqueta2 {
    position: relative;
    color: black;
    cursor: pointer;
}
 .acordeon .contenido2 {
    position: relative;
    height: 0;
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    transition: 0.5s smooth;
  }
  .acordeon .contenedor.activa .contenido2 {
    height: 100%;
  }
  #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;
}