.rd-navbar-static .rd-navbar-brand img {
    max-width: 300px;
    max-height: 200px;
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link, .rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
    color: #007a33 !important;
    text-decoration: underline;
}

.rd-navbar-static .rd-dropdown-link {
    color: #242424;
}

.rd-navbar-static .rd-dropdown-link:hover {
    color: #007a33 !important;
    text-decoration: underline;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
    color: #007a33 !important;
}

.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
    color: #007a33 !important;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
    color: #007a33 !important;
}

.bg-primary{
    background-color: #007a33 !important;
}

.bg-decor {
    background-color: #c8c9c7 !important;
}

.rd-navbar-static .rd-nav-link:hover {
    color: #007a33;
}

.page .link-social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    background-color: #c8c9c7;
    color: #da291c;
    border-radius: 10em;
}

.page .link-social:hover {
    border-color: #fedd00;
}

a, a:focus, a:active{
    color: #007a33;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
    color: #007a33;
    background: transparent;
}

.rd-navbar-nav-acc .icon, .rd-navbar-nav-acc .icon:focus, .rd-navbar-nav-acc .icon:active {
    color: #007a33;
}

.ui-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 46px;
    color: #ffffff;
    background: #007a33;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: .45s all ease-in-out;
    transform: translate3d(0, 100px, 0);
    box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.09);
    border-radius: 10em;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
    color: #007a33;
}

.post-classic-time {
    color: #007a33;
    font-size: 13px;
    font-weight: 500;
}
.post-noticia {
    text-align: start;
}
.desc-noticia{
    color: dimgrey;
    padding-left: 5px
}

.btn-white, .btn-white:focus {
    color: #007a33;
    background-color: rgba(255, 255, 255, 0.3);
    border-color: transparent;
}

a:hover{
    color: #007a33 !important;
}

.card-corporate .card-arrow {
    position: absolute;
    top: 0;
    bottom: -1px;
    right: -1px;
    z-index: 2;
    width: 70px;
    background: #007a33;
    border-radius: 0 6px 0 0;
    transition: .33s all ease;
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
    color: #ffffff;
    background: #007a33;
}


.img-container:hover{
    transform: scale(1.05);
    opacity: .8;
}

.img-container {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

::selection {
    background: #007a33;
    color: #ffffff;
}

.bg-primary ::selection {
    background: #19914b;
    color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
    background: #007a33;
    border: none;
    border-radius: 0;
    opacity: .2;
}

.cssload-speeding-wheel {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    border: 3px solid #007a33;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    animation: cssload-spin .88s infinite linear;
}

.contact-list dt {
    color: #007a33;
}

.btn-primary.btn-ujarak::before {
    background: #007a33;
}

.btn-primary::after {
    content: '';
    background-color: #007a33;
}

.btn-primary, .btn-primary:focus {
    color: #ffffff;
    background-color: #5d9173;
    border-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:hover, .btn-primary:active, .btn-primary.active {
    color: #ffffff;
    background-color: #007a33;
    border-color: #007a33;
}

.list-marked > li::before {
    content: '';
    position: absolute;
    display: inline-block;
    top: .6em;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 10em;
    background-color: #007a33;
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-static .rd-nav-item.opened .rd-nav-link {
    color: #007a33;
    background: transparent;
}

.rd-navbar-static .rd-navbar-dropdown li > a::after,
.rd-navbar-static .rd-megamenu-list li > a::after {
    color: #007a33;
}

#buttons li {
    float: left;
    list-style: none;
    text-align: center;
    background-color: #007a33;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 150px;
    line-height: 60px;
    border-radius: 15px;
}

#buttons li a {
    text-decoration: none;
    color: #FFFFFF;
    display: block;
}

#buttons li a:hover {
    text-decoration: none;
    border-radius: 15px;
    color: #007a33 !important;
    background-color: #c8c9c7;
    top:-4px;
    box-shadow:0 8px 3px #999
}

.rd-form-inline .btn:hover {
    background-color: #007a33;
    color: #ffffff;
}

.table-custom.table-custom-primary thead th {
    color: #ffffff;
    background: #007a33;
    border: 0;
}


.rd-navbar-fixed .rd-navbar-dropdown > li:hover > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.focus > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.active > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.opened > a {
    color: #ffffff !important;
    background: #007a33;
}




