body {
    font-family: "Roboto", Arial;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

a {
    color: inherit;
    text-decoration: none;
}

.contenido-t{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 50px;
}

.contenido-t-post{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 50px;
}

.contenido {
    width: 728px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 30px;
}

.posteo-nav {
    width: 100%;
    max-height: 30px;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #666;
    margin-top: 0px;
    margin-bottom: 20px;
}

.posteo {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-bottom: 30px;
}

.adsGooBlog {
    width: 100%;
    margin-bottom: 30px;
}

.adsGooBlogRec {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.posteo-foto-celular {
    width: 728px;
    height: 320px;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    display: none;
}

.posteo-foto {
    width: 728px;
    height: 320px;
    margin-bottom: 30px;
}

.posteo-foto-post {
    width: 728px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.posteo-titulo {
    width: calc(100% - 40px);
    max-height: 100px;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #333;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}

.posteo-info-post-mini {
    width: 100%;
    max-height: 30px;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #666;
    margin-top: 0px;
    margin-bottom: 20px;
}

.posteo-titulo-post {
    width: 100%;
    max-height: 100px;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #333;
    margin-top: 0px;
    margin-bottom: 5px;
}

.posteo-contenido {
    color: #333;
    line-height: 1.5;
    font-size: 18px;
}

.posteo-contenido-post {
    width: 100%;
    max-height: 100px;
    font-size: 15px;
    text-align: left;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.5;
}

.posteo-desc {
    width: calc(100% - 40px);
    max-height: 100px;
    font-size: 15px;
    text-align: left;
    color: #555;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.posteo-desc-post {
    width: 100%;
    font-size: 18px;
    text-align: left;
    color: #999;
    margin-bottom: 10px;
    line-height: 1.5;
}

.posteo-info {
    width: calc(100% - 40px);
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    color: #aaa;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.posteo-info-post {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    color: #ccc;
    margin-top: 20px;
}

.posteo-por {
    width: calc(100% - 2px);
    height: 100px;
    margin-top: 20px;
    border: 1px solid #ccc;
}

.posteo-por-foto {
    width: 100px;
    height: 100px;
    background-color: #111;
    float: left;
}

.posteo-por-info {
    width: 586px;
    height: 100px;
    float: left;
    font-size: 17px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    color: #444;
    line-height: 1.5;
    font-style: italic;
}

.google {
    width: 100%;
    height: 90px;
    text-align: center;
    line-height: 90px;
    background-color: #fff;
    margin-bottom: 30px;
    color: #ddd;
}

.google-post {
    width: 100%;
    height: 90px;
    text-align: center;
    line-height: 90px;
    background-color: #eee;
    margin-bottom: 30px;
    color: #999;
}

.navegacion {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
}

.navegacion-btn {
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.panel-titulo {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #333;
    margin-bottom: 20px;
}

.nuevo-unaLinea {
    height: 50px;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.nuevo-btns {
    min-height: 50px;
    width: 100%;
    bottom: 20px;
    position: fixed;
    align-items: center;
    text-align: center;
}

.nuevo-btns-b {
    height: 50px;
    min-width: 50px;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    color: #333;
}

.nuevo-unaLinea-input {
    height: 100%;
    width: calc(100% - 40px);
    border: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}

.nuevo-editor {
    border: 1px solid #ccc;
    min-height: 200px;
    padding: 10px;
    margin-bottom: 30px;
}

.nuevo-footer {
    height: 40px;
    width: 100%;
    margin-bottom: 30px;
}

.nuevo-footer-publicar {
    height: 40px;
    width: 100px;
    float: right;
    color: #fff;
    background-color: #111;
    text-align: center;
    line-height: 40px;
    border: 0px;
}

.panel-titulo-sec {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: left;
    color: #333;
    margin-top: 30px;
    margin-bottom: 10px;
}

.panel-stencil {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.panel-stencil-min {
    width: 100px;
    height: 100px;
    background-color: #ccc;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    border: 1px solid #ccc;
}

@media (max-width: 850px) {

    .contenido-t {
        flex-direction: column;
        align-items: center;
    }

    .contenido-t-post {
        flex-direction: column;
        align-items: center;
    }
    
    .contenido {
        margin-right: 0px;
    }
    
    .posteo {
        height: auto;
    }

    .posteo-foto-celular {
        width: 320px;
        height: 320px;
        background-size: cover;
        background-position: center;
        margin-bottom: 30px;
        display: none;
    }

    .posteo-foto-post {
        width: 728px;
    }

    .posteo-titulo {
        font-size: 25px;
    }

    .posteo-titulo-post {
        font-size: 25px;
    }

    .posteo-por-info {
        width: 586px;
        height: 100px;
        float: left;
        font-size: 17px;
        display: flex;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        color: #444;
        line-height: 1.5;
        font-style: italic;
    }

    .posteo-desc {
        font-size: 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4; /* Número máximo de líneas */
        max-height: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .google {
        height: 100px;
        line-height: 100px;
    }

    .lateral {
        width: 728px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .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-mas-leidos {
        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) {

    body {
        background-color: #e5e5e5;
    }

    .contenido-t {
        flex-direction: column;
        align-items: center;
    }

    .contenido-t-post {
        flex-direction: column;
        align-items: center;
    }
    
    .contenido {
        width: 90%;
        margin-right: 0px;
    }
    
    .posteo {
        height: auto;
    }

    .posteo-foto-celular {
        width: 100%;
        height: 320px;
        background-size: cover;
        background-position: center;
        margin-bottom: 30px;
        display: block;
    }

    .posteo-foto {
        width: 320px;
        display: none;
    }

    .posteo-foto-post {
        width: 100%;
    }

    .posteo-titulo {
        font-size: 25px;
    }

    .posteo-titulo-post {
        font-size: 25px;
    }

    .posteo-por-info {
        width: 198px;
        height: 100px;
        float: left;
        font-size: 12px;
        display: flex;
        align-items: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .posteo-desc {
        font-size: 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4; /* Número máximo de líneas */
        max-height: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .google {
        height: 100px;
        line-height: 100px;
    }

}