html,
body {
    font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background-color: #f0f3f5;
    position: relative;
    /*text-rendering: optimizeLegibility;*/
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    transition: left 0.3s ease-in-out;
    font-family: 'Fira Sans Condensed', sans-serif !important;
    width: 100%;
}
body {padding-top: 76px; }

.dark { background: #141414 !important;  color: #FFF; }
.dark .container-fluid:nth-child(2n+1) { background: #1b1b1b; }
.light { background: #e4e4e4 !important; color: #000; }
.light .container-fluid:nth-child(2n+1) { background: #fff; }

ul{padding:0;margin:0;}
li{ list-style:none;}

h1, h2, h3, h4, h5, h6 { font-weight:700; font-family: inherit; }
a, a:hover, a:focus, input:focus { text-decoration:none; outline: none; }
a:hover { color: #ff0000; }
.dark a { color: #fff !important;}
.light a { color: #000 !important;}

a:active,
a:focus, button:focus, .btn:focus,
input:focus, textarea:focus, select:focus, 
.form-control, .form-control:focus { outline: none; text-decoration: none; box-shadow: none; }
.navbar {z-index: 3;position: relative;display: none;}
.no-gutters { padding-left: 0px !important; padding-right: 0px !important; }
.content { max-width: 100%; margin: 0 auto !important; z-index: 2;position: relative; }
#main-content, .main-content { max-width: 100%; margin: 0 auto !important; z-index: 2;position: relative; }

.text a { text-decoration: underline; font-weight:bold; }

/* HEADER SITE */
header { overflow: hidden; border-bottom: 1px solid #ffffff1f; z-index:3000; height:76px; /* width:100%; position:fixed; top:0; */ }
.light header { background: #e4e4e4 !important; color: #000; }
.dark header { background: #141414 !important; color: #FFF; }
header #cover-playing-song { width: 100%; height: 150px; position: absolute; top: 0; left: 0; background-image: url(/upload/album/00000031006.300x300.jpg); background-size: cover;  -webkit-filter: blur(5px);-moz-filter: blur(5px);-o-filter: blur(5px);-ms-filter: blur(5px);filter: blur(10px); }
header .navbar-brand img { height: 35px; }
header .navbar { display: flex; /* justify-content: space-evenly; */ margin: 0px auto;  }
header .menu-burg { height:60px; }
header .menu-pic { height:60px; padding:10px 0px 0px 25px; }
header .menu-search { height:60px; }

/* HEADER */

.shrink header { opacity: 0.99; height: 60px; overflow: hidden; border-bottom: 1px solid #ffffff1f; transition: all 0.2s ease-in-out; z-index:3000; height:130px; }
.shrink header .nowplaying-comercial { padding: 0px; }
.shrink header .menu-btn-1 { visibility: visible; }
.shrink header .navbar-brand img { height: 30px; }
.shrink header .menu-burg { height:unset; }
.shrink header .menu-burg .fa-2x { font-size: 1.5em; }
.shrink header .menu-pic { height:unset; padding: 0px 0px 0px 25px; }
.shrink header .menu-search { height:unset; }
.shrink header .info { padding:5px; }
.shrink header .info .artist { font-weight:500; color:#888; padding-left:5px; }
.shrink header .info .artist { padding-right:5px; }

.playbtn { background-color: #CB2026; width: 30px; height: 30px; border-radius: 50%; position: relative; left: unset; top: unset; color: #fff; border: 0px solid; font-size: 24px; border-radius: 50%; text-shadow: unset; box-shadow: unset; float:right; }
.playbtn .fa-play { font-size: 14px; color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); margin: 0px 0 0 2px; }
 
 @-webkit-keyframes .js-marquee-wrapper { 100%  {margin-left:-320px!important;}}

.dark .logo-black { display: none; }
.dark .logo-white { display: initial; }
.dark .offside { background-color: #1b1b1b; }
.dark .offside .social i { color:#fff; }
.dark .offside li:hover { background: #000; }

.light .logo-white { display: none; }
.light .logo-black { display: initial;  }
.light .offside { background-color: #ECECEC; }
.light .offside .social i { color:#000; }
.light .offside li:hover { background: #fff; }

.darkmode-container { text-align:center; padding-left:20px; }
.changeMode { width: 45px; height: 45px; }
.light .darkmode-container img.dMode { opacity: 0.5; background-image: url('/images/ico/moon.png');}
.light .darkmode-container img.lMode { opacity: 1; background-image: url('/images/ico/moon.png');}
.light .darkmode-container img:hover { opacity: 1; background-image: url('/images/ico/moon-hover.png');}

.dark .darkmode-container img.lMode:hover { opacity: 1; background-image: url('/images/ico/sun-hover.png');}
.dark .darkmode-container img.dMode { opacity: 1; background-image: url('/images/ico/moon.png');}
.dark .darkmode-container img.lMode { opacity: 1; background-image: url('/images/ico/sun.png');}

.nowplaying-comercial { position: relative; display: flex; align-items: center; padding:8px 0px; }
.dark .nowplaying-comercial { background: #1f1f1f; border: 1px solid #252525; }
.light .nowplaying-comercial { background: #ECECEC; border: 1px solid #eeeeee; }
.nowplaying-comercial img { width: 80px; margin: 0px 20px 0px 10px; border: 3px solid #ffffff40; border-radius: 50%; }
.nowplaying-comercial .info {}
.dark .nowplaying-comercial .info .show { font-size:18px; color: #fff; text-transform: uppercase; font-weight: bold; margin-bottom: 5px; }
.light .nowplaying-comercial .info .show { font-size:18px; color: #000; text-transform: uppercase; font-weight: bold; margin-bottom: 5px; }
.nowplaying-comercial .info .show  span { font-weight: normal; padding-left: 10px; background: red; padding: 1px 8px; border-radius: 2px; color: #fff; }
.nowplaying-comercial .info .music { font-size:16px; }
.nowplaying-comercial .info .artist { font-size:16px; }

/* RADIOS DIGITAIS */
.homeradios .radio .cover { position: relative; height: auto; margin: 0 auto; }
.homeradios .radio .cover img { height: 100%; width: 100%; padding: 0; margin: 0; box-sizing: border-box; border: 0px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0px 0px 1px 2px #50000b45; }
.homeradios .radio .title { font-size: 20px; text-transform: uppercase; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; font-weight: 500; line-height: 30px; }
.homeradios .radio .title { color: #fff; }
.homeradios h2 { color: #fff; }



/* SEARCH */
.search-container { text-align: right; }
.search-container.open { position: absolute; left: 0px; width: 100%; z-index: 20; top: 0px; background: #1a1a1a; height: 100%; }
.light .search-container.open { background: #ffffff; color: #000; }
.light .close:before, .light .close:after { background-color: #000; }
.search { width: 0; height: 76px; margin: 0px auto 0; position: relative; overflow: hidden; transition: all 0.3s ease; position: absolute; top: 0px; right: 0px; }
body.shrink .search { height: 60px; }
.search-container.open .search{ width: 100%; }
body.shrink .search-container.open { height: 60px; top: 10px; }
body.shrink .search-box { padding: 10px 0px 10px 45px; font-size: 20px; }
body.shrink .close { top: 14px; }
.ssearch:before { content: ''; display: block; width: 3px; height: 100%; position: relative; transition: all 0.5s ease; float: right; }
.search.open { width: 100%; height: 76px; background-color: #242628; }
.ssearch.open:before { height: 60px; margin: 20px 0 20px 30px; position: absolute; background-color: #fff; }
.search-box { width: 100%; height: 100%; box-shadow: none; border: none; background: transparent; color: #fff; padding: 20px 100px 20px 45px; font-size: 40px; font-weight: 300; }
.light .search-box { color: #242628; }
.search-box:focus { outline: none; }
.search-button { width: 100px; height: 100px; display: block; position: absolute; right: 0; top: 0; padding: 20px; }
.search-icon { width: 30px; height: 30px; border-radius: 40px; border: 0px solid #fff; display: block; position: relative; margin-left: 5px; background-image: url('/images/ico/search.png'); background-size: 30px;   }
.light .search-icon { background-image: url('/images/ico/search-hover.png'); }
.open .search-icon { margin: 0; width: 50px; height: 50px; }
.open .search-icon:before { transform: rotate(52deg); right: 22px; top: 23px; height: 18px; }
.open .search-icon:after { transform: rotate(-230deg); right: 22px; top: 13px; height: 18px; }
.close { position: absolute; right: 32px; top: 20px; width: 32px; height: 32px; opacity: 0.9; transition: all 0s ease; }
.close:hover { opacity: 1; }
.close:before, .close:after { position: absolute; left: 15px; content: ' '; height: 33px; width: 2px; background-color: #fff; }
.close:before { transform: rotate(45deg); }
.close:after { transform: rotate(-45deg); }

/*
.search { width: 100px; height: 60px; margin: 0px auto 0; position: ; overflow: hidden;  zoom: 0.6; float: right; z-index:21; padding-top:10px; }
.search:before { content: ''; display: block; width: 3px; height: 100%; position: relative; transition: all 0.5s ease; float: right; }
.search.open { width: 100%; height: 80%; background-color: #242628;  position:absolute; left:0; top:0; }
.search.open:before { height: 60px; margin: 20px 0 20px 30px; position: absolute; }
.search-box { width: 100%; height: 100%; box-shadow: none; border: none; background: transparent; color: #fff; padding: 20px 170px 20px 30px; font-size: 26px; }
.search-box:focus { outline: none; }
.search-button { width: 100px; height: 60px; display: block; position: absolute; right: 0; top: 0; padding: 28px 20px 20px 20px; cursor: pointer; }
.search-icon { width: 40px; height: 40px; border-radius: 40px; border: 3px solid #fff; display: block; position: relative; margin-left: 5px; }
.search-icon:before { content: ''; width: 3px; height: 15px; position: absolute; right: -2px; top: 30px; display: block; background-color: #fff; transform: rotate(-45deg); }
.search-icon:after { content: ''; width: 3px; height: 15px; position: absolute; right: -12px; top: 40px; display: block; background-color: #fff; transform: rotate(-45deg); }
.open .search-icon { margin: 0; width: 60px; height: 60px; border-radius: 60px; }
.open .search-icon {  border: 0px solid #fff;   }
.open .search-icon:before { transform: rotate(45deg); right: 10px; top: 15px; height: 25px; }
.open .search-icon:after { transform: rotate(-45deg); right: 10px; top: 15px; height: 25px; }
.open .search-icon { margin: 0; width: 60px; height: 60px; border-radius: 60px; }
.search-submit { display:none; }
.open .search-submit { display:block; position:absolute; top: 40px; right: 70px;}
    */
/* BUTTONS */
.more { padding: 3px 10px; background: #CB2026; display: inline-block; margin: 30px 0 0 0; color: #fff; }
.container-fluid { position: relative; z-index: 2; padding: 1.2rem 0; }



/* Footer */
.dark #footer { background-color: #2C2C2C; position: relative; z-index: 2; font-family: 'Roboto', sans-serif; }
.dark .footer-bottom { padding: 20px 0 20px; border-top: 0px solid #f0f3f5; background: #1A1A1A; }
.dark .footer-copyright { padding: 10px 0; border-top: 0px solid #f0f3f5; background: #000; }
.dark .footer-widgets { padding:50px 0; color: #a5a7a8; }
.dark .footer-widgets .widget { overflow: hidden; }
.dark .footer-widgets .widget h2 { margin-bottom:25px; font-size:14px; color: #fff; margin-top: 10px; font-weight: normal; }
.dark .footer-widgets .widget h4 { margin-bottom:15px; font-size:12px; color: #D9D9D9; margin-top: 10px; font-weight: normal;}
.dark .footer-widgets .widget li a { padding:3px 0; display:block; font-size:12px; color: #5e5e5e; }
.dark #footer .footer-copyright-text { margin: 10px; align-items: center; font-size: 12px; color: #fff; }
.dark #footer a:hover, .copyright a:hover { color:#ff0000; }
.dark #footer .catch-phrase {font-size: 14px; color: #ffffff; }
.dark #footer .addresss {font-size: 14px; color: #6B6B6B; }
.dark #footer .footer-radiologos img { height: 40px; display: inline-flex; padding: 10px;  }

.light #footer { background-color: #ECECEC; position: relative; z-index: 2; font-family: 'Roboto', sans-serif; }
.light .footer-bottom { padding: 20px 0 20px; border-top: 0px solid #f0f3f5; background: #EEE; }
.light .footer-copyright { padding: 10px 0; border-top: 0px solid #f0f3f5; background: #E4E4E4; }
.light .footer-widgets { padding:50px 0; color: #a5a7a8; }
.light .footer-widgets .widget { overflow: hidden; }
.light .footer-widgets .widget h2 { margin-bottom:25px; font-size:14px; color: #000; margin-top: 10px; font-weight: normal; }
.light .footer-widgets .widget h4 { margin-bottom:15px; font-size:12px; color: #111; margin-top: 10px; font-weight: normal;}
.light .footer-widgets .widget li a { padding:3px 0; display:block; font-size:12px; color: #1f1f1f; }
.light #footer .footer-copyright-text { margin: 10px; align-items: center; font-size: 12px; color: #000; }
.light #footer a:hover, .copyright a:hover { color:#ff0000; }
.light #footer .catch-phrase {font-size: 14px; color: #000; }
.light #footer .addresss {font-size: 14px; color: #6B6B6B; }
.light #footer .footer-radiologos img { height: 40px; display: inline-flex; padding: 10px; filter: brightness(0%); }
#footer .footer-companylogos img { height: 40px; display: inline-flex; padding: 10px; filter: brightness(50%); }

.footer-menu { text-align:center; border-bottom: 0px solid #e3e6e8; background-color: #000000; }
.footer-menu .navbar-nav { display:inline-block; float:none !important; padding:25px 0 15px 0; }
.footer-menu .navbar-nav li { display: inline-block; }
.footer-menu .navbar-nav li+li { margin-left: 25px; }
.footer-menu .navbar-nav li a { font-size:11px; text-transform:uppercase; color:#a5a7a8; letter-spacing:2px; padding:10px; font-weight: 700; }
#footer .footer-menu .nav>li>a:focus, 
#footer .footer-menu .nav>li>a:hover,
#footer .footer-menu .nav>li.active a { background-color: transparent; color: #6B6B6B; }
.footer-widgets .widget { overflow: hidden; }
.widget.widget-menu-2 ul li, .widget.widget-menu-3 ul li { float:left; }
.widget.widget-menu-2 ul li { width: 50%; }
.widget.widget-menu-3 ul li { width: 33%; }

.footer-bottom, .footer-bottom a, .copyright, .copyright a { font-size: 14px; color: #797878; line-height: 23px; }
.footer-bottom-content { max-width: 990PX; display: inline-block; }
.footer-radiologos { margin: 10px; /* justify-content: space-evenly; */ align-items: center; }

#page-content-wrapper { position: relative; z-index: 2; }
#page-content-wrapper.panel-open { /*left: 250px;*/ }
#page-content-wrapper.panel-open .hidden-panel { left: 0px; z-index: 2; transition: all 0.3s ease-in-out; }
.menu-toggle { position: absolute; z-index: 2; left: 20px;  transition: all 0.3s ease-in-out; top: 50%; /* left: 0; */ transform: translateY(-50%); }

.cover-page-bg { background-size: 150%; background-position: center center; display: block; filter: blur(50px) opacity(100%); -webkit-filter: blur(40px) opacity(45%); height: 600px; max-width: 100%; left: 0; top: 0; position: fixed; right: 0; z-index: 0; -webkit-backface-visibility: hidden; padding: 0; }
.menu-toggle.open { opacity: 0.5; }
.menu-toggle-grippy { border-bottom: 3px solid #696969; border-top: 3px solid #696969; float: left; line-height: 0; margin-right: 0.2em; padding: 3px 0; text-indent: -999em; width: 20px; }
.menu-toggle-grippy:after { background: #696969; content: ""; display: block; height: 3px; }
.menu-toggle-label { float: right; font-weight: 700; height: 18px; letter-spacing: 0px; line-height: 18px; text-transform: uppercase; font-size: 12px; color: #696969; display: none; }
.hidden-panel { background: #333; color: #666; font-size: 0.875rem; height: 100%; position: absolute; left: -250px; top: 0; width: 250px; z-index: 2; }
.hidden-panel a { color: #999; transition: color 0.3s ease-out; }
.hidden-panel a:hover { color: #fff; }
.hidden-panel-close { color: #666; position: absolute; right: 20px; top: 3.7em; transition: color 0.3s ease-in-out; }
.hidden-panel-close:hover { color: #fff; }
.hidden-panel-content { padding: 3.65em 10%; }
.hidden-panel-nav { border-bottom: 1px solid #666; border-bottom: 1px solid rgba(102, 102, 102, 0.25); margin-bottom: 1.5em; padding-bottom: 1.5em; text-transform: uppercase; }
.hidden-panel-nav h3 { letter-spacing: 1px; margin-bottom: 1em; }
.hidden-panel-nav ul { list-style: none; font-weight: 600; margin: 0; padding: 0; }
.hidden-panel-nav li { padding: 0.25em 0; }
.hidden-panel-text { line-height: 1.5; }
.hidden-panel-text p { margin-bottom: 1.5em; }
.hidden-panel-text p:last-child { margin-bottom: 0; }
.hidden-panel-credits { font-size: 12px; font-size: 0.75rem; line-height: 1.5; }
.hidden-panel-credits span { display: block; margin-bottom: 0.15em; }

button.play { border: 0; background: transparent; box-sizing: border-box; width: 0; height: 16px; border-color: transparent transparent transparent #fff; transition: 100ms all ease; border-style: solid; border-width: 8px 0 8px 14px; position: absolute;left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 0 0 0 0px; margin: 0 0 0 1px; }

.footer-logo { margin-bottom: 40px; }
.footer-logo img { display: inline-block; }

.light .selectMode { color: #636363; }
.light .selectMode img.lMode { opacity: 1; }
.light .selectMode img.dMode { opacity: 0.5; }
.dark .selectMode { color: #636363;}
.dark .selectMode img.dMode { opacity: 1; }
.dark .selectMode img.lMode { opacity: 0.5; }
.selectMode { display: flex; justify-content: center; align-items: center; }
.selectMode span { padding: 0 10px; }
.selectMode img.dMode { padding: 0 4px; width: 25px; }
.selectMode img.lMode { padding: 0 4px; width: 30px; }

.bg-light { background: #fff !important; }
.bg-dark { background: #141414 !important; }
.bg-light .rc-breadcrumb a, .bg-light .fa.fa-caret-right { color: #414141; }
.bgred { background: #950215 !important; color: #fff; }

.page-selection { width: 100%; padding: 20px; background: #00000026;}
.pagination { display: flex; padding-left: 0; list-style: none; border-radius: .25rem; justify-content: space-evenly; align-items: center; font-size: 25px; max-width: 80%; margin: 0 auto; }
.pagination a { color: #fff; }
.pagination .first, li.last { display:none !important; } 

/* PUBLICIDADE */
.pub.mrec { display: flex; justify-content: center; align-items: center; }

/* BUTTON PLAY AUDIO */
.btnPlay {  color: #fff;border: 3px solid;display: inline-block;width: 60px;height: 60px;line-height: 56px;font-size: 24px;border-radius: 50%;text-shadow: 0 0 15px #000; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);position: relative; display: inline-block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.btnPlayInside { border-radius: 50%; position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: opacity .2s linear, -webkit-transform .2s ease; transition: transform .2s ease, opacity .2s linear; transition: transform .2s ease, opacity .2s linear, -webkit-transform .2s ease; }
.btnPlayInside:before { display: block; content: " "; border-radius: 50%; width: 100%; height: 100%; position: absolute; top: 0; left: 0; -webkit-transform: scale(0); transform: scale(0); opacity: 0; border: 2px solid rgba(255,255,255,0.3); z-index: 2; }
.btnPlay:hover > .btnPlayInside { /*border: 8px solid #CB202654;*/ border: 27px solid #CB2026; }
.btnPlay button.play { border: 0; background: transparent; box-sizing: border-box; width: 0; height: 16px; border-color: transparent transparent transparent #fff; transition: 100ms all ease; border-style: solid; border-width: 8px 0 8px 14px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 0 0 0 0px; margin: 0 0 0 1px; }   
.btnPlayRadio { background-color: #CB2026; width: 35px; height: 35px; border-radius: 50%;  position: absolute; left: 65px; top: 55px; color: #fff; border: 0px solid; font-size: 24px; border-radius: 50%; text-shadow: 0 0 15px #000; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
.btnPlayRadio button.play { border: 0; background: transparent; box-sizing: border-box; width: 0; height: 16px; border-color: transparent transparent transparent #fff; transition: 100ms all ease; border-style: solid; border-width: 8px 0 8px 14px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 0 0 0 0px; margin: 0 0 0 1px; }   
.btnPlay:hover > .btnPlayInside { /*border: 8px solid #CB202654;*/ border: 27px solid #CB2026; }

/* MORE CONTENT LIST TWO ROWS WITH TITLE AND NO PUB */
.listTwoRowsWithTitle { position:relative;height:inherit;display:flex;flex-wrap:wrap;overflow:auto;padding:0; }
.listTwoRowsWithTitle .item { padding-bottom:30px; }
.listTwoRowsWithTitle .item.titles { padding:5px 15px; width:100%; padding-bottom:30px; }
.listTwoRowsWithTitle .item.titles h2 { font-size:44px;color:#fff;text-transform:uppercase;padding:0;margin:0; }
.listTwoRowsWithTitle .item.titles h6 { font-size:30px;color:#a9a9a9;text-transform:uppercase;padding:0 0px;margin:0; }
.listTwoRowsWithTitle .item.titles span { }
.listTwoRowsWithTitle .item .cover { position:relative;height:auto;width:100%;margin:0 auto; }
.listTwoRowsWithTitle .item .cover img { max-height: !important;width:100%; }
.listTwoRowsWithTitle .item .info { position:relative;padding:10px 0; }
.listTwoRowsWithTitle .item .video-info .datePlayed { font-family:inherit;color:rgb(255, 255, 255);text-align:center;white-space:nowrap;font-size:13px;color:#ed1c24; }
.listTwoRowsWithTitle .item .info .dateAndTime { display:flex;justify-content:space-between;align-items:center;margin-bottom:10px; }
.listTwoRowsWithTitle .item .info .dateAndTime .date { background:#CB2026;font-size:14px;font-weight:500;color:#fff;padding:0px 10px;text-transform:capitalize;display:inline-block; }
.listTwoRowsWithTitle .item .info .dateAndTime .time { font-size:12px;font-weight:300;color:#fff;font-family:'Roboto', sans-serif;display:inline-block; }
.listTwoRowsWithTitle .item .info .dateAndTime .time:before { content:"\f017";font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;padding-right:5px; }
.listTwoRowsWithTitle .item .info .title { color:#fff;font-size:16px; }

/* MORE CONTENT LIST TWO ROWS WITH TITLE AND PUB */
.listTwoRowsWithTitleAndPub { position:relative;height:inherit;display:flex;flex-wrap:wrap;overflow:auto;padding:0; }
.listTwoRowsWithTitleAndPub .item { padding-bottom:30px; }
.listTwoRowsWithTitleAndPub .item.titles { padding:5px 15px; width:100%; padding-bottom:30px; }
.listTwoRowsWithTitleAndPub .item.titles h2 { font-size:44px;color:#fff;text-transform:uppercase;padding:0;margin:0; }
.listTwoRowsWithTitleAndPub .item.titles h6 { font-size:30px;color:#a9a9a9;text-transform:uppercase;padding:0 0px;margin:0; }
.listTwoRowsWithTitleAndPub .item.titles span { }
.listTwoRowsWithTitleAndPub .item .cover { position:relative;height:auto;width:100%;margin:0 auto; }
.listTwoRowsWithTitleAndPub .item .cover img { max-height: !important;width:100%; }
.listTwoRowsWithTitleAndPub .item .info { position:relative;padding:10px 0; }
.listTwoRowsWithTitleAndPub .item .video-info .datePlayed { font-family:inherit;color:rgb(255, 255, 255);text-align:center;white-space:nowrap;font-size:13px;color:#ed1c24; }
.listTwoRowsWithTitleAndPub .item .info .dateAndTime { display:flex;justify-content:space-between;align-items:center;margin-bottom:10px; }
.dark .listTwoRowsWithTitleAndPub .item .info .dateAndTime .date { background:#CB2026;font-size:14px;font-weight:500;color:#fff;padding:0px 10px;text-transform:capitalize;display:inline-block; }
.light .listTwoRowsWithTitleAndPub .item .info .dateAndTime .date { background:#CB2026;font-size:14px;font-weight:500;color:#000;padding:0px 10px;text-transform:capitalize;display:inline-block; }
.dark .listTwoRowsWithTitleAndPub .item .info .dateAndTime .time { font-size:12px;font-weight:300;color:#fff;font-family:'Roboto', sans-serif;display:inline-block; }
.light .listTwoRowsWithTitleAndPub .item .info .dateAndTime .time { font-size:12px;font-weight:300;color:#000;font-family:'Roboto', sans-serif;display:inline-block; }
.listTwoRowsWithTitleAndPub .item .info .dateAndTime .time:before { content:"\f017";font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;padding-right:5px; }
.dark .listTwoRowsWithTitleAndPub .item .info .title { color:#fff; font-size:16px; }
.light .listTwoRowsWithTitleAndPub .item .info .title { color:#000; font-size:16px; }

/* EFFECTS */
/*https://codepen.io/nxworld/pen/ZYNOBZ*/

/* Shine */
.hover-shine { position: relative; }
.hover-shine img::before { position: absolute; top: 0; left: -75%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); }
.hover-shine img:hover::before { -webkit-animation: shine .75s;	animation: shine .75s; }
@-webkit-keyframes shine {
	100% { left: 125%; }
}
@keyframes shine {
	100% { left: 125%; }
}

h2.month { padding: 0 25px 20px; font-weight: 300; }
.header-titles { text-transform: uppercase; padding: 0; margin: 0; }

/* BOXES */
.box3 .inside .titles { display: block; padding: 5px 15px; }
.dark .box3 .inside .wrapper { flex: 1; background: #1f1f1f; border: 1px solid #252525; }
.light .box3 .inside .wrapper { flex: 1; background: #ececec; border: 1px solid #ececec; }

.box3 .inside h2 { font-size: 44px; text-transform: uppercase; padding: 0; margin: 0; } 
.box3 .inside h6 { font-size: 30px; color: #a9a9a9; text-transform: uppercase; padding: 0 0px; margin: 0; } 
.box3 .inside .cover { position: relative; height: auto; width: 100%; margin: 0 auto;overflow: hidden;  }
.box3 .inside .info { position: relative; padding: 10px; }
.box3 .inside .info .category { /*font-family: 'Roboto', sans-serif; font-size: 12px;*/ text-transform: uppercase; color: #a7a7a7 !important; font-size: 14px; text-transform: uppercase; }
.box3 .inside .info .category a { font-family: inherit; padding: 1px 0px; /* background: #CB2026; */ display: inline-block; /* margin-right: 5px; */ color: #a7a7a7 !important; }
.box3 .inside .info .category a:after { content:"\2022"; color:#a7a7a7; padding: 0 5px; }    
.box3 .inside .info .category a:last-child:after{ display: none;}
.box3 .inside .info .title { padding: 5px 0; font-family: inherit; font-size: 16px; }
.box3 .inside .info .dateAndTime { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.box3 .inside .info .date { background: #CB2026; font-size: 14px; font-weight: 500; padding: 0px 10px; text-transform: capitalize; display: inline-block; }
.box3 .inside .info .time { font-size: 14px; font-weight: 300; text-transform: capitalize; /*font-family: 'Roboto', sans-serif; display: inline-block;*/ }
.box3 .inside .info .time:before { content: "\f017"; font: normal normal normal 14px/1 'Font Awesome 5 Pro'; font-size: inherit; text-rendering: auto; padding-right: 5px;}
.box3 .inside .buy { background: #aa0000; padding: 10px 30px; max-width: 50%;    margin: 20px auto 0 auto;    text-align: center; }
.box3 .inside .aditional-info { display: flex; flex-direction: column; }
.box3 .inside .aditional-info .when { display: ; justify-content: space-between; }
.box3 .inside .aditional-info .when .date { font-weight: 700; font-size: 26px; text-transform:uppercase; color:#a9a9a9; text-align:center; }
.box3 .inside .aditional-info .when .time { font-weight: 300; font-size: 24px; text-transform: capitalize; text-align:center; color: #ef1e27; }
.noticias .box3 .inside .wrapper {  padding: 0px;}
.noticias .box3 .inside .wrapper .cover { padding: 0px; }
.noticias .box3 .owl-item .inside .wrapper .cover { padding: 0px; }
.noticias .box3 .inside .description { font-size: 14px; font-weight: 500; margin: 5px 0; font-family: Roboto,sans-serif; text-align: left; }
.dark.noticias .box3 .inside .wrapper { background: #101010; }
.dark.noticias .box3 .inside .wrapper .cover { background: #141414; }
.light.noticias .box3 .inside .wrapper { background: #eaeaea;  }
.light.noticias .box3 .inside .wrapper .cover { background: #f4f4f4; }

.marcas-que-ajudam .text a { text-decoration: unset;  font-weight: normal; }

.episodesCount { position: absolute;top: 3px;right: 3px;border: 1px solid #3c3c3c;padding: 0px 10px;font-size: 14px;border-radius: 3px; font-family: 'Roboto', sans-serif; background: #3c3c3c;}
.dark .episodesCount { color: #ffffff !important; }
.light .episodesCount { color: #ffffff !important; }

/* Boxes Agenda */
.boxH { position:relative; height: inherit; display: flex; flex-wrap: wrap;padding: 0; }
.boxH .inside  { text-align: left; padding: 0 15px; margin-bottom: 30px; display: flex; flex-direction: row; width: 100%; align-items: center; }
.boxH .inside .aditional-info {/*order: 1; display: flex; flex-direction: column; margin-right: 50px;*/padding: 0 20px;width: 220px; }
.boxH .inside .aditional-info .when { font-size: 22px; text-transform: capitalize;text-align: right; }
.boxH .inside.titles { display: block; padding: 5px 15px; }

.dark .boxH .inside .wrapper { background: #1f1f1f; border: 1px solid #252525; width: 100%;align-items: center;justify-content: space-between; padding: 10px 12px;}
.light .boxH .inside .wrapper { background: #ececec; border: 1px solid #ececec;  width: 100%;align-items: center;justify-content: space-between; padding: 10px 12px;}

.boxH .inside h2 { font-size: 32px; text-transform: none; padding: 0; margin: 0; } 
.boxH .inside h2 span.mes { text-transform: uppercase; }
.boxH .inside h6 { font-size: 26px; color: #a9a9a9; text-transform: uppercase; padding: 0 0px; margin: 0; } 
.boxH .inside .cover { position: relative; height: auto; width: 200px; overflow: hidden; }
.boxH .inside .info {     position: relative; padding: 10px; display: flex; flex: 1;flex-direction: column-reverse; }

.boxH .inside .info .categories { width: 100%; }
.boxH .inside .info .category { /*font-family: 'Roboto', sans-serif; font-size: 12px;*/ text-transform: uppercase; color: #a7a7a7 !important; font-size: 14px; text-transform: uppercase;  }
.boxH .inside .info .category a { font-family: inherit; padding: 1px 0px; /* background: #CB2026; */ display: inline-block; /* margin-right: 5px; */ color: #a7a7a7 !important; }
.boxH .inside .info .category a:after { content:"\2022"; color:#a7a7a7; padding: 0 5px; }    
.boxH .inside .info .category a:last-child:after{ display: none;}
.boxH .inside .info .title { padding: 5px 0; font-family: inherit; font-size: 18px; order: 2; font-size: 30px; order: 2; }
.boxH .inside:last-child { margin-bottom: 0;}
.boxH .inside .info .dateAndTime { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.boxH .inside .info .date { font-size: 20px; font-weight: 300; }
.boxH .inside .info .time { font-size: 20px; font-weight: 300; text-transform: capitalize;/*font-family: 'Roboto', sans-serif; display: inline-block;*/ }
.boxH .inside .buy { background: #aa0000; padding: 10px 30px; width: 100%;  margin: 15px auto;  text-align: center; display:block; }

.sold_out {top: 2em; left: -5em; color: #fff; display: block; position:absolute; text-align: center; text-decoration: none; letter-spacing: .06em; background-color: #A00; padding: 0.5em 5em 0.4em 5em; text-shadow: 0 0 0.75em #444; box-shadow: 0 0 0.5em rgba(0,0,0,0.5); font: bold 16px/1.2em Arial, Sans-Serif; -webkit-text-shadow: 0 0 0.75em #444; -webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.5); -webkit-transform: rotate(-45deg) scale(0.75,1); z-index:10; }
.sold_out:before { content: ''; top: 0; left: 0; right: 0; bottom: 0; position: absolute; margin: -0.3em -5em; transform: scale(0.7); -webkit-transform: scale(0.7); border: 1px rgba(255,255,255,0.7) dashed; }

.header  h1 { font-weight: 500; margin: 10px 0 20px 0; display: block; }
.header  h2 { color: #ababab; font-weight: 400; display: block; padding: 0px; }
.header  h3 { font-weight: 500; margin: 0px 0 0px 0; display: inline-block; padding: 0px; }

.social-news a { height:58px; display:flex; position:relative; justify-content:flex-start; align-items:center; text-align:left; border:0; margin-bottom:20px; color: #fff !important; padding:0px 5px; }
.social-news div { height:58px; display:flex; position:absolute; width:58px; justify-content:center; align-items:center; color: #fff !important; top:0; right:0; }
a.comment-news {   background:#8e0000; }
a.comment-news div { background:#650000; }
a.facebook { background:#2d609b; }
a.facebook div { background:#152d48; }
a.twitter { background:#00c3f3; }
a.twitter div {background:#007a98; }

.text { font-weight: 300; margin: 0px 0 0px 0; padding: 20px 0px; font-size: 1.2rem; margin: 0 auto; }
.text img { max-width:100%; }
iframe { width:100% !important; min-width:100% !important; max-width:100% !important; }
.homepage h2 { font-size:40px; padding: 20px 15px 10px 15px; }

/* Transito */
.transito .tipo { font-size: 4vw; display: flex; align-items: center; }
.transito .localidade { font-size: 4vw; padding: 0px; }
.transito .local { font-size: 5vw; }
.transito .sentido { font-size: 3vw; }
.transito .hora { font-size: 3vw; position: absolute;top: 10px;right: 10px;display: flex;flex-direction: column;text-align: center; }
.transito .box3 .inside { text-align: left; padding: 0 5px; margin-bottom: 20px; display: flex; flex-direction: column; overflow: hidden;}
.transito .box3 .inside .cover { padding:5px 10px !important; }
.transito .box3 .inside .info { padding: 5px 10px; }
.transito .verde { border-top: 10px solid green !important; }
.transito .amarelo { border-top: 10px solid orange !important; }
.transito .vermelho { border-top: 10px solid red !important; }

.hometwo .box3, .homethree .box3 { position:relative; height: inherit; display: flex; flex-wrap: wrap; overflow: auto; padding: 0; }
.hometwo .box3 .inside .info .title, .homethree .box3 .inside .info .title { font-size: 14px; }
.hometwo .box3 .inside .info .category, .homethree .box3 .inside .info .category { font-size: 12px; }
.hometwo .box3 .inside  { width: calc(100% / 2); text-align: left; padding: 0 5px; margin-bottom: 20px; display: flex; flex-direction: column; overflow: hidden;}
.homethree .box3 .inside  { width: calc(100% / 3); text-align: left; padding: 0 5px; margin-bottom: 20px; display: flex; flex-direction: column; overflow: hidden;}
.premium .box3 .inside .wrapper { flex: 1; background:unset; border:0px solid #252525; }
.homepage .premium { padding: 1.2rem 0 0 0; }

.news-col-list { width: 100% !important; padding:0px !important; margin-bottom:0px !important; }
.newslisting { text-align: left; margin: 0px 10px 5px 10px; border-bottom:1px solid rgba(255,255,255,.10); font-size:14px; color:#a9a9a9; padding:5px 0px; }
.newslisting .title { font-size:16px; }
.news-linha-verde { background-color:green; padding:10px; text-align:center; }

/* OWL */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #EC2029; }
.owl-carousel .owl-nav{ overflow: hidden; height: 0px; margin-top: 0px; }
.owl-carousel .item { text-align: center; }
.owl-carousel .nav-btn{ height: 36px; width: 36px; position: absolute; top: 30%; transform: translateY(-50%); background: #000; opacity:.5; }
.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled{ pointer-events: none; opacity: 0.2; }
 
.dark .owl-carousel .prev-slide { left: 0px !important; color: #fff; font-size: 28px; padding: 5px; }
.dark .owl-carousel .next-slide { right: 0px !important; color: #fff; font-size: 28px; padding: 5px; }
.light .owl-carousel .prev-slide { left: 0px !important; color: #fff; font-size: 28px; padding: 5px; }
.light .owl-carousel .next-slide { right: 0px !important; color: #fff; font-size: 28px; padding: 5px; }

.dark .form-settings { background-color: #464646; padding: 16px; }
.light .form-settings { background-color: #ececec; padding: 16px; }

.offside ul { margin: 15px 0 0 0; }
.offside li { padding: 5px 25px; font-size: 1rem; }

.navbar-nav a { display:block; }
.dropdown-menu { position:relative !important; transform: translate3d(0px, 0px, 0px) !important; }
.dropdown-menu a { padding: 5px 15px; }
.dropdown-toggle::after { position: absolute; right:0; margin: 10px 10px 0px 10px; }
.dropdown-menu { position: static; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: unset; background-clip:unset; border: 0px solid #000; border-radius: .25rem; }

.filter-categories-news { display: flex; flex-wrap: wrap; justify-content: space-between; margin:10px auto; }
.filter-categories-news .category { width: calc(100% / 3); padding: 10px; margin: 0px; border-radius: 0px; text-align: center; }
.filter-categories-news .category.selected { background:none; color: #fff !important; border: 0px solid #d8d8d8 !important; max-width: unset; }
.filter-categories-news .category.selected a { background: #8e0000 !important; color: #fff !important; border: 0px solid #d8d8d8 !important; max-width: unset; }
.filter-categories-news .category a { font-size: 18px; justify-content: center; padding: 10px; }
.dark .filter-categories-news .category a { background: #333; display:block;}
.light .filter-categories-news .category a { background: #D1D1D1; display:block; }

.filter-thumb { width: 20px; height: 20px; margin: 5px; color: #000; width: 20px; margin: 0px 10px; }
.dark .filter-thumb { background-image: url(/images/svg/cd-icon-filter-fff.svg); }
.light .filter-thumb { background-image: url(/images/svg/cd-icon-filter-000.svg); }

.tags-traffic-container { padding: 10px; background: #1f1f1f; overflow: hidden; }
.light .tags-traffic-container { background: #fff; }
.traffic-filter { padding: 11px; display: block; align-items: center; }
.tagsort-tags-container { margin: 0 auto; display: flex; flex-flow: wrap; }
.tagsort-tags-container span { display: inline-block; border: 0px solid #CCC; color: #fff; font-size: 16px; padding: 5px 10px; margin: 5px; border-radius: 2px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; background: #111111; }
.tagsort-tags-container span:hover { border: 0px solid #000; color: #FFF; background-color: #8e0000; }
.tagsort-tags-container span.active  { border: 0px solid #8e0000; color: #fff; background-color: #8e0000; }

.inverse .inside .wrapper { background: #fff !important; border: 1px solid #252525; }
.dark .inverse .inside .wrapper .info { color: #000 !important; }
.dark .inverse .inside .wrapper .title a { color: #1f1f1f !important; }

.noar-category-title { font-size: 14px; text-transform: uppercase; padding: 0 0px; margin: 0; color: gray; font-weight:700; }

.crunchify-top:hover { color: #fff !important; background-color: #CB2026; text-decoration: none; }
.crunchify-top { display: none; position: fixed; bottom: 1rem; right: 1rem; padding:5px; width: 3.2rem; height: 3.2rem; line-height: 3.2rem; font-size: 1.5rem; color: #fff !important; background-color: rgba(0,0,0,0.5); text-decoration: none; border-radius: 3.2rem; text-align: center; }
.light .crunchify-top a { color:#fff !important; }
.crunchify-top i { font-size:1.5em; color:#fff !important; }

.articles .form-text img { width:100%; }

/*.lightg { display:flex; flex-wrap:wrap; justify-content:center; } */
.lightg { position:relative; height: inherit; display: flex; flex-wrap: wrap; overflow: auto; padding: 0; padding-top:20px; }
.lightg a { width: calc(100% / 3); text-align: left; padding: 0 5px; margin-bottom: 15px; display: flex; flex-direction: column; overflow: hidden;}
.lightg .thumb-pic { width: ;  margin:10px; padding:2px; }
.dark .lightg .thumb-pic { border: 1px solid #252525; margin:5px; }
.light .lightg .thumb-pic { border: 1px solid #eeeeee; margin:5px; }
.dark .more-photos { font-weight: 400; background: rgba(0,0,0,0.7); color: #fff; width:100%; padding: 15px; margin-bottom:20px; text-align: right; font-size: 18px; display:block; }
.light .more-photos { font-weight: 400; background: rgba(70,70,70,0.7); color: #fff; width:100%; padding: 15px; margin-bottom:20px; text-align: right; font-size: 18px; display:block; }

.dark .tnt-menu p { color: #fff; }
.light .tnt-menu p { color: #000; }
.tnt-menu { width: 100%; border: 1px solid #9a9a9a; display: inline-block; text-align: center; margin:10px 0px; padding:10px 0px; }
.tnt-menu.active { background-color: #D12028; }

.manhas-list-days { display: flex; flex-wrap: wrap; align-items: center; margin: 30px auto !important; }
.manhas-day { width:calc(100% / 2); }
.manhas-otherday-audio { background: #ea1c24a1; padding: 20px 10px; font-size: 24px; font-weight: 700; text-align: center; margin:5px; }


.category-list-global { background: #1f1f1f; margin-bottom: 30px; overflow: hidden; }
.category-list-container { display: flex; padding: 5px; background: #1f1f1f; overflow: hidden; height: 97px; }
.light .category-list-container { background: #fff; }
.category-list-container.opened { height: fit-content; }
.category-tags-container { margin: 0 auto; }
.category-tags-container span { display: inline-block; border: 0px solid #CCC; color: #fff; font-size: 16px; padding: 5px 10px; margin: 5px; background: #111111; }
.light .category-tags-container span { background: #f1f1f1; }
.category-tags-container span:hover { border: 0px solid #000; color: #fff; background-color: #8e0000; }
.light .category-tags-container span:hover, .light .category-tags-container span:hover a { color: #fff; background-color: #8e0000; }
.category-tags-container span.active  { border: 0px solid #8e0000; color: #fff; background-color: #8e0000; }
.category-seemore { padding: 10px 20px; margin-left: auto; }
.category-seemore.opened { display: inline-flex; align-items: flex-end; }
.category-list-container.opened .category-filter { align-items: unset; }
.category-filter { padding: 0px 5px; display: flex; align-items: center; }
.category-seemore:after { content: "\f078"; font-family: "Font Awesome 5 Pro"; font-weight: 700; font-size: 12px; top: -1px; position: relative; left: 8px; }
.category-seemore.opened:after { content: "\f077"; font-family: "Font Awesome 5 Pro"; font-weight: 700; font-size: 12px; top: -3px; position: relative; left: 8px; }

.podcasts #videoplayer { height: auto; padding-bottom: unset; }
.newshome-pub { width:100%; }
.equipa-hp-name { position: absolute; bottom:0; background-color:rgba(0,0,0,0.7); width:100%; text-align: center; padding: 5px; color:#fff !important; font-size:16px; }


/* MEDIA QUERIES FOR MOBILE */
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
    .homepage   h2 { font-size: 9vw; }
    .homepage   h3 { font-size: 4vw; }
    .header  h1 { font-size: 7.5vw; }
    .header  h2 { font-size: 5vw; }
    .header  h3 { font-size:4vw; }
    .articles .article.full-width .cover h1 { position: relative; font-size: 8vw; margin-bottom:0px; }
    .listTwoRowsWithTitleAndPub .item.titles h2 { font-size: 42px; }

    .form h2 { font-size: 7vw; padding:10px 0 10px 0; font-weight:500; }
    .form h3 { font-size: 6vw !important; }
    .form h6 { font-weight:500; }
    .articles .article .text h2 { font-size: 7vw; }
    .articles .article .text h3 { font-size: 5vw !important; }
    .inside { margin-bottom: 30px; padding:0px 5px; }

    .boxH .inside { display:inline !important; }
    .boxH .inside .wrapper { display:block !important; }
    .boxH .inside .cover { width: 100%; }
    .boxH .inside .aditional-info { width:100% !important; text-align:center; }
    .boxH .inside .aditional-info .when { width:100% !important; text-align:center; }
    .box3 .owl-item  .inside { width: 100%; text-align: left; padding: 0px; margin-bottom: 0px; display: flex; flex-direction: column; overflow: hidden;}

    .transito .tipo { font-size: 5vw; }
    .transito .localidade { font-size: 5vw; }
    .transito .local { font-size: 6vw; }
    .transito .sentido { font-size: 4vw; }
    .transito .hora { font-size: 4vw; }
    
    .news-category { padding-top:20px; text-transform:uppercase; }
    .filter-categories-news .category { width: calc(100% / 2); }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 425px) and (-webkit-min-device-pixel-ratio: 2) {
    .homepage h2 { font-size: 9vw; }
    .homepage h3 { font-size:4vw; }
    .header h1 { font-size: 7.5vw; }
    .header h2 { font-size: 5vw; }
    .header h3 { font-size:4vw; }
    .articles .article.full-width .cover h1 { position: relative; font-size: 8vw; margin-bottom:0px; }
    .listTwoRowsWithTitleAndPub .item.titles h2 { font-size: 42px; }
    .article-festival .box3 .inside  { width: calc(100% / 3); }

    .form h2 { font-size: 7vw; padding:10px 0 10px 0; font-weight:500; }
    .form h3 { font-size: 6vw !important; }
    .form h6 { font-weight:500; }
    .articles .article .text h2 { font-size: 7vw; }
    .articles .article .text h3 { font-size: 5vw !important; }
    .inside { margin-bottom: 20px; }

    .boxH .inside { display:inline !important; }
    .boxH .inside .wrapper { display:block !important; }
    .boxH .inside .cover { width: 100%; }
    .boxH .inside .aditional-info { width:100% !important; text-align:center; }
    .boxH .inside .aditional-info .when { width:100% !important; text-align:center; }
    
    .box3 { position:relative; height: inherit; display: flex; flex-wrap: wrap; overflow: auto; padding: 0; }
    .box3 .inside  { width: calc(100% / 2); text-align: left; padding: 0 5px; margin-bottom: 30px; display: flex; flex-direction: column; overflow: hidden;}
    .box3 .owl-item  .inside { width: 100%; text-align: left; padding: 0px; margin-bottom: 0px; display: flex; flex-direction: column; overflow: hidden;}
    .box3 .inside .info .title { font-size: 14px; }
    .box3 .inside .info .category { font-size: 12px; }
    .box3 .inside .info .dateAndTime { display: unset; }

    .newshome .box3 .inside  { width: 100%; text-align: left; padding: 0 15px; margin-bottom: 20px; display: flex; flex-direction: column; overflow: hidden;}
    .transito .box3 .inside  { width: 100%; }

    .marcas-que-ajudam .inside  { width: 100%; }
    
    .social-news { display:flex;  }
    .social-news a { width: calc(100% / 2); height:auto; display:unset; position:relative; justify-content:flex-start; text-align:center; border:0; margin:0px 2px 20px 2px; color: #fff !important; padding:5px; }
    .social-news div { height:auto; width:auto; display:block; position:unset; color: #fff !important;  text-align:center; }
    a.comment-news div { background:unset; }
    a.facebook div { background:unset; }
    a.twitter div {background:unset; }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1) {
    .homepage   h2 { font-size: 4vw; }
    .homepage   h3 { font-size: 2vw; }

    .header  h1 { font-size: 4vw; }
    .header  h2 { font-size: 3vw; }
    .header  h3 { font-size: 2vw; }

    .articles .article.full-width .cover h1 {position: absolute; font-size: 4vw; }
    .articles .article .text h2 { font-size: 3vw; }
    .articles .article .text h3 { font-size: 2.5vw !important; }

    .noticias .noticia .additional-info .author { border-bottom: 0px solid rgba(255,255,255,.25); padding: 0 0 20px 0; }
    .programas .lists.category .list .article { width: calc(100% / 2) !important; margin-bottom: 40px; text-align: left; padding: 0 20px; display: flex; } 
    .programas .lists.category .list .episode { width: calc(100% / 2) !important; margin-bottom: 40px; text-align: left; height: fit-content; padding: 0 20px; }
    .box3 { position:relative; height: inherit; display: flex; flex-wrap: wrap; overflow: auto; padding: 0; }
    .box3 .inside  { width: calc(100% / 2); text-align: left; padding: 0 15px; margin-bottom: 30px; display: flex; flex-direction: column; overflow: hidden;}
    .box3 .owl-item  .inside { width: 100%; text-align: left; padding: 0px; margin-bottom: 0px; display: flex; flex-direction: column; overflow: hidden;}
    .team-pics .inside  { width: calc(100% / 3); }
    .agenda .box3 .inside  { width: calc(100% / 3); }

    .article-festival .box3 .inside  { width: calc(100% / 4); }

    .form h2 { font-size: 3vw; padding:10px 0 10px 0; font-weight:500; }
    .form h3 { font-size: 2.5vw !important; }
    .form h6 { font-weight:500; }

    .filter-bar, .social-news-bar { display: flex; flex-wrap: wrap; overflow: auto; padding: 0; }
    .filter-bar .news-cat a, .social-news-bar .social-news-share a { position:relative; }
    .filter-bar .news-cat { width:calc(100% / 2)!important; padding:0px 20px; }
    .social-news-bar .social-news-share { width:calc(100% / 3)!important; padding:0px 10px; }
    a.category div { right: 0px !important; }
    /* .agenda-info-box { display:flex;} */

    .noar .ouvir .cidade, .noar .ouvir .app, .noar .ouvir .tv  { width: calc(calc(100% / 2) - 30px) !important; }
    .passou-nas-radios-alt .passou .song { width: calc(calc(100% / 2) - 30px); } 

    .tnt .list { position:relative; height: inherit; display: flex; flex-wrap: wrap; overflow: auto; padding: 0; }
    .tnt .list .tnt-item  { width: calc(100% / 2); text-align: left; padding: 0 10px; display: flex; flex-direction: column; overflow: hidden; }
    .tnt .list .song-info .song-name { font-size: 3vw !important; }
    .tnt .list .song-info .song-artists { font-size: 3vw  !important;}

    .transito .tipo { font-size: 3vw; }
    .transito .localidade { font-size: 3vw; }
    .transito .local { font-size: 4vw; }
    .transito .sentido { font-size: 2.5vw; }
    .transito .hora { font-size: 2.5vw; }
    .transito .verde { border-left: 10px solid green !important; border-top:0px !important; }
    .transito .amarelo { border-left: 10px solid orange !important; border-top:0px !important; }
    .transito .vermelho { border-left: 10px solid red !important; border-top:0px !important; }

    .hometwo .box3 .inside .info .title, .homethree .box3 .inside .info .title { font-size: 2vw; }
    .hometwo .box3 .inside .info .category, .homethree .box3 .inside .info .category { font-size: 1.5vw; }
    .hometwo .hometnt .inside  { width: calc(100% / 4); }
    
    .homeradios .radio .title { font-size: 30px; text-transform: uppercase; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; font-weight: 500; line-height: 30px; }

    .newshome .featured .inside { margin-bottom: 20px; }
    .lightg a { width: calc(100% / 6); text-align: left; padding: 0 5px; margin-bottom: 30px; display: flex; flex-direction: column; overflow: hidden;}

    .social-news { display:flex;  }
    .social-news a { width: calc(100% / 2); height:auto; display:unset; position:relative; justify-content:flex-start; text-align:center; border:0; margin:0px 2px 20px 2px; color: #fff !important; padding:5px; }
    .social-news div { height:auto; width:auto; display:block; position:unset; color: #fff !important;  text-align:center; }
    a.comment-news div { background:unset; }
    a.facebook div { background:unset; }
    a.twitter div {background:unset; }

    .manhas-list-days { display: flex; justify-content: space-between; align-items: center; margin: 30px auto !important; }
    .manhas-day { width:calc(100% / 5); }

    .newshome-pub { width:50%; }
    .equipa-hp-name { position: absolute; bottom:0; background-color:rgba(0,0,0,0.7); width:100%; text-align: center; padding: 5px; color:#fff !important; font-size:20px; }
}