@charset "UTF-8";.custom-menu{width:100%;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.2)}.custom-menu__container{display:flex;justify-content:space-between;align-items:center;padding:0 20px;margin:0 auto;position:relative}@media (max-width:992px){.custom-menu__container{padding:10px 20px}}.custom-menu__logo{color:#ecf0f1;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex;align-items:center}.custom-menu__logo img{height:40px;margin-right:10px}.custom-menu__icons{display:flex;align-items:center}.custom-menu__search-close,.custom-menu__search-toggle{background:0 0;border:none;color:#ecf0f1;font-size:1.2rem;cursor:pointer;margin-left:15px;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);padding:5px}.custom-menu__search-close:hover,.custom-menu__search-toggle:hover{color:#3498db;transform:scale(1.1)}.custom-menu__search-close:hover.custom-menu__search-close,.custom-menu__search-toggle:hover.custom-menu__search-close{transform:rotate(90deg)}.custom-menu__search-panel{position:fixed;right:-100%;top:0;height:70px;display:flex;align-items:center;padding:0 20px;transition:right .4s cubic-bezier(.68,-.55,.265,1.55);z-index:2010;box-shadow:0 2px 10px rgba(0,0,0,.2);width:100%}.custom-menu__search-panel--active{right:0}.custom-menu__search-input{padding:10px 15px;border:2px solid #34495e;border-radius:30px;width:100%;margin-right:10px;font-size:1rem;outline:0;transition:border-color .4s cubic-bezier(.68,-.55,.265,1.55)}.custom-menu__search-input:focus{border-color:#3498db}.custom-menu__toggle{background:0 0;border:none;cursor:pointer;padding:5px;margin-left:15px;z-index:1020}.custom-menu__toggle--active .custom-menu__hamburger-line:nth-child(1){transform:translateY(10px) rotate(45deg)}.custom-menu__toggle--active .custom-menu__hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.custom-menu__toggle--active .custom-menu__hamburger-line:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.custom-menu__hamburger{width:30px;height:24px;display:flex;flex-direction:column;justify-content:space-between;position:relative}.custom-menu__hamburger-line{display:block;width:100%;height:3px;background-color:#ecf0f1;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);transform-origin:center}.custom-menu__nav{position:fixed;top:0;left:-280px;width:280px;height:100vh;padding-top:80px;transition:left .4s cubic-bezier(.68,-.55,.265,1.55);z-index:1005}.custom-menu__nav--active{left:0}.custom-menu__list{list-style:none}.custom-menu__item{border-bottom:1px solid #34495e}.custom-menu__link{display:block;padding:15px 25px;text-decoration:none;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);position:relative}.custom-menu__link:hover::after{opacity:1;left:25px}.custom-menu__link::after{content:"";position:absolute;left:20px;top:50%;transform:translateY(-50%);width:5px;height:5px;background-color:#ecf0f1;border-radius:50%;opacity:0;transition:all .4s cubic-bezier(.68,-.55,.265,1.55)}.custom-menu__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:1001;display:none;backdrop-filter:blur(3px)}.custom-menu__overlay--active{display:block}@media (min-width:1040px){.custom-menu__toggle{display:none}.custom-menu__nav{position:static;width:auto;height:auto;background-color:transparent;padding-top:0;margin-left:auto}.custom-menu__icons{display:none;align-items:center}.custom-menu__list{display:flex}.custom-menu__item{border-bottom:none;padding:5px 0}.custom-menu__link{padding:10px 15px;border-radius:4px}.custom-menu__link::after{display:none}}@keyframes customMenuLinkLoad{0%{transform:translateY(10px);opacity:0}100%{transform:translateY(0);opacity:1}}.custom-menu__link-loading{animation:customMenuLinkLoad .3s ease-out forwards}.main-content{padding:20px;max-width:1200px;margin:0 auto}.sideBar{position:fixed;top:330px;left:0;height:auto;display:flex;flex-direction:column;width:160px;transition:width .3s ease,height .3s ease;overflow:hidden;z-index:100}.sideBar.small{width:80px}.sideBar.small .item-description{display:none}.list-element{padding:20px;cursor:pointer;display:block}.list-element:hover{background-color:#e7e7e7}.item-icon{width:24px;height:24px}.item-active{display:flex;flex-direction:column;align-items:center;row-gap:10px;color:#000;text-decoration:none;cursor:pointer}.item-description{white-space:normal;word-wrap:break-word;max-width:120px;text-align:center;line-height:1.2}.sideBar.small #btn img{transform:rotate(180deg);transition:transform .3s ease}.sidebar-container{overflow:visible}@media (min-width:768px){.m-sideBar{padding-left:160px;transition:padding-left .3s ease}.m-sideBar.small{padding-left:80px}}@media (max-width:768px){.sideBar{width:80px;border-top-right-radius:20px;border-bottom-right-radius:20px;height:auto}.sideBar .list-element:not(:first-child){display:none}.sideBar .item-description{display:none}.sideBar #btn img{transform:rotate(-180deg)}.sideBar.expanded{width:161px;height:auto}.sideBar.expanded .list-element:not(:first-child){display:block;animation:fadeIn .3s ease-in}.sideBar.expanded .item-description{display:block}.sideBar.expanded #btn img{transform:rotate(0)}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}}.footer{padding:40px 20px}.footer__container{margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.footer__column{flex:1;min-width:150px;text-align:center}@media (max-width:900px){.footer__column{flex:0 0 calc(33.333% - 20px)}}@media (max-width:600px){.footer__column{flex:0 0 calc(50% - 20px)}}@media (max-width:400px){.footer__column{flex:0 0 100%}}.footer__item{display:flex;flex-direction:column;align-items:center;gap:10px}.footer__image{max-width:100%;height:auto;margin-bottom:10px}@media (max-width:760px){.footer__container{flex-wrap:unset;flex-direction:column}}body,html{font-size:16px;font-family:"Open Sans",sans-serif}.main-container{max-width:1531px;margin:0 auto;position:relative;margin-bottom:48px}.main-container-news{max-width:1248px;margin:0 auto;position:relative;margin-bottom:48px}.main-container-news a{font-family:"Open Sans",sans-serif;font-size:1.188rem;line-height:1.313rem;letter-spacing:0;font-weight:700;text-decoration:none;color:#53788c}.main-container-news a:hover{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.main-container-news ul{padding-left:30px}.main-top-container{max-width:1531px;margin:0 auto;position:relative}.main-title-container{max-width:1531px;margin:0 auto;position:relative}.box-container{border:none;border-radius:20px;background:#fff;padding:1rem}.card-programa{border:none;border-radius:20px;background:#fff;padding:1rem;border:none;box-shadow:none}.image-black-container{background:#000;border-radius:20px;width:100%;display:flex;align-items:center;justify-content:center;max-width:100%;padding:.5rem}.image-black-container img{max-width:100%;max-height:100%}.tab-fit-container{display:flex;flex-flow:wrap;column-gap:10px;row-gap:40px;justify-content:space-between}.radio-station-container{display:flex;width:100%;justify-content:space-between;padding:10px 0 10px 0}.radio-station-container__panel{display:flex}@media (max-width:768px){.radio-station-container__panel{display:flex}}@media (max-width:930px){.radio-station-container{flex-direction:column;row-gap:15px}}.radio-station-container .station-option{display:flex;align-items:center;justify-content:center;min-width:8rem;max-width:10rem}.radio-station-container .station-option__logo-container{min-width:70px;min-height:70px;max-width:70px;max-height:70px;border:none;border-radius:10px;padding:.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.radio-station-container .station-option__logo-container img{max-width:100%;max-height:100%;object-fit:contain;width:70px}@media (max-width:930px){.radio-station-container .station-option{margin:unset}}.general-player{background:#f5f5f5;border:1px solid #e7e7e7;border-radius:10px;display:flex;align-items:center;padding:1rem;width:100%;padding:.65rem 1rem}.general-player__player-control{background:#53788c;min-width:35px;min-height:35px;max-width:35px;max-height:35px;border-radius:50%;border:none;position:relative;display:block;cursor:inherit}.general-player__player-control img{width:17px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.general-player__img-soundwave{width:30px}.playlist-container{background:#fff;border:none;border-radius:0;max-height:20rem;overflow-y:auto}.playlist-container__item{border-width:0 0 1px 0;border-color:#b1b1b1;border-style:solid;display:flex;align-items:center;cursor:pointer}.playlist-container__item:hover{background:#e7e7e7;text-decoration:none}.colored-label{display:inline-block;padding:.2em .5em;border-radius:10px;color:#fff;background:#000}.tag{padding:.563rem;display:inline-block;line-height:1;white-space:nowrap;user-select:none}.search-portlet-container{height:auto;margin:0 auto}.search-portlet-container h2.portlet-title-text{display:none}.search-portlet-container .portlet-decorate .portlet-content{padding:unset!important}.search-portlet-player-bar{height:auto;margin:0 auto}.search-portlet-player-bar h2.portlet-title-text{display:none}.search-portlet-player-bar .portlet-decorate .portlet-content{padding:unset!important}@media (max-width:1040px){.search-portlet-player-bar{display:none}}.fixed-bar{position:fixed;z-index:150;width:100%}