@font-face {
  font-family: "Frank-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/frank-regular-webfont.eot?#iefix") format("eot"), url("fonts/frank-regular-webfont.woff") format("woff"), url("fonts/frank-regular-webfont.ttf") format("truetype"), url("fonts/frank-regular-webfont.svg#Frank-Regular") format("svg"); }

@font-face {
  font-family: "Frank-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/frank-bold-webfont.eot?#iefix") format("eot"), url("fonts/frank-bold-webfont.woff") format("woff"), url("fonts/frank-bold-webfont.ttf") format("truetype"), url("fonts/frank-bold-webfont.svg#Frank-Bold") format("svg"); }

@font-face {
  font-family: "Frank-light";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/frank-light-webfont.eot?#iefix") format("eot"), url("fonts/frank-light-webfont.woff") format("woff"), url("fonts/frank-light-webfont.ttf") format("truetype"), url("fonts/frank-light-webfont.svg#Frank-light") format("svg"); }

@font-face {
  font-family: "Frank-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/frank-medium-webfont.eot?#iefix") format("eot"), url("fonts/frank-medium-webfont.woff") format("woff"), url("fonts/frank-medium-webfont.ttf") format("truetype"), url("fonts/frank-medium-webfont.svg#Frank-Medium") format("svg"); }

@font-face {
  font-family: "sabon-italic";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/sabon_italic-webfont.eot?#iefix") format("eot"), url("fonts/sabon_italic-webfont.woff") format("woff"), url("fonts/sabon_italic-webfont.ttf") format("truetype"), url("fonts/sabon_italic-webfont.svg#sabon-italic") format("svg"); }

@font-face {
  font-family: "Peaches-and-cream";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/peachesandcream-webfont.eot?#iefix") format("eot"), url("fonts/peachesandcream-webfont.woff") format("woff"), url("fonts/peachesandcream-webfont.ttf") format("truetype"), url("fonts/peachesandcream-webfont.svg#Peaches-and-cream") format("svg"); }

body, html {
  font-family: "Frank-light";
  color: #4A4A4A;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 17px;
  -webkit-font-smoothing: subpixel-antialiased; }

body {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0px; }

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.italic {
  font-style: italic; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.relative {
  position: relative; }

.acenter {
  text-align: center; }

input, textarea, select {
  outline: none; }

.capitalize {
  text-transform: capitalize; }

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.center {
  text-align: center; }

hr {
  text-align: center;
  border: none;
  height: 1px;
  /* Set the hr color */
  color: #000;
  /* old IE */
  background-color: #000;
  /* Modern Browsers */
  width: 100px;
  margin-left: auto;
  margin-right: auto; }

#main {
  width: 100%;
  position: relative;
  min-height: 100vh; }
  #main.home {
    overflow-x: hidden; }

.centered_content {
  width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1024px) {
    .centered_content {
      width: auto; } }

.centered_content2 {
  margin-left: auto;
  margin-right: auto;
  /*
	@media only screen and (min-width:1441px) {
		width: 1440px;
	}
*/ }

.bold, strong, b {
  font-family: "Frank-Bold"; }

/*
#cookie_msg {
	height:20px;
	background-color:#fbef1d;
	text-align:center;
	color:#000;
	font-size:11px;
	line-height:20px;
	display:none;
	width:100%;
	position:fixed;
	z-index:9999;
}

#cookie_accept {
	text-decoration:underline;
}

.under {
	min-height:20px;
	background-color:#fbef1d;
	text-align:center;
}
*/
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  background-image: -moz-linear-gradient(left, white, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(left, white, rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, white, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, white, rgba(255, 255, 255, 0));
  background-image: linear-gradient(left, white, rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)', endColorstr='rgba(255, 255, 255, 0)', GradientType=1);
  z-index: 9000; }
  @media only screen and (max-width: 767px) {
    header {
      height: 50px; } }
  header
.h1 {
    width: 151px;
    margin-left: 34px;
    margin-top: 7px; }
    @media only screen and (max-width: 767px) {
      header
.h1 {
        margin-left: 15px;
        width: 90px; } }
    header
.h1
img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  header a.menu_open, header
a.menu_back {
    margin-right: 25px;
    margin-top: 30px;
    position: relative;
    z-index: 99999; }
    @media only screen and (max-width: 767px) {
      header a.menu_open, header
a.menu_back {
        margin-right: 15px;
        margin-top: 15px; } }
  header
.lupa_wrap {
    margin-right: 25px;
    padding-top: 25px; }
    @media only screen and (max-width: 767px) {
      header
.lupa_wrap {
        padding-top: 10px;
        margin-right: 15px; } }
  header
.form_wrap {
    margin-right: 15px;
    margin-top: 20px;
    display: none; }
    @media only screen and (max-width: 767px) {
      header
.form_wrap {
        margin-top: 5px; } }
    header
.form_wrap.show {
      display: block; }
    header
.form_wrap
.caixa {
      background-color: rgba(255, 255, 255, 0.5);
      border: none;
      font-size: 13px;
      height: 20px;
      width: 130px;
      padding-left: 5px;
      border: solid 1px #eee; }
      @media only screen and (max-width: 400px) {
        header
.form_wrap
.caixa {
          width: 80px; } }

.video_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  background-position: center center;
  transition: 1s opacity; }
  .video_wrap video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    background-position: center center;
    transition: 1s opacity; }
    @media only screen and (max-width: 767px) {
      .video_wrap video {
        height: auto;
        max-height: auto; } }
  .video_wrap #video1:-webkit-full-screen {
    width: 100%;
    top: 0px;
    left: 0px;
    transform: none;
    background: none;
    background-image: none !important;
    background-color: #000; }
  .video_wrap #video1:-moz-full-screen {
    width: 100%;
    top: 0px;
    left: 0px;
    transform: none;
    background: none;
    background-color: #000;
    background-image: none !important; }
  .video_wrap #video1:-ms-full-screen {
    width: 100%;
    top: 0px;
    left: 0px;
    transform: none;
    background: none;
    background-color: #000;
    background-image: none !important; }
  .video_wrap #video1:-o-full-screen {
    width: 100%;
    top: 0px;
    left: 0px;
    transform: none;
    background: none;
    background-color: #000;
    background-image: none !important; }
  .video_wrap #video1:full-screen {
    width: 100%;
    top: 0px;
    left: 0px;
    transform: none;
    background: none;
    background-color: #000;
    background-image: none !important; }

.popup {
  border: 0 none;
  bottom: 0;
  margin: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  z-index: 9999;
  right: -100%;
  width: 100%; }

.popup-inner {
  float: right;
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .popup-inner {
      width: 100%; } }

#addemail
.addemail_container {
  width: 300px;
  background-color: #fff;
  padding: 50px;
  padding-top: 10px; }
  @media only screen and (max-width: 767px) {
    #addemail
.addemail_container {
      width: 250px; } }

.popup-content {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9); }

.popup-content-inner
.header {
  padding-top: 30px;
  margin-right: 25px; }
  @media only screen and (max-width: 767px) {
    .popup-content-inner
.header {
      padding-top: 15px;
      margin-right: 15px; } }
  .popup-content-inner
.header
p.lang {
    text-align: center;
    font-size: 14px;
    font-family: "Frank-light";
    color: #a8a8a8;
    position: absolute;
    width: 100%;
    margin-top: 5px;
    z-index: 100; }
    @media only screen and (max-width: 400px) {
      .popup-content-inner
.header
p.lang {
        font-size: 11px;
        margin-top: 2px; } }
    .popup-content-inner
.header
p.lang
.sel {
      font-family: "Frank-Medium"; }
  .popup-content-inner
.header
.menu_close {
    position: relative;
    z-index: 300; }

.popup-content-inner
nav {
  margin-top: 5%; }
  .popup-content-inner
nav
#menu {
    margin: 0;
    padding: 0;
    padding-bottom: 70px; }
    .popup-content-inner
nav
#menu
li {
      font-size: 24px;
      line-height: 32px;
      font-family: "Frank-light";
      text-transform: uppercase;
      list-style: none;
      text-align: center; }
      .popup-content-inner
nav
#menu
li a:hover, .popup-content-inner
nav
#menu
li
a.sel {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: 0.50;
        -khtml-opacity: 0.50;
        opacity: 0.50; }
      @media only screen and (max-width: 767px) {
        .popup-content-inner
nav
#menu
li {
          font-size: 18px;
          line-height: 20px; }
          .popup-content-inner
nav
#menu
li
hr {
            width: 50px !important; } }
      .popup-content-inner
nav
#menu
li.link_39 {
        margin-top: 40px;
        margin-bottom: 40px;
        font-family: "Frank-Bold"; }
      .popup-content-inner
nav
#menu
li.link_39 + li {
        display: none; }

.popup-content-inner
.rodape {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px; }
  .popup-content-inner
.rodape
ul {
    margin: 0;
    padding: 0;
    font-size: 0px; }
    .popup-content-inner
.rodape
ul
li {
      list-style: none;
      margin-left: 5px;
      margin-right: 5px;
      display: inline-block; }
  .popup-content-inner
.rodape
p {
    font-size: 11px; }

.hide {
  display: none; }

#cookie_msg {
  height: 20px;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  display: none;
  width: 100%;
  position: fixed;
  z-index: 9999; }
  @media only screen and (max-width: 767px) {
    #cookie_msg {
      height: 30px;
      font-size: 10px;
      line-height: 15px; } }

#cookie_accept {
  text-decoration: underline; }

.under {
  min-height: 20px;
  background-color: #fbef1d;
  text-align: center; }

.texto, section#wrap_receitas
#receita_detalhe .texto, section#wrap_receitas
#receita_detalhe
.passos, section#wrap_noticias
#noticia_detalhe .texto, section#wrap_noticias
#noticia_detalhe
.passos {
  font-size: 18px;
  line-height: 28px; }
  .texto
.texothide.linhas4, section#wrap_receitas
#receita_detalhe .texto .texothide.linhas4, section#wrap_receitas
#receita_detalhe
.passos .texothide.linhas4, section#wrap_noticias
#noticia_detalhe .texto .texothide.linhas4, section#wrap_noticias
#noticia_detalhe
.passos .texothide.linhas4 {
    max-height: 6em;
    /* (4 * 1.5 = 6) */ }
  .texto
.texothide.linhas8, section#wrap_receitas
#receita_detalhe .texto .texothide.linhas8, section#wrap_receitas
#receita_detalhe
.passos .texothide.linhas8, section#wrap_noticias
#noticia_detalhe .texto .texothide.linhas8, section#wrap_noticias
#noticia_detalhe
.passos .texothide.linhas8 {
    max-height: 12em;
    /* (8 * 1.5 = 6) */ }
  .texto
.texothide.linhas12, section#wrap_receitas
#receita_detalhe .texto .texothide.linhas12, section#wrap_receitas
#receita_detalhe
.passos .texothide.linhas12, section#wrap_noticias
#noticia_detalhe .texto .texothide.linhas12, section#wrap_noticias
#noticia_detalhe
.passos .texothide.linhas12 {
    max-height: 18em;
    /* (12 * 1.5 = 6) */ }
  .texto
.texothide.linhas16, section#wrap_receitas
#receita_detalhe .texto .texothide.linhas16, section#wrap_receitas
#receita_detalhe
.passos .texothide.linhas16, section#wrap_noticias
#noticia_detalhe .texto .texothide.linhas16, section#wrap_noticias
#noticia_detalhe
.passos .texothide.linhas16 {
    max-height: 24em;
    /* (16 * 1.5 = 6) */ }
  .texto
.readaction, section#wrap_receitas
#receita_detalhe .texto .readaction, section#wrap_receitas
#receita_detalhe
.passos .readaction, section#wrap_noticias
#noticia_detalhe .texto .readaction, section#wrap_noticias
#noticia_detalhe
.passos .readaction {
    margin-top: 30px;
    margin-bottom: 20px; }

#postswrapper.hide {
  display: none; }

button {
  width: 160px;
  height: 35px;
  text-align: center;
  font-size: 14px;
  font-family: "Frank-Medium";
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  background: none;
  border: solid 1px #000;
  cursor: pointer;
  position: relative;
  z-index: 8999; }
  button:hover {
    background-color: #000;
    color: #fff; }
  button.ver_mais {
    top: -40px;
    position: relative; }

form {
  text-align: left; }
  form
.label {
    font-size: 15px;
    font-family: "Frank-Regular";
    padding-top: 10px; }
  form
.field {
    border: none;
    border-bottom: solid 1px #000;
    font-size: 14px; }
  form
input {
    width: 100%;
    border: none;
    margin-top: 8px;
    padding-bottom: 3px; }
  form
textarea {
    width: 100%;
    border: none;
    height: 100px;
    margin-top: 8px;
    padding-bottom: 3px; }
  form
input[type=checkbox] {
    width: auto;
    margin-right: 10px; }

p.result {
  font-size: 30px;
  font-weight: bold;
  color: #ff0000; }

.caixas_error {
  border-bottom-color: #ff0000 !important; }

.error {
  font-family: "Frank-Bold";
  font-size: 14px;
  color: #ff0000;
  padding-top: 6px;
  padding-bottom: 6px; }

section
.page_not_found {
  padding-top: 200px;
  text-align: center; }

section
.banners_wrap {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 8999; }
  @media only screen and (max-width: 767px) {
    section
.banners_wrap {
      position: relative;
      bottom: auto;
      padding-top: 250px; } }
  @media only screen and (min-width: 1100px) {
    section
.banners_wrap {
      width: 1100px; } }
  section
.banners_wrap
.local1 {
    width: calc(33.106% / 2);
    padding-bottom: 15%;
    margin-left: 16.5%;
    height: 0px; }
    @media only screen and (max-width: 1023px) {
      section
.banners_wrap
.local1 {
        padding-bottom: 25%; } }
    @media only screen and (max-width: 767px) {
      section
.banners_wrap
.local1 {
        width: 50%;
        padding-bottom: 35%;
        float: right; } }
  section
.banners_wrap
.local2 {
    width: 33.106%;
    float: left;
    height: 0px; }
    @media only screen and (max-width: 767px) {
      section
.banners_wrap
.local2 {
        width: 50%; } }
  section
.banners_wrap
.local3 {
    width: 49.71%;
    float: left;
    height: 0px; }
    @media only screen and (max-width: 767px) {
      section
.banners_wrap
.local3 {
        width: 50%; } }
  section
.banners_wrap
.local4 {
    width: calc(100% - 82.816%);
    float: left;
    position: relative;
    height: 0px; }
    section
.banners_wrap
.local4
.inner {
      position: absolute;
      bottom: 0px;
      width: 100%;
      height: 50%; }
      @media only screen and (max-width: 1023px) {
        section
.banners_wrap
.local4
.inner {
          height: 50%; } }
      @media only screen and (max-width: 767px) {
        section
.banners_wrap
.local4
.inner {
          height: 100%; } }
    @media only screen and (max-width: 767px) {
      section
.banners_wrap
.local4 {
        width: 50%; } }
  section
.banners_wrap
.local5 {
    width: calc(33.106% / 2);
    z-index: 9999;
    height: 0px;
    right: 0px;
    float: left;
    padding-bottom: 15%;
    margin-top: -15%; }
    @media only screen and (max-width: 1023px) {
      section
.banners_wrap
.local5 {
        margin-top: -25%;
        padding-bottom: 25%; } }
    @media only screen and (max-width: 767px) {
      section
.banners_wrap
.local5 {
        width: 50%;
        padding-bottom: 35%;
        margin-top: -35%;
        margin-left: 0px; } }
    section
.banners_wrap
.local5
.inner {
      /*
				@media only screen and (max-width:1023px)
				{
					height: 50%;	
				}
				
				@media only screen and (max-width:767px)
				{
					height: 100%;	
				}
*/ }
  section
.banners_wrap .local1, section
.banners_wrap .local2, section
.banners_wrap .local3, section
.banners_wrap
.local5 {
    position: relative; }
    section
.banners_wrap .local1
.inner
, section
.banners_wrap .local2
.inner
, section
.banners_wrap .local3
.inner
, section
.banners_wrap
.local5
.inner {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      overflow: hidden; }
  section
.banners_wrap
.inner {
    background-color: rgba(255, 255, 255, 0.85);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    section
.banners_wrap
.inner:hover {
      opacity: 0.85; }
  section
.banners_wrap .local1
h1
, section
.banners_wrap
.local4
h1 {
    font-family: "Frank-light";
    font-size: 20px;
    line-height: 23px; }
    @media only screen and (min-width: 1023px) and (max-width: 1279px) {
      section
.banners_wrap .local1
h1
, section
.banners_wrap
.local4
h1 {
        font-size: 17px;
        line-height: 20px; } }
    @media only screen and (max-width: 1023px) {
      section
.banners_wrap .local1
h1
, section
.banners_wrap
.local4
h1 {
        font-size: 17px;
        line-height: 21px; } }
    @media only screen and (max-width: 400px) {
      section
.banners_wrap .local1
h1
, section
.banners_wrap
.local4
h1 {
        font-size: 15px;
        line-height: 18px; } }
  section
.banners_wrap .local2
h1
, section
.banners_wrap
.local3
h1 {
    font-family: "Frank-light";
    font-size: 38px;
    line-height: 42px;
    padding-bottom: 8px; }
    @media only screen and (min-width: 1023px) and (max-width: 1279px) {
      section
.banners_wrap .local2
h1
, section
.banners_wrap
.local3
h1 {
        font-size: 35px;
        line-height: 40px; } }
    @media only screen and (max-width: 767px) {
      section
.banners_wrap .local2
h1
, section
.banners_wrap
.local3
h1 {
        font-size: 28px;
        line-height: 32px; } }
    @media only screen and (max-width: 400px) {
      section
.banners_wrap .local2
h1
, section
.banners_wrap
.local3
h1 {
        font-size: 20px;
        line-height: 24px; } }
  section
.banners_wrap .local2
p.subtitulo
, section
.banners_wrap
.local3
p.subtitulo {
    padding-top: 8px; }
  section
.banners_wrap
.inner_wrap {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    section
.banners_wrap
.inner_wrap.inner_wrap_image {
      color: #fff; }
      section
.banners_wrap
.inner_wrap.inner_wrap_image
hr {
        color: #fff;
        background-color: #fff; }
  section
.banners_wrap
.local1
.inner_wrap {
    width: 93%; }
  section
.banners_wrap
p.subtitulo {
    font-size: 15px; }
    @media only screen and (min-width: 1023px) and (max-width: 1279px) {
      section
.banners_wrap
p.subtitulo {
        font-size: 13px; } }
    @media only screen and (max-width: 767px) {
      section
.banners_wrap
p.subtitulo {
        font-size: 11px; } }
  section
.banners_wrap
h1.sign {
    text-align: center;
    margin-bottom: 25px;
    width: 100vw; }
    section
.banners_wrap
h1.sign
img {
      max-width: 100%;
      height: auto; }
      @media only screen and (max-width: 767px) {
        section
.banners_wrap
h1.sign
img {
          max-width: 70%; } }
  section
.banners_wrap .local2, section
.banners_wrap .local3, section
.banners_wrap
.local4 {
    padding-bottom: 20%; }
    @media only screen and (min-width: 1100px) {
      section
.banners_wrap .local2, section
.banners_wrap .local3, section
.banners_wrap
.local4 {
        padding-bottom: 30%; } }
    @media only screen and (max-width: 1099px) {
      section
.banners_wrap .local2, section
.banners_wrap .local3, section
.banners_wrap
.local4 {
        padding-bottom: 30%; } }
  @media only screen and (max-width: 767px) {
    section
.banners_wrap
.local2 {
      padding-bottom: 60%; } }

section#wrap_receitas {
  padding-bottom: 100px; }
  section#wrap_receitas
.receitas_item {
    width: 33.333%;
    height: 0px;
    padding-bottom: 20%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    @media only screen and (max-width: 1023px) {
      section#wrap_receitas
.receitas_item {
        width: 50%;
        padding-bottom: 35%; } }
    @media only screen and (max-width: 767px) {
      section#wrap_receitas
.receitas_item {
        width: 100%;
        padding-bottom: 55%; } }
    section#wrap_receitas
.receitas_item:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(255, 255, 255, 0.8);
      transition: all 0.3s linear; }
    section#wrap_receitas
.receitas_item
.receitas_item_wrap_all {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
    section#wrap_receitas
.receitas_item
.recetias_item_wrap {
      text-align: center;
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      z-index: 1000;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (max-width: 1279px) {
        section#wrap_receitas
.receitas_item
.recetias_item_wrap {
          width: 90%; } }
      section#wrap_receitas
.receitas_item
.recetias_item_wrap
h1 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 5px; }
        @media only screen and (min-width: 1023px) and (max-width: 1279px) {
          section#wrap_receitas
.receitas_item
.recetias_item_wrap
h1 {
            font-size: 28px;
            line-height: 32px; } }
      section#wrap_receitas
.receitas_item
.recetias_item_wrap
p.chef {
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px; }
    section#wrap_receitas
.receitas_item:hover:before {
      background: none; }
    section#wrap_receitas
.receitas_item:hover h1, section#wrap_receitas
.receitas_item:hover p.chef, section#wrap_receitas
.receitas_item:hover
hr {
      color: #fff; }
    section#wrap_receitas
.receitas_item:hover
hr {
      background-color: #fff; }
  section#wrap_receitas
#receita_detalhe {
    text-align: center; }
    @media only screen and (max-width: 1279px) {
      section#wrap_receitas
#receita_detalhe {
        width: 70%; } }
    @media only screen and (max-width: 767px) {
      section#wrap_receitas
#receita_detalhe {
        width: 85%; } }
    section#wrap_receitas
#receita_detalhe
p.ingredientes {
      font-size: 48px;
      margin-top: 30px; }
    section#wrap_receitas
#receita_detalhe
hr {
      width: 130px;
      margin-top: 15px;
      margin-bottom: 15px; }
    section#wrap_receitas
#receita_detalhe
.produtos_relacionados {
      padding-top: 70px; }
      section#wrap_receitas
#receita_detalhe
.produtos_relacionados
p {
        font-size: 24px;
        font-style: italic;
        font-family: "Frank-light"; }
      section#wrap_receitas
#receita_detalhe
.produtos_relacionados
.relacionados {
        margin: 0;
        padding: 0;
        font-size: 0px;
        text-align: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center; }
        section#wrap_receitas
#receita_detalhe
.produtos_relacionados
.relacionados
li {
          width: 280px;
          list-style: none;
          vertical-align: top;
          margin-left: 10px;
          margin-right: 10px;
          margin-top: 20px;
          margin-bottom: 25px; }
          @media only screen and (min-width: 767px) and (max-width: 1023px) {
            section#wrap_receitas
#receita_detalhe
.produtos_relacionados
.relacionados
li {
              margin-left: 5px;
              margin-right: 5px;
              width: calc((100% - 20px)/2); } }
          @media only screen and (max-width: 767px) {
            section#wrap_receitas
#receita_detalhe
.produtos_relacionados
.relacionados
li {
              width: 90%;
              margin-left: 0;
              margin-right: 0; } }
          section#wrap_receitas
#receita_detalhe
.produtos_relacionados
.relacionados
li
.info {
            height: 95px;
            width: 85%;
            margin-left: auto;
            margin-right: auto;
            overflow: hidden; }
            section#wrap_receitas
#receita_detalhe
.produtos_relacionados
.relacionados
li
.info
h1 {
              font-size: 26px;
              line-height: 30px;
              font-family: "Frank-light";
              margin-top: 8px; }
            section#wrap_receitas
#receita_detalhe
.produtos_relacionados
.relacionados
li
.info
p.origem {
              margin-top: 5px;
              font-size: 14px;
              line-height: 17px;
              text-transform: capitalize; }
          section#wrap_receitas
#receita_detalhe
.produtos_relacionados
.relacionados
li
hr {
            margin-top: 15px;
            margin-bottom: 40px;
            width: 80px; }
          section#wrap_receitas
#receita_detalhe
.produtos_relacionados
.relacionados
li
.ing_imagem {
            width: 90%;
            height: 110px;
            margin-left: auto;
            margin-right: auto;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain; }
          section#wrap_receitas
#receita_detalhe
.produtos_relacionados
.relacionados
li
.ing_embalagem {
            max-width: 98%; }
            section#wrap_receitas
#receita_detalhe
.produtos_relacionados
.relacionados
li
.ing_embalagem:hover {
              opacity: 0.7; }
          section#wrap_receitas
#receita_detalhe
.produtos_relacionados
.relacionados
li:hover h1, section#wrap_receitas
#receita_detalhe
.produtos_relacionados
.relacionados
li:hover .ing_imagem, section#wrap_receitas
#receita_detalhe
.produtos_relacionados
.relacionados
li:hover .hr, section#wrap_receitas
#receita_detalhe
.produtos_relacionados
.relacionados
li:hover
.info {
            opacity: 0.7; }
    section#wrap_receitas
#receita_detalhe
.passos {
      line-height: 24px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 40px; }
    section#wrap_receitas
#receita_detalhe
.passo_titulo {
      padding-top: 30px;
      font-size: 28px;
      line-height: 47px; }
    section#wrap_receitas
#receita_detalhe
hr.passo {
      margin-top: 0px;
      margin-bottom: 20px;
      width: 100px; }
    section#wrap_receitas
#receita_detalhe
#more {
      margin-top: 45px;
      margin-bottom: 15px;
      cursor: pointer; }

section#wrap_noticias {
  padding-bottom: 100px; }
  section#wrap_noticias
.noticias_item {
    width: 33.333%;
    height: 0px;
    padding-bottom: 20%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    @media only screen and (min-width: 767px) and (max-width: 1023px) {
      section#wrap_noticias
.noticias_item {
        width: 50%;
        padding-bottom: 35%; } }
    @media only screen and (max-width: 767px) {
      section#wrap_noticias
.noticias_item {
        width: 100%;
        padding-bottom: 55%; } }
    section#wrap_noticias
.noticias_item:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(255, 255, 255, 0.8);
      transition: all 0.3s linear; }
    section#wrap_noticias
.noticias_item
.noticias_item_wrap_all {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
    section#wrap_noticias
.noticias_item
.noticias_item_wrap {
      text-align: center;
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      z-index: 1000;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (max-width: 1279px) {
        section#wrap_noticias
.noticias_item
.noticias_item_wrap {
          width: 90%; } }
      section#wrap_noticias
.noticias_item
.noticias_item_wrap
h1 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 5px; }
        @media only screen and (min-width: 1024px) and (max-width: 1279px) {
          section#wrap_noticias
.noticias_item
.noticias_item_wrap
h1 {
            font-size: 28px;
            line-height: 32px; } }
        @media only screen and (max-width: 1023px) {
          section#wrap_noticias
.noticias_item
.noticias_item_wrap
h1 {
            font-size: 25px;
            line-height: 30px; } }
      section#wrap_noticias
.noticias_item
.noticias_item_wrap
p.chef {
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px; }
    section#wrap_noticias
.noticias_item:hover:before {
      background: none; }
    section#wrap_noticias
.noticias_item:hover h1, section#wrap_noticias
.noticias_item:hover p.chef, section#wrap_noticias
.noticias_item:hover
hr {
      color: #fff; }
    section#wrap_noticias
.noticias_item:hover
hr {
      background-color: #fff; }
  section#wrap_noticias
.relacionadas {
    margin-top: 40px; }
  section#wrap_noticias
#noticia_detalhe {
    text-align: center; }
    @media only screen and (max-width: 1279px) {
      section#wrap_noticias
#noticia_detalhe {
        width: 70%; } }
    @media only screen and (max-width: 767px) {
      section#wrap_noticias
#noticia_detalhe {
        width: 85%; } }
    section#wrap_noticias
#noticia_detalhe
p.ingredientes {
      font-size: 48px;
      margin-top: 30px; }
    section#wrap_noticias
#noticia_detalhe
hr {
      width: 130px;
      margin-top: 15px;
      margin-bottom: 15px; }
    section#wrap_noticias
#noticia_detalhe
.produtos_relacionados {
      padding-top: 70px; }
    section#wrap_noticias
#noticia_detalhe
.passos {
      line-height: 24px;
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      padding-top: 40px; }
    section#wrap_noticias
#noticia_detalhe
.passo_titulo {
      padding-top: 30px;
      font-size: 28px;
      line-height: 47px; }
    section#wrap_noticias
#noticia_detalhe
hr.passo {
      margin-top: 0px;
      margin-bottom: 20px;
      width: 100px; }
    section#wrap_noticias
#noticia_detalhe
#more {
      margin-top: 35px;
      margin-bottom: 15px;
      cursor: pointer; }
    section#wrap_noticias
#noticia_detalhe
.ver_mais {
      top: 0px; }
  section#wrap_noticias
.vermaisb {
    margin-top: 30px;
    margin-bottom: 20px; }

section
#loadmoreajaxloader {
  margin-top: 20px;
  display: none; }

section
.slide {
  position: relative; }
  section
.slide
.play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -59px;
    margin-top: -56px;
    z-index: 9001; }
    @media only screen and (max-width: 1023px) {
      section
.slide
.play {
        top: 50%; } }
    section
.slide
.play
img {
      width: auto; }
  section
.slide
.video_container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9000;
    display: none; }
  section
.slide .videoWrapper {
    position: relative;
    height: 100%;
    width: auto; }
  section
.slide .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

section
.header_sep {
  padding-top: 100px; }

section#wrap_recrutamento {
  text-align: center; }
  section#wrap_recrutamento
.recrutamento_item {
    padding-bottom: 40px;
    width: 70%;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 767px) {
      section#wrap_recrutamento
.recrutamento_item {
        width: 85%; } }
    section#wrap_recrutamento
.recrutamento_item
h1 {
      font-size: 25px;
      padding-top: 5px;
      padding-bottom: 20px;
      text-transform: uppercase; }
    section#wrap_recrutamento
.recrutamento_item
.ofertas_form {
      margin-top: 25px; }
      section#wrap_recrutamento
.recrutamento_item
.ofertas_form
button {
        margin-top: 25px; }
    section#wrap_recrutamento
.recrutamento_item
.candidatura {
      margin-top: 30px; }

section#wrap_institucional, section#wrap_sustentabilidade {
  text-align: center; }
  section#wrap_institucional
.institucional_item_size
, section#wrap_sustentabilidade
.institucional_item_size {
    width: 70%;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 767px) {
      section#wrap_institucional
.institucional_item_size
, section#wrap_sustentabilidade
.institucional_item_size {
        width: 85%; } }
  section#wrap_institucional
.institucional_item
, section#wrap_sustentabilidade
.institucional_item {
    padding-bottom: 80px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 200; }
    section#wrap_institucional
.institucional_item
h1
, section#wrap_sustentabilidade
.institucional_item
h1 {
      padding-top: 5px; }
      section#wrap_institucional
.institucional_item
h1
.titulonomargin
, section#wrap_sustentabilidade
.institucional_item
h1.titulonomargin {
        margin-top: 0px !important; }
    section#wrap_institucional
.institucional_item
img
, section#wrap_sustentabilidade
.institucional_item
img {
      max-width: 100%;
      height: auto;
      position: relative;
      z-index: 200; }
    section#wrap_institucional
.institucional_item
.texto
, section#wrap_institucional
.institucional_item
section#wrap_receitas
#receita_detalhe .texto, section#wrap_receitas
#receita_detalhe section#wrap_institucional
.institucional_item
.texto, section#wrap_institucional
.institucional_item
section#wrap_receitas
#receita_detalhe
.passos, section#wrap_receitas
#receita_detalhe
section#wrap_institucional
.institucional_item
.passos, section#wrap_institucional
.institucional_item
section#wrap_noticias
#noticia_detalhe .texto, section#wrap_noticias
#noticia_detalhe section#wrap_institucional
.institucional_item
.texto, section#wrap_institucional
.institucional_item
section#wrap_noticias
#noticia_detalhe
.passos, section#wrap_noticias
#noticia_detalhe
section#wrap_institucional
.institucional_item
.passos, section#wrap_sustentabilidade
.institucional_item
.texto, section#wrap_sustentabilidade
.institucional_item
section#wrap_receitas
#receita_detalhe .texto, section#wrap_receitas
#receita_detalhe section#wrap_sustentabilidade
.institucional_item
.texto, section#wrap_sustentabilidade
.institucional_item
section#wrap_receitas
#receita_detalhe
.passos, section#wrap_receitas
#receita_detalhe
section#wrap_sustentabilidade
.institucional_item
.passos, section#wrap_sustentabilidade
.institucional_item
section#wrap_noticias
#noticia_detalhe .texto, section#wrap_noticias
#noticia_detalhe section#wrap_sustentabilidade
.institucional_item
.texto, section#wrap_sustentabilidade
.institucional_item
section#wrap_noticias
#noticia_detalhe
.passos, section#wrap_noticias
#noticia_detalhe
section#wrap_sustentabilidade
.institucional_item
.passos {
      padding-top: 20px; }
  section#wrap_institucional .institucional_item26
.content_wrap
, section#wrap_institucional
.institucional_item27
.content_wrap
, section#wrap_sustentabilidade .institucional_item26
.content_wrap
, section#wrap_sustentabilidade
.institucional_item27
.content_wrap {
    margin-top: 40px;
    position: relative;
    z-index: 200; }
    section#wrap_institucional .institucional_item26
.content_wrap
.background
, section#wrap_institucional
.institucional_item27
.content_wrap
.background
, section#wrap_sustentabilidade .institucional_item26
.content_wrap
.background
, section#wrap_sustentabilidade
.institucional_item27
.content_wrap
.background {
      background-color: #343434;
      position: absolute;
      width: 100vw;
      top: 0px;
      margin-left: -50vw;
      height: 100%;
      left: 50%;
      z-index: 10; }
  section#wrap_institucional
.institucional_item27
.content_wrap
, section#wrap_sustentabilidade
.institucional_item27
.content_wrap {
    padding-bottom: 55vh; }
  section#wrap_institucional
.institucional_item27
.institucional_item
, section#wrap_sustentabilidade
.institucional_item27
.institucional_item {
    padding-bottom: 0px; }
  section#wrap_institucional
.contenthide
, section#wrap_sustentabilidade
.contenthide {
    visibility: hidden;
    height: 0; }
  section#wrap_institucional
.post_rel
, section#wrap_sustentabilidade
.post_rel {
    cursor: text; }

section#wrap_institucional {
  overflow-x: hidden; }

section#wrap_institucional
.logotipos
, section
#wrap_sustentabilidade
.logotipos {
  padding-bottom: 20px;
  padding-top: 20px; }
  section#wrap_institucional
.logotipos
.logotipowtext
, section
#wrap_sustentabilidade
.logotipos.logotipowtext {
    padding-top: 70px; }

section#wrap_institucional
.animacao
, section
#wrap_sustentabilidade
.animacao {
  position: relative; }
  section#wrap_institucional
.animacao
.play
, section
#wrap_sustentabilidade
.animacao
.play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -59px;
    margin-top: -59px;
    z-index: 99999;
    width: 118px;
    cursor: pointer;
    display: none; }
  section#wrap_institucional
.animacao
video
, section
#wrap_sustentabilidade
.animacao
video {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 8999;
    border: none;
    /*
				@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
				   
				     max-width: 101%;
				    
				    @media only screen and (max-width:1000px)
					{
						max-width: 100%;	
					}
				}
*/ }

section#wrap_sustentabilidade {
  padding-bottom: 55vh; }

section#wrap_pesquisa {
  text-align: center;
  margin-top: 80px; }
  @media only screen and (max-width: 767px) {
    section#wrap_pesquisa {
      margin-top: 50px; } }
  section#wrap_pesquisa
.no_results {
    margin-top: 40px; }
  section#wrap_pesquisa
.label {
    margin-top: 30px;
    font-size: 17px;
    font-family: "Frank-Bold"; }
  section#wrap_pesquisa
.resultados {
    font-size: 14px; }
    section#wrap_pesquisa
.resultados
a:hover {
      opacity: 0.7; }

section
h1.titulo {
  font-size: 48px;
  margin-top: 30px; }

section
hr.titulo {
  width: 130px;
  margin-top: 15px;
  margin-bottom: 15px; }

section
.ser_brasmar {
  font-size: 37px;
  line-height: 42px; }

section#wrap_media-center, section#wrap_marcas {
  text-align: center; }

section#wrap_contactos
#contactos_form {
  margin-top: 25px;
  margin-bottom: 50px;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  section#wrap_contactos
#contactos_form
button {
    margin-top: 25px; }

section#wrap_contactos
.texto, section#wrap_contactos
section#wrap_receitas
#receita_detalhe .texto, section#wrap_receitas
#receita_detalhe section#wrap_contactos
.texto, section#wrap_contactos
section#wrap_receitas
#receita_detalhe
.passos, section#wrap_receitas
#receita_detalhe
section#wrap_contactos
.passos, section#wrap_contactos
section#wrap_noticias
#noticia_detalhe .texto, section#wrap_noticias
#noticia_detalhe section#wrap_contactos
.texto, section#wrap_contactos
section#wrap_noticias
#noticia_detalhe
.passos, section#wrap_noticias
#noticia_detalhe
section#wrap_contactos
.passos {
  margin-top: 40px; }

section#wrap_contactos
.contactos_wrap {
  padding-top: 60px;
  padding-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  section#wrap_contactos
.contactos_wrap
.col {
    width: 25%; }
    @media only screen and (max-width: 767px) {
      section#wrap_contactos
.contactos_wrap
.col {
        width: 50%; } }
    section#wrap_contactos
.contactos_wrap
.col
.hover:hover, section#wrap_contactos
.contactos_wrap
.col
.hover.sel {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=44)";
      filter: alpha(opacity=44);
      -moz-opacity: 0.44;
      -khtml-opacity: 0.44;
      opacity: 0.44; }
    section#wrap_contactos
.contactos_wrap
.col
.col_item {
      padding-bottom: 26px;
      cursor: pointer; }
      @media only screen and (max-width: 1023px) {
        section#wrap_contactos
.contactos_wrap
.col
.col_item {
          padding-bottom: 0px; } }
      section#wrap_contactos
.contactos_wrap
.col
.col_item:hover, section#wrap_contactos
.contactos_wrap
.col
.col_item.sel {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=44)";
        filter: alpha(opacity=44);
        -moz-opacity: 0.44;
        -khtml-opacity: 0.44;
        opacity: 0.44; }
      section#wrap_contactos
.contactos_wrap
.col
.col_item
h1 {
        font-weight: 300;
        font-size: 26px; }
      section#wrap_contactos
.contactos_wrap
.col
.col_item
.texto, section#wrap_contactos
.contactos_wrap
.col
.col_item
section#wrap_receitas
#receita_detalhe .texto, section#wrap_receitas
#receita_detalhe section#wrap_contactos
.contactos_wrap
.col
.col_item
.texto, section#wrap_contactos
.contactos_wrap
.col
.col_item
section#wrap_receitas
#receita_detalhe
.passos, section#wrap_receitas
#receita_detalhe
section#wrap_contactos
.contactos_wrap
.col
.col_item
.passos, section#wrap_contactos
.contactos_wrap
.col
.col_item
section#wrap_noticias
#noticia_detalhe .texto, section#wrap_noticias
#noticia_detalhe section#wrap_contactos
.contactos_wrap
.col
.col_item
.texto, section#wrap_contactos
.contactos_wrap
.col
.col_item
section#wrap_noticias
#noticia_detalhe
.passos, section#wrap_noticias
#noticia_detalhe
section#wrap_contactos
.contactos_wrap
.col
.col_item
.passos {
        margin-top: 10px;
        font-family: "Frank-light";
        font-size: 12px;
        line-height: 16px; }
        section#wrap_contactos
.contactos_wrap
.col
.col_item
.texto
.local, section#wrap_contactos
.contactos_wrap
.col
.col_item
section#wrap_receitas
#receita_detalhe .texto .local, section#wrap_receitas
#receita_detalhe section#wrap_contactos
.contactos_wrap
.col
.col_item
.texto .local, section#wrap_contactos
.contactos_wrap
.col
.col_item
section#wrap_receitas
#receita_detalhe
.passos .local, section#wrap_receitas
#receita_detalhe
section#wrap_contactos
.contactos_wrap
.col
.col_item
.passos .local, section#wrap_contactos
.contactos_wrap
.col
.col_item
section#wrap_noticias
#noticia_detalhe .texto .local, section#wrap_noticias
#noticia_detalhe section#wrap_contactos
.contactos_wrap
.col
.col_item
.texto .local, section#wrap_contactos
.contactos_wrap
.col
.col_item
section#wrap_noticias
#noticia_detalhe
.passos .local, section#wrap_noticias
#noticia_detalhe
section#wrap_contactos
.contactos_wrap
.col
.col_item
.passos .local {
          font-family: "Frank-Regular";
          text-transform: uppercase; }
    section#wrap_contactos
.contactos_wrap
.col
hr {
      margin-bottom: 20px; }

section#wrap_media-center
.media_wrap {
  margin: 0;
  padding: 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 100px; }
  section#wrap_media-center
.media_wrap
li {
    width: 33.333%;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      section#wrap_media-center
.media_wrap
li {
        width: 50%; } }
    section#wrap_media-center
.media_wrap
li:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=44)";
      filter: alpha(opacity=44);
      -moz-opacity: 0.44;
      -khtml-opacity: 0.44;
      opacity: 0.44; }
    section#wrap_media-center
.media_wrap
li
h1 {
      font-family: "Frank-light";
      font-size: 26px;
      line-height: 30px;
      padding-bottom: 10px;
      padding-top: 7px; }
    section#wrap_media-center
.media_wrap
li
p.descricao {
      font-family: "Frank-Bold"; }
    section#wrap_media-center
.media_wrap
li
p.tipo {
      font-style: italic;
      font-family: "Frank-Regular"; }
    section#wrap_media-center
.media_wrap
li
p {
      font-size: 14px; }

section
.form_downloads {
  margin-top: 30px; }
  section
.form_downloads
.botao {
    margin-top: 30px; }

section#wrap_produtos
.familias {
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 70px;
  padding-bottom: 140px; }
  section#wrap_produtos
.familias
li {
    list-style: none;
    display: inline-block;
    font-family: "Frank-light";
    font-size: 16px;
    text-transform: capitalize;
    margin-left: 17px;
    margin-right: 17px;
    width: 110px;
    text-align: center;
    vertical-align: top;
    margin-bottom: 20px; }
    section#wrap_produtos
.familias
li
.image {
      margin-bottom: 20px;
      max-width: 100%;
      background-position: center top;
      background-size: contain;
      background-repeat: no-repeat;
      height: 55px;
      width: 100%; }
    section#wrap_produtos
.familias
li:hover {
      opacity: 0.7; }

section#wrap_produtos
.produto_item {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 35px; }
  section#wrap_produtos
.produto_item
.icon {
    padding-bottom: 25px; }
  section#wrap_produtos
.produto_item
.texto, section#wrap_produtos
.produto_item
section#wrap_receitas
#receita_detalhe .texto, section#wrap_receitas
#receita_detalhe section#wrap_produtos
.produto_item
.texto, section#wrap_produtos
.produto_item
section#wrap_receitas
#receita_detalhe
.passos, section#wrap_receitas
#receita_detalhe
section#wrap_produtos
.produto_item
.passos, section#wrap_produtos
.produto_item
section#wrap_noticias
#noticia_detalhe .texto, section#wrap_noticias
#noticia_detalhe section#wrap_produtos
.produto_item
.texto, section#wrap_produtos
.produto_item
section#wrap_noticias
#noticia_detalhe
.passos, section#wrap_noticias
#noticia_detalhe
section#wrap_produtos
.produto_item
.passos {
    padding-bottom: 30px; }

section#wrap_produtos
ul.subfamilias {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  padding-bottom: 100px;
  text-align: center; }
  section#wrap_produtos
ul.subfamilias
li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 200px;
    height: 60px;
    position: relative;
    border: solid 1px #000;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    section#wrap_produtos
ul.subfamilias
li
.wrap {
      position: absolute;
      height: 100%;
      width: 100%; }
      section#wrap_produtos
ul.subfamilias
li
.wrap
p {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: "Frank-Medium";
        font-size: 14px;
        text-transform: uppercase; }
    section#wrap_produtos
ul.subfamilias
li:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: none;
      transition: all 0.3s linear;
      background-color: rgba(255, 255, 255, 0.8); }
    section#wrap_produtos
ul.subfamilias
li:hover:before {
      background-color: rgba(255, 255, 255, 0); }
    section#wrap_produtos
ul.subfamilias
li:hover {
      color: #fff; }

section#wrap_produtos
ul.marcas {
  margin: 0;
  padding: 0;
  margin-top: 50px;
  padding-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  section#wrap_produtos
ul.marcas
li {
    list-style: none;
    margin-bottom: 40px;
    position: relative;
    align-self: center;
    width: 100%;
    /*
				&.pos0, &.pos3, &.pos6
				{
					width: 100%;
				}
				
				&.pos1, &.pos2, &.pos4, &.pos5
				{
					width: 50%;
					display: inline-block;
					text-align: left;
					
					@media only screen and (max-width:767px)
					{
						width: 100%;
						text-align: center;	
					}
				}
				
				&.pos2, &.pos5
				{
					text-align: right;
					
					@media only screen and (max-width:767px)
					{
						text-align: center;	
					}
				}
				
				.label1, .label2, .label3, .label4, .label5
				{
					position: absolute;
					font-size: 30px;
					font-family: $peaches;
					text-transform: capitalize;
					word-break: keep-all;
					white-space: nowrap;
				}
				
				&.pos1, &.pos4
				{
					.label1
					{
						top: 5px;
						right: calc(50% + 110px);
					}
					
					.label2
					{
						top: 45px;
						left: -20px;
					}
					
					.label3
					{
						top: -30px;
						right: calc(50% + 70px);
					}
					
					.label4
					{
						top: 45px;
						right: calc(50% + 150px);
					}
					
					.label5
					{
						top: 80px;
						left: -80px;
					}
				}
				
				&.pos2, &.pos5
				{
					.label1
					{
						top: 5px;
						left: calc(50% + 90px);
					}
					
					.label2
					{
						top: 45px;
						left: calc(100% - 10px);
					}
					
					.label3
					{
						top: -30px;
						left: calc(50% + 70px);
					}
					
					.label4
					{
						top: 45px;
						left: calc(100% + 90px);
					}
					
					.label5
					{
						top: 80px;
						left: calc(100% + 30px);
					}
				}
				
				&.pos0
				{
					.label1
					{
						top: 5px;
						left: calc(60% + 30px);
					}
					
					.label2
					{
						top: -35px;
						left: calc(60% + 10px);
					}
					
					.label3
					{
						top: 50px;
						left: calc(60% + 10px);
					}
				}
*/ }
    @media only screen and (max-width: 767px) {
      section#wrap_produtos
ul.marcas
li .label1, section#wrap_produtos
ul.marcas
li .label2, section#wrap_produtos
ul.marcas
li .label3, section#wrap_produtos
ul.marcas
li .label4, section#wrap_produtos
ul.marcas
li
.label5 {
        position: relative !important;
        top: 0px !important;
        left: 0px !important;
        right: 0px !important;
        width: 100% !important; } }
    section#wrap_produtos
ul.marcas
li
a:hover {
      opacity: 0.7; }
    section#wrap_produtos
ul.marcas
li
img {
      max-width: 110px; }
    section#wrap_produtos
ul.marcas
li
.linhas {
      margin: 0;
      padding: 0;
      text-align: center;
      margin-top: 25px; }
      section#wrap_produtos
ul.marcas
li
.linhas
li {
        font-size: 16px;
        border: solid 1px #ccc;
        font-family: "Frank-Medium";
        text-transform: uppercase;
        list-style: none;
        display: inline-block !important;
        margin-bottom: 0px;
        padding-bottom: 0px;
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px; }
        section#wrap_produtos
ul.marcas
li
.linhas
li:hover {
          background-color: #291c13;
          color: #fff; }

section#wrap_produtos
ul.produtos {
  margin: 0;
  padding: 0;
  padding-bottom: 100px;
  margin-top: 80px; }
  @media only screen and (max-width: 767px) {
    section#wrap_produtos
ul.produtos {
      margin-top: 50px; } }
  section#wrap_produtos
ul.produtos
li {
    list-style: none;
    display: inline-block;
    width: calc((100% - 45px) / 4);
    background-color: #fff;
    margin-left: 15px;
    padding-bottom: 44%;
    height: 0px;
    margin-bottom: 15px;
    vertical-align: top;
    text-align: center;
    position: relative; }
    @media only screen and (min-width: 767px) and (max-width: 1023px) {
      section#wrap_produtos
ul.produtos
li {
        padding-bottom: 55%;
        width: calc((100% - 30px) / 3); } }
    @media only screen and (max-width: 767px) {
      section#wrap_produtos
ul.produtos
li {
        width: calc((100% - 15px) / 2);
        padding-bottom: 95%; } }
    @media only screen and (max-width: 400px) {
      section#wrap_produtos
ul.produtos
li {
        padding-bottom: 115%; } }
    section#wrap_produtos
ul.produtos
li:nth-child(4n+1) {
      margin-left: 0px; }
      @media only screen and (max-width: 1023px) {
        section#wrap_produtos
ul.produtos
li:nth-child(4n+1) {
          margin-left: 15px; } }
    @media only screen and (min-width: 767px) and (max-width: 1023px) {
      section#wrap_produtos
ul.produtos
li:nth-child(3n+1) {
        margin-left: 0px; } }
    @media only screen and (max-width: 767px) {
      section#wrap_produtos
ul.produtos
li:nth-child(2n+1) {
        margin-left: 0px; } }
    section#wrap_produtos
ul.produtos
li
.prd_wrapp {
      position: absolute;
      top: 0px;
      width: 100%;
      height: 100%; }
      section#wrap_produtos
ul.produtos
li
.prd_wrapp
.info_wrap {
        padding-bottom: 30%; }
    section#wrap_produtos
ul.produtos
li
.img {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 55%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
    section#wrap_produtos
ul.produtos
li
.icon {
      padding-top: 10px;
      padding-bottom: 10px; }
    section#wrap_produtos
ul.produtos
li:hover {
      opacity: 0.7; }
  section#wrap_produtos
ul.produtos.relacionados {
    margin-top: 15px; }
  section#wrap_produtos
ul.produtos
.titulo_wrap {
    height: 110px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    /*
				@media only screen and (max-width:400px)
				{
					height: 40px;
				}
*/ }
    section#wrap_produtos
ul.produtos
.titulo_wrap.titulo_wrap_b {
      height: 75px; }
    section#wrap_produtos
ul.produtos
.titulo_wrap
.titulo_container {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      section#wrap_produtos
ul.produtos
.titulo_wrap
.titulo_container
h1 {
        font-size: 23px;
        font-family: "Frank-light"; }
        @media only screen and (max-width: 767px) {
          section#wrap_produtos
ul.produtos
.titulo_wrap
.titulo_container
h1 {
            font-size: 20px; } }
        @media only screen and (max-width: 400px) {
          section#wrap_produtos
ul.produtos
.titulo_wrap
.titulo_container
h1 {
            font-size: 17px; } }
      section#wrap_produtos
ul.produtos
.titulo_wrap
.titulo_container
p.nome_cientifico {
        font-family: "Frank-light";
        font-style: italic;
        font-size: 15px;
        padding-top: 2px; }
        @media only screen and (max-width: 767px) {
          section#wrap_produtos
ul.produtos
.titulo_wrap
.titulo_container
p.nome_cientifico {
            font-size: 13px; } }
        @media only screen and (max-width: 400px) {
          section#wrap_produtos
ul.produtos
.titulo_wrap
.titulo_container
p.nome_cientifico {
            font-size: 12px; } }
  section#wrap_produtos
ul.produtos
.info_wrap {
    padding-bottom: 37%;
    height: 0px;
    overflow: hidden;
    position: relative;
    margin-top: -2px; }
    @media only screen and (max-width: 767px) {
      section#wrap_produtos
ul.produtos
.info_wrap {
        padding-bottom: 47%; } }
    @media only screen and (max-width: 370px) {
      section#wrap_produtos
ul.produtos
.info_wrap {
        padding-bottom: 65%; } }
    section#wrap_produtos
ul.produtos
.info_wrap
p.origem {
      text-transform: uppercase;
      font-family: "Frank-light";
      font-size: 13px;
      padding-bottom: 4px; }
    section#wrap_produtos
ul.produtos
.info_wrap p.calibres, section#wrap_produtos
ul.produtos
.info_wrap
p.embalamentos {
      font-size: 13px;
      font-family: "Frank-Medium";
      padding-top: 2px;
      width: 90%;
      margin-left: auto;
      margin-right: auto; }
    section#wrap_produtos
ul.produtos
.info_wrap
p.embalamentos {
      font-family: "Frank-Regular";
      padding-top: 4px; }
  section#wrap_produtos
ul.produtos
.footer {
    position: absolute;
    bottom: 10px;
    width: 100%; }
    section#wrap_produtos
ul.produtos
.footer
.logo_marca {
      padding-top: 4px;
      padding-bottom: 2px; }
    section#wrap_produtos
ul.produtos
.footer
p.linha {
      font-size: 20px;
      line-height: 18px;
      font-family: "Peaches-and-cream";
      text-transform: lowercase;
      text-transform: capitalize; }

section#wrap_produtos
p.botao {
  min-width: 160px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 14px;
  font-family: "Frank-Medium";
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  background: none;
  border: solid 1px #000;
  cursor: pointer;
  position: relative;
  z-index: 8999; }
  section#wrap_produtos
p.botao:hover {
    background-color: #000;
    color: #fff; }
  section#wrap_produtos
p.botao.title {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
    cursor: default; }
    section#wrap_produtos
p.botao.title:hover {
      background-color: inherit;
      color: inherit; }

section#wrap_produtos
.title {
  font-size: 34px;
  line-height: 38px;
  text-transform: capitalize;
  width: 400px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 767px) {
    section#wrap_produtos
.title {
      width: 90%; } }

section#wrap_produtos
.sliderprd
.slide
.slide_size_prd {
  padding-bottom: 30%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

section#wrap_produtos
.wrap_produto {
  margin-top: 80px; }
  @media only screen and (max-width: 767px) {
    section#wrap_produtos
.wrap_produto {
      margin-top: 50px; } }
  section#wrap_produtos
.wrap_produto
.wrap_produto_topo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  section#wrap_produtos
.wrap_produto
.img_wrap {
    width: calc(75% - 4px);
    background-color: #fff;
    position: relative;
    order: 1; }
    @media only screen and (min-width: 767px) and (max-width: 1023px) {
      section#wrap_produtos
.wrap_produto
.img_wrap {
        width: calc(66.6666% + 15px); } }
    @media only screen and (max-width: 767px) {
      section#wrap_produtos
.wrap_produto
.img_wrap {
        width: 100%;
        order: 2; } }
    section#wrap_produtos
.wrap_produto
.img_wrap
.img {
      position: absolute;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
  section#wrap_produtos
.wrap_produto
.produto_info {
    text-align: center;
    background-color: #fff;
    width: calc(25% - 11px);
    margin-left: 15px;
    order: 2; }
    @media only screen and (min-width: 767px) and (max-width: 1023px) {
      section#wrap_produtos
.wrap_produto
.produto_info {
        width: 33.333%; } }
    @media only screen and (max-width: 767px) {
      section#wrap_produtos
.wrap_produto
.produto_info {
        width: 100%;
        order: 1;
        margin-left: 0px; } }
    section#wrap_produtos
.wrap_produto
.produto_info
ul.produtos {
      padding-bottom: 0px;
      margin-top: 0px; }
      section#wrap_produtos
.wrap_produto
.produto_info
ul.produtos
li {
        width: 100%;
        padding-bottom: 130%; }
        section#wrap_produtos
.wrap_produto
.produto_info
ul.produtos
li
.img {
          display: none; }
        section#wrap_produtos
.wrap_produto
.produto_info
ul.produtos
li
.footer {
          position: relative;
          bottom: 0px; }
        @media only screen and (max-width: 767px) {
          section#wrap_produtos
.wrap_produto
.produto_info
ul.produtos
li
.info_wrap {
            padding-bottom: 34%; }
          section#wrap_produtos
.wrap_produto
.produto_info
ul.produtos
li
.icon {
            display: none; } }
        @media only screen and (max-width: 370px) {
          section#wrap_produtos
.wrap_produto
.produto_info
ul.produtos
li
.info_wrap {
            padding-bottom: 40%; }
            section#wrap_produtos
.wrap_produto
.produto_info
ul.produtos
li
.info_wrap .calibres {
              font-size: 11px; } }
      section#wrap_produtos
.wrap_produto
.produto_info
ul.produtos
.wrap_produtos_item {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

section#wrap_produtos
.embalamento_wrap {
  margin-top: 15px;
  width: calc(75% - 4px);
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 25px;
  padding-bottom: 10px;
  text-align: center; }
  @media only screen and (min-width: 767px) and (max-width: 1023px) {
    section#wrap_produtos
.embalamento_wrap {
      width: 66%; } }
  @media only screen and (max-width: 767px) {
    section#wrap_produtos
.embalamento_wrap {
      width: 100%; } }
  section#wrap_produtos
.embalamento_wrap
ul {
    margin: 0;
    padding: 0;
    font-size: 0px; }
    section#wrap_produtos
.embalamento_wrap
ul
li {
      list-style: none;
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      vertical-align: top;
      font-size: 13px;
      font-family: "Frank-light";
      text-align: center;
      vertical-align: bottom; }
      section#wrap_produtos
.embalamento_wrap
ul
li .img, section#wrap_produtos
.embalamento_wrap
ul
li
.img_embalagem {
        max-width: 30px;
        margin-left: auto;
        margin-right: auto; }
        section#wrap_produtos
.embalamento_wrap
ul
li .img
img
, section#wrap_produtos
.embalamento_wrap
ul
li
.img_embalagem
img {
          max-width: 100%;
          height: auto; }
      section#wrap_produtos
.embalamento_wrap
ul
li
.img_embalagem {
        max-width: 100px; }

section#wrap_produto
.wrap_produto {
  margin-top: 80px; }
  @media only screen and (max-width: 767px) {
    section#wrap_produto
.wrap_produto {
      margin-top: 50px; } }
  section#wrap_produto
.wrap_produto
.wrap_produto_topo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  section#wrap_produto
.wrap_produto
.img_wrap {
    width: calc(75% - 4px);
    background-color: #fff;
    position: relative;
    order: 1; }
    @media only screen and (min-width: 767px) and (max-width: 1023px) {
      section#wrap_produto
.wrap_produto
.img_wrap {
        width: calc(66.6666% + 15px); } }
    @media only screen and (max-width: 767px) {
      section#wrap_produto
.wrap_produto
.img_wrap {
        width: 100%;
        order: 2; } }
    section#wrap_produto
.wrap_produto
.img_wrap
.img {
      position: absolute;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 0px; }
      @media only screen and (max-width: 1023px) {
        section#wrap_produto
.wrap_produto
.img_wrap
.img {
          background-size: contain; } }
      section#wrap_produto
.wrap_produto
.img_wrap
.img.img_prd_item {
        text-align: center; }
        section#wrap_produto
.wrap_produto
.img_wrap
.img.img_prd_item
img {
          max-height: 90%;
          width: auto;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          @media only screen and (max-width: 1023px) {
            section#wrap_produto
.wrap_produto
.img_wrap
.img.img_prd_item
img {
              display: none; } }
  section#wrap_produto
.wrap_produto
.produto_info {
    text-align: center;
    background-color: #fff;
    width: calc(25% - 11px);
    margin-left: 15px;
    order: 2; }
    @media only screen and (min-width: 767px) and (max-width: 1023px) {
      section#wrap_produto
.wrap_produto
.produto_info {
        width: 33.333%; } }
    @media only screen and (max-width: 767px) {
      section#wrap_produto
.wrap_produto
.produto_info {
        width: 100%;
        order: 1;
        margin-left: 0px; } }
    section#wrap_produto
.wrap_produto
.produto_info
ul.produtos {
      padding-bottom: 0px;
      margin-top: 0px; }
      section#wrap_produto
.wrap_produto
.produto_info
ul.produtos
li {
        width: 100%;
        padding-bottom: 130%; }
        section#wrap_produto
.wrap_produto
.produto_info
ul.produtos
li
.img {
          display: none; }
        section#wrap_produto
.wrap_produto
.produto_info
ul.produtos
li
.footer {
          position: relative;
          bottom: 0px; }
        @media only screen and (max-width: 767px) {
          section#wrap_produto
.wrap_produto
.produto_info
ul.produtos
li
.info_wrap {
            padding-bottom: 34%; }
          section#wrap_produto
.wrap_produto
.produto_info
ul.produtos
li
.icon {
            display: none; } }
        @media only screen and (max-width: 370px) {
          section#wrap_produto
.wrap_produto
.produto_info
ul.produtos
li
.info_wrap {
            padding-bottom: 40%; }
            section#wrap_produto
.wrap_produto
.produto_info
ul.produtos
li
.info_wrap .calibres {
              font-size: 11px; } }
      section#wrap_produto
.wrap_produto
.produto_info
ul.produtos
.wrap_produtos_item {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

section#wrap_produto
.embalamento_wrap {
  margin-top: 15px;
  width: calc(75% - 4px);
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 25px;
  padding-bottom: 10px;
  text-align: center; }
  @media only screen and (min-width: 767px) and (max-width: 1023px) {
    section#wrap_produto
.embalamento_wrap {
      width: 66%; } }
  @media only screen and (max-width: 767px) {
    section#wrap_produto
.embalamento_wrap {
      width: 100%; } }
  section#wrap_produto
.embalamento_wrap
ul {
    margin: 0;
    padding: 0;
    font-size: 0px; }
    section#wrap_produto
.embalamento_wrap
ul
li {
      list-style: none;
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      vertical-align: top;
      font-size: 13px;
      font-family: "Frank-light";
      text-align: center;
      vertical-align: bottom; }
      section#wrap_produto
.embalamento_wrap
ul
li .img, section#wrap_produto
.embalamento_wrap
ul
li
.img_embalagem {
        max-width: 30px;
        margin-left: auto;
        margin-right: auto; }
        section#wrap_produto
.embalamento_wrap
ul
li .img
img
, section#wrap_produto
.embalamento_wrap
ul
li
.img_embalagem
img {
          max-width: 100%;
          height: auto; }
      section#wrap_produto
.embalamento_wrap
ul
li
.img_embalagem {
        max-width: 100px; }

section#wrap_produto
ul.produtos {
  margin: 0;
  padding: 0;
  padding-bottom: 100px;
  margin-top: 80px; }
  @media only screen and (max-width: 767px) {
    section#wrap_produto
ul.produtos {
      margin-top: 50px; } }
  section#wrap_produto
ul.produtos
li {
    list-style: none;
    display: inline-block;
    width: calc((100% - 45px) / 4);
    background-color: #fff;
    margin-left: 15px;
    padding-bottom: 44%;
    height: 0px;
    margin-bottom: 15px;
    vertical-align: top;
    text-align: center;
    position: relative; }
    @media only screen and (min-width: 767px) and (max-width: 1023px) {
      section#wrap_produto
ul.produtos
li {
        padding-bottom: 55%;
        width: calc((100% - 30px) / 3); } }
    @media only screen and (max-width: 767px) {
      section#wrap_produto
ul.produtos
li {
        width: calc((100% - 15px) / 2);
        padding-bottom: 95%; } }
    @media only screen and (max-width: 400px) {
      section#wrap_produto
ul.produtos
li {
        padding-bottom: 115%; } }
    section#wrap_produto
ul.produtos
li:nth-child(4n+1) {
      margin-left: 0px; }
      @media only screen and (max-width: 1023px) {
        section#wrap_produto
ul.produtos
li:nth-child(4n+1) {
          margin-left: 15px; } }
    @media only screen and (min-width: 767px) and (max-width: 1023px) {
      section#wrap_produto
ul.produtos
li:nth-child(3n+1) {
        margin-left: 0px; } }
    @media only screen and (max-width: 767px) {
      section#wrap_produto
ul.produtos
li:nth-child(2n+1) {
        margin-left: 0px; } }
    section#wrap_produto
ul.produtos
li
.prd_wrapp {
      position: absolute;
      top: 0px;
      width: 100%;
      height: 100%; }
      section#wrap_produto
ul.produtos
li
.prd_wrapp
.info_wrap {
        padding-bottom: 30%; }
    section#wrap_produto
ul.produtos
li
.img {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 55%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
    section#wrap_produto
ul.produtos
li
.icon {
      padding-top: 10px;
      padding-bottom: 10px; }
    section#wrap_produto
ul.produtos
li:hover {
      opacity: 0.7; }
  section#wrap_produto
ul.produtos.relacionados {
    margin-top: 15px; }
  section#wrap_produto
ul.produtos
.titulo_wrap {
    height: 110px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    /*
				@media only screen and (max-width:400px)
				{
					height: 40px;
				}
*/ }
    section#wrap_produto
ul.produtos
.titulo_wrap.titulo_wrap_b {
      height: 75px; }
    section#wrap_produto
ul.produtos
.titulo_wrap
.titulo_container {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      section#wrap_produto
ul.produtos
.titulo_wrap
.titulo_container
h1 {
        font-size: 23px;
        font-family: "Frank-light"; }
        @media only screen and (max-width: 767px) {
          section#wrap_produto
ul.produtos
.titulo_wrap
.titulo_container
h1 {
            font-size: 20px; } }
        @media only screen and (max-width: 400px) {
          section#wrap_produto
ul.produtos
.titulo_wrap
.titulo_container
h1 {
            font-size: 17px; } }
      section#wrap_produto
ul.produtos
.titulo_wrap
.titulo_container
p.nome_cientifico {
        font-family: "Frank-light";
        font-style: italic;
        font-size: 15px;
        padding-top: 2px; }
        @media only screen and (max-width: 767px) {
          section#wrap_produto
ul.produtos
.titulo_wrap
.titulo_container
p.nome_cientifico {
            font-size: 13px; } }
        @media only screen and (max-width: 400px) {
          section#wrap_produto
ul.produtos
.titulo_wrap
.titulo_container
p.nome_cientifico {
            font-size: 12px; } }
  section#wrap_produto
ul.produtos
.info_wrap {
    padding-bottom: 37%;
    height: 0px;
    overflow: hidden;
    position: relative;
    margin-top: -2px; }
    @media only screen and (max-width: 767px) {
      section#wrap_produto
ul.produtos
.info_wrap {
        padding-bottom: 47%; } }
    @media only screen and (max-width: 370px) {
      section#wrap_produto
ul.produtos
.info_wrap {
        padding-bottom: 65%; } }
    section#wrap_produto
ul.produtos
.info_wrap
p.origem {
      text-transform: uppercase;
      font-family: "Frank-light";
      font-size: 13px;
      padding-bottom: 4px; }
    section#wrap_produto
ul.produtos
.info_wrap p.calibres, section#wrap_produto
ul.produtos
.info_wrap
p.embalamentos {
      font-size: 13px;
      font-family: "Frank-Medium";
      padding-top: 2px;
      width: 90%;
      margin-left: auto;
      margin-right: auto; }
    section#wrap_produto
ul.produtos
.info_wrap
p.embalamentos {
      font-family: "Frank-Regular";
      padding-top: 4px; }
  section#wrap_produto
ul.produtos
.footer {
    position: absolute;
    bottom: 10px;
    width: 100%; }
    section#wrap_produto
ul.produtos
.footer
.logo_marca {
      padding-top: 4px;
      padding-bottom: 2px; }
    section#wrap_produto
ul.produtos
.footer
p.linha {
      font-size: 20px;
      line-height: 18px;
      font-family: "Peaches-and-cream";
      text-transform: capitalize; }

section#wrap_marcas
.listadetalhe {
  margin-top: 80px; }
  @media only screen and (max-width: 767px) {
    section#wrap_marcas
.listadetalhe {
      margin-top: 50px; } }
  section#wrap_marcas
.listadetalhe
.texto, section#wrap_marcas
.listadetalhe
section#wrap_receitas
#receita_detalhe .texto, section#wrap_receitas
#receita_detalhe section#wrap_marcas
.listadetalhe
.texto, section#wrap_marcas
.listadetalhe
section#wrap_receitas
#receita_detalhe
.passos, section#wrap_receitas
#receita_detalhe
section#wrap_marcas
.listadetalhe
.passos, section#wrap_marcas
.listadetalhe
section#wrap_noticias
#noticia_detalhe .texto, section#wrap_noticias
#noticia_detalhe section#wrap_marcas
.listadetalhe
.texto, section#wrap_marcas
.listadetalhe
section#wrap_noticias
#noticia_detalhe
.passos, section#wrap_noticias
#noticia_detalhe
section#wrap_marcas
.listadetalhe
.passos {
    width: 70%;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 767px) {
      section#wrap_marcas
.listadetalhe
.texto, section#wrap_marcas
.listadetalhe
section#wrap_receitas
#receita_detalhe .texto, section#wrap_receitas
#receita_detalhe section#wrap_marcas
.listadetalhe
.texto, section#wrap_marcas
.listadetalhe
section#wrap_receitas
#receita_detalhe
.passos, section#wrap_receitas
#receita_detalhe
section#wrap_marcas
.listadetalhe
.passos, section#wrap_marcas
.listadetalhe
section#wrap_noticias
#noticia_detalhe .texto, section#wrap_noticias
#noticia_detalhe section#wrap_marcas
.listadetalhe
.texto, section#wrap_marcas
.listadetalhe
section#wrap_noticias
#noticia_detalhe
.passos, section#wrap_noticias
#noticia_detalhe
section#wrap_marcas
.listadetalhe
.passos {
        width: 85%; } }

section#wrap_marcas
.principal {
  margin-top: 60px;
  width: 120px;
  margin-left: auto;
  margin-right: auto; }
  section#wrap_marcas
.principal
img {
    max-width: 100%;
    height: auto; }

section#wrap_marcas
ul.marcaslista {
  margin: 0;
  padding: 0;
  text-align: center;
  padding-bottom: 100px; }
  section#wrap_marcas
ul.marcaslista
li {
    margin-top: 45px;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: middle;
    display: inline-block;
    position: relative; }
    section#wrap_marcas
ul.marcaslista
li
img {
      max-height: 56px;
      width: auto; }

section#wrap_marcas
.over {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none; }

section#wrap_marcas
ul.linhaslista {
  margin: 0px;
  padding: 0; }
  section#wrap_marcas
ul.linhaslista
li {
    list-style: none;
    margin-bottom: 50px; }
    section#wrap_marcas
ul.linhaslista
li
img.linha {
      max-width: 100%;
      height: auto; }
    section#wrap_marcas
ul.linhaslista
li
img.marca {
      display: block;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto; }
    section#wrap_marcas
ul.linhaslista
li
p.linha {
      font-family: "Peaches-and-cream";
      font-size: 30px;
      text-transform: lowercase;
      text-transform: capitalize;
      margin-top: 5px; }
    section#wrap_marcas
ul.linhaslista
li
hr {
      margin-bottom: 20px; }

section
.addthis_toolbox {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 12px;
  font-family: "Frank-Bold";
  text-transform: uppercase; }
  section
.addthis_toolbox
.share_socials {
    margin: 0;
    padding: 0;
    font-size: 0px;
    margin-top: 10px; }
    section
.addthis_toolbox
.share_socials
li {
      margin-left: 5px;
      margin-right: 5px;
      padding: 5px;
      list-style: none;
      font-size: 11px;
      border: solid 1px #000;
      display: inline-block;
      text-transform: uppercase; }
      section
.addthis_toolbox
.share_socials
li:hover {
        background-color: #000;
        color: #fff; }

section
.sitemap {
  text-align: left;
  padding-top: 100px;
  font-size: 13px; }
  section
.sitemap
a:hover {
    text-decoration: underline; }

.map-canvas-wrap {
  width: 100%;
  z-index: 1000;
  height: 300px; }

#map_canvas {
  width: 100%;
  padding-bottom: 35%; }
  @media only screen and (max-width: 767px) {
    #map_canvas {
      padding-bottom: 65%; } }

#load_from_bottom_receitas {
  display: none;
  height: 100px; }

#seta_scroll_down {
  position: fixed;
  bottom: 20px;
  z-index: 9995;
  text-align: center;
  right: 20px; }
  @media only screen and (max-width: 767px) {
    #seta_scroll_down {
      bottom: 15px; } }
  #seta_scroll_down
img {
    width: 52px; }
    @media only screen and (max-width: 767px) {
      #seta_scroll_down
img {
        width: 26px; } }

#play {
  position: absolute;
  margin-top: -80px;
  top: 50vh;
  left: 50%;
  margin-left: -59px;
  z-index: 99999;
  width: 118px;
  cursor: pointer;
  display: none; }
  @media only screen and (max-width: 767px) {
    #play {
      display: block; } }

.notw {
  width: 100% !important; }
  @media only screen and (min-width: 1023px) and (max-width: 1279px) {
    .notw {
      width: auto; } }

.video_footer video {
  position: fixed;
  z-index: -100;
  background-size: cover;
  background-position: center center;
  transition: 1s opacity;
  display: block;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  background-position: center center;
  transition: 1s opacity; }
  @media only screen and (max-width: 767px) {
    .video_footer video {
      height: auto;
      max-height: auto; } }

.logotipo13 {
  position: absolute !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  top: -20px !important;
  right: -200px !important;
  display: none; }
  @media only screen and (min-width: 1279px) and (max-width: 1400px) {
    .logotipo13 {
      right: -120px !important; } }
  @media only screen and (min-width: 1023px) and (max-width: 1279px) {
    .logotipo13 {
      right: 0px !important; } }
  @media only screen and (max-width: 1023px) {
    .logotipo13 {
      display: none !important; } }

.microsite {
  position: relative; }
  .microsite
.first {
    padding-top: 100vh; }
  .microsite
.last {
    padding-bottom: 80px;
    background-color: #fff; }
  .microsite
img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block; }
  .microsite video {
    position: fixed;
    z-index: -100;
    background-size: cover;
    background-position: center center;
    transition: 1s opacity;
    display: block; }
    @media only screen and (max-width: 767px) {
      .microsite video {
        height: auto;
        max-height: auto; } }
  .microsite
h1 {
    margin: 0;
    padding: 0;
    width: 165px;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -82.5px;
    z-index: 5200; }
    @media only screen and (max-width: 767px) {
      .microsite
h1 {
        width: 100px;
        margin-left: -50px; } }
  .microsite
.webunder {
    height: 60px;
    font-family: Arial;
    font-weight: bold;
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: rgba(201, 84, 23, 0.6);
    bottom: 0px; }
    @media only screen and (max-width: 767px) {
      .microsite
.webunder {
        height: 40px;
        font-size: 20px;
        line-height: 40px; } }
  .microsite #seta_scroll_down {
    text-align: center;
    bottom: 65px; }
    @media only screen and (max-width: 767px) {
      .microsite #seta_scroll_down {
        bottom: 50px; } }
    .microsite #seta_scroll_down
img {
      display: inline; }
  .microsite
#play {
    position: absolute;
    margin-top: -80px;
    top: 50vh;
    left: 50%;
    margin-left: -59px;
    z-index: 99999;
    width: 118px;
    cursor: pointer;
    display: none; }

.loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(/images/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 9000; }

.embalagens_pop
li {
  position: relative; }
  .embalagens_pop
li
.ing_wrap {
    position: relative; }
    .embalagens_pop
li
.ing_wrap span {
      position: absolute;
      /*see support section for more info on positioning*/
      display: none;
      opacity: 1;
      left: -50%;
      bottom: 150px;
      z-index: 1000; }
      @media only screen and (max-width: 767px) {
        .embalagens_pop
li
.ing_wrap span {
          left: 0%; } }
      .embalagens_pop
li
.ing_wrap span img {
        /*give the thumbnails a frame*/
        /*add a drop shadow to the frame*/
        /*
					-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .75);
					-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .75);
					box-shadow: 0 0 6px rgba(0, 0, 0, .75);
*/
        /*and give the corners a small curve*/
        /*
					-webkit-border-radius: 4px;
					-moz-border-radius: 4px;
					border-radius: 4px;
*/
        max-width: 500px; }
        @media only screen and (max-width: 767px) {
          .embalagens_pop
li
.ing_wrap span img {
            max-width: 250px; } }
    .embalagens_pop
li
.ing_wrap:hover span {
      opacity: 1; }

.embalamento_wrap
li .ing_wrap
span {
  bottom: 50px; }

.at-icon-wrapper {
  display: none !important; }
