body {
    text-align: center;
    background-color: white;
    color: black;
    /*background: #000000;*/
    /*background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(115, 121, 133, 1) 30%, rgba(77, 81, 84, 1) 71%);*/ 
    /*color: white;*/
}
h2 {
    font-size: 3.0vw;
    margin: 0;
}
h3 {
    font-size: 2.5vw;
    margin-top: 1vw;
}
.div {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
}
.images {
    height: 20vw;
    border: solid;
    border-width: 0.2vw;
    border-radius: 3vw;
    border-color: black;
    margin-left: 1vw;
    margin-right: 1vw;
}
.ul2 {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    max-width: 800px;
    text-align: left;
}
.ul2 li {
    font-size: 2.0vw;
}
.par {
    font-size: 1.5vw;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    max-width: 800px;
    text-align: left;
}
.footer1 {
    position: relative;
    text-align: left;
    width: 85vw;
    background-color: grey;
    color: black;
    border-radius: 1vw;
    font-size: 1.5vw;
    margin-left: auto;
    margin-right: auto;
}

.contactos {
    display: inline-block;
    position: relative;
    width: 40%;
    height: 20%;
}
.recursos {
    display: inline-block;
    position: relative;
}

