<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --primary-color: white;
    --secondary-color: #7d9396;
}

/*
.nav_tr{
    background-color: white;
    color: #fff;
}
*/
html, body{
	font-size: 20px;
	font-family: "proxima-nova",sans-serif;
}

.header_logo img {
    max-height: 60px;
}

.menu {
    background-color: white;
}

.nav-tabs&gt;li&gt;a, .pactual{
	background-color: #dedede;
}

.actual_descripcion{
	overflow: initial;
}

/* TamaÃ±o de pantalla*/
.tiempo_real_content{
	grid-gap: 0px;
}


/* @media (max-width: 1550px){
 	.ficha_tr{
		height: 89%;
	}
} */

@media (max-width: 768px){
	.tr_user_product{
		max-height: none;
	}
}


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