.texto-espaciado{
    text-align: justify;
} 
.color-1{
    background-color:#fbf9eb ;
}
.navbar-color{
    background-color: #9d8b22	;
}
@media (min-width: 600px) {
    .media-inicio {
        flex-direction: row !important;
        justify-content: space-around !important;
    }
}