* 
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
}


html, body 
{
    height: 100%;
    
}

body 
{
    display: flex;
    justify-content: center;
    align-items: center;
    zoom: 2;

}

img 
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h1 {
    font-family: 'Edu SA Beginner';
    font-size: 45px;
    margin: 8px;
}

header {
    width: 100%;
    margin: 0 auto;
}

nav {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.a-nav {
    text-decoration: none;
    color: black;
    font-family: 'Edu SA Beginner';
    background-color: rgb(255, 255, 255);
    padding: 6px;
    border-radius: 5px;
    border: 2px dashed transparent; 
}

.a-li {
    text-decoration: none;
    color: black;
    font-family: 'Ribeye Marrow';
    font-size: 10px;
    font-weight: 700;
}

.a-li:hover {
    background-color: rgb(255, 255, 255); 
    padding: 2px;
    border-radius: 4px;
}

.a-nav:hover {
    border-style:dashed;
    border-color: #EEAECA;
    background: #fdeef5;
    border-radius: 8px;
}

.contenedor-interior {
    display: flex;
    flex-direction: row;
    padding-top: 15px;
    margin-left: 80px;
    margin-right: 80px;
}

#subtitulo {
    text-align: center;
    margin-bottom: 10px;
}

section {
    width: 80%;
    height: 100%;
    margin: 15px;
    background: #EEAECA;
    background: radial-gradient(circle,rgba(238, 174, 202, 0.3) 0%, rgba(148, 187, 233, 0.3) 100%);
    border-radius: 8px;
}

h2 {
    font-family: 'Edu SA Beginner';
    font-size: 15px;
    margin: 8px;
    text-decoration: underline;
}

article {
    background-color: rgb(255, 255, 255);
    margin: 15px;
    padding: 5px;
    border-radius: 4px;
    border-style: dashed;
}

h3 {
    font-family: 'Gelasio';
    font-size: 18px;
}

p {
    font-family: 'Gelasio';
    font-size: 12px;
    margin-top: 4px;
}

.titulo-noticia {
    font-family: 'Ribeye Marrow';
}

.contenido-noticia {
    /*font-family: 'Merriwheater';*/
    font-family: 'Shadows Into Light Two';
}

.sigueme {
    text-align: center;
}

.programas {
     width: 100%;
     text-align: center;
     margin-top: 15px;
}

.info-programas {
    font-family: 'Shadows Into Light Two';
}

.contenedor-interior-der {
    width: 40%;
    height: 100%;
    margin: 15px;
    background: #EEAECA;
    background: radial-gradient(circle,rgba(238, 174, 202, 0.3) 0%, rgba(148, 187, 233, 0.3) 100%);
    border-radius: 8px;
}

.lista {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 15px;
}

li {
    font-family: 'Gelasio';
    font-size: 12px;
    margin-top: 4px;
    
}

.lista-historias {
    list-style: none;
    padding: 0;
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.a-li-h {
    color: black;
    font-family: 'Edu SA Beginner';
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.a-li-h:hover {
    color: rgba(29, 81, 145, 0.5);
}

.a-li-h.activo {
  color: rgba(29, 81, 145, 0.5);
} 

.contenedor-principal {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#autore
{
    text-align: center;
}

.contenedor-interior-historias, .contenedor-interior-autore, .contenedor-interior-apoyame {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
}

.section-historias, .section-autore, .section-apoyame {

    width: 80%;
    height: 100%;
    margin: 15px;
    padding-bottom: 25px;
    background: #EEAECA;
    background: radial-gradient(circle,rgba(238, 174, 202, 0.3) 0%, rgba(148, 187, 233, 0.3) 100%);
    border-radius: 8px;
}

.historias-por-tipo {
    width: 100%;
    height: auto;
    display: flex;
   display: none;
    flex-direction: row;
}

.item-historia {
    width: 50%;
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1vw;
}

.info-item {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: left;
}

.tipo-item {
    font-family: 'Amatic SC';
    font-size: 20px;
}

.img-historia {
    height: 15vw;
    width: auto;
    margin-left: 1px;
    margin-top: 5px;
    object-fit: cover;
    border-radius: 6px;
    border-style: groove;
    border-color: black;
    background-color: white;
    padding: 5px;
}

.palabras-item {
    margin-top: 12px;
    font-size: 12px;
    justify-content: center;
}

.btn-descargar {
    margin-top: 2px;
    font-size: 12px;
    justify-content: center;
    font-family: 'Ribeye Marrow';
    text-decoration: none;
    padding: 4px;
    border-radius: 8px;
    border: 2px dashed transparent; 
}

.btn-descargar:hover {
    background-color: rgb(235, 228, 246);
    border-style: dotted;
    border-color: #ac64b9;
}

.descripcion-item {
    font-family: 'Gelasio';
    font-size: 8px;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
}

.botones-historia {
    display: flex;
    flex-direction: row;
    margin-top: 4px;
}

button {
    background-color: transparent;
    cursor: pointer;
    font-family: 'Edu SA Beginner';
    font-size: 12px;
    border-style: none;
    border-radius: 6px;
    padding: 5px;
}

.img-boton {
    height: 4vw;
}

.titulo-ficha-historia-des {
    margin: 5px;
    font-size: 10px;
    font-family: 'Ribeye Marrow';
    font-weight: 700;
}

.contenido-ficha-historia-pub p {
    margin: 5px;
    font-size: 12px;
    font-family: 'Shadows Into Light Two';
    text-align: center;
}

.contenido-ficha-historia-des p {
    font-family: 'Shadows Into Light Two';
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.desglose {
    font-size: 20px;
    font-weight: 700;
}

.subrayado {
    text-decoration: underline;
}

summary {
    text-align: center
}

.info-autore {
    margin-left: 14px;
    margin-top: 22px;
    font-family: 'Shadows Into Light Two';
}

.info-tienda {
    margin-left: 14px;
    margin-top: 22px;
    font-family: 'Shadows Into Light Two';
}

.info-apoyame {
    margin-left: 14px;
    margin-top: 22px;
    font-family: 'Shadows Into Light Two';
}