._produtos_base {
    max-width: 1312px;
    margin: 0 auto;
}

._produtos_base h3 , h4 , h5 {
    color: #FF004A;
    font-family: 'lato', Arial, Helvetica, sans-serif;
    margin: 0;
}
._produtos_base h3{
    font-size: 1.5rem;
}
._produtos_base h5{
    font-size: 1.1rem;
}
._produtos_base h4 {
    font-size: 1.3rem;
    padding: 10px 0;
}
._produtos_base section{
    padding: 10px;
}
._produtos_base p, li {
    font-family: 'lato', Arial, Helvetica, sans-serif;
    line-height: 1.4rem;
    font-size: 1.2rem;
    color: #383838;
}
._container_elementos{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
._coluna_mx{
    max-width: 67%;
    padding: 10px;
}
._coluna_md{
    max-width: 50%;
    padding: 10px;
}
._coluna_ml {
    max-width: 33%;
    padding: 10px;
}
._produtos_base li {
    line-height: 1.4rem;
}
._tabela_nutricional{
    padding: 10px;
    border-radius: 6px;
    border: 2px solid #383838;
}
._tabela_nutricional td{
    font-size: 1.rem;
    font-family: 'lato', arial;
}
._tabela_nutricional td:nth-child(1){
    color:#ff004a;
    font-weight: 600;
    line-height: 1.6rem;
    padding-right: 15px;
}
._tabela_nutricional td:nth-child(2){
    font-weight: 600;
    background: #ff004a;
    color: #fff;
    padding: 3px;
    border-radius: 6px;
}

@media (max-width: 480px){
    
    ._container_elementos {
        display: flex;
        flex-direction:column;
    }
    ._coluna_mx{
        max-width: 100%;
        padding: 10px;
    }
    ._coluna_md {
        max-width: 100%;
    }
    ._coluna_ml {
        max-width: 100%;
    }

}
