.ba-elements .ba-main-banner {
    position: relative;
    /*min-height: 200px;*/
    font-size: 36px;
    background-color: #fff;
}

.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 .container {
    width: 100%;
    max-width: 2600px;
    margin: 0 auto;
    padding: 45px;
}
.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: #65a1d7;
}

.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 #65a1d7;
    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 #65a1d7;
    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: #000000;
    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: 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;
    }
}
        
        
        