header{
    background-color: #FFFFFF !important;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.optionsHeader {
    a{
        color: rgb(41, 171, 226) !important;
    }
}

.sectionHistory{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 3vh;
}

.titleSectionTraceability{
    color: #414141;
    font-size: 1.5vw;
    padding-top: 90px;
    text-align: center;
    font-family: "montserrat-regular"; 

    b{
        color: #414141;
        font-family: "montserrat-bold";
    }
}

.boltTextGestion{
    color: #29ABE2;
    font-size: 1.5vw;
    font-family: "montserrat-bold";
}

.spanText{
    font-size: 1vw;
    font-family: "montserrat-regular";
    color: #414141;
    line-height: 1.8;
    b{
        color: #414141;
        font-family: "montserrat-bold";
    }
}

.subtitleSectionHistory{
    font-size: 1.5vw;
    color: #414141;
    font-family: "montserrat-bold";
    text-align: start;
}

.imagesSections{
    width: 100%;
}

.descriptionImage{
    color: #414141;
    font-size:0.9vw;
    font-family: "montserrat-regular";
    text-align: left !important;
    line-height: 1.5;
    width: max-content;
    max-width: 100%;
  
}

.containerImages{
    display: flex;
    position: relative;
    margin-top: 70px;
    margin-bottom: 12%;
}

.imageContainer{
    width: 50%;
}

.absolutePosition{
    position: absolute;
    width: 45%;
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%);

}

.textBlueBold{
    text-align: center;
    color: #29ABE2;
    padding-top: 70px;
    margin-bottom: 70px;
    font-size: 1.8vw;
}

@media screen and (max-width: 1000px){
    .spanText{
        font-size: 2vw;
    }

    .subtitleSectionHistory{
        font-size: 2.5vw;
    }

    .descriptionImage{
        font-size: 1.5vw;
    }

    .sectionHistory{
        width: 90%;
    }

    .absolutePosition{
        width: 55%;
    }

    .textBlueBold{
        font-size: 3vw;
    }
}

@media screen and (max-width: 700px){
    .spanText{
        font-size: 16px;
    }

    .subtitleSectionHistory{
        font-size: 20px;
    }

    .descriptionImage{
        font-size: 14px;
    }

    .absolutePosition{
        position: relative;
    }

    .containerImages{
        flex-direction: column;
        row-gap: 30px;
    }

    .imageContainer{
        width: 100%;
    }

    .absolutePosition{
        width: 100%;
    }

    .textBlueBold{
        font-size: 30px;
        padding-top: 0;
    }
}



/* Footer */

.footerInfo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 40px 7% 60px;
    background-color: #0071BC;
}

.leftFooter{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.rightFooter{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
} 

.socialMediaFooter{
    display: flex;
    column-gap: 20px;
    justify-content: end;
}

.socialMediaFooter img{
    width: 24px;
}

.topTextFooter{
    font-size: 1.2vw;
    font-family: "montserrat-medium";
    color: #FFFFFF;
}

.bottomTextFooter{
    font-size: 1vw;
    font-family: "montserrat-regular";
    color: #FFFFFF;
}

.topRightTextFooter{
    font-size: 1vw;
    font-family: "montserrat-regular";
    color: #FFFFFF;
}


@media screen and (max-width: 1000px) {

    .footerInfo{
        flex-direction: column;
        row-gap: 10px;
    }

    .topTextFooter{
        font-size: 2.2vw;
        text-align: center;
    }

    .bottomTextFooter{
        text-align: center;
        font-size: 2vw;
    }

    .topRightTextFooter{
        font-size: 2.2vw;
        text-align: center;
    }
    .socialMediaFooter{
        justify-content: center;
    }

    .rightFooter{
        margin-top: 20px;
    }
    
    .titleSectionTraceability{
        font-size: 2.5vw;
    }
    .boltTextGestion{
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 700px) {
    .topTextFooter{
        font-size: 16px;
    }

    .bottomTextFooter{
        font-size: 14px;
    }

    .topRightTextFooter{
        font-size: 15px;
    }

    .titleSectionTraceability{
        font-size: 18px;
    }

    .boltTextGestion{
        font-size: 18px;
    }
}