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/backOfficeBanner2.png);
    width: 80%;
    max-width: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 160px;
    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/backoffice1@2.png);
}
#section_img_aside__img2{
    background-image: url(../Img/beneficios-trabajo-en-equipo@2x.png);
}
#section_img_aside__img3{
    background-image: url(../Img/guapo-hombre-negocios@2x.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-top: 10px;
    padding: 10px;
    font-family: raleway-medium;
    color: var(--color5);
    font-size: 18px;
}



.section_img_aside__text--list{
    list-style: circle;
    width: 70%;
    margin: 0 auto;
}

.section_img_aside__text--list li {
    /* text-align: center; */
    text-align: left;
}

.section_img_aside__text--list li::before {
    content: "";
    color: blue;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: -1em;
    margin-right: 1em;
    /* border: 1px solid black; */
    border-radius: 80%;
    background-color: var(--color4);
}
