/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-slab-v7-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url('../fonts/roboto-slab-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-slab-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-slab-v7-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-slab-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-slab-v7-latin-regular.svg#RobotoSlab') format('svg');
  /* Legacy iOS */
}
/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-slab-v7-latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url('../fonts/roboto-slab-v7-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-slab-v7-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-slab-v7-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-slab-v7-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-slab-v7-latin-300.svg#RobotoSlab') format('svg');
  /* Legacy iOS */
}
/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-slab-v7-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url('../fonts/roboto-slab-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-slab-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-slab-v7-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-slab-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-slab-v7-latin-700.svg#RobotoSlab') format('svg');
  /* Legacy iOS */
}
a {
  font-family: 'Roboto Slab', sans-serif;
  text-decoration: none;
  line-height: inherit;
  color: #2d2f92;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
/* Default paragraph styles */
p,
span {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 12px;
  text-align: left;
  text-rendering: optimizeLegibility;
  color: #666666;
}
form input[type],
form select,
form span,
form label,
form textarea,
form button {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 13px;
}
table th,
table td,
table tr {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 13px;
  color: #666666;
}
/* Default header styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', sans-serif;
  text-rendering: optimizeLegibility;
  font-style: normal;
  margin: 0 0 16px 0;
  line-height: 1.2;
  color: #666666;
}
/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}
strong,
b {
  font-weight: bold;
  line-height: inherit;
}
small {
  font-size: 60%;
  line-height: inherit;
}
/* Lists */
ul,
ol,
dl {
  font-family: 'Roboto Slab', sans-serif;
  list-style-position: outside;
  margin-bottom: 12px;
  line-height: 1.6;
  font-size: 13px;
  color: #666666;
}
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  padding: 0.125rem 0.3125rem 0.0625rem;
}
/*
All snippets
**/
.relative {
  position: relative;
}
.text-center {
  text-align: center;
}
/*
Icomoon
**/
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
Responsive image canvas
**/
figure.image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
figure.image img {
  visibility: hidden;
}
figure.image.contain {
  background-size: contain;
}
.image-item {
  height: auto;
}
img {
  max-width: 100%;
}
/*
Flexbox snippets
**/
.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
.align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.align-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.align-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.justify-evenly {
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
}
.justify-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.justify-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.justify-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-centered {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 70em) {
  .tablet-column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 40em) {
  .mobile-column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/*
Colors
**/
/*
Structure
**/
body {
  background-color: #fafafa;
}
.row.expanded {
  max-width: 100%;
}
.row.expanded.strait > * {
  padding: 0;
}
/*
Fetures
**/
.opacity {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.opacity:hover {
  opacity: 0.6;
  text-decoration: none;
}
.opacity-translate {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s;
  transition: opacity 0.5s ease-in-out, transform 0.5s;
}
.opacity-translate:hover {
  opacity: 0.6;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.default-button {
  background-color: #80000a;
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
  color: #fafafa;
  display: inline-block;
  font-size: 12px;
  padding: 10px 20px;
  border: none;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.default-button:hover {
  opacity: 0.6;
  text-decoration: none;
}
.default-button.translate {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s;
  transition: opacity 0.5s ease-in-out, transform 0.5s;
}
.default-button.translate:hover {
  opacity: 0.6;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.spacing {
  padding: 60px 0;
}
form input[type],
form textarea,
form select {
  border: 1px solid #cccccc;
  height: 40px;
  padding: 0 0 0 6px;
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
form input[type]:focus,
form textarea:focus,
form select:focus {
  outline: 0;
}
form textarea {
  height: 150px;
}
table td,
table th {
  border: 1px solid #cccccc;
  padding: 4px 14px;
}
/*
Slick slider
**/
.slider {
  position: relative;
}
.slider .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  z-index: 2;
  border: none;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider .slick-arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #80000a;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.slider .slick-arrow.slick-prev {
  left: -40px;
}
@media (max-width: 80em) {
  .slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.slider .slick-arrow.slick-prev::before {
  content: "\f060";
}
.slider .slick-arrow.slick-next {
  right: -40px;
}
@media (max-width: 80em) {
  .slider .slick-arrow.slick-next {
    right: 0;
  }
}
.slider .slick-arrow.slick-next::before {
  content: "\f061";
}
.slider .slick-arrow:hover::before {
  opacity: 0.8;
}
.slider .slick-dots {
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider .slick-dots > li {
  margin: 0 5px;
}
.slider .slick-dots > li button {
  font-size: 0;
  border: none;
  background-color: transparent;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.slider .slick-dots > li button::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  opacity: 0.5;
  display: block;
  border-radius: 50%;
}
.slider .slick-dots > li.slick-active button::before {
  opacity: 1;
}
@media (max-width: 70em) {
  .wrap-page {
    padding-top: 70px;
  }
}
/*
Header
**/
.wrap-header {
  background-color: #80000a;
  padding: 10px 0;
  border-bottom: 4px solid #b48080;
}
.wrap-header .logo {
  display: block;
}
.wrap-header .logo img {
  display: block;
}
.wrap-header .menu {
  list-style: none;
  margin: 0;
  padding-bottom: 10px;
}
.wrap-header .menu li a {
  color: #fafafa;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s;
  transition: opacity 0.5s ease-in-out, transform 0.5s;
}
.wrap-header .menu li a:hover {
  opacity: 0.6;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.wrap-header .menu li a.active {
  color: #c94e1c;
}
.wrap-header .menu li.dropdown {
  position: relative;
}
.wrap-header .menu li.dropdown ul {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #80000a;
  min-width: 100%;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
  max-height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 10px 11px 3px rgba(0, 0, 0, 0.13);
}
.wrap-header .menu li.dropdown ul li:not(:last-child) {
  border-bottom: 1px solid #fafafa;
}
.wrap-header .menu li.dropdown ul li a {
  font-size: 11px;
  letter-spacing: 2px;
  display: block;
  text-align: center;
  color: #fafafa;
  line-height: 1;
  font-weight: 500;
  max-width: 30ch;
  padding: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-header .menu li.dropdown ul li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-header .menu li.dropdown ul li a p {
  min-height: 40px;
}
.wrap-header .menu li.dropdown ul li a.active {
  color: #c94e1c;
}
.wrap-header .menu li.dropdown:hover ul {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 70em) {
  .wrap-header .menu {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .wrap-header .menu li:not(:first-child) {
    padding-left: 14px;
    margin-left: 14px;
    position: relative;
  }
  .wrap-header .menu li:not(:first-child)::before {
    content: '';
    width: 2px;
    height: 18px;
    background-color: #fafafa;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .wrap-header .menu li.dropdown ul li {
    margin-left: 0;
    padding-left: 0;
  }
  .wrap-header .menu li.dropdown ul li::before {
    display: none;
  }
}
.paddingzero {
  padding-left: 0!important;
}
/*
Banner
**/
.card-video {
  width: 100%;
  height: 75vh;
  z-index: 8;
  /* popup */
}
.card-video .top_box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.card-video .top_box iframe {
  position: absolute;
  width: 400%;
  height: 200%;
  margin-left: -150%;
  margin-top: -20%;
  z-index: -99;
}
.card-video .top_box .btn_vol {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  background: url("../images/volume.png") no-repeat;
  cursor: pointer;
  z-index: 12;
}
.card-video .top_box .btn_vol.on {
  background-position: 0 -32px;
}
.card-video .top_box .btn_vol.off {
  background-position: 0 0;
}
.card-video .top_box .bg_dot {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url('../images/background-video.png');
  background-repeat: repeat;
  background-position: left top;
  z-index: -9;
}
.card-video .pop_yt {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 960px;
  height: 540px;
  margin-left: -480px;
  margin-top: -270px;
  z-index: 99;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.card-video .pop_yt .close {
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  height: 40px;
  background: url("../images/close.png") no-repeat 0 0;
  cursor: pointer;
}
.card-video .pop_overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/bg_pop.png");
  z-index: 9;
}
/*
Home
**/
.products-home ul {
  margin: 1px 0;
  list-style: none;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}
.products-home ul li {
  width: 20%;
}
@media (max-width: 40em) {
  .products-home ul li {
    width: 50%;
  }
}
@media (max-width: 40em) {
  .products-home ul li:first-child {
    width: 100%;
    height: 150px;
    margin-bottom: 1px;
  }
}
.products-home ul li a {
  background-color: #118849;
  height: 100%;
  display: block;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.products-home ul li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.products-home ul li a .text {
  background-color: #118849;
  padding: 20px 40px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.products-home ul li a .text h3,
.products-home ul li a .text h4 {
  text-transform: uppercase;
  margin: 0;
  color: #fafafa;
  text-align: center;
}
.products-home ul li a h2 {
  text-transform: uppercase;
  font-size: 35px;
  color: #fafafa;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 70em) {
  .products-home ul li a h2 {
    font-size: 22px;
  }
}
.quality-home {
  margin-bottom: 1px;
  padding: 60px 0;
  background-color: #80000a;
}
.quality-home h1 {
  text-transform: uppercase;
  color: #fafafa;
}
.quality-home p {
  color: #fafafa;
}
.recipes-home ul {
  margin-bottom: 1px;
  list-style: none;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}
.recipes-home ul li {
  width: 20%;
}
@media (max-width: 70em) {
  .recipes-home ul li {
    width: 25%;
  }
}
@media (max-width: 40em) {
  .recipes-home ul li {
    width: 50%;
  }
}
.recipes-home ul li a {
  background-color: #118849;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.recipes-home ul li a .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -ms-transition: top 0.5s;
  transition: top 0.5s;
}
@media (max-width: 70em) {
  .recipes-home ul li a .text {
    top: 0;
  }
}
.recipes-home ul li a .text h3 {
  color: #fafafa;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 40em) {
  .recipes-home ul li a .text h3 {
    font-size: 12px;
  }
}
.recipes-home ul li a.green {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.recipes-home ul li a.green:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media (max-width: 70em) {
  .recipes-home ul li a.green {
    padding: 20px;
  }
}
.recipes-home ul li a.green h2 {
  color: #fafafa;
  font-size: 26px;
  text-transform: uppercase;
  padding: 0 60px;
  margin: 0;
}
@media (max-width: 70em) {
  .recipes-home ul li a.green h2 {
    font-size: 18px;
  }
}
@media (max-width: 40em) {
  .recipes-home ul li a.green h2 {
    font-size: 12px;
  }
}
.recipes-home ul li a.green h4 {
  color: #fafafa;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.recipes-home ul li a:hover .text {
  top: 0;
}
.newsletter {
  background-color: #118849;
  margin-bottom: 1px;
  padding: 30px 0;
}
.newsletter h2 {
  text-transform: uppercase;
  color: #fafafa;
  font-size: 35px;
  line-height: 1;
  margin: 0;
}
@media (max-width: 40em) {
  .newsletter h2 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.newsletter form .row > * {
  padding: 0;
}
.newsletter form input[type] {
  width: 80%;
  display: inline-block;
  margin: 0;
}
.newsletter form input[type].top {
  margin-bottom: 5px;
}
.newsletter form h6 {
  width: 20%;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #fafafa;
  text-align: right;
  padding-right: 10px;
  margin: 0;
}
.newsletter form .wrap-button {
  padding-left: 15px;
  height: 100%;
}
@media (max-width: 40em) {
  .newsletter form .wrap-button {
    margin-top: 10px;
  }
}
.newsletter form .wrap-button .default-button {
  width: 100%;
  padding-left: 10px;
  border: 1px solid #fafafa;
  background-color: #118849;
  height: 100%;
  color: #fafafa;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.newsletter form p {
  margin-top: 10px;
  color: #fafafa;
}
.newsletter form p a {
  color: #fafafa;
  text-decoration: underline;
}
/*
Footer
**/
.wrap-footer .top {
  background-color: #80000a;
  padding: 75px 0 40px 0;
}
@media (max-width: 40em) {
  .wrap-footer .top {
    padding: 40px 0 20px 0;
  }
}
.wrap-footer .top .logo {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 40em) {
  .wrap-footer .top .logo {
    width: 100%;
    text-align: center;
  }
}
.wrap-footer .top h3 {
  margin: 0 0 3px 0;
  font-size: 16px;
  color: #fafafa;
}
.wrap-footer .top h3 a {
  color: #fafafa;
}
.wrap-footer .top p {
  color: #fafafa;
  font-size: 13px;
  margin: 0;
}
.wrap-footer .top p a {
  color: #fafafa;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-footer .top p a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-footer .top .social {
  list-style: none;
  margin: 40px 0 0 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
@media (max-width: 40em) {
  .wrap-footer .top .social {
    margin: 20px 0;
  }
}
.wrap-footer .top .social li {
  margin-right: 10px;
}
.wrap-footer .top .social li a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #fafafa;
  height: 35px;
  width: 35px;
  color: #fafafa;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-footer .top .social li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-footer .top .footer-menu {
  list-style: none;
  margin-bottom: 20px;
}
.wrap-footer .top .footer-menu li a {
  font-size: 13px;
  color: #fafafa;
}
.wrap-footer .bottom {
  padding: 10px 0;
  background-color: #63020a;
}
.wrap-footer .bottom p {
  text-align: center;
  margin: 0;
  color: #fafafa;
}
.wrap-footer .bottom p a {
  color: #fafafa;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-footer .bottom p a:hover {
  opacity: 0.6;
  text-decoration: none;
}
/*
Recipes
**/
.recipes .head {
  padding: 80px 0 20px 0;
  background-color: #ad272d;
}
.recipes .head h1 {
  text-transform: uppercase;
  color: #fafafa;
  font-size: 35px;
  text-align: center;
}
.recipes .head .filters {
  list-style: none;
  margin: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.recipes .head .filters li a {
  font-size: 13px;
  text-transform: uppercase;
  color: #fafafa;
  border: 1px solid transparent;
  padding: 10px 20px 20px 20px;
  position: relative;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.recipes .head .filters li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.recipes .head .filters li a.active {
  border: 1px solid #fafafa;
}
.recipes .head .filters li a.active::before {
  content: '\f078';
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  position: absolute;
  left: 50%;
  bottom: 4px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.recipes .list {
  margin-bottom: 1px;
  list-style: none;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}
.recipes .list li {
  width: 20%;
}
@media (max-width: 70em) {
  .recipes .list li {
    width: 25%;
  }
}
.recipes .list li a {
  background-color: #118849;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.recipes .list li a .text {
  padding: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -ms-transition: top 0.5s;
  transition: top 0.5s;
}
@media (max-width: 70em) {
  .recipes .list li a .text {
    top: 0;
  }
}
.recipes .list li a .text h3 {
  color: #fafafa;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}
.recipes .list li a:hover .text {
  top: 0;
}
/*
About
**/
.about h2 {
  font-size: 35px;
  color: #80000a;
  text-transform: uppercase;
}
.about hr {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  margin: 40px 0;
}
.about img {
  width: 100%;
}
/*
Products
**/
.products h2 {
  width: 100%;
  border-bottom: 2px solid #80000a;
  text-transform: uppercase;
  text-align: center;
  font-size: 35px;
  color: #80000a;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.products .list {
  margin-bottom: 40px;
}
.products .list li a {
  padding: 20px;
  border: 2px solid #cccccc;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.products .list li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.products .list li a > div {
  width: 50%;
  display: inline-block;
}
.products .list li a > div:last-child {
  padding-left: 10px;
}
.products .list li a > div h3 {
  color: #80000a;
  font-size: 14px;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
.products .list li a > div h4 {
  text-transform: uppercase;
}
.products .list li a > div span {
  margin: 0;
  text-decoration: underline;
}
.title {
  width: 100%;
  border-bottom: 2px solid #80000a;
  text-transform: uppercase;
  text-align: center;
  font-size: 35px;
  color: #80000a;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
@media (max-width: 70em) {
  .title {
    font-size: 26px;
  }
}
.acordeon {
  margin: 0 0 20px 0;
  list-style: none;
}
.acordeon > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  color: #666666;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.acordeon > li > a:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media (max-width: 70em) {
  .acordeon > li > a {
    font-size: 16px;
  }
}
.acordeon > li > a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.acordeon > li:not(:last-child) {
  padding-bottom: 15px;
}
.acordeon .acordeon-content {
  background: rgba(241, 233, 233, 0.5);
  border-radius: 3px;
  display: none;
  padding: 20px;
}
.acordeon .acordeon-content > p:last-child {
  margin-bottom: 0;
}
.question {
  padding: 60px;
  background-color: #e6e6e6;
}
@media (max-width: 40em) {
  .question {
    padding: 20px 0;
  }
}
.question h2 {
  color: #80000a;
  text-transform: uppercase;
  font-size: 35px;
}
.question form > div {
  width: 50%;
  display: inline-block;
}
@media (max-width: 40em) {
  .question form > div {
    width: 100%;
  }
}
.question form > div:first-child {
  padding-right: 10px;
}
.question form > div > div {
  width: 100%;
  display: block;
}
.question form > div > div span {
  width: 20%;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}
.question form > div > div input[type],
.question form > div > div select {
  width: 80%;
  display: inline-block;
}
.question form > div input[type],
.question form > div select {
  margin-bottom: 10px;
}
.question form > div textarea {
  margin-bottom: 10px;
  height: 186px;
}
.question form > div .default-button {
  width: 100%;
  padding-left: 10px;
  border: 2px solid #80000a;
  background-color: #e6e6e6;
  height: 100%;
  color: #80000a;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
/*
Internals
*/
.title-internal {
  background-color: #e6e6e6;
}
.title-internal .relative {
  position: relative;
}
.title-internal .relative figure {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: transparent;
}
@media (max-width: 40em) {
  .title-internal .relative figure {
    position: relative;
  }
}
.title-internal h1 {
  margin-bottom: 0;
  padding: 60px 0;
  text-transform: uppercase;
  font-size: 35px;
  color: #80000a;
}
@media (max-width: 40em) {
  .title-internal h1 {
    font-size: 26px;
    padding: 20px 0;
  }
}
.item-content h2,
.item-content .come-back {
  text-transform: uppercase;
  font-size: 22px;
  color: #80000a;
  font-weight: 700;
}
.item-content iframe {
  width: 100%;
  margin-bottom: 40px;
}
.item-content table {
  margin-bottom: 40px;
}
.item-content .recipe-print {
  display: block;
  color: #666666;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.item-content .recipe-print:hover {
  opacity: 0.6;
  text-decoration: none;
}
.item-content .addthis_inline_share_toolbox span {
  margin: 0;
}
/*
Blog
**/
.blog-list {
  list-style: none;
}
.blog-list li {
  margin-bottom: 20px;
}
.blog-list li a {
  display: block;
  border: 1px solid #cccccc;
  padding: 16px;
  padding-bottom: 26px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.blog-list li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.blog-list li a header {
  height: 100%;
  position: relative;
}
.blog-list li a header h2 {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.blog-list li a header span {
  position: absolute;
  right: 0;
  bottom: -10px;
  color: #666666;
  margin: 0;
  font-style: italic;
  font-size: 12px;
}
.widgets {
  padding: 40px;
  margin-bottom: 40px;
  background-color: #80000a;
}
@media (max-width: 70em) {
  .widgets {
    padding: 20px;
  }
}
@media (max-width: 40em) {
  .widgets {
    margin-top: 40px;
  }
}
.widgets h3 {
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #fafafa;
}
.widgets form {
  position: relative;
  margin-bottom: 40px;
}
.widgets form input[type] {
  background-color: #fafafa;
}
.widgets form button {
  position: absolute;
  right: 10px;
  top: 50%;
  background: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widgets ul {
  list-style: none;
}
.widgets ul li a {
  color: #e6e6e6;
}
.pagination {
  list-style: none;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.pagination li {
  margin: 0 5px;
}
.pagination li a {
  background-color: #666666;
  color: #fafafa;
  display: block;
  width: 20px;
  line-height: 1.2;
  border-radius: 4px;
  padding: 4px 10px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.pagination li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.pagination li.current a {
  background-color: #80000a;
}
.pagination li:not(:first-child) a,
.pagination li:not(:last-child) a {
  width: auto;
}
.carousel-blog {
  margin: 0 -10px;
}
.carousel-blog .image-item {
  padding: 10px;
}
.carousel-blog .slick-arrow {
  bottom: 50%;
  font-size: 0;
  color: #fafafa;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.carousel-blog .slick-arrow.slick-prev {
  left: -30px;
}
.carousel-blog .slick-arrow.slick-next {
  right: -30px;
}
.gallery .list {
  margin-bottom: 1px;
  list-style: none;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}
.gallery .list li {
  width: 20%;
}
@media (max-width: 70em) {
  .gallery .list li {
    width: 25%;
  }
}
@media (max-width: 40em) {
  .gallery .list li {
    width: 50%;
  }
}
.gallery .list li a {
  background-color: #118849;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.gallery .list li a .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -ms-transition: top 0.5s;
  transition: top 0.5s;
}
@media (max-width: 70em) {
  .gallery .list li a .text {
    top: 0;
  }
}
.gallery .list li a .text h3 {
  color: #fafafa;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  margin: 0;
}
.gallery .list li a .text h4 {
  color: #fafafa;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  margin: 0;
}
.gallery .list li a:hover .text {
  top: 0;
}
.sac-page.spacing {
  padding-bottom: 0;
}
.sac-page form {
  margin-bottom: 60px;
}
.sac-page form > div {
  width: 50%;
  display: inline-block;
}
@media (max-width: 40em) {
  .sac-page form > div {
    width: 100%;
  }
}
.sac-page form > div:first-child {
  padding-right: 10px;
}
.sac-page form > div > div {
  width: 100%;
  display: block;
}
.sac-page form > div > div span {
  width: 20%;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}
.sac-page form > div > div input[type],
.sac-page form > div > div select {
  width: 80%;
  display: inline-block;
}
.sac-page form > div > div label {
  width: 80%;
  display: inline-block;
  margin-left: 20%;
}
.sac-page form > div > div label.default-button {
  width: 80%;
}
.sac-page form > div > div label input[type="file"] {
  display: none;
}
.sac-page form > div > div label input[type="checkbox"] {
  width: 10px;
  height: 10px;
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
.sac-page form > div > div label p {
  width: 80%;
  display: inline-block;
  margin: 0;
}
.sac-page form > div input[type],
.sac-page form > div select {
  margin-bottom: 10px;
}
.sac-page form > div textarea {
  margin-bottom: 10px;
  height: 187px;
}
.sac-page form > div .default-button {
  width: 100%;
  padding-left: 10px;
  cursor: pointer;
  border: 2px solid #80000a;
  background-color: #fafafa;
  height: 100%;
  color: #80000a;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.sac-page iframe {
  width: 100%;
  display: block;
}
.sac-endereco p {
  text-align: center;
  margin: 0;
  font-size: 13px;
  color: #80000a;
  margin-bottom: 10px;
}
.sac-endereco p a {
  text-align: center;
  margin: 0;
  font-size: 13px;
  color: #80000a;
}
/*
Mobile menu
**/
.wrap-header-mobile {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #80000a;
  padding: 10px 0;
  z-index: 9;
}
.wrap-header-mobile .toggle-menu {
  font-size: 24px;
  color: #fafafa;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-header-mobile .toggle-menu:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-header-mobile .logo img {
  display: block;
  height: 50px;
  margin: auto;
}
.wrap-header-mobile .mobile-menu {
  background-color: #80000a;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -ms-transition: top 0.5s;
  transition: top 0.5s;
}
.wrap-header-mobile .mobile-menu.opened {
  top: 0;
}
.wrap-header-mobile .mobile-menu .toggle-menu {
  padding: 30px 0 0 0;
}
.wrap-header-mobile .mobile-menu .menu {
  list-style: none;
  margin: 0;
}
.wrap-header-mobile .mobile-menu .menu li {
  display: block;
  width: 100%;
}
.wrap-header-mobile .mobile-menu .menu li a {
  color: #fafafa;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 15px 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-header-mobile .mobile-menu .menu li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-header-mobile .mobile-menu .menu li a i {
  margin-right: 5px;
}
.wrap-header-mobile .mobile-menu .menu li.dropdown ul {
  padding: 8px 0 8px 15px;
  margin: 0;
}
.wrap-header-mobile .mobile-menu .menu li.dropdown ul li .wrap-icon {
  display: none;
}
.wrap-header-mobile .mobile-menu .menu li.dropdown ul li a,
.wrap-header-mobile .mobile-menu .menu li.dropdown ul li p {
  font-size: 14px;
  color: #fafafa;
  text-transform: none;
  white-space: nowrap;
  padding: 2px 0;
}
.wrap-header-mobile .mobile-menu .menu li:not(:last-child) {
  border-bottom: 1px solid #fafafa;
}
/* LGPD */
.lgpd-all {
  display: none;
}
.lgpd-all .footer-lgpd {
  position: fixed;
  z-index: 9999;
  max-width: 1420px;
  transition: 0.3s ease-in-out;
  background: #fff;
  bottom: 25px;
  left: 10px;
  right: 10px;
  padding: 20px;
  box-shadow: 0 0 10px #aaa;
  border-radius: 6px;
  -webkit-transform: translateY(300px);
  -ms-transform: translateY(300px);
  transform: translateY(300px);
  margin: 0 auto;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 40em) {
  .lgpd-all .footer-lgpd {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.lgpd-all .footer-lgpd * {
  text-transform: none;
}
.lgpd-all .footer-lgpd.footer-lgpd-opened {
  transition: 0.1s ease-in-out;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.lgpd-all .footer-lgpd p {
  margin: 0 20px 0 0;
}
@media (max-width: 40em) {
  .lgpd-all .footer-lgpd p {
    margin: 0 0 20px 0;
  }
}
.lgpd-all .footer-lgpd p a {
  text-decoration: none;
  color: #80000a;
}
.lgpd-all .footer-lgpd .lgpd-accept {
  white-space: nowrap;
  background-color: #80000a;
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
  color: #fafafa;
  display: inline-block;
  font-size: 12px;
  padding: 10px 20px;
  border: none;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.lgpd-all .footer-lgpd .lgpd-accept:hover {
  opacity: 0.6;
  text-decoration: none;
}
.lgpd-all .footer-lgpd .lgpd-accept.translate {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s;
  transition: opacity 0.5s ease-in-out, transform 0.5s;
}
.lgpd-all .footer-lgpd .lgpd-accept.translate:hover {
  opacity: 0.6;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media (max-width: 40em) {
  .lgpd-all .footer-lgpd .lgpd-accept {
    width: 100%;
  }
}
.clientes h1 span {
  display: block;
  text-align: center;
}
.clientes .widgets h2 {
  color: #fafafa;
  margin-bottom: 20px;
}
.clientes .widgets p {
  color: #fafafa;
  margin-bottom: 15px;
  font-size: 13px;
}
.clientes .widgets label {
  display: inline-block;
  color: #fafafa;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.clientes .widgets label input {
  margin-right: 10px;
}
.clientes .widgets form {
  margin-bottom: 10px;
}
.clientes .widgets form button {
  position: relative;
  transform: none;
  right: auto;
  top: auto;
  border: solid 2px #fafafa;
  background-color: #9f000b;
}
.clientes .widgets form button i {
  margin-right: 8px;
}
.clientes .pagination {
  justify-content: flex-start;
  margin-left: -5px;
  margin-top: 30px;
}
.onde-comprar h1 span {
  display: block;
  text-align: center;
}
.onde-comprar .widgets h2 {
  color: #fafafa;
  margin-bottom: 20px;
}
.onde-comprar .widgets p {
  color: #fafafa;
  margin-bottom: 15px;
  font-size: 13px;
}
.onde-comprar .widgets label {
  display: inline-block;
  color: #fafafa;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.onde-comprar .widgets label input {
  margin-right: 10px;
}
.onde-comprar .widgets form {
  margin-bottom: 10px;
}
.onde-comprar .widgets form button {
  position: relative;
  transform: none;
  right: auto;
  top: auto;
  border: solid 2px #fafafa;
  background-color: #9f000b;
}
.onde-comprar .widgets form button i {
  margin-right: 8px;
}
.onde-comprar .pagination {
  justify-content: flex-start;
  margin-left: -5px;
  margin-top: 30px;
}
.onde-revender h1 span {
  display: block;
  text-align: center;
}
.onde-revender .widgets h2 {
  color: #fafafa;
  margin-bottom: 20px;
}
.onde-revender .widgets p {
  color: #fafafa;
  margin-bottom: 15px;
  font-size: 13px;
}
.onde-revender .widgets label {
  display: inline-block;
  color: #fafafa;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.onde-revender .widgets label input {
  margin-right: 10px;
}
.onde-revender .widgets form {
  margin-bottom: 10px;
}
.onde-revender .widgets form button {
  position: relative;
  transform: none;
  right: auto;
  top: auto;
  border: solid 2px #fafafa;
  background-color: #9f000b;
}
.onde-revender .widgets form button i {
  margin-right: 8px;
}
.onde-revender .pagination {
  justify-content: flex-start;
  margin-left: -5px;
  margin-top: 30px;
}
.onde-comprar-map h1 span {
  display: block;
  text-align: center;
}
.onde-comprar-map .widgets h2 {
  color: #fafafa;
  margin-bottom: 20px;
}
.onde-comprar-map .widgets p {
  color: #fafafa;
  margin-bottom: 15px;
  font-size: 13px;
}
.onde-comprar-map .widgets label {
  display: inline-block;
  color: #fafafa;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.onde-comprar-map .widgets label input {
  margin-right: 10px;
}
.onde-comprar-map .widgets form {
  margin-bottom: 10px;
}
.onde-comprar-map .widgets form button {
  position: relative;
  transform: none;
  right: auto;
  top: auto;
  border: solid 2px #fafafa;
  background-color: #9f000b;
}
.onde-comprar-map .widgets form button i {
  margin-right: 8px;
}
.onde-comprar-map .pagination {
  justify-content: flex-start;
  margin-left: -5px;
  margin-top: 30px;
}
.denuncia form .radio-container {
  display: flex;
  align-items: center;
}
.denuncia form .radio-container label {
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 16px;
}
.denuncia form .radio-container label input[type="radio"],
.denuncia form .radio-container label input[type="checkbox"] {
  margin-right: 10px;
  height: 22px;
}
.denuncia form .identificacao,
.denuncia form .testemunha {
  display: none;
}
.denuncia form .add-envolvido {
  float: right;
  text-decoration: none;
  color: #80000a;
  font-size: 15px;
}
.wrap-page .row {
  max-width: 80em;
}
