@import url(normalize.css);
@import url(owl.carousel.css);
@import url(animate.css);
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");
@font-face {
  font-family: 'bern_sans_ctregular';
  src: url("fonts/bernsansct-regular-webfont.eot");
  src: url("fonts/bernsansct-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bernsansct-regular-webfont.woff") format("woff"), url("fonts/bernsansct-regular-webfont.ttf") format("truetype"), url("fonts/bernsansct-regular-webfont.svg#bern_sans_ctregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_Roboto-Light';
  src: url("fonts/Roboto-Light.eot");
  src: url("fonts/Roboto-Light.woff") format("woff"), url("fonts/Roboto-Light.ttf") format("truetype"), url("fonts/Roboto-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_Roboto-Medium';
  src: url("fonts/Roboto-Medium.eot");
  src: url("fonts/Roboto-Medium.woff") format("woff"), url("fonts/Roboto-Medium.ttf") format("truetype"), url("fonts/Roboto-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'corisanderegularregular';
  src: url("fonts/corisanderegular-webfont.eot");
  src: url("fonts/corisanderegular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/corisanderegular-webfont.woff") format("woff"), url("fonts/corisanderegular-webfont.svg#corisanderegularregular") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  min-height: 100%; }

body {
  height: 100%;
  min-height: 100%;
  position: relative; }
  body.show-menu {
    overflow: hidden; }
    body.show-menu:after {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.4);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      content: ""; }

header {
  width: 100%;
  height: 50px;
  background-color: #1d1d1b;
  position: fixed;
  top: 0;
  z-index: 1;
  box-shadow: #404040 0px 0px 40px 0px; }
  header.show-menu a.logo {
    bottom: 28px;
    width: 55px; }
  header a.logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50px;
    margin: auto;
    height: 100%;
    width: 100px;
    transition: all 0.15s ease-in; }
    header a.logo > img {
      width: 100%; }
  header .openMenu {
    position: absolute;
    width: 60px;
    height: 52px;
    top: 0;
    right: 0;
    cursor: pointer;
    transition-duration: 0.5s; }
    header .openMenu .icon {
      transition-duration: 0.5s;
      position: absolute;
      height: 3px;
      width: 30px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background-color: #FFFFFF; }
      header .openMenu .icon:before {
        transition-duration: 0.5s;
        position: absolute;
        width: 30px;
        height: 3px;
        background-color: #FFFFFF;
        content: "";
        top: -10px; }
      header .openMenu .icon:after {
        transition-duration: 0.5s;
        position: absolute;
        width: 30px;
        height: 3px;
        background-color: #FFFFFF;
        content: "";
        top: 10px; }
    header .openMenu.show-menu .icon {
      transition-duration: 0.5s;
      background: transparent; }
      header .openMenu.show-menu .icon:before {
        -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
        transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px); }
      header .openMenu.show-menu .icon:after {
        -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
        transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px); }

nav#menu {
  position: fixed;
  right: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  background-color: #4a4a4a;
  overflow: auto;
  top: 50px;
  width: 100%;
  max-width: 260px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }
  nav#menu.show-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  nav#menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    nav#menu ul li {
      line-height: 45px;
      background-color: #4a4a4a;
      padding: 0px 10px;
      border-bottom: 1px solid #000000;
      border-top: 1px solid #989898;
      box-sizing: border-box;
      transition: all 0.25s ease-in-out; }
      nav#menu ul li:hover {
        background-color: #717171; }
      nav#menu ul li.logo {
        display: none; }
      nav#menu ul li:first-child {
        border-top: 0px; }
      nav#menu ul li:last-child {
        border-bottom: 0px; }
      nav#menu ul li a {
        color: #FFF;
        transition: all 0.25s ease-in-out;
        outline: none;
        display: block;
        text-decoration: none;
        position: relative; }

main {
  position: relative;
  z-index: 0; }
  main section {
    overflow: hidden;
    font-family: "corisanderegularregular"; }
    main section h1 {
      margin: 25px auto;
      text-align: center;
      font-size: 16px;
      padding: 10px 0px;
      background-color: #e20613;
      color: #FFF;
      position: relative;
      width: 80%;
      max-width: 375px; }
      main section h1 .border {
        content: "";
        position: absolute;
        width: 98%;
        height: 85%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        box-sizing: border-box;
        padding: 0;
        border: 1px dashed #FFF; }
    main section#sliders {
      margin-top: 50px; }
      main section#sliders .owl-sliders .item {
        position: relative; }
        main section#sliders .owl-sliders .item .title {
          position: absolute;
          font-family: "bern_sans_ctregular";
          top: 40%;
          right: -100%;
          text-align: left;
          width: 60%;
          padding: 10px;
          box-sizing: border-box;
          background-color: rgba(0, 0, 0, 0.6);
          color: #FFF;
          transition: all 0.35s ease-in 0.25s; }
          main section#sliders .owl-sliders .item .title div {
            font-size: 16px;
            opacity: 0;
            visibility: hidden;
            position: relative;
            right: -100%;
            transition: all 0.25s ease-in 0.65s; }
      main section#sliders .owl-sliders .owl-item.active .item .title {
        right: 0; }
        main section#sliders .owl-sliders .owl-item.active .item .title div {
          opacity: 1;
          visibility: visible;
          right: 0; }
      main section#sliders .owl-sliders .owl-dots {
        width: 100%;
        position: absolute;
        bottom: 5px;
        text-align: center; }
        main section#sliders .owl-sliders .owl-dots .owl-dot {
          display: inline-block; }
          main section#sliders .owl-sliders .owl-dots .owl-dot span {
            display: block;
            width: 8px;
            height: 8px;
            background-color: rgba(255, 255, 255, 0.5);
            margin: 0px 2px;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.25s ease-in; }
          main section#sliders .owl-sliders .owl-dots .owl-dot.active span {
            background-color: #c3c3c3; }
    main section#tradicao .texto {
      font-size: 14px;
      text-align: center;
      margin: auto;
      margin-top: 10px;
      padding: 0px 15px;
      box-sizing: border-box;
      max-width: 845px; }
      main section#tradicao .texto p {
        margin: 10px auto; }
        main section#tradicao .texto p a {
          text-decoration: none;
          color: #000; }
    main section#tradicao .produtos {
      margin-top: 20px; }
      main section#tradicao .produtos .owl-produtos {
        max-width: 650px;
        margin: auto; }
        main section#tradicao .produtos .owl-produtos .item {
          text-align: center;
          margin: auto; }
          main section#tradicao .produtos .owl-produtos .item > svg {
            width: 120px;
            height: 120px;
            overflow: hidden; }
            main section#tradicao .produtos .owl-produtos .item > svg circle {
              transition: all 0.25s ease-in-out; }
            main section#tradicao .produtos .owl-produtos .item > svg:hover {
              -webkit-animation: InOutScale 0.25s linear;
              animation: InOutScale 0.25s linear;
              -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
              main section#tradicao .produtos .owl-produtos .item > svg:hover circle {
                fill: #e20613; }
              main section#tradicao .produtos .owl-produtos .item > svg:hover path.path {
                -webkit-animation: InOut 0.25s linear;
                animation: InOut 0.25s linear;
                -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
        main section#tradicao .produtos .owl-produtos .owl-nav div {
          position: absolute;
          top: 0;
          bottom: 0;
          height: 30px;
          margin: auto;
          border-radius: 50%;
          background-color: #000;
          width: 30px;
          color: #FFF;
          padding: 2px 11px;
          box-sizing: border-box;
          font-size: 25px; }
          main section#tradicao .produtos .owl-produtos .owl-nav div.owl-prev {
            left: 20px; }
          main section#tradicao .produtos .owl-produtos .owl-nav div.owl-next {
            right: 20px; }
    main section#tradicao-page .row {
      font-family: "corisanderegularregular";
      font-size: 15px;
      padding-bottom: 30px;
      width: 100%;
      margin: auto;
      max-width: 960px; }
      main section#tradicao-page .row .introdution {
        text-align: left;
        padding: 0px 15px;
        box-sizing: border-box;
        margin: auto;
        max-width: 718px; }
      main section#tradicao-page .row .mission {
        text-align: right;
        padding: 0px 15px;
        box-sizing: border-box;
        margin: auto;
        max-width: 500px; }
        main section#tradicao-page .row .mission p {
          margin: 5px 0px; }
      main section#tradicao-page .row .image {
        width: 95%;
        max-width: 718px;
        margin: auto; }
        main section#tradicao-page .row .image > img {
          display: block;
          width: 100%;
          margin: auto;
          vertical-align: middle;
          max-width: 718px; }
        main section#tradicao-page .row .image.box-shadow {
          box-shadow: rgba(0, 0, 0, 0.27) -5px 8px 20px 1px;
          width: 90%;
          max-width: 415px;
          margin: auto;
          margin-top: 30px;
          padding: 20px 0px; }
          main section#tradicao-page .row .image.box-shadow > img {
            width: 90%;
            max-width: 372px; }
        main section#tradicao-page .row .image .legend {
          max-width: 415px;
          text-align: center;
          margin-top: 10px; }
    main section#promocoes {
      margin-top: 20px; }
      main section#promocoes .soon-promotion {
        font-size: 24px; }
      main section#promocoes .valid {
        margin-top: 30px;
        text-align: center;
        padding: 0px 20px;
        box-sizing: border-box; }
        main section#promocoes .valid a.btn-black {
          background-color: #000;
          font-size: 15px;
          color: #FFF;
          border: none;
          padding: 0px 20px;
          text-decoration: none;
          margin: auto;
          transition: all 0.25s ease-out;
          line-height: 40px;
          height: 38px;
          display: inline-block; }
          main section#promocoes .valid a.btn-black:hover {
            background-color: #e20613; }
        main section#promocoes .valid p {
          text-align: center;
          font-size: 20px;
          font-weight: bolder; }
      main section#promocoes .owl-promocoes {
        max-width: 860px;
        margin: auto;
        margin-top: 20px; }
        main section#promocoes .owl-promocoes .item {
          text-align: center;
          max-width: 200px;
          margin: auto; }
          main section#promocoes .owl-promocoes .item:hover div.image img {
            -webkit-transform: scale(1.3) rotate(10deg);
            -ms-transform: scale(1.3) rotate(10deg);
            transform: scale(1.3) rotate(10deg); }
          main section#promocoes .owl-promocoes .item div.image {
            overflow: hidden;
            margin: auto;
            border-radius: 10px; }
            main section#promocoes .owl-promocoes .item div.image img {
              transition: all 0.35s ease-out;
              -webkit-transform: scale(1) rotate(0deg);
              -ms-transform: scale(1) rotate(0deg);
              transform: scale(1) rotate(0deg);
              margin: auto;
              vertical-align: middle;
              width: auto; }
          main section#promocoes .owl-promocoes .item div.desc {
            margin-top: 5px; }
        main section#promocoes .owl-promocoes .owl-nav div {
          position: absolute;
          top: 0;
          bottom: 50px;
          height: 30px;
          margin: auto;
          border-radius: 50%;
          background-color: #ff9c00;
          width: 30px;
          color: #FFF;
          padding: 2px 11px;
          box-sizing: border-box;
          font-size: 25px; }
          main section#promocoes .owl-promocoes .owl-nav div.owl-prev {
            left: 20px; }
          main section#promocoes .owl-promocoes .owl-nav div.owl-next {
            right: 20px; }
      main section#promocoes .wrapper-ofertas {
        max-width: 860px;
        margin: auto;
        text-align: center; }
      main section#promocoes .item {
        text-align: center;
        max-width: 200px;
        margin: 20px 5px 0px 5px;
        display: inline-block; }
        main section#promocoes .item:hover div.image img {
          -webkit-transform: scale(1.3) rotate(10deg);
          -ms-transform: scale(1.3) rotate(10deg);
          transform: scale(1.3) rotate(10deg); }
        main section#promocoes .item div.image {
          overflow: hidden;
          margin: auto;
          border-radius: 10px; }
          main section#promocoes .item div.image img {
            transition: all 0.35s ease-out;
            -webkit-transform: scale(1) rotate(0deg);
            -ms-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
            margin: auto;
            vertical-align: middle;
            width: auto; }
        main section#promocoes .item div.desc {
          margin-top: 5px; }
    main section#banner {
      margin: 20px auto; }
      main section#banner div.banner {
        background: url(../img/casa-de-carnes-rosa-banner.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        height: 300px;
        width: 100%;
        position: relative; }
        main section#banner div.banner > img {
          display: block;
          margin: auto;
          height: 170px;
          -webkit-transform: translateY(10%);
          -ms-transform: translateY(10%);
          transform: translateY(10%);
          vertical-align: middle; }
        main section#banner div.banner .slogan {
          margin: auto;
          left: 0;
          right: 0;
          max-width: 960px;
          width: 100%;
          font-family: "corisanderegularregular";
          font-weight: bold;
          color: #FFF;
          text-align: center;
          bottom: 0px;
          position: absolute;
          padding: 20px;
          box-sizing: border-box;
          font-size: 18px; }
          main section#banner div.banner .slogan > div {
            max-width: 300px;
            margin: auto; }
    main section#dicas-receitas .owl-carousel {
      max-width: 930px;
      margin: auto; }
    main section#dicas-receitas .owl-nav div {
      position: absolute;
      top: 0;
      bottom: 0;
      height: 30px;
      margin: auto;
      background-color: #ff9c00;
      width: 30px;
      color: #FFF;
      padding: 2px 11px;
      box-sizing: border-box;
      font-size: 25px; }
      main section#dicas-receitas .owl-nav div.owl-prev {
        left: -5px; }
        main section#dicas-receitas .owl-nav div.owl-prev > i {
          margin-left: 1px; }
      main section#dicas-receitas .owl-nav div.owl-next {
        right: -5px; }
        main section#dicas-receitas .owl-nav div.owl-next > i {
          margin-left: -1px; }
    main section#dicas-receitas .item .card {
      background: url(../img/casa-de-carnes-rosa-receitas-fundo.jpg) no-repeat center center;
      background-size: cover;
      overflow: hidden;
      position: relative;
      padding: 10px; }
      main section#dicas-receitas .item .card > div {
        position: relative;
        width: 100%;
        margin: auto;
        transition: all 0.30s ease-in;
        color: #FFF;
        display: table; }
        main section#dicas-receitas .item .card > div h3 {
          text-align: center;
          font-size: 20px;
          margin: 0 0 10px 0px; }
        main section#dicas-receitas .item .card > div.image h3 {
          font-size: 16px; }
        main section#dicas-receitas .item .card > div.image > img {
          display: block;
          width: 90%;
          max-width: 300px;
          margin: auto;
          border: 15px solid #FFF;
          box-sizing: border-box; }
        main section#dicas-receitas .item .card > div.receita {
          color: #FFF;
          font-size: 14px; }
          main section#dicas-receitas .item .card > div.receita .dica {
            box-sizing: border-box;
            padding: 0px 20px 10px 20px; }
    main section#cortes-carne .boi {
      position: relative; }
      main section#cortes-carne .boi > img {
        display: block;
        width: 85%;
        max-width: 576px;
        vertical-align: middle; }
      main section#cortes-carne .boi #nomePeca {
        position: absolute;
        color: #e20613;
        font-family: "corisanderegularregular";
        font-size: 18px;
        width: 100%;
        top: 0;
        max-width: 550px;
        padding: 0 10px;
        box-sizing: border-box;
        right: 0;
        left: 0;
        margin: auto;
        text-align: right; }
      main section#cortes-carne .boi svg {
        width: 80%;
        display: block;
        margin: auto;
        height: auto;
        max-width: 550px; }
        main section#cortes-carne .boi svg g.grupo_peca {
          cursor: pointer; }
          main section#cortes-carne .boi svg g.grupo_peca circle {
            display: none; }
          main section#cortes-carne .boi svg g.grupo_peca text {
            font-family: "corisanderegularregular"; }
          main section#cortes-carne .boi svg g.grupo_peca text, main section#cortes-carne .boi svg g.grupo_peca line {
            stroke-opacity: 0;
            opacity: 0;
            transition: all 0.25s ease-out; }
          main section#cortes-carne .boi svg g.grupo_peca ellipse, main section#cortes-carne .boi svg g.grupo_peca path {
            transition: all 0.35s ease-in; }
          main section#cortes-carne .boi svg g.grupo_peca:hover ellipse, main section#cortes-carne .boi svg g.grupo_peca:hover path {
            fill: #e20613; }
          main section#cortes-carne .boi svg g.grupo_peca:hover text, main section#cortes-carne .boi svg g.grupo_peca:hover line {
            stroke-opacity: 1;
            opacity: 1; }
        main section#cortes-carne .boi svg path.peca {
          -webkit-animation: showHide 0.25s ease infinite;
          animation: showHide 0.25s ease infinite; }
          main section#cortes-carne .boi svg path.peca.peca-1 {
            -webkit-animation-duration: 2.1s;
            animation-duration: 2.1s; }
          main section#cortes-carne .boi svg path.peca.peca-2 {
            -webkit-animation-duration: 2.2s;
            animation-duration: 2.2s; }
          main section#cortes-carne .boi svg path.peca.peca-3 {
            -webkit-animation-duration: 2.3s;
            animation-duration: 2.3s; }
          main section#cortes-carne .boi svg path.peca.peca-4 {
            -webkit-animation-duration: 2.4s;
            animation-duration: 2.4s; }
          main section#cortes-carne .boi svg path.peca.peca-5 {
            -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s; }
          main section#cortes-carne .boi svg path.peca.peca-6 {
            -webkit-animation-duration: 2.6s;
            animation-duration: 2.6s; }
          main section#cortes-carne .boi svg path.peca.peca-7 {
            -webkit-animation-duration: 2.7s;
            animation-duration: 2.7s; }
          main section#cortes-carne .boi svg path.peca.peca-8 {
            -webkit-animation-duration: 2.8s;
            animation-duration: 2.8s; }
          main section#cortes-carne .boi svg path.peca.peca-9 {
            -webkit-animation-duration: 2.9s;
            animation-duration: 2.9s; }
          main section#cortes-carne .boi svg path.peca.peca-10 {
            -webkit-animation-duration: 3s;
            animation-duration: 3s; }
          main section#cortes-carne .boi svg path.peca.peca-11 {
            -webkit-animation-duration: 3.1s;
            animation-duration: 3.1s; }
          main section#cortes-carne .boi svg path.peca.peca-12 {
            -webkit-animation-duration: 3.2s;
            animation-duration: 3.2s; }
          main section#cortes-carne .boi svg path.peca.peca-13 {
            -webkit-animation-duration: 3.3s;
            animation-duration: 3.3s; }
          main section#cortes-carne .boi svg path.peca.peca-14 {
            -webkit-animation-duration: 3.4s;
            animation-duration: 3.4s; }
          main section#cortes-carne .boi svg path.peca.peca-15 {
            -webkit-animation-duration: 3.5s;
            animation-duration: 3.5s; }
          main section#cortes-carne .boi svg path.peca.peca-16 {
            -webkit-animation-duration: 3.6s;
            animation-duration: 3.6s; }
          main section#cortes-carne .boi svg path.peca.peca-17 {
            -webkit-animation-duration: 3.7s;
            animation-duration: 3.7s; }
          main section#cortes-carne .boi svg path.peca.peca-18 {
            -webkit-animation-duration: 3.8s;
            animation-duration: 3.8s; }
          main section#cortes-carne .boi svg path.peca.peca-19 {
            -webkit-animation-duration: 3.9s;
            animation-duration: 3.9s; }
    main section#como-chegar #mapa {
      width: 100%;
      height: 300px;
      border: none;
      margin: auto; }
    main section#fale-conosco h1 {
      margin-top: 40px; }
    main section#fale-conosco .form {
      margin: auto;
      max-width: 670px; }
      main section#fale-conosco .form form .form-group .field {
        margin: auto;
        margin-top: 5px;
        text-align: center;
        width: 90%; }
        main section#fale-conosco .form form .form-group .field .field-control {
          background-color: #e9e9e9;
          width: 100%;
          border: none;
          padding: 5px 5px;
          font-family: "corisanderegularregular";
          box-sizing: border-box;
          outline: none;
          font-size: 14px; }
        main section#fale-conosco .form form .form-group .field input[type="text"] {
          line-height: 38px;
          height: 38px; }
        main section#fale-conosco .form form .form-group .field textarea {
          width: 100%;
          height: 140px;
          resize: none; }
      main section#fale-conosco .form form .form-group .btn {
        background-color: #e9e9e9;
        border: none;
        font-weight: 300;
        font-family: "corisanderegularregular";
        padding: 5px 30px;
        box-sizing: border-box;
        outline: none;
        width: 100%;
        line-height: 38px;
        float: right; }
    main section#formas-pagamentos p {
      margin-top: 50px;
      text-align: center;
      font-family: "corisanderegularregular";
      font-size: 18px;
      font-weight: 300; }
    main section#formas-pagamentos .owl-cartoes {
      max-width: 645px;
      margin: auto; }
      main section#formas-pagamentos .owl-cartoes div.item {
        text-align: center; }
        main section#formas-pagamentos .owl-cartoes div.item svg, main section#formas-pagamentos .owl-cartoes div.item img {
          height: 40px;
          margin: 10px;
          width: auto; }
  main .redes-sociais {
    display: none; }

footer {
  background-color: #000000;
  margin-top: 100px;
  position: relative;
  padding: 40px 0px 10px 0px;
  box-sizing: border-box;
  font-family: "corisanderegularregular"; }
  footer span.red {
    color: #e30613;
    display: block;
    margin-bottom: 5px;
    border-bottom: 2px solid #FFF;
    padding: 5px 0px 10px 0px; }
  footer .others {
    margin: auto;
    padding: 0px 20px 0px 20px; }
    footer .others address {
      color: #FFF;
      text-decoration: none;
      font-family: "corisanderegularregular";
      font-size: 16px;
      font-weight: 300;
      font-style: normal;
      box-sizing: border-box;
      margin-bottom: 15px; }
      footer .others address div {
        margin-top: 10px; }
    footer .others .info {
      color: #FFF;
      font-family: "corisanderegularregular";
      font-size: 16px;
      font-weight: 300;
      font-style: normal;
      box-sizing: border-box; }
      footer .others .info div {
        margin-top: 10px; }
  footer .email {
    text-align: center;
    color: #FFF;
    font-size: 15px;
    font-family: "corisanderegularregular";
    margin: 35px 0px; }
  footer .blocks {
    text-align: center;
    width: 100%;
    position: absolute;
    top: -58px;
    margin: auto; }
    footer .blocks .block {
      width: 70px;
      height: 77px;
      background-color: #000;
      border-radius: 8px;
      display: inline-block;
      margin: 0px 2px;
      vertical-align: top;
      position: relative; }
      footer .blocks .block > img {
        width: 48px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
  footer .copyright {
    font-size: 14px;
    padding: 0px 20px 0px 20px;
    color: #FFF;
    text-align: center;
    margin-top: 20px;
    font-family: "corisanderegularregular"; }
  footer .img-right {
    display: none; }

@media screen and (min-width: 500px) {
  main section h1 {
    font-size: 22px;
    padding: 26px 0px; }
    main section h1 .border {
      height: 90%; }
    main section h1:before, main section h1:after {
      position: absolute;
      top: 0;
      bottom: 0;
      height: 55px;
      margin: auto;
      width: 61px;
      z-index: -1; }
    main section h1:before {
      content: url(../img/ribbon-left.png);
      left: -61px; }
    main section h1:after {
      content: url(../img/ribbon-right.png);
      right: -61px; }
  main section#tradicao .texto {
    font-size: 20px;
    padding: 0 30px; }
  main section#banner div.banner > img {
    height: 70%;
    max-height: 374px; }
  main section#banner div.banner .slogan > div {
    max-width: 100%; }
  main .redes-sociais {
    line-height: 40px;
    background-color: #e30613;
    text-align: center;
    font-family: "corisanderegularregular";
    font-size: 14px;
    display: block; }
    main .redes-sociais a {
      color: #FFF;
      text-decoration: none;
      margin-left: 15px;
      font-size: 16px; }
      main .redes-sociais a span {
        display: inline-block;
        padding: 5px;
        border-radius: 50%;
        background-color: #FFF;
        color: #e30613;
        width: 14px;
        height: 14px;
        vertical-align: middle; }
        main .redes-sociais a span i {
          vertical-align: top;
          font-size: 15px; }
    main .redes-sociais span {
      display: none; } }

@media screen and (min-width: 568px) {
  main section#tradicao-page .row .mission {
    display: inline-block;
    width: 50%;
    vertical-align: top; }
  main section#tradicao-page .row .image.box-shadow {
    width: 45%;
    margin-top: 0px;
    vertical-align: top;
    display: inline-block; } }

@media screen and (min-width: 658px) {
  main section#sliders .owl-sliders .item .title {
    width: 70%; }
    main section#sliders .owl-sliders .item .title div {
      font-size: 26px; } }

@media screen and (min-width: 768px) {
  main section#cortes-carne .boi #nomePeca {
    font-size: 24px; }
  main section#fale-conosco .form form .form-group .field {
    width: 100%; }
    main section#fale-conosco .form form .form-group .field.email {
      display: inline-block;
      width: 60%; }
    main section#fale-conosco .form form .form-group .field.telefone {
      display: inline-block;
      width: 39%;
      margin-left: 1%; }
  main .redes-sociais span {
    display: inline-block;
    color: #FFF; }
  footer .blocks {
    max-width: 700px;
    text-align: left;
    left: 0;
    right: 0; }
  footer .others {
    max-width: 700px;
    padding: 0px 20px 0px 40px; }
    footer .others address {
      display: inline-block;
      width: 250px; }
    footer .others .info {
      display: inline-block;
      margin-left: 30px; } }

@media screen and (min-width: 900px) {
  main section#promocoes .owl-promocoes .owl-nav div.owl-prev {
    left: -8px; }
  main section#promocoes .owl-promocoes .owl-nav div.owl-next {
    right: -8px; } }

@media screen and (min-width: 960px) {
  header {
    display: none; }
  nav#menu {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    max-width: 100%;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    height: 65px;
    background-color: rgba(0, 0, 0, 0.7); }
    nav#menu ul {
      margin: auto;
      max-width: 960px;
      width: 100%;
      height: 65px;
      text-align: center; }
      nav#menu ul li {
        border-bottom: none;
        border-top: none;
        line-height: 65px;
        background-color: transparent;
        display: inline-block;
        position: relative; }
        nav#menu ul li:before {
          content: "";
          position: absolute;
          margin: auto;
          left: 0;
          right: 0;
          width: 0%;
          height: 1px;
          background-color: #A7A7A7;
          bottom: 20px;
          transition: all 0.35s ease-in-out; }
        nav#menu ul li:hover {
          background-color: transparent; }
          nav#menu ul li:hover:before {
            width: 82%; }
          nav#menu ul li:hover a {
            color: #A7A7A7; }
        nav#menu ul li.logo {
          display: inline-block;
          width: 201px; }
          nav#menu ul li.logo:before {
            display: none; }
          nav#menu ul li.logo a {
            position: absolute;
            transition: all 0.35s ease-in-out;
            left: 0;
            font-weight: bolder;
            right: 0;
            margin: auto;
            top: -95px; }
  main section#sliders {
    margin-top: 0; }
  main section#tradicao .texto {
    padding: 0 8px; }
  footer {
    margin-top: 170px; }
    footer .blocks {
      max-width: 960px;
      padding: 0px 20px 0px 40px; }
    footer .others {
      max-width: 960px; } }

@media screen and (min-width: 968px) {
  main section#tradicao-page .row {
    display: table;
    width: 100%;
    font-size: 20px;
    font-weight: lighter; }
    main section#tradicao-page .row .introdution {
      max-width: 344px;
      display: inline-block;
      vertical-align: top; }
    main section#tradicao-page .row .image {
      vertical-align: top;
      width: 50%;
      display: inline-block; }
      main section#tradicao-page .row .image > img {
        width: auto; }
    main section#tradicao-page .row .mission {
      float: right;
      vertical-align: middle;
      width: 65%; }
    main section#tradicao-page .row .image.box-shadow {
      float: left;
      vertical-align: middle; } }

@media screen and (min-width: 1024px) {
  nav#menu.fixed {
    position: fixed; }
    nav#menu.fixed ul li.logo a {
      top: -65px; }
      nav#menu.fixed ul li.logo a img {
        width: 100px; }
  main section h1:after, main section h1:before {
    transition: all 0.35s ease-in-out; }
  main section h1 .border {
    transition: all 0.35s ease-in-out; }
  main section h1:hover .border {
    width: 80%;
    height: 60%; }
  main section h1:hover:after {
    right: 0; }
  main section h1:hover:before {
    left: 0; }
  main section#sliders {
    transition: margin-top 0.35s ease-out; }
    main section#sliders.fixed {
      margin-top: 65px; }
    main section#sliders .owl-sliders .item .title {
      top: 20%;
      bottom: 0;
      margin: auto;
      height: 50px; }
  main section#promocoes .owl-promocoes .owl-nav div {
    height: 40px;
    width: 40px;
    padding: 3px 15px;
    font-size: 33px; }
    main section#promocoes .owl-promocoes .owl-nav div.owl-prev {
      left: -50px; }
    main section#promocoes .owl-promocoes .owl-nav div.owl-next {
      right: -50px; }
  main section#dicas-receitas .owl-nav div.owl-prev {
    left: -40px;
    border-radius: 50%; }
  main section#dicas-receitas .owl-nav div.owl-next {
    right: -40px;
    border-radius: 50%; }
  main section#dicas-receitas .item {
    display: table;
    width: 100%;
    max-width: 930px;
    margin: auto; }
    main section#dicas-receitas .item .card {
      display: table-cell;
      max-width: 100%;
      vertical-align: middle;
      height: 330px; }
      main section#dicas-receitas .item .card > div {
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        position: static;
        display: inline-block;
        vertical-align: middle; }
        main section#dicas-receitas .item .card > div h3 {
          padding: 0px 20px 10px 20px;
          text-align: left;
          font-size: 44px;
          margin: 0px;
          padding: 0px 0px 10px 20px; }
        main section#dicas-receitas .item .card > div.receita {
          width: 60%;
          -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
          font-size: 17px; }
        main section#dicas-receitas .item .card > div.image {
          width: 39%; }
          main section#dicas-receitas .item .card > div.image h3 {
            display: none; }
  main section#fale-conosco .form {
    max-width: 960px; }
    main section#fale-conosco .form form .form-group .btn {
      max-width: 180px;
      transition: all 0.25s ease-out;
      cursor: pointer; }
      main section#fale-conosco .form form .form-group .btn:hover {
        background-color: #000;
        color: #FFF; }
  footer .blocks {
    text-align: left;
    left: 0;
    right: 0; }
  footer .others {
    position: relative; }
    footer .others .img-right {
      position: absolute;
      top: -154px;
      right: 40px;
      display: block; }
  footer .email {
    font-size: 18px; }
  footer .copyright {
    font-size: 16px; } }

@media screen and (min-width: 1280px) {
  main section#sliders .owl-sliders .item .title {
    height: 60px;
    top: 30%; }
    main section#sliders .owl-sliders .item .title div {
      font-size: 36px;
      padding-left: 15px; }
  main section#banner div.banner {
    height: 515px; }
    main section#banner div.banner > img {
      height: 90%; }
    main section#banner div.banner .slogan {
      font-size: 28px; }
  main section#como-chegar #mapa {
    height: 500px; }
  footer .others {
    padding: 0px 20px 0px 130px; } }

@-webkit-keyframes showHide {
  0% {
    fill: #333333; }
  20% {
    fill: #464646; }
  40%, 100% {
    fill: #333333; } }

@keyframes showHide {
  0% {
    fill: #333333; }
  20% {
    fill: #464646; }
  40%, 100% {
    fill: #333333; } }

@-webkit-keyframes InOut {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  50% {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    opacity: 0;
    visibility: hidden; }
  70% {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%); }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes InOut {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  50% {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    opacity: 0;
    visibility: hidden; }
  70% {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%); }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes InOutScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  70% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes InOutScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  70% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
