.ba-elements .ba-main-banner {
    position: relative;
    /*color: #65a1d7;*/
    min-height: 200px;
    /*background-color: #00395C;*/
}

.ba-elements .ba-main-banner-content {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 55%;
}

.ba-elements .ba-main-banner-image {
    width: 100%;
    min-height: 20vh;
    object-fit: cover;
    object-position: 77%;
}

.ba-elements .ba-primary-button {
    width: fit-content;
}

.ba-elements .container {
    width: 100%;
    max-width: 2600px;
    margin: 0 auto;
    padding: 45px;
    margin-top: -8rem;
}
.ba-elements .caption {
    color: #000000;
    width: 100%;
    max-width: 2600px;
    margin: 0 auto;
  /*  padding: 30px;*/
}
/* css accordeon */

.ba-elements .container-accordeon {
    margin: auto auto;
    width: 100%;
    height: 85%;
    display: grid;
}

.ba-elements .accordion-items {
    width: 100%;
    background: linear-gradient(to bottom right, #fff, #65a1d7);
    background: white;
    margin: 0 auto;
    border-radius: 3px;
    margin-bottom: .5rem;
}

.ba-elements .accordion-heading {
    background-color: white;
    font-size: 14px;
    border-bottom: 2px solid #ccc5c5;
    padding: 2.5rem 0 1rem 0;
    cursor: pointer;
    display: flex;
}

    .ba-elements .accordion-heading p {
        padding: 0;
        margin: -0.6rem 0;
        font-weight: 600;
        font-size: 2.5vh;
        color: #262F33;
    }

.ba-elements .accordion-items .image-tabs-finance img {
    width: 45vw;
}

.ba-elements .accordion-heading::before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 2px;
    border-radius: 15rem;
    border-top: 18px solid #262F33;
    float: left;
    transform: rotate(0);
    transition: all 0.5s;
    margin-top: 0px;
}

.ba-elements .menos {
    content: "-";
    vertical-align: middle;
    width: 2px;
    border-radius: 15rem;
    border-top: 18px solid #262F33;
    float: left;
    margin-left: -2px;
    transform: rotate(90deg);
    transition: all 0.5s;
    margin-top: 0px;
    margin-right: 40px;
}

.ba-elements .active.accordion-heading::before {
    transform: rotate(-90deg);
    height: 1px
}

.ba-elements .not-active.accordion-heading::before {
    transform: rotate(0sdeg);
}

.ba-elements .accordion-content {
    display: none;
    background: #fff;
    padding: 15px;
    color: #262F33;
    font-size: 18px;
    line-height: 1.8;
}

.ba-elements .par p {
    padding: .5rem;
    font-size: 15px;
    margin-top: 2vh;
}
/* end css accordeon */
        /*  Responsive views  */
        @media only screen and (min-width: 320px) and (max-width: 420px) {
            .ba-elements .ba-colored-card h4 {
                font-size: 12px;
                line-height: 20px;
            }

            @media only screen and (min-width: 992px) and (max-width: 1024px) {
                .ba-elements .ba-main-banner h1 {
                    font-size: 18px;
                    line-height: 15px;
                }

                .ba-elements .ba-main-banner h4 {
                    font-size: 12px;
                    line-height: 10px;
                }

                .ba-elements .ba-primary-button {
                    padding: .5rem;
                    font-size: .7rem;
                }

                .ba-elements .ba-colored-card h4 {
                    font-size: 15px;
                    line-height: 20px;
                }
            }
        }
        