body {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}



.next-post h4 {
    /*margin-bottom: 0px;*/
}


/*Fuentes*/
@font-face {
    font-family: "Candara";
    src: url("../../../asset/font/candara/Candara.ttf");
}

@font-face {
    font-family: "Candara Bold";
    src: url("../../../asset/font/candara/Candarab.ttf");
}

@font-face {
    font-family: "Candara Italic";
    src: url("../../../asset/font/candara/Candarai.ttf");
}

@font-face {
    font-family: "Candara Italic Bold";
    src: url("../../../asset/font/candara/Candaraz.ttf");
}

@font-face {
    font-family: "Gisha";
    src: url("../../../asset/font/gisha/gisha.ttf");
}

@font-face {
    font-family: "Gisha Bold";
    src: url("../../../asset/font/gisha/gishabd.ttf");
}

@font-face {
    font-family: "Humanist-header";
    src: url("../../../asset/font/Humanist/Humanist-bt-bold.woff");
}

@font-face {
    font-family: "Humanist-body";
    src: url("../../../asset/font/Humanist/Humanist-bt.woff");
}

@font-face {
    font-family: "Humanist-title";
    src: url("../../../asset/font/Humanist/Humaniste-bt-black.woff");
}

@font-face {
    font-family: "Mercedes-DB";
    src: url("../../../asset/font/Mercedes/mercedes-serial-regulardb.ttf");
}


/*--------*/


/*Post*/

.link:hover {
    cursor:pointer;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .7);
}

.scroll-post ::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
}

.scroll-post ::-webkit-scrollbar
{
    width: 8px;
    height: 8px;
}

.scroll-post ::-webkit-scrollbar-track,
.scroll-post ::-webkit-scrollbar
{
/*    background-color: rgba(255,255,255,.10);
    border-radius: 10px;*/
}


.scroll-post ::-webkit-scrollbar-thumb
{
    /*border-radius: 10px;*/
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #ec893d;
}

.scroll-post .post__comment--content ::-webkit-scrollbar-thumb 
{
    /*border-radius: 10px;*/
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #ec893d;
}

.scroll-post  ::-webkit-scrollbar-thumb .Imagenes
{
    /*border-radius: 10px;*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(164, 220, 115, 0.9);
}

.Noticia {
}

.Media-Body{
    width: 92%;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0 auto;
}

.Imagenes{
    width: 100%;
    overflow-x: auto;
}

.Image{
    float: left;
    width: 190px;
    height: 140px;
    position: relative;
    border: solid 2px #fff;
}

.Image img{
    float: left;
    margin-right: 10px;
    display: inline-block;
    width: 190px;
    height: 140px;
}

.Image:hover .overlay{
    opacity: 1;
}

.Image .overlay{
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    background: rgba(0, 0, 0, .15);
    justify-content: center;
    display: flex;
    height: 100%;
    opacity: .5;
    cursor: pointer;
    width: 100%;
    height: 100%;
    align-items: center;
    position: absolute;
    color: white;
}



.Media-Body iframe {
    height: 100%;
    width: 90%;
    margin: 0 auto;
}

.Notimagen{
    width: 100%;
}

/*------*/


/*Comments*/



.comment-line {
    height: 65%;
    overflow-y: scroll;
}

.Comentario {
    margin-left: 8px;
    /*margin-right: 8px;*/
    border-radius: 2px;
    padding: 5px 10px;
    /*word-break: break-all;*/
    /*border: 1px solid rgba(58, 64, 61, 0.4);*/
    background: rgba(40, 96, 65, 0.8);
    margin-bottom: 8px;
    text-align: justify;
}

/*

i {
    color: #ffffff;
}
*/
.divider {
    width: 40%;
    margin-top: 10px;
}

.comment {
    margin-bottom: 5px;
    font-size: 0.86em;
}

.author {
    font-size: .80em;
    font-weight: lighter;
    margin-top: 5px;
    color: #ec893d;
}
.Comments-Form {
    position: absolute;
    background: #FFFFFF;
    height: 20vh;
    min-height: 140px;
    width: 400px;
    padding-top: 10px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.Comments-Form input,
textarea {
    margin: 5px 10px 5px 12px;
    width: 90%;
    padding: 1px 10px 3px 4px;
    height: 18px;
    font-size: 16px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid #6C7A89;
    color: #000;
    font-family: Humanist-body;
    font-size: 14px;
}

.Comments-Form textarea {
    margin: 5px 10px 5px 12px;
    width: 90%;
    padding: 1px 10px 3px 4px;
    height: 50px;
    font-size: 16px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid #6C7A89;
    color: #000;
    font-family: Humanist-body;
    font-size: 14px;
}

.Comments-Form button {
    border: 0;
    background: rgb(40, 96, 65);
    padding: 5px 10px;
    font-size: 14px;
    /*border-radius: 3px;*/
    /*margin-left: 75%;*/
    /*margin-top: 5px;*/
    font-family: Humanist-body;
    /*font-size: 14px;*/
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: white;
}

/*i {
    color: rgba(255, 255, 255, .9);
}
*/
.Button {
    border: none;
    border-radius: 2px;
    height: 30px;
    outline: 0;
    padding: .2rem 0 .2rem .5rem;
    -webkit-tap-highlight-color: transparent;
    background: #108B48;
}

.Button:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

::-webkit-input-placeholder {
    color: #6C7A89;
    font-family: Humanist-body;
}

::-moz-placeholder {
    color: #6C7A89;
    font-family: Humanist-body;
}

::-ms-input-placeholder {
    color: #6C7A89;
    font-family: Humanist-body;
}

::-moz-placeholder {
    color: #6C7A89;
    font-family: Humanist-body;
}


