/**
 * Configuracion de variables y ajustes iniciales
 *
 */
body {
  margin: 0;
  color: #000;
  background: #FFF;
  font-family: "Montserrat", sans-serif;
}

body, td, th {
  font-size: 13px;
}

*:focus {
  outline: none;
}

a:link, a:hover, a:visited, a:active {
  outline: none;
  text-decoration: none;
}

header.site-header {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5;
  transition: 0.3s all;
  padding: 12px 0;
  display: flex;
  align-items: center;
}
header.site-header .logo-parana {
  max-width: 110px;
  width: 100%;
  margin: 0 12px 0 auto;
}
header.site-header .mic {
  margin-left: 12px;
  max-width: 145px;
  width: 100%;
  display: flex;
  align-items: center;
}
header.site-header .mic a {
  color: #000;
}
header.site-header .mic a h1 {
  font-size: 1.5rem;
  margin: 0;
}
header.site-header .solo-inicio {
  margin: 0;
  padding: 0;
}

.esp-top {
  background: #FFF;
  height: 190px;
}

.esp-minimo {
  min-height: calc(100vh - 64px);
  background: #fff;
}

.menu-principal .menu {
  display: flex;
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0;
}
.menu-principal .menu .menu-item {
  margin-right: 15px;
}
.menu-principal .menu .current-menu-item a {
  font-weight: 600;
}
.menu-principal .menu a {
  color: #FFF;
  font-size: 1rem;
  transition: 0.2s linear all;
}
.menu-principal .menu a:hover {
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.8);
}
.menu-principal .menu .menu-item-object-category {
  border-left: 1px solid #FFF;
  padding-left: 15px;
}

.botones .icono {
  max-width: 110px;
  width: 100%;
  margin: 30px auto 15px auto;
}
.botones h2 {
  color: #040606;
  font-size: 15px;
}

.menu-flotante2 {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 2;
  padding-right: 25px;
  z-index: 1;
}
.menu-flotante2 .icono {
  max-width: 50px;
}
.menu-flotante2 .icono img {
  filter: grayscale(100%);
  opacity: 0.5;
}
.menu-flotante2 .espacio {
  margin-bottom: 10px;
}
.menu-flotante2 a {
  transition: 0.2s linear all;
}
.menu-flotante2 a:hover img, .menu-flotante2 a.activo img {
  filter: grayscale(0%);
  opacity: 1;
}

.home .menu-flotante2 {
  display: none !important;
}
@media screen and (max-width: 996px) {
  header.site-header {
    min-height: 70px;
  }
  header.site-header .logo-parana {
    display: none;
  }
  header.site-header .solo-inicio {
    padding-right: 15px;
    margin: 0 0 0 auto;
  }
  header.site-header .solo-inicio a {
    color: #333;
  }
}
.slide-top {
  position: relative;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background: #CCC;
}
.slide-top:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 16.6666666667%;
}
.slide-top > .content {
  background-size: cover;
  position: absolute;
  background-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.swiper-home {
  position: relative;
  margin-bottom: 6px;
  background: #FFF;
}
.swiper-home .lazy2 {
  display: none;
}
.swiper-home .slideshow-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.swiper-home .slideshow-content .logo-radio {
  max-width: 415px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 0 0 15px;
}
.swiper-home .slideshow-content .redes-sociales {
  padding: 20px;
  display: flex;
  align-items: center;
}
.swiper-home .slideshow-content .redes-sociales ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.swiper-home .slideshow-content .redes-sociales ul li {
  margin-bottom: 15px;
}
.swiper-home .slideshow-content .redes-sociales ul li a {
  color: #FFF;
  transition: 0.1s linear all;
}
.swiper-home .slideshow-content .redes-sociales ul li a:hover {
  color: #eee;
}
.swiper-home .slideshow-content .boton-envivo {
  display: none;
}

@media screen and (max-width: 767px) {
  .slide-top {
    background: #000;
    min-height: calc(100vh - 52px);
    overflow: hidden;
  }
  .slide-top:before {
    content: none;
  }
  .slide-top .content img {
    width: 100%;
  }
  .swiper-home .lazy1 {
    display: none;
  }
  .swiper-home .slideshow-content {
    background: radial-gradient(circle, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .swiper-home .slideshow-content .logo-radio {
    max-width: 300px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 0 0 0;
    margin-top: 50%;
  }
  .swiper-home .slideshow-content .redes-sociales {
    padding: 20px;
    display: flex;
    justify-content: center;
  }
  .swiper-home .slideshow-content .redes-sociales ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
  }
  .swiper-home .slideshow-content .redes-sociales ul li {
    margin: 0 25px;
  }
  .swiper-home .slideshow-content .boton-envivo {
    display: block;
    margin-top: auto;
    padding-bottom: 80px;
  }
  .swiper-home .slideshow-content .boton-envivo a {
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
  }
  .swiper-home .slideshow-content .boton-envivo a img {
    max-width: 32px;
    margin: 0 8px;
  }
}
.separador {
  height: 1px;
  background: #fff;
}

.titulo-seccion {
  background: #4c9d34;
  color: #FFF;
  font-weight: bold;
  font-size: 2rem;
  padding: 5px 15px;
}

.not-home {
  margin-bottom: 2rem;
}
.not-home figure {
  margin-bottom: 0.5rem;
  background: #fafafa;
  text-align: center;
  border: 2px solid #a4db6b;
}
.not-home p.fecha {
  color: #111;
  margin-bottom: 0.1rem;
}
.not-home p {
  color: #222;
  font-size: 1.1rem;
}
.not-home h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #4c9d34;
}

.not-home-chico {
  margin-bottom: 2rem;
}
.not-home-chico figure {
  margin-bottom: 0.5rem;
  background: #fafafa;
  text-align: center;
  border: 2px solid #a4db6b;
}
.not-home-chico p.fecha {
  color: #111;
  margin-bottom: 0.1rem;
}
.not-home-chico p {
  color: #222;
  font-size: 1rem;
}
.not-home-chico h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4c9d34;
}

.category .esp-top, .single .esp-top, .page .esp-top, .error404 .esp-top, .page-template-page-programacion .esp-top {
  height: 190px;
}
.category .header-seccion, .single .header-seccion, .page .header-seccion, .error404 .header-seccion, .page-template-page-programacion .header-seccion {
  padding: 20px 0 20px 0;
  background: #4c9d34;
  position: fixed;
  top: 85px;
  border-top: 1px solid #FFF;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category .header-seccion h1, .single .header-seccion h1, .page .header-seccion h1, .error404 .header-seccion h1, .page-template-page-programacion .header-seccion h1 {
  color: #FFF;
  font-weight: bold;
  line-height: 32px;
  font-size: 1.9rem;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home .esp-top {
  height: 75px;
}

.type-page h1, .type-post h1 {
  color: #4c9d34;
  font-weight: 600;
}
.type-page p, .type-post p {
  color: #555;
  font-size: 1.1rem;
}
.type-page b, .type-post b {
  font-weight: 600;
}
.type-page ul li, .type-post ul li {
  color: #555;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.type-page h5, .type-post h5 {
  font-weight: 600;
}
.type-page .redes, .type-post .redes {
  border-top: 1px solid #4c9d34;
  border-bottom: 1px solid #4c9d34;
  padding: 15px 8px;
  margin-bottom: 1rem;
}
.type-page .redes .whats-app, .type-post .redes .whats-app {
  display: block;
  background: #25D366;
  color: #FFF;
  border-radius: 3px;
  padding: 1px 8px 1px 6px;
  margin-left: 15px;
  font: normal normal normal 11px/18px "Helvetica Neue", Arial, sans-serif;
}
.type-page .redes div, .type-post .redes div {
  margin-right: 15px;
}

@media screen and (max-width: 996px) {
  .not-home h1, .not-home-chico h1 {
    font-size: 1.1rem !important;
  }
  .not-home p, .not-home-chico p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 996px) {
  .category .esp-top, .single .esp-top, .page .esp-top, .error404 .esp-top, .page-template-page-programacion .esp-top {
    height: 150px;
  }
  .category h1, .single h1, .page h1, .error404 h1, .page-template-page-programacion h1 {
    font-size: 1.8rem;
  }
  .category .header-seccion, .single .header-seccion, .page .header-seccion, .error404 .header-seccion, .page-template-page-programacion .header-seccion {
    top: 85px;
    padding: 15px 0;
  }
  .category .header-seccion h1, .single .header-seccion h1, .page .header-seccion h1, .error404 .header-seccion h1, .page-template-page-programacion .header-seccion h1 {
    font-size: 1.2rem;
  }
  .home .esp-top {
    height: 52px;
  }
}
.site-footer {
  background: #4c9d34;
  padding: 40px 0px;
  margin-top: 35px;
  text-align: center;
  color: #EEE;
  z-index: 1;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.site-footer a {
  color: #FFF;
}
.site-footer .logo {
  width: 300px;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.site-footer ul li {
  display: inline-block;
  margin: 0 10px;
}
.site-footer ul li a {
  color: #FFF;
  transition: 0.1s linear all;
}
.site-footer ul li a:hover {
  color: #2b547f;
}

#back2Top {
  z-index: 2;
  position: fixed;
  right: 15px;
  bottom: 15px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  color: #2b547f;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 2px 4px;
  display: none;
}

.menu-flotante-container {
  display: none;
}

.with--sidebar .menu-flotante-container {
  display: flex;
  align-items: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.7);
}

.menu-r {
  position: fixed;
  left: 0;
  top: 86px;
  bottom: 0;
  background-color: #4c9d34;
  width: 250px;
  transform: translateX(-250px);
  overflow-y: hidden;
  z-index: 12;
  transition: 0.2s linear all;
  padding: 30px 0 0 15px;
}
.menu-r .menu-responsive {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-r .menu-responsive li {
  margin-bottom: 0.5rem;
}
.menu-r .menu-responsive li a {
  color: #FFF;
  font-size: 1.2rem;
}

.with--sidebar .menu-r {
  transform: translateX(0);
}

.page-template-page-programacion h2 {
  display: block;
  background: #EEE;
  padding: 5px 8px;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 25px;
}
.page-template-page-programacion h3 {
  font-size: 1.4rem;
  transition: 0.2s linear all;
}
.page-template-page-programacion figure {
  margin-bottom: 0.5rem;
}
.page-template-page-programacion a.programacion {
  color: #333;
  margin-top: 20px;
  display: block;
  border-bottom: 1px solid #EEE;
}
.page-template-page-programacion a.programacion p {
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}
.page-template-page-programacion a.programacion:hover h3 {
  color: #4c9d34;
}

.single-programacion .site-header h1 {
  color: #FFF;
}
.single-programacion h1 {
  color: #2b547f;
}
.single-programacion .hora {
  color: #333;
  font-size: 1.2rem;
}
.single-programacion p {
  color: #555;
  font-size: 1rem;
}

.home .aside-banner {
  background: #fafafa;
  padding-top: 25px;
  height: 100%;
  border-left: 1px solid #9D9D9C;
}

.b300x250 {
  background: #EEE;
  padding: 2px;
  margin: 0 auto 25px auto;
  max-width: 300px;
  width: 100%;
}

@media screen and (max-width: 1366px) {
  .home .aside-banner {
    background: #fff;
    padding-top: 0;
    height: 100%;
    border: none;
  }
}