.lateral {
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.lateral-sobre {
    width: calc(100% - 40px);
    background-color: #252525;
    color: #fff;
    display: flex;
    text-align: left;
    align-items: center;
    padding: 20px;
    font-size: 15px;
    box-sizing: initial;
}

.adsGoo320 {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.lateral-lomas {
    margin-top: 30px;
    width: calc(100% - 40px);
    padding: 20px;
    background-color: #252525;
    color: #eee;
    box-sizing: initial;
}

.lateral-lomas-titulo {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.lateral-lomas-posts {
    font-size: 15px;
    margin-bottom: 10px;
}

.lateral-lomas-posts-min {
    display: flex;
    flex-direction: row;
}

.lateral-lomas-posts-min-foto {
    width: 50px;
    height: 50px;
    background-color: #333;
    background-size: cover;
    background-position: center;
}

.lateral-lomas-posts-min-link {
    width: calc(100% - 70px);
    height: 50px;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.lateral-copyright {
    width: calc(100% - 40px);
    color: #888;
    text-align: center;
    padding: 20px;
    font-size: 12px;
    box-sizing: initial;
}

@media (max-width: 850px) {

    .lateral {
        width: 728px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .lateral-sobre {
        width: calc(728px - 40px);
        background-color: #252525;
        color: #fff;
        display: flex;
        text-align: left;
        align-items: center;
        padding: 20px;
        font-size: 15px;
    }
    
    .lateral-lomas {
        margin-top: 30px;
        width: calc(728px - 40px);
        padding: 20px;
        background-color: #252525;
        color: #eee;
    }
    
    .lateral-copyright {
        width: calc(728px - 40px);
        color: #888;
        text-align: center;
        padding: 20px;
        font-size: 12px;
    }

}

@media (max-width: 700px) {

    .lateral {
        width: 90%;
    }
    
    .lateral-sobre {
        width: calc(100% - 40px);
        background-color: #252525;
        color: #fff;
        display: flex;
        text-align: left;
        align-items: center;
        font-size: 15px;
    }
    
    .lateral-lomas {
        margin-top: 30px;
        width: calc(100% - 40px);
        background-color: #252525;
        color: #eee;
    }
    
    .lateral-copyright {
        width: calc(100% - 40px);
        color: #888;
        text-align: center;
        font-size: 12px;
    }

}
