﻿.ba-elements .ba-main-banner {
    position: relative;
}

.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 .ba-colored-card {
    min-height: 180px;
}

.ba-elements .ba-card-link {
    text-decoration: none;
}

    .ba-elements .ba-card-link:hover {
        text-decoration: none;
    }

/* 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 {
    color: #65a1d7;
    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: 3px;
    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: 3px;
    border-radius: 15rem;
    border-top: 18px solid #65a1d7;
    float: left;
    margin-left: -3px;
    transform: rotate(90deg);
    transition: all 0.5s;
    margin-top: 0px;
    margin-right: 1rem;
}

.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 */
