@import url(OpenSans.css);
@import url(OpenSansIE.css);
@import url(Arvo.css);
@import url(ArvoIE.css);
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
pre {
    color: rgba(0, 0, 51, 1);
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 10px;
    background: rgba(204, 204, 204, 1);
    border: rgba(102, 102, 102, 1) solid 1px;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
button,
input,
select,
textarea {
    color: #222;
}
body {
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */

body {
    font-family: 'Open Sans';
    font-size: 18px;
    color: #333;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.wrap {} .more a {
    color: inherit;
    text-decoration: none;
}
a {
    color: inherit;
    text-decoration: none;
}
.title img {
    width: 95%;
    max-width: 906px;
}
.onlymobile,
.onlytablet {
    display: none;
}
.alert_cookies {
    background: none repeat scroll 0 0 #555;
    border: 1px solid #555;
    margin: 0 auto;
    width: 100%;
    padding: 10px 50px 10px 30px;
    color: #ffffff;
    position: fixed;
    bottom: 0;
}
/*.alert_cookies sup {
    font-size: 0;
}
.alert_cookies sup:after {
    content: '?';
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    color: #ffffff;
    font-size: 25px;
}*/
sup:hover:after {
    color: #9e1c3c;
}
section {
    width: 100%;
    margin: 0px auto;
    padding: 0px 5%;
}
section.f-width {
    width: 100%;
}
section .inner {
    max-width: 1020px;
    width: 100%;
    margin: 0px auto;
}
section .outer {
    width: 100%;
    margin: 0px auto;
}
.title {
    color: #fff;
    margin-bottom: 1.2em;
    position: relative;
    z-index: 999;
}
.title .title-left,
.title .title-right {
    float: left;
    width: 31.33%;
    height: 1em;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.title .title-left {
    margin-right: 1%;
}
.title .title-right {
    margin-left: 1%;
}
.title .title-left.title-white {
    background-image: url('../img/title-left-white.png');
}
.title .title-left.title-red {
    background-image: url('../img/title-left-red.png');
}
.title .title-right.title-white {
    background-image: url('../img/title-right-white.png');
}
.title .title-right.title-red {
    background-image: url('../img/title-right-red.png');
}
.title .title-name {
    float: left;
    width: 33.33%;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    line-height: 22px;
    text-transform: uppercase;
}
.title .title-name.title-red {
    color: #9e1c3c;
    text-shadow: 2px 2px 0px rgb(188, 188, 188);
}
.title .title-name.title-white {
    color: #fff;
    text-shadow: 2px 2px 0px #000;
}
.header-spacer {
    height: 130px;
}
.header {
    height: 190px;
    z-index: 9999;
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 11px 0px rgba(200, 200, 200, 0.1);
    -moz-box-shadow: 0px 10px 11px 0px rgba(200, 200, 200, 0.1);
    box-shadow: 0px 10px 11px 0px rgba(200, 200, 200, 0.1);
}
.top-bar {
    height: 30px;
    padding-top: 5px;
}
.menu {
    width: 100%
}
.menu-icon,
.menu-close {
    display: none;
}
.menu {
    float: left;
    margin-top: 10px;
    //margin-left: 5%;
}
.menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.menu ul li {
    float: left;
    color: #9e1c3c;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-left: 2em;
    line-height: 40px;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
}
.menu ul li:hover {
    background-image: url('../img/menu_arrow.png');
    cursor: pointer;
}
.menu ul li a {
    color: inherit;
    text-decoration: none;
}
.seleccionada {
    text-decoration: none;
    cursor: pointer;
    color: #b68a3a !Important;
    font-weight: bold;
}
.menu ul li ul {
    padding: 0;
    position: absolute;
    left: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
    background-color: #9e1c3c;
    width: 210px;
}
.menu ul li ul li {
    margin: 0px;
    padding: 0px;
    float: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    border-bottom: 1px solid #fff;
    background-image: url('../img/menu_arrow_left.png');
    background-repeat: no-repeat;
    background-position: 1em 50%;
    padding: 0px 1em 0px 2em;
    text-align: right;
}
.menu ul li ul li:hover {
    background-image: url('../img/menu_arrow_left_gold.png');
    background-color: #b68a3a;
}
.menu ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}
.iconos-sociales {
    font-size: 12px;
    font-weight: bold;
    color: gray;
}
.social-icons {
    width: 100%;
    margin-left: 29%;
}
.social-icons ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.social-icons ul li {
    float: left;
    color: #9e1c3c;
    margin-left: 1em;
    height: 30px;
    line-height: 40px;
}
.social-icons ul li:hover a {
    opacity: .5;
    cursor: pointer;
}
.lang_wrap {
    /* position: absolute; top: 56px; left: 50%; margin-left: 364px; */
    
    margin-top: 10px;
    float: right;
    clear: both;
}
.lang_wrap .lang {
    float: left;
    cursor: pointer;
    margin-left: 10px;
    /* width: 46px; height: 33px; background-color: transparent; border: 3px #B68A3A solid; cursor: pointer; font-size: 14px; font-weight: bold; line-height: 25px; text-align: center; color: #9e1c3c; */
    
    opacity: 0.4;
}
.lang_wrap .lang.activo {
    /* background-color: #B68A3A; color: #fff;  */
    
    opacity: 1;
}
.logo {
    text-align: center;
}
.logo img {
    max-width: 906px;
    /*width: 90%;*/
}
.banner-top {
    position: relative;
    background-image: url('../img/banner_top.jpg');
    background-position: 50% 20%;
    background-size: 142%;
    background-repeat: no-repeat;
    height: 470px;
}
.banner-top .lettering {
    text-align: center;
    padding-top: 16%;
}
.banner-top .lettering img {
    max-width: 710px;
    width: 85%;
}
.banner-top .scroll {
    text-align: center;
    padding-top: 10%;
}
.news {
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
}
.news .swiper {
    width: 100%;
}
.news .swiper .swiper-slide {
    min-height: 500px;
}
.news .info {
    float: left;
    width: 50%;
    margin-left: 6%;
    margin-top: 7em;
}
.news .info .title {
    color: #3e0b18;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}
.news .info .subtitle {
    color: #9e1c3c;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 1.2em;
}
.news .info .content {
    color: #454142;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 2em;
}
.news .info .more {
    border: 2px solid #9e1c3c;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    line-height: 15px;
    text-align: center;
    color: #9e1c3c;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}
.news .image {
    float: right;
    width: 35%;
    margin-right: 0px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    margin-right: 5%;
}
.recipes {
    background-image: url('../img/recipes_bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}
.recipes .inner {
    padding-top: 2em;
    padding-bottom: 3em;
}
.recipes .swiper {
    width: 100%;
}
.recipes .swiper .swiper-slide {
    width: 33.333%;
    position: relative;
}
.recipes .swiper .swiper-slide .swiper-inner {
    background-color: #fff;
    width: 95%;
    margin: 0px 2.5%;
    position: relative;
    min-height: 330px;
}
.recipes .info {
    text-align: left;
    padding: 1em;
    z-index: 999;
    position: relative;
}
.recipes .info .title {
    color: #3e0b18;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
}
.recipes .subtitle {
    color: #9e1c3c;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2em;
}
.recipes .content {
    color: #454142;
    font-size: 14px;
    font-weight: 400;
}
.recipes .image {
    width: 100%;
    z-index: 99;
    position: absolute;
    bottom: 0px;
}
.recipes .image img {
    width: 100%;
}
.recipes .more-container {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 7px;
    background-color: #9e1c3c;
    z-index: 999;
    cursor: pointer;
}
.recipes .more {
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.recipes .arrow {
    display: none;
}
.recipes .pagination {
    display: none;
}
.health {} .health .inner {
    position: relative;
    min-height: 460px;
    padding-top: 2em;
    padding-bottom: 3em;
}
.health .info {
    width: 60%;
    z-index: 99;
    position: relative;
}
.health .info .title {
    color: #3e0b18;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
}
.health .info .subtitle {
    color: #9e1c3c;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2em;
}
.health .info .content {
    color: #454142;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 2em;
}
.health .info .more {
    border: 2px solid #9e1c3c;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    line-height: 16px;
    text-align: center;
    color: #9e1c3c;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}
.health .image {
    width: 50%;
    height: 90%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
}
.IeD {
    background-image: url('../img/IeD_bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.IeD .inner {
    padding-top: 2em;
    padding-bottom: 3em;
}
.IeD .title img {
    width: 95%;
    max-width: 906px;
}
.IeD .swiper {
    width: 100%;
}
.IeD .swiper .swiper-wrapper {
    margin: 0px auto;
}
.IeD .swiper .swiper-slide {
    width: 33.333%;
    position: relative;
}
.IeD .swiper .swiper-slide .swiper-inner {
    background-color: #fff;
    width: 95%;
    margin: 0px 2.5%;
    position: relative;
    height: 100%;
}
.IeD .info {
    text-align: left;
    padding: 1em;
    z-index: 999;
    position: relative;
}
.IeD .info .title {
    color: #3e0b18;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
    margin-bottom: -6%;
}
.IeD .subtitle {
    color: #9e1c3c;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2em;
}
.IeD .content {
    color: #454142;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}
.IeD .image img {
    width: 100%;
}
.IeD .more-container {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 7px;
    background-color: #9e1c3c;
    z-index: 999;
    cursor: pointer;
}
.IeD .more {
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.IeD .arrow {
    display: none;
}
.IeD .pagination {
    display: none;
}
/* PESQUISA E DESENVOLVIMENTO */

.banner-top.ped-banner-top {
    background-image: url('../img/ped_bg.jpg');
    background-size: cover;
    padding: 0px;
    height: 309px;
    margin-bottom: 20px;
}
.ped-banner-top .title {
    padding-top: 120px;
}
.ped-banner-top .title .title-name {
    width: 41%;
}
.ped-banner-top .title .title-left {
    width: 28%;
}
.ped-banner-top .title .title-right {
    width: 28%;
}
.ped-banner-top .over {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.ped-separator {
    height: 100px;
    background-color: #9e1c3c;
    margin-bottom: 20px;
}
.ped-separator .title {
    padding-top: 35px;
}
.ped-separator .title-name {
    width: 100%;
    text-align: center;
}
.ped-detail {
    padding: 0px;
}
.ped-detail .col-container {
    margin-bottom: 20px;
    overflow: hidden;
}
.ped-detail .col-container .textoleft {
    float: left;
    max-width: 480px;
    padding: 30px;
}
.ped-detail .col-container .textoright {
    float: right;
    max-width: 480px;
    padding: 30px;
}
.ped-detail .col-container .col-left {
    float: left;
    width: 50%;
    height: 100%;
    margin-right: 0px;
    background-color: #f7f4ee;
}
.ped-detail .col-container .col-right {
    float: right;
    width: 48.5%;
    height: 100%;
    background-color: #f7f4ee;
}
.ped-detail .title-regular {
    font-size: 24px;
    color: #9e1c3c;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1em;
}
.ped-detail .copy {
    margin-bottom: 1em;
    font-size: 18px;
    line-height: 21px;
}
.ped-detail .col-container .img {
    background-size: cover;
}
.ped-detail .col-container .img1 {
    background-image: url('../img/ped_img1.jpg');
    background-position: 40%;
    width: 100%;
    height: 100%;
}
.ped-detail .col-container .img2 {
    background-image: url('../img/ped_img2.jpg');
    background-position: 50%;
    width: 100%;
    height: 100%;
}
.ped-detail .col-container .img3 {
    background-image: url('../img/ped_img3.jpg');
    background-position: 70%;
    width: 100%;
    height: 100%;
    height: 100%;
}
.ped-detail .col-container .img4 {
    background-image: url('../img/ped_img4.jpg');
    background-position: 70%;
    width: 100%;
    height: 100%;
    height: 100%;
}
/* SAUDE E NUTRICAO */

.banner-top.sen-banner-top {
    background-image: url('../img/sen_bg.jpg');
    background-size: cover;
    padding: 0px;
    height: 309px;
    margin-bottom: 20px;
}
.sen-banner-top .title {
    padding-top: 120px;
}
.sen-banner-top .title .title-name {
    width: 41%;
}
.sen-banner-top .title .title-left {
    width: 28%;
}
.sen-banner-top .title .title-right {
    width: 28%;
}
.sen-banner-top .over {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.sen-separator {
    height: 100px;
    background-color: #9e1c3c;
    margin-bottom: 20px;
}
.sen-separator .title {
    padding-top: 35px;
}
.sen-separator .title-name {
    width: 100%;
    text-align: center;
}
.sen-detail {
    padding: 0px;
}
.sen-detail .col-container {
    margin-bottom: 20px;
    height: 100% !important;
}
.sen-detail .col-container .textoleft {
    float: left;
    max-width: 480px;
}
.sen-detail .col-container .textoright {
    float: right;
    max-width: 480px;
}
.sen-detail .col-container .col-left {
    float: left;
    width: 50%;
    height: 100vh;
    margin-right: 0px;
    background-color: #f7f4ee;
}
.sen-detail .col-container .col-right {
    float: right;
    width: 48.5%;
    height: 100vh;
    background-color: #f7f4ee;
}
.sen-detail .col-container .mobtop {
    padding: 30px;
}
.sen-detail .innercontent {
    background-color: #f7f4ee;
}
.sen-detail .info {
    padding: 30px;
    margin: 0px auto;
    margin-bottom: 20px;
}
.sen-detail .title-regular {
    font-size: 24px;
    color: #9e1c3c;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1em;
}
.sen-detail .copy {
    margin-bottom: 1em;
    font-size: 18px;
    text-align: left;
}
.sen-detail .col-container .img {
    background-size: cover;
}
.sen-detail .col-container .img1 {
    background-image: url('../img/sen_img1.jpg');
    background-position: 20%;
    width: 100%;
    height: 100%;
}
.sen-detail .col-container .img2 {
    background-image: url('../img/sen_img2.jpg');
    background-position: 50%;
    width: 100%;
    height: 100%;
}
.sen-detail .col-container .img3 {
    background-image: url('../img/sen_img3.jpg');
    background-position: 35%;
    width: 100%;
    height: 100%;
}
.sen-detail .col-container .img4 {
    background-image: url('../img/sen_img4.jpg');
    background-position: 55%;
    width: 100%;
    height: 100%;
}
.sen-detail .col-container .img5 {
    background-image: url('../img/sen_img5.jpg');
    background-position: 50%;
    width: 100%;
    height: 100%;
}
.sen-detail .col-container .img6 {
    background-image: url('../img/sen_img6.jpg');
    background-position: 70%;
    width: 100%;
    height: 100%;
}
.sen-detail .col-container .img7 {
    background-image: url('../img/sen_img7.jpg');
    background-position: 60%;
    width: 100%;
    height: 100%;
}
.sen-detail .col-container .img8 {
    background-image: url('../img/sen_img8.jpg');
    background-position: 65%;
    width: 100%;
    height: 100%;
}
.sen-detail .col-container .img9 {
    background-image: url('../img/sen_img9.jpg');
    background-position: 75%;
    width: 100%;
    height: 100%;
}
/* Professional */

.professional {
    margin: 0px;
    padding: 0px;
    background-image: url('../img/pro_bg.jpg');
    background-position-y: 50%;
}
.professional .title {
    margin-bottom: -50px;
    padding-top: 40px;
}
.professional .side {
    width: 50%;
    height: 470px;
}
.professional .side .separator {
    position: absolute;
    border-left: 2px solid #fff;
    width: 2px;
    height: 300px;
    margin-top: 143px;
}
.professional .side-left {
    float: left;
    /* background-image: url('../img/professionals_bg1.jpg');  */
}
.professional .side-right {
    float: right;
    /* background-image: url('../img/professionals_bg2.jpg');  */
}
.professional .side .center {
    max-width: 510px;
    width: 95%;
}
.professional .side-left .center {
    margin-left: 5%;
    float: right;
}
.professional .side-right .center {
    margin-right: 5%;
    float: left;
}
.professional .side .center .text {
    text-align: center;
    color: #fff;
    font-weight: 800;
    padding-top: 30%;
    text-transform: uppercase;
    font-size: 1.5em;
}
.professional .side .center .plus {
    border: 4px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin: 12% auto 0px auto;
    cursor: pointer;
}
.professional .side .center .plus a {
    color: inherit;
    text-decoration: inherit;
}
.house {
    background-image: url('../img/house_bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.house .inner {
    padding-top: 2em;
    padding-bottom: 3em;
}
.house .swiper {
    width: 100%;
}
.house .swiper .swiper-slide {
    width: 33.333%;
    position: relative;
}
.house .swiper .swiper-slide .swiper-inner {
    background-color: #fff;
    width: 95%;
    margin: 0px 2.5%;
    position: relative;
}
.house .info {
    text-align: left;
    padding: 1em;
    z-index: 999;
    position: relative;
}
.house .info .title {
    color: #3e0b18;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
}
.house .subtitle {
    color: #9e1c3c;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2em;
}
.house .content {
    color: #454142;
    font-size: 15px;
    font-weight: 400;
}
.house .image img {
    width: 100%;
}
.house .more-container {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 7px;
    background-color: #9e1c3c;
    z-index: 999;
    cursor: pointer;
}
.house .more {
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.house .arrow {
    display: none;
}
.house .pagination {
    display: none;
}
.social {
    background-color: #363636;
    color: #fff;
    padding: 2em 0px;
}
.social .facebook .title-icon,
.social .youtube .title-icon {
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #363636;
    font-size: 25px;
    font-weight: 500;
    margin: 0px auto 3em auto;
}
.social .facebook {
    float: left;
    width: 40%;
    margin-right: 10%;
}
.social .facebook .item {
    float: left;
    width: 50%;
    /*margin-bottom: 3em; border-bottom: 2px solid #fff; padding-bottom: 3em; */
}
/*.social .facebook .item:last-child { border: 0px; padding-bottom: 0px; margin-bottom: 0px; }*/

.social .facebook .item .post-picture {
    /*float: left;*/
    
    width: 75%;
    margin-right: 5%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.social .facebook .item .post-picture img {
    width: 100%;
}
.social .facebook .item .info {
    /*float: none;*/
    
    width: 50%;
}
.social .facebook .item .info .post-title {
    width: 200px;
    margin-left: -6%;
    margin-top: 13%;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}
.social .facebook .item .info .post-timestamp {
    font-size: 12px;
    margin: .5em 0px;
}
.social .facebook .item .info .post-text {
    font-size: 14px;
}
.social .facebook .item .info .post-more {
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    line-height: 17px;
    text-align: center;
    color: #363636;
    font-size: 25px;
    font-weight: 500;
    cursor: pointer;
    float: right;
    margin-top: 1em;
}
.social .facebook .item .info .post-more:hover {
    background-color: #363636;
    color: #fff;
}
.social .facebook .item .info .post-more a {
    color: inherit;
    text-decoration: none;
}
.social .youtube {
    float: left;
    width: 50%;
}
.social .youtube .item {
    padding-bottom: 2em;
    margin-bottom: 1em;
    border-bottom: 2px solid #fff;
}
.social .youtube .item:last-child {
    border: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.social .youtube .item .video {
    margin-bottom: 1em;
}
.social .youtube .item .video img {
    width: 100%;
    width: 29%;
    margin-left: 36%;
}
.social .youtube .item .info .video-title {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}
.social .youtube .item .info .video-timestamp {
    font-size: 12px;
    margin: .5em 0px;
}
.social .youtube .item .info .video-text {
    font-size: 14px;
}
.contact {
    padding: 2em 0px;
}
.contact .contact-icons {
    width: 120px;
    margin: 2em auto;
}
.contact .contact-icons .icon {
    background-color: #9e1c3c;
    border: 1px solid #9e1c3c;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    float: left;
    margin: 0px 10px;
    cursor: pointer;
}
.contact .contact-icons .icon a {
    color: inherit;
    text-decoration: none;
}
.contact .address,
.contact .email {
    text-align: center;
}
.contact .address {
    margin-bottom: 2em;
}
.contact .name {
    font-size: 18px;
    color: #9e1c3c;
    text-transform: uppercase;
    margin-bottom: .5em;
    font-weight: 900;
}
.contact .text {
    font-size: 14px;
    color: #363636;
    font-weight: 400;
    line-height: 18px;
}
.contact .text a {
    color: inherit;
    text-decoration: none;
}
.contact .text a:hover {
    text-decoration: underline;
}
.footer {
    padding: 0px;
    margin: 0px;
    background-color: #f5e9e9;
}
.footer .outer {
    background-color: #9e1c3c;
    margin-bottom: 1em;
}
.footer .outer .inner {
    text-align: center;
    padding: .5em 6%;
    color: #fff;
}
.footer .outer .inner a {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 1em 0px;
    text-decoration: none;
}
.footer .outer .inner a:hover {
    text-decoration: underline;
}
.footer .trademark {
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 1em;
}
.footer .logos {
    text-align: center;
    padding-bottom: 1em;
}
.footer .logos span {
   width:33%;
   font-size: 0.8em;

}

.footer .logos img {
    margin: 0px .5em;
    height:41px;
}
/* SLIDER */

.swiper {
    width: 100%;
}
.swiper-wrapper {
    width: 100%;
}
.swiper-slide {
    width: 100%;
}
.pagination {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 20px;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
    margin-right: 10px;
    opacity: 0.8;
    border: 1px solid #ccc;
    cursor: pointer;
}
.swiper-visible-switch {
    background: #fff;
}
.swiper-active-switch {
    background: #ccc;
}
.arrow {
    position: absolute;
    top: 50%;
    font-size: 1.5em;
    z-index: 9999;
    cursor: pointer;
}
.arrow-left {
    left: 0px;
}
.arrow-right {
    right: 0px;
}
.arrow-red {
    color: #9e1c3c;
}
/* QUEM SOMOS */

.quemsomos-banner-top {
    background-image: url('../img/quemsomos_bg.jpg');
    background-size: cover;
    padding: 0px;
}
.quemsomos-banner-top .title {
    padding-top: 15%;
}
.quemsomos-banner-top .copy {
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.quemsomos-banner-top .over {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.history {
    margin-top: 5em;
}
.history .copy {
    text-align: center;
    width: 90%;
    margin: 0px 5%;
}
.timeline {
    padding-top: 5em;
}
.timeline .item {
    max-width: 320px;
    width: 100%;
    margin: 0px auto;
}
.timeline .item .date {
    text-align: center;
    font-family: 'Arvo';
    font-size: 1.5em;
    color: #b68a3a;
    font-weight: 700;
    margin-bottom: .3em;
}
.timeline .item .date img {
    margin: -5px .5em 0px .5em;
}
.timeline .item .name {
    font-family: 'Arvo';
    color: #9e1c3c;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}
.timeline .item .desc {
    text-align: center;
    color: #4e4e4e;
    margin-bottom: 2em;
    font-size: .8em;
}
.timeline .item .image {
    text-align: center;
    margin-bottom: 1em;
}
.timeline .item .image img {
    width: 100%;
}
.timeline .separator {} .timeline .separator .top,
.timeline .separator .bottom {
    text-align: center;
    margin: 1em 0px;
}
.timeline .separator .copy {
    text-align: center;
    font-size: .9em;
    font-weight: 700;
    color: #4e4e4e;
    font-family: 'Arvo';
}
.quality {
    padding: 0 6%;
}
.quality .stamps {
    text-align: center;
    max-width: 238px;
    width: 90%;
    margin: 0px auto;
}
.quality .stamps img {
    width: 100%;
}
.quality .picture {
    text-align: center;
}
.quality .picture img {
    width: 100%;
    max-width: 660px;
}
.quality .text {} .quality .text .title-bold {
    font-size: 1em;
    color: #9e1c3c;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 2em;
}
.quality .text .title-regular {
    font-size: .8em;
    color: #9e1c3c;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1em;
}
.quality .text .copy {
    margin-bottom: 1em;
    font-size: .8em;
}
.awards {
    margin-top: 5em;
}
.awards .copy {
    font-size: .8em;
}
.awards .awards-shelf {
    width: 90%;
    max-width: 660px;
    margin: 2em auto;
    position: relative;
}
.awards .awards-shelf .shelf {
    position: relative;
    padding: 0px 5%;
    width: 100%;
    z-index: 999;
}
.awards .awards-shelf .corner-left,
.awards .awards-shelf .corner-right {
    background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
    width: 0px;
    position: absolute;
    bottom: -25px;
}
.awards .awards-shelf .corner-left {
    background-image: url("../img/award_corner_left.png");
    left: -60px;
}
.awards .awards-shelf .corner-right {
    background-image: url("../img/award_corner_right.png");
    right: -60px;
}
.awards .awards-shelf .middle {
    background-image: url("../img/award_middle.png");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 40px;
    width: 100%;
    float: left;
    position: absolute;
    bottom: -25px;
    left: 0px;
}
.awards .awards-shelf .prize {
    float: left;
    position: relative;
    width: 20%;
    bottom: 0px;
    text-align: center;
}
.awards .awards-shelf .prize img {
    width: 100%;
    max-width: 106px;
    cursor: pointer;
}
.awards .awards-shelf .marker {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #9e1c3c;
    z-index: 9999;
    position: absolute;
    bottom: -25px;
    left: 0%;
    margin-left: 12%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.awards .awards-copy {
    background-color: #f7f4ee;
    width: 100%;
    max-width: 660px;
    margin: 0px auto;
    position: relative;
    top: 25px;
    z-index: 998;
    padding: 2em 0px 1em 0px;
    border-top: 2px solid #9e1c3c;
}
.awards .awards-copy div {
    padding-left: 10%;
    padding-right: 10%;
}
.awards .awards-copy .big {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #9e1c3c;
    font-weight: 700;
    margin-bottom: 1em;
}
.awards .awards-copy .block {
    font-size: .8em;
    margin-bottom: 1em;
}
.awards .awards-copy .red {
    font-size: .8em;
    color: #9e1c3c;
}
.awards .swiper .pagination {
    bottom: 15px;
    display: none;
}
.awards .arrow {
    display: none;
}
.awards .arrow-left {
    left: -10%;
}
.awards .arrow-right {
    right: -10%;
}
.cause {
    margin-top: 5em;
    margin-bottom: 5em;
    padding: 0px;
}
.cause .claim {
    font-size: 2em;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 0em;
}
.cause .clicktoread {
    font-size: .6em;
    color: #b68a3a;
    text-transform: uppercase;
    text-align: center;
    margin: 3em 0px;
}
.cause .manifesto_wrap {
    border-top: 6px solid #b68a3a;
    position: relative;
    margin-top: 42px;
    margin-bottom: 3em;
}
.cause .manifesto_wrap .btn-arrow {
    color: #fff;
    background-color: #b68a3a;
    height: 64px;
    width: 64px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    font-size: 2em;
    text-align: center;
    line-height: 64px;
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -32px;
    z-index: 999;
    cursor: pointer;
}
.cause .manifesto_wrap .manifesto {
    background-image: url("../img/manifesto_bg.jpg");
    background-position: center top;
    position: relative;
    top: 0px;
    z-index: 998;
    border-bottom: 6px solid #b68a3a;
    display: none;
}
.cause .manifesto_wrap .manifesto .lettering {
    width: 100%;
    max-width: 700px;
    margin: 0px auto;
    padding-top: 2em;
    text-align: center;
}
.cause .manifesto_wrap .manifesto .copy {
    width: 100%;
    max-width: 700px;
    margin: 0px auto;
    color: #fff;
    font-size: .9em;
    font-weight: 600;
}
.cause .manifesto_wrap .manifesto .copy p {
    margin-bottom: -2.3%;
}
.cause .manifesto_wrap .manifesto .copy .big {
    font-weight: 700;
    margin-bottom: 1em;
}
.cause .manifesto_wrap .manifesto .copy .block {
    margin-bottom: 1em;
}
.cause .manifesto_wrap .manifesto .logo {
    width: 100%;
    max-width: 700px;
    margin: 1em auto 2em auto;
    text-align: center;
}
.cause .manifesto_wrap .manifesto .logo img {
    width: 200px;
}
.cause .backtotop {
    color: #a02040;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: 2px solid #a02040;
    text-align: center;
    padding-left: 2px;
    line-height: 20px;
    font-size: .6em;
    margin: 0px auto;
    cursor: pointer;
}
.cause .backtotop i {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.cause .backtotop-lettering {
    color: #a02040;
    text-align: center;
    font-size: .7em;
    text-transform: uppercase;
    margin: .5em;
}
.banner-top.products-banner-top {
    background-image: url('../img/products_bg.jpg');
    background-size: cover;
    padding: 0px;
    height: 310px;
}
.products-banner-top .over {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.products-banner-top .title {
    padding-top: 10%;
}
.products-banner-top .actions {
    margin-top: 4em;
}
.products-banner-top .actions .field {
    width: 30.333%;
    margin: 0px 1.5%;
    float: left;
    text-align: left;
    position: relative;
}
.products-banner-top .actions .field select {
    width: 100%;
    background: transparent;
    padding: 5px;
    font-size: 1em;
    line-height: 1;
    border: 4px solid #fff;
    border-radius: 0;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #fff;
    position: relative;
    z-index: 999;
    outline: none;
    padding-right: 3em;
    text-align: center;
    font-weight: 700;
}
.products-banner-top .actions .field select option {
    color: #333;
}
.products-banner-top .actions .field select::-ms-expand {
    display: none;
}
.products-banner-top .actions .field .arrow {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 1em;
    text-align: center;
    font-size: .9em;
    border-left: 4px solid #fff;
    height: 50px;
    line-height: 3em;
    z-index: 998;
}
.products-banner-top .actions .field .arrow i {
    color: #fff;
}
.product-listing {
    padding: 2em 0px;
    background-color: #ededed;
}
.product-listing .list {} .product-listing .list .item {
    float: left;
    width: 30.333%;
    margin: 1.5%;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.product-listing .list .item .dummy {
    width: 100%;
}
.product-listing .list .item .product-name {
    position: absolute;
    bottom: 1em;
    text-align: center;
    color: #b68a3a;
    width: 100%;
    font-size: .8em;
}
.product-listing .list .item .over {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 35, 35, 0.6);
    color: #fff;
    padding-top: 20%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product-listing .list .item:hover .over {
    opacity: 1;
}
.product-listing .list .item .over-mobile {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    background-color: #9e1c3c;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    display: none;
}
.product-listing .list .item .over .info-tipo {
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    font-size: .8em;
    text-align: center;
    margin-top: 5%;
}
.product-listing .list .item .over .info-separator {
    text-align: center;
    margin-top: 2%;
}
.product-listing .list .item .over .info-tipo {
    text-align: center;
    margin-top: 2%;
}
.product-listing .list .item .over .info-nome {
    font-weight: 700;
    font-size: .8em;
    text-align: center;
    margin-top: 2%;
}
.product-listing .list .item .over .info-peso {
    font-size: .9em;
    font-weight: 500;
    padding-top: .5em;
    border-top: 1px solid #fff;
    width: 55%;
    margin: 0px auto;
    text-align: center;
    margin-top: 5%;
}
.product-listing .list .item .over .info-more {
    width: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0px auto;
    font-size: .9em;
    margin-top: 5%;
    padding: .3em 0px;
}
.product-listing .list .item .over .info-more a {
    text-decoration: none;
    color: inherit;
}
.banner-top.product-detail-banner-top {
    background-image: url('../img/products_detail_bg.jpg');
    background-size: cover;
    padding: 0px;
    height: 310px;
}
.product-detail-banner-top .title {
    padding-top: 10%;
}
.product-detail-banner-top .over {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.product-detail {
    position: relative;
    margin-top: 70px;
}
.product-detail .product {
    text-align: center;
    max-width: 500px;
    margin: 0px auto 2em auto;
}
.product-detail .product img {
    width: 100%;
}
.product-detail .tipo {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 600;
    font-style: italic;
    color: #b68a3a;
    text-align: center;
    margin-bottom: .5em;
}
.product-detail .separator {
    text-align: center;
    margin-bottom: .5em;
}
.product-detail .nome {
    font-size: 1.4em;
    font-weight: 700;
    color: #b68a3a;
    text-align: center;
    margin-bottom: 1em;
}
.product-detail .desc {
    text-align: center;
    color: #383838;
}
.product-detail .weight {
    text-align: center;
    margin-top: 3em;
}
.product-detail .weight .image {} .product-detail .weight .copy {
    font-size: 1.2em;
    color: #383838;
}
.product-detail .goback {
    text-align: center;
    color: #9e1c3c;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border: 2px solid #9e1c3c;
    font-size: 1.2em;
    line-height: 48px;
    text-align: left;
    padding-left: 13px;
    margin: 2em auto;
}
.product-detail .stamps {
    margin: 0px auto;
    margin-top: 50px;
    max-width: 500px;
    text-align: center;
}
.product-detail .stamps img {
    margin: 20px;
    width: 20%;
}
.product-detail .nutritable {
    margin: 0px auto;
    margin-top: 50px;
    max-width: 550px;
    text-align: center;
}
.product-detail .nutritable .title {
    font-size: 1.4em;
    font-weight: 700;
    color: #383838;
    margin-bottom: 0px;
}
.product-detail .nutritable .detail {
    font-size: .7em;
    color: #383838;
}
.product-detail .nutritable .table {
    margin-top: 50px;
    width: 100%;
    color: #fff;
}
.product-detail .nutritable .table .table-row {
    height: 45px;
    width: 100%;
    background-color: #9e1c3c;
    margin-bottom: 4px;
}
.product-detail .nutritable .table .table-row.2lines {
    height: 90px;
}
.product-detail .nutritable .table .table-row.cor1 {
    background-color: #801a33;
}
.product-detail .nutritable .table .table-row.cor2 {
    background-color: #9e1c3c;
}
.product-detail .nutritable .table .table-row.cor3 {
    background-color: #b2526a;
}
.product-detail .nutritable .table .table-row.cor4 {
    background-color: #c27a8c;
}
.product-detail .nutritable .table .table-row.cor5 {
    background-color: #DAA8B5
    /*#dabbc3*/
    
    ;
}
.product-detail .nutritable .table .table-row .col-name {
    height: 100%;
    /* min-height: 45px; */
    
    width: 63%;
    /* background-color: #9e1c3c; */
    
    float: left;
    text-align: left;
    padding: 10px;
    border-right: 4px solid #fff;
}
.product-detail .nutritable .table .table-row .col-value {
    height: 100%;
    /* min-height: 45px; */
    
    width: 37%;
    /* background-color: #9e1c3c; */
    
    float: left;
    text-align: right;
    padding: 10px;
    padding-right: 20px;
}
.banner-top.recipes-banner-top {
    background-image: url('../img/receitas_bg.jpg');
    background-position: center bottom;
    background-size: cover;
    padding: 0px;
    height: 310px;
}
.recipes-banner-top .over {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.recipes-banner-top .title {
    padding-top: 10%;
}
.recipes-banner-top .actions {
    margin-top: 4em;
}
.recipes-banner-top .actions .field {
    width: 30.333%;
    line-height: 34px;
    margin: 0px 1.5%;
    float: left;
    text-align: left;
    position: relative;
    background: transparent;
    padding: 5px;
    font-size: 1em;
    border: 4px solid #fff;
    border-radius: 0;
    height: 50px;
    -webkit-appearance: none;
    color: #fff;
    position: relative;
    z-index: 999;
    outline: none;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
}
.recipes-banner-top .actions .field.active {
    background-color: #b68a3a;
    border: 4px solid #b68a3a;
}
.recipes-listing {
    padding: 2em 0px;
    background-color: #ededed;
}
.recipes-listing .list {} .recipes-listing .list .item {
    float: left;
    width: 30.333%;
    margin: 1.5%;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.recipes-listing .list .item .dummy {
    width: 100%;
}
.recipes-listing .list .item .product-name {
    position: absolute;
    bottom: 1em;
    text-align: center;
    color: #b68a3a;
    width: 100%;
    font-size: .8em;
}
.recipes-listing .list .item .over {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(88, 7, 25, 0.6);
    color: #fff;
    padding-top: 20%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.recipes-listing .list .item:hover .over {
    opacity: 1;
}
.recipes-listing .list .item .over-mobile {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    background-color: #9e1c3c;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    display: none;
}
.recipes-listing .list .item .over .info-tipo {
    text-transform: uppercase;
    font-weight: 900;
    font-size: .9em;
    text-align: center;
    margin-top: 5%;
}
.recipes-listing .list .item .over .info-separator {
    text-align: center;
    margin-top: 2%;
}
.recipes-listing .list .item .over .info-tipo {
    text-align: center;
    margin-top: 2%;
}
.recipes-listing .list .item .over .info-nome {
    font-weight: 600;
    text-transform: uppercase;
    font-size: .9em;
    text-align: center;
    margin-top: 2%;
    padding: 0px 1em;
}
.recipes-listing .list .item .over .info-peso {
    font-size: .9em;
    font-weight: 500;
    padding-top: .5em;
    border-top: 1px solid #fff;
    width: 30%;
    margin: 0px auto;
    text-align: center;
    margin-top: 5%;
}
.recipes-listing .list .item .over .info-more {
    width: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0px auto;
    font-size: .9em;
    margin-top: 5%;
    padding: .3em 0px;
}
.recipes-listing .list .item .over .info-more a {
    text-decoration: none;
    color: inherit;
}
.banner-top.receita-detail-banner-top {
    background-image: url('../img/receitas_detail_bg.jpg');
    background-size: cover;
    padding: 0px;
    height: 450px;
}
.receita-detail-banner-top .title {
    padding-top: 10%;
}
.receita-detail-banner-top .receita-name {
    color: #fff;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    width: 50%;
    margin: 2em auto;
}
.receita-detail-banner-top .over {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.receita-detail {
    padding: 3em 0px;
}
.receita-detail .col-container {} .receita-detail .col-container .col-left {
    float: left;
    width: 50%;
    margin-right: 0px;
}
.receita-detail .col-container .col-left .image {
    width: 100%;
}
.receita-detail .col-container .col-left .image img {
    width: 100%;
}
.receita-detail .col-container .col-left .icon {
    opacity: .3;
    float: left;
    margin-left: .2em;
}
.receita-detail .col-container .col-left .icon.icon-active {
    opacity: 1;
}
.col-left .time,
.col-left .qty,
.col-left .difficulty,
.col-left .scale {
    margin-top: 1em;
}
.receita-detail .col-container .col-left .copy {
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 600;
    color: #1c1c1c;
}
.receita-detail .col-container .col-left .copy span {
    color: #9e1c3c;
}
.receita-detail .col-container .col-left .time .copy {
    float: left;
    line-height: 34px;
    padding-left: 1em;
}
.receita-detail .col-container .col-left .scale .copy {
    float: left;
    line-height: 27px;
    padding-left: 1em;
}
.receita-detail .col-container .col-left .qty .copy,
.receita-detail .col-container .col-left .difficulty .copy {
    font-size: .7em;
}
.receita-detail .col-container .col-right {
    float: right;
    width: 45%;
    margin-left: 5%;
}
.receita-detail .col-container .col-right .block2 {
    margin-top: 2em;
}
.receita-detail .col-container .col-right .logo {
    width: auto;
}
.receita-detail .col-container .col-right .title {
    color: #9e1c3c;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
    margin: 1em 0px;
}
.receita-detail .col-container .col-right .copy {
    margin: 0px;
    font-size: .8em;
    font-weight: 600;
}
.receita-detail .actions {
    width: 50%;
    clear: both;
    margin-top: 3em;
}
.receita-detail .actions .btn {
    max-width: 230px;
    margin-right: 5%;
    float: left;
    width: 45%;
    color: #fff;
    background-color: #9e1c3c;
    text-align: center;
    font-size: .7em;
    padding: .5em;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 3%;
}
.receita-detail .actions .btn:hover {
    background-color: rgba(158, 29, 62, 0.8);
    cursor: pointer;
}
.receita-detail .actions .btn i {
    margin-right: 1em;
}
.receita-detail .actions .btn a {
    color: inherit;
    text-decoration: inherit;
}
.receita-detail .goback {
    text-align: center;
    color: #9e1c3c;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border: 2px solid #9e1c3c;
    font-size: 1.2em;
    line-height: 48px;
    text-align: left;
    padding-left: 13px;
    margin: 2em auto;
}
.pro {
    background-image: url('../img/pro_bg.jpg');
    background-size: cover;
    padding-bottom: 5em;
}
.pro .title {
    padding-top: 10%;
}
.pro .text {
    color: #fff;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    text-align: left;
}
.pro .food-service .title,
.pro .export .title {
    text-align: center;
    padding: 0px;
    margin: 5em 0px;
}
.pro .food-service .title img {
    max-width: 522px;
    width: 100%;
}
.pro .export .title img {
    max-width: 428px;
    width: 100%;
}
.pro .export .text {
    /* text-align: left;  */
}
.pro .export .text span {
    font-weight: 700;
    text-decoration: underline;
}
.pro .separator {
    text-align: center;
    margin: 5em 0px;
}
.pro .separator img {
    width: 100%;
    max-width: 570px;
}
.pro .language-box {
    width: 50%;
    max-width: 150px;
    margin: 0px auto;
}
.pro .language-box .lang {
    float: left;
    width: 50%;
    background-color: #9e1c3c;
    color: #fff;
    text-align: center;
    padding: .5em 0px;
    font-weight: 700;
}
.pro .language-box .lang.active,
.pro .language-box .lang:hover {
    background-color: #fff;
    color: #9e1c3c;
    cursor: pointer;
}
.pro .arrow-down {
    text-align: center;
    font-size: 1em;
    color: #fff;
    margin-bottom: 2em;
    margin-top: 1em;
}
.pro .export-text-en {
    display: none;
}
/* LINKS */

.banner-top.links-banner-top {
    background-image: url('../img/links_bg.jpg');
    background-size: cover;
    padding: 0px;
    height: 309px;
    margin-bottom: 20px;
}
.links-banner-top .title {
    padding-top: 120px;
}
.links-banner-top .title .title-name {
    width: 41%;
}
.links-banner-top .title .title-left {
    width: 28%;
}
.links-banner-top .title .title-right {
    width: 28%;
}
.links-banner-top .over {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.links-separator {
    height: 100px;
    background-color: #9e1c3c;
    margin-bottom: 20px;
}
.links-separator .title {
    padding-top: 35px;
}
.links-separator .title-name {
    width: 100%;
    text-align: center;
}
.links-detail {
    padding: 0px;
}
.links-detail .innercontent {
    padding: 80px 6% 80px;
    background-color: #f7f4ee;
    text-align: center;
}
.links-detail .innercontent .link {
    margin-bottom: 3em;
}
.links-detail .innercontent .link:last-of-type {
    margin-bottom: initial;
}
.links-detail .innercontent .link .title {
    font-size: 24px;
    color: #9e1c3c;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .5em;
}
.links-detail .innercontent .link .url {
    margin-bottom: .8em;
}
.links-detail .innercontent .link .pointer {
    margin-bottom: .5em;
}
.links-detail .innercontent .link .pointer img {
    max-width: 110px;
    width: 100% !important;
}
/* PASSATEMPOS */

.banner-top.passatempos-banner-top {
    background-image: url('../img/passatempos_bg.jpg');
    background-size: cover;
    padding: 0px;
    height: 309px;
    margin-bottom: 20px;
}
.passatempos-banner-top .title {
    padding-top: 120px;
}
.passatempos-banner-top .title .title-name {
    width: 41%;
}
.passatempos-banner-top .title .title-left {
    width: 28%;
}
.passatempos-banner-top .title .title-right {
    width: 28%;
}
.passatempos-banner-top .over {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.passatempos-separator {
    height: 100px;
    background-color: #9e1c3c;
    margin-bottom: 20px;
}
.passatempos-separator .title {
    padding-top: 35px;
}
.passatempos-separator .title-name {
    width: 100%;
    text-align: center;
}
.passatempos-detail {
    padding: 0px;
}
.passatempos-detail .innercontent {
    padding: 40px 0px;
    background-color: #f7f4ee;
    text-align: center;
}
.passatempos-detail .innercontent .title {
    font-size: 18px;
    color: #9e1c3c;
    text-transform: uppercase;
    font-weight: 700;
    margin: 1em;
}
.passatempos-detail .innercontent .arrow-down {
    color: #9e1c3c;
    margin-bottom: 3em;
}
.passatempos-detail .innercontent .passatempo {
    margin-bottom: 4em;
}
.passatempos-detail .innercontent .passatempo .title {
    font-size: 24px;
    color: #9e1c3c;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0em;
}
.passatempos-detail .innercontent .passatempo .desc {
    margin-bottom: .8em;
    color: #000;
    text-transform: uppercase;
}
.passatempos-detail .innercontent .passatempo .image {
    margin-bottom: .5em;
}
.passatempos-detail .innercontent .passatempo .image img {
    max-width: 660px;
    width: 100%;
}
.passatempos-detail .innercontent .sempassatempo {
    font-size: 40px;
    color: #9e1c3c;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0em;
    margin: 0px auto;
    max-width: 700px;
}
.passatempos-detail .innercontent .icon {
    background-color: #9e1c3c;
    border: 1px solid #9e1c3c;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    width: 80px;
    height: 80px;
    line-height: 79px;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    margin: 0px auto;
}
.passatempos-detail .innercontent .icon a {
    color: inherit;
    text-decoration: none;
}
/* PRIVACIDADE */

.banner-top.privacidade-banner-top {
    background-image: url('../img/privacidade_bg.jpg');
    background-size: cover;
    padding: 0px;
    height: 309px;
    margin-bottom: 20px;
}
.privacidade-banner-top .title {
    padding-top: 120px;
}
.privacidade-banner-top .title .title-name {
    width: 41%;
}
.privacidade-banner-top .title .title-left {
    width: 28%;
}
.privacidade-banner-top .title .title-right {
    width: 28%;
}
.privacidade-banner-top .over {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.privacidade-separator {
    height: 100px;
    background-color: #9e1c3c;
    margin-bottom: 20px;
}
.privacidade-separator .title {
    padding-top: 35px;
}
.privacidade-separator .title-name {
    width: 100%;
    text-align: center;
}
.privacidade-detail {
    padding: 80px 6% 80px;
    background-color: #f7f4ee;
    text-align: left;
    font-size: 16px;
}
.privacidade-detail .innercontent {
    margin: 0px auto;
    max-width: 1000px;
}
.privacidade-detail .innercontent .title {
    font-size: 18px;
    color: #b68a3a;
    margin-bottom: 0em;
    margin-top: 1em;
    font-weight: bold;
    text-align: left;
}
.privacidade-detail .actions {
    max-width: 450px;
    padding-top: 3em;
    margin: 0px auto;
}
.privacidade-detail .actions .btn {
    max-width: 200px;
    min-width: 130px;
    height: 50px;
    margin-left: 24% !important;
    margin-right: 5%;
    margin-bottom: 5%;
    float: left;
    width: 45%;
    color: #fff;
    background-color: #b76a77;
    text-align: center;
    font-size: .9em;
    padding: 1em;
    text-transform: uppercase;
    font-weight: 700;
}
.privacidade-detail .actions .btn:hover {
    background-color: rgba(158, 29, 62, 0.8);
    cursor: pointer;
}
.privacidade-detail .actions .btn i {
    margin-right: .5em;
    font-size: 1.5em;
}
.privacidade-detail .actions .btn a {
    color: inherit;
    text-decoration: inherit;
}
/* CONTACTOS */

.banner-top.contactos-banner-top {
    background-image: url('../img/contactos_bg.jpg');
    background-size: cover;
    padding: 0px;
    height: 309px;
    margin-bottom: 20px;
}
.contactos-banner-top .title {
    padding-top: 120px;
}
.contactos-banner-top .title .title-name {
    width: 41%;
}
.contactos-banner-top .title .title-left {
    width: 28%;
}
.contactos-banner-top .title .title-right {
    width: 28%;
}
.contactos-banner-top .over {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.contactos-separator {
    height: 100px;
    background-color: #9e1c3c;
    margin-bottom: 20px;
}
.contactos-separator .title {
    padding-top: 35px;
}
.contactos-separator .title-name {
    width: 100%;
    text-align: center;
}
.contactos-detail {
    padding: 0px;
}
.contactos-detail .innercontent {
    padding: 20px 6% 80px;
    background-color: #f7f4ee;
    text-align: center;
}
.contactos-detail .innercontent .info {
    margin-bottom: 2em;
}
.contactos-detail .innercontent .info .title {
    font-size: 24px;
    color: #9e1c3c;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0em;
}
.contactos-detail .innercontent .info .desc {
    margin-bottom: .8em;
}
.contactos-detail .innercontent .form_wrap {
    margin: 0px auto;
    max-width: 420px;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
}
.contactos-detail .innercontent .form_wrap input {
    width: 100%;
    border: none;
    padding: 8px 10px;
    outline: none;
    margin-bottom: 20px;
    color: #9e1c3c;
}
.contactos-detail .innercontent .form_wrap .label {
    color: #888888;
    margin-bottom: 10px;
    padding-left: 10px;
}
.contactos-detail .innercontent .form_wrap textarea {
    width: 100%;
    height: 165px;
    border: none;
    padding: 8px 10px;
    outline: none;
    margin-bottom: 5px;
    color: #9e1c3c;
    font-size: 14px;
    resize: none;
}
.contactos-detail .innercontent .form_wrap .info {
    width: 100%;
    color: #9e1c3c;
    font-size: 11px;
    margin-bottom: 5px;
}
.contactos-detail .innercontent .form_wrap .validar {
    width: inherit;
    margin-bottom: 0px;
}
.contactos-detail .innercontent .form_wrap .info2 {
    width: 100%;
    color: #000;
    font-size: 11px;
    margin-bottom: 0px;
    display: inline;
}
.contactos-detail .innercontent .form_wrap .submitbtn {
    width: 100% !important;
    background-color: #b68a3a;
    color: #fff;
    padding: 16px 0px;
    font-size: 18px;
    margin-top: 30px;
    font-weight: bold;
    border-radius: 0px;
}
.contactos-detail .innercontent .actions {
    max-width: 450px;
    padding-top: .5em;
    margin: 0px auto;
}
.contactos-detail .innercontent .actions .btn {
    max-width: 200px;
    height: 50px;
    float: left;
    width: 45%;
    color: #fff;
    background-color: #b76a77;
    text-align: center;
    font-size: .9em;
    padding: 1em;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 30%;
}
.contactos-detail .innercontent .actions .btn:hover {
    background-color: rgba(158, 29, 62, 0.8);
    cursor: pointer;
}
.contactos-detail .innercontent .actions .btn i {
    margin-right: .5em;
    font-size: 1.5em;
}
.contactos-detail .innercontent .actions .btn a {
    color: inherit;
    text-decoration: inherit;
}
/* TRABALHAR NA NOBRE */

.banner-top.trabalharnanobre-banner-top {
    background-image: url('../img/trabalharnanobre_bg.jpg');
    background-size: cover;
    padding: 0px;
    height: 309px;
    margin-bottom: 20px;
}
.trabalharnanobre-banner-top .title {
    padding-top: 120px;
}
.trabalharnanobre-banner-top .title .title-name {
    width: 41%;
}
.trabalharnanobre-banner-top .title .title-left {
    width: 28%;
}
.trabalharnanobre-banner-top .title .title-right {
    width: 28%;
}
.trabalharnanobre-banner-top .over {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.trabalharnanobre-separator {
    width: 100% !important;
    height: 100px;
    background-color: #9e1c3c;
    margin-bottom: 20px;
}
.trabalharnanobre-separator .title {
    padding-top: 35px;
}
.trabalharnanobre-separator .title-name {
    width: 100%;
    margin-left: initial !important;
    text-align: center !important;
}
.trabalharnanobre-detail {
    padding: 0 3%;
}
.trabalharnanobre-detail .innercontent {
    padding: 40px 0 !important;
    background-color: #f7f4ee;
    text-align: center;
}
.trabalharnanobre-detail .innercontent .big-block {
    float: inherit !important;
    display: inline-block;
    vertical-align: top;
    width: 31% !important;
    padding-bottom: 20px;
}
.trabalharnanobre-detail .innercontent .info {
    margin-bottom: 2em;
}
.trabalharnanobre-detail .innercontent .info .title {
    font-size: 24px;
    color: #9e1c3c;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1em;
}
.trabalharnanobre-detail .innercontent .info .title2 {
    position: relative !important;
    margin-top: initial !important;
    font-size: 18px;
    color: #9e1c3c;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0em;
}
.trabalharnanobre-detail .innercontent .info .desc {
    margin-bottom: .8em;
}
.trabalharnanobre-detail .innercontent .form_wrap {
    margin: 0px auto;
    max-width: 420px;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
}
.trabalharnanobre-detail .innercontent .form_wrap input {
    width: 100%;
    border: none;
    padding: 8px 10px;
    outline: none;
    margin-bottom: 20px;
    color: #9e1c3c;
}
.trabalharnanobre-detail .innercontent .form_wrap .label {
    color: #888888;
    margin-bottom: 10px;
    padding-left: 10px;
}
.trabalharnanobre-detail .innercontent .form_wrap textarea {
    width: 100%;
    height: 60px;
    border: none;
    padding: 8px 10px;
    outline: none;
    margin-bottom: 15px;
    color: #9e1c3c;
    font-size: 14px;
    resize: none;
}
.trabalharnanobre-detail .innercontent .form_wrap .info {
    width: 100%;
    color: #9e1c3c;
    font-size: 11px;
    margin-bottom: 5px;
}
.trabalharnanobre-detail .innercontent .form_wrap .validar {
    width: inherit;
    margin-bottom: 0px;
}
.trabalharnanobre-detail .innercontent .form_wrap .info2 {
    width: 100%;
    color: #000;
    font-size: 12px;
    margin-bottom: 0px;
    display: inline;
}
.trabalharnanobre-detail .innercontent .form_wrap .info2 p {
    padding-bottom: 3%;
}
.trabalharnanobre-detail .innercontent .form_wrap .submitbtn {
    background-color: #b68a3a;
    color: #fff;
    padding: 16px 0px;
    font-size: 18px;
    margin-top: 30px;
    font-weight: bold;
    border-radius: 0px;
}
.trabalharnanobre-detail .innercontent .actions {
    max-width: 450px;
    padding-top: 0px;
    margin: 0px auto;
}
.trabalharnanobre-detail .innercontent .actions .btn {
    max-width: 200px;
    height: 50px;
    float: left;
    width: 45%;
    color: #fff;
    background-color: #b76a77;
    text-align: center;
    font-size: .9em;
    padding: 1em;
    text-transform: uppercase;
    font-weight: 700;
}
.trabalharnanobre-detail .innercontent .actions .btn:hover {
    background-color: rgba(158, 29, 62, 0.8);
    cursor: pointer;
}
.trabalharnanobre-detail .innercontent .actions .btn i {
    margin-right: .5em;
    font-size: 1.5em;
}
.trabalharnanobre-detail .innercontent .actions .btn a {
    color: inherit;
    text-decoration: inherit;
}
.trabalharnanobre-detail .innercontent .actions .label {
    float: left;
    padding-top: 15px;
    padding-left: 0px;
}
.trabalharnanobre-detail .field {
    width: 100%;
    text-align: center;
    position: relative;
    background: #b76a77;
    margin-bottom: 20px;
}
.trabalharnanobre-detail .field select {
    width: 100%;
    background: transparent;
    padding: 5px;
    font-size: 1em;
    line-height: 1;
    border: 0px;
    border-radius: 0;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #fff;
    position: relative;
    z-index: 999;
    outline: none;
    padding-right: 3em;
    padding-left: 25px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}
.trabalharnanobre-detail .field select option {
    color: #000;
    text-align: center;
}
.trabalharnanobre-detail .field select::-ms-expand {
    display: none;
}
.trabalharnanobre-detail .field .arrow {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 1.2em;
    background: #9e1c3c;
    text-align: center;
    font-size: .9em;
    height: 50px;
    line-height: 3em;
    z-index: 998;
}
.trabalharnanobre-detail .field .arrow i {
    color: #fff;
}
.trabalharnanobre-detail .oportunidade_wrap {
    margin: 0px auto;
    max-width: 420px;
}
.oportunidade {
    margin-bottom: 40px;
}
.oportunidade .field {
    background-color: transparent;
    text-align: left;
    font-size: 15px;
    color: #9e1c3c;
    font-weight: bold;
}
.oportunidade .field .arrow {
    font-size: 1em;
}
.oportunidade .detail {
    width: 100%;
    padding-top: 10px;
    display: none;
}
.oportunidade .detail .info {
    text-align: left;
    font-size: 14px;
}
.oportunidade .detail .actions {
    text-align: left;
    font-weight: 600;
    font-size: 16px;
}
.oportunidade .detail .actions .label {
    float: left;
    padding-top: 15px;
    padding-left: 0px;
    color: #888888;
    margin-bottom: 10px;
}
/* ==========================================================================
Media Queries
========================================================================== */


@media only screen and (max-height: 580px) {
    .sen-detail .col-container .col-left, .sen-detail .col-container .col-right {
        height: 100%;
    }
}

@media only screen and (max-width: 1180px) {
    .menu {
        margin-left: initial
    }
}
@media only screen and (max-width: 1140px) {
    .menu ul li {
        margin-left: 1.6em;
    }
}

/* For Tablet */

@media only screen and (max-width: 1080px) {
 
    .banner-top {
        height: 390px !important;
    }
    .menu {
        margin-top: initial;
    }
    .lang_wrap {
        float: left;
        clear: inherit;
    }
    .social-icons {
        display: none;
    }
    .header-spacer {
        height: 60px;
    }
    /* Header Tablet */
    
    .header {
        position: relative;
        height: 105px;
    }
    .header .menu-icon {
        display: block;
        color: #9e1c3c;
        font-size: 28px;
        position: absolute;
        top: 14px;
        right: 20px;
        cursor: pointer;
    }
    .header .menu .menu-close {
        display: block;
        position: absolute;
        bottom: 10px;
        width: 100%;
        text-align: center;
        color: #3e0b18;
        font-size: 18px;
        cursor: pointer;
    }
    .header .menu {
        background-color: rgba(158, 29, 62, 0.95);
        position: absolute;
        top: -722px;
        left: 0px;
        width: 100%;
        padding-bottom: 2em;
        overflow: hidden;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .header .menu.show {
        -webkit-box-shadow: 0px 10px 11px 0px rgba(50, 50, 50, 0.3);
        -moz-box-shadow: 0px 10px 11px 0px rgba(50, 50, 50, 0.3);
        box-shadow: 0px 10px 11px 0px rgba(50, 50, 50, 0.3);
    }
    .header .menu ul {
        padding-top: 28px;
    }
    .header .menu ul li {
        float: none;
        width: 100%;
        color: #fff;
        background: none;
        margin: 0px;
        text-align: center;
    }
    .header .menu ul li ul {
        margin: 0px;
        padding: 0px;
        position: relative;
        display: none;
        width: 100%;
        text-align: left;
        color: #fff;
        visibility: visible;
        opacity: 1;
        border: 0px;
        background: #3e0b18;
        border-top: 3px solid rgba(0, 0, 0, 0.3);
    }
    .header .menu ul li.havesub .submenu.open {
        display: block;
    }
    .header .menu ul li ul li {
        text-align: center;
        background: none;
        border: 0px;
        margin: 0px;
        padding: 0px;
        font-weight: 400;
    }
    .header .menu ul li ul li:hover {
        background-image: none;
        text-decoration: none;
    }
    .top-bar {
        padding-top: 40px;
    }
    .banner-top {
        height: 390px;
        background-size: 250%;
        background-position: 50% 50%;
    }
    .banner-top .lettering {
        padding: 12% 40px 0;
    }
    .banner-top .lettering img {
        width: 60%;
    }
    .ped-banner-top .title .title-name {
        font-size: 1.2em;
    }
    .sen-banner-top .title .title-name {
        font-size: 1.4em;
    }
    .sen-detail .col-container .col-left, .sen-detail .col-container .col-right {
        height: 100%;
    }
    .quality {
        margin-top: 8%;
    }
}
@media only screen and (max-width: 850px) {
    .header {
        height: 105px;
    }
    .logo img {
        width: 100%;
    }
    .title .title-name {
        font-size: 1em;
    }
    .cause .manifesto_wrap .manifesto .copy {
        padding: 0px 5%;
    }
    .products-banner-top .actions .field select {
        font-size: .8em;
    }
    .recipes-banner-top .actions .field {
        font-size: .8em;
    }
    .product-listing .list .item,
    .recipes-listing .list .item {
        width: 47%;
    }
    .news .inner {
        width: 100%;
    }
    .news .info {
        width: 90%;
        margin-top: 3em;
        margin-left: 3%;
    }
    .news .image {
        float: left;
        width: 80%;
        margin-left: 10%;
        height: 8em;
    }
    .news .arrow {
        display: none;
    }
    .news .pagination {
        text-align: left;
        margin-left: 3%;
    }
    .health .info {
        margin-left: 3%;
    }
    .receita-detail-banner-top .receita-name {
        width: 80%;
    }
    .receita-detail .col-container .col-left .time .copy {
        width: 100%;
        padding-left: 0px;
    }
    .receita-detail .col-container .col-left .scale .copy {
        width: 100%;
        padding-left: 0px;
    }
    .ped-banner-top .title .title-name {
        font-size: 1em;
    }
    .ped-detail .copy {
        font-size: 16px;
    }
    .sen-banner-top .title .title-name {
        font-size: 1em;
    }
    .sen-detail .title-regular {
        font-size: 20px;
    }
    .sen-detail .copy {
        font-size: 16px;
    }
    .sen-detail .info {
        font-size: 16px;
    }
    
    .ped-detail .col-container .col-left {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    .ped-detail .col-container .col-left {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    .ped-detail .col-container .img1 {
        width: 100%;
        height: 320px;
    }
    .ped-detail .col-container .img2 {
        width: 100%;
        height: 320px;
    }
    .ped-detail .col-container .textoright {
        max-width: none;
    }
    .ped-detail .col-container .img {
        height: 322px;
        background-size: cover;
    }
    .ped-separator .title {} .ped-separator .title-name {
        width: 100%;
    }
    .ped-detail .col-container .col-right {
        width: 100%;
    }
    .ped-detail .copy {
        font-size: 12px;
    }
    .ped-detail .col-container {
        height: inherit !important;
    }
    .ped-detail .mobtop {
        display: table-header-group;
        float: none !important;
    }
    .ped-detail .mobbottom {
        display: table-footer-group;
        float: none !important;
    }
    .sen-detail .col-container .col-left {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    .sen-detail .col-container .img1 {
        width: 100%;
        height: 320px;
    }
    .sen-detail .col-container .img2 {
        width: 100%;
        height: 320px;
    }
    .sen-detail .col-container .textoleft, .sen-detail .col-container .textoright {
        max-width: none;
        padding: 30px 6%;
    }
    .sen-detail .col-container .img {
        height: 322px;
        background-size: cover;
        padding-bottom: 54%;
    }
    .sen-separator .title-name {
        width: 100%;
    }
    .sen-detail .col-container .col-right {
        width: 100%;
    }
    .sen-detail .col-container {
        height: inherit !important;
    }
    .sen-detail .mobtop {
        display: table-header-group;
        float: none !important;
    }
    .sen-detail .mobbottom {
        display: table-footer-group;
        float: none !important;
    }
    .pro {
        padding-bottom: 2em;
    }
    .pro .separator {
        margin: 0.5em 0px;
    }
    
    .trabalharnanobre-detail .innercontent {
        padding: 10px 0 0 !important;
    }
    .trabalharnanobre-detail .innercontent .big-block {
        display: block;
        width: 100% !important;
        height: 100% !important;
        padding: 6% !important;
        margin-bottom: 20px;
    }
    .trabalharnanobre-detail .innercontent .big-block:last-of-type {
        margin-bottom: initial;
    }
    .trabalharnanobre-detail .innercontent .form_wrap {
        margin: 0;
    }
    .trabalharnanobre-detail .innercontent .info .title {
        margin-top: 0 !important;
    }
    .trabalharnanobre-detail .innercontent .info .title2 {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 760px) {
    .IeD .swiper .swiper-slide,
    .house .swiper .swiper-slide {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .IeD .info,
    .house .info {
        height: 100% !important;
    }
}
@media only screen and (max-width: 750px) {
    .banner-top .lettering {
        padding: 29% 40px 0;
    }
    .ped-detail .copy {
        font-size: 15px;
    }
    .sen-detail {
        font-size: 15px;
    }
    .sen-detail .info {
        font-size: 15px;
    }
    .quality .text {
        font-size: 15px;
    }
    .privacidade-detail {
        font-size: 15px;
    }
    .pro .text {
        font-size: 15px;
    }
    .pro .language-box .lang {
        font-size: 16px;
    }
}
@media only screen and (max-width: 550px) {
    .header {
        height: 85px;
    }
    .banner-top {
        height: 280px;
    }
    .banner-top .lettering {
        padding: 19% 40px 0;
    }
    .banner-top .lettering img {
        width: 100%;
    }
    .banner-top .scroll {
        position: absolute;
        bottom: 10px;
        left: 50%;
        margin-left: -24px;
        padding-top: initial;
    }
    .banner-top .scroll:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
    }
    .onlymobile {
        display: block;
    }
    .professional .side {
        width: 100%;
        height: 250px;
    }
    .professional .side .center .text {
        padding-top: 25%;
    }
    .professional .side .center .plus {
        margin-top: 5%;
    }
    .social .youtube,
    .social .facebook {
        width: 100%;
    }
    .social .youtube {
        margin-top: 5em;
    }
    .title .title-right,
    .title .title-left {
        background-size: auto;
        width: 22%;
        height: 1em;
    }
    .title .title-name {
        width: 53%;
        font-size: 18px;
    }
    .sen-separator .title-name {
        width: 100%;
    }
    .title .title-left.title-white {
        background-image: url('../img/title-left-white-mini.png');
    }
    .title .title-left.title-red {
        background-image: url('../img/title-left-red-mini.png');
    }
    .title .title-right.title-white {
        background-image: url('../img/title-right-white-mini.png');
    }
    .title .title-right.title-red {
        background-image: url('../img/title-right-red-mini.png');
    }
    .awards .awards-shelf {
        width: 100%;
    }
    .awards .awards-shelf .middle {
        bottom: -15px;
    }
    .awards .awards-shelf .marker {
        bottom: -15px;
        margin-left: 10.5%;
    }
    .awards .awards-copy {
        top: 15px;
    }
    .cause .claim {
        font-size: 1.5em;
        padding: 0px 5%;
    }
    .cause .manifesto_wrap .manifesto {
        background-image: none;
        background-color: #9e1c3c;
    }
    .cause .manifesto_wrap .manifesto .copy {
        font-size: .8em;
    }
    .banner-top.products-banner-top {
        height: auto;
    }
    .banner-top.recipes-banner-top {
        height: auto;
    }
    .products-banner-top .actions .field select {
        font-size: .7em;
    }
    .recipes-banner-top .actions .field {
        float: none;
        width: 100%;
        margin-bottom: 1em;
        font-size: .7em;
    }
    .product-listing .list .item,
    .recipes-listing .list .item {
        width: 97%;
    }
    .receita-detail .col-container .col-left,
    .receita-detail .col-container .col-right {
        float: none;
        width: 100%;
        margin: 0px;
    }
    .receita-detail .col-container .col-right .block1 {
        margin-top: 2em;
    }
    .receita-detail .actions {
        width: 100%;
    }
    .receita-detail .actions .btn {
        width: 100%;
        margin: 1em 0px;
        padding: 1em;
        max-width: none;
    }
    .links-separator .title-name {
        width: 100%;
    }
    .passatempos-separator .title-name {
        width: 100%;
    }
    .passatempos-detail .innercontent .sempassatempo {
        font-size: 20px;
    }
    .privacidade-separator .title-name {
        width: 100%;
    }
    .contactos-separator .title-name {
        width: 100%;
    }
    .trabalharnanobre-separator .title-name {
        width: 100%;
    }
    .professional .side .separator {
        display: none;
    }
    .pro .food-service .title, .pro .export .title {
        margin: 3em 0px;
    }
}
/* For Mobile */

@media only screen and (max-width: 480px) {
    .banner-top .lettering {
        padding: 27% 40px 0;
    }
    .quemsomos-banner-top {
        background-size: cover;
    }
    .title .title-small {
        width: 53%;
        font-size: 12px;
    }
    .recipes .swiper .swiper-slide {
        width: 100%;
        margin: 0px;
    }
    .health .inner {
        width: 100%;
        padding-bottom: 0px;
    }
    .health .info {
        width: 90%;
    }
    .health .image {
        width: 100%;
        position: relative;
        height: 15em;
        background-position: center top;
        right: 0px;
    }
    .awards .awards-copy .big {
        text-align: center;
    }
    .awards .arrow {
        display: block;
        top: 130px;
    }
    .cause .claim {
        font-size: 1.2em;
    }
    .cause .manifesto_wrap .manifesto .lettering {
        margin-bottom: 3em;
    }
    .cause .manifesto_wrap .manifesto .lettering img {
        width: 90%;
    }
    .banner-top.receita-detail-banner-top {
        height: 350px;
    }
    .receita-detail-banner-top .receita-name {
        font-size: 1.5em;
    }
    .product-listing .list .item:hover .over,
    .recipes-listing .list .item:hover .over {
        opacity: 0;
    }
    .product-listing .list .item .over-mobile,
    .recipes-listing .list .item .over-mobile {
        display: block;
    }
    .ped-banner-top .title .title-name {
        width: 60%;
        margin-left: -5px;
        margin-right: -5px;
    }
    .ped-banner-top .title .title-left {
        width: 20%;
    }
    .ped-banner-top .title .title-right {
        width: 20%;
        margin-right: -35px;
    }
    .sen-banner-top .title .title-name {
        width: 55%;
        margin-left: -11px;
        margin-right: -18px;
    }
    .sen-banner-top .title .title-left {
        width: 25%;
    }
    .sen-banner-top .title .title-right {
        width: 25%;
    }
    .links-banner-top .title .title-name {
        width: 55%;
        margin-left: -11px;
        margin-right: -18px;
    }
    .links-banner-top .title .title-left {
        width: 25%;
    }
    .links-banner-top .title .title-right {
        width: 25%;
    }
    .banner-top.product-detail-banner-top {
        height: 135px;
    }
    .banner-top.product-detail-banner-top .title {
        padding-top: 60px;
    }
    
    .banner-top.sen-banner-top {
        height: 135px;
    }
    .banner-top.sen-banner-top .title {
        padding-top: 60px;
    }
    .sen-separator {
        height: 60px;
    }
    .sen-separator .title {
        padding-top: 20px;
    }
    .banner-top.ped-banner-top {
        height: 135px;
    }
    .banner-top.ped-banner-top .title {
        padding-top: 60px;
    }
    .ped-separator {
        height: 60px;
    }
    .ped-separator .title {
        padding-top: 20px;
    }
    .banner-top.privacidade-banner-top {
        height: 135px;
    }
    .banner-top.privacidade-banner-top .title {
        padding-top: 60px;
    }
    .privacidade-separator {
        height: 60px;
    }
    .privacidade-separator .title {
        padding-top: 20px;
    }
    .privacidade-detail {
        padding: 0 6%;
    }
    .privacidade-detail .innercontent {
        padding: 10px;
    }
    .privacidade-detail .actions {
        padding: 2em 5%;
    }
    .banner-top.passatempos-banner-top {
        height: 135px;
    }
    .banner-top.passatempos-banner-top .title {
        padding-top: 60px;
    }
    .passatempos-separator {
        height: 60px;
    }
    .passatempos-separator .title {
        padding-top: 20px;
    }
    .banner-top.links-banner-top {
        height: 135px;
    }
    .banner-top.links-banner-top .title {
        padding-top: 60px;
    }
    .links-separator {
        height: 60px;
    }
    .links-separator .title {
        padding-top: 20px;
    }
    .banner-top.contactos-banner-top {
        height: 135px;
    }
    .banner-top.contactos-banner-top .title {
        padding-top: 60px;
    }
    .contactos-separator {
        height: 60px;
    }
    .contactos-separator .title {
        padding-top: 20px;
    }
    .banner-top.trabalharnanobre-banner-top {
        height: 135px;
    }
    .banner-top.trabalharnanobre-banner-top .title {
        padding-top: 60px;
    }
    .trabalharnanobre-separator {
        height: 60px;
    }
    .trabalharnanobre-separator .title {
        padding-top: 20px;
    }
    .trabalharnanobre-detail .innercontent {
        padding-top: 20px;
    }
    .trabalharnanobre-detail .innercontent .inner .form_wrap form .actions .btn {
        float: left;
    }
    .trabalharnanobre-detail .innercontent .actions .label {
        padding-top: 0px;
    }
    .trabalharnanobre-detail .oportunidade_wrap .oportunidade .field .arrow {
        height: 37px;
    }
    .oportunidade .detail .actions .btn {
        float: left;
    }
    .oportunidade .field {
        font-size: 11px;
    }
    /*  .lang_wrap { left: 15px;} */
    
    .product-detail .inner {
        width: 97%;
    }
    .product-detail .stamps img {
        margin: 13px;
        width: 60px;
    }
    .product-detail .nutritable .table {
        font-size: 14px;
    }
    .g-recaptcha {
        transform:scale(0.86);
        transform-origin:0 0;
    }
    .links-detail .innercontent {
        padding: 40px 6%;
    }
    .links-detail .innercontent .link .title {
        font-size: 20px;
    }
    .links-detail .innercontent .link .url {
        font-size: 15px;
    }
        .header-spacer {
        height: 60px;
    }
    .banner-top {
        height: 160px !important;
        background-size: 100%;
        background-position: 22% 23%;
    }
}
@media only screen and (max-width: 394px) {
    .banner-top.ped-banner-top + .sen-separator .title {
        padding-top: 7px;
    }
}
@media only screen and (max-width: 370px) {
    .banner-top .lettering {
        padding: 30% 40px 0;
    }
}
@media only screen and (max-width: 350px) {
    .header {
        height: 70px;
    }
    .banner-top .lettering {
        padding: 34% 40px 0;
    }
    .timeline .item .date img {
        display: none;
    }
    .cause .claim {
        font-size: 1em;
    }
    /*  .banner-top.product-detail-banner-top { height: 300px; } */
    /*  .product-detail { top: -200px; margin-bottom: -200px; } */
    
    @media print,
    (-o-min-device-pixel-ratio: 5/4),
    /*(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) */
    
    {
        .no-print {
            display: none;
        }
        .receita-detail-banner-top {
            height: auto !important;
            padding: 0px;
            margin: 0px;
        }
        .banner-top {
            height: auto !important;
            padding: 0px;
            margin: 0px;
        }
        .receita-detail-banner-top .title-left,
        .receita-detail-banner-top .title-right {
            display: none;
        }
        .receita-detail-banner-top .title-name {
            font-size: 1em;
            width: 100%;
            text-align: center;
        }
        .receita-detail-banner-top .receita-name {
            font-size: 1em;
            text-align: center;
        }
        .receita-detail {
            padding: 0px;
        }
        .privacidade-detail {
            padding: 0px;
        }
        .oportunidade .detail {
            display: block;
        }
    }
    /* ==========================================================================
Helper classes
========================================================================== */
    
    .ir {
        background-color: transparent;
        border: 0;
        overflow: hidden;
        *text-indent: -9999px;
    }
    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }
    .hidden {
        display: none !important;
        visibility: hidden;
    }
    .visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }
    .invisible {
        visibility: hidden;
    }
    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: table;
    }
    .clearfix:after {
        clear: both;
    }
    .clearfix {
        *zoom: 1;
    }
    /* ==========================================================================
Print styles
========================================================================== */
    
    @media print {
        * {
            background: transparent !important;
            color: #000 !important;
            /* Black prints faster: h5bp.com/s */
            
            box-shadow: none !important;
            text-shadow: none !important;
        }
        a,
        a:visited {
            text-decoration: underline;
        }
        a[href]:after {
            content: " (" attr(href) ")";
        }
        abbr[title]:after {
            content: " (" attr(title) ")";
        }
        /*
* Don't show links for images, or javascript/internal links
*/
        
        .ir a:after,
        a[href^="javascript:"]:after,
        a[href^="#"]:after {
            content: "";
        }
        pre,
        blockquote {
            border: 1px solid #999;
            page-break-inside: avoid;
        }
        thead {
            display: table-header-group;
            /* h5bp.com/t */
        }
        tr,
        img {
            page-break-inside: avoid;
        }
        img {
            max-width: 100% !important;
        }
        @page {
            margin: 0.5cm;
        }
        p,
        h2,
        h3 {
            orphans: 3;
            widows: 3;
        }
        h2,
        h3 {
            page-break-after: avoid;
        }
    }