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

.banner{
    background-color: var(--color2);
    width: 100%;
    min-height: 50vh;
    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/AddedValues_Banner.png);
    width: 80%;
    min-width: 200px;
    max-width: 450px;
    flex: 1 1 200px;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 180px;
    height: auto;
    margin: 0 auto;
    background-position: center;
}

.banner__text{
    width: 90%;
    min-width: 280px;
    max-width: 800px;
    flex: 1 1 280px;
    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;
}

/* ***********     SECCION DE COUNTING ****************/

.sectionCounting{
    background-color: var(--color3_opacity);
    margin-top: 5vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 30px 20px;
}

.sectionCounting__card{
    display: flex;
    flex-direction: column;
    min-height: 180px;
    height: auto;
    width: 80%;
    min-width: 200px;
    max-width: 350px;
    flex: 1 1 200px;
    margin: 10px auto;
    padding: 15px 10px;
    box-sizing: border-box;
}

#img_people{
    background-image: url(../Img/Pictures/people.png);
}
#img_peopleLike{
    background-image: url(../Img/Pictures/recomendar.png);
}

#img_peopleMoney{
    background-image: url(../Img/Pictures/ahorrar-dinero.png);
}

.sectionCounting__card--header{
    min-height: 60px;
    height: auto;
    flex: 0 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    width: 100%;
    max-width: 80px;
    aspect-ratio: 1;
    background-position: center;
}

.sectionCounting__card--body{
    flex: 0 0 auto;
    font-family: raleway-extrabold;
    color: var(--color5);
    font-size: clamp(24px, 3vw, 36px);
    text-align: center;
    font-variant-numeric: lining-nums;
    padding: 10px 0;
}

.sectionCounting__card--footer{
    flex: 0 0 auto;
    text-align: center;
    font-family: raleway-bold;
    color: var(--color5);
    font-size: clamp(14px, 1.8vw, 20px);
    line-height: 1.4;
}


/* ***********     SECCION DE Here's how we typically work ****************/
#img_section1_img1{
    background-image: url(../Img/section1img1@2.png);
}
#img_section1_img2{
    background-image: url(../Img/Icons/section1_img2@2.png);
}
#img_section1_img3{
    background-image: url(../Img/Icons/section1_img3@2.png);
}
#img_section1_img4{
    background-image: url(../Img/Icons/section1_img4@2.png);
}
#img_section1_img5{
    background-image: url(../Img/Icons/section1_img5@2.png);
}



.section_typically{
    padding: 10px;
    background-color: var(--color2); 
    display: flex;
    flex-direction: column;
}
.section_typically__title{
    text-align: center;
    font-family: raleway-extrabold;
    font-size: 18px;
    color: var(--color5);
}
.section_typically--cards{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.section_typically__card{
    display: flex;
    flex-direction: column;
    min-height: 280px;
    height: auto;
    width: 90%;
    min-width: 250px;
    max-width: 400px;
    flex: 1 1 250px;
    margin: 15px auto;
    padding: 15px;
    box-sizing: border-box;
}

.section_typically__card--header{
    min-height: 80px;
    height: auto;
    flex: 0 0 auto;
    aspect-ratio: 1.5;
    max-height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    width: 100%;
    background-position: center;
}

.section_typically__card--body{
    flex: 0 0 auto;
    font-family: raleway-bold;
    color: var(--color5);
    font-size: clamp(20px, 2.5vw, 28px);
    text-align: center;
    padding: 15px 0 10px;
}

.section_typically__card--footer{
    flex: 1 1 auto;
    text-align: center;
    font-size: clamp(14px, 1.6vw, 18px);
    line-height: 1.5;
}

/********************** SECTION 4  *******************/
.section4{
    min-height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    background-color: var(--color3_opacity);
    box-sizing: border-box;
}
.section4__img{
    margin-top: 10px;
    background-image: url(../Img/Banners/oficina-1800x1200-1.png);
    width: 100%;
    min-height: 180px;
    height: auto;
    aspect-ratio: 16/9;
    max-height: 300px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.section4__text{
    text-align: center;
    margin: 20px auto;
    font-family: raleway-medium;
    color: var(--color5);
    font-size: clamp(16px, 1.8vw, 20px);
    width: 90%;
    max-width: 800px;
    line-height: 1.6;
}

