/*
 * Styles for magazine widgets.
*/

/* --------------------------------
 * General
 * -------------------------------- */

 #magazine-front-page-content-widgets .widget,
 #magazine-front-page-below-header-widgets .widget{
 	margin:0 0 21px;
 	margin:0 0 1.5rem;
    line-height:1.2;
}
  #magazine-front-page-content-widgets .entry-title,
  #magazine-front-page-below-header-widgets .entry-title{
    font-size: 21px;
    font-size: 1.5rem;
    font-weight: normal;
 }
 div[class^="wrapper-mag-widget-"]{ /* Envoltura de todos los widgets del front page */
     box-sizing:border-box;
     margin:28px 0;
     margin:2rem 0;
     overflow:hidden;
 }
div[class^="wrapper-mag-widget-"] img{
    display:block;
    width:100%;
}
.post-meta-fp{
    display:none;
}
#magazine-front-page-below-header-widgets div[class^="wrapper-mag-widget-5-posts-st1"]{
    margin:14px 0 0;
    margin:1rem 0 0;
}
@media screen and (min-width: 640px){
 .post-meta-fp{
    display: inline-block;
 	padding:7px 0;
 	font-size:13px;
 	font-size:0.9285714285714286rem;
    font-size: 12px;
    color:#9a9a9a;
 }
 }
.post-meta-fp a{
    color:#9a9a9a;
}
.fondo-degradado-2 {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.fondo-degradado{
	background-color:rgba(0,0,0, 0.5);
}
.mag-widget-title-tab {
    display:inline-block;
	padding: 3px 14px;
    color:#fff;
    font-size: 15px;
}
.excerpt-in-main-item {padding-top:14px; font-size:14px;}
.light-frame,
.dark-frame{
    padding:2px !important;
    border-radius:4px;
}
.light-frame{
    box-sizing: border-box;
    background-c