footer {
    background-color: #111550;
    padding: 40px 0;
    border-bottom: solid 18px #03cf82;
}

footer p,
footer ul li,
footer a {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

footer ul li {
    list-style: none;
    padding: 4px 0;
    text-transform: uppercase;
}

footer ul li a {
    font-size: 14px;
    color: #b3b3b3;
}

.flex-footer {
    display: flex;
    justify-content: space-between;
}

.flex-footer p {
    padding: 6px 0;
    font-size: 18px;
    line-height: 1.33;
    color: #ffffff;
}

.logoFooter {
    max-width: 170px;
    width: 100%;
}

.stories {
    max-width: 200px;
    width: 100%;
    padding: 0px 10px;
}

.stories p.p2 {
    font-size: 12px;
    line-height: 1.83;
    color: #b3b3b3
}

.menuFooter {
    max-width: 175px;
    width: 100%;
    padding: 0px 10px;
}

.temasFooter {
    max-width: 300px;
    width: 100%;
}

@media(max-width:700px) {
    .flex-footer {
        justify-content: start;
        flex-wrap: wrap;
    }
    .stories {
        padding: 20px 0px;
        max-width: 100%;
    }
    .menuFooter {
        padding: 0;
    }
}