/* hebrew */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Heebo'), local('Heebo-Regular'), url(../webfonts/sowertec.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Heebo'), local('Heebo-Regular'), url(../webfonts/sowertec2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*{
    margin: 0;
    padding: 0;
}
a{
  color: #000;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  filter: grayscale(10%);
}
body {
    background-color: #dae6e4;
    background: url(../img/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Heebo', sans-serif;
}
#contenedor {
    width: 100%;
    background: #f0f3fd;
    margin: 0 auto;
    max-width: 960px;
    box-shadow: 0 2px 10px 3px #7f8081;
    padding: 0 30px 0 30px;
}
header {
    width: 100%;
    background: url(../img/header.jpg) center top no-repeat #fff;
    padding-top: 5px;
    margin: auto;
    max-width: 960px;
    height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.logo {
    display: inline-block;
    margin-top: 50px;
    margin-left: 20px;
    max-width: 280px;
}
.logo img{
    width: 100%;
}
/*Slide SowerTEc*/
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure {
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite;
}
.sowertec{
  width: 100%;
}
.sowertec_title h1{
    font-size: 45px;
    color: #03A9F4;
}
.negro {
    width: 100%;
    background: #000;
    margin: 0px -30px;
    padding: 0px 30px;
}
.negro h2{
  color: #ffffff;
}
.envivo {
    background: url(../img/envivo-player.png) no-repeat;
    display: inline-block;
    vertical-align: top;
    text-indent: -9999px;
    margin-top: 110px;
    width: 292px;
    height: 100px;
}
.nosotros p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.nosotros h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.nosotros h2 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.nosotros h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.padding_20{
  padding-top: 20px;
    padding-bottom: 20px;
}
/*nuevos  datos*/
.menu{
  /*background: #000;*/
}
.black {
    border-bottom: #df0209 2px solid;
    box-shadow: 0 2px 10px 0 #000;
    position: fixed;
    /* padding-bottom: 8px; */
    top: 0px;
    left: 0px;
    width: 100%;
    margin: auto;
    height: auto;
    z-index: 999999 !important;
}
/*apps todo del aviso*/
.APP {
    display:none;
    width: 100%;
    margin: auto;
    background: #ffffff;
    color: #191a1e;
    -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.5);
    height: auto;
}
.APPcolumn1 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin-top: 10px;
}
.APPimagen {
    width: auto;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.APPcolumn2 {
    width: auto;
    vertical-align: top;
    padding: 10px;
}
.APPnombre {
    line-height: 30px;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
}
.APPandroid {
    float: left;
    line-height: 20px;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
    margin-top: 28px;
}
.APPversion {
    line-height: 20px;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
    color: #e3121b;
}
.APPautor {
    float: left;
    line-height: 20px;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
    color: #9E9E9E;
}
.APPshowbuttons {
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.span1 span {
    background: #97c124;
}
.APPshowbuttons span {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    margin-top: 7px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.37);
}
.APPshowbuttons2 {
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.span2 span {
    background: #4086cd;
}
.APPshowbuttons span:hover{
background: #000;
}
/*fin de play store*/
nav {
    position: relative;
    width: 100%;
    line-height: 60px;
    transition: transform .2s;
}
.black .menu ul li a {
    padding: 22px 20px;
}
nav ul {
    max-width: 1024px;
    line-height: 60px;
    list-style: none;
    background: rgb(0, 0, 0);
    overflow: hidden;
    color: #fff;
    padding: 0;
    text-align: center;
    margin: auto;
    transition: 1s;
}
nav.black ul {
      background: #000;
}
nav ul li {
    display: inline-block;
    color: #fff;
}
nav ul li a {
  padding: 22px 20px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    transition: transform .2s;
}
nav ul li a:hover{
    background: #df0209;
    color: #fff;
    transition: transform .2s;
}
.menu-icon {
      line-height: 60px;
      width: 100%;
      background: #000;
      text-align: right;
      box-sizing: border-box;
      padding: 15px 24px;
      cursor: pointer;
      color: #fff;
      display: none;
      align-items: center;
      align-content: space-between;
      justify-content: space-between;
}
.bandera{
  width: 100%:auto;
  height: 10px;
  background: #641c7b;
  background: -moz-linear-gradient(left, #641c7b 0%, #641c7b 10%, #2d4bff 10%, #2d4bff 24%, #00c5f0 24%, #00c5f0 40%, #00782b 40%, #00782b 55%, #f9ff4d 55%, #f9ff4d 70%, #ff9d00 70%, #ff9d00 86%, #e50000 86%, #e50000 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #641c7b), color-stop(10%, #641c7b), color-stop(11%, #2d4bff), color-stop(24%, #2d4bff), color-stop(25%, #00c5f0), color-stop(39%, #00c5f0), color-stop(40%, #00782b), color-stop(54%, #00782b), color-stop(55%, #f9ff4d), color-stop(70%, #f9ff4d), color-stop(71%, #ff9d00), color-stop(86%, #ff9d00), color-stop(87%, #e50000), color-stop(100%, #e50000));
  background: -webkit-linear-gradient(left, #641c7b 0%, #641c7b 10%, #2d4bff 11%, #2d4bff 24%, #00c5f0 25%, #00c5f0 40%, #00782b 40%, #00782b 55%, #f9ff4d 55%, #f9ff4d 70%, #ff9d00 71%, #ff9d00 86%, #e50000 86%, #e50000 100%);
  background: -o-linear-gradient(left, #641c7b 0%, #641c7b 10%, #2d4bff 10%, #2d4bff 24%, #00c5f0 24%, #00c5f0 40%, #00782b 40%, #00782b 55%, #f9ff4d 55%, #f9ff4d 70%, #ff9d00 70%, #ff9d00 86%, #e50000 86%, #e50000 100%);
  background: -ms-linear-gradient(left, #641c7b 0%, #641c7b 10%, #2d4bff 10%, #2d4bff 24%, #00c5f0 24%, #00c5f0 40%, #00782b 40%, #00782b 55%, #f9ff4d 55%, #f9ff4d 70%, #ff9d00 70%, #ff9d00 86%, #e50000 86%, #e50000 100%);
  background: linear-gradient(to right, #641c7b 0%, #641c7b 10%, #2d4bff 10%, #2d4bff 24%, #00c5f0 24%, #00c5f0 40%, #00782b 40%, #00782b 55%, #f9ff4d 55%, #f9ff4d 70%, #ff9d00 70%, #ff9d00 86%, #e50000 86%, #e50000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#641c7b', endColorstr='#e50000', GradientType=1 );
}
/*NAVEGACION FULL*/
iframe{
  width: 100%!Important;
}
.flexbox_center{
  display:flex;
  justify-content: center;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #df0209;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #00BCD4;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/*
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
*/
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #df0209;
  border-color: #df0209;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
/*aqui solo letras ABC*/
.buscador .titulo_buscador {
    font-size: 14px;
    color: #ff3011;
    font-weight: bold;
    text-transform: uppercase
}
.buscador_letras {
    width: 100%
}
.scroll_abecedario {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
    border-top: 1px solid #dcdcdc;
    padding: 5px 0;
    border-bottom: 1px solid #dcdcdc
}
.abecedario {
    width: auto;
    display: table;
    width: 100%;
    margin-left: -5px;
    margin-right: -5px
    display:flex;
    align-items:center;
    align-content:center;
    text-align:center;
}
.abecedario li.list_abc {
    list-style: none;
    display: table-cell;
    padding: 0 5px;
    position: relative
    transition: transform .2s; /* Animation */
}
.abecedario li.list_abc a {
    color: #181b1b;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    text-align: center
}
.abecedario li.list_abc:hover {
   transform: scale(1.2)
}
.abecedario li.list_abc:hover a{
    color: #df0209;
    font-weight:bold;
    text-decoration: underline;
    text-align:center
}
.active_search {
    color: #ff3011;
    text-decoration: underline
}
.letra_selecionada {
    font-size: 60px;
    color: #ff3011;
    font-weight: bold;
    text-transform: uppercase
}
main {
    margin: 20px 0px;
}
.activo {
    background: #df0209;
}
.slide{
  width: 100%;
  margin-bottom: 10px;
}
.text-center{
  text-align:center;
}
.cien_x_cien{
  width: 100%;
}
.text-light{
    color: #f0f3fd;
    font-size: 52px;
    background: #df0209;
    border-radius: 50%;
    padding: 5px 10px;
}
.btn-floating{
padding: 10px;
}
.text-secondary{

font-size: 22px;
}
.text-secondary strong{
font-size: 25px;
color: #df0209;
}
.section{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: justify;
}
.section img{
  width: 100%;
}
.section .articulos a:hover {filter: saturate(140%);text-decoration: underline;color: #df0209;}
.section p{
  margin: 5px;
}
.section h2{
  margin: 5px;
  font-size: 1.2em;
}

.articulos {
    flex: 1 1 90%;
    align-self: auto;
    margin-right: 20px;
}
.aside {
    flex: 1 1 40%;
    align-self: auto;
}
.aside h2{
    font-size: 18px;
    color: #df0209;
    font-weight: bold;
}
.aside p{
  color: #000;
  font-size: 15px;
  padding-left: 5px;
  line-height: 150%;
}
.aside .noticia img{
  max-height: 150px;
}
.aside .noticia a:hover{
filter: blur(2px);
text-decoration: underline;
color: #00BCD4;
}
.artis_list {
    width: auto;
    display: flex;
    flex-flow: wrap;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}
.artis_list a {
    border-radius: 50%;
    background: #000000;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #df0209;
    position: relative;
    transition: all 400ms ease;
    margin-top: 2px;
    margin-bottom: 2px;
    display: flex;
}
.artis_list a span {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    top: 0;
    left: 0;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 400ms ease;
}
.artis_list a span i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    margin-top: -15px
}
.artis_list a img{
    height: auto;
    display: inline-flex;
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.artis_list a:hover span {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 400ms ease
}
.flexbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    order: 0;
    align-content: stretch;
    align-items: center;
    justify-content: space-between;
}
.categoria {
    background: black;
    width: auto;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: transform .2s; /* Animation */
}
.categoria:hover {
    transform: scale(1.2)
}
.categoria h2{
    font-size: 12px;
    color: #fff;
}
.article1 {
    background: #FFF;
    box-shadow: 0px 15px 5px 0px #000;
}
.article1 h2{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.article1 p{
  color: #FF0000;
  font-size: 15px;
  padding-left: 5px;
  line-height: 150%;
}
.tituloA{background: #df0209;border: 0px;padding: 20px;text-align: center;margin-top: 20px;color: #fff;text-transform: uppercase;}
.tituloB{
  background: #df0209;
  border: 0px;
  padding: 5px;
  text-align: center;
  color: #fff;
}
.tituloC {
    background: #df0209;
    border: 0px;
    padding: 5PX;
    text-align: center;
    color: #fff;
}
.tituloD {
    background: #007ab6;
    border: 0px;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase;
}
.bg_black{
  background:#000;
}
.bg_gif{
  background-image: url(../img/bg-player-radioenvivo.gif);
  background-repeat: repeat;
  background-position: center bottom;
}
.comentarios{
width: 100%; height: 350px; overflow: scroll; background:#FFF; border:#c5c6c7 1px solid;
}
/*VIDEO Y VIDEOS*/
.video{
width: 100%;
}
.video img{
max-height: 180px;
}
.listavideos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.listavideos .videoB {
    flex: 1 1 20%;
    margin: 5px;
    text-align: -webkit-auto;
    font-size: 13px;
    font-style: oblique;
}
.listanoticia {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.listanoticia .videoB {
    flex: 1 1 30%;
    margin: 5px;
}
.full {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.full iframe, .full object, .full embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }

.redeshare {
  border-bottom: #bebdbd 1px solid;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.redeshare .share {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 2px
 10px 0 0;
}
.videoC {
    flex: 1 1 30%;
    margin: 5px;
        text-align: -webkit-auto;
    font-size: 13px;
    font-style: oblique;
}
.videoC img{
    width: 100%;
}
.videoB {
    flex: 1 1 20%;
    margin: 5px;
        text-align: -webkit-auto;
    font-size: 13px;
    font-style: oblique;
}
.videoB img{
    width: 100%;
}
.videoA {
    width: 100%;
    margin: 5px 0px;
    border-bottom: #bebdbd 1px solid;
    padding-bottom: 10px;
    display: inline-block;
}
.videoA a h2 {
    font-size: 18px;
    font-weight: lighter;
    color: #000;
}
/*programacion*/
.programacion_rojo {
    background: #df0209;
    width: auto;
    height: 50px;
    display: flex;
    align-items: center;
}
.programacion_plomo {
    background: #ededed;
    width: auto;
    border: #c2bfbf 1px solid;
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: center;
}
.box_1rojo {
    flex: 1 1 58%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: left;
    padding: 5px 0 0 10px;
}
.box_1fototi {
    flex: 1 1 80px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: left;
    padding: 5px 0 0 10px;
}
.box_2rojo {
    flex: 1 1 auto;
    color: #fff;
    float: left;
    padding-left: 0px;
}
.box_1foto {
    flex: 1 1 80px;
    color: #2196F3;
    font-size: 16px;
    float: left;
    padding: 10px 0 2px 10px;
}
.box_1txt {
    flex: 1 1 58%;
    color: #2196F3;
    font-size: 16px;
    float: left;
    padding: 10px 0 2px 10px;
}
.box_1txt p{
    color: #2196F3;
}
.box_2txt {
    flex: 1 1 auto;
    color: #607D8B;
    float: left;
    padding: 10px 0 10px 0px;
}
.box_3txt {
    flex: 1 1 auto;
    color: #9C27B0;
    float: right;
    padding: 10px 0 10px 0px;
}
/*player*/
.parrilla_header {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-player-radioenvivo.gif);
    background-repeat: repeat;
    background-position: center bottom;
    z-index: 0;
}
.parrilla_header .fondo {
    background: #ffffffe3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.parrilla_header .hora {
    font-size: .775em;
    color: #181B1B;
    display: block;
    right: 8px;
    bottom: 8px;
    font-weight: bold;
}
.btn-radio-vivo {
    position: relative;
    z-index: 2;
    display: table;
}
.btn-radio-vivo .info_parrilla {
    display: table-cell;
    vertical-align: middle;
}
.btn-radio-vivo .info_parrilla .titulo_parrilla {
    font-size: 1em;
    color: #181B1B;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #9C27B0;
    display: inline-block;
    padding: 5px 0;
    margin-bottom: 5px;
}
.btn-player {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    border: 5px solid #9C27B0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

/*fin de player*/
/*inicio de share Botones*/
.box-compartir-i2_eventos {
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    width: auto;
    float: right;
}
p.txtLugarTonoFec {
    font-size: 12px;
    color: #2196F3;
    padding-top: 12px;
    text-transform: capitalize;
    display: inline-block;
    padding-right: 10px;
}
.box-compartir-i a, .box-compartir-i2_eventos
 a {
    text-decoration: none;
}
.btn-face-head-box {
    background-image: url(../img/icc-face.png);
    background-position: 0 0;
    display: inline-block;
    text-indent: -9999px;
    vertical-align: top;
    width: 32px;
    height: 32px;
}
.btn-face-head-box:hover{background-position:0 -37px}
.btn-twit-head-box {
    background-image: url(../img/icc-twi.png);
    background-position: 0 0;
    display: inline-block;
    text-indent: -9999px;
    vertical-align: top;
    width: 32px;
    height: 32px;
}
.btn-twit-head-box:hover{background-position:0 -37px}
.btn-go-head-box {
    background-image: url(../img/icc-go.png);
    background-position: 0 0;
    display: inline-block;
    text-indent: -9999px;
    vertical-align: top;
    width: 32px;
    height: 32px;
}
.btn-go-head-box:hover{background-position:0 -37px}
/*fin de chare Botones*/
footer {
    background: #000;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 25px;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
    color: #b0b1b1;
}
footer .logofoter{
border-right: #fff 1px solid;
flex: 1 1 30%;
    padding: 5px 20px;
}
footer .emalfouter{
flex: 1 1 40%;
padding: 5px 30px;
}
footer .emalfouter h4{
  color: #fff;
}
footer aside{
flex: 1 1 30%;
}
footer aside h4{
  color: #fff;
}
footer aside a img {
    width: 50px;
    margin: 10px;
}
footer aside a img:hover {
filter: blur(5px);
}
footer p{
  font-size: 12px;
  line-height: 150%;
}

@media(max-width: 980px) {
  nav ul li a {
    padding: 22px 8px;
}
#contenedor {
    padding: 0 10px 0 10px;
}
.black .menu ul li a {
    padding: 20px 8px;
}
.articulos {
    margin-right: 10px;
}
.listavideos .videoB {
    flex: 1 1 25%;
    margin: 5px;
}
}
@media(max-width: 786px) {
  main {
      margin: 0px 0px;
  }
      .logo {
            position: fixed;
            top: 0;
            margin-top: 16px;
      }
      nav ul {
            max-height: 0px;
            background: #000;
      }

      nav.black ul {
            background: #000;
            height: 100vh;
            overflow: auto;
      }
.negro {
    margin: 0px 0px;
    padding: 0px 0px;
}
      .showing {
            max-height: 34em;
      }

      nav ul li {
            box-sizing: border-box;
            width: 100%;
            padding: 1px;
            text-align: center;
      }

      .menu-icon {
          display: flex;
          padding: 10px 20px;
          line-height: 20px;
          background: #00000099;
      }
      .menu-icon a{
    font-size: 18px;
    color: #ffffff;
    float: left;
    font-weight: 800;
    background: #ff00de;
    padding: 5px;
    border-radius: 5px;
    animation: fondo_grad 4000ms ease-out infinite !important;
}
.menu-icon a img {
    width: 70px;
    position: inherit;
}
    #contenedor {
            width: 97%;
    padding: 0 8px 0 8px;
}
@keyframes  borderbottom {
    0% {border-bottom: 5px solid #FF0000;}
    28% {border-bottom: 5px solid #e20285;}
    50% {border-bottom: 5px solid #04d5ff;}
    75% {border-bottom: 5px solid #ffe100;}
    100% {border-bottom: 5px solid #008000;}
  }
  @keyframes fondo_grad {
  0% {background:#de0032;}
  28% {background:#b904c5;}
  50% {background:#04d1ff;}
  75% {background:#4CAF50;}
  100% {background:#673AB7;}
  }
header {
  display: none;
}
section{
  flex-direction: column;
}
.articulos {
    margin-right: 0px;
    width: 100%;
}
.aside {
    width: 100%;
}
.aside .noticia img{
  max-height: 200px;
}
.tituloA {
    padding: 5px;
    font-size: 18px;
        margin-top: 10px;
}

footer {
    flex-wrap: wrap;
    text-align: center;
}
footer aside {
    flex: 1 1 100%;
}
.video img{
max-height: 250px;
}
.listavideos .videoB {
    flex: 1 1 40%;
    margin: 5px;
}
.listanoticia .videoB {
    flex: 1 1 40%;
    margin: 5px;
}
.listanoticia .videoB h2{
    font-size: 16px;
}
.listanoticia .videoB p{
    font-size: 12px;
}
p.txtLugarTonoFec {
    display: none;
}
.box_1txt {
    font-size: 12px;
}
}
@media(max-width: 786px) {
   .padding_20{
    flex-direction: column;
}
}
@media screen and (max-width: 480px) {
    .APP {
    display:block;
}
}
