<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* assets/css/links-descarga.css */




    .episode-navigation {
        padding-bottom: 0px;
    }
@media screen and (max-width: 999px) {
    .episode-navigation {
        padding-bottom: 0px!important;
    }
}



.Encabezado .sbox h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 auto 4px auto;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    display: inline-block;
}

h1 {
    color: white;
    padding: 10px 15px;
}
.sbox h1 {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 0px;
    padding-top: 8px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}






  
  
  
  
  
  
  
  
  














.content-episodes {
    margin-top: 15px;
}

    .episodes-head {
        margin-bottom: 0px!important;
    }





	
	

.custom_fieldsb {
    display: flex;
    align-items: center;
    margin: 0;
}

.custom_fieldsb b.variante3 {
    min-width: 160px !important;
    font-weight: 500;
    margin-right: 10px;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.linkdes {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 4px;
    flex-wrap: wrap;
    border-radius: 5px !important;
}

.linkdes a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    margin: 2px 0 !important;
    padding: 5px 10px !important;
    border-radius: 5px;
    color: white !important;
    text-decoration: none;
    width: 140px;
}

.linkdes a.descargar {
    background: #49099b;
}

.scajalinks &gt; smear .linkdes {
    text-align: justify;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

@media (max-width: 370px) {
    .custom_fieldsb {
        flex-direction: column;
        align-items: flex-start;
    }
    .custom_fieldsb b.variante3 {
        margin-bottom: 2px;
    }
}

.bandlink img {
    margin: 3px 5px 3px 0;
    height: 22px !important;
    width: auto !important;
    border-radius: 5px !important;
}

#linksdescarga .custom_fieldsb b.variante3 .NomLink {
    line-height: 16px;
}

/* Estilos del tutorial */
.sbox .hl-content-wrap {
    display: none;
}

.sbox.show .hl-content-wrap {
    display: block;
    color: rgba(255, 255, 255, .6);
    background-color: #0f2f45;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.scajalinks .show-more {
    display: block;
    text-align: center;
    color: yellowgreen;
    text-decoration: none;
}

.scajalinks .show-more:hover {
    color: greenyellow;
}

.scajalinks .hl-mbg {
    display: inline-block;
    vertical-align: middle;
}

.scajalinks .hl-icon-jiantouxia {
    display: inline-block;
    vertical-align: middle;
}

#tutorial.scajalinks {
    line-height: 23px !important;
}</pre></body></html>