@charset "UTF-8";
/*
Theme Name: Churrasco Assaí 2 - Sem Elementor
Author: Eliel Cezar
Author URI: https://eliel.dev
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
@font-face {
  font-family: 'FSLola';
  src: url("fonts/FS-Lola.woff2") format("woff2"), url("fonts/FS-Lola.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'FSLola';
  src: url("fonts/FS-Lola-Bold.woff2") format("woff2"), url("fonts/FS-Lola-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'FSLola';
  src: url("fonts/FS-Lola-Medium.woff2") format("woff2"), url("fonts/FS-Lola-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'FSLola';
  src: url("fonts/FS-Lola-ExtraBold.woff2") format("woff2"), url("fonts/FS-Lola-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'FSLola', sans-serif;
  font-size: 20px;
  line-height: 1.1;
  background: #501910 url(img/bg-geral.jpg) top center no-repeat;
  background-attachment: fixed;
  background-size: 100% auto; }

* {
  box-sizing: border-box; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

ul li {
  margin: 0;
  padding: 0; }

ol {
  margin: 0;
  padding: 0; }

p {
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0 0 20px;
  font-weight: 800;
  font-family: 'FSLola', sans-serif !important;
  color: #fff; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

button {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

input,
iframe {
  max-width: 100%; }

a {
  text-decoration: none;
  color: #f94f14;
  transition: all .3s; }
  a:hover, a:focus {
    color: #501910; }

a.btn,
.btn a,
button {
  border: none;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 7px 21px 3px 21px;
  border-radius: 50px;
  background: #f94f14;
  font-size: 18px;
  transition: all .3s;
  text-transform: uppercase;
  font-family: "FSLola", sans-serif !important;
  text-align: center; }
  a.btn:hover,
  .btn a:hover,
  button:hover {
    background: #501910; }

sup {
  position: relative;
  top: -12px;
  font-size: 50%;
  font-weight: normal; }

img {
  max-width: 100%;
  display: block; }
  img.desktop {
    max-width: none; }

.container {
  margin: auto;
  max-width: 1320px; }
  @media (max-width: 1100px) {
    .container {
      max-width: 900px; } }
  @media (max-width: 1400px) {
    .container {
      max-width: 1260px; } }
  @media (orientation: portrait) {
    .container {
      padding: 7%;
      overflow-x: hidden; } }

.row {
  display: flex; }
  @media (orientation: portrait) {
    .row {
      flex-direction: column; } }

.slick-slider {
  margin-bottom: 0 !important; }
  .slick-slider ul.slick-dots {
    width: 100%;
    bottom: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    display: flex;
    text-align: center; }
    .slick-slider ul.slick-dots li {
      display: inline-block; }
      .slick-slider ul.slick-dots li button {
        text-indent: -5000em;
        background: transparent;
        padding: 0;
        width: 15px;
        height: 15px;
        border: 2px solid #fff;
        border-radius: 50%;
        margin: 0 5px; }
        .slick-slider ul.slick-dots li button::before {
          display: none; }
    .slick-slider ul.slick-dots li.slick-active button {
      background: #fff; }
  .slick-slider .slick-arrow {
    width: 45px;
    height: 63px;
    background-position: center;
    background-repeat: no-repeat; }
    .slick-slider .slick-arrow::before {
      display: none; }
    .slick-slider .slick-arrow.slick-prev {
      background-image: url(img/arrow-left.png);
      left: -50px; }
    .slick-slider .slick-arrow.slick-next {
      background-image: url(img/arrow-right.png);
      right: -50px; }

div[data-id="2b453ff"] {
  display: none; }

/*--- MENU MOBILE -------------------------------------------------------------*/
/* menu button */
.menuBtn {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 45px;
  right: 40px;
  z-index: 500;
  cursor: pointer;
  display: none; }
  @media (orientation: portrait) {
    .menuBtn {
      display: block;
      top: 25px; } }
  .menuBtn > span {
    background-color: #f94f14;
    border-radius: 1px;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -15px;
    transition: height 100ms; }
    .menuBtn > span:after, .menuBtn > span:before {
      content: "";
      background-color: #f94f14;
      border-radius: 1px;
      height: 3px;
      width: 100%;
      position: absolute;
      left: 50%;
      margin-left: -15px;
      transition: all 200ms; }
    .menuBtn > span:after {
      top: -7px; }
    .menuBtn > span:before {
      bottom: -7px; }

/* main menu block */
.menu-mobile {
  height: 0; }
  .menu-mobile nav {
    background-color: #501910;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: scale(0);
    overflow-y: scroll; }
    .menu-mobile nav > a:first-of-type {
      position: absolute;
      top: 20px;
      left: 29px;
      z-index: 2;
      line-height: 0; }
    .menu-mobile nav .logo {
      display: block;
      width: 90px; }
    .menu-mobile nav a {
      width: 100%;
      color: #fff;
      padding: 12px 0;
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.8em;
      font-weight: 500;
      letter-spacing: 2px; }
      @media (orientation: portrait) {
        .menu-mobile nav a {
          color: #e8cb0b;
          font-size: 24px;
          text-transform: none;
          font-weight: 800; } }
    .menu-mobile nav ul#menu-menu-principal {
      list-style-type: none;
      width: 77%;
      margin: 150px 10% 7% 10%;
      padding: 0;
      overflow: hidden; }
    .menu-mobile nav li {
      padding: 0;
      transition: all .5s .4s;
      opacity: 0;
      list-style-image: none;
      list-style-type: none;
      text-align: left; }
      .menu-mobile nav li:nth-child(odd) {
        transform: translateX(30%); }
      .menu-mobile nav li:nth-child(even) {
        transform: translateX(-30%); }
      .menu-mobile nav li.menu-item-has-children > a {
        padding-bottom: 0; }
      @media (orientation: portrait) {
        .menu-mobile nav li .sub-menu {
          padding: 0 0 0 10%;
          margin-bottom: 15px; } }
      .menu-mobile nav li .sub-menu li a {
        color: #fff;
        font-weight: 500;
        border-bottom: 1px solid #f94f14;
        font-size: 18px;
        padding: 15px 0; }

body.act .menuBtn {
  position: fixed; }
  body.act .menuBtn > span {
    height: 0;
    background-color: #fff; }
    body.act .menuBtn > span:after, body.act .menuBtn > span:before {
      top: 1px;
      background-color: #fff; }
    body.act .menuBtn > span:after {
      transform: rotate(45deg); }
    body.act .menuBtn > span:before {
      transform: rotate(-45deg); }
body.act .menu-mobile nav {
  opacity: 1;
  transform: scale(1);
  position: fixed; }
  body.act .menu-mobile nav ul li {
    opacity: 1;
    transform: translateX(0) !important; }

/*--- HEADER --------------------------------------------------------------------------------------------------------*/
header {
  background: transparent url(img/bg-header.jpg) top center no-repeat;
  background-size: cover; }
  @media (orientation: portrait) {
    header .container {
      padding: 0 7%; } }
  header .row {
    justify-content: space-between;
    align-items: center; }
    @media (orientation: portrait) {
      header .row {
        align-items: flex-start; } }
  header h1 {
    margin: 10px 0;
    /* @media(orientation:landscape) {
       max-width: 100px;
     }*/ }
    @media (orientation: portrait) {
      header h1 img {
        max-width: 90px; } }
  @media (orientation: portrait) {
    header nav {
      display: none; } }
  header nav ul {
    display: flex; }
    header nav ul li {
      position: relative; }
      header nav ul li a {
        color: #fff;
        font-weight: 800;
        display: inline-block;
        padding: 7px 15px 5px 15px; }
        header nav ul li a:hover, header nav ul li a:focus {
          color: #f94f14; }
      header nav ul li .sub-menu {
        border: 2px solid #f94f14;
        background: #501910;
        position: absolute;
        left: 22px;
        top: 35px;
        z-index: 5;
        width: 280px;
        flex-direction: column;
        padding: 0;
        margin: 0;
        display: none; }
        header nav ul li .sub-menu li a {
          width: 100%;
          padding: 10px 15px;
          color: #fff; }
          header nav ul li .sub-menu li a:first-child {
            padding-top: 20px; }
          header nav ul li .sub-menu li a:last-child {
            padding-bottom: 20px; }
          header nav ul li .sub-menu li a:hover {
            background: #f94f14;
            padding-left: 25px; }
    header nav ul li.menu-item-1152 a {
      background: #f94f14;
      border-radius: 50px; }
      header nav ul li.menu-item-1152 a:hover {
        background: #fff; }
    header nav ul li.menu-item-has-children:hover .sub-menu {
      display: block; }

/*-- marca - home --*/
.marca .row {
  background: #fff;
  border-radius: 0;
  overflow: hidden; }
  .marca .row .col {
    width: 50%; }
    @media (orientation: portrait) {
      .marca .row .col {
        width: 100%; } }
  .marca .row .col-1 {
    padding: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start; }
    @media (orientation: portrait) {
      .marca .row .col-1 {
        min-height: 500px; } }
    .marca .row .col-1 img {
      max-width: 100px; }
    .marca .row .col-1 h3 {
      margin: 20px 0 0 0;
      font-size: 32px; }
    .marca .row .col-1 p {
      max-width: 90%; }
  .marca .row .col-2 img {
    width: 100%; }
.marca .slick-slider ul.slick-dots {
  bottom: 0px; }

/*-- vitrine --*/
.vitrine .row ul {
  display: flex;
  margin: 0 0 50px 0;
  width: 100%;
  justify-content: space-between; }

/*-- cortes --*/
.block.cortes .item h3 {
  min-height: auto !important;
  text-align: center; }

/*-- churrascometro --*/
.churrascometro .carrossel-marcas {
  width: 150px;
  height: 150px;
  position: absolute;
  right: 55px; }
  @media (orientation: portrait) {
    .churrascometro .carrossel-marcas {
      left: 50%;
      top: 68px;
      margin-left: -75px; } }
.churrascometro .row.top {
  min-height: 150px;
  background: transparent url(img/patrocinio-marca.png) 98% bottom no-repeat;
  background-size: 220px;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: center !important;
  width: 100%;
  margin: 0 !important; }
  @media (orientation: portrait) {
    .churrascometro .row.top {
      padding-bottom: 120px;
      background: transparent url(img/patrocinio-marca.png) bottom center no-repeat;
      background-size: 200px; } }
@media (orientation: portrait) {
  .churrascometro .container {
    padding: 0 1%; } }
.churrascometro form {
  width: 100%; }
  .churrascometro form .col {
    background: #fff;
    padding: 25px 15px;
    border-radius: 0; }
    @media (orientation: landscape) {
      .churrascometro form .col {
        width: 50%; } }
    @media (orientation: portrait) {
      .churrascometro form .col {
        padding: 5%; } }
    @media (orientation: landscape) {
      .churrascometro form .col:nth-child(1) {
        margin-right: 15px; } }
    @media (orientation: portrait) {
      .churrascometro form .col:nth-child(1) {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding-bottom: 0; } }
    @media (orientation: landscape) {
      .churrascometro form .col:nth-child(2) {
        margin-left: 15px; } }
    @media (orientation: portrait) {
      .churrascometro form .col:nth-child(2) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding-top: 0;
        margin-top: -5px; } }
    .churrascometro form .col h3 {
      color: #f94f14;
      text-transform: uppercase;
      width: 100%;
      font-size: 28px;
      margin-top: 15px; }
      @media (orientation: portrait) {
        .churrascometro form .col h3 {
          font-size: 24px;
          margin-top: 3px;
          text-align: center; } }
    .churrascometro form .col .item {
      padding: 10px 10px 10px 90px;
      margin: 0 0 20px 0;
      display: flex;
      flex-wrap: wrap;
      background-position: top left;
      background-repeat: no-repeat;
      width: 100%; }
      @media (orientation: portrait) {
        .churrascometro form .col .item {
          padding: 60px 10px 10px 10px;
          background-size: 50px;
          background-position: top center; } }
      .churrascometro form .col .item .row {
        display: flex;
        flex-wrap: wrap; }
      .churrascometro form .col .item.convidados {
        background-image: url(img/ico-convidados.png); }
      .churrascometro form .col .item.cortes {
        background-image: url(img/ico-cortes.png); }
      .churrascometro form .col .item.acompanhamentos {
        background-image: url(img/ico-acompanhamentos.png); }
      .churrascometro form .col .item.suprimentos {
        background-image: url(img/ico-suprimentos.png); }
      .churrascometro form .col .item.bebidas {
        background-image: url(img/ico-bebidas.png); }
    .churrascometro form .col .item.convidados .row {
      width: 100%; }
      @media (orientation: portrait) {
        .churrascometro form .col .item.convidados .row {
          /*flex-direction: row;
          margin-left: -20px;*/
          margin: 0;
          flex-direction: column;
          align-items: center; } }
    .churrascometro form .col .item.convidados .form-item {
      background-repeat: no-repeat;
      background-position: top center;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 27.33%;
      margin: 2% 5% 2% 0;
      padding: 75px 0 0 0;
      flex-direction: column; }
      .churrascometro form .col .item.convidados .form-item:nth-child(1) {
        background-image: url(img/ico-homens.png); }
      .churrascometro form .col .item.convidados .form-item:nth-child(2) {
        background-image: url(img/ico-mulheres.png); }
      .churrascometro form .col .item.convidados .form-item:nth-child(3) {
        background-image: url(img/ico-criancas.png);
        background-position: center 13px; }
      .churrascometro form .col .item.convidados .form-item label {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 10px 0 0 0; }
      .churrascometro form .col .item.convidados .form-item .contador {
        background: #fedcd0;
        padding: 5px 10px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        max-width: 120px; }
        .churrascometro form .col .item.convidados .form-item .contador button {
          background: transparent;
          color: #f94f14;
          padding: 0 10px;
          font-size: 24px;
          font-weight: 700; }
          .churrascometro form .col .item.convidados .form-item .contador button.mais {
            padding: 4px 10px 0 10px; }
        .churrascometro form .col .item.convidados .form-item .contador input.total {
          border: none;
          text-align: center;
          background: transparent;
          font-weight: 700;
          font-size: 18px;
          max-width: 40px;
          -moz-appearance: textfield;
          /* Firefox */ }
          .churrascometro form .col .item.convidados .form-item .contador input.total:active, .churrascometro form .col .item.convidados .form-item .contador input.total:focus {
            outline: none; }
        .churrascometro form .col .item.convidados .form-item .contador input.total::-webkit-outer-spin-button,
        .churrascometro form .col .item.convidados .form-item .contador input.total::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
      @media (orientation: portrait) {
        .churrascometro form .col .item.convidados .form-item {
          width: 100%;
          margin: 0;
          padding: 75px 0 0 0; } }
    .churrascometro form .col .form-item {
      width: 50%;
      margin-bottom: 15px;
      display: flex;
      font-size: 20px;
      padding-right: 10px;
      font-weight: 500; }
      @media (orientation: portrait) {
        .churrascometro form .col .form-item {
          width: 100%; } }
      .churrascometro form .col .form-item input[type="checkbox"] {
        -webkit-appearance: none;
        appearance: none;
        margin: 0 9px 0 0;
        font: inherit;
        color: currentColor;
        width: 1em;
        height: 1em;
        border: 2px solid #f94f14;
        transform: translateY(-0.075em);
        display: grid;
        place-content: center;
        border-radius: 50%; }
      .churrascometro form .col .form-item input[type="checkbox"]::before {
        content: "";
        width: 1em;
        height: 1em;
        transform-origin: center;
        transition: 120ms transform ease-in-out;
        transform: scale(0);
        background: #f94f14;
        border-radius: 50%; }
      .churrascometro form .col .form-item input[type="checkbox"]:checked::before {
        transform: scale(1); }
  .churrascometro form .col#resultado {
    width: 100%;
    max-width: 100%; }
  .churrascometro form button,
  .churrascometro form a.btn {
    font-size: 21px;
    padding: 10px 30px;
    margin: 0 auto; }
  .churrascometro form .row.cta {
    display: flex;
    justify-content: center;
    padding: 40px 0; }

#resultado {
  display: flex;
  background: transparent;
  margin: 0;
  padding: 0; }
  @media (orientation: portrait) {
    #resultado {
      flex-direction: column; } }
  #resultado strong {
    color: #f94f14;
    font-size: 23px; }
  #resultado h3 {
    margin-bottom: 0; }
  #resultado .col-1 {
    width: 50%;
    background: #fff;
    margin-right: 15px;
    padding: 25px 15px; }
    @media (orientation: portrait) {
      #resultado .col-1 {
        width: 100%;
        margin-right: 0; } }
    #resultado .col-1 .total-convidados ul {
      display: flex;
      width: 100%; }
      #resultado .col-1 .total-convidados ul li {
        display: flex;
        flex-direction: column;
        padding-top: 75px;
        margin-right: 50px; }
        #resultado .col-1 .total-convidados ul li p {
          margin: 5px; }
        #resultado .col-1 .total-convidados ul li .contador {
          background: #fedcd0;
          padding: 8px 10px 5px 10px;
          border-radius: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
          max-width: 100px;
          width: 100%;
          font-weight: bold; }
      #resultado .col-1 .total-convidados ul li.homens {
        background: transparent url(img/ico-homens.png) top center no-repeat; }
      #resultado .col-1 .total-convidados ul li.mulheres {
        background: transparent url(img/ico-mulheres.png) top center no-repeat; }
      #resultado .col-1 .total-convidados ul li.criancas {
        background: transparent url(img/ico-criancas.png) center 13px no-repeat; }
  #resultado .col-2 {
    width: 50%;
    background: #fff;
    margin-left: 15px;
    padding: 25px 15px; }
    @media (orientation: portrait) {
      #resultado .col-2 {
        width: 100%;
        margin-left: 0; } }

/*--- BLOG-PAGINA / CATEGORIAS -------------------------------------------------------------------------------------------------------*/
@media (orientation: portrait) {
  .page-id-648 .banner img.desktop,
  .elementor-page-1107 .banner img.desktop,
  .category .banner img.desktop {
    display: none; } }
@media (orientation: landscape) {
  .page-id-648 .banner img.mobile,
  .elementor-page-1107 .banner img.mobile,
  .category .banner img.mobile {
    display: none; } }
.page-id-648 .block.posts .row,
.elementor-page-1107 .block.posts .row,
.category .block.posts .row {
  flex-wrap: wrap; }
  @media (orientation: portrait) {
    .page-id-648 .block.posts .row,
    .elementor-page-1107 .block.posts .row,
    .category .block.posts .row {
      padding: 0 5%; } }
  .page-id-648 .block.posts .row .item,
  .elementor-page-1107 .block.posts .row .item,
  .category .block.posts .row .item {
    width: 30.33%;
    margin: 1.5%; }
    @media (orientation: portrait) {
      .page-id-648 .block.posts .row .item,
      .elementor-page-1107 .block.posts .row .item,
      .category .block.posts .row .item {
        width: 100%;
        margin: 0; } }
.page-id-648 #main h1,
.elementor-page-1107 #main h1,
.category #main h1 {
  margin: 50px 0 25px 0; }
.page-id-648 #main h2.elementor-heading-title,
.elementor-page-1107 #main h2.elementor-heading-title,
.category #main h2.elementor-heading-title {
  font-family: 'FSLola', sans-serif !important; }

@media (orientation: portrait) {
  .page-id-648 .block.posts .row {
    margin-left: -34px; } }

.category h1.page-title {
  display: none; }
.category .banner {
  margin-bottom: 20px; }

/*--- BLOCO PADRAO / LISTA POSTS  ------------------------------------------------*/
@media (orientation: portrait) {
  .block {
    margin: 0; } }
.block .row.top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px; }
  .block .row.top h2 {
    margin: 0;
    font-size: 46px; }
    @media (orientation: portrait) {
      .block .row.top h2 {
        font-size: 36px; } }
  .block .row.top select {
    display: inline-block;
    padding: 14px;
    font-size: 16px;
    border-radius: 50px;
    width: 300px;
    appearance: none;
    font-weight: 600;
    color: #555;
    background: #fff url(img/arrow-down.png) 90% center no-repeat; }
.block .posts {
  width: 100%; }
.block .item {
  margin: 0 10px; }
  @media (orientation: portrait) {
    .block .item {
      padding: 20px 0; } }
  .block .item .card {
    background: #fff;
    overflow: hidden; }
    .block .item .card .img img {
      width: 100%; }
    .block .item .card .content {
      padding: 15px 15px 0 15px; }
      .block .item .card .content h3 {
        margin: 10px 0;
        min-height: 80px; }
      .block .item .card .content P {
        font-size: 18px;
        min-height: 150px; }
      .block .item .card .content a.btn {
        background: transparent url(img/semi-circle.png) bottom center no-repeat;
        width: 160px;
        background-size: 100%;
        border-radius: 0;
        height: 80px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-bottom: 10px;
        text-transform: none;
        font-size: 22px; }

/*--- mais lidas ---*/
.block.posts.mais-lidas {
  margin: 50px 0; }
  .block.posts.mais-lidas .row.top {
    margin-bottom: 0; }
  .block.posts.mais-lidas .row .posts {
    display: flex;
    flex-wrap: wrap; }
    .block.posts.mais-lidas .row .posts .item {
      width: 47%; }
      @media (orientation: portrait) {
        .block.posts.mais-lidas .row .posts .item {
          width: 100%; } }
      .block.posts.mais-lidas .row .posts .item .card {
        display: flex;
        flex-direction: row; }
        @media (orientation: portrait) {
          .block.posts.mais-lidas .row .posts .item .card {
            flex-direction: column; } }
        .block.posts.mais-lidas .row .posts .item .card .img {
          width: 35%; }
          @media (orientation: portrait) {
            .block.posts.mais-lidas .row .posts .item .card .img {
              width: 100%; } }
        .block.posts.mais-lidas .row .posts .item .card .content {
          width: 65%;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          @media (orientation: portrait) {
            .block.posts.mais-lidas .row .posts .item .card .content {
              width: 100%; } }

/*--- POST / RECEITA INDIVIDUAL -----------------------------------------------------------------------------------------------------*/
@media (orientation: landscape) {
  .single-post .banner img.mobile,
  .single-receita .banner img.mobile {
    display: none; } }
@media (orientation: portrait) {
  .single-post .banner img.desktop,
  .single-receita .banner img.desktop {
    display: none; } }
.single-post #main .conteudo,
.single-receita #main .conteudo {
  padding: 40px;
  margin: 40px 0;
  background: #fff; }
  .single-post #main .conteudo h1,
  .single-receita #main .conteudo h1 {
    color: #f94f14; }
  .single-post #main .conteudo h2,
  .single-receita #main .conteudo h2 {
    color: #e30613;
    font-size: 34px; }
  .single-post #main .conteudo h3,
  .single-receita #main .conteudo h3 {
    color: #501910;
    font-size: 22px;
    text-transform: uppercase; }
  .single-post #main .conteudo h4,
  .single-receita #main .conteudo h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #f94f14; }

/*--- VITRINE DO FORNECEDOR ----------------------------------------------------------------------------------------------------*/
/*--- bloco reutilizado em varias paginas --*/
.block.fornecedores h2 {
  font-size: 46px;
  margin: 0 0 40px 0; }
.block.fornecedores ul.lista-fornecedores {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 50px auto; }
  .block.fornecedores ul.lista-fornecedores li {
    border-radius: 100%;
    border: 8px solid #f94f14;
    position: relative;
    width: 145px;
    /*&::after{
      content: '';
      display: block;
      width: 30px;
      height: 40px;        
      position: absolute;
      bottom: -20px;
      left: 50%;
      margin-left: -15px;
      background: transparent url(img/fogo.png) center no-repeat;
    }*/ }
    @media (orientation: landscape) {
      .block.fornecedores ul.lista-fornecedores li {
        height: 145px; } }
    @media (orientation: portrait) {
      .block.fornecedores ul.lista-fornecedores li {
        margin: 5%;
        width: 40%; } }
    .block.fornecedores ul.lista-fornecedores li img {
      width: 100%;
      height: 100%;
      border-radius: 100%; }

/*--- FORNECEDOR INDIVIDUAL -------------------------------------------------------------------------------------------*/
.single-fornecedor h1.entry-title {
  display: none; }
.single-fornecedor #main .container {
  max-width: 100%; }
.single-fornecedor #main h2 {
  color: #f94f14; }

/*--- TIPOS DE CORTES ----------------------------------------------------------------------------------------------*/
.page-id-946 .block.posts .row,
.page-id-997 .block.posts .row,
.page-id-1009 .block.posts .row {
  flex-wrap: wrap; }
  .page-id-946 .block.posts .row .item,
  .page-id-997 .block.posts .row .item,
  .page-id-1009 .block.posts .row .item {
    width: 48%;
    margin: 1%; }
    @media (orientation: portrait) {
      .page-id-946 .block.posts .row .item,
      .page-id-997 .block.posts .row .item,
      .page-id-1009 .block.posts .row .item {
        width: 100%; } }
    .page-id-946 .block.posts .row .item h3,
    .page-id-997 .block.posts .row .item h3,
    .page-id-1009 .block.posts .row .item h3 {
      color: #f94f14;
      font-size: 28px;
      margin: 0;
      min-height: auto; }
    .page-id-946 .block.posts .row .item .chamada p,
    .page-id-997 .block.posts .row .item .chamada p,
    .page-id-1009 .block.posts .row .item .chamada p {
      color: #f94f14;
      font-size: 18px;
      font-weight: bold;
      margin: 20px 0;
      min-height: auto; }
    .page-id-946 .block.posts .row .item .body p,
    .page-id-997 .block.posts .row .item .body p,
    .page-id-1009 .block.posts .row .item .body p {
      min-height: 170px; }

/*--- FOOTER ------------------------------------------------------------------------------------------------------*/
footer {
  background: transparent url(img/bg-footer.jpg) top center no-repeat;
  background-size: cover; }
  footer .row {
    padding: 50px 0; }
  footer p {
    margin: 0;
    display: inline-block;
    padding: 5px 0;
    color: #fff; }
  footer .col {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media (orientation: portrait) {
      footer .col {
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; } }
  footer .logo-assai {
    width: 30%; }
  footer .text {
    width: 70%; }
    footer .text p {
      font-size: 16px;
      max-width: 70%; }
  @media (orientation: portrait) {
    footer .social {
      margin: 50px 0;
      justify-content: center; } }
  footer .social ul {
    display: flex;
    justify-content: space-around; }
    footer .social ul li {
      margin: 0 5px; }
      footer .social ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        border: solid 2.5px #fff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        transition: .5s;
        background-color: transparent;
        max-width: 45px;
        max-height: 45px; }
        footer .social ul li a:hover {
          background: #f94f14; }
        footer .social ul li a img {
          max-width: 20px;
          max-height: 20px; }
  footer .cadastrese {
    justify-content: flex-end; }
    @media (orientation: portrait) {
      footer .cadastrese {
        justify-content: center; } }
  footer a.btn {
    padding: 9px 21px 3px 21px;
    display: inline-block;
    align-self: first baseline; }
  footer .legal {
    color: #fff;
    background: #2c0000;
    text-align: center;
    font-size: 14px; }
  footer .powered {
    color: #fff;
    background: #190000;
    text-align: center;
    font-size: 11px; }

/*--- POLITICA DE PROVACIDADE ---------------------------------------------------------------------*/
.page-template-page-basic .conteudo {
  background: #fff;
  padding: 50px 25px; }
  @media (orientation: portrait) {
    .page-template-page-basic .conteudo {
      padding: 7%; } }
  .page-template-page-basic .conteudo h1 {
    color: #f94f14; }
  .page-template-page-basic .conteudo h2, .page-template-page-basic .conteudo h3, .page-template-page-basic .conteudo h4 {
    color: #501910; }

/*--- CADASTTRE-SE ---------------------------------------------------------------------*/
.page-id-1131 h1 {
  color: #f94f14; }
  .page-id-1131 h1.entry-title {
    display: none; }
.page-id-1131 .eael-contact-form-7-button-custom {
  width: 100%;
  padding: 40px;
  margin: 40px 0;
  background: #fff; }
  @media (orientation: portrait) {
    .page-id-1131 .eael-contact-form-7-button-custom {
      padding: 5%; } }
.page-id-1131 .eael-contact-form-7 {
  max-width: 100%; }
.page-id-1131 .row {
  display: flex; }
  .page-id-1131 .row .col {
    width: 50%; }
    @media (orientation: portrait) {
      .page-id-1131 .row .col {
        width: 100%; } }
.page-id-1131 .wpcf7-form {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 50px; }
  @media (orientation: portrait) {
    .page-id-1131 .wpcf7-form {
      overflow: hidden; } }
  @media (orientation: portrait) {
    .page-id-1131 .wpcf7-form {
      flex-direction: column; } }
  .page-id-1131 .wpcf7-form input[type="text"],
  .page-id-1131 .wpcf7-form input[type="email"],
  .page-id-1131 .wpcf7-form input[type="tel"],
  .page-id-1131 .wpcf7-form select {
    border: 2px solid #666;
    border-radius: 50px;
    background: #fff;
    padding: 10px 10px 7px 10px;
    font-size: 21px;
    font-weight: 400 !important;
    font-family: 'FSLola' !important;
    width: 100%; }
  .page-id-1131 .wpcf7-form input[type="submit"] {
    font-family: 'FSLola', sans-serif !important;
    font-size: 24px;
    padding: 15px 40px 11px 40px !important;
    margin: 50px 0 !important;
    border-radius: 50px;
    color: #fff;
    background: #501910;
    font-weight: 900;
    cursor: pointer; }
    .page-id-1131 .wpcf7-form input[type="submit"]:hover {
      background: #f94f14; }
  .page-id-1131 .wpcf7-form .form-item {
    text-align: left;
    width: 100%;
    margin-bottom: 30px; }
    @media (orientation: portrait) {
      .page-id-1131 .wpcf7-form .form-item {
        width: 100%;
        padding: 10px 0;
        margin: 0; } }
    .page-id-1131 .wpcf7-form .form-item label {
      padding: 0;
      margin: 0 0 5px 0;
      font-family: 'FSLola', sans-serif !important;
      font-weight: 700 !important;
      color: #f94f14 !important;
      font-size: 24px !important; }
    .page-id-1131 .wpcf7-form .form-item span {
      display: inline-block;
      margin-top: 2px; }
      @media (orientation: portrait) {
        .page-id-1131 .wpcf7-form .form-item span {
          width: 100%; } }
    .page-id-1131 .wpcf7-form .form-item .wpcf7-checkbox span {
      float: left;
      width: 90%; }
    @media (orientation: portrait) {
      .page-id-1131 .wpcf7-form .form-item .wpcf7-checkbox label {
        display: flex; } }
    .page-id-1131 .wpcf7-form .form-item .wpcf7-list-item {
      margin: 0; }
    .page-id-1131 .wpcf7-form .form-item .wpcf7-radio {
      color: #333;
      font-weight: 500;
      font-size: 22px; }
      @media (orientation: portrait) {
        .page-id-1131 .wpcf7-form .form-item .wpcf7-radio label {
          display: flex; } }
      @media (orientation: portrait) {
        .page-id-1131 .wpcf7-form .form-item .wpcf7-radio label input[type=radio] {
          width: 22px;
          margin-top: 5px; } }
      .page-id-1131 .wpcf7-form .form-item .wpcf7-radio .wpcf7-list-item-label {
        color: #333;
        font-weight: 500;
        font-size: 21px;
        padding: 9px 0 0 6px; }
      .page-id-1131 .wpcf7-form .form-item .wpcf7-radio .wpcf7-list-item {
        margin-right: 40px; }
  .page-id-1131 .wpcf7-form .row.checkbox {
    margin-bottom: 0;
    display: flex; }
    @media (orientation: portrait) {
      .page-id-1131 .wpcf7-form .row.checkbox {
        flex-direction: row; } }
    .page-id-1131 .wpcf7-form .row.checkbox p {
      margin: 0; }
    .page-id-1131 .wpcf7-form .row.checkbox span.wpcf7-list-item {
      margin: 0 7px 0 0; }
  .page-id-1131 .wpcf7-form .form-item.nome,
  .page-id-1131 .wpcf7-form .form-item.genero,
  .page-id-1131 .wpcf7-form .form-item.cpf,
  .page-id-1131 .wpcf7-form .form-item.cnpj {
    width: 50%; }
    @media (orientation: portrait) {
      .page-id-1131 .wpcf7-form .form-item.nome,
      .page-id-1131 .wpcf7-form .form-item.genero,
      .page-id-1131 .wpcf7-form .form-item.cpf,
      .page-id-1131 .wpcf7-form .form-item.cnpj {
        width: 100%; } }
  .page-id-1131 .wpcf7-form .wpcf7-not-valid-tip {
    display: inline-block;
    border: none;
    padding: 5px;
    color: #333;
    background: #eee;
    margin: 10px 0 0 0;
    padding: 5px 10px; }
  .page-id-1131 .wpcf7-form .wpcf7-response-output {
    padding: 15px 30px;
    border: 2px solid #501910; }

/*--- 404 -----------------------------------------------------------------------------*/
.error404 .conteudo {
  padding: 40px;
  margin: 40px 0;
  background: #fff;
  text-align: center; }
  .error404 .conteudo h1 {
    color: #f94f14;
    font-size: 96px; }

/*--- CONTATO -----------------------------------------------------------------------------*/
.page-template-page-contato .conteudo {
  padding: 40px;
  margin: 40px 0;
  background: #fff; }
  @media (orientation: portrait) {
    .page-template-page-contato .conteudo {
      padding: 20px;
      margin: 0; } }
.page-template-page-contato .forminator-ui div[role="radiogroup"] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  align-content: center; }
  .page-template-page-contato .forminator-ui div[role="radiogroup"] .forminator-label {
    margin: 0 20px 0 0 !important; }
  .page-template-page-contato .forminator-ui div[role="radiogroup"] label {
    margin: 0 20px 0 0 !important; }
.page-template-page-contato .forminator-ui input[type="text"],
.page-template-page-contato .forminator-ui input[type="email"] {
  padding: 12px !important; }
.page-template-page-contato .forminator-ui .forminator-button-submit {
  font-family: "FSLola", sans-serif !important;
  font-size: 24px;
  padding: 15px 40px 11px 40px !important;
  margin: 25px 0 !important;
  border-radius: 50px;
  color: #fff;
  background: #501910;
  font-weight: 900;
  cursor: pointer; }
  .page-template-page-contato .forminator-ui .forminator-button-submit:hover {
    background: #f94f14; }
@media (orientation: portrait) {
  .page-template-page-contato .forminator-ui #checkbox-1 {
    font-size: 16px; } }

p.button-padrao {
  font-size: 20px;
  font-weight: 700;
  transition-duration: 0.3s;
  border-radius: 50px 50px 50px 50px;
  padding: 12px 20px 10px 20px;
  background: #f94f14;
  margin: 9vh auto;
  width: 190px; }
  p.button-padrao a {
    color: #fff; }

.page-template-page-template-home section.banner-home {
  position: relative; }
.page-template-page-template-home .blog-churrasco {
  margin-top: 12vh; }
.page-template-page-template-home .receitas-home {
  margin-top: 12vh; }
.page-template-page-template-home .ads-home {
  margin: 10vh auto; }
.page-template-page-template-home .churrascometro {
  position: relative; }
.page-template-page-template-home .patrocinado {
  margin-top: 5vh; }

section.banner-home {
  position: relative; }
  section.banner-home .swiper {
    width: 100%;
    position: relative;
    height: auto; }
  section.banner-home .swiper-slide {
    height: auto; }
  @media (min-width: 770px) {
    section.banner-home.desktop .swiper.swiper-backface-hidden .swiper-slide {
      width: 100% !important; } }

.mobile {
  display: none; }

@media (min-width: 770px) {
  img.desktop {
    display: block !important;
    width: 100vw !important;
    max-width: none !important;
    height: auto !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important; }

  a:has(> img.desktop) {
    display: block;
    overflow: visible; } }
.page-template-page-template-blog h2 {
  display: none;
  font-size: 46px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 18vh 0 10vh 0; }
.page-template-page-template-blog .display-block {
  display: block; }
.page-template-page-template-blog .grid-blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 2vw;
  grid-row-gap: 13vh; }
.page-template-page-template-blog .blog-churrasco {
  margin-top: 13vh; }
.page-template-page-template-blog .item {
  width: 100% !important; }

.page-template-page-template-receitas h2 {
  font-size: 46px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 18vh 0 10vh 0; }
.page-template-page-template-receitas .receitas {
  margin-top: 13vh; }
.page-template-page-template-receitas .grid-blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 2vw;
  grid-row-gap: 10vh; }
.page-template-page-template-receitas .item {
  width: 100% !important; }

.page-template-page-template-vitrine-fornecedor h2 {
  display: none; }

.page-template-page-template-cortes-frango .cortes-frango {
  margin-top: 10vh; }
  .page-template-page-template-cortes-frango .cortes-frango .item {
    width: 48%;
    margin: 1%; }
    .page-template-page-template-cortes-frango .cortes-frango .item .content h3 {
      color: #f94f14;
      font-size: 28px;
      margin: 0;
      min-height: auto; }
    .page-template-page-template-cortes-frango .cortes-frango .item .content .chamada p {
      color: #f94f14;
      font-size: 18px;
      font-weight: bold;
      margin: 20px 0;
      min-height: auto; }
.page-template-page-template-cortes-frango .mais-lidas .item {
  width: 48%;
  margin: 1%; }

.page-template-page-template-cortes-suinos .cortes-suinos {
  margin-top: 10vh; }

.fornecedor-template-default #main .container {
  background-color: #fff;
  max-width: 1320px;
  padding: 30px;
  margin-top: 30px; }
  .fornecedor-template-default #main .container h2 {
    color: #f94f14; }
  .fornecedor-template-default #main .container p, .fornecedor-template-default #main .container a, .fornecedor-template-default #main .container ul, .fornecedor-template-default #main .container li, .fornecedor-template-default #main .container strong {
    color: #7A7A7A; }
  .fornecedor-template-default #main .container img {
    margin: auto; }
  .fornecedor-template-default #main .container hr {
    border: none;
    border-top: 1px solid gray; }
.fornecedor-template-default #main section.imagens-fornecedor {
  display: flex; }
  .fornecedor-template-default #main section.imagens-fornecedor img {
    max-width: 189px; }

@media (min-width: 600px) and (max-width: 768px) {
  .block.fornecedores ul.lista-fornecedores {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 25px; }
    .block.fornecedores ul.lista-fornecedores li {
      margin: auto; }

  footer .col {
    justify-content: center; } }
@media (max-width: 769px) {
  .mobile {
    display: block; }

  .desktop {
    display: none; }

  header img.logo {
    max-width: 120px; }
  header .container {
    max-width: 713px; }
  header nav ul {
    align-items: center; }
    header nav ul li a {
      padding: 7px;
      font-size: 15px;
      text-align: center; }
    header nav ul li.menu-item-1152 a {
      border-radius: 20px;
      min-width: 13vw; }

  .page-template-page-template-home .blog-churrasco {
    margin-top: 4vh; }
  .page-template-page-template-home .churrascometro .carrossel-marcas {
    top: 97px; } }

/*# sourceMappingURL=style.css.map */
