body{
    background: var(--secondary-color);
}
.container-beneficios {
    margin-top: 11vh;
    display: grid;
    align-items: center;
    justify-items: center;
    color: var(--green-kenko);
    margin-left: 30%;
    margin-right: 30%;
    background: white;
}

.beneficio {
    display: grid;
    border-bottom: 1px solid lightgray;
}

.beneficio .imagem{
    display: grid;
}
.beneficio .imagem img{
    width: 100%;
    /* min-width: 100%; */
    justify-self: center;
    align-self: center;
}

.beneficio .titulo-beneficio {
    align-self: center;
    justify-self: center;
    padding: 50px 0;
}

.beneficio .texto-beneficio{
    font-size: 16px;
    padding: 30px 20px;
    letter-spacing: 2px;
    line-height: 25px;
    text-align: justify;
    letter-spacing: 1px;
    /* padding-top: 30px; */
}
.beneficio .texto-beneficio p{
    padding: 8px 0;
}
.beneficio iframe {
    align-self: center;
    justify-self: center;
    padding-bottom: 30px;
}
/* #infra h1 {
    font-size: 24px;
} */
.certificados{
    display: grid;
    padding: 10px 10px;
    grid-template-columns: 1fr 1fr 1fr 2fr 1fr;
    /* grid-template-areas: none; */
    /* grid-template-rows: 1fr; */
    /* max-width: 100%; */
    align-items: center;
    justify-items: center;
    padding: 2% 10%;
    background: white;
}
.certificados .cert img{
    width: 60%;
}
.footer {
    height: 13vh;
}
iframe{
    max-width: 100%;
    width: 560;
    height: auto;
}
@media screen and (max-width: 1600px) { 
    .container-beneficios {        
        margin-left: 25%;
        margin-right: 25%;
    }
}
@media screen and (max-width: 1000px) { 
    .beneficio .imagem img{
        width: 100%;
        /* min-width: 100%; */
        justify-self: center;
        align-self: center;
    }
    .container-beneficios{
        margin-left: 0;
        margin-right: 0;
    }
    .beneficio .titulo-beneficio h1{
        font-size: 24px;
        padding: 30px 10px;
    }
}