.blogGRid {
    margin: -20px 0 -30px;
    background: url('img/blog/fondo-blog.png') no-repeat 0 0 /cover;
    padding: 60px 0 30px;
}
.blogGRid > h1{
    width: 300px;
    margin-left: 15%;
    padding-top: 20px !important;
    font-weight: 900;
    color: #6d6d6d;
    background: url(img/blog/titulo-blog.png) no-repeat 0 100% /contain;
}
.blogGRid .blogItem {
    width: 70%;
    margin: 0 auto 30px;
    background: #dcdcdc;
    overflow: hidden;
    border-radius: 20px;
}
.blogGRid .blogItem > img{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 3px 9px 9px #b0b0b0;
    max-height: 250px;
    width: 100%;
    object-fit: cover;
}
.blogGRid .blogItem .postData .postDataContent {
    width: 95%;
    margin: 10px auto 20px;
}
.blogGRid .blogItem .postData .postDataContent p {
    color: #6d6d6d;
}
.blogGRid .blogItem .postData .postDataHeader{
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    background: url(img/blog/subtitulo-blog.png) no-repeat 0 100% /contain;
}
.blogGRid .blogItem .postData .postDataHeader > a {
    text-decoration: none;
}
.blogGRid .blogItem .postData .postDataHeader h2{
    color: #6d6d6d;
}
.blogGRid .blogItem .postData .postDataHeader .share .fa-brands{color: #fff;padding: 3px 20px;}
.fa-facebook-f {
	background: #4267B2;
}
.fa-linkedin-in {
	background: #0072b1;
}
.fa-pinterest-p {
	background: #E60023;
}
.fa-twitter {
	background: #1DA1F2;
}
.wrapDetalleNoticia{
	margin: 0px 0 -30px;
	background: url('img/blog/fondo-blog.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
	padding: 80px 0 30px;
	width: 100%;
}
.detalleNoticia {
    width: 75%;
    margin: 30px auto;
    display: flex;
    gap: 0 30px;
    justify-content: space-between;
    flex-flow: row;
}
.detalleNoticia section {width: 70%;}
.detalleNoticia section .featuredImage {
    border-radius: 20px;
    height: 315px;
    object-fit: cover;
    width: 100%;
    object-fit: cover;
}
.detalleNoticia section .postDataHeader{
    display: flex;
    justify-content: space-between;
    background: url('img/blog/titulo-blog.png') no-repeat 0 bottom /100%;
    padding: 10px 0 15px;
}
.detalleNoticia section .postDataHeader p{
    margin: 0 0 0 10px;
    font-size: 0.9em;
}

.detalleNoticia > section .postDataHeader .share a .fa-brands{color: #fff;padding: 3px 20px;}
.detalleNoticia > section .tituloNoticia {
	color: #6d6d6d;
	font-weight: 900;
}
.detalleNoticia aside {
    width: 30%;
}
.detalleNoticia > aside .relatedArticles .relatedArticle{
    background: #ddd;
    margin: 0 0 20px;
    overflow: hidden;
    border-radius: 20px;
    padding: 0 0 10px;
}
.detalleNoticia > aside .relatedArticles .relatedArticle img{
    height: 190px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 5px 5px #aaa;
}
.detalleNoticia > aside .relatedArticles .relatedArticle h3{
    margin: 5px 0;
    background: url(img/blog/titulo-blog.png) no-repeat 0 bottom /100%;
    width: 90%;
    margin: 5px auto;
    padding: 0 0 3px;
}
.detalleNoticia > aside .relatedArticles .relatedArticle p{
    width: 90%;
    margin: 0 auto;
    font-size: 0.8em;
}
.detalleNoticia > aside form {
    margin: 0 0 20px;
}
.cargarMasNoticias {
	background: #6ba43a;
	color: #fff;
	width: 300px;
	margin: 20px auto;
	display: block;
	height: 50px;
	border-radius: 20px;
	box-shadow: 0px 6px 9px 0px #b0b0b0;
	font-size: 1.2em;
}
.btn-ntc {
    color: #6d6d6d;
    text-decoration: none;
    font-weight: bold;
}
.title-ntc {
    font-weight: bold;
}

.title-principal {
    font-size: 32px;
}

.title-seconday {
    font-size: 16px;
    margin: 0;
}

@media(max-width: 991px) {
	.detalleNoticia {
		flex-flow: column;
	}
	.detalleNoticia > aside {
		margin: 20px 0 0;
	}
	.blogGRid {
		padding: 90px 0 30px;
	}
	.blogGRid .blogItem {
        width: 85%;
    }
    .blogGRid > h1{
        margin-left: 8%;
    }
}
@media (max-width: 1380px) {
        .share {
        width: 6%;
        margin-bottom: 2%;
    }
    .fa-facebook-f {
        width: 100%;
        margin-bottom: 3px;
    }
    .fa-linkedin-in {
        width: 100%;
        margin-bottom: 3px;
    }
}
@media (max-width: 991px){
    .share {
        width: 9%;
    }
    .blogGRid, .wrapDetalleNoticia{
        background: url('img/blog/fondo-blog.png');
        background-size: contain;
    }
    .detalleNoticia section {
        width: 100%;
      }
    .postContent {
        text-align: justify;
    }
    .detalleNoticia aside {
        width: 100%;
    }
}
@media (max-width: 849px){
    .share {
        width: 8%;
    }
    .blogGRid, .wrapDetalleNoticia{
        background: url('img/blog/fondo-blog.png');
        background-size: contain;
    }
    .detalleNoticia section {
        width: 100%;
      }
    .postContent {
        text-align: justify;
    }
    .detalleNoticia aside {
        width: 100%;
    }
}
@media (max-width: 743px){
    .share {
        width: 9%;
    }
    .blogGRid, .wrapDetalleNoticia{
        background: url('img/blog/fondo-blog.png');
        background-size: contain;
    }
    .detalleNoticia section {
        width: 100%;
      }
    .postContent {
        text-align: justify;
    }
    .detalleNoticia aside {
        width: 100%;
    }
}
@media (max-width: 637px){
    .share {
        width: 10%;
    }
    .blogGRid, .wrapDetalleNoticia{
        background: url('img/blog/fondo-blog.png');
        background-size: contain;
    }
    .detalleNoticia section {
        width: 100%;
      }
    .postContent {
        text-align: justify;
    }
    .detalleNoticia aside {
        width: 100%;
    }
}
@media (max-width: 531px){
    .share {
        width: 12%;
    }
    .blogGRid, .wrapDetalleNoticia{
        background: url('img/blog/fondo-blog.png');
        background-size: contain;
    }
    .detalleNoticia section {
        width: 100%;
      }
    .postContent {
        text-align: justify;
    }
    .detalleNoticia aside {
        width: 100%;
    }
}
@media (max-width: 425px){
    .share {
        width: 20%;
    }
    .blogGRid, .wrapDetalleNoticia {
        background: url('img/blog/fondo-blog.png');
        background-size: contain;
    }
    .detalleNoticia section {
        width: 100%;
      }
    .postContent {
        text-align: justify;
    }
    .detalleNoticia aside {
        width: 100%;
    }
}
@media (max-width: 320px){
    .share {
        width: 20%;
    }
    .blogGRid, .wrapDetalleNoticia {
        background: url('img/blog/fondo-blog.png');
        background-size: contain;
    }
    .detalleNoticia section {
        width: 100%;
      }
    .postContent {
        text-align: justify;
    }
    .detalleNoticia aside {
        width: 100%;
    }
}
.tituloprincipal.marcasqueconfian {
    margin-top: 0px;
    margin-bottom: 40px;
    color: #6ba43a;
    font-size: 28px;
    text-align: center;
}