body{
    background-image: url(/img/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #041a2f;
}
.logo {
    width: 300px;
}
.bg-header {
    background-color: #ffffff2e!important;
}
.bg-negro {
    background-color: #000000!important;
}
.border-10{border-top: 5px solid #35322e!important;}
.title-black:after {
    background-color: #ffc107;
}
.titular-seccion:after {
    display: block;
    margin: 0 auto;
    content: "";
    width: 50px;
    height: 3px;
    transition: all 400ms ease;
}
.titular-seccion:hover:after,
.titular-seccion:active:after,
.titular-seccion:focus:after {
    width: 100%;
    transition: all 400ms ease
}
.liner {
    width: 100%;
    border-top: solid 1px #c1c1c1 !important;
}
.header {
    width: 100%;
}
.publicidad {
    width: 100%;
}
.publicidad img{
    width: 100%;
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
.history-wpr {
  display: block;
      width: 100%;
      position: relative;
}
.icast {
    width: 100%;
}
#horaserver {
    font-size: 22px;
    color: #f8f9fa;
    font-weight: bold;
}
.go-android-banner {
    display: flex;
    align-items: center;
    padding: 10px;
    z-index: 100;
    width: 100%;
    background: #9C27B0;
    padding-bottom: 15px;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}
.go-android-banner--close {
    background: transparent;
    border: 0;
    font-size: 32px;
    margin-right: 10px;
    opacity: .8;
    cursor: pointer;
    width: 50px;
}
.app-icon {
    background-image: url(../img/movistar-play.png);
}
.go-android-banner--icon {
    width: 85px;
    height: 85px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.go-android-banner--info {
    flex: 1 100%;
    font-size: 1rem;
    line-height: 16px;
    padding: 0 15px;
    color: #fff;
}
.go-android-banner--title {
    font-size: 1.125rem;
    line-height: 22px;
    margin-bottom: 5px;
}
.go-android-banner--subtitle {
    margin-bottom: 0;
}
.go-android-banner--view-button {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    /* width: calc(100% - 20px); */
    bottom: 10px;
    right: 10px;
    background: #FFEB3B;
    color: #000;
    font-size: 1.35rem;
    text-align: center;
    padding: 5px 46px;
    cursor: pointer;
}
.autor{
    font-size: 12px;
    color: #00d7ff;
    font-family: monospace;
}
