body.dark {
  background-color: #191919;
  color: rgb(215, 212, 207);
}

.dark .header__weather {
  background-color: #1d1d1d;
  border: none;
}

.dark .box {
  border: 1px solid #1f1f1f;
}

.dark .gallery__caption {
  border: 1px solid #1f1f1f;
}

.dark .caption__date {
  color: rgb(215, 212, 207);
}

.dark .caption__footer,
.dark .caption__footer > div {
  color: rgb(215, 212, 207);
}

.dark img {
  filter: brightness(70%);
}

.dark .gallery__caption__title__link {
  color: rgb(215, 212, 207);
}

.dark .header__nav ul li a {
  color: rgb(215, 212, 207);
}

.dark .footer {
  background-color: #1d1d1d;
}

.dark .links__footer > a {
  color: rgb(215, 212, 207);
}

.dark .footer__title {
  color: rgb(215, 212, 207);
}

.dark .volume__icon {
  background-image: url("../images/Radio_blanco.png");
}

.dark .video__icon {
  background-image: url("../images/LiveVideo_blanco.png");
}

.dark .search__icon {
  background-image: url("../images/search_blanco.png");
}

.dark .close__icon {
  background-image: url("../images/close_icon_b.png");
}

.dark .caption__category,
.dark .caption__title,
.dark .gallery__caption__category,
.dark .gallery__caption__subtitle,
.dark .home__section__title,
.dark .note__category,
.dark .note__content p,
.dark .note__image__caption,
.dark .note__meta,
.dark .note__subtitle,
.dark .note__title {
  color: rgb(215, 212, 207);
}

.dark .dark__icon {
  background-image: url('../images/night-2.png');
}

.dark .mvs__logo{
  background-image: url("../images/mvsnoticias_logo_blanco.png");
}

.dark .mvs__logo_cdmx {
  background-image: url("../images/mvsnoticias_logo_cdmx_blanco.png");
  filter: brightness(80%);
}

.dark .mvs__logo_puebla {
  background-image: url("../images/mvsnoticias_logo_puebla_blanco.png");
  filter: brightness(80%);
}

.dark .gallery__icon {
  background-image: url("../images/gallery_icon_b.png");
}

.dark .audio__icon {
  background-image: url("../images/audio_icon_b.png");
}

.dark .videos__icon {
  background-image: url("../images/video_icon_b.png");
}

.dark .feature__label{
  color: rgb(215, 212, 207);
}

.dark .owf-800:before,
.owf-951:before {
  content: url("../images/weather/sun-d.png");
}

.dark .owf-800-n:before,
.owf-951-n:before {
  content: url("../images/weather/moon-light.png");
}

/*  few clouds   */
.dark .owf-801:before,
.owf-801-d:before {
  content: url("../images/weather/cloudy-d.png");
}

.dark .owf-801-n:before {
  content: url("../images/weather/cloudy-moon-d.png");
}

/* scattered clouds */
.dark .owf-802:before,
.owf-802-d:before {
  content: url("../images/weather/cloudy-d.png");
}

.dark .owf-802-n:before {
  content: url("../images/weather/cloudy-moon-d.png");
}

/* broken clouds  */
.dark .owf-803:before,
.owf-803-d:before,
.owf-803-n:before {
  content: url("../images/weather/clouds-d.png");
}

/* overcast clouds  */
.dark .owf-804:before,
.owf-804-d:before,
.owf-804-n:before {
  content: url("../images/weather/clouds-d.png");
}

/*   Thunderstorm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

/* thunderstorm with light rain */
.dark .owf-200:before,
.owf-200-d:before,
.owf-200-n:before {
  content: url("../images/weather/thunder-d.png");
}

/* thunderstorm with rain */
.dark .owf-201:before,
.owf-201-d:before,
.owf-201-n:before {
  content: url("../images/weather/thunder-d.png");
}

/* thunderstorm with heavy rain */
.dark .owf-202:before,
.owf-202-d:before,
.owf-202-n:before {
  content: url("../images/weather/thunder-d.png");
}

/*  light thunderstorm  */
.dark .owf-210:before,
.owf-210-d:before,
.owf-210-n:before {
  content: url("../images/weather/thunder-d.png");
}

/*  thunderstorm  */
.dark .owf-211:before,
.owf-211-d:before,
.owf-211-n:before {
  content: url("../images/weather/thunder-d.png");
}

/*   heavy thunderstorm   */
.dark .owf-212:before,
.owf-212-d:before,
.owf-212-n:before {
  content: url("../images/weather/thunder-d.png");
}

/*   ragged thunderstorm   */
.dark .owf-221:before,
.owf-221-d:before,
.owf-221-n:before {
  content: url("../images/weather/thunder-d.png");
}

/*  thunderstorm with light drizzle    */
.dark .owf-230:before,
.owf-230-d:before,
.owf-230-n:before {
  content: url("../images/weather/thunder-d.png");
}

/*  thunderstorm with drizzle     */
.dark .owf-231:before,
.owf-231-d:before,
.owf-231-n:before {
  content: url("../images/weather/thunder-d.png");
}

/* thunderstorm with heavy drizzle     */
.dark .owf-232:before,
.owf-232-d:before,
.owf-232-n:before {
  content: url("../images/weather/thunder-d.png");
}

/*   Drizzle - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

/*  light intensity drizzle */
.dark .owf-300:before,
.owf-300-d:before,
.owf-300-n:before {
  content: url("../images/weather/rainy-d.png");
}

/*  drizzle */
.dark .owf-301:before,
.owf-301-d:before,
.owf-301-n:before {
  content: url("../images/weather/rainy-d.png");
}

/*  heavy intensity drizzle  */
.dark .owf-302:before,
.owf-302-d:before,
.owf-302-n:before {
  content: url("../images/weather/rainy-d.png");
}

/*   light intensity drizzle rain  */
.dark .owf-310:before,
.owf-310-d:before,
.owf-310-n:before {
  content: url("../images/weather/rainy-d.png");
}

/*  drizzle rain  */
.dark .owf-311:before,
.owf-311-d:before,
.owf-311-n:before {
  content: url("../images/weather/rainy-d.png");
}

/* heavy intensity drizzle rain */
.dark .owf-312:before,
.owf-312-d:before,
.owf-312-n:before {
  content: url("../images/weather/rainy-d.png");
}

/* shower rain and drizzle  */
.dark .owf-313:before,
.owf-313-d:before,
.owf-313-n:before {
  content: url("../images/weather/rainy-d.png");
}

/* heavy shower rain and drizzle*/
.dark .owf-314:before,
.owf-314-d:before,
.owf-314-n:before {
  content: url("../images/weather/rainy-d.png");
}

/* shower drizzle */
.dark .owf-321:before,
.owf-321-d:before,
.owf-321-n:before {
  content: url("../images/weather/rainy-d.png");
}

/*   Rain - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

/* light rain  */
.dark .owf-500:before,
.owf-500-d:before,
.owf-500-n:before {
  content: url("../images/weather/rainy-d.png");
}

/* moderate rain  */
.dark .owf-501:before,
.owf-501-d:before,
.owf-501-n:before {
  content: url("../images/weather/rainy-d.png");
}

/* heavy intensity rain  */
.dark .owf-502:before,
.owf-502-d:before,
.owf-502-n:before {
  content: url("../images/weather/rainy-d.png");
}

/* very heavy rain   */
.dark .owf-503:before,
.owf-503-d:before,
.owf-503-n:before {
  content: url("../images/weather/rainy-d.png");
}

/* extreme rain    */
.dark .owf-504:before,
.owf-504-d:before,
.owf-504-n:before {
  content: url("../images/weather/rainy-d.png");
}

/* freezing rain    */
.dark .owf-511:before,
.owf-511-d:before,
.owf-511-n:before {
  content: url("../images/weather/rainy-d.png");
}

/*  light intensity shower rain    */
.dark .owf-520:before,
.owf-520-d:before,
.owf-520-n:before {
  content: url("../images/weather/rainy-d.png");
}

/* shower rain  */
.dark .owf-521:before,
.owf-521-d:before,
.owf-521-n:before {
  content: url("../images/weather/rainy-d.png");
}

/*  heavy intensity shower rain  */
.dark .owf-522:before,
.owf-522-d:before,
.owf-522-n:before {
  content: url("../images/weather/rainy-d.png");
}

/* ragged shower rain  */
.dark .owf-531:before,
.owf-531-d:before,
.owf-531-n:before {
  content: url("../images/weather/rainy-d.png");
}

.dark__related {
  background-color: #121212;
  padding-top: 20px;
}

.dark__related .caption__category,
.dark__related .caption__date__text,
.dark__related .caption__title,
.dark__related .home__section__title {
  color: rgb(215, 212, 207);
}

.dark__related .box {
  border: 1px solid #1f1f1f;
}

.dark__related .home__section {
  margin-bottom: 0;
}

.dark .detail__header {
  background-color: #121212;
}

.dark .detail__header__title {
  color: rgb(215, 212, 207);
}

.dark .mini__logo {
  background-image: url("../images/mvsnoticias_logo_blanco.png");
}

.dark .note__tags > a,
.dark .note__tags > span {
  border-color: rgba(215, 212, 207, 0.6);
}

.dark .slick-prev.slick-arrow {
  background-color: #3a3a3a;
}

.dark .slick-next.slick-arrow {
  background-color: #3a3a3a;
}

.dark .slick-prev:before {
  content: url(../images/gallery/prev_blanco.png)!important;
}

.dark .slick-next:before {
  content: url(../images/gallery/next_blanco.png)!important;
}

.dark .overlay {
  background-color: #191919!important;
}

.dark .overlay__search > input {
  border-bottom: 1px solid rgba(215, 212, 207, 0.6);
  color: rgb(215, 212, 207);
}

.dark .overlay__section {
  color: rgb(215, 212, 207);
}

.dark .search__tag {
  border: 1px solid rgba(215, 212, 207, 0.6);
}

.dark .share__icon--facebook {
  background-image: url("../images/facebook_B.png");
}

.dark .share__icon--twitter {
  background-image: url("../images/twitter_B.png");
}

.dark .share__icon--whatsapp {
  background-image: url("../images/whatsapp_B.png");
}

.dark .share__icon--email {
  background-image: url("../images/email_white.png")
}

.dark .share__icon--clipboard {
  background-image: url("../images/clipboard_b.png");
}

.dark .header__nav ul.sub-menu {
  background-color: #191919;
}

.dark .header__nav ul.sub-menu li:hover {
  background-color: #1f1f1f;
}

.dark .current-menu-ancestor .current-menu-item {
  background-color: #121212;
}

.dark .note__tags > a.active,
.dark .note__tags > span.active {
  background-color: #272727d1;
  color: #464646;
  font-weight: 400;
}

.dark .gotop,
.dark .floating__close {
  background-color: #272727d1;
}

.dark .scrollbar {
  background-image: linear-gradient(to right, rgb(42, 42, 42), rgb(53, 53, 53) , rgb(58, 58, 58));
}
.dark .scrollbar__hider {
  background-color: #707070;
}
.dark .meta__author, .dark .meta__author > a {
  color: #707070;
  text-decoration: underline;
}
.dark .box__image, .dark .gallery__image > a, .dark .banner__efren {
  background-color: #1f1f1f;
}
.dark .programa__preload {
  height: 200px;
  background-color: #1f1f1f;
}

.dark .activate__radio,
.dark .activate__radio--double {
  background-image: url("../images/radio-white.png");
}

.dark .activate__radio.active {
  background-image: url("../images/radio-white-1.png");
}


.dark .activate__webcam,
.dark .activate__webcam--double {
  background-image: url("../images/webcame-white.png");
}


.dark .activate__webcam.active {
  background-image: url("../images/webcame-white-1.png");
}

.dark .hide__vivo {
  background-color: #3a3a3a;
}

.dark .hide__efren {
  background-color: #3a3a3a;
}

.dark .pagination .page-numbers {
  border-color: rgba(215, 212, 207, 0.6);
}
.dark span.page-numbers.current {
  color: rgba(0, 0, 0, 0.8);
  background-color: #e4e4e4;
}

.dark .intercambio__icon.--universal {
  background-image: url(../images/universal_b.png);
}

.dark .intercambio__icon.--sillarota {
  background-image: url(../images/sillarota_b.png);
}

.dark .intercambio__icon.--quadratin {
  background-image: url(../images/quadratin_b.png);
}


.dark .facebook__logo {
  background-image: url('../images/afacebook_b.png');
}

.dark .twitter__logo {
  background-image: url('../images/atwitter_b.png');
}
.dark .insta__logo {
  background-image: url('../images/ainsta_b.png');
}
.dark .youtube__logo {
  background-image: url('../images/ayoutube_b.png');
}

.dark .daily__logo {
  background-image: url('../images/adaily_b.png');
}

.dark .whatsapp__logo {
  background-image: url('../images/awhatsapp_b.png');
}

.dark .spotify__logo {
  background-image: url('../images/aspotify_b.png');
}

.dark .appstore__logo {
  background-image: url('../images/appstore_b.png');
}

.dark .googleplay__logo {
  background-image: url('../images/googleplay_b.png');
}

.dark .anti__footer__title--bold {
  color: rgb(215, 212, 207);
}

.dark .anti__footer__title {
  color: rgb(215, 212, 207);
}

.dark .anti__footer {
  background-color: #1f1f1f;
  border-top: 1px solid #1f1f1f;
}


/* Bluuuuuue */

body.blue {
  background-color: #191919;
  color: rgb(215, 212, 207);
}

.blue .header__weather {
  background-color: #1d1d1d;
  border: none;
}

.blue .box {
  border: 1px solid #9faeb9;
}

.blue .caption__date time {
  color: rgb(215, 212, 207);
}

.blue .gallery__caption {
  border: 1px solid #9faeb9;
}

.blue .caption__date {
  color: rgb(215, 212, 207);
}

.blue .caption__footer,
.blue .caption__footer > div {
  color: rgb(215, 212, 207);
}

.blue img {
  filter: brightness(70%);
}

.blue .gallery__caption__title__link {
  color: rgb(215, 212, 207);
}

.blue .header__nav ul li a {
  color: rgb(215, 212, 207);
}

.blue .footer {
  background-color: #1d1d1d;
}

.blue .links__footer > a {
  color: rgb(215, 212, 207);
}

.blue .footer__title {
  color: rgb(215, 212, 207);
}

.blue .volume__icon {
  background-image: url("../images/Radio_blanco.png");
}

.blue .video__icon {
  background-image: url("../images/LiveVideo_blanco.png");
}

.blue .search__icon {
  background-image: url("../images/search_blanco.png");
}

.blue .close__icon {
  background-image: url("../images/close_icon_b.png");
}

.blue .caption__category,
.blue .caption__title,
.blue .gallery__caption__category,
.blue .gallery__caption__subtitle,
.blue .home__section__title,
.blue .note__category,
.blue .note__content p,
.blue .note__image__caption,
.blue .note__meta,
.blue .note__subtitle,
.blue .note__title {
  color: rgb(215, 212, 207);
}

.blue .dark__icon {
  background-image: url('../images/night-2.png');
}

.blue .mvs__logo{
  background-image: url("../images/mvsnoticias_logo_blanco.png");
}

.blue .mvs__logo_cdmx {
  background-image: url("../images/mvsnoticias_logo_cdmx_blanco.png");
  filter: brightness(80%);
}

.blue .mvs__logo_puebla {
  background-image: url("../images/mvsnoticias_logo_puebla_blanco.png");
  filter: brightness(80%);
}

.blue .gallery__icon {
  background-image: url("../images/gallery_icon_b.png");
}

.blue .audio__icon {
  background-image: url("../images/audio_icon_b.png");
}

.blue .videos__icon {
  background-image: url("../images/video_icon_b.png");
}

.blue .feature__label{
  color: rgb(215, 212, 207);
}

.blue .owf-800:before,
.owf-951:before {
  content: url("../images/weather/sun-d.png");
}

.blue .owf-800-n:before,
.owf-951-n:before {
  content: url("../images/weather/moon-light.png");
}

/*  few clouds   */
.blue .owf-801:before,
.owf-801-d:before {
  content: url("../images/weather/cloudy-d.png");
}

.blue .owf-801-n:before {
  content: url("../images/weather/cloudy-moon-d.png");
}

/* scattered clouds */
.blue .owf-802:before,
.owf-802-d:before {
  content: url("../images/weather/cloudy-d.png");
}

.blue .owf-802-n:before {
  content: url("../images/weather/cloudy-moon-d.png");
}

/* broken clouds  */
.blue .owf-803:before,
.owf-803-d:before,
.owf-803-n:before {
  content: url("../images/weather/clouds-d.png");
}

/* overcast clouds  */
.blue .owf-804:before,
.owf-804-d:before,
.owf-804-n:before {
  content: url("../images/weather/clouds-d.png");
}

/*   Thunderstorm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

/* thunderstorm with light rain */
.blue .owf-200:before,
.owf-200-d:before,
.owf-200-n:before {
  content: url("../images/weather/thunder-d.png");
}

/* thunderstorm with rain */
.blue .owf-201:before,
.owf-201-d:before,
.owf-201-n:before {
  content: url("../images/weather/thunder-d.png");
}

/* thunderstorm with heavy rain */
.blue .owf-202:before,
.owf-202-d:before,
.owf-202-n:before {
  content: url("../images/weather/thunder-d.png");
}

/*  light thunderstorm  */
.blue .owf-210:before,
.owf-210-d:before,
.owf-210-n:before {
  content: url("../images/weather/thunder-d.png");
}

/*  thunderstorm  */
.blue .owf-211:before,
.owf-211-d:before,
.owf-211-n:before {
  content: url("../images/weather/thunder-d.png");
}

/*   heavy thunderstorm   */
.blue .owf-212:before,
.owf-212-d:before,
.owf-212-n:before {
  content: url("../images/weather/thunder-d.png");
}

/*   ragged thunderstorm   */
.blue .owf-221:before,
.owf-221-d:before,
.owf-221-n:before {
  content: url("../images/weather/thunder-d.png");
}

/*  thunderstorm with light drizzle    */
.blue .owf-230:before,
.owf-230-d:before,
.owf-230-n:before {
  content: url("../images/weather/thunder-d.png");
}

/*  thunderstorm with drizzle     */
.blue .owf-231:before,
.owf-231-d:before,
.owf-231-n:before {
  content: url("../images/weather/thunder-d.png");
}

/* thunderstorm with heavy drizzle     */
.blue .owf-232:before,
.owf-232-d:before,
.owf-232-n:before {
  content: url("../images/weather/thunder-d.png");
}

/*   Drizzle - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

/*  light intensity drizzle */
.blue .owf-300:before,
.owf-300-d:before,
.owf-300-n:before {
  content: url("../images/weather/rainy-d.png");
}

/*  drizzle */
.blue .owf-301:before,
.owf-301-d:before,
.owf-301-n:before {
  content: url("../images/weather/rainy-d.png");
}

/*  heavy intensity drizzle  */
.blue .owf-302:before,
.owf-302-d:before,
.owf-302-n:before {
  content: url("../images/weather/rainy-d.png");
}

/*   light intensity drizzle rain  */
.blue .owf-310:before,
.owf-310-d:before,
.owf-310-n:before {
  content: url("../images/weather/rainy-d.png");
}

/*  drizzle rain  */
.blue .owf-311:before,
.owf-311-d:before,
.owf-311-n:before {
  content: url("../images/weather/rainy-d.png");
}

/* heavy intensity drizzle rain */
.blue .owf-312:before,
.owf-312-d:before,
.owf-312-n:before {
  content: url("../images/weather/rainy-d.png");
}

/* shower rain and drizzle  */
.blue .owf-313:before,
.owf-313-d:before,
.owf-313-n:before {
  content: url("../images/weather/rainy-d.png");
}

/* heavy shower rain and drizzle*/
.blue .owf-314:before,
.owf-314-d:before,
.owf-314-n:before {
  content: url("../images/weather/rainy-d.png");
}

/* shower drizzle */
.blue .owf-321:before,
.owf-321-d:before,
.owf-321-n:before {
  content: url("../images/weather/rainy-d.png");
}

/*   Rain - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

/* light rain  */
.blue .owf-500:before,
.owf-500-d:before,
.owf-500-n:before {
  content: url("../images/weather/rainy-d.png");
}

/* moderate rain  */
.blue .owf-501:before,
.owf-501-d:before,
.owf-501-n:before {
  content: url("../images/weather/rainy-d.png");
}

/* heavy intensity rain  */
.blue .owf-502:before,
.owf-502-d:before,
.owf-502-n:before {
  content: url("../images/weather/rainy-d.png");
}

/* very heavy rain   */
.blue .owf-503:before,
.owf-503-d:before,
.owf-503-n:before {
  content: url("../images/weather/rainy-d.png");
}

/* extreme rain    */
.blue .owf-504:before,
.owf-504-d:before,
.owf-504-n:before {
  content: url("../images/weather/rainy-d.png");
}

/* freezing rain    */
.blue .owf-511:before,
.owf-511-d:before,
.owf-511-n:before {
  content: url("../images/weather/rainy-d.png");
}

/*  light intensity shower rain    */
.blue .owf-520:before,
.owf-520-d:before,
.owf-520-n:before {
  content: url("../images/weather/rainy-d.png");
}

/* shower rain  */
.blue .owf-521:before,
.owf-521-d:before,
.owf-521-n:before {
  content: url("../images/weather/rainy-d.png");
}

/*  heavy intensity shower rain  */
.blue .owf-522:before,
.owf-522-d:before,
.owf-522-n:before {
  content: url("../images/weather/rainy-d.png");
}

/* ragged shower rain  */
.blue .owf-531:before,
.owf-531-d:before,
.owf-531-n:before {
  content: url("../images/weather/rainy-d.png");
}

.dark__related {
  background-color: #121212;
  padding-top: 20px;
}

.dark__related .caption__category,
.dark__related .caption__date__text,
.dark__related .caption__title,
.dark__related .home__section__title {
  color: rgb(215, 212, 207);
}

.dark__related .box {
  border: 1px solid #1f1f1f;
}

.dark__related .home__section {
  margin-bottom: 0;
}

.blue .detail__header {
  background-color: #121212;
}

.blue .detail__header__title {
  color: rgb(215, 212, 207);
}

.blue .mini__logo {
  background-image: url("../images/mvsnoticias_logo_blanco.png");
}

.blue .note__tags > a,
.blue .note__tags > span {
  border-color: rgba(215, 212, 207, 0.6);
}

.blue .slick-prev.slick-arrow {
  background-color: #3a3a3a;
}

.blue .slick-next.slick-arrow {
  background-color: #3a3a3a;
}

.blue .slick-prev:before {
  content: url(../images/gallery/prev_blanco.png)!important;
}

.blue .slick-next:before {
  content: url(../images/gallery/next_blanco.png)!important;
}

.blue .overlay {
  background-color: #191919!important;
}

.blue .overlay__search > input {
  border-bottom: 1px solid rgba(215, 212, 207, 0.6);
  color: rgb(215, 212, 207);
}

.blue .overlay__section {
  color: rgb(215, 212, 207);
}

.blue .search__tag {
  border: 1px solid rgba(215, 212, 207, 0.6);
}

.blue .share__icon--facebook {
  background-image: url("../images/facebook_B.png");
}

.blue .share__icon--twitter {
  background-image: url("../images/twitter_B.png");
}

.blue .share__icon--whatsapp {
  background-image: url("../images/whatsapp_B.png");
}

.blue .share__icon--email {
  background-image: url("../images/email_white.png")
}

.blue .share__icon--clipboard {
  background-image: url("../images/clipboard_b.png");
}

.blue .header__nav ul.sub-menu {
  background-color: #191919;
}

.blue .header__nav ul.sub-menu li:hover {
  background-color: #1f1f1f;
}

.blue .current-menu-ancestor .current-menu-item {
  background-color: #121212;
}

.blue .note__tags > a.active,
.blue .note__tags > span.active {
  background-color: #272727d1;
  color: #464646;
  font-weight: 400;
}

.blue .gotop,
.blue .floating__close {
  background-color: #272727d1;
}

.blue .scrollbar {
  background-image: linear-gradient(to right, rgb(42, 42, 42), rgb(53, 53, 53) , rgb(58, 58, 58));
}
.blue .scrollbar__hider {
  background-color: #707070;
}
.blue .meta__author, .blue .meta__author > a {
  color: #707070;
  text-decoration: underline;
}
.blue .box__image, .blue .gallery__image > a, .blue .banner__efren {
  background-color: #1f1f1f;
}
.blue .programa__preload {
  height: 200px;
  background-color: #1f1f1f;
}

.blue .activate__radio,
.blue .activate__radio--double {
  background-image: url("../images/radio-white.png");
}

.blue .activate__radio.active {
  background-image: url("../images/radio-white-1.png");
}


.blue .activate__webcam,
.blue .activate__webcam--double {
  background-image: url("../images/webcame-white.png");
}


.blue .activate__webcam.active {
  background-image: url("../images/webcame-white-1.png");
}

.blue .hide__vivo {
  background-color: #3a3a3a;
}

.blue .hide__efren {
  background-color: #3a3a3a;
}

.blue .pagination .page-numbers {
  border-color: rgba(215, 212, 207, 0.6);
}
.blue span.page-numbers.current {
  color: rgba(0, 0, 0, 0.8);
  background-color: #e4e4e4;
}

.blue .intercambio__icon.--universal {
  background-image: url(../images/universal_b.png);
}

.blue .intercambio__icon.--sillarota {
  background-image: url(../images/sillarota_b.png);
}

.blue .intercambio__icon.--quadratin {
  background-image: url(../images/quadratin_b.png);
}


.blue .facebook__logo {
  background-image: url('../images/afacebook_b.png');
}

.blue .twitter__logo {
  background-image: url('../images/atwitter_b.png');
}
.blue .insta__logo {
  background-image: url('../images/ainsta_b.png');
}
.blue .youtube__logo {
  background-image: url('../images/ayoutube_b.png');
}

.blue .daily__logo {
  background-image: url('../images/adaily_b.png');
}

.blue .whatsapp__logo {
  background-image: url('../images/awhatsapp_b.png');
}

.blue .spotify__logo {
  background-image: url('../images/aspotify_b.png');
}

.blue .appstore__logo {
  background-image: url('../images/appstore_b.png');
}

.blue .googleplay__logo {
  background-image: url('../images/googleplay_b.png');
}

.blue .anti__footer__title--bold {
  color: rgb(215, 212, 207);
}

.blue .anti__footer__title {
  color: rgb(215, 212, 207);
}

.blue .anti__footer {
  background-color: #1f1f1f;
  border-top: 1px solid #1f1f1f;
}
