﻿div.fundosListing div div.flTitle {
    font-family: Spartan;
    font-size: 23px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: left;
    color: #00559A;
    padding: 16px 0;
}

div.fundosListing {
    margin-bottom: 56px;
}

    div.fundosListing div div.flCards ul {
        display: grid;
        grid-column-gap: 32px;
        grid-row-gap: 40px;
        grid-template-columns: repeat(auto-fit, minmax(262px, 291px));
        justify-content: center;
    }

        div.fundosListing div div.flCards ul li {
            margin: 0;
            padding: 0;
            display: inline-grid;
            text-decoration: none;
            width: 100%;
        }

            div.fundosListing div div.flCards ul li a {
                display: flex;
                flex-direction: column;
                margin: 0;
                padding: 0;
                width: 100%;
            }

                div.fundosListing div div.flCards ul li a:hover {
                    text-decoration: none;
                    background-color: #F2F4F8;
                    overflow: hidden;
                    border-radius: 16px;
                }

                div.fundosListing div div.flCards ul li a div.cardBox {
                    border: #C9D5E7 solid 1px;
                    border-radius: 16px;
                    overflow: hidden;
                    display: flex;
                    flex-direction: column;
                    flex-grow: 1;
                }

                    div.fundosListing div div.flCards ul li a div.cardBox figure.image {
                        padding-bottom: 10px;
                        margin-bottom: 0;
                    }

                    div.fundosListing div div.flCards ul li a div.cardBox div.group {
                        font-family: Roboto;
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 14px;
                        letter-spacing: 0em;
                        text-align: left;
                        padding: 0 20px;
                        color: #00559A;
                    }

                    div.fundosListing div div.flCards ul li a div.cardBox div.name {
                        min-height: 20px;
                        padding: 10px 20px;
                    }

                        div.fundosListing div div.flCards ul li a div.cardBox div.name h3.title-cards {
                            font-size: 19px;
                            font-weight: 600;
                            margin-bottom: 20px;
                            height: 40px;
                            font-family: 'Spartan';
                            color: #0A242E;
                            line-height: 25px;
                        }

                    div.fundosListing div div.flCards ul li a div.cardBox div.description {
                        flex-grow: 1;
                        text-align: left;
                        margin-bottom: 0;
                        padding: 10px 20px;
                        height: unset;
                        color: #3F5B78;
                        font-family: 'Roboto';
                        min-height: 184px;
                    }

                        div.fundosListing div div.flCards ul li a div.cardBox div.description p {
                            font-size: 16px;
                            margin-bottom: 1em;
                            line-height: 21px;
                        }

                    div.fundosListing div div.flCards ul li a div.cardBox div.saibaMais {
                        display: block;
                        text-align: left;
                        background-color: #F2F4F8;
                        padding: 12px 0 8px 16px;
                        color: #0071CE;
                        font-weight: 600;
                        font-size: 16px;
                        font-family: 'Spartan';
                        line-height: 16px;
                    }
