@charset "UTF-8";
/* Compass */
/* Mixins */
/*  http://zerosixthree.se/8-sass-mixins-you-must-have-in-your-toolbox/ */
/* 1. Set a rem font size with pixel fallback */
/* 2. Breakpoints */
/* 3. SVG background images with PNG and retina fallback */
/* 4. Animations and keyframes  */
/* 5. Transitions */
/* 6. Cross browser opacity */
/* 7. Clearfix */
/* 8. Visually hide an element */
/* Tools */
/* Base */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  height: 100%; }

/**
 * 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 */
width:100%;  }

/**
 * 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover,
a:focus {
  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 {
  -webkit-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"],
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"] {
  -webkit-box-sizing: border-box;
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

/* ===========================
   Base
   =========================== */
* {
  margin: 0; }

html {
  height: 100%; }

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  background-color: #FFFFFF;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  text-align: center;
  text-rendering: optimizelegibility;
  background-position: center top;
  background-repeat: no-repeat; }

a:active, a:hover, a:visited, a:focus {
  outline: none;
  outline-width: 0;
  text-decoration: none; }

pre {
  font-size: 1.5rem;
  text-align: left; }

/* especificamos tama??os del sitio */
.wrappercon {
  float: left;
  position: relative;
  width: 100%;
  min-width: 320px; }

.main-container {
  display: inline-block;
  position: relative;
  max-width: 1600px;
  width: 100%; }

.ie .main-container {
  margin-bottom: -6px; }

.seccion {
  float: left;
  position: relative;
  width: 100%; }

/* limpiamos y acomodamos objetos */
.autopos {
  display: block;
  margin: 0 auto; }

.autopos-2 {
  display: inline-block;
  margin: 0 auto;
  float: none; }

.no-padding {
  padding: 0px; }

/* pantalla completa */
.fullwidth, .fullScreen, .fullScreen2 {
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 1;
  /* min-height: 250px; */ }

/* animaciones */
.wow {
  opacity: 0;
  khtml-opacity: 0;
  -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0); }

.visible {
  opacity: 1;
  khtml-opacity: 1;
  -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100); }

.coverBg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.animations *, .animated {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out; }

/* pagina 404*/
.no-found {
  padding-top: 20px;
  text-align: center; }

/* Modules */
/* ==|================
   Module/Keyframes
   =================== */
/* =fadeInDown
---------------------- */
@-webkit-keyframes $animation-name {
  from {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes $animation-name {
  from {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-ms-keyframes $animation-name {
  from {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes $animation-name {
  from {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@keyframes $animation-name {
  from {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
/* =Rotate
---------------------- */
@-webkit-keyframes $animation-name {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes $animation-name {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes $animation-name {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes $animation-name {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes $animation-name {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }
@-moz-keyframes slideInUp {
  0% {
    -moz-transform: translate3d(0, 100%, 0); }
  100% {
    -moz-transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 100%, 0); } }
@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translate3d(0, 0, 0); }
  100% {
    -moz-transform: translate3d(0, 100%, 0); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@-webkit-keyframes slideInFromLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0); } }
@-moz-keyframes slideInFromLeft {
  from {
    -moz-transform: translateX(-100%); }
  to {
    -moz-transform: translateX(0); } }
@keyframes slideInFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes slideInFromRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0); } }
@-moz-keyframes slideInFromRight {
  from {
    -moz-transform: translateX(100%); }
  to {
    -moz-transform: translateX(0); } }
@keyframes slideInFromRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes slideOutToLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-100%, 0, 0); } }
@-moz-keyframes slideOutToLeft {
  from {
    -moz-transform: translateX(0); }
  to {
    -moz-transform: translateX(-100%); } }
@keyframes slideOutToLeft {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@-webkit-keyframes slideOutToRight {
  from {
    -webkit-transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(100%, 0, 0); } }
@-moz-keyframes slideOutToRight {
  from {
    -moz-transform: translateX(0); }
  to {
    -moz-transform: translateX(100%); } }
@keyframes slideOutToRight {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeInHalf {
  from {
    background-color: rgba(0, 0, 0, 0); }
  to {
    background-color: rgba(0, 0, 0, 0.5); } }
@-moz-keyframes fadeInHalf {
  from {
    background-color: rgba(0, 0, 0, 0); }
  to {
    background-color: rgba(0, 0, 0, 0.5); } }
@keyframes fadeInHalf {
  from {
    background-color: rgba(0, 0, 0, 0); }
  to {
    background-color: rgba(0, 0, 0, 0.5); } }
@-webkit-keyframes fadeOutHalf {
  from {
    background-color: rgba(0, 0, 0, 0.5); }
  to {
    background-color: rgba(0, 0, 0, 0); } }
@-moz-keyframes fadeOutHalf {
  from {
    background-color: rgba(0, 0, 0, 0.5); }
  to {
    background-color: rgba(0, 0, 0, 0); } }
@keyframes fadeOutHalf {
  from {
    background-color: rgba(0, 0, 0, 0.5); }
  to {
    background-color: rgba(0, 0, 0, 0); } }
@-webkit-keyframes scaleOut {
  from {
    -webkit-transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.8);
    opacity: 0; } }
@-moz-keyframes scaleOut {
  from {
    -moz-transform: scale(1);
    opacity: 1; }
  to {
    -moz-transform: scale(0.8);
    opacity: 0; } }
@keyframes scaleOut {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; } }
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }
@-moz-keyframes scaleIn {
  from {
    -moz-transform: scale(0); }
  to {
    -moz-transform: scale(1); } }
@keyframes scaleIn {
  from {
    -webkit-transform: scale(0);
    transform: scale(0); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes superScaleIn {
  from {
    -webkit-transform: scale(1.2);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
    opacity: 1; } }
@-moz-keyframes superScaleIn {
  from {
    -moz-transform: scale(1.2);
    opacity: 0; }
  to {
    -moz-transform: scale(1);
    opacity: 1; } }
@keyframes superScaleIn {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* formularios */
#error-container {
  margin: 0; }
  #error-container label {
    font-size: 12px;
    display: block; }

form.form-general label {
  text-align: left;
  color: #4d4d4d;
  font-size: 14px;
  font-family: "Roboto", sans-serif; }
form.form-general textarea, form.form-general input[type="text"], form.form-general input[type="email"], form.form-general input[type="url"], form.form-general input[type="tel"], form.form-general input[type="number"], form.form-general input[type="date"], form.form-general input[type="range"], form.form-general input[type="password"] {
  height: auto;
  border: 1px solid #dddddd;
  border-radius: 0px;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 6px 12px;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  border-radius: 0px; }
  form.form-general textarea:focus, form.form-general input[type="text"]:focus, form.form-general input[type="email"]:focus, form.form-general input[type="url"]:focus, form.form-general input[type="tel"]:focus, form.form-general input[type="number"]:focus, form.form-general input[type="date"]:focus, form.form-general input[type="range"]:focus, form.form-general input[type="password"]:focus {
    border: 1px solid #000000;
    border-radius: 0px; }
form.form-general textarea {
  resize: none; }
form.form-general input[type="checkbox"] {
  border-radius: 0px;
  border: 1px solid #000000; }
form.form-general input[type="file"] {
  margin-bottom: 30px;
  color: #3a3c41; }
form.form-general input[type="submit"] {
  width: auto;
  padding: 5px 25px;
  float: right;
  /* text-transform: uppercase;
   @include border-radius(28px);
   color:#FFFFFF;
   background-color: #000000;
   padding: 10px 20px;
   width:auto;
     &:hover, &:focus{
       background-color: transparent;
       color:#000000;
       border-color:#000000;
     }
     & span:after{
       content: "\f178";
       font-family: FontAwesome;
       margin-left: 10px;
     } */ }
form.form-general input.error, form.form-general textarea.error {
  border: 1px solid #ff0000; }
form.form-general fieldset {
  border: none; }
  form.form-general fieldset .legend {
    font-family: "Roboto", sans-serif;
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%; }
  form.form-general fieldset label {
    font-family: "Roboto", sans-serif;
    color: #000000;
    font-weight: 400;
    border-bottom: none;
    padding: 5px;
    float: left; }
  form.form-general fieldset .common {
    display: inline-block;
    float: left;
    margin-left: 7px; }
form.form-general p {
  margin: 0; }

.checkbox {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  padding-left: 15px; }

.checkbox-2 {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  padding-left: 0px;
  font-size: 12px; }
  .checkbox-2 label {
    font-weight: 400; }

/* fin formularios */
.select-general {
  height: auto;
  border: 1px solid #dddddd;
  border-radius: 0px;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 6px 12px;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  border-radius: 0px; }
  .select-general:focus {
    border: 1px solid #000000;
    border-radius: 0px; }

.avisos {
  display: inline-block;
  position: relative;
  padding: 10px 0px;
  font-size: 10px;
  text-align: left;
  color: #4d4d4d;
  font-weight: 500;
  font-family: "Roboto", sans-serif; }
  .avisos a {
    color: #4d4d4d;
    text-decoration: underline; }
    .avisos a:hover {
      color: #EC2227;
      cursor: pointer; }

#no-more-tables thead tr th {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #999999;
  border-left: 0px;
  border-right: 0px;
  color: #4d4d4d;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 10px 0px;
  margin-bottom: 10px; }

#no-more-tables tbody tr td {
  vertical-align: middle;
  color: #4d4d4d;
  font-size: 12px;
  font-family: "Roboto", sans-serif; }
  #no-more-tables tbody tr td img {
    width: 50px;
    margin-right: 10px; }

@media screen and (max-width: 500px) {
  .info_aditional th, .info_aditional .fstcampo {
    vertical-align: middle; }

  #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
    display: block; }

  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  #no-more-tables tr {
    border: 0px solid red;
    padding-bottom: 28px; }

  #no-more-tables td {
    border: none;
    border-bottom: solid 1px #ddd;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
    background-color: #FFFFFF;
    color: #092240;
    background-image: none;
    height: auto;
    vertical-align: middle; }

  #no-more-tables td.esp {
    padding: 0px !important;
    display: inline-block;
    position: relative;
    height: auto;
    width: 100%; }
    #no-more-tables td.esp a {
      width: 100%; }

  #no-more-tables td.hidde-small {
    display: none; }

  #no-more-tables td.pos {
    background-color: #000000;
    background: transparent url(../images/calendario/bgCol.png) no-repeat left center;
    color: #FFFFFF; }

  #no-more-tables tr.active td.pos {
    background-color: #000000;
    background: transparent url(../images/calendario/bgColBlack.png) no-repeat left center;
    color: #FFFFFF; }

  #no-more-tables td:before {
    content: attr(data-title);
    color: #092240; }

  #no-more-tables td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #000000; }

  #no-more-tables td.pos:before {
    color: #ffffff;
    left: 15px;
    top: 10px; } }
.text-left {
  text-align: left !important; }

.table-striped > tbody > tr:nth-of-type(odd) .tdh-c-verde {
  background-color: #acf9a2; }

.table-striped > tbody > tr:nth-of-type(odd) .tdh-c-azul {
  background-color: #a2cee8; }

/* Plugins */
/* ==|====================
   Plugins/slick-slider
   ======================= */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 2;
  padding: 0;
 height:min-content ;
  }
  .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;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: inline-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-slide:focus {
    outline: none; }

.slick-arrow.slick-hidden {
  display: none; }

/* theme slick-slider*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 1;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: #510d3c;
  top: 50%;
  margin-top: 0px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 25px; }
  .slick-prev:before {
    content: "\f104"; }
    [dir="rtl"] .slick-prev:before {
      content: "\f104"; }

.slick-next {
  right: 25px; }
  [dir="rtl"] .slick-next {
    left: 25px;
    right: auto; }
  .slick-next:before {
    content: "\f105"; }
    [dir="rtl"] .slick-next:before {
      content: "\f105"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: ".";
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 60px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #4d4d4d;
  padding-top: 0px;
  z-index: 9; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.ajax-content {
  display: inline-block;
  position: relative;
  /* border:1px solid red; */ }

#mfp-build-tool {
  position: relative;
  background: #FFF;
  padding: 2em 3em;
  width: auto;
  margin: 5px auto;
  max-width: 800px;
  height: auto;
  overflow-y: auto; }

#mfp-build-tool {
  background-color: #dddddd;
  color: #4d4d4d; }
  #mfp-build-tool .dato-extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0px; }
    #mfp-build-tool .dato-extra img {
      max-width: 20px;
      margin-right: 20px; }

/* picker */
/*!
 * Datepicker for Bootstrap v1.6.1 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker > div {
  display: none; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #777; }

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eee;
  cursor: pointer; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

.datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted.active, .datepicker table tr td.highlighted:active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted.active.focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2; }

.datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled].focus, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777; }

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focus, .datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400; }

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today.active, .datepicker table tr td.today:active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active.focus, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400; }

.datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled].focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  background: #ffc966; }

.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777; }

.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0; }

.datepicker table tr td.range.focus, .datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range.active, .datepicker table tr td.range:active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range.active.focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range.active:hover, .datepicker table tr td.range:active.focus, .datepicker table tr td.range:active:focus, .datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.datepicker table tr td.range.disabled.focus, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled].focus, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.focus, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777; }

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted.active, .datepicker table tr td.range.highlighted:active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted.active.focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled].focus, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted.focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777; }

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608; }

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today:active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today.active.focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608; }

.datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled].focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777; }

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616; }

.datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected:active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active.focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616; }

.datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted[disabled].focus, .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555; }

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted[disabled].focus, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee; }

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default; }

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #777; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

/*# sourceMappingURL=bootstrap-datepicker3.min.css.map */
.input-daterange {
  width: 25%;
  display: inline-block;
  float: left !important; }

.table-condensed {
  font-family: "Roboto", sans-serif; }

/* Layout */
#drop4 {
  color: #4d4d4d;
  font-size: cover; }
  #drop4 img {
    display: inline-block !important; }
  #drop4:hover {
    color: #4d4d4d; }

#lblUsuario {
  color: #4d4d4d;
  font-family: "Roboto", sans-serif;
  font-weight: bold; }

header {
  background-color: #ffffff;
  z-index: 400;
  position: relative; }

.lang-drop {
  margin-right: 5px;
  color: #4d4d4d; }

.sec-nav {
  display: -webkit-box;
  display: -ms-flexbox;

  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #999999;
  padding: 10px 0px;
  z-index: 7;
  background-color: #ffffff; }
  
    @media screen and (max-width: 767px) {
	
		.sec-nav .logo a img{
			width:60px;
      margin-left: auto;
      margin-right: auto;
        }
	}
	.sec-nav .logo img{
		max-width:80px;
	}
 
	
	#video{
  position: relative;
  background: transparent;
  overflow: hidden;
}

.ytplayer-container{
  position: absolute;
  top: 0;
  z-index: -1;
}
.cont-div{
	  display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0,0,0,.3);
    align-items:center;
    justify-content: center;
}

  .sec-nav .tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    float: right;
    }
    .sec-nav .tools .settings {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      float: left;
      position: relative;
      border-right: 1px solid #EC2227;
      width: auto; }
    .sec-nav .tools .e-commerce {
      display: inline-block;
      float: left;
      position: relative;
      padding-left: 10px; }
      @media screen and (max-width: 767px) {
		  .sec-nav .tools {
			position:absolute;
			right:10px;
			top:12px;
		  }
        .sec-nav .tools .e-commerce {
          padding-right: 10px; } }
    .sec-nav .tools .action-icons {
      display: inline-block;
      float: left;
      position: relative;
      padding: 0px 1px; }
	  .carrito-popup{
		float:left;
	  }
      .sec-nav .tools .action-icons .prev-items {
        position: absolute;
        background-color: #EC2227;
        color: #ffffff;
        top: -10px;
        right: -5px;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 20px;
        vertical-align: middle;
        font-size: 11px;
        font-weight: 500; }
    @media screen and (max-width: 200px) {
		.sec-nav .tools .settings{
			border-right:none;
		}
		.sec-nav .tools .e-commerce{
			padding:0px;
		}
		.caret{
			display:none;
		}
       .sec-nav .tools .search {
       // display: none; 
		} 
		.action-icons.user{
			//display:none!important;
		}
	}
  @media screen and (max-width: 767px) {
    .sec-nav {
      display: inline-block; } }

.navbar {
  min-height: inherit; }

.navbar-nav > li a {
  display: inline-block;
  position: relative;
  padding: 0px 20px;
  color: #4d4d4d;
  font-size: 15px;
  cursor: pointer; }
  .navbar-nav > li a:hover, .navbar-nav > li a.active, .navbar-nav > li a:focus {
    color: #EC2227;
    background-color: transparent; }
.navbar-nav > li.active {
  border-radius: 0px;
  border: none;
  color: #000000; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border-radius: 0px;
  border: none;
  color: #EC2227 !important;
  cursor: pointer; }

.p-nav {
  display: inline-block;
  position: relative;
  float: left;
  padding: 10px 0px;
  width: 100%;
  z-index: 3;
  background-color: #fefefe;
  border-bottom: 1px solid #999999; }
  .p-nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    color: #4d4d4d;
    margin: 0px; }
    .p-nav .menu .links {
      list-style: none;
      display: inline-block;
      position: relative;
      margin-bottom: 0px; }
      .p-nav .menu .links li {
        display: inline-block;
        position: relative;
        padding: 0px 20px;
        color: #4d4d4d;
        font-size: 15px;
        cursor: pointer; }
        .p-nav .menu .links li a {
          padding: 0px 15px; }
        .p-nav .menu .links li:hover, .p-nav .menu .links li.active {
          color: #EC2227; }
  @media screen and (max-width: 767px) {
    .p-nav {
      display: none; } }

.dropdown-menu {
  padding: 0px; }

#search .form-control {
  background: none;
  border: 0;
  font-size: 14px;
  color: #000;
  padding: 0 0 0 10px;
  min-width: 200px;
  width: 100%;
  border-radius: 0px; }
#search .input-group-btn button, #search .input-group-btn .btn {
  border-radius: 0px; }
#search .input-group-btn .fa {
  font-size: 14px;
  color: #000;
  padding: 0; }

/* yamm megamenu*/
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
  position: static; }
.yamm .container {
  position: relative; }
.yamm .dropdown-menu {
  left: auto;
  top: 33.33px; }
  .yamm .dropdown-menu.drop-mini {
    padding: 10px 15px;
    /* width: 170px; */ }
    .yamm .dropdown-menu.drop-mini li {
      padding: 0px; }
      .yamm .dropdown-menu.drop-mini li a {
        width: 100%;
        padding: 3px 0px;
        text-transform: lowercase;
        font-size: 13px;
        font-family: "Roboto", sans-serif; }
.yamm .yamm-content {
  padding: 20px 10px; }
.yamm .dropdown.yamm-fw .dropdown-menu {
  top: 36px;
    max-width: 600px; }

.nav-tabs {
  border-bottom: none; }

.nav-tabs > li {
  width: 100%;
  /* border: 1px solid red; */
  text-align: left;
  font-weight: 400; }
  .nav-tabs > li:hover{
	color:#EC2227;
  }
  .nav-tabs > li.active{
  color:#EC2227;
  }
  .nav-tabs > li a {
    color: #4d4d4d !important; }

.tab-submenu {
  display: inline-block;
  position: relative;
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .tab-submenu li a {
    position: relative;
    display: block;
    /* padding: 10px 15px; */
    width: 100%;
    color: #4d4d4d !important; }
	
    .tab-submenu li a:hover {
      color: #EC2227 !important;
      cursor: pointer; 
	  }
	  
	  
	  

.tab-content > .active {
  display: inline-block;
  position: relative;
  width: 100%; }

.preview-uni-1 {
  background-color: #f6f6fc;
  display: inline-block;
  position: relative;
  width: 100%; }
  .preview-uni-1 .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0px;
    border-bottom: 1px solid #ffffff; }
  .preview-uni-1 .info {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 5px;
    font-size: 12px; }
    .preview-uni-1 .info .n-product {
      display: block;
      color: #000000;
      font-weight: bold;
      text-align: left;
      float: left;
      width: 100%; }
    .preview-uni-1 .info .d-product {
      display: block;
      color: #000000;
      font-weight: 400;
      text-align: left;
      float: left;
      width: 100%; }
    .preview-uni-1 .info .p-product {
      position: absolute;
      color: #EC2227;
      font-weight: 400;
      top: 10px;
      right: 6px; }

.preview-uni-2 {
  background-color: #f6f6fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 334px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .preview-uni-2 img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%; }
  .preview-uni-2:hover {
    cursor: pointer; }
    .preview-uni-2:hover img {
      webkit-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1; }
  .preview-uni-2 .info {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    position: absolute;
    background-color: rgba(246, 246, 252, 0.8);
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 10px 5px;
    font-size: 12px; }
    .preview-uni-2 .info .n-product {
      display: block;
      color: #000000;
      font-weight: bold;
      text-align: left;
      float: left;
      width: 100%; }
    .preview-uni-2 .info .d-product {
      display: block;
      color: #000000;
      font-weight: 400;
      text-align: left;
      float: left;
      width: 100%; }
    .preview-uni-2 .info .p-product {
      position: absolute;
      color: #EC2227;
      font-weight: 400;
      top: 10px;
      right: 6px; }

.nav-carrito {
  display: inline-block;
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-family: "Roboto", sans-serif;
  margin-top: 10px; }
  .nav-carrito .row-cart {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #4d4d4d; }
    .nav-carrito .row-cart .image-cart {
      width: 40px;
      float: left; }
      .nav-carrito .row-cart .image-cart a {
        display: inline-block; }
        .nav-carrito .row-cart .image-cart a .img-thumbnail {
          border: none; }
    .nav-carrito .row-cart .cart-content {
      margin-left: 75px;
      font-size: 14px;
      text-align: left;
      position: relative; }
      .nav-carrito .row-cart .cart-content .product-name a {
        color: #2d2d2d;
        font-size: 12px;
        font-weight: bold;
        text-transform: capitalize; }
      .nav-carrito .row-cart .cart-content .cart-content .btn {
        padding: 0;
        background: none;
        font-size: 12px;
        text-transform: capitalize;
        color: #737373; }
        .nav-carrito .row-cart .cart-content .cart-content .btn .fa-times-circle {
          color: #333; }
      .nav-carrito .row-cart .cart-content .cart-button {
        padding: 0;
        background: none;
        font-size: 12px;
        text-transform: capitalize;
        color: #737373;
        right: 0px;
        bottom: 10px;
        position: absolute; }
        .nav-carrito .row-cart .cart-content .cart-button .cancel-p {
          background-color: transparent;
          background-image: url(../img/cancel.png);
          width: 20px;
          height: 20px;
          background-size: initial;
          background-position: center center;
          background-repeat: no-repeat; }
          .nav-carrito .row-cart .cart-content .cart-button .cancel-p:hover {
            background-image: url(../img/cancel-hover.png); }
        .nav-carrito .row-cart .cart-content .cart-button .fa-times-circle {
          color: #333; }
        .nav-carrito .row-cart .cart-content .cart-button .cancel-p img {
          width: 10px; }

/* menu */
@media screen and (max-width: 767px) {
  .control-m-r {
    display: inline-block !important;
    position: absolute;
    left: 0px;
    padding: 8px 10px; } 
}

.navicon {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 13px;
  float: right; }
  .navicon span {
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .navicon span:nth-child(1) {
      top: 0px; }
    .navicon span:nth-child(2) {
      top: 5px; }
    .navicon span:nth-child(3) {
      top: 10px; }
  .navicon.open span:nth-child(1) {
    top: 5px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
  .navicon.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  .navicon.open span:nth-child(3) {
    top: 5px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }

body.overflow-hidden {
  /* prevent 2 vertical scrollbars on ie and firefox when the cart is visible */
  overflow: hidden; }

#cd-hamburger-menu, #cd-cart-trigger {
  position: relative;
  /* top: 0; */
  /*height: 100%;*/ }

#cd-hamburger-menu a, #cd-cart-trigger a {
  width: 60px;
  height: 100%; }

#cd-hamburger-menu {
  left: 0; }

#cd-hamburger-menu a {
  background-image: url(../img/menu-b2b/grid.svg);
  background-size: contain;
  z-index: 9999;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 12px;
  right: 5px; }

#cd-cart-trigger {
  right: 0; }

#cd-cart-trigger a {
  background: #26292f url("../img/cd-cart.svg") no-repeat center center; }

@media only screen and (min-width: 1200px) {
  #cd-cart-trigger {
    /* cart right margin on desktop */
    right: 0; }

  #cd-cart-trigger a {
    position: relative;
    width: 100px;
    border-left: none;
    background-color: #26292f; } }

#main-nav, #cd-cart {
  position: fixed;
  top: 90px;
  height: 100%;
  width: 260px;
  padding-top: 0px;
  /* overflow-y: auto; */
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 1000;
	overflow-y:auto;}
	#main-nav{
		overflow:inherit;
	}
  #search1 .input-lg{
	border:0px;
	border-bottom: 1px solid #ccc !important;
  }
  #search1 .btn-lg{
	border-radius:0px;
  }

#main-nav {
  z-index: 999; }

@media only screen and (min-width: 768px) {
	#main-nav, #cd-cart {
		width: 350px; 
	} 
	

}
@media only screen and (min-width: 1200px) {
  #main-nav, #cd-cart {
    width: 30%;
    /* header height has changed */
    padding-top: 0px; } }
.cuadrito-post {
  width: 20px;
  height: 20px; }

#main-nav {
  right: -30%;
  background: rgba(59, 63, 72, 0.8);
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s; }
  @media screen and (max-width: 1360px) {
    #main-nav {
      right: -32.2%; } }
  @media screen and (max-width: 1100px) {
    #main-nav {
      right: -350px; } }
  @media screen and (max-width: 768px) {
    #main-nav {
      right: -260px; } }
  @media screen and (max-width: 500px) {
    #main-nav {
      right: -260p; } }
  @media screen and (max-width: 420px) {
    #main-nav {
      right: -260px; } }

#main-nav.speed-in {
  right: 0; }

#main-nav ul a {
  display: block;
  padding: 0 1em;
  border-bottom: 1px solid #e0e6ef; }
  #main-nav ul a:hover {
    cursor: pointer; }
  #main-nav ul a:first-child {
    padding-top: 10px;
    padding-bottom: 10px; }
    #main-nav ul a:first-child img {
      bottom: 15px; }

#main-nav ul .current {
  -webkit-box-shadow: inset 3px 0 #435779;
  box-shadow: inset 3px 0 #435779; }

.menu-b2b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .menu-b2b .enlace-int {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    list-style: none; }
    .menu-b2b .enlace-int a {
      display: inline-block;
      width: 45%;
      position: relative;
      margin: 5px 0px;
      height: 100px;
      background-color: rgba(255, 255, 255, 0.5);
      text-align: left;
      border-radius: 5px;
      padding: 5px;
      font-size: 12px;
      color: #ffffff; }
      .menu-b2b .enlace-int a:first-child {
        width: 95%;
        height: auto; }
      .menu-b2b .enlace-int a img {
        position: absolute;
        right: 5px;
        bottom: 5px;
        width: 20px; }
      .menu-b2b .enlace-int a .titulo {
        display: inline-block;
        font-family: "Roboto", sans-serif; }
        .menu-b2b .enlace-int a .titulo:before {
          content: " ";
          display: inline-block;
          width: 100%;
          height: 1px;
          background-color: #ffffff; }
      .menu-b2b .enlace-int a .cuant {
        position: absolute;
        left: 15px;
        bottom: 5px;
        color: #ffffff;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 16px; }
  .menu-b2b .e-tienda {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    position: relative;
    display: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px 15px; }
    .menu-b2b .e-tienda .sec-est {
      margin-left: 15px; }
      .menu-b2b .e-tienda .sec-est .tooltip {
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: bold;
        font-family: "Roboto", sans-serif; }
    .menu-b2b .e-tienda .enlace {
      width: 30px;
      height: 30px;
      float: right;
      background-size: cover;
      background-position: center center;
      background-color: transparent;
      text-align: left;
      border-bottom: 0px !important;
      border-radius: 0px;
      padding: 5px;
      font-size: 12px;
      color: #ffffff; }
      .menu-b2b .e-tienda .enlace.icon-contacto {
        background-image: url(../img/menu-b2b/contacto.svg); }
      .menu-b2b .e-tienda .enlace.icon-tienda {
        background-image: url(../img/menu-b2b/vertienda.svg); }
      .menu-b2b .e-tienda .enlace:hover.icon-contacto {
        background-image: url(../img/menu-b2b/contacto_hover.svg); }
      .menu-b2b .e-tienda .enlace:hover.icon-tienda {
        background-image: url(../img/menu-b2b/vertienda_hover.svg); }

@media only screen and (min-width: 1200px) {
  #main-nav {
    /* reset main nav style */
    /* position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 8em;
    padding-top: 0;
    top: 0;
    background: transparent;
    box-shadow: none;
    /* header height */
    /*line-height: 80px;
    z-index: 4; */ }

  #main-nav li {
    display: inline-block;
    margin-left: 1em; }

  /* #main-nav ul a {
    display: inline-block;
    height: auto;
    line-height: 1;
    padding: 1em 1.4em;
    border-bottom: none;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 0.25em;
  }
  #main-nav ul a.current {
    box-shadow: none;
    background: #435779;
    color: #FFF;
  }
  .no-touch #main-nav ul a:hover {
    background: #435779;
    color: #FFF;
  } */ }
.no-js #main-nav {
  position: fixed; }

#cd-cart {
  left: -100%;
  background: #FFF;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s; }

#cd-cart.speed-in {
  left: 0; }

#cd-cart > * {
  padding: 0 1em; }

#cd-cart h2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0; }

#cd-cart .cd-cart-items {
  padding: 0; }

#cd-cart .cd-cart-items li {
  position: relative;
  padding: 1em;
  border-top: 1px solid #e0e6ef; }

#cd-cart .cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef; }

#cd-cart .cd-qty, #cd-cart .cd-price {
  color: #a5aebc; }

#cd-cart .cd-price {
  margin-top: .4em; }

#cd-cart .cd-item-remove {
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../img/cd-remove-item.svg") no-repeat center center; }

.no-touch #cd-cart .cd-item-remove:hover {
  background-color: #e0e6ef; }

#cd-cart .cd-cart-total {
  padding-top: 1em;
  padding-bottom: 1em; }

#cd-cart .cd-cart-total span {
  float: right; }

#cd-cart .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both; }

#cd-cart .checkout-btn {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #7dcf85;
  color: #FFF;
  text-align: center; }

.no-touch #cd-cart .checkout-btn:hover {
  background: #a2dda8; }

#cd-cart .cd-go-to-cart {
  text-align: center;
  margin: 1em 0; }

#cd-cart .cd-go-to-cart a {
  text-decoration: underline; }

@media only screen and (min-width: 1200px) {
  #cd-cart > * {
    padding: 0 2em; }

  #cd-cart .cd-cart-items li {
    padding: 1em 2em; }

  #cd-cart .cd-item-remove {
    right: 2em; } }
/* -------------------------------- 

xgallery 

-------------------------------- */
main {
  position: relative;
  min-height: 100%;
  background: #eeeff7;
  padding-top: 70px;
  z-index: 1; }

@media only screen and (min-width: 768px) {
  main {
    padding-top: 90px; } }
@media only screen and (min-width: 1200px) {
  main {
    padding-top: 120px; } }
#cd-gallery-items li {
  margin-bottom: 1.5em; }

#cd-gallery-items li img {
  width: 100%;
  display: block;
  border-radius: 0.25em; }

@media only screen and (min-width: 768px) {
  #cd-gallery-items li {
    width: 48%;
    float: left;
    margin-bottom: 2em;
    margin-right: 4%; }

  #cd-gallery-items li:nth-child(2n) {
    margin-right: 0; } }
@media only screen and (min-width: 1200px) {
  #cd-gallery-items li {
    width: 31%;
    float: left;
    margin-bottom: 2.5em;
    margin-right: 3.5%; }

  #cd-gallery-items li:nth-child(2n) {
    margin-right: 3.5%; }

  #cd-gallery-items li:nth-child(3n) {
    margin-right: 0; } }
#cd-shadow-layer {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(67, 87, 121, 0);
  cursor: pointer;
  z-index: 2;
  display: none; }

#cd-shadow-layer.is-visible {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s; }

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
	.panel-group .panel-menu li a {border-bottom:1px solid #ccc;}
.panel-group {
  margin: 0px;
  padding: 0px !important; }
  .panel-group .panel-menu {
    display: inline-block;
    position: relative;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .panel-group .panel-menu li {
      border-bottom: none }
      .panel-group .panel-menu li.panel {
        border: none;
        border-radius: 0px; }
      .panel-group .panel-menu li .panel-body a:after {
        content: none; }
      .panel-group .panel-menu li a {
        display: inline-block;
        position: relative;
        width: 100%;
        padding: 15px 0px 15px 10px;
        color: #4d4d4d;
        text-align: left;
        font-size: 15px;
        font-family: "Roboto", sans-serif; }
        .panel-group .panel-menu li a:focus, .panel-group .panel-menu li a:hover, .panel-group .panel-menu li a.active {
          color: #EC2227; }
          .panel-group .panel-menu li a:focus:after, .panel-group .panel-menu li a:hover:after, .panel-group .panel-menu li a.active:after {
            width: 5px; }
        .panel-group .panel-menu li a:after {
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
          content: " ";
          height: 100%;
          width: 0px;
          position: absolute;
          left: 0px;
          top: 0px;
          background-color: #EC2227; }
      .panel-group .panel-menu li .panel-heading {
        background-color: none;
        padding: 0px;
        position: relative; }
      .panel-group .panel-menu li .panel-body {
        padding: 0px;
        background-color: rgba(241, 90, 36, 0.17); }

.open-engine {
  position: absolute;
  left: -70px;
color:white;
  background: rgba(59, 63, 72, 0.8);
  padding: 3px;
  top: 74px; }
  .open-engine:hover {
    cursor: pointer; }

#drop3 {
  display: inline-block;
  color: #4d4d4d; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent; }

.dropdown > .dropdown-toggle {
  font-weight: bold; }

.drop-bold a {
  font-weight: bold; }

.dropdown-backdrop {
  display: none; }

.drop-mini {
  padding: 10px 15px; }
  .drop-mini li {
    padding: 0px; }
    .drop-mini li a {
      width: 100%;
      padding: 3px 0px;
      text-transform: lowercase;
      font-size: 13px;
      font-family: "Roboto", sans-serif; }
      .drop-mini li a:hover {
        background-color: transparent;
        color: #e2231a; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #e2231a; }

#search .input-group-btn {
  padding: 10px; }

/* exepciones */
.ie .sec-nav .tools {
  position: absolute;
  right: 0px;
  top: 20px; }

@media screen and (max-width: 767px) {
  .dropdown-menu.drop-mini {
    right: 0px;
    left: inherit; } }
@media screen and (max-width: 600px) {
  .col-min-12 {
    width: 50%; } }
@media screen and (max-width: 320px) {
  .col-min-12 {
    width: 100%; } }

.seccion {
  display: inline-block;
  position: relative;
  width: 100%; }
  .seccion.gray-light {
    background-color: #f2f2f2; }

.sep-20 {
  padding: 0px 0px !important; }

.sep-10 {
  padding: 10px 0px !important; }

.sep-10-2 {
  padding-top: 10px !important; }

.sep-30 {
  padding: 30px 0px !important; }

.link-general {
  color: #4d4d4d;
  text-decoration: underline; }
  .link-general:hover {
    color: #000000;
    cursor: poniter;
    text-decoration: underline; }

.btn-general {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 20px;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 30px;
  font-size: 12px;
  position: relative;
  z-index: 3;
  border-radius: 0px;
  margin-bottom: 20px;
  font-size: 17px;
  letter-spacing: 5px;
  cursor: pointer; }
  .btn-general:hover {
    text-decoration: underline;
    color: #ffffff; }

.btn-general-1 {
  text-transform: lowercase;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  color: #4d4d4d;
  border: 1px solid #ffffff;
  padding: 5px 32px;
  font-size: 12px;
  position: relative;
  z-index: 3;
  border-radius: 0px;
  background-color: transparent;
  float: right;
  text-decoration: underline; }
  .btn-general-1.btn-left {
    float: left; }
  .btn-general-1.btn-right {
    float: right; }
  .btn-general-1:hover {
    color: #000000;
    text-decoration: underline; }

.btn-general-2 {
  text-transform: lowercase;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 5px 16px;
  font-size: 12px;
  position: relative;
  z-index: 3;
  border-radius: 0px;
  background-color: #EC2227;
  float: right; }
  .btn-general-2.btn-left {
    float: left; }
  .btn-general-2.btn-right {
    float: right; }

.btn-general-3 {
  text-transform: lowercase;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 5px 25px;
  font-size: 12px;
  position: relative;
  z-index: 3;
  border-radius: 0px;
  background-color: #EC2227;
  float: none;
  width: 100%;
  margin: 5px 0px; }

.btn-general-4 {
  text-transform: lowercase;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  color: #000000;
  border: 1px solid #000000;
  padding: 5px 5px;
  font-size: 12px;
  position: relative;
  z-index: 3;
  border-radius: 0px;
  background-color: transparent;
  float: none;
  width: 100%;
  text-align: center;
  margin: 5px 0px;
  font-weight: 600; }
  .btn-general-4:hover {
    color: #4D4D4D;
    text-decoration: underline; }

.btn-general-5 {
  text-transform: lowercase;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  color: #FFFFFF;
  border: 1px solid #4d4d4d;
  padding: 5px 5px;
  font-size: 12px;
  position: relative;
  z-index: 3;
  border-radius: 0px;
  background-color: #4d4d4d;
  float: none;
  width: 100%;
  text-align: center;
  margin: 5px 0px;
  font-weight: 500; }
  .btn-general-5:hover {
    color: #ffffff;
    background-color: #EC2227;
    border: 1px solid #EC2227; }

.btn-general-6 {
  text-transform: lowercase;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 5px 32px;
  font-size: 12px;
  position: relative;
  z-index: 3;
  border-radius: 0px;
  background-color: #4D4D4D;
  float: right; }
  .btn-general-6.btn-left {
    float: left; }
  .btn-general-6.btn-right {
    float: right; }
  .btn-general-6:hover {
    background-color: #EC2227;
    color: #ffffff; }

.btn-general-7 {
  text-transform: lowercase;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  color: #FFFFFF;
  border: 1px solid #4d4d4d;
  padding: 5px 15px;
  font-size: 12px;
  position: relative;
  z-index: 3;
  border-radius: 0px;
  background-color: #4d4d4d;
  float: none;
  width: auto;
  text-align: center;
  margin: 5px 0px;
  margin-top: 20px;
  font-weight: 500;
  min-width: 109px; }
  .btn-general-7:hover {
    color: #ffffff;
    background-color: #EC2227;
    border: 1px solid #EC2227; }

.b-cent {
  float: none; }

.extra-o {
  line-height: 0px;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
  margin-top: 20px;
  margin-bottom: 20px; }
  .extra-o span {
    content: "O";
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    padding: 5px 10px; }

.linea {
  position: absolute;
  background-color: red;
  width: 100px;
  height: 20px;
  z-index: 2;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  background-color: #EC2227;
display:none;  }
  .linea.top {
    top: -11px; }
  .linea.bottom {
    bottom: -11px; }

.linea-2 {
  position: absolute;
  background-color: red;
  width: 60px;
  height: 7px;
  z-index: 2;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  background-color: #EC2227; }

.b-oferta {
  position: absolute;
  background-color: #EC2227;
  color: #ffffff;
  top: 0px;
  right: 0px;
  padding: 7px 10px;
  font-size: 14px;
  letter-spacing: 2px; }

.sec-tit {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 20px 15px;
  font-size: 20px;
  color: #808080;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase; }

.preview {
  background-color: #f6f6fc;
  display: inline-block;
  position: relative;
  width: 100%; }  
  .preview .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #ffffff; 
	min-height:250px;
	}
	.preview .img img{
		display: block;
		max-width: 100%;
		height: auto;
		max-height: 250px;
	}
  .preview .info {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 5px;
    font-size: 12px; }
    .preview .info .n-product {
      display: block;
      color: #000000;
      font-weight: bold;
      text-align: left;
      float: left;
      width: 100%; }
    .preview .info .d-product {
      display: block;
      color: #000000;
      font-weight: 400;
      text-align: left;
      float: left;
      width: 100%; }
    .preview .info .p-product {
      position: absolute;
      color: #EC2227;
      font-weight: 400;
      top: 10px;
      right: 6px; }

.feature-1 {
  margin-bottom: 0px; }
  .feature-1 .c-product {
    border-left: 2px solid #ffffff; }
    .feature-1 .c-product:hover .action-products {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .feature-1 .preview {
    background-color: #f6f6fc;
    display: inline-block;
    position: relative;
    width: 100%; }
    .feature-1 .preview .img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height:250px;
      border-bottom: 1px solid #ffffff; }
    .feature-1 .preview .info {
      font-family: "Roboto", sans-serif;
      display: inline-block;
      position: relative;
      width: 100%;
      padding: 10px 5px;
      font-size: 12px; }
      .feature-1 .preview .info .n-product {
        display: block;
        color: #000000;
        font-weight: bold;
        text-align: left;
        float: left;
        width: 100%; }
      .feature-1 .preview .info .d-product {
        display: block;
        color: #000000;
        font-weight: 400;
        text-align: left;
        float: left;
        width: 100%; }
      .feature-1 .preview .info .p-product {
        position: absolute;
        color: #EC2227;
        font-weight: 400;
        top: 10px;
        right: 6px; }
  .feature-1 .action-products {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 45px;
    width: 80%;
    padding: 5px 15px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
    left: 23px; }
    .feature-1 .action-products .item {
      display: inline-block;
      position: relative;
      float: left;
      margin: 0 auto;
      border-right: 1px solid #808080;
      width: 33.3333%;
      height: 27px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      cursor: pointer; }
      .feature-1 .action-products .item.bag {
        background-image: url("../img/home/bag.png"); }
        .feature-1 .action-products .item.bag:hover, .feature-1 .action-products .item.bag:focus, .feature-1 .action-products .item.bag.active {
          background-image: url("../img/home/hover-bag.png"); }
      .feature-1 .action-products .item.favorite {
        background-image: url("../img/home/favorite.png"); }
        .feature-1 .action-products .item.favorite:hover, .feature-1 .action-products .item.favorite:focus, .feature-1 .action-products .item.favorite.active {
          background-image: url("../img/home/hover-favorite.png"); }
      .feature-1 .action-products .item.view {
        background-image: url("../img/home/view.png"); }
        .feature-1 .action-products .item.view:hover, .feature-1 .action-products .item.view:focus, .feature-1 .action-products .item.view.active {
          background-image: url("../img/home/hover-view.png"); }
      .feature-1 .action-products .item:last-child {
        border-right: none; }

.feature-2 {
  margin-bottom: 0px; }
  .feature-2 .c-product {
    border-left: 2px solid #ffffff;
    height: 334px; }
    .feature-2 .c-product:hover .action-products {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .feature-2 .preview {
    background-color: #f6f6fc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 334px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .feature-2 .preview img {
      opacity: 0.7;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, -webkit-transform 0.35s;
      -o-transition: opacity 0.35s, transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15);
      position: relative;
      display: block;
      min-height: 100%;
      max-width: 100%; }
    .feature-2 .preview:hover {
      cursor: pointer; }
      .feature-2 .preview:hover img {
        webkit-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1; }
    .feature-2 .preview .info {
      font-family: "Roboto", sans-serif;
      display: inline-block;
      position: absolute;
      background-color: rgba(246, 246, 252, 0.8);
      width: 100%;
      bottom: 0px;
      left: 0px;
      padding: 10px 5px;
      font-size: 12px; }
      .feature-2 .preview .info .n-product {
        display: block;
        color: #000000;
        font-weight: bold;
        text-align: left;
        float: left;
        width: 100%; }
      .feature-2 .preview .info .d-product {
        display: block;
        color: #000000;
        font-weight: 400;
        text-align: left;
        float: left;
        width: 100%; }
      .feature-2 .preview .info .p-product {
        position: absolute;
        color: #EC2227;
        font-weight: 400;
        top: 10px;
        right: 6px; }

.feature-3 {
  margin-bottom: 0px; }
  .feature-3 .c-product {
    border-left: 2px solid #ffffff;
    height: 250px; }
    .feature-3 .c-product:hover .action-products {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .feature-3 .preview {
    background-color: #f6f6fc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 250px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .feature-3 .preview img {
      opacity: 0.7;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, -webkit-transform 0.35s;
      -o-transition: opacity 0.35s, transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15);
      position: relative;
      display: block;
      min-height: 100%;
      max-width: 100%; }
    .feature-3 .preview:hover {
      cursor: pointer; }
      .feature-3 .preview:hover img {
        webkit-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1; }
    .feature-3 .preview .info {
      font-family: "Roboto", sans-serif;
      display: inline-block;
      position: absolute;
      background-color: rgba(246, 246, 252, 0.8);
      width: 100%;
      bottom: 0px;
      left: 0px;
      padding: 10px 5px;
      font-size: 12px; }
      .feature-3 .preview .info .n-product {
        display: block;
        color: #000000;
        font-weight: 400;
        text-align: left;
        float: left;
        width: 100%; }
      .feature-3 .preview .info .d-product {
        display: block;
        color: #000000;
        font-weight: 400;
        text-align: left;
        float: left;
        width: 100%; }
      .feature-3 .preview .info .p-product {
        position: absolute;
        color: #EC2227;
        font-weight: 400;
        top: 10px;
        right: 6px; }

.feature-4 {
  margin-bottom: 0px; }
  .feature-4 .c-product {
    border-left: 2px solid #ffffff; }
    .feature-4 .c-product:hover .cont-acciones {
      display: inline-block; }
  .feature-4 .preview {
    background-color: #f6f6fc;
    display: inline-block;
    position: relative;
    width: 100%; }
    .feature-4 .preview .img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 20px 0px;
      border-bottom: 1px solid #ffffff; }
    .feature-4 .preview .info {
      font-family: "Roboto", sans-serif;
      display: inline-block;
      position: relative;
      width: 100%;
      padding: 10px 5px;
      font-size: 12px; }
      .feature-4 .preview .info .n-product {
        display: block;
        color: #000000;
        font-weight: bold;
        text-align: left;
        float: left;
        width: 100%; }
      .feature-4 .preview .info .d-product {
        display: block;
        color: #000000;
        font-weight: 400;
        text-align: left;
        float: left;
        width: 100%; }
      .feature-4 .preview .info .p-product {
        position: absolute;
        color: #EC2227;
        font-weight: 400;
        top: 10px;
        right: 6px; }
  .feature-4 .cont-acciones {
    position: absolute;
    width: 100%;
    display: none;
    text-align: center;
    z-index: 200;
    top: 40%; }
    .feature-4 .cont-acciones .action-products-2 {
      background-color: rgba(255, 255, 255, 0.8);
      border-radius: 45px;
      width: 80%;
      padding: 5px 15px;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      display: inline-block; }
      .feature-4 .cont-acciones .action-products-2 .item {
        display: inline-block;
        position: relative;
        float: left;
        margin: 0 auto;
        border-right: 1px solid #808080;
        width: 33.3333%;
        height: 27px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer; }
        .feature-4 .cont-acciones .action-products-2 .item.bag {
          background-image: url("../img/home/bag.png"); }
          .feature-4 .cont-acciones .action-products-2 .item.bag:hover, .feature-4 .cont-acciones .action-products-2 .item.bag:focus, .feature-4 .cont-acciones .action-products-2 .item.bag.active {
            background-image: url("../img/home/hover-bag.png"); }
        .feature-4 .cont-acciones .action-products-2 .item.favorite {
          background-image: url("../img/home/favorite.png"); }
          .feature-4 .cont-acciones .action-products-2 .item.favorite:hover, .feature-4 .cont-acciones .action-products-2 .item.favorite:focus, .feature-4 .cont-acciones .action-products-2 .item.favorite.active {
            background-image: url("../img/home/hover-favorite.png"); }
        .feature-4 .cont-acciones .action-products-2 .item.view {
          background-image: url("../img/home/view.png"); }
          .feature-4 .cont-acciones .action-products-2 .item.view:hover, .feature-4 .cont-acciones .action-products-2 .item.view:focus, .feature-4 .cont-acciones .action-products-2 .item.view.active {
            background-image: url("../img/home/hover-view.png"); }
        .feature-4 .cont-acciones .action-products-2 .item:last-child {
          border-right: none; }

.action-products {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 45px;
  width: 80%;
  padding: 5px 15px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
  top: 45%; }
  .action-products .item {
    display: inline-block;
    position: relative;
    float: left;
    margin: 0 auto;
    border-right: 1px solid #808080;
    width: 33.3333%;
    height: 27px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer; }
    .action-products .item.bag {
      background-image: url("../img/home/bag.png"); }
      .action-products .item.bag:hover, .action-products .item.bag:focus, .action-products .item.bag.active {
        background-image: url("../img/home/hover-bag.png"); }
    .action-products .item.favorite {
      background-image: url("../img/home/favorite.png"); }
      .action-products .item.favorite:hover, .action-products .item.favorite:focus, .action-products .item.favorite.active {
        background-image: url("../img/home/hover-favorite.png"); }
    .action-products .item.view {
      background-image: url("../img/home/view.png"); }
      .action-products .item.view:hover, .action-products .item.view:focus, .action-products .item.view.active {
        background-image: url("../img/home/hover-view.png"); }
    .action-products .item:last-child {
      border-right: none; }

.stl-1-p .c-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   }
  .stl-1-p .c-product.no-padding{
	  padding:15px;
  }
  .stl-1-p .c-product:hover .action-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.stl-1-p .preview {
  background-color: #ffffff;
    display: inline-block;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.05);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.05);
    border-radius: 0.375rem;
   
    float: left;
    margin-bottom: 10px; }
  .stl-1-p .preview .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #ffffff; 
	background-color:#ffffff;}
  .stl-1-p .preview .info {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 5px;
    font-size: 12px; 
	background-color:#f6f6fc;
	margin-bottom: -6px;}
    .stl-1-p .preview .info .n-product {
      display: block;
      color: #000000;
      font-weight: 400;
      text-align: left;
      float: left;
      width: 100%; }
    .stl-1-p .preview .info .d-product {
      display: block;
      color: #000000;
      font-weight: 400;
      text-align: left;
      float: left;
      width: 100%; }
    .stl-1-p .preview .info .p-product {
      position: absolute;
      color: #EC2227;
      font-weight: 400;
      top: 10px;
      right: 6px; }

.dropdown-menu {
  border-radius: 0px; }
  .dropdown-menu.drop-right {
    float: right;
    right: 0px;
    left: inherit; }

.action-icons.user .dropdown-menu, .action-icons.cart .dropdown-menu {
  padding: 10px 15px;
  width: 320px;
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: "Roboto", sans-serif; }
  .action-icons.user .dropdown-menu form, .action-icons.cart .dropdown-menu form {
    margin-top: 20px; }
  .action-icons.user .dropdown-menu .form-control, .action-icons.cart .dropdown-menu .form-control {
    margin-top: 5px;
    border: 1px solid #e6e6e6;
    border-radius: 0px; }
  .action-icons.user .dropdown-menu label, .action-icons.cart .dropdown-menu label {
    font-weight: 300; }
  .action-icons.user .dropdown-menu .btn-login, .action-icons.cart .dropdown-menu .btn-login {
    float: right;
    border-radius: 0px;
    background-color: #4d4d4d;
    color: #ffffff;
    font-weight: 300; }

.link-lp {
  color: #4d4d4d;
  float: left;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 500;
  width: 100%; }

.post-auto {
  display: inline-block;
  float: left;
  margin-top: 15px;
  font-size: 10px;
  font-weight: 500;
  margin-top: 0px; }

.panel-heading a:before {
  content: "\f106";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  float: right;
  right: 5px;
  top: 0px;
  color: #EC2227; }
.panel-heading a.collapsed:before {
  content: "\f107"; }

.tit-info {
  display: inline-block;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: "Roboto", sans-serif; }

.desc-info {
  font-family: "Roboto", sans-serif; }

.panel-group-2 .panel-heading {
  border-bottom: none;
  font-size: 16px; }

.tymnyce {
  text-align: left;
  font-family: "Roboto", sans-serif; }
  .tymnyce .panel {
    margin-top: 20px !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    .tymnyce .panel .panel-heading {
      padding: 0px;
      margin: 0px;
      border-bottom: none;
      position: relative;
      display: inline-block;
      width: 100%;
      color: #000000; }
      .tymnyce .panel .panel-heading .categoria {
        color: #666666;
        font-size: 16px;
        float: left;
        margin-top: 0px;
        margin-bottom: 10px; }
        .tymnyce .panel .panel-heading .categoria a {
          text-align: left;
          color: #666666;
          font-size: 16px; }
    .tymnyce .panel .panel-body {
      border-top: none !important;
      padding: 0px 0px 0px 0px;
      color: #666666;
      font-size: 14px; }

.contenido {
  text-align: left; }

.btn-action {
  display: inline-block;
  color: #444;
  float: left; }
  .btn-action:hover {
    color: #444;
    text-decoration: underline; }

.btn-procesar {
  float: right;
  background-color: #4d4d4d;
  color: #ffffff;
  margin: 2px 5px;
  border-radius: 0px; 
  }
  
  @media screen and (max-width: 400px) {
    .btn-procesar {
      width: 100%;
      margin: 5px 0px; } }

/* pagina de contenidos */
.pag-cont-tit {
  display: inline-block;
  position: relative;
  width: 100%;
  float: left;
  font-size: 55px;
  padding: 15px 0px;
  color: #4d4d4d;
  font-weight: bold;
  letter-spacing: 5px;
  margin: 18px 0px 2px 0px; }

.pag-cont-banner {
  display: inline-block;
  position: relative;
  width: 100%;
  float: left;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  height: 300px; }

.pag-cont-des {
  display: inline-block;
  position: relative;
  width: 100%;
  float: left;
  text-align: justify;
  padding: 30px 0px;
  color: #4d4d4d;
  font-weight: 400; }
  .pag-cont-des img {
    max-width: 100%; }

.no-padding-right {
  padding-left: 0px; }

.entrada.e-principal {
  padding: 0px 6px;
  margin-bottom: 32px; }
  .entrada.e-principal .data-e {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 14px 0px; }
  .entrada.e-principal .categoria {
    text-align: left;
    float: left;
    background-color: #EC2227;
    padding: 0px 5px;
    color: #ffffff;
    font-size: 11px; }
  .entrada.e-principal .fecha-publicacion {
    font-size: 10px;
    text-align: left;
    float: left;
    margin-left: 12px;
    color: #dddddd; }
  .entrada.e-principal .titulo {
    text-align: left;
    color: #4d4d4d;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 0px;
    letter-spacing: 5px;
    line-height: 17px;
    font-size: 40px;
    padding: 0px 0px;
    font-weight: bold; }
    .entrada.e-principal .titulo:after {
      content: " ";
      width: 52px;
      height: 1px;
      display: block;
      background-color: red;
      margin-top: 23px; }
  .entrada.e-principal .descripcion {
    text-align: justify;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    padding: 0px 0px;
    margin-top: 7px; }
  .entrada.e-principal .btn {
    text-align: left;
    float: left;
    margin-top: 14px;
    background: transparent;
    border: 1px solid #4d4d4d;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0px;
    padding: 8px 40px;
    font-size: 13px;
    color: #8b8b8b;
    letter-spacing: .1em; }
    .entrada.e-principal .btn:hover {
      text-decoration: underline; }
  .entrada.e-principal .tags {
    display: inline-block;
    position: relative;
    text-align: left;
    float: left; }
    .entrada.e-principal .tags span {
      display: inline-block;
      position: relative;
      text-align: left;
      background-color: #888888;
      padding: 0px 5px;
      color: #ffffff;
      font-size: 11px;
      margin: 0px 2px; }
    .entrada.e-principal .tags:before {
      content: " ";
      width: 52px;
      height: 1px;
      display: block;
      background-color: red;
      margin-top: 23px;
      margin-bottom: 23px; }
.entrada.e-secundaria {
  padding: 0px 6px;
  margin-bottom: 32px; }
  .entrada.e-secundaria .data-e {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0px 0px; }
  .entrada.e-secundaria .categoria {
    text-align: left;
    float: none;
    background-color: #EC2227;
    padding: 0px 5px;
    color: #ffffff;
    font-size: 10px; }
  .entrada.e-secundaria .fecha-publicacion {
    font-size: 10px;
    text-align: left;
    float: none;
    margin-left: 12px;
    color: #dddddd; }
  .entrada.e-secundaria .titulo {
    text-align: center;
    color: #4d4d4d;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 8px;
    letter-spacing: 0.02em;
    line-height: 26px;
    font-size: 27px;
    padding: 0px 0px;
    font-weight: bold; }
    .entrada.e-secundaria .titulo:after {
      content: " ";
      width: 52px;
      height: 1px;
      display: block;
      background-color: red;
      float: none;
      margin: 0px auto;
      margin-top: 14px; }
  .entrada.e-secundaria .descripcion {
    text-align: justify;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    padding: 0px 0px;
    margin-top: 1px; }
  .entrada.e-secundaria .btn {
    text-align: left;
    float: none;
    margin-top: 7px;
    background: transparent;
    border: 1px solid #4d4d4d;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0px;
    padding: 8px 40px;
    font-size: 13px;
    color: #8b8b8b;
    letter-spacing: .1em; }
    .entrada.e-secundaria .btn:hover {
      text-decoration: underline; }

.panel-redes {
  background-color: #f2f2f2;
  /*  padding: 10px; */
  display: inline-block;
  position: relative; }
  .panel-redes h4 {
    text-transform: uppercase;
    font-size: 15px;
    color: #4d4d4d;
    border: 1px solid #4d4d4d;
    border-left: none;
    border-right: none;
    padding: 10px 0px;
    font-weight: 600; }
  .panel-redes .noticias-laterales .lat-entrada {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 1px 0px; }
    .panel-redes .noticias-laterales .lat-entrada a {
      display: inline-block;
      position: relative; }
      .panel-redes .noticias-laterales .lat-entrada a:hover .title {
        color: #EC2227; }
    .panel-redes .noticias-laterales .lat-entrada .imagen {
      width: 30%;
      display: inline-block;
      position: relative;
      float: left;
      padding: 5px; }
    .panel-redes .noticias-laterales .lat-entrada .textos {
      width: 70%;
      display: inline-block;
      position: relative;
      float: left;
      padding: 0px;
      text-align: left;
      color: #000000; }
      .panel-redes .noticias-laterales .lat-entrada .textos .title {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 11px;
        text-align: left;
        float: left;
        margin-top: 5px;
        color: #000000; }
      .panel-redes .noticias-laterales .lat-entrada .textos time {
        margin-top: 5px;
        font-size: 10px;
        text-align: left;
        float: left;
        color: #dddddd;
        text-align: left;
        float: left;
        color: #000000;
        display: block;
        width: 100%; }
  .panel-redes .lat-categorias {
    display: inline-block;
    width: 100%;
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .panel-redes .lat-categorias li {
      padding: 5px 5px;
      width: 100%;
      text-align: left;
      display: inline-block;
      position: relative;
      float: left;
      text-align: center;
      font-size: 12px;
      font-family: "Roboto", sans-serif; }
      .panel-redes .lat-categorias li a {
        color: #808080; }
        .panel-redes .lat-categorias li a:hover {
          color: #EC2227; }

/* servicios */
.sep-esp {
  margin: 50px auto; }

.sep-esp-3 {
  margin-top: 20px;
  margin-bottom: 50px; }

.servicio {
  margin: 28px 0px; }
  .servicio img {
    margin: 0 auto; }
  .servicio h2 {
    font-size: 23px;
    letter-spacing: 4px;
    font-weight: bold;
    color: #4A4A4A; }
    .servicio h2:after {
      content: " ";
      width: 30px;
      height: 1px;
      display: block;
      background-color: #888;
      float: none;
      margin: 0px auto;
      margin-top: 14px; }
  .servicio .descripcion {
    display: inline-block;
    position: relative;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 22px;
    color: #4A4A4A; }
    .servicio .descripcion.int {
      text-align: justify; }
  .servicio .btn {
    color: #ffffff;
    font-weight: 400;
    padding: 5px 32px;
    font-size: 12px;
    background-color: #EC2227;
    /* 	border:1px solid #000000; */
    border-radius: 0px;
    padding: 3px 20px; }
    .servicio .btn.int {
      float: left; }
    .servicio .btn:hover {
      color: #000000; }

.dt-buttons .btn.buttons-copy,
.dt-buttons .btn.buttons-csv,
.dt-buttons .btn.buttons-flash,
.dt-buttons .btn.buttons-print,
.dt-buttons .btn.buttons-page-length {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: capitalize;
  border-radius: 0px !important; }

.table-striped thead tr th {
  font-family: "Roboto", sans-serif;
  text-align: center; }
.table-striped tbody .download a {
  color: #4D4D4D; }
  .table-striped tbody .download a:hover {
    color: #EC2227; }

/* bloques generales */
.blk-genericos {
  font-family: "Roboto", sans-serif;
  width: 100%;
  display: inline-block;
  position: relative; }
  .blk-genericos.back-gray {
    background-color: #ececec;
    border-top: 1px solid #999999; }
  .blk-genericos.extencion {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding: 10px 0px; }
  .blk-genericos.extencion-2 {
    padding: 10px 0px; }
  .blk-genericos .tit-bloque {
    padding: 5px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px; }
    .blk-genericos .tit-bloque h2 {
      font-size: 14px;
      display: inline-block;
      float: left;
      margin: 0px;
      text-transform: uppercase; }
    .blk-genericos .tit-bloque .add {
      font-size: 15px;
      display: inline-block;
      float: right;
      color: #4d4d4d;
      text-decoration: underline; }
      .blk-genericos .tit-bloque .add:hover {
        color: #EC2227;
        text-decoration: underline; }
  .blk-genericos .content-blok {
    text-align: left;
    width: 100%;
    display: inline-block;
    position: relative; }
    .blk-genericos .content-blok .grup-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      /* margin-bottom:10px; */ }
      .blk-genericos .content-blok .grup-content .singular-content {
        /* border-bottom:1px solid #dddddd; */ }
        .blk-genericos .content-blok .grup-content .singular-content .blk-action-btn {
          display: inline-block;
          position: relative;
          width: 100%;
          margin-top: 10px;
          margin-bottom: 10px; }
          .blk-genericos .content-blok .grup-content .singular-content .blk-action-btn .btn-act-blok {
            font-size: 12px;
            display: inline-block;
            color: #4d4d4d;
            text-decoration: underline; }
            .blk-genericos .content-blok .grup-content .singular-content .blk-action-btn .btn-act-blok:hover {
              cursor: pointer;
              color: #EC2227; }
            .blk-genericos .content-blok .grup-content .singular-content .blk-action-btn .btn-act-blok.f-left {
              float: left; }
            .blk-genericos .content-blok .grup-content .singular-content .blk-action-btn .btn-act-blok.f-right {
              float: right; }
            .blk-genericos .content-blok .grup-content .singular-content .blk-action-btn .btn-act-blok.sep-btn {
              margin-right: 15px; }
        .blk-genericos .content-blok .grup-content .singular-content:after {
          content: " ";
          width: 100%;
          display: inline-block;
          height: 1px;
          background-color: #dddddd;
          float: left; }
        .blk-genericos .content-blok .grup-content .singular-content:last-child {
          /* border-left:1px solid #dddddd; */ }
      .blk-genericos .content-blok .grup-content .secondary-content {
        display: inline-block;
        position: relative;
        padding: 10px 0px;
        float: left;
        width: 100%; }
      .blk-genericos .content-blok .grup-content .thirt-content {
        /* border-bottom:1px solid #dddddd; */ }
        .blk-genericos .content-blok .grup-content .thirt-content .blk-action-btn {
          display: inline-block;
          position: relative;
          width: 100%;
          margin-top: 10px; }
          .blk-genericos .content-blok .grup-content .thirt-content .blk-action-btn .btn-act-blok {
            font-size: 12px;
            display: inline-block;
            color: #4d4d4d;
            text-decoration: underline; }
            .blk-genericos .content-blok .grup-content .thirt-content .blk-action-btn .btn-act-blok:hover {
              cursor: pointer;
              color: #EC2227; }
            .blk-genericos .content-blok .grup-content .thirt-content .blk-action-btn .btn-act-blok.f-left {
              float: left; }
            .blk-genericos .content-blok .grup-content .thirt-content .blk-action-btn .btn-act-blok.f-right {
              float: right; }
  .blk-genericos .totales {
    float: right; }
    .blk-genericos .totales h4 {
      display: inline-block;
      position: relative;
      width: 100%;
      margin: 0px;
      font-size: 15px; }
    .blk-genericos .totales hr {
      display: inline-block;
      margin: 3px 0px;
      border: none;
      height: 1px;
      background-color: #4d4d4d;
      width: 100%;
      position: relative; }
    .blk-genericos .totales .cant {
      display: inline;
      font-size: 75%;
      font-weight: 700;
      line-height: 1;
      color: #4d4d4d;
      text-align: right;
      white-space: nowrap;
      vertical-align: baseline;
      padding: 0.2em 0.6em 0.3em;
      border-radius: 0.25em; }
    .blk-genericos .totales .label {
      display: inline;
      font-size: 75%;
      font-weight: 700;
      line-height: 1;
      color: #4d4d4d;
      text-align: left;
      white-space: nowrap;
      vertical-align: baseline;
      padding: 0.2em 0.6em 0.3em;
      border-radius: 0.25em; }
  .blk-genericos label {
    font-weight: 400; }

.info-editable {
  color: #4d4d4d; }

.tits-cuenta-1 {
  color: #000000; }

.tis-general {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  display: inline-block;
  float: left;
  margin: 15px 0px;
  text-transform: uppercase; }

.checkbox label, .radio label {
  font-size: 12px; }

.nota {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  display: inline-block;
  margin-top: 10px;
  position: relative; }

/* eventos */
.l-eventos {
  display: inline-block;
  position: relative;
  width: 100%; }
  .l-eventos h4.tit-eventos {
    background-color: #EC2227;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    text-transform: lowercase;
    margin-top: 0px; }
    .l-eventos h4.tit-eventos a {
      color: #ffffff; }
    .l-eventos h4.tit-eventos img {
      margin-right: 12px;
      max-width: 21px; }
  .l-eventos .fechas .lat-entrada {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #4d4d4d;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #cccccc;
    padding: 2px 0px;
    margin-bottom: 5px; }
    .l-eventos .fechas .lat-entrada:hover .textos .title {
      color: #e2231a !important; }
    .l-eventos .fechas .lat-entrada:last-child {
      margin-bottom: 20px; }
    .l-eventos .fechas .lat-entrada .fecha {
      width: 25%;
      display: inline-block;
      position: relative;
      float: left;
      text-align: center;
      padding: 0px 0px;
      padding-right: 5px; }
      .l-eventos .fechas .lat-entrada .fecha .dia {
        font-family: "Montserrat", sans-serif;
        color: #999999;
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        letter-spacing: 2px; }
      .l-eventos .fechas .lat-entrada .fecha .mes {
        font-family: "Roboto", sans-serif;
        color: #999999;
        top: -6px;
        font-size: 12px;
        line-height: 0px;
        display: inline-block;
        position: relative;
        font-weight: bold;
        letter-spacing: 2px; }
    .l-eventos .fechas .lat-entrada .textos {
      width: 95%;
      display: inline-block;
      position: relative;
      float: left;
      padding-left: 5px; }
      .l-eventos .fechas .lat-entrada .textos .title {
        font-family: "Montserrat", sans-serif;
        display: inline-block;
        position: relative;
        width: 100%;
        text-align: left;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 11px;
        color: #3f4149;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out; }
      .l-eventos .fechas .lat-entrada .textos .lugar {
        display: inline-block;
        position: relative;
        width: 100%;
        text-align: left;
        font-size: 11px;
        text-decoration: underline;
        top: -6px;
        color: #b0b0b0;
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px; }
  .l-eventos .btn-vermas {
    color: #EC2227;
    border: 1px solid #EC2227;
    width: 100%;
    padding: 10px 5px;
    letter-spacing: 2px;
    border-radius: 0px; }

/* listado */
.listado-eventos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start; }
  .listado-eventos .blk-evento {
    width: 33.11%;
    height: 200px;
    margin-top: 2px;
    overflow: hidden;
    margin: .5px .5px;
    background-position: center center;
    background-size: cover; }
    .listado-eventos .blk-evento:hover {
      cursor: pointer; }
      .listado-eventos .blk-evento:hover .caption {
        bottom: 0px; }
    .listado-eventos .blk-evento .caption {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      bottom: -100%;
      left: 0px;
      width: 100%;
      height: 100%;
      color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      text-align: left;
      padding: 5px 10px;
      z-index: 2; }
      .listado-eventos .blk-evento .caption .tit-evento {
        color: #ffffff;
        font-weight: bold;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        margin-bottom: 21px; }
      .listado-eventos .blk-evento .caption .desc-evento {
        color: #ffffff;
        font-family: "Montserrat", sans-serif;
        font-size: 11px;
        max-width: 84%; }
    .listado-eventos .blk-evento .icono-mas {
      position: absolute;
      bottom: 14px;
      right: 14px;
      z-index: 3; }
    .listado-eventos .blk-evento .fecha {
      position: absolute;
      top: 14px;
      left: 14px;
      padding: 0px 7px;
      border: 1px solid red;
      z-index: 3;
      height: 40px;
      width: 40px; }
      .listado-eventos .blk-evento .fecha .dia {
        font-family: "Montserrat", sans-serif;
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        letter-spacing: 2px;
        display: block; }
      .listado-eventos .blk-evento .fecha .mes {
        font-family: "Roboto", sans-serif;
        color: #ffffff;
        top: 4px;
        font-size: 12px;
        line-height: 0px;
        display: block;
        position: relative;
        font-weight: bold;
        letter-spacing: 2px; }
    .listado-eventos .blk-evento .e-tranparencia {
      position: absolute;
      z-index: 1;
      top: 0px;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.2);
      width: 100%;
      height: 100%; }

.btn-eventos {
  display: inline-block;
  position: relative;
  width: 100%;
  border: 1px solid #e2231a;
  border-radius: 0px;
  color: #e2231a;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
  font-size: 12px; }
  .btn-eventos:hover, .btn-eventos:visited, .btn-eventos:focus {
    text-decoration: underline;
    color: #e2231a;
    font-size: 12px; }

.form-control.sprin {
  border: 1px #dddddd red !important; }

#ContentPlaceHolder1_chkInvitado {
  margin: 0px 11px 0px 0px; }

#ContentPlaceHolder1_chkOfertas {
  margin-right: 10px; }

.panel-heading.del-carret a {
  display: inline-block;
  position: relative;
  color: #4d4d4d;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-transform: lowercase;
  font-weight: bold; }
  .panel-heading.del-carret a:before {
    color: #EC2227;
    position: relative !important;
    margin-left: 10px; }

.menu-inferior .panel {
  background-color: transparent;
  border-bottom: 1px solid #ffffff; }
  .menu-inferior .panel .panel-body ul {
    display: inline-block;
    position: relative;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .menu-inferior .panel .panel-body ul li {
      font-family: "Roboto", sans-serif;
      color: #77777a;
      margin: 10px 0px; }
      .menu-inferior .panel .panel-body ul li a {
        font-size: 14px;
        color: #77777a; }

#myModal .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #myModal .modal-dialog .modal-content {
    min-width: 320px;
    max-width: 560px;
    width: 100%;
    border-radius: 0px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 2px;
    font-weight: 600; }
    #myModal .modal-dialog .modal-content .modal-header {
      border-bottom: 0px;
      padding: 5px; }
    #myModal .modal-dialog .modal-content .modal-body {
      text-transform: uppercase;
      padding: 5px;
      text-align: center; }
    #myModal .modal-dialog .modal-content .modal-footer {
      padding: 5px;
      padding-bottom: 29px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-top: 0px; }
      #myModal .modal-dialog .modal-content .modal-footer #okfunction {
        background-color: #EC2227;
        border-radius: 0px !important;
        border: 1px solid #EC2227;
        text-transform: uppercase;
        letter-spacing: 2px; }

.modal-backdrop {
  background-color: transparent; }

.newslatter div {
  background-color: transparent !important;
  font-family: "Roboto", sans-serif !important;
  padding: 0px !important;
  border: none !important; }

.newslatter .subscription-form-control {
  display: inline-block !important;
  position: relative !important; }

.newslatter .subscription-form-text {
  display: inline-block;
  padding: 3px 5px;
  border: 1px solid #4D4D4D !important;
  float: left;
  font-size: 14px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  color: #4D4D4D;
  width: 200px;
  margin: 0px !important;
  background-color: #ffffff !important;
  text-transform: lowercase !important;
  width: 238px !important; }

.newslatter .subscription-form-control {
  margin-left: -5px;
  margin-bottom: 0px; }

.newslatter .subscription-form-placeholder {
  top: 0px !important; }

.newslatter .submit-button {
  display: inline-block;
  background-color: #4D4D4D;
  color: #ffffff;
  border-radius: 0px;
  line-height: 34px !important;
  padding: 0 10px;
  margin: 0px 0px !important;
  float: left;
  font-weight: 400;
  float: left;
  width: 100% !important;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  border: none;
  font-family: "Roboto", sans-serif !important;
  text-transform: lowercase !important; }

.form-general .form-control {
  border-color: #e6e6e6 !important; }

.tit-bloque h5 {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  display: inline-block;
  float: left;
  margin: 0px;
  text-transform: uppercase; }
.video-home{overflow:hidden;}
.slide-principal {
  margin-bottom: 0px;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  overflow: hidden; }
  .slide-principal .items {
    display: inline-block;
    position: relative; }
    .slide-principal .items:before {
      content: "";
      position: absolute;
      z-index: 2;
      display: inline-block;
      background-color: rgba(0, 0, 0, 0.5);
      left: 0px;
      right: 0px;
      width: 100%;
      height: 100%; }
  .slide-principal .caption {
    width: 500px;
    position: absolute;
    top: 120px;
    z-index: 3; }
    .slide-principal .caption .title {
      color: #ffffff;
      font-size: 50px;
      font-weight: 800;
      line-height: 58px;
      letter-spacing: 2px;
      min-height: 120px; }
    .slide-principal .caption .a-link {
      display: inline-block;
      text-transform: uppercase;
      margin-top: 20px;
      color: #ffffff;
      border: 1px solid #ffffff;
      padding: 10px 30px;
      font-size: 17px;
      letter-spacing: 5px;
      cursor: pointer; }
      .slide-principal .caption .a-link:hover {
        text-decoration: underline; }
    @media screen and (max-width: 500px) {
      .slide-principal .caption {
        top: 0px;
        left: 0px;
        padding: 0px;
        width: 100%; }
        .slide-principal .caption .title {
          display: inline-block;
          width: 100%;
          text-align: center;
          font-size: 30px;
          line-height: 38px; }
        .slide-principal .caption .a-link {
          margin: 0 auto;
          text-align: center;
          display: block;
          max-width: 250px; } }
  .slide-principal .slick-prev, .slide-principal .slick-next {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out; }
  .slide-principal .slick-prev {
    left: -20px;
    height: 100%;
    top: 0px;
    bottom: 0px;
    width: 20px;
    background-image: url("../img/home/flecha-r.svg"); }
    .slide-principal .slick-prev:before {
      content: ""; }
  .slide-principal .slick-next {
    right: -20px;
    height: 100%;
    top: 0px;
    bottom: 0px;
    width: 20px;
    background-image: url("../img/home/flecha-l.svg"); }
    .slide-principal .slick-next:before {
      content: ""; }
  .slide-principal:hover .slick-prev {
    left: 20px; }
  .slide-principal:hover .slick-next {
    right: 20px; }

.cont-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items:center;
  align-content:center;*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .cont-banners .banners-2 {
    width: 49.8%;
    position: relative;
    display: inline-block;
    overflow: hidden; }
    .cont-banners .banners-2:before {
      
      position: absolute;
      z-index: 2;
      display: inline-block;
      background-color: rgba(0, 0, 0, 0.5);
      left: 0px;
      right: 0px;
      width: 100%;
      height: 100%; }
	  .btn-next {
    display: inline-block;
    width: 31px;
}
    .cont-banners .banners-2 .b-info {
      position: absolute;
      bottom: 25%;
      left: 0px;
      right: 0px; }
      .cont-banners .banners-2 .b-info .tit {
        color: #ffffff;
        z-index: 2;
        position: relative;
        font-size: 30px;
        font-weight: 800;
        letter-spacing: 2px; }
    .cont-banners .banners-2 img {
      -webkit-transition: all 0.35s, -webkit-transform 0.35s;
      transition: all 0.35s, -webkit-transform 0.35s;
      -o-transition: all 0.35s, transform 0.35s;
      transition: all 0.35s, transform 0.35s;
      transition: all 0.35s, transform 0.35s, -webkit-transform 0.35s;
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15);
      position: relative;
      display: block;
      min-height: 100%;
      max-width: 100%; }
    .cont-banners .banners-2:hover {
      cursor: pointer; }
      .cont-banners .banners-2:hover img {
        webkit-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1; }
    @media screen and (max-width: 600px) {
      .cont-banners .banners-2 {
        width: 100%;
        margin: 5px 0px; } }

#mfp-build-tool.prev-modal {
  background-color: #ffffff; }

.sec-prec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 10px 0px;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "Roboto", sans-serif; }
  .sec-prec.promo .prec-promo {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    color: #EC2227;
    font-weight: bold;
    font-size: 18px;
    width: auto;
    float: left;
    font-family: "Roboto", sans-serif; }
  .sec-prec.promo .sec-prec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 10px 0px;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-family: "Roboto", sans-serif; }
  .sec-prec.promo .precio-org {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    color: #000000;
    font-weight: bold;
    width: auto;
    float: left;
    font-family: "Roboto", sans-serif;
    text-decoration: line-through; }

.sec-prec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 10px 0px;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "Roboto", sans-serif; }
  .sec-prec .prec-promo {
    display: none; }
  .sec-prec .sec-prec {
    font-weight: bold;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 10px 0px;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-family: "Roboto", sans-serif; }
  .sec-prec .precio-org {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    color: #000000;
    font-weight: bold;
    width: auto;
    font-size: 18px;
    float: left;
    font-family: "Roboto", sans-serif;
    text-decoration: none; }

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important; }

table.dataTable td, table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block; }

div.dataTables_wrapper div.dataTables_filter {
  text-align: right; }

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left; }

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto; }

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
  font-size: 12px;
  text-transform: capitalize;
  color: #333; }

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0; }

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 30px; }

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative; }

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5; }

table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150"; }

table.dataTable thead .sorting_asc:after {
  content: "\e155"; }

table.dataTable thead .sorting_desc:after {
  content: "\e156"; }

table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  color: #eee; }

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important; }

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div.dataTables_scrollBody > table > thead .sorting:after, div.dataTables_scrollBody > table > thead .sorting_asc:after, div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none; }

div.dataTables_scrollBody > table > tbody > tr:first-child > th, div.dataTables_scrollBody > table > tbody > tr:first-child > td {
  border-top: none; }

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none; }

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center; } }
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px; }

table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px; }

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0; }

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 0; }

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 0; }

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0; }

.dataTables_length {
  width: auto;
  float: left;
  white-space: nowrap;
  font-size: 12px;
  text-transform: capitalize;
  color: #333; }
  .dataTables_length select {
    border-radius: 0px;
    height: 27px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
    color: #4D4D4D; }

#mfp-build-tool.factura-modal {
  background-color: #FFFFFF;
  max-width: 1024px;
  padding: 20px 15px; }
  #mfp-build-tool.factura-modal .tit-bloque {
    width: 100%;
    display: inline-block;
    position: relative;
    font-weight: bold;
    border-bottom: 1px solid #dddddd; }
    #mfp-build-tool.factura-modal .tit-bloque h2 {
      font-weight: bold;
      font-family: "Roboto", sans-serif;
      color: #000000;
      margin-bottom: 5px; }
  #mfp-build-tool.factura-modal .data-cliente {
    padding: 10px 0px; }
    #mfp-build-tool.factura-modal .data-cliente div {
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      color: #b1b0b0; }
      #mfp-build-tool.factura-modal .data-cliente div strong {
        font-size: 12px;
        color: #000000;
        padding-right: 5px; }
  #mfp-build-tool.factura-modal .f-right {
    float: right; }

#ctl00_ContentPlaceHolder1_pnlCaracteristicas {
  display: inline-block;
  width: 100%; }
  #ctl00_ContentPlaceHolder1_pnlCaracteristicas .info-producto-int {
    float: right; 
    width: 100%;
    display: inline-block;
    position: relative;}

#ctl00_ContentPlaceHolder1_pnlDescuento label {
  color: #EC2227;
  font-weight: bold; }

.alinear-botones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
  width:100%;
  margin:0px;
}
.alinear-botones .col-sm-6:first-child{
	display:none;
	padding:0px;
}

.alinear-botones .col-sm-6{
	margin-top:20px;
	width:100%;
	padding:0px;
}


.tit-filtros {
  float: left;
  color: #000000;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-weight: 400;
  margin-bottom: 20px;
  font-weight: 600; }

.breadcrumb {
  font-family: "Roboto", sans-serif;
  background-color: transparent;
  float: left;
  border-bottom: 1px solid #F2F2F2;
  width: 100%;
  border-radius: 0px; }
  .breadcrumb li {
    float: left;
    color: #4D4D4D;
    font-size: 13px; }
    .breadcrumb li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/\00a0"; }
    .breadcrumb li a {
      float: left;
      color: #4D4D4D;
      font-size: 13px;
      font-weight: bold; }
      .breadcrumb li a:last-child {
        font-weight: bold; }
    .breadcrumb li:last-child::before {
      content: "";
      padding: 0px; }

.cont-p-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px; }

.menu-lat-a {
  color: #000000;
  font-size: 14px;
  float: left;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: left;
  color: #000000;
  border-bottom: 1px solid #808080;
  width: 100%;
  margin-top: 20px; }

.wrap-product {
  margin-bottom: 20px;
  padding: 0px 15px; }

.filtos-catalogo {
  text-align: left;
  font-family: "Roboto", sans-serif; }
  .filtos-catalogo .panel {
    margin-top: 20px !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    .filtos-catalogo .panel .panel-heading {
      padding: 0px;
      margin: 0px;
      border-bottom: 1px solid #808080;
      position: relative;
      display: inline-block;
      width: 100%;
      color: #000000; }
      .filtos-catalogo .panel .panel-heading .categoria {
        color: #000000;
        font-size: 14px;
        float: left;
        margin-top: 0px;
        margin-bottom: 10px; }
        .filtos-catalogo .panel .panel-heading .categoria a {
          text-align: left;
          color: #000000; }
    .filtos-catalogo .panel .panel-body {
      border-top: none !important;
      padding: 0px 0px 0px 0px; }
      .filtos-catalogo .panel .panel-body .subcategorias {
        display: inline-block;
        padding: 0px;
        margin: 0px;
        list-style: none; }
        .filtos-catalogo .panel .panel-body .subcategorias li {
          color: #808080;
          font-size: 12px; }
          .filtos-catalogo .panel .panel-body .subcategorias li:hover {
            color: #EC2227;
            cursor: pointer; }
          .filtos-catalogo .panel .panel-body .subcategorias li a {
            color: #808080; }
            .filtos-catalogo .panel .panel-body .subcategorias li a:hover {
              color: #EC2227;
              cursor: pointer; }

.controles-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0px; }
  .controles-top .order label {
    text-align: left;
    font-size: 10px;
    color: #000000;
    font-weight: 500; }
  .controles-top .pag-sup {
    text-align: left;
    font-size: 10px;
    color: #000000;
    font-weight: 500; }
    .controles-top .pag-sup .paginador .btn-left, .controles-top .pag-sup .paginador .btn-right {
      color: #808080;
      background-color: transparent;
      margin: 0px 3px;
      border: none; }
      .controles-top .pag-sup .paginador .btn-left:hover, .controles-top .pag-sup .paginador .btn-right:hover {
        color: #000000; }

/* producto interior */
.product-nav {
  margin: 0px;
  padding: 0px !important; }
  .product-nav .slick-list {
    padding: 0px !important; }
  .product-nav .thumbnail {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 8px;
    margin-bottom: 5px;
    border: none; }
    .product-nav .thumbnail img {
      max-height: 60px;
      display: inline-block; }
    .product-nav .thumbnail:hover {
      cursor: pointer; }

.p-descripcion {
  display: inline-block;
  position: relative;
  width: 100%;
  float: left; }
  .p-descripcion .heart {
    position: absolute;
    top: -10px;
    right: 5px;
    height: 33px;
    width: 30px;
    background-image: url(../img/home/favorite.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
    .p-descripcion .heart:hover {
      cursor: pointer;
      background-image: url(../img/home/hover-favorite.png); }
  .p-descripcion .titulo {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 18px;
    margin: 0px;
    margin-bottom: 5px;
    text-align: left;
    font-family: "Roboto", sans-serif;
padding-right: 40px;	
font-weight:400;}
  .p-descripcion .descripcion {
    position: relative;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 15px;
    font-family: "Roboto", sans-serif; 
font-weight:bold;}

.progress {
  width: 74px;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  float: left;
  height: 12px;
  margin-bottom: 10px; }
  .progress .starts {
    position: absolute;
    top: -7px;
    left: 0px; }
  .progress .progress-bar {
    background-color: #FFE940; }

.precio {
  display:inline-block;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-weight: bold; }
  .precio span {
    font-size: 15px;
    color: black; }

.info-producto-int {
  text-align: left;
  font-family: "Roboto", sans-serif; }
  .info-producto-int .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
		}

.info-user {
text-align: left;
  font-family: "Roboto", sans-serif; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
		}
	
	@media screen and (max-width: 767px){
		.info-producto-int .form-group{
		width: 50%;
		float: left;}
	}
	
	@media screen and (max-width: 420px){
		.info-producto-int .form-group{
		width: 100%;
		float: left;}
	}
		
    .info-producto-int .form-group label {
      font-weight: 300;
      text-align: left; }
	 
#ctl00_lblTC{
	font-weight: bold;
    position: relative;
    background: transparent;
    padding: 5px;
    border-radius: 0px;
    font-size: 12px!important;
	font-family: "Roboto", sans-serif;
	
}
@media screen and (max-width: 767px){
	#ctl00_lblTC{
		font-weight: bold;
		position: fixed;
		top: 129px;
		background: #f1eaeaa1;
		right: 0px;
		padding: 15px 5px 15px 10px;
		border-radius: 45px 0px 0px 45px;
		font-size: 12px!important;
		font-family: "Roboto", sans-serif;
		
	}
}

	

.caracteristicas {
  display: inline-block;
  width: 100%;
  margin-top: 20px; }

.squaredOne {
  margin: 2px;
  border: solid 1px #797979;
  width: 28px;
  height: 28px;
  position: relative;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  border: none;
  /* background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5); */ }

.squaredOne label {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 4px 8px;
  cursor: pointer;
  /* background: linear-gradient(top, #222 0%, #45484d 100%); */
  /* box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1); */ }

.squaredOne label:after {
  content: " ";
  color: #FFFFFF;
  position: absolute;
  width: 16px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.squaredOne:hover label::after {
  opacity: 1; }

.squaredOne input[type=checkbox] {
  visibility: hidden; }

.squaredOne:hover + label:after, .squaredOne input[type=checkbox]:checked + label:after {
  content: " ";
  color: #FFFFFF;
  position: absolute;
  width: 16px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-radius: 50%; }

.totales {
  display: inline-block;
  position: relative;
  font-size: 12px;
  text-align: right;
  float: right;
  max-width: 226px;
  width: 100%; }
  .totales .total-tit {
    font-weight: bold;
    float: left;
    color: #4d4d4d; }

#ContentPlaceHolder1_pnlEntradas {
  display: inline-block;
  width: 100%;
  position: relative; }

.tit-seccion {
  background-color: transparent;
  float: left;
  /* border-top: 1px solid #999999; */
  /* border-bottom: 1px solid #F2F2F2; */
  width: 100%;
  border-radius: 0px;
  padding: 10px 0px 3px 0px;
  text-align: left;
  margin: 0px;
  color: #808080;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px; }

.tit-seccion-2 {
  background-color: transparent;
  float: left;
  /*   border-bottom: 1px solid #F2F2F2; */
  width: 100%;
  border-radius: 0px;
  padding: 10px 0px;
  text-align: left;
  margin: 0px;
  color: #808080;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 20px; }

.tit-resumen {
  font-family: "Roboto", sans-serif;
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  border-bottom: 1px solid #999999;
  width: 100%;
  float: left;
  padding-bottom: 5px;
  margin-bottom: 10px; }

.resumen {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  border-bottom: 1px solid #999999;
  width: 100%;
  float: left;
  padding: 0px;
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .resumen li {
    color: #4D4D4D;
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 12px;
    padding: 5px 0px;
    font-weight: 500; }
    .resumen li span {
      color: #4D4D4D;
      display: inline-block;
      float: right; }

.total {
  font-family: "Roboto", sans-serif;
  color: #000000;
  display: inline-block;
  float: left;
  width: 100%;
  font-size: 12px;
  padding: 0px 0px;
  font-weight: 500;
  text-align: left; }
  .total span {
    color: #000000;
    display: inline-block;
    float: right; }

.header-tabla {
  display: inline-block;
  text-align: left;
  border: 1px solid #999999;
  border-left: 0px;
  border-right: 0px;
  color: #4d4d4d;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 10px 0px;
  margin-bottom: 10px; }

.btn-action-cart {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px; }
  .btn-action-cart .action-cart {
    font-size: 10px;
    font-weight: 500;
    color: #4D4D4D;
    display: inline-block;
    float: left;
    text-align: left;
    text-decoration: underline; }
    .btn-action-cart .action-cart:hover {
      color: #EC2227;
      cursor: pointer; }

.prec-simul {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #000000;
    width: 100%;
    display: inline-block;
}
.precio-original {
    font-size: 12px;
    font-weight: bold;
    text-align:left;
    color: #000000;
    width: 100%;
    display: inline-block;	
}
.precio-original.descuento{
    text-decoration: line-through;
}
.precio-con-descuento{
	font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #EC2227;
    width: 100%;
    display: inline-block;
}
.txt-roboto {
  font-family: "Roboto", sans-serif;
  text-transform: lowercase; }

.dif-gene {
  top: -10px;
  right: -15px;
  letter-spacing: 1px;
  width: 166.1px; }

.info-producto {
  font-size: 12px;
  color: #4D4D4D;
  display: inline-block;
  text-align: left; }
  .info-producto .tit-prod {
    display: inline-block;
    position: relative;
    font-weight: bold; }

/* paso1 direccion de envio */
.border-top-esp {
  width: 100%;
  border-top: 1px solid #999999; }

.descrip-secccion {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 10px 0px;
  margin: 10px 0px; }

.dir-sec {
  text-align: left;
  margin: 10px 0px; }
  .dir-sec h4 {
    font-family: "Roboto", sans-serif;
    font-size: 14px; }
  .dir-sec .descripcion {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    /* 270 */ }

.act-1 {
  width: 100%;
  display: inline-block;
  position: relative;
  float: left;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .act-1:hover {
    background-color: #EC2227;
    color: #ffffff;
    border: 1px solid #EC2227; }

.org-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px; }

.act-2 {
  width: 45%;
  display: inline-block;
  position: relative;
  float: left;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .act-2:hover {
    background-color: #EC2227;
    color: #ffffff;
    border: 1px solid #EC2227; }

.act-3 {
  width: 45%;
  display: inline-block;
  position: relative;
  float: left;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .act-3:hover {
    background-color: #EC2227;
    color: #ffffff;
    border: 1px solid #EC2227; }

.act-4 {
  width: auto;
  display: inline-block;
  position: relative;
  float: right;
  border-radius: 0px;
  background-color: #EC2227;
  border: 1px solid #EC2227;
  color: #ffffff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-weight: 400; }
  .act-4:hover {
    /* background-color: #000000; */
    color: #000000;
    /* border:1px solid #000000; */ }

/* formularios */
form.gtk-form label {
  text-align: left;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  color: #444;
  font-family: "Roboto", sans-serif; }
form.gtk-form input {
  border-radius: 0px; }
form.gtk-form textarea {
  border-radius: 0px; }
form.gtk-form select {
  border-radius: 0px; }

/* metodo de pago */
.tb-ger tr td {
  text-align: left; }

.body-tabla {
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #999999;
  margin-bottom: 20px;
  display: inline-block; }

.cant-form-input {
  display: inline-block;
  border-color: #000;
  border-radius: 0px;
  margin: 0 auto;
  padding: 5px; }

.table .th-sep {
  font-family: "Roboto", sans-serif; }
.table .tb-ger {
  font-family: "Roboto", sans-serif; }
  .table .tb-ger td {
    font-family: "Roboto", sans-serif; }

.table-striped thead {
  background-color: #d8d8d8;
  border: 1px solid #CBCBCB; }
  .table-striped thead th {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #4d4d4d; }
    .table-striped thead th.sorting_asc:after, .table-striped thead th.sorting_desc:after {
      color: red; }
.table-striped tbody {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #4d4d4d; }
  .table-striped tbody td.moneda {
    text-align: right; }
  .table-striped tbody td.text {
    text-align: left; }
  .table-striped tbody td.mas .fa {
    color: #EC2227; }
    .table-striped tbody td.mas .fa:hover {
      cursor: pointer; }

.dataTables_info {
  display: inline-block;
  position: relative;
  float: left;
  font-family: "Roboto", sans-serif; }

.dataTables_paginate {
  display: inline-block;
  position: relative;
  float: right;
  padding-top: 8px;
  font-family: "Roboto", sans-serif; }
  .dataTables_paginate .pagination {
    margin: 0px; }
    .dataTables_paginate .pagination li.paginate_button {
      border-bottom: 1px solid red; }
      .dataTables_paginate .pagination li.paginate_button a {
        border: none;
        padding: 0px 5px;
        font-size: 12px;
        text-transform: capitalize;
        color: #333; }
      .dataTables_paginate .pagination li.paginate_button.active a, .dataTables_paginate .pagination li.paginate_button:hover a, .dataTables_paginate .pagination li.paginate_button:active a, .dataTables_paginate .pagination li.paginate_button:focus a {
        background-color: transparent;
        color: #EC2227; }

.dt-buttons {
  display: inline-block;
  position: relative;
  float: left; }

.x_panel {
  display: inline-block;
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: left;
  background-color: transparent;
  float: left;
  /*     border-top: 1px solid #999999; */
  border-bottom: 1px solid #999999;
  width: 100%;
  border-radius: 0px;
  padding: 10px 0px 3px 0px;
  text-align: left;
  margin: 0px;
  margin-bottom: 10px;
  color: #808080;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px; }

.dataTables_filter {
  display: inline-block;
  position: relative;
  width: auto;
  float: right; }
  .dataTables_filter label {
    color: transparent; }
    .dataTables_filter label:after {
      content: "\f002";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #FFFFFF;
      background-color: #4D4D4D;
      padding: 2px 5px;
      top: 0px;
      right: 1px;
      display: inline-block;
      position: absolute; }
    .dataTables_filter label .input-sm {
      height: 16px;
      padding: 5px 10px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 0px;
      color: #4D4D4D; }

/* datepicker */
.input-daterange {
  position: absolute;
  max-width: 455px;
  width: 100%;
  left: 20%;
  top: 50px; }
  .input-daterange.extra-top {
    top: 90px; }
  .input-daterange .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    -ms-flex-line-pack: center;
    align-content: center; }
    .input-daterange .form-group label {
      float: left;
      text-transform: lowercase;
      font-weight: 100;
      margin-bottom: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: "Roboto", sans-serif;
      -ms-flex-line-pack: center;
      align-content: center;
      position: relative;
      font-size: 12px; }
      .input-daterange .form-group label:after {
        content: "";
        background-color: #4D4D4D;
        padding: 2px 5px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: inline-block;
        position: absolute;
        z-index: 100;
        width: 25px;
        background-image: url(../img/down-arrow.png);
        background-repeat: no-repeat;
        background-position: center center; }
      .input-daterange .form-group label input {
        background-color: #ffffff;
        boder-color: #dddddd;
        border-radius: 0px;
        float: right;
        margin-left: 10px;
        text-align: left;
        height: 27px;
        font-size: 12px; }
        .input-daterange .form-group label input.form-control {
          width: 100%;
          display: inline-block; }

/* saldos */
.f-general {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  display: inline-block;
  float: left; }

.b-r-right {
  border-right: 1px solid #000000; }
  @media screen and (max-width: 990px) {
    .b-r-right.del-r {
      border-right: none; } }
  @media screen and (max-width: 600px) {
    .b-r-right {
      border-right: none;
      border-bottom: 1px solid #000000; }
      .b-r-right.del-r {
        border-bottom: none; } }

.b-r-white {
  border-right: 1px solid #ffffff; }
  @media screen and (max-width: 768px) {
    .b-r-white {
      border-right: none; } }
  @media screen and (max-width: 600px) {
    .b-r-white {
      border-bottom: 1px solid #ffffff; } }

.s-sta-h .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  font-weight: 400;
  min-height: 50px;
  margin: 5px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 29px;
  text-align: center;
  font-size: 12px;
  text-decoration: underline; }
  .s-sta-h .title:hover {
    cursor: pointer; }
.s-sta-h .f-sta-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .s-sta-h .f-sta-input .s-sta-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0px; }
    @media screen and (max-width: 900px) {
      .s-sta-h .f-sta-input .s-sta-input {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 0px; } }
    .s-sta-h .f-sta-input .s-sta-input input {
      width: 70%;
      border: 1px solid #d8d8d8;
      color: #000000;
      font-weight: 400;
      border-radius: 0px;
      display: inline-block;
      position: relative;
      float: left;
      background-color: #d8d8d8; }
    .s-sta-h .f-sta-input .s-sta-input span {
      width: 20%;
      font-weight: 100;
      display: inline-block;
      position: relative;
      float: right; }
.s-sta-h.danger .title {
  color: #b92c28; }
.s-sta-h.danger .f-sta-input .s-sta-input input {
  color: #ffffff;
  border-color: #b92c28;
  background-color: #b92c28; }

.tit-sub {
  display: block;
  text-align: left;
  float: left;
  border-bottom: 1px solid #8d8d8d;
  text-transform: uppercase;
  color: #4D4D4D;
  font-weight: 500;
  margin-bottom: 20px; }
  .tit-sub.extra-marg {
    margin-top: 20px; }
  .tit-sub:hover {
    color: #4d4d4d; }

.sep-bloques {
  display: inline-block;
  width: 100%;
  position: relative; }

.tdh-c-verde {
  background-color: #D0F7CB; }

.tdh-c-azul {
  background-color: #C2DFF1; }

.txt-center {
  text-align: center; }

.cat-favoritos {
  font-size: 12px;
  font-weight: 400; }

.post-form {
  margin-left: 20px;
  display: inline-block;
  position: relative;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  font-size: 12px; }
  .post-form label {
    font-size: 12px;
    font-weight: 100;
    font-family: "Roboto", sans-serif;
    text-transform: none; }

#map {
  height: 315px; }

.flex-contacto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  float: none;
  padding: 100px 0px; }
  @media screen and (max-width: 767px) {
    .flex-contacto {
      padding: 50px 0px; } }
  .flex-contacto label {
    text-align: left;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    color: #444;
    font-family: "Roboto", sans-serif; }

.info-contacto .dir, .info-contacto .tel, .info-contacto .was, .info-contacto .mail {
  text-align: left;
  padding-left: 20px;
  position: relative;
  font-family: "Roboto", sans-serif; }
  .info-contacto .dir:before, .info-contacto .tel:before, .info-contacto .was:before, .info-contacto .mail:before {
    position: absolute;
    content: "";
    color: #000000;
    width: 20px;
    height: 20px;
    left: -15px;
    text-align: center;
    top: 0px; }
.info-contacto .dir {
  margin-bottom: 20px; }
  .info-contacto .dir:before {
    background-image: url(../img/marker.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: inherit; }
.info-contacto .tel {
  margin-bottom: 5px; }
  .info-contacto .tel:before {
    background-image: url(../img/telefono.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: inherit; }
.info-contacto .was {
  margin-bottom: 20px; }
  .info-contacto .was:before {
    background-image: url(../img/whatsapp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: inherit; }
.info-contacto .mail:before {
  background-image: url(../img/mail.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: inherit; }

.f-left {
  margin-top: 20px;
  float: left; }

html {
  height: 100%; }

body.gtk-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.cent-img {
  margin: 0 auto;
  margin-bottom: 20px; 
max-width:60%}

.text-underline {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  font-family: "Roboto", sans-serif; }

.text-login {
  padding: 5px 0px;
  color: #4d4d4d;
  font-family: "Roboto", sans-serif;
  font-size: 12px; }

.marco-form {
  border: 1px solid #000000;
  display: inline-block;
  position: relative;
  padding: 15px;
  font-family: "Roboto", sans-serif;
  max-width: 420px;
  width: 100%; }
  .marco-form label {
    text-align: left;
    float: left;
    color: #4d4d4d;
    font-size: 12px; }
  .marco-form .link-lp {
    color: #9e9e9e;
    text-align: left;
    float: left; }

.act-altcuenta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 0px; }

.form-control {
  border-radius: 0px !important;
  border-color: #000000; }

fieldset {
  border: 0px !important; }

select.form-control {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border-color: #000000; }

.web-serv {
  font-family: "Montserrat", sans-serif;
  color: #4d4d4d;
  font-weight: 900;
  letter-spacing: 2px; }

#lblNombreUsuario {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: bold; }
  #lblNombreUsuario:after {
    content: "";
    margin: 0 auto;
    height: 1px;
    background-color: #4d4d4d;
    display: inline-block; }

footer {
  display: inline-block;
  position: relative;
  width: 100%;
  float: left;
  background-color: #ffffff;
  min-height: 200px; }
  footer .menu-generico{
	  margin:0px;
	  padding:20px 0px;
	  display: flex;
    align-items: center;
    flex-wrap: wrap;
	justify-content: space-between;
	flex-direction:row-reverse;
	
  }
  footer .menu-inferior {
    font-family: "Roboto", sans-serif;
    font-size: 13px; }
    footer .menu-inferior .row-reverse {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0px; }
    footer .menu-inferior .tit {
      display: inline-block;
      width: 100%;
      font-weight: 500;
      font-size: 16px;
      text-align: left;
      color: #4D4D4D; }
    footer .menu-inferior .cont-desd-fotter .menu-generico {
      display: inline-block;
      position: relative;
      padding: 0px;
      list-style: none;
      float: left;
      color: #4D4D4D;
      text-align: left; }
      footer .menu-inferior .cont-desd-fotter .menu-generico li {
        display: block;
        padding: 5px 0px; }
        footer .menu-inferior .cont-desd-fotter .menu-generico li a {
          color: #4D4D4D;
          cursor: pointer; }
          footer .menu-inferior .cont-desd-fotter .menu-generico li a:hover {
            text-decoration: none;
            color: #ffffff; }
  footer .copy {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #4D4D4D; }
    footer .copy .copy-text {
      float: left; }
	  
	  .copy-text {
          font-size: 13px;
    /* width: 100%; */
    text-align: left;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;}
      @media screen and (max-width: 767px) {
        footer .copy .copy-text {
          font-size: 11px;
          width: 100%; } }
    footer .copy .gtk-develope {
      float: right;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start; }
      @media screen and (max-width: 767px) {
        footer .copy .gtk-develope {
          font-size: 11px;
          width: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          float: none;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-top: 10px; } }
      footer .copy .gtk-develope img {
        margin-left: 10px; }
        @media screen and (max-width: 767px) {
          footer .copy .gtk-develope img {
            margin-top: 10px; } }

.redes {
  margin:0px;
  display: inline-block;
  position: relative;
  list-style: none;
  padding: 0px;
  float:right;
 }
  .redes li {
    display: inline-block;
    position: relative;
    float: left;
    margin: 0px 10px;

    color: #666666; }
    .redes li a {
      color: #ffffff;
 }
      .redes li a:hover, .redes li a:focus {
        color: #ffffff; }

.pos-letters {
  float: none;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .pos-letters {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.nav-redes {
	padding:20px 0px; 
  display: inline-block;
  
  position: relative;
  width: 100%;
  float:right;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #4D4D4D;
  font-size: 13px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .nav-redes {
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.newslatter {
  display: inline-block;
  position: relative;
  float: left;
  font-family: "Roboto", sans-serif; }
  @media screen and (max-width: 767px) {
    .newslatter {
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.btn-submit {
  display: inline-block;
  background-color: #4D4D4D;
  color: #ffffff;
  border-radius: 0px;
  padding: 2.5px 5px;
  float: left;
  font-weight: 400;
  float: left;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  border: none;
  font-family: "Roboto", sans-serif; }
  .btn-submit:hover {
    background-color: #EC2227;
    color: #ffffff; }

.input-news {
  display: inline-block;
  padding: 3px 5px;
  border: 1px solid #4D4D4D;
  float: left;
  font-size: 14px;
  color: #000;
  width: 200px; }
  @media screen and (max-width: 767px) {
    .input-news {
      width: 80%; } }

.table-striped thead th.sorting_desc:after {
  content: " " !important;
  background-image: url("../img/flechas3.svg");
  height: 17px;
  width: 12px; }

table.dataTable thead .sorting:after {
  content: " " !important;
  background-image: url("../img/flechas1.svg");
  height: 17px;
  width: 12px; }

.table-striped thead th.sorting_asc:after {
  content: " " !important;
  background-image: url("../img/flechas2.svg");
  height: 17px;
  width: 12px; }

.menu-inferior .row-reverse > div > div {
  width: 100% !important;
  display: none; }
  .menu-inferior .row-reverse > div > div:first-child {
    display: inline-block; }
  .menu-inferior .row-reverse > div > div .tit {
    display: none; }
  .menu-inferior .row-reverse > div > div .cont-desd-fotter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px; }
    .menu-inferior .row-reverse > div > div .cont-desd-fotter ul {
      display: inline-block;
      width: 100%;
      text-align: center; }
      .menu-inferior .row-reverse > div > div .cont-desd-fotter ul li {
        display: inline-block;
        float: left;
        border-left: 2px solid #4D4D4D;
        padding: 0px 5px;
        width: 33.33%; }
        .menu-inferior .row-reverse > div > div .cont-desd-fotter ul li:first-child {
          border-left: none; }
        .menu-inferior .row-reverse > div > div .cont-desd-fotter ul li a {
          font-weight: bold;
         
          text-align: center;
          display: inline-block; }
.p-product{
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    width: 100%;
    display: inline-block;
}


#pnlDescuento{
	display:inline-block;
	position:relative;
	
}

.btn-submit-pop, .btn-submit-pop:visited {
    display: inline-block;
    background-color: #4D4D4D;
    color: #ffffff!important;
    border-radius: 0px;
    padding: 2.5px 5px;
    float: left;
    font-weight: 400;
    float: left;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border: none;
    font-family: "Roboto", sans-serif;
    width: 100%;
}

.btn-submit-pop:hover {
    background-color: #e2231a;
    color: #ffffff;
}

.menu-lateral {
  text-align: left;

  padding:0px;
  margin-top:20px;
  }
  
  .menu-lateral h4.titulo {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 10px;
    padding: 10px 5px;
    text-transform: initial;
  font-size:14px
 }
  .menu-lateral .panel-gtk {
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
.menu-lateral .panel-heading{
  padding:5px 0px;
}
.menu-lateral .panel-heading .panel{
box-shadow:none;
    margin-top: 2px;
}

  .menu-lateral .panel-heading a {
    width: 100%;
    color: #000000;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px; font-size: 13px;}
    .menu-lateral .panel-heading a.line-punteada {
      border-bottom: 1px dotted #e6e6e6; }
    .menu-lateral .panel-heading a.collapsed:before {
      content:"\f107";
    }
    .menu-lateral .panel-heading a:before {
      content: "\f106";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      position: absolute;
      right: 10px; }
  .menu-lateral .panel-collapse .panel-heading {
    padding: 5px 0px; }
    .menu-lateral .panel-collapse .panel-heading a {
      width: 100%;
      color: #808050;
      position: relative;
      display: inline-block;
      font-size: 12px !important;
      margin-left: 0px !important;
      border-bottom: none;
      padding-bottom: 0px; }
    .menu-lateral .panel-collapse .panel-heading a.collapsed:before {
      content: "\f067";
    }
      .menu-lateral .panel-collapse .panel-heading a:before {
        content: "\f068";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        position: absolute;
        right: 10px; }
  .menu-lateral .panel-collapse .panel-body {
    border-top: none;
    padding: 5px; }
    .menu-lateral .panel-collapse .panel-body a {
      color: #808080;
      font-size: 12px;
      padding: 5px 5px;
      margin: 0px;
      margin-left: 20px; }
	  .menu-lateral .panel-collapse .panel-body a.active {
		  color:#EC2227;
	  }
	  .menu-lateral .panel-collapse .panel-body a.active , .menu-lateral .panel-collapse .panel-body a:hovers {
      color:#EC2227;
	  
	  }
      .menu-lateral .panel-collapse .panel-body a:hover, .menu-lateral .panel-collapse .panel-body a:focus {
        cursor: pointer;
        color:#EC2227; }
  .menu-lateral .panel-collapse .panel-group .panel-gtk .panel-collapse .panel-heading {
    padding: 5px 15px; }
    .menu-lateral .panel-collapse .panel-group .panel-gtk .panel-collapse .panel-heading .panel-title a {
      margin-left: 0px;
      font-size: 18px; }
  .menu-lateral .panel-collapse .panel-group .panel-gtk .panel-collapse .panel-body {
    border-top: none;
    padding: 5px; }
    .menu-lateral .panel-collapse .panel-group .panel-gtk .panel-collapse .panel-body a {
      color: #808080;
      font-size: 12px;
      border-left: 1px solid #808050;
      padding: 5px 5px;
      margin: 0px;
      margin-left: 10px; }
      .menu-lateral .panel-collapse .panel-group .panel-gtk .panel-collapse .panel-body a:hover, .menu-lateral .panel-collapse .panel-group .panel-gtk .panel-collapse .panel-body a:focus {
        cursor: pointer;
        color: #e2231a; }

.cont-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-bottom: 5px; }
  .cont-radio input {
    margin: 0px;
    margin-left: 0px;
  margin-right: 0px; }
  .cont-radio label {
    margin: 0px;
  margin-left:5px;
    font-size: 12px;
    color: #808080;
    font-weight: 100;
    font-family: "Roboto", sans-serif; 
  width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.menu-lateral .panel-group .panel-heading + .panel-collapse > .list-group, .menu-lateral .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px !important; }
  
.tab-submenu .panel.panel-default{
  border: 0px;
  background-color: transparent;
  box-shadow: none;
  
}
.tab-submenu .panel.panel-default>.panel-heading{
    color: #333;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border: none;
    padding: 0px 0px;
}

.tab-submenu .panel.panel-default>.panel-heading .panel-title a{
  /*padding:10px 5px;
  width:100%;
  text-align:left;
  border-bottom: 1px solid #4f4f4f;
  font-size:12px;*/
}

.tab-submenu .panel-body{
  padding:5px 0px;
}
.tab-submenu .panel-body a{
  display:block;
  position:relative;
  font-size:11px;
  clear:both;
  float:left!important;
}
.text-aler-modal{
  font-weight: 600;
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative;
  font-family: "Roboto", sans-serif;
  color:black;
}
.yamm .yamm-content{
  min-width: 350px;
    display: inline-block;
    position: relative;
    padding: 5px 5px 0px 5px;
}
.yamm-content .nav-tabs li a{
  width:initial;
  padding-right:15px;
  font-size:13px;
  float:right;
}
.yamm-content .col-xs-8{
  min-width:259px;
}
.yamm-content .nav-tabs.tabs-left li a{
  position:absolute;
  top:0px;
  right:5px;
  width:100%;
  height:100%;
}
.menu-lateral .subcategorias{
  margin-top:60px;
}
.singular-content{
  font-family: "Roboto", sans-serif; 
  font-weight:100!important;
}
.singular-content span{
  color:#4d4d4d;
}
.singular-content strong{
  font-weight:100!important;
}
.form-general label{
  font-family: "Roboto", sans-serif; 
  font-weight:bold;
}
.yamm-content .panel a, #ctl00_ContentPlaceHolder1_pnlCategorias .panel a{
  width:inherit;
  float:right;
  
}
.yamm-content h4.panel ,#ctl00_ContentPlaceHolder1_pnlCategorias h4.panel{
  border-bottom:1px solid #dddddd;
  padding:2px 0px;
}

.yamm-content .panel-title a{
  width:inherit;
  float:right;
  
}
.link-subcategoria{
  position:relative;
  z-index:2;
  
}


.yamm-content h4.panel-title{
  border-bottom:1px solid #dddddd;
  padding:2px 0px;
}

.yamm-content .nav-tabs li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: -5px;
}



.section{
  display:inline-block;
  position:relative;
  width:100%;
}
  
.modal-footer{
  text-align:center;
  
}
.modal-footer .btn-primary{
background-color: #e2231a;
    border-radius: 0px !important;
    border: 1px solid #e2231a;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
  font-size:14px;
}

.precio-original{
    font-size: 12px;
    font-weight: 100;
    text-align: left;
}
#mfp-build-tool.prev-modal .btn{
    float:none!important;
}
.categoria a{
  color:#000;
}
#collapseProducts{
  font-family: "Roboto", sans-serif;
  
}

#collapseProducts .panel-heading h4{
  text-align:left;
  padding:0px 15px;
  position:relative;
  color:#4d4d4d;
 
}
#collapseProducts .panel-heading h4{
  text-align:left;
  padding:15px 15px;
  position:relative;
  color:#4d4d4d;
  font-family: "Roboto", sans-serif;
}
#collapseProducts .panel-heading h4 span{
  text-align:left;
  padding:0px 15px;
  position:relative;
  color:#4d4d4d;
  z-index:2;
}
#collapseProducts .panel-heading h4 a{
  position:absolute;
  top:0px;
  right:0px;
  z-index:1;
  width:initial;
  border:none;
}
#collapseProducts .panel-heading h4 a:hover{
  border:none;
}
#collapseProducts .panel-heading h4 a:after{
  content:none;
}

#collapseProducts .panel-body div a{
  padding: 15px 0px 15px 30px;
  font-size:12px;
}

/* piezas carrito responsive*/
	.wishlist{
		width:100%;
	}
	.wishlist .producto img{
		height:80px;
		max-height:200px;
	}
	.wishlist .info-total .precio{
		font-weight:bold;
	}
	.op-collapse-resp{
    position: relative;
    float: right;
    display: none;
}
.op-collapse-resp .btn{
    width: 64px;
    height: 32px;
    background-image: url(../img/filt.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30%;
    float: right;
    margin-right:15px;
    border: 1px solid #000000;
    border-radius: 0px;
    background-color: transparent;
}
.op-collapse-resp .btn:focus{
    outline:none;
}
#pnlAgregarSinDesc btn-general-2{
	float:right;
}

@media screen and (max-width: 1200px) {
	footer .menu-generico .col-min-12:nth-child(2n){
		padding:10px 0px;
	
	}
	footer .menu-generico .col-min-12:nth-child(2n) .col-min-12{
		width:100%;
	}
}

@media screen and (max-width: 767px) {
	.menu-lateral{
		padding-left:15px;
		padding-right:15px;
	}
	.info-producto-int{
		display:inline-block;
		position:relative;
		padding-left:15px!important;
		padding-right:15px!important;
	}
	.info-producto-int .p-descripcion{
		padding-left:15px!important;
		padding-right:15px!important;
	}
	.info-producto-int .sec-prec{
		padding-left:15px!important;
		padding-right:15px!important;
	}
	.info-producto-int span{
		padding-left:15px;
		padding-right:15px;
	}
	.input-group-btn{
		padding:0px;
		padding-left:0px!important;
		padding-right:0px!important;
	}
	
	.info-producto-int label{
		padding-left:15px!important;
		padding-right:15px!important;
	}
	.stl-1-p,.filtros-dektop{
		padding:0px 15px;
	}
	#ctl00_ContentPlaceHolder1_pnlContenido {
		padding: 0px 15px;
	}
	.sec-nav {
		display: inline-block;
		position: fixed;
		left: 0px;
		top: 0px;
	}
	body {
		margin-top: 30px;
	}
	.op-collapse-resp{
        display: inline-block;
    }

	.carrito{
		width:100%;
	}
	.cont-resumen{
		width:50%;
		float:right;
	}
	.carrito .btn-action-cart{
		display:flex;
		align-items:center;
		
	}
	.carrito .btn-action-cart .action-cart{
		margin:5px;
	}
	.input-daterange {
		position: relative;
		max-width: inherit;
		width: 100%;
		left: inherit;
		top: inherit;
		display: flex;
		flex-wrap:wrap;
		flex-direction:row;
	}
	.input-daterange .form-group label{
		float: left;
		text-transform: lowercase;
		font-weight: 100;
		margin-bottom: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-family: "Roboto", sans-serif;
		-ms-flex-line-pack: center;
		align-content: center;
		position: relative;
		font-size: 12px;
		width: 100%;
	}
}
.btn-responsive{
		width:100%;
		padding:15px;
		position:relative;
		display:inline-block;
}

@media screen and (max-width: 720px) {
	.copy-text{
		text-align:center;
	}
	.seccion.gray-light {
		background-color: #d1caae;
	}
	footer .menu-inferior{
		padding:0px;
	}
	footer .menu-generico .col-min-12{
		width:100%;
	
	}
	
	.redes{
		float:none;
	}
	
	footer .menu-generico .col-min-12:first-child{
		background-color:#f2f2f2;
	}
	.logo-fotter{
		margin:0 auto;
	}
	
	footer .menu-generico .col-min-12:nth-child(2n) .col-min-12{
		background-color:#d1caae;
	}
	
	footer .menu-inferior .tit{
		text-align:center;
	}
	
	footer .menu-inferior .cont-desd-fotter .menu-generico{
		text-align:center;
	}
	.copy-segment .main-container .copy-text:nth-child(2n){
	display:none;
	}
}

@media screen and (max-width: 550px) {
	.btn-responsive{
		width:100%;
		padding:15px;
		position:relative;
		display:inline-block;
	}
	
	.btn-responsive .btn-general-2{
		width: 100%;
		padding: 15px 15px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 600;
		font-size: 15px;
	}
	
	.wishlist .header-tabla{
		display:none;
	}
	.wishlist .producto{
		width:50%;
	}
	.wishlist .producto img{
		height:initial;
		margin: 0 auto;
	}
	.wishlist .info-producto{
		width:50%;
	}
	.wishlist .info-precio{
		width:50%;
	}
	.wishlist .info-cantidad{
		width:50%;
	}
	.wishlist .info-total{
		width:50%;
		
	}
	
	.wishlist .info-precio:before{
		width:100%;
		content:"Precio:";
		font-weight:500;
		text-align:left;
		display:inline-block;
		font-size:12px;
	}
	.wishlist .info-precio .sec-prec{
		margin:2px 0px !important;
	}
	.wishlist .info-cantidad:before{
		width:100%;
		content:"Cantidad:";
		font-weight:500;
		text-align:left;
		display:inline-block;
		font-size:12px;
	}
	.wishlist .info-cantidad .sec-prec{
		margin:2px 0px !important;
	}
	.wishlist .info-total:before{
		width:100%;
		content:"Total:";
		font-weight:500;
		text-align:left;
		display:inline-block;
		font-size:12px;
	}
	.wishlist .info-total .sec-prec{
		margin:2px 0px !important;
	}
	
	.btn-action-cart{
		display:flex;
		align-items:center;
		margin:5px 0px;
	}
	.btn-action-cart .action-cart{
		margin:5px;
	}
	.carrito{
		padding:0px 15px;
	}
	.carrito .col-tabla{
		width:50%;
	}
	.carrito .header-tabla{
		display:none;
	}
	.carrito .producto{
		width:50%;
	}
	.carrito .producto img{
		height:initial;
		margin:0 auto;
	}
	.carrito .info-producto{
		width:100%;
	}
	.carrito .info-precio{
		width:100%;
	}
	.carrito .info-cantidad{
		width:100%;
	}
	.carrito .total{
		width:100%;
	}
	
	.carrito .info-precio:before{
		width:100%;
		content:"Precio:";
		font-weight:500;
		text-align:left;
		display:inline-block;
		font-size:12px;
	}
	.carrito .info-precio .sec-prec{
		margin:2px 0px !important;
	}
	.carrito .info-cantidad:before{
		width:100%;
		content:"Cantidad:";
		font-weight:500;
		text-align:left;
		display:inline-block;
		font-size:12px;
	}
	.carrito .info-cantidad .sec-prec{
		margin:2px 0px !important;
	}
	.carrito .info-total:before{
		width:100%;
		content:"Total:";
		font-weight:500;
		text-align:left;
		display:inline-block;
		font-size:12px;
	}
	.carrito .info-total .sec-prec{
		margin:2px 0px !important;
	}
	.cont-resumen{
		width:100%;
		float:left;
	}
	.input-daterange .col-xs-6{
		width:100%;
		padding:0px;
	}
}

span.prev-items {
    position: absolute;
    background-color: #2a3b7a;
    color: #ffffff;
    top: -9px;
    right: -7px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 500;
}
#ctl00_ContentPlaceHolder1_pnlIngresar>div:first-child{
	display:none;
}

label.star {
    float: right!important;
    padding: 5px 5px !important;
    font-size: 13px !important;
    color: #444;
    transition: all .2s;
	margin-bottom:0px;
}

div.stars {
    width: auto !important;
    display: inline-block;
    float: left;
    margin-left: 15px;
}

input.star-5:checked ~ label.star:before{
	text-shadow:none!important;
}

.controles-top.ct-reverse{
	flex-direction:row-reverse;
}

#mfp-build-tool.prev-modal .wrap-product  .btn-general-2{
	float:right!important;
}

#chkTerminos{
	margin-right:5px;
}

.link-aviso{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	margin-left:5px;
	
}
	.heart {
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#03e27b), to(#0dbf6d));
    background: -webkit-linear-gradient(top, #03e27b, #0dbf6d);
    background: -o-linear-gradient(top, #03e27b, #0dbf6d);
    background: linear-gradient(to bottom, #03e27b, #0dbf6d);
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
    -webkit-animation: beat 1.5s ease 0s infinite;
    animation: beat 1.5s ease 0s infinite;
}



.parent {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 20; }

.parent .heart {
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#03e27b), to(#0dbf6d));
  background: -webkit-linear-gradient(top, #03e27b, #0dbf6d);
  background: -o-linear-gradient(top, #03e27b, #0dbf6d);
  background: linear-gradient(to bottom, #03e27b, #0dbf6d);
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite; }
  .parent .heart span {
    font-size: 22pt;
    color: white;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4); }
  .parent .heart:before, .parent .heart:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #03e27b;
    opacity: 0.4;
    border-radius: inherit; }
  .parent .heart:before {
    z-index: -2;
    -webkit-animation: beat-before 1.5s ease 100ms infinite;
    animation: beat-before 1.5s ease 100ms infinite; }
  .parent .heart:after {
    z-index: -1;
    -webkit-animation: beat-after 1.5s ease 200ms infinite;
    animation: beat-after 1.5s ease 200ms infinite; }

@-webkit-keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@-webkit-keyframes beat-before {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }

@keyframes beat-before {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }

@-webkit-keyframes beat-after {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@keyframes beat-after {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }
	
	/* these styles are for the demo, but are not required for the plugin */
.zoom {
	display:inline-block;
	position: relative;
}

/* magnifying glass icon */
.zoom:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
	background:url(icon.png);
}

.zoom img {
	display: block;
	max-height: 250px;
}

.zoom img::selection { background-color: transparent; }

.menu-generico{width:100%; }

.copy::before {
    content: "";
    width: 50%;
    height: 100%;
    background-color: #d1caae;
    position: absolute;
    right: 0px;
}

.copy-segment {
    background-color: #EC2227;
}
.precio-desctoPal{
	font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: red;
    width: 100%;
    display: inline-block;
}

 video {
      width: 100%;
      max-height: 100%;
      box-sizing: border-box;
  }
video::-webkit-media-controls {
  //display: none;
}

.main-container-ext {
    max-width: 1600px;
    margin: 0 auto;
}


// actualizaciones .iao

.tools2{
	position: relative;
	width: 100%;
	padding: 10px 15px;
	text-align: center;
	background-color: #ef413b;
	color: #ffffff;
	font-weight: 600;
	font-style: italic;
}

.tools2 {
    position: relative;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    font-weight: 600;
    font-style: italic;
}

.input-group-btn {
    background-color: #ef413b;
}

.sec-nav {
	background-color: white;
	border-bottom: 0px solid #999999;
	padding: 25px 0px;
}

.sec-nav .logo img{
	max-width: 239px;
}

.navbar-nav > li a{
	color: #d5332d;
	font-weight: 600;
	font-size:18px;
}


.tools3{
	position: relative;
	width: 100%;
	padding: 0px 0px; 
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	font-weight: 600;
	font-style: italic;
}
.lupa {
    width: 60px;
}

#search .form-control{
	background: none;
	border: 0;
	font-size: 14px;
	color: #ffffff;
	padding: 40px 10px;
	min-width: 200px;
	width: 100%;
	border-radius: 0px;
}

.p-nav {
    display: inline-block;
    position: relative;
    float: left;
    padding: 10px 0px;
    width: auto;
    z-index: 3;
    background-color: white;
    border-bottom: none;
}

.copy::before {
    content: "";
    width: 50%;
    height: 100%;
    background-color: #d1caae;
    position: absolute;
    right: 0px;
    display:none;
}

/*actualizacio iao 9/27/2021*/

.barra-latera-busqueda {
  background-color: #212222;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.text-buscar {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2rem;
}

.form-buscador label {
  margin-bottom: 2px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  text-align: left;
}
.form-buscador select {
  width: 100%;
  padding: 15px;
background-color:#212222;
color:white;
border:none;
border-bottom: 2px solid #fff;
}

.form-buscador select *{
	background-color:#ffffff;
	color:#212222;
}
.form-buscador fieldset {
  padding: 0px;
  border-radius: 0px;
}
.form-buscador input {
  width: 100%;
  padding: 15px;
  background-color: #555557;
  color: #ffffff;
  text-align: left;
  border-radius: 0px;
}
.form-buscador .btn-search2 {
  float: right;
  width: 140px;
  max-width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  border-color: #555557;
  border-radius: 1px;
  background-color: #555557;
}

#blk-productos-destacados h3, #blk-nuestras-lineas h3, #blk-noticias h3 {
  position: relative;
  color: #212222;
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 35px;
  
}

#blk-productos-destacados {
  margin-bottom: 50px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
  padding: 25px;
  height:min-content ;
}
#blk-productos-destacados .item .titulo {
  color: #000000;
  display: inline-block;
  width: 100%;
  font-size: 2.5rem;
  text-align: left;
  font-weight: 600;
  padding: 0px 0px 5px 0px;
}
#blk-productos-destacados .item .descripcion {
  margin-bottom: 8px;
  color: #767676;
  font-size: 1.3rem;
  font-weight: 300;
  text-align: justify;
}

#blk-nuestras-lineas {
  margin-bottom: 50px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
  padding: 25px;
   height:min-content ;
}
#blk-nuestras-lineas .item .titulo {
  color: #212222;
  display: inline-block;
  width: 100%;
 font-size: 1.8rem;
  text-align: left;
  font-weight: 600;
  padding: 10px 0px;
}
#blk-nuestras-lineas .item .descripcion {
  text-align: justify;
  font-size: 1.5rem;
  color: #767676;
}

#blk-noticias {
  margin-bottom: 50px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
  padding: 25px;
   height:min-content ;
}
#blk-noticias .item .titulo {
  color: #ef413b;
  display: inline-block;
  width: 100%;
  font-size: 2.5rem;
  text-align: left;
  font-weight: 600;
  padding: 10px 0px;
}
#blk-noticias .item .descripcion {
  text-align: justify;
  font-size: 1.5rem;
  color: #767676;
}
#contact-page .col-contact .box {
    padding: 20px 20px 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    background-color: #fff;
}
#contact-page .col-contact{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
   9:08 AM 11/10/2021
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}
#contact-page {
    padding-bottom: 20px;
    background-color: #f6f6f6;
}
#contact-page .row-info {
    padding-top: 20px;
}
#contact-page .col-contact .box .txt-lg {
    color: #8a8b8c;
    font-size: 1.2rem;
    line-height: 1.25;
}

.fab {
    font-family: Font Awesome\ 5 Brands;
}

#about-page {
    padding-bottom: 25px;
    background-color: #f6f6f6;
}
#about-page .col-img {
    padding-left: 0;
}

#text-page {
    padding-top: 30px;
    padding-bottom: 20px;
    min-height: 77vh;
    color: #515151;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: justify;
    background-color: #f6f6f6;
}

.flex-inicio{
	margin-left:-15px;
	margin-right: -15px;
}

.carrousel-1 .btn-general-2{
	text-transform: lowercase;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    color: #212222;
    border: 2px solid #212222;
    padding: 5px 16px;
    font-size: 1.5rem;
    position: relative;
    margin-top: 10px;
    z-index: 3;
    border-radius: 0px;
    background-color: #212222
   float: none;
    width: 100%;
    background-color: transparent;
}
.carrousel-1 .btn-general-2:hover{
	background-color:#ffffff;
	color:#212222;
	transition: background-color 0.5s ease;
}
.carrousel-2 .item .col-xs-12:first-child{
	position: relative;
    flex: 1;
    overflow: hidden;
    margin: 0px;
    line-height: 0;
    transition: all 0.5s;
    height: 150px;
}
.carrousel-2 .item .col-xs-12:first-child img{width: 200%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;}
	
	.logo-fotter {
		max-width: 265px;
	}

#contact-page .col-contact .box {
    padding: 20px 20px 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    background-color: #fff;
}
#contact-page .col-contact{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
   9:08 AM 11/10/2021
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}
#contact-page {
    padding-bottom: 20px;
    background-color: #f6f6f6;
}
#contact-page .row-info {
    padding-top: 20px;
}


.con-principal{
	color:#515151;
}

.col-page-title .title{
	color: #212222;
    font-size: 4.3rem;
    font-weight: 700;
	text-align:left;
	float:left;
}

.col-info .color-title {
    color: #212222;
    font-size: 2.5rem;
}

.con-principal .container{
    max-width:1600px;
	width:100%;
}

.txt-title{
    color: #212222;
    font-size: 2.5rem;
	font-weight: bold;
	
}


.col-social .btn-social {
    margin: 5px 30px;
    color: #999898;
    font-size: 59px;
    cursor: pointer;
}
.col-contact .box .txt-lg {
    color: #212222;
    font-size: 1.8rem;
    line-height: 1.25;
    margin-top: 20px;
    font-weight: 500;
}



.select-colores{
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.item-color{
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: relative;
}


.line {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    clear: both;
    border-top: 12px solid #f7474f;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
}

.footer .seccion.gray-light {
    background-color: #fffff;
}

.d-flex{display: flex;
    align-items: center;
    justify-content: space-between;
	}
	
.box-buy {
    color: #626466;
    background-color: #ebebeb;
}

.tarjetas-img, .tarjeta-img{
    display: inline-block;
    position: relative;
}

#blk-claims .carrousel-claims{
    background-color: #212222;
	 height:min-content ;
}

#blk-claims .carrousel-claims .item{
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: row;
	padding:5px;
	
	
}

.descripcion-claim{
    text-align:left;
    color:#ffffff;
}

.descripcion-claim .tit-claim{
    font-weight:600;
} 

.box-buy img{
   display:inline-block;
} 