<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: Nexa Light;
	src: url(ANTONIO-REGULAR.TTF);
  }

  @font-face {
	font-family: NexaBlack;
	src: url(ANTONIO-BOLD.TTF);
  }

  @font-face {
	font-family: personal;
	src: url(PERSONAL.OTF);
  }

  @font-face {
	font-family: titulos;
	src: url(PointedlyMad.ttf);
  }

body {
	font-family: 'Nexa Light';
	font-weight: 400;
	color: rgb(255, 255, 255);
	font-size: 20px;
	line-height: 20px;
	width: 100%;
	background-image: url('../fondo-canillas.png');/* lo agregue */
	background-size: contain;

}
.titles{
	font-family:'personal' !important;
	font-size: 25px !important;

}

.amargura{
	max-width:24px;
	transform: rotate(
		180deg
		);
}

.amargura2{
	max-width:24px;
	
}

.tipo{
	max-width:115px;
	
}



.grid{
	display: grid;
    /* grid-row: 4; */
    grid-template-columns: repeat(6, 20px);
	margin-top: -4px;
}

.subamargor{
font-size: 13px;
}

.columna1
{
	display: grid;
    grid-template-columns: repeat(2, 15px);

}

.columna2 {
    display: grid;
    grid-template-columns: 139px;
}

.volver{
    position: sticky;
    top: 68px;
    right: 0px;
    bottom: 0px;
    max-width: 49px;
    float: right;
}

.txtcol1{
	
		font-size: 38px;
		margin-top: 5px;
	
}

.txtcol2{
	font-size: 13px;
    margin-top: 2px
}

.align-items-start {
    border-bottom: dotted;
    margin-bottom: 5px;
}

.copa{
	max-width: 28px;
}

.clasificacion
{
	margin-top: -66px;
    padding: 23px;
}


@media (min-width: 860px)
    {
.columna2 {
    display: grid;
    grid-template-columns: 328px;
}


	}

	@media (min-width: 900px)
    {
		.desk
{
	display:block;
}
	}

	@media (max-width: 889px)
    {
		.desk
{
	display:none;
}
	}



	.linea {
		/* margin: 0px 20px; */
		/* width: 100%; */
		border-top: 6px solid #00f590;
		position: relative;
		top: 10px;
		float: left;
	}
	  
	.leyenda {
		
		/* float: left; */
	}

	   @media (max-width: 900px){
	   .columna1 {
		display: grid;
		grid-template-columns: repeat(2, 15px);
		left: -16px;
	}
	   }

	   .sidenav3
	   {
		   display:none;
	   }  

	   #menu {
		/* background-color: rgba(0,0,0,0.50); */
		
		margin-top: -8px !important;
	}

	@media (min-width: 768px){
	.desk {
		margin: 0px 12px !important;
		float: left;
		width: auto;
		max-width: 117px;
		max-height: 137px;
		position: fixed;
		z-index: 9999;
	}
}

.container3 {
   
    padding-top: 0px !important;
}

.logoWeb2 {
    /* margin: -42px 31px; */
    float: left;
    width: auto;
    max-width: 77px;
}

.container4 {
   
    position: fixed !important;
	left: 94% !important;
   
}

@media (max-width: 900px) { 
	.logoWeb2 {
		/* margin: -42px 31px; */
		float: left;
		/* width: auto; */
		max-width: 66px;
		margin-left: -66px;
		margin-top: -1px;
	}
.tipo {
    max-width: 115px;
    
}

.columna2 {
    display: grid;
    grid-template-columns: 100px;
    /* margin-left: 15px; */
}

.align-items-start {
    border-bottom: dotted;
    margin-bottom: 15px;
}

}


.logoWeb2 {
    /* margin: -42px 31px; */
   
    max-width: 63px !important;
}

.titulo
{
	
}
.leyenda
{
	
}
</pre></body></html>