* {
    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: 150px;
    height: 100px;
    margin: 10px;
}

header {
    color: white;
    width: 100%;
    height: 70vh;
    background-image: url('/img/hozumi3.jpg');
    background-position: top;
    background-size: 100% 430px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    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;
}

.ilustracion {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    color: white;
    margin: 10px auto;
}

.ilustracion img {
    position: relative;
    width: 25%;
    height: 400px;
    align-self: center;
    margin: 5px;
}

.minfo {
    display: flex;
    width: 85%;
    margin: 20px auto;
}

.minfo table {
    width: 100%;
    color: white;
}
 
.minfo table th {
    width: 25%;
    height: 40px;
    text-align: start;
   }

.minfo table .sinop th {
    text-align: center;
}

.minfo table .sinop2 td{
    line-height: 2;
}

.backgraoud{
    width: 90%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 20px auto;
}

.backgraoud img{
    width: 100%;
    height: 500px;
}

.volumenes {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-evenly;
    margin: 20px auto;
}

.volumenes .figure{
    display: flex;
    flex-direction: column;
    width: 300px;
    height: auto;
    text-align: center;
    margin-top: 20px;
}

.volumenes .figure img{
    position: relative;
    width: 95%;
    height: 350px;
    align-self: center;
}
.volumenes .figure h4{
    margin: 8px;
    color: white;
}

.volumenes .figure .link{
    text-decoration: none;
    color: white;
    background:linear-gradient(#27f743, #711eed);
    border-radius: 20px;
    width: auto;
    display: flex;
    align-self: center;
    margin: 10px;
    cursor: pointer;
    padding: 10px;
}

.volumenes .line1{
    width: 95%;
    background-color:#ffffff;
    height: 4px;
    margin-top: 10px;
}

#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: 40vh;
        background-image: url('/img/hozumi3.jpg');
        background-position: top;
        background-size: 100% 350px;
        background-repeat: no-repeat;
        background-attachment: fixed;
        margin-top: 0;
    }

    .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;
    }

}