.banner-hero {
    background: #58b438;
    height: auto;
    padding-bottom: 6%;
    height: auto;
    padding-bottom: 6%;
    position: relative;

}

.banner-title {
    padding-top: 100px;
    font-size: 2.9em;
    font-weight: normal;
    line-height: 1.2em;
    color: #ffffff;
    z-index: 2;
    text-transform: uppercase;
}

body {
    height: auto;
    max-height: auto;
    overflow: auto;
}

.banner-title strong {
    display: block;
    font-weight: bold;
}

.aspas {
    position: absolute;
    font-size: 7rem;
    left: -44px;
    top: 12px;
}
.aspas-final {
    position: absolute;
    font-size: 7rem;
    bottom: -8px;
        right: inherit;
}

.familia-banner {
    position: absolute;
    top: 0;
    right: 0px;
    width: auto;
    height: 100%;
}

#country-filter {
    border: none !important;
    font-weight: 700;
}
#filter-container{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.input-group-text {
    border: none !important;
    background: #ffffff !important;
    font-weight: 700;
}

.csl .item.cli {
    background: #ffffff !important;
    border-radius: 16px;
    width: 100% !important;
}

.client-csl {
    display: grid !important;
    gap: 15px;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
}

@media (max-width: 1200px) {
    .client-csl {
        grid-template-columns: repeat(4, 1fr);

    }
}

@media (max-width: 992px) {
    .client-csl {
        grid-template-columns: repeat(3, 1fr);

    }
}

@media (max-width: 768px) {
    .client-csl {
        grid-template-columns: repeat(2, 1fr);

    }
}

@media (max-width: 480px) {
    .client-csl {
        grid-template-columns: repeat(1, 1fr);

    }
}

.item.cli {
    flex: 1 1 200px;
    max-width: 200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px;
    background-color: #fff;
}

@media(max-width: 992px) {}

@media (max-width: 576px) {
    .client-csl{
        justify-content: center;
    }
    .familia-banner {
        display: none;
    }

    .banner-title {
        font-size: 1.5em;
        padding-top: 20px;
        text-align: center;
    }

    .aspas {
        font-size: 3rem;
        left: -10px;
        top: 4px;
    }

    .banner-hero {
        height: 40vh;
    }

    .banner-hero {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}