        
/*CSS ARTICULOS CARD CUADRITOS*/

/* custom css theme panel */
.single-post.postid-135822 .fb-comments {
    display: none;
}

.td-sub-footer-copy { width: 100%; }
.credits-wd {
    display: flex;
    justify-content: space-between;
}
.credits-wd a {color: white; font-weight: 800;}

/*ocultar ese preview flotante de la derecha(posts)*/
.td-more-articles-box.td-front-end-display-block {
    display: none !important;
}


.large-ads { width: 920px; height: 250px; }


.td-post-template-3 .td-post-header .entry-title {
    color: white !important;
}

.td-post-template-7 .td-post-header .entry-title {
    color: white !important;
}

.td-post-template-8 .td-post-header .entry-title {
    color: white !important;
}


.container-hideable {
    position: fixed;
    right:0;
    bottom: 30%;
    width: 70px;
    z-index: 99999;
}
.hideable-button {
    position: absolute;
    top: -25px;
    right: 0;
    background-color: red;
    color: white;
    font-family: Arial, sans-serif;
    padding: 0px 5px;
    display: none;
}

.hideable-button a { color: white; }

.wsp-holder { float: right;}

.footer-wsp {
    position: fixed;
    bottom: 14px;
    left: 0;
    right: 0;
    padding-right: 250px;
    padding-left: 250px;
    z-index: 999999999;
}

.front-banners { 
    position: fixed;
    bottom: 14px;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.front-banners div {
    height: 65px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
}

.front-banners div a {
    display: inline-block;
}

/*Desde aqui*/

.front-banners-cols {
  display: flex;
  position: fixed;
  
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
   flex-direction: column;  /*Agregue*/
}


.item {
  padding: 2px;
  width: 25%;/*Agregue*/
   z-index: 99999999999;  /* Cambiado a un valor mayor */

}

.item a {
  display: inline-block;
}


.item a img {
  width: 100%;
  height: auto;
    border-radius: 8px; /* Hace que el borde tenga IMG */
    
}



/* custom responsive css from theme panel (Advanced CSS) */
@media (min-width: 1141px) {
.front-banners { display: none; }
.footer-wsp { display: none; }

#wasmov, #cel1 {
    display: none;
}

.xl-hide { display: none; }

.front-banners-cols { max-width: 350px; }



}


/* custom responsive css from theme panel (Advanced CSS) */
@media (min-width: 1019px) and (max-width: 1140px) {
/*ocultar para ipad izquierda social*/
.heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
    display: none;
}

.front-banners { display: none; }
.footer-wsp { display: none; }

#wasmov, #cel1 {
    display: none;
}
.md-hide  { display: none; }

img.onlypc1  {
    display: none;
}

.front-banners-cols { max-width: 350px; }
}


/* custom responsive css from theme panel (Advanced CSS) */
@media (min-width: 768px) and (max-width: 1018px) {
/*ocultar para ipad izquierda social*/
.heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
    display: none;
}

/*.td-post-content p, .td-post-content {
    font-size: 16px;
}
.td-container, .tdc-row {
    padding-left: 10px;
    padding-right: 10px;
}
.sm-hide {
    display: none;
}*/

.footer-wsp {
    display: none;
}

#wasmov, #cel1 {
    display: none;
}
.sm-hide { display: none; }

img.onlypc1  {
    display: none;
}

.front-banners-cols { max-width: 390px; }

}


/* custom responsive css from theme panel (Advanced CSS) */
@media (max-width: 767px) {
body { margin-bottom: 119px; }


.td-post-content p, .td-post-content {
    font-size: 16px;
}
.td-container, .tdc-row {
    padding-left: 10px;
    padding-right: 10px;
}
.hideable-button {
    top: -35px;
    font-size: 28px;
    line-height: 28px;
    padding: 0px 5px;
}

.container-hideable {
    bottom: 100px !important;
}

.footer-wsp {
    padding-right: 0px;
    padding-left: 0px;
}
.footer-wsp img {
    border-radius: 5px;
}

.xs-hide { display: none; }


img.onlypc1  {
    display: none;
}

.cencen{
    margin-left:10px;
}
.cencen2{
    margin-left:-10px;
}

}

/*END CARD CUADRITOS*/


    /*CSS del card de VIVO*/

    /*ESTILO DE CARD DE LIVE DIRECTO*/
        .custom_dragabble{
            /*display: none;*/
            position: fixed;
            bottom: 10px;
            left: 10px;
            z-index: 5;
        }
        .head_dragable{
            background-color: var(--cepeg-color-primary);
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 5px 10px;
            cursor: move;
        }
        .logo_en_dragable{
            width: 120px;
            display: block;
        }
        .cont_videodragable{
            min-width: 300px;
            max-width: 300px;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0px 0px 5px 3px rgb(88 73 73 / 30%);
        }
        .video_cont_plyr_io_dragable{
             width: 100%;
        }
        .text_drag_en_vivo{
            margin: 0;
            color: #fff;
        }
        .footer_dragable{
            background-color: var(--cepeg-color-secondary);
            color: #fff;
            text-align: center;
                
        }
        .footer_dragable a{
            color: #fff;
            display: block;
            padding: 10px 5px;
        }
        #close_video_dragable{
            cursor: pointer;
        }
        @media (max-width: 750px){
            .custom_dragabble{
                 /*display: none;*/
               }
            .cont_videodragable{
                min-width: 260px;
                max-width: 260px;
                }
        }