/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

<link href="css/custom.css" rel="stylesheet">

*/

.nome-empresa {
    font-weight: 600;
    color: #000000;
}

.texto-chamada {
    font-size: 1.3rem !important;
}

.avisogeral {
    font-size: 80% !important;
    font-weight: 500;
}

.alturachamada {
    height: 50px !important;
    font-size: 1.25rem !important;
    line-height: 1.4rem !important;
}

.estabelecimento {
    font-size: 80%;
    margin-bottom: 5px;
}

.descricao {
    font-size: 16px !important;
    line-height: 18px !important;
}

.validade {
    font-size: 13px !important;
    font-weight: 500;
}

.nomedoproduto {
    font-size: 1.10rem !important;
    font-weight: 500;
    border-bottom: 1px solid #666666;
}

.tarja-preco {
    text-align: center;
    font-size: 0.9rem !important;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
}

.page-content {
    margin: 0px !important;
    background-color: #e5e5e5;
    padding: 15px 0px 0px;
}

.testeira {
    padding: 100px 0px !important;
}