* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: rgb(32, 32, 44);
}

nav {
    position: absolute;
    width: 100%;
    height: auto;
}

nav a img {
    position: relative;
    display: flex;
    width: 190px;
    height: 100px;
    margin: 10px;
}

header {
    color: white;
    width: 100%;
    height: 20vh;
    background-color: #2f2f2f;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.header-content {
    margin-bottom: 150px;
    color: white;
    text-align: center;
    -webkit-text-stroke: 1px black;
}

.header-content h1 {
    color: white;
    font-size: 7vmin;
    margin-top: 50px;
    margin-bottom: 30px;
}

.title {
    color: white;
    display: flex;
    width: 90%;
    height: auto;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    margin: 30px auto;
}

.title h1 {
    margin: 10px;
    font-size: 30px;
  }

.title .line {
    width: 95%;
    height: 4px;
    display: flex;
    background-color: #ffffff;
    align-self: center;
}

.texto_capitulo{
width:86%;
margin: 10px auto;
color: white;
display: flex;
flex-wrap: wrap;
flex-direction: column;
line-height: 2.5;
}


.texto_capitulo .line1{
    width: 100%;
    height: 4px;
    background-color: white;
    align-self: center;
}

.texto_capitulo .navega{
    width: 95%;
    height: auto;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
}

.texto_capitulo .navega a{
    display: flex;
    width: 70px;
    height: 50px;   
}

.texto_capitulo .navega  a img{
    width: 50px;
    height: 30px;
    align-self: center;
    outline: 1px solid rgb(255, 255, 255);
    background-color: #ebeeeb;
}

#disqus_thread{
    width: 95%;
    margin: 10px auto;
}


.footer {
    width: 100%;
    min-height: 100px;
    padding: 10px 40px;
    margin: 0;
    background: #42425e;
    text-align: center;
}

.footer p {
    color: whitesmoke;
    margin: 20px auto;
}

@media only screen and (max-width: 600px) {
    nav a img {
        margin: 10px;
        position: relative;
        display: flex;
        width: 100px;
        height: 50px;
    }

    header {
        color: white;
        width: 100%;
        height: 25vh;
        background-color: #2f2f2f;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .header-content {
        margin-bottom: 80px;
        -webkit-text-stroke: 1px #f54768;
    }

    .title h1 {      
        font-size: 15px;
      }

    .minfo table tr th {
        width: 40%;
        height: 40px;
        text-align: start;
       }

    .ilustracion{
        font-size: 15px;
    }

    .ilustracion img {
        position: relative;
        width: 35%;
        height: 200px;
        align-self: center;
    }

    .backgraoud img{
        width: 100%;
        height: 300px;
    }

    .explore {
        width: 100%;
        height: 40vh;
    }

    .explore-content {
        width: 100%;
        -webkit-text-stroke: 1px #f54768;
    }

}