.menu{
    position: relative;
}
.menu .background{
    width: 100%;
    height: 47.6rem;
    position: relative;
    overflow: hidden;
}
.menu .background::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(35, 33, 33, 0.6) 100%);
}
.menu .background .background_image img{
    width: 100%;
    height: 47.6rem;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.menu .background h1 {
    font-weight: 900;
    font-size: 5rem;
    line-height: 6rem;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6.1rem;
}
.menu .borda{
    content: "";
    display: block;
    position: absolute;
    background-color: #d7b369;
    width: 54.6rem;
    height: 1.8rem;
    bottom: -0.9rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.certifications{
    width: 100%;
    height: 100%;
}
.certifications .info_certifications{
    padding-top: 4.7rem;
    padding-bottom: 7.5rem;
}
.certifications .info_certifications h2{
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    color: #585a5f;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 7.2rem;
}
.certifications .info_certifications h2::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #d7b369;
    width: 6.8rem;
    height: 0.6rem;
    bottom: -1.1rem;
    left: 50%;
    transform: translateX(-50%);
}
.certifications .info_certifications .desc{
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
.certifications.responsability .info_certifications .desc{
    justify-content: space-between;
    flex-direction: column;
}
.certifications.responsability .info_certifications .desc p{
    text-align: center;
    width: 100%;
}
.certifications .info_certifications .desc p{
    width: 50%;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.5rem;
    text-align: left;
    color: #585a5f;
}
.certifications.responsability .info_certifications .desc .responsability_images{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 3rem;
}
.certifications.responsability .info_certifications .desc .responsability_images picture{
    display: flex;
    justify-content: center;
    width: 40%;
}
.certifications.responsability .info_certifications .desc img{
    width: 100%;
    margin: 1rem 0;
}
.environment{
    width: 100%;
    height: 100%;
    background-color: #191F22;
    display: flex;
}
.environment img{
    width: 50vw;
    height: 100%;
}
.environment .desc_environment{
    padding: 4rem 0 0 7.2rem;
    width: 51.9rem;
}
.environment .desc_environment h3{
    font-weight: 900;
    font-size: 3rem;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 4rem;
}
.environment .desc_environment h3::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #d7b369;
    width: 6.8rem;
    height: 0.6rem;
    bottom: -1.6rem;
    left: 0;
}
.environment .desc_environment p{
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.3rem;
    text-align: left;
    color: #fff;
    padding-bottom: 2.5rem;
}