header {
    display: flex;
    flex-direction: row;
    margin: 0%;
    border-bottom: 6px solid #f8960E;
    background-image: url(../img/fondo.jpg);
    background-size: cover;
    background-position: center;
}
#titleCard {
    flex-flow: column;
    flex-basis: 50%;
    align-items: center;
    align-self: center;
    margin: auto;
    text-align: center;
}
#pageTitle {
    width: 100%;
    padding: 10px 0px;
    margin: 20px auto 0;
    border-radius: 15px;
    font-size: 4vw;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff960E;
}
#pageSubtitle {
    width: 75%;
    padding: 10px 0;
    margin: 0 auto 10px;
    border-top: 15px solid #825;
    border-radius: 0 0 10px 10px;
    background-color: #ed8c00;
    color: #fff;
    text-transform: uppercase;
    font-size: 3vw;
}

