/*
Theme Name: Genesis Sample
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.3.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	color: #482882;
}

a:focus,
#genesis-mobile-nav-primary {
    outline: none;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[hidden],
template {
	display: none;
}

/* stylelint-enable */

/* Global */
.hidden {
    display: none !important;
}
/* !Global */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Public Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0073e5;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: disc;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul>li:last-of-type {
	margin-bottom: 0;
}

.widget ul>li {
	margin-bottom: 10px;
}

.widget ul>li:last-of-type {
	padding-bottom: 0;
}

.widget ol>li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form+p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 30px;
}

@media screen and (min-width:1200px) {
	.site-header {
		padding: 0 108px;
	}
}

/* Title Area
--------------------------------------------- */

.title-area {
	/* float: left; */
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 14px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

@media only screen and (min-width: 960px) {
	.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
		width: 360px !important;
	}
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover>.sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #482882;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol>li {
	list-style-type: decimal;
}

.entry-content ul>li {
	list-style-type: disc;
}

.entry-content ol ul>li,
.entry-content ul ul>li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul>li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	clear: both;
	padding: 60px 0;
	background-color: #121212;
	color:#fff;
	font-size:14px;
}

.footer-widgets .textwidget p {
	margin:0;
}

.widget-title {
	font-weight:600;
}

.footer-widgets a,
.footer-widgets a:hover,
.footer-widgets a:focus,
.footer-widgets a:visited {
	color:#fff;
	text-decoration:none;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #482882;
	color:#FFFFFF;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}


@media only screen and (min-width: 960px) {
	.site-footer p {
		margin-bottom: 0;
		font-size:14px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: left;
	}
}

.site-footer p {
	margin-bottom: 0;
	font-size:14px;
}

.site-footer a {
	color:#FFFFFF;
	text-decoration:none;
}

.footer-widget-area i {
	margin-right:10px;
}

.footer-widgets-3 a {
	display:block;
}


.footer-redes-sociales {
	padding-top:25px;
}

.footer-redes-sociales a {
	display: inline-block;
	font-size:1.5rem;
}

.footer-widgets-4 li {
	list-style: none;
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}
	
	.winetech-page .site-header {
		position: fixed;
		width: 100%;
	}
	
	.winetech-page .site-inner {
		margin-top: 128px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu>.menu-bold>a {
		font-weight: 700;
	}

	.genesis-nav-menu>.menu-highlight>a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu>.menu-highlight>a:focus,
	.genesis-nav-menu>.menu-highlight>a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 100%;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 100%;
		padding: 0 108px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 4);
 	 }

}

@media (min-width: 768px) and (max-width: 1024px) {
	.footer-widget-area {
		width: calc(100% / 2);
		float:left;
 	 }
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " ("attr(href) ")";
	}

	abbr[title]::after {
		content: " ("attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title>a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title>a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* Custom styles */

/* Header */

.nav-primary {
	float: left;
	width: 100%;
}

@media screen and (max-width:960px) {
	#genesis-nav-primary {
		display:none;
	}
}

@media (min-width: 960px) and (max-width:1300px){
	.nav-primary .genesis-nav-menu a {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.nav-primary a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a {
	color: #482882;
}

.site-header {
	padding-top: 35px;
	position: initial;
	border-bottom: 5px #482882 solid;
}

.topbar {
	border-bottom: 1px #dfdfdf solid;
	padding: 0 0 15px 0;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width:960px) {
	.topbar {
		display: none;
		background-color: red;
	}
}

.topnav-sidebar {
	list-style: none;
}

.custom-links-sidebar {
	display: flex;
}

.custom-links-sidebar ul:nth-child(1) {
	text-align: right;
}

.custom-links-sidebar ul:nth-child(2) {
	padding: 0 0 0 10px;
}

.custom-links-sidebar li:nth-child(1) a {
    border-right: 1px rgb(139, 139, 139) solid;
    margin-right: 10px;
    padding-right: 10px;
}

.custom-links-sidebar li:nth-child(1) a:last-of-type {
	border:none;
	margin-right:0;
	padding-right:0;
}

.custom-links-sidebar li .info {
	margin-right:10px;
}

.custom-links-sidebar ul li {
	list-style: none;
	padding: 0 10px 0 0;
}

.custom-links-sidebar ul li a {
	color: #482882;
	text-decoration: none;
	font-size: 14px;
}

@media screen and (min-width:768px) {
	.genesis-nav-menu .menu-forum {
		float: right;
	}
}

.custom-logo {
	width: 270px;
}

@media screen and (max-width:768px) {
	.site-header .custom-logo-link {
		width: 100%;
		max-width: 180px;
		padding-top: 20px;
	}

	.site-header {
		padding-top: 0;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.site-header {
		padding-top:0;
	}
	.site-header .custom-logo-link {
		padding-top: 15px;
	}
}

#genesis-mobile-nav-primary::before {
	font-size: 1.8rem;
	font-weight: 400;
	top: -3px;
}


.main-container {
	max-width: 1275px;
}

.p-w-margin p {
	margin: 0;
}

.site-header .topbar .custom-logo-link {
	display: block;
}

.site-header .custom-logo-link {
	display: none;
}

#menu-main aside {
	display:none;
	clear:both;
}

@media screen and (max-width:960px) {
	.site-header .custom-logo-link {
		display: block;
	}
	
	#menu-main aside {
		display:block;
	}
	
	.custom-links-sidebar ul {
		text-align:left;
	}
	
	.genesis-nav-menu .menu-forum {
		float:none;
	}
	
	.header-sidebar-list a {
		display:inline-block;
	}
	
	.custom-links-sidebar ul:nth-child(1) {
		text-align:left;
	}
}

@media screen and (min-width:1024px) {
	#seccion-hero {
		padding:0 108px;
	}
}

/* Home */

.hero-home {
	max-width: 50%;
}

@media screen and (max-width:1024px) {
	.hero-home {
		max-width: 100%;
	}
}

.home-toggle .more {
	color: #482882;
	border: 1px #482882 solid;
	padding: 5px 15px;
	display: block;
	margin-top: 5px;
}

img.home-verified-img {
	margin: 0 20px 0 0;
}

.home-specs-icon {
	min-height: 80px;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: end;
}

.elementor-cta--valign-top .elementor-cta__content {
	align-content:space-between!important;
	-webkit-box-align: space-between!important;
}

.home-blog .elementor-cta__button {
	float:right;
}

.home-blog i {
    margin-left: 5px;
    font-size: 9px;
    padding: 5px;
    border: 1px #482882 solid;
    border-radius: 50%;
}

.home-icons-process .elementor-widget-wrap .elementor-element {
	width: 50%;
	margin:20px auto 0 auto;
}

@media screen and (min-width:1024px) {
	.home-icons-process .elementor-widget-wrap .elementor-element {
		width: 33%;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.home-icons-process .elementor-widget-wrap .elementor-element {
		width: 25%;
	}
	
	.home-icons-process .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
		text-align: center;
		display: block;
	}
	
	.home-icons-process .elementor-icon-box-icon {
   		margin: 0 !important;
	}
}

@media screen and (min-width:1024px) {
	.home-post-card article .elementor-post__text {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.home-post-card article .elementor-post__text .elementor-post__read-more {
		align-self: flex-end;
		padding: 0 15px 15px 0;
	}

	.home-post-card .elementor-post__title {
		padding: 20px 0 0 0;
	}
}

/* pages global */

/* @media screen and (max-width:768px) {
	.hero-column-image .elementor-element-populated {
		background-image: none !important;
	}
}
*/
/* Pages / business inteligence */

.hero-business li {
	list-style-type: disc;
	color: #fff;
	margin-left: 1em;
}

/* ERP para bodegas y cooperativas */

.vinotec-card {
	padding:24px;
	box-shadow: 1px 1px 8px #00000029;
	border-radius: 9px;
}

.vinotec-card .card-header img {
	width:40px;
	display: block;
	flex-shrink: 0;
}

.vinotec-card .card-header h3 {
	margin:0;
	padding-left:15px;
	color:#482882;
	font-size:20px;
}
.vinotec-card .card-header .essentials {
	color: #482882;
	padding-left: 15px;
}
.vinotec-card .card-header .essentials::before {
	content: '';
    background-image: url(/wp-content/uploads/icono-tilde-1.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.vinotec-card .card-text {
	margin-top:25px;
	font-size:14px;
	line-height:24px;
}

.vinotec-card ul {
    padding: 0 25px;
    font-size: 14px;
}
.vinotec-card .button {
	background-color: transparent;
    border: 1px solid #482882;
    border-radius: 35px;
    color: #482882;
    display: block;
    width: 50%;
    padding: 6px;
    font-weight: 400;
	margin: 0 auto;
}
.vinotec-card .list-container {
	display: flex;
	justify-content: space-between;
}
.vinotec-card .list-container ul {
	width: 50%;
}
.card-title-container {
	display:flex;
	align-items:center;
}

.card-info {
	margin:0;
	font-style: italic;
	font-size:16px;
}

.card-info i {
	margin: 0 5px;
	font-size:12px;
}

.card-info i:nth-child(1) {
	color:#00A339;
}

.card-info i:nth-child(2) {
	color:#F0CB00;
}

.card-info i:nth-child(3) {
	color:#6FB2FF;
}

.erp-featured-columns .elementor-row {
    justify-content: center;
}

.card-container-custom {
	display:flex;
	flex-wrap:wrap;
}

.custom-column-card {
	width:100%;
	margin-top:50px;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.custom-column-card {
		width:50%;
	}
}

.card-container-custom p,
.card-container-custom ul {
	font-size:14px;
	color:#1A1A1A;
}

@media screen and (max-width:768px) {
	.custom-column-card .featured-text {
		font-size:16px;
	}
}

.card-container-custom ul {
	margin-left:15px;
}

.card-container-custom ul li {
	padding:15px 0 0 0;
}

.card-container-custom h2 {
	text-align:center;
	color: #482882;
	font-size: 27px;
	line-height: 42px;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.card-container-custom h2  {
		font-size: 21px;
		line-height: 30px;
	}
	
	.custom-column-card:nth-child(1) {
		padding: 0 25px 0 0;
	}
}


.card-container-custom button {
	fill: #482882;
	color: #482882;
	background-color: transparent;
	margin: 0 auto;
	display: block;
}

.title-list-module {
    margin: 10px 0 5px 20px;
}
#erp-contact-form ._form_105 > div {
	text-align: left !important;
}
#erp-contact-form ._form {
	border: none !important;
	width: 50% !important;
}
#erp-contact-form ._form ._form-content {
	display: flex;
   	flex-wrap: wrap;
}
#erp-contact-form ._form ._form_element:first-child {
	display: none;
}
#erp-contact-form ._form ._form_element {
	width: 50%;
    float: none;
    margin: 0;
    padding: 0 16px 0 0;
    margin-left: 0 !important;
	margin-bottom: 1rem;
}
#erp-contact-form ._form ._form_element ._field-wrapper input {
	width: 100%;
	border-radius: 0;
    border: none;
}
#erp-contact-form ._form ._button-wrapper {
	margin: 0;
    width: 100%;
    margin-top: 1rem;
    border-radius: 2px;
    margin-left: 0 !important;
}
#erp-contact-form ._form ._button-wrapper ._submit {
	background-color: #1A1A1A !important;
    border-radius: 2px !important;
    padding: 10px 40px !important;
}
@media (max-width: 1024px){
	#erp-contact-form ._form {
		width: 100% !important;
	}
} 
@media (max-width: 425px){
	.prensa-item .elementor-icon-box-wrapper {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
	}
	.prensa-item .elementor-icon-box-wrapper .elementor-icon-box-content {
		padding-right: 5%;
	}
	#erp-contact-form ._form {
		margin-top: 0;
		padding-top: 0;
	}
	#erp-contact-form ._form ._form_element {
		width: 100%;
	}
}
/* Portugues */

#gform_fields_2 li {
    margin-right: 25px;
    font-size: 14px;
	color:#fff;
}
#gform_fields_2 {
    display: flex;
}

.port-form h5 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
	margin-bottom:0;
}

.port-form .gform_wrapper {
	margin-top:0px;
}

.port-form input {
	border-radius:5px;
}

.port-form .gfield_required {
    color: #fff !important;
}

.port-form .gform_footer.top_label,
.port-form #gform_wrapper_2 {
	padding:0;
	margin:0;
}

@media (max-width: 992px) {
	#gform_fields_2 {
    	display: block;
	}
	
	.port-form #gform_wrapper_2,
	.port-form .gform_footer.top_label {
		padding-top:15px;
	}
}


/* !Portugues */

/* Contacto */

.contact-form,
.gform_wrapper div.validation_error,
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message {
	color:#fff!important;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding:0!important;
}

.contact-form .gform_body {
	font-size:14px;
}

.contact-form .gform_title {
	font-size:1em;
}

#gform_submit_button_1,
#gform_submit_button_1:hover,
#gform_submit_button_2,
#gform_submit_button_2:hover {
    background: #1a1a1a;
	font-size:14px;
}

.gfield_consent_label a {
    color: #fff;
    text-decoration: underline;
}

/* addons styles */

.modulos-title img {
    width: 65px;
}

.featured-box-custom {
	text-align:center;
}

.vinotec-button {
	margin-top:50px;
}

@media screen and (min-width:768px) {
	.featured-box-custom {
		display:flex;
		justify-content:space-around;
		align-items:center;
		text-align:left;
	}
	
	.vinotec-button {
		padding-top:15px;
		margin:0;
	}	
}

.vinotec-button,
.vinotec-button:hover,
.vinotec-button:active,
.vinotec-button:focus {
	background-color:#fff;
	color:#482882;
	border:1px #482882 solid;
	border-radius:0;
}

#vistazo-testimonial .elementor-testimonial__footer img {
    width: 160px !important;
    height: auto !important;
    border-radius: 0;
}

#menu-item-2653 a {
	background: #482882;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	padding: 8px 6px;
}

@media (min-width:960px){
	#menu-item-1636 a {
		margin-left: 25px;
		padding: 10px 15px;
	}	
}

.elementor-post__excerpt p::after {
    content: " ...";
}

/* Winetech forum */

@media screen and (min-width:960px){
	.winetech-page .site-header .wrap {
		display: flex;
		justify-content: space-between;
	}
	
	.winetech-page .site-header .wrap > a {
		display: flex;
		align-items: center;
	}
}

.winetech-page .site-inner a {
	color:#482882;
}

.winetech-page .elementor-widget-button .elementor-button {
    background-color: #482882;
    color: #fff;
}

.winetech-page .site-header {
	padding: 30px 3% 25px;
}

@media (min-width:1200px){
	.winetech-page .site-header {
		padding: 30px 11% 25px;
	}
}

.winetech-page .site-header .wrap::after,
.winetech-page .site-header .wrap::before {
	display:none;
}

.winetech-page .site-header .wrap .custom-logo-link {
    display: none;
}


.winetech-page .site-header .wrap img {
	max-width:200px;
}

@media screen and (min-width:960px){
	.winetech-page .site-header #genesis-nav-primary {
		width:auto;
		display:flex;
		align-items:center;
	}
}

@media screen and (min-width:960px){
	.menu-item-has-children {
		margin-right:10px;
	}
	
	.menu-item-has-children > a span::after {
		content: "\f347";
		margin-top: 1px;
		font-family: "dashicons";
		position: absolute;
		margin-left: 3px;
	}
}

@media screen and (max-width:960px){
	.winetech-page .site-header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.winetech-page .site-header .wrap img {
		max-width: 180px;
		padding-top: 10px;
	}
}

/* Carrousel */

.elementor-swiper-button.elementor-swiper-button-next,
.elementor-swiper-button.elementor-swiper-button-prev {
    border: 1px black solid;
    border-radius: 50%;
    padding: 5px;
}

/* !Carrousel */

/* Footer */

.footer-image-tipsa {
    vertical-align: baseline;
}

#genesis-footer-widgets img {
	width:180px;
}

@media screen and (max-width:1024px){
	.footer-image-tipsa {
		display: block;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 0px;
		margin-bottom: 15px;
	}
}

.site-footer span {
    margin-left: 25px;
}

.site-footer img {
    padding: 0 !important;
}

/* Landing */

.page-id-6052 .sub-menu a {
	color:#000;
}

.landing-card-header {
	display:flex;
	justify-content: space-between;
	align-items:center;
	padding:0 0 15px;
}

.landing-card p {
	font-size:14px;
}

.landing-card a {
	font-size:15px;
	text-align:center;
	display:block;
}

.landing-card img {
	padding:0 5px;
	margin-top:-4px;
}

.landing-section-card-header {
	display:flex;
	align-items: center;
}

.landing-section-card-header span {
	padding:0 15px;
	font-weight:500;
}

.landing-section-card-header span::before {
    content: '';
    height: 1px;
    width: 25px;
    background: black;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.landing-featured {
    display: flex;
	align-items:center;
}

.landing-featured-title {
    max-width: 75%;
	color:#35C1CB;
}

.landing-featured-title a {
	color:#35C1CB;
}

.landing-featured-box {
	color: #35C1CB;
    border: 1px #35C1CB solid;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

.landing-featured-box h5 {
	margin-bottom: 5px;
}

.landing-featured-box .price {
    font-size: 2rem;
    font-weight: 500;
	margin:0;
}

.landing-featured-box .price .currency {
	font-size:1.3rem;
}

.landing-desc-list {
	display:flex;
	width:100%;
}

@media only screen and (max-width:1024px){
	.landing-desc-list {
		flex-wrap:wrap;
	}
}

.landing-desc-list ul {
	padding-left:15px;
	width:33%;
}

.landing-desc-list.desc-2 ul,
.landing-desc-list.desc-4 ul,
.landing-desc-list.desc-5 ul {
	width:50%;
}

@media only screen and (max-width:1024px){
	.landing-desc-list ul,
	.landing-desc-list.desc-2 ul,
	.landing-desc-list.desc-4 ul,
	.landing-desc-list.desc-5 ul{
		width:100%;
	}
}


.landing-desc-list ul:nth-child(2),
.landing-desc-list ul:nth-child(3) {
	margin-left:20px;
}

@media only screen and (max-width:1024px){
	.landing-desc-list ul:nth-child(2),
	.landing-desc-list ul:nth-child(3) {
		margin-left:0px;
	}
}

.landing-desc-list ul li {
	font-size:14px;
	font-weight:300;
	margin-top: 20px;
	list-style:none;
}

.landing-desc-list ul li:before {
	content: "•";
	color: #35C1CB;
	display: inline-block;
	width: 0.6em;
	margin-left: -0.6em;
	transform: scale(2.5);
}

.landing-desc-list.desc-2 ul li:before {
	color: #0095E6!important;
}

.landing-desc-list.desc-3 ul li:before {
	color: #EDBD13!important;
}

.landing-desc-list.desc-4 ul li:before {
	color: #5458AF!important;
}

.landing-desc-list.desc-5 ul li:before {
	color: #482882!important;
}



.landing-desc-featuredtitle h5 {
	display:flex;
	align-items:center;
}

.landing-desc-featuredtitle h5:after {
	content:'';
	width:40%;
	height:1px;
	background:#fff;
	margin: 0 auto;
	display:inline-block;
}

/* !Landing */

/* Landing next */

.page-id-5649 .site-header,
.page-id-5649 .footer-widgets,
.page-id-5807 .site-header,
.page-id-5807 .footer-widgets {
	display: none;
}

/* !Landing next */ 

div.historias-innovacion {
	background-color: #FFFFFF;
    border-radius: 12px;
	display: flex;
	justify-content: space-between;
    align-items: center;
	padding: 20px;
	height: 120px;
}

div.historias-innovacion div.historia-innovacion-left img {
	width: 100px;
}

div.historias-innovacion div.historia-innovacion-center {
	display: flex;
    flex-direction: column;
	border-left: 1px solid #841139;
	padding-left: 20px;
}

div.historias-innovacion div.historia-innovacion-center > span:nth-child(1) {
	font-size: 12px;
	line-height: 14px;
	color: #841139;
}

/* div.historias-innovacion div.historia-innovacion-right img {
	width: 40px;
} */

section.full-width-section > div {
	max-width: none !important;
}

section.full-width-section div.full-width-padding-left > div,
section.full-width-section div.full-width-no-padding-left > div {
	padding-left: 0 !important;
}

section.full-width-section div.full-width-padding-right > div,
section.full-width-section div.full-width-no-padding-right > div {
	padding-right: 0 !important;
}

form._form_113 {
	width: 100% !important;
}
/* ERP */
.erp-logo-microsoft {
	width: fit-content !important;
}
/* !ERP */

/* Empresa */
#empresa-carousel .year {
    color: #000;
}
/* !Empresa */

/* Home */
.home-slider .elementor-button {
	padding: 15px 50px !important;
}
.home-slider .elementor-swiper-button.elementor-swiper-button-next, 
.home-slider .elementor-swiper-button.elementor-swiper-button-prev {
	border: none;
}
.home-icons a.elementor-icon {
	border: 1px solid #482882;
    border-radius: 20px;
    padding: 5px;
    margin-right: 15px;
    margin-top: 5px;
}
.home-icons a.elementor-icon i:before {
	left: 60%;
}
.home-icons .elementor-icon-box-description a {
	color: #1a1a1a;
}
@media (max-width: 1024px){
	.home-slider .swiper-slide-contents {
		position: absolute;
		bottom: 10%;
	}
}
@media (max-width: 767px){
	.home-slider .elementor-swiper-button.elementor-swiper-button-next, 
	.home-slider .elementor-swiper-button.elementor-swiper-button-prev {
		display: none;
	}
	.home-slider .elementor-button {
    	padding: 15px 10px !important;
		text-align: left;
	}
	.home-icons .elementor-icon-box-wrapper {
		display: flex;
	}
	.home-icons.elementor-widget-icon-box .elementor-icon-box-wrapper {
		text-align: left !important;
	}
	#icons-home-necesidades .elementor-icon-box-wrapper {
    	display: flex;
    	flex-direction: column;
    	align-items: center;
	}
	#icons-home-necesidades .elementor-icon-box-wrapper .elementor-icon-box-content {
		text-align: center !important;
	}
	.suggested-content-boxes .elementor-cta a.elementor-cta__button {
		float: none;
		padding-left: 0;
	}
}
/* !Home */

/* Landing Bodega Vinotec */
.elementor-widget-wrap>.elementor-element.bg-circle-container {
	position: absolute;
    width: fit-content;
}
.elementor-widget-wrap>.elementor-element.bg-circle-container.right {
	right: 60px;
    top: 0;	
}
.elementor-widget-wrap>.elementor-element.bg-circle-container.left {
	left: 60px;
	bottom: -20px;
}
#landing-bodega-tabs .elementor-tabs-wrapper .elementor-tab-title {
    border-bottom: 2px solid #fff;
}
#landing-bodega-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    border-bottom: 2px solid #482882;
}
.landing-video > .elementor-widget-container {
	overflow: visible !important;
}
.landing-video > .elementor-widget-container .elementor-wrapper {
	box-shadow: 3px 3px 6px #00000078;
    border-radius: 4px;
}
#landing-form ._form_118 form._form {
	background: transparent !important;
	margin-top: 0;
	width: 100%;
}
#landing-form ._form_118 form._form ._form-label,
#landing-form ._form_118 form._form label {
    color: #fff;
    font-weight: 600;
}
#landing-form ._form_118 form._form input:not([type="checkbox"]) {
	border-radius: 0;
    border: none;
    margin-bottom: 1rem;
	min-height: 2rem;
}
#landing-form ._form_118 form._form ._submit {
    border-radius: 0 !important;
    width: 30%;
}
#landing-form ._form_118 form._form ._html-code p,
#landing-form ._form_118 form._form ._html-code p a {
    color: #fff;
}
#landing-form ._form_118 form._form ._html-code p a {
	font-weight: 600;
}
#landing-form .form-title {
	padding-left: 5%;
}
@media (max-width: 960px){
	.landing-video {
		position: relative;
		z-index: 99;
	}
	.elementor-widget-wrap>.elementor-element.bg-circle-container.right {
		right: 30px;
	}
	.elementor-widget-wrap>.elementor-element.bg-circle-container.right .bg-circle {
    	width: 110px;
	}
	.elementor-widget-wrap>.elementor-element.bg-circle-container.left {
		bottom: 35px;
    	opacity: 0.25;
		z-index: 9;
	}
}
@media (max-width: 425px){
	.elementor-widget-wrap>.elementor-element.bg-circle-container.left {
		bottom: 65px;
    	left: 30px;
	}
	div#landing-bodega-tabs iframe {
		height: 200px;
	}
	#landing-bodega-tabs .elementor-tab-title.elementor-tab-mobile-title {
		border-bottom: 2px solid white !important;
    	text-align: center;
	}
	#landing-bodega-tabs .elementor-tab-title.elementor-tab-mobile-title.elementor-active {
		border-bottom: 2px solid #482882 !important;
	}
}
/* !Landing Bodega Vinotec */

/* Entrada Kit Digital */
#partner-tecnologico-section {
	overflow: hidden;
}
img#logo-bg {
	position: absolute;
    top: -170px;
    right: -20px;
    max-width: none;
}
img#logo-bg-t,
img#logo-bg-m{
	display: none;
}
@media (max-width: 1660px){
	#partner-tecnologico-section {
		padding-left: 5%;
	}
	img#logo-bg {
		right: -80px;
	}
}
@media (max-width: 1440px){
	img#logo-bg {
		max-width: 800px;
    	top: -130px;
	}
}
@media (max-width: 1280px){
	#partner-tecnologico-section {
    	padding-top: 2rem;
    	padding-bottom: 2rem;
	}
	img#logo-bg {
		max-width: 700px;
    	top: -100px;
	}
}
@media (max-width: 1120px){
	img#logo-bg {
		display: none;
	}
	img#logo-bg-t {
		display: initial;
		position: absolute;
    	bottom: -230px;
    	right: -20px;
	}
}
@media only screen and (max-width: 1120px) and (min-width: 1025px)  {
	img#logo-bg-t {
		bottom: -440px;
	}
}

@media (max-width: 767px){
	#partner-tecnologico-section {
		padding-left: 0;
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	div#bg-html-wrapper .elementor-widget-container {
		text-align: center;
	}
	img#logo-bg-t {
		display: none;
	}
	img#logo-bg-m {
		display: initial;
		position: relative;
    	bottom: -80px;
	}
}

/* Módulos ERP */
.modules-list-container {
	display: flex;
	padding: 25px 5%;
}
.modules-list-container .col {
	width: 15%;
}
.modules-list-container .col p {
	color: #121212;
    font-weight: 300;
    margin-bottom: 5px;
}
#modules-list .elementor-tab-title {
    box-shadow: 0px 3px 6px #00000029;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    padding: 25px 0;
	position: relative;
}
#modules-list .elementor-tab-content {
	border-top: none;
}
#modules-list .elementor-tab-title .elementor-accordion-icon {
	float: none;
}
#modules-list .modules-list-container p a {
	color: #121212;
}
#modules-list .modules-list-container p a:active, 
#modules-list .modules-list-container p a:hover, 
#modules-list .modules-list-container p a:focus {
	color: #482882;
	font-weight: bold;
}
.module-item .elementor-toggle .elementor-tab-title {
	display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
	padding: 30px 30px;
}
.module-item .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
	border: 1px solid #482882;
    border-radius: 100%;
    padding: 8px;
    float: none;
    text-align: center;
    width: fit-content;
    max-height: 34px;
}
.module-item .elementor-widget-container {
	overflow: hidden;
}
.module-item .elementor-toggle .elementor-tab-title .elementor-toggle-title {
	display: flex;
    align-items: center;
}
.module-item .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
    display: inline-block;
    content: '';
    width: 42px;
    height: 42px;
    margin-right: 15px;
}

.module-item#contabilidad .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/icono-contabilidad.svg);
}
.module-item#activos-fijos .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/administracion.svg);
}
.module-item#bancos-cartera .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/bancos-carteras.svg);
}
.module-item#marketing-crm .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/marketing-crm.svg);
}
.module-item#ventas-cobros .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/ventas.svg);
}
.module-item#compras-pagos .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/compras.svg);
}
.module-item#cadena-suministro .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/existencias.svg);
}
.module-item#recursos .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/icono-recursos.svg);
}
.module-item#recursos-humanos .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/icono-recursos-humanos.svg);
}
.module-item#proyectos .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/icono-proyectos.svg);
}
.module-item#agricola .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/seccion-agricola.svg);	
}
.module-item#vendimia .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/vendimia.svg);
}
.module-item#laboratorio .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/envasado.svg);
}
.module-item#emcs .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/icono-emcs.svg);
}
.module-item#silicie .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/normativa.svg);
}
.module-item#infovi .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/normativa.svg);
}
.module-item#reto .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/normativa.svg);
}
.module-item#credito .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/cooperativas.svg);
}
.module-item#portal-viticultor .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/cooperativas.svg);
}
.module-item#bodega .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/bodega.svg);	
}
.module-item#crianza .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/crianza.svg);
}
.module-item#embotellado .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/gestion-bascula.svg);
}
.module-item#trazabilidad .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/trazabilidad-1.svg);
}
.module-item#libros-declaraciones .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/normativa.svg);
}
.module-item#edi .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/ventas.svg);
}
.module-item#cooperativas .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/cooperativas.svg);
}
.module-item#calidad .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/icono-calidad.svg);
}
.module-item#tpv .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/icono-tpv.svg);
}
.module-item#otros-desarrollos .elementor-toggle .elementor-tab-title .elementor-toggle-title::before {
	background-image: url(/wp-content/uploads/icono-otros-desarrollos.svg);
}
.module-item .elementor-tab-content .cover img {
	width: 100%;
}
.module-item .elementor-tab-content .content {
	color: #121212;
	font-size: 16px;
	width: 90%;
    margin-top: 2rem;
    margin-bottom: 4rem;
}
.module-item .elementor-tab-content .content .list {
	display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
}
.module-item .elementor-tab-content .content .list li {
	font-weight: 600;
}
@media (max-width: 960px){
	.modules-list-container {
		flex-wrap: wrap;
	}
	.modules-list-container .col {
		width: 25%;
	}
	.modules-list-container .col p {
		font-size: 15px;
	}
	.module-item .elementor-toggle .elementor-tab-title .elementor-toggle-title {
		line-height: 28px;
	}
	.module-item .elementor-tab-content .content {
		margin: 0 auto;
    	margin-top: 2rem;
    	margin-bottom: 4rem;
	}
	.module-item .elementor-tab-content .content .list {
		width: 95%;
	}
}
@media (max-width: 600px){
	.modules-list-container .col {
		width: 50%;
	}
	.module-item .elementor-toggle .elementor-tab-title {
		padding: 20px 20px;
	}
	.module-item .elementor-tab-content .content .list {
		flex-wrap: wrap;
		width: 90%;	
	}
	.module-item .elementor-tab-content .content .list ul {
		width: 100%;
	}
}
/* !Módulos ERP */

/* Equipo de ventas */
.descarga-documentacion-section .form-container {
	top: -120px;
}
.descarga-documentacion-section .form-container h3 {
	color: #383838;
    font-weight: 500;
    padding-right: 40%;
    font-size: 30px;
    line-height: 40px;
}
.descarga-documentacion-section .form-container hr {
    border-top: 1px solid #482882;
    width: 60px;
}
.descarga-documentacion-section .form-container ._form_111 form._form:not(#id),
.descarga-documentacion-section .form-container ._form_110 form._form:not(#id){
    background: transparent !important;
	padding-left: 0;
	margin-top: 0;
	width: 100%;
}
.descarga-documentacion-section .form-container ._form_111 form._form:not(#id) ._form_element,
.descarga-documentacion-section .form-container ._form_110 form._form:not(#id) ._form_element{
	width: 100%;
    margin: 0;
    margin-bottom: 1rem;
}
.descarga-documentacion-section .form-container ._form_111 form._form:not(#id) ._form_element label,
.descarga-documentacion-section .form-container ._form_110 form._form:not(#id) ._form_element label{
	color: #242424;
    font-weight: 400;
    font-family: 'Public Sans';
}
.descarga-documentacion-section .form-container ._form_111 form._form:not(#id) ._form-content input,
.descarga-documentacion-section .form-container ._form_110 form._form:not(#id) ._form-content input{
	border: none;
    border-radius: 0;
	font-family: 'Public Sans';
    width: 100%;
}
.descarga-documentacion-section .form-container ._form_111 form._form:not(#id) ._form-content input::placeholder,
.descarga-documentacion-section .form-container ._form_110 form._form:not(#id) ._form-content input::placeholder{
	opacity: 0.5;
}
.descarga-documentacion-section .form-container ._form_111 form._form:not(#id) ._button-wrapper,
.descarga-documentacion-section .form-container ._form_110 form._form:not(#id) ._button-wrapper{
    float: none;
    margin: 0;
}
.descarga-documentacion-section .form-container ._form_111 form._form:not(#id) button._submit,
.descarga-documentacion-section .form-container ._form_110 form._form:not(#id) button._submit{
	background: #482882 !important;
    border-radius: 2px !important;
    font-family: 'Public Sans';
	margin-top: 2rem;
}
.videos-carousel .elementor-swiper-button-prev {
	border: 1px solid #482882;
	left: -45px !important;
}
.videos-carousel .elementor-swiper-button-next {
	border: 1px solid #482882;
	right: -45px !important;
}
.videos-carousel .elementor-carousel-image {
	background-size: contain;
}
@media (max-width: 1440px){
	.descarga-documentacion-section .form-container {
		top: -70px;
	}
	.descarga-documentacion-section .form-container h3 {
		padding-right: 15%;
	}
}
@media (max-width: 960px){
	.descarga-documentacion-section .form-container h3 {
    	padding-right: 10%;
    	font-size: 18px;
    	line-height: 28px;
	}
	.descarga-documentacion-section .form-container {
		top: 0;
	}
	.videos-carousel .elementor-swiper-button-prev {
		display: none;
	}
	.videos-carousel .elementor-swiper-button-next {
		display: none;
	}
}
/* !Equipo de ventas */

/* Que es Vinotec */
#banner-que-es-vinotec {
    background-size: 100% 100%;
}
.vinotec-anchor-icon .elementor-icon-box-wrapper {
	align-items: center !important;
	min-height: 50px;
    padding: 0 15px;
}
.vinotec-anchor-icon .elementor-icon-box-wrapper .elementor-icon {
	border: 1px solid #482882;
    border-radius: 100%;
    padding: 3px;
}
.vinotec-anchor-icon .elementor-icon-box-wrapper .elementor-icon-box-title {
	margin-bottom: 0;
}
@media (max-width: 767px){
	.vinotec-anchor-icon .elementor-icon-box-wrapper {
		display: flex;
    	flex-direction: row-reverse;
	}
	.vinotec-anchor-icon .elementor-icon-box-wrapper .elementor-icon-box-icon {
		display: flex;
		align-items: center;
		margin-bottom: 0 !important;
	}
}
/* !Que es Vinotec */

/* Beneficios ERP */
.red-bullet-list li::marker {
	color: #482882;
}
/* !Beneficios ERP */

/* Banner premios partner 2022 */
#banner-premios-partners .elementor-widget-wrap {
    padding: 0;
}

#banner-premios-partners a {
    width: max-content;
    height: max-content;
}
/* !Banner premios partner 2022 */

/* Popup Home */
#popup-premios-partners .elementor-column:last-child .elementor-widget-wrap {
    padding-top: 0;
}

.popup-header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.popup-header .left-section>img {
    width: 100px;
}

.popup-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.popup-content,
.popup-footer {
    color: #fff;
}

.popup-footer {
    background-image: url('/wp-content/uploads/a-fondo-kit-digital.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding-top: 150px;
    padding-left: 50px;
    padding-right: 50px;
}

.popup-footer>span {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.popup-footer>a {
    margin: 20px auto;
}

.popup-content>span,
.popup-content>a,
.popup-footer>a {
    display: block;
}

.popup-content>span.popup-title {
    font-size: 30px;
    font-weight: bold;
}

.popup-content>span.popup-subtitle {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.popup-content>a,
.popup-footer>a {
    background-color: #fff;
    border-radius: 5px;
    color: #54357E;
    width: max-content;
    height: max-content;
    padding: 10px 20px;
    text-align: center;
}

.popup-footer>a {
    background-color: #295EB3;
    color: #fff;
}

/* !Popup Home */

/* Blog */
body.postid-12052 > div.site-container > div.site-inner > div > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-775b8b5.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default > div > div > div > div > div {
    flex-direction: column;
    align-content: center;
}

#blog-frase-destacada-primaria-section .elementor-widget-wrap {
    padding-top: 0;
}

#blog-frase-destacada-primaria {
    display: grid;
    grid-template-columns: 1fr 748px 1fr;
    column-gap: 70px;
	color: #fff;
}

#blog-frase-destacada-primaria .left-section {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}

#blog-frase-destacada-primaria .left-section img:first-child {
	max-width: 364px;
    margin-left: 100px;
}

#blog-frase-destacada-primaria .left-section img:last-child {
	margin-left: 50px;
}

#blog-frase-destacada-primaria .center-section {
	margin-top: 100px;
}

#blog-frase-destacada-primaria .center-section > img {
	margin-bottom: 50px;
}

#\#blog-frase-destacada-secundaria-section > div > div > div.elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-55002d5.left-section img {
	width: 200px;
}

@media (max-width: 1440px) {
    body.postid-12052 #header-section {
        background-image: url(/wp-content/uploads/fondo-finalista-sin-logo.jpg);
    }

    body.postid-12052 #header-section #logo-finalist {
        display: block !important;
    }
	
	.elementor-12052 .elementor-element.elementor-element-c89e260 > .elementor-widget-container {
        --e-transform-translateX: 0px !important;
    }

    body > div.site-container > div.site-inner > div > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-0cab76d.elementor-section-full_width.elementor-section-content-middle.elementor-section-height-default.elementor-section-height-default > div > div > div.elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-0b379b8 > div > div > div.elementor-element.elementor-element-bf2d451.elementor-widget.elementor-widget-heading > div > span {
        font-size: 75px;
    }
}

@media (max-width: 1390px) {
    body > div.site-container > div.site-inner > div > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-0cab76d.elementor-section-full_width.elementor-section-content-middle.elementor-section-height-default.elementor-section-height-default > div > div > div.elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-1b316c2 > div > div > div.elementor-element.elementor-element-8d51be2.elementor-widget.elementor-widget-image > div > div > img {
        width: 300px;
    }
	
	body > div.site-container > div.site-inner > div > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-0cab76d.elementor-section-full_width.elementor-section-content-middle.elementor-section-height-default.elementor-section-height-default > div > div > div.elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-0b379b8 > div > div > div.elementor-element.elementor-element-bf2d451.elementor-widget.elementor-widget-heading > div > span {
        font-size: 60px;
		line-height: 75px;
    }
}

@media (max-width: 1100px) {
	body > div.site-container > div.site-inner > div > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-0cab76d.elementor-section-full_width.elementor-section-content-middle.elementor-section-height-default.elementor-section-height-default > div > div > div.elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-0b379b8 > div > div > div.elementor-element.elementor-element-bf2d451.elementor-widget.elementor-widget-heading > div > span {
        font-size: 50px;
		line-height: 65px;
    }
}

@media (max-width: 1024px) {
	body > div.site-container > div.site-inner > div > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-0cab76d.elementor-section-full_width.elementor-section-content-middle.elementor-section-height-default.elementor-section-height-default > div > div > div.elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-0b379b8 > div > div {
		margin-left: 10px;
	}
}
/* !Blog */

/* Winetech forum */
#header-powered-by-vinotech {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

#header-powered-by-vinotech > span {
	margin-bottom: 1rem;
}

#seccion-que-es-winetech-forum,
#seccion-encuentro-personal {
	background-size: 100% 100%;
}

#seccion-encuentro-personal {
	position: relative !important;
}

#form-registrate-ahora {
    max-width: 432px;
}

#form-registrate-ahora form,
.form-registrate-ahora form,
#form-registrate-ahora form p {
    background-color: #2B2B2B;
    color: #fff;
    padding: 1rem;
}

@media (max-width: 1600px) {
	#form-registrate-ahora {
        max-width: 350px;
		left: 40vw;
	}
}

@media (max-width: 1400px) {
	#form-registrate-ahora {
		max-width: 300px;
	}
	
	.elementor-12535 .elementor-element.elementor-element-5d28afa > .elementor-element-populated > .elementor-widget-wrap {
        padding-right: 40% !important;
    }
}

@media (max-width: 1100px) {
    .elementor-12535 .elementor-element.elementor-element-5d28afa > .elementor-element-populated > .elementor-widget-wrap {
        padding-right: 50% !important;
    }
}

@media (max-width: 767px) {
    body > div.winetech-page > div > div.site-inner > div > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-647381cc.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div > div > div > div > div > section > div > div > div.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-3470b458 > div > div > div.elementor-element.elementor-element-72b82bd.form-registrate-ahora.elementor-widget.elementor-widget-shortcode > div {
        padding: 0;
    }
}

@media (min-width: 1025px) {
    .elementor-12535 .elementor-element.elementor-element-29b748a {
        top: calc(50% - 250px) !important;
    }
}
/* !Winetech forum */

/* Landing campaña vinotec next 2023 */
#seccion-contacto .gform_required_legend {
	display: none;
}

#seccion-contacto input[type=submit]:hover {
	background-color: #fff;
	color: var(--e-global-color-primary);
	transform: scale(1.1);
}

.vinotect-form-control {
	color: #fff;
}

@media (max-width: 500px) {
	#link-innovacion-permanente span.elementor-button-text {
		text-align: left;
	}
}

/* !Landing campaña vinotec next 2023 */

/* Slider campaña vinotec next 2023 */
body > div.site-container > div.site-inner > div > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-8da9052.elementor-section-full_width.elementor-reverse-mobile.elementor-section-height-default.elementor-section-height-default > div > div > div > div > div > div > div > div > div > div.swiper-wrapper.elementor-slides > div.elementor-repeater-item-a3793b0.swiper-slide.swiper-slide-active > a > div > div.elementor-button.elementor-slide-button.elementor-size-md {
	background-color: #fff;
    color: #a7174b;
}

@media (max-width: 500px) {
	.elementor-9372 .elementor-element.elementor-element-81424d5 .elementor-repeater-item-a3793b0 .swiper-slide-bg {
		background-image: url(https://vinotec.net/wp-content/uploads/02-banner-home-cafe-vinotec-m.jpg) !important;
		background-position: center;
	}

	body > div.site-container > div.site-inner > div > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-8da9052.elementor-section-full_width.elementor-reverse-mobile.elementor-section-height-default.elementor-section-height-default > div > div > div > div > div > div > div > div > div > div.swiper-wrapper.elementor-slides > div.elementor-repeater-item-a3793b0.swiper-slide.swiper-slide-active > a > div {
		top: 0;
	}
}

/* !Slider campaña vinotec next 2023 */

/* WineTech Forum | Hablemos de... Innovación */
body.page-id-15798 .beneficio-selected {
    background-color: #FFFFFF26 !important;
}
/* !WineTech Forum | Hablemos de... Innovación */

/* Footer */
.site-footer {
	padding: 0;
}

.site-footer p:first-child {
	padding: 30px;
}

.footer-after {
	background: linear-gradient(45deg, #422C7C 60%, #000);
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-after span {
	color: #fff;
	margin-right: 10px;
}
/* !Footer */

/* Formularios */
body.page-id-2840 #condiciones form,
body.page-id-538 #cuestionario form,
body.page-id-348 #power-bi-ms form,
body.page-id-1481 .form-registrate-ahora form,
body.page-id-12535 #cuestionario-experiencia-completa form,
body.page-id-12535 #cuestionario-wintech-forum form,
body.page-id-719 #cuestionario form,
body.page-id-586 #cuestionario form,
body.page-id-677 #cuestionario form,
body.page-id-697 #cuestionario form,
body.page-id-877 #cuestionario form,
body.postid-1849 #cuestionario form,
body.postid-4975 #cuestionario form,
body.page-id-5649 #cuestionario form,
body.page-id-5807 #cuestionario form,
body.page-id-8119 #cuestionario form,
body.postid-6320 #cuestionario form,
body.postid-8775 #cuestionario form,
body.page-id-9514 #landing-form > .elementor-widget-container,
body.page-id-13505 #cuestionario form,
body.page-id-14277 #cuestionario form,
body.postid-14940 #cuestionario form,
body.postid-15104 #cuestionario form,
body.page-id-16308 #cuestionario form,
body.postid-17224 #cuestionario form {
	background: #482882 !important;
}
body.page-id-2840 #condiciones form label,
body.page-id-2840 #condiciones form legend,
body.page-id-2840 #condiciones form p,
body.page-id-2840 #condiciones form p a,
body.page-id-538 #cuestionario form label,
body.page-id-538 #cuestionario form legend,
body.page-id-538 #cuestionario form p,
body.page-id-538 #cuestionario form p a,
body.page-id-348 #power-bi-ms form label,
body.page-id-348 #power-bi-ms form legend,
body.page-id-348 #power-bi-ms form p,
body.page-id-348 #power-bi-ms form p a,
body.page-id-1481 .form-registrate-ahora form label,
body.page-id-1481 .form-registrate-ahora form legend,
body.page-id-1481 .form-registrate-ahora form p,
body.page-id-1481 .form-registrate-ahora form p a,
body.page-id-12535 #cuestionario-experiencia-completa form label,
body.page-id-12535 #cuestionario-experiencia-completa form legend,
body.page-id-12535 #cuestionario-experiencia-completa form p,
body.page-id-12535 #cuestionario-experiencia-completa form p a,
body.page-id-12535 #cuestionario-wintech-forum form label,
body.page-id-12535 #cuestionario-wintech-forum form legend,
body.page-id-12535 #cuestionario-wintech-forum form p,
body.page-id-12535 #cuestionario-wintech-forum form p a,
body.page-id-719 #cuestionario form label,
body.page-id-719 #cuestionario form legend,
body.page-id-719 #cuestionario form p,
body.page-id-719 #cuestionario form p a,
body.page-id-586 #cuestionario form label,
body.page-id-586 #cuestionario form legend,
body.page-id-586 #cuestionario form p,
body.page-id-586 #cuestionario form p a,
body.page-id-677 #cuestionario form label,
body.page-id-677 #cuestionario form legend,
body.page-id-677 #cuestionario form p,
body.page-id-677 #cuestionario form p a,
body.page-id-697 #cuestionario form label,
body.page-id-697 #cuestionario form legend,
body.page-id-697 #cuestionario form p,
body.page-id-697 #cuestionario form p a,
body.page-id-877 #cuestionario form label,
body.page-id-877 #cuestionario form legend,
body.page-id-877 #cuestionario form p,
body.page-id-877 #cuestionario form p a,
body.postid-1849 #cuestionario form label,
body.postid-1849 #cuestionario form legend,
body.postid-1849 #cuestionario form p,
body.postid-1849 #cuestionario form p a,
body.postid-4975 #cuestionario form label,
body.postid-4975 #cuestionario form legend,
body.postid-4975 #cuestionario form p,
body.postid-4975 #cuestionario form p a,
body.page-id-5649 #cuestionario form label,
body.page-id-5649 #cuestionario form legend,
body.page-id-5649 #cuestionario form p,
body.page-id-5649 #cuestionario form p a,
body.page-id-5807 #cuestionario form label,
body.page-id-5807 #cuestionario form legend,
body.page-id-5807 #cuestionario form p,
body.page-id-5807 #cuestionario form p a,
body.page-id-8119 #cuestionario form label,
body.page-id-8119 #cuestionario form legend,
body.page-id-8119 #cuestionario form p,
body.page-id-8119 #cuestionario form p a,
body.postid-6320 #cuestionario form label,
body.postid-6320 #cuestionario form legend,
body.postid-6320 #cuestionario form p,
body.postid-6320 #cuestionario form p a,
body.postid-8775 #cuestionario form label,
body.postid-8775 #cuestionario form legend,
body.postid-8775 #cuestionario form p,
body.postid-8775 #cuestionario form p a,
body.page-id-9514 #landing-form form label,
body.page-id-9514 #landing-form form legend,
body.page-id-9514 #landing-form form p,
body.page-id-9514 #landing-form form p a,
body.page-id-13505 #cuestionario form label,
body.page-id-13505 #cuestionario form legend,
body.page-id-13505 #cuestionario form p,
body.page-id-13505 #cuestionario form p a,
body.page-id-13713 #cuestionario form label,
body.page-id-13713 #cuestionario form legend,
body.page-id-13713 #cuestionario form p,
body.page-id-13713 #cuestionario form p a,
body.page-id-14277 #cuestionario form label,
body.page-id-14277 #cuestionario form legend,
body.page-id-14277 #cuestionario form p,
body.page-id-14277 #cuestionario form p a,
body.postid-14940 #cuestionario form label,
body.postid-14940 #cuestionario form legend,
body.postid-14940 #cuestionario form p,
body.postid-14940 #cuestionario form p a,
body.postid-15104 #cuestionario form label,
body.postid-15104 #cuestionario form legend,
body.postid-15104 #cuestionario form p,
body.postid-15104 #cuestionario form p a,
body.page-id-16308 #cuestionario form label,
body.page-id-16308 #cuestionario form legend,
body.page-id-16308 #cuestionario form p,
body.page-id-16308 #cuestionario form p a,
body.postid-17224 #cuestionario form label,
body.postid-17224 #cuestionario form legend,
body.postid-17224 #cuestionario form p,
body.postid-17224 #cuestionario form p a {
	color: #fff;
}
body.page-id-12535 #cuestionario-wintech-forum form ._form-content,
body.postid-1849 #cuestionario form ._form-content {
	display: flex;
    flex-direction: column;
}
body.page-id-12535 #cuestionario-wintech-forum form ._form-content ._form_element,
body.postid-1849 #cuestionario form ._form-content ._form_element {
	margin-left: 0 !important;
}
body.page-id-12535 #cuestionario-wintech-forum form ._form-content ._form_element input,
body.postid-1849 #cuestionario form ._form-content ._form_element input {
	width: 100%;
}
body.page-id-2840 #condiciones form p a,
body.page-id-538 #cuestionario form p a,
body.page-id-348 #power-bi-ms form p a,
body.page-id-1481 .form-registrate-ahora form p a,
body.page-id-12535 #cuestionario-experiencia-completa form p a,
body.page-id-12535 #cuestionario-wintech-forum form p a,
body.page-id-719 #cuestionario form p a,
body.page-id-586 #cuestionario form p a,
body.page-id-677 #cuestionario form p a,
body.page-id-697 #cuestionario form p a,
body.page-id-877 #cuestionario form p a,
body.postid-1849 #cuestionario form p a,
body.postid-4975 #cuestionario form p a {
	text-decoration: underline;
}
body.page-id-1481 .form-registrate-ahora form ._html-code p,
body.page-id-12535 #cuestionario-experiencia-completa ._html-code p,
body.page-id-12535 #cuestionario-wintech-forum ._html-code p {
	background-color: #482882 !important;
	color: #fff !important;
}
body.page-id-12535 #cuestionario-wintech-forum input[type="checkbox"],
body.postid-1849 #cuestionario input[type="checkbox"] {
	width: max-content !important;
}
body.page-id-2840 #condiciones form button[type="submit"],
body.page-id-538 #cuestionario form button[type="submit"],
body.page-id-348 #power-bi-ms form button[type="submit"],
body.page-id-1481 .form-registrate-ahora form button[type="submit"],
body.page-id-12535 #cuestionario-experiencia-completa form button[type="submit"],
body.page-id-12535 #cuestionario-wintech-forum form button[type="submit"],
body.page-id-719 #cuestionario form button[type="submit"],
body.page-id-586 #cuestionario form button[type="submit"],
body.page-id-677 #cuestionario form button[type="submit"],
body.page-id-697 #cuestionario form button[type="submit"],
body.page-id-877 #cuestionario form button[type="submit"],
body.postid-1849 #cuestionario form button[type="submit"],
body.postid-4975 #cuestionario form button[type="submit"],
body.page-id-5649 #cuestionario form button[type="submit"],
body.page-id-5807 #cuestionario form button[type="submit"],
body.page-id-8119 #cuestionario form button[type="submit"],
body.postid-6320 #cuestionario form button[type="submit"],
body.postid-8775 #cuestionario form button[type="submit"],
body.page-id-9514 #landing-form form button[type="submit"],
body.page-id-13505 #cuestionario form button[type="submit"],
body.page-id-13713 #cuestionario form button[type="submit"],
body.page-id-14277 #cuestionario form button[type="submit"],
body.postid-14940 #cuestionario form button[type="submit"],
body.postid-15104 #cuestionario form button[type="submit"],
body.page-id-16308 #cuestionario form button[type="submit"],
body.postid-17224 #cuestionario form button[type="submit"] {
	background: #fff !important;
	color: #482882 !important;
}
body.page-id-12535 #cuestionario-wintech-forum form ._button-wrapper,
body.postid-1849 #cuestionario form ._button-wrapper {
	margin-left: 0 !important;
}
/* body.page-id-12535 #cuestionario-wintech-forum form ._button-wrapper button[type="submit"] {
	width: 100% !important;
} */
/* !Formularios */
