:root {
    --color-blanco: #FFFFFF;
}


.header {
    background-image: url(../images/fondoDonPablo.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header__menu--logo {
    width: 80%;
    max-width: 500px;
}

.header__menu--logo img {
    width: 100%
}

.header__menu--txt {
    width: 70%;
    max-width: 400px;
    list-style: none;
    padding: 0;
    margin: 50px 0 0 0;
}

.header__menu--txt li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}

.header__menu--txt li a,.flecha {
    color: var(--color-blanco);
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
}

.header__menu--txt li:first-child {
    border-bottom: 1px solid var(--color-blanco);
}
























