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

html, body {
    font-family: 'Work Sans', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.function_bar .nombre_instalacion {
    font-family: 'Work Sans', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.location_bar .ubicacion_frame {
    font-family: 'Work Sans', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.function_bar .app {
    font-family: 'Work Sans', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;    
}


/*para mostrar todo el largo del nombre del campus en los moviles*/
@media only screen and (max-width: 1200px){
    .function_bar .nombre_instalacion {
	max-width: 100% !important;
    }
}

@media only screen and (max-width: 1400px) {
    .function_bar .nombre_instalacion {
	max-width: 100% !important;
    }
}



/*a pedido del cliente*/
.header_aula h1 {
    font-family: 'Work Sans', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.escritorio .lista_aulas h4 {
    font-family: 'Work Sans', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.corte_palabras {
    font-family: 'Work Sans', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*Cambios en catalogo*/

.catalogo_lista &gt; ul &gt; li .resalta {

    color: #FFFFFF;
    background-color: #666666;
    font-weight: 800;
}


.catalogo_lista &gt; ul &gt; li .detalle:hover {
    background-color: #666666;
}

.catalogo_lista &gt; ul &gt; li .resalta:after {

    border-color: transparent transparent #888888 transparent;
}


.catalogo_lista h2 {
    font-weight: 575;

}

.catalogo_lista &gt; ul &gt; li .costo {

    font-weight: 575;
}


.catalogo_view .resalta {

    font-weight: 800;
    background-color: #666666;

}

</pre></body></html>