#noticias{
    background-color: #ede7e7;
  }
/* biblioteca banner */
.main_banner {
    height: 410px;
    width: 100%;
    object-fit: cover;
  }
  .content{
	margin-top: -14rem;
}
  .title {
    position: absolute;
    top: 280px;
    color: #fff;
    margin-left: 2rem;
  }
/* FIN biblioteca banner  */

section#card_news_box{
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    /* margin-left: 2rem; */
}
.card_news{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 190px;
    margin: 1rem;
}
.card_news_body{
    padding: 1rem 0.5rem;
    border-radius: 7px;
}
.card_news_header{
    text-align: center;
    width: 100%;
    max-width: 200px;
    width: 100%;
    max-height: 200px;
    height: 100%;
    overflow: hidden;
}
.card_news_header img{
    width: 100%;
}

.card_news_body{
    color: #284A53;
    background-color: #fff;
}
.card_news_body .division{
    padding:  0 1rem;
    border-bottom: 1px solid #284A53;
}
.card_news_body p{
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.card_news_body small {
    margin-top: 1rem;
    font-size: 0.7rem;
}
.btn-ver{
    text-align: center;
    border: 1px solid #c1c1c1;
    padding: 0.1rem 0.5rem;
}
.btn-ver a{
    text-decoration: none;
    color:#C1C1C1;
    font-size: 0.8rem;
}


@media (max-width: 992px){
    section#card_news_box{
        width: 100%;
        justify-content: center;
    }
    .content{
        margin-top:unset
    }
}


#news_content_view .news_date {
    letter-spacing: 2px;
}
#news_content_view .news_title {
    font-size: 3rem;
    border-bottom: 1px solid;
    width: 50%;
    /* margin-bottom: 2rem; */
    letter-spacing: 1px;
}
#news_content_view .news_author {
    font-weight: 500;
    font-style: italic;
    color: #41464b;
}
#news_content_view .news_img_container {
    margin: 1rem 0;
}
#news_content_view .news_content {
    margin-bottom: 10rem;
}

#news_content_view .news_content #buttons_share {
    position: absolute;
    bottom: 0;
}

#news_content_view .news_content #buttons_share > ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0;
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
}

#news_content_view .news_content #buttons_share > ul > li {text-align: center;font-size: 1.7rem;margin: 0 .5rem;position: relative;}
#news_content_view .news_content #buttons_share > ul > li > a {
    color: #2f7f78;
    cursor: pointer;
    padding: 0 1rem;
    border: 1px solid #2f7f78;
    opacity: .8;
    transition: all .1s ease;
    z-index: 2;
}

#news_content_view .news_content #buttons_share > ul > li > a:hover {
    color: #2f6782;
    border: 2px solid #2f6782;
    opacity: 1;
}
#news_content_view .news_content #buttons_share > ul > li > .alert {
    position: absolute;
    top: -60px;
    font-size: .7rem;
    font-weight: 500;
    padding: 0;
}

@media (max-width: 600px ) {
    #news_content_view .news_title {
        width: 100%;
    }
}