article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: 400;
}
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}
ol,
ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  border: none;
  background: #fff;
  background: rgba(255,255,255,0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: #fff;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  opacity: .6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  opacity: .3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  opacity: .25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  opacity: 1;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@font-face {
  font-family: 'Museo300-Regular';
  src: url('../fonts/Museo300-Regular.eot');
  src: url('../fonts/Museo300-Regular.eot') format('embedded-opentype'), url('../fonts/Museo300-Regular.woff') format('woff'), url('../fonts/Museo300-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Museo500-Regular';
  src: url('../fonts/Museo500-Regular.eot');
  src: url('../fonts/Museo500-Regular.eot') format('embedded-opentype'), url('../fonts/Museo500-Regular.woff') format('woff'), url('../fonts/Museo500-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Museo700-Regular';
  src: url('../fonts/Museo700-Regular.eot');
  src: url('../fonts/Museo700-Regular.eot') format('embedded-opentype'), url('../fonts/Museo700-Regular.woff') format('woff'), url('../fonts/Museo700-Regular.ttf') format('truetype');
}
.clear {
  clear: both;
}
.clear10 {
  clear: both;
  height: 10px;
}
.clear20 {
  clear: both;
  height: 20px;
}
input:invalid {
  box-shadow: none;
}
textarea:invalid {
  box-shadow: none;
}
* {
  padding: 0;
  border: 0;
  margin: 0;
  line-height: 1.5;
}
a,
img {
  border: 0;
  text-decoration: none;
}
input {
  outline: none;
}
html,
body {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Museo500-Regular', sans-serif !important;
  height: 100%;
  font-weight: 400;
}
.container-fix {
  width: auto;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
header .logo {
  margin-top: 20px;
}
header .logo img {
  width: 100%;
  max-width: 205px;
}
header nav {
  margin-top: 40px;
}
header nav ul {
  list-style: none;
  margin-bottom: 0px !important;
  text-align: right;
}
header nav ul li {
  display: inline-block;
  margin-bottom: 0px !important;
}
header nav ul li a {
  display: inline-block;
  color: #FF1A0C;
  text-transform: uppercase;
  font-size: 17px;
  margin-left: 33px;
  border: 2px solid transparent;
  padding: 5px;
  font-family: 'Museo700-Regular';
  transition: all .26s ease-in-out;
  -moz-transition: all .26s ease-in-out;
  -webkit-transition: all .26s ease-in-out;
}
header nav ul li a:hover {
  border: 2px solid #FF1A0C;
}
header nav ul li .mnselected {
  border: 2px solid #FF1A0C;
}
.banners {
  position: relative;
  padding-bottom: 0px !important;
  margin-top: 10px;
}
.banners img {
  width: 100% !important;
  height: auto !important;
  max-height: 500px !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.h1home {
  font-size: 19px;
  color: #434040;
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 5px;
}
.h1home span {
  color: #FF1A0C;
}
.line-low {
  width: 88px;
  height: 6px;
  margin: 0 auto;
  margin-bottom: 10px;
  background-color: #FF1A0C;
}
.ll2 {
  background-color: #FFEA00;
  margin-bottom: 30px;
}
.categoria {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.categoria img {
  width: 100%;
  max-width: 170px;
  transition: all .26s ease-in-out;
  -moz-transition: all .26s ease-in-out;
  -webkit-transition: all .26s ease-in-out;
}
.categoria .title {
  display: inline-block;
  width: 96%;
  color: #FF1A0C;
  margin-top: 15px;
  border: 1px solid transparent;
  padding: 2%;
  font-family: 'Museo700-Regular';
  transition: all .26s ease-in-out;
  -moz-transition: all .26s ease-in-out;
  -webkit-transition: all .26s ease-in-out;
}
.categoria .tactive {
  border: 1px solid #FF1A0C;
}
.categoria:hover img {
  opacity: 0.8;
}
.categoria:hover .title {
  border: 1px solid #FF1A0C;
}
.row-viewall {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.row-viewall a {
  display: inline-block;
  color: #FF1A0C;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  font-family: 'Museo700-Regular';
  transition: all .26s ease-in-out;
  -moz-transition: all .26s ease-in-out;
  -webkit-transition: all .26s ease-in-out;
}
.row-viewall a:hover {
  border-bottom: 2px solid #FF1A0C;
}
.row-viewall2 a {
  color: #FFEA00;
}
.row-viewall2 a:hover {
  border-bottom: 2px solid #FFEA00;
}
.bg-marcas {
  width: 100%;
  height: auto;
  display: table;
  background-color: #FF1A0C;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #FFF;
}
.bg-marcas h2 {
  text-align: center;
  font-size: 19px;
  font-family: 'Museo700-Regular';
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bg-marcas p {
  font-family: 'Museo300-Regular';
}
.bg-marcas .bg-marca {
  text-align: center;
  margin-top: 25px;
}
.bg-marcas .bg-marca .marca {
  display: inline-block;
  width: 170px;
  height: 170px;
  background-color: #FFF;
  border-radius: 160px;
}
.bg-marcas .bg-marca .marca img {
  width: 100%;
  max-width: 120px;
  margin-top: 29px;
  border-radius: 5px;
}
.bg-receitas {
  width: 100%;
  height: auto;
  display: table;
  background-color: #434040;
  padding-top: 60px;
  padding-bottom: 30px;
  color: #FFF;
  text-align: center;
}
.bg-receitas h3 {
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.kiforte h4 {
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #434040;
  text-align: center;
  margin-top: 50px;
}
.kiforte h4 span {
  color: #FF1A0C;
}
.kiforte .line-low {
  margin-bottom: 60px;
}
.kiforte .buttonqk {
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Museo700-Regular';
  font-size: 17px;
  padding: 10px;
  cursor: pointer;
  border-radius: 2px;
  background-color: #FF1A0C;
  transition: all .26s ease-in-out;
  -moz-transition: all .26s ease-in-out;
  -webkit-transition: all .26s ease-in-out;
}
.kiforte .buttonqk:hover {
  background-color: #BA0515;
  color: #FFEA00;
}
.kiforte .qkactive {
  background-color: #BA0515;
  color: #FFEA00;
}
.kiforte .rowtexts {
  font-size: 15px;
  font-family: 'Museo300-Regular';
  margin-top: 20px;
}
.imgview {
  text-align: center;
}
.imgview img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 10px;
  transition: all .26s ease-in-out;
  -moz-transition: all .26s ease-in-out;
  -webkit-transition: all .26s ease-in-out;
}
.imgview img:hover {
  opacity: 0.7;
}
.bg-contato {
  width: 100%;
  height: auto;
  display: table;
  background: url('../img/bg_contact.png') no-repeat center center;
  background-color: #434040;
  padding-top: 60px;
  padding-bottom: 40px;
  margin-top: 60px;
}
.bg-contato h5 {
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #FFEA00;
  text-align: center;
}
.bg-contato p {
  width: 50%;
  margin: 0 auto;
  color: #FFF;
  font-size: 17px;
  font-family: 'Museo300-Regular';
}
form#contato {
  width: 50%;
  margin: 0 auto;
  margin-top: 40px;
}
form#contato label {
  width: 100%;
  font-size: 16px;
  color: #FFF;
  margin-bottom: 0px;
}
form#contato input[type="text"],
form#contato input[type="email"] {
  width: 100%;
  padding-left: 2%;
  height: 30px;
}
form#contato select {
  width: 100%;
  height: 30px;
  padding: 0px;
  padding-left: 2%;
}
form#contato textarea {
  width: 100%;
  padding-left: 2%;
  height: 100px;
}
form#contato input[type="submit"] {
  color: #FFEA00;
  border: 0px;
  float: right;
  padding: 0px;
  font-size: 20px;
  transition: all .26s ease-in-out;
  -moz-transition: all .26s ease-in-out;
  -webkit-transition: all .26s ease-in-out;
}
form#contato input[type="submit"]:hover {
  color: #FF1A0C;
}
.msg-add-sucess {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  color: green;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
footer {
  padding-bottom: 50px;
}
footer .cf1 {
  margin-top: 40px;
  font-size: 14px;
}
footer .cf1 .pf1 {
  font-family: 'Museo300-Regular';
  background: url('../img/icon_address.png') no-repeat center left;
  padding-left: 40px;
}
footer .cf1 .pf2 {
  font-family: 'Museo700-Regular';
  margin-top: 30px;
}
footer .cf1 .socials {
  width: 120px;
  display: inline-block;
  margin-top: 5px;
}
footer .cf1 .socials .social {
  width: 32px;
  height: 32px;
  background: url('../img/social_facebook.png') no-repeat;
  display: inline-block;
  transition: all .26s ease-in-out;
  -moz-transition: all .26s ease-in-out;
  -webkit-transition: all .26s ease-in-out;
}
footer .cf1 .socials .social:hover {
  opacity: 0.5;
}
footer .cf1 .socials .instagram {
  background: url('../img/social_instagram.png') no-repeat;
  margin-left: 10px;
}
footer .cf1 .socials .youtube {
  background: url('../img/social_youtube.png') no-repeat;
  margin-left: 10px;
}
footer .cf2 {
  border: 2px solid #FF1A0C;
  background: url('../img/phone_sac.png') no-repeat 10px 18px;
  padding: 20px;
  padding-left: 60px;
  margin-top: 80px;
  border-radius: 2px;
}
footer .cf2 a {
  color: #FF1A0C;
  font-size: 20px;
  border-bottom: 2px solid transparent;
  transition: all .26s ease-in-out;
  -moz-transition: all .26s ease-in-out;
  -webkit-transition: all .26s ease-in-out;
}
footer .cf2 a span {
  font-size: 15px;
}
footer .cf2 a:hover {
  border-bottom: 2px solid #FF1A0C;
}
footer .cf3 {
  margin-top: 70px;
  text-align: right;
}
footer .cf3 img {
  width: 100%;
  max-width: 205px;
}
.top-produto {
  width: 100%;
  height: 225px;
  background: url('../img/bg_top_produto.png') no-repeat;
  background-position: center 0px;
  display: table;
  margin-top: 10px;
}
.top-produto .bg-searchp {
  width: 50%;
  margin: 0 auto;
  margin-top: 160px;
  background-color: #FF1A0C;
  padding-left: 35px;
  padding-top: 12px;
  padding-bottom: 5px;
}
.top-produto .bg-searchp input[type="text"] {
  width: 100%;
  height: 40px;
  color: #A0AAB4;
  margin-bottom: 0px !important;
  border-radius: 0px;
}
.top-produto .bg-searchp input[type="submit"] {
  width: 70%;
  height: 40px;
  cursor: pointer;
  background: url('../img/lupa.png') no-repeat center center;
  background-color: #930B1A;
  margin-bottom: 0px !important;
  border: 0px;
  border-radius: 0px;
  transition: all .26s ease-in-out;
  -moz-transition: all .26s ease-in-out;
  -webkit-transition: all .26s ease-in-out;
}
.top-produto .bg-searchp input[type="submit"]:hover {
  opacity: 0.7;
}
.content-produtos {
  margin-top: 40px;
  border-top: 1px solid #D3D4D8;
}
.content-produtos .produto {
  width: 100%;
  display: inline-block;
  border: 1px solid #D3D4D8;
  border-radius: 1px;
  margin-top: 40px;
  padding: 10px;
  padding-bottom: 5px;
  transition: all .26s ease-in-out;
  -moz-transition: all .26s ease-in-out;
  -webkit-transition: all .26s ease-in-out;
}
.content-produtos .produto .left {
  text-align: center;
}
.content-produtos .produto .left img {
  width: 100%;
  max-width: 90px;
  transition: all .26s ease-in-out;
  -moz-transition: all .26s ease-in-out;
  -webkit-transition: all .26s ease-in-out;
}
.content-produtos .produto .right .title {
  width: 100%;
  display: inline-block;
  font-size: 19px;
  color: #434040;
  text-transform: uppercase;
  transition: all .26s ease-in-out;
  -moz-transition: all .26s ease-in-out;
  -webkit-transition: all .26s ease-in-out;
}
.content-produtos .produto .right .line {
  width: 50%;
  height: 3px;
  display: table;
  background-color: #FF1A0C;
  margin-top: 5px;
}
.content-produtos .produto .right .gram {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  color: #FF1A0C;
  font-family: 'Museo700-Regular';
  margin-top: 5px;
}
.content-produtos .produto:hover {
  border: 1px solid #FF1A0C;
}
.content-produtos .produto:hover img {
  opacity: 0.7;
}
.content-produtos .produto:hover .title {
  color: #FF1A0C;
}
.paginator {
  clear: both;
  text-align: center;
  margin-top: 40px;
}
.paginator span {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.paginator span a {
  color: #000;
  padding: 5px 10px;
}
.paginator span a:hover {
  color: #FF1A0C;
}
.paginator span.current {
  color: #FF1A0C;
  font-weight: bold;
  padding: 5px 10px;
}
.paginator .prev,
.paginator .next {
  color: #000;
  padding: 5px 10px;
}
.paginator .prev a,
.paginator .next a {
  color: #000;
  padding: 0;
}
.back {
  color: #FF1A0C;
  font-size: 11px;
  border-bottom: 2px solid transparent;
  transition: all .26s ease-in-out;
  -moz-transition: all .26s ease-in-out;
  -webkit-transition: all .26s ease-in-out;
}
.back:hover {
  border-bottom: 2px solid #FF1A0C;
}
.product-view {
  margin-top: 70px;
}
.product-view .left-img {
  text-align: center;
  margin-top: 20px;
}
.product-view .left-img img {
  width: 100%;
  max-width: 250px;
  transition: all .26s ease-in-out;
  -moz-transition: all .26s ease-in-out;
  -webkit-transition: all .26s ease-in-out;
}
.product-view .left-img img:hover {
  opacity: 0.7;
}
.product-view .right {
  margin-top: 30px;
}
.product-view .right h1 {
  color: #434040;
  font-size: 28px;
  font-family: 'Museo700-Regular';
  text-transform: uppercase;
}
.product-view .right .line {
  display: table;
  width: 50%;
  height: 4px;
  background-color: #FF1A0C;
}
.product-view .right h2 {
  font-size: 20px;
  color: #FF1A0C;
  margin-top: 20px;
}
.product-view .right p {
  color: #434040;
  font-size: 17px;
  font-family: 'Museo500-Regular';
}
.product-view .right .descricao {
  margin-top: 20px;
}
.product-view .right h3 {
  color: #FF1A0C;
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 20px;
  background: url('../img/icon_uso_ideial.png') no-repeat left center;
  padding-left: 30px;
  margin-bottom: 10px;
}
.product-view .right a {
  display: inline-block;
  color: #FF1A0C;
  margin-top: 20px;
  font-size: 15px;
  border-bottom: 2px solid transparent;
  transition: all .26s ease-in-out;
  -moz-transition: all .26s ease-in-out;
  -webkit-transition: all .26s ease-in-out;
}
.product-view .right a:hover {
  border-bottom: 2px solid #FF1A0C;
}
.shareBox {
  margin-bottom: 10px;
  z-index: 999;
  display: table;
  margin: auto;
  margin-top: 50px;
  border: 1px solid #C8C8C4;
  border-radius: 5px;
  padding: 10px;
  width: 98%;
}
.shareBox .facebookl {
  height: 20px;
}
.shareBox .twitter {
  height: 20px;
  overflow: hidden;
  margin-top: 4px;
}
.shareBox .sharewhats {
  width: 26px;
  height: 26px;
  background: url('../img/share_whatsapp.png') no-repeat;
  float: left;
}
.bg-categorias-receitas {
  background-color: #FF1A0C;
  padding: 10px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.bg-categorias-receitas a {
  display: inline-block;
  border: 2px solid transparent;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
  color: #FFF;
  font-size: 18px;
  font-family: 'Museo700-Regular';
  transition: all .26s ease-in-out;
  -moz-transition: all .26s ease-in-out;
  -webkit-transition: all .26s ease-in-out;
}
.bg-categorias-receitas a:hover {
  border: 2px solid #FFEA00;
  color: #FFEA00;
}
.bg-categorias-receitas a.cactive {
  border: 2px solid #FFEA00;
  color: #FFEA00;
}
.receita {
  width: 100%;
  display: inline-block;
  margin-top: 40px;
  text-align: center;
}
.receita .title {
  width: 100%;
  display: table;
  color: #434040;
  text-transform: uppercase;
  font-family: 'Museo700-Regular';
  transition: all .26s ease-in-out;
  -moz-transition: all .26s ease-in-out;
  -webkit-transition: all .26s ease-in-out;
}
.receita img {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
  transition: all .26s ease-in-out;
  -moz-transition: all .26s ease-in-out;
  -webkit-transition: all .26s ease-in-out;
}
.receita .more {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: url('../img/lupa.png') no-repeat center center;
  background-color: #FF1A0C;
  float: right;
  margin-top: -60px;
  margin-right: 10px;
  transition: all .26s ease-in-out;
  -moz-transition: all .26s ease-in-out;
  -webkit-transition: all .26s ease-in-out;
}
.receita:hover .title {
  color: #FF1A0C;
}
.receita:hover .more {
  display: table;
}
.receita-home {
  margin-top: 10px;
}
.receita-home .title {
  color: #FFF;
}
.receita-view {
  margin-top: 50px;
}
.receita-view .left-img {
  text-align: center;
  margin-top: 20px;
}
.receita-view .left-img img {
  width: 100%;
  max-width: 380px;
  border-radius: 2px;
  transition: all .26s ease-in-out;
  -moz-transition: all .26s ease-in-out;
  -webkit-transition: all .26s ease-in-out;
}
.receita-view .left-img img:hover {
  opacity: 0.7;
}
.receita-view h1 {
  color: #434040;
  font-size: 28px;
  font-family: 'Museo700-Regular';
  text-transform: uppercase;
}
.receita-view .itemr {
  color: #434040;
  font-size: 13px;
  text-transform: uppercase;
  background: url('../img/icon_r1.png') no-repeat center left;
  padding-left: 30px;
  margin-bottom: 20px;
}
.receita-view .itemr b {
  color: #FF1A0C;
}
.receita-view .itemr2 {
  background: url('../img/icon_r2.png') no-repeat center left;
}
.receita-view .itemr2 span {
  color: #FFF;
  background-color: #FF1A0C;
  padding: 3px;
  padding-left: 7px;
  padding-right: 7px;
}
.receita-view .itemr3 {
  background: url('../img/icon_r3.png') no-repeat center left;
}
.receita-view .hreceita {
  color: #FF1A0C;
  font-size: 30px;
  text-transform: uppercase;
  background: url('../img/icon_r4.png') no-repeat center left;
  padding-left: 70px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: 'Museo700-Regular';
}
.receita-view p {
  font-size: 16px;
  font-family: 'Museo300-Regular';
  padding-left: 60px;
}
.receita-view .hreceita2 {
  background: url('../img/icon_r5.png') no-repeat center left;
}
@media (max-width: 980px) {
  .container-fix {
    padding-left: 20px;
    padding-right: 20px;
  }
  .logo {
    width: 100% !important;
    text-align: center;
  }
  .menu-right {
    width: 95% !important;
  }
  .menu-right nav {
    margin-top: 10px;
  }
  .menu-right nav ul {
    text-align: center;
  }
  .menu-right nav ul li a {
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 550px) {
  .menu-right {
    width: 100% !important;
  }
  .menu-right nav ul li a {
    font-size: 14px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .h1home {
    font-size: 16px;
    margin-top: 30px;
  }
  .categoria img {
    width: 50%;
  }
  .categoria .title {
    margin-top: 0px;
  }
  .row-viewall {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .row-viewall a {
    font-size: 14px;
  }
  .row-viewall2 {
    margin-top: 20px;
  }
  .bg-marcas {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bg-marcas h2 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .bg-marcas .ll2 {
    margin-bottom: 15px;
  }
  .bg-marcas p {
    font-size: 14px;
  }
  .bg-marcas .bg-marca {
    margin-top: 15px;
  }
  .kiforte h4 {
    font-size: 17px;
    margin-top: 40px;
  }
  .kiforte .line-low {
    margin-bottom: 25px;
  }
  .kiforte .rowtexts {
    font-size: 14px;
    margin-top: 15px;
  }
  #gallery-qk {
    margin-top: 40px;
  }
  .bg-contato {
    padding-top: 40px;
    padding-bottom: 10px;
    margin-top: 40px;
  }
  .bg-contato h5 {
    font-size: 17px;
  }
  .bg-contato .ll2 {
    margin-bottom: 15px;
  }
  .bg-contato p {
    width: 100%;
    font-size: 14px;
  }
  form#contato {
    width: 100%;
    margin-top: 30px;
  }
  form#contato label {
    font-size: 14px;
  }
  form#contato input[type="text"],
  form#contato input[type="email"] {
    height: 25px;
    border-radius: 0px;
  }
  form#contato select {
    height: 25px;
    border-radius: 0px;
  }
  form#contato textarea {
    height: 80px;
    border-radius: 0px;
  }
  form#contato input[type="submit"] {
    float: left;
    font-size: 17px;
  }
  footer .cf1 {
    font-size: 13px;
  }
  footer .cf1 .pf1 {
    background: url('../img/icon_address.png') no-repeat center left;
    padding-left: 35px;
  }
  footer .cf2 {
    background: none;
    padding: 10px;
    padding-left: 0px;
    margin-top: 30px;
    text-align: center;
  }
  footer .cf3 {
    margin-top: 40px;
    text-align: center;
  }
  footer .cf3 img {
    width: 80%;
  }
  .top-produto {
    height: 150px;
  }
  .top-produto .bg-searchp {
    width: 80%;
    margin-top: 23px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-produto .bg-searchp input[type="text"] {
    height: 30px;
    margin-bottom: 10px !important;
    font-size: 14px;
  }
  .top-produto .bg-searchp input[type="submit"] {
    width: 50%;
    height: 35px;
  }
  .paginator {
    margin-top: 30px;
  }
  .paginator span {
    font-size: 15px;
  }
  .paginator span a {
    padding: 6px 6px;
  }
  .paginator span.current {
    padding: 6px 6px;
  }
  .paginator .prev,
  .paginator .next {
    padding: 6px 6px;
  }
  .content-produtos {
    margin-top: 20px;
  }
  .content-produtos .produto {
    width: 94%;
    margin-top: 30px;
    padding: 3%;
  }
  .content-produtos .produto .left img {
    width: 40%;
  }
  .content-produtos .produto .right .title {
    font-size: 15px;
  }
  .content-produtos .produto .right .line {
    height: 2px;
  }
  .content-produtos .produto .right .gram {
    font-size: 14px;
  }
  .product-view {
    margin-top: 10px;
  }
  .product-view .left-img {
    margin-top: 0px;
  }
  .product-view .left-img img {
    width: 60%;
  }
  .product-view .right {
    margin-top: 0px;
  }
  .product-view .right h1 {
    font-size: 18px;
  }
  .product-view .right .line {
    height: 2px;
  }
  .product-view .right h2 {
    font-size: 16px;
    margin-top: 10px;
  }
  .product-view .right p {
    font-size: 13px;
  }
  .product-view .right .descricao {
    margin-top: 10px;
  }
  .product-view .right h3 {
    font-size: 15px;
    background: url('../img/icon_uso_ideial.png') no-repeat left center;
  }
  .product-view .right a {
    font-size: 13px;
  }
  .shareBox {
    margin-top: 30px;
    width: 92%;
  }
  .shareBox .facebookl {
    height: 20px;
  }
  .shareBox .twitter {
    margin-top: 20px;
  }
  .shareBox .sharewhats {
    margin-top: 15px;
  }
  .bg-categorias-receitas {
    padding: 5px;
    margin-bottom: 10px;
  }
  .bg-categorias-receitas a {
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
  }
  .receita {
    margin-top: 30px;
  }
  .receita .title {
    font-size: 14px;
  }
  .receita img {
    width: 80%;
    margin-top: 5px;
  }
  .receita:hover .more {
    display: none;
  }
  .receita-home {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .receita-view {
    margin-top: 20px;
  }
  .receita-view .left-img {
    margin-top: 20px;
  }
  .receita-view .left-img img {
    width: 80%;
  }
  .receita-view h1 {
    font-size: 18px;
  }
  .receita-view .itemr {
    font-size: 12px;
    padding-left: 27px;
    padding-top: 2px;
  }
  .receita-view .hreceita {
    font-size: 18px;
    padding-left: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .receita-view p {
    font-size: 13px;
    padding-left: 0px;
  }
}
