.related-viewer-portlet.cols-2 .relatedContent section{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;}.cols-2 .noticias,.cols-2 .iter-tabview-content-item{display:grid!important;grid-template-columns:repeat(2,1fr);column-gap:10px;row-gap:10px;}@media(min-width:577px) and (max-width:767px){.cols-2 .noticias,.cols-2 .iter-tabview-content-item{grid-template-columns:repeat(2,1fr);}}@media(max-width:576px){.cols-2 .noticias,.cols-2 .iter-tabview-content-item{grid-template-columns:repeat(1,1fr);}.cols-2 .noticias{margin-bottom:15px;}}.cols-3 .noticias,.cols-3 .iter-tabview-content-item{display:grid!important;grid-template-columns:repeat(3,1fr);column-gap:10px;row-gap:10px;}@media(min-width:577px) and (max-width:767px){.cols-3 .noticias,.cols-3 .iter-tabview-content-item{grid-template-columns:repeat(2,1fr);}}@media(max-width:576px){.cols-3 .noticias,.cols-3 .iter-tabview-content-item{grid-template-columns:repeat(1,1fr);}}.cols-3b .noticias,.cols-3b .iter-tabview-content-item{display:grid!important;grid-template-columns:repeat(3,1fr);column-gap:10px;row-gap:10px;}@media(max-width:767px){.cols-3b .noticias,.cols-3b .iter-tabview-content-item{grid-template-columns:repeat(2,50%);}}.cols-4 .noticias,.cols-4 .iter-tabview-content-item{display:grid!important;grid-template-columns:repeat(4,1fr);column-gap:10px;row-gap:10px;}@media(min-width:577px) and (max-width:767px){.cols-4 .noticias,.cols-4 .iter-tabview-content-item{grid-template-columns:repeat(2,1fr);}}@media(max-width:576px){.cols-4 .noticias,.cols-4 .iter-tabview-content-item{grid-template-columns:repeat(1,1fr);}}.cols-6 .noticias,.cols-6 .iter-tabview-content-item{display:grid!important;grid-template-columns:repeat(6,1fr);column-gap:10px;row-gap:10px;}@media(min-width:577px) and (max-width:767px){.cols-6 .noticias,.cols-6 .iter-tabview-content-item{grid-template-columns:repeat(3,1fr);}}@media(max-width:576px){.cols-6 .noticias,.cols-6 .iter-tabview-content-item{grid-template-columns:repeat(1,1fr);}}.rows-2 .noticias{display:grid;grid-template-columns:repeat(1,1fr);row-gap:10px;}