@charset "UTF-8";
/*!
Theme Name: Varlix
Theme URI: http://underscores.me/
Author: Surco Creative
Author URI: https://surcocreative.com/
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: varlix
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.

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 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;
}

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

@font-face {
  font-family: "gotham";
  src: url("fonts/gothambold-webfont.woff2") format("woff2"), url("fonts/gothambold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "gotham";
  src: url("fonts/gothambook-webfont.woff2") format("woff2"), url("fonts/gothambook-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "gotham";
  src: url("fonts/gothamlight-webfont.woff2") format("woff2"), url("fonts/gothamlight-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "gotham";
  src: url("fonts/gothammedium-webfont.woff2") format("woff2"), url("fonts/gothammedium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* 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;
}

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: #800080;
}
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 {
  border-color: #ccc #bbb #aaa;
}
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 {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

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

/* Pages
--------------------------------------------- */
body {
  overflow-y: scroll;
}

.wave {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 107px;
  z-index: -1;
  overflow: hidden;
  display: inline-grid;
  justify-content: center;
}
@media all and (max-width: 980px) {
  .wave {
    display: none;
  }
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 600;
}

.bg-light {
  background-color: #F5F5F5 !important;
}

.light-blue {
  color: #6EBFC2 !important;
}

.light-gray {
  color: #a1d6dd !important;
}

.secondary {
  color: #FF8300 !important;
}

.teal {
  color: #008996 !important;
}

a {
  text-decoration: none;
  font-family: "gotham";
}

p, ul, li {
  color: #25282B;
  font-family: "gotham";
  font-weight: 300;
}

::marker {
  color: #FF8300;
}

h1, h2, h3, h4, h5, h6, a {
  color: #005677;
  font-family: "gotham";
}

.lead {
  font-size: 24px;
  font-weight: 300;
}
@media all and (max-width: 980px) {
  .lead {
    font-size: 20px;
  }
}

a.btn.btn-primary {
  background-color: #FF8300;
  border-color: #FF8300;
  color: white;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
  padding: 0.5em 2.5em;
  transition: 0.2s all ease-in-out;
}
@media all and (max-width: 1024px) {
  a.btn.btn-primary {
    font-size: 16px;
    padding: 0.5em 1.5em;
  }
}
@media all and (max-width: 980px) {
  a.btn.btn-primary {
    font-size: 16px;
    padding: 0.5em 1.1em;
    width: fit-content;
    margin: 0 auto;
  }
}
@media all and (max-width: 375px) {
  a.btn.btn-primary {
    font-size: 14px;
    padding: 0.5em 15px;
  }
}
a.btn.btn-primary:hover {
  background-color: white;
  border-color: #FF8300;
  color: #FF8300;
}
a.btn.btn-primary.btn-light {
  background-color: #fff;
  color: #FF8300;
}
a.btn.btn-primary.btn-light:hover {
  background-color: #FF8300;
  border-color: #FF8300;
  color: white;
}
a.btn.btn-primary.btn-light-video {
  background-color: transparent;
  color: #008996;
  border: 0;
  padding: 10px 4em;
}
a.btn.btn-primary.btn-light-video svg {
  position: relative;
  left: -13px;
  top: 3px;
}
a.btn.btn-primary.btn-light-video:hover {
  background-color: rgba(221, 221, 221, 0.3803921569);
}
a.btn.btn-primary.btn-light-arrow {
  background-color: transparent;
  border-color: transparent;
  color: #008996;
  position: relative;
  display: flex;
  align-items: center;
  outline: none;
  padding-right: 50px;
  padding-left: 27px;
}
a.btn.btn-primary.btn-light-arrow:hover:before {
  right: 20px;
}
a.btn.btn-primary.btn-light-arrow:before {
  content: ">";
  font-family: monospace;
  position: absolute;
  right: 15px;
  font-weight: 500;
  color: inherit;
  font-size: 1.1em;
  transition: 0.2s all ease-in-out;
}
@media all and (max-width: 980px) {
  a.btn.btn-primary.btn-light-arrow:before {
    right: 5px;
  }
}

h1.big {
  font-size: 50px;
  line-height: 56px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
}
@media all and (max-width: 1366px) {
  h1.big {
    font-size: 46px;
    line-height: 56px;
  }
}
@media all and (max-width: 980px) {
  h1.big {
    font-size: 28px;
    line-height: 32px;
  }
}
@media all and (max-width: 550px) {
  h1.big {
    font-size: 24px;
    line-height: 28px;
  }
}

h1 {
  font-size: 40px;
  line-height: 46px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
}
@media all and (max-width: 980px) {
  h1 {
    font-size: 28px;
    line-height: 38px;
  }
}

h2 {
  font-size: 40px;
  line-height: 50px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
}
@media all and (max-width: 980px) {
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media all and (max-width: 550px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

h3 {
  font-size: 24px;
  line-height: 32px;
  font-family: "gotham";
}
@media all and (max-width: 980px) {
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

h4 {
  font-size: 20px;
  line-height: 24px;
  font-family: "gotham";
}
@media all and (max-width: 980px) {
  h4 {
    font-size: 16px;
    line-height: 20px;
  }
}

h5 {
  font-size: 18px;
  line-height: 24px;
  font-family: "gotham";
}

#masthead .container {
  position: relative;
}
#masthead .container .top-header {
  position: absolute;
  right: 29px;
  top: 12px;
  display: flex;
  align-items: center;
}
#masthead .container .top-header a {
  margin-left: 15px;
  transition: 0.2s all ease-in-out;
}
#masthead .container .top-header a:hover {
  transform: translateY(-2px);
}
#masthead .container .top-header .whatsapp {
  padding: 5px 10px;
  border: 1px solid #FF8300;
  border-radius: 50px;
  color: #FF8300;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  background-color: #fff;
  transition: 0.2s all ease-in-out;
}
#masthead .container .top-header .whatsapp.clearer {
  border: 1px solid #fff;
}
#masthead .container .top-header .whatsapp svg {
  margin-right: 7px;
}
#masthead.blue {
  background-color: #005677;
  position: relative;
  z-index: 100;
}
#masthead.blue .main-navigation .nav-link {
  color: #ffffff;
  padding: 0.2rem 1rem;
  font-weight: 500;
}
#masthead.blue .main-navigation .nav-link.dropdown-toggle::after {
  background-image: url(images/arrow-down-white.svg);
}
#masthead.blue .main-navigation .nav-link:before {
  content: "";
  width: 0px;
  height: 1px;
  background-color: #FF8300;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: 0.2s all ease-in-out;
}
#masthead.blue .main-navigation .nav-link:hover:before {
  width: 42px;
}
#masthead.blue .main-navigation .nav-link:hover.dropdown-toggle::after {
  filter: none !important;
}
#masthead.blue .container .top-header .whatsapp {
  border: 0px solid #FFF;
  background-color: #fff;
  transition: 0.2s all ease-in-out;
}
#masthead.blue .container .top-header .whatsapp svg path {
  fill: #FF8300;
  transition: 0.2s all ease-in-out;
}
#masthead.blue .container .top-header .whatsapp.clearer {
  background-color: #005677;
  color: white;
}
#masthead.blue .container .top-header .whatsapp.clearer svg path {
  fill: white;
}
#masthead.blue .head-wave {
  position: absolute;
  bottom: -40px;
  overflow: hidden;
  width: 100%;
  z-index: -1;
}
#masthead.blue .head-wave svg {
  width: 100%;
}
@media all and (max-width: 1024px) {
  #masthead.blue .head-wave {
    bottom: -30px;
  }
}
@media all and (max-width: 980px) {
  #masthead.blue .head-wave {
    bottom: 0;
  }
}
#masthead.blue .container .top-header a svg path {
  fill: #fff;
}

.main-navigation {
  display: block;
  width: auto;
  transition: 0.3s all ease-in-out;
}
.main-navigation.menuhid {
  transform: translateY(-100px);
  opacity: 0;
}
.main-navigation .current_page_item {
  position: relative;
}
.main-navigation .current_page_item:before {
  content: "";
  width: 42px;
  height: 1px;
  background-color: #FF8300;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.main-navigation .nav-link {
  color: #005677;
  padding: 0.2rem 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.main-navigation .nav-link:before {
  content: "";
  width: 0px;
  height: 1px;
  background-color: #FF8300;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: 0.2s all ease-in-out;
}
.main-navigation .nav-link:hover {
  color: #FF8300;
}
.main-navigation .nav-link:hover:before {
  width: 42px;
}
.main-navigation .nav-link:hover:after {
  filter: invert(57%) sepia(17%) saturate(6860%) hue-rotate(359deg) brightness(101%) contrast(106%);
  transform: translate(-5px, 0px) rotate(0);
}

.menu-item-has-children ul.dropdown-menu {
  flex-direction: column;
  width: auto;
  padding: 20px;
  padding-left: 20px;
  box-shadow: 0px -0.9px 0.9px rgba(0, 0, 0, 0.042), 0px 3.8px 3.1px rgba(0, 0, 0, 0.042), 0px 17px 14px rgba(0, 0, 0, 0.07) !important;
  transition: 0.2s all ease-in-out;
  border: 0;
  left: 0;
  transform: translateY(30px);
  opacity: 0;
  pointer-events: none;
}
@media all and (max-width: 980px) {
  .menu-item-has-children ul.dropdown-menu {
    flex-direction: column;
    width: auto;
    padding: 20px;
    padding-left: 20px;
  }
}
@media all and (max-width: 550px) {
  .menu-item-has-children ul.dropdown-menu {
    box-shadow: none;
  }
}

.main-navigation ul ul a {
  width: 300px;
}

.dropdown-item:visited, .dropdown-item {
  color: #005677;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #FF8300;
  background-color: #e9ecef;
}

#home-hero {
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 980px) {
  #home-hero {
    overflow: hidden;
  }
}

@media all and (max-width: 980px) {
  #productos .cat-list {
    margin-bottom: 50px;
  }
}
#productos .cat-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
#productos .cat-list ul li {
  width: 25%;
  flex: 0 0 25%;
  display: flex;
  padding: 55px 10px 35px;
  flex-direction: column;
  justify-content: center;
  border-radius: 15px;
  align-items: center;
  transition: 0.2s all ease-in-out;
}
@media all and (max-width: 550px) {
  #productos .cat-list ul li {
    width: 50%;
    flex: 0 0 50%;
    padding: 30px 10px 5px;
  }
}
#productos .cat-list ul li h4 {
  min-height: 48px;
  margin-bottom: 0;
}
@media all and (max-width: 980px) {
  #productos .cat-list ul li h4 {
    font-size: 16px;
    min-height: 40px;
  }
}
#productos .cat-list ul li a.btn {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.2s all ease-in-out;
  color: #FF8300 !important;
  display: flex;
  align-items: center;
}
#productos .cat-list ul li a.btn span {
  font-family: monospace;
  margin-left: 7px;
}
#productos .cat-list ul li:hover {
  box-shadow: 0px -0.9px 0.9px rgba(0, 0, 0, 0.042), 0px 3.8px 3.1px rgba(0, 0, 0, 0.042), 0px 17px 14px rgba(0, 0, 0, 0.07);
}
#productos .cat-list ul li:hover a.btn {
  opacity: 1;
  transform: translateY(0px);
}
#productos .cat-list ul li:hover .svg {
  background-color: #FF8300;
}
#productos .cat-list ul li .svg {
  width: 60px;
  height: 60px;
  background-color: #6EBFC2;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease-in-out;
  transform: translateY(-20px);
}
#productos .cat-list ul li .svg svg {
  max-width: 33px;
  max-height: 37px;
}

#eventos {
  position: relative;
  background-color: #e7e7e7;
}
#eventos .wave {
  position: absolute;
  width: 100%;
  top: -86px;
  height: 107px;
  z-index: -1;
  overflow: hidden;
  display: inline-grid;
  justify-content: center;
}
#eventos .older .meta-date .date_year span:last-child {
  background-color: #ccc !important;
}
#eventos .swiper.sl-events {
  width: calc(100% + 30px);
  padding: 10px 15px 30px;
  margin-left: -15px;
  overflow: hidden;
}
@media all and (max-width: 980px) {
  #eventos .swiper.sl-events {
    width: 100%;
    padding: 0 15px;
    margin-left: 0;
  }
}
#eventos .swiper-button-next:after, #eventos .swiper-button-prev:after {
  color: #FF8300;
  font-size: 32px;
  font-weight: 900;
}
#eventos .event-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 230px;
}
#eventos .event-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media all and (max-width: 980px) {
  #eventos .event-list {
    margin-bottom: 15px;
  }
}
#eventos .event-list .event-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 303px;
  background-color: #fff;
  padding: 25px 30px 30px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px -0.9px 0.9px rgba(0, 0, 0, 0.042), 0px 3.8px 3.1px rgba(0, 0, 0, 0.042), 0px 17px 14px rgba(0, 0, 0, 0.07);
  transition: 0.2s all ease-in-out;
}
@media all and (max-width: 550px) {
  #eventos .event-list .event-box {
    padding: 25px 12px 30px;
  }
}
#eventos .event-list .event-box:hover {
  transform: translateY(-10px);
}
@media all and (max-width: 980px) {
  #eventos .event-list .event-box {
    width: 80%;
    margin: 0 auto;
  }
}
#eventos .event-list .event-box .meta-date {
  display: flex;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px dashed #dfdfdf;
}
#eventos .event-list .event-box .meta-date .date_day {
  font-size: 60px;
  color: #005677;
  font-weight: 600;
  line-height: 60px;
  font-family: "Ubuntu", sans-serif;
}
#eventos .event-list .event-box .meta-date .date_year {
  margin-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#eventos .event-list .event-box .meta-date .date_year span:first-child {
  font-size: 18px;
  color: #6EBFC2;
  font-weight: 600;
}
#eventos .event-list .event-box .meta-date .date_year span:last-child {
  font-size: 16px;
  font-weight: 300;
  background-color: #FF8300;
  color: #fff;
  border-radius: 50px;
  padding: 0px 10px;
  text-align: center;
  width: fit-content;
}
#eventos .event-list .event-box h4 {
  margin: 18px 0;
  margin-top: 0;
  font-size: 18px;
}
@media all and (max-width: 550px) {
  #eventos .event-list .event-box h4 {
    min-height: inherit;
  }
}
#eventos .event-list .event-box h6 {
  margin-top: 10px;
  color: #6EBFC2;
}
#eventos .event-list .event-box img {
  max-height: 200px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
}
#eventos .event-list .event-box a {
  font-size: 16px;
  color: #FF8300;
  margin-top: 10px;
}
@media all and (max-width: 980px) {
  #eventos .event-list .event-box a {
    margin-top: 10px;
  }
}

#testimonios .test-nav {
  position: relative;
}
#testimonios .test-nav:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ccc;
  position: absolute;
  left: 0;
  top: 38px;
}
#testimonios .test-nav .svg {
  margin-bottom: 20px;
}
#testimonios .test-nav .sl-testimonios-nav {
  width: 135px;
  height: 70px;
  position: relative;
  margin-left: auto;
  margin-bottom: 10px;
  background-color: #fff;
  z-index: 5;
}
#testimonios .test-nav .sl-testimonios-nav .swiper-button-next, #testimonios .test-nav .sl-testimonios-nav .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid;
  border-radius: 15px;
  color: #005677;
  box-shadow: 0px 1.1px 0.9px rgba(0, 0, 0, 0.028), 0px 3.8px 3.1px rgba(0, 0, 0, 0.042), 0px 17px 14px rgba(0, 0, 0, 0.07);
}
#testimonios .test-nav .sl-testimonios-nav .swiper-button-next:after, #testimonios .test-nav .sl-testimonios-nav .swiper-button-prev:after {
  font-size: 24px;
  font-weight: 600;
}
#testimonios .swiper.sl-testimonios {
  width: 100%;
  height: 100%;
  max-height: 313px;
  padding: 10px;
  position: relative;
}
@media all and (max-width: 980px) {
  #testimonios .swiper.sl-testimonios {
    max-height: 144px;
  }
}
#testimonios .swiper.sl-testimonios:after {
  background-image: linear-gradient(-180deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  position: absolute;
  height: 10px;
  z-index: 1;
  top: 0;
  opacity: 1;
  content: "";
}
#testimonios .swiper.sl-testimonios .swiper-slide-active .test-box {
  box-shadow: 0px -0.9px 0.9px rgba(0, 0, 0, 0.042), 0px 3.8px 3.1px rgba(0, 0, 0, 0.042), 0px 17px 14px rgba(0, 0, 0, 0.07);
}
#testimonios .swiper.sl-testimonios .swiper-slide-active .test-box .small-arrow {
  opacity: 1;
  transform: translateX(0);
}
#testimonios .swiper.sl-testimonios .swiper-slide-active .test-box h4 {
  margin-bottom: 0;
  color: #FF8300;
}
#testimonios .test-box {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  padding: 17px 30px;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
#testimonios .test-box .small-arrow {
  position: absolute;
  right: 25px;
  top: 33px;
  opacity: 0;
  transform: translateX(-20px);
  transition: 0.2s all ease-in-out;
}
#testimonios .test-box .test-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#testimonios .test-box .test-meta h4 {
  margin-bottom: 0;
  color: #005677;
}
#testimonios .test-box .test-meta p {
  font-size: 16px;
  line-height: 17px;
  font-weight: 300;
  margin-bottom: 0;
}
#testimonios .test-box img {
  width: 71px;
  height: 71px;
  border-radius: 15px;
  overflow: hidden;
  object-fit: cover;
  margin-right: 30px;
}
#testimonios .test-text .name {
  font-size: 16px;
  line-height: 17px;
  color: #6EBFC2;
  margin-bottom: 5px;
}
#testimonios .test-text h3 {
  color: #005677;
}
#testimonios .test-text .text {
  font-size: 16px;
  line-height: 24px;
}

.post-nav {
  width: 110%;
  position: absolute;
  top: 33%;
  left: -5%;
}
.post-nav .swiper-button-next, .post-nav .swiper-rtl .swiper-button-prev {
  right: 0px;
}
.post-nav .swiper-button-prev, .post-nav .swiper-rtl .swiper-button-next {
  left: 0;
}
.post-nav .swiper-button-next:after, .post-nav .swiper-button-prev:after {
  font-size: 30px;
  color: #ff8300;
  font-weight: 600;
}

#home_novedades .wave {
  position: absolute;
  width: 100%;
  top: -86px;
  height: 107px;
  z-index: -1;
  overflow: hidden;
  display: inline-grid;
  justify-content: center;
}
@media all and (max-width: 980px) {
  #home_novedades .wave {
    top: -29px;
  }
}
#home_novedades .post-img img {
  max-height: 240px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 15px;
}
@media all and (max-width: 980px) {
  #home_novedades .post-img img {
    max-height: 175px;
  }
}
#home_novedades .post-meta {
  margin-top: 30px;
  font-weight: 300;
}
#home_novedades .post-date {
  font-size: 16px;
  line-height: 17px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #6EBFC2;
}
@media all and (max-width: 980px) {
  #home_novedades .excerpt {
    display: none;
  }
}

.small-btn {
  color: #FF8300;
}
.small-btn:focus, .small-btn:active, .small-btn:visited {
  color: #FF8300;
}
.small-btn span {
  font-family: monospace;
  margin-left: 10px;
}

#main-footer {
  font-size: 14px;
  padding-top: 72px;
  border-top: 10px solid #f6f6f6;
}
#main-footer > .container:first-child {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
#main-footer h6 {
  margin-bottom: 20px;
}
#main-footer ul {
  padding: 0;
  margin: 0;
  padding-left: 15px;
}
#main-footer ul li {
  margin-bottom: 5px;
}
#main-footer ul li a {
  color: #25282B !important;
}
#main-footer ul li a:hover {
  color: #FF8300 !important;
}
#main-footer .top-footer {
  display: flex;
  flex-direction: column;
  font-weight: 300;
  padding-right: 10px;
}
@media all and (max-width: 980px) {
  #main-footer .top-footer {
    padding-right: 0;
  }
}
#main-footer .top-footer > a, #main-footer .top-footer p {
  margin-bottom: 10px;
  color: #25282B !important;
}
#main-footer .top-footer > a > a, #main-footer .top-footer p > a {
  font-weight: 400;
}
#main-footer .top-footer > a.svg, #main-footer .top-footer p.svg {
  padding-left: 25px;
  position: relative;
}
@media all and (max-width: 980px) {
  #main-footer .top-footer > a.svg, #main-footer .top-footer p.svg {
    padding-left: 20px;
  }
}
#main-footer .top-footer > a.svg svg, #main-footer .top-footer p.svg svg {
  position: absolute;
  left: 0;
  top: 4px;
  max-width: 14px;
  max-height: 18px;
}

.sub-footer {
  display: flex;
  justify-content: space-between;
  padding: 0;
  align-items: center;
}
@media all and (max-width: 980px) {
  .sub-footer img {
    max-width: 101px;
  }
}
.sub-footer .site-rrss {
  display: flex;
}
.sub-footer .site-rrss .rrss {
  margin-left: 15px;
  transition: 0.1s all ease-in-out;
}
@media all and (max-width: 980px) {
  .sub-footer .site-rrss .rrss {
    margin-left: 10px;
    width: 30px;
  }
}
.sub-footer .site-rrss .rrss svg {
  background-color: #fff;
}
.sub-footer .site-rrss .rrss:hover {
  transform: scale(1.3);
}

.site-info {
  text-align: center;
  padding: 10px;
  background-color: #005677;
  color: #fff;
  margin-top: 20px;
  font-size: 12px;
}
.site-info a {
  color: #fff;
}

.post, .page {
  margin: 0;
}

@media all and (max-width: 980px) {
  #marcas {
    max-width: 95%;
    overflow: hidden;
    padding: 10px 10px 30px;
    margin: 0 auto;
  }
}
#marcas .container {
  box-shadow: 0px -0.9px 0.9px rgba(0, 0, 0, 0.042), 0px 3.8px 3.1px rgba(0, 0, 0, 0.042), 0px 17px 14px rgba(0, 0, 0, 0.07);
  padding: 60px 48px 50px;
}
@media all and (max-width: 980px) {
  #marcas .container {
    padding: 25px 25px 37px !important;
  }
}
#marcas .marcas-nav {
  width: 135px;
  height: 70px;
  position: absolute;
  z-index: 5;
  right: 0;
  top: -30px;
}
@media all and (max-width: 980px) {
  #marcas .marcas-nav {
    display: none;
  }
}
#marcas .marcas-nav .swiper-button-next, #marcas .marcas-nav .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid;
  border-radius: 15px;
  color: #005677;
  box-shadow: 0px 1.1px 0.9px rgba(0, 0, 0, 0.028), 0px 3.8px 3.1px rgba(0, 0, 0, 0.042), 0px 17px 14px rgba(0, 0, 0, 0.07);
}
#marcas .marcas-nav .swiper-button-next:after, #marcas .marcas-nav .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 600;
}

#compromiso .sl-compromisos .swiper-pagination {
  bottom: -5px;
}
#compromiso .sl-compromisos .swiper-pagination-bullet-active {
  background: #ff8300;
}
#compromiso .centerer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#compromiso .compromisos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#compromiso .compromisos .box {
  width: 48%;
  flex: 0 0 48%;
  box-shadow: 0px -1.1px 0.9px rgba(0, 0, 0, 0.028), 0px 3.8px 3.1px rgba(0, 0, 0, 0.042), 0px 17px 14px rgba(0, 0, 0, 0.07);
  margin-bottom: 40px;
  padding: 39px;
  border-radius: 10px;
}
@media all and (max-width: 980px) {
  #compromiso .compromisos .box {
    width: 45%;
    flex: auto;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    margin-bottom: 30px;
    padding: 20px;
    margin-left: 30px;
  }
}
@media all and (max-width: 550px) {
  #compromiso .compromisos .box {
    width: auto;
  }
}
#compromiso .compromisos .box:first-child .number {
  color: #FF8300 !important;
}
#compromiso .compromisos .box .number {
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  color: #6EBFC2;
  font-family: "gotham";
}
#compromiso .compromisos .box p {
  font-weight: 400;
  margin-bottom: 0;
}

#nuestro_equipo {
  padding-top: 0;
  position: relative;
}
#nuestro_equipo .wave {
  position: absolute;
  width: 100%;
  top: -86px;
  height: 107px;
  z-index: -1;
  overflow: hidden;
  display: inline-grid;
  justify-content: center;
}
#nuestro_equipo .equipos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
#nuestro_equipo .equipos .box {
  flex: 0 0 30%;
  width: 30%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 38px;
  border-radius: 10px;
  box-shadow: 0px -1.1px 0.9px rgba(0, 0, 0, 0.028), 0px 3.8px 3.1px rgba(0, 0, 0, 0.042), 0px 17px 14px rgba(0, 0, 0, 0.07);
  position: relative;
  transition: 0.2s all ease-in-out;
}
#nuestro_equipo .equipos .box:hover {
  transform: translateY(-10px);
}
@media all and (max-width: 980px) {
  #nuestro_equipo .equipos .box {
    width: 100%;
    flex: 0 0 100%;
    padding: 15px;
    padding-right: 40px;
    margin-bottom: 12px;
  }
  #nuestro_equipo .equipos .box:hover {
    transform: translateX(10px) translateY(0);
  }
}
#nuestro_equipo .equipos .box .name {
  font-size: 18px;
  line-height: 21px;
  font-family: "gotham";
  color: #005677;
  font-weight: 500;
  margin-bottom: 5px;
}
#nuestro_equipo .equipos .box .pos {
  font-size: 14px;
  line-height: 20px;
  font-family: "gotham";
  color: #FF8300;
  font-weight: 300;
}
#nuestro_equipo .equipos .box .mail {
  position: absolute;
  right: 30px;
  bottom: 34px;
}
@media all and (max-width: 980px) {
  #nuestro_equipo .equipos .box .mail {
    position: absolute;
    right: 10px;
    bottom: auto;
  }
}

#breadcrumbs .breadcrumbs {
  font-size: 14px;
  font-family: monospace;
  font-weight: 300;
  color: #ccc;
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
}
@media all and (max-width: 766px) {
  #breadcrumbs .breadcrumbs {
    display: none;
  }
}
#breadcrumbs .breadcrumbs a {
  font-family: "gotham";
  color: #ccc;
}
#breadcrumbs .breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumbs .breadcrumbs ul li {
  color: #ccc;
  margin-right: 5px;
}
@media all and (max-width: 980px) {
  #breadcrumbs .breadcrumbs ul li {
    display: none;
  }
  #breadcrumbs .breadcrumbs ul li:first-child, #breadcrumbs .breadcrumbs ul li:nth-child(2), #breadcrumbs .breadcrumbs ul li:nth-child(3) {
    display: block !important;
  }
}
#breadcrumbs .breadcrumbs span {
  font-family: monospace;
  color: #ccc;
}

.product-box .video-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 367px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.product-box .video-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 0;
}
.product-box .video-box a {
  z-index: 5;
}
.product-box .product__image {
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 367px;
}
@media all and (max-width: 550px) {
  .product-box .product__image {
    min-height: 100%;
  }
}
.product-box .swiper.sl-prod-gal {
  height: 520px;
  position: relative;
}
@media all and (max-width: 980px) {
  .product-box .swiper.sl-prod-gal {
    height: 360px;
  }
}
@media all and (max-width: 770px) {
  .product-box .swiper.sl-prod-gal {
    height: 260px;
  }
}
.product-box .swiper.sl-prod-gal .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  box-sizing: content-box;
}
.product-box .swiper.sl-prod-gal .swiper-slide img {
  max-height: 90%;
  width: auto;
}
.product-box .swiper.sl-prod-gal img {
  padding: 0 30px;
  box-sizing: border-box;
}
.product-box .sl-prod-gal-nav {
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  width: 52px;
  margin: auto;
  max-height: 126px;
  display: flex;
  align-items: center;
}
.product-box .sl-prod-gal-nav .swiper-pagination-fraction {
  bottom: auto;
  color: #FF8300;
  font-weight: 500;
  font-family: "gotham";
}
.product-box .sl-prod-gal-nav .swiper-pagination-bullet-active {
  background: #FF8300 !important;
}
.product-box .sl-prod-gal-nav .swiper-button-next:after, .product-box .sl-prod-gal-nav .swiper-button-prev:after {
  font-size: 20px;
  color: #6EBFC2;
  font-weight: 600;
}
.product-box .sl-prod-gal-nav .swiper-button-prev, .product-box .sl-prod-gal-nav .swiper-rtl .swiper-button-next {
  left: 0;
  right: 0;
  transform: rotate(90deg);
  top: 0;
  bottom: auto;
  width: 18px;
  height: 10px;
  margin-top: 0;
  margin: auto;
}
.product-box .sl-prod-gal-nav .swiper-button-next, .product-box .sl-prod-gal-nav .swiper-rtl .swiper-button-prev {
  right: 0;
  left: 0;
  transform: rotate(90deg);
  bottom: 0;
  top: auto;
  width: 18px;
  height: 10px;
  margin-top: 0;
  margin: auto;
}

.product-box {
  position: sticky;
  top: 60px;
}

.product__content {
  padding-left: 50px;
}
@media all and (max-width: 980px) {
  .product__content {
    padding-left: 20px;
  }
}
@media all and (max-width: 766px) {
  .product__content {
    padding-left: 0px;
    margin-top: 30px;
  }
}
.product__content .prod-tabs {
  margin-bottom: 35px;
  display: block;
}
.product__content .prod-tabs h4, .product__content .prod-tabs h4 b, .product__content .prod-tabs h4 strong {
  font-weight: 500 !important;
  font-size: 18px;
}
.product__content .product__tabs {
  margin-bottom: 20px;
}
.product__content .tabcontent ul {
  margin: 0;
  padding-left: 25px;
}
.product__content .product__tabs ul {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-bottom: 35px;
  display: flex;
}
@media all and (max-width: 980px) {
  .product__content .product__tabs ul {
    justify-content: flex-start;
  }
}
.product__content .product__tabs ul li {
  padding: 0 20px;
  margin-right: 25px;
  font-size: 18px;
  font-weight: 500;
  font-family: "gotham";
  margin-left: -20px;
}
@media all and (max-width: 980px) {
  .product__content .product__tabs ul li {
    padding: 0 9px;
    margin-right: 7px;
    font-size: 15px;
    font-weight: 500;
    font-family: "gotham";
    margin-left: -13px;
  }
}
.product__content .product__tabs ul li a {
  color: #6EBFC2;
  border-bottom: 1px solid transparent;
  padding-bottom: 10px;
}
@media all and (max-width: 550px) {
  .product__content .product__tabs ul li a {
    font-size: 13px;
  }
}
.product__content .product__tabs ul li.ui-tabs-active a {
  color: #FF8300;
  border-bottom: 1px solid #FF8300;
}
.product__content .disclaimer {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.product__content .disclaimer p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: #707070;
  width: 100%;
  font-weight: 500;
  font-family: "gotham";
  font-size: 16px;
}
@media all and (max-width: 980px) {
  .product__content .disclaimer p {
    padding: 5px 12px;
    font-weight: 400;
    font-size: 15px;
  }
}
.product__content .disclaimer p svg {
  margin-right: 10px;
}
.product__content .mensaje {
  display: flex;
  margin: 40px 0;
}
.product__content .mensaje .svg {
  margin-right: 10px;
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
  }
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

#video-area {
  display: flex;
  position: relative;
  margin: 10px 0;
  flex-wrap: wrap;
}
#video-area .video-box {
  width: 295px;
  height: 169px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.2s all ease-in-out;
  margin-bottom: 20px;
}
#video-area .video-box:hover {
  box-shadow: 0px -0.9px 0.9px rgba(0, 0, 0, 0.042), 0px 3.8px 3.1px rgba(0, 0, 0, 0.042), 0px 17px 14px rgba(0, 0, 0, 0.07);
  transform: translateY(-5px);
}
@media all and (max-width: 1024px) {
  #video-area .video-box {
    width: 48%;
    height: 130px;
    margin-right: 2%;
    border-radius: 15px;
    margin-bottom: 2%;
  }
}
#video-area .video-box .video__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#video-area .video-box a {
  width: 100%;
  height: 100%;
}

#relacionados {
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
}
#relacionados .prod-list {
  position: relative;
}
#relacionados .prod-list .nav-relacionadas {
  display: none;
  width: 112%;
  position: absolute;
  top: 36%;
  height: 0;
  left: -6%;
}
@media all and (max-width: 776px) {
  #relacionados .prod-list .nav-relacionadas {
    display: block;
  }
}
@media all and (max-width: 550px) {
  #relacionados .prod-list .nav-relacionadas {
    width: 126%;
    position: absolute;
    top: 36%;
    height: 0;
    left: -15%;
  }
}
#relacionados .prod-list .nav-relacionadas .swiper-button-next:after, #relacionados .prod-list .nav-relacionadas .swiper-button-prev:after {
  font-size: 30px;
  font-weight: 600;
  color: #ff8300;
}
@media all and (max-width: 550px) {
  #relacionados .prod-list .nav-relacionadas .swiper-button-next:after, #relacionados .prod-list .nav-relacionadas .swiper-button-prev:after {
    font-size: 20px;
  }
}
@media all and (max-width: 980px) {
  #relacionados {
    margin-top: 40px;
  }
}
#relacionados h4 {
  margin-top: 20px;
}
#relacionados .wave {
  top: -68px;
  height: 107px;
}

.burguesa {
  position: relative;
  right: 0;
  display: none;
  border: 0;
  background-color: transparent;
  padding: 10px;
  width: 26px;
  height: 19px;
  box-sizing: content-box;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  transition: 0.2s all ease-in-out;
  padding-right: 0;
  cursor: pointer;
  margin-left: auto;
}
.burguesa span {
  width: 100%;
  height: 3px;
  background-color: #FF8300;
  border-radius: 3px;
  transition: 0.2s all ease-in-out;
  opacity: 1;
}
.burguesa.white span {
  background-color: #FF8300;
}
@media all and (max-width: 980px) {
  .burguesa {
    display: flex;
  }
}

.active .burguesa span {
  height: 4px;
  background-color: #FF8300;
}
.active .burguesa span:first-child {
  transform: rotate(45deg), translate(5px, 6px);
}
.active .burguesa span:nth-child(2) {
  opacity: 0;
}
.active .burguesa span:last-child {
  transform: rotate(-45deg), translate(5px, -5px);
}
@media all and (max-width: 980px) {
  .active .burguesa {
    display: flex;
  }
}

.site-branding {
  position: relative;
}
@media all and (max-width: 980px) {
  .site-branding {
    justify-content: space-between !important;
    margin-bottom: 0 !important;
    align-items: center;
  }
  .site-branding .custom-logo-link {
    max-width: 196px;
  }
}

.navbar {
  display: flex;
}
@media all and (max-width: 980px) {
  .navbar {
    display: none !important;
  }
}

@media all and (max-width: 980px) {
  .site-header .container {
    display: flex;
    margin-left: auto;
  }
  .site-header .main-navigation {
    display: none;
  }
  .site-header .site-branding img {
    max-width: 68px;
  }
  .container {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .img-scale {
    transform: scale(1.4), translateY(-38px);
    transform-origin: top center;
  }
  .ctas {
    margin: 0 auto;
    text-align: center;
  }
}
@media all and (max-width: 980px) and (max-width: 980px) {
  .ctas a.btn.btn-primary {
    width: 100%;
  }
}
.brand-logo {
  margin-top: -46px;
  max-width: 170px;
  max-height: 100px;
  margin-bottom: 10px !important;
  object-fit: cover;
}
@media all and (max-width: 766px) {
  .brand-logo {
    margin-top: 0;
  }
}

@media all and (max-width: 550px) {
  ul#menu-intranet {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 990px) {
  .container, .container-md, .container-sm {
    max-width: 90%;
  }
}
.tax-categoria header.page-header {
  background-color: #F5F5F5;
  position: relative;
}
.tax-categoria header.page-header .wave {
  bottom: 0;
  z-index: -1;
  height: 80px;
  transform: rotate(180deg);
  transform-origin: bottom;
}
.tax-categoria header.page-header .main-head {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-65px, 45px);
}
@media all and (max-width: 980px) {
  .tax-categoria header.page-header .main-head {
    transform: translate(-14px, 14px);
  }
}
.tax-categoria header.page-header .main-head h1 {
  margin: 0;
  margin-bottom: 30px;
}
@media all and (max-width: 980px) {
  .tax-categoria header.page-header .main-head h1 {
    margin: 0;
    margin-bottom: 44px;
    padding-left: 57px;
  }
}
.tax-categoria header.page-header .icon-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
}
@media all and (max-width: 980px) {
  .tax-categoria header.page-header .icon-holder {
    width: 86px;
  }
  .tax-categoria header.page-header .icon-holder .support {
    position: absolute;
    left: -20px;
    z-index: -1;
    width: 129px;
    top: 8px;
  }
}
.tax-categoria .filter-prod {
  font-size: 18px;
  color: #008996;
  font-weight: 500;
  justify-content: space-between;
  display: flex !important;
  justify-content: flex-start;
  width: 100%;
}
.tax-categoria .filter-prod a {
  color: #008996;
  font-size: 16px;
  line-height: 20px;
  margin: 10px;
  transition: 0.2s all ease-in-out;
  padding: 5px;
  outline: none;
}
@media all and (max-width: 980px) {
  .tax-categoria .filter-prod a {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin: 0 5px 5px;
    padding-bottom: 5px;
  }
}
.tax-categoria .filter-prod a.current {
  color: #FF8300;
  border-bottom: 2px solid;
  border-radius: 0;
  padding-bottom: 3px;
}
@media all and (max-width: 980px) {
  .tax-categoria .filter-prod a.current {
    padding-bottom: 5px;
  }
}

#productos .prod-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
@media all and (max-width: 980px) {
  #productos .prod-list {
    justify-content: space-between;
  }
}
#productos .prod-list .product-card {
  flex: 0 0 23%;
  margin: 1%;
  margin-bottom: 30px;
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
#productos .prod-list .product-card:hover {
  transform: translateY(-10px);
}
#productos .prod-list .product-card:hover .product__image {
  box-shadow: 0px -0.9px 0.9px rgba(0, 0, 0, 0.042), 0px 3.8px 3.1px rgba(0, 0, 0, 0.042), 0px 10px 5px rgba(0, 0, 0, 0.042);
}
#productos .prod-list .product-card:hover .product__image:after, #productos .prod-list .product-card:hover .product__image:before {
  opacity: 1;
  transform: translateY(0);
}
@media all and (max-width: 980px) {
  #productos .prod-list .product-card {
    flex: 0 0 47%;
    margin: 0;
    margin-bottom: 30px;
  }
}
#productos .product__image {
  width: 100%;
  height: 233px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px -0.9px 0.9px rgba(0, 0, 0, 0.042), 0px 3.8px 3.1px rgba(0, 0, 0, 0.042), 0px 0px 2px rgba(0, 0, 0, 0.07);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s all ease-in-out;
}
#productos .product__image:before {
  content: "Más información";
  width: 94%;
  height: 30px;
  border-radius: 15px;
  position: absolute;
  font-size: 14px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  opacity: 0;
  transition: 0.2s all ease-in-out;
  z-index: 5;
  transform: translateY(10px);
  margin: 0 auto;
  background-color: #ff8300;
  bottom: 7px;
  left: 7px;
}
@media all and (max-width: 550px) {
  #productos .product__image:before {
    display: none !important;
  }
}
#productos .product__image a {
  max-height: 100%;
  display: flex;
  justify-content: center;
}
#productos .product__image a img {
  object-fit: contain;
}
@media all and (max-width: 980px) {
  #productos .product__image {
    height: 175px;
  }
}
#productos .product__meta span {
  font-weight: 400;
  font-size: 14px;
  color: #FF8300;
}
@media all and (max-width: 980px) {
  #productos .product__meta span {
    font-size: 12px;
    line-height: 15px;
    display: block;
  }
}
#productos .product__meta h4 {
  margin-bottom: 0;
  margin: 6px 0;
}
#productos .product__meta p {
  font-weight: 400;
  font-size: 14px;
  color: #6EBFC2 !important;
  margin-bottom: 0;
}
@media all and (max-width: 980px) {
  #productos .product__meta p {
    font-size: 12px;
  }
}

.page-header.default {
  background-color: #f5f5f5;
  position: relative;
  margin-bottom: 130px;
}
.page-header.default .wave {
  position: absolute;
  width: 100%;
  bottom: -107px;
  height: 107px;
  z-index: -1;
  overflow: hidden;
  display: inline-grid;
  justify-content: center;
  transform: rotate(180deg);
}
.page-header.default .img-fluid {
  position: absolute;
  right: 0;
  top: 15px;
}
@media all and (max-width: 766px) {
  .page-header.default .img-fluid {
    position: relative;
    right: 0;
    top: 0;
    margin: 0 auto;
  }
}

#eventos-calendar .cat-list {
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  list-style: none;
  font-size: 18px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}
#eventos-calendar .cat-list li:nth-child(2) {
  display: none;
}
@media all and (max-width: 766px) {
  #eventos-calendar .cat-list li {
    font-size: 13px;
    margin-bottom: 14px;
  }
  #eventos-calendar .cat-list li a {
    margin-right: 10px !important;
  }
}
#eventos-calendar .cat-list li a {
  font-weight: 500;
  color: #6EBFC2;
  margin-right: 40px;
}
#eventos-calendar .cat-list li a.current {
  color: #FF8300;
  padding-bottom: 10px;
  border-bottom: 1px solid #FF8300;
}
#eventos-calendar .cat-list li:last-child {
  margin-left: auto;
}
#eventos-calendar .cat-list li:last-child a {
  margin-right: 0;
  color: #25282B;
}
#eventos-calendar .calendar-nav {
  position: absolute;
  top: 15px;
  left: 0;
  width: 92%;
  margin: 0 auto;
  right: 0;
}
#eventos-calendar .calendar-nav .swiper-button-next:after, #eventos-calendar .calendar-nav .swiper-button-prev:after {
  font-size: 21px;
  color: #ff8300;
  font-weight: 900;
}
#eventos-calendar table {
  font-size: 16px;
  font-weight: 300;
  width: 330px;
  margin: 0 auto;
}
#eventos-calendar table th {
  color: #ff8300;
  height: 32px;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
#eventos-calendar table td {
  text-align: center;
  width: 45px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#eventos-calendar table .red {
  color: red;
}
#eventos-calendar table .bg-yellow {
  background-color: #ffffe0;
}
#eventos-calendar table .bg-orange {
  background-color: #ffa500;
}
#eventos-calendar table .bg-green a {
  background-color: #A7CE39;
  color: #fff;
  border-radius: 50px;
}
#eventos-calendar table .bg-white {
  background-color: #fff;
}
#eventos-calendar table .bg-blue {
  background-color: #add8e6;
}
#eventos-calendar table .bg-default {
  color: #005677;
  font-weight: 500;
}
#eventos-calendar table a {
  color: #008996;
  text-decoration: none;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#eventos-calendar .event-card {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  padding: 15px 30px;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  box-shadow: 0px 0.9px 0.9px rgba(0, 0, 0, 0.02), 0px 2.8px 2.1px rgba(0, 0, 0, 0.03);
}
@media all and (max-width: 766px) {
  #eventos-calendar .event-card {
    padding: 15px 15px;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 990px) {
  #eventos-calendar .event-card .event-meta {
    flex: 0 0 65%;
  }
}
@media all and (max-width: 550px) {
  #eventos-calendar .event-card .event-meta {
    flex: 0 0 100%;
  }
}
#eventos-calendar .event-card .event-meta a.btn-primary {
  color: #FF8300 !important;
}
#eventos-calendar .event-card .event-meta .meta-ubicacion {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
#eventos-calendar .event-card .event-meta .meta-ubicacion .btn-primary {
  color: #FF8300;
  width: max-content;
}
#eventos-calendar .event-card .event-meta .meta-ubicacion span {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
#eventos-calendar .event-card .event-meta .meta-ubicacion span svg {
  margin-right: 10px;
}
#eventos-calendar .event-card .event-meta .meta-ubicacion span:first-child {
  color: #FF8300;
}
#eventos-calendar .event-card .event-meta .meta-ubicacion span:last-child {
  color: #6EBFC2;
}
#eventos-calendar .event-card .meta-date {
  display: flex;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px dashed #dfdfdf;
}
#eventos-calendar .event-card .meta-date .date_day {
  font-size: 60px;
  color: #005677;
  font-weight: 600;
  line-height: 70px;
  font-family: "Ubuntu", sans-serif;
}
#eventos-calendar .event-card .meta-date .date_year {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 16px;
}
@media all and (max-width: 766px) {
  #eventos-calendar .event-card .meta-date .date_year {
    margin-right: 10px;
  }
}
#eventos-calendar .event-card .meta-date .date_year span:first-child {
  font-size: 18px;
  color: #6EBFC2;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 2px;
}
#eventos-calendar .event-card .meta-date .date_year span:last-child {
  font-size: 16px;
  font-weight: 300;
  background-color: #FF8300;
  color: #fff;
  border-radius: 50px;
  padding: 0px 10px;
  text-align: center;
  width: fit-content;
}
#eventos-calendar .event-card .meta-date .date_extra {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  justify-content: center;
}
#eventos-calendar .event-card .meta-date .date_extra span:first-child {
  color: #707070;
}
@media all and (max-width: 550px) {
  #eventos-calendar .event-card .meta-date .date_extra span:first-child {
    font-size: 12px;
    line-height: 15px;
  }
}
#eventos-calendar .event-card .meta-date .date_extra span:last-child {
  color: #A7CE39;
  font-weight: 600;
}
#eventos-calendar .event-card .event-image {
  width: 273px;
  max-height: 215px;
  object-fit: cover;
  overflow: hidden;
  display: flex;
  flex: 0 0 273px;
  margin-right: 30px;
  box-shadow: 0px 0.9px 0.9px rgba(0, 0, 0, 0.02), 0px 2.8px 2.1px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  border: 1px solid #ededed;
}
@media all and (max-width: 980px) {
  #eventos-calendar .event-card .event-image {
    width: 160px;
    flex: 0 0 160px;
    margin-right: 16px;
  }
}
@media all and (max-width: 766px) {
  #eventos-calendar .event-card .event-image {
    display: none !important;
  }
}
#eventos-calendar .event-card .event-image img {
  object-fit: cover;
}

.scroller .swiper {
  position: sticky;
  top: 50px;
  padding-bottom: 12px;
}

.today a {
  border-radius: 50px;
  background-color: #fff !important;
  font-weight: 600;
}

.bg-dark {
  background-color: #ffffff !important;
}
.bg-dark a {
  border-radius: 50px;
  background-color: #333333 !important;
  color: #ffffff !important;
}

.menu-intranet-container ul {
  list-style: none;
  padding: 0 !important;
}
.menu-intranet-container ul li {
  position: relative;
  padding-left: 15px;
}
.menu-intranet-container ul li::after {
  content: "";
  position: absolute;
  left: 0;
  width: 13px;
  background-position: center;
  background-repeat: no-repeat;
  height: 21px;
  color: #FF8300;
  background-image: url(images/arrow-right.svg);
}

#head-clean {
  position: relative;
  background-color: #F5F5F5;
  padding: 50px 0 0;
}
#head-clean h1 {
  z-index: 10;
  position: relative;
}
#head-clean .icon-holder {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  left: 0;
  z-index: 1;
  top: 0;
}
#head-clean .icon-holder .support {
  transform: translateX(-114px);
}
#head-clean .wave {
  position: absolute;
  width: 100%;
  bottom: 32px;
  z-index: -1;
  overflow: hidden;
  display: inline-grid;
  justify-content: center;
  transform: rotate(180deg);
  transform-origin: bottom;
}

#novedades-main .vp-portfolio__layout-elements, #home_novedades .vp-portfolio__layout-elements {
  margin-bottom: 50px;
}
#novedades-main .vp-filter__style-minimal .vp-filter__item.vp-filter__item-active, #home_novedades .vp-filter__style-minimal .vp-filter__item.vp-filter__item-active {
  color: #FF8300;
  border-bottom: 2px solid #ff8300;
}
#novedades-main .vp-filter__style-minimal .vp-filter__item.vp-filter__item-active a, #home_novedades .vp-filter__style-minimal .vp-filter__item.vp-filter__item-active a {
  color: #FF8300;
}
#novedades-main .vp-filter__style-minimal .vp-filter__item a, #home_novedades .vp-filter__style-minimal .vp-filter__item a {
  color: #6EBFC2;
}
#novedades-main .vp-filter__style-minimal .vp-filter__item:hover a, #home_novedades .vp-filter__style-minimal .vp-filter__item:hover a {
  color: #FF8300;
}
#novedades-main .vp-portfolio__items-style-default .vp-portfolio__item-meta, #home_novedades .vp-portfolio__items-style-default .vp-portfolio__item-meta {
  padding: 10px;
}
#novedades-main .vp-portfolio__items-style-default .vp-portfolio__item-meta > *, #home_novedades .vp-portfolio__items-style-default .vp-portfolio__item-meta > * {
  margin-bottom: 10px;
}
#novedades-main .vp-portfolio__items-style-default .vp-portfolio__item-meta-title, #home_novedades .vp-portfolio__items-style-default .vp-portfolio__item-meta-title {
  font-size: 20px;
  line-height: 24px;
  margin-top: 15px;
  font-weight: 500;
  color: #005677 !important;
}
#novedades-main .vp-portfolio__items-style-default .vp-portfolio__item-meta-title a, #home_novedades .vp-portfolio__items-style-default .vp-portfolio__item-meta-title a {
  color: #005677 !important;
}
#novedades-main span.vp-portfolio__item-meta-part-text, #home_novedades span.vp-portfolio__item-meta-part-text {
  text-transform: capitalize;
  color: #6ebfc2;
}
#novedades-main span.vp-portfolio__item-meta-part-icon, #home_novedades span.vp-portfolio__item-meta-part-icon {
  display: none;
}
#novedades-main .vp-portfolio__items-style-default .vp-portfolio__item a.vp-portfolio__item-meta-read-more, #home_novedades .vp-portfolio__items-style-default .vp-portfolio__item a.vp-portfolio__item-meta-read-more {
  color: #FF8300;
  position: relative;
}
#novedades-main .vp-portfolio__items-style-default .vp-portfolio__item a.vp-portfolio__item-meta-read-more:after, #home_novedades .vp-portfolio__items-style-default .vp-portfolio__item a.vp-portfolio__item-meta-read-more:after {
  content: "";
  position: absolute;
  right: -18px;
  content: "";
  position: absolute;
  width: 13px;
  background-position: center;
  background-repeat: no-repeat;
  height: 28px;
  color: #FF8300;
  background-image: url(images/arrow-right-big.svg);
}
#novedades-main .vp-pagination__style-minimal .vp-pagination__load-more > span, #novedades-main .vp-portfolio__loading .vp-pagination__style-minimal .vp-pagination__load-more > .vp-pagination__load-more-loading, #novedades-main .vp-pagination__style-minimal.vp-pagination__no-more .vp-pagination__load-more > .vp-pagination__load-more-no-more, #home_novedades .vp-pagination__style-minimal .vp-pagination__load-more > span, #home_novedades .vp-portfolio__loading .vp-pagination__style-minimal .vp-pagination__load-more > .vp-pagination__load-more-loading, #home_novedades .vp-pagination__style-minimal.vp-pagination__no-more .vp-pagination__load-more > .vp-pagination__load-more-no-more {
  border: 1px solid #FF8300;
  padding: 10px 20px;
  border-radius: 50px;
  color: #FF8300;
}

#head-proy {
  position: relative;
  padding-top: 50px;
}
#head-proy .proy-bg {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px -0.9px 0.9px rgba(0, 0, 0, 0.042), 0px 3.8px 3.1px rgba(0, 0, 0, 0.042), 0px 17px 14px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
}
#head-proy .wave {
  top: 0;
  transform: rotate(180deg);
  padding-bottom: 188px;
}

.embed-container {
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  background-color: #f3f3f3;
  margin: 20px 0;
}

#main-contacto label {
  width: 100%;
}
#main-contacto input[type=text], #main-contacto input[type=email], #main-contacto input[type=url], #main-contacto input[type=password], #main-contacto input[type=search],
#main-contacto input[type=number], #main-contacto input[type=tel], #main-contacto input[type=range], #main-contacto input[type=date], #main-contacto input[type=month],
#main-contacto input[type=week], #main-contacto input[type=time], #main-contacto input[type=datetime], #main-contacto input[type=datetime-local],
#main-contacto input[type=color], #main-contacto textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 12px;
  margin: 12px 0;
  width: 100%;
  font-size: 14px;
}
#main-contacto input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-main {
  float: right;
  background-color: #FF8300;
  border-radius: 50px;
  border: 0;
  padding: 16px 50px;
  font-size: 18px;
  color: white;
}

.sucursal__tabs ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  margin: 30px 0 40px;
}
.sucursal__tabs ul li a {
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 10px;
  margin-right: 10px;
  color: #6EBFC2;
  font-weight: 500;
}
@media all and (max-width: 980px) {
  .sucursal__tabs ul li a {
    padding: 10px 8px;
    margin-right: 3px;
  }
}
.sucursal__tabs ul li.ui-tabs-active a {
  color: #FF8300;
}

.sucursal-tabs .top-cont {
  display: flex;
  flex-direction: column;
}
.sucursal-tabs .top-cont a {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.sucursal-tabs .top-cont p {
  max-width: 386px;
  width: 100%;
  padding-left: 20px;
  position: relative;
}
.sucursal-tabs .top-cont svg {
  position: absolute;
  left: 0;
  top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
}

.map-contact {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px -0.9px 0.9px rgba(0, 0, 0, 0.042), 0px 3.8px 3.1px rgba(0, 0, 0, 0.042), 0px 17px 14px rgba(0, 0, 0, 0.07);
}
.map-contact iframe {
  width: 100%;
  background-color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
  position: absolute;
  top: 31px;
  right: 10px;
}

.menu-item-has-children:hover .dropdown-menu {
  left: 0;
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.dropdown-toggle:after {
  content: "";
  border: 0 !important;
  font-family: monospace;
  transform: translate(-5px, 2px) rotate(0deg);
  position: absolute;
  background-image: url(images/arrow-down.svg);
  width: 9px;
  height: 5px;
  background-repeat: no-repeat;
  margin: 0;
  right: 4px;
  transition: 0.2s transform ease-in-out;
}
@media all and (max-width: 980px) {
  .dropdown-toggle:after {
    right: 8px;
  }
}

.dropdown-toggle {
  padding-right: 10px;
  margin-right: 10px;
}

/* MOBILE MENU STYLES */
.burguesa {
  position: relative;
  right: 0;
  display: none;
  border: 0;
  background-color: transparent;
  padding: 10px;
  width: 26px;
  height: 19px;
  box-sizing: content-box;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  transition: 0.2s all ease-in-out;
  padding-right: 0;
  cursor: pointer;
  transform: translateY(-7px);
}
.burguesa span {
  width: 100%;
  height: 3px;
  background-color: #FF8300;
  border-radius: 3px;
  transition: 0.2s all ease-in-out;
  opacity: 1;
}
@media all and (max-width: 980px) {
  .burguesa {
    display: flex;
  }
}

.active .burguesa span {
  height: 4px;
  background-color: #FF8300;
}
.active .burguesa span:first-child {
  transform: rotate(45deg) translate(5px, 6px);
}
.active .burguesa span:nth-child(2) {
  opacity: 0;
}
.active .burguesa span:last-child {
  transform: rotate(-45deg) translate(5px, -5px);
}
@media all and (max-width: 980px) {
  .active .burguesa {
    display: flex;
  }
}

.site-branding {
  position: relative;
}
@media all and (max-width: 980px) {
  .site-branding {
    justify-content: space-between !important;
    margin-bottom: 0 !important;
    align-items: center;
  }
  .site-branding svg {
    max-width: 64px;
  }
  .site-branding .custom-logo-link {
    max-width: 196px;
  }
}

.active .site-branding svg #Grupo_3527 > path {
  fill: #FF8300;
}
.active .site-branding svg #Grupo_3286 > path {
  fill: #25282B;
}

.navbar {
  display: flex;
}
@media all and (max-width: 980px) {
  .navbar {
    display: none !important;
  }
}

.mobilemenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-right: 0;
  transform: translateX(-100%);
  padding: 20px;
  height: 100vh;
  padding-top: 135px;
  transition: 0.2s all ease;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #fff;
  pointer-events: none;
  overflow-y: auto;
}
.mobilemenu.active {
  transform: translateX(0);
  pointer-events: all;
}
.mobilemenu div {
  position: relative;
  z-index: 5;
}
.mobilemenu #menu-menu-1 {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  list-style: none;
  width: 100%;
}
.mobilemenu #menu-menu-1 a.nav-link {
  padding: 15px;
  padding-left: 20px;
  border-bottom: 1px dashed #ccc !important;
  border-radius: 0 !important;
  position: relative;
  display: flex;
  align-items: center;
  color: #000;
  width: 100%;
}
.mobilemenu #menu-menu-1 a.nav-link::marker {
  display: none;
}
.mobilemenu #menu-menu-1 a.nav-link:before {
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  left: 0px;
  border-radius: 50px;
  background-color: #FF8300;
}
.mobilemenu .menu-intranet-container ul li::after {
  display: none !important;
}

.menu-canvas #menu-principal-1 {
  list-style: disc;
  padding-left: 30px;
}
.menu-canvas #menu-principal-1 li {
  width: 100%;
  flex: 0 0 100%;
}
.menu-canvas #menu-principal-1 li .nav-link {
  color: #25282B !important;
}
@media all and (max-width: 980px) {
  .menu-canvas #menu-principal-1 {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  .menu-canvas #menu-principal-1 .nav-link {
    padding-left: 20px;
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #efefef;
    border-radius: 0;
  }
  .menu-canvas #menu-principal-1 .nav-link:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #FF8300;
    border-radius: 50px;
    position: absolute;
    left: 0;
  }
}

.mobilemenu .menu-fot {
  margin: 10px 0;
}
.mobilemenu .menu-fot ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.mobilemenu .menu-fot ul a {
  color: #25282B;
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
}
.mobilemenu .menu-fot ul a:before {
  content: ">";
  position: absolute;
  left: 0;
  font-family: monospace;
  color: #FF8300;
}
.mobilemenu .top-header {
  display: flex;
  justify-content: space-evenly;
  border-top: 1px dashed #ccc;
  padding-top: 15px;
}
.mobilemenu .top-header a.whatsapp {
  padding: 5px 12px;
  border: 1px solid #ff8300;
  border-radius: 50px;
  color: #ff8300;
  display: inline-flex;
  align-items: center;
}
.mobilemenu .top-header a.whatsapp svg {
  margin-right: 5px;
}

.modal-backdrop {
  opacity: 0 !important;
  z-index: -1;
  display: none;
}

header#masthead {
  z-index: 999;
  position: relative;
}

@media all and (max-width: 980px) {
  .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .dropdown-menu {
    position: relative !important;
    transform: translate(0) !important;
    border: 0 !important;
  }
  .page-item-52 {
    display: none;
  }
}
/* TERMINA MOBILE MENU STYLES */
@media all and (max-width: 980px) {
  .filter-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.wp-pagenavi {
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  width: 100%;
  justify-content: center;
}
@media all and (max-width: 980px) {
  .wp-pagenavi {
    padding: 2px 0;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 0;
  padding: 5px 10px;
  margin: 2px;
  color: #FF8300 !important;
  font-family: "gotham" !important;
}
@media all and (max-width: 980px) {
  .wp-pagenavi a.pages, .wp-pagenavi span.pages {
    width: 100%;
    text-align: center;
  }
}

.searcho {
  display: flex;
  position: absolute;
  align-items: center;
  width: 70%;
  right: 7px;
  justify-content: flex-end;
  transform: translateY(-50px);
  opacity: 0;
  z-index: -5;
  transition: all 0.3s ease-in-out;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  top: 0;
  height: 136px;
}

.searcho.visib {
  transform: translateY(0px);
  opacity: 1;
  z-index: 1;
  outline: 0;
}

.searcho input[type=text] {
  border: 0;
  border-bottom: 1px solid #ffffff;
  background-color: #005677;
  border-radius: 0;
  color: #ffffff;
  font-weight: 500;
  width: 74.5%;
  padding: 5px;
  font-size: 16px;
  transform: translateY(0px);
  outline: 0;
  font-family: "gotham";
}

.searcho input[type=text]::placeholder {
  color: #fff;
  font-weight: 500;
  opacity: 0.5;
  font-family: "gotham";
}

.searcho input[type=submit] {
  border: 1px solid #ff8300;
  background-color: #ff8300;
  border-radius: 50px !important;
  color: #ffffff;
  cursor: pointer;
  padding: 9px 38px;
  letter-spacing: 0.5px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  font-size: 17px;
  font-family: "gotham";
}

.white .searcho input[type=text] {
  border-bottom: 1px solid #ffffff;
  background-color: #f5f5f5;
  color: #005677;
}
.white .searcho input[type=text]::placeholder {
  color: #000000;
}

.closero {
  color: #ffffff;
  padding: 7px 14px;
  margin-left: 5px;
  cursor: pointer;
  font-size: 36px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
}

.white .closero {
  color: #005677;
}

.searcho input[type=submit]:hover {
  background-color: #ff9526;
  color: white;
}

form#advanced-searchform {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform: translateY(0);
  height: auto;
}

@media all and (max-width: 990px) {
  .searcher {
    display: none !important;
  }
}
.searcher a {
  background-color: #000;
  border: 1px solid;
  color: #fff !important;
  margin: 0;
  margin-right: 10px !important;
  width: 33px;
  font-size: 0px;
  height: 33px;
  text-align: center;
  display: flex;
  justify-content: center;
  transform: translateY(0px);
  background-repeat: no-repeat !important;
  content: "";
  background-image: url(images/ICON_SEARCH_WHITE.svg) !important;
  background-position: center !important;
}

.white .search .searcher a, .white .searcher a, .white .tax-categoria .searcher a {
  background-image: url(images/ICON_SEARCH_BLUE.svg) !important;
}

.searcher a:before {
  display: none !important;
}

.encontrados.busqueda {
  color: #ff9320;
}

#relacionados .product__meta span {
  display: none;
}
#relacionados .product__image {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 264px;
  height: 263px;
  overflow: hidden;
}
@media all and (max-width: 980px) {
  #relacionados .product__image {
    width: 100%;
  }
}
@media all and (max-width: 550px) {
  #relacionados .product__image {
    height: 185px;
  }
}

section#contact-fot {
  padding-top: 50px;
}

.sl-marcas.swiper {
  padding-bottom: 20px;
}
@media all and (max-width: 550px) {
  .sl-marcas.swiper {
    padding-bottom: 35px;
  }
  .sl-marcas.swiper img {
    max-height: 50px;
    object-fit: contain;
    vertical-align: middle;
  }
}
.sl-marcas.swiper .swiper-pagination.sl-marcas {
  position: absolute;
  bottom: -6px;
}
.sl-marcas.swiper .swiper-pagination.sl-marcas .swiper-pagination-bullet-active {
  background: #ff8300;
}

.search-prods {
  margin-right: 16px;
  margin-left: auto;
}
.search-prods input[type=text] {
  border-radius: 50px;
  padding: 2px 15px;
  font-family: "gotham";
  font-size: 15px;
  line-height: 26px;
}
.search-prods input[type=submit] {
  width: 30px;
  height: 24px;
  opacity: 1;
  background-image: url(images/ICON_SEARCH_BLUE.svg) !important;
  background-color: #fff;
  border: 0;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50px;
  margin-left: -34px;
}
.search-prods .closero {
  display: none;
}
@media all and (max-width: 990px) {
  .search-prods {
    display: none;
  }
}

.img-fluid {
  image-rendering: -webkit-optimize-contrast;
}

.mw-560 {
  max-width: 560px;
  width: 100%;
}

.mw-500 {
  max-width: 500px;
  width: 100%;
}

.mw-395 {
  max-width: 395px;
  width: 100%;
}

.mw-385 {
  max-width: 385px;
  width: 100%;
}

.vp-filter.vp-filter__style-minimal .vp-filter__item:first-child {
  order: 1;
}

.sl-calendar {
  visibility: hidden;
}

/*# sourceMappingURL=style.css.map */
