body {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 300;
    padding: 60px;
    display: flex;
    justify-content: center;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 800px;
}

.tarjetas {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 25px;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 50px;
}

h3 {
    margin-bottom: 0;
    /* border-bottom: 1px solid black; */
    padding-bottom: 10px;
}

h4 {
    margin-top: 0;
}

.h4Fechas {
    margin-bottom: 0;
    margin-top: 0;
    text-align: end;
}

.divFechasTitulos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h3Puestos {
    border-bottom: 0;
    padding: 0;
}

.h4Educacion {
    margin-top: 18px;
    margin-bottom: 0px;
}

.pLic {
    margin: 0;
}

.divEducacion {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#tarjetasHabilidades,
li {
    margin: 5px;
}

h1 {
    margin-bottom: 0;
    font-size: 42px;
}

#subtitulo {
    margin-top: 0;
    margin-bottom: 20px;
}

a {
    color: #2f82ff;
}

#btnDescargar {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 8px;
    text-decoration: none;
    margin-bottom: 30px;
    margin-top: 30px;
    color: black;
    transition: 0.4s;
}

#btnDescargar:active {
    transform: scale(0.95);
}

#btnDescargar:hover {
    background-color: black;
    color: white;
    transition: 0.4s;
}

@media screen and (max-width: 425px) {
    body {
        padding: 45px;
        font-size: 12px;
    }

    h1 {
        font-size: 20px;
        text-align: center;
    }

    #subtitulo {
        text-align: center;
    }
}