.banner-top {
    position: relative;
    min-height: 200px;
    background: #272727;
    background-image: url(../images/LNG-2.png);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}
.banner-top:before {
    content:"";
    background: rgb(27 27 27 / 72%);
    width: 100%;
    height: 100%;
    position: absolute;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+30,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 30%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.45) 30%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.45) 30%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

h2.h2-new {
    /* text-align: center; */
    margin: 0;
    padding: 131px 0;
    padding-left: 260px;
    color: white;
    content: "";
    background-image: url(../images/logotipo_gnl_.png);
    position: relative;
    background-size: 247px;
    background-repeat: no-repeat;
    background-position: left center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 2px;
}

.contenido-gral {
    max-width: 1400px;
    margin: 40px auto;
    padding-left: 15px;
    padding-right: 15px;
}

img {
    display: block;
    width: 100%;
    /* height: 200px; */
}

span.time {
    position: absolute;
    top: 15px;
    display: inline-block !important;
    padding: 2px 10px;
    margin-bottom: 10px;
    background: #04b371;
    color: white;
    left: 15px;
    z-index: 2;
}

body.home {
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 13px;
}

h3 a {
    color: #383838;
    font-weight: 200;
    font-size: 18px;
}

article.article-news {
    position: relative;
    margin-bottom: 30px;
}

.article-news-excerpt a {
    color: inherit;
    text-decoration: none;
}

.wrapper {
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

h3 a:hover {
    color: #33b370;
}

a.image {}

.article-news-image a.image {}

div#cumpleanoshoy .item>div img.img-cumpleano {}
html div#cumpleanoshoy .item>div .usuario-div{
    height: 140px;
}
.article-news-image a.image {
    position: relative;
    width: 100%;
    height: auto;
    background: rgba(204, 204, 204, 0);
    overflow: hidden;
    height: 180px;
    display:block;
x;
}




.article-news-image a.image img {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 300%;
    top: auto;
}


@supports(object-fit: cover){
.article-news-image a.image img {
      height: 100%;
      object-fit: cover;
      object-position: center center;
}
}



.bloque-botones span.btn-volver, a.btn-volver {
    background: #ff971e;
    top: 0;
    padding: 8px 10px;
    border-radius: 8px;
    color: white;
    margin-top: 30px;
    display: inline-block;
    min-width: 60px;
    text-align: center;
}
.bloque-botones span.btn-volver, a.btn-volver {
    background: #50504f;
    border-radius: 3px;
    display: inline-block;
}
a.btn-volver + a.btn-volver {
    margin-left: 20px !important;
}
a.btn-volver.volver-noticias {
    background: #248d6b;
}
div#s4-workspace>div#s4-bodyContainer>div#contentRow>#contentBox {
    margin: 0;
    padding: 0 15px !important;
    /* width: auto !important; */
}
html div#DeltaPlaceHolderMain {
    padding: 0 !important;
}
.item-noticiainteior {
    margin: 0 auto;
    max-width: 1000px;
}
span.img-carrusel-img-noticia:before {
    content: "";
        background-image: url(../images/logotipo_gnl_.png);
    width: 300px;
    height: 80px;
    position: absolute;
    left: 20px;
    top: 10px;
    background-size: 90%;
    background-repeat: no-repeat;
}
span.img-carrusel-img-noticia {
    width: 100%;
    min-height: 400px;
    display: block;
    background-size: cover;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    background-position: center;
    position: relative;
    /* margin: -15px; */
    width: auto;
    border: 0;
    min-height: 624px;
}
span.img-carrusel-img-noticia:after {content:"";background: rgba(31, 158, 255, 0.33);width: 100%;height: 50%;text-align:center;font-size:150%;line-height:34px;transition:transform .35s;/* opacity:0; */-webkit-transition:opacity 0.35s,-webkit-transform .35s;transition:opacity 0.35s,transform .35s;/* opacity: 0 !important; */display: block;position: absolute;top: 0;left: 0;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */}
span.img-carrusel-img-noticia:before {
    z-index: 1;
}

.bloque-texto {
    padding: 22px 30px;
    background: white;
    margin: -110px 46px 0 46px;
    z-index: 999999;
    position: relative;
    margin-bottom: 30px;
}
div#s4-titlerow {
    display: none !important;
}

div#s4-bodyContainer {    background: #222940;}

.item-noticiainteior div.bloque-botones {
    margin: 0 46px 0 46px;
}

.item-noticiainteior .fecha-noticia {
    background: #04b371;
    color: white;
    display: inline-block;
    display: inline-block !important;
    padding: 2px 10px;
    margin-bottom: 10px;
}

span.img-carrusel-img-noticia:before {
    bottom: 100px;
    top: auto;
    left: 36px;
}
h1.nombre-noticia {
    margin-top: 0px;
    color: #484b4e;
}
span.img-carrusel-img-noticia:after {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#222940+0,222940+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top,  rgba(34,41,64,0) 0%, rgba(34,41,64,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(34,41,64,0) 0%,rgba(34,41,64,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(34,41,64,0) 0%,rgba(34,41,64,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00222940', endColorstr='#a6222940',GradientType=0 ); /* IE6-9 */
    bottom: 0;
    top: auto;
    height: 50%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#222940+0,222940+100&0+0,0.88+94 */
    background: -moz-linear-gradient(top,  rgba(34,41,64,0) 0%, rgba(34,41,64,0.88) 94%, rgba(34,41,64,0.88) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(34,41,64,0) 0%,rgba(34,41,64,0.88) 94%,rgba(34,41,64,0.88) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(34,41,64,0) 0%,rgba(34,41,64,0.88) 94%,rgba(34,41,64,0.88) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00222940', endColorstr='#e0222940',GradientType=0 ); /* IE6-9 */
}

h1.nombre-noticia {
    font-size: 38px;
}

.item-noticiainteior div.bloque-botones a {
    font-size: 14px;
    font-weight: 300 !important;
}

body.home.interior {
    background: #222840;
}

.article-btn-more {}

.article-btn-more a {
    background: #33b370;
    top: 0;
    padding: 8px 10px;
    border-radius: 8px;
    color: white;
    margin-top: 15px;
    display: inline-block;
    min-width: 60px;
    text-align: center;
}

.article-news-excerpt {
    padding: 0 15px;
    background: white;
    padding-bottom: 10px;
    color: #969696;
    max-height: 113px !important;
    min-height: 113px !important;
    height: 113px !important;
}

.article-news-title {
    padding: 10px 15px;
    background: white;
    padding-top: 10px;
}

.article-news-title h3 {
    margin: 0;
}

.article-btn-more span {
    background: #33b370;
    top: 0;
    padding: 8px 10px;
    border-radius: 8px;
    color: white;
    margin-top: 15px;
    display: inline-block;
    min-width: 60px;
    text-align: center;
    cursor: pointer;
}