@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,600');
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro');
*, body {
  font-family: 'Roboto';
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 300;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  transition: background-color ease 0.6s;
}

a {
  text-decoration: none;
  color: inherit;
}

.menu .menu-item {
  display: inline-block;
}

ul, menu, dir {
  display: block;
  list-style-type: disc;
  padding-start: 0px !important;
}

.content.site-main {
  /*min-height: calc(100vh - 370px);*/
}

.responsive-image {
  width: 100%;
}

.squad__filter {
  background-color: black;
  transform: rotate(45grad);
  z-index: 1;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -84px;
  right: -80px;
}

.color-white {
  color: white;
}

.position-absolute {
  position: absolute;
}

.squad__audio {
  top: 10px;
  right: 45px;
  z-index: 2;
}

.squad__video {
  top: 10px;
  right: 6px;
  z-index: 2;
}

.squad__gallery {
  top: 36px;
  right: 10px;
  z-index: 2;
}

.media-icon {
  width: 1.3em !important;
  height: 1.3em !important;
}

.linear_media_icon {
  width: 15px;
  height: 15px;
  font-size: 14px;
}

.load-more {
  width: 100%;
  text-align: center;
}

.readed {
  border-right-width: 1px!important;
}

.load-more img {
  margin-top: 50px;
  width: 50px;
  margin-bottom: 50px;
}

.full-width {
  width: 100%;
}

.align-center {
  text-align: center;
}

.weather-city {
  text-transform: uppercase;
}

.weather-date {
  text-align: center;
  text-transform: uppercase;
}

.weather-info {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.weather-icon {
  margin-right: 5px;
}

.weather-grades {
  font-weight: bold;
}

.hidden {
  display: none !important;
}

.err__404{
  font-size: 30vw;
  text-align: center;
  color: rgba(0, 0, 0, 0.88);
  font-weight: 600;
}

.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.fade-box .lazyload,
.fade-box .lazyloading {
  opacity: 0;
  transition: opacity 400ms;
}

.fade-box img.lazyloaded {
  opacity: 1;
}
b{ font-weight: bolder;}

.mesa-para-todos{
  background-image: url('../images/mesa-para-todos.png');
}
.segunda-emision-con-luis-cardenas{
  background-image: url('../images/segunda-emision-con-luis-cardenas.png');
}
.tercera-emision-con-ezra-shabot{
  background-image: url('../images/tercera-emision-con-ezra-shabot.png');
}

.en-directo-con-ana-francisca-vega{
  background-image: url('../images/ana-francisca-vega.png');
}

.antes-del-amanecer{
  background-image: url('../images/antes-del-amanecer.png');
}


.entrevista__poster{
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.entrevista_programa_container{
  display: flex;
  align-items: center;
  grid-gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}

.entrevista_programa_container a{
  display: block;
  /*min-height: calc(100vh - 370px);*/
  height: 550px;
  flex: 1;
  margin:5px;
}


/* Colors */
.color-- {
  background-color: #fcbf25!important;
}

.color--internacionales {
  background-color: #0552A6!important;
}

.color--nacionales {
  background-color: #3C54A0!important;
}

.color--estados {
  background-color: #854E8F!important;
}

.color--capital {
  background-color: #BC4580!important;
}

.color--seguridad-y-justicia {
  background-color: #E03876!important;
}

.color--economia {
  background-color: #FC2468!important;
}

.color--ciencia-y-tecnologia {
  background-color: #FB525F!important;
}

.color--deportes {
  background-color: #FC7558!important;
}

.color--arte-y-cultura {
  background-color: #FD8E4D!important;
}

.color--espectaculos,
.color--programacion {
  background-color: #FDB11D!important;
}

.color--actualidad {
  background-color: #F9CB01!important;
}

.color--lo-mas {
  background-color: #E6E60A!important;
}

.color--columnas,
.color--videos {
  background-color: #CAD20B!important;
}

.color--entrevistas,
.color--podcasts {
  background-color: #9CD20B!important;
}

@media only screen and (max-width: 800px) {
  .entrevista_programa_container a{
    width: 100%;
    height: 220px;
    min-height: 220px;
  }
  .entrevista_programa_container{
    flex-direction: column;
  }
  .mesa-para-todos{
    background-image: url('../images/mesa_320.png');
  }
  .segunda-emision-con-luis-cardenas{
    background-image: url('../images/luis_320.png');
  }
  .tercera-emision-con-ezra-shabot{
    background-image: url('../images/ezra_320.png');
  }
  .en-directo-con-ana-francisca-vega{
    background-image: url('../images/en_directo_320.png');
  }
  .antes-del-amanecer{
    background-image: url('../images/antes_del_amanecer_320.png');
  }
}
