@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,700);@import url(https://fonts.googleapis.com/css?family=Lora:300,400,700);#header.home .fondo{background-image:url(/images/header.png);background-repeat:no-repeat;background-position:bottom;background-size:cover}#header.home .fondo video{max-height:100%;height:auto;position:absolute;top:0;left:0}div.weather .clima{display:block}div.weather .fecha{position:absolute;top:0;width:100%;font-weight:700;left:0;color:#ff7500;font-size:1.1em}@media only screen and (max-width:500px){div.weather .fecha{text-align:center}}div.weather .clima{position:absolute;top:22px;width:200px;font-weight:700}@media only screen and (max-width:500px){div.weather .clima{display:none}}div.weather .clima img{float:left;width:35px;margin-top:-10px;margin-left:-10px}#fullscreen-image{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);z-index:999}#fullscreen-image .close-trigger{position:absolute;top:30px;right:30px}#fullscreen-image .close-trigger i{font-size:30px;color:#fff;cursor:pointer}#fullscreen-image .img-container{position:absolute;top:80px;bottom:200px;left:80px;right:80px;text-align:center}#fullscreen-image .img-container img{margin:auto;max-width:100%;max-height:100%}#fullscreen-image .descripcion{position:absolute;width:90%;left:0;bottom:0;text-align:center;color:#fff;font-size:1.3em;padding:20px 5%}@media only screen and (max-width:500px){#header .social ul{display:flex;justify-content:center}}#header .social ul li span{display:none}#header .social ul li{position:relative;float:left;margin:8px;font-size:26px;color:#666;transition:color .3s;list-style:none;width:24px;height:24px;text-shadow:0 0 10px #fff,0 0 5px #fff}#header .social ul li.telam{width:60px}#header .social ul li:hover{color:#ff7500}#header .social ul li a{text-shadow:5px 5px 5px #fff}#header .social ul li .image_wrapper,#header .social ul li a{position:absolute;left:0;top:0;width:100%;height:100%}#header .social ul li .image_wrapper img{height:100%;transition:all .3s;-webkit-filter:grayscale(100%) drop-shadow(0 0 10px #fff) drop-shadow(0 0 5px #fff);filter:grayscale(100%) drop-shadow(0 0 10px #fff) drop-shadow(0 0 5px #fff)}#header .social ul li .image_wrapper img:hover{-webkit-filter:grayscale(0) drop-shadow(0 0 10px #fff) drop-shadow(0 0 5px #fff);filter:grayscale(0) drop-shadow(0 0 10px #fff) drop-shadow(0 0 5px #fff)}section#menu{background-color:#777;box-sizing:border-box;background-color:#222}section#menu .menu-trigger{position:absolute;top:13px;left:17px;width:40px;height:30px;display:none}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){section#menu .menu-trigger{display:block}}section#menu .menu-trigger a,section#menu .menu-trigger a i{display:block;position:absolute;width:100%;height:100%}section#menu .menu-trigger a i{font-size:26px}section#menu ul{width:100%;height:50px;display:flex;align-items:stretch;background-color:#333}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){section#menu ul{display:none}}section#menu ul li{text-transform:uppercase;list-style:none;flex-grow:1;flex-basis:100px;box-sizing:border-box;border-right:2px solid #222}section#menu ul li:last-child{border:0}section#menu ul li a{color:#ddd;font-size:1.4em;display:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-around;background-color:#333;transition:all .3s ease-in-out}section#menu ul li a:not(.active):hover{background-color:#444}section#menu ul li a.active{color:#ff7500;cursor:not-allowed}section#vivo{position:absolute;align-items:center;justify-content:space-evenly;display:flex;top:0;height:100%;right:0;width:100%;background-color:#222;box-sizing:border-box;color:#ddd;border-left:2px solid #222;overflow-y:hidden}section#vivo .info{position:absolute;left:55px;top:0;right:0;bottom:0}section#vivo .sintonia{position:absolute;top:28px;left:20px;font-size:12px}section#vivo .titulo{position:absolute;left:18px;top:5px;font-size:22px;font-weight:700}section#vivo .titulo span{color:#ff7500}@media only screen and (max-width:500px){section#vivo .clasico{display:none}}section#vivo .clasico a span{position:absolute;display:block;right:42px;top:14px;font-size:10px;text-align:right;color:#fff}section#vivo .clasico i{position:absolute;right:10px;top:14px;font-size:23px}section#vivo .programa{position:absolute;left:16px;right:80px;top:13px;bottom:13px;border-radius:3px;background-color:#444;overflow:hidden;box-sizing:border-box;padding:1px}section#vivo .programa .texto{color:#ff7500;text-transform:uppercase;font-size:18px;font-weight:700;transform:translatex(0);-webkit-animation:marquesina 16s linear 1s infinite normal;animation:marquesina 16s linear 1s infinite normal;white-space:nowrap}section#vivo .programa:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:radial-gradient(circle,transparent 80%,transparent 0),radial-gradient(circle,transparent 20%,#333 60%) 10px 10px;background-size:3px 3px}section#vivo .play-pause-bnt{display:flex;align-items:center;justify-content:center;position:absolute;top:-4px;left:5px;bottom:1px;box-sizing:border-box;border:10px solid #09080c;border-radius:50%;width:58px;height:58px;background:#252525}section#vivo .play-pause-bnt i{font-size:12px;color:#ff7500;margin-left:2px}section#vivo .play-pause-bnt i.fa-pause{margin-left:0}section#vivo .play-pause-bnt:hover{background-color:#444;transition:all .3s;cursor:pointer}section#vivo .volume-bnt{display:flex;align-items:center;justify-content:center;position:absolute;top:1px;right:5px;bottom:1px;box-sizing:border-box;border:5px solid #09080c;border-radius:50%;width:46px;background:#252525}section#vivo .volume-bnt span{position:absolute;top:10px}@-webkit-keyframes marquesina{0%{transform:translatex(200%)}to{transform:translatex(-200%)}}@keyframes marquesina{0%{transform:translatex(200%)}to{transform:translatex(-200%)}}.lnk-wp-search{position:relative}.lnk-wp-search input{float:left;margin-left:10px}.lnk-wp-search.closed input{display:none}.lnk-wp-search.opened input{display:block}.lnk-wp-search i{float:left;font-size:24px;color:#333}#header{top:0;left:0;border-bottom:1px solid #111;z-index:30}#header,#header.fixed{width:100%;background-color:#fff}#header.fixed{position:fixed;height:50px;z-index:100;box-sizing:border-box;border-bottom:1px solid #777;color:#000}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){#header.fixed{height:100px}}#header.home{position:relative;height:270px}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){#header.home{height:210px}}#header #vivo{position:absolute;right:0;width:330px;height:50px}#header.home #vivo{top:220px}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){#header.home #vivo{width:auto;left:60px;right:0;top:160px}}#header.fixed #vivo{top:0}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){#header.fixed #vivo{width:100%;top:50px}}#header.fixed #menu nav.menu{display:none}#header.fixed #menu .menu-trigger,#header.home #menu nav.menu{display:block}#header.home #menu .menu-trigger{display:none}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){#header.home #menu .menu-trigger{display:block}}#header.fixed #menu{position:absolute;left:0;top:0;z-index:65}#header.home #menu{position:absolute;left:0;top:220px;height:50px;right:330px}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){#header.home #menu{right:auto;width:80px;top:160px}}#header.fixed .fondo{display:none}#header.home .fondo{position:absolute;left:0;top:60px;width:100%;height:160px;opacity:.7;z-index:50}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){#header.home .fondo{height:160px;top:0}}@media only screen and (max-width:500px){#header.home .fondo{height:140px;top:0;opacity:.3}}#header .logo{position:absolute;top:40px;left:30%;width:40%;height:50px;text-align:center;z-index:60}@media only screen and (min-width:800px) and (max-width:1200px){#header .logo{top:60px;width:40%;left:30%}}@media only screen and (min-width:500px) and (max-width:800px){#header .logo{top:60px;width:60%;left:20%}}@media only screen and (max-width:500px){#header .logo{top:65px;width:100%;left:0;-webkit-filter:drop-shadow(0 5px 5px #fff);filter:drop-shadow(0 5px 5px #fff)}}#header .logo img{height:100%;width:auto;margin:0 auto}#header.fixed .logo{position:absolute;top:8px;height:32px;transform:translateX(-165px)}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){#header.fixed .logo{transform:none}}#header.fixed .logo img{height:100%}#header.home .weather{position:absolute;left:15px;top:20px;width:250px;z-index:70}@media only screen and (max-width:500px){#header.home .weather{top:135px;left:10px;width:auto;right:15px}}#header.fixed .weather{display:none}#header.home .social{position:absolute;right:10px;top:15px;height:80px;z-index:70}@media only screen and (max-width:500px){#header.home .social{top:10px;left:0;right:0}}#header.fixed .social{position:absolute;right:340px;top:5px;height:80px;z-index:70}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){#header.fixed .social{right:10px}}@media only screen and (max-width:500px){#header.fixed .social{display:none}}#header.home .lnk-wp-search{position:absolute;top:60px;right:15px;z-index:80}#header.home .lnk-wp-search i{color:#333;text-shadow:0 0 3px #fff;cursor:pointer}#header.fixed .lnk-wp-search{position:absolute;top:10px;left:55px}#header.fixed .lnk-wp-search i{font-size:22px;margin-top:5px}#footer{position:fixed;bottom:0;height:50px;left:0;right:0;z-index:100;background-color:#ddd;border-top:1px solid #aaa}#footer.hidden{display:none}#footer.visible{display:block}#footer nav,#footer ul{width:100%;height:100%}#footer ul{display:flex;flex-wrap:nowrap;box-sizing:border-box}#footer ul li{list-style:none;height:100%;padding:10px;border-right:1px solid #aaa;flex-grow:1;box-sizing:border-box}@media only screen and (max-width:500px){#footer ul li{padding:8px}}#footer ul li:hover{background-color:#eee;transition:all .3s}#footer ul li:last-child{border:0}#footer ul li a{display:flex;flex-wrap:nowrap;justify-content:center;width:100%;height:100%}#footer ul li .image_container,#footer ul li .image_wrapper,#footer ul li a,#footer ul li img{height:100%}@media only screen and (min-width:500px) and (max-width:800px){#footer ul li .image_container,#footer ul li .image_wrapper,#footer ul li a,#footer ul li img{height:24px}}@media only screen and (max-width:500px){#footer ul li .image_container,#footer ul li .image_wrapper,#footer ul li a,#footer ul li img{height:20px;margin-top:2px}}#footer ul li span{font-size:11px;margin-top:8px;margin-left:8px;color:#777;font-weight:700}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){#footer ul li span{display:none}}#footer ul li:hover span{color:#ff7500;transition:all .3s}#footer ul li.farco img{height:26px;margin-top:4px}@media only screen and (min-width:500px) and (max-width:800px){#footer ul li.farco img{height:22px}}@media only screen and (max-width:500px){#footer ul li.farco img{height:18px}}#footer ul li.aler img{height:24px;margin-top:3px}@media only screen and (min-width:500px) and (max-width:800px){#footer ul li.aler img{height:22px;margin-top:3px}}@media only screen and (max-width:500px){#footer ul li.aler img{height:16px}}ul.pagination{display:flex}ul.pagination li{margin-right:10px;cursor:pointer;list-style:none}ul.pagination li h2{border:0}ul.pagination li.active,ul.pagination li.disabled{cursor:not-allowed}ul.pagination li.active a{color:#777}ul.pagination li.disabled a{color:#aaa}#content section#main-noticias.no-fixed #filtro-noticias{position:absolute;top:0;left:0;right:0}#content section#main-noticias.fixed #filtro-noticias{position:fixed;top:50px;left:0;right:330px}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){#content section#main-noticias.fixed #filtro-noticias{right:0;top:100px}}#filtro-noticias{height:20px;background-color:#ddd;text-align:center;display:flex;justify-content:center;align-items:center;font-size:10px;border-bottom:1px solid #777;z-index:50}#filtro-noticias .noticias{position:absolute;top:3px;left:50px}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){#filtro-noticias .noticias{left:5px}}#filtro-noticias .fecha{position:absolute;top:3px;right:50px}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){#filtro-noticias .fecha{right:5px}}#filtro-noticias .botonera{position:absolute;top:0;width:450px;margin:auto;display:flex;border-left:1px solid #777}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){#filtro-noticias .botonera{width:150px}}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){#filtro-noticias .botonera .xfecha span.texto-btn{display:none}}#filtro-noticias .botonera li{list-style:none;width:150px;border-right:1px solid #777;height:20px;box-sizing:border-box;padding-top:3px;background-color:#fff;cursor:pointer}#filtro-noticias .botonera li a{color:#333}#filtro-noticias .botonera li:hover,#filtro-noticias .botonera li:hover a{color:#ff7500}#filtro-noticias .botonera li.selected{background-color:#ff7500;color:#fff}#filtro-noticias .react-date-picker__calendar{left:-325px!important}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){#filtro-noticias .react-date-picker__calendar{left:-175px!important}}#filtro-noticias .react-date-picker__wrapper{display:none}#filtro-noticias .xtexto{position:relative}#filtro-noticias .xtexto input{position:absolute;left:0;top:10px;width:100%}#filtro-noticias .xtexto i{position:absolute;left:-10px;top:15px;font-size:14px;cursor:pointer}section#content section#main-noticias.fixed{margin-top:220px}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){section#content section#main-noticias.fixed{margin-top:100px}}section#main-noticias{bottom:0;overflow-y:auto;color:#010101}section#main-noticias article{box-sizing:border-box;padding-left:10px;padding-right:10px}section#main-noticias .date{color:#a0a0a0}section#main-noticias article .image_container .image_wrapper{border-top:2px solid #ff7500}section#main-noticias h2{text-align:left}section#main-noticias h2 a{color:#010101}section#main-noticias article>*{padding-bottom:10px}section#main-noticias .list>*{margin:0 2% 30px}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){section#main-noticias .list>*{width:96%}}@media only screen and (min-width:1200px) and (max-width:1400px){section#main-noticias .list>*{width:46%}}@media only screen and (min-width:1400px){section#main-noticias .list>*{width:29.3%}}section#main-noticias .list>ul.publi{display:none}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){section#main-noticias .list>ul.publi{display:block}}section#main-noticias .list>ul.publi li{list-style:none}section#main-noticias .list>ul.publi li img{width:100%}section#main-noticias .list>ul.publi li span{display:none}section#main-noticias .list{display:flex;flex-wrap:wrap;margin-top:40px}section#main-noticias .list article img{width:100%}section#main-noticias .list article .video{width:100%;padding-top:56.25%;position:relative}section#main-noticias .list article .video iframe{position:absolute;top:0;left:0;width:100%;height:100%}section#main-noticias .list article .audio .lnk-player{position:relative;top:0;left:0;width:100%;max-width:100%;height:30px;display:flex;flex-wrap:nowrap}section#main-noticias .list article .audio .lnk-player .play{position:relative;padding-top:1px;width:30px;border:1px solid #999;border-radius:50%;cursor:pointer}section#main-noticias .list article .audio .lnk-player .play i{font-size:12px;color:#ff7500;margin-left:11px;margin-top:8px}section#main-noticias .list article .audio .lnk-player .play:hover{background-color:#999;transition:all .2s}section#main-noticias .list article .audio .lnk-player .download{position:relative;padding-top:1px;width:30px;border:1px solid #999;border-radius:50%;cursor:pointer;margin-left:5px}section#main-noticias .list article .audio .lnk-player .download a{position:absolute;top:0;left:0;bottom:0;right:0}section#main-noticias .list article .audio .lnk-player .download i{font-size:12px;color:#ff7500;margin-left:9px;margin-top:8px}section#main-noticias .list article .audio .lnk-player .download:hover{background-color:#999;transition:all .2s}section#main-noticias .list article .audio .lnk-player .description{position:absolute;top:2px;left:43px;font-size:10px;color:#777}section#main-noticias .list article .audio .lnk-player .description .texto1{color:#ff7500;font-weight:700}section#main-noticias .list article .audio .lnk-player .description .separador{display:inline-block;width:1px;height:8px;border-left:1px solid #999;margin-left:5px;margin-right:5px}section#main-noticias .list article .audio .lnk-player .time{position:relative;margin:0 10px;width:auto;flex-grow:2;flex-shrink:2}section#main-noticias .list article .audio .lnk-player .time .time-control-line{width:100%;height:2px;background-color:#999;position:absolute;left:0;top:20px;z-index:40;cursor:pointer}section#main-noticias .list article .audio .lnk-player .time .time-control-line-active{height:2px;background-color:#ff7500;position:absolute;left:0;top:20px;z-index:42}section#main-noticias .list article .audio .lnk-player .time input{z-index:45;position:absolute;left:0;top:12.5px;width:100%}section#main-noticias .list article .audio .lnk-player .volume{position:relative;width:15%;flex-shrink:1;margin-left:10px}section#main-noticias .list article .audio .lnk-player .volume .volume-control-line{width:100%;height:2px;background-color:#999;position:absolute;left:0;top:20px;z-index:40;cursor:pointer}section#main-noticias .list article .audio .lnk-player .volume .volume-control-line-active{height:2px;background-color:#ff7500;position:absolute;left:0;top:20px;z-index:42}section#main-noticias .list article .audio .lnk-player .volume input{z-index:45;position:absolute;left:0;top:12.5px;width:100%}section#main-noticias .list article .audio .lnk-player .current-time{position:relative;padding-top:15px;color:#555;width:65px;text-align:right;flex-shrink:0;font-family:arial,monospace;font-size:11px}input[type=range]{-webkit-appearance:none;width:100%;background:transparent}input[type=range]:focus{outline:none}input[type=range]::-ms-track{width:100%;cursor:pointer;background:transparent;border-color:transparent;color:transparent}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:10px;width:10px;border-radius:50%;background:#ff7500;cursor:pointer;margin-top:3px;z-index:45}input[type=range]::-moz-range-thumb{height:10px;width:10px;border-radius:50%;background:#ff7500;cursor:pointer;border:0;z-index:45}input[type=range]::-ms-thumb{height:10px;width:10px;border-radius:50%;background:#ff7500;cursor:pointer}#main-menu.main-container{height:100vh;background-image:url(/static/media/micro-main-menu.28ffc17d.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover}#main-menu.main-container ul.menu{display:flex;position:absolute;width:100%;top:50px;bottom:0}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){#main-menu.main-container ul.menu{flex-wrap:wrap}}#main-menu.main-container ul.menu li{border-left:1px solid #333;display:flex;flex:1 1;height:inherit;align-items:center;justify-content:center;transition:all .3s ease;box-sizing:border-box}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){#main-menu.main-container ul.menu li{flex:none;width:100%;height:25%;border-bottom:1px solid #333;border-left:0}}#main-menu.main-container ul.menu li a{font-size:1rem;font-weight:700;text-transform:uppercase;color:#fff}#main-menu.main-container ul li:hover{top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:2}#main-menu.main-container ul li:hover a{color:#ff7500!important}section#programa{position:relative;border-bottom:1px solid #666;border-top:1px solid #666;height:200px;background-color:#fff}@media only screen and (min-width:800px) and (max-width:1200px){section#programa{height:150px}}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){section#programa{height:300px}}section#programa .imagen-programa{position:absolute;top:0;bottom:0;left:0;width:300px}@media only screen and (min-width:800px) and (max-width:1200px){section#programa .imagen-programa{width:220px}}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){section#programa .imagen-programa{bottom:150px;width:100%}}section#programa .imagen-programa img{object-fit:cover;width:100%;height:100%}section#programa .details-programa{position:absolute;left:300px;top:0;bottom:0;right:0;display:flex;overflow:hidden}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){section#programa .details-programa{left:220px}}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){section#programa .details-programa{left:0;top:150px;height:150px}}@media only screen and (max-width:500px){section#programa .details-programa{font-size:.8em}}section#programa .details-programa .social{width:250px;padding:12px;display:flex;justify-content:end}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){section#programa .details-programa .social{width:80px;min-width:80px;flex-wrap:wrap;justify-content:center;padding:8px;flex-grow:0}}section#programa .details-programa .social .social-rounded{position:relative;width:32px;height:32px;margin:5px;border-radius:50%;border:1px solid #777;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){section#programa .details-programa .social .social-rounded{width:24px;height:24px}}section#programa .details-programa .social .social-rounded a{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}section#programa .details-programa .social .social-rounded a i{font-size:16px;color:#777}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){section#programa .details-programa .social .social-rounded a i{font-size:14px}}section#programa .details-programa .descripcion{flex-grow:1;padding-top:12px;padding-left:15px}section#programa .details-programa .descripcion h4{text-transform:uppercase;color:#ff7500;font-weight:500;font-size:1.6em;line-height:1.2em;margin-bottom:5px}section#programa .details-programa .descripcion .grilla .dias{color:#aaa;font-size:1.2em;margin-right:5px}section#programa .details-programa .descripcion .grilla .horarios{-webkit-columns:#555;column-count:#555}section#programa .details-programa .descripcion .staff{position:absolute;bottom:12px;right:15px;left:15px}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){section#programa .details-programa .descripcion .staff{position:relative;bottom:unset}}section#programa .details-programa .descripcion .staff p{color:#666}section#programa .details-programa .descripcion .staff p span{color:#c2c2c2;margin-right:5px}section#programa .details-programa .descripcion .staff p.description{margin-top:10px}section#dial{position:fixed;height:80px;background-color:#fff;top:50px;left:0;right:330px;z-index:100}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){section#dial{top:100px}}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){section#dial{right:0}}section#dial .main-dial{position:absolute;top:20px;left:0;right:0;height:40px;background-color:#191919}section#dial .main-dial .tuner{position:absolute;top:-5px;left:30px;box-sizing:border-box;border:5px solid #0b0b0b;border-radius:50%;width:50px;height:50px;background:#252525;background:linear-gradient(31deg,#252525,#2f2f2f 70%,#4d4d4d 85%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#252525",endColorstr="#4d4d4d",GradientType=1)}section#dial .main-dial .tuner span.arrow{position:absolute;transform:rotate(-12deg);width:50%;top:20px;right:1px;border-bottom:1px solid #0b0b0b}.progra-days{position:absolute;display:flex;left:110px;height:100%;right:0;align-items:center;justify-content:space-evenly}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){.progra-days{right:30px}}.day{height:100%;border-left:1px solid #363636;border-right:1px solid #363636}.day,.day a,.day div{display:flex;width:100%;align-items:center}.day a,.day div{justify-content:space-evenly}.day a .inner,.day div .inner{height:1rem;border-right:1px solid #363636}.day div{color:#eee}.day a{cursor:pointer}.name-day{display:flex;align-items:center;justify-content:center}.active p{color:#fff;z-index:1;background:#191919}section#dial-barr .active span{border:.5px solid red;height:70px;position:absolute}.title-sidebar{position:absolute;right:0;top:0;width:390px;height:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;font-family:"",sans-serif;font-weight:700;text-transform:uppercase;color:#6b6b6b}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){.title-sidebar{display:none}}.title-sidebar p{padding-left:25px}.title-sidebar span{margin-right:1rem;font-size:1.5rem;font-weight:lighter}#main-programacion{position:relative;margin-top:50px}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){#main-programacion{margin-top:180px}}.espacio{margin-bottom:10px}#main-programacion ul.programas-list{position:relative;margin-top:130px;z-index:90}section#share-buttons{display:flex;margin-top:20px;justify-content:space-between;margin-bottom:20px}section#share-buttons>div.SocialMediaShareButton>div{cursor:pointer}#quienes-somos{font-family:"Lora",sans-serif;margin-top:80px;font-size:1.2em}#quienes-somos p{margin:30px}#quienes-somos h1{display:none}#quienes-somos h2{clear:both;margin:30px}#quienes-somos .wp-block-image figure{margin:0 30px}#quienes-somos .wp-block-image figure.alignleft{float:left}#quienes-somos .wp-block-image figure.alignright{float:right}#suscripcion{margin-top:80px;font-size:1.2em}#suscripcion p{margin:30px}#suscripcion h1{display:none}#suscripcion h2{clear:both;margin:30px}#suscripcion .wp-block-image figure{margin:0 30px}#suscripcion .wp-block-image figure.alignleft{float:left}#suscripcion .wp-block-image figure.alignright{float:right}#site-archive{min-height:78vh;position:relative;padding-bottom:20px;padding-top:60px}#site-archive h1{left:5%;width:90%;margin:auto auto 10px;clear:both}#site-archive .list{display:flex;flex-wrap:wrap;justify-content:space-around;left:5%;width:90%;margin:auto}#site-archive .list>*{padding-top:20px;width:21%}@media only screen and (min-width:1200px) and (max-width:1400px){#site-archive .list>*{width:30%}}@media only screen and (min-width:800px) and (max-width:1200px){#site-archive .list>*{width:42%}}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){#site-archive .list>*{width:90%}}#site-archive .list article h2{font-size:1.3em}#site-archive .list article .image_container{height:250px;margin-bottom:10px}#site-archive .list article .image_container .image{height:250px;background-repeat:no-repeat;background-position:50%;background-size:cover}#site-archive .list article .date{margin-bottom:10px;text-align:right}.type-page #site-post .date{display:none}#site-post article{margin:30px auto}@media only screen and (min-width:1400px){#site-post article{max-width:1200px}}@media only screen and (min-width:1200px) and (max-width:1400px){#site-post article{max-width:1000px}}@media only screen and (min-width:800px) and (max-width:1200px){#site-post article{max-width:800px}}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){#site-post article{width:95%}}#site-post .image_container{width:100%;height:auto;margin-bottom:5px}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){#site-post .image_container{width:100%;float:none}}#site-post .wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em;margin:10px}#site-post img{max-width:100%;object-fit:contain;width:auto!important;height:auto!important}#site-post .image_container img{width:100%;height:auto}#site-post .post_content h1{margin:20px 0;font-size:2.5em}#site-post .post_content p{margin:20px 0}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){#site-post .post_content p img{width:100%}}#site-post .content p img.alignleft,#site-post .wp-caption.alignleft{float:left;margin:10px 10px 10px 0}#site-post .wp-caption .wp-caption-text{font-size:.8em;color:#999}#site-post .content p img.alignright,#site-post .wp-caption.alignright{float:right;margin:10px 0 10px 10px}#site-post ul{clear:both}#site-post ul ul{margin-top:15px}#site-post ul li{list-style:circle;margin-left:20px;margin-bottom:15px;list-style-position:inside}#site-post blockquote{width:86%;padding:10px 2%;border:1;margin:20px 5%;color:#999;font-size:1.3em;font-style:italic}#site-post .aligncenter{text-align:center}#site-post #share-buttons{margin:20px 0;width:100%;display:flex;justify-content:space-between}#site-post .wp-block-columns{display:flex}#site-posts .list{display:flex;flex-wrap:wrap;justify-content:space-around;margin:50px}#site-posts .list article{width:320px;margin:30px;max-height:550px;overflow:hidden}#site-posts .list article .fecha{width:100px;float:left}#site-posts .list article header{height:30px}#site-posts .list article .area{width:200px;float:right;text-align:right;box-sizing:border-box;padding-right:10px;padding-top:3px;padding-bottom:3px;background-color:#193f69}#site-posts .list article .area a{color:#fff;text-decoration:none}#site-posts .list article .area a:hover{color:#aaa}#site-posts .list article .image_container{width:100%;height:auto}#site-posts .list article .image_container img{width:100%;height:100%;object-fit:cover}#site-posts .list article h3{clear:both;margin-bottom:10px}#site-posts .list article h3 a{text-decoration:none;color:#6194af;font-size:1.2em;text-align:left;font-weight:700}#site-posts .list article .date{float:left;margin-right:8px;font-weight:700}#search-results{min-height:78vh;position:relative;padding-bottom:20px;padding-top:60px}#search-results h1{left:5%;width:90%;margin:auto auto 10px;clear:both}#search-results .list{display:flex;flex-wrap:wrap;justify-content:space-around;left:5%;width:90%;margin:auto}#search-results .list article{padding-top:20px;width:21%}@media only screen and (min-width:1200px) and (max-width:1400px){#search-results .list article{width:30%}}@media only screen and (min-width:800px) and (max-width:1200px){#search-results .list article{width:42%}}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){#search-results .list article{width:90%}}#search-results .list article h2{font-size:1.3em}#search-results .list article .image_container{height:250px;margin-bottom:10px}#search-results .list article .image_container .image{height:250px;background-repeat:no-repeat;background-position:50%;background-size:cover}#search-results .list article .date{margin-bottom:10px;text-align:right}#curza-site-content,#wp-site-content{width:auto;order:2;flex-grow:1;box-sizing:border-box;padding:20px;background-color:#fff}#curza-site-content #wp-site-content{padding:0}#curza-site-content h2,#wp-site-content h2{font-size:1.8em;color:#333;border-bottom:2px solid #333;width:100%;padding-bottom:8px;margin:20px 0;clear:both}#curza-site-content h3,#wp-site-content h3{color:#008dc2;margin:20px 0;font-size:1.5em}#site-post{position:relative;font-family:"Lora",sans-serif;color:#010101;margin-top:30px}#site-post .post_content{margin:auto}#site-post .post_content .date{color:#7f7f7f;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:10%;padding:10px 10px 10px 0;border-bottom:1px solid #ff7500;text-align:left;font-size:10px}#site-post article.the-post{max-width:550px}#site-post article.the-post div.content,#site-post article.the-post div.excerpt,#site-post article.the-post h1{text-align:left;margin:10px auto;width:80%}#site-post article.the-post .image_wrapper{border-top:2px solid #ff7500}#site-post article.the-post .audio .lnk-player{position:relative;top:0;left:0;width:100%;max-width:100%;height:30px;display:flex;flex-wrap:nowrap}#site-post article.the-post .audio .lnk-player .play{position:relative;padding-top:1px;width:30px;border:1px solid #999;border-radius:50%;cursor:pointer}#site-post article.the-post .audio .lnk-player .play i{font-size:12px;color:#ff7500;margin-left:11px;margin-top:8px}#site-post article.the-post .audio .lnk-player .play:hover{background-color:#999;transition:all .2s}#site-post article.the-post .audio .lnk-player .download{position:relative;padding-top:1px;width:30px;border:1px solid #999;border-radius:50%;cursor:pointer;margin-left:5px}#site-post article.the-post .audio .lnk-player .download a{position:absolute;top:0;left:0;bottom:0;right:0}#site-post article.the-post .audio .lnk-player .download i{font-size:12px;color:#ff7500;margin-left:9px;margin-top:8px}#site-post article.the-post .audio .lnk-player .download:hover{background-color:#999;transition:all .2s}#site-post article.the-post .audio .lnk-player .description{position:absolute;top:2px;left:43px;font-size:10px;color:#777}#site-post article.the-post .audio .lnk-player .description .texto1{color:#ff7500;font-weight:700}#site-post article.the-post .audio .lnk-player .description .separador{display:inline-block;width:1px;height:8px;border-left:1px solid #999;margin-left:5px;margin-right:5px}#site-post article.the-post .audio .lnk-player .time{position:relative;margin:0 10px;width:auto;flex-grow:2;flex-shrink:2}#site-post article.the-post .audio .lnk-player .time .time-control-line{width:100%;height:2px;background-color:#999;position:absolute;left:0;top:20px;z-index:40;cursor:pointer}#site-post article.the-post .audio .lnk-player .time .time-control-line-active{height:2px;background-color:#ff7500;position:absolute;left:0;top:20px;z-index:42}#site-post article.the-post .audio .lnk-player .time input{z-index:45;position:absolute;left:0;top:5px;width:100%;height:33px}#site-post article.the-post .audio .lnk-player .volume{position:relative;width:15%;flex-shrink:1;margin-left:10px}#site-post article.the-post .audio .lnk-player .volume .volume-control-line{width:100%;height:2px;background-color:#999;position:absolute;left:0;top:20px;z-index:40;cursor:pointer}#site-post article.the-post .audio .lnk-player .volume .volume-control-line-active{height:2px;background-color:#ff7500;position:absolute;left:0;top:20px;z-index:42}#site-post article.the-post .audio .lnk-player .volume input{z-index:45;position:absolute;left:0;top:5px;width:100%;height:33px}#site-post article.the-post .audio .lnk-player .current-time{position:relative;padding-top:15px;color:#555;width:65px;text-align:right;flex-shrink:0;font-family:arial,monospace;font-size:11px}#site-post section#share-buttons{position:fixed;display:flex;flex-direction:column;top:200px;left:80px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#site-post section#share-buttons button{margin-bottom:10px}#site-post section#share-buttons button svg{width:25px;height:25px;border:1px solid #7f7f7f;border-radius:50%}#site-post section#share-buttons button svg circle{fill:#fff}#site-post section#share-buttons button svg path{fill:#7f7f7f}#site-post table.inPost_table{width:90%;margin:10px auto;border-collapse:collapse}#site-post table.inPost_table td{border:1px solid #999;padding:10px}#site-post table.inPost_table th{color:#008dc2;font-size:1.2em}#site-post article .date{font-size:1.3em!important}#site-post article .audio,#site-post article .date{font-family:"Monserrat",sans-serif}#site-post article div.excerpt{font-size:1.6em;line-height:150%;color:#555}#site-post article div.content{font-size:1.5em;line-height:150%}section#main{position:relative;margin-right:330px;z-index:30}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){section#main{margin-right:0}}section#main.side-hidden{margin-right:0}section#content.fixed section#main .noticias-container{margin-top:50px}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){section#content.fixed section#main .noticias-container{margin-top:100px}}section#content.fixed section#main{margin-bottom:50px}#side-publicidades{margin-top:20px}#side-publicidades li{width:100%;padding:20px;box-sizing:border-box;border-bottom:1px solid #ddd;position:relative}#side-publicidades li a{display:block}#side-publicidades li img{width:100%}#side-publicidades li a span{display:none;color:#666}#side-publicidades li a:hover span{color:#ff7500}#side-noticias{position:absolute;top:0;left:0;right:0;bottom:0}#side-noticias .shared-buttons{display:none}#side-noticias .rayita-no-fixed{position:absolute;top:0;width:100%}#side-noticias .rayita-fixed,#side-noticias .rayita-no-fixed{right:0;height:20px;background-color:#ddd;border-bottom:1px solid #777;z-index:50}#side-noticias .rayita-fixed{position:fixed;top:50px;width:330px}#sideRecientes article{padding:20px 35px;border-bottom:1px solid #ddd}#sideRecientes article .date,#sideRecientes article .excerpt,#sideRecientes article .image_container{display:none}#sideRecientes article:before{content:"Viedma";color:#ff7500;font-size:1.1em}#sideRecientes a{padding-top:5px;color:#010101;font-weight:500;font-family:"Lora",sans-serif}section#side-menu{display:flex}section#side-menu,section#side-menu ul{position:absolute;top:0;width:100%;bottom:0}section#side-menu li{width:100%;height:20%;box-sizing:border-box;border-bottom:1px solid #333;position:relative}section#side-menu li:last-child{border:0}section#side-menu li a{position:absolute;top:0;bottom:0;left:30px;right:30px;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center}section#side-menu li img{max-height:50px;max-width:100px}section#side-menu li a span{color:#666}section#side-menu li a:hover span{color:#ff7500}section#side-menu li a img{transition:all .3s ease;-webkit-filter:grayscale(100%);filter:grayscale(100%)}section#side-menu li a:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}#modal-programa .modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);z-index:1000}#modal-programa .close-trigger{position:fixed;top:30px;right:30px;z-index:1030}#modal-programa .close-trigger i{font-size:30px;color:#fff;cursor:pointer}#modal-programa .programa-container{position:fixed;top:120px;bottom:200px;left:150px;right:150px;z-index:1010}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){#modal-programa .programa-container{left:30px;right:30px}}#side-programa{display:flex;align-items:center;justify-content:flex-start;border-top:2px solid #181818;color:#6c6c6c;background:#232323;height:10%}#side-programa .icon{padding:25px}#side-programa .titulo{font-weight:700;text-transform:uppercase;cursor:pointer;color:#ff7500}#side-programa .titulo:hover{color:#fff}#programacion-barra-superior .barra{position:absolute;top:20px;height:40px;width:100%;background-color:#111;box-sizing:border-box;padding-top:10px;font-size:16px;font-weight:700;text-transform:uppercase;color:#6b6b6b;text-align:center}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){#programacion-barra-superior .barra{display:none}}#side-programacion .lista-programas{position:absolute;top:80px;left:0;bottom:0;right:0}#side-programacion #programacion-barra-superior{position:fixed;height:80px;background-color:#fff;top:50px;width:330px;right:0;z-index:100}#side-quienes-somos .post_content{margin:30px}#side-quienes-somos h1{display:none}#side-quienes-somos h2{color:#ff7500;margin:10px 0}#side-quienes-somos h3{color:#777;margin:20px 0 3px}#side-quienes-somos h4{color:#ff7500;margin:20px 0 3px}#side-quienes-somos li{list-style:none}#side-quienes-somos img{margin-top:30px;height:100px;width:100%;left:0;object-fit:cover}section#side-suscripcion ul.menu li{width:200px;margin:30px auto;padding:10px;text-align:center;background-color:#333;color:#ff7500;font-weight:700;font-size:1.2em;border-radius:20px;list-style:none}section#side-suscripcion article{margin:30px;text-align:center}section#side-suscripcion article h1{display:none}section#side-suscripcion article strong{display:block}section#content.no-fixed section#sidebar{position:absolute;top:0;bottom:0;right:0;width:330px;box-sizing:border-box;overflow-y:scroll;border-left:1px solid #ddd}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){section#content.no-fixed section#sidebar{display:none}}section#content.fixed section#sidebar{position:fixed;top:50px;bottom:0;right:0;width:330px;box-sizing:border-box;overflow-y:scroll;border-left:1px solid #ddd}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px),only screen and (min-width:800px) and (max-width:1200px){section#content.fixed section#sidebar{display:none}}section#sidebar.on{position:fixed;top:50px}section#sidebar.hidden{display:none}section#sidebar::-webkit-scrollbar{display:none}section#sidebar.on-progra{position:fixed;top:130px}section#sidebar{-ms-overflow-style:none;scrollbar-width:none;z-index:32}*{margin:0;padding:0}body{font-family:"Montserrat",sans-serif;color:#666;overflow-x:hidden}@media only screen and (min-width:1400px){body{font-size:14px}}@media only screen and (min-width:1200px) and (max-width:1400px){body{font-size:12px}}@media only screen and (min-width:800px) and (max-width:1200px){body{font-size:10px}}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){body{font-size:12px}}.wrapper-central{position:relative;margin:auto;height:100%}@media only screen and (min-width:1400px){.wrapper-central{width:800px}}@media only screen and (min-width:1200px) and (max-width:1400px){.wrapper-central{width:600px}}@media only screen and (min-width:800px) and (max-width:1200px){.wrapper-central{width:800px}}@media only screen and (max-width:500px),only screen and (min-width:500px) and (max-width:800px){.wrapper-central{width:95%}}a{text-decoration:none;color:#ff7500}a:hover{color:#777}section#content{position:relative}
/*# sourceMappingURL=main.809a4dd6.chunk.css.map */