header , header .header{
    max-height: 70px !important;
}
header .header_text__info{
    display: none;
}

.banner{
    background-color: var(--color2);
    width: 100%;
    min-height: 45vh;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    gap: 20px;
}

.banner__img{
    background-image: url(../Img/Banners/performing2.png);
    width: 80%;
    max-width: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 170px;
    margin: 0 auto;
    background-position: center;
}

.banner__text{
    width: 90%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner__text h1{
    color: var(--color5);
    font-family: raleway-bold;
    font-size: clamp(24px, 5vw, 36px);
    line-height: 1.2;
    margin: 0;
}

.banner__text h4, .banner__text p{
    color: var(--color5);
    font-family: raleway-regular;
    font-size: clamp(14px, 2.5vw, 18px);
    line-height: 1.5;
    margin: 0;
}


#section_img_aside__img1{
    background-image: url(../Img/npl-mercado-transacciones-eu-1024x683@2x.png);
}
#section_img_aside__img2{
    background-image: url(../Img/performance2@2.png);
}
#section_img_aside__img3{
    background-image: url(../Img/fondo-inversion-indexado-1@2x.png);
}
#section_img_aside__img4{
    background-image: url(../Img/backOficce4@2.png);
}



.section_img_aside{
    height: auto;
    width: 100%;
    margin: 10px auto;
    padding: 10px;
    background-color: var(--color3_opacity);
    display: flex;
    flex-direction: column;
    position: relative;
}

.bg_white{
    background-color: var(--color2);
}

.section_img_aside__img{
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.section_img_aside__img :first-child{
    width: 250px;
    /* width: 100%; */
    height: 200px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.section_img_aside__text{
    text-align: center;
    line-height: 1.5;
    margin: 50px auto;
    padding: 7px;
    font-family: raleway-medium;
    color: var(--color5);
    font-size: 18px;
}


.section_Transaction{
    width: 100%;
    background-color: var(--color3_opacity);
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 15px;
}

#img_transaccion{
    background-image: url(../Img/Icons/transaccion-monetaria@2x.png);
}
#img_Nomina{
    background-image: url(../Img/Icons/nomina-de-sueldos@2x.png);
}

.section_Transaction__card--header{
    width: 100%;
    height: 60%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.section_Transaction__card{
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    text-align: center;
   
}
.section_Transaction__card--body{
    font-size: 18px;
    font-family: raleway-bold;
    color: var(--color5);
}
.section_Transaction p{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-family: raleway-bold;
    color: var(--color5);
    font-size: 14px;
}
