html,
body {selectMode
    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;
     min-width: 1024px;
}

.light {
    background: #e4e4e4 !important;
    background: #f1f1f1 !important;
}
.dark {
    background: #141414 !important;
}

.dark .container-fluid:nth-child(2n+1) {
    background: #1b1b1b;
}

.light .container-fluid:nth-child(2n+1) {
    background: #eaeaea;
}

.light .wrapper { background: #fff !important; }


ul{padding:0;margin:0;}
li{ list-style:none;}


h1, h2, h3, h4, h5, h6 {
	font-weight:700;
    font-family: inherit;
    text-transform: uppercase;
}

a, a:hover, a:focus, input:focus { text-decoration:none; outline: none; }
a:hover { color: #ff0000; }

.dark a { color: #fff;}
.light a { color: #000;}


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;
}


.text a { text-decoration: underline; font-weight: bold;}




.navbar {z-index: 3;position: relative;}

.no-gutters {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.breadcrump-container {
    max-width: 1200px;
    max-width: 1366px;
    margin: 0 auto !important;
    z-index: 3;
}

.content {
	max-width: 1200px;
    max-width: 1366px;
    margin: 0 auto !important;
    z-index: 2;
    position: relative;
}

#main-content, .main-content {
	max-width: 1200px;
    max-width: 1366px;
    margin: 0 auto !important;
    z-index: 2;
    position: relative;
}

/*
@media (min-width: 0) {
  .card-deck .card {
    flex: 0 0 calc(100% - 30px);
  }
}
@media (min-width: 576px) {
  .card-deck .card {
    flex: 0 0 calc(50% - 30px);
  }
}
@media (min-width: 768px) {
  .card-deck .card {
    flex: 0 0 calc(33.3333333333% - 30px);
  }
}
@media (min-width: 1099px) {
  .card-deck .card {
    flex: 0 0 calc(25% - 30px);
  }
}


.card { border: 0px solid rgba(0,0,0,.125); border-radius: 0rem; margin-bottom:2rem !important; background: transparent; }

.card-deck .card-h3 { display: block; flex-basis: 31%; max-width: 33% !important;  }
.card-deck .card-h4 { display: block; flex-basis: 31%; max-width: 33% !important;  }
.card-deck .card-h5 { display: block; flex-basis: 31%; max-width: 33% !important;  }

.card-h3-align { margin-left: 2rem !important; }
.card-h3-align:nth-child(3n+1) { margin-left: 0rem !important;  }
.card-h3-index-align { margin-left: 2rem !important; }
.card-h3-index-align:nth-child(3n+3) { margin-left: 0rem !important;  }
.card-h3-align-feature { margin-left: 2rem !important; }
.card-h3-align-feature:nth-child(3n+1) { margin-left: 0rem !important; }
*/

/* HEADER SITE */

body {
  min-height: 75rem;
  padding-top: 136px;
}
body.shrink {
  min-height: 75rem;
  padding-top: 80px;
}

.navbar-nav {}

.nav-item{
padding: 0px 15px;
font-size: 1.2rem;
text-transform: uppercase;

}
    .nav-item a.nav-link {
        color: #fff;
    }




.dark .nav-item.active, .nav-item:hover{
background: #272727;

}

.dark .nav-item.active, .nav-item:hover {
    background: transparent;
}

/*.dark .nav-item.active > a , .nav-item:hover > a {
    color: #cb2228 !important;
}*/



.light .nav-item.active, .nav-item:hover {
    background: transparent;
}

.light .nav-item.active > a , .nav-item:hover > a {
    color: #fff !important;
}


 .nav-item.active  a.nav-link:after,  .nav-item:hover  a.nav-link:after {
    width: 20px;
    height: 2px;
    background-color: #fff;
    content: " ";
    display: block;
    margin-top: 0px;
    position: absolute;
}




.dark header {
     background: #1b1b1b;
}
.light header {
     background: #fff;
}



header {
    opacity: 0.99; height: 136px;overflow: hidden; border-bottom: 0px solid #ffffff1f; transition: all 0.2s ease-in-out;
}

header .menu-btn-1 {
    visibility: hidden;
    /*display: none;*/
    margin: 0 20px;
}

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);
    display: none;
}

header .navbar {
    display: flex;max-width: 1366px;justify-content: space-between;margin: 10px auto;
}

header .navbar .navbar-nav  {
    display: flex; flex-direction: row;
}

header .navbar-brand img {
    height: 60px;margin: 0 40px 0 20px;transition: all 0.2s ease-in-out;
}

/*header .search {
    width: 100%;
    height: inherit;
    background: black;
    display: none;
    transition: all 100ms ease 0s;
    border: 0px;
    align-items: center;
    justify-content: space-evenly;
}
header .search input {
        width: 70%;
        padding: 10px;
        font-size: 30px;
        font-weight: 300;
        height: 50%;
        border: 0px;
        background: rgba(255,255,255, 0.9);
}
header .search.shown {
    position: fixed;
    display: flex;
    z-index: 23342234;
}*/


.header-titles h2 {
    font-size: 14px;text-transform: uppercase;padding: 0 0px;margin: 0 15px 0px 15px;color: gray;
}

.header-titles h3 {
   font-size: 30px; text-transform: uppercase; padding: 0 0px; margin: 0 15px 30px 15px;
}


.bgRed {
    background: #950215 !important;
    color: #fff;
}



.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: 115px;
  margin: 0px auto 0;
  /*background-color: #242628;*/
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  /*zoom: 0.6;*/
  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;
  /*background-color: #00FEDE;*/
  transition: all 0.5s ease;
  float: right;
}

.search.open {
  width: 100%;
  height: 115px;
  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;
  cursor: pointer;
}

.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;
  cursor: pointer;
  transition: all 0.5s ease;
}

.light .search-icon {
      background-image: url('/images/ico/search-hover.png');
}

/*.search-icon:before {
  content: '';
  width: 3px;
  height: 15px;
  position: absolute;
  right: -2px;
  top: 30px;
  display: block;
  background-color: #fff;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}
.search-icon:after {
  content: '';
  width: 3px;
  height: 15px;
  position: absolute;
  right: -12px;
  top: 40px;
  display: block;
  background-color: #fff;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}*/

.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: 40px;
  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-container2 {
      display: inline-block;
  position: relative;
  height: 60px;
  float: right;
  padding: 0;
  position: relative;
}

input[type="text"] {
  height: 60px;
  font-size: 55px;
  display: inline-block;
  font-family: "Lato";
  font-weight: 100;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
}

input[type="text"]:focus {
  width: 700px;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
}
input[type="submit"] {
  height: 67px;
  width: 63px;
  display: inline-block;
  color:red;
  float: right;
  background: url('/images/ico/search.png') center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
}

input[type="submit"]:hover {
  opacity: 0.8;
}
    */




.dark .logo-black { display: none; }
.dark .logo-white { display: block; }


.light .logo-white { display: none; }
.light .logo-black { display: block; }

.nav-link {
    padding: .7rem 1rem;
}

.dark .menu-container {
    border-top: 1px solid #2d2d2dd1;
    background: #000 !important;
    z-index: 3;
    position: relative;
    border-bottom: 1px solid #2d2d2dd1;
}

.light .menu-container {
    border-top: 1px solid #eeeeee;
    background: #ed1e26 !important;
    z-index: 3;
    position: relative;
    border-bottom: 0px solid #eeeeee;
}



header .nowplaying-comercial {
    position: relative; display: flex; align-items: center; min-width: 450px; flex: 1;
}

.dark header .nowplaying-comercial { color:#fff;}
.light header .nowplaying-comercial { color:#000;}


header .nowplaying-comercial img {
    width: 98px;margin-right: 55px;border: 5px solid #4e4e4e;border-radius: 50%;transition: all 0.2s ease-in-out;
}

.light header .nowplaying-comercial img {
    border: 3px solid #d4d4d4;
}

header .nowplaying-comercial .info {transition: all 0.2s ease-in-out;}
header .nowplaying-comercial .info .show { font-size: 22px;  text-transform: uppercase; font-weight: bold; margin-bottom: 0px; }
header .nowplaying-comercial .info .show  span { font-weight: normal;
    margin-left: 10px;
    background: #c81f25;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
}
header .nowplaying-comercial .info .music { font-size:16px; }
header .nowplaying-comercial .info .artist { font-size:16px; }



.shrink header {
    opacity: 0.99; height: 80px;overflow: hidden;border-bottom: 1px solid #ffffff1f; transition: all 0.2s ease-in-out;
}

.shrink header .menu-btn-1 {
    visibility: visible;
}


.shrink 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);
}

.shrink header .navbar {
    display: flex;max-width: 1366px;justify-content: space-evenly; margin: 0px auto;
}

.shrink header .navbar .navbar-nav  {
    display: flex; flex-direction: row;
}

.shrink header .navbar-brand img {
    height: 40px;margin: 0 40px 0 20px;transition: all 0.2s ease-in-out;
}

.shrink header .nowplaying-comercial {
    position: relative; display: flex; align-items: center; min-width: 450px;transition: all 0.2s ease-in-out;
}

.shrink header .nowplaying-comercial img {
    width: 60px; margin-right: 25px; border: 3px solid #ffffff40; border-radius: 50%;transition: all 0.2s ease-in-out;
}

.shrink header .nowplaying-comercial .info {transition: all 0.2s ease-in-out;}
.shrink header .nowplaying-comercial .info .show { font-size:16px; color: #fff; text-transform: uppercase; font-weight: bold;margin-bottom: 3px; }
.light header.shrink  .nowplaying-comercial .info .show {  color: #000; text-transform: uppercase; font-weight: bold;margin-bottom: 3px; }

.shrink header .nowplaying-comercial .info .show span {    margin-left: 10px;
    background: #ea1b23;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}}

.shrink header .nowplaying-comercial .info .show  span { opacity: 0.3;font-weight: normal; padding-left: 10px; }

.light .shrink  header .nowplaying-comercial .info .show  span { opacity: 1;font-weight: normal; padding-left: 0px; }

.shrink header .nowplaying-comercial .info .music { font-size:14px; line-height: 8px; }
.light .shrink header .nowplaying-comercial .info .music { font-size:14px; line-height: 10px; }

.shrink header .nowplaying-comercial .info .artist { font-size:14px; }
.shrink header .nowplaying-comercial .btnPlayRadio { width: 25px; height: 25px; left: 45px; top: 35px; }
.shrink header .nowplaying-comercial .btnPlayRadio button.play { height: 10px; border-width: 6px 0 6px 10px; }


/* BUTTONS */

.more {
    padding: 3px 10px; background: #CB2026; display: inline-flex; margin: 15px 0 0 0; color: #fff;text-transform: uppercase; border-radius: 6px;
}

.light a.more { color: #fff; }


.container-fluid {
    position: relative;
    z-index: 2;
    padding: 3rem 0;
}

.container-fluid.red { background: #950215 !important; }

.container-fluid.related { background-color: #1b1b1b;  }
.light .container-fluid.related { background-color: #eaeaea;  }

/* Footer */

#footer { background-color: #2C2C2C; position: relative; z-index: 2; font-family: 'Roboto', sans-serif; }
.footer-menu { text-align:center; border-bottom: 0px solid #e3e6e8; background-color: #000000; }

.light .footer-menu { background-color: #d8d8d8; }
.light .footer-widgets, .light .footer-copyright { background-color: #fff !important; color: #000 !important; }
.light .footer-logo-black {display: block;}
.light .footer-logo-white {display: none;}

.dark .footer-logo-black {display: none;}
.dark .footer-logo-white {display: block;}



.dark .footer-copyright { background-color: #000 !important; color: #fff !important; }
.dark .footer-bottom { background: #212121; }
.light .footer-bottom  { background: #f7f7f7; }

.light .footer-widgets .widget h2 {color: #000;}
.footer-copyright { font-size: 12px; padding: 10px 0;}

.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 {
	padding:50px 0;
	color: #a5a7a8;
}

.footer-widgets .widget {
	overflow: hidden;
}

.footer-widgets .widget h2 {
	margin-bottom:25px;
	font-size:14px;
	color: #fff;
	margin-top: 10px;
    font-weight: normal;
}

.footer-widgets .widget h4 {
	margin-bottom:15px;
	font-size:12px;
	color: #D9D9D9;
	margin-top: 10px;
    font-weight: normal;
}

.footer-menu img {
    height: 50px;

}

.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-widgets .widget li a {
	padding:3px 0;
	display:block;
	font-size:12px;
	color: #5e5e5e;
}

#footer a:hover,
.copyright a:hover {
	color:#ff0000;
}

.footer-bottom {
	padding: 20px 0 20px;
	border-top: 0px solid #f0f3f5;
    background: #1A1A1A;
}

.footer-copyright {
	padding: 10px 0;
	border-top: 0px solid #f0f3f5;
    background: #000;

}

.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;
}



#page-content-wrapper {
    position: relative;
    z-index: 2;
    transition: all 0.2s ease-in-out;

}


#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;
    cursor: pointer;
    /* font-size: 0.875rem; */
    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(40px) opacity(10%);
    -webkit-filter: blur(40px) opacity(10%);
    height: 600px;
    max-width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    right: 0;
    z-index: 1;
    -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;
    cursor: pointer;
    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;
    cursor: pointer;
    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; }
#footer .company-logos { padding:15px 0px 0px 0px; }
 #footer .company-logos img { filter: brightness(50%); }



.light .darkmode-container { color: #636363; }
.dark .darkmode-container { color: #636363;}



.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');}

.darkmode-container { display: flex; justify-content: center; align-items: center; }
.darkmode-container span { padding: 0 10px;  cursor: pointer; }

.darkmode-container img.dMode { padding: 0 4px; cursor: pointer;background-size: 30px; }
.darkmode-container img.lMode { padding: 0 4px; cursor: pointer;background-size: 30px; }






.changeMode { width: 30px; height: 30px; cursor: pointer; } 


.bg-light {
    background: #fff !important;
}

.bg-dark {
    background: #141414 !important;
}


.bg-light .rc-breadcrumb a, .bg-light .fa.fa-caret-right {
    color: #414141;
}

.breadcrump-container {
    display: none;
    max-width: 1366px;
    margin: 0 auto !important;
    z-index: 3;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100px;

}
/*#breadcrumb { padding: 15px; font-size: 12px; position: fixed; bottom: 10px; left: 10px; transform: rotate(-90deg);}*/
#breadcrumb { 
    padding: 15px;
    font-size: 12px;
    position: absolute;
    bottom: 0px; left: 0px; 
    transform: rotate(-90deg); z-index: 3;
}
#breadcrumb ul { display: flex; }
#breadcrumb li { padding: 0 15px 0 0; }
#breadcrumb li a { text-transform: capitalize; background: #353535; padding: 3px 10px 2px 10px; border-radius: 3px; }
#breadcrumb li a:hover { background: #fff;  }





.page-selection { width: 100%; padding: 20px; background: #00000026;    margin-top: 30px;}
.pagination {    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    justify-content: space-evenly;
    align-items: center;
    font-size: 25px;
    max-width: 30%;
    margin: 0 auto;}

    .pagination a {
        color: #fff;
    
    }





/* 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%); display: none;}
.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;background: #CB2026; }
.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; cursor: pointer; 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: 50px; 
                height: 50px;
                border-radius: 50%; position: absolute; left: 75px; top: 45px;   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; cursor: pointer; 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  #8e151a; }



/* 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 { height:fit-content;width:calc(calc(100% / 4) - 30px);width:calc(100% / 4);color:#fff;text-align:left;padding:0 15px;margin-bottom:30px; }
.listTwoRowsWithTitle .item.titles { padding:5px 15px; }
.listTwoRowsWithTitle .item.titles h2 { font-size:50px;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:164px !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 { height:fit-content;width:calc(100% / 3);color:#fff;text-align:left;padding:0 15px;margin-bottom:30px; }

.listTwoRowsWithTitleAndPub .item.titles { padding:5px 15px; }
.listTwoRowsWithTitleAndPub .item.titles h2 { font-size:50px;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:164px !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; }
.listTwoRowsWithTitleAndPub .item .info .dateAndTime .date { background:#CB2026;font-size:14px;font-weight:500;color:#fff;padding:0px 10px;text-transform:capitalize;display:inline-block; }
.listTwoRowsWithTitleAndPub .item .info .dateAndTime .time { font-size:12px;font-weight:300;color:#fff;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; }
.listTwoRowsWithTitleAndPub .item .info .title { color:#fff;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; }



/* BOXES */

/* 3 COLS */

.box3 { position:relative; height: inherit; display: flex; flex-wrap: wrap; overflow: hidden; padding: 0; }
.box3 .inside  { width: calc(100% / 3); text-align: left; padding: 0 15px; margin-bottom: 30px; display: flex; flex-direction: column; overflow: hidden;}

.box3 .inside.pub .wrapper {     flex: 1;
    background: #1f1f1f;
    border: 1px solid #252525;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex; }

.box3 .inside.titles { display: block; padding: 5px 15px; }


/*.box3 .inside .wrapper { flex: 1; background: #1f1f1f; border: 1px solid #252525;}*/




.dark .box3 .inside .wrapper { flex: 1; background: #1f1f1f; border: 0px solid #252525; }
.light .box3 .inside .wrapper { flex: 1; background: #ececec; border: 0px solid #ececec; }


.box3 .inside h2 { font-size: 40px; text-transform: uppercase; padding: 0; margin: 0; } 
.box3 .inside h6 { font-size: 25px; color: #a9a9a9; text-transform: uppercase; padding: 0 0px; margin: 0;display: none; } 
.box3 .inside .cover { position: relative; height: auto; width: 100%; margin: 0 auto;overflow: hidden;  }
.box3 .inside .info { position: relative; padding: 10px; }
.box3 .inside .info .categories { width: 100%; }
.box3 .inside .info .category { /*font-family: 'Roboto', sans-serif; font-size: 12px;*/ text-transform: uppercase; color: #a7a7a7 !important; font-size: 14px; text-transform: uppercase; font-weight: 600; }
.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:hover { color:#fff !important; }    
.box3 .inside .info .category a:last-child:after{ display: none;}
/*.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: #950215; font-size: 12px; font-weight: 400; padding: 0px 5px; text-transform: capitalize; display: inline-block;color: #fff; }
.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: flex; justify-content: space-between; }
.box3 .inside .aditional-info .when .date { font-weight: 300; font-size: 28px; text-transform: capitalize; }
.box3 .inside .aditional-info .when .time { font-weight: 300; font-size: 28px; text-transform: capitalize; }

.box3 .inside .info .reading-time {
    font-size: 12px;
    color: #CB2026!important;
    font-weight: 500;
    margin: 5px 0;
    font-family: Roboto,sans-serif;
    text-align: right;
}



.noticias .inside .wrapper {  padding: 0px; background: #fff; color: #fff;}
.noticias .box3 .inside .wrapper .cover { }
.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; }

.light.noticias .box4 .inside a { color: #fff !important; }
.light.noticias .box4 .inside .wrapper { background: #101010; }
.light.noticias .box4 .inside .wrapper .cover { background: #141414; }

.dark.noticias .box4 .inside a { color: #000 !important;}
.dark.noticias .box4 .inside .wrapper { background: #fff; color: #000; }
.dark.noticias .box4 .inside .wrapper .cover { background: #f4f4f4; color: #000; }
*/



.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; color: #fff;}

/* specific rules */
body.homepage .podcasts .box3 .inside:last-child { display: none; } 
body.podcasts .box3 .inside:first-child { padding: 0 15px; display: flex; }

/* 4 COLS */
.box4 { position:relative; height: inherit; display: flex; flex-wrap: wrap; overflow: hidden; padding: 0; width: 100%;}
.box4 .inside  { display: flex; flex-direction: column; margin-bottom: 30px;     /*padding: 0 2px;*/}
.box4 .item  { display: flex; flex-direction: column; margin-bottom: 30px;} /* Ocorrencias Transito */
.box4 .inside.titles { display: block; padding: 5px 15px; text-align: left;}
.box4 .inside h2 { font-size: 40px; text-transform: uppercase; padding: 0; margin: 0; } 
.box4 .inside h6 { font-size: 25px; color: #a9a9a9; text-transform: uppercase; padding: 0 0px; margin: 0;display: none; } 
.box4 .inside .cover { position: relative; height: fit-content !important; width: 100%; margin: 0 auto;overflow: hidden;  }
.box4 .inside .info { position: relative; padding: 10px; text-align: left;color: grey;}

.box4 .inside .info .categories { width: 100%; }
.box4 .inside .info .category { /*font-family: 'Roboto', sans-serif; font-size: 12px;*/ text-transform: uppercase; color: #a7a7a7 !important; font-size: 14px; text-transform: uppercase; font-weight: 600;  }
.box4 .inside .info .category a { font-family: inherit; padding: 1px 0px; /* background: #CB2026; */ display: inline-block; /* margin-right: 5px; */ color: #a7a7a7 !important; }
.box4 .inside .info .category a:after { content:"\2022"; color:#a7a7a7; padding: 0 5px; }    
.box4 .inside .info .category a:hover { color:#fff !important; }    
.box4 .inside .info .category a:last-child:after{ display: none;}
.box4 .inside .info .title { padding: 5px 0; font-family: inherit; font-size: 16px; color: #fff;  }
.box4 .inside .info .dateAndTime { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }

.box4 .inside .info .date { background: #950215; font-size: 12px; font-weight: 400; padding: 0px 5px; text-transform: capitalize; display: inline-block; color: #fff; }


.box4 .inside .info .time { font-size: 12px; font-weight: 300; font-size: 13px;
    font-weight: 600; text-transform: capitalize; /*font-family: 'Roboto', sans-serif; display: inline-block;*/ }
.box4 .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;}

.box4 .inside.pub .wrapper { flex: 1; background: unset; border: unset; width: 100%; justify-content: center; align-items: baseline; display: flex; }
.box4 .item .wrapper {  flex: 1; background: unset; border: unset; width: 100%; justify-content: center; display: flex; } /* Ocorrencias Transito */

.light .box4 .info .title { color: #1f1f1f; font-weight: 500;  }


.dark .box4.inverse  .inside .wrapper {
    background: #fff;
    border: 1px solid #252525;
}
.dark .box4.inverse  .inside .wrapper .title a {
    color: #1f1f1f;
}


.box4 .inside .info .reading-time {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin: 5px 0;
    font-family: Roboto,sans-serif;
    text-align: right;
}

.reading-time-icon {
    height: 24px;
    padding-right: 10px;
}

.dark .box4 .inside .info .reading-time:before, .dark .featured .inside .info .reading-time:before {
content: "";
    background: url(/images/ico/reading-000.png);
    width: 25px;
    height: 22px;
    background-size: 20px;
    background-repeat: no-repeat;
}

/*.light .box4 .inside .info .reading-time:before, .light .featured .inside .info .reading-time:before {*/
.noticias .box4 .inside .info .reading-time:before, .noticias .featured .inside .info .reading-time:before {
    content: "";
    background: url(/images/ico/reading-000.png);
    width: 25px;
    height: 22px;
    background-size: 20px;
    background-repeat: no-repeat;
}




/*
.box4 .inside .info .reading-time:after {
    content: "";
    position: absolute;
    border: 1px solid red;
}*/

.dark.noticias .box4 .inside .info .reading-time {
    color: #252525;
}

.light.noticias .box4 .inside .info .reading-time {
    color: #1f1f1f!important;
}

.dark.noticias .featured .inside .info .reading-time {
    color: #252525;
}

.light.noticias .featured .inside .info .reading-time {
    color: #fff!important;
}



.dark .box4 .inside .wrapper { flex: 1; background: #1f1f1f; border: 1px solid #252525; }
.light .box4 .inside .wrapper { flex: 1; background: #ececec; border: 1px solid #ececec; }

.dark .box4 .item .wrapper { flex: 1; background: #1f1f1f; border: 1px solid #252525; }
.light .box4 .item .wrapper { flex: 1; background: #ececec; border: 1px solid #ececec; }



.dark.noticias .box4 .inside .wrapper { flex: 1; color: #1f1f1f; border: 1px solid #252525;background: #fff; }
.light.noticias .box4 .inside .wrapper { flex: 1; background: #ececec; border: 1px solid #ececec; }


.dark.noticias .featured .inside .wrapper { background: #fff; color: #1f1f1f; }
.light.noticias .featured .inside .wrapper { background: #1f1f1f; color: #1f1f1f; }

.dark.noticias .inside.pub .wrapper { background: transparent !important; border: 0; }
.light.noticias .inside.pub .wrapper { background: transparent !important; border: 0; }

.dark.noticias .inside .wrapper a, .dark.noticias .related-news .title a {
    color: #1f1f1f;
    font-weight: 600;
}
.light.noticias .inside .wrapper a { color: #1f1f1f;font-weight: 600; }


.dark.noticias .transito .box4 .inside .wrapper {
    flex: 1;
    background: #1f1f1f;
    border: 1px solid #252525;
    color: #fff;
}





.featured { }
.featured .inside { margin-bottom: 30px;}
.featured .inside h2 { font-size: 50px; text-transform: uppercase; padding: 0; margin: 0; } 
.featured .inside h6 { font-size: 30px; color: #a9a9a9; text-transform: uppercase; padding: 0 0px; margin: 0; } 
.featured .inside .cover { position: relative; height: fit-content !important; width: 100%; margin: 0 auto;overflow: hidden;  }
.featured .inside .info { position: relative; padding: 10px; }

.featured .inside .info .categories { width: 100%; }
.featured .inside .info .category { /*font-family: 'Roboto', sans-serif; font-size: 12px;*/ text-transform: uppercase; color: #a7a7a7 !important; font-size: 14px; text-transform: uppercase; font-weight: 600;  }
.featured .inside .info .category a { font-family: inherit; padding: 1px 0px; /* background: #CB2026; */ display: inline-block; /* margin-right: 5px; */ color: #a7a7a7 !important; }
.featured .inside .info .category a:after { content:"\2022"; color:#a7a7a7; padding: 0 5px; }    
.featured .inside .info .category a:hover { color:#fff !important; }    
.featured .inside .info .category a:last-child:after{ display: none;}
.featured .inside .info .title { padding: 5px 0; font-family: inherit; font-size: 18px;  }
.featured .inside .info .dateAndTime { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.featured .inside .info .date { background: #CB2026; font-size: 14px; font-weight: 500; padding: 0px 10px; text-transform: capitalize; display: inline-block; }
.featured .inside .info .time { font-size: 12px; font-weight: 300; text-transform: capitalize; /*font-family: 'Roboto', sans-serif; display: inline-block;*/ }
.featured .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;}

.dark .featured .inside .wrapper { flex: 1; background: #1f1f1f; border: 1px solid #252525;    height: 100%; }
.light .featured .inside .wrapper { flex: 1; background: #ececec; border: 1px solid #ececec;    height: 100%; }


.wrapper { position: relative;}

.noticias .news-category {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 20px;
}
    
.dark.noticias .news-category:after {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    content: " ";
    display: block;
    margin-top: 0px;
}

.light.noticias .news-category:after {
    width: 30px;
    height: 2px;
    background-color: #313131;
    content: " ";
    display: block;
    margin-top: 0px;
}


.articles .more-category {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 20px;
}
    
.articles .more-category:after {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    content: " ";
    display: block;
    margin-top: 0px;
}

.light.articles .more-category:after {
    width: 30px;
    height: 2px;
    background-color: #313131;
    content: " ";
    display: block;
    margin-top: 0px;
}
.more-category a {
    background: #ed1d26;padding: 1px 6px;border-radius: 0px;font-size: 60%;position: relative;bottom: 3px;left: 20px; color: #fff;
}



.news-em-destaque { margin: 10px 3px 5px 15px !important; }
.newslisting { text-align: left; border-bottom:1px solid rgba(255,255,255,.10); font-size:14px; color:#a9a9a9; padding:5px 0px; }
.newslisting .title { font-size:16px; margin-top: 1px; }
.newslisting .reading-time { font-size:12px; font-weight:500;  float:right; margin:0px !important;}
.dark .reading-time:before { content: ""; background: url(/images/ico/reading-fff.png); width: 25px; height: 22px; background-size: 20px; background-repeat: no-repeat; padding:5px 10px; margin-right:5px; }
.light .reading-time:before, .reading-time-related:before { content: ""; background: url(/images/ico/reading-000.png); width: 25px; height: 22px; background-size: 20px; background-repeat: no-repeat; padding:5px 10px; margin-right:5px; }
.dark .noticias .reading-time { color:#CCC; }
.light .noticias .reading-time, .light .noticias .reading-time-related { color:#999; }
.news-em-destaque .news-category { text-transform: uppercase; font-weight: 400; font-size: 22px !important; }




















.boxH .inside .buy { background: #aa0000; padding: 10px 30px; max-width: 50%;   margin: 20px auto 0 auto;   text-align: center; }
.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;color: #949494;
}
.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; }


.articles h1, .articles h2 { text-transform: none; }


.articles .boxH .inside  { padding: 0px; margin: 0 10px; }
.articles .boxH { max-width: 800px; margin: 0 auto; }
.articles .boxH .inside .aditional-info {/*order: 1; display: flex; flex-direction: column; margin-right: 50px;*/padding: 0 0px;width: 220px; }
.articles .boxH .inside .aditional-info .when { font-size: 22px; text-transform: capitalize;text-align: right;  padding: 5px;}
.articles .boxH .inside .aditional-info .when .date { display: flex;align-items: center;justify-content: flex-end; }
.articles .boxH .inside .aditional-info .when .date h2, .articles .boxH .inside .aditional-info .when .date h6 {  font-size: 26px; padding: 0px; font-weight: 400;}
.articles .boxH .inside .aditional-info .when .date h6 { display: none; }
.articles .side-title { padding: 0 15px; font-weight: 400; }




.articles .box3 {  margin: 0 auto; }
/*.articles .box3 .inside  {  width: calc(calc(100% / 3) - 20px); }*/
.articles .box3 .inside .wrapper { padding: 10px; }
/*.articles .box3 .inside .aditional-info .when { font-size: 22px; text-transform: capitalize;text-align: right;  padding: 5px;}*/
.articles .box3 .inside .aditional-info .when .date { display: flex;align-items: center;justify-content: flex-end; }
.articles .box3 .inside .aditional-info .when .date h2 {  font-size: 40px; padding: 0px; font-weight: 600;}
.articles .box3 .inside .aditional-info .when .date h6 { display: none; }
.articles .box3 .inside .aditional-info .when .time { font-size: 30px; text-transform: uppercase; color: #ef1e27; }

.articles .box3  .inside .info { position: relative; padding: 0px; }
.marcas-que-ajudam .text a { text-decoration: unset;  font-weight: normal; }


.boxH .inside.titles { display: block; padding: 5px 15px; }

.dark .boxH .inside .wrapper { display: flex; background: #1f1f1f; border: 1px solid #252525;    width: 100%;align-items: center;justify-content: space-between;
    padding: 10px 12px;}
.light .boxH .inside .wrapper { display: flex;  background: #ececec; border: 1px solid #ececec;     width: 100%;align-items: center;justify-content: space-between;
    padding: 10px 12px;}

.boxH .inside h2 { font-size: 35px; text-transform: none; padding: 0; margin: 0; color: #fff;} 
.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:hover { color:#fff !important; }    
.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 .info .time:before { content: "\f017"; font: normal normal normal 14px/1 'Font Awesome 5 Pro'; font-size: inherit; text-rendering: auto; padding-right: 5px;}*/
.boxH .inside .buy { background: #aa0000; padding: 10px 30px; max-width: 50%;    margin: 15px auto;    text-align: center; }


.dark .boxH .inside h2 {  color: #fff;} 
.light .boxH .inside h2 { color: #000;} 
.dark .time { color: #fff; }
.light .time {color: #000;}

.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;
}

/*.homepage .box4 .episode .info .date { font-family: inherit; text-align: center; white-space: nowrap; font-size: 13px;  color: #ed1c24; }*/

/* .box4 .inside:last-child { display: none; } TESTING!!!! */


* html .homepage .animador .title {
    text-align: center;
    padding: 10px;
}


/* BOXES */




/* DARKMODE BUTTON */
/* https://codepen.io/Pinjasaur/pen/KqNqLa */

.inactiveMixin {
  content: "";
  position: absolute;
  display: block;
}
.beforeAnimation {
  -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}
.afterAnimation {
  box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
  -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}
.toggleWrapper {
  margin: auto;
  padding: 20px;
  width: 55px;
  border: 1px solid lightgray;
  margin-top: 20px;
  border-radius: 5px;
  background: white;
}
.toggleWrapper input.mobileToggle {
  opacity: 0;
  position: absolute;
}
.toggleWrapper input.mobileToggle + label {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  /*
  height: 30px;
  width: 50px;
  border: 1px solid #e4e4e4;
  border-radius: 60px;
  */
  height: 8px;
  width: unset;

}
.toggleWrapper input.mobileToggle + label:before {
  content: "";
  position: absolute;
  display: block;
  -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  height: 30px;
  width: 51px;
  top: 0;
  left: 0;
  border-radius: 30px;
}
.toggleWrapper input.mobileToggle + label:after {
  content: "";
  position: absolute;
  display: block;
  box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
  -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  background: whitesmoke;
  height: 28px;
  width: 28px;
  top: 1px;
  left: 0px;
  border-radius: 60px;
}
.toggleWrapper input.mobileToggle:checked + label:before {
  background: #676767;
  -webkit-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.toggleWrapper input.mobileToggle:checked + label:after {
  left: 24px;
}


.noticias .header h1, .agenda .header h1 {
    /*text-transform: uppercase;*/
    font-size: 30px;
    display: none;
}

.filter-categories-news {
    display: flex; justify-content: space-between;

}

.filter-categories-news .category {
    width:calc(calc(100% / 6) - 15px);  padding: 0px; margin: 15px 0; border-radius: 0px;
}

.filter-categories-news .category span {
            display: flex;
    font-size: 18px;
    justify-content: center;

}

.filter-categories-news .category.selected {
    background: #8e0000 !important; color: #fff;
}

.filter-categories-news .category.selected span {
        display: flex;
    font-size: 18px;
    justify-content: center;
    padding: 10px;
    color: #fff;
}

.filter-categories-news .category a {
    display: flex;font-size: 18px; justify-content: center; padding: 10px;
}

.light .filter-categories-news .category:hover, .light .filter-categories-news .category:hover a {
    background: #8e0000;color: #fff;
}


.dark .filter-categories-news .category { background: #111; color: #fff;}
.light .filter-categories-news .category { background: #d8d8d8; }

.light .filter-categories-news .category.selected {color: #fff;}



/* MEDIA QUERIES */


@media  screen and (max-width: 1630px) {

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .0rem;
        padding-left: .0rem;
    }
}

@media  screen and (max-width: 1430px) {

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .0rem;
        padding-left: .0rem;
    }

     .nav-item {
        padding: 0px 12px;
        font-size: 1rem;
        text-transform: uppercase;
    }
}

@media  screen and (max-width: 1366px) {
    /* insert styles here */
    .container-fluid {
        padding: 3rem;
    }

     .nav-item {
        padding: 0px 12px;
        font-size: 1rem;
        text-transform: uppercase;
    }


}

@media  screen and (max-width: 1180px) {
    /* insert styles here */
    .container-fluid {
        padding: 3rem;
    }

     .nav-item {
        padding: 0px 12px;
        font-size: 1rem;
        text-transform: uppercase;
    }

     .menu-container {display: none;}
     header .menu-btn-1 { visibility: visible;}
}



@media  screen and (max-width: 1024px) {
    /* insert styles here */
    .container-fluid {
        padding: 2rem;
    }

    .nav-item {
        padding: 0px 6px;
        font-size: 0.8rem;
        text-transform: uppercase;
    }

    
    header .nowplaying-comercial {
        position: relative; display: flex; align-items: center; min-width: 250px;
    }

    header .nowplaying-comercial img {
        width: 100px;margin-right: 55px;border: 3px solid #ffffff40;border-radius: 50%;transition: all 0.2s ease-in-out;
    }

    header .nowplaying-comercial .info {transition: all 0.2s ease-in-out;}
    header .nowplaying-comercial .info .show { font-size:18px;  text-transform: uppercase; font-weight: bold;margin-bottom: 10px; }
    header .nowplaying-comercial .info .show  span { opacity: 0.3;font-weight: normal; padding-left: 10px; }
    header .nowplaying-comercial .info .music { font-size:16px; }
    header .nowplaying-comercial .info .artist { font-size:16px; }

    .search-container {
        min-width: unset;
    }

    .search-container.open {
        position: absolute;
        
    }


    /* PODCASTS */

    .podcasts .episode .header h1 {
        font-size: 2rem;
    }

    .box4 .inside { width: calc(100% / 3); }


}





.breaking-news {
	overflow: hidden;
	border-radius: 5px 0 0 5px;
}

.breaking-news span { 
	float: left;
	font-size: 14px;
	z-index: 1;
	padding: 15px 20px;
/*
    color: #afb1b2;
	border-right: 1px solid #f0f3f5;
	background-color: #fff;

	font-weight: 500;*/
}

.breaking-news img {
    height: 20px; display: none;
}

#ticker { 
	overflow: hidden;
	padding: 15px 0;
}

#ticker ul { 
	position:relative;
	width:10000px; 
}

#ticker li { 
	float: left;
	margin: 0 40px 0 0;
	position: relative;
    list-style: none;
    padding: 10px;
}

#ticker li a {
	font-size: 12px;
	color: #000;
	font-weight: 500;
}

#ticker li a:hover {
	color: #ff0000;
}

/*#ticker li:before {
	position: absolute;
	content: "";
	top: 7px;
	left: -15px;
	width: 6px;
	height: 6px;
	background-color: #ff0000;
	border-radius: 100%;
}*/


/*.traffic-sign { height: 60px; }*/

.inside.pub .wrapper { background: transparent !important; border: 0 !important;}




.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 {
    display: flex;
    padding: 10px; 
    background: #1f1f1f;
    margin-bottom: 30px;
    overflow: hidden;
    height: 60px;
}
.light .tags-traffic-container {
    background: #fff;
}
    
.traffic-filter {
    width: 120px;
    padding: 11px;
    display: flex;
    align-items: center;
}



.tagsort-tags-container {
    margin: 0 auto;
}

.tagsort-tags-container span {
	display: inline-block;
	border: 0px solid #CCC;
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	margin: 5px;
	cursor: pointer;
	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;
}


.category-list-container {
    display: flex;
    padding: 10px; 
    background: #1f1f1f;
    margin-bottom: 30px;
    overflow: hidden;
    height: 59px;
}

.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;
	cursor: pointer;
	/*
	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;
}


.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 {
    width: 120px;padding: 9px;cursor: pointer;
}
.category-seemore.opened {
   display: inline-flex;
    align-items: flex-end;
}


.category-list-container.opened .category-filter {
        align-items: unset;
}

.category-filter {
    width: 120px;
    padding: 11px;
    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;
}

.dark.equipa {
    color: #fff;
}

.light.equipa {
    color: #000;

}

.dark .ouvir, .dark .ouvir a, .dark .ouvir .app { color: #fff;}
.light .ouvir, .light .ouvir a, .light .ouvir .app { color: #fff;}



/* ERRORS */

.errors {}

.errors.dark { color: #fff !important; }
.errors.light { color: #000 !important; }


/* HOMEPAGE */

.homepage {}

.homepage.dark { color: #fff !important; }
.homepage.light { color: #000 !important; }


/*.homepage h1 { display: none; }*/


/* CAROUSEL */

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium - display 4  */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

/* large - display 6 */
@media (min-width: 992px) {
    
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(16.666%);
    }
    
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-16.666%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}


.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2caae1;
}
 

  .owl-carousel .owl-nav{
            overflow: hidden;
            height: 0px;
          }
 
  .owl-carousel .item {
      text-align: center;
  }
  .owl-carousel .nav-btn{
    height: 50px;
    position: absolute;
    width: 50px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
  }
 
  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
  }
 





.owl-carousel .prev-slide{ left: -70px; color: #fff; font-size: 50px; }
.owl-carousel .next-slide{ color: #fff; font-size: 50px; right: -70px; }


.homepage.light .owl-carousel .prev-slide { left: -70px; color: #000; font-size: 50px; }
.homepage.light .owl-carousel .next-slide { color: #000; font-size: 50px; right: -70px; }

.homepage.light .owl-carousel .prev-slide:hover, .owl-carousel .prev-slide:hover{ color: #484848; }
.homepage.light .owl-carousel .next-slide:hover, .owl-carousel .next-slide:hover { color: #484848; }









/* PODCASTS */
/*
.homepage .podcasts { position:relative; height: inherit; display: flex; flex-wrap: wrap; overflow: hidden; padding: 0; }
.homepage .podcasts .episode  {  width: calc(calc(100% / 3) - 30px); width: calc(100% / 3); text-align: left; padding: 0 15px; margin-bottom: 30px; min-height: 250px;}
.homepage .podcasts .episode h2 { font-size: 50px; text-transform: uppercase; padding: 0; margin: 0; } 
.homepage .podcasts .episode h6 { font-size: 30px; color: #a9a9a9; text-transform: uppercase; padding: 0 0px; margin: 0; } 
.homepage .podcasts .episode .cover { position: relative; height: auto; width: 100%; margin: 0 auto; }
.homepage .podcasts .episode .info { position: relative; padding: 10px 0; }
.homepage .podcasts .episode .info .category { font-family: inherit; padding: 3px 10px; background: #CB2026; display: inline-block; font-size: 12px; }
.homepage .podcasts .episode .info .title { font-family: inherit; font-size: 16px; padding: 5px 0; }

.homepage .podcasts .episode:first-child { padding: 5px 15px; }
.homepage .podcasts .episode:last-child { display: none; }
*/
/*.homepage .podcasts .episode .info .date { font-family: inherit; text-align: center; white-space: nowrap; font-size: 13px;  color: #ed1c24; }*/



/* VIDEOS */

.homepage .videos { position:relative; height: inherit; display: flex; flex-wrap: wrap; overflow: hidden; padding: 0; }
.homepage .videos .video {  width: calc(calc(100% / 4) - 30px); width: calc(100% / 4); text-align: left; padding: 0 15px; margin-bottom: 30px;  display: flex; }
.homepage .videos .video:first-child { display: block; }
.homepage .videos .video a { flex: 1; background: #1f1f1f; }
.homepage .videos .video h2 { font-size: 50px; text-transform: uppercase; padding: 0; margin: 0; } 
.homepage .videos .video h6 { font-size: 30px; color: #a9a9a9; text-transform: uppercase; padding: 0 0px; margin: 0; } 
.homepage .videos .video:first-child { padding: 5px 15px; }
.homepage .videos .video .cover { position: relative; height: auto; width: 100%; margin: 0 auto; }
.homepage .videos .video .info { position: relative; padding: 10px; }
.homepage .videos .video .info .title { /*font-family: 'Roboto', sans-serif;*/ font-weight: 300;   font-size: 16px; }
.homepage .videos .video .info .datePlayed { font-family: inherit; color: rgb(255, 255, 255); text-align: center; white-space: nowrap; font-size: 13px; color: #ed1c24; }


/* RADIOS DIGITAIS */

.homepage .radios { position:relative; height: inherit; display: flex; flex-wrap: wrap; overflow: hidden; padding: 0; }
/*.homepage .radios .radio:not(:first-child) {  width: calc(calc(100% / 8) - 200px); text-align: left; padding: 0 15px; margin-bottom: 30px; }*/
.homepage .radio h2 { font-size: 40px; text-transform: uppercase; padding: 0; margin: 0; } 
.homepage .radio h6 { font-size: 25px; color: #ffffff; text-transform: uppercase; padding: 0 0px; margin: 0;opacity: 0.6; } 
/*.homepage .radios .radio:first-child { padding: 5px 15px; width: 200px;}*/
.homepage .radios .radio {  width: calc(100% / 9); text-align: left; padding: 0 15px; margin: 3px 0px 31px 0px; }
/*.homepage .radios .radio {  width: calc(100% / 8); text-align: left; padding: 0 15px; margin: 3px 0px 31px 0px; } */
.homepage .radios .radio .cover { position: relative; height: auto; width: 100%; margin: 0 auto; }
.homepage .radios .radio .cover img { height: 100%; width: 100%; padding: 0; margin: 0; box-sizing: border-box; border: 4px solid rgba(255,255,255,.40); border-radius: 50%; box-shadow: 0px 0px 1px 2px #50000b45; }
.homepage .radios .radio .info { position: relative; padding: 10px; }
.homepage .radios .radio .title { font-size: 18px; text-transform: uppercase; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; font-weight: 500; line-height: 20px;  }
.homepage .radios .radio a .title { font-size: 18px; text-transform: uppercase; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; font-weight: 500; line-height: 20px; color: #FFF; }


/* ARTIGOS */
.homepage .articles { position:relative;height:inherit;display:flex;flex-wrap:wrap;overflow:auto;padding:0 } 
.homepage .articles .article:first-child {   display: block; }
.homepage .articles .article { margin:0 30px 30px 0px; width:calc(calc(100% / 3) - 30px); text-align:left;  display: flex; } 
.homepage .articles .article a { flex: 1; background: #1f1f1f; }
.homepage .articles .article h2 { font-size: 50px;  text-transform: uppercase; padding: 0; margin: 0; } 
.homepage .articles .article h6 { font-size: 30px;color: #a9a9a9; text-transform: uppercase; padding: 0 0px; margin: 0; } 
.homepage .articles .article .cover { position:relative;height:auto;width:100%;margin:0 auto } 
.homepage .articles .article .image { height:100%;width:100%;padding:0;margin:0;box-sizing:border-box;border:0 solid rgba(255,255,255,.25);border:0 solid red } 
.homepage .articles .article .article-info { position:relative;padding:10px } 
.homepage .articles .article .article-info .datePlayed { font-family:inherit;text-align:center;white-space:nowrap;font-size:13px;color:#ed1c24 } 
.homepage .articles .article .article-info .articleTitle { font-family:inherit; font-size:18px } 
.homepage .articles .article .article-info .articleDescription { font-family:inherit;color:#a9a9a9; font-size:13px;padding:5px 0;display:none } 



/* TNT */

.homepage .tnt { position:relative;height:inherit;display:flex;flex-wrap:wrap;overflow:auto;padding:0;justify-content: space-around; }
.homepage .tnt .song { width: calc(100% / 4); text-align: center; background: transparent !important;  padding: 0 15px; } 
.homepage .tnt .song h2 { font-size:60px;color:#484848;text-transform:uppercase;padding:0;margin:0 } 
.homepage .tnt .song h6 { font-size:35px;color:#a9a9a9;text-transform:uppercase;padding:0;margin:0 } 
.homepage .tnt .song a { color:#fff } 
.homepage .tnt .song .cover { position:relative;height:auto;width:100%;margin:0 auto;max-width: 128px; } 
.homepage .tnt .song .cover img { height:100%;width:100%;padding:0;margin:0;box-sizing:border-box; box-shadow: 0px 0px 1px 2px #50000b45; filter: brightness(50%); } 
.homepage .tnt .song .cover .songNumber { font-size: 25px; text-transform: uppercase; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; font-weight: 500; line-height: 20px; background: #ff0000b8; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-family: 'Roboto', sans-serif; } 
.homepage .tnt .song .cover:hover > img { filter: brightness(100%); } 
.homepage .tnt .song .cover:hover > .songNumber { opacity: 0.4; } 
.homepage .tnt .song .song-info { position:relative;padding:10px 0;text-align:center } 
.homepage .tnt .song .song-info .datePlayed { font-family:inherit;text-align:center;white-space:nowrap;font-size:13px;color:#ed1c24 } 
.homepage .tnt .song .song-info .songTitle { font-family:inherit;color:#fff;font-size:18px } 
.homepage .tnt .song .song-info .songArtist { font-family:inherit;color:#fff;font-size:22px;padding:0px 0; font-weight: 600; } 

/* PASSOU */

.homepage .passou { position:relative;height:inherit;display:flex;flex-wrap:wrap;overflow:auto;padding:0;justify-content: space-around; } 
.homepage .passou .song { width: calc(100% / 5); text-align: center; background: transparent !important;  padding: 0 15px; } 
.homepage .passou .song h2 { font-size:60px;color:#484848;text-transform:uppercase;padding:0;margin:0 } 
.homepage .passou .song h6 { font-size:35px;color:#a9a9a9;text-transform:uppercase;padding:0;margin:0 } 
.homepage .passou .song a { color:#fff } 
.homepage .passou .song .cover { position:relative;height:auto;width:100%;margin:0 auto;max-width: 128px; } 
.homepage .passou .song .cover img { height:100%;width:100%;padding:0;margin:0;box-sizing:border-box; border-radius:50%; box-shadow: 0px 0px 1px 2px #50000b45; filter: brightness(50%); } 
.homepage .passou .song .cover .timePlayed { font-size: 25px; text-transform: uppercase; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; font-weight: 500; line-height: 20px; } 
.homepage .passou .song .cover:hover > img { filter: brightness(100%); } 
.homepage .passou .song .cover:hover > .timePlayed { opacity: 0.4; } 
.homepage .passou .song .song-info { position:relative;padding:10px 0;text-align:center } 
.homepage .passou .song .song-info .songTitle { font-family:inherit;color:#fff;font-size:16px } 
.homepage .passou .song .song-info .songArtist { font-family:inherit;color:#fff;font-size:18px;padding:0px 0; font-weight: 600; } 

/* NOTICIAS */
.homepage .noticias { position:relative;height:inherit;display:flex;flex-wrap:wrap;overflow:auto;padding:0 } 
.homepage .noticias .noticia { margin:0 30px 30px 0px;width:calc(calc(100% / 4) - 30px);color:#000;text-align:left; display: flex;} 
.homepage .noticias .noticia:first-child { display: block;} 
.homepage .noticias .noticia a { flex: 1; background: #fff; }
.homepage .noticias .noticia h2 { font-size:60px;color:#484848;text-transform:uppercase;padding:0;margin:0 } 
.homepage .noticias .noticia h6 { font-size:35px;color:#a9a9a9;text-transform:uppercase;padding:0;margin:0 } 
/*.homepage .noticias .noticia a { color:#fff }*/ 
.homepage .noticias .noticia .cover { position:relative;height:auto;width:100%;margin:0 auto } 
.homepage .noticias .noticia .image { height:100%;width:100%;padding:0;margin:0;box-sizing:border-box;border:0 solid rgba(255,255,255,.25);border:0 solid red } 
.homepage .noticias .noticia .noticia-info { position:relative;padding:10px;background:#fff } 
.homepage .noticias .noticia .noticia-info .datePlayed { font-family:inherit;text-align:center;white-space:nowrap;font-size:13px;color:#ed1c24 } 
.homepage .noticias .noticia .noticia-info .noticiaCategory { font-family:inherit;color:#A7A7A7;font-size:11px } 
.homepage .noticias .noticia .noticia-info .noticiaTitle { font-family:inherit;color:#000;padding:10px 0;font-size:18px } 
.homepage .noticias .noticia .noticia-info .noticiaDescription { font-family:inherit;color:#757575;font-size:13px;padding:5px 0 } 









/*.podcasts.dark {
    background: #141414;
}

.podcasts.light {
    background: #a9a9a9;
}*/

/*.container-fluid:nth-child(2n+1) {
    background: #1b1b1b;
}*/

/* PODCASTS INDEX */

/* FIRST ROW */

.podcasts {}
.podcasts .lists .header .titles { padding: 5px 15px; }


.podcasts.dark { color: #fff !important; }
.podcasts.light { color: #000 !important; }



/*.podcasts.dark .lists .header .titles { color: #fff !important; }
.podcasts.light .lists .header .titles { color: #000 !important; }*/

.podcasts .lists .header .titles h1 { font-size: 50px; text-transform: uppercase; padding: 0; margin: 0; }
.podcasts .lists .header .titles h2 { font-size: 30px; color: #a9a9a9; text-transform: uppercase; padding: 0 0px; margin: 0; }

.podcasts .lists .featured { position: relative; }
.podcasts .lists .featured a {}
.podcasts .lists .featured .cover img {  }
.podcasts .lists .featured .info { width: 100%; background: rgba(0,0,0,0.7); padding: 20px;position: absolute; bottom: 0px; left: 0px; }
.podcasts .lists .featured .title { color: #fff; font-size: 28px;text-transform: uppercase; font-weight: 500; line-height: 20px; }
.podcasts .lists .featured .author { color: #BCBCBC; }


/* PODCASTS ALL CATEGORIES LIST NETFLIX - MOBILE */

.podcasts .listH .categories { position: relative; height: inherit;display: flex; /*flex-wrap: wrap; */ overflow: hidden; padding: 0; }

.podcasts .listH .content { max-width: 90% !important;}

.podcasts .listH .categories .category { width: 200px !important; margin-bottom: 30px; text-align: left; height: fit-content; padding: 0 15px; }
.podcasts .listH .categories .category .cover { position: relative; height: auto; width: 100%; margin: 0 auto; }
.podcasts .listH .categories .category .cover img { padding: 0px; margin: 0px; box-sizing: border-box; border: 0px solid rgba(255, 255, 255, 0.25); border: 0px solid #ff0000; overflow: hidden; }
.podcasts .listH .categories .category .info { position: relative; padding: 10px; }
.podcasts .listH .categories .category .title { font-size: 20px;  font-weight: 300; line-height: 20px; }

.podcasts .listH .categories .category .dateAndTime { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.podcasts .listH .categories .category .date { background: #CB2026; font-size: 14px; font-weight: 500; padding: 0px 10px; text-transform: capitalize; display: inline-block; }
.podcasts .listH .categories .category .time { font-size: 12px; font-weight: 300; font-family: 'Roboto', sans-serif; display: inline-block; }
.podcasts .listH .categories .category .time:before { content: "\f017"; font: normal normal normal 14px/1 'Font Awesome 5 Pro'; font-size: inherit; text-rendering: auto; padding-right: 5px;}



/* PODCASTS ALL CATEGORIES LIST */

.podcasts .lists .categories { position: relative; height: inherit;display: flex;flex-wrap: wrap;overflow: auto;padding: 0; }
.podcasts .lists .categories .category { width: calc(100% / 3) !important; margin-bottom: 30px; text-align: left; height: fit-content; padding: 0 15px; }
.podcasts .lists .categories .category .cover { position: relative; height: auto; width: 100%; margin: 0 auto; }
.podcasts .lists .categories .category .cover img { padding: 0px; margin: 0px; box-sizing: border-box; border: 0px solid rgba(255, 255, 255, 0.25); border: 0px solid #ff0000; overflow: hidden; }
.podcasts .lists .categories .category .info { position: relative; padding: 10px; }
.podcasts .lists .categories .category .title { font-size: 20px;  font-weight: 300; line-height: 20px; }

.podcasts .lists .categories .category .dateAndTime { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.podcasts .lists .categories .category .date { background: #CB2026; font-size: 14px; font-weight: 500; padding: 0px 10px; text-transform: capitalize; display: inline-block; }
.podcasts .lists .categories .category .time { font-size: 12px; font-weight: 300; font-family: 'Roboto', sans-serif; display: inline-block; }
.podcasts .lists .categories .category .time:before { content: "\f017"; font: normal normal normal 14px/1 'Font Awesome 5 Pro'; font-size: inherit; text-rendering: auto; padding-right: 5px;}

/* PODCASTS CATEGORY HEADER */

.podcasts .lists.category .header { text-align: center; }
.podcasts .lists.category .header h1 { font-weight: 500; margin: 0px 0 0px 0; display: block; color: inherit;}
.podcasts .lists.category .header h1 small { color: #BCBCBC; font-weight: 300; display: block; font-size: 50%; }
.podcasts .lists.category .header p { font-weight: 300;margin: 0px 0 0px 0; display: block; font-size: 20px; }


.dark .podcasts .lists.category .header p { color: #b3b3b3; }
.light .podcasts .lists.category .header p { color: #404040;  }


.podcasts .lists.category .header .seasons { justify-content: space-between; }
.podcasts .lists.category .header .seasons .season { text-transform: uppercase; padding: 10px; margin: 30px 15px;text-align: center;width: calc(calc(100% / 3) - 30px);background: #141414; }
.podcasts .lists.category .header .seasons .season.running { text-transform: uppercase; padding: 10px; margin: 30px 15px;text-align: center;width: calc(calc(100% / 3) - 30px);background: #CB2026; }
.podcasts .lists.category .header .seasons .season .title { font-size: 1.5rem; }
.podcasts .lists.category .header .seasons .season .date { font-size: 1rem; }

/* PODCASTS CATEGORIES LIST 4 COLS */

.podcasts .lists.category .list { position: relative; height: inherit;display: flex;flex-wrap: wrap;overflow: auto;padding: 0; }
.podcasts .lists.category .list .episode { width: calc(100% / 4) !important; margin-bottom: 40px; text-align: left; height: fit-content; padding: 0 20px; }
.podcasts .lists.category .list .episode .cover { position: relative; height: auto; width: 100%; margin: 0 auto; }
.podcasts .lists.category .list .episode .cover img { padding: 0px; margin: 0px; box-sizing: border-box; border: 0px solid rgba(255, 255, 255, 0.25); border: 0px solid #ff0000; overflow: hidden; }
.podcasts .lists.category .list .episode .info { position: relative; padding: 15px; height: 125px !important; }
.podcasts .lists.category .list .episode .number { font-size: 18px; font-weight: 300; line-height: 20px; padding: 10px 0; }
.podcasts .lists.category .list .episode .title { font-size: 20px; font-weight: 500; line-height: 30px; }
.podcasts .lists.category .list .episode .dateAndTime { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.podcasts .lists.category .list .episode .date { background: #CB2026; font-size: 14px; font-weight: 500; color: #fff; padding: 0px 10px; text-transform: capitalize; display: inline-block; }
.podcasts .lists.category .list .episode .time { font-size: 12px; font-weight: 300; font-family: 'Roboto', sans-serif; display: inline-block; }
.podcasts .lists.category .list .episode .time:before { content: "\f017"; font: normal normal normal 14px/1 'Font Awesome 5 Pro'; font-size: inherit; text-rendering: auto; padding-right: 5px;}
.podcasts .lists.category .list .episode .pub { }


/* PODCASTS CATEGORIES LIST 3 COLS */

.podcasts .lists.category .listAlt { position: relative; height: inherit;display: flex;flex-wrap: wrap;overflow: auto;padding: 0; }
.podcasts .lists.category .listAlt .episode { width: calc(100% / 3) !important; margin-bottom: 40px; text-align: left; height: fit-content; padding: 0 20px; }
.podcasts .lists.category .listAlt .episode .cover { position: relative; height: auto; width: 100%; margin: 0 auto; }
.podcasts .lists.category .listAlt .episode .cover img { height: 100%; width: 100%; padding: 0px; margin: 0px; box-sizing: border-box; border: 0px solid rgba(255, 255, 255, 0.25); border: 0px solid #ff0000; max-width: 100%; overflow: hidden; }
.podcasts .lists.category .listAlt .episode .info { position: relative; padding: 15px; background: #1f1f1f; height: 125px !important; }
.podcasts .lists.category .listAlt .episode .number { font-size: 18px; font-weight: 300; line-height: 20px; padding: 10px 0; }
.podcasts .lists.category .listAlt .episode .title { font-size: 20px; font-weight: 500; line-height: 30px; }
.podcasts .lists.category .listAlt .episode .dateAndTime { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.podcasts .lists.category .listAlt .episode .date { background: #CB2026; font-size: 14px; font-weight: 500; padding: 0px 10px; text-transform: capitalize; display: inline-block; }
.podcasts .lists.category .listAlt .episode .time { font-size: 12px; font-weight: 300; font-family: 'Roboto', sans-serif; display: inline-block; }
.podcasts .lists.category .listAlt .episode .time:before { content: "\f017"; font: normal normal normal 14px/1 'Font Awesome 5 Pro'; font-size: inherit; text-rendering: auto; padding-right: 5px;}


/* PODCASTS EPISODE INFO */

.podcasts .episode .header { align-items: center;    padding: 0 15px; }
.podcasts .episode .header .info { display: flex; }
.podcasts .episode .header .info .cover  { width: 35%; }
.podcasts .episode .header .info .descriptions  { width: 65%; padding: 0 20px; }
.podcasts .episode .header .info .cover img { width: 100%; }


.podcasts .episode .header .info h1 { font-weight: 300;margin: 10px 0 20px 0;display: block;font-size: 2rem; }
.podcasts .episode .header .info h2 { color: #ababab; text-transform: uppercase;font-weight: 500;margin: 5px 0 10px 0; display: block; padding: 0px;font-size: 1.2rem; }
.podcasts .episode .header .info h3 { font-weight: 500;margin: 0px 0 0px 0; display: inline-block; padding: 0px;font-size:2.2rem; }
.podcasts .episode .header .info h4 { font-weight: 400;margin: 0px 0 0px 0;  padding: 0px;font-size:1.6rem;text-transform: uppercase; }
.podcasts .episode .header .info .date { padding: 3px 10px; display: inline-block; background:#E4001D; color: #fff;}


.podcasts .episode .toolbar { display: flex; }
.podcasts .episode .toolbar .navigation { width: 35%; }
.podcasts .episode .toolbar .navigation .buttons { display: flex; height: 65px; }
.podcasts .episode .toolbar .navigation .buttons .button-prev { background: #333333;color: #fff;width: 50%; position:relative; }
.podcasts .episode .toolbar .navigation .buttons .button-next { background: #404040;color: #fff;width: 50%; position:relative; }
.podcasts .episode .toolbar .navigation .buttons a { position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%; text-align: center; color: #fff;}
.podcasts .episode .toolbar .navigation .buttons span { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; opacity: 0.3; color: #fff; } 
/*.podcasts .episode .toolbar .navigation .buttons .button-prev i { margin: 0 5px; }
.podcasts .episode .toolbar .navigation .buttons .button-next i { margin: 0 5px 0 5px; }*/
.podcasts .episode .toolbar .buttons i { margin: 0 5px; }


.podcasts .episode .toolbar .episode-audio  { width: 65%; display: flex; }
.podcasts .episode .toolbar .player { width: 100%;background: #1f1f1f;flex: 1; }
.podcasts .episode .toolbar .episode-audio .download-button { background: #404040;color: #000;width: 15%;position:relative; }
.podcasts .episode .toolbar .episode-audio .download-button a { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; }
.podcasts .episode .toolbar .episode-audio .download-button span { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; opacity: 0.3; color: #fff; } 

.light.podcasts .episode .toolbar .episode-audio .download-button a { color: #fff !important; }



/*
.podcasts .episode .toolbar {
    border-top: 0px solid #fff;
    display: flex;
    justify-content: flex-start;
    color: #fff;
    padding: 10px;
}
.podcasts .episode .toolbar > div {
    padding: 20px;
}
*/



.podcasts .episode .toolbar > div {
    position: relative;
    padding: 0px 0px;
    width: fit-content;
    white-space: nowrap;
    /* text-align: center; */
}

.podcasts .episode .toolbar > div a {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}







.podcasts .episode .text {  }



@media (min-width: 768px) {


}


@media  screen and (max-width: 1366px) {
    /* insert styles here */
     .podcasts .episode .header h1 {
        font-size: 2rem;
    }

     .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .0rem;
    padding-left: .0rem;
}
}

@media  screen and (max-width: 1024px) {
    /* insert styles here */

    /* PODCASTS */

    .podcasts .episode .header .info h1 {
        font-size: 2rem;
        margin: 5px 0 10px 0;
    }
    .podcasts .episode .header .info h4 {
        font-size: 1.2rem;

    }
    .podcasts .episode .header .info h2 {
        font-size: 0.8rem;
        margin: 0 0 2px 0;
    }

    .podcasts .episode .header .info .date {
        font-size: 0.8rem;
        padding: 1px 5px;
    }

    .podcasts .episode .toolbar .navigation .buttons, .podcasts .episode .toolbar .download-button { font-size: 13px; }
}




/*.articles.dark {
    background: #141414;
}

.articles.light {
    background: #a9a9a9;
}*/

/*.container-fluid:nth-child(2n+1) {
    background: #1b1b1b;
}*/

/* articles INDEX */

/* FIRST ROW */

.articles {}
.articles .lists .header .titles { padding: 5px 15px; }


.articles.dark { color: #fff !important; }
.articles.light { color: #000 !important; }


.articles .content { max-width: 1200px; }


/*.articles.dark .lists .header .titles { color: #fff !important; }
.articles.light .lists .header .titles { color: #000 !important; }*/

.articles .lists .header .titles h1 { font-size: 50px; text-transform: uppercase; padding: 0; margin: 0; }
.articles .lists .header .titles h2 { font-size: 30px; color: #a9a9a9; text-transform: uppercase; padding: 0 0px; margin: 0; }

.articles .lists .featured { position: relative; }
.articles .lists .featured a {}
.articles .lists .featured .cover img {  }
.articles .lists .featured .info { width: 100%; background: rgba(0,0,0,0.7); padding: 20px;position: absolute; bottom: 0px; left: 0px; }
.articles .lists .featured .title { color: #fff; font-size: 28px;text-transform: uppercase; font-weight: 500; line-height: 20px; }
.articles .lists .featured .author { color: #BCBCBC; }

.articles .lists .pub { text-align: right; }



/* articles ALL CATEGORIES LIST */

.articles .lists .categories { position: relative; height: inherit;display: flex;flex-wrap: wrap;overflow: auto;padding: 0; }
.articles .lists .categories .category { width: calc(100% / 3) !important; margin-bottom: 30px; text-align: left; height: fit-content; padding: 0 15px; }
.articles .lists .categories .category .cover { position: relative; height: auto; width: 100%; margin: 0 auto; }
.articles .lists .categories .category .cover img { padding: 0px; margin: 0px; box-sizing: border-box; border: 0px solid rgba(255, 255, 255, 0.25); border: 0px solid #ff0000; overflow: hidden; }
.articles .lists .categories .category .info { position: relative; padding: 10px; }
.articles .lists .categories .category .title { font-size: 20px;  font-weight: 300; line-height: 20px; }

.articles .lists .categories .category .dateAndTime { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.articles .lists .categories .category .date { background: #CB2026; font-size: 14px; font-weight: 500; padding: 0px 10px; text-transform: capitalize; display: inline-block; }
.articles .lists .categories .category .time { font-size: 12px; font-weight: 300; font-family: 'Roboto', sans-serif; display: inline-block; }
.articles .lists .categories .category .time:before { content: "\f017"; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; padding-right: 5px;}

/* articles CATEGORY HEADER */

.articles .lists.category .header { text-align: center; }
.articles .lists.category .header h1 { font-weight: 500; margin: 0px 0 0px 0; display: block; color: inherit;}
.articles .lists.category .header h1 small { color: #BCBCBC; font-weight: 300; display: block; font-size: 50%; }
.articles .lists.category .header p { color: #b3b3b3; font-weight: 300;margin: 0px 0 60px 0; display: block; font-size: 20px; }

.articles .lists.category .header .seasons { justify-content: space-between; }
.articles .lists.category .header .seasons .season { text-transform: uppercase; padding: 10px; margin: 30px 15px;text-align: center;width: calc(calc(100% / 3) - 30px);background: #141414; }
.articles .lists.category .header .seasons .season.running { text-transform: uppercase; padding: 10px; margin: 30px 15px;text-align: center;width: calc(calc(100% / 3) - 30px);background: #CB2026; }
.articles .lists.category .header .seasons .season .title { font-size: 1.5rem; }
.articles .lists.category .header .seasons .season .date { font-size: 1rem; }

/* articles CATEGORIES LIST 4 COLS */
/*
.articles .lists.category .list { position: relative; height: inherit;display: flex;flex-wrap: wrap;overflow: auto;padding: 0; }
.articles .lists.category .list .article { width: calc(100% / 4) !important; margin-bottom: 40px; text-align: left; height: fit-content; padding: 0 20px; }
.articles .lists.category .list .article .cover { position: relative; height: auto; width: 100%; margin: 0 auto; }
.articles .lists.category .list .article .cover img { padding: 0px; margin: 0px; box-sizing: border-box; border: 0px solid rgba(255, 255, 255, 0.25); border: 0px solid #ff0000; overflow: hidden; }
.articles .lists.category .list .article .info { position: relative; padding: 15px; height: 125px !important; }
.articles .lists.category .list .article .number { font-size: 18px; font-weight: 300; line-height: 20px; padding: 10px 0; }
.articles .lists.category .list .article .title { font-size: 20px; font-weight: 500; line-height: 30px; }
.articles .lists.category .list .article .dateAndTime { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.articles .lists.category .list .article .date { background: #CB2026; font-size: 14px; font-weight: 500; color: #fff; padding: 0px 10px; text-transform: capitalize; display: inline-block; }
.articles .lists.category .list .article .time { font-size: 12px; font-weight: 300; font-family: 'Roboto', sans-serif; display: inline-block; }
.articles .lists.category .list .article .time:before { content: "\f017"; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; padding-right: 5px;}
.articles .lists.category .list .article .pub { }
*/

/* articles CATEGORIES LIST 3 COLS */

.articles .lists.category .list { position: relative; height: inherit;display: flex;flex-wrap: wrap;overflow: auto;padding: 0; }
.articles .lists.category .list .article { width: calc(100% / 3) !important; margin-bottom: 40px; text-align: left; height: fit-content; padding: 0 20px; }
.articles .lists.category .list .article .cover { position: relative; height: auto; width: 100%; margin: 0 auto; }
.articles .lists.category .list .article .cover img { height: 100%; width: 100%; padding: 0px; margin: 0px; box-sizing: border-box; border: 0px solid rgba(255, 255, 255, 0.25); border: 0px solid #ff0000; max-width: 100%;max-height: 218px !important; overflow: hidden; }
.articles .lists.category .list .article .info { position: relative; padding: 15px; background: #1f1f1f; height: 125px !important; }
.articles .lists.category .list .article .number { font-size: 18px; font-weight: 300; line-height: 20px; padding: 10px 0; }
.articles .lists.category .list .article .title { font-size: 20px; font-weight: 500; line-height: 30px; }
.articles .lists.category .list .article .dateAndTime { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.articles .lists.category .list .article .date { background: #CB2026; font-size: 14px; font-weight: 500; padding: 0px 10px; text-transform: capitalize; display: inline-block; }
.articles .lists.category .list .article .time { font-size: 12px; font-weight: 300; font-family: 'Roboto', sans-serif; display: inline-block; }
.articles .lists.category .list .article .time:before { content: "\f017"; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; padding-right: 5px;}






/* articles article INFO */


.articles .article {}

/*.articles .article .content {max-width: 1080px;}*/

.articles .article.boxed {}



.articles .article .header .cover  { width: 100%; /*margin: 20px auto 60px auto;*/} /* box-shadow: 0 4px 2px -2px #101010; */






.articles .article.full-width {}
.articles .article.full-width .header .cover  { width: 100%; box-shadow: 0 4px 2px -2px #101010; margin: 0px auto; display: none;}
.articles .article.full-width .cover { height: calc(100vh - 175px); }
.articles .article.full-width .cover h1 { color: #fff; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); text-align: center; padding: 10px; margin-bottom: 50px; text-align: center; text-shadow: 1px 1px rgba(38, 38, 38, 0.88); font-size: 3.8rem; /* background: #0000008a;*/ }







.articles .article .header { align-items: center; margin-bottom: 30px;}
.articles .article .header.no-pub { align-items: center; text-align: center;margin-bottom: 0px;}

.articles .article .header.no-pub .cover  { width: 100%; margin: 20px auto;} /* box-shadow: 0 4px 2px -2px #101010; */



.articles .article .header  h1 { font-weight: 300; margin: 10px 0 20px 0;display: block; font-size: 4rem; }
.articles .article .header  h2 { color: #ababab; font-weight: 400; display: block; padding: 0px;font-size: 1.3rem; }
.articles .article .header  h3 { font-weight: 500;margin: 0px 0 0px 0; display: inline-block; padding: 0px;font-size:2.2rem;margin: 10px 0 20px;  }


.articles .article .header.no-pub  h1 { font-weight: 300; margin: 10px auto 20px;display: block; font-size: 4rem; }
.articles .article .header.no-pub  h2 { color: #ababab; font-weight: 400; display: block; padding: 0px;font-size: 1.3rem;margin: 10px auto 20px; }
.articles .article .header.no-pub  h3 { font-weight: 500;margin: 0px 0 0px 0; display: inline-block; padding: 0px;font-size:2.2rem; }




.articles .article .header .date { padding: 3px 10px; display: inline-block; background:#E4001D; }

/*.articles .article .text {font-weight: 500;margin: 0px 0 0px 0; display: inline-block; padding: 0px;font-size:2.2rem;  }*/
.articles .article .text {font-weight: 300;margin: 0px 0 0px 0;  padding: 20px 0;font-size: 1.1rem; margin: 0 auto;  }

.img-fullwidth { width: 100% !important; }
/* colors */

.img-responsive {
    max-width: 100%;
    
}

.center-block {
    margin: 0 auto;
}

.articles .article .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; 
    height: 0; 
    overflow: hidden;
}

.articles .article .video-container iframe,
.articles .article .video-container object,
.articles .article .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.articles form input, .articles form textarea, .articles form select, .form-control { 
    border: 0px solid #ced4da;
    border-radius: 0; }
.articles .form-text img { width:100%; }



.article .episode-audio  { width: 65%; display: flex; }
.article .player { width: 100%;background: #1f1f1f;flex: 1; }
.article .episode-audio .download-button { background: #404040;color: #000;width: 15%;position:relative; }
.article .episode-audio .download-button a { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; }
.article .episode-audio .download-button span { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; opacity: 0.3; color: #fff; } 

.light.article .episode .toolbar .episode-audio .download-button a { color: #fff !important; }






.outerContainer{margin: 30px;}
.containerw3 {display: flex;overflow: hidden;flex-wrap: wrap;margin: -2.5px;}
.containerw3:after {content: '';flex-grow: 999999999;min-width: 300px;height: 0;}
.containerw3 > * {position: relative;display: block;height: 300px;margin: 2.5px;flex-grow: 1;}
.containerw3 > * > img {height: 300px;object-fit: cover;max-width: 100%;min-width: 100%;vertical-align: bottom;}
.containerw3.containerw3-margin {margin: 2.5px;}
@media (max-width: 767px) {
.outerContainer{margin: 00px;}
.containerw3 {display: flex;overflow: hidden;flex-wrap: wrap;margin: -2.5px;}
.containerw3:after {content: '';flex-grow: 999999999;min-width: 150px;height: 0;}
.containerw3 > * {position: relative;	display: block;height: 150px;margin: 2.5px;flex-grow: 1;}
.containerw3 > * > img {height: 150px;object-fit: cover;max-width: 100%;min-width: 100%;vertical-align: bottom;}
.containerw3.containerw3-margin {margin: 2.5px;}
}

@media (max-width: 400px) {
.containerw3 {display: flex;overflow: hidden;flex-wrap: wrap;margin: -2.5px;}
.containerw3:after {content: '';flex-grow: 999999999;min-width: 100px;height: 0;}
.containerw3 > * {position: relative;display: block;height: 100px;margin: 2.5px;flex-grow: 1;}
.containerw3 > * > img {height: 100px;	object-fit: cover;max-width: 100%;min-width: 100%;vertical-align: bottom;}
.containerw3.containerw3-margin {margin: 2.5px;}
}




.gallery figure {
    overflow: hidden;
    margin: 0 0 0rem;
}



.gallery {
    /*https://www.freecodecamp.org/news/how-to-create-an-image-gallery-with-css-grid-e0f0fd666a5c/*/

    display: grid;
    grid-template-columns: repeat(10, 1fr);
    /*grid-template-rows: repeat(9, 5vw);*/
    grid-gap: 5px;
}

.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery__item--1 {
    /*
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 3;
    */
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 3;

}

.gallery__item--2 {
    /*
    grid-column-start: 6;
    grid-column-end: 11;
    grid-row-start: 1;
    grid-row-end: 3;
    */
    grid-column-start: 6;
    grid-column-end: 11;
    grid-row-start: 1;
    grid-row-end: 3;

}
/*
.gallery__item--3 {
    
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 1;
    grid-row-end: 3;
    
}



.gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}

.gallery__item--2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
}

.gallery__item--3 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 6;
}
.gallery__item--4 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 6;
}

.gallery__item--5 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 9;
}

.gallery__item--6 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 6;
    grid-row-end: 9;
}

    */




.pagination__next { display: none;}

.page-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  text-align: center;
  color: #777;
  width: 100%;
}
.loader-ellips {
  font-size: 10px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #525252; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}





@import url(https://cdnjs.cloudflare.com/ajax/libs/weather-icons/1.3.2/css/weather-icons.min.css);

.noticias .lists .header .titles { padding:5px 15px }
.noticias.dark { color:#fff!important }
.noticias.light { color:#000!important }
.noticias .reading-time { font-size:12px; font-weight:500;margin:5px 0;font-family:Roboto,sans-serif;text-align:right;display: flex; align-items: center; text-align: right;justify-content: flex-start; }

.noticias .header .titles h1 { font-size:50px;text-transform:uppercase;padding:0;margin:0 }
.noticias .header .titles h2 { font-size:30px;color:#a9a9a9;text-transform:uppercase;padding:0 0;margin:0 }

a.category { height:58px;display:flex;justify-content:flex-start;align-items:center;text-align:left;padding:5px 58px 5px 12px;border:0;background:#8e0000;color:#fff;margin-bottom:20px }
a.category div { height:58px;position:absolute;width:58px;right:15px;display:flex;justify-content:center;align-items:center;background:#650000 }

.noticias .header .featured { position:relative }
.noticias .header .featured a { color:#CB2026 }
.noticias .header .featured .info { width:100%;background:#fff;padding:20px;position:relative;display:flex;flex-direction:column }
.noticias .header .featured .title { color:#000;font-size:22px;font-weight:500;line-height:20px }
.noticias .header .featured .category { color:#BCBCBC;font-size:12px;font-weight:300;font-family:Roboto,sans-serif }
.noticias .header .featured .entry-meta,.noticias .header .featured .entry-meta a,.noticias .header .featured .item .entry-meta li,.noticias .header .featured .item .entry-meta a { font-size:12px;color:#CB2026!important;font-weight:500;margin:10px 0;font-family:Roboto,sans-serif }
.noticias .header .featured .entry-meta>ul>li { margin-right:30px;position:relative }
.noticias .header .featured .entry-meta ul li { float:left }
.noticias .header .featured .entry-meta>ul>li+li:before { position:absolute;content:"";top:50%;left:-15px;width:5px;height:5px;margin-top:-3px;border-radius:100%;background-color:#c8cacc }
.noticias .header .featured .closed { color:#BCBCBC }
.noticias .header .pub { text-align:right }
.noticias .header .author { position:absolute;bottom:90%;border-radius:100% }
.noticias .header .author img { color:#BCBCBC;width:55px;height:55px;border:2px solid #fff;border-radius:100%;overflow:hidden;box-shadow:0 0 5px -1px #2f2f38; }

.noticias .list .pub { text-align:right }
.noticias .list .author { position:absolute;bottom:90%;border-radius:100% }
.noticias .list .author img { color:#BCBCBC;width:55px;height:55px;border:2px solid #fff;border-radius:100%;overflow:hidden;box-shadow:0 0 5px -1px #00075 }


/* List 4 Colums */

.noticias .list4 { position:relative;height:inherit;display:flex;flex-wrap:wrap;overflow:auto;padding:0 }
.noticias .list4 .noticia { width:calc(100% / 4)!important;margin-bottom:40px;text-align:left;height:fit-content;padding:0 20px }
.noticias .list4 .noticia .cover { position:relative;height:auto;width:100%;margin:0 auto }
.noticias .list4 .noticia .cover img { height:100%;width:100%;padding:0;margin:0;box-sizing:border-box;border:0 solid rgba(255,255,255,.25);border:0 solid red;max-width:100%;max-height:218px!important;overflow:hidden }
.noticias .list4 .noticia .info { position:relative;padding:15px;background:#fff;width:100%;padding:12px;position:relative;display:flex;flex-direction:column }
.noticias .list4 .noticia .number { font-size:18px;font-weight:300;line-height:20px;padding:10px 0 }
.noticias .list4 .noticia .title { font-size:20px;font-weight:400;line-height:30px;color:#000 }
.noticias .list4 .noticia .dateAndTime { display:flex;justify-content:space-between;align-items:center;margin-bottom:10px }
.noticias .list4 .noticia .date { background:#CB2026;font-size:14px;font-weight:500;padding:0 10px;text-transform:capitalize;display:inline-block }
.noticias .list4 .noticia .time { font-size:12px;font-weight:300;font-family:Roboto,sans-serif;display:inline-block }
.noticias .list4 .noticia .time:before { content:"\f017";font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;padding-right:5px }
.noticias .list4 .info a { color:#000!important }
.noticias .list4 .noticia .info .entry-meta,.noticias .list .noticia .info .entry-meta a,.noticias .list .noticia .info .item .entry-meta li,.noticias .list .noticia .info .item .entry-meta a { font-size:12px;color:#CB2026!important;font-weight:500;margin:0 0;font-family:Roboto,sans-serif }
.noticias .list4 .noticia .info .entry-meta>ul>li { margin-right:28px;position:relative }
.noticias .list4 .noticia .info .entry-meta ul li { float:left }
.noticias .list4 .noticia .info .entry-meta>ul>li+li:before { position:absolute;content:"";top:50%;left:-15px;width:5px;height:5px;margin-top:-3px;border-radius:100%;background-color:#c8cacc }

.noticias .list4 .noticia .titles { padding:5px 15px }
.noticias .list4 .noticia .titles .top { font-size:50px;text-transform:uppercase;padding:0;margin:0;font-weight:700;font-family:inherit }
.noticias .list4 .noticia .titles .bottom { font-size:30px;color:#a9a9a9;text-transform:uppercase;padding:0 0;margin:0;font-weight:700;font-family:inherit }

/* List 3 Colums */

.noticias .list  { position:relative;height:inherit;display:flex;flex-wrap:wrap;overflow:auto;padding:0 }
.noticias .list .noticia { width:calc(100% / 3)!important;margin-bottom:40px;text-align:left;height:fit-content;padding:0 20px }
.noticias .list .noticia .cover { position:relative;height:auto;width:100%;margin:0 auto }
.noticias .list .noticia .cover img { height:100%;width:100%;padding:0;margin:0;box-sizing:border-box;border:0 solid rgba(255,255,255,.25);border:0 solid red;max-width:100%;max-height:218px!important;overflow:hidden }
.noticias .list .noticia .info { position:relative;padding:15px;background:#fff;width:100%;background:#fff;padding:12px;position:relative;display:flex;flex-direction:column }
.noticias .list .noticia .number { font-size:18px;font-weight:300;line-height:20px;padding:10px 0 }
.noticias .list .noticia .title { font-size:20px;font-weight:400;line-height:30px;color:#000 }
.noticias .list .noticia .dateAndTime { display:flex;justify-content:space-between;align-items:center;margin-bottom:10px }
.noticias .list .noticia .date { background:#CB2026;font-size:14px;font-weight:500;padding:0 10px;text-transform:capitalize;display:inline-block }
.noticias .list .noticia .time { font-size:12px;font-weight:300;font-family:Roboto,sans-serif;display:inline-block }
.noticias .list .noticia .time:before { content:"\f017";font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;padding-right:5px }

.noticias .list .info a { color:#000!important }
.noticias .list .noticia .info .entry-meta,.noticias .list .noticia .info .entry-meta a,.noticias .list .noticia .info .item .entry-meta li,.noticias .list .noticia .info .item .entry-meta a { font-size:12px;color:#CB2026!important;font-weight:500;margin:0 0;font-family:Roboto,sans-serif }
.noticias .list .noticia .info .entry-meta>ul>li { margin-right:28px;position:relative }
.noticias .list .noticia .info .entry-meta ul li { float:left }
.noticias .list .noticia .info .entry-meta>ul>li+li:before { position:absolute;content:"";top:50%;left:-15px;width:5px;height:5px;margin-top:-3px;border-radius:100%;background-color:#c8cacc }

.noticias .list .noticia .titles { padding:5px 15px }
.noticias .list .noticia .titles .top { font-size:50px;text-transform:uppercase;padding:0;margin:0;display:block;font-weight:700;font-family:inherit }
.noticias .list .noticia .titles .bottom { font-size:30px;color:#a9a9a9;text-transform:uppercase;padding:0 0;margin:0;display:block;font-weight:700;font-family:inherit }



/* Corpo da Noticia */

.noticias .noticia .header { margin-bottom:30px; align-items:center }
.noticias .noticia .header .titles { padding:5px 15px }
.noticias .noticia .header .cover { width:100%;/*box-shadow:0 4px 2px -2px #101010;*/margin:0px auto }
.noticias .noticia .header h1 { font-weight:300;margin:10px 0 20px 0;display:block;font-size:4rem }
.noticias .noticia .header h2 { color:#ababab;font-weight:400;display:block;padding:0;font-size:1.3rem;margin-bottom: 30px; }
.noticias .noticia .header h3 { font-weight:500;margin:0;display:inline-block;padding:0;font-size:2.2rem }
.noticias .noticia .header .date { padding:3px 10px;display:inline-block;background:#E4001D }



.noticias .noticia .author { display:flex;align-items:center }
.noticias .noticia .author img { color:#BCBCBC;width:55px;height:55px;border:2px solid #fff;border-radius:100%;overflow:hidden;box-shadow:0 0 5px -1px #00075 }
.noticias .noticia .author .name { padding:0 10px }

.noticias .noticia.full-width .header .cover { width:100%;box-shadow:0 4px 2px -2px #101010;margin:0 auto;display:none }
.noticias .noticia.full-width .cover { height:calc(100vh - 175px) }
.noticias .noticia.full-width .cover h1 { color:#fff;position:absolute;bottom:0;left:50%;transform:translateX(-50%);text-align:center;padding:10px;margin-bottom:50px;text-align:center;text-shadow:1px 1px rgba(38,38,38,.88);font-size:3.8rem }

.noticias .noticia .text { font-weight:200;margin:0;padding:15px 50px 50px 50px;font-size:1.2rem;margin:0 auto;border-left:1px solid #5a5a5a }
.noticias .noticia .additional-info { padding-top:20px }
.noticias .noticia .additional-info .date { border-bottom:0 solid rgba(255,255,255,.25);margin:0 0 20px 0;background:#ea1b24;padding:10px 0;text-align:center;font-size:.8rem;text-transform:capitalize }
.noticias .noticia .additional-info .date.closed { margin:0 0 30px 0;background:0 0;padding:10px 0;text-align:center;font-size:1.2rem }
.noticias .noticia .additional-info .author { border-bottom:1px solid rgba(255,255,255,.25);padding:0 0 20px 0 }
.noticias .noticia .additional-info hr { color:#fff }
.noticias .noticia .additional-info .related-news { margin:15px 0 }
.noticias .noticia .additional-info .related-news .titles { font-size:1.2rem;font-weight:600;position:relative;z-index:1;padding-left:3px }
.noticias .noticia .additional-info .related-news .titles:before { content:" ";background:#CB2026;height:13px;width:100%;position:absolute;z-index:-1;left:0;top:10px }
.noticias .noticia .additional-info .related-news .noticia { background:#fff;margin:30px 0;color:#000 }
.noticias .noticia .additional-info .related-news .noticia .info { padding:12px }

.noticias .noticia iframe { background:#fff }
.noticias .noticia .info .date { font-size:14px;color:#CB2026!important;font-weight:500;margin:5px 0;font-family:Roboto,sans-serif;text-align:right }



.noticias .noticia .video-container { position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden }
.noticias .noticia .video-container iframe,.noticias .noticia .video-container object,.noticias .noticia .video-container embed { position:absolute;top:0;left:0;width:100%;height:100% }
.noticias form input,.noticias form textarea,.noticias form select,.form-control { border:0 solid #ced4da;border-radius:0 }



/*no parent class */
.weather-wrapper { max-width:185px }
.panel { width:100%;display:inline-block }
.weather { width:100%;margin-top:20px;display:inline-block }
.city { text-align:left;border-bottom:solid thin #fff;text-transform:uppercase;color:#E8E8E8;color:rgba(255,255,255,.7) }
.group { width:165px;margin-bottom:20px;text-align:right;float:right;clear:both }
.temp { font-size:4.5em;font-weight:300;line-height:.75 }
#num { padding:0 0 0 8px }
#num:after { content:"\00b0" }
.celsius,.fahrenheit,.divider { font-size:1.75rem;vertical-align:super }
.divider { margin:0 .05em }
.forecast { display:table;text-transform:uppercase;width:100% }
.block { display:table-cell;padding:1.5em 0 0 0;text-align:center }
.high { font-weight:300;margin:.25em 0 }
.high:after { content:"\00b0";font-family:Roboto,sans-serif }
.num:after { content:"\00b0";font-family:Roboto,sans-serif }
.secondary { opacity:.7 }
.transparent { background:0 0 }
.hot { background:#FF5722 }
.warm { background:#FF6F00 }
.cool { background:#2196F3 }
.cold { background:#3F51B5 }
.color404 { background:#161616 }
.button-hot { background:#BF360C }
.button-warm { background:#B34E00 }
.button-cool { background:#0D47A1 }
.button-cold { background:#1A237E }
.button404 { background:#000 }
/*no parent class */


.noticias.light .list .info {background: #f2f2f2;}






a.comment-news { height:58px;display:flex;justify-content:flex-start;align-items:center;text-align:left;padding:5px 58px 5px 12px;border:0;background:#8e0000;color:#fff !important;margin-bottom:20px }
a.comment-news div { height:58px;position:absolute;width:58px;right:15px;display:flex;justify-content:center;align-items:center;background:#650000 }
a.facebook { display:flex;justify-content:flex-start;align-items:center;text-align:left;padding:5px 58px 5px 12px;border:0;background:#2d609b;color:#fff !important;height:58px;margin-bottom:20px }
a.facebook div { height:58px;position:absolute;width:58px;right:15px;display:flex;justify-content:center;align-items:center;background:#152d48 }
a.twitter { display:flex;justify-content:flex-start;align-items:center;text-align:left;padding:5px 58px 5px 12px;border:0;background:#00c3f3;color:#fff !important;height:58px;margin-bottom:20px }
a.twitter div { height:58px;position:absolute;width:58px;right:15px;display:flex;justify-content:center;align-items:center;background:#007a98 }



.img-fullwidth { width:100%!important }
.img-responsive { max-width:100% }
.center-block { margin:0 auto }


.noticias .transito { }
.noticias .transito .wrapper { padding: 0px;  display: flex; /* text-shadow: 1px 2px 2px #000000ab; */}

.noticias .transito .wrapper.red { border-left: 6px solid red !important; }
.noticias .transito .wrapper.yellow { border-left: 6px solid orange !important; }
.noticias .transito .wrapper.green { border-left: 6px solid green !important; }

.noticias .transito .wrapper .info { width: 100%;flex: 1; padding: 5px 9px;    position: relative;}
.noticias .transito .wrapper .info .traffic-sign-and-location {display: flex; align-items: center; }
.noticias .transito .wrapper .info .traffic-sign-and-location .traffic-sign { height: 45px; }

.noticias .transito .wrapper .info .traffic-sign-and-location .location-container {  }
.noticias .transito .wrapper .info .traffic-sign-and-location .location-container .location-name { font-size: 14px; text-transform: uppercase; padding-left: 10px; }
.noticias .transito .wrapper .info .traffic-sign-and-location .location-container .location-road { font-size: 32px; line-height: 30px;font-weight: 700;padding-left: 10px; }

.noticias .transito .wrapper .info span.title {text-transform: uppercase; font-size: 20px; display: block;}
/*
.noticias .transito .wrapper .info .traffic-description { position: absolute; top: 0px; left: 0px; background: #1f1f1ffa; width: 100%; height: 100%; padding: 5px 10px; overflow: hidden; font-size: 14px; display: none;}
.noticias .transito .wrapper .info .traffic-alternative { position: absolute; top: 0px; left: 0px; background: #1f1f1ffa; width: 100%; height: 100%; padding: 5px 10px; overflow: hidden; font-size: 14px; display: none;}
*/
.noticias .transito .wrapper .info .traffic-description {  width: 100%; /*height: 100%;*/ padding: 5px 10px; overflow: hidden; font-size: 14px; border-top: 1px solid #313131;}
.noticias .transito .wrapper .info .traffic-alternative {  width: 100%; /*height: 100%;*/ padding: 5px 10px; overflow: hidden; font-size: 14px; border-top: 1px solid #313131;}

.noticias .transito .wrapper .info .traffic-detail { font-size: 22px; padding: 15px 2px; }
.noticias .transito .wrapper .info .traffic-detail .occurrence { font-size: 40px; text-transform: uppercase; text-align: center; margin: 10px 0;line-height: 30px; }
.noticias .transito .wrapper .info .traffic-detail .direction { font-size: 18px; min-height: 30px; text-align: center;  }
.noticias .transito .wrapper .info .traffic-detail .km { font-size: 18px;min-height: 30px; text-align: center;  }


.noticias .transito .wrapper .moreinfo { width: 0%;display: flex;flex-direction: column;border-left: 0px solid #383838; }
/*.noticias .transito .wrapper .moreinfo > div { height: calc(100% / 3); display: flex; justify-content: center; align-items: center; }*/
.noticias .transito .wrapper .moreinfo > div.hour { font-size: 23px; position: absolute;right: 10px;top: 4px; }

.noticias .transito .wrapper .moreinfo > div.description-button { font-size: 20px; background: #353535; border: 1px solid #1f1f1f; display: none;}
.noticias .transito .wrapper .moreinfo > div.alternative-button { font-size: 20px;background: #353535; border: 1px solid #1f1f1f; display: none;}
.noticias .transito .wrapper .moreinfo > div.description-button.disabled { background: #353535; color: #4e4e4e; }
.noticias .transito .wrapper .moreinfo > div.alternative-button.disabled { background: #353535; color: #4e4e4e; }

.noticias .transito .wrapper .moreinfo > div.description-button:hover { background: red; }
.noticias .transito .wrapper .moreinfo > div.description-button:hover + .noticias .transito .wrapper .info .description { display: block; }  
.noticias .transito .wrapper .moreinfo > div.alternative-button:hover > .noticias .transito .wrapper .info .alternative { display: block; }  

.noticias .transito .wrapper .moreinfo > div.description-button.disabled:hover { background: #353535; }  
.noticias .transito .wrapper .moreinfo > div.alternative-button.disabled:hover { background: #353535; }  

/*
.outerContainer { margin:30px }
.containerw3 { display:flex;overflow:hidden;flex-wrap:wrap;margin:-2.5px }
.containerw3:after { content:'';flex-grow:999999999;min-width:300px;height:0 }
.containerw3>* { position:relative;display:block;height:300px;margin:2.5px;flex-grow:1 }
.containerw3>*>img { height:300px;object-fit:cover;max-width:100%;min-width:100%;vertical-align:bottom }
.containerw3.containerw3-margin { margin:2.5px }
@media (max-width:767px) { .outerContainer { margin:00px }
.containerw3 { display:flex;overflow:hidden;flex-wrap:wrap;margin:-2.5px }
.containerw3:after { content:'';flex-grow:999999999;min-width:150px;height:0 }
.containerw3>* { position:relative;display:block;height:150px;margin:2.5px;flex-grow:1 }
.containerw3>*>img { height:150px;object-fit:cover;max-width:100%;min-width:100%;vertical-align:bottom }
.containerw3.containerw3-margin { margin:2.5px }
 }
@media (max-width:400px) { .containerw3 { display:flex;overflow:hidden;flex-wrap:wrap;margin:-2.5px }
.containerw3:after { content:'';flex-grow:999999999;min-width:100px;height:0 }
.containerw3>* { position:relative;display:block;height:100px;margin:2.5px;flex-grow:1 }
.containerw3>*>img { height:100px;object-fit:cover;max-width:100%;min-width:100%;vertical-align:bottom }
.containerw3.containerw3-margin { margin:2.5px }
 }
.gallery figure { overflow:hidden;margin:0 0 0 }
.gallery { display:grid;grid-template-columns:repeat(10,1fr);grid-gap:5px }
.gallery__img { width:100%;height:100%;object-fit:cover }
.gallery__item--1 { grid-column-start:1;grid-column-end:6;grid-row-start:1;grid-row-end:3 }
.gallery__item--2 { grid-column-start:6;grid-column-end:11;grid-row-start:1;grid-row-end:3 }

*/

.container-fluid.red h2 {
    color: #fff;
}






@import url(https://cdnjs.cloudflare.com/ajax/libs/weather-icons/1.3.2/css/weather-icons.min.css);

.tnt .lists .header .titles { padding:5px 15px }
.tnt.dark { color:#fff!important }
.tnt.light { color:#000!important }

.tnt .header h1 { font-size:50px;text-transform:uppercase;padding:0;margin:0 }
.tnt .header h2 { font-size:30px;color:#a9a9a9;text-transform:uppercase;padding:0 0;margin:0 }

.tnt .header p { font-size:2.5rem;color: #ea1b23; text-transform:uppercase;padding:0 0;margin:0 }















a.category { height:58px;display:flex;justify-content:flex-start;align-items:center;text-align:left;padding:5px 58px 5px 12px;border:0;background:#8e0000;color:#fff;margin-bottom:20px }
a.category div { height:58px;position:absolute;width:58px;right:15px;display:flex;justify-content:center;align-items:center;background:#650000 }


.tnt .list {  }
.tnt .list .song { display: flex; width: 100%; background: #1b1b1b; margin: 10px; padding: 12px; border: 2px solid #272727; align-items: center;}
.tnt.light .list .song { display: flex; width: 100%; background: #eaeaea; margin: 10px; padding: 12px; border: 2px solid #272727; align-items: center;}
.tnt .list .position { font-size: 2rem; width: 80px; text-align: center;}
.tnt .list .song-cover { width: 120px; text-align: center;  }
.tnt .list .song-cover img { width: 100px; }

.tnt .list .song-info { display: flex; flex-direction: column; flex: 1; padding-left: 12px; }
.tnt .list .song-info .song-name { font-size: 1.8rem; font-weight: 400; }
.tnt .list .song-info .song-artists { font-size: 1.4rem; font-weight: 300; color: #9a9a9a; }

.tnt .list .song-plus {  width: 80px; text-align: center; font-size: 2rem; }
.tnt .list .song-check {  width: 80px; text-align: center; height: 19px; }
.tnt .list .song-check input {  width: 20px; height: 20px; }

.tnt.dark .tnt-listen-music { background-color:rgba(255,255,255,0.1); max-width:250px; border-radius:5px; }
.tnt.light .tnt-listen-music { background-color:rgba(0,0,0,0.3); max-width:250px; border-radius:5px; }

.tnt-checked { background-color: #ea1b23 !important; }

.dark .container-fluid:nth-child(2n+1) .song { background: #141414; }
.light .container-fluid:nth-child(2n+1) .song { background: #1b1b1b; }
.anchor { display: block; position: relative; top: -250px; visibility: hidden; }

/* PASSOU */
.passou-nas-radios .passou { position:relative;height:inherit;display:flex;flex-wrap:wrap;overflow:auto;padding:0 } 
.passou-nas-radios .filters { padding: 3rem 0; text-align: center;}
.passou-nas-radios .filters .x .filter { width:calc(calc(100% / 4) - 30px);display: inline-block; padding: 16px; background: #c81f25;}
.passou-nas-radios .filters .x .filter a { color: #000 !important; }
.passou-nas-radios .filters .x .filter .btn-group, .btn-group-vertical { background: #fff; min-width: 100%; }

.passou-listen-music { background-color:#323232; max-width:250px; border-radius:5px; margin-bottom: 10px; }



.passou-nas-radios .passou .song { 
    height: fit-content;
    margin: 15px;
    width: calc(calc(100% / 3) - 30px);
    color: #000;
    text-align: left;
    min-height: 300px;
} 

.passou-nas-radios .passou .song h2 { font-size:60px;color:#484848;text-transform:uppercase;padding:0;margin:0 } 
.passou-nas-radios .passou .song h6 { font-size:35px;color:#a9a9a9;text-transform:uppercase;padding:0;margin:0 } 
.passou-nas-radios .passou .song a { color:#fff } 
.passou-nas-radios .passou .song .timePlayed { font-family:inherit;color:#fff;font-size:22px;padding:5px 0;text-align:center } 
.passou-nas-radios .passou .song .cover { position:relative;height:auto;width:100%;margin:0 auto;max-width: 120px; } 
.passou-nas-radios .passou .song .cover img { height:100%;width:100%;padding:0;margin:0;box-sizing:border-box;border:1px solid rgba(255,255,255,.25);border-radius:50% } 
.passou-nas-radios .passou .song .song-info { position:relative;padding:10px 0;text-align:center } 
.passou-nas-radios .passou .song .song-info .songTitle { font-family:inherit;color:#fff;font-size:18px } 
.passou-nas-radios .passou .song .song-info .songArtist { font-family:inherit;color:#fff;font-size:22px;padding:5px 0 } 

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
    opacity: 0.5;
}
select {
    font-size: 1.2rem !important;

}
select[disabled]{
  color:#aaa;

}

/* PASSOU */

.passou-nas-radios-alt .filters { text-align: center;}
.passou-nas-radios-alt .filters .x .filter { width:calc(calc(100% / 4) - 30px);display: inline-block; padding: 16px; background: #c81f25;}
.passou-nas-radios-alt .filters .x .filter a { color: #000 !important; font-size: 1.2rem; }
.passou-nas-radios-alt .filters .x .filter .btn-group, .btn-group-vertical { background: #fff; min-width: 100%;}
.passou-nas-radios-alt .filters .search-text { border: 1px solid blue; color:#fff;padding: 20px; }
.passou-nas-radios-alt .filters .search-text span {     padding: 3px;
    font-weight: 300;
    background: gray;
    margin: 5px 5px; }
/*.passou-nas-radios-alt .filters .search-text span:before { content:""; border: 1px solid red; position: absolute; bottom: -10px; }*/
.passou-nas-radios-alt .filters .x .form-group { width: calc(100% / 4); padding: 0 15px 0 0; }
.passou-nas-radios-alt .filters .x .form-group:first-child {
    width: 380px;
}
.passou-nas-radios-alt .filters .x button {
width: 180px;
    background: #c81f25;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.2rem !important;
    justify-content: space-between;margin: 0 15px 1rem 15px;
    padding: 0; border: 0;
}
.passou-nas-radios-alt .filters .x button span {
    padding: 0 15px;
}
.passou-nas-radios-alt .filters .x button div {
    background: #941116;
    display: flex;
    align-items: center;
    height: 43px;
    width: 43px;
    justify-content: center;
}

.passou-nas-radios-alt .passou { position:relative;height:inherit;display:flex;flex-wrap:wrap;overflow:auto;padding:0 } 
.passou-nas-radios-alt .passou .song { 
    height: fit-content;
    margin: 15px;
    width: calc(calc(100% / 3) - 30px);
    color: #000;
    text-align: left;
    /* min-height: 300px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #1b1b1b;
    padding: 0 15px;
} 
.passou-nas-radios-alt .passou .song h2 { font-size:60px;color:#484848;text-transform:uppercase;padding:0;margin:0 } 
.passou-nas-radios-alt .passou .song h6 { font-size:35px;color:#a9a9a9;text-transform:uppercase;padding:0;margin:0 } 
.passou-nas-radios-alt .passou .song a { color:#fff } 
.passou-nas-radios-alt .passou .song .timePlayed { font-family:inherit;color:#fff;font-size:22px;padding:5px 0; color:#c81f25; } 
.passou-nas-radios-alt .passou .song .cover { position:relative; height:auto; width: 90px;} 
.passou-nas-radios-alt .passou .song .cover img { height:100%;width:100%;padding:0;margin:0;box-sizing:border-box;border:1px solid rgba(255,255,255,.25);border-radius:50% } 
.passou-nas-radios-alt .passou .song .song-info { position:relative;padding: 0 10px;flex: 1;width: 275px; } 
.passou-nas-radios-alt .passou .song .song-info .songTitle { font-family:inherit;color:#fff;font-size:20px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } 
.passou-nas-radios-alt .passou .song .song-info .songArtist { font-family:inherit;color:#fff;font-size:22px;padding:5px 0 } 








/*.menu {
  margin: 1em auto;
  width: 50%;
}
.menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu > ul > li {
  margin: 0;
  width: 300px;
  background: #fff;
  color: #babdc4;
  padding: 0.5em 1.5em;
  position: relative;
  border-left: 4px solid #fff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.2s ease;
}
.menu > ul > li i {
  margin-right: 0.7em;
  font-size: 2em;
  vertical-align: middle;
}
.menu > ul > li:before {
  content: '';
  display: none;
  width: 100%;
  height: 5em;
  position: absolute;
  top: 100%;
  left: 0;
}
.menu > ul > li:after {
  content: '\f3d0';
  position: absolute;
  right: 8%;
  font-family: "Ionicons";
  font-size: 1.3em;
  color: #f0f0f0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu > ul > li:hover {
  background: #41A7FC;
  color: #fff;
}
.menu > ul > li:hover:before {
  display: block;
}
.menu > ul > li:hover > ul {
  display: block;
}
.menu > ul > li > ul {
  display: none;
  position: absolute;
  z-index: 999;
  list-style: none;
  top: 5em;
  left: -3px;
  background: #fff;
  padding: 0;
  margin: 0;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}
.menu > ul > li > ul:after {
  position: absolute;
  bottom: 100%;
  right: 6%;
  content: '';
  border-bottom: solid 9px #fff;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
.menu > ul > li > ul > li {
  padding: 0.5em 1.5em;
  color: #BABDC4;
  border-bottom: 1px solid #e9e9e9;
  border-left: 4px solid #fff;
  transition: all 0.2s ease;
}
.menu > ul > li > ul > li:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.menu > ul > li > ul > li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.menu > ul > li > ul > li:hover {
  color: #7C7E8D;
  border-left: 4px solid #41A7FC;
}*/






/*.noar.dark {
    background: #141414;
}

.noar.light {
    background: #a9a9a9;
}*/

/*.container-fluid:nth-child(2n+1) {
    background: #1b1b1b;
}*/

/* noar INDEX */

/* FIRST ROW */

.noar {}
.noar .titles { padding: 0 15px 30px 0; }


.noar.dark { color: #fff !important; }
.noar.light { color: #000 !important; }


/*
.noar.dark .lists .header .titles { color: #fff !important; }
.noar.light .lists .header .titles { color: #000 !important; }
*/

.noar .titles h2 { font-size: 50px; text-transform: uppercase; padding: 0; margin: 0; }
.noar .titles h3 { font-size: 30px; color: #a9a9a9; text-transform: uppercase; padding: 0 0px; margin: 0; }

.noar .lists .pub { text-align: right; }


/* noar ALL CATEGORIES LIST */

.noar .programas { position: relative; height: inherit;display: flex;flex-wrap: wrap;overflow: auto;padding: 0; }
.noar .programas .programa { width: calc(100% / 3) !important; margin-bottom: 30px; text-align: left; height: fit-content; padding: 0 15px; }
.noar .programas .programa .cover { position: relative; height: auto; width: 100%; margin: 0 auto; }
.noar .programas .programa .cover img { padding: 0px; margin: 0px; box-sizing: border-box; border: 0px solid rgba(255, 255, 255, 0.25); border: 0px solid #ff0000; overflow: hidden; }
.noar .programas .programa .info { position: relative; padding: 10px; }
.noar .programas .programa .title { font-size: 20px;  font-weight: 300; line-height: 20px; }

.noar .programas .programa .dateAndTime { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.noar .programas .programa .date { background: #CB2026; font-size: 14px; font-weight: 500; padding: 0px 10px; text-transform: capitalize; display: inline-block; }
.noar .programas .programa .time { font-size: 12px; font-weight: 300; font-family: 'Roboto', sans-serif; display: inline-block; }
.noar .programas .programa .time:before { content: "\f017"; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; padding-right: 5px;}


.noar .equipa { position: relative; height: inherit;display: flex;flex-wrap: wrap;overflow: auto; padding: 0; }
.noar .equipa .animador { width: calc(100% / 5) !important; margin-bottom: 30px; text-align: left; height: fit-content; padding: 0 15px; }
.noar .equipa .animador .cover { position: relative; height: auto; width: 100%; margin: 0 auto; }
.noar .equipa .animador .cover img { padding: 0px; margin: 0px; box-sizing: border-box; border: 0px solid rgba(255, 255, 255, 0.25); border: 0px solid #ff0000; overflow: hidden; }
.noar .equipa .animador .info { position: relative; padding: 10px; }
.noar .equipa .animador .title { font-size: 20px;  font-weight: 300; line-height: 20px; }

.noar .equipa .animador .dateAndTime { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.noar .equipa .animador .date { background: #CB2026; font-size: 14px; font-weight: 500; padding: 0px 10px; text-transform: capitalize; display: inline-block; }
.noar .equipa .animador .time { font-size: 12px; font-weight: 300; font-family: 'Roboto', sans-serif; display: inline-block; }
.noar .equipa .animador .time:before { content: "\f017"; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; padding-right: 5px;}

.noar .ouvir { position: relative; height: inherit;display: flex;flex-wrap: wrap;overflow: auto;padding: 0; }

.noar .ouvir .cidade { width: calc(calc(100% / 6) - 30px) !important; margin: 15px; text-align: left; height: fit-content; padding: 0 10px; background: #141414; }
.noar .ouvir .cidade .cover { position: relative; height: auto; width: 100%; margin: 0 auto; }
.noar .ouvir .cidade .cover img { padding: 0px; margin: 0px; box-sizing: border-box; border: 0px solid rgba(255, 255, 255, 0.25); border: 0px solid #ff0000; overflow: hidden; }
.noar .ouvir .cidade .info { position: relative; padding: 10px; }
.noar .ouvir .cidade .title { font-size: 20px;  font-weight: 300; line-height: 20px; }

.noar .ouvir .app { width: calc(calc(100% / 3) - 30px) !important; margin: 15px; text-align: left; height: fit-content; padding: 0 15px; background: #141414; }
.noar .ouvir .app .cover { position: relative; height: auto; width: 100%; margin: 0 auto; }
.noar .ouvir .app .cover img { padding: 0px; margin: 0px; box-sizing: border-box; border: 0px solid rgba(255, 255, 255, 0.25); border: 0px solid #ff0000; overflow: hidden; }
.noar .ouvir .app .info { position: relative; padding: 10px; text-align: center;}
.noar .ouvir .app .title { font-size: 20px;  font-weight: 300; padding: 10px 0;}

.noar .ouvir .tv { width: calc(calc(100% / 4) - 30px) !important; margin: 15px; text-align: left; height: fit-content; padding: 0 15px; background: #141414; }
.noar .ouvir .tv .cover { position: relative; height: auto; width: 100%; margin: 0 auto; }
.noar .ouvir .tv .cover img { padding: 0px; margin: 0px; box-sizing: border-box; border: 0px solid rgba(255, 255, 255, 0.25); border: 0px solid #ff0000; overflow: hidden; }
.noar .ouvir .tv .info { position: relative; padding: 10px; text-align: center;}
.noar .ouvir .tv .title { font-size: 20px;  font-weight: 300; padding: 10px 0;}


/* noar CATEGORY HEADER */

.noar .lists.category .header { text-align: center; }
.noar .lists.category .header h1 { font-weight: 500; margin: 40px 0 0px 0; display: block; color: inherit;}
.noar .lists.category .header h1 small { color: #BCBCBC; font-weight: 300; display: block; font-size: 50%; }
.noar .lists.category .header p { color: #b3b3b3; font-weight: 300;margin: 0px 0 60px 0; display: block; font-size: 20px; }

.noar .lists.category .header .seasons { justify-content: space-between; }
.noar .lists.category .header .seasons .season { text-transform: uppercase; padding: 10px; margin: 30px 15px;text-align: center;width: calc(calc(100% / 3) - 30px);background: #141414; }
.noar .lists.category .header .seasons .season.running { text-transform: uppercase; padding: 10px; margin: 30px 15px;text-align: center;width: calc(calc(100% / 3) - 30px);background: #CB2026; }
.noar .lists.category .header .seasons .season .title { font-size: 1.5rem; }
.noar .lists.category .header .seasons .season .date { font-size: 1rem; }

/* noar CATEGORIES LIST 4 COLS */

.noar .lists.category .list { position: relative; height: inherit;display: flex;flex-wrap: wrap;overflow: auto;padding: 0; }
.noar .lists.category .list .episode { width: calc(100% / 4) !important; margin-bottom: 40px; text-align: left; height: fit-content; padding: 0 20px; }
.noar .lists.category .list .episode .cover { position: relative; height: auto; width: 100%; margin: 0 auto; }
.noar .lists.category .list .episode .cover img { padding: 0px; margin: 0px; box-sizing: border-box; border: 0px solid rgba(255, 255, 255, 0.25); border: 0px solid #ff0000; overflow: hidden; }
.noar .lists.category .list .episode .info { position: relative; padding: 15px; height: 125px !important; }
.noar .lists.category .list .episode .number { font-size: 18px; font-weight: 300; line-height: 20px; padding: 10px 0; }
.noar .lists.category .list .episode .title { font-size: 20px; font-weight: 500; line-height: 30px; }
.noar .lists.category .list .episode .dateAndTime { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.noar .lists.category .list .episode .date { background: #CB2026; font-size: 14px; font-weight: 500; color: #fff; padding: 0px 10px; text-transform: capitalize; display: inline-block; }
.noar .lists.category .list .episode .time { font-size: 12px; font-weight: 300; font-family: 'Roboto', sans-serif; display: inline-block; }
.noar .lists.category .list .episode .time:before { content: "\f017"; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; padding-right: 5px;}
.noar .lists.category .list .episode .pub { }


/* noar CATEGORIES LIST 3 COLS */

.noar .lists.category .listAlt { position: relative; height: inherit;display: flex;flex-wrap: wrap;overflow: auto;padding: 0; }
.noar .lists.category .listAlt .episode { width: calc(100% / 3) !important; margin-bottom: 40px; text-align: left; height: fit-content; padding: 0 20px; }
.noar .lists.category .listAlt .episode .cover { position: relative; height: auto; width: 100%; margin: 0 auto; }
.noar .lists.category .listAlt .episode .cover img { height: 100%; width: 100%; padding: 0px; margin: 0px; box-sizing: border-box; border: 0px solid rgba(255, 255, 255, 0.25); border: 0px solid #ff0000; max-width: 100%;max-height: 218px !important; overflow: hidden; }
.noar .lists.category .listAlt .episode .info { position: relative; padding: 15px; background: #1f1f1f; height: 125px !important; }
.noar .lists.category .listAlt .episode .number { font-size: 18px; font-weight: 300; line-height: 20px; padding: 10px 0; }
.noar .lists.category .listAlt .episode .title { font-size: 20px; font-weight: 500; line-height: 30px; }
.noar .lists.category .listAlt .episode .dateAndTime { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.noar .lists.category .listAlt .episode .date { background: #CB2026; font-size: 14px; font-weight: 500; padding: 0px 10px; text-transform: capitalize; display: inline-block; }
.noar .lists.category .listAlt .episode .time { font-size: 12px; font-weight: 300; font-family: 'Roboto', sans-serif; display: inline-block; }
.noar .lists.category .listAlt .episode .time:before { content: "\f017"; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; padding-right: 5px;}


/* noar EPISODE INFO */

.noar .episode .header { align-items: center; }
.noar .episode .header img.cover  { max-height: 223px; width: 100%; box-shadow: 0 4px 2px -2px #101010;}
.noar .episode .header  h1 { font-weight: 300;margin: 10px 0 10px 0;display: block;font-size: 2rem; }
.noar .episode .header  h2 { color: #ababab; text-transform: uppercase;font-weight: 500;margin: 5px 0 10px 0; display: block; padding: 0px;font-size: 1.2rem; }
.noar .episode .header  h3 { font-weight: 500;margin: 0px 0 0px 0; display: inline-block; padding: 0px;font-size:2.2rem; }

.noar .episode .header .date { padding: 3px 10px; display: inline-block; background:#E4001D; }

.noar .episode .text {  }


/* colors */





/* NEtflix */
.contain {
  width: 100%;
}
.rowNF {
  overflow: scroll;
  width: 100%;
}
.row__inner {
  transition: 450ms -webkit-transform;
  transition: 450ms transform;
  transition: 450ms transform, 450ms -webkit-transform;
  font-size: 0;
  white-space: nowrap;
  margin: 70.3125px 0;
  padding-bottom: 10px;
}
.tile {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 140.625px;
  margin-right: 10px;
  font-size: 20px;
  cursor: pointer;
  transition: 450ms all;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
.tile__img {
  width: 250px;
  height: 140.625px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tile__details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  font-size: 10px;
  opacity: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
  transition: 450ms opacity;
}
.tile__details:after,
.tile__details:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: #000;
}
.tile__details:after {
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border: 3px solid #ecf0f1;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1;
}
.tile__details:before {
  content: 'P';
  left: 0;
  width: 100%;
  font-size: 30px;
  margin-left: 7px;
  margin-top: -18px;
  text-align: center;
  z-index: 2;
}
.tile:hover .tile__details {
  opacity: 1;
}
.tile__title {
  position: absolute;
  bottom: 0;
  padding: 10px;
}
.row__inner:hover {
  -webkit-transform: translate3d(-62.5px, 0, 0);
          transform: translate3d(-62.5px, 0, 0);
}
.row__inner:hover .tile {
  opacity: 0.3;
}
.row__inner:hover .tile:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 1;
}
.tile:hover ~ .tile {
  -webkit-transform: translate3d(125px, 0, 0);
          transform: translate3d(125px, 0, 0);
}







/*.programas.dark {
    background: #141414;
}

.programas.light {
    background: #a9a9a9;
}*/

/*.container-fluid:nth-child(2n+1) {
    background: #1b1b1b;
}*/

/* programas INDEX */

/* FIRST ROW */

.programas {}
.programas .lists .header .titles { padding: 5px 15px; }


.programas.dark { color: #fff !important; }
.programas.light { color: #000 !important; }


/*.programas.dark .lists .header .titles { color: #fff !important; }
.programas.light .lists .header .titles { color: #000 !important; }*/

.programas .lists .header .titles h1 { font-size: 50px; text-transform: uppercase; padding: 0; margin: 0; }
.programas .lists .header .titles h2 { font-size: 30px; color: #a9a9a9; text-transform: uppercase; padding: 0 0px; margin: 0; }



/*.programas  h3 { font-size: 30px; text-transform: uppercase; padding: 0 0px; margin: 0 15px 30px 15px; }*/


.programas  h3:after {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    content: " ";
    display: block;
    margin-top: 0px;
}

.light.programas  h3:after {

    background-color: #000;

}


.programas .lists .featured { position: relative; }
.programas .lists .featured a {}
.programas .lists .featured .cover img {  }
.programas .lists .featured .info { width: 100%; background: rgba(0,0,0,0.7); padding: 20px;position: absolute; bottom: 0px; left: 0px; }
.programas .lists .featured .title { color: #fff; font-size: 28px;text-transform: uppercase; font-weight: 500; line-height: 20px; }
.programas .lists .featured .author { color: #BCBCBC; }

.programas .lists .pub { text-align: right; }



/* programas ALL CATEGORIES LIST */

.programas .lists .categories { position: relative; height: inherit;display: flex;flex-wrap: wrap;padding: 0; }
.programas .lists .categories .category { width: calc(100% / 5) !important; margin-bottom: 30px; text-align: left; height: fit-content; padding: 0 15px; }
.programas .lists .categories .category .cover { position: relative; height: auto; width: 100%; margin: 0 auto; }
.programas .lists .categories .category .cover img { padding: 0px; margin: 0px; box-sizing: border-box; border: 0px solid rgba(255, 255, 255, 0.25); border: 0px solid #ff0000; overflow: hidden; }
.programas .lists .categories .category .info { position: relative; padding: 10px; }
.programas .lists .categories .category .title { font-size: 20px;  font-weight: 300; line-height: 20px; }

.programas .lists .categories .category .dateAndTime { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.programas .lists .categories .category .date { background: #CB2026; font-size: 14px; font-weight: 500; padding: 0px 10px; text-transform: capitalize; display: inline-block; }
.programas .lists .categories .category .time { font-size: 12px; font-weight: 300; font-family: 'Roboto', sans-serif; display: inline-block; }
.programas .lists .categories .category .time:before { content: "\f017"; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; padding-right: 5px;}

/* programas CATEGORY HEADER */

.programas .lists.category .header { text-align: center; }
.programas .lists.category .header h1 { font-weight: 500; margin: 40px 0 0px 0; display: block; color: inherit;}
.programas .lists.category .header h1 small { color: #BCBCBC; font-weight: 300; display: block; font-size: 50%; }
.programas .lists.category .header p { color: #b3b3b3; font-weight: 300;margin: 0px 0 60px 0; display: block; font-size: 20px; }

.programas .lists.category .header .seasons { justify-content: space-between; }
.programas .lists.category .header .seasons .season { text-transform: uppercase; padding: 10px; margin: 30px 15px;text-align: center;width: calc(calc(100% / 3) - 30px);background: #141414; }
.programas .lists.category .header .seasons .season.running { text-transform: uppercase; padding: 10px; margin: 30px 15px;text-align: center;width: calc(calc(100% / 3) - 30px);background: #CB2026; }
.programas .lists.category .header .seasons .season .title { font-size: 1.5rem; }
.programas .lists.category .header .seasons .season .date { font-size: 1rem; }

/* programas CATEGORIES LIST 4 COLS */
/*
.programas .lists.category .list { position: relative; height: inherit;display: flex;flex-wrap: wrap;padding: 0; }
.programas .lists.category .list .article { width: calc(100% / 4) !important; margin-bottom: 40px; text-align: left; height: fit-content; padding: 0 20px; }
.programas .lists.category .list .article .cover { position: relative; height: auto; width: 100%; margin: 0 auto; }
.programas .lists.category .list .article .cover img { padding: 0px; margin: 0px; box-sizing: border-box; border: 0px solid rgba(255, 255, 255, 0.25); border: 0px solid #ff0000; overflow: hidden; }
.programas .lists.category .list .article .info { position: relative; padding: 15px; }
.programas .lists.category .list .article .number { font-size: 18px; font-weight: 300; line-height: 20px; padding: 10px 0; }
.programas .lists.category .list .article .title { font-size: 20px; font-weight: 500; line-height: 30px; }
.programas .lists.category .list .article .dateAndTime { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.programas .lists.category .list .article .date { background: #CB2026; font-size: 14px; font-weight: 500; color: #fff; padding: 0px 10px; text-transform: capitalize; display: inline-block; }
.programas .lists.category .list .article .time { font-size: 12px; font-weight: 300; font-family: 'Roboto', sans-serif; display: inline-block; }
.programas .lists.category .list .article .time:before { content: "\f017"; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; padding-right: 5px;}
.programas .lists.category .list .article .pub { }
*/

/* programas CATEGORIES LIST 3 COLS */

.programas .lists.category .list { position: relative; height: inherit;display: flex;flex-wrap: wrap;padding: 0; }
.programas .lists.category .list .article { width: calc(100% / 4) !important; margin-bottom: 40px; text-align: left; padding: 0 20px; display: flex; }
.programas .lists.category .list .article a { flex: 1; background: #1f1f1f; }

.programas .lists.category .list .article .cover { position: relative; height: auto; width: 100%; margin: 0 auto; }
.programas .lists.category .list .article .cover img { height: 100%; width: 100%; padding: 0px; margin: 0px; box-sizing: border-box; border: 0px solid rgba(255, 255, 255, 0.25); border: 0px solid #ff0000; max-width: 100%;max-height: 218px !important; overflow: hidden; }
.programas .lists.category .list .article .info { position: relative; padding: 15px; background: #1f1f1f; }
.programas .lists.category .list .article .number { font-size: 18px; font-weight: 300; line-height: 20px; padding: 10px 0; }
.programas .lists.category .list .article .title { font-size: 16px; font-weight: 400; line-height: 24px; }
.programas .lists.category .list .article .dateAndTime { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.programas .lists.category .list .article .date { background: #CB2026; font-size: 14px; font-weight: 500; padding: 0px 10px; text-transform: capitalize; display: inline-block; }
.programas .lists.category .list .article .time { font-size: 12px; font-weight: 300; font-family: 'Roboto', sans-serif; display: inline-block; }
.programas .lists.category .list .article .time:before { content: "\f017"; font: "Font Awesome 5 Pro"; font-size: inherit; text-rendering: auto; padding-right: 5px; }

.programas .lists.category .list .episode { width: calc(100% / 4) !important; margin-bottom: 40px; text-align: left; height: fit-content; padding: 0 20px; }
.programas .lists.category .list .episode .cover { position: relative; height: auto; width: 100%; margin: 0 auto; }
.programas .lists.category .list .episode .cover img { padding: 0px; margin: 0px; box-sizing: border-box; border: 0px solid rgba(255, 255, 255, 0.25); border: 0px solid #ff0000; overflow: hidden; }
.programas .lists.category .list .episode .info { position: relative; padding: 15px; }
.programas .lists.category .list .episode .number { font-size: 18px; font-weight: 300; line-height: 20px; padding: 10px 0; }
.programas .lists.category .list .episode .title { font-size: 20px; font-weight: 500; line-height: 30px; }
.programas .lists.category .list .episode .dateAndTime { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.programas .lists.category .list .episode .date { background: #CB2026; font-size: 14px; font-weight: 500; color: #fff; padding: 0px 10px; text-transform: capitalize; display: inline-block; }
.programas .lists.category .list .episode .time { font-size: 12px; font-weight: 300; font-family: 'Roboto', sans-serif; display: inline-block; }
.programas .lists.category .list .episode .time:before { content: "\f017"; font: normal normal normal 14px/1 "Font Awesome 5 Pro"; font-size: inherit; text-rendering: auto; padding-right: 5px;}
.programas .lists.category .list .episode .pub { }





#gpt-ad-hp-out-of-page iframe {
    width: 100% !important;
    height: 100vh !important;
}


.lightg { position:relative; height: inherit; display: flex; flex-wrap: wrap; overflow: auto; padding: 0; padding-top:20px; }
.lightg a { width: calc(100% / 6); 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; }





.youtube-box {

}

.youtube-box .youtube-embed-wrapper{
    position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;
}

.youtube-box .youtube-embed-wrapper iframe {
    position: absolute;top: 0;left: 0;width: 100%;height: 100%;
}

.gallery-box {
    margin: 20px auto 30px auto;
    position: relative;
}

.gallery-box .lightgallery li:not(:first-child) {
    display: none;
}

.gallery-box .lightgallery li:first-child {
    position: relative;
    cursor: pointer;
}

.gallery-box .lightgallery li:first-child:before, .gallery-box .lSPrev {
    position: absolute; 
    top: 48%;
    left: 10px;
    font-family: 'simple-line-icons';
    content: "\e605";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-size: 50px;
    color: #fff;
    text-shadow: 0px 1px 2px #333;
}

.gallery-box .lightgallery li:first-child:after, .gallery-box .lSNext {
    position: absolute; 
    font-size: 50px;
    color: #fff;
    text-shadow: 0px 1px 2px #333;
    top: 48%;
    right: 10px;
    font-family: 'simple-line-icons';
    content: "\e606";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

.gallery-box .gallery-title, .gallery-box .gallery-description {
        display: none;
}

.gallery-box .gallery-count {
    bottom: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    text-align: right;
}

.gallery-box .gallery-count label {
    display: none;
}

.gallery-box .gallery-count:before {
    font-family: 'simple-line-icons';
    content: "\e07f";
    font-size: 18px;
    padding-right: 5px;
    vertical-align: sub; 
}

.gallery-box .lslide .caption {
    position: absolute;
    bottom: 0px;
    padding: 1px 3px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    width: inherit;

}

.lSAction > a {
        background-image: none;
}

a.lSPrev:before {
/*
    position: absolute; 
    top: 48%;
    left: 10px;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
*/
    color: #fff;
    text-shadow: 0px 1px 2px #333;
    font-family: 'simple-line-icons';
    content: "\e605";
    font-size: 30px;
    
}

a.lSNext:before {

    /*
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    background-image: none;
    position: absolute; 
    font-size: 30px;
    color: #fff;
    text-shadow: 0px 1px 2px #333;
    top: 48%;
    right: 10px;*/
    color: #fff;
    text-shadow: 0px 1px 2px #333;
    font-family: 'simple-line-icons';
    content: "\e606";
    font-size: 30px;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #d12028 !important;
}

article .form.polls { background-color: unset; }

/* POLL */
.poll-generic-container {  width: 100%;
    padding: 20px; margin-top: 20px;
    background: rgba(0,0,0,0.1);
    border-radius: 10px; }
.poll-generic-container .pollQuestion { font-weight: 500; font-size: 22px; position: relative; } 
.poll-generic-container ul.poll { width: 100%;  margin: 30px auto 10px 15px; list-style: none; padding: 0px; color: #666666; }
.poll-generic-container ul.poll li { width: 100%; clear: both; margin: 0px 0px 10px 0px;  border: 0px solid grey;}
.poll-generic-container ul.poll li div.answer { width: 100%; position: relative;  z-index: 1; /*float: left; */ cursor: pointer;}

.poll-generic-container ul.poll li img.bar { position: absolute; background: #c81f25;; /* background: #00adef; */ z-index: 5; padding: 0px; height: 100%; display: none;    border-radius: 20px;}
.poll-generic-container ul.poll li img.bar:hover { position: absolute; background: #dee2e6; z-index: 5; padding: 0px; height: 100%; display: none;}
.poll-generic-container ul.poll li img.barSelected { position: absolute; background: #dee2e6; z-index: 5; padding: 0px; height: 100%; display: none;}
.poll-generic-container ul.poll li div.option { position: relative; margin: 0px 0px 0px 0px;  z-index: 10; font-size: 20px;}
.poll-generic-container ul.poll .poll-text { color: #fff !important; }
.poll-generic-container ul.poll div.percentage { padding: 0px 5px; font-weight: 400; font-family: "Roboto",sans-serif !important;font-size: 12px !important; display: none;}
.poll-generic-container #submitpoll { display: none; border-radius: 0;padding: 8px 28px;
    margin: 10px;
    border-radius: 3px;
    background: rgb(200, 31, 37);
    font-weight: 500;
    color: rgb(255, 255, 255);
    display: inline-block; }
/*.poll-generic-container .radio { display: block; float: left; position: relative; z-index: 6; top: 8px; left: 14px; margin-right: 25px; }*/
.poll-input { width: 50px; }
.poll-input input { display:none; }
/*.poll-check {background-color:#d3232e;}*/
.poll-generic-container .radio { display: block !important; visibility: hidden;}

.poll-generic-container .radio:after {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    top: -4px;
    left: -16px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 4px solid #d1d3d1;
}

.poll-generic-container .radio:checked:after {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    top: -4px;
    left: -16px;
        position: relative;
        background-color: #d3232e;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 4px solid #fff;
    }


.box3 .inside .wrapper, .box4 .inside .wrapper, .transito .box4 .wrapper, .boxH .inside .wrapper, .boxH .inside .cover, .programa .cover img, .animador .cover img, .articles .box3 .inside .wrapper, .category-podcasts .box4 .inside .cover { border-radius: 10px; border: 0px !important;}
.box3 .inside .cover, .box4 .inside .cover, .featured .inside .cover, .podcasts .box4 .inside .cover { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.featured-second .box3 .inside .cover, .podcasts .box3 .inside .cover, .noticias .featured .inside .wrapper  { border-radius: 10px; border: 0px !important;}
.owl-item img { border-radius: 10px; border: 0px !important;}
.filter-categories-news .category, .showCategory, .category-list-container, .tags-traffic-container, .tagsort-tags-container span { border-radius: 8px !important; }

.circle_animation { stroke-dasharray: 440; /* this value is the pixel circumference of the circle */ stroke-dashoffset: 440; transition: all 1s linear; }
svg.circle { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); position: absolute; z-index: 2; left:0px; }
/*
.thirty-seconds { background-color: #CB2026; border-radius: 50%; padding-top: 11px; padding-left: 4px; font-size: 24px; width: 50px; text-align: center; height: 50px; }
.thirty-seconds-pause { background-color: #CB2026; border-radius: 50%; padding-top: 11px; padding-left: 4px; font-size: 20px; width: 50px; text-align: center; height: 50px; }
*/
.thirty-listen { position:absolute; top:25px; left:35px; color: #FFF; cursor:pointer; }
.thirty-seconds { background-color: rgba(0,0,0,0.4); border-radius: 50%; padding-top: 11px; padding-left: 4px; font-size: 20px; width: 50px; text-align: center; height: 50px; border: 4px solid #fff; }
.thirty-seconds-pause { background-color: rgba(0,0,0,0.4); border-radius: 50%; padding-top: 11px; padding-left: 4px; font-size: 20px; width: 50px; text-align: center; height: 50px; border: 4px solid #fff; }
.thirty-seconds-on { background-color: rgba(0,0,0,0.4); border-radius: 50%; padding-top: 11px; padding-left: 4px; font-size: 20px; width: 50px; text-align: center; height: 50px; border: 4px solid red; }



