@charset "UTF-8";
/*!
Theme Name: Kerry
Theme URI:
Author: IW
Author URI:
Description: 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kerry
Tags:
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages	
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
	- Elementor
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
.elementor-icon-list-item .broken_link {
	text-decoration: none!important
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	/*font-weight: 200;*/
	font-size: 19px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-weight: 300;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* @import "elements/lists"; */
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 0px;
	background: #005776 !important;
	color: #fff;
	line-height: 1;
	font-weight: 300;
	padding: 12px 24px;
	outline: 0;
	width: 100%;
	display: inline-block;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #F9C20A !important;
}

input[type="button"]:active, input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: #F9C20A;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background-color: #FAFAFA;
	border: 2px solid #DEDEDE;
	border-radius: 0px;
	outline: none;
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 5px);
	padding: 1.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	color: #555555;
	background-clip: padding-box;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 2px solid #DEDEDE;
	width: 100%;
	outline: none;
	height: calc(1.5em + 0.75rem + 5px);
	color: #555555;
	font-weight: 300;
	/*padding: 0.375rem 0.75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: content-box; */
}

select option {
	background: #fff;
	color: #555555;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

textarea {
	width: 100%;
	height: auto;
}

label {
	width: 100%;
	font-weight: 300;
	margin: 1rem 0rem;
	font-weight: bold;
	color: #555555;
}

::placeholder {
	color: #555555;
	font-size: 16px;
	font-weight: 300;
}

/* Reusables */
.position--inset-0 {
    inset: 0;
}

.absolute-element--centered {
    left: 0;
    right: 0;
}

.white-filter img {
    filter: grayscale(10) contrast(10) invert(100%);
}

.full-height {
    height: 100%;
}

@font-face {
	font-family: "Avallon-Alt";
	src: url("./fonts/Avallon-Alt.ttf.eot");
	src: url("./fonts/Avallon-Alt.ttf") format("truetype");
	font-style: "normal";
	font-weight: "normal";
}

@font-face {
	font-family: "Davinci";
	src: url("./fonts/DaVinci.otf.eot");
	src: url("./fonts/DaVinci.otf") format("truetype");
	font-style: "normal";
	font-weight: "normal";
}

@font-face {
	font-family: "Brandon-Grotesque";
	src: url("./fonts/BrandonGrotesque.otf.eot");
	src: url("./fonts/BrandonGrotesque.otf") format("truetype");
	font-style: "normal";
	font-weight: "normal";
}

@font-face {
	font-family: "London-Train";
	src: url("./fonts/London-Train.ttf.eot");
	src: url("./fonts/London-Train.ttf") format("truetype");
	font-style: "normal";
	font-weight: "normal";
}

@font-face {
	font-family: "Regina-Black";
	src: url("./fonts/Regina-Black.ttf.eot");
	src: url("./fonts/Regina-Black.ttf") format("truetype");
	font-style: "normal";
	font-weight: "normal";
}

@font-face {
	font-family: "Geared-Slab";
	src: url("./fonts/Geared-Slab.ttf.eot");
	src: url("./fonts/Geared-Slab.ttf") format("truetype");
	font-style: "normal";
	font-weight: "normal";
}

@font-face {
	font-family: "Quickfox";
	src: url("./fonts/Quickfox.ttf.eot");
	src: url("./fonts/Quickfox.ttf") format("truetype");
	font-style: "normal";
	font-weight: "normal";
}

@font-face {
	font-family: "Avenir-Next";
	src: url("./fonts/Avenir-Next.ttf.eot");
	src: url("./fonts/Avenir-Next.ttf") format("truetype");
	font-style: "normal";
	font-weight: "normal";
}

@font-face {
	font-family: "Avenir-Next-LT";
	src: url("./fonts/Avenir-Next-LT.otf.eot");
	src: url("./fonts/Avenir-Next-LT.otf") format("truetype");
	font-style: "normal";
	font-weight: "normal";
}

.avallon-alt h1,
.avallon-alt h2,
.avallon-alt h3,
.avallon-alt h4,
.avallon-alt h5,
.avallon-alt h6 {
	font-family: "Avallon-Alt" !important;
}

.davinci h1,
.davinci h2,
.davinci h3,
.davinci h4,
.davinci h5,
.davinci h6 {
	font-family: "Davinci" !important;
}

.london-train h1,
.london-train h2,
.london-train h3,
.london-train h4,
.london-train h5,
.london-train h6 {
	font-family: "London-Train" !important;
}

.regina-black h1,
.regina-black h2,
.regina-black h3,
.regina-black h4,
.regina-black h5,
.regina-black h6 {
	font-family: "Regina-Black" !important;
}

.quickfox h1,
.quickfox h2,
.quickfox h3,
.quickfox h4,
.quickfox h5,
.quickfox h6 {
	font-family: "Quickfox" !important;
}

.avenir-next h1,
.avenir-next h2,
.avenir-next h3,
.avenir-next h4,
.avenir-next h5,
.avenir-next h6 {
	font-family: "Avenir-Next-LT" !important;
}

.geared-slab {
	font-family: "Geared-Slab" !important;
}

.brandon-grotesque {
	font-family: "Brandon-Grotesque" !important;
}

@media screen and (max-width: 575.98px) {
	.box-shadow {
		box-shadow: inset 0 -160px 120px -80px #003d53, inset 0 -160px 120px -80px rgba(0, 61, 83, 0.667);
	}
	.box-shadow-black {
		box-shadow: inset 0 -160px 120px -80px black, inset 0 -160px 120px -80px rgba(0, 0, 0, 0.667);
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Pagination
--------------------------------------------- */
.pagination {
	justify-content: end;
}

.pagination span, .pagination a {
	color: #555555;
	text-decoration: none;
}

.pagination .current {
	color: #005776;
	font-weight: 500;
	text-decoration: underline;
}

@media screen and (max-width: 575.98px) {
	.pagination {
		justify-content: center;
	}
}

/* Header
--------------------------------------------- */
@media screen and (max-width: 575.98px) {
	.active-menu {
		overflow-y: hidden;
	}
}

body:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

body.active-menu:before {
	opacity: 1;
	z-index: 1002;
	visibility: visible;
}

/* ===== Top bar ===== */
.top-bar {
	display: block;
	padding-top: 1rem;
	/* .top-bar-search {} */
}

.top-bar .top-bar-info {
	margin: 0;
	padding: 0;
	text-align: right;
}

.top-bar .top-bar-info li {
	display: inline-block;
}

.top-bar .top-bar-info li .top-bar-button.barista{
	display: block;
	color: #005776;
	border: 1px solid #ebc85a;
	line-height: 1;
	background-color: transparent;
	font-size: 14px;
	padding: 10px 15px 12px;
	text-decoration: none;
	border-radius: 0px;
	font-weight: 500;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.top-bar .top-bar-info li .top-bar-button.barista:hover {
	background-color: #ebc85a;
	color: #fff;
}

.top-bar .top-bar-info li .top-bar-button {
	display: block;
	color: #005776;
	border: 1px solid #005776;
	line-height: 1;
	background-color: transparent;
	font-size: 14px;
	padding: 10px 15px;
	text-decoration: none;
	border-radius: 0px;
	font-weight: 500;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.top-bar .top-bar-info li .top-bar-button:hover {
	background-color: #005776;
	color: #fff;
}

li#menu-item-1970.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1970 a{
	color: #005776;
}
li#menu-item-1970.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1970 a:hover{
	color: #ffffff;
}
@media screen and (max-width: 575.98px){
	li.menu-item-1970.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1970{
	margin-right: 155px;
	}
}

li#menu-item-1970.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1970{
	display: flex;
	color: #005776;
	border: 1px solid #005776;
	line-height: 1;
	background-color: transparent;
	padding: 5px 5px;
}

li#menu-item-1970.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1970:hover {
	background-color: #005776;
	color: #ffffff;
}
li#menu-item-1970.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1970::before {
    content: url('/wp-content/uploads/2024/07/coolicon.svg');
    display: flex-start;
    width: 25px; /* Ajusta el ancho según sea necesario */
    height: 16px; /* Ajusta la altura según sea necesario */
    margin-right: 10px; /* Espacio entre la imagen y el texto */
    vertical-align: middle; /* Alinea la imagen con el texto */
	color: #ffffff;
}
li#menu-item-1970.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1970:hover::before  {
    filter: brightness(0) invert(1); /* Cambia el color a blanco */
		color: #ffffff;
}

.top-bar .top-bar-info li .top-bar-button:hover svg {
	fill: #fff;
}

.top-bar .top-bar-info li .top-bar-button svg {
	fill: #005776;
}

.top-bar .top-bar-info li:last-of-type {
	margin-left: 1rem;
}

@media screen and (max-width: 575.98px) {
	.top-bar {
		display: none;
	}
}

/* ===== Nav Menú ===== */
.site-navbar {
	margin-bottom: 0px;
	z-index: 1999;
	position: relative;
	width: 100%;
	padding: 1rem;
	height: 60px;
	display: flex;
}

.site-menu .toggle-button {
	display: block;
	right: 30px;
	position: absolute;
}

.site-navbar .site-menu {
    float: right;
}
.site-navbar .toggle-button .site-menu-toggle i {
	font-size: 30px;
}

@media screen and (min-width: 991.98px) {
	.site-navbar .toggle-button .site-menu-toggle {
		display: none;
	}
}

.site-navbar .site-logo {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 3;
}

.site-navbar .site-logo img {
/* 	width: 60%; */
	width: 100%;
	max-width: 6.5rem;
}

.site-navbar .site-menu .site-navigation .main-menu {
	margin: 0;
	padding: 0;
}

.site-navbar .site-menu .site-navigation .main-menu .current-menu-item a {
	color: #408087;
	text-decoration: underline;
	font-weight: 400;
}

.site-navbar .site-menu .site-navigation .main-menu li {
	display: inline-block;
	margin-right: 0.5rem;
}

.site-navbar .site-menu .site-navigation .main-menu li a {
	text-decoration: none;
	color: #545454;
	padding: 10px;
	display: inline-block;
	text-transform: capitalize;
	font-weight: 300;
	line-height: 1;
	font-size: 14px;
	display: inline-block;
}
.btnportal a {
	background-color: #005776;
	color: #fff !important;
	font-weight: bold !important;
	transition: 0.3s;
}

.btnportal a:hover {
	background-color: #E5E5E5 !important;
	color: #005776 !important;
	/*border: 1px solid #005776 !important;*/
	opacity: 1;
	padding: 0px;
}

.site-navbar .site-menu .site-navigation .main-menu li a:hover {
	background-color: #005776;
	color: #fff;
}

.site-navbar .site-menu .site-navigation .main-menu li:last-child {
	margin-right: 0rem;
}

.site-navbar .site-menu .site-navigation .main-menu li .sub-menu .current-menu-item {
	background: #005776;
}

.site-navbar .site-menu .site-navigation .main-menu li .sub-menu .current-menu-item a {
	text-decoration: none;
	font-weight: 300;
	/* color: $color__text-white; */
}

.site-navbar .site-menu .site-navigation .main-menu .menu-item-has-children {
	position: relative;
}

.site-navbar .site-menu .site-navigation .main-menu .menu-item-has-children:hover > .sub-menu {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	margin-top: 0px;
	visibility: visible;
	opacity: 1;
}

.site-navbar .site-menu .site-navigation .main-menu .menu-item-has-children a {
	position: relative;
	padding-right: 25px;
}

.site-navbar .site-menu .site-navigation .main-menu .menu-item-has-children a::before {
	position: absolute;
	content: "▼";
	font-size: 12px;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.site-navbar .site-menu .site-navigation .main-menu .menu-item-has-children .sub-menu {
	visibility: hidden;
	opacity: 0;
	top: 100%;
	position: absolute;
	text-align: left;
	-webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
	padding: 0px 0;
	margin-top: 20px;
	margin-left: 0px;
	background: #fff;
	-webkit-transition: 0.2s 0s;
	-o-transition: 0.2s 0s;
	transition: 0.2s 0s;
}

.site-navbar .site-menu .site-navigation .main-menu .menu-item-has-children .sub-menu::before {
	display: none;
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

.site-navbar .site-menu .site-navigation .main-menu .menu-item-has-children .sub-menu > li.menu-item-has-children .sub-menu {
	left: 100%;
	top: 0;
}

.site-navbar .site-menu .site-navigation .main-menu .menu-item-has-children .sub-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	min-width: 200px;
}

.site-navbar .site-menu .site-navigation .main-menu .menu-item-has-children .sub-menu li a {
	text-transform: none;
	letter-spacing: normal;
	-webkit-transition: 0s all;
	-o-transition: 0s all;
	transition: 0s all;
	color: #555555;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px;
	display: block;
	line-height: 1;
	font-size: 16px;
	text-decoration: none;
}

.site-navbar .site-menu .site-navigation .main-menu .menu-item-has-children .sub-menu li a:hover {
	background: #005776;
	color: #fff;
}

.site-navbar .site-menu .site-navigation .main-menu .menu-item-has-children .sub-menu li a:before {
	content: none;
}

.site-navbar .site-menu .site-navigation .main-menu .menu-item-has-children .sub-menu li .sub-menu li a {
	color: #555555;
}

.site-navbar .site-menu .site-navigation .main-menu .menu-item-has-children .sub-menu li .sub-menu li a:hover {
	color: #fff;
}

.site-navbar .site-menu .site-navigation .main-menu .menu-item-has-children .sub-menu li .sub-menu .current-menu-item a {
	color: #fff;
}

.site-navbar .site-menu .site-navigation .main-menu .menu-item-has-children .sub-menu .current-menu-item a {
	color: #fff;
}

.site-navbar .site-menu .site-navigation .main-menu .menu-item-has-children .sub-menu .menu-item-has-children a:before {
	content: "▶";
	position: absolute;
	font-size: 12px;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.site-navbar .site-menu .site-navigation .main-menu .menu-item-has-children .sub-menu .menu-item-has-children ul li a:before {
	content: none;
}

@media screen and (max-width: 575.98px) {
	.site-navbar {
		padding: 1rem;
	}
	
	.toggle-button {
		float: right;
	}
}

.sticky-wrapper {
	position: relative;
	z-index: 100;
	width: 100%;
}

.sticky-wrapper .site-navbar {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
	background: #fff;
}

.sticky-wrapper.is-sticky .site-navbar {
	background: #fff;
	-webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

/* ===== Mobile ===== */
.active-menu .site-mobile-menu {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.site-mobile-menu {
	width: 100%;
	position: fixed;
	right: 0;
	top: 60px;
	z-index: 2000;
	padding-top: 0px;
	background: #005776;
	height: calc(100vh);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.site-mobile-menu .site-mobile-menu-header {
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
	float: right;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
	font-size: 30px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 0px;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	color: #fff;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
	color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	padding: 0 20px 20px 20px;
	height: calc(100vh - 52px);
	padding-bottom: 150px;
}

.site-mobile-menu .site-mobile-menu-body ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.site-mobile-menu .site-mobile-menu-body ul li {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #F0F0F0;
	padding: 12px 0px;
}

.site-mobile-menu .site-mobile-menu-body ul li a {
	display: block;
	position: relative;
	color: #fff;
	font-weight: 300;
	text-transform: capitalize;
	font-size: 16px;
	text-decoration: none;
	padding: 0px 10px;
}

.site-mobile-menu .site-mobile-menu-body ul li .active, .site-mobile-menu .site-mobile-menu-body ul li:hover {
	background: rgba(0, 87, 118, 0.42);
}

.site-mobile-menu .site-mobile-menu-body ul li ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: none;
}

.site-mobile-menu .site-mobile-menu-body ul li ul li {
	display: block;
	border: none;
}

.site-mobile-menu .site-mobile-menu-body ul li ul li a {
	padding-left: 15px;
}

.site-mobile-menu .site-mobile-menu-body ul li ul li ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: none;
}

.site-mobile-menu .site-mobile-menu-body ul li ul li ul li {
	display: block;
}

.site-mobile-menu .site-mobile-menu-body ul li ul li ul li a {
	padding-left: 30px;
}

.site-mobile-menu .site-mobile-menu-body ul li:last-child {
	border-bottom: none;
	/* width: auto; */
	/* a {
                        background-color: transparent;
                        color: #005776;
                        border: 1px solid #005776; 
                        padding: 5px;                 
                    } */
}

.site-mobile-menu .site-mobile-menu-body ul .menu-item-has-children a::after {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 20;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	content: '▶';
}

.site-mobile-menu .site-mobile-menu-body ul .menu-item-has-children ul li a::after {
	content: '';
}

.site-mobile-menu .site-mobile-menu-body ul .current-menu-item {
	background-color: #408087;
}

/* Footer
--------------------------------------------- */
.footer {
	background-color: #F0F0F0;
	position: relative;
	overflow: hidden;
}

.footer .footer-top {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.footer .footer-top .widget_nav_menu .widget-title {
	color: #555555;
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: bold;
}

.footer .footer-top .widget_nav_menu .menu {
	margin: 0;
	padding: 0;
}

.footer .footer-top .widget_nav_menu .menu li {
	list-style: none;
	margin-bottom: 1rem;
}

.footer .footer-top .widget_nav_menu .menu li a {
	color: #555555;
	font-weight: 300;
	font-size: 15px;
	text-decoration: none;
}

.footer .footer-top .widget_nav_menu .menu li a:hover {
	text-decoration: none;
}

.footer .footer-top .widget_newsletter .widget-title {
	color: #555555;
	font-weight: bold;
	margin-bottom: 40px;
	font-size: 18px;
}

.footer .footer-top .widget_newsletter .widget-paragraph {
	color: #555555;
	font-weight: 300;
	font-size: 15px;
	margin-bottom: 0px;
}

.footer .footer-bottom .border-top {
	padding: 1.4rem 0rem;
}

.footer .footer-bottom .border-top .copyright-text {
	margin: 0;
	color: #555555;
	font-weight: 300;
	font-size: 15px;
}

.footer .footer-bottom .border-top .copyright-menu {
	margin: 0;
	padding: 0;
}

.footer .footer-bottom .border-top .copyright-menu li {
	display: inline-block;
	margin-right: 0.5rem;
}

.footer .footer-bottom .border-top .copyright-menu li a {
	color: #555555;
	font-weight: 300;
	font-size: 15px;
	text-decoration: none;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

/* .page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
} */
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* 404
--------------------------------------------- */
.not-found .page-header, .not-found .page-content {
	text-align: center;
}

.not-found .page-header h1 {
	color: #005776;
	font-size: 10rem;
	margin: 0px;
}

@media screen and (max-width: 575.98px) {
	.not-found .page-header h1 {
		font-size: 5rem;
	}
}

.not-found .page-content p {
	color: #555555;
}

.not-found .page-content a {
	background-color: #005776;
	color: #fff;
	padding: 12px 24px;
	border: none;
	outline: none;
	font-weight: 300;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	transition: all .3s;
	text-decoration: none;
}

.not-found .page-content a:hover {
	background: #F9C20A;
}

/* Archive Pages
--------------------------------------------- */
/* Archive Page Blog
--------------------------------------------- */
#post-blog .post-content .post-img {
	position: relative;
	height: 15em;
	background-color: #a9a9a9;
}

#post-blog .post-content .post-container {
	padding: 1em 1em;
	background-color: transparent;
}

#post-blog .post-content .post-container span, #post-blog .post-content .post-container h3, #post-blog .post-content .post-container p {
	font-weight: 300;
}

#post-blog .post-content .post-container span {
	color: #C4C4C4;
}

#post-blog .post-content .post-container h3 {
	margin: 0.5rem 0rem;
	font-size: 20px;
	font-weight: 400;
}

#post-blog .post-content .post-container p {
	margin: 0;
	font-size: 16px;
}

#post-blog .post-content .post-container a {
	text-decoration: none;
	display: block;
	position: relative;
	font-weight: 500;
	color: #fff;
	background: #005776;
	padding: 16px 32px;
	margin-top: 1.25em;
	text-align: left;
	width: 65%;
}

#post-blog .post-content .post-container a::before {
	position: absolute;
	/*content: "\f061";*/
	font-size: 16px;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#post-blog .borderbottom {
    border-radius: 0px 0px 8px 8px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(192, 189, 189, 0.25);
}

@media (min-width: 320px) and (max-width: 480px) {
  
#post-blog .post-content .post-container a {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	width: 100%;
}
  
}

/* Archive Page Recipe
--------------------------------------------- */
#post-recipe {
	height: 300px;
	position: relative;
	overflow: hidden;
	background: #a9a9a9;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
	/*box-shadow: inset 0 -160px 120px -80px #003d53, inset 0 -160px 120px -80px rgba(0, 61, 83, 0.667);*/
	box-shadow: inset 0 -160px 120px -80px #000000, inset 0 -160px 120px -80px rgb(0 0 0 / 67%) !important;
}

#post-recipe .post-image-content {
	display: flex;
	justify-content: center;
	align-items: end;
	height: 100%;
	transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

#post-recipe .post-image-content .post-image-info {
	width: 100%;
	margin-bottom: 1.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

#post-recipe .post-image-content .post-image-info ul.post-image-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#post-recipe .post-image-content .post-image-info ul.post-image-list li {
	display: inline-block;
}

#post-recipe .post-image-content .post-image-info ul.post-image-list li svg {
	margin-right: 0.5em;
}

#post-recipe .post-image-content .post-image-info ul.post-image-list li span {
	color: #fff;
	font-weight: 300;
	font-size: 16px;
}

#post-recipe .post-image-content .post-image-info ul.post-image-list li:first-child {
	margin-right: 0.5em;
}

#post-recipe .post-image-content .post-image-info ul.post-image-list li:last-child {
	margin-left: 0.5em;
}

#post-recipe .post-image-content .post-image-info a.post-image-button {
	display: block;
	border: 1px solid #fff;
	line-height: 1;
	background-color: transparent;
	font-size: 16px;
	padding: 12px 24px;
	text-decoration: none;
	border-radius: 0px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#post-recipe .post-image-content .post-image-info a.post-image-button:hover {
	background-color: #005776;
	border: 1px solid #005776;
}

#post-recipe .post-image-content .post-image-info h4.post-image-title {
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	margin: 0.5rem 0rem;
}

@media screen and (max-width: 575.98px) {
	#post-recipe {
		background-size: cover;
	}
}

/* Archive Page Product
--------------------------------------------- */
#post-product .item {
	background-color: #F8F8F8;
	padding: 1rem;
}

#post-product .item .item-image img {
	display: block;
	/* width: 40%; */
	margin: auto;
}

#post-product .item .item-content {
	height: 120px;
}

#post-product .item .item-content h3 {
	font-weight: 300;
	text-align: center;
	text-transform: initial;
	font-size: 16px;
	padding: 10px 0px;
	margin: 0;
	line-height: 1.3;
}

#post-product .item .item-content a {
	transform: translateY(0px);
	transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: 0.3 linear;
	display: inline-block;
	line-height: 1;
	background-color: transparent;
	width: 100%;
	font-size: 15px;
	padding: 12px 24px;
	border-radius: 0px;
	border: 1px solid #005776;
	color: #005776;
	text-align: center;
	text-decoration: none;
}

#post-product .item .item-content a:hover {
	color: #fff;
	background-color: #005776;
}

.product-info-button{
    white-space: nowrap;   
}

/* Archive Page Portal Distribuidor
--------------------------------------------- */
#post-portal .item {
	background-color: #F8F8F8;
	padding: 1rem;
}

#post-portal .item .item-image img {
	display: block;
	width: 50%;
	margin: auto;
}

#post-portal .item .item-content {
	/* height: 120px; */
}

#post-portal .item .item-content h3 {
	font-weight: 300;
	text-align: center;
	text-transform: initial;
	font-size: 16px;
	padding: 10px 0px;
	margin: 0;
	line-height: 1.3;
}

#post-portal .item .item-content a {
	transform: translateY(0px);
	transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: 0.3 linear;
	display: inline-block;
	line-height: 1;
	background-color: transparent;
	width: 100%;
	font-size: 15px;
	padding: 12px 24px;
	border-radius: 0px;
	color: #005776;
	text-align: center;
	text-decoration: none;
}

/* Archive Page Distribuidor
--------------------------------------------- */
#post-distributor {
	/*background-color: #F8F8F8;*/
	padding: 2rem 1.5rem;
}

#post-distributor .col-md-7 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#post-distributor .col-md-7 ul li {
	display: inline-block;
	margin-top: 1em;
	margin-right: 1em;
}

#post-distributor .col-md-7 ul li svg {
	margin-right: 0.7em;
}

#post-distributor .col-md-7 ul li a {
	color: #555555;
	text-decoration: none;
}

@media screen and (max-width: 575.98px) {
	#post-distributor .col-md-7 ul li {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
}

#post-distributor .col-md-5 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#post-distributor .col-md-5 ul ulsocial; {
	display: inline;	
}


#post-distributor .col-md-5 ul li {
	display: inline;
	/* @media screen and (max-width: $small) {
                    margin-right: 0.5em;
                    margin-left: 0.5em;

                    &:last-child {
                        margin-right: 0;
                    }

                    &:first-child {
                        margin-left: 0;
                    }
                } */
}

#post-distributor .col-md-5 ul li img {
	width: 12%;
	/* transform: scale(0.5); */
}

@media screen and (max-width: 575.98px) {
	#post-distributor .col-md-5 ul {
		margin-top: 1em;
	}
}

/* Single Pages
--------------------------------------------- */
/* Single Blog
--------------------------------------------- */
.blog-header, .blog-content, .blog-recommend {
	margin: 1.5rem 0rem 3rem 0rem;
}

.blog-header {
	text-align: center;
}

.blog-header .blog-date, .blog-header .blog-title {
	font-weight: 300;
}

.blog-header .blog-date {
	color: #C4C4C4;
}

.blog-header .blog-title {
	font-size: 35px;
	color: #005776;
}

@media screen and (max-width: 575.98px) {
	.blog-header .blog-title {
		font-size: 24px;
		margin: 0.67em 0;
	}
}

.blog-header .blog-tags {
	list-style: none;
	margin: 0;
	margin-bottom: 1.5em;
	padding: 0;
}

.blog-header .blog-tags li {
	display: inline-block;
	background: #F0EFEF;
	color: #555555;
	padding: 1rem;
	margin: 0.5rem;
}

.blog-header .blog-tags li a {
	color: #555555;
	text-decoration: none;
}

.blog-content .blog-shared {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.blog-content .blog-shared li {
	margin-bottom: 0.5em;
}

.blog-content .blog-shared li a {
	border-radius: 100% 100% 100% 100%;
	background-color: #555555;
	box-shadow: none;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	width: calc(20px + (2 * 0.5em));
	height: calc(20px + (2 * 0.5em));
	--e-social-icon-icon-color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.blog-content .blog-shared li a i {
	color: #fff;
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.blog-content .blog-shared li a i::before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.blog-content .blog-shared li a:hover {
	opacity: .9;
}

@media screen and (max-width: 575.98px) {
	.blog-content .blog-shared {
		display: none;
	}
}

/* Single Recipe
--------------------------------------------- */
.recipe-details {
	margin: 1.5rem 0rem 3rem 0rem;
}

.recipe-details .recipe-info .recipe-title h1 {
	color: #555555;
	font-weight: 300;
	font-size: 35px;
	margin-top: 0;
}

@media screen and (max-width: 575.98px) {
	.recipe-details .recipe-info .recipe-title h1 {
		font-size: 24px;
		margin: 0.67em 0;
	}
}

.recipe-details .recipe-info .recipe-tags ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1.5em;
}

.recipe-details .recipe-info .recipe-tags ul li {
	display: inline-block;
	background: #F9C20A;
	color: #555555;
	padding: 12px 24px;
	margin: 0.5rem;
}

.recipe-details .recipe-info .recipe-tags ul li a {
	color: #555555;
	text-decoration: none;
	font-weight: 400;
}

.recipe-details .recipe-info .recipe-ingredients h4, .recipe-details .recipe-info .recipe-preparation h4 {
	color: #555555;
	font-weight: 300;
}

.recipe-details .recipe-info .recipe-ingredients ul, .recipe-details .recipe-info .recipe-ingredients ol, .recipe-details .recipe-info .recipe-preparation ul, .recipe-details .recipe-info .recipe-preparation ol {
	margin: 0 0 1.5em 20px;
	padding: 0 0 0 10px;
}

.recipe-preparation p {
	padding: 0 0 0 10px;
}

.recipe-details .recipe-info .recipe-times h5 {
	color: #555555;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 0;
	display: block;
}

@media screen and (max-width: 575.98px) {
	.recipe-details .recipe-info .recipe-times h5 {
		display: none;
	}
}

.recipe-details .recipe-info .recipe-times ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.recipe-details .recipe-info .recipe-times ul li {
	display: inline-block;
	margin: 0 1.5em;
	/* @media screen and (max-width: $small) {
                        margin: 0;
                    } */
}

.recipe-details .recipe-info .recipe-times ul li svg {
	vertical-align: baseline;
	margin-right: 0.5em;
}

@media screen and (max-width: 575.98px) {
	.recipe-details .recipe-info .recipe-times ul li svg {
		vertical-align: middle;
	}
}

.recipe-details .recipe-info .recipe-times ul li:first-child {
	margin-left: 0;
}

.recipe-details .recipe-info .recipe-times ul li:last-child {
	margin-right: 0;
}

.recipe-details .recipe-info .recipe-times p {
	margin-bottom: 0;
	font-size: 14px;
}

@media screen and (max-width: 575.98px) {
	.recipe-details .recipe-info .recipe-times p {
		font-size: 16px;
	}
}

.recipe-related {
	margin: 1.5rem 0rem 3rem 0rem;
}

.recipe-related h3 {
	color: #555555;
	font-weight: 300;
	font-size: 35px;
	margin: 0.67em 0;
	margin-top: 0;
}

@media screen and (max-width: 575.98px) {
	.recipe-related h3 {
		font-size: 24px;
	}
}

@media screen and (max-width: 575.98px) {
	.recipe-related .row .col-12:first-child {
		margin-bottom: 1em;
	}
	.recipe-related .row .col-12:last-child {
		margin-top: 1em;
	}
}

.recipe-related #product-slider a {
	text-decoration: none;
}

.recipe-related #product-slider a .item {
	background-color: #005776;
	padding: 1rem;
	height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.recipe-related #product-slider a .item .item-image img {
	display: block;
	/* width: 50%; */
	margin: auto;
}

.recipe-related #product-slider a .item .item-content {
	/* height: 120px; */
}

.recipe-related #product-slider a .item .item-content h3 {
	font-weight: 300;
	text-align: center;
	text-transform: initial;
	font-size: 16px;
	padding: 10px 0px;
	margin: 0;
	line-height: 1.3;
	color: #fff;
}

.recipe-related #product-slider a .item .item-content span {
	color: #ffffff54;
	text-align: center;
	display: block;
	text-transform: capitalize;
}

.recipe-related #product-slider a .item .item-content a {
	transform: translateY(0px);
	transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: 0.3 linear;
	/* display: inline-block; */
	display: none;
	line-height: 1;
	background-color: transparent;
	width: 100%;
	font-size: 15px;
	padding: 12px 24px;
	border-radius: 0px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
}

.recipe-related #product-slider a .item .item-content a:hover {
	color: #005776;
	background-color: #fff;
}

@media screen and (max-width: 575.98px) {
	.recipe-related #product-slider a .item {
		height: initial;
	}
}

.recipe-related #product-slider .owl-dots {
	text-align: center;
	padding-top: 10px;
}

.recipe-related #product-slider .owl-dots .owl-dot {
	width: 40px;
	height: 10px;
	display: inline-block;
	background: #F0F0F0;
}

.recipe-related #product-slider .owl-dots .owl-dot:first-child {
	border-radius: 5px 0px 0px 5px;
}

.recipe-related #product-slider .owl-dots .owl-dot:last-child {
	border-radius: 0px 5px 5px 0px;
}

.recipe-related #product-slider .owl-dots .owl-dot:focus {
	outline: none;
}

.recipe-related #product-slider .owl-dots .active {
	background-color: #F9C20A;
}

.recipe-related #single-item-recipe {
	background: #77C19A;
	border-radius: 0px;
	overflow: hidden;
	height: 350px;
}

.recipe-related #single-item-recipe .recipe-item_image {
	transition: all 0.3s ease-out;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 100%;
	/* float: left; */
	width: 50%;
}

.recipe-related #single-item-recipe .recipe-item_image div {
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.5s;
	height: 100%;
}

.recipe-related #single-item-recipe .recipe-item_details {
	position: relative;
	text-align: left;
	overflow: hidden;
	padding: 25px;
	height: 100%;
	float: right;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.recipe-related #single-item-recipe .recipe-item_details ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.recipe-related #single-item-recipe .recipe-item_details ul li {
	display: inline-block;
}

.recipe-related #single-item-recipe .recipe-item_details ul li svg {
	fill: #fff;
	margin-right: 5px;
}

.recipe-related #single-item-recipe .recipe-item_details ul li span {
	color: #fff;
	font-weight: 300;
	font-size: 16px;
}

.recipe-related #single-item-recipe .recipe-item_details ul li:first-child {
	margin-right: 0.5em;
}

.recipe-related #single-item-recipe .recipe-item_details ul li:last-child {
	margin-left: 0.5em;
}

.recipe-related #single-item-recipe .recipe-item_details h3 {
	font-weight: 300;
	text-transform: initial;
	padding: 10px 0px;
	margin: 0;
	line-height: 1.3;
	color: #fff;
}

.recipe-related #single-item-recipe .recipe-item_details p {
	color: #fff;
}

.recipe-related #single-item-recipe .recipe-item_details a {
	transform: translateY(0px);
	transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: 0.3 linear;
	display: inline-block;
	line-height: 1;
	background-color: transparent;
	font-size: 15px;
	padding: 12px 24px;
	border-radius: 0px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.recipe-related #single-item-recipe .recipe-item_details a:hover {
	color: #77C19A;
	background-color: #fff;
}

/* Single Products
--------------------------------------------- */
.product-back a {
	color: #555;
	text-decoration: none;
}

.product-details .product-info .product-name h1 {
	color: #555555;
	font-weight: 300;
	font-size: 35px;
	margin-top: 0;
}

@media screen and (max-width: 575.98px) {
	.product-details .product-info .product-name h1 {
		font-size: 24px;
		margin: 0.67em 0;
	}
}

.product-details .product-info .product-sku span {
	font-size: 24px;
	font-weight: 300;
	color: #DC4204;
	padding: 10px 0;
	clear: both;
}

.product-details .product-info-tabs {
	margin-top: 25px;
}

.product-details .product-info-tabs ul {
	border: none;
	margin: 0;
}

.product-details .product-info-tabs ul li {
	margin-bottom: 0;
	width: 50%;
}

.product-details .product-info-tabs ul li a {
	border: none;
	border-bottom: 2px solid transparent;
	color: #005776;
	padding: 0.5rem 1rem 0.5rem 0rem;
}

.product-details .product-info-tabs ul li .active {
	color: #005776;
	border-color: #005776;
}

.product-details .product-info-tabs .tab-content .tab-pane {
	padding: 20px 0px;
	font-size: 15px;
	color: #555555;
}

.product-details .product-info-button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2rem;
}

.product-details .product-info-button ul li {
	display: inline-block;
	margin-right: 0.5rem;
}

.product-details .product-info-button a {
	transform: translateY(0px);
	transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: 0.3 linear;
	line-height: 1;
	background-color: #005776;
	font-size: 15px;
	padding: 12px 24px;
	border-radius: 0px;
	border: none;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.product-details .product-info-button a:hover {
	color: #005776;
	background-color: #F9C20A;
}

/*Start IW new changes*/
/*Comprar en linea*/
.product-details .product-info-button a.btn-outline {
	transform: translateY(0px);
	transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: 0.3 linear;
	line-height: 1;
	background-color: white;
	font-size: 15px;
	padding: 12px 24px;
	border-radius: 0px;
	border: 1px solid #005776 !important;
	border: none;
	color: #005776;
	text-align: center;
	text-decoration: none;
}

.product-details .product-info-button a.btn-outline:hover {
	color: white;
	background-color: #F9C20A;
}

/*Carousel de imagenes:: Galleria**/
#product-thumb-image.owl-carousel .owl-stage-outer .owl-stage .owl-item{
	background-color: #F8F8F8;
	padding: 2px;
}

.mt-fix-title{
	margin-top: 8rem;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:none;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border:none;
}

@media only screen and (max-width: 600px) {
	.owl-prev {
		top: 0%;
		margin-left: -15px;
	}

	.owl-next {
		top: 0%;
		right: -10px;
	}
}

*:focus, *:active {
    outline: 0;
}

/*End IW Modifications*/


.product-related h3 {
	color: #555555;
	font-weight: 300;
	font-size: 35px;
	margin: 0.67em 0;
	margin-top: 0;
}

@media screen and (max-width: 575.98px) {
	.product-related h3 {
		font-size: 24px;
		margin: 0.67em 0;
	}
}

/* Form Search
--------------------------------------------- */
.search-form {
	width: 100%;
	position: relative;
	display: flex;
}

.search-form .search-field {
	width: 100%;
	border: none;
	border-bottom: 2px solid #CDCDCD;
	border-right: none;
	padding: 5px;
	border-radius: 0px;
	outline: none;
	color: #9DBFAF;
	font-size: 14px;
	background: transparent;
}

.search-form .search-submit {
	border: none !important;
	font-weight: 500;
	border-bottom: 2px solid #CDCDCD !important;
	background: transparent;
	text-align: center;
	color: #005776;
	border-radius: 0px;
	cursor: pointer;
	font-size: 14px;
	height: calc(1.5em + 0.75rem + 5px);
	min-width: 0px !important;
	font-size: 14px !important;
}

/* Hero Image
--------------------------------------------- */
.recipe-hero,
.distributor-portal-hero,
.distributor-hero,
.post-hero {
	width: 100%;
	height: 70vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
}

.recipe-hero .post-inner,
.distributor-portal-hero .post-inner,
.distributor-hero .post-inner,
.post-hero .post-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.recipe-hero .post-inner .post-content,
.distributor-portal-hero .post-inner .post-content,
.distributor-hero .post-inner .post-content,
.post-hero .post-inner .post-content {
	padding: 20px 0px;
}

.recipe-hero .post-inner .post-content h1, .recipe-hero .post-inner .post-content p,
.distributor-portal-hero .post-inner .post-content h1,
.distributor-portal-hero .post-inner .post-content p,
.distributor-hero .post-inner .post-content h1,
.distributor-hero .post-inner .post-content p,
.post-hero .post-inner .post-content h1,
.post-hero .post-inner .post-content p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 300;
	font-size: 15px;
}

.recipe-hero .post-inner .post-content h1,
.distributor-portal-hero .post-inner .post-content h1,
.distributor-hero .post-inner .post-content h1,
.post-hero .post-inner .post-content h1 {
	font-size: 38px;
	padding-bottom: 10px;
}

@media screen and (max-width: 575.98px) {
	.recipe-hero .post-inner .post-content h1,
	.distributor-portal-hero .post-inner .post-content h1,
	.distributor-hero .post-inner .post-content h1,
	.post-hero .post-inner .post-content h1 {
		font-size: 24px;
		margin: 0.37em 0;
	}
}

/*@media screen and (max-width: 575.98px) {
	.recipe-hero .post-inner,
	.distributor-portal-hero .post-inner,
	.distributor-hero .post-inner,
	.post-hero .post-inner {
		box-shadow: inset 0 -160px 120px -80px #003d53, inset 0 -160px 120px -80px rgba(0, 61, 83, 0.667);
	}
}*/

/* Banner Recipe
--------------------------------------------- */
.recipe-banner {
	color: #fff;
	text-align: center;
	padding: 3rem 0rem;
}

.recipe-banner h2, .recipe-banner p {
	font-weight: 300;
}

.recipe-banner h2 {
	margin: 0;
	font-size: 35px;
}

@media screen and (max-width: 575.98px) {
	.recipe-banner h2 {
		font-size: 24px;
		margin: 0.67em 0;
	}
}

.recipe-banner a {
	background: #005776;
	color: #fff;
	text-decoration: none;
	padding: 12px 24px;
	border: none;
	outline: none;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1;
	border-radius: 0;
	transition: all .3s;
}

.recipe-banner a:hover {
	background: #F9C20A;
	color: #005776;
}

/* Banner Products
--------------------------------------------- */
.product-banner, .product-banner-two {
	background: #77C19A;
	color: #fff;
	text-align: center;
	padding: 3rem 0rem;
}

.product-banner ul, .product-banner-two ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.product-banner ul li, .product-banner-two ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.8em;
}

.product-banner ul li:last-child, .product-banner-two ul li:last-child {
	margin-right: 0;
}

.product-banner ul li a, .product-banner-two ul li a {
	background: #fff;
	color: #005776;
	text-decoration: none;
	padding: 12px 24px;
	border: none;
	outline: none;
	width: 100%;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1;
	border-radius: 0;
	transition: all .3s;
}

.product-banner ul li a:hover, .product-banner-two ul li a:hover {
	background-color: #F9C20A;
	color: #005776;
}

.product-banner h2, .product-banner-two h2 {
	font-weight: 300;
	margin: 0;
	font-size: 35px;
}

@media screen and (max-width: 575.98px) {
	.product-banner h2, .product-banner-two h2 {
		font-size: 24px;
		margin: 0.67em 0;
	}
}

.product-banner a, .product-banner-two a {
	background: #005776;
	color: #fff;
	text-decoration: none;
	padding: 12px 24px;
	border: none;
	outline: none;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1;
	border-radius: 0;
	margin-top: 1em;
	transition: all .3s;
}

.product-banner a:hover, .product-banner-two a:hover {
	background-color: #F9C20A;
	color: #005776;
}

/* Banner Portal
--------------------------------------------- */
.distributor-portal-banner {
	background: #77C19A;
	color: #fff;
	text-align: center;
	padding: 3rem 0rem;
}

.distributor-portal-banner h2 {
	font-size: 35px;
	font-weight: 300;
	margin: 0;
}

@media screen and (max-width: 575.98px) {
	.distributor-portal-banner h2 {
		font-size: 24px;
		margin: 0.67em 0;
	}
}

.distributor-portal-banner p {
	margin: 1em 0em;
}

.distributor-portal-banner a {
	background: #fff;
	color: #005776;
	text-decoration: none;
	padding: 12px 24px;
	border: none;
	outline: none;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1;
	border-radius: 0;
	transition: all .3s;
}

.distributor-portal-banner a:hover {
	background-color: #F9C20A;
	color: #005776;
}

/* Banner Distributor
--------------------------------------------- */
/* Form Banner Distribuitor
--------------------------------------------- */
.distributor-contact {
	background: #408087;
}

.distributor-contact h2, .distributor-contact p {
	color: #fff;
	font-weight: 300;
	text-align: center;
}

.distributor-contact h2 {
	font-size: 35px;
	margin: 0;
}

@media screen and (max-width: 575.98px) {
	.distributor-contact h2 {
		font-size: 24px;
		margin: 0.67em 0;
	}
}

.distributor-contact label {
	color: #fff;
}

/* Filters
--------------------------------------------- */
/* Filter Archive Page Products
--------------------------------------------- */
.sidebar-filter {
	background-color: #F8F8F8;
	border-radius: 0px;
	padding: 1rem;
	display: block;
}

.sidebar-filter form ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sidebar-filter form ul li {
	display: inline-block;
}

.sidebar-filter form ul li span {
	color: #555555;
	text-decoration: underline;
}

.sidebar-filter form fieldset {
	padding: 0;
}

.sidebar-filter form fieldset .accordion .accordion-heading h6 {
	border-bottom: 1px solid #555555;
	padding-bottom: 0.5rem;
	margin-top: 0.5rem;
	font-weight: 300;
}

.sidebar-filter form fieldset .accordion .accordion-heading h6 span {
	display: block;
	position: relative;
}

.sidebar-filter form fieldset .accordion .accordion-heading h6 span::after {
	position: absolute;
	content: "▶";
	font-size: 16px;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sidebar-filter form fieldset .accordion .accordion-content label {
	margin: 0;
	vertical-align: middle;
	line-height: 0.8;
}

.sidebar-filter form fieldset .accordion .accordion-content label input {
	float: right;
}

.sidebar-filter form fieldset button {
	background-color: #005776;
	color: #fff;
	width: 100%;
	padding: 12px 24px;
	border: none;
	outline: none;
	font-weight: 300;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	transition: all .3s;
}

.sidebar-filter form fieldset button:hover {
	background-color: #F9C20A;
}

.sidebar-filter form fieldset:last-child {
	padding-top: 10px;
}

@media screen and (max-width: 575.98px) {
	.sidebar-filter {
		/*display: none;*/
	}
}

.sidebar-filter-search {
	display: none;
}

@media screen and (max-width: 575.98px) {
	.sidebar-filter-search {
		/*display: block;*/
	}
}

/* Filter Archive Page Recipe and Products
--------------------------------------------- */
.navbar-filter {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navbar-filter .navbar-filter__title h2 {
	font-weight: 300;
	margin: 0;
	font-size: 24px;
}

.navbar-filter .navbar-filter__button {
	position: relative;
}

.navbar-filter .navbar-filter__button button {
	border: none;
	background-color: transparent;
	outline: none;
	line-height: 1;
	padding: 10px 15px;
	transition: all .3s;
}

.navbar-filter .navbar-filter__button button span {
	color: #555555;
	font-size: 20px;
	font-weight: 300;
}

.navbar-filter .navbar-filter__button button span:hover, .navbar-filter .navbar-filter__button button span:focus, .navbar-filter .navbar-filter__button button span:active {
	color: #fff;
}

.navbar-filter .navbar-filter__button button svg {
	fill: #555555;
}

.navbar-filter .navbar-filter__button button:hover, .navbar-filter .navbar-filter__button button:focus, .navbar-filter .navbar-filter__button button:active {
	background-color: #77C19A;
}

.navbar-filter .navbar-filter__button button:hover svg, .navbar-filter .navbar-filter__button button:focus svg, .navbar-filter .navbar-filter__button button:active svg {
	fill: #fff;
}

.navbar-filter .navbar-filter__button .menu-filter {
	background-color: #fff;
	position: absolute;
	top: calc(100% + 16px);
	right: 0px;
	border-radius: 0px;
	padding: 1rem;
	width: 270px;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s;
	box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.1);
}

.navbar-filter .navbar-filter__button .menu-filter.active {
	visibility: visible;
	opacity: 1;
	top: calc(100% + 8px);
}

.navbar-filter .navbar-filter__button .menu-filter form ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navbar-filter .navbar-filter__button .menu-filter form ul li {
	display: inline-block;
}

.navbar-filter .navbar-filter__button .menu-filter form ul li span {
	color: #555555;
	text-decoration: underline;
}

.navbar-filter .navbar-filter__button .menu-filter form fieldset {
	padding: 0;
}

.navbar-filter .navbar-filter__button .menu-filter form fieldset .accordion .accordion-heading h6 {
	border-bottom: 1px solid #555555;
	padding-bottom: 0.5rem;
	margin-top: 0.5rem;
	font-weight: 300;
}

.navbar-filter .navbar-filter__button .menu-filter form fieldset .accordion .accordion-heading h6 span {
	display: block;
	position: relative;
}

.navbar-filter .navbar-filter__button .menu-filter form fieldset .accordion .accordion-heading h6 span::after {
	position: absolute;
	content: "▶";
	font-size: 16px;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.navbar-filter .navbar-filter__button .menu-filter form fieldset .accordion .accordion-content label {
	margin: 0;
	vertical-align: middle;
	line-height: 0.8;
}

.navbar-filter .navbar-filter__button .menu-filter form fieldset .accordion .accordion-content label input {
	float: right;
}

.navbar-filter .navbar-filter__button .menu-filter form fieldset button {
	background-color: #005776;
	color: #fff;
	width: 100%;
	transition: all .3s;
	border: none;
	outline: none;
}

.navbar-filter .navbar-filter__button .menu-filter form fieldset button:hover {
	background-color: #77C19A;
}

.navbar-filter .navbar-filter__button .menu-filter form fieldset:last-child {
	padding-top: 10px;
}

.navbar-filter .navbar-filter__button .menu-filter form fieldset label {
	margin: 0;
}

/* Filter Archive Page Distribuitor
--------------------------------------------- */
.distributor-form .form-header {
	padding: 1.6em;
	margin-top: 1em;
}

.distributor-form .form-header h2 {
	text-align: center;
	color: #555555;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 50px;
}
.distributor-form .form-header p {
	text-align: center;
	color: #000000;
	font-weight: 300;
	margin: 0;
	padding-top:5px;
	padding-bottom: 15px;
	font-size: 1.3em; 
}

@media screen and (max-width: 575.98px) {
	.distributor-form .form-header h2 {
		font-size: 24px;
		margin: 0.67em 0;
	}
}

.distributor-form .form-header form {
	
	align-items: end;
	padding-top: 15px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:20px;
	box-shadow: 2px 2px 5px #E6E6E6, 0px 0px 0px #E6E6E6, 0px 0px 0px #E6E6E6;
	
}


@media screen and (max-width: 575.98px) {
	.distributor-form .form-header form {
		flex-direction: column;
	}
}

.distributor-form .form-header fieldset {
	display: grid;
	max-width: 100%;
	padding: 0;
	width: 25%;
	/* &:nth-of-type(1) {
				width: 25%;
			}

			&:nth-of-type(2) {
				width: 25%;
			}

			&:nth-of-type(3) {
				width: 25%;
			}

			&:nth-of-type(4) {
				width: 25%;
			} */
}

@media screen and (max-width: 575.98px) {
	.distributor-form .form-header fieldset {
		width: 100%;
	}
}

.distributor-form .form-header button {
	background: #005776;
	color: #fff;
	height: calc(1.5em + 0.75rem + 5px);
	padding: 0.375rem 0.75rem;
	border: none;
	outline: none;
	width: 100%;
}

.distributor-form .form-header button:hover {
	background: #F9C20A;
}
.distributor-form .form-header button.delete {
    background: none; /* Remove background color */
    color: #005776; /* Set text color */
    height: auto; /* Allow height to adjust to content */
    padding: 0; /* Remove padding */
    border: none; /* Remove border */
    outline: none; /* Remove outline */
    width: auto; /* Allow width to adjust to content */
    text-decoration: underline; /* Underline text */
}

@media screen and (max-width: 575.98px) {
	.distributor-form .form-header {
		margin-top: 0;
	}
}

/* Social
--------------------------------------------- */
.post-social {
	text-align: center;
	background-color: #4D899F;
	padding-top: 10px;
	padding-bottom: 10px;
}

.post-social h3  {
	color: #ffffff;
	font-family: "Noto Sans", Sans-serif;
	font-weight: 300;
	padding: 0;
	margin: 0;
	padding-bottom: .2em;
	padding-top: 3rem;
	line-height: 1;
	font-size: 35px;
}
.post-social p  {
	color: #ffffff;
	font-family: "Noto Sans", Sans-serif;
	font-weight: 300;
	font-size: 1.3em;
}

@media only screen and (max-width: 600px) {
    /*#distribuidores-filter-container .item-filter{
        border-bottom: 1px solid #DEDEDE;
        border-right: none;
    }*/
    
    .distributor-form #map{
        display: none;
    }
    
    .post-social .social-columns .social-column .post-social-icons .post-social-icons-item{
        margin: 0.1rem 0 !important;
    }
    
    .post-social .social-column{
        flex-direction: row !important;
    }
    
    .post-social-icons{
        align-items: flex-start !important;
        padding-left: 2rem !important;
    }
}

.post-social .social-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 3rem 0rem 5rem 0rem;
}
@media screen and (max-width: 575.98px) {
	.post-social .social-columns {
		/*flex-wrap: nowrap;
		overflow-x: scroll;*/
		display: block;
		margin: 0;		
	}
}

.post-social .social-column {
   /* position: sticky;
    padding-left: 2rem;
	padding-right: 2rem;*/
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 1.5rem;
	    padding-right: 1.3rem;
	    padding-left: 1.4rem;
}
.post-social .social-column:nth-child(-n+4) {
    border-right: 1px solid #fff;

@media screen and (max-width: 575.98px) {
	border-right: none;
}
}
.post-social .social-column:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: white;
}

.post-social-icons {
    display: inline-block;
    width: 100%;
}

.post-social-icons-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    color: white;
}

.post-social-icons i {
    margin-right: 8px;
    color: white;
}

.post-social-icons a {
    color: white;
    text-decoration: none;
}

.post-social .social-columns .social-column .post-social-logo {
	margin-bottom: 20px;
}

.post-social .social-columns .social-column .post-social-logo svg {
	display: block;
	margin: 0 auto;
	position: relative;
	top: 0px;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

.post-social .social-columns .social-column .post-social-logo svg:hover {
	top: -15px;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	cursor: pointer;
}

.post-social .social-columns .social-column .post-social-icons {
	/*display: inline-block;
	width: 100%;
	word-spacing: 5px;
	color:#ffffff;*/
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 1rem;
}

.post-social .social-columns .social-column .post-social-icons .post-social-icons-item {
	/*display: inline-block;
	margin-bottom: var(--grid-row-gap);
	word-break: break-word;
	min-width: 0;*/
	display: flex;
	align-items: center;
	margin: 0.5rem 0;
}

.post-social .social-columns .social-column .post-social-icons .post-social-icons-item a {
color:#ffffff;
	margin-left: 10px;
}

/*.post-social .social-columns .social-column .post-social-icons .post-social-icons-item a {
	border-radius: 100% 100% 100% 100%;
	background-color: #555555;
	box-shadow: none;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	width: calc(20px + (2 * .5em));
	height: calc(20px + (2 * .5em));
	--e-social-icon-icon-color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.post-social .social-columns .social-column .post-social-icons .post-social-icons-item a:hover {
	opacity: .9;
}*/

.post-social .social-columns .social-column .post-social-icons .post-social-icons-item a i {
	color: #fff;
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.post-social .social-columns .social-column .post-social-icons .post-social-icons-item a i::before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media screen and (max-width: 575.98px) {
	.post-social .social-columns .social-column {
		min-width: 50%;
		align-items: flex-start;
	}
}

.post-social.bigtrain {
	text-align: center;
	background-color: #4D899F;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Recipes
--------------------------------------------- */
#item-recipe {
	background: #F8F8F8;
	border-radius: 0px;
	overflow: hidden;
	height: 350px;
}

#item-recipe .recipe-item_image {
	transition: all 0.3s ease-out;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 100%;
	float: left;
	width: 50%;
}

#item-recipe .recipe-item_image div {
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.5s;
	height: 100%;
}

#item-recipe .recipe-item_details {
	position: relative;
	text-align: left;
	overflow: hidden;
	padding: 25px;
	height: 100%;
	float: right;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

#item-recipe .recipe-item_details ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#item-recipe .recipe-item_details ul li {
	display: inline-block;
}

#item-recipe .recipe-item_details ul li svg {
	fill: #555;
	margin-right: 5px;
}

#item-recipe .recipe-item_details ul li span {
	color: #555;
	font-weight: 300;
	font-size: 16px;
}

#item-recipe .recipe-item_details ul li:first-child {
	margin-right: 0.5em;
}

#item-recipe .recipe-item_details ul li:last-child {
	margin-left: 0.5em;
}

#item-recipe .recipe-item_details h3 {
	font-weight: 300;
	text-transform: initial;
	padding: 10px 0px;
	margin: 0;
	line-height: 1.3;
}

#item-recipe .recipe-item_details a {
	transform: translateY(0px);
	transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: 0.3 linear;
	display: inline-block;
	line-height: 1;
	background-color: transparent;
	font-size: 15px;
	padding: 12px 24px;
	border-radius: 0px;
	border: 1px solid #005776;
	color: #005776;
	text-align: center;
	text-decoration: none;
}

#item-recipe .recipe-item_details a:hover {
	color: #fff;
	background-color: #005776;
}

/* .recipe-item_image:hover img {transition: all 0.3s ease-out;}
.recipe-item_image:hover img {transform: scale(1.2, 1.2);} */
/* Products
--------------------------------------------- */
#carousel-products .item {
	background-color: #F8F8F8;
	padding: 1rem;
}

#carousel-products .item .item-image img {
	display: block;
	/* width: 40%; */
	margin: auto;
}

#carousel-products .item .item-content {
	height: 120px;
}

#carousel-products .item .item-content h3 {
	font-weight: 300;
	text-align: center;
	text-transform: initial;
	font-size: 16px;
	padding: 10px 0px;
	margin: 0;
	line-height: 1.3;
}

#carousel-products .item .item-content span {
	display: none;
}

#carousel-products .item .item-content a {
	transform: translateY(0px);
	transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: 0.3 linear;
	display: inline-block;
	line-height: 1;
	background-color: transparent;
	width: 100%;
	font-size: 15px;
	padding: 12px 24px;
	border-radius: 0px;
	border: 1px solid #005776;
	color: #005776;
	text-align: center;
	text-decoration: none;
}

#carousel-products .item .item-content a:hover {
	color: #fff;
	background-color: #005776;
}

#carousel-products .owl-dots {
	text-align: center;
	padding-top: 10px;
}

#carousel-products .owl-dots .owl-dot {
	width: 40px;
	height: 10px;
	display: inline-block;
	background: #F0F0F0;
}

#carousel-products .owl-dots .owl-dot:first-child {
	border-radius: 5px 0px 0px 5px;
}

#carousel-products .owl-dots .owl-dot:last-child {
	border-radius: 0px 5px 5px 0px;
}

#carousel-products .owl-dots .owl-dot:focus {
	outline: none;
}

#carousel-products .owl-dots .active {
	background-color: #F9C20A;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Elementor
--------------------------------------------- */
.elementor-element.button-hover a {
	visibility: hidden;
	transition: all .0s;
}

.elementor-column.action-hover:hover .button-hover a {
	visibility: visible;
}

@media screen and (max-width: 575.98px) {
	.has-mobile-scroll-x .elementor-container {
		flex-wrap: nowrap !important;
		overflow-x: scroll;
	}
	.has-mobile-scroll-x .elementor-container .elementor-column {
		flex-shrink: 0;
		width: 65%;
	}
}

.logo-hover-top svg {
	display: block;
	margin: 0 auto;
	position: relative;
	top: 0px;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

.logo-hover-top svg:hover {
	top: -15px;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

/* Contact Form 7
--------------------------------------------- */
.wpcf7-submit {
	display: block !important;
	margin: auto;
}

.wpcf7-submit.btn-100 {
	width: 100%;
}

.wpcf7-submit.btn-30 {
	width: 30%;
}

@media screen and (max-width: 575.98px) {
	.wpcf7-submit.btn-30 {
		width: 100%;
	}
}

.wpcf7-list-item {
	margin: 0;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.hide{
	display: none;
	visibility: hidden;
}

.w100{
	width:100% !important;
}

.w80{
	width:80% !important;
}

.bottom0{
	position:absolute;
	bottom:0;
}


#post-recipe .post-image-content {
    display: flex;
    justify-content: center;
    align-items: end;
    -webkit-justify-content: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    height: 100%;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}


.recipe-info-button a {
	transform: translateY(0px);
	transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: 0.3 linear;
	line-height: 1;
	background-color: #005776;
	font-size: 15px;
	padding: 12px 24px;
	border-radius: 0px;
	border: none;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.recipe-info-button a:hover {
	color: #005776;
	background-color: #F9C20A;
}

.recipe-info-button a.btn-outline {
	transform: translateY(0px);
	transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: 0.3 linear;
	line-height: 1;
	background-color: white;
	font-size: 15px;
	padding: 12px 24px;
	border-radius: 0px;
	border: 1px solid #005776 !important;
	border: none;
	color: #005776;
	text-align: center;
	text-decoration: none;
}

.recipe-info-button a.btn-outline:hover {
	color: white;
	background-color: #F9C20A;
}
/*# sourceMappingURL=style.css.map */


@media (min-width: 320px) and (max-width: 480px) {
  
	li#menu-item-556 {
		background: #F9C20A;
		border-bottom: 1px solid #fff;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	li#menu-item-556 a {
		font-weight: 700;
	}	
  
}

/* Subida automática test */