<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body{
    background-color: rgba(56, 124, 1, 0.473);
    margin: 0;
    padding: 0;
    font-family: monserrat, roboto;
    font-size: 30px;
}
.banner{
background-color: rgba(56, 124, 1, 0.473);
    margin: 40px;
    margin-top: 0;
    margin-bottom: 5px;
    width: 95%;
    height: auto;
    border-radius: 6px;
    align-items: center;
    align-content: center;
    justify-content: center;
    box-sizing: border-box;
    display: flex;
}
.banner-img{
    justify-content: center;
    align-items: center;
    align-self: center;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 40px;
    width: 95%;
    height: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}
nav{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgba(64, 140, 30, 1);
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    flex-wrap: wrap;
    width: 95%;
    height: 40px;
    margin-left: 40px;
    font-family: monserrat, roboto;
    font-size: 0.8em;
    text-decoration: none;
    gap: 30px;
    top: 0px;
    position: sticky;
    z-index: 1000;
}
h1{
    text-align: center;
    font-family: monserrat, roboto;
    font-size: 2em;
    font-weight: 600;
    padding: 10px;
    border-radius: 10px;
}
p{
    text-align: center;
    font-family: monserrat, roboto;
    font-size: 0.8em;
    font-weight: 600;
    margin: 0;
}
h2{
    text-align: center;
    font-family: monserrat, roboto;
    font-size: 1.2em;
    font-weight: 600;      
}
h3{
    position: -webkit-sticky;
    top: 40px;
    position: sticky;   
    background-color: rgba(64, 140, 30, 1);
    color: #e09101;
    text-align: center;
    font-family: monserrat, roboto;
    font-size: 1.2em;
    font-weight: 600;   
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 99%;
    z-index: 1000;
}
a{
    text-decoration: none;
    color: #e09101;
    font-family: monserrat, roboto;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    justify-content: center;      
}
.box-img{
    padding: 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-top: 10px;
    border-radius: 20px;
    height: 70%;
    width: 70%;
}
.productslist{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: rgba(64, 140, 30, 0.582);
    width: 95%;
    height: 30%;
    margin: 40px;
    padding-bottom: 15px;
}
.productslist-lines{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 6px;
    width: 95%;
    gap: 1%;
}
.productsitembig{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(64, 140, 30, 0.582);
    border-radius: 10px;
    width: 600px;
    height: 600px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    text-align: center;
    font-family: monserrat, roboto;
    font-size: 1em;
    text-decoration: none;
    white-space: pre-wrap;
}
.productsitem{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(64, 140, 30, 0.582);
    border-radius: 10px;
    width: 400px;
    height: 400px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    text-align: center;
    font-family: monserrat, roboto;
    font-size: 1em;
    text-decoration: none;
    white-space: pre-wrap;
}
.productsitem:hover{
    background-color: rgb(44, 148, 40);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    transition: background-color 0.5s ease, box-shadow 0.5s ease;
    transform: scale(1.05);
    cursor: pointer;
}
.catalogs{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(64, 140, 30, 0.582);
    border-radius: 10px;
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1); 
    box-sizing: border-box;
    text-align: center;
    font-family: monserrat, roboto;
    font-size: 1em;
    text-decoration: none;
}
.catalogs:hover{
    background-color: rgb(44, 148, 40);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    transition: background-color 0.5s ease, box-shadow 0.5s ease;
    transform: scale(1.05);
    cursor: pointer;
}
.aclaracion{
    margin: 10px 0;
    color: rgba(37, 80, 116, 0.603);
    font-family: Helvetica, sans-serif;
    font-size: 0.6em;
    font-weight: 600;
}
.intro{
    text-align: center;
    font-family: monserrat, roboto;
    font-size: 1em;
    font-weight: 600;      
    background-color: rgba(64, 140, 30, 0.582);
    border-radius: 10px;
    padding: 10px;
    margin: 40px;
    width: 95%;
    height: 10%;
    box-sizing: border-box;
}
footer{
    text-align: center;
    font-family: monserrat, roboto;
    font-size: 0.5em;
    font-weight: 600;      
    background-color: rgba(64, 140, 30, 0.582);
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
}</pre></body></html>