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

.primario {color:#69a936 !important}
.secondario {color:#3c6720!important}

a,a:hover,a:active {
    color: #69a936;
    text-decoration: none;
}

.bg-primario {background-color: #69a936 !important }
.bg-secondario {background-color: #3c6720 !important }

.btn-primary {background: #69a936;border-radius: 0px;border:0px;}
.btn-primary:hover {background: #4a7726;}

.navbar {
    border-bottom-color: #69a936;
}

.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover, .dropdown-menu &gt; .active &gt; a:focus {
    background-color: #69a936;
}

#page-content h1,#page-content h2,#page-content h3,#page-content h4,#page-content h5,
th.colored,
#page-content h3 a
{
    color: #69a936;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #3c6720;
    height: 10px;
}

.fancybox-thumbs__list a:before {
    border-color: #69a936 !important;
}

.gradient-bg:after {
    content: '';
    width: 100%;
    height: 100%;
    
    background: -moz-linear-gradient(top,  rgba(229,229,229,0) 0%, rgba(0,51,97,0) 75%, rgba(0,51,97,0.8) 100%);
    background: -webkit-linear-gradient(top,  rgba(229,229,229,0) 0%,rgba(0,51,97,0) 75%,rgba(0,51,97,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(229,229,229,0) 0%,rgba(0,51,97,0) 75%,rgba(0,51,97,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#cc003361',GradientType=0 );

    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 100; 
    -ms-transition: all 0.2s ease;-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;-moz-transition: all 0.2s ease;transition: all 0.2s ease;
}


/* &gt; Medium */
@media(min-width:992px){

    .nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus, .nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus, .current-menu-ancestor &gt; a, .current_page_item &gt; a, .current_page_parent &gt; a {
        background-color: transparent !important;
        border-bottom: 2px solid #69a936;
    }

    .dropdown-menu .current_page_item a {
        background: #3c6720 !important;
    }

}

/* &lt; Medium */
@media(max-width:991px) {
    .navbar-collapse {
        background: #69a936 !important;
    }

    .nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus,
    .nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus
    {
        background: rgba(0,0,0,0.2);
        border:none;
    }
}   

}


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