* {
    box-sizing: border-box;
}

body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: rgb(253, 187, 87);
    color:rgb(119, 66, 1);
    margin: 0;
}

header {
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5rem;
}

nav > * + * {
    margin-left: 1.5rem;
}

div a {
    background-color: rgb(215, 193, 153);
    color: black;
    padding: 0.75rem 0.5rem;
    border-radius: 0.25rem;
}

a {
    text-decoration: none;
    color: rgb(215, 193, 153);
}

.planes {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 27rem;
}
h4 {
    font-size: 2.2rem;
    text-align: center;
    padding-top: 3rem;
    margin: 0;
}
.plan {
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    width: 45%;
    border-radius: 1rem;
}

.plan .titulo {
    background-color:rgb(241, 198, 118);
    color: black;
    text-align: center;
    font-size: 1rem;
}

.plan li {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

p {
    text-align: center;
    padding-bottom: 2rem;
}

.descargar {
    background-color: rgb(234, 204, 152);
}

.enlaces {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
}

.img10 {
    width: 100%;
}

.enlaces > * + * {
    margin-left: 1.5rem;
}