a{
    text-decoration: none;
    color: rgb(0, 0, 0);
}
#barra-arriba{
    display: flex;
    min-height: 70px;
    background-color: white;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.fecha{
    text-align: left;
    color: black;
    font-size:medium;
    white-space: nowrap;
    left:-10px;
}
.logo{
    display: flex;
    align-items: center;
    position: relative;
    left: 42%;
    
}

.destino{
    color: rgb(119, 0, 0) !important;
    font-weight: bold !important;
}
.destino:hover{
    color: black !important;
}
.logo img{
    height: 75px;
    margin-right: 20px;
    margin-left: 20px;
    
}

nav a{
    font-weight: 600;
    padding-right: 10px;
}

nav a:hover{
    color:rgb(0, 0, 0);
}

@media (max-width:700px){
    header{
        flex-direction: column;
    }

    nav{
        padding: 10px 10px;
    }
    .todo{
        flex-direction: column;
        padding: 10px 10px;
    }
}
/* ------------   Cuerpo   ------------ */

.fa-home:hover{
    color: black !important;
    font-size: 20px;
}

h1{
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bolder;
}
p{
    text-align:justify;
    width: 50%;
    right: -25%;
    position: relative;
    font-size: 19px;
    font-family:'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;


}