/*
Minimalista
Miguel Baeza Sánchez
*/

body {
    margin: 0;
    padding: 0;
    background-color: #dfe6e9;
    font-family: Georgia, "Times New Roman", serif;
    color: #2d3436;
    line-height: 1.6;
}



#contenedor {
    max-width: 1000px;
    margin: 60px auto;
    background-color: #ffffff;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    position: relative;
}


#intro {
    margin-bottom: 60px;
}

#titulo h1 {
    font-size: 3em;
    margin: 0;
    letter-spacing: 2px;
}

#titulo h2 {
    font-size: 1.3em;
    font-weight: normal;
    color: #636e72;
    margin-top: 10px;
}

#resumen,
#comentario {
    max-width: 700px;
    margin-top: 30px;
}

#resumen ul {
    margin-left: 25px;
}
#enlacesintra {
    position: absolute;
    top: 50px;
    right: -220px;
    width: 200px;
    background-color: #2d3436;
    padding: 20px;
}

#enlacesintra h3 {
    color: #ffffff;
    margin-top: 0;
    font-size: 1.1em;
}

#enlacesintra ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#enlacesintra li {
    margin-bottom: 10px;
}

#enlacesintra a {
    color: #dfe6e9;
    text-decoration: none;
}

#enlacesintra a:hover {
    text-decoration: underline;
}

#apartados > div {
    margin-bottom: 70px;
}

#apartados h3 {
    font-size: 2em;
    margin-bottom: 15px;
    position: relative;
}

#apartados h3:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #2d3436;
    margin-top: 10px;
}

#apartados ul {
    margin-left: 30px;
}


dl {
    margin-left: 30px;
}

dt {
    font-weight: bold;
    margin-top: 20px;
}

dd {
    margin-left: 20px;
}

#enlaces {
    display: flex;
    gap: 40px;
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid #b2bec3;
}

#enlaces > div {
    flex: 1;
}

#enlaces h3 {
    font-size: 1.3em;
}

#enlaces ul {
    list-style: none;
    padding: 0;
}

#enlaces li {
    margin-bottom: 10px;
}
#enlacesversiones {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #b2bec3;
}

#enlacesversiones ul {
    list-style: none;
    padding: 0;
}

#enlacesversiones li {
    display: inline-block;
    margin-right: 20px;
}

a {
    color: #0984e3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#extraDiv1 {
    position: absolute;
    top: -40px;
    left: -40px;
    width: 180px;
    height: 180px;
    background-image: url("decoracion.png");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.9;
}

#extraDiv2,
#extraDiv3,
#extraDiv4,
#extraDiv5,
#extraDiv6 {
    display: none;
}

@media screen and (max-width: 1100px) {

    #enlacesintra {
        position: static;
        width: auto;
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {

    #contenedor {
        padding: 25px;
        margin: 20px;
    }

    #enlaces {
        flex-direction: column;
    }

    #titulo h1 {
        font-size: 2.2em;
    }
}
