﻿.text-primary {
    color: #336147 !important;
}

.btn-outline-success {
    color: #336147;
    border-color: #336147;
}

.btn-outline-success:hover {
    background-color: #2A4F3A;
    color: white;
}


.text-justify{
    text-align: justify !important;
}

.bg-primary {
    background: #336147 !important;
}
.btn-primary {
    background: #336147 !important;
    border: none !important;
    --bs-btn-hover-bg: #294f3a !important;
}

.bg-secundary {
    background: #8B4513 !important;
}
.btn-secundary {
    background: #8B4513 !important;
    border: none !important;
    --bs-btn-hover-bg: #703810 !important;
}


.text-orange {
    color: orange !important;
}

.card-hover {
    transition: all 0.2s;
}

.card-hover:hover {
    box-shadow: 0 5px 10px rgb(0 0 0 / 0.3) !important;
}

.text-saddlebrown {
    color: saddlebrown !important;
}

@media (max-width: 991px) {

    .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
}