body{
  /* font-family: 'Open Sans', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  color: #404041;
  background: #fff;
}
.title-section{
  position: relative;
  margin-left: 30px;
  font-size: 26px;
  padding: 10px 0;
}
.title-section::before{
  content: '';
  position: absolute;
  width: 5px;
  height: 60px;
  background: #c8c4c4;
  display: block;
  left: -30px;
  top: 0px;
}
.canales ul{
  padding-left: 0;
  list-style-type: none
}
.canales li{
  margin-bottom: 20px;
}
.canales li a,
.canales li a:hover,
.canales li a:focus{
  text-decoration: none;
  color: #404041;
}
.horarios h5{
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.horarios a.orange{
  color: orange;
}
.horarios a.magenta{
  color: magenta;
}
.horarios .panel-default{
  border: none;
}
.horarios .panel-default .panel-heading{
  background: none;
  text-align: center;
  border: none;
}
.horarios .panel-title{
  font-size: 40px;
  text-transform: uppercase;
}
.horarios .panel-title a{
  text-decoration: none;
  position: relative;
}
.horarios .panel-title a span{
  font-size: 20px;
  color: #666;
  position: absolute;
  right: -40px;
  top: 15px;
}
.btn-primary.btn-descarga-semanal{
  display: block;
  width: 380px;
  margin: 50px auto;
}
.multimedia{
  margin-bottom: 50px;
}
.segundoBloqueInfo {
    padding-top: 4%;
    padding-bottom: 4%;
}
table{
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
}
table th{
  text-align: center;
}
table .green{
  color: green;
}
table .red{
  color: red;
}
table .blue{
  color: blue;
}
table .magenta{
  color: magenta;
}
table .lightblue{
  color: deepskyblue;
}
table .darkmagenta{
  color: darkmagenta;
}
table .darkblue{
  color: darkblue;
}
table .materia-info p:first-child{
  border-bottom: 1px solid #404041;
  padding-bottom: 15px;
}
.bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}
.bounce2 {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-20px);
  }
  60% {
    -o-transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.azuremediaplayer{
  width: 100%!important;
}
.azuremediaplayer .vjs-big-play-button{
  left: 45%!important;
  top: 45%!important;
}
/* ESTILOS VOD */
.vod .g-tabs{
  background: #fff;
  padding-top:50px;
  height: 100vh;
}
.vod .g-tabs ul{
  list-style-type: none;
}
.vod .g-tabs ul li a{
  color: #bebebe;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  margin-left: 10px;
}
.vod .g-tabs ul li.active a{
  color: #282828;
}
.vod .g-tabs ul li{
  margin-bottom: 20px;
  position: relative;
}
.vod .g-tabs ul li:last-child{
  margin-bottom: none
}
.vod .g-tabs ul li::before{
  content:'';
  width: 2px;
  height: 45px;
  background: #bebebe;
  position: absolute;
  left: 0;
  top: -10px;
}
.vod .g-tabs ul li.active::before{
  background: #9d2449;
}
.vid-img-content{
  padding-top: 50px;
}
.vid-img-content .tab-pane .mb-20{
  margin-bottom: 20px;
}
.vid-img-content .tab-content{
  border: none;
  padding: 0;
}
.vid-img-content h3{
  margin-top: 0;
  margin-bottom: 50px;
}
.vid-img-content img{
  margin: 0 auto 20px;
}
.vid-img-content p{
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #9d2449;
}
/* .vid-img-content p::before{
  content:'';
  position: absolute;
  background: #9d2449;
  height: 2px;
  width: 8px;
  top: 8px;
  left: -1px;
}
.vid-img-content p::after{
  content:'';
  position: absolute;
  background: #9d2449;
  height: 2px;
  width: 8px;
  top: 8px;
  right: 0px;
} */
.vid-img-content .btn-vid{
  font-size: 14px;
  text-transform: uppercase;
  background: #ffb91b;
  border-color: #ffb91b;
  padding: 15px 30px;
  color: #404041;
  display: table;
  margin: 0 auto 30px;
}
.vid-img-content img{
  height: 180px;
}
.sie .btn-pdf-file{
  text-align: center;
  color: #404041;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
}
.sie a:hover,
.sie a:focus{
  color: #404041;
}
.sie img{
  display: block;
  margin: 0 auto 30px;
  width: 120px;
}
.quienessomos .links,
.quienessomos .links:hover{
  color: #404041;
  text-decoration: none;
}
.quienessomos a{
  color: #545454;
}
li[data-style="item-social-media"]{
  list-style-type: none;
  margin-bottom: 20px;
}
.social-media {
  width: 190px;
  height: 27px;
}
.social-media a {
  text-decoration: none;
  color: #545454;
}
.social-media .fa {
  background: #555555;
  color: white;
  height: 27px;
  width: 27px;
  text-align: center;
  padding-top: 6px;
  padding-left: 4px;
}
