* {
	margin: 0;
	padding: 0;
	outline: none !important;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-style: inherit;
	font-weight: inherit;
	color: inherit;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: transparent;
	
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
}
*::-moz-focus-inner {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
body {
	font-family: 'Heebo', sans-serif;
	color: #636363;
	line-height: 1;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
}
html, body {
	width: 100%;
	display: block;
	margin-top: 0 !important;
	background-color: #fff;
	position: relative;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
/*body {
	padding-top: 115px;
}*/
main {
	background-color: #fff;
}
ul {
	list-style: none;
}
a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
a:hover {}
span {
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	color: inherit;
}
b,
strong {
	font-weight: 700;
}
i,
em {
	font-style: italic;
}
p + p {
	margin-top: 5px;
}
.clear {
	margin: 0;
	padding: 0;
	clear: both;
}
.opc {
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.opc:hover {
	opacity: .6;
}
.wrap-content {
	position: relative;
}
.scale {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.scale:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
section {
	position: relative;
	display: block;
	width: 100%;
}
.content {
	position: relative;
	width: 90%;
	height: 100%;
	margin: 0 auto;
	display: block;
	overflow: unset;
	max-width: 1206px;
}
.x-large {
	max-width: 1740px;
}
.x-medium {
	max-width: 1145px;
}
.xx-medium {
	max-width: 780px;
}
.x-small {
	max-width: 644px;
}
.xx-small {
	max-width: 535px;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.m-right {
	margin-left: auto;
	margin-right: 0;
}
.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; }

/* --- / DEFAULT --- */

/* --- REQUIREDS --- */

.family-2 {
	font-family: 'Montserrat', sans-serif;
}

.font-14 {
	font-size: 1.4em;
}
.font-16 {
	font-size: 1.6em;
}
.font-18 {
	font-size: 1.8em;
}
.font-20 {
	font-size: 2em;
}
.font-24 {
	font-size: 2.4em;
}
.font-36 {
	font-size: 3.6em;
}
.font-48 {
	font-size: 4.8em;
}
.font-60 {
	font-size: 6em;
}
.font-72 {
	font-size: 7.2em;
}

.line-12 {
	line-height: 1.2em;
}
.line-14 {
	line-height: 1.4em;
}

.bold {
	font-weight: 700;
}
.black {
	font-weight: 900;
}

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}

.uppercase {
	text-transform: uppercase;
}

.white-color {
	color: #fff;
}
.secondary-color {
	color: #ffe987;
}
.tertiary-color {
	color: #df9c3a;
}
.tertiary-light-color {
	color: #f3bd56;
}
.gray-color {
	color: #4d4d4d;
}

.f-left {
	float: left;
}
.f-right {
	float: right;
}

.block {
	display: block;
}
.inline {
	display: inline;
}

.static {
	position: static;
}

.mg-b-5 {
	margin-bottom: 5px;
}
.mg-b-10 {
	margin-bottom: 10px;
}
.mg-b-20 {
	margin-bottom: 20px;
}
.mg-b-30 {
	margin-bottom: 30px;
}
.mg-b-40 {
	margin-bottom: 40px;
}
.mg-b-50 {
	margin-bottom: 50px;
}
.mg-b-100 {
	margin-bottom: 100px;
}
.mg-b-200 {
	margin-bottom: 200px;
}

.pd-v-100 {
	padding: 100px 0;
}

.responsive-img {
	display: block;
	max-width: 100%;
}

.bg-highlight {
	background-color: #df9c3a;
}

.btn {
	font-size: 1.4em;
	font-weight: 700;
	display: block;
	width: 180px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	background-color: #b21b20;
	color: #fff;
}
.btn.auto {
	display: table;
	width: auto;
	padding: 0 20px;
}

.columns::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .columns {
	zoom: 1; /* IE6 */
}
*:first-child+html .columns {
	zoom: 1;
}
.columns-2 .column {
	width: 46%;
	float: left;
	margin-right: 8%;
}
.columns-2 .column:nth-child(2n+2) {
	margin-right: 0;
}
.columns-3 .column {
	width: 30%;
	max-width: 365px;
	margin-right: 5%;
	margin-top: 5%;
	float: left;
}
.columns-3 .column:nth-child(3n+3) {
	margin-right: 0;
}
.columns-3 .column:nth-child(-n+3) {
	margin-top: 0;
}

.captioned-link {
	box-shadow: 8px 8px 16px 6px rgba(0, 0, 0, 0.05);
}
.captioned-link img {
	display: block;
	max-width: 100%;
}
.captioned-link .caption {
	display: block;
	background-color: #f3bd56;
	text-align: center;
	height: 70px;
	line-height: 70px;
	position: relative;
	overflow: hidden;
}
.captioned-link .caption span {
	position: relative;
	font-size: 2em;
	font-weight: 700;
	color: #fff;
	z-index: 10;
}
.captioned-link .caption::before {
	content: " ";
	position: absolute;
	display: block;
	width: 120%;
	height: 120%;
	top: 50%;
	left: 0;
	background-color: #eb9f32;
	-webkit-transform: skewX(-30deg) translate(-120%, -50%);
	transform: skewX(-30deg) translate(-120%, -50%);
	-webkit-transition: all .35s ease-out;
	-moz-transition: all .35s ease-out;
	transition: all .35s ease-out;
	z-index: 0;
}
.captioned-link:hover .caption::before {
	-webkit-transform: skewX(-30deg) translate(-10%, -50%);
	transform: skewX(-30deg) translate(-10%, -50%);
}

.captioned-content .image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.captioned-content {
	display: table;
	width: 100%;
	height: 600px;
	box-shadow: 8px 8px 16px 6px rgba(0, 0, 0, 0.05);
}
.captioned-content.s-caption {
	height: 500px;
}
.captioned-content.ss-caption {
	height: 420px;
}
.captioned-content > div {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
.captioned-content .caption {

}
.captioned-content .wrapper {
	padding: 12%;
}
.captioned-content.rtl .caption {
	text-align: right;
}
.captioned-content.rtl a {
	margin-left: auto;
}

.call-banner {
	height: 600px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.call-banner .wrapper {
	height: 100%;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.banner {
	height: 425px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.styled-list ul {
	list-style-type: disc;
	list-style-position: inside;
}
.styled-list ol {
	list-style-type: decimal;
	list-style-position: inside;
}


.breadcrumb {
	margin-bottom: 50px;
}
.breadcrumb li {
	float: left;
	font-size: 1.4em;
	color: #a09e9e;
}
.breadcrumb li:last-child {
	font-weight: 700;
}
.breadcrumb li + li {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #a09e9e;
}

/* --- / REQUIREDS --- */

/* --- VIEWPORT --- */

.viewport {
	padding-top: 115px;
}

/* --- / VIEWPORT --- */

/* --- HEADER --- */

header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 115px;
	z-index: 1000;
	background-color: #fff;
}
header .content {
	z-index: 10;
}
header .containment {
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
header h1 {
	height: 86%;
}
header h1 a {
	position: relative;
	width: 164px;
	height: 100%;
	max-height: 94px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url("../img/logo.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -40000px;
}
header .menu {
	right: 0;
}
header .navigation {
	float: left;
}
header .navigation li {
	float: left;
}
header .navigation li + li {
	margin-left: 55px;
}
header .navigation a {
	font-size: 1.6em;
	text-transform: uppercase;
}
header .navigation .active {
	font-weight: 700;
}
header .navigation .submenu {
	display: none;
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0;
	bottom: 0;
	background-color: #df9c3a;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
header .navigation .s-activated .submenu {
	display: block;
}
header .navigation .submenu ul {
	position: relative;
	display: table;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}
header .navigation .submenu a {
	/*text-transform: none;*/
}
header .language {
	position: relative;
	float: right;
	height: 16px;
	overflow: none;
	margin-left: 20px;
}
header .language .wrapper {
	position: relative;
	height: 20px;
	padding: 2px;
	overflow: hidden;
	background-color: #fff;
	box-sizing: content-box;
	margin-top: -4px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
	z-index: 0;
}
header .language:hover .wrapper {
	height: 100px;
	cursor: pointer;
}
.focus-border::before,
.focus-border::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #eb9f32;
	transition: 0.2s;
	transition-delay: 0.2s;
}
.focus-border::after {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	transition-delay: 0.6s;
}
.focus-border i::before,
.focus-border i::after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 0;
	background-color: #eb9f32;
	transition: 0.2s;
}
.focus-border i::before {
	transition-delay: .8s;
}
.focus-border i::after {
	left: 0;
	right: auto;
	top: auto;
	bottom: 0;
	transition-delay: 0.4s;
}
.language:hover .focus-border::before,
.language:hover .focus-border::after {
	width: 100%;
	transition: 0.2s;
	transition-delay: 0.6s;
}
.language:hover .focus-border::after {
	transition-delay: 0.2s;
}
.language:hover .focus-border i::before,
.language:hover .focus-border i::after {
	height: 100%;
	transition: 0.2s;
}
.language:hover .focus-border i::after {
	transition-delay: 0.4s;
}
header .language ul {
	padding-top: 20px;
	position: relative;
}
header .language li {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	height: 20px;
	line-height: 20px;
	width: 30px;	
}
header .language .active {
	color: #eb9f32;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 20px;
}
header .language li a:hover {
	color: #eb9f32;
}
header .burguer-menu {
	position: fixed;
	top: 36px;
	left: 5%;
	display: none;
}
header .burguer-menu-btn {
	position: relative;
	width: 20px;
	height: 14px;
	top: 50%;
	text-indent: -40000px;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 200;
	opacity: 1;
}
header .burguer-menu-btn div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
header .burguer-menu-btn div span,
header .burguer-menu-btn div::before,
header .burguer-menu-btn div::after {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #eb9f32;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	left: 50%;
	margin-left: -10px;
}
header .burguer-menu-btn div span {
	top: 50%;
	margin-top: -1px;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
header .burguer-menu-btn div::before {
	content: " ";
	top: 0;
	-webkit-transition-delay: .01s;
	transition-delay: .01s;
}
header .burguer-menu-btn div::after {
	content: " ";
	bottom: 0;
	-webkit-transition-delay: .01s;
	transition-delay: .01s;
}
.menu-opened header .burguer-menu-btn div {
	top: 50%;
	height: 2px;
	margin-top: -1px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-delay: .0s;
	transition-delay: .0s;
}
.menu-opened header .burguer-menu-btn div::before,
.menu-opened header .burguer-menu-btn div::after {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
	/*background-color: #000;*/
}
.menu-opened header .burguer-menu-btn div span {
	opacity: 0;
	-webkit-transition-delay: .0s;
	transition-delay: .0s;
}
.menu-opened header .burguer-menu-btn div::before {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-opened header .burguer-menu-btn div::after {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header .anchors {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #df9c3a;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	z-index: -1;
	height: 60px;
}
header .anchors ul {
	position: relative;
	display: table;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
header .anchors li {
	float: left;
	font-size: 1.6em;
	text-transform: uppercase;
	color: #fff;
}
header .anchors li + li {
	margin-left: 75px;
}
header .anchors li a.active {
	font-weight: 700;
}

/* --- / HEADER --- */

/* --- FOOTER --- */

footer {
	padding: 40px 0;
	background-color: #ededed;
}
footer .brand {
	float: left;
}
footer .brand img {
	max-width: 150px;
	float: left;
}
footer .brand ul {
	float: left;
	margin: 20px 0 0 30px;
}
footer .brand ul li {
	float: left;
}
footer .brand ul li + li {
	margin-left: 10px;
}
footer .brand ul li a {
	width: 35px;
	height: 35px;
	background-color: #b21b20;
	border-radius: 100%;
	text-indent: -40000px;
	background-size: 12px auto;
	background-position: center center;
	background-repeat: no-repeat;
}
footer .brand ul li a.facebook {
	background-image: url("../img/facebook.png");
}
footer .brand ul li a.instagram {
	background-image: url("../img/instagram.png");
}
footer .brand ul li a.linkedin {
	background-image: url("../img/linkedin.png");
}
footer .brand ul li a.youtube {
	background-image: url("../img/youtube.png");
	background-size: 16px;
}
footer .utils {
	width: 100%;
	display: table;
}
footer .utils > div {
	display: table-cell;
}
footer .utils .sign {
	vertical-align: bottom;
	text-align: right;
}
footer .utils .sign a {
	white-space: nowrap;
}
footer .support {
	margin-top: 30px;
	float: right;
}
footer .support p {
	text-align: right;
}
footer .support img {
	float: right;
}

/* --- / FOOTER --- */

/* --- HOME --- */

.edge {
	position: relative;
	height: -webkit-calc(100vh - 115px);
	height: calc(100vh - 115px);
	width: 100%;
	z-index: 0;
}
.edge::after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 640px;
	bottom: 0;
	left: 0;
	margin-bottom: -440px;
	z-index: -1;
	background-color: #eb9f32;
}
.edge .slides,
.edge .slide {
	height: 100%;
}
.edge .containment {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100%;
}
.edge .background {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.edge .background.mobile {
	display: none;
}
.edge h2 {
	font-size: 7.5em;
	font-weight: 700;
}
.edge .roll-down {
	position: absolute;
	width: 20px;
	height: 32px;
	left: 50%;
	bottom: 0;
	margin-bottom: 35px;
	text-indent: -40000px;
	background-image: url("../img/mouse.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.edge .arrows {
	width: 100px;
}
.edge .arrows a {
	width: 26px;
	height: 18px;
	position: relative;
}
.edge .arrows a span {
	position: absolute;
	height: 4px;
	width: 24px;
	top: 50%;
	text-indent: -40000px;
	background-color: #fff;
	right: 0;
}
.edge .arrows a.next span {
	right: auto;
	left: 0;
}
.edge .arrows a::before,
.edge .arrows a::after {
	content: " ";
	display: block;
	position: absolute;
	width: 14px;
	height: 4px;
	top: 50%;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.edge .arrows .next::before,
.edge .arrows .prev::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.edge .arrows .prev::before,
.edge .arrows .next::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.edge .arrows .next::before,
.edge .arrows .next::after {
	right: 0;
}
.edge .arrows .prev::before,
.edge .arrows .next::before {
	transform-origin: bottom center;
	margin-top: -4px;
}
.edge .arrows .prev::after,
.edge .arrows .next::after {
	transform-origin: top center;
	margin-top: 4px;
}
.edge .arrows .prev {
	float: left;
}
.edge .arrows .next {
	float: right;
}

.legend img {
	float: left;
	margin: 0 20px 20px 0;
}

/* --- HOME --- */

/* --- ABOUT --- */

.h-menu .viewport {
	padding-top: 240px;
}
.value,
.line,
.product {
	min-height: 490px;
	padding: 12.5%;
	box-shadow: 8px 8px 16px 6px rgba(0, 0, 0, 0.05);
}

.timeline {
	background-color: #fff;
	padding: 100px 4%;
	box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.05);
}
.timeline .containment {
	overflow: hidden;
	position: relative;
}
.timeline .arrows {
	position: absolute;
	width: 22px;
	height: 22px;
	top: 46px;
	text-indent: -40000px;
	overflow: all;
	z-index: 10;
}
.timeline .arrows.disabled {
	opacity: 0;
}
.timeline .arrows.next {
	left: auto;
	right: 0;
}
.timeline .arrows::before,
.timeline .arrows::after {
	content: " ";
	display: block;
	position: absolute;
	width: 22px;
	height: 5px;
	top: 50%;
	left: 0;
	background-color: #e2e2e2;
}
.timeline .arrows.next::before,
.timeline .arrows.prev::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.timeline .arrows.prev::before,
.timeline .arrows.next::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.timeline .arrows.next::before,
.timeline .arrows.next::after {
	right: 0;
}
.timeline .arrows.prev::before,
.timeline .arrows.next::before {
	transform-origin: bottom center;
	margin-top: -7px;
}
.timeline .arrows.prev::after,
.timeline .arrows.next::after {
	transform-origin: top center;
	margin-top: 7px;
}
.timeline .years {
	margin: 0 -30px;
}
.timeline .slide {
	height: auto;
}
.timeline .id {
	display: block;
	position: relative;
	color: #c8c8c8;
}
.timeline .current .id {
	font-size: 3.6em;
	color: #df9c3a;
}
.timeline .id::before,
.timeline .id::after {
	content: " ";
	display: block;
}
.timeline .id::before {
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: 0;
	margin-bottom: 8px;
	background-color: #e2e2e2;
	z-index: 0;
}
.timeline .id::after {
	position: relative;
	width: 20px;
	height: 20px;
	margin: 10px auto 0;
	border-radius: 100%;
	box-sizing: border-box;
	border: 4px solid #f3bd56;
	background-color: #fff;
	z-index: 10;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.timeline .current .id::after {
	border-color: #df9c3a;
}
.timeline .id {
	font-size: 2.4em;
	font-weight: 700;
	text-align: center;
	display: block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.timeline .id .cap {
	height: 40px;
	position: relative;
}
.timeline .id .cap span {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
.timeline .info {
	height: auto;
	padding: 0 30px;
}
.timeline .info::before {
	content: " ";
	display: block;
	width: 4px;
	height: 100px;
	margin: 0 auto;
	background-color: #f3bd56;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.timeline .current .info::before {
	background-color: #df9c3a;
}
.timeline .image {
	width: 100%;
	background-color: #df9c3a;
	border-bottom: 15px solid #f3bd56;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: 8px 8px 16px 6px rgba(0, 0, 0, 0.05);
}
.timeline .current .image {
	border-bottom-color: #df9c3a;
}
.timeline .image img {
	opacity: .3 !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.timeline .current .image img {
	opacity: 1 !important;
}
.differentials,
.certificates {
	-webkit-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*.differentials .columns {
	-webkit-justify-content: center;
	justify-content: center;
}*/
.differentials .differential,
.certificates .certificate {
	width: 100%;
	max-width: 265px;
	min-height: 275px;
	padding: 25px;
	margin-bottom: 50px;
	background-color: #fff;	
	margin-right: -webkit-calc((100% - 1060px) / 3);
	margin-right: calc((100% - 1060px) / 3);
	box-shadow: 8px 8px 16px 6px rgba(0, 0, 0, 0.05);
}
.differentials .differential:nth-child(4n + 4),
.certificates .certificate:nth-child(4n + 4) {
	margin-right: 0;
}
.differentials .differential .icon {
	height: 125px;
	width: 100%;
}
.differentials .differential .icon img {
	display: block;
	margin: 0 auto;
	max-height: 100%;
}
.arrows.highlight {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 25px 25px 0;
	z-index: 100;
	background-color: #fff;
}
.arrows.highlight a {
	width: 45px;
	height: 30px;
	float: left;
	position: relative;
}
.arrows.highlight a + a {
	border-left: 1px solid #ebebeb;
}
.arrows.highlight a span {
	position: absolute;
	height: 4px;
	width: 24px;
	top: 50%;
	text-indent: -40000px;
	background-color: #df9c3a;
	left: 50%;
	margin-left: -12px;
	margin-top: -2px;
}
.arrows.highlight a.next span {
	
}
.arrows.highlight a::before,
.arrows.highlight a::after {
	content: " ";
	display: block;
	position: absolute;
	width: 14px;
	height: 4px;
	top: 50%;
	background-color: #df9c3a;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.arrows.highlight .next::before,
.arrows.highlight .prev::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrows.highlight .prev::before,
.arrows.highlight .next::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.arrows.highlight .next::before,
.arrows.highlight .next::after {
	right: 0;
	margin-right: 8px;
}
.arrows.highlight .prev::before,
.arrows.highlight .prev::after {
	left: 0;
	margin-left: 8px;
}
.arrows.highlight .prev::before,
.arrows.highlight .next::before {
	transform-origin: bottom center;
	margin-top: -6px;
}
.arrows.highlight .prev::after,
.arrows.highlight .next::after {
	transform-origin: top center;
	margin-top: 2px;
}
.captioned-carousel {
	display: table;
	width: 100%;
	height: 360px;
	table-layout: fixed;
}
.captioned-carousel > div {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
.captioned-carousel .carousel {
	padding: 0 35px 0 0;
}
.captioned-carousel  {
	/*max-width: 600px;*/
}
.captioned-carousel.rtl .carousel {
	padding: 0 0 0 35px;
}
.captioned-carousel.rtl .carousel .slides {
	box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.05);
}
.captioned-carousel .caption {
	padding: 0 0 0 35px;
}
.captioned-carousel.rtl .caption {
	text-align: right;
	padding: 0 35px 0 0;
}
.captioned-carousel .arrows.highlight {
	margin: 0 25px 25px 0;
}
.carousel .wrapper {
	position: relative;
}
.icon-content {
	display: table;
	width: 100%;
}
.icon-content div {
	display: table-cell;
	vertical-align: middle;
}

/* --- / ABOUT --- */

/* --- LINES --- */

.line,
.product {
	-webkit-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}
.line .image,
.product .image {
	width: 100%;
	height: 230px;
	/*border: 1px solid red;*/
	padding: 0 0 20px 0;
}
.line .image img,
.product .image img {
	display: block;
	max-height: 100%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.line .caption,
.product .caption {
	width: 100%;
	position: relative;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	/*border: 1px solid red;*/
}
.line .caption h3,
.product .caption h3 {
	font-size: 3.6em;
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* --- / LINES --- */

/* --- PRODUCTS --- */

.certificates {
	-webkit-align-items: center;
	align-items: center;
}
.certificates .certificate {
	min-height: auto;
	padding: 0;
	box-shadow: 0 0 0 0;
	background-color: transparent;
}
.product .caption {
	margin-top: 20px;
}
.product .release {
	font-size: 1.8em;
	text-align: center;
	color: #fff;
	font-weight: 700;
	display: block;
	width: 125px;
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
	background-color: #b21b20;
	position: relative;
}
.product .release::before,
.product .release::after {
	content: " ";
	display: block;
	width: 12px;
	height: 24px;
	background-color: blue;
	position: absolute;
	top: 0;
	margin-top: 4px;
	box-sizing: border-box;
}
.product .release::before {
	left: 0;
	margin-left: -15px;
	border-left: 4px solid #fff;
	border-top: 12px solid #91141e;
	border-bottom: 12px solid #91141e;
}
.product .release::after {
	right: 0;
	margin-right: -15px;
	border-right: 4px solid #fff;
	border-top: 12px solid #91141e;
	border-bottom: 12px solid #91141e;
}

/* --- / PRODUCTS --- */

/* --- PRODUCT --- */

.product-view {
	display: table;
	width: 100%;
	table-layout: fixed;
	padding: 6%;
	box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.05);
}
.product-view > div {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.product-view .image img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.product-view .info {
	padding-left: 6%;
}
.nutricional-table {
	border: 2px solid #f3bf5d;
	padding: 30px 0;
	max-width: 1054px;
	margin: 0 auto;
}
.nutricional-table .wrapper {
	max-width: 915px;
	width: 90%;
	margin: 0 auto;
}
.nutricional-table table {
	width: 100%;	
	border-collapse: collapse;
}
.nutricional-table table + p {
	margin-top: 20px;
}
.nutricional-table th {
	font-weight: 700;
}
.nutricional-table td,
.nutricional-table th {
	text-align: left;
	font-size: 1.4em;
	padding: 5px 0 5px 20px;
}
.nutricional-table th:last-child,
.nutricional-table td:last-child {
	text-align: right;
	padding: 5px 20px 5px 0;
}
.nutricional-table tr:hover td {
	background-color: #df9c3a;
	color: #fff;
}
.nutricional-table p {
	font-size: 1.2em;
	padding: 0 20px;
}

/* --- PRODUCT --- */

/* --- CONTACT --- */

.inline-social-links {
	display: inline-block;
	margin: 0 0 -8px 10px;
}
.inline-social-links li {
	float: left;
}
.inline-social-links li + li {
	margin-left: 10px;
}
.inline-social-links li a {
	width: 30px;
	height: 30px;
	background-color: #b21b20;
	border-radius: 100%;
	text-indent: -40000px;
	background-size: 10px auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.inline-social-links li a.facebook {
	background-image: url("../img/facebook.png");
}
.inline-social-links li a.instagram {
	background-image: url("../img/instagram.png");
}
.inline-social-links li a.linkedin {
	background-image: url("../img/linkedin.png");
}
.useful-emails div {
	float: left;
	margin: 0 45px 40px 0;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
input,
textarea {
	font-size: 1.6em;
	display: block;
	height: 40px;
	width: 100%;
	border: 1px solid #df9c3a;
	outline: none;
	border-radius: 0;
	box-shadow: 0 0 0 0;
	padding: 0 15px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea {
	min-height: 210px;
	padding: 10px 15px;
	resize: vertical;
}
input[type="submit"] {
	border: 0;
}
.lbl {
	display: block;
	font-size: 1.8em;
	font-weight: 700;
	margin-bottom: 10px;
}
.row + .row {
	margin-top: 40px;
}
.inp-2 {
	width: 47%;
	float: left;
}
.inp-2 + .inp-2 {
	margin-left: 6%;
}
.radios {
	font-size: 1.8em;
}
.radios .radio {
	float: left;
	cursor: pointer;
	margin-top: 10px;
}
.radios .radio input[type="radio"] {
	display: none;
}
.radios .radio span::before {
	content: " ";
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #df9c3a;
	border-radius: 100%;
	float: left;
	margin-right: 10px;
	background-color: rgba(223, 156, 58, .5);
	box-shadow: inset 0 0 0 7px #fff;
	box-sizing: border-box;
	-webkit-transition: all .1.5s ease;
	-moz-transition: all .1.5s ease;
	transition: all .15s ease;
}
.radios .radio + .radio {
	margin-left: 45px;
}
.radios .radio:hover span::before {
	box-shadow: inset 0 0 0 3px #fff;
}
.radios .radio input[type="radio"]:checked + span::before {
	background-color: rgba(223, 156, 58, 1);
	box-shadow: inset 0 0 0 3px #fff;
}

/* --- / CONTACT --- */

/* --- RECIPES --- */

.recipes-banner {
	position: relative;
}
.recipes-carousel {
	position: relative;
}
.recipe-container {
    position: absolute;
    bottom: 21.3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.recipe-container::after {
	content: '';
	position: absolute;
	top: 175%;
	left: 50%;
	width: 50px;
	height: 250px;
	background-color: #df9c3a;
	transform: translateX(-50%);
}

.highlight-recipes {
	position: absolute;
	bottom: calc(8% + 6.5px);
	right: 20.6%;
	width: 69px;
	font-size: 0;
}
.arrows.highlight-recipes a::before,
.arrows.highlight-recipes a::after {
    content: " ";
    display: block;
    position: absolute;
    width: 14px;
    height: 2px;
    top: 50%;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.arrows.highlight-recipes .arrow.prev {
	transform: translateX(-14px);
}
.arrows.highlight-recipes .arrow.next {
	transform: translateX(69px);
}
.arrows.highlight-recipes a.arrow.prev::before {
	transform: translateY(1px) rotate(-45deg);
	transform-origin: left;
}
.arrows.highlight-recipes a.arrow.prev::after {
	transform: rotate(45deg);
	transform-origin: left;
}
.arrows.highlight-recipes a.arrow.next::before {
	transform: translateY(1px) rotate(45deg);
	transform-origin: right;
}
.arrows.highlight-recipes a.arrow.next::after {
	transform: rotate(-45deg);
	transform-origin: right;
}

.filter-button {
	max-width: 245px;
    padding-top: 68px;
	margin-left: auto;
}

.bordered-content {
	position: relative;
	display: flex;
	justify-content: center;
	padding: 70px 43px 80px;
	border: solid 5px #df9c3a;
}
.recipe-title::first-line {
	font-weight: bold;
}
.bordered-content .caption {
	width: 50%;
	margin-left: auto;
	padding-left: 25px;
}
.bordered-img {
	position: absolute;
	top: 50px;
	left: -25px;
    width: 50%;
}
.button-right {
	width: 50%;
	margin-left: auto;
	padding-left: 25px;
	transform: translateY(-5px);
}
.button-right .btn {
	font-weight: 500;
}
.button-right .btn:hover {
	background: #701316;
	opacity: 1;
}
.recipe-item:nth-child(2n + 2) .bordered-content .caption {
	margin-left: 0;
	margin-right: auto;
	padding-left: 0;
	padding-right: 25px;
}
.recipe-item:nth-child(2n + 2) .bordered-img {
	left: auto;
	right: -25px;
}
.recipe-item:nth-child(2n + 2) .button-right {
	margin-left: 0;
	margin-right: auto;
	padding-left: 0;
	padding-right: 25px;
}
.recipe-item:nth-child(2n + 2) .button-right .btn {
	margin-left: auto;
}

.more-button {
	width: fit-content;
	margin: 0 auto 60px;
	transition: all ease-out 0.2s;
}
.more-button:hover {
	transform: scale(1.1);
}
.plus-button {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 15px;
	background: #df9c3a;
}
.plus-button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2.5px;
	background-color: #fff;
	transform: translate(-50%, -50%);
}
.plus-button::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2.5px;
	height: 20px;
	background-color: #fff;
	transform: translate(-50%, -50%);
}
.plus-text {
	width: fit-content;
}

.after-line {
	position: relative;
	padding-bottom: 25px;
}
.after-line::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 2px;
	background: #df9c3a;
	transform: translateX(-50%);
}
.after-line-full {
	padding-bottom: 0;
}
.after-line-full::after {
	bottom: -15px;
	width: 100%;
}

.columns-3-recipe {
	display: flex;
	column-gap: 65px;
	justify-content: center;
}
.spaced {
	letter-spacing: 2px;
}
.columns-3-recipe .column {
	width: 20%;
}
.columns-3-recipe::after {
	content: none;
}
.ingredients {
	display: flex;
	flex-direction: column;
}
.ingredients .item {
	display: flex;
}
.item-name {
	position: relative;
	margin-right: 4px;
	width: -moz-available;        
    width: -webkit-fill-available;
    width: fill-available;
}
.item-name::after {
    content: '';
    margin-left: 4px;
    position: absolute;
    bottom: 3px;
    width: inherit;
    height: 1px;
    background: #4d4d4d;
}

.steps {
	display: flex;
	flex-wrap: wrap;
	row-gap: 50px;
}
.step-item {
	width: 50%;
}
.step-title {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: baseline;
}
.step-title h3 {
	white-space: nowrap;
}
.step-title::after {
	content: '';
	width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    height: 1px;
    margin-left: 45px;
    background: #df9c3a;
}
.step-text {
	max-width: 320px;
}
.step-item:nth-child(3n + 3) {
	width: 100%;
}
.step-item:nth-child(3n + 2) h3, 
.step-item:nth-child(3n + 2) .step-text {
	text-align: right;
	margin-left: auto;
}
.step-item:nth-child(3n + 2) .step-title::before,
.step-item:nth-child(3n + 3) .step-title::before {
	content: '';
	bottom: 0px;
	width: -moz-available;        
    width: -webkit-fill-available;
    width: fill-available;
    height: 1px;
    margin-right: 45px;
    background: #df9c3a;
}
.step-item:nth-child(3n + 2) .step-title::after {
	content: none;
}
.step-item:nth-child(3n + 3) h3, 
.step-item:nth-child(3n + 3) .step-text {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bordered {
	position: relative;
	padding-bottom: 30px;
	border-bottom: solid 1px #df9c3a;
}
.bordered::before,
.bordered::after {
	content: '';
	position: absolute;
    width: 1px;
    height: calc(100% - 15px);
    bottom: 0;
    left: 0;
    background: #df9c3a;
}
.bordered::after {
	left: auto;
	right: 0;
}
.iconed-title {
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}
.iconed-title img {
	margin-right: 15px;
}
.bordered .iconed-title::before,
.bordered .iconed-title::after {
	content: '';
	width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    height: 1px;
    margin-left: 10px;
    background: #df9c3a;
}
.bordered .iconed-title::before {
	margin-left: 0;
	margin-right: 10px;
}
.tips {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	row-gap: 30px;
}
.tip-item {
	position: relative;
	width: 50%;
}
.tip-item:nth-child(2n + 2)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
    background: #df9c3a;
}
.tip-text {
	margin: auto;
	max-width: 320px;
}

.gallery .slick-slide {
  margin: 0 25px;
}
.gallery .slick-list {
  margin: 0 -25px;
}
.gallery-poster img {
	width: 100%;
}
.gallery .slide-arrow {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url('../img/gallery-arrow.png') 99% no-repeat;
	transform: translateY(-50%);
}
.gallery .slide-arrow.prev-arrow {
	left: -60px;
	transform: translateY(-50%) rotate(180deg);
}
.gallery .slide-arrow.next-arrow {
	right: -60px;
}

.suggestions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 20px;
	row-gap: 20px;
}
.suggestion-item {
	position: relative;
	align-items: center;
	display: flex;
	width: calc(50% - 10px);
	padding: 10px;
	background-color: #e9e9e9;
}
.suggestion-item::after {
	content: '+';
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 20px;
	top: 50%;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 1.8em;
	font-weight: 300;
	background-color: #df9c3a;
	border-radius: 50%;
	transform: translateY(-50%);
	transform-origin: top;
	transition: all ease-out 0.2s;
}
.suggestion-item:hover::after {
	transform: scale(1.1) translateY(-50%);
}
.suggestion-img {
	margin-right: 20px;
	max-width: 100px;
}

.share-content {
	margin: auto;
    width: fit-content;
}
.share-button {
	display: flex;
    align-items: center;
	margin: auto;
}
.share-icon {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #df9c3a url('../img/share-arrow.png') 42%/auto no-repeat;
	transform: translateX(2px);
}
.share-text {
	padding: 5px 10px 4px 8px;
	background: #df9c3a;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transform: translateX(-2px);
}

.after-line-medium::after {
	width: 80%;
}
.other-recipes .slick-slide {
  margin: 35px 70px 30px;
}
.other-recipes .slick-list {
  margin: 0 -70px 0;
}
.recipes-poster {
	position: relative;
	border: solid 5px #df9c3a;
}
.recipes-poster::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	transition: all ease-out 0.2s;
}
.recipes-poster::after {
	content: attr(data-name);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 1.8em;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	opacity: 0;
	transition: all ease-out 0.2s;
}
.recipes-poster:hover::before {
	opacity: 0.68;
}
.recipes-poster:hover::after {
	bottom: 10%;
	opacity: 1;
}
.recipes-poster img {
	width: 100%;
}
.other-recipes .slick-dots {
	bottom: -7%;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
}
.other-recipes .slick-dots li button:before {
	background: #df9c3a;
}
.other-recipes .slick-dots li.slick-active button:before {
	background: #4d4d4d;
}
.other-recipes .slide-arrow {
	position: absolute;
	width: 15px;
	height: 19px;
	cursor: pointer;
	bottom: -10%;
}
.other-recipes .slide-arrow::before,
.other-recipes .slide-arrow::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #df9c3a;
}
.other-recipes .slide-arrow.prev-arrow {
	left: 42%;
}
.other-recipes .slide-arrow.prev-arrow::before {
	transform: rotate(45deg);
    transform-origin: left;
}
.other-recipes .slide-arrow.prev-arrow::after {
	transform: rotate(-45deg);
    transform-origin: left;
}
.other-recipes .slide-arrow.next-arrow {
	right: 42%;
}

.other-recipes .slide-arrow.next-arrow::before {
	transform: rotate(45deg);
    transform-origin: right;
}
.other-recipes .slide-arrow.next-arrow::after {
	transform: rotate(-45deg);
    transform-origin: right;
}

/* --- / RECIPES --- */

/* --- MODAL --- */

.modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}
.modal .backdrop {
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: .3;
}
.modal .modal-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	margin: 30px 30px 0 0;
	border-radius: 100%;
	background-image: url("../img/close.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -40000px;
}
.modal .modal-content {
	display: table;
	position: absolute;
	width: 90%;
	max-width: 1206px;
	height: 600px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url("../img/background-modal.jpg");
	box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.05);
}
.modal.modal-image .modal-content {
	height: auto;
	max-width: 600px;
	background-image: none;
}
.modal.modal-image .modal-content .modal-wrapper {
	width: 100%;
	max-width: none;
}
.modal.modal-image .modal-content img {
	display: block;
	width: 100%;
}
.modal.alert .modal-content {
	max-width: 400px;
	background-image: none;
	background-color: #eb9f32;
}
.modal .modal-content .modal-wrapper {
	display: table;
	height: 100%;
	width: 90%;
	max-width: 440px;
	margin: 0 auto;
	height: 100%;
}
.modal .modal-content .modal-wrapper .modal-alignment {
	display: table-cell;
	vertical-align: middle;
}

/* --- / MODAL --- */


/* --- POLICY NOTIFY --- */

.policy-notify {
	position: fixed !important;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.policy-notify-wrapper {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px;
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .4);
	border-radius: 2px;
}

.policy-notify-wrapper p {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.2em;
}
.policy-notify-wrapper p a {
	display: inline;
	text-decoration: underline;
}

/* --- POLICY NOTIFY --- */

@media only screen and (max-width: 1428px) {
	header .anchors li {
		font-size: 1.4em;
	}
	header .anchors li + li {
		margin-left: 35px;
	}
}

@media only screen and (max-width: 1366px) {
	.recipe-container {
    	bottom: 30%;
	}
	.highlight-recipes {
		right: 9%;
	}
}

@media only screen and (max-width: 1200px) {
	.font-72 {
		font-size: 6em;
	}

	.differentials,
	.certificates {
		max-width: 945px;
		margin: 0 auto;
	}
	.differentials .differential,
	.differentials .differential:nth-child(4n+4),
	.certificates .certificate,
	.certificates .certificate:nth-child(4n+4) {
		margin-right: -webkit-calc((100% - 795px) / 2);
		margin-right: calc((100% - 795px) / 2);
	}
	.differentials .differential:nth-child(3n+3),
	.certificates .certificate:nth-child(3n+3) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.columns-3 {
		max-width: 756px;
		margin: 0 auto;
	}
	.columns-3 .column,
	.columns-3 .column:nth-child(3n+3) {
		width: 47.5%;
		margin-right: 5%;
	}
	.columns-3 .column:nth-child(2n+2) {
		margin-right: 0;
	}
	.columns-3 .column:nth-child(-n+3) {
		margin-top: 5%;
	}
	.columns-3 .column:nth-child(-n+2) {
		margin-top: 0;
	}

	header .anchors {
		display: none;
	}
	.h-menu .viewport {
		padding-top: 115px;
	}
	.h-menu.permanently .viewport {
		padding-top: 240px;
	}

	.timeline {
		padding-left: 20px;
		padding-right: 20px;
	}
	.timeline .years {
		margin: 0 -10px;
	}
	.timeline .slide {
		width: 33%;
	}
	.timeline .info {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 910px) {
	.font-72 {
		font-size: 3.7em;
	}

	header .navigation li + li {
		margin-left: 25px;
	}
	.differentials,
	.certificates {
		max-width: 580px;
	}
	.differentials .differential,
	.differentials .differential:nth-child(4n+4),
	.differentials .differential:nth-child(3n+3),
	.certificates .certificate,
	.certificates .certificate:nth-child(4n+4),
	.certificates .certificate:nth-child(3n+3) {
		margin-right: -webkit-calc(100% - 530px);
		margin-right: calc(100% - 530px);
	}
	.differentials .differential:nth-child(2n+2),
	.certificates .certificate:nth-child(2n+2) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 768px) {
	.font-60 {
		font-size: 3.6em;
	}

	.mg-b-200 {
		margin-bottom: 100px;
	}

	.columns-2 {
		max-width: 560px;
		margin: 0 auto;
	}
	.columns-2 .column,
	.identity.columns-3 .column {
		width: 100%;
	}
	.columns-2 .column + .column,
	.identity.columns-3 .column + .column {
		margin-top: 40px;
	}

	.arrows.highlight {
		margin: 0 10px 10px 0;
	}

	.captioned-content .image,
	.captioned-carousel .carousel {
		display: table-header-group;
	}
	.captioned-content .image::after {
		content: " ";
		display: block;
		margin-top: 100%;
	}
	.captioned-content.rtl .caption {
		text-align: left;
	}
	.captioned-content.rtl a {
		margin-left: 0;
	}

	.call-banner {
		height: 360px;
	}

	.icon-content .icon {
		display: table-header-group;
	}
	.icon-content .icon img {
		display: block;
		margin: 0 auto 50px;
	}

	.breadcrumb {
		display: none;
	}

	.viewport {
		position: relative;
		padding-top: 75px;
		left: 0;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
	}
	.menu-opened .viewport {
		left: 300px;
		box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.05);
		overflow-x: hidden;
	}
	.h-menu .viewport,
	.h-menu.permanently .viewport {
		padding-top: 100px;
	}

	header {
		height: 75px;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
	}
	.menu-opened header {
		left: 300px;
	}
	header .containment {
		display: block;
		position: relative;
	}
	header .burguer-menu {
		display: block;
	}
	header h1 {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	header h1 a {
		width: 120px;
		height: 60px;
	}
	header .menu {
		display: block;
		position: fixed;
		width: 300px;
		left: -300px;
		top: 0;
		height: 100%;
		padding: 20px;
		background-color: transparent;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
	}
	.menu-opened header .menu {
		left: 0;
	}
	header .navigation {
		float: none;
		margin: 100px 0 0 0;
	}
	header .navigation ul {
		margin-top: 70px;
	}
	header .navigation li {
		float: none;
	}
	header .navigation li + li {
		margin: 15px 0 0 0;
	}
	header .navigation li a {
		display: inline;
		font-size: 2.4em;
	}
	header .navigation li .b-submenu::after {
		content: " ";
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 4px 4px 4px 10px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 7px solid #eb9f32;
		box-sizing: border-box;
		-webkit-transform-origin: 2px 5px;
		transform-origin: 2px 5px;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
	}
	header .navigation li .b-submenu.s-opened::after {
		transform: rotate(90deg);
	}
	header .navigation .submenu,
	header .navigation .s-activated .submenu {
		display: none;
		font-size: .75em;
		position: static;
		height: auto;
		bottom: auto;
		padding: 0 0 0 20px;
		background-color: transparent;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	header .navigation .submenu ul {
		margin: 0;
		top: 0;
		padding: 20px 0 20px 0;
		color: inherit;
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	header .navigation .submenu a {
		text-transform: none;
	}
	header .language {
		float: none;
		margin: 70px 0 0 0;
		height: auto;
	}
	header .language .wrapper {
		height: auto;
	}
	header .language ul {
		cursor: default;
	}
	header .language li {
		height: auto;
		float: left;
		width: auto;
	}
	header .language li + li {
		margin-left: 8px;
		padding-left: 8px;
		border-left: 1px solid #eb9f32;
	}
	header .language .active {
		position: static;
	}
	header .language .focus-border {
		display: none;
	}
	header .anchors {
		display: none;
	}

	footer .brand {
		width: 100%;
	}
	footer .brand ul {
		float: right;
	}
	footer .support {
		float: none;
		clear: both;
		margin: 50px 0;
	}
	footer .support p {
		text-align: left;
	}
	footer .support img {
		float: none;
	}
	footer .utils > div {
		display: block;
	}
	footer .utils .sign {
		text-align: left;
		margin-top: 25px;
	}

	.edge {
		height: -webkit-calc(100vh - 95px);
		height: calc(100vh - 95px);
	}
	.edge .background.desktop {
		display: none;
	}
	.edge .background.mobile {
		display: block;
	}
	.edge h2 {
		font-size: 4em;
	}

	.banner {
		height: 200px;
	}

	.captioned-carousel .slides {
		margin-bottom: 25px;
	}
	.captioned-carousel .caption {
		padding: 0;
	}
	.captioned-carousel.rtl .caption {
		text-align: left;
		padding: 0;
	}
	.captioned-carousel .arrows.highlight {
		margin: 0 10px 10px 0;
	}

	.line .caption h3 {
		font-size: 2.8em;
	}

	.product-view > div {
		display: block;
		width: 100%;
	}
	.product-view .image {
		margin-bottom: 50px;
	}

	.nutricional-table table,
	.nutricional-table tbody,
	.nutricional-table tr,
	.nutricional-table td {
		display: block;
	}
	.nutricional-table td {
		padding: 0 20px 0 20px;
	}
	.nutricional-table td:first-child {
		font-family: 'Heebo', sans-serif;
		font-weight: 700;
		margin-bottom: 2px;
	}
	.nutricional-table td:last-child {
		text-align: left;
		padding: 0 20px 0 20px;
	}
	.nutricional-table tr + tr {
		border-top: 1px dotted #f3bf5d;
		margin-top: 12px;
		padding-top: 12px;
	}
	.nutricional-table tr:hover td {
		background-color: transparent;
		color: inherit;
	}

	.useful-emails div {
		float: none;
		margin-right: 0;
	}

	.inp-2 {
		width: 100%;
	}
	.inp-2 + .inp-2 {
		margin: 40px 0 0 0;
	}

	.filter-button {
		margin: auto;
	}
	.recipe-container::after {
		width: 30px;
		height: 150px;
	}
	.bordered-content {
		flex-direction: column;
		padding: 0px 20px 60px;
		margin-top: calc(70vw + 100px);
		border-width: 3px;
	}
	.bordered-img,
	.recipe-item:nth-child(2n + 2) .bordered-img {
		left: 50%;
		top: -65vw;
		width: 90%;
		transform: translateX(-50%);
	}
	.bordered-content .caption,
	.recipe-item:nth-child(2n + 2) .bordered-content .caption {
		width: 100%;
		margin: 12vw auto 0;
		padding: 0;
	}
	.button-right,
	.recipe-item:nth-child(2n + 2) .button-right {
		width: fit-content;
		margin: auto;
		padding: 0;
		transform: translateY(-3px);
	}
	.recipe-title {
		margin-bottom: 30px;
		text-align: center;
	}
	.recipe-description {
		text-align: center;
		font-size: 1.2em;
	}

	.columns-3-recipe {
		column-gap: 20px;
	}
	.columns-3-recipe .column {
		width: 30%;
	}
	.step-item,
	.step-item:nth-child(3n + 3) {
		width: 100%;
	}
	h3, .step-text,
	.step-item:nth-child(3n + 3) h3, .step-item:nth-child(3n + 3) .step-text,
	.step-item:nth-child(3n + 2) h3, .step-item:nth-child(3n + 2) .step-text {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.step-title::before, .step-item:nth-child(3n + 2) .step-title::before, .step-item:nth-child(3n + 3) .step-title::before,
	.step-title::after, .step-item:nth-child(3n + 2) .step-title::after, .step-item:nth-child(3n + 3) .step-title::after {
		content: none;
	}
	.step-text {
		padding-bottom: 40px;
	}
	.step-item:last-child .step-text {
		padding-bottom: 0;
	}

	.tip-item {
		padding-top: 50px;
		width: 90%;
	}
	.tip-item:first-child {
		padding-top: 20px;
	}
	.tip-item::before,
	.tip-item:nth-child(2n + 2)::before {
		content: '';
		position: absolute;
		top: 10px;
		left: 50%;
		width: 138px;
		height: 1px;
		background: #d59537;
		transform: translateX(-50%);
	}
	.tip-item:first-child::before {
		content: none;
	}

	.gallery {
		max-width: 75%;
		margin: auto;
	}
	.gallery .slide-arrow.prev-arrow {
		left: -40px;
	}
	.gallery .slide-arrow.next-arrow {
		right: -40px;
	}
	.suggestion-item {
		width: 100%;
	}
	.suggestion-img {
		max-width: 80px;
	}
	.suggestion-description {
		max-width: 160px;
	}

	.other-recipes {
		max-width: 60%;
		margin: auto;
	}
	.other-recipes .slide-arrow {
       bottom: -30px;
	}
	.other-recipes .slide-arrow.prev-arrow {
		left: 25%;
	}
	.other-recipes .slide-arrow.next-arrow {
		right: 25%;
	}
}

@media only screen and (max-width: 640px) {
	.timeline .info {
		max-width: 340px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 596px) {
	.differentials .differential,
	.differentials .differential:nth-child(4n+4),
	.differentials .differential:nth-child(3n+3),
	.certificates .certificate,
	.certificates .certificate:nth-child(4n+4),
	.certificates .certificate:nth-child(3n+3) {
		width: 49%;
		margin-right: 2%;
		padding: 25px 5px;
	}
	.differentials .differential:nth-child(2n+2),
	.certificates .certificate:nth-child(2n+2) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 560px) {
	.columns-3 .column,
	.columns-3 .column:nth-child(3n+3),
	.columns-3 .column:nth-child(2n+2) {
		float: none;
		width: 100%;
		margin: 50px auto 0;
	}
	.columns-3 .column:nth-child(-n+2) {
		margin-top: 50px;
	}
	.columns-3 .column:first-child {
		margin-top: 0;
	}

	.line .caption h3 {
		font-size: 3.6em;
	}
}