/*!
Theme Name: Vividvision
Theme URI: http://underscores.me/
Author: Kunn
Author URI: http://kunn.es
Description: 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: vividvision
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Vividvision is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> 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
# 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	padding-top: 105px;
}

/**
 * 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;
	transition: all .25s cubic-bezier(.455,.03,.515,.955);
}

/**
 * 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: bolder;
}

/**
 * 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: -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;
	line-height: 1.5;
}

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;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}
li {
	margin-bottom:15px;
}
.nav-menu li {
	margin-bottom:0;
}
ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* 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: #111111;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	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;
}
#colophon #nav_menu-2 .menu ul.sub-menu {
	margin-left:0;
	padding-left:0;
}
.main-navigation ul.sub-menu li, #colophon #nav_menu-2 .menu ul.sub-menu li {
	margin-left:30px;
	position: relative;
}
.main-navigation ul.sub-menu li:before, #colophon #nav_menu-2 .menu ul.sub-menu li:before {
	display:block;
	content:'';
	width:10px;
	border-bottom:1px solid white;
	top:50%;
	position:absolute;
	left:-10px;
}
#colophon #nav_menu-2 .menu ul.sub-menu li:before {
	border-bottom:1px solid var(--color-primary) !important;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled .menu-main-menu-wrapper {
	visibility:visible;
	opacity: 1;
	right: 0;
	max-width: 500px;
}
.menu-main-menu-wrapper a.home {
	display:inline-block;
	color: white;
	margin-top: 7px;
	border-bottom-color: transparent;
}
.menu-main-menu-wrapper a.home:hover {
	border-bottom-color:white;
}
#primary-menu {
	margin-top: 45px;
}
#colophon #nav_menu-2 .menu-main-menu-container {
	margin-top:0;
}
@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%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 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;
	border-bottom: 0 #0000;
    padding-bottom: 0;
}
.vv-name {
	font-size:18px;
	position: relative !important;!i;!;
}

/* 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;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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;
}

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/*!
 * chota.css v0.9.2 | MIT License | https://github.com/jenil/chota
 */
:root {
  --bg-color: #fff;
  --color-black:#111111;
  --bg-primary-color: #0B0B54;
  --bg-secondary-color: #90FF40;
  --color-primary: #0B0B54;
  --color-primary-light:#0027F9;
  --color-secondary: #90FF40;
  --color-lightGrey: #d2d6dd;
  --color-grey: #5C5C8C;
  --color-darkGrey: #3f4144;
  --color-error: #d43939;
  --color-success: #28bd14;
  --grid-maxWidth: 1920px;
  --grid-gutter: 2rem;
  --font-size: 2rem;
  --font-color: #111111;
  --font-family-sans: "Lato", "BlinkMacSystemFont", "Avenir",
    "Avenir Next", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
    "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --font-family-mono: monaco, "Consolas", "Lucida Console", monospace;
}
@view-transition {
  navigation: auto;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body {
  background-color: var(--bg-color);
  line-height: 1.6;
  font-size: var(--font-size);
  color: var(--font-color);
  font-family: "Segoe UI", "Helvetica Neue", sans-serif; /* fallback */
  font-family: var(--font-family-sans);
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0.35em 0 0.7em;
}
h1 {
  font-size: 3em;
  line-height: 1.2;
}
.post-template-single-team h1, .post-template-single-casos_exito h1, .post-template-single-casos_exito_empresas h1,
.page-template-page-caso-exito h1 {
	line-height:1;
	margin-top:0;
}
h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 28px;
  line-height: 2;
}
.font-light {
	font-weight:400;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.85em;
}
a {
  color: var(--color-primary);
  text-decoration: none;
  background-color: #0000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: .03em;
  text-decoration: none;
  transition: all .25s cubic-bezier(.455,.03,.515,.955);
  display: inline-block;
}
a:hover:not(.button) {
  border-bottom-style: solid;
    border-bottom-color: #0000;
    display: inline-block;
}
a.inverted {
	border-bottom-color: #0000;
}
a.inverted:hover {
	border-bottom-color: var(--color-primary);
}
a.no-bottom-line {
	border-bottom-width: 0px;
}
.entry-content a, .cat-links a, .entry-footer a {
	border-bottom-color:transparent;
}
.entry-content a {
	text-decoration:underline;
	display: initial;
}
.entry-content a:hover {
	text-decoration:none;
	display:initial;
}
button {
  font-family: inherit;
}
p {
  margin-top: 0;
}
blockquote {
  background-color: var(--bg-secondary-color);
  padding: 1.5rem 2rem;
  border-left: 3px solid var(--color-lightGrey);
}
dl dt {
  font-weight: bold;
}
hr {
  border: none;
  background-color: var(--color-lightGrey);
  height: 1px;
  margin: 1rem 0;
}
table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}
table.striped tr:nth-of-type(2n) {
  background-color: var(--bg-secondary-color);
}
td,
th {
  vertical-align: middle;
  padding: 1.2rem 0.4rem;
}
thead {
  border-bottom: 2px solid var(--color-lightGrey);
}
tfoot {
  border-top: 2px solid var(--color-lightGrey);
}
code,
kbd,
pre,
samp,
tt {
  font-family: var(--font-family-mono);
}
code,
kbd {
  font-size: 90%;
  white-space: pre-wrap;
  border-radius: 4px;
  padding: 0.2em 0.4em;
  background-color: var(--bg-secondary-color);
  color: var(--color-error);
}
pre {
  background-color: var(--bg-secondary-color);
  font-size: 1em;
  padding: 1rem;
  overflow-x: auto;
}
pre code {
  background: none;
  padding: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
img {
  max-width: 100%;
}
fieldset {
  border: 1px solid var(--color-lightGrey);
}
iframe {
  border: 0;
}
.container {
  max-width: var(--grid-maxWidth);
  margin: 0 auto;
  width: 96%;
  padding: 0 calc(var(--grid-gutter) / 2);
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: calc(var(--grid-gutter) / -2);
  margin-right: calc(var(--grid-gutter) / -2);
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.col,
[class*=" col-"],
[class^="col-"] {
  margin: 0 calc(var(--grid-gutter) / 2) calc(var(--grid-gutter) / 2);
}
.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% / (12/1)) - var(--grid-gutter));
          flex: 0 0 calc((100% / (12/1)) - var(--grid-gutter));
  max-width: calc((100% / (12/1)) - var(--grid-gutter));
}
.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% / (12/2)) - var(--grid-gutter));
          flex: 0 0 calc((100% / (12/2)) - var(--grid-gutter));
  max-width: calc((100% / (12/2)) - var(--grid-gutter));
}
.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% / (12/3)) - var(--grid-gutter));
          flex: 0 0 calc((100% / (12/3)) - var(--grid-gutter));
  max-width: calc((100% / (12/3)) - var(--grid-gutter));
}
.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% / (12/4)) - var(--grid-gutter));
          flex: 0 0 calc((100% / (12/4)) - var(--grid-gutter));
  max-width: calc((100% / (12/4)) - var(--grid-gutter));
}
.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% / (12/5)) - var(--grid-gutter));
          flex: 0 0 calc((100% / (12/5)) - var(--grid-gutter));
  max-width: calc((100% / (12/5)) - var(--grid-gutter));
}
.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% / (12/6)) - var(--grid-gutter));
          flex: 0 0 calc((100% / (12/6)) - var(--grid-gutter));
  max-width: calc((100% / (12/6)) - var(--grid-gutter));
}
.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% / (12/7)) - var(--grid-gutter));
          flex: 0 0 calc((100% / (12/7)) - var(--grid-gutter));
  max-width: calc((100% / (12/7)) - var(--grid-gutter));
}
.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% / (12/8)) - var(--grid-gutter));
          flex: 0 0 calc((100% / (12/8)) - var(--grid-gutter));
  max-width: calc((100% / (12/8)) - var(--grid-gutter));
}
.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% / (12/9)) - var(--grid-gutter));
          flex: 0 0 calc((100% / (12/9)) - var(--grid-gutter));
  max-width: calc((100% / (12/9)) - var(--grid-gutter));
}
.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% / (12/10)) - var(--grid-gutter));
          flex: 0 0 calc((100% / (12/10)) - var(--grid-gutter));
  max-width: calc((100% / (12/10)) - var(--grid-gutter));
}
.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% / (12/11)) - var(--grid-gutter));
          flex: 0 0 calc((100% / (12/11)) - var(--grid-gutter));
  max-width: calc((100% / (12/11)) - var(--grid-gutter));
}
.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% / (12/12)) - var(--grid-gutter));
          flex: 0 0 calc((100% / (12/12)) - var(--grid-gutter));
  max-width: calc((100% / (12/12)) - var(--grid-gutter));
}
@media screen and (max-width: 599px) {
  .container {
    width: 100%;
    /* padding:0; */
  }

  .col,
  [class*="col-"],
  [class^="col-"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .col-1-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/1)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/1)) - var(--grid-gutter));
    max-width: calc((100% / (12/1)) - var(--grid-gutter));
  }

  .col-2-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/2)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/2)) - var(--grid-gutter));
    max-width: calc((100% / (12/2)) - var(--grid-gutter));
  }

  .col-3-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/3)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/3)) - var(--grid-gutter));
    max-width: calc((100% / (12/3)) - var(--grid-gutter));
  }

  .col-4-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/4)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/4)) - var(--grid-gutter));
    max-width: calc((100% / (12/4)) - var(--grid-gutter));
  }

  .col-5-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/5)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/5)) - var(--grid-gutter));
    max-width: calc((100% / (12/5)) - var(--grid-gutter));
  }

  .col-6-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/6)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/6)) - var(--grid-gutter));
    max-width: calc((100% / (12/6)) - var(--grid-gutter));
  }

  .col-7-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/7)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/7)) - var(--grid-gutter));
    max-width: calc((100% / (12/7)) - var(--grid-gutter));
  }

  .col-8-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/8)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/8)) - var(--grid-gutter));
    max-width: calc((100% / (12/8)) - var(--grid-gutter));
  }

  .col-9-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/9)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/9)) - var(--grid-gutter));
    max-width: calc((100% / (12/9)) - var(--grid-gutter));
  }

  .col-10-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/10)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/10)) - var(--grid-gutter));
    max-width: calc((100% / (12/10)) - var(--grid-gutter));
  }

  .col-11-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/11)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/11)) - var(--grid-gutter));
    max-width: calc((100% / (12/11)) - var(--grid-gutter));
  }

  .col-12-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/12)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/12)) - var(--grid-gutter));
    max-width: calc((100% / (12/12)) - var(--grid-gutter));
  }
}
@media screen and (min-width: 1200px) {
  .col-1-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/1)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/1)) - var(--grid-gutter));
    max-width: calc((100% / (12/1)) - var(--grid-gutter));
  }

  .col-2-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/2)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/2)) - var(--grid-gutter));
    max-width: calc((100% / (12/2)) - var(--grid-gutter));
  }

  .col-3-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/3)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/3)) - var(--grid-gutter));
    max-width: calc((100% / (12/3)) - var(--grid-gutter));
  }

  .col-4-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/4)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/4)) - var(--grid-gutter));
    max-width: calc((100% / (12/4)) - var(--grid-gutter));
  }

  .col-5-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/5)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/5)) - var(--grid-gutter));
    max-width: calc((100% / (12/5)) - var(--grid-gutter));
  }

  .col-6-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/6)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/6)) - var(--grid-gutter));
    max-width: calc((100% / (12/6)) - var(--grid-gutter));
  }

  .col-7-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/7)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/7)) - var(--grid-gutter));
    max-width: calc((100% / (12/7)) - var(--grid-gutter));
  }

  .col-8-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/8)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/8)) - var(--grid-gutter));
    max-width: calc((100% / (12/8)) - var(--grid-gutter));
  }

  .col-9-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/9)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/9)) - var(--grid-gutter));
    max-width: calc((100% / (12/9)) - var(--grid-gutter));
  }

  .col-10-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/10)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/10)) - var(--grid-gutter));
    max-width: calc((100% / (12/10)) - var(--grid-gutter));
  }

  .col-11-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/11)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/11)) - var(--grid-gutter));
    max-width: calc((100% / (12/11)) - var(--grid-gutter));
  }

  .col-12-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / (12/12)) - var(--grid-gutter));
            flex: 0 0 calc((100% / (12/12)) - var(--grid-gutter));
    max-width: calc((100% / (12/12)) - var(--grid-gutter));
  }
}
fieldset {
  padding: 0.5rem 2rem;
}
legend {
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.1rem;
}
input:not([type="checkbox"], [type="radio"], [type="submit"], [type="color"], [type="button"], [type="reset"]),
select,
textarea,
textarea[type="text"] {
  font-family: inherit;
  padding: 0.8rem 1rem;
  border-radius: 4px;
  border: 1px solid var(--color-lightGrey);
  font-size: 1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  width: 100%;
}
input[type="checkbox"],
input[type="radio"],
input[type="range"],
progress {
  accent-color: var(--color-primary);
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f3f3f6 no-repeat 100%;
  background-size: 1ex;
  background-origin: content-box;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='40' fill='%23555'><polygon points='0,0 60,0 30,40'/></svg>");
}
.button,
[type="button"],
[type="reset"],
[type="submit"],
button,
.buttons_nav a,
.tags-links a, .tag-cloud-link {
  padding: 1rem 5rem;
  color: var(--color-darkGrey);
  background: var(--color-lightGrey);
  border-radius: 50px;
  border: 1px solid transparent;
  font-size: var(--font-size);
  line-height: 2;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: inline-block;
  cursor: pointer;
}
.entry-content a.tag-cloud-link {
	border-bottom-color:initial;
}
.tags-links a, .tag-cloud-link {
	padding:.5rem 1.5rem;
	line-height:1;
	border-radius:4px;
	margin:0 10px 10px 0px;
	background:white;
	border-color:var(--color-lightGrey) !important;
	color:var(--color-grey);
	font-size: var(--font-size) !important;
	display:inline-block !important;
	text-decoration:none !important;
}
.tags-links a:hover, .tag-cloud-link:hover {
	border-bottom-color:var(--color-lightGrey);
	background-color:var(--color-lightGrey);
}
.button.primary,
.button.dark,
.button.error,
.button.success,
[type="submit"] {
  color: #fff;
  z-index: 1; /* hightlight from other button's border when grouped */
  background-color: #000;
  background-color: var(--color-primary);
}
.button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover,
button:hover, 
.buttons_nav a:hover {
	opacity:.8;
}
input:disabled,
input:disabled:hover,
button:disabled,
button:disabled:hover {
  opacity: 0.4;
  cursor: not-allowed;
}
.grouped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grouped > *:not(:last-child) {
  margin-right: 16px;
}
.grouped.gapless > * {
  margin: 0 0 0 -1px !important;
  border-radius: 0 !important;
}
.grouped.gapless > *:first-child {
  margin: 0 !important;
  border-radius: 4px 0 0 4px !important;
}
.grouped.gapless > *:last-child {
  border-radius: 0 4px 4px 0 !important;
}
input:not([type="checkbox"], [type="radio"], [type="submit"], [type="color"], [type="button"], [type="reset"], :disabled):hover,
select:hover,
textarea:hover,
textarea[type="text"]:hover {
  border-color: var(--color-grey);
}
input:not([type="checkbox"], [type="radio"], [type="submit"], [type="color"], [type="button"], [type="reset"]):focus,
select:focus,
textarea:focus,
textarea[type="text"]:focus {
  outline: none;
  border-color: var(--color-primary);
  -webkit-box-shadow: 0 0 1px var(--color-primary);
          box-shadow: 0 0 1px var(--color-primary);
}
input.error:not([type="checkbox"], [type="radio"], [type="submit"], [type="color"], [type="button"], [type="reset"]),
textarea.error {
  border-color: var(--color-error);
}
input.success:not([type="checkbox"], [type="radio"], [type="submit"], [type="color"], [type="button"], [type="reset"]),
textarea.success {
  border-color: var(--color-success);
}
[type="checkbox"],
[type="radio"] {
  width: 2rem;
  height: 1.6rem;
}
/* BUTTONS */
.button + .button {
  margin-left: 1rem;
}
.button.secondary {
  background-color: var(--color-secondary);
}
.button.dark {
  background-color: var(--color-darkGrey);
}
.button.error {
  background-color: var(--color-error);
}
.button.success {
  background-color: var(--color-success);
}
.button.outline {
  background-color: transparent;
  border-color: var(--color-lightGrey);
}
.button.outline.primary {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.button.outline.secondary {
  border-color: var(--color-grey);
  color: var(--color-grey);
}
.button.outline.overdark {
	border-color: var(--color-grey);
	color: var(--bg-color);
}
.button.outline.overdark:hover {
	background-color:#c0c0c03b;
}
.button.outline.dark {
  border-color: var(--color-darkGrey);
  color: var(--color-darkGrey);
}
.button.clear {
  background-color: transparent;
  border-color: transparent;
  color: var(--color-primary);
}
.button.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button.icon > img {
  margin-left: 2px;
}
.button.icon-only {
  padding: 1rem;
}
.button:active:not(:disabled),
[type="button"]:active:not(:disabled),
[type="reset"]:active:not(:disabled),
[type="submit"]:active:not(:disabled),
button:active:not(:disabled) {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
::-webkit-input-placeholder {
  color: #bdbfc4;
}
::-moz-placeholder {
  color: #bdbfc4;
}
:-ms-input-placeholder {
  color: #bdbfc4;
}
::-ms-input-placeholder {
  color: #bdbfc4;
}
::placeholder {
  color: #bdbfc4;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 5rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.nav img {
  max-height: 3rem;
}
.nav > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-center,
.nav-left,
.nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nav-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nav-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nav-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 480px) {
  .nav,
  .nav > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .nav-center,
  .nav-left,
  .nav-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nav a,
.nav .brand {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem;
  color: var(--color-darkGrey);
}
.nav [aria-current="page"]:not(.button),
.nav .active:not(.button) {
  color: #000; /* fallback */
  color: var(--color-primary);
}
.nav .brand {
  font-size: 1.75em;
  padding-top: 0;
  padding-bottom: 0;
}
.nav .brand img {
  padding-right: 1rem;
}
.nav .button {
  margin: auto 1rem;
}
.card {
  padding: 1rem 2rem;
  border-radius: 4px;
  background: var(--bg-color);
  -webkit-box-shadow: 0 1px 3px var(--color-grey);
          box-shadow: 0 1px 3px var(--color-grey);
}
.card p:last-child {
  margin: 0;
}
.card header > * {
  margin-top: 0;
  margin-bottom: 1rem;
}
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs a {
  text-decoration: none;
}
.tabs > .dropdown > summary,
.tabs > a {
  padding: 1rem 2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  color: var(--color-darkGrey);
  border-bottom: 2px solid var(--color-lightGrey);
  text-align: center;
}
.tabs > a[aria-current="page"],
.tabs > a.active,
.tabs > a:hover {
  opacity: 1;
  border-bottom: 2px solid var(--color-darkGrey);
}
.tabs > a[aria-current="page"],
.tabs > a.active {
  border-color: var(--color-primary);
}
.tabs.is-full a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.tag-wp {
  display: inline-block;
  border: 1px solid var(--color-lightGrey);
  text-transform: uppercase;
  color: var(--color-grey);
  padding: 0.5rem;
  line-height: 1;
  letter-spacing: 0.5px;
  font-size: .7em;
}
.tag-wp.is-small {
  padding: 0.4rem;
  font-size: 0.75em;
}
.tag-wp.is-large {
  padding: 0.7rem;
  font-size: 1.125em;
}
.tag-wp + .tag-wp {
  margin-left: 1rem;
}
details.dropdown {
  position: relative;
  display: inline-block;
}
details.dropdown > :last-child {
  position: absolute;
  left: 0;
  white-space: nowrap;
}
/* Colors */
.bg-primary {
  background-color: var(--color-primary) !important;
}
.bg-primary-light {
  background-color: var(--color-primary-light) !important;
}
.bg-light {
  background-color: var(--color-lightGrey) !important;
}
.bg-dark {
  background-color: var(--color-darkGrey) !important;
}
.bg-grey {
  background-color: var(--color-grey) !important;
}
.bg-error {
  background-color: var(--color-error) !important;
}
.bg-success {
  background-color: var(--color-success) !important;
}
.bd-primary {
  border: 1px solid var(--color-primary) !important;
}
.bd-light {
  border: 1px solid var(--color-lightGrey) !important;
}
.bd-dark {
  border: 1px solid var(--color-darkGrey) !important;
}
.bd-grey {
  border: 1px solid var(--color-grey) !important;
}
.bd-error {
  border: 1px solid var(--color-error) !important;
}
.bd-success {
  border: 1px solid var(--color-success) !important;
}
.text-primary {
  color: var(--color-primary) !important;
}
.text-light {
  color: var(--color-lightGrey) !important;
}
.text-dark {
  color: var(--color-darkGrey) !important;
}
.text-grey {
  color: var(--color-grey) !important;
}
.text-error {
  color: var(--color-error) !important;
}
.text-success {
  color: var(--color-success) !important;
}
.text-white {
  color: #fff !important;
}
/* Position & alignment */
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.is-full-screen {
  width: 100%;
  min-height: 100vh;
}
.is-full-width {
  width: 100% !important;
}
.is-full-height {
  height: 100% !important;
}
.is-vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.is-horizontal-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.is-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.is-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.is-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.is-fixed {
  position: fixed;
  width: 100%;
}
.is-relative {
	position:relative;
}
.is-paddingless {
  padding: 0 !important;
}
.is-marginless {
  margin: 0 !important;
}
.is-pointer {
  cursor: pointer !important;
}
.is-rounded {
  border-radius: 100%;
}
.clearfix {
  content: "";
  display: table;
  clear: both;
}
.is-hidden {
  display: none !important;
}
.spacer_80 {
	padding-top: 80px;
	padding-bottom:80px;
}
.spacer_60 {
	padding-top: 60px;
	padding-bottom:60px;
}
.spacer_40 {
	padding-top: 40px;
	padding-bottom:40px;
}
.spacer_30 {
	padding-top: 30px;
	padding-bottom:30px;
}
.spacer_20 {
	padding-top: 20px;
	padding-bottom:20px;
}
.pad10 {
	padding:10px;
}
.pad20 {
	padding:20px;
}
.pad30 {
	padding:30px;
}
.pad40 {
	padding:40px;
}
.pt-40 {
	padding-top:40px;
}
.pt-60 {
	padding-top:60px;
}
.py-40 {
	padding-top:40px;
	padding-bottom:40px;
}
.pad60 {
	padding:60px;
}
.mar20 {
	margin:20px;
}
.mar30 {
	margin:30px;
}
.mar40 {
	margin:40px;
}
.w-80 {
	width:80%;
}
.bottom_hr {
	border-bottom:1px solid var(--color-lightGrey);
}
.top_hr {
	border-top:1px solid var(--color-lightGrey);
}
.opacity-zero {
	opacity: 0;
}
@media screen and (max-width: 599px) {
  .hide-xs {
    display: none !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .hide-sm {
    display: none !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .hide-md {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .hide-lg {
    display: none !important;
  }
}
@media print {
  .hide-pr {
    display: none !important;
  }
}


/* KUNN STYLES */
.main-navigation {
	display:flex;
	justify-content:end;
}
.main-navigation.toggled button:active {
	opacity:1;
}
.main-navigation.toggled button {
	background: var(--bg-primary-color);
	border: 1px solid var(--color-primary);
	color: white;
}
.main-navigation button[aria-expanded="true"] span.opened {
	display:none;
}
.main-navigation button[aria-expanded="false"] span.closed {
	display:none;
}
.main-navigation.toggled button:hover {
	opacity:1 !important;
}
.site-branding a img {
	max-width:150px;
}
.site-header {
	padding-top:50px;
	padding-bottom:50px;
}
#primary-menu li a {
	font-size:20px;
	line-height:1;
	padding:1rem 2.5rem;
}
#primary-menu li.menu_contact a {
	background:var(--color-secondary);
	border-radius:50px;
}
.module_intro h1 {
	font-size: 5.5vw;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 60px;
	margin-top:0;
}
.module_intro h2 {
	font-size: 32px;
	margin-top: 32px;
	line-height: 1.5;
}
.module_intro h2 a {
	color:var(--color-grey);
}
.text_quoted, .text_quoted h3 {
	font-size: 48px;
	line-height: 1;
	font-weight: 400;
}
.pre_title {
	font-size: 21px;
	line-height: 26px;
	display: inline-block;
	border-bottom: 1px solid silver;
	opacity:.6;
}
.vv-studio {
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	height: 45vw;
}
.vv-studio .bottom {
}
.vv-studio p, .vv-studio a {
	z-index:2;
	position:relative;
}
.vv-studio video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	pointer-events: none;
	opacity:0;
	transition:all .25s cubic-bezier(.455,.03,.515,.955);
}
.vv-studio:hover video {
	opacity:.6;
}
.play_video {
	position:absolute;
	z-index: 10;
	top:calc(50% - 57px);
	left:calc(50% - 57px);
	transition:all ease .2s;
	display:none;
}
.module_video {
	height: 90vh;
	overflow:hidden;
	position:relative;
	justify-content: flex-start;
	align-items: flex-end;
	display: flex;
}
.module_video video {
	width:100%;
	height: 100%;
	object-fit:cover;
	position:absolute;
	top:0;
	left:0;
}
.module_video:after {
	content:'';
	display:block;
	position:absolute;
	z-index:2;
	background:black;
	left:0;
	top:0;
	height:100%;
	width:100%;
	opacity:.2;
	z-index:0;
	pointer-events:none;
}
.play_video:hover {
	opacity:.6;
	transform:scale(1.2);
}
.play-button-centered {
    border: 1px solid silver;
    text-align: center;
    background-color: #0000;
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding: 36px 36px 36px 46px;
    position: absolute;
    /*inset: 50% 0% 0% 50%;
    transform: translate(-50%, -50%);*/
	transition:all ease .2s;
	z-index:3;
}
.play-button-centered:hover {
    background-color: silver;
    opacity: .1;
    border-style: solid;
}
.video-title-container {
    width: 40%;
    padding: 4em;
    z-index: 1;
	text-align:left;
}
.video-title-container h2 {
	color:white;
	font-size: 64px;
	line-height:1;
	margin: 0;
}
.video-title-container h4 {
	color:white;
	font-size: 29px;
	line-height:1;
}
.logos_grid {
	margin:0;
	display:flex;
	padding:0;
	box-sizing:border-box;
	justify-content: center;
	width: 100%;
	margin-left: 0;
}
.logos_grid li {
	list-style:none;
	padding: 16px;
	position:relative;
}
.logos_grid li a {
	display:block;
	position: relative;
}
.logos_grid li a img {
	transition:all .25s cubic-bezier(.455,.03,.515,.955);
	opacity:1;
	top:0;
	position:relative;
	max-width: 160px;
}
.logos_grid li a img:nth-child(1) {
	position:absolute;
	top:0;
}
.logos_grid li a:hover img:nth-child(1) {
	opacity:1;
}
.logos_grid li a img:hover {
	opacity:0;
	filter: grayscale(1);
}
.bg_newsfeed {
	position:absolute;
	z-index:-1;
	left:0;
	top:0;
}
.module_newsfeed h2 {
	font-size:58px;
}
.art_img .button {
	position:absolute;
	right:20px;
	bottom:20px;
}
footer {
	padding:40px 0 10px 0;
}
footer#colophon a, footer#colophon a:visited {border-bottom-color: transparent;}
footer#colophon .container .col-1 a {border-bottom-color: transparent;}
footer#colophon .container .col-1 a:hover {border-bottom-color: var(--color-primary);}
footer#colophon .site-info a {border-bottom-color: transparent;}
footer#colophon .site-info a:hover {border-bottom-color: var(--color-primary);}
.site-info ul {
	margin:0;
	padding:0;
}
.site-info ul li {
	list-style:none;
	margin-bottom: 0;
}
.site-info a, .site-info p {
	color: var(--color-grey) !important;
	font-size: 16px;
	border-bottom: none;
	margin: 0;
}
.site-info a:hover {
	border-bottom:1px solid var(--color-grey);
}
#colophon .social-wrapper > ul {
	display:flex;
}
#colophon .social-wrapper > ul li {
	padding-right: 3em;
}
#colophon > .container > .row {
	padding-bottom:5em;
}
#colophon #nav_menu-2 .menu {
	margin:0;
	padding:30px 0;
	margin-left:200px;
	
}
#colophon #nav_menu-2 .menu li {
	margin: 0px 0;
	list-style: none;
}
#colophon #nav_menu-2 .menu li a {
	font-size: 48px;
	transition:all .25s cubic-bezier(.455,.03,.515,.955);
	line-height: 1.3;
	color: var(--bg-primary-color);
	padding: 1rem;
}
#colophon #nav_menu-2 .menu li a:hover {border-bottom-color: var(--bg-primary-color);}
#colophon #nav_menu-2 .menu li a:hover, .site-info ul li a:hover {
	opacity:1;
}
.art_img a.team_member {
	display:initial;
}
.team_members .col-3 {
	margin-bottom:40px;
}
.team_members .col-3 > a {
	border-bottom-color:transparent;
	width: 100%;
}
.team_members .col-3 > a img {
	transition:all .25s cubic-bezier(.455,.03,.515,.955);
	width: 100%;
	max-width: initial;
	/* height: 100%; */
}
.team_members > div img {
	width:100%;
}
.team_members .art_img > a {
	display:block;
}
.team_members .col-3 > a:hover {
	opacity:.8;
}
/* galeria nosotros */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.d-none{
    display:none !important;
}
/* ---------------------------- */
.menu-socials-container {
	display:none;
}
.nav_team {
	margin:0;
	padding:0;
}

/* estilos menu main */
.menu-toggle {
	position:absolute;
	top: 27px;
	background:var(--color-secondary);
	z-index: 2;
	font-size: 16px;
	margin-right: 20px;
	line-height: 1;
	border: 1px solid var(--bg-secondary-color);
	font-size: 14px;
}
.menu-toggle:hover {
	opacity:.5;
}
#primary-menu li a {
	font-size: 48px;
	line-height: 1.2;
	padding:1rem;
	display:inline-block;
	color: white;
	border-bottom: 1px solid transparent;
	transition:all .25s cubic-bezier(.455,.03,.515,.955);
}
#primary-menu li a:hover {
	border-bottom:1px solid var(--color-lightGrey);
}

#primary-menu li.menu_contact a {
	background-color:transparent;
	border-radius:0;
}
/*#primary-menu .sub-menu, #nav_menu-2 .sub-menu {
	margin-left:25px;
	padding-left:15px;
	border-left:white 1px solid;
	margin-top:5px;
}
#nav_menu-2 .sub-menu {
	border-left:var(--color-primary) 1px solid;
}
#primary-menu .sub-menu li a, #nav_menu-2 .sub-menu li a {
	font-size: 18px !important;
	padding: .1rem;
	font-weight: 200;
}*/
.social-wrapper a {
	color:white;
	transition:all .25s cubic-bezier(.455,.03,.515,.955);
	border-bottom: 1px solid transparent;
	display:inline-block;
}
.social-wrapper a:hover {
	border-bottom:1px solid var(--color-lightGrey);
}
.site-branding a img {
	max-width: 100px;
}
.site-header {
	position: fixed;
	width: 100%;
	z-index: 10;
	padding-top: 30px;
	padding-bottom: 30px;
	background: white;
	transition:all .25s cubic-bezier(.455,.03,.515,.955);
	top:0;
}
.site-header.fade-in {
	top:-115px;
}
.site-header > .container {
	
}
html.pegajoso {
	overflow:hidden;
}
.main-navigation .menu-main-menu-wrapper {
	list-style: none;
	margin: 0;
	padding-left: 0;
	transition:all .25s cubic-bezier(.455,.03,.515,.955);
	opacity: 1;
	visibility:hidden;
	position:fixed;
	top:0;
	width: 500px;
	padding:40px;
	background: var(--color-primary-light);
	height:100%;
	padding-top: 19px;
	right: -500px;
	z-index: 1;
	display:flex;
	flex-direction:column;
	justify-content: start;
}
.social-wrapper {
	display:block;
	margin-left:10px;
	margin-top: 0;
}
#site-navigation .social-wrapper {
	margin-top:auto;
}
#colophon #nav_menu-2 .menu {
	margin:0;
	padding: 0 0 20px 0;
}
.art_img a {
	border-bottom: 0 #0000;
    padding-bottom: 0;
}
.art_data .post-categories {
	margin:8px 0;
	padding:0;
}
.art_data .post-categories li {
	list-style:none;
}
.art_data .post-categories li a {
	border-bottom: 1px solid silver;
	color: var(--slate);
	width: auto;
	margin-top: 0.35em;
	margin-bottom: .5em;
	display:inline-block;
	opacity:.6;
}
.art_data h4 {
	font-size:30px;
	line-height: 1.2;
}
.art_data h4 a {
	border-bottom: 0 #0000;
    padding-bottom: 0;
}
.nav_team, #menu-newsfeed, .tags_archive_nav {
	display:flex;
	flex-direction:row;
	justify-content: center;
	flex-wrap: wrap;
}
#menu-newsfeed, .tags_archive_nav {
	justify-content:left;
	margin: 0;
	padding: 0;
}
#menu-newsfeed li a, .tags_archive_nav li a {
	border-bottom:none;
}
.nav_team li, #menu-newsfeed li, .tags_archive_nav li {
	list-style:none;
	padding: 9px 20px;
	cursor: pointer;
	color: var(--color-grey);
	opacity: .6;
	word-break:keep-all;
	white-space:nowrap;
	border:1px solid transparent;
	border-radius:50px;
	transition:all ease .2s;
	text-transform:uppercase;
}
.post-tag {
	transition:ease .2s all;
	opacity:0;
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
}
.post-tag.showed {
	visibility:visible;
	opacity:1;
	position:relative;
}
.nav_team li.primary, #menu-newsfeed li.current-menu-item, .tags_archive_nav li.activado {
	color:var(--color-primary);
	opacity:1;
	border:1px solid var(--color-lightGrey);
	border-radius:50px;
	
}
.data-team {
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}
.data-team div {
	display:flex;
}
.post-template-single-casos_exito .data-team > div, 
.post-template-single-casos_exito_empresas .data-team > div, 
.page-template-page-caso-exito .data-team > div {
	flex-direction:column;
}
.post-template-single-casos_exito .social-team, 
.page-template-page-caso-exito .social-team {
	margin-top:10px;
}
.social-team ul {
	margin:0;
	padding:0;
	display:flex;
	margin-left:25px;
}
.social-team ul li {
	list-style:none;
	margin-left:15px;
}
.social-team ul li a {
	border-bottom-color:transparent;
}
.social-team ul li a:hover {
	border-bottom-color:var(--color-primary);
}
.numbers-wrapper {
	width:95%;
}
.number {
  color: white;
  background-color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 131px;
  line-height:1;
  margin-bottom: 0;
  font-weight:bold;
}
.module_capacidades .team_members {
	display:flex;
	flex-wrap:wrap;
}
.module_capacidades .team_members > div {
	flex-basis:25%;
	position:relative;
	border: 1px solid #f0f0f0;
	height: auto;
	display: flex;
}
.module_capacidades .team_members > div img:nth-child(2) {
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	transition:all .25s cubic-bezier(.455,.03,.515,.955);
}
.module_capacidades .team_members > div:hover img:nth-child(2) {
	opacity:1;
}
.module_capacidades .team_members > div a {
	display:flex;
	border-bottom:none;
}
.post-template-single-team .post-thumbnail img, 
.post-template-single-casos_exito .post-thumbnail img, 
.post-template-single-casos_exito_empresas .post-thumbnail img, 
.page-template-page-caso-exito .post-thumbnail img{
	max-width:275px;
	width: 100%;
}
.soluciones ul {
	margin-left:0;
	padding-left:0;
}
.soluciones ul li {
	list-style:none;
}
.soluciones ul li span.material-symbols-outlined {
	position:relative;
	top:5px;
}
.solucion-bullet {
	font-size:50px;
}
.soluciones h3 {
	margin-top:0;
}
#link-backer {
	display: block;
}
@media (max-width:860px) {
	h1 {
	  font-size: 2.3em;
	}
	h2.text_quoted, .text_quoted {
		font-size: 26px;
		line-height: 1.5;
	}
	h3 {
	  font-size: 26px;
	  line-height: 1.2;
	}
	#colophon #menu-main-menu li a {
		font-size: 40px;
		line-height: 1.1;
		padding: .7rem;
	}
	.pre_title {
	    font-size: 18px;
	    line-height: 1.2;
	}
	.vv-studio {
		height:500px;
	}
	.pad10 {
		padding:5px;
	}
	.pad20 {
		padding:10px;
	}
	.pad30 {
		padding:15px;
	}
	.pad40 {
		padding:20px;
	}
	.pad60 {
		padding:30px;
	}
	.art_data h4 {
		font-size:26px;
	}
	#primary-menu li a {
		font-size: 36px;
		line-height: 42px;
		padding: .5rem;
	}
	#menu-socials a {
		font-size:16px;
		line-height:24px;
	}
	.main-navigation .menu-main-menu-wrapper {
		overflow-y:auto;
	}
	#site-navigation .menu-socials-container {
		margin-top:50px;
	}
	.video-title-container {
		padding:20px;
		width: 40%;
	}
	.video-title-container h2 {
		font-size:42px;
	}
	.video-title-container h4 {
		font-size:26px;
	}
	.data-team div {
		flex-direction:column;
	}
	.social-team ul {
		margin-left:0;
	}
	.social-team ul li {
		margin-left:0;
	}
}
@media (max-width:767px) {
	.module_intro h1 {
		font-size:48px;
		line-height: 52px;
	}
	.text_quoted {
		font-size: 28px;
		line-height: 32px;
	}
	.bg_newsfeed {
		height:350px;
	}
	
	.pad10 {
		padding:5px;
	}
	.pad20 {
		padding:10px;
	}
	.pad30 {
		padding:15px;
	}
	.pad40 {
		padding:20px;
	}
	.pad60 {
		padding:30px;
	}
	.mar20 {
		margin:10px;
	}
	.mar30 {
		margin:15px;
	}
	.mar40 {
		margin:20px;
	}
	
	.nav_team-wrapper {
		width:100;
		overflow-y:auto;
		padding-bottom:5px;
	}
	.nav_team {
		display: flex;
	}
	.nav_team li {
		/* display:table-cell; */
		word-break:keep-all;
		white-space:nowrap;
		margin: 3px 0;
		list-style:none;
		width: 100%;
		padding: 5px;
		text-align: left;
		padding-left: 24px;
		font-size: 18px;
	}
	.vv-name {
		display: none;
	}
	.vv-studio {
		height: 450px;
		text-align:center;
		justify-content: center;
	}
	.logos_grid li {
		padding:5px;
	}
	.module_capacidades .team_members > div {
		flex-basis:50%;
	}
	.logos_grid li a img {
		max-width: 100px;
	}
	#colophon #menu-main-menu li a {
		font-size:36px;
		line-height: 1;
	}
	.site-info .col-7 {
		display:flex;
		flex-direction:column;
	}
	#colophon .social-wrapper > ul {
		flex-direction: column;
	}
	.social-wrapper {
		margin-left:0;
		width: 100%;
		margin-bottom: 30px;
	}
	.site-info .col-7 > a {
		display:block;
		width: 100%;
	}
	.main-navigation.toggled .menu-main-menu-wrapper {
		width: 100%;
		/* right: -450px; */
	}
}
@media (max-width:431px) {
	.main-navigation .menu-main-menu-wrapper {
		right: -700px;
	}
	#link-backer {
		display: none;
	}
	.module_intro h1 {
		font-size: 48px;
		line-height: 1.05;
		margin-bottom: 30px;
	}
	
	.bg_newsfeed {
		height:350px;
	}
	.spacer_80 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.spacer_40 {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.module_intro h2, h2 {
		font-size: 24px;
		line-height:1.5;
		margin-top:20px;
	}
	h2.text_quoted {
		font-size: 22px;
		line-height: 1.5;
	}
	.module_video {
		height:390px;
	}
	.module_video {
		margin-left: -10px;
		margin-right: -10px;
		overflow: hidden;
	}
	.module_for  {
		margin-left: -10px;
		margin-right: -10px;
		overflow: hidden;
	}
	.module_for .row > .col:nth-child(1)  {
		margin-bottom: 0;
		margin-right: 0;
		margin-left:0;
	}
	.module_for .row > .col:nth-child(2)  {
		margin-bottom: 0;
		margin-right: 0;
		margin-left:0;
	}
	.vv-studio video {
		opacity:.2 !important;
	}
	.button, [type="button"], [type="reset"], [type="submit"], button {
		padding-top:20px;
		padding-bottom:20px;
		line-height:1;
	}
	.menu-toggle {
		padding:10px 20px;
	}
	.main-navigation.toggled .menu-main-menu-wrapper {
		width:100%;
	}
	#primary-menu li a {
		font-size: 36px;
		line-height: 42px;
		padding: .5rem;
	}
	.social-container a {
		font-size:16px;
		line-height:24px;
	}
	.video-title-container {
		padding:10px;
		width: 62%;
	}
	.video-title-container h2 {
		font-size:37px;
	}
	.video-title-container h4 {
		font-size:21px;
	}
	
	#menu-footermenu li a {
		font-size:36px;
	}
	
	
	#site-navigation .menu-socials-container {
		margin-top:auto;
	}
	#colophon > .container > .row {
		padding-bottom:20px;
	}
	#masthead .container .row > * {
		margin-bottom:0;
	}
	.site-info .row > div:nth-child(1), .site-info .row > div:nth-child(2) {
		margin-bottom: 35px;
	}
	
	
	h3 {
		font-size: 20px;
		line-height: 1.5;
	}
	.module_newsfeed h2 {
		font-size:28px;
	}
	.art_data h4 {
		font-size:22px;
	}
	.art_data .post-categories li {
		margin-bottom:0;
	}
	.nav_team, #menu-newsfeed {
		flex-direction:column;
	}
	h1 {
	  font-size: 37px;
	}
	.col,
	[class*=" col-"],
	[class^="col-"] {
	  margin: 0 calc(var(--grid-gutter) / 1) calc(var(--grid-gutter) / 1);
	}
	p {
		font-size:18px;
	}
	.main-navigation .menu-main-menu-wrapper {
		overflow-y:initial;
	}
}