@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-osx-font-smoothing: grayscale; /* Agregado por Marcelo porque entre FIREFOX y CHROME un mismo font-weight se muestra de distintas formas */
  -webkit-font-smoothing: antialiased; /* Agregado por Marcelo porque entre FIREFOX y CHROME un mismo font-weight se muestra de distintas formas */
  font-weight: normal;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Con un poco de ayuda de https://coolors.co/ */
/* Para el footer */
/* En este breakpoint se modifica el tamaño de la tipografía */
/* Los siguientes breakpoints son para el sistema de grilla de Bootstrap */
/* Este breakpoint no está definido por Bootstrap, lo agregamos nosotros para aprovechar un poco más el viewport */
/* Presionado (por ejemplo, botón) */
@keyframes press {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
}
/* Presionado, con un efecto sutil de rebote (utilizado, por ejemplo, al agregar un producto a favorito */
@keyframes press-bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
/* Atoms */
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

html {
  font-size: 15px;
  font-weight: 400;
  box-sizing: border-box;
  color: #000;
}

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

*::selection, *::-moz-selection {
  background: #606060;
}

p, div, h1, h2, h3, h4, h5, h6,
header, footer, section, article, main, aside, figure, canvas,
nav, ul, ol, li, img,
form, fieldset, input, button, select, textarea,
address, blockquote, table, hr, dl, dd, dt {
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
}

p {
  line-height: 20px;
  margin: 15px 0;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

a {
  text-decoration-skip: ink;
  color: #e2001a;
}

.note {
  color: rgb(140.25, 140.25, 140.25);
}

h1 {
  font-size: 3.157rem;
  line-height: 50px;
  margin: 35px 0;
}
h1.large {
  font-size: 4.209rem;
  line-height: 65px;
  margin: 45px 0;
}
h1.large.section-title {
  margin-bottom: 55px;
}
h1.section-title {
  margin-bottom: 45px;
}

h2 {
  font-size: 2.369rem;
  line-height: 40px;
  margin: 25px 0;
}

h3 {
  font-size: 1.777rem;
  line-height: 30px;
  margin: 20px 0;
}

h4 {
  font-size: 1.333rem;
  line-height: 25px;
  margin: 15px 0;
}

h5, h6 {
  font-size: 1rem;
  line-height: 20px;
  margin: 15px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
h1.title-bold, h2.title-bold, h3.title-bold, h4.title-bold, h5.title-bold, h6.title-bold {
  font-weight: 800;
}
h1.title-light, h2.title-light, h3.title-light, h4.title-light, h5.title-light, h6.title-light {
  font-weight: 300;
}
h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase, h6.uppercase {
  text-transform: uppercase;
}
h1.no-margin, h2.no-margin, h3.no-margin, h4.no-margin, h5.no-margin, h6.no-margin {
  margin: 0;
}
h1.no-margin-top, h2.no-margin-top, h3.no-margin-top, h4.no-margin-top, h5.no-margin-top, h6.no-margin-top {
  margin-top: 0;
}
h1.no-margin-bottom, h2.no-margin-bottom, h3.no-margin-bottom, h4.no-margin-bottom, h5.no-margin-bottom, h6.no-margin-bottom {
  margin-bottom: 0;
}

ul, ol {
  margin: 15px 0;
  padding: 0 0 0 30px;
}
ul li, ol li {
  margin: 5px 0;
  padding: 0 0 0 5px;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 5px 0;
}

h1.decorated:after, h2.decorated:after, h3.decorated:after, h4.decorated:after {
  content: "";
  display: block;
  position: relative;
  left: 0;
  background-color: #e2001a;
}

h1.decorated:after {
  height: 5px;
  top: 10px;
  width: 10%;
  max-width: 100px;
}

h1.large.decorated:after {
  height: 10px;
  top: 10px;
  width: 15%;
}

h2.decorated:after {
  height: 5px;
  top: 6.25px;
  width: 8%;
  max-width: 80px;
}

h3.decorated:after {
  height: 5px;
  top: 4px;
  width: 5%;
  max-width: 65px;
}

h4.decorated:after {
  height: 5px;
  top: 2.5px;
  width: 5%;
  max-width: 50px;
}

.align-center h1.decorated:after, h1.align-center.decorated:after, .align-center h2.decorated:after, h2.align-center.decorated:after, .align-center h3.decorated:after, h3.align-center.decorated:after, .align-center h4.decorated:after, h4.align-center.decorated:after {
  left: auto;
  margin-left: auto;
  margin-right: auto;
}

@media all and (max-width: 700px) {
  /* Para dispositivos móviles, el factor de escala es 1.285 en lugar de 1.3333 */
  html {
    font-size: 11px;
  }
  p, div, h1, h2, h3, h4, h5, h6,
  header, footer, section, article, main, aside, figure, canvas,
  nav, ul, ol, li, img,
  form, fieldset, input, button, select, textarea,
  address, blockquote, table, hr, dl, dd, dt {
    line-height: 15px;
  }
  p {
    margin: 10px 0;
  }
  h1 {
    line-height: 35px;
    margin: 25px 0;
    font-size: 2.727rem;
  }
  h1.large {
    line-height: 50px;
    margin: 35px 0;
    font-size: 3.504rem;
  }
  h1.large.section-title {
    margin-bottom: 40px;
  }
  h1.section-title {
    margin-bottom: 30px;
  }
  h2 {
    line-height: 30px;
    margin: 20px 0;
    font-size: 2.122rem;
  }
  h3 {
    line-height: 20px;
    margin: 15px 0;
    font-size: 1.651rem;
  }
  h4 {
    line-height: 15px;
    margin: 10px 0;
    font-size: 1.285rem;
  }
  h5, h6 {
    line-height: 15px;
    margin: 10px 0;
  }
  h1.decorated:after {
    height: 5px;
    top: 5px;
    width: 10%;
    max-width: 100px;
  }
  h1.large.decorated:after {
    height: 7.5px;
    top: 0;
    width: 15%;
  }
  h2.decorated:after {
    height: 5px;
    top: 2.5px;
    width: 8%;
    max-width: 80px;
  }
  h3.decorated:after {
    height: 4px;
    top: 2.5px;
    width: 5%;
    max-width: 65px;
  }
  h4.decorated:after {
    height: 3px;
    top: 2.5px;
    width: 5%;
    max-width: 50px;
  }
}
/* Sobreescribimos los seteos para .container de Bootstrap */
/* Y generamos una nueva clase (.bs-container) que mantiene sus funcionalidades */
.container {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
  .bs-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
  .bs-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
  .bs-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
  .bs-container {
    max-width: 1140px;
  }
}
@media (min-width: 1361px) {
  .container {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
  }
}
#wrapper {
  transition: 0.5s;
  position: relative;
  left: 0;
  width: 100%;
}

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

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

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

.btn {
  cursor: pointer;
  display: inline-block;
  border: 2px solid;
  /*box-sizing: border-box;*/
  padding: 5px 35px;
  font-size: 100%;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  /* Colores */
  /* Estilo Ghost (sólo borde) */
  /* Íconos */
  /* Íconos posicionados a la derecha */
  /* Distintos tamaños */
  /* Mayúsculas */
  /* Bold */
  /* Fuente alternativa */
}
.btn:hover, .btn:active {
  transition: all ease-in-out 0.2s, transform ease-in-out 0.05s;
  outline: 0;
}
.btn:active {
  transform: scale(0.975);
}
.btn.btn-primary {
  background: #e2001a;
  border-color: #e2001a;
  color: #FFF;
}
.btn.btn-primary.btn-shadow {
  box-shadow: 3px 3px 0 rgb(164.8, 0, 18.9592920354);
}
.btn.btn-primary:hover, .btn.btn-primary:active {
  background: rgb(185.2, 0, 21.3061946903);
  border-color: rgb(185.2, 0, 21.3061946903);
}
.btn.btn-blue-dark {
  background: #235789;
  border-color: #235789;
  color: #FFF;
}
.btn.btn-blue-dark.btn-shadow {
  box-shadow: 3px 3px 0 rgb(19.4331395349, 48.3052325581, 76.0668604651);
}
.btn.btn-blue-dark:hover, .btn.btn-blue-dark:active {
  background: rgb(24.6220930233, 61.2034883721, 96.3779069767);
  border-color: rgb(24.6220930233, 61.2034883721, 96.3779069767);
}
.btn.btn-blue-light {
  background: #4a9fd5;
  border-color: #4a9fd5;
  color: #FFF;
}
.btn.btn-blue-light.btn-shadow {
  box-shadow: 3px 3px 0 rgb(39.6457399103, 119.8811659193, 170.8542600897);
}
.btn.btn-blue-light:hover, .btn.btn-blue-light:active {
  background: rgb(44.4484304933, 134.4035874439, 191.5515695067);
  border-color: rgb(44.4484304933, 134.4035874439, 191.5515695067);
}
.btn.btn-black {
  background: #000;
  border-color: #000;
  color: #FFF;
}
.btn.btn-black.btn-shadow {
  box-shadow: 3px 3px 0 #757575;
}
.btn.btn-black:hover, .btn.btn-black:active {
  background: #333333;
  border-color: #333333;
}
.btn.btn-grey {
  background: #c5c5c5;
  border-color: #c5c5c5;
  color: #000;
}
.btn.btn-grey.btn-shadow {
  box-shadow: 3px 3px 0 rgb(158.75, 158.75, 158.75);
}
.btn.btn-grey:hover, .btn.btn-grey:active {
  background: rgb(176.6, 176.6, 176.6);
  border-color: rgb(176.6, 176.6, 176.6);
}
.btn.btn-white {
  background: #FFF;
  border-color: #FFF;
  color: #000;
}
.btn.btn-white.btn-shadow {
  box-shadow: 3px 3px 0 #E1E1E1;
}
.btn.btn-white:hover, .btn.btn-white:active {
  background: rgb(234.6, 234.6, 234.6);
  border-color: rgb(234.6, 234.6, 234.6);
}
.btn.btn-green-dark {
  background: #226f54;
  border-color: #226f54;
  color: #FFF;
}
.btn.btn-green-dark.btn-shadow {
  box-shadow: 3px 3px 0 rgb(16.0620689655, 52.4379310345, 39.6827586207);
}
.btn.btn-green-dark:hover, .btn.btn-green-dark:active {
  background: rgb(43.5668965517, 142.2331034483, 107.635862069);
  border-color: rgb(43.5668965517, 142.2331034483, 107.635862069);
}
.btn.btn-green-light {
  background: #87c38f;
  border-color: #87c38f;
  color: #FFF;
}
.btn.btn-green-light.btn-shadow {
  box-shadow: 3px 3px 0 rgb(76, 152, 86.1333333333);
}
.btn.btn-green-light:hover, .btn.btn-green-light:active {
  background: rgb(107.8, 181.4, 117.6133333333);
  border-color: rgb(107.8, 181.4, 117.6133333333);
}
.btn.btn-yellow {
  background: #f6e27f;
  border-color: #f6e27f;
  color: #000;
}
.btn.btn-yellow.btn-shadow {
  box-shadow: 3px 3px 0 #e0cc74;
}
.btn.btn-yellow:hover, .btn.btn-yellow:active {
  background: rgb(243.3197080292, 217.3635036496, 88.8802919708);
  border-color: rgb(243.3197080292, 217.3635036496, 88.8802919708);
}
.btn.btn-ghost {
  background: transparent;
}
.btn.btn-ghost:hover, .btn.btn-ghost:active {
  background: transparent;
}
.btn.btn-ghost.btn-primary {
  color: #e2001a;
}
.btn.btn-ghost.btn-blue-dark {
  color: #235789;
}
.btn.btn-ghost.btn-blue-light {
  color: #4a9fd5;
}
.btn.btn-ghost.btn-black {
  color: #000;
}
.btn.btn-ghost.btn-grey {
  color: #606060;
  border-color: #606060;
}
.btn.btn-ghost.btn-white {
  color: #FFF;
}
.btn.btn-ghost.btn-yellow {
  color: #f6e27f;
}
.btn.btn-ghost.btn-green-dark {
  color: #226f54;
}
.btn.btn-ghost.btn-green-light {
  color: #87c38f;
}
.btn img, .btn svg, .btn [class|=fa], .btn [class|=fas], .btn [class|=fab], .btn [class|=far], .btn [class|=fal] {
  margin-right: 10px;
}
.btn.btn-with-right-icon img, .btn.btn-with-right-icon svg, .btn.btn-with-right-icon [class|=fa], .btn.btn-with-right-icon [class|=fas], .btn.btn-with-right-icon [class|=fab], .btn.btn-with-right-icon [class|=far], .btn.btn-with-right-icon [class|=fal] {
  margin-right: 0;
  margin-left: 10px;
}
.btn.btn-big {
  font-size: 1.769rem;
  padding: 10px 40px;
  line-height: 30px;
  border-width: 3px;
}
.btn.btn-big img, .btn.btn-big svg, .btn.btn-big [class|=fa], .btn.btn-big [class|=fas], .btn.btn-big [class|=fab], .btn.btn-big [class|=far], .btn.btn-big [class|=fal] {
  margin-right: 15px;
}
.btn.btn-big.btn-with-right-icon img, .btn.btn-big.btn-with-right-icon svg, .btn.btn-big.btn-with-right-icon [class|=fa], .btn.btn-big.btn-with-right-icon [class|=fas], .btn.btn-big.btn-with-right-icon [class|=fab], .btn.btn-big.btn-with-right-icon [class|=far], .btn.btn-big.btn-with-right-icon [class|=fal] {
  margin-right: 0;
  margin-left: 15px;
}
.btn.btn-big.btn-primary.btn-shadow {
  box-shadow: 5px 5px 0 rgb(164.8, 0, 18.9592920354);
}
.btn.btn-big.btn-blue-dark.btn-shadow {
  box-shadow: 5px 5px 0 rgb(19.4331395349, 48.3052325581, 76.0668604651);
}
.btn.btn-big.btn-blue-light.btn-shadow {
  box-shadow: 5px 5px 0 rgb(39.6457399103, 119.8811659193, 170.8542600897);
}
.btn.btn-big.btn-black.btn-shadow {
  box-shadow: 5px 5px 0 #757575;
}
.btn.btn-big.btn-grey.btn-shadow {
  box-shadow: 5px 5px 0 rgb(158.75, 158.75, 158.75);
}
.btn.btn-big.btn-white.btn-shadow {
  box-shadow: 5px 5px 0 #E1E1E1;
}
.btn.btn-big.btn-green-dark.btn-shadow {
  box-shadow: 5px 5px 0 rgb(16.0620689655, 52.4379310345, 39.6827586207);
}
.btn.btn-big.btn-green-light.btn-shadow {
  box-shadow: 5px 5px 0 rgb(76, 152, 86.1333333333);
}
.btn.btn-big.btn-yellow.btn-shadow {
  box-shadow: 5px 5px 0 #e0cc74;
}
.btn.btn-very-big {
  font-size: 2.352rem;
  padding: 15px 45px;
  line-height: 35px;
  border-width: 3px;
}
.btn.btn-very-big img, .btn.btn-very-big svg, .btn.btn-very-big [class|=fa], .btn.btn-very-big [class|=fas], .btn.btn-very-big [class|=fab], .btn.btn-very-big [class|=far], .btn.btn-very-big [class|=fal] {
  margin-right: 20px;
}
.btn.btn-very-big.btn-with-right-icon img, .btn.btn-very-big.btn-with-right-icon svg, .btn.btn-very-big.btn-with-right-icon [class|=fa], .btn.btn-very-big.btn-with-right-icon [class|=fas], .btn.btn-very-big.btn-with-right-icon [class|=fab], .btn.btn-very-big.btn-with-right-icon [class|=far], .btn.btn-very-big.btn-with-right-icon [class|=fal] {
  margin-right: 0;
  margin-left: 20px;
}
.btn.btn-very-big.btn-primary.btn-shadow {
  box-shadow: 7px 7px 0 rgb(164.8, 0, 18.9592920354);
}
.btn.btn-very-big.btn-blue-dark.btn-shadow {
  box-shadow: 7px 7px 0 rgb(19.4331395349, 48.3052325581, 76.0668604651);
}
.btn.btn-very-big.btn-blue-light.btn-shadow {
  box-shadow: 7px 7px 0 rgb(39.6457399103, 119.8811659193, 170.8542600897);
}
.btn.btn-very-big.btn-black.btn-shadow {
  box-shadow: 7px 7px 0 #757575;
}
.btn.btn-very-big.btn-grey.btn-shadow {
  box-shadow: 7px 7px 0 rgb(158.75, 158.75, 158.75);
}
.btn.btn-very-big.btn-white.btn-shadow {
  box-shadow: 7px 7px 0 #E1E1E1;
}
.btn.btn-very-big.btn-green-dark.btn-shadow {
  box-shadow: 7px 7px 0 rgb(16.0620689655, 52.4379310345, 39.6827586207);
}
.btn.btn-very-big.btn-green-light.btn-shadow {
  box-shadow: 7px 7px 0 rgb(76, 152, 86.1333333333);
}
.btn.btn-very-big.btn-yellow.btn-shadow {
  box-shadow: 7px 7px 0 #e0cc74;
}
.btn.btn-small {
  font-size: 0.75rem;
  padding: 5px 25px;
  line-height: 15px;
  border-width: 1px;
}
.btn.btn-small img, .btn.btn-small svg, .btn.btn-small [class|=fa], .btn.btn-small [class|=fas], .btn.btn-small [class|=fab], .btn.btn-small [class|=far], .btn.btn-small [class|=fal] {
  margin-right: 5px;
}
.btn.btn-small.btn-with-right-icon img, .btn.btn-small.btn-with-right-icon svg, .btn.btn-small.btn-with-right-icon [class|=fa], .btn.btn-small.btn-with-right-icon [class|=fas], .btn.btn-small.btn-with-right-icon [class|=fab], .btn.btn-small.btn-with-right-icon [class|=far], .btn.btn-small.btn-with-right-icon [class|=fal] {
  margin-right: 0;
  margin-left: 5px;
}
.btn.btn-capitalize, .btn.btn-uppercase {
  text-transform: uppercase;
}
.btn.btn-bold {
  font-weight: 600;
}
.btn.btn-font-alternative {
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 700px) {
  .btn {
    padding: 5px 25px;
    line-height: 15px;
  }
  .btn.btn-big {
    font-size: 1.651rem;
    padding: 7.5px 30px;
    line-height: 20px;
  }
  .btn.btn-big img, .btn.btn-big svg, .btn.btn-big [class|=fa], .btn.btn-big [class|=fas], .btn.btn-big [class|=fab], .btn.btn-big [class|=far], .btn.btn-big [class|=fal] {
    margin-right: 10px;
  }
  .btn.btn-big.btn-with-right-icon img, .btn.btn-big.btn-with-right-icon svg, .btn.btn-big.btn-with-right-icon [class|=fa], .btn.btn-big.btn-with-right-icon [class|=fas], .btn.btn-big.btn-with-right-icon [class|=fab], .btn.btn-big.btn-with-right-icon [class|=far], .btn.btn-big.btn-with-right-icon [class|=fal] {
    margin-right: 0;
    margin-left: 10px;
  }
  .btn.btn-very-big {
    font-size: 2.121rem;
    padding: 12.5px 35px;
    line-height: 25px;
  }
  .btn.btn-very-big img, .btn.btn-very-big svg, .btn.btn-very-big [class|=fa], .btn.btn-very-big [class|=fas], .btn.btn-very-big [class|=fab], .btn.btn-very-big [class|=far], .btn.btn-very-big [class|=fal] {
    margin-right: 15px;
  }
  .btn.btn-very-big.btn-with-right-icon img, .btn.btn-very-big.btn-with-right-icon svg, .btn.btn-very-big.btn-with-right-icon [class|=fa], .btn.btn-very-big.btn-with-right-icon [class|=fas], .btn.btn-very-big.btn-with-right-icon [class|=fab], .btn.btn-very-big.btn-with-right-icon [class|=far], .btn.btn-very-big.btn-with-right-icon [class|=fal] {
    margin-right: 0;
    margin-left: 15px;
  }
  .btn.btn-small {
    font-size: 0.778rem;
    padding: 5px 25px;
    line-height: 15px;
  }
}
a.btn {
  text-decoration: none;
}
a.btn:hover {
  text-decoration: underline;
}

.control-group {
  margin: 0 0 10px;
  padding: 5px 0;
  vertical-align: top;
}
.control-group .control-label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  vertical-align: top;
}
.control-group .control-label sup {
  color: #e2001a;
}
.control-group .controls {
  vertical-align: top;
}
.control-group.error, .control-group.success, .control-group.warning {
  padding-left: 5px;
  padding-right: 5px;
}
.control-group.error {
  background: #ed6a5a;
}
.control-group.success {
  background: #87c38f;
}
.control-group.warning {
  background: #f6e27f;
}

input, select, textarea {
  background-color: #EEE;
  border: 1px solid #EEE;
  min-width: 150px;
  max-width: 100%;
  padding: 10px;
  outline: 0;
  transition: border linear 0.3s;
  font-weight: 500;
}
input:focus, input.active, select:focus, select.active, textarea:focus, textarea.active {
  border-color: #235789;
}
input.error, select.error, textarea.error {
  border-color: #ed6a5a;
}
input.input-small, select.input-small, textarea.input-small {
  width: 150px;
}
input.input-medium, select.input-medium, textarea.input-medium {
  width: 300px;
}
input.input-large, select.input-large, textarea.input-large {
  width: 500px;
}
input::placeholder, select::placeholder, textarea::placeholder {
  opacity: 0.4;
}

input, select {
  height: 40px;
}

textarea {
  height: 100px;
}

option, optgroup {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  padding: 2.5px;
}

option {
  background: #FFF;
}

optgroup {
  background: #e7e7e7;
}

@media screen and (max-width: 700px) {
  input, select, textarea {
    padding: 5px;
    min-width: 100px;
  }
  input.input-small, select.input-small, textarea.input-small {
    width: 100px;
  }
  input.input-medium, select.input-medium, textarea.input-medium {
    width: 220px;
  }
  input.input-large, select.input-large, textarea.input-large {
    width: 320px;
  }
  input.input-big, select.input-big, textarea.input-big {
    font-size: 1.285rem;
    padding: 15px;
  }
  input.input-very-big, select.input-very-big, textarea.input-very-big {
    font-size: 1.651rem;
    padding: 20px;
  }
  input, select {
    height: 35px;
  }
}
/* Estilo para radios y checkboxes */
.label-radio, .label-checkbox {
  margin-right: 30px;
  display: inline-block;
  margin-top: 10px;
}

input[type=checkbox], input[type=radio] {
  width: auto;
  min-width: 0;
  height: auto;
  position: absolute;
  opacity: 0;
}

.input-radio, .input-checkbox {
  display: inline-block;
  margin-right: 5px;
  font-size: 0;
  width: 15px;
  height: 15px;
  background: #c5c5c5;
  transition: 0.1s;
  position: relative;
  top: 2px;
}
.input-radio:after, .input-checkbox:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
}

.input-radio {
  border-radius: 10px;
}

input[type=checkbox]:hover ~ .input-checkbox, input[type=radio]:hover ~ .input-radio,
input[type=checkbox]:focus ~ .input-checkbox, input[type=radio]:focus ~ .input-radio {
  background: rgb(171.5, 171.5, 171.5);
}

input[type=checkbox]:checked ~ .input-checkbox, input[type=radio]:checked ~ .input-radio {
  background: #4a9fd5;
}

input[type=checkbox] ~ .input-checkbox:after {
  border-color: #FFF;
  border-style: solid;
  border-width: 0 0 2px 2px;
  width: 10px;
  height: 5px;
  top: 2px;
  left: 2px;
  transform: rotate(-45deg);
}

input[type=radio] ~ .input-radio:after {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  top: 5px;
  left: 5px;
  background: #FFF;
}

input[type=checkbox]:checked ~ .input-checkbox:after, input[type=radio]:checked ~ .input-radio:after {
  opacity: 1;
}

.controls.line .label-radio, .controls.line .label-checkbox {
  display: block;
}

@media screen and (max-width: 700px) {
  .label-radio, .label-checkbox {
    margin-top: 5px;
  }
}
/* Contenido del formulario (no incluye el mensaje de éxito), error y éxito */
.form-error-msg {
  display: none; /* Por default no se muestra el mensaje de error */
}

.form-success-msg {
  display: none; /* Por default no se muestra el mensaje de éxito */
}

/* Acciones */
.form-actions {
  margin-top: 15px;
}

/* Aclaraciones */
.form-help {
  font-style: italic;
  margin-top: 5px;
  color: #8E8E8E;
  display: block;
}

.form-inline-message {
  display: block;
  margin-top: 5px;
  font-weight: 600;
}

/* Formulario de dos columnas */
.form-column-container .form-column {
  display: inline-block;
  width: 45%;
  vertical-align: top;
}
.form-column-container .form-column:nth-child(1) {
  margin-right: 4.5%;
}
.form-column-container .form-column:nth-child(2) {
  margin-left: 4.5%;
}
@media screen and (max-width: 700px) {
  .form-column-container .form-column {
    display: block;
    width: 100%;
  }
  .form-column-container .form-column:nth-child(1) {
    margin-right: 0;
  }
  .form-column-container .form-column:nth-child(2) {
    margin-left: 0;
  }
}

/* Formulario horizontal */
.form-horizontal .control-group .control-label {
  display: inline-block;
  width: 200px;
  margin-right: 20px;
  margin-top: 10px;
  text-align: right;
}
.form-horizontal .control-group .controls {
  display: inline-block;
}
.form-horizontal .control-group .controls .input-small {
  max-width: 30%;
}
.form-horizontal .control-group .controls .input-large {
  max-width: 100%;
}
.form-horizontal .control-group.error .control-label, .form-horizontal .control-group.success .control-label, .form-horizontal .control-group.warning .control-label {
  margin-left: -5px;
}
.form-horizontal.form-horizontal-with-left-label .control-group .control-label {
  text-align: left;
}
.form-horizontal .form-actions {
  padding-left: 220px;
}
.form-horizontal .form-error-msg {
  margin-left: 220px;
}
@media screen and (max-width: 900px) {
  .form-horizontal .control-group .control-label {
    width: 150px;
  }
  .form-horizontal .form-actions {
    padding-left: 170px;
  }
}
@media screen and (max-width: 700px) {
  .form-horizontal .control-group .control-label {
    display: block;
    width: auto;
    margin-right: auto;
    margin-top: 0;
    text-align: inherit;
  }
  .form-horizontal .control-group .controls {
    display: block;
  }
  .form-horizontal .control-group .controls .input-small {
    max-width: 30%;
  }
  .form-horizontal .control-group .controls .input-large {
    max-width: 100%;
  }
  .form-horizontal .control-group.error .control-label, .form-horizontal .control-group.success .control-label, .form-horizontal .control-group.warning .control-label {
    margin-left: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 0;
  }
}

/* Campos con estilo ghost */
.form-ghost input, .form-ghost select, .form-ghost textarea {
  background: transparent;
  border: 2px solid #000;
}
.form-ghost input:focus, .form-ghost input.active, .form-ghost select:focus, .form-ghost select.active, .form-ghost textarea:focus, .form-ghost textarea.active {
  border-color: #235789;
}
.form-ghost input.error, .form-ghost select.error, .form-ghost textarea.error {
  border-color: #ed6a5a;
}
.form-ghost input::placeholder, .form-ghost select::placeholder, .form-ghost textarea::placeholder {
  opacity: 0.4;
}
.form-ghost .input-radio, .form-ghost .input-checkbox {
  background: transparent;
  border: 2px solid #000;
}
.form-ghost input[type=checkbox]:hover ~ .input-checkbox, .form-ghost input[type=radio]:hover ~ .input-radio,
.form-ghost input[type=checkbox]:focus ~ .input-checkbox, .form-ghost input[type=radio]:focus ~ .input-radio {
  background: transparent;
  border-color: #235789;
}
.form-ghost input[type=checkbox]:checked ~ .input-checkbox, .form-ghost input[type=radio]:checked ~ .input-radio {
  background: transparent;
}
.form-ghost input[type=checkbox] ~ .input-checkbox:after {
  border-color: #000;
}
.form-ghost input[type=radio] ~ .input-radio:after {
  background: #000;
  width: 7px;
  height: 7px;
  top: 4px;
  left: 4px;
}

/* Formulario grande */
.form-big .control-group {
  padding: 10px 0;
}
.form-big .control-group .control-label {
  font-size: 1.333rem;
  line-height: 25px;
  margin-bottom: 10px;
}
.form-big .control-group.error, .form-big .control-group.warning, .form-big .control-group.success {
  padding-left: 10px;
  padding-right: 10px;
}
.form-big input, .form-big select, .form-big textarea {
  font-size: 1.333rem;
  padding: 10px;
  height: 50px;
}
.form-big textarea {
  height: 150px;
}
.form-big textarea {
  line-height: 25px;
}
.form-big .label-radio, .form-big .label-checkbox {
  font-size: 1.333rem;
  line-height: 25px;
}
.form-big .input-radio, .form-big .input-checkbox {
  width: 20px;
  height: 20px;
}
.form-big .input-radio {
  border-radius: 15px;
}
.form-big input[type=checkbox] ~ .input-checkbox:after {
  width: 12px;
  height: 6px;
  top: 4px;
  left: 3px;
}
.form-big input[type=radio] ~ .input-radio:after {
  width: 8px;
  height: 8px;
  top: 6px;
  left: 6px;
}
.form-big .form-inline-message {
  margin-top: 10px;
}
.form-big.form-horizontal .control-group .control-label {
  margin-top: 12.5px;
}
.form-big.form-horizontal .control-group.error .control-label, .form-big.form-horizontal .control-group.success .control-label, .form-big.form-horizontal .control-group.warning .control-label {
  margin-left: -10px;
}
.form-big.form-horizontal .form-actions {
  padding-left: 225px;
}
.form-big.form-horizontal .form-error-msg {
  margin-left: 225px;
}
.form-big .alert {
  font-size: 1.333rem;
  line-height: 30px;
}
.form-big .alert .alert-icon {
  padding-left: 15px;
  padding-right: 15px;
}
.form-big .alert.alert-with-icon .alert-content {
  margin-left: 55px;
}
@media screen and (max-width: 700px) {
  .form-big textarea {
    line-height: 20px;
  }
  .form-big .control-group .control-label {
    margin-bottom: 5px;
    line-height: 20px;
  }
  .form-big.form-horizontal .control-group .control-label {
    margin-top: 0;
  }
}

.form-very-big .control-group {
  padding: 15px 0;
}
.form-very-big .control-group .control-label {
  font-size: 1.777rem;
  line-height: 30px;
  margin-bottom: 15px;
}
.form-very-big .control-group.error, .form-very-big .control-group.warning, .form-very-big .control-group.success {
  padding-left: 15px;
  padding-right: 15px;
}
.form-very-big input, .form-very-big select, .form-very-big textarea {
  font-size: 1.777rem;
  padding: 15px;
  height: 65px;
}
.form-very-big textarea {
  line-height: 30px;
}
.form-very-big .label-radio, .form-very-big .label-checkbox {
  font-size: 1.777rem;
  line-height: 30px;
}
.form-very-big .input-radio, .form-very-big .input-checkbox {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.form-very-big .input-radio {
  border-radius: 15px;
}
.form-very-big input[type=checkbox] ~ .input-checkbox:after {
  width: 15px;
  height: 7px;
  top: 5px;
  left: 4px;
}
.form-very-big input[type=radio] ~ .input-radio:after {
  width: 11px;
  height: 11px;
  top: 7px;
  left: 7px;
}
.form-very-big .form-help {
  font-size: 1.333rem;
  margin-top: 10px;
}
.form-very-big .form-inline-message {
  font-size: 1.333rem;
  margin-top: 10px;
}
.form-very-big.form-ghost .input-radio, .form-very-big.form-ghost .input-checkbox {
  border-width: 3px;
}
.form-very-big.form-horizontal .control-group .control-label {
  margin-top: 17.5px;
}
.form-very-big.form-horizontal .control-group.error .control-label, .form-very-big.form-horizontal .control-group.success .control-label, .form-very-big.form-horizontal .control-group.warning .control-label {
  margin-left: -10px;
}
.form-very-big.form-horizontal .form-error-msg {
  margin-left: 220px;
}
.form-very-big .alert {
  font-size: 1.777rem;
  line-height: 35px;
}
.form-very-big .alert .alert-icon {
  padding-left: 15px;
  padding-right: 15px;
}
.form-very-big .alert.alert-with-icon .alert-content {
  margin-left: 60px;
}
@media screen and (max-width: 700px) {
  .form-very-big textarea {
    line-height: 30px;
  }
  .form-very-big .control-group .control-label {
    margin-bottom: 10px;
    line-height: 25px;
  }
  .form-very-big.form-horizontal .control-group .control-label {
    margin-top: 0;
  }
}

/* Components */
footer {
  padding: 40px 0;
  margin-top: 20px;
}
footer .container {
  max-width: 1200px;
  text-align: center;
}

.footer-black {
  background: #222;
  margin-top: 0;
}

.footer-background {
  background-repeat: no-repeat;
  margin-top: 0;
  background-color: #c9d0d6;
  background-position: top;
  padding-top: 200px; /* Cuando tiene la imagen, usamos un padding superior exagerado */
}

@media screen and (min-width: 1500px) {
  .footer-background {
    background-image: url("https://d2wxkzn4zrc8hy.cloudfront.net/ui/footer/footer-background-lg.webp");
  }
}
@media screen and (min-width: 800px) and (max-width: 1499px) {
  .footer-background {
    background-image: url("https://d2wxkzn4zrc8hy.cloudfront.net/ui/footer/footer-background-md.webp");
    background-size: auto 100%;
    padding-top: 360px; /* Cuando tiene la imagen, usamos un padding superior exagerado */
  }
}
@media screen and (max-width: 799px) {
  .footer-background {
    background-image: url("https://d2wxkzn4zrc8hy.cloudfront.net/ui/footer/footer-background-sm.webp");
    background-size: auto 100%;
    padding-top: 200px; /* Cuando tiene la imagen, usamos un padding superior exagerado */
    padding-bottom: 200px; /* Cuando tiene la imagen, usamos un padding inferior exagerado, para que la imagen no se corte */
  }
}
#footer-nav, #footer-nav-secondary {
  padding: 0;
  margin: 10px 10px;
}
#footer-nav li, #footer-nav-secondary li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 15px;
}
#footer-nav li a, #footer-nav-secondary li a {
  color: #FFF;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  text-decoration: none;
}

#footer-nav-secondary {
  margin: 10px 10px;
}

#footer-newsletter {
  margin: 30px 0;
}
#footer-newsletter.form-ghost input {
  border-color: #FFF;
  color: #FFF;
}
#footer-newsletter .alert {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

#footer-newsletter-form {
  position: relative;
  display: inline-block;
}
#footer-newsletter-form button.btn-primary {
  position: absolute;
  right: 5px;
  top: 5px;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 700px) {
  #footer-newsletter-form .input-large {
    width: 290px;
  }
}
#footer-redes {
  padding: 0;
  margin: 30px 10px 60px;
}
#footer-redes li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 7.5px;
}
#footer-redes li a {
  color: #FFF;
  text-decoration: none;
  transition: opacity ease-in-out 0.2s;
}
#footer-redes li a:hover {
  opacity: 0.85;
}

#footer-links {
  font-size: 0.777rem;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  margin: 30px auto;
  opacity: 0.8;
}
#footer-links a {
  color: #FFF;
  text-decoration: none;
}
#footer-links a:hover {
  text-decoration: underline;
}

#footer-copyright {
  color: #FFF;
  margin: 0 10px 30px;
  font-size: 0.777rem;
  opacity: 0.8;
}
#footer-copyright a {
  color: #FFF;
}
#footer-copyright a:hover {
  text-decoration: none;
}

@media screen and (max-width: 700px) {
  #footer-links, #footer-copyright {
    font-size: 1rem;
  }
}
#footer-legal {
  padding: 0;
  margin: 30px 10px 0;
}
#footer-legal li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 5px 7.5px;
}
#footer-legal li a {
  opacity: 0.75;
  transition: all ease-in-out 0.2s;
}
#footer-legal li a:hover {
  opacitY: 1;
}

sup {
  top: -1em;
}

body {
  box-sizing: border-box;
}

.col-lg-3 {
  padding-bottom: 30px !important;
}

/* Header */
header {
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}
header .container {
  max-width: none;
  display: flex;
  justify-content: center;
}
header .container * {
  line-height: 0;
}
@media screen and (max-width: 700px) {
  header .container {
    background-size: 100% 20px;
  }
}
header .container img {
  margin: 45px 0 20px;
  width: 250px;
}
@media screen and (max-width: 700px) {
  header .container img {
    background-size: 100% 15px;
    margin: 25px 0 10px;
    width: 130px;
  }
}
@media screen and (max-width: 400px) {
  header .container img {
    width: 120px;
  }
}

/* Exclusive */
#exclusive {
  color: white;
  font-size: 3vw;
  text-align: center;
  background: #000000;
  padding: 20px;
}
#exclusive div {
  line-height: normal !important;
}
@media (min-width: 1000px) {
  #exclusive {
    font-size: 30px;
  }
}

/* Main */
#main #main-wrapper-red {
  background-color: #ff0000;
}
#main #main-wrapper-black {
  background-color: #232322;
}
#main #main-wrapper-exc {
  background: #ff0000;
}
#main .container {
  max-width: none;
}
#main sup {
  font-size: 50%;
  margin-left: 2px;
  position: relative;
}
#main #main-fechas-container {
  text-align: center;
}
#main #main-fechas {
  display: inline-block;
  margin: 35px 20px 15px;
  padding: 10px 20px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFF;
  background: #00958e;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
}
#main #main-festival .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main #main-festival #main-festival-exclusivo {
  max-width: 100%;
  height: auto;
  margin: auto;
}
#main #main-festival #main-festival-logo {
  width: 100%;
  height: auto;
  margin: auto;
}
#main #main-festival #main-festival-productos {
  max-width: 100%;
  height: auto;
  margin: auto;
}
#main #main-festival #main-festival-discounts-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "discount1 discount2" "installments installments";
  grid-column-gap: 30px;
  margin: 50px 0;
}
#main #main-festival .discount {
  max-width: 300px;
  grid-area: discount;
}
#main #main-festival .discount * {
  text-transform: uppercase;
  color: #FFF;
}
#main #main-festival .discount:nth-child(1) {
  grid-area: discount1;
}
#main #main-festival .discount:nth-child(2) {
  grid-area: discount2;
}
#main #main-festival .discount-hasta {
  font-size: 1.333rem;
  font-weight: 600;
}
#main #main-festival .discount-number-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
#main #main-festival .discount-number {
  font-weight: 700;
  line-height: 85%;
  font-size: 9rem;
  margin-right: 5px;
}
#main #main-festival .discount-sign {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 5px;
}
#main #main-festival .discount-sign sup {
  font-size: 30%;
  top: -20px;
}
#main #main-festival .discount-off {
  font-size: 1.5rem;
  font-weight: 600;
}
#main #main-festival .discount-bottom {
  background: #FFF;
  color: #000;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 5px 8px;
  text-align: center;
}
#main #main-festival .discount-bottom sup {
  color: #000;
}
#main #main-festival #main-festival-discounts-installments {
  grid-area: installments;
  margin-top: 15px;
  background: #333;
  color: #FFF;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 100%;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  #main #main-festival .container {
    max-width: 1150px;
  }
}
@media screen and (max-width: 1050px) {
  #main #main-festival .container {
    justify-content: center;
  }
  #main #main-festival .discount-hasta {
    font-size: 1.2rem;
  }
  #main #main-festival .discount-number {
    font-size: 7.5rem;
  }
  #main #main-festival .discount-sign {
    font-size: 4rem;
    margin-bottom: 0;
  }
  #main #main-festival .discount-bottom {
    font-size: 1rem;
    padding: 5px;
  }
  #main #main-festival #main-festival-discounts-installments {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1050px) {
  #main #main-festival .container {
    flex-wrap: wrap;
  }
  #main #main-festival #main-festival-discounts-container {
    margin: 0 15px 40px;
  }
}
@media screen and (max-width: 500px) {
  #main #main-festival #main-festival-discounts-container {
    grid-column-gap: 20px;
  }
  #main #main-festival .discount-number {
    font-size: 7rem;
    margin-right: 0;
  }
  #main #main-festival .discount-bottom {
    font-size: 0.9rem;
    padding: 5px 0;
  }
}
#main #main-gif #main-gif-box {
  max-width: 800px;
  margin: 40px auto;
  text-align: center;
}
#main #main-gif #main-gif-box #main-gif-img {
  max-width: 100%;
  height: auto;
  margin: auto;
  /*	width: 80%;
      margin: auto;
      margin-bottom: 20px;*/
}
@media (min-width: 1000px) {
  #main #main-gif #main-gif-box #main-gif-img {
    max-width: 700px;
  }
}
#main #main-outlet {
  background: #FFF;
  position: relative;
  overflow: hidden;
}
#main #main-outlet::before {
  content: "";
  background-image: url("./../imgs/outlet-back.png");
  transform: rotate(-30deg);
  opacity: 10% !important;
  -webkit-filter: opacity(10%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: -500%;
  top: -500%;
}
#main #main-outlet .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main #main-outlet #main-outlet-logo-container {
  margin: 50px 0;
  width: 40%;
}
#main #main-outlet #main-outlet-logo-container img {
  width: 100%;
}
#main #main-outlet #main-outlet-note {
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 5px;
  text-transform: uppercase;
}
#main #main-outlet #main-outlet-discounts-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  margin: 50px 0;
}
#main #main-outlet .discount {
  max-width: 210px;
  background: #EEE;
}
#main #main-outlet .discount.discount-red .discount-top {
  background: #e2001a;
}
#main #main-outlet .discount.discount-red .discount-arrow {
  border-top: 10px solid #e2001a;
}
#main #main-outlet .discount.discount-green .discount-top {
  background: #00958e;
}
#main #main-outlet .discount.discount-green .discount-arrow {
  border-top: 10px solid #00958e;
}
#main #main-outlet .discount.discount-yellow .discount-top {
  background: #ff9800;
}
#main #main-outlet .discount.discount-yellow .discount-arrow {
  border-top: 10px solid #ff9800;
}
#main #main-outlet .discount-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
#main #main-outlet .discount-top * {
  color: #FFF;
  text-transform: uppercase;
}
#main #main-outlet .discount-hasta {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  width: 20px;
  margin-right: 5px;
  font-size: 1.1rem;
}
#main #main-outlet .discount-hasta span {
  transform: rotate(-90deg);
  display: block;
}
#main #main-outlet .discount-number {
  font-weight: 700;
  font-size: 6rem;
  margin-right: 5px;
  line-height: 100%;
}
#main #main-outlet .discount-sign {
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
}
#main #main-outlet .discount-sign sup {
  font-size: 30%;
  top: -1.5rem;
}
#main #main-outlet .discount-off {
  font-size: 1.2rem;
}
#main #main-outlet .discount-arrow {
  height: 0;
  box-sizing: border-box;
  border-left: 105px solid #EEE;
  border-right: 105px solid #EEE;
  border-bottom: 0;
}
#main #main-outlet .discount-bottom {
  padding: 10px 15px 15px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  #main #main-outlet #main-outlet-discounts-container {
    grid-column-gap: 15px;
  }
  #main #main-outlet .discount {
    max-width: 180px;
  }
  #main #main-outlet .discount-number {
    font-size: 5rem;
    margin-right: 0;
  }
  #main #main-outlet .discount-hasta {
    width: 15px;
    font-size: 0.95rem;
  }
  #main #main-outlet .discount-sign {
    font-size: 2.7rem;
  }
  #main #main-outlet .discount-off {
    font-size: 1rem;
  }
  #main #main-outlet .discount-arrow {
    border-left-width: 90px;
    border-right-width: 90px;
  }
  #main #main-outlet .discount-bottom {
    padding: 10px 10px 10px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1000px) {
  #main #main-outlet .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  #main #main-outlet #main-outlet-logo-container {
    width: 80%;
    max-width: 550px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  #main #main-outlet #main-outlet-note {
    margin-top: 0;
  }
  #main #main-outlet #main-outlet-discounts-container {
    grid-column-gap: 15px;
  }
  #main #main-outlet .discount {
    max-width: 160px;
  }
  #main #main-outlet .discount-number {
    font-size: 5rem;
    margin-right: 0;
  }
  #main #main-outlet .discount-hasta {
    width: 15px;
    font-size: 0.95rem;
  }
  #main #main-outlet .discount-sign {
    font-size: 2.7rem;
  }
  #main #main-outlet .discount-off {
    font-size: 1rem;
  }
  #main #main-outlet .discount-arrow {
    border-left-width: 80px;
    border-right-width: 80px;
  }
  #main #main-outlet .discount-bottom {
    padding: 10px 10px 10px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 550px) {
  #main #main-outlet #main-outlet-logo-container {
    margin-top: 40px;
  }
  #main #main-outlet #main-outlet-discounts-container {
    margin: 35px 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 15px;
  }
  #main #main-outlet .discount-red {
    grid-column-start: 1;
    grid-column-end: 3;
    justify-self: center;
  }
}
@media screen and (max-width: 400px) {
  #main #main-outlet .discount {
    max-width: 140px;
  }
  #main #main-outlet .discount-arrow {
    border-left-width: 70px;
    border-right-width: 70px;
  }
}

section#video {
  background: url("../imgs/fondoOutlet.jpg");
  background-size: cover;
  color: white;
}
section#video #container-legales {
  font-size: 0.9rem;
  padding: 30px;
}
section#video #video-player {
  margin: auto;
  max-width: 900px;
  margin-bottom: 20px;
  max-height: 50vw;
}

.banner .container {
  max-width: 100%;
  background-color: #ff0000 !important;
}
.banner .container .banner-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.bg-withe {
  background: white;
}

.img-absolute {
  width: 100%;
  height: auto;
}

.img-fluid-80 {
  max-width: 80%;
  height: auto;
}

.img-fluid-60 {
  max-width: 60%;
  height: auto;
}

.btn-ver-ofertas {
  margin: 30px;
  width: 60vw;
  max-width: 400px;
}

.product-name {
  font-weight: lighter;
  padding-top: 20px;
}

.pr {
  height: 15px;
}

.po {
  height: 20px;
}

.price-regular {
  font-weight: lighter;
  font-size: 1.25rem;
}

.price-oferta {
  color: red;
  font-weight: bold;
  font-size: 1.5rem;
}

.btn-comprar {
  width: 150px;
  margin: 15px;
}

/* CAROUSEL */
.carousel-control-next, .carousel-control-prev {
  opacity: 0.8 !important;
}

.carousel-indicators {
  bottom: -20px !important;
}

/* Provincias */
section#provincias {
  background: #EEE;
  padding: 15px 0 35px;
  overflow: hidden;
  text-align: center;
}
section#provincias select {
  border: 2px solid #757575;
  background: transparent;
}
section#provincias p#description {
  font-size: 1.333rem;
  margin: 20px 0 40px;
  line-height: 25px;
}
section#provincias p#description span {
  padding: 10px 15px;
  background: rgba(255, 144, 144, 0.3019607843);
  display: inline-block;
}

.form-horizontal {
  margin-top: 10px;
}
.form-horizontal .control-group .control-label {
  width: auto;
  position: relative;
  top: 10px;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 15px !important;
}

@media screen and (max-width: 700px) {
  section#provincias {
    padding-bottom: 25px;
  }
  section#provincias p#description {
    margin-bottom: 20px;
    font-size: 1.285rem;
    line-height: 20px;
  }
  section#provincias p#description span {
    padding: 5px 10px;
  }
  .form-horizontal .control-group .control-label {
    top: 0;
  }
}
@media (max-width: 460px) {
  #main-fechas {
    margin: 30px 20px 10px !important;
    padding: 5px 15px !important;
    font-size: 1.6rem !important;
  }
}
/* Locales */
section#locales {
  padding: 40px 0;
}
section#locales .container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
}
section#locales #locales-protocolo {
  text-align: center;
  display: block;
}
section#locales #locales-protocolo img, section#locales #locales-protocolo picture {
  max-width: 100%;
}
section#locales .local {
  border: 1px solid #E1E1E1;
  padding: 15px 10px;
  width: 18%;
  background: #FFF;
  margin: 0 0.9% 30px 0.9%;
  text-align: center;
}
section#locales .local:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
section#locales .local.hidden {
  display: none;
}
section#locales .local > a {
  text-decoration: none;
}
section#locales .local > div:last-child {
  margin-bottom: 0;
}
section#locales .local-nombre {
  font-weight: 600;
  font-size: 1.333rem;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-decoration: none;
}
section#locales .local-link {
  font-weight: 600;
  text-decoration: underline;
}
section#locales .local-subtitulo {
  margin-bottom: 10px;
  margin-top: -10px;
  text-transform: uppercase;
}
section#locales .local-direccion {
  margin: 10px 0;
}
section#locales .local-atencion {
  margin: 10px 0;
}
section#locales .local-participa {
  margin: 5px 0;
}
section#locales .local-turno {
  margin: 5px 0;
  font-weight: 600;
}
section#locales .local-telefonos {
  margin: 5px 0;
}
section#locales .local-telefonos i, section#locales .local-telefonos svg {
  transform: rotateY(180deg);
}
section#locales .local-whatsapps {
  margin: 5px 0;
}
section#locales .local-whatsapps a {
  color: #128C7E;
}
section#locales .telefono {
  color: #4a9fd5;
}
section#locales .local-fecha-especial {
  margin: 10px 0;
}
section#locales .local-horarios {
  margin: 10px 0;
  color: #333;
  font-size: 0.9rem;
}
section#locales .local-cuotas {
  font-weight: 600;
  margin: 10px 0;
  color: #e2001a;
}
section#locales .label.label-warning.label-green {
  background: #87c38f;
}

@media screen and (max-width: 1259px) {
  section#locales .local {
    width: 23%;
  }
}
@media screen and (max-width: 999px) {
  section#locales .local {
    width: 31%;
  }
}
@media screen and (max-width: 700px) {
  section#locales .local {
    margin-bottom: 15px;
    padding: 10px;
  }
  section#locales .local-nombre {
    line-height: 20px;
  }
  section#locales .local-subtitulo {
    margin-bottom: 5px;
  }
  section#locales .local-direccion {
    margin: 7.5px 0;
  }
  section#locales .local-atencion {
    margin: 7.5px 0;
  }
  section#locales .local-telefonos {
    margin: 7.5px 0;
  }
  section#locales .local-horarios {
    margin: 7.5px 0;
  }
  section#locales .local-promo {
    margin: 7.5px 0;
  }
  section#locales .local-promo .label {
    font-size: 0.85rem;
  }
  section#locales .local-cuotas {
    margin: 7.5px 0;
  }
}
@media screen and (max-width: 499px) {
  section#locales .local {
    width: 48%;
    margin-bottom: 10px;
  }
}
/* Legales */
section#legales {
  background: #000;
  font-weight: 400;
  color: #E1E1E1;
  font-size: 0.8rem;
  padding: 50px 0;
}

.titulo-legales {
  font-size: 1.8em;
  font-weight: bolder;
}

.subtitulo-legales {
  font-size: 1.5em;
  font-weight: bolder;
}

/*
----------------------------------
	PREGUNTAS FRECUENTES
 */
section#faq {
  background: #EEE;
  padding: 15px 0 35px;
}

.faq {
  margin: 15px auto;
  max-width: 1000px;
  text-align: left;
  /* Agregado 20/11 */
}

.faq .q-indicador {
  color: #e2001a;
  font-size: 0.9rem;
  display: inline-block;
}

.faq .question {
  font-weight: 600;
  font-size: 1.285em;
  margin: 10px 0;
}

.faq .question a {
  font-size: 1em;
  font-weight: inherit;
  color: #000;
  text-decoration: none;
}

.faq .question a:visited, .faq .question a:active {
  color: #000;
}

.faq .question a .label {
  font-size: 0.5em;
  padding: 0 5px;
  vertical-align: middle;
}

.faq .answer {
  display: none;
  margin-bottom: 30px;
}

.faq .answer.visible {
  display: block;
}

.faq-discount-expl-container {
  text-align: center;
  margin: 0;
}

.faq-discount-expl {
  margin: 25px 0 0;
  display: inline-block;
  width: 45%;
  max-width: 650px;
}

.faq-discount-expl .title {
  background: #444;
  color: #FFF;
  text-align: center;
  padding: 10px 5px;
  box-sizing: border-box;
}

.faq-discount-expl .title .type {
  padding: 2.5px 10px;
  margin-top: 5px;
  display: inline-block;
  color: #FFF;
  background: #e2001a;
}

.color-primary {
  color: #e2001a;
}

.faq-discount-expl table {
  border-collapse: collapse;
  border: 0;
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
}

.faq-discount-expl table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.faq-discount-expl table td, .faq-discount-expl table th {
  padding: 7.5px;
  text-align: left;
  font-size: 0.9em;
}

.faq-discount-expl table td span, .faq-discount-expl table th span {
  font-size: 0.9em;
}

.faq-discount-expl table td.table_number, .faq-discount-expl table th.table_number {
  text-align: center;
  min-width: 65px;
  box-sizing: border-box;
}

.faq-discount-expl table tr.strong td, .faq-discount-expl table tr.strong th {
  font-weight: 600;
}

/*.faq-discount-expl:nth-child(1) {
	margin: 25px;
}*/
@media screen and (max-width: 850px) {
  .faq-discount-expl {
    display: block;
    width: 100%;
  }
  .faq-discount-expl table td.table_number {
    min-width: 50px;
  }
  .faq-discount-expl {
    margin-left: auto;
    margin-right: auto;
  }
  /*
  .faq-discount-expl:nth-child(1) {
      margin-right: auto;
      margin-bottom: 20px;
  }
  */
}
#whatsapp-btn-chat-container {
  position: fixed;
  z-index: 5000;
  bottom: 15px;
  right: 15px;
}
#whatsapp-btn-chat-container a {
  display: block;
  background: #25D366;
  background-image: linear-gradient(0deg, #29d869, #21c45d);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  color: #FFF;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 40px;
  text-align: center;
  border-radius: 40px;
  transition: ease-in-out all 0.1s;
}
#whatsapp-btn-chat-container a:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1200px) {
  #whatsapp-btn-chat-container a {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 35px;
  }
}
@media screen and (max-width: 700px) {
  #whatsapp-btn-chat-container {
    right: auto;
    left: 15px;
  }
}
@media screen and (max-width: 400px) {
  #whatsapp-btn-chat-container {
    left: 10px;
    bottom: 10px;
  }
  #whatsapp-btn-chat-container a {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 30px;
  }
}

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