<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*TABLAS PRECIOS*/
.price{
        border-collapse: collapse;
        font-family: Roboto Mono, sans-serif;
}
th{
    border: 1px solid #61ce70;
	    background-color: #61ce70;
    padding: 0.5rem 0.5rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 1px;
    font-family: Roboto Mono, sans-serif;
}
td{
        border: 1px solid #61ce70;
        border-collapse: collapse;
        padding: 0.3rem .4rem;
        font-family: Roboto Mono, sans-serif;
}

.fprice, .precio-en-soles{
    font-weight: 700;
    text-align: center;
    font-family: Roboto Mono, sans-serif;
}

.contenido-dinamico &gt; h3{
    font-size: 1.5rem;
    font-weight: 400;
    font-family: Roboto Mono, sans-serif;
}

.contenido-dinamico &gt; .warning{
    border: 1px solid rgba(241, 142, 6, 0.81);
    background-color: rgba(220, 128, 1, 0.16);
    padding: 1rem;
    border-radius: 8px;
    color: #000000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23F18E06' viewBox='0 0 256 256'%3E%3Cpath d='M215.46,216H40.54C27.92,216,20,202.79,26.13,192.09L113.59,40.22c6.3-11,22.52-11,28.82,0l87.46,151.87C236,202.79,228.08,216,215.46,216Z' opacity='0.2'%3E%3C/path%3E%3Cpath d='M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM222.93,203.8a8.5,8.5,0,0,1-7.48,4.2H40.55a8.5,8.5,0,0,1-7.48-4.2,7.59,7.59,0,0,1,0-7.72L120.52,44.21a8.75,8.75,0,0,1,15,0l87.45,151.87A7.59,7.59,0,0,1,222.93,203.8ZM120,144V104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,180Z'%3E%3C/path%3E%3C/svg%3E");
          background-repeat: no-repeat;
              padding-left: 4rem;
              background-position: 0.8rem 2rem;
              margin-bottom: 1rem;
              font-family: Roboto Mono, sans-serif;
}
</pre></body></html>