@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('mega-menu.css');

/* Mega menu */

.navbar .megamenu {
    padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

/* End megamenu */

:root {
    --lexend: "Lexend", sans-serif;
    --facilcred-color: rgba(225, 84, 15, 1);
    --facilcred-color-2: rgba(245, 174, 8, 1);
    --facilcred-color-3: rgba(249, 122, 0, 1);
    --abz: "ABeeZee", sans-serif;
    --nav-size: 130px;
    --text-gray: rgba(179, 179, 179, 1);
}

* {
    font-family: var(--lexend);
    font-size: .9rem;
}

a {
    color: #FFF;
    text-decoration: none;
}

.f-13 {
    font-size: 13px !important;
}

.p-static {
    position: static;
}

.facilcred-navbar-collapse {
    justify-content: end;
}

.navbar.navbar-main {
    background-color: #FFF !important;
    padding: .6rem 0;
    width: 100%;
    z-index: 9999;
    top: 0;
    border-bottom: .5px solid var(--facilcred-color);
}

.navbar.main-facilcred {}

.navbar-sub {
    margin-bottom: .5rem;
}

.navbar-sub a {
    color: #000;
    font-size: 9px;
    font-weight: 300;
    text-align: left;
}


.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 19.5px;
    margin-right: 1rem;
}


.navbar-light .language {
    color: gray;
    font-weight: 300;
    font-size: .813rem;
}

.navbar-light .language.active {
    color: var(--facilcred-color-2);
}

.navbar-light .navbar-nav .nav-link.active {
    border-bottom: 5px solid var(--facilcred-color);
}

.navbar-light .navbar-nav .nav-item a:hover {
    color: var(--facilcred-color);
    font-weight: 600;
}

.navbar .fa-search {
    font-size: 20px;
    color: var(--facilcred-color);
}

.navbar .btn-search {
    color: #FFF;
    background-color: var(--facilcred-color);
}

.navbar .btn-search:hover {
    color: #FFF !important;
    font-weight: unset !important;
}

.navbar .btn,
.navbar .btn-search {
    border-radius: 50px;
    padding: .3rem 1.25rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 27px;
}

.navbar .btn-outline-facilcred {
    border-color: var(--facilcred-color);
    color: var(--facilcred-color)
}

.navbar-extra {
    position: absolute;
    width: 100%;
    background: rgba(159, 159, 159, 0.6);
    top: calc(var(--nav-size));
    padding: 1.85rem 0 0 0;
}

.navbar-extra p {
    margin: 0;
    font-size: .675rem;
    font-weight: 500;
}

.navbar-extra p a {
    color: #FFF;
    text-decoration: none;
}

.navbar-extra p a.active {
    padding-bottom: .3rem;
    border-bottom: 3px solid #000;
}

.navbar-extra p.title,
.navbar-extra p.title a {
    font-size: .85rem;
    font-weight: 500;
    color: #000;
}

.custom-nav-list {
    padding-left: 0;
}

.custom-nav-list li {
    list-style: none !important;
    position: relative;
    padding-left: 25px;
}

.custom-nav-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 25px;
    height: 25px;
    background-image: url('../icons/arrow-right-orange.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-facilcred {
    background-color: var(--facilcred-color-2) !important;
}

.bg-facilcred-2 {
    background-color: var(--facilcred-color) !important;
}

.bg-facilcred-3 {
    background-color: var(--facilcred-color-3) !important;
}

.bg-violet {
    background-color: rgba(168, 19, 171, 1) !important;
}

.btn-transparent {
    background: transparent;
    border: unset;
    text-decoration: none;
}

.main {
    /* margin-top: var(--nav-size); */
    min-height: calc(100vh - var(--nav-size) - 75px);
    padding: 3rem 0 0 0;
    display: flex;
    align-items: center;
    /* background-color: var(--facilcred-color-2); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* height: 525px; */
}

.main.home-01 {
    background-color: #FFF;
}

.main.home-02 {
    background-image: url('../images/2025/banner-inicial-01.jpg') !important;
    background-color: rgba(255, 191, 63);
}

.main.home-03 {
    background-image: url('../images/2025/banner-inicial-02.jpg') !important;
    background-color: rgb(255, 198, 65);
}

.main.home-04 {
    background-image: url('../images/2025/banner-inicial-03.jpg') !important;
    background-color: rgb(255, 198, 65);
}


.main h3 {
    font-size: 40px;
    font-weight: 900;
    line-height: 120%;
    text-align: left;
}

.main .sub {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
}

main .sub {
    text-align: justify;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 27px;
    margin: 1.5rem 0;
}

.btn,
section .btn-outline-facilcred,
.btn-outline-white {
    font-size: 1.125rem;
    padding: .75rem 1rem;
}

.main .btn-outline-white {
    border: 3px solid #FFF;
}

.calc {
    background-color: rgba(255, 255, 255, 0.47);
    padding: 1rem 1.25rem;
    border: 1px solid var(--facilcred-color-2);
    border-radius: unset;
    position: relative;
    /* box-shadow: 0 0 0 .25rem rgb(245 174 10 / 45%); */
    box-shadow: .25rem .25rem rgb(125 125 124 / 30%);
}

.calc .col-12 {
    background-color: #FFF;
    margin-bottom: .75rem;
    border-radius: unset;
    border: 1px solid var(--facilcred-color-2);
    padding: .5rem;
}

.calc p {
    margin: 0;
}

.calc select {
    border: unset;
    padding: .3rem 0;
    appearance: auto;
}

.calc .col-12 .detail input:focus,
.calc select:focus {
    box-shadow: unset;
}

.calc .col-12 p.title {
    font-size: .976rem;
    font-weight: 300;
}

.calc .col-12 .detail .d-1 {
    font-size: 1.084rem;
    font-weight: 400;
}

.calc .col-12 .detail .d-2 {
    font-size: 1.25rem;
    font-weight: 500;
}

.calc .col-12 .detail input {
    text-align: right;
    border: unset;
    background-color: transparent;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 0;
}

.calc button {
    display: flex;
    justify-content: space-between;
    padding: .75rem 1.25rem;
    margin: .5rem 0;
    font-size: 1rem;
    background-color: var(--facilcred-color);
}

.calc-footer {
    font-size: .75rem;
    font-weight: 300;
    color: #FFF;
    text-align: justify;
}

.btn-outline-white {
    border: 1px solid #FFF;
}

.calc .loading {
    position: absolute;
    width: 90%;
    height: 95%;
    background-color: rgba(225, 84, 15, .5);

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;

    padding: 1rem;
}

.btn-outline-facilcred {
    border: 1px solid var(--facilcred-color-2);
}

.btn-outline-facilcred-with-hover {
    border: 1px solid var(--facilcred-color);
    color: var(--facilcred-color);
}

.btn-outline-facilcred-with-hover:hover {
    color: #FFF;
    background-color: var(--facilcred-color);
}

.btn-facilcred {
    border: 1px solid var(--facilcred-color-2);
    background-color: var(--facilcred-color-2);
    color: #FFF;
}

.btn-facilcred-3 {
    border: 1px solid var(--facilcred-color-3);
    background-color: var(--facilcred-color-3);
    color: #FFF;
}

.btn-rounded-border {
    border-radius: 50px;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
}

.upper {
    text-transform: uppercase;
}

.text-facilcred {
    color: var(--facilcred-color) !important;
}

.text-facilcred-3 {
    color: var(--facilcred-color-3);
}

.text-facilcred-4 {
    color: var(--facilcred-color-3);
}

form.style1 input {
    border-radius: unset;
    border: 1px solid #FFF;
    padding: .75rem 1rem;
    color: rgba(228, 228, 231, 1);
    font-size: 18px;
    font-weight: 300;
}

form.style1 input::placeholder {
    color: rgba(228, 228, 231, 1);
}

form.style1 .input-file {
    border: 1px solid #FFF;
    border-radius: unset;
    background-color: #FFF;
    padding: .75rem 1rem;
}

form.style1 .input-file p {
    color: rgba(228, 228, 231, 1);
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

form.style1 .input-file button {
    font-size: .75rem;
    font-weight: 400;

    background-color: var(--facilcred-color-2);
    border-radius: unset;
    border: 1px solid var(--facilcred-color-2);
    color: #FFF;
    padding: .5rem 1rem;
    height: 100%;

}

.facilcred-3 form.style1 .input-file button {
    background-color: var(--facilcred-color-3);
    border: 1px solid var(--facilcred-color-3);
}

.copyright {
    background-color: #FFF;
    color: gray;
}

.copyright {
    font-size: 13px;
    font-weight: 300;
}

.copyright a {
    color: var(--facilcred-color-2);
    text-decoration: none;
}


.facilcred-01 {
    width: 100%;
    min-height: calc(100vh - var(--nav-size) - 18px);
    display: flex;
    position: relative;
    overflow: hidden;
}

.facilcred-01 .col-01 {
    width: 50%;
}


.scroll-container {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    /* white-space: nowrap; */
}

.scroll-content {
    display: inline-block;
}

.scroll-container::-webkit-scrollbar {
    display: none;
}

.swiper-01,
.swiper-03 {
    width: 100%;
    height: 100%;
}

.swiper-01 .swiper-slide,
.swiper-03 .swiper-slide {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    min-height: calc(100vh - var(--nav-size) - 18px);
    padding: 3rem 1rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-02 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .swiper-01 .swiper-slide {
        width: 45%;
        padding: 3rem 5rem;
    }

    .swiper-03 .swiper-slide {
        width: 35%;
        padding: 3rem 5rem;
    }

    .swiper-02 .swiper-slide {
        width: 60%;
    }

    .swiper-01 .swiper-slide:nth-child(2n) {
        width: 35%;
    }

    .swiper-01 .swiper-slide:nth-child(3n) {
        width: 35%;
    }

    .swiper-01 .swiper-slide:nth-child(3n) {
        width: 35%;
    }
}

.facilcred-01 .pac-01 {
    background-image: url('../images/pac-01.png');
    background-size: cover;
}

.facilcred-01 .pac-02 {
    background-color: rgba(225, 84, 15, 1);
}

.facilcred-01 .pac-03 {
    background-color: rgba(168, 19, 171, 1);
}

.swiper-01 .title,
.swiper-03 .title {
    font-weight: 700;
    font-size: 1.125rem;
}

.swiper-01 .info .title,
.swiper-03 .info .title {
    font-weight: 900;
    font-size: 2rem;
    color: #FFF;
    margin: 0;
}

.swiper-01 .info .sub,
.swiper-03 .info .sub {
    font-weight: 300;
    font-size: .875rem;
    color: rgba(255, 255, 255, 1);
    text-align: start;
    line-height: 24.5px;
}

.swiper-01 a,
.swiper-03 button {
    padding: .75rem 1.25rem;
    color: #FFF;
    cursor: pointer;
}

.facilcred-02 .title {
    margin: 0;
    color: var(--facilcred-color);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 50px;
}

.facilcred-03 {
    background-image: url('../images/mission.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.facilcred-03 .col-left .title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--facilcred-color);
}

.facilcred-03 .stats {
    color: #FFF;
    font-size: .875rem;
    font-weight: 300;
    margin: 0;
}

.facilcred-03 .ceo-message-short p {
    font-size: .875rem;
    color: #FFF;
    font-weight: 300;
    text-align: justify;
}

.facilcred-03 .ceo-message-short p.title {
    font-weight: 600;
}

.facilcred-03 .col-left .sub,
.facilcred-04 .text {
    color: rgb(47, 47, 47);
    margin: 0;
    font-size: .875rem;
    text-align: justify;
}

.facilcred-04 {
    background-color: var(--facilcred-color);
    color: #FFF;
}

.facilcred-04 .text {
    font-weight: 300;
    color: #FFF;
}

.facilcred-04 .title {
    font-weight: 500;
    font-size: 1.125rem;
    margin-bottom: .5rem;
}

.faqs h2 {
    font-weight: 900;
}

.faqs {
    padding: 3rem 0;
}

.faqs .accordion-item:first-child {
    border-top: 1px solid var(--facilcred-color) !important;
}

.faqs .accordion-item,
.faqs .accordion-item:last-child {
    border-bottom: 1px solid var(--facilcred-color) !important;
}

.faqs .accordion-button {
    padding: 1.5rem 1.125rem !important;
}

.faqs .accordion-item button::after {
    background-image: url("../icons/vuesax/linear/arrow-down.png");
}

.faqs .accordion-item button {
    font-size: 1.125rem;
    font-weight: 300;
    text-align: justify;
}

.faqs .accordion-item button {
    background-color: #FFF;
    color: var(--facilcred-color-3);
}

.faqs .accordion-item button:focus {
    /* box-shadow: 0 0 0 .25rem rgb(245 174 10 / 45%); */
    box-shadow: none;
}

.faqs .accordion-item button[aria-expanded="true"] {
    color: var(--facilcred-color);
}

.faqs .accordion-item .accordion-body {
    font-size: 1.125rem;
    font-weight: 300;
}


.footer {
    background-color: #FFF;
    padding: 1rem;
    min-height: 516px;
}

.footer .footer-title {
    font-size: 22px;
    font-weight: 500;
    font-family: var(--lexend);
    line-height: 50px !important;
}

.footer p {
    margin: 0;
    color: rgba(150, 147, 147, 1);
    font-size: .1rem;
    font-family: var(--lexend);
}

.footer .logo-footer {
    width: 50px;
}

.social-icons img {
    width: 25px !important;
}

.footer p.info-title {
    color: var(--facilcred-color);
    font-size: 18px;
}

.footer p.info,
.footer p.info a {
    color: rgba(150, 147, 147, 1);
}

.footer p.info,
.footer p.info a {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 50px;
    font-weight: 200;
    color: #969393;
    font-family: var(--lexend);

}

.footer .facilcred-footer {
    background-color: var(--facilcred-color-2);
}

.footer .facilcred-footer.facilcred-3 {
    background-color: var(--facilcred-color-3);
}

.footer .address {
    font-size: 14px;
    font-weight: 300;
}

.footer .useful-links ul {
    list-style: none;
    padding: 0;
}

.footer .useful-links ul li {
    margin-bottom: 0;
    line-height: 15px;
}

.footer .useful-links ul li a {
    font-size: 20px;
    font-weight: 300;
    color: #969393;
    text-decoration: none;
    line-height: 50px;
}

.facilcred-05 {
    background-color: var(--facilcred-color);
    color: #FFF;
    min-height: 250px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.facilcred-05 p.title {
    font-size: 1.25rem;
}

.facilcred-05 p.info {
    margin: 0;
    font-size: .9rem;
    color: rgba(255, 255, 255, 1);
    line-height: 25px;
}

.facilcred-05 .col-md-4 {
    display: flex;
    justify-content: center;
}

.whatsapp {
    background-color: rgba(246, 246, 246, 1);
    padding: 1rem;

    display: flex;
    align-items: center;
}

.whatsapp .title {
    color: rgba(168, 19, 171, 1);
    font-size: 2rem;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: -0.02em;
}

.facilcred-05 .whatsapp-01 .title {
    color: #FFF;
    font-size: 2rem;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: -0.02em;
}

.whatsapp .sub {
    color: rgba(41, 45, 50, 1);
    font-size: 1rem;
    font-weight: 300;
    line-height: 27px;
}

.facilcred-06,
.facilcred-07,
.facilcred-09 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.facilcred-06 {
    background-color: var(--facilcred-color-3);
}

.facilcred-07 {
    background-color: var(--facilcred-color);
}

.facilcred-06 p.title,
.facilcred-07 p.title {
    color: #FFF;
    font-size: 1.125rem;
    font-weight: 700;
}


.facilcred-06 .sub,
.facilcred-07 .sub {
    font-size: .875rem;
    font-weight: 400;
    color: #FFF;
    margin: 0;
}

section.available-docs {
    padding: 3rem 0;
    background-color: var(--facilcred-color);
}

section.available-docs .docs-table div {
    background-color: var(--facilcred-color);
    border: 2px solid var(--facilcred-color);
    padding: 1rem;
}

section.available-docs .docs-table.facilcred-3 div {
    background-color: var(--facilcred-color-3);
    color: #FFF;
}

section.available-docs .docs-table div p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    text-align: justify;
    color: #FFF;
}

.facilcred-09 .form-control,
.label-file {
    border: 1px solid var(--facilcred-color);
    border-radius: unset;
    margin-bottom: 3px;
    font-size: .875rem;
    font-weight: 300;
}

.label-file {
    width: 100%;
    padding: .4rem 12px;
    color: gray;
    cursor: pointer;
}

.label-file input {
    display: none;
}


.facilcred-09 button {
    border-radius: unset;
    border: 1px solid var(--facilcred-color);
    background-color: var(--facilcred-color);
    color: #FFF;
    padding: .5rem .75rem;
}

.facilcred-09 h3,
.facilcred-10 h3 {
    color: var(--facilcred-color);
}


.whatsapp img {
    position: absolute;
    left: 15%;
    height: 200%;
}

.text-gray {
    color: gray;
}

.ceo-message {
    color: gray;
    text-align: justify;

    font-family: var(--abz);
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px;

}

@media (min-width: 1024px) {
    header.main::before {
        content: '';
        position: absolute;
        width: 50%;
        background-repeat: no-repeat;
        z-index: -1;
        height: 100%;
        top: 0;
        right: 0;
        background-position: right center;
        background-size: contain;
    }

    header.main.easy-agriculture::before {
        background-image: url('../images/easy-agriculture.png');
    }

    .navbar-nav {
        align-items: center;
        height: 55px;
    }

    .facilcred-03,
    .facilcred-04 {
        padding-left: 10rem;
    }

    .calc {
        z-index: 8;
        width: 270px;
    }
}

header.ceo {
    background-image: url('../images/ceo-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(80vh - var(--nav-size));
    position: relative;
}

header.ceo h3 {
    color: #FFF;
}

header.ceo .info {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 1rem;
}

header.ceo .info p {
    font-size: .875rem;
    color: #FFF;
    margin: 0;
}

header.ceo .info .title {
    font-weight: 300;
}

header.ceo .info .sub {
    font-weight: 500;
}


.indicators {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.indicators p {
    color: #FFF;
    margin: 0;
}

.indicators p.title {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 35px;
}

.indicators p.sub {
    font-size: .875rem;
    font-weight: 400;
}

.indicators p.section-title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 37.5px;
}

.account-reports {
    background-image: url('../images/account-reports.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.header.prices {
    background-image: url('../images/2b0855a220498c27cb5c94fb7ce6a5bd.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.spacing-10 {
    width: 100%;
    margin: 10rem;
}

.progress-gif span {
    font-size: 20px;
    color: #FFF;
    transition: color 0.3s, transform 0.3s;
}

.progress-gif {
    display: flex;
    color: #fff;
    background: linear-gradient(to right, #fff 0, var(--facilcred-color), #fff 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
    white-space: nowrap;
}

@-moz-keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 180px;
    }

    100% {
        background-position: 180px;
    }
}

@-webkit-keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 180px;
    }

    100% {
        background-position: 180px;
    }
}

@-o-keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 180px;
    }

    100% {
        background-position: 180px;
    }
}

@keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 180px;
    }

    100% {
        background-position: 180px;
    }
}

.swiper-hero .swiper-button-prev {
    left: 45%;
}

.swiper-hero .swiper-button-next {
    right: 45%;
}

.swiper-hero .swiper-button-prev,
.swiper-hero .swiper-button-next {
    top: 90%;
}

.swiper-hero .swiper-button-prev:after {
    content: url('../images/icons/arrow-left.png') !important;
}

.swiper-hero .swiper-button-next,
.swiper-hero .swiper-button-prev {
    opacity: 1 !important;
}

.swiper-hero .swiper-button-next:after {
    content: url('../images/icons/arrow-right.png') !important;
}


@media (max-width: 1024px) {
    .navbar-extra {
        position: relative;
        background-color: var(--facilcred-color-2);
        padding: 3rem 0;
    }

    .swiper-hero .swiper-button-prev {
        left: 37.5%;
    }

    .swiper-hero .swiper-button-next {
        right: 37.5%;
    }
}

.main.product .btn-outline-facilcred {
    color: var(--facilcred-color);
    border: 1px solid var(--facilcred-color);
    background-color: transparent;
    font-size: .875rem;
}

.main.product h3 {
    font-family: var(--lexend);
    font-weight: 900;
    font-size: 35px;
    line-height: 120%;
    letter-spacing: 0%;

}

.main.product .sub {
    font-family: var(--lexend);
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: var(--facilcred-color);
}

.main.product .sub span {
    color: var(--facilcred-color) !important;
    font-size: 20px;
}

.main.product .btn-outline-facilcred:hover {
    background-color: var(--facilcred-color);
}

section.search {
    min-width: calc(100vh - var(--nav-size));
    margin-top: calc(70px + var(--nav-size));
}


section.search .card-result {
    border: 1px solid #eee;
}

section.search .link-result img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

section.search .link-result p {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.containeer {
    text-align: justify;
    margin-top: 5rem !important;
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
}

.simulator {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: end;
    margin-right: 5rem;
    margin-top: 145px;
}

.main.home-01 .hero-btn {
    color: var(--facilcred-color);
    background-color: #FFF;
    border: 1px solid var(--facilcred-color);
    width: 120px;
}

.hero-btn:hover {
    color: #FFF;
    background-color: var(--facilcred-color);
}

.logo-footer {
    width: 100px;
}


.box-doc {
    height: 200px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #f76c1c67; */
    background-color: #f76c1c67;

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

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

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

.box-doc:hover p {
    color: #FFF;
}

.luanda {
    display: none;
}

.facilcred-15 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image: url("../images/family-enjoying.png");
    background-position: center;
    background-size: cover;
}

.facilcred-15 p.title {
    font-size: 1.25rem !important;
    font-weight: 900;
    line-height: 50px;
}

.facilcred-15 .sub {
    font-size: 1rem;
    font-weight: 300;
    line-height: 21px;
    text-align: justify;
}

.facilcred-15 .sub-2 {
    font-family: var(--lexend);
    font-size: 30px;
    font-weight: 900;
    line-height: 37.5px;
}

.facilcred-15 .col-right p {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.8rem;
    text-align: left;
}

.card-mini-products {
    border-radius: 0;
    border: 1px solid var(--facilcred-color);
    padding: 2rem;
    color: #FFF;
    cursor: pointer;
    background-color: var(--facilcred-color);
}


.card-mini-products .title {
    font-size: 1.25rem;
    font-weight: 600;
}

.card-mini-products .sub {
    font-size: .875rem;
    font-weight: 400;
    text-align: justify;
}

.card-mini-products .read-more {
    font-size: .875rem;
    border-radius: 50px;
    font-weight: 400;
    border: 1px solid #FFF;
    color: #FFF;
}

@media screen and (min-width: 768px) {
    .facilcred-mini-products {

        z-index: 9;
        position: relative;
    }

}

@media screen and (max-width: 768px) {
    .main h3 {
        font-size: 2rem;
        line-height: 35px;
    }

    .facilred-swiper-testimonal .image {
        margin-bottom: 4rem;
    }
}

.blog .title,
.testimonial .title {
    font-size: 1.25rem;
    font-weight: 600;
}

.blog .card-blog {
    border-radius: 15px 15px 0 0;
    border: 1px solid #d9d9d9;
}

.blog .card-blog .image {
    border-radius: 15px;
    width: 100%;
}

.blog .card-blog .card-body {
    background: #FFF;
    border-radius: 15px 15px 0 0;
    margin-top: -3rem;
    z-index: 3;
    position: relative;
}

.blog .card-blog .card-body .date {
    font-size: .875rem;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
}

.blog .card-blog .card-body .title {
    color: #E1540F;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
}

.blog .card-blog .card-body .content {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    text-align: justify;
}

.blog .card-blog .card-body .read-more {
    border-radius: 50px;
    border: 1px solid var(--facilcred-color);
    font-size: .875rem;
    color: var(--facilcred-color);
}

.blog .card-blog .card-body .read-more:hover {
    color: #FFF;
    background-color: var(--facilcred-color);
}

/* Simulator */

.simulator-calc .options {
    flex-wrap: wrap;
}

.simulator-calc .options .option {
    border-radius: 15px;
    border: 1px solid var(--facilcred-color);
    padding: 1rem;
    text-align: center;
    cursor: pointer;

    width: 134px;
    height: 90px;
    margin: 0 .875rem .875rem 0;
}

@media screen and (max-width: 425px) {
    .simulator-calc .options .option {
        width: 120px;
    }
}

@media screen and (max-width: 768px) and (min-width: 426px) {
    .simulator-calc .options .option {
        width: 125px;
    }
}


.simulator-calc .options .option .name {
    color: #000;
    font-size: .875rem;
}

.simulator-calc .options .option span {
    color: #F97A00;
}

.simulator-calc .options .option.active span,
.simulator-calc .options .option.active .name {
    color: #FFF;
}

.simulator-calc .options .option.active {
    background-color: #F97A00;
    color: #FFF;
}

.simulator-calc .form .field {
    display: flex;
    justify-content: space-between;
}

.simulator-calc .form .field .title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 28.8px;
}

.simulator-calc .form .field .message {
    font-size: .875rem;
    font-weight: 300;
    line-height: 18px;
    color: #4D4D4D;
}

.simulator-calc .form .field input,
.simulator-calc .form .field select {
    width: 40%;
    border: unset;
    border-radius: unset;
    border-bottom: 1.5px solid var(--facilcred-color);
    text-align: end;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
}

.simulator-calc .form .field input:focus,
.simulator-calc .form .field select:focus {
    box-shadow: unset;
}

.simulator-calc button, .simulator-calc a {
    border: 1px solid var(--facilcred-color);
    background-color: #FFF;
    color: var(--facilcred-color);
    border-radius: 50px;
    font-size: .875rem;
}

.simulator-calc .card-result {
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1px solid #0000000D;
    border-radius: 20px;
    padding: 1rem;
}

.simulator-calc .card-result .result {
    border: 1px solid #E4E6E80D;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
    padding: 1rem;
    text-align: center;
}

.simulator-calc .card-result .result .title {
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 24px;
}

.simulator-calc .card-result .result .amount-result {
    font-size: 2rem;
    font-weight: 700;
    line-height: 43.2px;
    text-align: center;
}

.simulator-calc .card-result .result .sub {
    font-size: .875rem;
    font-weight: 300;
    line-height: 15.6px;
    text-align: center;
}

.simulator-calc .card-result .details {
    padding: 1.5rem;
}

.simulator-calc .card-result .details .title {
    font-size: 1.125rem;
    font-weight: 400;
}

.simulator-calc .card-result .details p {
    font-size: .89rem;
    font-weight: 300;
}

.facilred-swiper-testimonal {
    width: 100%;
}

.facilred-swiper-testimonal .image {
    width: 301px;
    height: 264px;
    position: relative;
}

.facilred-swiper-testimonal .testimonal-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.facilred-swiper-testimonal .swiper {
    height: 100%;
}

.facilred-swiper-testimonal .slider-number {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 42px;
    font-family: "Lexend Deca", sans-serif !important;
    color: var(--facilcred-color);
    /* margin-bottom: 3rem; */
}

.facilred-swiper-testimonal .slider-number span {
    font-size: 1.5rem;
    /* line-height: 70px; */
}

.facilred-swiper-testimonal .text {
    font-family: var(--abz);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 30px;
    color: #B3B3B3;
    margin-bottom: 2rem;
}

.facilred-swiper-testimonal .separator {
    height: 2px;
    background-color: var(--facilcred-color);
    opacity: unset;
    width: 30%;
    margin-bottom: 1.5rem;
}

.facilred-swiper-testimonal .testimonal-name {
    text-align: left !important;
    font-family: "Lexend Deca", sans-serif !important;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--facilcred-color);
    /* line-height: 42px; */
}

.facilred-swiper-testimonal .title {
    font-family: "Lexend Deca", sans-serif !important;
    font-size: 1.75rem;
    font-weight: 200;
    /* line-height: 42px; */
    text-align: left;
    color: #969393;
}

.facilcred-01 .swiper-slide .card {
    border-radius: 15px;
}

.facilcred-01 .swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px 15px 0 0;
}

.facilcred-01 .swiper-slide .card .sub {
    color: #000;
}

@media screen and (max-width: 767px) {
    .facilred-swiper-testimonal .testimonal-image {
        height: 326px !important;
    }

    .simulator-calc .form .field select {
        width: 50%;
    }
}

img.heading {
    bottom: 0;
    right: 0;
    margin: 1.5rem;
    width: 80px;
    position: absolute;
}

.simulator-calc .option img.orange,
.simulator-calc .option.active img.white {
    display: block;
    width: 40px;
}

.simulator-calc .option.active img.orange,
.simulator-calc .option img.white {
    display: none;
}


.contact-us header h3 {
    font-family: var(--lexend);
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
}

.contact-us header .caption {
    font-family: var(--lexend);
    font-size: 1rem;
    font-weight: 300;
    text-align: justify;
}

.contact-us .contact-info button.nav-link {
    width: 50%;
    color: var(--facilcred-color);
    padding: .85rem 1rem;
    border: 1px solid var(--facilcred-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us .contact-info button.nav-link.active {
    color: #FFF;
    background-color: var(--facilcred-color);
}

.contact-us .contact-info button.nav-link:first-child {
    border-radius: 20px 0 0 0;
}

.contact-us .contact-info button.nav-link:last-child {
    border-radius: 0 20px 0 0;
}

.contact-us .contact-info button.nav-link img {
    width: 30px;
}


.contact-us .contact-info button.nav-link img.orange,
.contact-us .contact-info button.nav-link.active img.white {
    display: block;
    width: 40px;
}

.contact-us .contact-info button.nav-link.active img.orange,
.contact-us .contact-info button.nav-link img.white {
    display: none;
}

.contact-us .tab-content {
    border-radius: 0 0 20px 20px;
    border: 1px solid #d9d9d9;
}

.contact-us .tab-content .col-left p {
    font-family: var(--abz);
    font-size: .875rem;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #969393;
}

.contact-us .tab-content .col-right p {
    font-family: var(--lexend);
    font-size: .87rem;
    font-weight: 300;
    line-height: 19.5px;
    text-align: justify;
}

.contact-us .contact-form label.file,
.contact-us .contact-form input {
    border: unset;
    border-bottom: 1px solid var(--facilcred-color);
    padding-left: 0;
}

.contact-us .contact-form textarea {
    border: 1px solid var(--facilcred-color);
}

.contact-us .contact-form label.file,
.contact-us .contact-form input,
.contact-us .contact-form textarea {
    font-family: var(--lexend);
    font-size: 13px;
    font-weight: 300;
    color: #969393;
    border-radius: unset;
}

.contact-us .contact-form input[type="checkbox"] {
    width: 25px;
    height: 25px;
    border: 1px solid var(--facilcred-color);
}

.contact-us .contact-form input[type="checkbox"]:checked {
    background-color: var(--facilcred-color);
}

.contact-us .contact-form button {
    padding: .75rem 1.25rem;
}

.contact-us .contact-form .form-check-label {
    font-family: var(--lexend);
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
    text-align: justify;
    color: #B3B3B3;
}

.timeline-container {
    position: relative;
    padding-left: 60px;
}

.timeline-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    height: 100%;
    width: 2px;
    background-color: #6c757d;
    transition: background-color 0.3s;
}

.timeline-entry {
    position: relative;
    margin-bottom: 30px;
    display: flex;
}

.timeline-year {
    font-size: 16px;
    font-weight: bold;
    color: #6c757d;
    position: absolute;
    left: -70px;
    /* Ajuste conforme necessário */
}

.timeline-content {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    transition: transform 0.3s;
}

.timeline-content h4 {
    margin-top: 0;
}

.timeline-content p {
    margin-bottom: 0;
}

/* Efeito de hover na timeline */
.timeline-entry:hover~.timeline-container:before {
    background-color: orange;
}

.timeline-entry:hover .timeline-content {
    transform: scale(1.02);
}

.page-about-us .text {
    font-family: var(--abz);
    font-size: 1rem;
    font-weight: 400;
    line-height: 27px;
    text-align: justify;
    color: #333333;
}

.page-about-us .timeline-border-left {
    border-left: 3px solid #E4E7EC;
    padding: 0 .75rem 0 2rem;
    min-height: 110px;
}

.page-about-us .timeline-border-left:hover {
    border-color: var(--facilcred-color);
}


.page-about-us .timeline-border-left p.title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 21.78px;
}

.page-about-us .timeline p.date,
.page-about-us .timeline-border-left p.sub {
    font-size: .875rem;
    font-weight: 500;
    line-height: 21px;
    text-align: justify;
    color: #667085;
}

.page-directive-team .details p.title {
    font-family: Poppins;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
}

.page-directive-team .details p.member-name {
    font-family: Poppins;
    font-size: .9rem;
    font-weight: 500;
    text-align: center;
    color: #969393;
}

.scrollable {
    overflow-x: auto;
    white-space: nowrap;
}

.facilcred-15 .btn {
    font-size: .875rem;
    color: var(--facilcred-color);
    border-color: var(--facilcred-color);
}



header.ceo-page {
    background-image: url('../images/3568.png');
}


header.prices-page,
header.account-reports-page,
header.directive-team,
header.carrer-page {
    background-color: var(--facilcred-color);
}

.partners-logo p.title {
    font-family: var(--lexend);
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 36px;
}

.partners-logo .logos img {
    width: 120px;
    border-radius: 15px;
}


.swiper-pagination-bullet {
    background: #e1550f74;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--facilcred-color) !important;
    width: 20px;
    border-radius: 5px;
}

.swiper-reports .swiper-pagination {
    display: flex;
    justify-content: start;
    padding: 0 10.8px;
}

::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}

::-webkit-scrollbar {
    width: 3px !important;
    background: var(--facilcred-color);
    height: 3px !important;
}

::-webkit-scrollbar-thumb {
    background: var(--facilcred-color);
}
