body {
    /* background-image: 
    linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)), 
    url("/images/walon.jpg");  */
    background: url(/images/fondo.jpg) no-repeat fixed;
    /* font-family: 'Merriweather', serif; */
    /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
    /* background-color: aliceblue; */
    /* color: white; */
    background-size: cover;
    /* background-size:100% auto; */
}

.navbar {
    /* background-color: green !important; */
    color: white !important;
    background-image:
        linear-gradient(rgba(9, 255, 0, 0.192), rgba(4, 58, 33, 0.5)),
        url("/images/futhead.png");
}

/* .container {
    background: url(/images/fondo.jpg) 50% 100px no-repeat fixed;
    background-size: cover;
    height: 600px;
    width: 100%
} */

.podes {
    font-size: 30px;

}

.text-adjust-w {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    body {
        background-color: white;
    }

    .logoleon {
        width: 60%;
    }

    .catcont {
        border-radius: 2px !important;
    }

    .podes {
        font-size: 20px;
    }
}