* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    width: 100%;
    height: auto;
}

.titulo h1 {
    background: black;
    padding: 1.5em;
    color: white;
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
}

.subtitulo h3 {
    background:#9AEFCC;
    padding: 1em;
    color: black;
    text-align: center;
}

.trabajos {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 4.5%;
    background-image: url(../img/decoracion.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 100%;
    height: auto;
}

.trabajos h2 {
    justify-content: center;
    text-align: center;
    background: #F47A7A;
    padding: 0.5em;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

.trabajos p {
    background: White;
    text-align: center;
    padding: 1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400i;
    font-size: 12px;
}

.uno {
    margin: 1em;
    padding: 1em;
}

.uno img {
    max-width: 100%;
    height: auto;
}

.dos {
    margin: 1em;
    padding: 1em;
}

.dos img {
    max-width: 100%;
    height: auto;
}

.volver {
    text-align: center;
}

.volver button {
    height: 50px;
    width: 250px;
    border-radius: 5px;
    background: black;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: none;
    margin: 0.5%;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600i;
}

.volver ul {
    list-style: none;
}

.volver a {
    text-decoration: none;
    color: #FFAA83;
}

footer p {
    padding: 1em;
    margin-bottom: -2rem;
    background: black;
    color: white;
    text-align: center;
    margin-top: 13.5em;
    font-size: 0.9rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.pi p {
    font-weight: normal;
    font-weight: 100%;
    text-align: center;
}
