@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
/* ORIGFINAL 5 */


.en-vivo {
    background-color: #c50b0b;
    padding: 20px;
}

.envivo-titulo {
    color: #eaeaea;
}

.en-vivo-descripcion {
    color: #ffffff;
}

span.live {
    margin-right: 10px;
    ;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    width: auto;
    background-color: #e02828;
    padding: 5px;
}
.titulo-nota-home {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: solid 1px #b5b5b5;
}

.titulo-nota-relacionadas {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
}

.titulo-nota-widget {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 5px;
}

.titulo-widget {
    display: block;
    float: left;
    padding: 5px;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 10px;
}

.titulo-widget-relacionados {
    color: #848484;
    font-size: 22px;
    
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.widget-twitter {
    max-height: 452px;
    overflow: auto;
}

.slick-initialized .slick-slide {
    display: block;
    padding-right: 10px;
}

.bg-vivo-multimedia {
    background-color: #2f2f2f;
    color: #d4d1d1;
}

.title-video {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    font-family: system-ui;
}

span.viendo {
    display: block;
    float: left;
    color: #000;
    background-color: #ffc107;
    padding: 5px;
}

h1.entrada {
    text-transform: uppercase;
    font-weight: bolder;
    color: #2d599c;
}

.post-breadcum>a {
    text-decoration: none;
    color: #1c56aa;
    text-transform: uppercase;
    font-family: monospace;
}

.title-item>a {
    font-size: 18px !important;
    text-transform: uppercase;
    font-family: sans-serif;
    color: #000;
    text-decoration: none;
    margin-top: 11px !important;
}

.envivo-titulo>a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}

.h1-live {
    text-transform: uppercase;
}

.bg-lista-multimedia {
    background-color: #1b1b1b;
    /* background: url(/images/svg/fondo_spr.svg) no-repeat #000000; */
    background-size: cover;
    color: #f0f0f0;
}

.card-video-multimedia {
    padding-left: 9px;
    padding-right: 9px;
    background-color: #3e353500;
    color: #fff;
}

.lista-multimedia-videos {
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding: 5px;
    display: block;
    background-color: #378da0;
    border-bottom: solid 1px #404040;
    float: left;
    font-size: 16px;

}

.lista-categoria-videos {
    text-transform: uppercase;
    /* color: #020202; */
    text-align: center;
    padding: 5px;
    /* display: block; */
    /* background-color: #708084; */
    /* border-bottom: solid 1px #404040; */
    /* float: left; */
}

.lista-categoria-videos-gen {
    text-transform: uppercase;
    color: #64d0fd;
    text-align: center;
    padding: 5px;
    border-bottom: solid 1px #148abc;

}


.titulo-nota-widget-home {
    
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
}


.bg-home-videos {
    background-color: #2f2e2e;
    padding: 10px;
    color: #fff;
}

.icon-play{
    position: absolute;
    top: 41%;
    font-size: 40px;
    left: 50%;
}

.info-video { 
    display: block;
    padding: 25px;
    vertical-align: top;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    transition: all .2s ease-in-out;
    opacity: 1;
}

.info-video-2 { 

    transition: all .2s ease-in-out;
    opacity: 0;
}

.info-video-2 > h4 > a {
    display: block;
    float: left;
    width: auto;
    background: #168abd;
    padding: 5px;
    color: #f0f0f0;
}
.info-video >h4 {
    font-size: 17px;
    text-transform: uppercase;


}
.col-6:hover  .info-video-2 {
    opacity:1;
}
.col-6:hover > .icon-play{
    transform: scale(1.1);
    font-size: 80px;
    left: 45%;
    opacity: 1;
}
.icon-play {
    transition: all .2s ease-in-out;
    opacity: 0;
}

.video {
    position: absolute;
    width: 100%;
    height: 150px;
    /* bottom: 0%; */
    left: 0px;
    top: 0%;
    background: linear-gradient(rgba(50,50,50,0),rgba(50,50,50,.9) 15%,rgba(50,50,50,0));

}


.video-2 {
    position: absolute;
    width: 100%;
    height: 150px;
    /* bottom: 0%; */
    left: 0px;
    top: 0%;

}

.layout-2-3:hover >.video-2 {
    background: linear-gradient(rgb(50 50 50),rgba(50,50,50,.9) 15%,rgba(50,50,50,0));
}
.layout-2-3:hover >.video-2> .info-video >h4 {
    font-size: 14px;
    text-transform: uppercase;
}

.layout-2-3 >.video-2> .info-video >h4 {
    font-size: 14px;
    text-transform: uppercase;


}

.compartir { 
    width: auto;
    display: contents;
}

.compartir >a {
    text-decoration: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #29abe2;
    border-color: #29aae1;
}
@-webkit-keyframes showInfo{
    0%{margin-top:-40px;}
    100%{margin-top:-100px;}
}
@keyframes showInfo{
    0%{margin-top:-40px;}100%{margin-top:-100px;}
}
  



#preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    height: 100vh;
    z-index: 1000;
    transition: all 2s linear;
    


}

#preloader-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    height: 100vh;
    z-index: 1000;
    transition: all 2s linear;
    


}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0f4cab;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3faaf1;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0c1a31;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
  }
  
  .custom-select select {
    display: none; /*hide original SELECT element:*/
  }
  
  .select-selected {
    background-color: DodgerBlue;
  }
  
  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  }
  
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }
  
  /*style the items (options), including the selected item:*/
  .select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
  }
  
  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  
  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }