.partner-hero h3,
header.prices h3 {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    color: #FFF;
}

.partner-hero h3{
    color: var(--facilcred-color);
}

.partner-hero .sub{
    color: gray;
    font-size: .875rem;
}

.seeds-container {
    padding: 2rem 3rem 1rem 3rem;
}

header.prices {
    /* background-image: url('../images/bg-white.jpg'); */
}

.partner-hero,
header.directive,
header.prices {
    margin-top: var(--nav-size);
    min-height: calc(100vh - var(--nav-size));
    padding: 3rem 0;
    display: flex;
    align-items: center;
    width: 100%;
    background-size: cover;
    background-position: center;
}

header.directive {
    min-height: calc(75vh - var(--nav-size));
    background-image: url('../images/directiveTeam.jpg');
}

/* Media Query for Tablets */
@media only screen and (max-width: 1024px) {
    header.prices {
        min-height: 250px;
    }
}

/* Media Query for Mobile Devices */
@media only screen and (max-width: 600px) {
    header.prices {
        min-height: 200px;
        top: 50px;
        background-position: top;
    }
}

.prices-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(35vh);
}

.parceiros {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(35vh);
}


.box {
    height: 200px;
    border: 1px solid var(--facilcred-color);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;

    font-size: 1rem;
    font-weight: 300;
    padding: 1rem;
}

.box:hover{
    background-color: #f76b1c;
}

.box:has(:hover) .box p{
    color: #FFF;
}

.box p{
    text-align: center;
    color: #000;
}


.container-1 {
    display: flex;
    padding-left: 21rem;
    align-items: center;
    gap: 20px;
    min-height: 34vh;
}

.select-container {
    border: 1px solid var(--facilcred-color);
    padding: 5px 15px;
    border-radius: 0px;
    position: relative;
}

.select-container select {
    border: none;
    font-size: 14px;
    padding: 5px 0;
    outline: none;
    appearance: none;
    background: transparent;
    color: #333;
    font-weight: 400;
    cursor: pointer;
}

.select-container label {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
    display: block;
}

.button {
    border: 1px solid var(--facilcred-color);
    background-color: white;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.button:hover {
    background-color: var(--facilcred-color);
    color: white;
}

.prices .col-lg-5 a {
    border-radius: 50px;
    border: 1px solid var(--color-green);
    padding: .7rem 1.2rem;
    background-color: transparent;
    color: #FFF;
    font-size: 1rem;
}

.download-btn {
    background-color: transparent;
    /* border: 1px solid #8a8787; */
    border: 1px solid var(--facilcred-color);
    color: var(--facilcred-color);
    padding: 1rem;
    font-size: 1em;
    cursor: pointer;
    border-radius: 40px;
    transition: background-color 0.3s, color 0.3s;
}

.download-btn:hover {
    background-color: var(--facilcred-color);
    color: #fff;
}

.facilcred-04 p,
.facilcred-13 p,
.about-us-our-history p {
    color: rgba(51, 51, 51, 1);
    font-size: 1rem;
    font-weight: 300;
    line-height: 27px;
    text-align: justify;
}

.facilcred-04 p.title,
.facilcred-13 p.title,
.about-us-our-history .col-right h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 48px;
    color: #f76b1c;
}



.container-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 50px;
    max-width: 1200px;
    margin: auto;
}

.year-card {
    background-color: #E74C3C;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.year-card h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: white;
}

.year-card p {
    font-size: 16px;
    line-height: 1.6;
    color: white;
}

.portfolio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.portfolio-item {
    text-align: center;
}

.portfolio-item img.avatar {
    width: 107px;
    height: 107px;
    border-radius: 50%;
}

.portfolio-item p {
    margin: 0;
}

.portfolio-item p.title {
    color: rgba(51, 51, 51, 1);
    font-size: 1rem;
    font-weight: 600;
}

.portfolio-item p.sub {
    color: rgba(150, 147, 147, 1);
    font-size: .875rem;
    font-weight: 400;
}