/* Add your CSS @import rules after this line */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
@font-face {
	font-family: 'Source Sans Pro Bold';
	src: url('SourceSansPro-Bold.eot');
	src: url('SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('SourceSansPro-Bold.woff2') format('woff2'),
		url('SourceSansPro-Bold.woff') format('woff'),
		url('SourceSansPro-Bold.ttf') format('truetype'),
		url('SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans.eot');
	src: url('OpenSans.eot?#iefix') format('embedded-opentype'),
		url('OpenSans.woff2') format('woff2'),
		url('OpenSans.woff') format('woff'),
		url('OpenSans.ttf') format('truetype'),
		url('OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Light';
	src: url('OpenSans-Light.eot');
	src: url('OpenSans-Light.eot?#iefix') format('embedded-opentype'),
		url('OpenSans-Light.woff2') format('woff2'),
		url('OpenSans-Light.woff') format('woff'),
		url('OpenSans-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Font Awesome 5 Free';
		src: url("fa-solid-900.eot");
		src: url("fa-solid-900.eot?#iefix") format("embedded-opentype"), 
		url("fa-solid-900.woff2") format("woff2"), 
		url("fa-solid-900.woff") format("woff"), 
		url("fa-solid-900.ttf") format("truetype"), 
		url("fa-solid-900.svg#fontawesome") format("svg"); 
	font-style: normal;
	font-weight: 900;
}
@font-face {
	font-family: 'Font Awesome 5 Brands';
	src: url("fa-brands-400.eot");
	src: url("fa-brands-400.eot?#iefix") format("embedded-opentype"), 
		url("fa-brands-400.woff2") format("woff2"), 
		url("fa-brands-400.woff") format("woff"), 
		url("fa-brands-400.ttf") format("truetype"), 
		url("fa-brands-400.svg#fontawesome") format("svg"); 
	font-style: normal;
	font-weight: normal;
}
.fab { font-family: 'Font Awesome 5 Brands'!important; }
.fa, .fas, .far, .top a:before, .footer a:before, .total_products:before { font-family: 'Font Awesome 5 Free'!important; font-weight: 900!important; }

/* FRONTEND CSS
*********************************************/
html {overflow-y: scroll;}
body {
	font-family: 'Open Sans Light';
	line-height: 1.4em;
	font-size: 12pt;
	overflow: hidden;
	padding: 0!important;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #1f5398;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
strong {font-family: 'Open Sans';}
/* Wraper and sections
*********************************************/
.wrapper {width: 100%;max-width: 1200px;margin: 0 auto;padding: 0 30px;position: relative;}
.section {clear: both;overflow: hidden;padding: 15px 0;}
.section-color {background: #f6f6f6;}
.section-padding-doble {padding-bottom: 100px!important;}
#content .section-int {min-height: 300px;}
/* Transitions hovers
*********************************************/
a, .bgcategories, .menuleft a {
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}
.top .btn {
    background: #072f57;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 3px 6px;
}
/*  Lets hide this button */

body > div.top > div > div.moduletable-login > div > form > ul > li:nth-child(2) { display: none!important }
/* Columnas
*********************************************/
.row {overflow: hidden;margin: 0 -10px;}
.row-grid {overflow: hidden;margin: -0.5% -0.5% 0;}
.col-width {padding: 0 10px;margin: 10px 0;}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {float: left;padding: 0 10px;margin: 10px 0;}
.col1 {width: 8.333333333333332%;}
.col2 {width: 16.666666666666664%;}
.col3 {width: 25%;}
.col4 {width: 33.33333333333333%;}
.col5 {width: 41.66666666666667%;}
.col6 {width: 50%;}
.col7 {width: 58.333333333333336%;}
.col8 {width: 66.66666666666666%;}
.col9 {width: 75%;}
.col10 {width: 83.33333333333334%;}
.col11 {width: 91.66666666666666%;}
.col12 {width: 100%;}



/* Columnas categorias
*********************************************/
/* Columnas categorias
***************/
.col-categories {float: left;margin: 0.5% 0;padding: 0 0.5%;width: 33.33%}
.col-categories:nth-child(1) {width: 50%;}
.col-categories:nth-child(2) {width: 25%;}
.col-categories:nth-child(3) {width: 25%;}
.col-categories:nth-child(4) {width: 25%;}
.col-categories:nth-child(5) {width: 25%;}
.col-categories:nth-child(6) {width: 33.33%;}
.col-categories:nth-child(7) {width: 33.33%;}
.bgcategories {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-ms-background-size: cover!important;
	background-size: cover!important;
	opacity: 0.8;
}
.col-categories:hover .bgcategories {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
}
.bgcategories {padding: 33%;}
.col-categories:nth-child(1) .bgcategories {padding: 47% 0;}
.col-categories:nth-child(2) .bgcategories {padding: 48% 0;}
.col-categories:nth-child(3) .bgcategories {padding: 48% 0;}
.col-categories:nth-child(4) .bgcategories {padding: 46% 0;}
.col-categories:nth-child(5) .bgcategories {padding: 46% 0;}
.col-categories:nth-child(6) .bgcategories {padding: 33% 0;}
.col-categories:nth-child(7) .bgcategories {padding: 33% 0;}
.panel-categories {position: relative;background: #000;overflow: hidden;}

/* Titles
*********************************************/
h1, h2, h3, h4, h5 {line-height: 1.2em;margin: 0.75em 0;font-family: 'Source Sans Pro Bold';}
h1 {font-size: 30pt;}
h2 {font-size: 24pt;}
h3 {font-size: 18pt;}
h4 {font-size: 14pt;}
h5 {font-size: 10pt;}
.title-category {text-align: center; position: absolute;top: 50%;color: #fff;text-transform: uppercase;width: 100%;font-size: 15pt;text-shadow: 2px 2px 7px rgba(0,0,0, .7);}
.title-section {text-align: center;color: #1f5398;margin-top: 0;}
.title-mod {
    padding-right: 20px;
    margin-top: 0;
}
.title-categories {
  text-align: center;
	margin-top: 0;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}

.title-product {
    text-transform: uppercase;
    font-size: 22pt;
    margin-top: 0;
}
.title-label {
    font-family: 'Open Sans';
    font-size: 11pt;
}
/* Botones
*********************************************/
.btn-readmore, input.button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    background: #003b8f !important;
    border: 1px solid #003b8f !important;
    border-radius: 6px !important;
    padding: 9px 26px !important;
    font-size: 9.5pt !important;
    font-family: 'Source Sans Pro Bold' !important;
    text-transform: uppercase !important;
    letter-spacing: .4px !important;
    outline: none !important;
    transition: all .25s ease !important;
    box-shadow: 0 3px 8px rgba(0,59,143,0.18) !important;
}

.btn-readmore:hover, input.button:hover {
    background: #0057c2 !important;
    border-color: #0057c2 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,59,143,0.25) !important;
}
.btn-margin {margin-top: 10px;}
/* alineaciones
*********************************************/
.center {text-align: center;}
.left {float: left;}
.right {float: right;}
.align-left {text-align: left;}
.align-right {text-align: right;}



.padding-right {padding-right: 30px!important;}
.padding-left {padding-left: 30px!important;}
/* Top
*********************************************/
.top {
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(left, #1e5799 0%, #163b8c 51%, #032b48 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #1e5799 0%,#163b8c 51%,#032b48 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #1e5799 0%,#163b8c 51%,#032b48 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#032b48',GradientType=1 ); /* IE6-9 */
	padding: 10px 0;
	display: flex;
}
.top * {list-style: none;color: #fff;font-size: 9pt;}
.top i {margin-right: 10px;font-size: 14pt;float: left;}
.top p span {display: block;float: left;}
.top p {margin: 0;}
.top ul {margin: 0;padding: 0;}
.top li {float: left;}
.top a:before, .footer a:before {margin-right: 5px;}
.top li.item-109, .top li.item-110, .top li.item-111 {display: none;}
.top .moduletable-domicilio {float: left;}
.top .moduletable-domicilio li {margin-right: 30px;}
.top .moduletable-domicilio li:last-child {margin-right: 0;}
.moduletable-login {float: right;}
.moduletable-login li {margin-left: 15px;}
.top .vp-btn-primary {background: transparent;padding: 0;margin: 0;}
.top .vpau-modal-buttons {margin: 0;padding: 0;}
.top .vpau-modal-buttons li:nth-child(1) a:before {content:'\f007';}
.top .vpau-modal-buttons li:nth-child(2) a:before {content:'\f2f6';}
/* Header
*********************************************/
.header {padding:0;border-bottom: 1px solid #eee;position: relative;overflow: hidden;}
.logo {width: 100%;max-width: 200px;display: block;margin: 0 auto;}

/* Whatsapp Module
*********************************************/
.whatsapp-wrap {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 99999;
}
.whatsapp-wrap-l {
  position: fixed;
  left: 20px;
  bottom: 30px;
  z-index: 99999;
}
#WAbtn {
  background:#25D366;
  width: 60px;
  padding: 1em;
  height: 60px;
  border-radius: 50%;
  display: block;
  float: right;
}
#WAbtn-l {
  background:#25D366;
  width: 60px;
  padding: 1em;
  height: 60px;
  border-radius: 50%;
  display: block;
  float: left;
}
.text-wa {
  width: 100%;
  max-width: 254px;
  background: #fff;
  padding: 1em;
  text-align: left;
  position: relative;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ededed;
  font-size: 10pt;
  line-height: 1rem;
}
.WAclose {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #118C7E;
  border: 1px solid #118C7E;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 17px;
  color: #fff!important;
  z-index: 3;
}
.WAclose-l {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #118C7E;
  border: 1px solid #118C7E;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 17px;
  color: #fff!important;
  z-index: 3;
}
.WAclose:hover {
  cursor: pointer;
  text-decoration: none;
  background: #0A1015;
}
.WAclose-l:hover {
  cursor: pointer;
  text-decoration: none;
  background: #0A1015;
}
.text-wa:hover {
  background: #E7F0E4;
  color: #000;
}
.text-wa a:not(.WAclose), .text-wa a:not(.WAclose-l){
  color: #000;
  text-decoration: none!important;
}

.text-wa a:not(.WAclose):hover {
  text-decoration: none!important;
}
.hide-text .text-wa {
  display: none;
}
.wa-inner {
  position: relative;
}
.link-wa {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
}
.wa-checkout-button {
  display: inline-flex;
  margin: 20px 0;
  background-color: #43cd66; /* Color de fondo */
  border-color: #43cd66;
  color: white!important; /* Color del texto */
  border: none; /* Sin borde */
  padding: 15px 30px; /* Espaciado interno */
  font-size: 18px; /* Tamaño del texto */
  font-weight: bold; /* Texto en negrita */
  text-transform: uppercase; /* Texto en mayúsculas */
  border-radius: 50px; /* Esquinas redondeadas */
  cursor: pointer; /* Cursor de mano */
  transition: all 0.3s ease; /* Transición suave */
}

.wa-checkout-button:hover {
  background-color: #36A856; /* Color de fondo al pasar el cursor */
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.2); /* Sombra al pasar el cursor */
  transform: translateY(-3px); /* Efecto de elevación */
}

.wa-checkout-button:active {
  background-color: #36A856; /* Color de fondo al hacer clic */
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); /* Sombra al hacer clic */
  transform: translateY(2px); /* Efecto de hundimiento */
}

.wa-checkout-button img {
  width: 100%;
  max-width: 24px;
  height: auto;
  margin-right: 10px
}
/* Responsive */
@media(max-width: 989px) {
  .hide-text .text-wa {
    display: block;
  }
  .link-wa {
    max-width: 310px;
    left: 0;
    margin: 0 auto;
  }
  #section-footer {padding-bottom: 70px;}
  #WAbtn, .WAclose {display: none;}
  #WAbtn-l, .WAclose-l {display: none;}
  .whatsapp-wrap {left: 20px;}
  .whatsapp-wrap-l {right: 20px;}
  .text-wa {
    margin: 0 auto;
    border: 1px solid #ededed;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 10%);
    padding-left: 55px;
    max-width: 310px;
  }
  .text-wa:before {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/whatsapp.svg) #25D366 no-repeat center center;
    background-size: 24px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
  }
}
@media(max-width: 767px) {
  .whatsapp-wrap {bottom: 15px;}
  .whatsapp-wrap-l {bottom: 15px;}
  .text-wa {
    max-width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
  }
}
  /* Main menu
  *********************************************/

      @media (min-width: 769px) {
        .main-menu {width:100%; display:flex;  justify-content: space-between; align-items: center; padding: 5 0 0; border-bottom: 1px solid #eee; }
        .main-menu * {   font-family: 'Source Sans Pro Bold', color: #000;text-transform: uppercase;}
        .menu {display: flex; list-style: none;margin: 0;padding: 0;text-align: center; flex-wrap:nowrap; justify-content:space-evenly;}
        .menu li {display: block;margin: 0 10; position: relative; width: auto;}
        .main-menu a {
                padding-bottom: 15px;
                display: block;
            }
      }
      .menu li.active a, .menu li:hover a {color: #1e5398;}
      .menu li.parent:hover ul {
          left: 0;
          opacity: 1;
          -webkit-transform: translate3d(0,0,0);
          -moz-transform: translate3d(0,0,0);
          -ms-transform: translate3d(0,0,0);
          -o-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
          -webkit-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
          -moz-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
          -ms-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
          -o-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
          transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
      }
      .menu li ul {
          text-align: center;
          white-space: nowrap;
          list-style: none;
          margin: 0 0 0 -1.7em;
          z-index: 99;
          position: absolute;
          top: 37px;
          left: -99999px;
          background: #053d62;
          padding: 0;
          overflow: hidden;
          opacity: 0;
          -webkit-transform: translate3d(0,10px,0);
          -moz-transform: translate3d(0,10px,0);
          -ms-transform: translate3d(0,10px,0);
          -o-transform: translate3d(0,10px,0);
          transform: translate3d(0,10px,0);
          -webkit-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
          -moz-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
          -ms-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
          -o-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
          transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
      }


      .menu li li {float: none;margin: 0;display: block;}
      .menu li li a {
          padding: 10px 30px!important;
          display: block;
          font-size: 10pt;
          color: #fff!important;
		  font-family: 'Open Sans';
		  text-transform: initial;
      }
      .menu li li a:hover, .menu li li.active a {background: #0e76bd;}

  }


  /* btn menu and search
  *********************************************/

.menu-btn {
	display: none !important;
	align-items: center;
	gap: 6px;
	margin: 0;
	float: left;
	font-family: 'Source Sans Pro Bold';
	text-transform: uppercase;
	color: #003b8f;
	cursor: pointer;
}

.menu-btn i {
	font-size: 20pt;
	margin: 0;
}

.menu-btn span {
	font-size: 9pt;
	line-height: 1;
}

.btn-search {
	float: right;
	margin-top: 24%;
	cursor: pointer;
}

.btn-search span {
	display: none;
}







/* Modulo carrito
*********************************************/
.cart-active .siteoverlay {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 98;
	-webkit-animation: fade 500ms;
	animation: fade 500ms;
}
.moduletablecarrito {
    text-transform: capitalize;
    position: absolute;
    left: 0;
    top: 94px;
    z-index: 9999999;
    background: #fff;
    padding: 20px;
    width: 90%;
    max-width: 350px;
    border: 1px solid #ddd;
	left: -9999999999999px;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	-moz-transform: translate3d(0,10px,0);
	-ms-transform: translate3d(0,10px,0);
	-o-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
	-webkit-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
	-moz-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
	-ms-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
	-o-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
	transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;    
	visibility: hidden;
    
    
}
.cart-on {
	right: auto;
	left: 30px;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
	-moz-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
	-ms-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
	-o-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
	transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
	visibility: visible;
}

.cart-off {
	position: absolute;
	background: #fff;
	top: 94px;
	z-index: 99;
	padding: 15px 10px;
	right: auto;
	line-height: 1.6em;
	font-size: 9pt;
	border: 1px solid #ddd;
	left: -9999999999999px;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	-moz-transform: translate3d(0,10px,0);
	-ms-transform: translate3d(0,10px,0);
	-o-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
	-webkit-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
	-moz-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
	-ms-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
	-o-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
	transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
	visibility: hidden;
}


.total_products {
    float: left;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: normal;
    padding-bottom: 16px;
    cursor: pointer;
	width: 40px;
    height: 22px;
    overflow: hidden;
    padding-top: 2px;
    margin-top: 24%;
	font-family: 'Open Sans';
	font-size: 10pt;
}
.total_products:before {
	content: "\f07a";
	font-size: 14pt;
	margin-right: 5px;
	display: block;
	float: left;
}
.show_cart, .total {
    line-height: normal;
    margin-top: 30px;
	font-family: 'Open Sans';
    font-size: 10pt;
}
.show_cart {
    float: left;
}






















/* Slick
*********************************************/
.slick-prev {left: 0;}
.slick-next {right: 0;}
.slick-arrow {position: absolute;font-size: 30pt;top: 50%;margin-top: -20px;outline: none;color: #a9a9a9;cursor: pointer;}



/* Productos
*********************************************/
.product-container {
    padding: 18px !important;
    background: #ffffff !important;
    border: 1px solid #e7eaf0 !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04) !important;
    margin-bottom: 28px !important;
    transition: all 0.25s ease !important;
    min-height: 390px !important;
}

.product-container:hover {
    box-shadow: 0 8px 22px rgba(0,0,0,0.08) !important;
    transform: translateY(-3px);
}

.item-title {
    color: #555 !important;
    letter-spacing: 1px !important;
    font-size: 10pt !important;
    font-family: 'Open Sans' !important;
    text-transform: uppercase !important;
    min-height: 44px !important;
    display: block !important;
    text-align: center !important;
}

.img-panel {
    margin-bottom: 18px !important;
    min-height: 190px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.img-panel img {
    max-height: 190px !important;
    object-fit: contain !important;
}
.vm-variant-buttons .product-fields {
	display: block !important;
	overflow: visible !important;
	width: 100% !important;
}

.vm-variant-buttons .controls {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	gap: 10px !important;
	margin-top: 15px !important;
}

.vm-variant-buttons .controls label {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	padding: 11px 14px !important;
	border: 1px solid #dce3ef !important;
	border-radius: 8px !important;
	background: #fff !important;
	cursor: pointer !important;
	font-size: 10pt !important;
	line-height: 1.3em !important;
}

.vm-variant-buttons .controls label:hover {
	border-color: #003b8f !important;
	background: #f4f7fc !important;
}

.vm-variant-buttons .controls label:has(input[type="radio"]:checked) {
	border-color: #003b8f !important;
	background: #f4f7fc !important;
	color: #003b8f !important;
	font-weight: bold !important;
}

.vm-variant-buttons .controls input[type="radio"] {
	margin: 0 !important;
}



span.PricesalesPrice {
    color: #000 !important;
    font-size: 18pt !important;
    display: block !important;
    text-align: center !important;
    margin-top: 10px !important;
}
.panel-footer {padding: 10px 0;margin-top: 15px;overflow: hidden;}
.readmore {font-size: 9pt;text-transform: uppercase;letter-spacing: 1px;color: #212121;}
.product-container .panel-addtocart {display: none;}

.details-panel {
    margin-top: 16px !important;
    text-align: center !important;
}
.product-colors-info {
  display: block;
    font-size: 14px;
    color: #777; /* Puedes cambiar el color según prefieras */
    margin-bottom: 25px; /* Espacio entre la leyenda y el botón */
    font-weight: bold;
}
.details-panel .btn-readmore,
.product-container .btn-readmore {
    border-radius: 4px !important;
    padding: 8px 28px !important;
}

}
.variantes {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin: 2px;
    cursor: pointer;
}



/* Footer
*********************************************/
.footer {
	background: #1e5799;
	background: -moz-linear-gradient(left,#1e5799 0%,#163b8c 51%,#032b48 100%);
	background: -webkit-linear-gradient(left,#1e5799 0%,#163b8c 51%,#032b48 100%);
	background: linear-gradient(to right,#1e5799 0%,#163b8c 51%,#032b48 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799',endColorstr='#032b48',GradientType=1 );
	overflow: hidden;
	padding: 45px 0 25px;
}
.footer .row {
	display: grid !important;
	grid-template-columns: 1.8fr 1.3fr 1.2fr 1.1fr !important;
	gap: 70px !important;
	align-items: start !important;
}

.footer .col3 {
	width: auto !important;
	float: none !important;
	padding: 0 !important;
}
.footer p {	margin: 0 0 7px 0;}
.footer * {
    color: #fff;
    font-size: 9.5pt;
    font-family: 'Open Sans';
    text-align: left;
    line-height: 1.55em;
}
.footer ul {list-style: none;padding: 0;}
.title-footer {font-family: 'Source Sans Pro Bold';text-transform: uppercase;}
.icons-footer i {margin-right: 10px;}
.icons-footer i:before {font-size: 45pt;}
.icons-footer i {margin-right: 10px;}
.moduletablecopyright * {font-size: 8pt;}
.moduletablecopyright {margin-top: 30px;border-top: 1px solid #ddd;padding-top: 15px;}

@media (max-width: 768px) {
	.footer {
	padding: 22px 20px 14px !important;		
}

	.footer .row {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}

	.footer .col3 {
		width: 100% !important;
		float: none !important;
		padding: 0 !important;
		text-align: left !important;
	}

	.footer h3,
	.footer .title-mod,
	.footer .module-title,
	.title-footer {
		margin-bottom: 8px !important;
		font-size: 10pt !important;
		line-height: 1.2em !important;
	}

	.footer p {
		margin: 0 0 4px 0 !important;
		line-height: 1.35em !important;
	}

	.footer p,
	.footer a,
	.footer li,
	.footer span,
	.footer strong {
		font-size: 9pt !important;
		line-height: 1.35em !important;
	}

	.footer-branches p,
	.footer-phones p {
		margin-bottom: 4px !important;
	}

	.icons-footer i {
		margin-right: 8px !important;
	}

	.icons-footer i:before {
		font-size: 30pt !important;
	}

	.moduletablecopyright {
		margin-top: 18px !important;
		padding-top: 10px !important;
	}

	.moduletablecopyright * {
		font-size: 7.5pt !important;
		line-height: 1.3em !important;
	}
}
/* Showcase
*********************************************/
.tp-bullets {opacity: 1!important;}
.bullet {float: none!important;background: #fff!important;border-radius: 50%;margin: 10px 0;width: 10px!important;height: 10px!important;}
.bullet.selected {background: #032b48!important;}








/* Paginacion
*********************************************/
.vm-pagination {
  padding: 20px 15px 0!important;
  margin: 30px 0!important;
  text-align: left!important;
  color: #0a2839;
  overflow: hidden;
  clear: both;
  float: none!important;
  border-top: 1px solid #ededed;
}
.vm-pagination a {color: #0a2839;background: transparent;}
.vm-pagination ul li {
  float: left;
}
.vm-pagination ul li span {
  background: #0a2839;
  color: #fff;
}

.vm-pagination ul {text-align: left!important;padding: 0!important;margin: 0!important;}
li.pagination-start, li.pagination-end {display: none!important;}
.vm-pagination ul li a, .vm-pagination ul li span {
    display:block!important;
    margin: 0 -1px!important;
    border: 1px solid #ddd;
    border-radius: 0!important;
    vertical-align: middle;
    text-decoration: none;
    padding: 0 5px!important;
    overflow: hidden;
    line-height: 33px;
    text-align: center;
    width: 33px;
    height: 33px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.vm-pagination ul li a:hover {background: #0a2839!important;color: #fff;}
li.pagination-prev a, li.pagination-next a {text-indent: 9999999px;}
#content li.pagination-prev span, #content li.pagination-next span {display: none!important;}
li.pagination-prev a::before {
    content: "";
    display: block;
    text-indent: 0;
    margin-left: -1px;
    margin-top: -3px;
    position: absolute;
    left: 50%;
    top: 49%;
    -webkit-transition: border-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out;
    -ms-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    border-right: 4px solid #0a2839;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
li.pagination-next a::before {
    content: "";
    display: block;
    text-indent: 0;
    margin-left: -1px;
    margin-top: -3px;
    position: absolute;
    left: 50%;
    top: 49%;
    -webkit-transition: border-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out;
    -ms-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    border-left: 4px solid #0a2839;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
li.pagination-next a:hover:before {border-left: 4px solid #fff;}
li.pagination-prev a:hover:before {border-right: 4px solid #fff;}










.search-active .header, .cart-active .header {overflow: visible;}
#search:before {
    visibility: hidden;
    opacity: 0;
    content: '';
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 1px;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    transition-delay: 0.3s;
}

#search.search-on:before {
    visibility: visible;
    opacity: 1;
}

.moduletable-search {
    position: absolute;
    visibility: hidden;
    top: 50%;
    left: 100%;
    right: 17.5%;
    margin-top: -30px;
    padding: 0;
    float: none;
    width: auto;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, left 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, left 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, left 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, left 0.5s ease-in-out;
    transition-delay: 0.3s;
}

.close-search {
    display: table-cell;
    float: left;
    width: 20px;
    margin-top: 19px;
    margin-right: 30px;
    cursor: pointer;
}

#search.search-on .moduletable-search {
    visibility: visible;
    opacity: 1;
    left: 17.5%;
    right: 17.5%;
}


#search form {
    background: #fff;
    -moz-box-shadow: 0 3px 27px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 3px 27px 0 rgba(0,0,0,.05);
    box-shadow: 0 3px 27px 0 rgba(0,0,0,.05);
    display: table-cell;
    width: calc(100% - 50px);
    float: left;
}


.select_category {
    width: 230px!important;
    border: 0!important;
    border-right: 1px solid #ebebeb!important;
    padding: 2px 15px 0;
}


.select_category select {
    text-transform: uppercase!important;
    font-family: 'Source Sans Pro Bold'!important;
    font-size: 9pt!important;
}


input.form-control {
    border: none!important;
    padding: 10px 30px!important;
    font-size: 10pt!important;
    color: #767676;
}
.sj-search-pro-wrapper .icon-select::after {
    width: 10px!important;
    right: 30px!important;
}

.sj-search-pro-wrapper .btn-default {
    background: transparent!important;
    border: 0!important;
    border-radius: 0!important;
    box-shadow: none!important;
    padding: 9px 15px!important;
    font-size: 14pt!important;
}









.filters {
    margin-bottom: 30px;
}
.order-list {
    width: 100%;
    display: block!important;
    text-align: center;
    color: #a7a7a7;
    text-transform: uppercase;
    letter-spacing: 1px;
  
}
.title {
    display: inline-block;
    margin-right: 15px;
    font-size: 8pt;
      text-align: center !important;

}
.orderlistcontainer {
    display: inline-block;
    position: relative;
}
.activeOrder {
    border-radius: 0!important;
    padding: 10px 30px!important;
    border: 1px solid #e2e2e2!important;
    background: transparent!important;
}
.activeOrder a {
    font-size: 9pt;
}
.orderlist {
    width: 100%;
    font-size: 8pt;
    border: 1px solid #e2e2e2!important;
    margin-top: -1px;
}

































/* ===== MENÚ LATERAL CATEGORÍAS + POLÍTICAS ===== */

.modleft {
    position: relative !important;
    float: left !important;
    width: 250px !important;
    margin-left: -280px !important;
    text-align: left !important;
    z-index: 50 !important;

    display: flex !important;
    flex-direction: column !important;
}

/* Tarjetas/módulos dentro del lateral */
.modleft .moduletable {
    background: #ffffff !important;
    border: 1px solid #e5e8ef !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
}

.modleft .moduletable:has(.shipping-policy-strip) {
    order: 1 !important;
    border-radius: 6px 6px 0 0 !important;
    border-bottom: 0 !important;
}

.modleft .moduletable:not(:has(.shipping-policy-strip)) {
    order: 2 !important;
    border-radius: 0 0 6px 6px !important;
}

/* Políticas */
.shipping-policy-strip {
    display: block !important;
    width: 100% !important;
    background: #f4f7fc !important;
    color: #003b8f !important;
    padding: 12px 18px !important;
    margin: 0 !important;
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 11pt !important;
    cursor: pointer !important;
    text-align: center !important;
    transition: all 0.25s ease !important;
}

.shipping-policy-strip:hover {
    background: #eaf1fb !important;
}

.shipping-policy-text {
    font-weight: 600 !important;
}

/* Título categorías */
.modleft .title-mod {
    margin: 0 !important;
    padding: 16px 20px 13px !important;
    font-size: 14pt !important;
    line-height: 1.2em !important;
    text-align: left !important;
    text-transform: uppercase !important;
    color: #1b1f2a !important;
    border-bottom: 1px solid #edf0f5 !important;
}

/* Lista categorías */
.modleft .menuleft {
    margin: 0 !important;
    padding: 8px 0 !important;
    list-style: none !important;
}

.modleft .menuleft li {
    border: 0 !important;
    padding: 0 !important;
}

.modleft .menuleft a {
    display: block !important;
    padding: 10px 20px !important;
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 11pt !important;
    line-height: 1.3em !important;
    color: #202532 !important;
    text-align: left !important;
    border-left: 3px solid transparent !important;
}

.modleft .menuleft li.current a,
.modleft .menuleft li.active a {
    background: #f4f7fc !important;
    color: #003b8f !important;
    font-weight: bold !important;
    border-left-color: #003b8f !important;
}

.modleft .menuleft li:hover a {
    background: #f7f9fc !important;
    color: #003b8f !important;
    border-left-color: #003b8f !important;
}

/* Ocultar lateral en tablet/móvil */
@media (max-width: 1024px) {
    .modleft {
        display: none !important;
    }
}


#content,
#content .section,
#content .wrapper,
#content .overflow {
    overflow: visible !important;
}





#breadcrumbs {
    background-color: #f6f6f6;
    position: relative;
    padding: 5px 0;
}
.breadcrumb {
    padding: 0;
    list-style: none;
    margin: 0;
}

.breadcrumb li {
    display: inline;
    font-size: 10pt;
}
.breadcrumb li:before {
    content: '/';
    display: inline;
    margin: 0 5px;
    font-size: 8pt;
}
.breadcrumb li:nth-child(2):before {
	display: none;
}

.breadcrumb li:first-child {
    display: none;
}
span.divider {
    display: none;
}

.breadcrumb a {
	color:#333333;
}



.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 6.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


#prices-product span.PricesalesPrice {
    font-size: 30pt;
    margin: 30px 0;
    padding-top: 10px;
    border-top: 1px solid #eee;
    display: block;
    overflow: hidden;
    line-height: normal;
}
.controls-panel {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0 10px;
}
span.quantity-controls {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 1px;
}
span.quantity-box {
    display: inline-block;
    vertical-align: middle;
}
input.quantity-minus {
    background: url(../images/quantity-controls.png) repeat-x!important;
    background-position: 15px 0!important;
    margin: 1px 0!important;
}
input.quantity-input {
    background: transparent!important;
    border: 0!important;
    font-size: 12pt!important;
    font-weight: normal!important;
}
input.quantity-plus {
    background: url(../images/quantity-controls.png) no-repeat!important;
    margin: 1px 0!important;
}
span.addtocart-button-int {
    display: inline-block;
    margin-left: 15px;
}

span.addtocart-button-int input, a.notify, input.notify-button {
    text-transform: uppercase;
    color: #FFf!important;
    border: none;
    background: #1e5799;
    background: -moz-linear-gradient(left,#1e5799 0%,#163b8c 51%,#032b48 100%);
    background: -webkit-linear-gradient(left,#1e5799 0%,#163b8c 51%,#032b48 100%);
    background: linear-gradient(to right,#1e5799 0%,#163b8c 51%,#032b48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799',endColorstr='#032b48',GradientType=1 );
    padding: 9px 30px;
}
.product-description-modern {
    width: 100% !important;
    margin: 22px 0 !important;
    padding: 22px 26px !important;
    background: #f7f9fc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    font-size: 11pt !important;
    line-height: 1.6em !important;
}

.product-description-modern h4 {
    margin: 0 0 14px 0 !important;
    font-size: 14pt !important;
    color: #1b1f2a !important;
    font-family: 'Source Sans Pro Bold' !important;
}

.product-description-modern p {
    margin: 0 0 12px 0 !important;
    line-height: 1.6em !important;
}

.product-description-modern ul {
    margin: 10px 0 0 18px !important;
    padding: 0 !important;
}

.product-description-modern li {
    margin-bottom: 8px !important;
    line-height: 1.55em !important;
}

.product-description-content {
    color: #222 !important;
}
.product-fields {
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-fields a.chzn-single {
    background: url(arrow-categories.svg) no-repeat 96% 50% !important;
    background-size: 16px !important;
    height: 38px !important;
    line-height: 38px;
    padding: 0 20px;
    border-radius: 0;
    border: 2px solid #163b8c;
    box-shadow: none;
	color: #163b8c;
}
.product-fields a.chzn-single > div {
	display: none;
}



.panel-item {
    background: #fff;
    padding: 20px 30px;
}
.panel-item:nth-child(even) {
    background: #f6f6f6;
}
.controls {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}
.controls label {
	font-size: 12px;
	display: flex;
	align-items: center;
	column-gap: 6px;
}






input, textarea, select {
    width: 100%;
    border: 1px solid #ddd;
    margin: 5px 0;
    padding: 2%;
    height: 38px;
    font-size: 10pt;
}
textarea {
    height: auto;
}
input::-webkit-input-placeholder { color: #010101!important; font-size:10pt; } /* WebKit */
input::-moz-placeholder { color: #010101!important; font-size:10pt; } /* Firefox 18- */
input::-moz-placeholder { color: #010101!important; font-size:10pt; } /* Firefox 19+ */
input::-ms-input-placeholder { color: #010101!important; font-size:10pt; } /* IE 10+ */

.g-recaptcha {
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
input[type="checkbox"], input[type="radio"] {
    width: auto!important;
    height: auto;
}








.vpau-modal-bg, .vpau-modal {
    z-index: 9999!important;
}

button.vpau-modal-close {
	color: #fff!important;
}


.vpau-modal-header {
	background: #1e5799;
	background: -moz-linear-gradient(left,#1e5799 0%,#163b8c 51%,#032b48 100%);
	background: -webkit-linear-gradient(left,#1e5799 0%,#163b8c 51%,#032b48 100%);
	background: linear-gradient(to right,#1e5799 0%,#163b8c 51%,#032b48 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799',endColorstr='#032b48',GradientType=1 );
}
.vpau-modal-header h3 {color: #fff;}
.vp-wrapper .vpau-btn-facebook {width: 100%;}
.vp-login-page {padding: 30px 0;}
.vp-tabs ul li a {border: 0!important;padding: 0!important;height: auto!important;line-height: normal!important;color: #010101!important;background: none!important;}
.vp-tabs ul li.vp-active a, .vp-tabs ul li:hover a {color: #ce2c2c!important;}
.vp-tabs ul li {border-left: 1px solid;}
.vp-tabs ul li:first-child {border-left: 0;}
.vp-form-submission {text-align: center;}




#fancybox-wrap {
	z-index: 999999!important;
	padding: 0!important;
}

#fancybox-overlay {z-index: 999999!important;}
#fancybox-content {
    border: 0!important;
    border-width: 0!important;
    width: 100%!important;
}

#fancybox-content div {
	padding: 60px 15px;
	overflow: hidden!important;
}

#fancybox-title {display: none!important;}
#fancybox-content div:before {
    content: "\f290";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 170pt;
    color: #e8e8e8;
    position: absolute;
    right: 20px;
    z-index: -2;
}

#fancybox-content h4 {
    width: 58%;
    right: 0;
    padding:0 15px;
    position: absolute;
}
#fancybox-content a {
    color: #fff;
    background: #ce2c2c;
    padding: 10px 20px;
    float: left;
    width: 40%;
    clear: both;
    text-transform: uppercase;
    text-align: center;
    margin: 5px 0;
    font-size: 8pt;
}
#fancybox-content a:hover {background: #010101;}



.cart-view {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto!important;
    padding: 50px 30px!important;
}


#GuestUser .proopc-btn, #UserLogin .proopc-btn {
    background: #1e5799;
    background: -moz-linear-gradient(left,#1e5799 0%,#163b8c 51%,#032b48 100%);
    background: -webkit-linear-gradient(left,#1e5799 0%,#163b8c 51%,#032b48 100%);
    background: linear-gradient(to right,#1e5799 0%,#163b8c 51%,#032b48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799',endColorstr='#032b48',GradientType=1 );
    border-radius: 0;
    border: 0;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro Bold';
}
button#proopc-order-submit {
    background: #5cb85c;
    border-radius: 0;
    border: 0;
}


.btn-share i {
	font-size: 20pt;
}

.btn-share {
    float: left;
    margin-right: 10px;
    position: relative;
}

.btn-share, .itemTwitterButton {
    margin: 0 20px 0 0!important;
    width: 26px!important;
    height: 26px!important;
}


.itemTwitterButton {
    display: inline-block;
    margin: 0 3px;
/*     background: url(../images/ico-twitter.png) no-repeat 0 0; */
    width: 26px!important;
    height: 26px!important;
    overflow: hidden;
    position: relative;
}

.itemTwitterButton iframe {
    opacity: 1;
    text-indent: 0!important;
    overflow: hidden;
    width: 22px!important;
}


.fb-share-button {
/*     background: url(../images/ico-facebok.png) center center no-repeat; */
    width: 27px;
    height: 26px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    margin: 0 3px 0 0;
}
a#b span {
    display: none!important;
}
.whatsapp-share {
/*     background: url(../images/ico-whatsapp.png) no-repeat 0 0; */
    float: left;
    width: 26px!important;
    height: 26px!important;
    overflow: hidden;
    text-indent: 0!important;
    color:#02a500;
}
.panel-share-social {
    padding: 20px 0 0;
    margin-top: 30px;
    border-top: 1px solid #eee;
}

.fb-share-button a {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}
.product-attachmets .product-field-attachment {
	display: block !important;
	text-align: center !important;
	margin-bottom: 12px !important;
}

.product-attachmets .product-field-attachment .btn-readmore {
	display: inline-block !important;
	margin: 0 auto !important;
}





.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--instagram {
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.resp-sharing-button--instagram:hover {
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}



/* MEDIA QUERIES
*********************************************/
/* MEDIA QUERIES
*/

@media (max-width: 1024px) { 
	.modleft {display: none;}
}
@media (max-width: 980px) { 
	.menu li {margin: 0 10px;}
	.title-category {font-size: 11pt;text-align: center;}
	.footer .col3 {width: 50%;}
	#search.search-on .moduletable-search {left: 5%;right: 5%;}
}

@media (min-width: 769px) {
	.menu-btn {
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
	}
}

@media (max-width: 768px) {
	.col-categories .bgcategories {padding: 46% 0!important;}
	.span.PricesalesPrice {font-size: 14pt;}
	.item-title {font-size: 9pt;}
	.header {padding: 0 !important;
}

.header-mobile-row {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	margin: 0 !important;
}

.header-left {
	width: 50% !important;
	float: none !important;
	order: 1 !important;
	display: flex !important;
	align-items: center !important;
	gap: 14px !important;
	padding: 12px 16px !important;
}

.header-right {
	width: 50% !important;
	float: none !important;
	order: 2 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	padding: 12px 16px !important;
}

.header-logo {
	width: 100% !important;
	float: none !important;
	order: 3 !important;
	text-align: center !important;
	padding: 18px 0 20px !important;
}

.menu-btn {
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	margin: 0 !important;
	float: none !important;
	color: #003b8f !important;
}

.btn-search {
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	margin: 0 !important;
	float: none !important;
	color: #003b8f !important;
	font-family: 'Source Sans Pro Bold' !important;
	text-transform: uppercase !important;
}

.btn-search span {
	display: inline-block !important;
	font-size: 9pt !important;
}

.header-cart {
	display: inline-flex !important;
	align-items: center !important;
}

.header-cart .total_products {
	margin: 0 !important;
	float: none !important;
}

.header-logo .logo img {
	max-width: 180px !important;
	height: auto !important;
}   
  .main-menu {display: none;} /* ← Oculto por defecto */
    .main-menu.active {display: flex;} /* ← Visible al hacer clic */
    .moduletable-login {display: flex;}
  	.top .moduletable-domicilio {float: left;width: 100%;}
	.top .moduletable-domicilio li:last-child {float: right;}
	.col-categories {width: 50%!important;}
	.col-categories:nth-child(2) .bgcategories, .col-categories:nth-child(3) .bgcategories {padding: 23% 0;}
	.col-categories:nth-child(4) .bgcategories {padding: 33% 0;}
	h1 {font-size: 24pt;}
	h2 {font-size: 18pt;}
	h3 {font-size: 14pt;}
	h4 {font-size: 11pt;}
	h5 {font-size: 9pt;}
	.productdetails .col7, .productdetails .col5 {width: 100%;max-width: 480px;margin: 10px auto;}
	#prices-product span.PricesalesPrice {font-size: 24pt;}
	.col6 {width: 100%;}
	.padding-right {padding-right: 10px!important;}
}

@media (max-width: 480px) {
	.select_category select {font-size: 7pt!important;}
	#search form {width: calc(100% - 32px);}
	.close-search {margin-right: 10px;}
	.title-product {font-size: 16pt;}
	.product-container.col4 {width: 100%;}
	.wrapper {padding: 0 20px;}

	/* TOP MÓVIL */
	.top {
		position: relative!important;
		height: 78px!important;
		overflow: hidden!important;
	}

	.top .wrapper {
		position: relative!important;
		height: 78px!important;
		padding: 0 14px!important;
	}

	.top * {font-size: 7pt;}
	.top i {font-size: 12pt;}

	/* Login / Registro izquierda */
	.moduletable-login {
		position: absolute!important;
		left: 14px!important;
		top: 8px!important;
		right: auto!important;
		width: auto!important;
		float: none!important;
		z-index: 40!important;
	}

	.moduletable-login ul {
		margin: 0!important;
		padding: 0!important;
		list-style: none!important;
		display: block!important;
	}

	.moduletable-login li {
		display: block!important;
		float: none!important;
		margin: 0 0 4px 0!important;
		padding: 0!important;
	}

	.moduletable-login a,
	.moduletable-login button {
		display: block!important;
		font-size: 7pt!important;
		line-height: 1.1em!important;
		padding: 4px 8px!important;
		margin: 0!important;
		white-space: nowrap!important;
	}

	/* Número al centro: solo WhatsApp */
	.top .moduletable-domicilio {
		position: absolute!important;
		left: 50%!important;
		top: 29px!important;
		transform: translateX(-50%)!important;
		width: auto!important;
		float: none!important;
		text-align: center!important;
		z-index: 20!important;
	}

	.top .moduletable-domicilio ul {
		margin: 0!important;
		padding: 0!important;
		list-style: none!important;
		display: block!important;
	}

	.top .moduletable-domicilio li {
		display: none!important;
		margin: 0!important;
		padding: 0!important;
		white-space: nowrap!important;
		line-height: normal!important;
	}

	.top .moduletable-domicilio li:last-child {
		display: block!important;
	}

	.top .moduletable-domicilio li:last-child * {
		color: #fff!important;
		font-family: 'Source Sans Pro Bold'!important;
		font-size: 8.5pt!important;
	}

	/* Carrito derecha */
/* Carrito visible junto al menú */
.header-cart {
	display: inline-flex!important;
	align-items: center!important;
	margin-left: 10px!important;
	position: static!important;
}

.header-cart .moduletablecarrito,
.header-left .moduletablecarrito {
	position: static!important;
	left: auto!important;
	right: auto!important;
	top: auto!important;
	margin: 0!important;
	padding: 0!important;
}

.header-cart .total_products,
.header-left .total_products {
	display: inline-flex!important;
	align-items: center!important;
	margin: 0!important;
	float: none!important;
	height: auto!important;
	color: #000!important;
	font-size: 9pt!important;
}

.header-cart .total_products:before,
.header-left .total_products:before {
	display: inline-block!important;
	font-size: 16pt!important;
	color: #000!important;
	margin-right: 4px!important;
}

.cart-off {
	position: static!important;
	top: auto!important;
	left: auto!important;
	right: auto!important;
}
	/* HEADER MÓVIL */
	.header {padding: 0!important;}

	.header-mobile-row {
		display: flex!important;
		flex-wrap: wrap!important;
		align-items: center!important;
		margin: 0!important;
	}

	.header-left {
		width: 50%!important;
		float: none!important;
		order: 1!important;
		display: flex!important;
		align-items: center!important;
		gap: 10px!important;
		padding: 16px 14px 10px!important;
	}

	.header-right {
		width: 50%!important;
		float: none!important;
		order: 2!important;
		display: flex!important;
		align-items: center!important;
		justify-content: flex-end!important;
		padding: 16px 14px 10px!important;
	}

	.header-logo {
		width: 100%!important;
		float: none!important;
		order: 3!important;
		text-align: center!important;
		padding: 20px 0 22px!important;
	}

	.menu-btn {
		display: inline-flex!important;
		align-items: center!important;
		gap: 5px!important;
		margin: 0!important;
		float: none!important;
		color: #003b8f!important;
		font-family: 'Source Sans Pro Bold'!important;
		text-transform: uppercase!important;
	}

	.menu-btn i {
		font-size: 20pt!important;
		margin: 0!important;
	}

	.menu-btn span {
		display: inline-block!important;
		font-size: 9pt!important;
		line-height: 1!important;
	}

	.btn-search {
		display: inline-flex!important;
		align-items: center!important;
		gap: 5px!important;
		margin: 0!important;
		float: none!important;
		color: #003b8f!important;
		font-family: 'Source Sans Pro Bold'!important;
		text-transform: uppercase!important;
	}

	.btn-search i {
		font-size: 20pt!important;
		margin: 0!important;
	}

	.btn-search span {
		display: inline-block!important;
		font-size: 9pt!important;
		line-height: 1!important;
	}

	.header-cart {display: none!important;}

	.header-logo .logo img {
		max-width: 165px!important;
		height: auto!important;
	}

	/* Categorías móvil */
	.col-categories {width: 100%!important;}
	.bgcategories {padding: 23%!important;}

	.btn-readmore,
	input.button {
		font-size: 8pt;
		padding: 5px 15px;
	}
}


@media (max-width: 1200px) {
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
  
}


.filter-btn-primary {
    padding: 12px 25px;
    border-radius: 6px;
    background-color: #007bff;
    color: white !important;
    font-weight: 700;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease;
    display: inline-block;
    margin: 5px;
}

.filter-btn-primary:hover {
    background-color: #0056b3;
}

.filter-btn-secondary {
    padding: 12px 25px;
    border-radius: 6px;
    background-color: #6c757d;
    color: white !important;
    font-weight: 700;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease;
    display: inline-block;
    margin: 5px;
}

.filter-btn-secondary:hover {
    background-color: #545b62;
}









/* ================= ESTILOS STOCK ================= */
.stock-container {
    text-align: center;
    margin: 20px 0;
    padding: 15px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.stock-available {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.stock-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 5px;
}

.stock-quantity {
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
}

.stock-unavailable {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.out-of-stock {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.in-transit {
    background-color: rgba(255, 255, 255, 0.9);
    color: #27ae60;
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.stock-icon {
    font-size: 28px;
    margin-bottom: 8px;
}
?>













.vm-image-wrapper{
    position: relative;
    width: 100%;
}

.vm-image-wrapper .main-img{
    width: 100%;
}

.vm-hover-thumbs{
    position: absolute;
    top: 10px;
    left: 10px;

    opacity: 0;
    transform: translateX(-10px);

    transition: all 0.2s ease;

    z-index: 99;
}

.vm-image-wrapper:hover .vm-hover-thumbs{
    opacity: 1;
    transform: translateX(0);
}

.vm-thumb{
    margin-bottom: 5px;
}

.vm-thumb img{
    width: 45px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
}









.section .product-fields {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 15px !important;
    padding-bottom: 10px !important;
    scroll-snap-type: x mandatory;
    width: 100% !important;
}
.section .product-field-type-R {
    flex: 0 0 180px !important;
    width: 180px !important;
    float: none !important;
    scroll-snap-align: start;
    display: block !important;
}
.section .product-fields .clear {
    display: none !important;
}








.modlefttop {
    float: left !important;
    width: 250px !important;
    margin-left: -280px !important;
    text-align: left !important;
    overflow: visible !important;
    display: block !important;
    clear: both !important;
    margin-bottom: 0 !important;
}





.policy-overlay {
  display: none;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0,0,0,0.65) !important;
  z-index: 999999 !important;
}

.policy-overlay.is-open {
  display: block !important;
}

.policy-box {
  background: #fff !important;
  width: 90% !important;
  max-width: 900px !important;
  height: 80vh !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%,-50%) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

.policy-frame {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

.policy-close {
  position: absolute !important;
  top: 12px !important;
  right: 16px !important;
  font-size: 24px !important;
  cursor: pointer !important;
  z-index: 10 !important;
  color: #000 !important;
}




.trust-home {
    width: 100%;
    max-width: 1200px;
    margin: 10px auto 25px;
    padding: 18px 24px;
    background: #ffffff;
    border: 1px solid #e5e8ef;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    border-right: 1px solid #edf0f5;
    padding-right: 15px;
}

.trust-item:last-child {
    border-right: 0;
}

.trust-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #f4f7fc;
    color: #003b8f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18pt;
}

.trust-item strong {
    display: block;
    color: #1b1f2a;
    font-size: 11pt;
    font-family: 'Source Sans Pro Bold';
    margin-bottom: 3px;
}

.trust-item span {
    display: block;
    color: #666;
    font-size: 9.5pt;
    line-height: 1.3em;
}

@media (max-width: 900px) {
    .trust-home {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-item {
        border-right: 0;
    }
}

@media (max-width: 520px) {
    .trust-home {
        grid-template-columns: 1fr;
        margin-bottom: 25px;
    }
}



.vm-variant-buttons .variant-color-dot {
	width: 16px !important;
	height: 16px !important;
	min-width: 16px !important;
	border-radius: 50% !important;
	display: inline-block !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.08) !important;
}

.vm-variant-buttons .variant-color-name {
	display: inline-block !important;
}



.ficha-rapida-producto {
	margin: 18px 0 22px !important;
}

.ficha-rapida-title {
	margin: 0 0 12px 0 !important;
	font-size: 13pt !important;
	color: #1b1f2a !important;
	font-family: 'Source Sans Pro Bold' !important;
}

.ficha-rapida-grid {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	gap: 10px !important;
}

.ficha-rapida-item {
	background: #f7f9fc !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 8px !important;
	padding: 12px 14px !important;
}

.ficha-rapida-label {
	display: block !important;
	font-size: 8.5pt !important;
	text-transform: uppercase !important;
	letter-spacing: .4px !important;
	color: #6b7280 !important;
	margin-bottom: 4px !important;
}

.ficha-rapida-value {
	display: block !important;
	font-size: 11pt !important;
	color: #003b8f !important;
	font-family: 'Source Sans Pro Bold' !important;
	line-height: 1.25em !important;
}

@media (max-width: 600px) {
	.ficha-rapida-grid {
		grid-template-columns: 1fr !important;
	}
}

/* ===== CTA EQUIPOS CAROS ===== */

.equipo-cta-producto {
	width: 100% !important;
	margin: 18px 0 22px !important;
	padding:16px 18px !important;
	background: #ffffff !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 8px !important;
	box-sizing: border-box !important;
	text-align: center !important;
}

.equipo-cta-producto #prices-product,
.equipo-cta-producto .product-price,
.equipo-cta-producto .PricesalesPrice,
.equipo-cta-producto .price-crossed,
.equipo-cta-producto .product-price div {
	border: 0 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
	background-image: none !important;
}

.equipo-cta-producto #prices-product:before,
.equipo-cta-producto #prices-product:after,
.equipo-cta-producto .product-price:before,
.equipo-cta-producto .product-price:after {
	display: none !important;
	content: none !important;
}

.equipo-cta-producto .PricesalesPrice {
	display: block !important;
	color: #111 !important;
	font-size: 22pt !important;
	line-height:1.1 !important;
	margin:0 0 12px 0 !important;
  	font-family: 'Source Sans Pro Bold' !important;
	text-align: center !important;
}

.btn-whatsapp-producto {
	display: inline-block !important;
	background: #25D366 !important;
	color: #ffffff !important;
	padding:10px 18px !important;
	border-radius: 6px !important;
	font-size: 11pt !important;
	font-family: 'Source Sans Pro Bold' !important;
	text-decoration: none !important;
	margin: 0 auto 12px !important;
	transition: all .2s ease !important;
}

.btn-whatsapp-producto:hover {
	background: #1ebe5d !important;
	color: #ffffff !important;
	text-decoration: none !important;
	transform: translateY(-1px);
}

.incluye-producto {
	width: 100% !important;
	margin: 18px 0 20px !important;
	padding: 18px 22px !important;
	background: #ffffff !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 8px !important;
	box-sizing: border-box !important;
}

.incluye-title {
	margin: 0 0 12px 0 !important;
	font-size: 14pt !important;
	color: #1b1f2a !important;
	font-family: 'Source Sans Pro Bold' !important;
}

.incluye-lista {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 8px !important;
}

.incluye-item {
	position: relative !important;
	padding-left: 26px !important;
	font-size: 10.5pt !important;
	line-height: 1.45em !important;
	color: #222 !important;
}

.incluye-item:before {
	content: "✓" !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	color: #25D366 !important;
	font-family: 'Source Sans Pro Bold' !important;
	font-size: 12pt !important;
}





















/*!
 * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-strava:before {
  content: "\f428"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    padding: 0 40px;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.pushy {
	display: none;
}
.pushy .vp-btn-primary {
    width: 100%;
    margin: 0;
    display: block;
    border-radius: 0;
    padding: 15px 30px;
}
.pushy .vp-list-inline>li {
    display: block;
    padding: 0;
}



@media (max-width: 768px) {
.pushy {
  position: fixed;
  width: 250px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #053d62;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
  /* enables momentum scrolling in iOS overflow elements */
}
.pushy a, .pushy span {
  display: block;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
font-family: 'Source Sans Pro Bold';
text-transform: uppercase;
}

.pushy li.active a, .pushy li:hover a {
	background: #1e5799;
}

.pushy a:hover {
  color: #FFF;
}
.pushy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pushy ul:first-child {
  margin-top: 10px;
}
.pushy .menu li {
    margin: 0;
}


.pushy li li a, .pushy li li span {
    background: transparent!important;
    font-size: 10pt;
    padding: 10px 30px;
    color: #ccc;
}


.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}
.pushy-submenu ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}
.pushy-submenu button:hover {
  color: #FFF;
}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open ul {
  max-height: 1000px;
  visibility: visible;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

/*# sourceMappingURL=pushy.css.map */
}/**
 * @copyright	(C) 2010 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* System Messages */
#system-message {
	margin-bottom: 10px;
	padding: 0;
}

#system-message > dt {
	font-weight: bold;
	display: none;
}

#system-message > dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
}

#system-message > dd > ul {
	color: #0055BB;
	background-position: 4px top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;
}

#system-message > dd > ul > li {
	line-height: 1.5em;
}

/* System Standard Messages */
#system-message > .message > ul {
	background-color: #C3D2E5;
	background-image: url(../images/notice-info.png);
}

/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
	color: #c00;
}

#system-message > .error > ul {
	background-color: #E6C0C0;
	background-image: url(../images/notice-alert.png);
	border-color: #DE7A7B;
}

/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #E6C8A6;
	background-image: url(../images/notice-note.png);
	border-color: #FFBB00;
}

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #EFE7B8;
	background-image: url(../images/notice-note.png);
	border-color: #F0DC7E;
}
/**
 * @copyright	(C) 2007 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(../../../media/system/css/system.css);

/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}/**
 * @copyright	(C) 2006 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
