<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Hygge Child
 Theme URI:    https://www.unl.edu.ar
 Description:  Unl Theme based on Hygge
 Author:       DIPT
 Author URI:   https://servicios.unl.edu.ar/dipt
 Template:     hygge
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hygge-child
*/

body{
    background: #fff !important;
}

.navbar-default .navbar-nav&gt;.active&gt;a, 
.navbar-default .navbar-nav&gt;.active&gt;a:hover, 
.navbar-default .navbar-nav&gt;.active&gt;a:focus {
    background: none !important;
    white-space: pre-line;
}

.parrafo-destacado { 
    font-size: 25px;
    text-align: center;
    color: #0080a6 !important;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
    line-height: 33px;
}
.parrafo-destacado:after { 
    clear:both;
}

.p-cabecera-categoria{
  font-size: 25px !important;
  font-weight: lighter  !important;
  line-height: 33px  !important;
  max-width: 90%;
  padding-left: 0;
  margin-top: 46px !important;
  margin-bottom: 73px !important;
  margin-left:auto;
  margin-right:auto;
}
@media (min-width:640px) and (max-width:960px) {
  .p-cabecera-categoria {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
@media screen and (max-width:640px) {
  .p-cabecera-categoria {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

#glt-translate-trigger{
  background: rgba(0,139,184,.25) !important;
transition:all .3s ease;
text-shadow:none !important;
box-shadow: none !important;

}

#glt-translate-trigger:hover{
  background: rgba(0,139,184,1) !important;
}

.unl_fila_oculta{
	display:none !important;
}</pre></body></html>