.main {
}

.media-object {
    width: 3.5vw;
    height: 3.5vw;
}

.media {
    padding: 0.5vw;
}

.media-body {
    padding-left: 1vw;
    font-size: 1.2vw;
    position: relative;
    top: 0.5vw;
    text-align: right;
}

.fa-ellipsis-h {
    position: relative;
    bottom: 2vw;
    font-size: 1.5vw;
    margin-right: 1vw;
}

.panel-body {
    /*padding: 1vw;*/
}

.not {
    width: 100%;
}

.iconsec {
    padding-top: 1vw;
    padding-left: 0.5vw;
    font-size: 1.2vw;
}

.caption {
    padding-left: 0.5vw;
}

.read {
    padding-left: 0.5vw;
    cursor: pointer;
    color: grey;
}

.time {
    font-size: 0.8vw;
}

.fa {
    cursor: pointer
}

#open {
    width: 100%;
    background-color: #d32f2f;
}

#open:hover {
    background-color: white;
    color: #d32f2f;
}

.menu {
    width: 100%;
    background: inherit;
    height: 3vw;
    display: none;
}

.menu a {
    margin-left: 2vw;
    margin-right: 2vw;
    font-size: 2vw;
    color: #d32f2f;
}

.userimage {
    position: absolute;
    height: auto;
    width: 50px;
    margin-top: -14px;
    margin-left: -6px;
    border-radius: 50%;
    cursor: pointer;
}

.iconitem {
    display: inline-block
}

@media only screen and (max-width: 425px) {

    .userimage {
        position: absolute;
        height: auto;
        width: 50px;
        margin-top: -7px;
        margin-left: -11px;
        border-radius: 50%;
        cursor: pointer;
    }

    .main {
        width: 100vw;
    }

    .media-object {
        width: 10.5vw;
        height: 10.5vw;
    }

    .media {
        padding: 1.5vw;
    }

    .media-body {
        padding-left: 3vw;
        font-size: 5.6vw;
        position: relative;
        top: 1.5vw;
    }

    .fa-ellipsis-h {
        position: relative;
        bottom: 10vw;
        font-size: 5.5vw;
        margin-right: 3vw;
    }

    .panel-body {
        padding: 3vw;
    }

    .not {
        height: 100vw;
        width: 100%;
    }

    .iconsec {
        padding-top: 3vw;
        padding-left: 1.5vw;
        font-size: 5.6vw;
    }

    .caption {
        padding-left: 1.5vw;
    }

    .read {
        padding-left: 1.5vw;

    }

    .time {
        font-size: 3.5vw;
    }

    .menu {
        height: 9vw;
    }

    .menu a {
        margin-left: 6vw;
        margin-right: 6vw;
        font-size: 6vw;
        color: #d32f2f;
    }
}


.feed-post {
    margin: 20px 30% 0 30%;
    border-radius: 10px;
}

.circleimg {
    width: 50px;
    border-radius: 50%;
    float: left;
    margin: 10px 0px 10px 20px;
}

.circlename {
    margin: 30px 0px 0px 10px
}

.cintillo {
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
}

.tipo-anuncio {
    background-color: #d9534f;
}

/* rojo */
.tipo-evento {
    background-color: #5bc0de;
}

/* azul */
.tipo-actualizacion {
    background-color: #5cb85c;
}

/* verde */
.post-body {
    padding: 15px;
}

.post-footer {
    font-size: 14px;
    color: #777;
    border-top: 1px solid #eee;
    padding: 10px 15px;
}

.post-attachment img {
    max-width: 100%;
    margin-top: 10px;
    border-radius: 0;
}


.previewgeneral {
    margin: 5px 0 0 0;
    padding: 0 0 1px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
}


.texto-expandible {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3; /* se sobreescribirá dinámicamente */
    transition: all 0.3s ease;
}

.texto-expandible.expandido {
    -webkit-line-clamp: unset;
    display: block;
}

.searchbandge {
    padding: 10px;
    font-size: 14px;
}

.userimagebadge {
    width: 20px;
    border-radius: 50px;
}

.likeselected {

}

.likenoselected i {
    color: #333 !important;
}

.filteroptions {
    z-index: 9
}

.postgallery-image {
    width: 100%;
    object-fit: cover;
    max-height: 390px;
    height: 100%;
}


.cintilloform {
    color: white;
    margin: 0px 0 0px 0;
    width: 105%;
}
