/* portada.css */

@-moz-keyframes Flicker{0%{opacity:0.1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";filter:alpha(opacity=10)}to{opacity:1;-ms-filter:none;filter:none}}@-webkit-keyframes Flicker{0%{opacity:0.1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";filter:alpha(opacity=10)}to{opacity:1;-ms-filter:none;filter:none}}@-o-keyframes Flicker{0%{opacity:0.1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";filter:alpha(opacity=10)}to{opacity:1;-ms-filter:none;filter:none}}@keyframes Flicker{0%{opacity:0.1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";filter:alpha(opacity=10)}to{opacity:1;-ms-filter:none;filter:none}}

a{color: rgb(102, 102, 102); text-decoration:none;}
a:hover { text-decoration:none!important;}
a:hover > img, a:hover > h2, a:hover > picture, a:hover > span, a:hover > h4 { opacity: .8; -webkit-transition: opacity .4s; transition: opacity .4s;}
.contenido-columna a {color: rgb(1, 108, 162); text-decoration:underline;}
.lee-tambien-titular a{text-decoration:none;}


*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'GothamPro';
    font-size: 18px;
}




.container {
    position: relative;
}

.streaming-fb {
    width: 100%;
    background: url(https://www.vlnradio.cl/wp-content/themes/2020/images/bg_envivo.jpg);
    word-break: break-word;
    display: none;
}

.streaming-fb .cabecera-streaming {
    background: #bc0000;
    color: #fff;
    padding: 10px;
}

.streaming-fb .cabecera-streaming h4 {
    margin: 0;
    font-weight: bold;
    padding-left: 15px;
}

@media (max-width:768px){
	.streaming-fb .cabecera-streaming h4{font-size:16px;}
	.streaming-fb .cabecera-streaming .flicker{font-size:14px;}
}

.info-streaming {
    padding: 2em 0;
}

.info-streaming h4 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 600;
}

.info-streaming p {  color: #fff; font-size: 18px; white-space: pre-wrap; margin-top: 20px; max-height: 15rem; }

.info-streaming p::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background-image: linear-gradient(360deg, #171A23 50%, #ffffff00 60%);
    bottom: 0;
}

.flex {
    display: flex;
    align-items: center;
}

.flicker {
    -webkit-animation: Flicker 0.8s ease-out alternate infinite;
    -moz-animation: Flicker 0.8s ease-out alternate infinite;
    -o-animation: Flicker 0.8s ease-out alternate infinite;
    -ms-animation: Flicker 0.8s ease-out alternate infinite;
    animation: Flicker 0.8s ease-out alternate infinite;
}

.w-iframe {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }
  
  .w-iframe iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }

  .redes-sociales-streaming {
    border-top: 10px solid #bc0000;
    margin-top: 0;
    padding-top: 34px;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 25px;
}

.redes-sociales-streaming .now-box__socials li {
    margin: auto;
}

.redes-sociales-streaming .now-box__socials a {
    font-size: 30px;
    background-color: #fff;
    border-radius: 50%;
    color: var(--bg-now-box-header);
    display: block;
    line-height: 51px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.redes-sociales-streaming .now-box__socials {
    display: flex;
    padding: 0;
    list-style: none;
}

.redes-sociales-streaming h4{
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.en-desarrollo { background: #bc0000; font-size: .8em; color: #fff; padding: 5px; font-weight: bold; position: relative; top: -2px; }

@media (max-width:768px){
.en-desarrollo {
    font-size: 3.5vw;
}
.redes-sociales-streaming {
    position: relative!important;
}
}

.en-desarrollo.portada{
    position: absolute;
    top: 0;
    margin: 20px;
    z-index: 1;
}

.p-block .en-desarrollo.portada {
    position: relative;
    margin: 0;
}

.d-block .en-desarrollo.portada {
    position: absolute;
    top: 0;
    margin: 8px;
    z-index: 1;
    font-size: 10px;
}

.g-block, .r-block, .p-block, .d-block, .x-block, .ag-block{
    display:block;
    position: relative;
}




.contenido-columna table td, .contenido-columna table th {border: 1px solid #DDDDDD!important; }
.contenido-columna table { position: relative; z-index: 1; border: 0; font-family:Merriweather;}
.contenido-columna table:after { content: "";  background-size: 150%; background-position: center; background-repeat: no-repeat; opacity: 0.5; top: 0; left: 0; bottom: 0; width: 100%; height: 100%; right: 0; position: absolute; z-index: -1; }
.contenido-columna .fb-video span { width: 100%; overflow: hidden; position: relative; height: 0!important; display: table;}
@media (max-width: 480px) { .wp-block-embed-facebook.wp-block-embed.is-type-video.is-provider-facebook { margin-bottom: -5em; } }
blockquote { border-left: 8px solid #4F0999; }
@media (max-width:767px){ .contenido-columna table { width: 100%; margin: auto; padding: 0 16px; font-size: 3.5vw!important; margin: 3vw 0; } .contenido-columna table td p { font-size: 3vw!important; margin: 10px 0; padding: 0; } } .contenedor-nota h4:nth-of-type(1) strong{ font-weight: inherit; } .facebook-iframe-p{ display: block; max-width: 100%; width: 550px; min-width: 220px; margin-top: 10px; margin-bottom: 10px; } .my-youtube-video, .my-vimeo-video{ max-height: 400px; } .contenido-columna table { width:100%; } .contenido-columna iframe, .contenido-columna embed, .contenido-columna object { max-width: 715px; } .contenido-columna table tr:first-child{ vertical-align: bottom; border-bottom: 2px solid #ddd; } .contenido-columna table td p { font-size: 16px; margin: 10px 0; } .contenido-columna table td{ padding: 8px; line-height: 1.42857143; vertical-align: top; border: 1px solid #ddd; } .ima-ad-container { z-index: 1!important; } .pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-loader-relative { position: relative; width: 100%; right: 100%; } .pace-loader-fixed{ position:fixed; top: 0; right: 100%; width: 100%; } .title-cat a{ color: #3f3f3f; } .pace-inactive { display: none; background: #830303; } .pace .pace-progress { background: #f00; z-index: 2000; height: 2px; } .fb_iframe_widget, .fb_iframe_widget iframe, .fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe { width: 100%!important; } @media (max-width:767px){ .creditos-video { background: #9e9e9e!important; margin-top: 0!important; } .widget-portada{display:none;} } 



    body { color: #000; }
	body.admin-bar{margin-top:30px;}
	.herald-site-content { background: #FFF!important; }
	.topics__top{background: #2E1A46;  }
	.topics__top .wrapper__topics{ margin:auto; }
	.topics__top ul { padding: 0; list-style: none; display: flex; margin: 0; -webkit-box-pack: center; justify-content: center;  }
	.topics__top li { color: #fff; font-size: 13px; margin: 0 14px 0 0; padding: 5px; }
	.topics__top li a { color: #fff; font-size: 13px; margin: auto; padding: 5px; }
	.topics__top li:first-child{font-weight:bold;}
	.cn_he { background: #fff; z-index:10000;}
	.tcn_wrapper { border-bottom: 0.0625rem solid #efefef; background:#FFF; }
	.top_h { width: 1155px; margin: auto; padding: 0.25rem 0; display: grid; grid-gap: 10px; grid-auto-rows: minmax(103px,auto); grid-column-gap: 0; grid-template-rows: max-content; grid-template-columns: repeat(3,1fr); }
	.column_he.m_logo{margin:auto;}
	.x_bh button { background: 0 0;  border: none; cursor: pointer; padding:0;}
	header button { outline: none!important; }
	.x_bh button svg { fill: #000; width: 30px; height: auto; }
	.top_h .column_he{display: flex; display:-webkit-flex; vertical-align: middle; position:relative;}
	.date__header{display:none; font-family: MarcinAntB,sans-serif; font-size: .6875rem; line-height: 1rem; -webkit-box-align: center; align-items: center; grid-column: 1/9; position: absolute; top: 10px; left: 18px; }
	.top_h .x_bh{display: flex;}
	.listen__now svg {margin-right: 5px; top: -2px; }
	.listen__now strong { font-size: 12px; line-height: 20px; font-weight: 700; font-family: roboto; color: #fff; background: #ed1919; padding: 6px 10px; }
	.listen__now strong span {top: -1px; position: relative;}

	.listen__now{ margin-left: auto;}
	.box__m { background: 0 0;border: none; height: 100%; cursor:pointer; }
	.listen__now svg { -webkit-animation: Flicker .8s ease-out alternate infinite; -moz-animation: Flicker .8s ease-out alternate infinite; -o-animation: Flicker .8s ease-out alternate infinite; -ms-animation: Flicker .8s ease-out alternate infinite; animation: Flicker .8s ease-out alternate infinite; position: relative; }
	.cn_he .menu__bottom { width: 1155px; margin: auto;   }
	.cn_he .menu__bottom.home__men {    border-bottom: 0.0625rem solid #efefef; }
	.cn_he .menu__ul_w { display: flex; list-style: none; margin: 0; padding: 0; -webkit-box-pack: center; justify-content: center; font-family: MarcinAntB,sans-serif; }
	.cn_he .menu__ul_w a { font-size: .6875rem; line-height: .8125rem; color: #000; text-transform: uppercase; white-space: nowrap; letter-spacing: .00625rem; padding: 0.9375rem 0.5625rem; display:block;}
	.column_he.m_logo{flex-wrap: wrap; -webkit-box-pack: center; justify-content: center; text-align: center; }
	.column_he.m_logo span { font-size: 10px; width: 100%; position: relative; font-weight: 300; top: -5px; text-transform: uppercase; }
	.column_he.m_logo img { width: 130px; margin: 0.35em 0; }
	
	.tcn_wrapper{-webkit-transition: top .3s ease; transition: top .3s ease; top:-4rem;}
	.tcn_wrapper.head__f { top: 0; position: fixed; z-index: 4; width: 100%; border-bottom: 5px solid #efefef; }
	.tcn_wrapper.head__f .column_he.m_logo span{display:none;}
	.tcn_wrapper.head__f .column_he.m_logo img { width: 70px; margin: 4px 0; height: auto; }
	.tcn_wrapper.head__f .x_bh button svg { width: 25px; height: auto; }
	.tcn_wrapper.head__f .box__m {padding: 0;}
	.tcn_wrapper.head__f .top_h { padding-top: 0; padding-bottom: 0; }
	.progress___bar{display:none;}
	.tcn_wrapper.head__f .progress___bar { }
	
	.ad___top { text-align: center; position: sticky; top: 0; z-index: 1; }
	.ad___top img{padding: 0.5rem 0; }
	 body.mn__open{overflow:hidden;}
	 .mn__big{display:none;}
	 .mn__big .bg__mn {position: fixed; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .5); z-index: 10000; overflow: hidden;}
	 .mn__big.show__mn { display: block; position: fixed; left: 0; height: 100%; top: 0; z-index: 6; }
	 .mn__big.show__mn .nav__mn { display: block; position: absolute; left: 0; height: 100%; background: #fff; z-index: 10001; top: 0; overflow: auto; width: 18.875rem;-webkit-box-shadow: 0 0.0625rem 0.25rem 0 rgb(0 0 0 / 30%), 0 0.125rem 1.5rem 0 rgb(0 0 0 / 9%); box-shadow: 0 0.0625rem 0.25rem 0 rgb(0 0 0 / 30%), 0 0.125rem 1.5rem 0 rgb(0 0 0 / 9%); -webkit-box-sizing: border-box; }
	 .mn__big.show__mn .nav__mn{padding: 4.25rem 2.5rem; }
	 .mn__big.show__mn .nav__mn ul { margin: 0; padding-left: 0; list-style: none; padding-top: 1rem;    font-family: MarcinAntB,sans-serif; }
	 .mn__big.show__mn .nav__mn a { font-weight: 300; font-size: .75rem; line-height: 20px; color: #000; text-transform: uppercase; }
	 .mn__big.show__mn .nav__mn a:hover { font-weight: bold}
	 #btn_toggle_hamburger svg{fill:#000; width:30px; height:auto;}
	 #btn_toggle_hamburger {  position: absolute; top: 0; right: 0; }
	 #btn_toggle_hamburger{background: 0 0; padding: 1em; border: none; cursor: pointer;}
	 .nav__mn form button { background: 0 0; padding: 0.25em 0.5em; border: none; cursor: pointer; }
	 .nav__mn form .f_i { outline:0!important; font-size: .8125rem; background: transparent; font-weight: 400; line-height: 1rem; letter-spacing: .0075rem; padding: 0.5rem 0.75rem; width: 100%; border: 0; border-radius: 0.125rem; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
	 .nav__mn form .btn-bu svg { width: 0.9375rem; height: 0.9375rem; }
	 .nav__mn form { display: flex; }
	 .nav__mn .me_f { padding-bottom: 1.5625rem;  border-bottom: 0.0625rem solid #efefef; }
	 .mn__big ._df { padding-bottom: 1.5625rem; margin-bottom: 0.5625rem; border-bottom: 0.0625rem solid #efefef; }
	 .nav__mn form .f_i, .nav__mn form button { background: #efefef;}

	:root {
    	--grid-column-gap: 1.9375rem;
		--grid-column-gap-justify: -1.3125rem;
		--grid-offset: 1.25rem;
		--grid-offset-justify: -1.25rem
	}
	.cp_p { margin: auto;}
	
	.ad_column { text-align: right; position: -webkit-sticky; position: -moz-sticky; position: -ms-sticky; position: -o-sticky; position: sticky; top: 80px; transition: all .5s ease 0s; }
	.c__portada { margin: auto; display: grid; grid-gap: 10px; grid-auto-rows: minmax(103px,auto); grid-column-gap: 10px; grid-template-rows: max-content; grid-template-columns: 3fr; }
	.portada___r { max-width: 1155px; margin: auto; padding-top: 1.25rem; display: grid; grid-template-columns: repeat(12,1fr); grid-column-gap: 1.9375rem; }
	.portada__x { display: grid; grid-gap: 10px; grid-auto-rows: minmax(103px, auto); grid-column-gap: 1.9375rem; grid-template-rows: max-content; }
	.portada___r .column___ra {grid-column: span 12; position:relative;}
	.portada___r.columns__div .column___ra {grid-column: span 11; position:relative;}
	.portada___r.columns__div .column___r {width: 300px; position:relative; }
	.column___r:before { content: ""; height: 100%; width: 1px; background: #dedede; left: calc(var(--grid-column-gap)/2 - var(--grid-column-gap)); top: 0; position: absolute; }
		.portada__x.tp_2,
		.portada__x.tp_1 { grid-template-columns: repeat(12,1fr); border-bottom: 0.0625rem solid #e4e4e4;}

		.portada__x.tp_2 .columna_b{    grid-column: span 6; } 
		.portada__x.tp_2 .columna_a,
		.portada__x.tp_2 .columna_c
		{    grid-column: span 3;}

		.portada__x.tp_1 .columna_a{    grid-column: span 6; } 
		.portada__x.tp_1 .columna_b,
		.portada__x.tp_1 .columna_c
		{    grid-column: span 3;}

		.portada__x.tp_1 .columna_b:before,
		.portada__x.tp_1 .columna_c:before,
		.portada__x.tp_2 .columna_b:before,
		.portada__x.tp_2 .columna_c:before
		{ content: ""; height: 100%; width: .5px; background: #dedede; left: calc( var(--grid-column-gap)/2 - var(--grid-column-gap)); top: 0; position: absolute; }

	.portada__x  h2 { display: block; font-family: GothamPro,serif; line-height: 1em; color: #000; text-decoration: none; }
	.portada__x .columna_a, .portada__x .columna_b, .portada__x .columna_c {position: relative;}
	.portada__x.tp_1 .columna_a article h2,
	.portada__x.tp_2 .columna_b article h2 { font-size: 1.8em; font-weight: 700; color: #111; }
	.portada__x.tp_1 .columna_a article .sumario, .portada__x.tp_2 .columna_b article .sumario {font-size: .9375rem; }
	.portada__x.tp_1 .columna_c article, .portada__x.tp_1 .columna_b article,
	.portada__x.tp_2 .columna_a article, .portada__x.tp_2 .columna_c article { border-bottom: 0.0625rem solid #ebebeb; padding-bottom:1rem; }	
	.c__portada article picture { display: block; }
	.portada__x.tp_1 .columna_c article h2, .portada__x.tp_1 .columna_b article h2, .portada__x.tp_2 .columna_a article h2, .portada__x.tp_2 .columna_c article h2, .the_last article h2 { color: #000; line-height: 1.4375rem; letter-spacing: -.01812rem; font-weight: 600; font-size: 18px; margin: 0; font-family: Merriweather; }
	
	.portada__x article { font-family: Merriweather; margin-bottom: 1.25rem; }
	
	.c__portada .sumario, .cp_p .sumario { font-size: .8375rem; line-height: 1.1875rem; color: #4a4a4a; margin: 0.5rem 0 0; }
	.contenido-columna .authorbo { margin: 0.5em 0; font-size: 15px; }
	.authorbo p { margin: 0; padding: 0; font-size: 12px; }
	.portada___r .authorbo { margin: 0.5em 0; font-size: 15px; text-align: left; }
	.portada___r .authorbo p { margin: 5px 0; font-family: MarcinAntB,sans-serif; font-size: .625rem; line-height: .75rem; text-transform: uppercase; color: #666; }

	.portada__x.tp_1 .columna_b article:last-of-type, .portada__x.tp_1 .columna_c article:last-of-type,
	.portada__x.tp_2 .columna_a article:last-of-type, .portada__x.tp_2 .columna_c article:last-of-type { border-bottom: none; margin-bottom: 1rem; padding-bottom: 1rem; }
	
	.portada__x img { width: 100%; object-fit: cover; object-position: center;  }
	.c__portada article img { width: 100%; object-fit: cover; object-position: center;  }
	.portada__x article picture, .the_last article picture { display: block; position:relative; }
	.portada__x.tp_1 .columna_b article img, .portada__x.tp_1 .columna_c article img,
	.portada__x.tp_2 .columna_a article img, .portada__x.tp_2 .columna_c article img { height: 130px; width: 100%;}

	.the_last article img { height: 130px; width: 100%;}
	.portada__x.tp_1 .columna_a article img,
	.portada__x.tp_2 .columna_b article img { height: 340px; width: 100%; object-fit: cover; object-position: center;  }
	.ad_column .ad_300x250 { margin: auto; background: #F7F7F7; margin-bottom: 1em; max-height: 600px; overflow: hidden; }
	
	.the_last { margin: auto; padding: 1.5rem 0; display: grid; grid-template-rows: max-content; grid-auto-rows: minmax(103px, auto); grid-template-columns: repeat(12,1fr); grid-column-gap: 1.9375rem; }
.the_last article{position:relative;}
	.the_last article:nth-of-type(n+2):before { content: ""; height: 100%; width: .5px; background: #dedede; left: calc( var(--grid-column-gap)/2 - var(--grid-column-gap)); top: 0; position: absolute; }

	.the_last article img { width: 100%; object-fit: cover; object-position: center;  }

	.cp_p .art_cp_b { display: grid; grid-gap: 10px; grid-auto-rows: minmax(103px,auto); grid-column-gap: 1.375rem; grid-template-rows: max-content; grid-template-columns: 1.5fr 2fr; align-items: center; }
	.col_cp img { width: 100%; object-fit: cover; object-position: center; height: 402px; }
	
	.art_cp_b h2 { display: block; font-family:  GothamPro,serif; line-height: 1em; color: #000; text-decoration: none; font-size: 2em; font-weight: 700;   word-break: break-word; }
	.art_cp_b .cp_a { padding-left: 1em; text-align: center; }
	.cp_wrapper { display: grid; grid-gap: 10px; grid-auto-rows: minmax(103px, auto); grid-column-gap: 0.375rem; grid-template-rows: max-content; border-bottom: double #4a4a4a; padding-bottom: 1em; margin-bottom: 1em; }
	.cp__wrapp_p { display: grid; grid-gap: 10px; grid-auto-rows: minmax(103px, auto); grid-column-gap: 0.375rem; grid-template-rows: max-content; grid-template-columns: 1fr; }
	.cp__title a{color:#000;}
	.cp__title { position: relative; display: block; width: 100%; margin-bottom: 1em; border-bottom: 0.0625rem solid #000; border-top: 0.5rem solid #000; padding-top: 1.75rem; margin-bottom: 2.5rem;  margin-top:1rem; grid-column: span 12;}
	.cp__title h3{font-weight: 900; font-size: 2.075rem; line-height: 1.375rem; letter-spacing: -.03438rem; padding-bottom: 0.9375rem; padding-top: 1.125rem; display: inline-block; }
	.cp__title:after { content: ""; width: 90%; max-width: 13.125rem; height: 0.1875rem; background: #000; display: block; position: absolute; bottom: 0; left: 0; }
	article picture { padding-bottom:1rem; position:relative; }
	.all_p article { padding-bottom:1rem; }

	.c__portada article, .cp_p article { background: #fff; grid-column: span 3; }
    .adsLeft { display:none; padding-top: 1.5rem; display: block; position: absolute; left: -180px; height: 100%; } 
    .adsLeft #adsLeft_w { display: inline-block; position: sticky; position: -webkit-sticky; width: 100%; top: 80px !important; }
    .all_p { max-width: 1326px; margin: auto; position: relative; }
    #adsHeader__NP div { margin: auto; display: block; height: auto!important; }

    #adsHeader__NP { background: #f3f3f3!important; }
	.icon_multimedia_video { fill: #fff; width: 15%; bottom: 0; left: 0; margin: auto; right: 0; top: 0; position: absolute; }
	.portada___r .en-desarrollo { position: absolute; font-family: 'GothamPro'; left: 12px; top: 12px; font-size: 14px; }
	
	.all_p picture { position: relative; display: block; }
	.list__related h4 { color: #111; font-family: GothamPro,serif; font-size: .8125rem; line-height: 1.125rem; font-weight: 600; margin: 0; } 
	.list__related { padding-left: 35px; position: relative; margin-top: 14px; display:flex; align-items:center;}
	.list__related:before { content: ""; width: 12px; height: 12px; background: #2E1A46; display: inline-block; position: absolute; left: 9px; }

	@media (max-width: 1326px){
		.cn_he .menu__bottom, .cp_p, .c__portada, .top_h, .opinion__s { width: 100%; padding-left: 1rem; padding-right: 1rem; }
	}
	
	@media (max-width: 1115px){
        .art_cp_b .cp_a { padding: 2em; }
        .art_cp_b h2{font-size:1.8em;}
        .adsLeft {display:none;}
        
	}	
	
	@media (max-width: 1024px){
		.c__portada{grid-template-columns: 3fr;}
		.column___r{text-align:center; display:none;}
		.portada___r{grid-template-columns: 1fr; }
	}
	
	@media (max-width: 1000px){
		.ad_column{text-align:center;}
	}
	
	@media (max-width: 950px){
	    .cn_he { min-height: auto; position: relative; }
		.the_last{grid-template-columns: repeat(2,1fr);}
		.portada__x{grid-template-columns: repeat(1, 1fr); }
		.cp__wrapp_p { grid-template-columns: 1fr; }
		.portada__x.tp_1 .columna_c, 
		.portada__x.tp_1 .columna_b{grid-template-columns: repeat(2,1fr); margin: auto; display: grid; grid-template-rows: max-content; grid-gap: 1.075rem; grid-auto-rows: minmax(103px,auto); grid-column-gap: 1.075rem; }
		.cp__wrapp_p .portada__x.tp_2 .columna.columna_c { grid-gap: 1.075rem; grid-auto-rows: minmax(103px,auto); grid-column-gap: 1.075rem; display: grid; }
		.portada__x.tp_1 .columna_a { grid-column: 1/4; grid-row: 1/1; }
		.portada__x.tp_1 .columna_b { grid-column: 2/4; grid-row: 2/2; }
		.portada__x.tp_1 .columna_c { grid-column: 2/4; grid-row: 3/3; }
		.the_last { grid-template-columns: repeat(2,1fr); }
		.c__portada{grid-template-columns: 1fr;}
		.portada__x.tp_2 { grid-template-columns: 1fr 2fr; }
		.portada__x.tp_1 { grid-template-columns: 1fr; }
		.portada__x{grid-column-gap: 0;}
		.portada__x.tp_1 .columna_a article img, .portada__x.tp_2 .columna_b article img { height: auto!important; }
		.portada__x.tp_1 .columna_b article img, .portada__x.tp_1 .columna_a article img, .portada__x.tp_2 .columna_a article img, .portada__x.tp_2 .columna_c article img, .the_last article img { height: 15rem;}
		.cp__wrapp_p .the_last { grid-template-columns: repeat(2,1fr); }
		.cp_p .art_cp_b { grid-template-columns: repeat(2, 2fr); }
		
		.portada__x.tp_2 .columna.columna_b,
		.portada__x.tp_2 .columna.columna_a{margin: auto; display: grid; grid-template-rows: max-content; grid-gap: 1.075rem; grid-auto-rows: minmax(103px,auto); grid-column-gap: 1.075rem;}
		
		.portada__x.tp_2 .columna.columna_b{ grid-template-columns: repeat(1,1fr);  grid-column: 1/3; grid-row: 1/2; }
		.portada__x.tp_2 .columna.columna_a { grid-column: 1/3; grid-row: 2/2; grid-template-columns: repeat(2,2fr);  }
		.portada__x.tp_2 .columna.columna_c { grid-column: 1/3; grid-row: 3/3; grid-template-columns: repeat(2,2fr); }
		.portada___r.columns__div .column___ra{grid-column: span 12;}
	}
	
	@media (max-width: 874px){
		.listen__now strong span {top: 0; position: relative;}
	   .listen__now svg { top: -1px; left: 1px; width: 15px; }
		.listen__now strong { position: absolute; font-size: 13px!important; margin-left: -64px; margin-top: -14px; }
		.column_he.m_logo span, 
		.menu__bottom{display:none;}
		.cn_he{min-height:auto;}
		.column_he.m_logo img { width: 130px; }
		.x_bh button svg { width: 25px; height: auto; }
		.tcn_wrapper.head__f { border-bottom: 6px solid #efefef; }
		 .top_h { grid-template-columns: 1fr 2fr 1fr; }
		.box__m { width: 50px; padding: 1em 2em!important;}
		.top_h { padding-top: 0; padding-bottom: 0; }
		.cp_p .art_cp_b{grid-template-columns: repeat(1,1fr);}
		.art_cp_b .cp_a{padding:4em;}
		.art_cp_b h2 { font-size: 2em; }
		.cp__wrapp_p .the_last { grid-template-columns: repeat(2,1fr); }
		
		.topics__top .wrapper__topics{width: auto; margin-left: 1em; white-space: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar;}
		.topics__top li:first-child { display:none; }
		.topics__top ul { -webkit-box-pack: start; justify-content: start; }
		#lstn__now_svg::before { content: 'EN VIVO'; display: block; position: absolute; color: #000; font-size: 16px; top: 0; }
	.x_bh button { padding: 0 1em;  }
	}
	
@media (max-width: 674px){
		
		.portada__x.tp_2, .portada__x.tp_2 { grid-template-columns: repeat(1,1fr); }
		.column_he.m_logo span, 
		.menu__bottom{display:none;}
		.cn_he{min-height:auto;}
		.column_he.m_logo img { width: 100px; }
		.x_bh button svg { width: 25px; height: auto; }
		.tcn_wrapper.head__f { border-bottom: 6px solid #efefef; }
		 .top_h { grid-template-columns: 1fr 2fr 1fr; }
		.box__m { width: 50px; }
		.top_h { padding-top: 0; padding-bottom: 0; }
		.cn_he .menu__bottom, .cp_p, .c__portada, .top_h { width: 100%; padding:0; }
		.cp__title h3 { padding-left: 1rem; }
	}
	
@media (max-width: 460px){
	.portada___r article{ display: block; padding-left: 1.25rem; padding-right: 1.25rem; margin-left: auto; margin-right: auto; margin-bottom:1rem;}
	.portada___r {padding-top: 0rem;}
	.art_cp_b h2 { font-size: 7vw; }
	.the_last { grid-template-columns: 1fr; }
	
	.the_last article img, .cp_dep .the_last article img, .portada__x.tp_1 .columna_b article img, .portada__x.tp_1 .columna_a article img, .portada__x.tp_2 .columna_a article img, .portada__x.tp_2 .columna_c article img, .portada__x.tp_1 .columna_b article img, .portada__x.tp_1 .columna_c article img, .portada__x.tp_2 .columna_a article img, .portada__x.tp_2 .columna_c article img, .the_last article img {height:250px; }
	.list__related{margin-top:1em;margin-bottom:0; }

	 .portada__x.tp_2 .columna_a article img, .portada__x.tp_2 .columna_c article img { height: 12rem; }
	
	.portada__x.tp_1 .columna_c article h2, .portada__x.tp_1 .columna_b article h2, .portada__x.tp_2 .columna_a article h2, .portada__x.tp_2 .columna_c article h2, .the_last article h2 { font-size: 1.2rem;}
	.art_cp_b .cp_a { padding: 0; padding-bottom: 2rem; }
	.col_cp img {  height: 14rem; }
	
	.portada__x, .portada__x.tp_2 .columna_c, .portada__x.tp_1 .columna_c, .portada__x.tp_1 .columna_b { grid-gap: 0; grid-template-columns: repeat(1,1fr); }
    .portada__x.tp_2 .columna.columna_c, .portada__x.tp_2 .columna.columna_a { grid-template-columns: repeat(1,1fr); }
	    .portada__x.tp_2 .columna.columna_b article,
	    .portada__x.tp_2 .columna_a article:last-of-type {margin-bottom:1rem!important;}
    .cp__title h3 { font-size: 1.5rem; margin-top: 2rem; margin-bottom: 0; }
    .portada__x.tp_1 .columna_b article{margin-bottom:1rem!important;}
	}
	
	@media (max-width:305px){
	    .cp__wrapp_p .the_last { grid-template-columns: repeat(1,1fr); }
	}
	



.foot_desc__p{margin-top:12px;}
.contenedor-encabezado .foot_desc__p{margin:0;}



		.art_desarrollo { position: relative; display: grid; grid-template-rows: max-content; grid-template-columns: 2fr 1fr; align-items: center; }
		.art_desarrollo:after { background: linear-gradient(90deg,hsla(0,0%,100%,0),#ED1919 52%); content: ""; display: block; height: 100%; position: absolute; right: 0; top: 0; width: 70.405941%; z-index: 1; }
		.art_desarrollo .col__info { z-index: 2; position: relative; color: #fff; padding: 4em 1em; }
		.art_desarrollo h2{font-size: 1.8em; font-weight: 700; color: #FFF; }
		.art_desarrollo img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; object-position: center; }
		
		.art_desarrollo .sumario { font-size: 14px; margin: 0; color: #fff; font-family: Merriweather; }
		.art_desarrollo a{color:#fff!important;}
		.art_desarrollo .link__bg{position:absolute; z-index:2; width:100%; height:100%;}
		.art_desarrollo .icon_multimedia_video{z-index:2;}
		.art_desarrollo .col__img{height:100%;}
		.art_desarrollo .col__img picture { overflow: hidden; position: relative; height: 100%; padding-bottom: 56.25%; }
		.breaking__block .breaking_wrapp_related { margin: auto; padding: 1em; display: grid; grid-template-rows: max-content; grid-gap: 1.075rem; grid-column-gap: 1.075rem; background: #ED1919; grid-template-columns: repeat(12,1fr); }
		.breaking__block .breaking_related:nth-child(-n+2) { position: relative; grid-column: span 6; }
		.breaking__block .breaking_related:nth-child(n+3) { position: relative; grid-column: span 4; padding: 12px; background: linear-gradient(hsla(0,0%,98%,.2),hsla(0,0%,98%,.2)) top left -6px/100px 1px no-repeat; }
		.breaking__block .breaking_related:nth-child(n+3) picture {  display:none; }
		.breaking__block .breaking_related:nth-child(n+3):before { content: ""; width: 1.5625rem; height: 0.0625rem; background: #FFF; display: inline-block; position: absolute; top: 1.4375rem; left: 0; }

	.breaking__block .breaking_related:nth-child(n+3) h4 { padding-left: 30px;}

		.breaking__block .breaking_related { position: relative; grid-column: span 6; }


		.breaking__block .breaking_related h4 { padding-left:1em; font-size: 16px; margin: 0; color: #fff; font-family: Merriweather; }
		.breaking_related img { width: 150px; height: 100px; object-fit: cover; object-position: center; }
		.breaking_related a{display:flex;}
		.breaking__block{margin-bottom:1em;}
		.breaking__block .en-desarrollo { position: absolute; display: block; left: 1em; width: max-content; z-index: 2; background:#ED1919; }
		@media (max-width:800px){
			.art_desarrollo { position: relative; display: block; background: #ED1919;}
			.art_desarrollo:after {display:none;}
			.breaking__block .en-desarrollo { position: relative; top: 0; margin: auto; left: 0; width: 100%; text-align: center; }
			.art_desarrollo h2 {  margin-top: 0.5em; }
			.art_desarrollo img { width: 100%; height: 220px; position: relative; display: block; object-position: center;}
			.art_desarrollo h2, .art_desarrollo .sumario { text-align: center; margin-top: 0;}
			.art_desarrollo .col__info {padding: 1em; }
			.breaking_wrapp_related { -webkit-box-pack: start; justify-content: start; } 
			.breaking_wrapp_related { width: auto; display: flex!important; margin-left: 1em; white-space: nowrap; padding-top: 0!important; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
			.breaking__block { width: 100vw; }
			.breaking_related a { display: flex; width: 80vw; white-space: normal; }
			.breaking__block .breaking_related h4{font-size:14px;}
			.breaking__block .breaking_wrapp_related{padding-bottom:2em;}
		.art_desarrollo .col__img picture { overflow: hidden; position: relative; height: 100%; padding-bottom: 0; }
			.breaking__block .breaking_related:nth-child(n+3) picture { display: block; }
			.breaking__block .breaking_related:nth-child(n+3) h4 { padding-left: 1em; }
			.breaking__block .breaking_related:nth-child(n+3):before{display:none;}
			.breaking__block .breaking_related:nth-child(n+3) {padding:0; background:none;}
		}



	.breaking__block.special__block .breaking_wrapp_related { background: #2E1A46; }
	.breaking__block.special__block .art_desarrollo:after { background: linear-gradient(90deg,hsla(0,0%,100%,0),#2E1A46 52%);}
	.breaking__block.special__block .en-desarrollo { background: #2E1A46!important; font-size: 15px; padding: 0.5em 1em; }
	.breaking__block.special__block .art_desarrollo { background: #2E1A46!important; }


	.mobile__nav{display:none;}
	.mobile__nav ul{display: flex; max-width: 500px; justify-content: center; list-style: none; margin: 0; padding: 0;}
	.mobile__nav li { flex: 1 1 0; }
	.mobile__nav li.active a { color: #fff; background-color: #ED1919; border-color: #ED1919; font-weight: 700; }
	.mobile__nav li:not(:first-child) a { border-top-left-radius: 0; border-bottom-left-radius: 0; }
	.mobile__nav li:not(:last-child) a { border-top-right-radius: 0; border-bottom-right-radius: 0; }
	.mobile__nav a { width: 100%; display: inline-block; white-space: nowrap; text-align: center; user-select: none; padding: 0.5em 1em; font-size: 13px; line-height: 1.5; border-radius: 6px; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; color: #000; background-color: #e6e6e6; border: 1px solid #b3b3b3; margin: 0; text-transform: uppercase; font-family:'Roboto'; }
	@media (max-width: 768px){ .mobile__nav { display: block!important; padding: 1em; } }
.contenedor-articulo .columna-izquierda ul { font-family: merriweather,serif; }
.contenedor-articulo .columna-izquierda p strong, .contenedor-articulo .columna-izquierda p b { font-weight: 800; }

	.articulo__box a { color: #000; text-decoration: none; width: 100%; font-family: 'GothamPro'; letter-spacing: -.03438rem; }
	.regiones__s { grid-column: span 12; display: grid; grid-gap: 10px; grid-auto-rows: minmax(103px,auto); grid-column-gap: 1.375rem; grid-template-columns: repeat(12,1fr); background: #fff; color: #000; margin-bottom: 1em; max-width: 996px; border: 1px solid rgba(136,153,166,.3); }
	.region__section_a { grid-column: span 3; background: #2E1A46; color: #fff; }
	.region__section_b { grid-column: span 9; padding-right: 1.25em } 
	.regiones__s ul { list-style: none; padding: 0; margin: 0; padding-bottom: 2em } 
	.box__region_posts .articulo__box:nth-child(1) picture img { height: 250px; }
.regiones__s ul li { padding: 0.5em 2em; cursor: pointer; font-weight: 500; font-size: 15px; line-height: 20px; position: relative; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; font-family: GothamPro; text-decoration: none; -moz-user-select: none; -ms-user-select: none; user-select: none; outline: 0; display: flex; align-items: center; }
		.regiones__s ul li:hover { background: #201231; color: #fff }
	.regiones__s .title__re { position: relative; padding-top: 1.5em; padding-bottom: 1em; padding-left: 1.5em; font-weight: bold; font-size: 17px; line-height: 20px; text-transform: uppercase; }
	.box__region_posts picture img {    object-fit: cover;    width: 100%;}
		.box__region_posts { grid-column: span 12; display: grid; grid-gap: 10px; grid-auto-rows: minmax(103px,auto); grid-column-gap: 1.375rem; grid-template-columns: repeat(12,1fr); background: #fff; color: #000; margin-bottom: 1em; font-family: roboto; margin-top: 1.25em } 
	.box__region_posts .articulo__box { grid-column: span 4 } 
	.box__region_posts .foot__reg_p { grid-column: span 6 } .box__region_posts .articulo__box:nth-child(1) { grid-column: span 6 }
	.box__region_posts .foot__reg_p .articulo__box picture img { height: 90px!important; } 
.box__region_posts .articulo__box:nth-child(1) picture img { height: 250px } 
	.box__region_posts .articulo__box h2 { font-size: 22px; margin: 8px 0; font-weight: bold; }
	.box__region_posts .foot__reg_p .articulo__box h2 { font-size: 16px; margin: 5px 0; font-weight: 600; }
	.box__region_posts .foot__reg_p .articulo__box { display: grid; grid-gap: 10px; grid-auto-rows: minmax(103px,auto); grid-column-gap: 1.375rem; grid-template-columns: repeat(12,1fr); margin-bottom: 0.5em; }
	.box__region_posts .foot__reg_p .link__img { grid-column: span 4 }
	.box__region_posts .foot__reg_p .articulo__info { grid-column: span 8 } .box__region_posts .category__a { font-size: 12px } .box__region_posts .articulo__box .articulo__info { margin-top: 12px } 
	.box__region_posts .foot__reg_p .articulo__box .articulo__info { margin-top: 0 } .box__region_posts { display: none } .box__region_posts.active { display: grid }
	.regiones__s ul li.active { background: #201231; color: #fff } 
	.regiones__s ul li.active::after { content: "\f054"; position: absolute; right: 18px; font-family: Font Awesome\ 5 Pro; }
	#nombre_region::after { content: ''; width: 30px; height: 1px; background: #2E1A46; display: block; margin-top: 14px; }
	#nombre_region { font-weight: 900; font-size: 29px; line-height: 1.375rem; letter-spacing: -.03438rem; padding-top: 1em; display: inline-block; margin-bottom: 0; }
	.regiones__s .title__re::after { content: ''; width: 30px; height: 1px; background: #ffffff; display: block; margin-top: 14px; }
	
	

@media(max-width: 790px) {
	.regiones__s {border:none;}
	.regiones__s .title__re::after{display:none;} 
	.region__section_a { grid-column: span 12 } 
	.regiones__s ul { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; width: 100%; height: auto; cursor: default; overflow: scroll hidden; scroll-snap-type: x mandatory; scroll-padding: 0 1.25rem; scrollbar-width: none } 
	.regiones__s ul li { white-space: nowrap; padding: .5em; margin-right: 12px } 
	.regiones__s ul { padding-bottom: .5em; border-top: 1px solid #fff; border-bottom: 1px solid #fff; padding-top: .5em; padding-left: .5em; padding-right: .5em }
	.regiones__s ul li.active::after { display: none } .region__section_b { grid-column: span 12; padding-right: 0 }
    #nombre_region { margin-top: 0.5em; margin: 0; padding-top: 18px; font-size: 24px; }
	.box__region_posts .articulo__box:nth-child(1) picture img { width: 100%; }
	.regiones__s .title__re { position: relative; font-size: 20px; padding-top: 15px; padding-bottom: 5px; padding-left: 15px; }
	.breaking__block {margin-bottom:1em;}
}

@media(max-width: 460px) { 
	#nombre_region { padding-left: .5em } .box__region_posts .articulo__box:nth-child(1) { grid-column: span 12 } 
	.box__region_posts .foot__reg_p { grid-column: span 12; padding: 0 1em } 
	.box__region_posts .articulo__box:first-child .articulo__info { padding: 0 1em } 
	.box__region_posts .foot__reg_p .articulo__box .articulo__info{padding:0;}

}


/**FOOTER*/
	.herald-site-content { padding-bottom: 1em; }
	.footer__d { background: #ffffff; border-top: 6px solid #dfdfdf; font-family: 'Roboto'; }
	.footer__d .footer__wrapper { max-width: 1230px; margin: auto; display: grid; grid-gap: 10px; grid-column-gap: 1.375rem; grid-template-columns: repeat(12,1fr); padding: 2em 0; }
	.footer__d img { width: 145px; display: block; }
	.footer__d p { margin-bottom: 0.5em; font-size: 12px; grid-column: span 12; }	
	
	.row__footer { grid-column: span 12; padding: 0; display: grid; grid-gap: 0; grid-column-gap: 0; grid-template-columns: repeat(12,1fr); }
	.row__footer .logo_svg{grid-column: span 3;}
	.row__footer .redes__header{grid-column: span 9;}
	.row__footer .redes__header { list-style: none; display: flex; padding: 0; margin: 0; margin-left: auto; align-items: center } 
	.row__footer .redes__header a { height: 3em; width: 3em; background: #2E1A46; margin: 0.5em; text-align: center; color: #fff; display: flex; align-items: center; text-decoration: none; justify-content: center; }
	.row__footer .menu__ul_w{grid-column: span 12;}
	.row__footer .menu__ul_w { display: flex; list-style: none; margin: 0; padding: 0; border-bottom: 0.0625rem solid #efefef; border-top: 0.0625rem solid #efefef; }
	.row__footer .menu__ul_w a { font-size: 13px; line-height: 20px; color: #000; text-transform: uppercase; text-decoration: none; margin-top: 0.5em; display: block; margin-bottom: 0.5em; position: relative; padding-right: 2em; }
	
	
	@media (max-width: 900px) {
.row__footer .menu__ul_w a{padding:0;}
.row__footer .logo_svg { grid-column: span 12; margin: auto; }
.row__footer .redes__header { grid-column: span 12; margin: auto; margin-top: 1em; border-top: 0.0625rem solid #efefef; padding-top: 0.5em; }
.row__footer .menu__ul_w{display: block; margin: auto;}
.row__footer {text-align:center;}
}

.ads__box_hd>div:before, .ads__box_dc>div:before, .ads__box_dc>a:before, .ads__box_dc>iframe:before { font-family: franklin-gothic-urw,helvetica,arial,verdana,sans-serif; color: rgba(0,0,0,.4); content: "publicidad"; display: block; font-size: .6em; text-align: center; white-space: pre; width: 100%; font-weight: 300; line-height: 1.2; }

	.ads__box_hd > div, .ads__box_dc>div, .ads__box_dc>a, .ads__box_dc>div, .ads__box_dc>iframe { font-size: 16px; text-align: center; padding: 2px 0 1px!important; position: relative; width: fit-content; margin: auto; background: #ededed; display: block; text-decoration: none; }
	.ads__box_hd > div:before, .ads__box_dc > div:before,  .ads__box_dc > a:before, .ads__box_dc > iframe:before { font-family: franklin-gothic-urw,helvetica,arial,verdana,sans-serif; color: rgba(0,0,0,.4); content: "publicidad"; display: block; font-size: .6em; text-align: center; white-space: pre; width: 100%; font-weight: 300; line-height: 1.2; }



/* posts.css */


html {
  scroll-behavior: smooth;
}
#content dl, #content  ol, #content  ul {  font-family: 'Merriweather'; }


.contenido-columna .h3, .contenido-columna h3 { font-size: 1.25rem; font-family: Merriweather; font-weight: 700; text-decoration: underline; }

.wp-video { width: 100% !important; }

hr{
   border-top: 1px solid rgba(136,153,166,.3);
   background: none;
   width: 80%;
}

.herald-pagination .herald-infinite-scroll-single a{
    display:none!important;
}

.contenido-columna .swiper-container-horizontal{
	margin-bottom: 1em;
}

.contenido-columna p img, .contenido-columna img.aligncenter, .contenido-columna .wp-caption img{
    width: 100%;
}

.contenido-columna p iframe{display:table;margin:auto;}
.contenido-columna .my-youtube-video{width:100%;}

.contendor-full-post{display: grid; grid-template-columns: repeat(12,1fr); grid-column-gap: 1.9375rem;}

.fb-post-iframe {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }
  
  .fb-post-iframe {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }
  
  .fb-post-iframe iframe {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      position: absolute;
  }

.img-featured-post{
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    object-position: center;
}

.titular { font-weight: bolder; font-size: 2.5rem; margin-top: 1rem; margin-bottom: 1rem; font-family: MajritTx,serif; }

.separador-scroll span {
    display: block;
    background: url(https://cdn.vlnradio.cl/images/logo-scroll.svg);
    width: 80px;
    background-size: cover;
    height: 50px;
    margin: auto;
    opacity: .7;
}


.max-ads {
    max-height: 90px;
    overflow: hidden;
    max-width: 728px;
    margin: auto;
}

.separador-scroll {
    background: #2E1A46;
    padding: 10px 0;
    display: block;
    text-align: center;
    margin: auto;
}

.category-on-mobile a { border-left: 2px solid #2E1A46; color: #2E1A46!important; padding: 0 10px; text-transform: uppercase; font-weight: 600; font-size: 1.075rem; line-height: 1.375rem; letter-spacing: -.03438rem; display: inline-block; }



.articulo-antetitulo{
    position: relative;
    display: inline-block;
}

/**CONTENEDORES*/

.contenedor-articulo { position: relative; max-width: 1155px; margin: auto; padding-top: 1.25rem; display: grid; grid-template-columns: repeat(12,1fr); grid-column-gap: 1.9375rem; }

.contenedor.columna-full { grid-column: span 12; }



.contenedor.columna-full .columna-derecha { width: 300px; position: relative; }
.contenedor.columna-full .columna-derecha:before { content: ""; height: 100%; width: 0.5px; background: #dedede; left: calc( var(--grid-column-gap)/2 - var(--grid-column-gap)); top: 0; position: absolute; }


.contenedor.columna-full .columna-izquierda { grid-column: span 11; }
.contenedor-encabezado{grid-column: span 12; }


.columna-izquierda p { font-weight: 200; font-family: merriweather,serif; font-size: 1.3rem; }


.contenedor-encabezado { margin: 1rem auto; max-width: 956px; }
.contenedor-encabezado .sumario {font-family: 'Merriweather'; }
.content__txt, .authorbo, .columna-redes { margin-left: 100px; }


.date_span_post { font-size: .6875rem; line-height: .8125rem; color: #000; text-transform: uppercase; white-space: nowrap; letter-spacing: .00625rem; display: block; margin-bottom: 1rem; }
.contenido-columna .authorbo { border-bottom: 1px solid #000000; display: inline-block; padding-bottom: 0.8125rem; margin-bottom: 0.9375rem; margin-left: 100px; }

/**ARTICULOS RELACIONADOS*/


.related-post-full{
    background: #fff;
    margin-top: 1em;
}

.related-post-full .title-related { font-weight: bold; position: relative; display: block; width: 100%; border-bottom: 0.0625rem solid #000; border-top: 0.5rem solid #000; padding-top: 2rem; padding-bottom: 1rem; margin-top: 2rem; grid-column: span 12; }

.related-post-full .title-related:after { content: ""; width: 90%; max-width: 13.125rem; height: 0.1875rem; background: #000; display: block; position: absolute; bottom: 0; left: 0; }


.articulos-related-posts { margin: auto; padding: 1.5rem 0; display: grid; grid-template-rows: max-content; grid-auto-rows: minmax(103px,auto); grid-template-columns: repeat(15,1fr); grid-column-gap: 1.9375rem; }

.articulos-related-posts h3 { color: #000; line-height: 1.4375rem; letter-spacing: -.01812rem; font-size: 18px; margin: 0; font-family: Merriweather; }

.articulos-related-posts .article-related { width: 100%; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; grid-column: span 3; position: relative; }

.articulos-related-posts .article-link {
    padding-top: 12px;
    display: block;
}

.articulos-related-posts .article-related:nth-of-type(n+2):before { content: ""; height: 100%; width: 0.5px; background: #dedede; left: calc( var(--grid-column-gap)/2 - var(--grid-column-gap)); top: 0; position: absolute; }




.articulos-related-posts .v-enter-active[data-v-4ff9e138], .v-leave-active[data-v-4ff9e138] {
    transition: opacity .5s;
}
.articulos-related-posts .v-leave-active[data-v-4ff9e138], .v-leave-to[data-v-4ff9e138] {
    display: none;
}
.articulos-related-posts .v-enter[data-v-4ff9e138] {
    opacity: 0;
}
.articulos-related-posts .v-move[data-v-4ff9e138] {
    transition: transform 1s;
}
@keyframes r-a-b-data-v-4ff9e138 {
    0% {
    background: #ff1744;
    color: hsla(0, 0%, 100%, .1);
    fill: hsla(0, 0%, 100%, .1);
}
to {
    background: #ff1744;
    color: #fff;
    fill: #fff;
}
}

.contenedor-nota{display: grid; grid-template-columns: repeat(12,1fr); grid-column-gap: 1.9375rem;}

.columna-redes, .contenido-columna{ grid-column: span 12;}
ul.redes-sociales-nota { display: inline-block; position: relative; list-style: none; padding: 0; margin-bottom: 1.5rem; }
.redes-sociales-nota li { width: 2rem; height: 2rem; background-color: #DDDDDD; border-radius: 100%; margin: 0 0.375rem 0 0; padding: 0.3125rem; vertical-align: top; display: inline-block; text-align: center; }
.redes-sociales-nota a { color: #ffffff!important; text-decoration: none!important; }
.redes-sociales-nota a svg {  margin: auto;  position: relative; height:auto;}
.redes-sociales-nota a svg > path {fill: #2E1A46!important;}
.wsp-share-link svg { width: 20px; left: 0; top: -4px; }
.facebook-share-link svg { width: 33px; left: -5px; top: -5px; }
.twitter-share-link svg { width: 20px; left: 0px; top: -4px; }
.mail-share-link svg {top: -4px; }
.icon_redes_nota { font-size: 17px; top: -3px; position: relative; }
li.li-views-link { font-weight: 700; margin: 0; padding: 2px 12px; font-size: 12px; background: #2E1A46; width: fit-content; border-radius: 0; display: inline-block; margin-left: 0.25rem; font-family: merriweather; color: #FFF; border-radius: 7px 7px 7px 0; }
.contenido-columna .authorbo p a { color: #2e1a46; text-decoration: none; font-weight: bold; }

/**CAJAS*/

.caja_util_titulo {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5rem;
    text-transform: uppercase;
    padding: 8px 20px;
}

.caja_util_contenido { padding: 1em; font-family: 'Merriweather'; }

.caja_util { margin: 1em 0; }

.caja_util_titulo .fa {
    font-size: 25px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.caja_util.desarrollo .caja_util_contenido {
    border: 1px solid #c10000;
}

.caja_util.desarrollo .caja_util_titulo{
    background-color: #a90d0d;
}


.caja_util.mujer .caja_util_contenido {
    border: 1px solid #8e24aa;
}

.caja_util.mujer .caja_util_titulo{
    background-color: #8e24aa;
}

.caja_util.legal .caja_util_contenido {
    border: 1px solid #00887A;
}

.caja_util.legal .caja_util_titulo{
    background-color: #00887A;
    font-size: 15px;
}

.caja_util.legal .fa {
    top: 5px;
}

.caja_util.suicidio .caja_util_contenido {
    border: 1px solid #4CAF50;
}

.caja_util.suicidio .caja_util_titulo{
    background-color: #4CAF50;
}

.caja_util.drogas .caja_util_contenido {
    border: 1px solid #272C32;
}

.caja_util.drogas .caja_util_titulo{
    background-color: #272C32;
}

.creditos { font-size: .75rem; line-height: 1rem; text-align: right; margin-bottom: 1rem; background: #f5f5f5; padding: 8px; color: #8C8D97; font-family: 'Merriweather'; }

.wp-caption{
    width: 100%!important;
    left: 0!important;
    transform: none!important;
}

.wp-caption.aligncenter {
    width: auto!important;
    left: 0!important;
    transform: none!important;
    display: table;
}

.contenido-columna b, .contenido-columna strong {
    font-weight: 600;
}



@-moz-keyframes Flicker{0%{opacity:0.1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";filter:alpha(opacity=10)}to{opacity:1;-ms-filter:none;filter:none}}@-webkit-keyframes Flicker{0%{opacity:0.1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";filter:alpha(opacity=10)}to{opacity:1;-ms-filter:none;filter:none}}@-o-keyframes Flicker{0%{opacity:0.1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";filter:alpha(opacity=10)}to{opacity:1;-ms-filter:none;filter:none}}@keyframes Flicker{0%{opacity:0.1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";filter:alpha(opacity=10)}to{opacity:1;-ms-filter:none;filter:none}}

a{color: rgb(102, 102, 102);}
a:hover > img, a:hover > h2, a:hover > picture, a:hover > span, a:hover > h4 { opacity: .8; -webkit-transition: opacity .4s; transition: opacity .4s; }
.contenido-columna a {color: rgb(1, 108, 162); text-decoration:underline;}
.lee-tambien-titular a{text-decoration:none;}


*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    font-family: 'GothamPro';
    font-size: 18px;
}


a:hover, a:visited, a:focus, a:active {
    text-decoration: none!important;
}





.timeline{ list-style: none; margin: 0; padding: 0; }
.timeline h5 { font-size: 14px; font-family: 'Merriweather'; color: #000; margin: 0; }
.timeline-item { border-bottom: 1px solid #dedede; margin-bottom: 1rem; padding-bottom: 1rem; }
.time-timeline { font-size: 12px; font-family: 'Merriweather'; color: #8C8D97; margin: 0; }

h1:not(.site-title):before, h2:before{
    display:none;
}



.contenido-columna table { margin: 1rem 0; }
.contenido-columna table { position: relative; z-index: 1; border: 0; font-family:Merriweather;}
.contenido-columna table:after { content: "";  background-size: 150%; background-position: center; background-repeat: no-repeat; opacity: 0.5; top: 0; left: 0; bottom: 0; width: 100%; height: 100%; right: 0; position: absolute; z-index: -1; }
.contenido-columna .fb-video span { width: 100%; overflow: hidden; position: relative; height: 0!important; display: table;}
@media (max-width: 480px) { .wp-block-embed-facebook.wp-block-embed.is-type-video.is-provider-facebook { margin-bottom: -5em; } }
blockquote { margin: 15px auto; font-style: italic; color: #555555; padding: 1.2em 30px 1.2em 75px; border-left: 8px solid #2E1A46; position: relative; background: #EDEDED; }

blockquote::before{ font-family:Arial; content: "\201C"; color:#2E1A46; font-size:4em; position: absolute; left: 10px; top:-10px; } blockquote::after{ content: ''; }

@media (max-width:767px){ .contenido-columna table {margin: auto; padding: 0 16px; font-size: 3.5vw!important; margin: 3vw 0; } .contenido-columna table td p { font-size: 3vw!important; margin: 10px 0; padding: 0; } } .contenedor-nota h4:nth-of-type(1) strong{ font-weight: inherit; } .facebook-iframe-p{ display: block; max-width: 100%; width: 550px; min-width: 220px; margin-top: 10px; margin-bottom: 10px; } .my-youtube-video, .my-vimeo-video{ max-height: 400px; } .contenido-columna table { width:100%; } .contenido-columna iframe, .contenido-columna embed, .contenido-columna object { max-width: 715px; } .contenido-columna table tr:first-child{ vertical-align: bottom; border-bottom: 2px solid #ddd; } .contenido-columna table td p { font-size: 16px; margin: 10px 0; } .contenido-columna table td{ padding: 8px; line-height: 1.42857143; vertical-align: top;} .ima-ad-container { z-index: 1!important; } .pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-loader-relative { position: relative; width: 100%; right: 100%; } .pace-loader-fixed{ position:fixed; top: 0; right: 100%; width: 100%; } .title-cat a{ color: #3f3f3f; } .pace-inactive { display: none; background: #830303; } .pace .pace-progress { background: #f00; z-index: 2000; height: 2px; } .fb_iframe_widget, .fb_iframe_widget iframe, .fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe { width: 100%!important; } 


    .contenedor-articulo .titulo-en-portada { font-weight: 700; position: relative; display: block; width: 100%; border-bottom: 0.0625rem solid #000; padding-top: 0.5rem; padding-bottom: 0.5rem; margin-bottom: 1.5rem; margin-top: 2rem; font-size: 1.25rem; }
    .contenedor-articulo .titulo-en-portada:after { content: ""; width: 90%; max-width: 13.125rem; height: 0.1875rem; background: #000; display: block; position: absolute; bottom: 0; left: 0; }
    
    .portada-h1 .portada-widget-contenido picture { display:block; } .portada-h1 .portada-widget-contenido{ display:block; position: relative; } .portada-otros .portada-widget-contenido a { display: flex; position: relative; align-items: center; } .portada-otros .portada-widget-contenido picture{ width:40%; } 
    .portada-otros { padding: 0.5rem 0; border-bottom: 1px solid #dedede; }
    
    .portada-h1 {padding: 0.5rem 0; border-bottom: 1px solid #dedede;}
    .portada-widget-contenido picture{ display:block; } .portada-otros .titular-portada{ width: 60%; } .portada-otros .titular-portada h5 { font-size: 14px; color: #000; margin: 0; padding: 5px; font-family: merriweather,serif; } 
    .portada-h1 .titular-portada { color: #000; font-family: merriweather,serif; font-size: 18px; }

    
    .portada-h1 .portada-widget-contenido img{ width: 100%; object-fit: cover; object-position: center; height: 215px; } 
    .escuchando-live{ text-transform: uppercase; } @media (max-width:767px){ #box strong{ text-transform: uppercase; } .ads-just-desk{ display: none!important; } .ads-just-mobile{ display: block!important; margin: auto; } } .ads-just-mobile { display: none; text-align: center; } .search-button { background: none!important; border: none; } body { overflow-x:hidden; }


    body { color: #000; }
	body.admin-bar{margin-top:30px;}
	.herald-site-content { background: #FFF!important; }
	.topics__top{background: #2E1A46;  }
	.topics__top .wrapper__topics{ margin:auto; }
	.topics__top ul { padding: 0; list-style: none; display: flex; margin: 0; -webkit-box-pack: center; justify-content: center;  }
	.topics__top li { color: #fff; font-size: 13px; margin: 0 14px 0 0; padding: 5px; }
	.topics__top li a { color: #fff; font-size: 13px; margin: auto; padding: 5px; }
	.topics__top li:first-child{font-weight:bold;}
	.cn_he { background: #fff; z-index:10000;}
	.tcn_wrapper { border-bottom: 0.0625rem solid #efefef; background:#FFF; }
	.top_h { width: 1155px; margin: auto; padding: 0.25rem 0; display: grid; grid-gap: 10px; grid-auto-rows: minmax(103px,auto); grid-column-gap: 0; grid-template-rows: max-content; grid-template-columns: repeat(3,1fr); }
	.column_he.m_logo{margin:auto;}
	.x_bh button { background: 0 0;  border: none; cursor: pointer; padding:0;}
	header button { outline: none!important; }
	.x_bh button svg { fill: #000; width: 30px; height: auto; }
	.top_h .column_he{display: flex; display:-webkit-flex; vertical-align: middle; position:relative;}
	.date__header{display:none; font-family: MarcinAntB,sans-serif; font-size: .6875rem; line-height: 1rem; -webkit-box-align: center; align-items: center; grid-column: 1/9; position: absolute; top: 10px; left: 18px; }
	.top_h .x_bh{display: flex;}
	.listen__now svg {margin-right: 5px; top: -2px; }
	.listen__now strong {     font-size: 12px;     line-height: 20px;     font-weight: 700;     font-family: 'Roboto';     color: #fff;     background: #ed1919;     padding: 6px 10px; }
	.listen__now strong span {top: -1px; position: relative;}
	.listen__now{ margin-left: auto;}
	.box__m { background: 0 0;border: none; height: 100%; cursor:pointer; }
	.listen__now svg { -webkit-animation: Flicker .8s ease-out alternate infinite; -moz-animation: Flicker .8s ease-out alternate infinite; -o-animation: Flicker .8s ease-out alternate infinite; -ms-animation: Flicker .8s ease-out alternate infinite; animation: Flicker .8s ease-out alternate infinite; position: relative; }
	.cn_he .menu__bottom { width: 1155px; margin: auto;   }
	.cn_he .menu__bottom.home__men {    border-bottom: 0.0625rem solid #efefef; }

	.column_he.m_logo{flex-wrap: wrap; -webkit-box-pack: center; justify-content: center; text-align: center; }
	.column_he.m_logo span { font-size: 10px; width: 100%; position: relative; font-weight: 300; top: -5px; text-transform: uppercase; }
	.column_he.m_logo img { width: 130px; margin: 0.35em 0; }
	
	.tcn_wrapper{-webkit-transition: top .3s ease; transition: top .3s ease; top:-4rem;}
	.tcn_wrapper.head__f { top: 0; position: fixed; z-index: 4; width: 100%; border-bottom: 5px solid #efefef; }
	.tcn_wrapper.head__f .column_he.m_logo span{display:none;}
	.tcn_wrapper.head__f .column_he.m_logo img { width: 70px; margin: 4px 0; height: auto; }
	.tcn_wrapper.head__f .x_bh button svg { width: 25px; height: auto; }
	.tcn_wrapper.head__f .box__m {padding: 0;}
	.tcn_wrapper.head__f .top_h { padding-top: 0; padding-bottom: 0; }
	.progress___bar{display:none;}
	.tcn_wrapper.head__f .progress___bar { }
	
	.ad___top { text-align: center; position: sticky; top: 0; z-index: 1; }
	.ad___top img{padding: 0.5rem 0; }
	 body.mn__open{overflow:hidden;}
	 .mn__big{display:none;}
	 .mn__big .bg__mn {position: fixed; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .5); z-index: 10000; overflow: hidden;}
	 .mn__big.show__mn { display: block; position: fixed; left: 0; height: 100%; top: 0; z-index: 6; }
	 .mn__big.show__mn .nav__mn { display: block; position: absolute; left: 0; height: 100%; background: #fff; z-index: 10001; top: 0; overflow: auto; width: 18.875rem;-webkit-box-shadow: 0 0.0625rem 0.25rem 0 rgb(0 0 0 / 30%), 0 0.125rem 1.5rem 0 rgb(0 0 0 / 9%); box-shadow: 0 0.0625rem 0.25rem 0 rgb(0 0 0 / 30%), 0 0.125rem 1.5rem 0 rgb(0 0 0 / 9%); -webkit-box-sizing: border-box; }
	 .mn__big.show__mn .nav__mn{padding: 4.25rem 2.5rem; }
	 .mn__big.show__mn .nav__mn ul { margin: 0; padding-left: 0; list-style: none; padding-top: 1rem;    font-family: MarcinAntB,sans-serif; }
	 .mn__big.show__mn .nav__mn a { font-weight: 300; font-size: .75rem; line-height: 20px; color: #000; text-transform: uppercase; }
	 .mn__big.show__mn .nav__mn a:hover { font-weight: bold}
	 #btn_toggle_hamburger svg{fill:#000; width:30px; height:auto;}
	 #btn_toggle_hamburger {  position: absolute; top: 0; right: 0; }
	 #btn_toggle_hamburger{background: 0 0; padding: 1em; border: none; cursor: pointer;}
	 .nav__mn form button { background: 0 0; padding: 0.25em 0.5em; border: none; cursor: pointer; }
	 .nav__mn form .f_i { outline:0!important; font-size: .8125rem; background: transparent; font-weight: 400; line-height: 1rem; letter-spacing: .0075rem; padding: 0.5rem 0.75rem; width: 100%; border: 0; border-radius: 0.125rem; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
	 .nav__mn form .btn-bu svg { width: 0.9375rem; height: 0.9375rem; }
	 .nav__mn form { display: flex; }
	 .nav__mn .me_f { padding-bottom: 1.5625rem;  border-bottom: 0.0625rem solid #efefef; }
	 .mn__big ._df { padding-bottom: 1.5625rem; margin-bottom: 0.5625rem; border-bottom: 0.0625rem solid #efefef; }
	 .nav__mn form .f_i, .nav__mn form button { background: #efefef;}

	:root {
    	--grid-column-gap: 1.9375rem;
		--grid-column-gap-justify: -1.3125rem;
		--grid-offset: 1.25rem;
		--grid-offset-justify: -1.25rem
	}
    .authorbo p { margin: 2px 0; font-size: 14px; }
    article picture { padding-bottom:1rem; position:relative; }
	@media (max-width: 1326px){
		.cn_he .menu__bottom, .cp_p, .c__portada, .top_h, .opinion__s { width: 100%; padding-left: 1rem; padding-right: 1rem; }
	}


	
	@media (max-width: 874px){
		.listen__now strong span {top: 0; position: relative;}
	   .listen__now svg { top: -1px; left: 1px; width: 15px; }
		.listen__now strong { position: absolute; font-size: 13px!important; margin-left: -64px; margin-top: -14px; }
		.column_he.m_logo span, 
		.menu__bottom{display:none;}
		.cn_he{min-height:auto;}
		.column_he.m_logo img { width: 130px; }
		.x_bh button svg { width: 25px; height: auto; }
		.tcn_wrapper.head__f { border-bottom: 6px solid #efefef; }
		 .top_h { grid-template-columns: 1fr 2fr 1fr; }
		.box__m { width: 50px; padding: 1em 2em!important;}
		.top_h { padding-top: 0; padding-bottom: 0; }
		
		.topics__top .wrapper__topics{width: auto; margin-left: 1em; white-space: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar;}
		.topics__top li:first-child { display:none; }
		.topics__top ul { -webkit-box-pack: start; justify-content: start; }
		#lstn__now_svg::before { content: 'EN VIVO'; display: block; position: absolute; color: #000; font-size: 16px; top: 0; }
	.x_bh button { padding: 0 1em;  }
	}
	
@media (max-width: 674px){
		
		.portada__x.tp_2, .portada__x.tp_2 { grid-template-columns: repeat(1,1fr); }
		.column_he.m_logo span, 
		.menu__bottom{display:none;}
		.cn_he{min-height:auto;}
		.column_he.m_logo img { width: 100px; }
		.x_bh button svg { width: 25px; height: auto; }
		.tcn_wrapper.head__f { border-bottom: 6px solid #efefef; }
		 .top_h { grid-template-columns: 1fr 2fr 1fr; }
		.box__m { width: 50px; }
		.top_h { padding-top: 0; padding-bottom: 0; }
		.cn_he .menu__bottom, .cp_p, .c__portada, .top_h { width: 100%; padding:0; }
		.cp__title h3 { padding-left: 1rem; }
	}
	




.foot_desc__p{margin-top:12px;}
.contenedor-encabezado .foot_desc__p{margin:0;}


/**FOOTER*/
	.herald-site-content { padding-bottom: 1em; }
	.footer__d { background: #ffffff; border-top: 6px solid #dfdfdf; font-family: 'Roboto'; }
	.footer__d .footer__wrapper { max-width: 1230px; margin: auto; display: grid; grid-gap: 10px; grid-column-gap: 1.375rem; grid-template-columns: repeat(12,1fr); padding: 2em 0; }
	.footer__d img { width: 145px; display: block; }
	.footer__d p { margin-bottom: 0.5em; font-size: 12px; grid-column: span 12; }	
	
	.row__footer { grid-column: span 12; padding: 0; display: grid; grid-gap: 0; grid-column-gap: 0; grid-template-columns: repeat(12,1fr); }
	.row__footer .logo_svg{grid-column: span 3;}
	.row__footer .redes__header{grid-column: span 9;}
	.row__footer .redes__header { list-style: none; display: flex; padding: 0; margin: 0; margin-left: auto; align-items: center } 
	.row__footer .redes__header a { height: 3em; width: 3em; background: #2E1A46; margin: 0.5em; text-align: center; color: #fff; display: flex; align-items: center; text-decoration: none; justify-content: center; }
	.row__footer .menu__ul_w{grid-column: span 12;}
	.row__footer .menu__ul_w { display: flex; list-style: none; margin: 0; padding: 0; border-bottom: 0.0625rem solid #efefef; border-top: 0.0625rem solid #efefef; }
	.row__footer .menu__ul_w a { font-size: 13px; line-height: 20px; color: #000; text-transform: uppercase; text-decoration: none; margin-top: 0.5em; display: block; margin-bottom: 0.5em; position: relative; padding-right: 2em; }
	
	
	@media (max-width: 900px) {
.row__footer .menu__ul_w a{padding:0;}
.row__footer .logo_svg { grid-column: span 12; margin: auto; }
.row__footer .redes__header { grid-column: span 12; margin: auto; margin-top: 1em; border-top: 0.0625rem solid #efefef; padding-top: 0.5em; }
.row__footer .menu__ul_w{display: block; margin: auto;}
.row__footer {text-align:center;}
}


    #adsHeader__NP div { margin: auto; display: block; height: auto!important; }
    #adsHeader__NP { background: #f3f3f3!important; }
.en-desarrollo { background: #bc0000; font-size: .8em; color: #fff; padding: 5px; font-weight: bold; position: relative; top: -2px; }
.flicker { -webkit-animation: Flicker .8s ease-out alternate infinite; -moz-animation: Flicker .8s ease-out alternate infinite; -o-animation: Flicker .8s ease-out alternate infinite; -ms-animation: Flicker .8s ease-out alternate infinite; animation: Flicker .8s ease-out alternate infinite; }


	.margen-notificacion{margin-top:3.5em;}
	.contenido-columna .swiper-container-horizontal { background: #1c2127; }
    
	.lee-tambien a{color: #000;}
	.lee-tambien { font-weight: 200; font-family: merriweather,serif; background: linear-gradient(90deg,#2e1a46,#2e1a46) 0 100%/45px 3px no-repeat,linear-gradient(90deg,rgba(136,153,166,.3),rgba(136,153,166,.3)) center bottom 1px/56% 1px no-repeat; padding-bottom: 1em; margin: 1rem 0; }
    .lee-tambien-caja{display:flex;font-weight:bold;  }
	.lee-tambien-titulo{padding-bottom:4px; font-weight:bold;}
	.lee-tambien-titular{padding-left:12px;}
	.lee-tambien img{width: 163px; height: 100px; object-fit: cover; object-position: center; }
		@media (max-width:700px){
			.lee-tambien { padding-left: 0; padding-right: 0; margin: 0; margin-bottom: 1rem; }
		}
	.column_he.m_logo span {  margin-top: 5px;}
	
	p.wp-caption-text{font-size: .75rem; line-height: 1rem; text-align: right; padding-top: 0.875rem; padding-bottom: 0.875rem; font-family: MajritTxRoman,serif; border-bottom: 1px solid #dedede; }

.herald-section{padding-bottom:3rem;}

	
	
	.header_author__p img { width: 60px; height: 60px; border-radius: 100%; filter: grayscale(1);}
	.header_author__p .descripcion_user__p { margin: 0; font-size: .9rem; margin-left: 1rem; line-height: 21px;  }
	.header_author__p .name { margin: 0; font-size: .9rem; margin-left: 1rem; line-height: 0px; margin-top: 12px; }
	.header_author__p a { color: #000; font-weight: bold; text-decoration: none; }
	
	.header_author__p { display: flex; align-items: center; border-bottom: 1px solid #000; padding-bottom: 0.8125rem; margin-bottom: 0.9375rem; margin-top: 1rem; margin-left: 6rem; width: fit-content; }
	
	
	.banner-rotativo { display: -webkit-flex; display: -moz-box; display: flex; position: relative; background: #fefaeb; -webkit-justify-content: center; -moz-box-pack: center; justify-content: center; -webkit-align-items: center; -moz-box-align: center; align-items: center; padding: 16px; margin: 0 auto; cursor: pointer; height: 72px; margin-bottom: 1rem; overflow: hidden; margin-left: 6rem; font-family: 'Merriweather'; }
	.banner-rotativo .strong { font-weight: 700; } 
	.banner-rotativo .text-background{ position: absolute; font-style: normal; font-weight: 900; font-size: 64px; line-height: 72px; color: #000; opacity: .03; top: calc(50% - 42px); } .banner-rotativo .bc-wr { display: flex; align-items: center; } 
	.banner-rotativo .bc-wr img { width: 35px; height: 35px; padding-right: 10px; } 
	.banner-rotativo .bc-wr span{ color: #000; } .banner-rotativo a{ text-decoration: none; }

	.ads__box_hd > div, .ads__box_dc>div, .ads__box_dc>a, .ads__box_dc>div, .ads__box_dc>iframe { font-size: 16px; text-align: center; padding: 2px 0 1px!important; position: relative; width: fit-content; margin: auto; background: #ededed; display: block; text-decoration: none; }
    .content__txt .ads__box_dc { margin: auto; width: 100%; margin-bottom: 2rem; }
	.ads__box_hd > div:before, .ads__box_dc > div:before,  .ads__box_dc > a:before, .ads__box_dc > iframe:before { font-family: franklin-gothic-urw,helvetica,arial,verdana,sans-serif; color: rgba(0,0,0,.4); content: "publicidad"; display: block; font-size: .6em; text-align: center; white-space: pre; width: 100%; font-weight: 300; line-height: 1.2; }

.alerta__opinion{background-color: #eaeaea; font-size: 12px!important; padding: 2em; font-weight: 300; margin-top: 0; border: none; display:flex; align-items:center;}
	@media (max-width: 900px) {
	    .caja_util { margin-left: 0; }
	    .banner-rotativo{margin-left:0; margin-bottom:1rem;}
	    .contenedor.columna-full .columna-izquierda { grid-column: span 12; }
	    .content__txt, .authorbo, .columna-redes { margin-left: 50px; margin-right: 50px; }
	    .contenedor-encabezado { display: block; padding-left: 3rem; padding-right: 2rem; padding-bottom: 1rem; }
	    .contenedor-articulo { display: block; }
	    .contendor-full-post { display:block; }
	    .authorbo {display: block; text-align: center; }
	    ul.redes-sociales-nota { text-align: center; display: block;}
	    .contenedor.columna-full .columna-derecha { width: 100%; display: block; }
	    .contenedor.columna-full { padding-left: 1rem; padding-right: 1rem; }
	.articulos-related-posts .article-related { grid-column: span 12; display: flex; padding-bottom: 1rem; border-bottom: 1px solid #dedede; margin-bottom: 1rem; }
	.pic-link { width: 250px; height: 140px; }
    .pic-link .pic { width: 100%!important; height: 100%!important; }
	.articulos-related-posts .article-link { padding-top: 0; display: block; width: 100%; padding-left: 1rem; }
	.articulos-related-posts{display:block;}
	.title-related{ font-size: 1.25rem; padding-top:1rem;}
	.titulo-en-portada{margin-top:0;}
	.header_author__p { display: block; text-align: center; margin-left:0; width:100%;}
	.header_author__p p{margin-left:0;}
	.footer_user__p{margin-top: 1rem;}
	    
	}
	
	
	@media (max-width:500px){
	    .titular { font-size: 1.875rem; }
	    .pic-link { width: 150px; height: 100px; }
	    .contenedor-encabezado { padding-left: 0rem; padding-right: 0rem; margin: 0; }
	    .articulos-related-posts h3 { font-size: 1rem; }
	    .content__txt, .authorbo, .columna-redes { margin-left: 0 !important; margin-right: 0 !important; font-size: 1.2rem !important; display: block !important; } }
	    
	}

	#rectangulo-ads{background: #EDEDED; }
	.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body { background: #2E1A46!important; }
	.wp-audio-shortcode{margin-bottom:1rem;}

	.wp-video {margin: auto; }
	.content__txt h2 {font-family:Merriweather; font-weight:bold;}
	.content__txt .twitter-tweet{margin:auto;}
.contenido-columna table td, .contenido-columna table th {border: 1px solid #DDDDDD!important; }
.contenido-columna table td { padding: 6px; line-height: 1.42857143; font-size: 15px; vertical-align: top; word-break: break-word; }
table { border: 1px solid #ccc; border-collapse: collapse; margin: 0; padding: 0; width: 95%; table-layout: fixed; }
table th { padding: 6px; line-height: 1.42857143; font-size: 15px; vertical-align: top; }
@media screen and (max-width: 600px) { 
	table { border: 0; } table caption { font-size: 1.3em; } table thead { border: none; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } table tr { border-bottom: 3px solid #ddd; display: block; margin-bottom: .625em; } 
	table td { border-bottom: 1px solid #ddd; display: block; text-align: left; }
	table td::before { /* * aria-label has no advantage, it won't be read inside a table content: attr(aria-label); */ content: attr(data-label); float: left; font-weight: bold; text-transform: uppercase; } 
	table td:last-child { border-bottom: 0; } 
} 
