@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.font-base{font-family: "Roboto", sans-serif;}
.font-base2{font-family: "Oswald", sans-serif;}
.font-300{font-weight: 300;} .font-400{font-weight: 400;} .font-500{font-weight: 500;} .font-600{font-weight: 600;}  .font-700{font-weight: 700;} .font-900{font-weight: 900;}
.estabelecimento-wrp{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.estabelecimento-item{
    font-family: "Roboto", sans-serif;
    overflow: hidden;
    width: 420px;
    background-color: #FFF;
    margin: 0px 8px 16px; 
    padding: 0px;
    box-shadow: 3px 5px 6px 0px rgba(0, 0, 0, 0.3);
}
.estabelecimento-item a{color: inherit;}
.estabelecimento-img{height: 200px;overflow: hidden;}
.estabelecimento-item h2{margin: 12px 0px 12px;font-family: "Oswald", sans-serif;font-size: 20px;text-align: center;padding: 0px 8px;height: 50px;color: #333;}
.estabelecimento-item p{margin: 0px;font-family: "Oswald", sans-serif;font-size: 14px;text-align: center;padding: 0px 8px;color: #333;}
.bt-mais-info{background-color:#92278f;padding: 6px 10px;width: 100%;margin-top: 10px;color: #FFF;text-align: center;font-family: "Oswald", sans-serif;font-size: 14px;font-weight: 600;}
.bt-mais-info:hover{background-color:#dc5806;}
.main-detalhe-title{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 20px 40px;
    background-image: url('http://wpcoffeeweekbrasil.provisorio.ws/wp-content/uploads/2024/04/bg-interna.jpg');
    background-position: center center;
    background-size: cover;
    height: 300px;
}
.main-detalhe-title h1{font-family: "Oswald", sans-serif;text-align: center;width: 100%;font-size: 50px;margin: 0px;}
.detalhe-cima{width: 100%;height: 40px;margin-top: -35px;z-index: 1px; position: relative;background-image: url('http://wpcoffeeweekbrasil.provisorio.ws/wp-content/uploads/2024/04/detail.png'); background-repeat: repeat-x;background-position: center bottom;background-size: contain;}
.detalhe-img{width: 570px;max-width: 100%;margin: 0px auto 20px;display: block;}
.main-detalhe-content article{font-size: 16px;padding: 0px 12px 15px;width: 1000px;max-width: 100%;margin: auto;}
.info-tl{color: #92278f;text-align: center;}
.info-cad-tl{color: #ff0000;text-align: center;}
.info-bloco{display: flex;list-style: none;margin: 0;padding: 0px;}
.info-bloco li{margin-right: 20px;width: 50%;}
.cardapio-box-detalhe{display: flex; justify-content: center;list-style: none;margin: 0px;padding: 0px;width: 100%;}
.cardapio-box-detalhe li{ width: 800px;margin: 0px 15px 25px;}
.img-receita{overflow: hidden;height:auto;border-radius:20px;margin-bottom: 15px;}
.img-receita img{margin-bottom: -5px;}
.cardapio-box-detalhe p{margin: 0px 4px 8px; text-align: center;font-weight: 600;font-size: 20px;}
.bt-valor-receita{display: block;width: 100%; background-color:#ff7700;color: #000;text-align: center;font-family: "Oswald", sans-serif;font-size: 25px;padding: 8px 12px;border-radius: 12px;font-weight: 700;}
.SelectFilter{padding: 5px 12px;border-radius: 4px;}


@media only screen and (max-width:821px){
  .main-detalhe-title h1{font-size: 38px;}
  .info-bloco,.cardapio-box-detalhe{flex-direction:column;}
  .cardapio-box-detalhe{align-items: center;}
  .info-bloco li{margin-right: 0px; margin-bottom: 15px;width: 100%;}
  .cardapio-box-detalhe li{ margin: 0px 5px 12px;}
}