.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    
    flex-wrap: wrap;
}

.btn-rounded {
    border-radius: 35px;
}
.btn-outline {
    border-width: 1px;
    padding: 7.728px 14.928px;
    padding: 0.483rem 0.933rem;
}
.btn-outline.btn-secondary {
    color:#00A253;
    background-color: transparent;
    background-image: none;
    border-color: #00A253;
}
.btn-primary {
    --hover: #f9cc38;
    background-color: #F8C313;
    border-color: var(--primary) var(--primary) var(--primary-300);
    color: var(--primary-inverse);
}  
.btn-secondary {
    --hover: #00A253;
    background-color: #00A253;
    border-color: #00A253;
    
}
.btn.btn-py-2 {
	padding-top: 12px;
	
	padding-bottom: 12px;
	
}
.btn.btn-px-2 {
	padding-left: 18px;
	
	padding-right: 18px;
	
}

.text-color-tertiary, .text-tertiary {
    color: #07542A!important;
}

.text-color-secondary, .text-secondary {
    color: #00A253!important;
}
.card {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.position-absolute {
    position: absolute !important;
}
.d-flex {
    display: flex !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 992px)   {
    .text-lg-end {
        text-align: right !important;
    }
} 
@media (min-width: 992px) {
    .text-lg-start {
        text-align: left !important;
    }
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #F8C313 !important;
}
.w-100 {
    width: 100% !important;
}
.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}
.pb-2 {
    padding-bottom: .5rem !important;
}
.p-0 {
    padding: 0 !important;
}    
.p-5 {
    padding: 3rem !important;
}   
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}

@media (min-width: 992px) {
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 992px) {
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
}
.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-2 {
    margin-bottom: .5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-lg-5 {
    margin-bottom: 3rem !important;
}
.mb-xl-5 {
    margin-bottom: 3rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mt-2 {
    margin-top: .5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.m-0 {
    margin: 0 !important;
}
.m-2 {
    margin: .5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
@media (min-width: 992px) {
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
}
@media (min-width: 992px)  {
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 1200px) {
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
}
@media (min-width: 1200px) {
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
}
.bg-color-secondary, .bg-secondary {
    background-color: #00A253 !important; 
}
.bg-color-tertiary, .bg-tertiary {
    background-color: #07542A !important; 
}
.bg-color-quaternary, .bg-quaternary {
    background-color: #F1F3E7 !important;
}       


section.section {
    margin: 30px 0;
    padding: 50px 0;
}


@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

.d-none {
    display: none ;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}       

.justify-content-center {
    justify-content: center !important;
}
      





ul.navigation a:hover {
    color: #438333 !important;
    text-decoration:none;
   
}
ul.navigation p.titulo {
    font-weight: bold;
}
.accordion-toggle {
    background-color: #FAC300 !important;
}

.text-color-dark, .text-dark {
    color: #212529 !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-9-box {
    flex: 0 0 auto;
    width: 75%;
    margin:auto;
}
@media (min-width: 992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
}
.col {
    flex: 1 0 0%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}   
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.social-icons li {
    display: inline-block;
    margin: -1px 1px 0 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
}

.border-0 {
    border: 0 !important;
}
.card-body {
    padding: 32px;
    padding: 2rem;
    position: relative;
    z-index: 1;
}
.align-items-center {
    align-items: center !important;
}
@media (min-width: 992px) {
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
}
.list.list-icons.list-icons-lg.list-icons-style-2 li {
    padding-top: 8px;
    padding-left: 22px;
}
.section-height-3 {
    padding: 73.846px 0;
    padding: 4.6153846154rem 0;
}
section.section.section-height-3 {
    padding: 73.846px 0;
    padding: 4.6153846154rem 0;
}
.feature-box {
    display: flex;
}
.feature-box.feature-box-style-2 .feature-box-icon {
    background: transparent;
    top: -3px;
}
.feature-box .feature-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;    
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    top: 7px;
    text-align: center;
    padding: 0.8em;
    height: 1px;
    width: 2.7em;
    height: 2.7em;
}
.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-2 .feature-box-icon .icons {
    font-size: 1.7em;
}
.feature-box .feature-box-info {
    flex: 1 1 100%;
    padding-left: 15px;
}   
.custom-z-index-1 {
    z-index: 10;
}
.feature-box {
    display: flex;
}

.feature-box.feature-box-style-2 .feature-box-icon {
    background: transparent;
    top: -3px;
}
.feature-box .feature-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 100%;
    color: var(--light);
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    top: 7px;
    text-align: center;
    padding: 0.8em;
    height: 1px;
    width: 2.7em;
    height: 2.7em;
}

.offset-1 {
    margin-left: 8.33333333%;
}
.card-background-image-hover {
    background-size: cover;
    background-position: center;
}

.icon-graph {
    font-family: simple-line-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.card-title {
    
    color: #212529;
}
.panel-success>.panel-heading {
    color: #212529 !important;
    background-color: #f9cc38;;
    border-color: #d6e9c6;
}