<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*primario*/
.btn-primary, .btn-primary.disabled, .btn-primary.disabled:focus {
  background-color: #df1c84;
}
 body:not(.isTablet) #indice .units ul li:hover, #indice .units ul li:focus, #indice .units ul li.active {
  background: #df1c84 !important;
}
 .add {
    background: #df1c84 !important;
}
/*secundario*/
a:hover,
a:active,
a:focus {
  color: #df1c84;
}
.body_clase .navbar.libro:after {
    border-top: 10px solid #df1c84 !important;
}
.btn-primary, .btn-primary.disabled, .btn-primary.disabled:focus {
  background-color: #df1c84;
}
body:not(.isTablet) #indice .units ul li:hover, #indice .units ul li:focus, #indice .units ul li.active {
  background: #df1c84 !important;
}
.add {
    background: #df1c84 !important;
}
#indice .unit-content .header {
   background-image: url('/useruploads/resources/HFL5PBanner.png') !important;
}
#indice .unit-content .header .title {
  text-shadow: 3px 2px black;
}</pre></body></html>