@charset "UTF-8";
/*-------------------------------------------*\
formularios.css

Formulario
- reset 
- estilos estandar

Estilos para sitio actual
- inputs genericos - select / input / textarea
- reset listado
- listado con tick
- cupon
- filtro - select
- codigo de seguridad
\*-------------------------------------------*/
/*///////////////////////////////////////////////////////////////////////*/
/* FORMULARIO - RESET - ESTANDAR */
/*///////////////////////////////////////////////////////////////////////*/
input,
select,
textarea {
  height: 42px;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  border-radius: 3px;
  line-height: normal;
  border: 1px solid #a4a4a4;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

input:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 2px 0 #585858;
  border-color: #585858;
  outline-color: #585858; }

input[type="button"],
input[type="image"],
input[type="submit"] {
  width: auto;
  height: auto;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  box-shadow: none; }

select[multiple],
input[type="file"],
textarea {
  height: auto; }

select {
  -webkit-appearance: menulist-button; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari only override */
  ::i-block-chrome,
  select {
    appearance: initial;
    -moz-appearance: initial;
    -webkit-appearance: initial; } }
textarea {
  resize: none;
  font-family: "Karla", sans-serif; }

input[type="radio"],
input[type="checkbox"] {
  height: auto;
  width: auto;
  vertical-align: bottom;
  outline: none; }

input[type="radio"]:focus,
input[type="checkbox"]:focus {
  box-shadow: none; }

input::-webkit-input-placeholder {
  color: #adadad;
  font-size: 16px;
  font-family: "Karla", sans-serif; }
input:-moz-placeholder {
  color: #adadad;
  font-size: 16px;
  font-family: "Karla", sans-serif;
  opacity: 1; }
input::-moz-placeholder {
  color: #adadad;
  font-size: 16px;
  font-family: "Karla", sans-serif;
  opacity: 1; }
input:-ms-input-placeholder {
  color: #adadad;
  font-size: 16px;
  font-family: "Karla", sans-serif; }

/* FORMULARIO - RESET - ESTANDAR - FIN */
/*///////////////////////////////////*/
/* ESTILOS PARA SITIO ACTUAL */
/*///////////////////////////////////*/
select,
textarea {
  height: 45px;
  width: 100%;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 400;
  border-radius: unset;
  font-family: "Karla", sans-serif;
  line-height: normal;
  border: 1px solid #cecece;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d7d7d9;
  background-color: #ffffff; }

textarea {
  height: 100px; }

select option {
  font-family: "Karla", sans-serif;
  font-weight: 300;
  background-color: #ffffff; }

input:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 2px 0 black;
  border-color: black;
  outline-color: black; }

.ul-reset ul, .componente .texto ul, .cont-contenido .cont-componentes .parrafos .texto ul, .cont-contenido .cont-componentes .archivos .texto ul, .cont-contenido .cont-componentes .videos .texto ul, .cont-contenido .cont-componentes .links .texto ul, .cont-contenido .cont-componentes .fotos .texto ul, .cont-contenido .cont-componentes .fichas .texto ul, .cont-contenido .cont-componentes .indices .texto ul, .cont-contenido .cont-componentes .relacionados .texto ul, .cont-contenido .cont-presentacion .texto ul, .cont-seccion .texto ul, .cont-seccion .cont-presentacion .texto ul, .cont-seccion .cont-automaticos .texto ul {
  padding-left: 20px;
  list-style-type: disc; }
.ul-reset ol, .componente .texto ol, .cont-contenido .cont-componentes .parrafos .texto ol, .cont-contenido .cont-componentes .archivos .texto ol, .cont-contenido .cont-componentes .videos .texto ol, .cont-contenido .cont-componentes .links .texto ol, .cont-contenido .cont-componentes .fotos .texto ol, .cont-contenido .cont-componentes .fichas .texto ol, .cont-contenido .cont-componentes .indices .texto ol, .cont-contenido .cont-componentes .relacionados .texto ol, .cont-contenido .cont-presentacion .texto ol, .cont-seccion .texto ol, .cont-seccion .cont-presentacion .texto ol, .cont-seccion .cont-automaticos .texto ol {
  list-style-type: decimal; }
.ul-reset ul li, .componente .texto ul li, .cont-contenido .cont-componentes .parrafos .texto ul li, .cont-contenido .cont-componentes .archivos .texto ul li, .cont-contenido .cont-componentes .videos .texto ul li, .cont-contenido .cont-componentes .links .texto ul li, .cont-contenido .cont-componentes .fotos .texto ul li, .cont-contenido .cont-componentes .fichas .texto ul li, .cont-contenido .cont-componentes .indices .texto ul li, .cont-contenido .cont-componentes .relacionados .texto ul li, .cont-contenido .cont-presentacion .texto ul li, .cont-seccion .texto ul li, .cont-seccion .cont-presentacion .texto ul li, .cont-seccion .cont-automaticos .texto ul li {
  list-style-type: disc;
  margin-left: 15px; }
.ul-reset ol li, .componente .texto ol li, .cont-contenido .cont-componentes .parrafos .texto ol li, .cont-contenido .cont-componentes .archivos .texto ol li, .cont-contenido .cont-componentes .videos .texto ol li, .cont-contenido .cont-componentes .links .texto ol li, .cont-contenido .cont-componentes .fotos .texto ol li, .cont-contenido .cont-componentes .fichas .texto ol li, .cont-contenido .cont-componentes .indices .texto ol li, .cont-contenido .cont-componentes .relacionados .texto ol li, .cont-contenido .cont-presentacion .texto ol li, .cont-seccion .texto ol li, .cont-seccion .cont-presentacion .texto ol li, .cont-seccion .cont-automaticos .texto ol li {
  list-style-type: decimal;
  margin-left: 15px; }

.ul-tick ul {
  margin-top: 10px;
  padding-left: 34px;
  overflow: hidden; }
  .ul-tick ul li {
    position: relative;
    margin-bottom: 3px;
    text-indent: -17px;
    color: #f3f3f3; }
    .ul-tick ul li:last-child {
      margin-bottom: 0; }
    .ul-tick ul li:before {
      margin-right: 15px;
      display: inline-block;
      vertical-align: text-top;
      font-family: "iconos";
      font-size: 15px;
      content: "";
      color: #181818; }

/* ESTILOS PARA SITIO ACTUAL - FIN */
/*///////////////////////////////////*/
/* CODIGO DE SEGURIDAD */
/*///////////////////////////////////*/
.cont-codigo_form {
  position: relative; }

.codigo_form {
  padding-right: 84px; }

.img_codigo {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: auto;
  left: auto; }

/* CODIGO DE SEGURIDAD - FIN */
/*!
 * Bootstrap Reboot v4.1.3 (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)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*# sourceMappingURL=bootstrap-reboot.css.map */
/*!
 * Bootstrap v4.1.3 (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)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace; }

*,
::after,
::before {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button; }

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

.h1,
h1 {
  font-size: 2.5rem; }

.h2,
h2 {
  font-size: 2rem; }

.h3,
h3 {
  font-size: 1.75rem; }

.h4,
h4 {
  font-size: 1.5rem; }

.h5,
h5 {
  font-size: 1.25rem; }

.h6,
h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.small,
small {
  font-size: 80%;
  font-weight: 400; }

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

.blockquote-footer::before {
  content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.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: 1200px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -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%; } }
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table .table {
  background-color: #fff; }

.table-sm td,
.table-sm th {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6; }

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px; }

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5; }

.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  .table-responsive-sm > .table-bordered {
    border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  .table-responsive-md > .table-bordered {
    border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  .table-responsive-lg > .table-bordered {
    border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  .table-responsive-xl > .table-bordered {
    border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.table-responsive > .table-bordered {
  border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none; } }
.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[multiple],
select.form-control[size] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745; }

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block; }

.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block; }

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745; }

.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block; }

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745; }

.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a; }

.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block; }

.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
.custom-control-input:valid:checked
~ .custom-control-label::before {
  background-color: #34ce57; }

.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
.custom-control-input:valid:focus
~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745; }

.custom-file-input.is-valid ~ .custom-file-label::after,
.was-validated .custom-file-input:valid ~ .custom-file-label::after {
  border-color: inherit; }

.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block; }

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545; }

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block; }

.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block; }

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545; }

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545; }

.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9; }

.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
.custom-control-input:invalid:checked
~ .custom-control-label::before {
  background-color: #e4606d; }

.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
.custom-control-input:invalid:focus
~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545; }

.custom-file-input.is-invalid ~ .custom-file-label::after,
.was-validated .custom-file-input:invalid ~ .custom-file-label::after {
  border-color: inherit; }

.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }

  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .form-control-plaintext {
    display: inline-block; }

  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto; }

  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }

  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .form-inline .custom-control-label {
    margin-bottom: 0; } }
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none; } }
.btn:focus,
.btn:hover {
  text-decoration: none; }

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.btn.disabled,
.btn:disabled {
  opacity: 0.65; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent; }

.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none; }

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none; }

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none; } }
.fade:not(.show) {
  opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa; }

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1; }

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.btn-toolbar .input-group {
  width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0; }

.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
  margin-left: -1px; }

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3; }

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex; }

.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2; }

.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group
> .input-group-append:last-child
> .btn:not(:last-child):not(.dropdown-toggle),
.input-group
> .input-group-append:last-child
> .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
> .input-group-prepend:first-child
> .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff; }

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6; }

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox
.custom-control-input:disabled:checked
~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox
.custom-control-input:disabled:indeterminate
~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio
.custom-control-input:disabled:checked
~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none; }

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

.custom-select::-ms-expand {
  opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff; }

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Elegir"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Elegir";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-range:focus {
  outline: 0; }

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range::-moz-focus-outer {
  border: 0; }

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none; } }
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none; }

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none; } }
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none; } }
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem; }

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none; } }
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }

.nav-link:focus,
.nav-link:hover {
  text-decoration: none; }

.nav-link.disabled {
  color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-item {
  margin-bottom: -1px; }

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-sm .navbar-toggler {
    display: none; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-md .navbar-toggler {
    display: none; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-lg .navbar-toggler {
    display: none; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-xl .navbar-toggler {
    display: none; } }
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; }

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-text a {
  color: #fff; }

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

.card > hr {
  margin-right: 0;
  margin-left: 0; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }

  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0; }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

  .card-group > .card:first-child .card-header,
  .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0; }

  .card-group > .card:first-child .card-footer,
  .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0; }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

  .card-group > .card:last-child .card-header,
  .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0; }

  .card-group > .card:last-child .card-footer,
  .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0; }

  .card-group > .card:only-child {
    border-radius: 0.25rem; }

  .card-group > .card:only-child .card-header,
  .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }

  .card-group > .card:only-child .card-footer,
  .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0; }

  .card-group
  > .card:not(:first-child):not(:last-child):not(:only-child)
  .card-footer,
  .card-group
  > .card:not(:first-child):not(:last-child):not(:only-child)
  .card-header,
  .card-group
  > .card:not(:first-child):not(:last-child):not(:only-child)
  .card-img-bottom,
  .card-group
  > .card:not(:first-child):not(:last-child):not(:only-child)
  .card-img-top {
    border-radius: 0; } }
.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }

  .card-columns .card {
    display: inline-block;
    width: 100%; } }
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }

.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }

.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }

.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }

.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }

.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }

.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }

.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert, .mensaje {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert-primary hr {
  border-top-color: #9fcdff; }

.alert-primary .alert-link {
  color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.alert-secondary hr {
  border-top-color: #c8cbcf; }

.alert-secondary .alert-link {
  color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-success hr {
  border-top-color: #b1dfbb; }

.alert-success .alert-link {
  color: #0b2e13; }

.alert-info, .mensaje {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.alert-info hr, .mensaje hr {
  border-top-color: #abdde5; }

.alert-info .alert-link, .mensaje .alert-link {
  color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.alert-warning hr {
  border-top-color: #ffe8a1; }

.alert-warning .alert-link {
  color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-danger hr {
  border-top-color: #f1b0b7; }

.alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-light hr {
  border-top-color: #ececf6; }

.alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.alert-dark hr {
  border-top-color: #b9bbbe; }

.alert-dark .alert-link {
  color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none; } }
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -ms-flex: 1;
  flex: 1; }

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none; }

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff; }

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff; }

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf; }

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb; }

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5; }

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1; }

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7; }

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6; }

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe; }

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5; }

.close:not(:disabled):not(.disabled) {
  cursor: pointer; }

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%); }

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: ""; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem; }

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: 0.9; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem; }

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0; }

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0; }

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000; }

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem; }

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000; }

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0; }

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0; }

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000; }

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem; }

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem; }

.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem; }

.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1); }

.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
  border-width: 0.5rem 0.5rem 0; }

.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff; }

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem; }

.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
  border-width: 0.5rem 0.5rem 0.5rem 0; }

.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff; }

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem; }

.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
  top: calc((0.5rem + 1px) * -1); }

.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
  border-width: 0 0.5rem 0.5rem 0.5rem; }

.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff; }

.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem; }

.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
  border-width: 0.5rem 0 0.5rem 0.5rem; }

.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }

.popover-header:empty {
  display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    transition: none; } }
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity; }

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5); }

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

.carousel-indicators .active {
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after, .cont-carrito .cont-presentacion_cuerpo::after, .cont-reclamo_ampliado .cont-presentacion_cuerpo::after {
  display: block;
  clear: both;
  content: ""; }

.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: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  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: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -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; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -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; }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -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; }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -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; }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -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; }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -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; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  img,
  tr {
    page-break-inside: avoid; }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important; }

  .table-dark {
    color: inherit; }

  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6; }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
/*# sourceMappingURL=bootstrap.min.css.map */
/*-------------------------------------------*\
general.css

Generales
- reset basico
- clearfix
- centro bloque / cuerpo
- transicion generica
- MOSTRAR ELEMENTO - Menu Desplegable
- Columnas de Texto
- Imagenes Responsive
- centrar imagenes + Responsivo
- videos de youtube responsivos
- mensajes / alertas
- Botones Genericos

\*-------------------------------------------*/
body {
  font-family: "Karla", sans-serif;
  font-size: 12px; }

::selection {
  background: #585858;
  color: #ffffff; }

::-moz-selection {
  background: #585858;
  color: #ffffff; }

.clearfix:after, .cont-carrito .cont-presentacion_cuerpo:after, .cont-reclamo_ampliado .cont-presentacion_cuerpo:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix, .cont-carrito .cont-presentacion_cuerpo, .cont-reclamo_ampliado .cont-presentacion_cuerpo {
  display: inline-block; }

html[xmlns] .clearfix, html[xmlns] .cont-carrito .cont-presentacion_cuerpo, .cont-carrito html[xmlns] .cont-presentacion_cuerpo, html[xmlns] .cont-reclamo_ampliado .cont-presentacion_cuerpo, .cont-reclamo_ampliado html[xmlns] .cont-presentacion_cuerpo {
  display: block; }

* html .clearfix, * html .cont-carrito .cont-presentacion_cuerpo, .cont-carrito * html .cont-presentacion_cuerpo, * html .cont-reclamo_ampliado .cont-presentacion_cuerpo, .cont-reclamo_ampliado * html .cont-presentacion_cuerpo {
  height: 1%; }

.centrar-bloque, .cont-portada_a .cont-portada_a_slider, .cont-seccion .cont-automaticos, .cont-menu_catalogo .cont-presentacion, .cont-nivel .cont-nivel-full .cont-paginacion_filtro, .cont-buscador .cont-nivel-full .cont-paginacion_filtro {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto; }

/* TRANSICION GENERICA */
.transition {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }

.cont-aparecer:hover .aparecer {
  position: absolute;
  opacity: 1;
  visibility: visible; }

.aparecer {
  position: absolute;
  opacity: 0;
  visibility: hidden; }

/* Columnas de Texto */
.columnas-txt {
  column-count: 2;
  column-gap: 50px; }

/* Imagenes Responsive */
img {
  max-width: 100%;
  width: auto;
  height: auto; }

/* IMAGENES DE MANAGER */
.imagenIz {
  margin-right: 20px;
  margin-bottom: 10px; }

.imagenDer {
  margin-left: 20px;
  margin-bottom: 10px; }

.imagenCen {
  margin-bottom: 20px; }

.cont_img img.imagenIz {
  margin-right: 0; }

/* CENTRAR IMAGENES */
.centrar_img img,
.centrar_img .imagenIz,
.centrar_img .imagenDer {
  margin: 0 auto; }

.centrar_img div[align] {
  float: none;
  text-align: center; }

.centrar_img div[align] img {
  float: none;
  margin: 0 auto; }

/* VIDEOS DE YOUTUBE RESPONSIVOS */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*//////////////////////////*/
/* GENERALES - RESPONSIVE */
/*//////////////////////////*/
@media (max-width: 768px) {
  /* CENTRAR IMAGENES */
  .imagenIz {
    margin-bottom: 20px; }

  .imagenDer {
    margin-bottom: 20px; } }
@media (max-width: 480px) {
  /* CENTRAR IMAGENES */
  img.imagenIz,
  img.imagenDer {
    margin: 0 auto;
    display: block; }

  img[align].imagenIz,
  img[align].imagenDer {
    float: none;
    text-align: center; }

  img[align].imagenIz,
  img[align].imagenDer {
    float: none;
    margin: 0 auto;
    margin-bottom: 15px; } }
/* Botones Genericos */
.btn_generico, .cont-mensajes .btn, .cont-popup_mensaje .btn, .container_productos_carrito .btn,
.cont-presentacion_cuerpo .btn,
input[type="button"].btn_generico,
.cont-mensajes input[type="button"].btn,
.cont-popup_mensaje input[type="button"].btn,
.container_productos_carrito input[type="button"].btn,
.cont-presentacion_cuerpo input[type="button"].btn,
input[type="image"].btn_generico,
.cont-mensajes input[type="image"].btn,
.cont-popup_mensaje input[type="image"].btn,
.container_productos_carrito input[type="image"].btn,
.cont-presentacion_cuerpo input[type="image"].btn,
input[type="submit"].btn_generico,
.cont-mensajes input[type="submit"].btn,
.cont-popup_mensaje input[type="submit"].btn,
.container_productos_carrito input[type="submit"].btn,
.cont-presentacion_cuerpo input[type="submit"].btn {
  display: inline-block;
  padding: 8px 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  background-color: #181818;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }
  .btn_generico.btn-output, .cont-mensajes .btn-output.btn, .cont-popup_mensaje .btn-output.btn, .container_productos_carrito .btn-output.btn,
  .cont-presentacion_cuerpo .btn-output.btn,
  input[type="button"].btn_generico.btn-output,
  .cont-mensajes input[type="button"].btn-output.btn,
  .cont-popup_mensaje input[type="button"].btn-output.btn,
  .container_productos_carrito input[type="button"].btn-output.btn,
  .cont-presentacion_cuerpo input[type="button"].btn-output.btn,
  input[type="image"].btn_generico.btn-output,
  .cont-mensajes input[type="image"].btn-output.btn,
  .cont-popup_mensaje input[type="image"].btn-output.btn,
  .container_productos_carrito input[type="image"].btn-output.btn,
  .cont-presentacion_cuerpo input[type="image"].btn-output.btn,
  input[type="submit"].btn_generico.btn-output,
  .cont-mensajes input[type="submit"].btn-output.btn,
  .cont-popup_mensaje input[type="submit"].btn-output.btn,
  .container_productos_carrito input[type="submit"].btn-output.btn,
  .cont-presentacion_cuerpo input[type="submit"].btn-output.btn {
    color: #c73e32;
    border: 1px solid #181818;
    background-color: #ffffff; }
  .btn_generico.btn-diseable, .cont-mensajes .btn-diseable.btn, .cont-popup_mensaje .btn-diseable.btn, .container_productos_carrito .btn-diseable.btn,
  .cont-presentacion_cuerpo .btn-diseable.btn,
  input[type="button"].btn_generico.btn-diseable,
  .cont-mensajes input[type="button"].btn-diseable.btn,
  .cont-popup_mensaje input[type="button"].btn-diseable.btn,
  .container_productos_carrito input[type="button"].btn-diseable.btn,
  .cont-presentacion_cuerpo input[type="button"].btn-diseable.btn,
  input[type="image"].btn_generico.btn-diseable,
  .cont-mensajes input[type="image"].btn-diseable.btn,
  .cont-popup_mensaje input[type="image"].btn-diseable.btn,
  .container_productos_carrito input[type="image"].btn-diseable.btn,
  .cont-presentacion_cuerpo input[type="image"].btn-diseable.btn,
  input[type="submit"].btn_generico.btn-diseable,
  .cont-mensajes input[type="submit"].btn-diseable.btn,
  .cont-popup_mensaje input[type="submit"].btn-diseable.btn,
  .container_productos_carrito input[type="submit"].btn-diseable.btn,
  .cont-presentacion_cuerpo input[type="submit"].btn-diseable.btn {
    color: #56565b;
    font-weight: 400;
    background-color: #fff;
    text-transform: uppercase; }
  .btn_generico.btn-primario, .cont-mensajes .btn-primario.btn, .cont-popup_mensaje .btn-primario.btn, .container_productos_carrito .btn-primario.btn,
  .cont-presentacion_cuerpo .btn-primario.btn,
  input[type="button"].btn_generico.btn-primario,
  .cont-mensajes input[type="button"].btn-primario.btn,
  .cont-popup_mensaje input[type="button"].btn-primario.btn,
  .container_productos_carrito input[type="button"].btn-primario.btn,
  .cont-presentacion_cuerpo input[type="button"].btn-primario.btn,
  input[type="image"].btn_generico.btn-primario,
  .cont-mensajes input[type="image"].btn-primario.btn,
  .cont-popup_mensaje input[type="image"].btn-primario.btn,
  .container_productos_carrito input[type="image"].btn-primario.btn,
  .cont-presentacion_cuerpo input[type="image"].btn-primario.btn,
  input[type="submit"].btn_generico.btn-primario,
  .cont-mensajes input[type="submit"].btn-primario.btn,
  .cont-popup_mensaje input[type="submit"].btn-primario.btn,
  .container_productos_carrito input[type="submit"].btn-primario.btn,
  .cont-presentacion_cuerpo input[type="submit"].btn-primario.btn {
    color: #ffffff;
    background-color: #181818; }
  .btn_generico:hover, .cont-mensajes .btn:hover, .cont-popup_mensaje .btn:hover, .container_productos_carrito .btn:hover,
  .cont-presentacion_cuerpo .btn:hover,
  input[type="button"].btn_generico:hover,
  .cont-mensajes input[type="button"].btn:hover,
  .cont-popup_mensaje input[type="button"].btn:hover,
  .container_productos_carrito input[type="button"].btn:hover,
  .cont-presentacion_cuerpo input[type="button"].btn:hover,
  input[type="image"].btn_generico:hover,
  .cont-mensajes input[type="image"].btn:hover,
  .cont-popup_mensaje input[type="image"].btn:hover,
  .container_productos_carrito input[type="image"].btn:hover,
  .cont-presentacion_cuerpo input[type="image"].btn:hover,
  input[type="submit"].btn_generico:hover,
  .cont-mensajes input[type="submit"].btn:hover,
  .cont-popup_mensaje input[type="submit"].btn:hover,
  .container_productos_carrito input[type="submit"].btn:hover,
  .cont-presentacion_cuerpo input[type="submit"].btn:hover {
    box-shadow: none; }
  .btn_generico.lg, .cont-mensajes .lg.btn, .cont-popup_mensaje .lg.btn, .container_productos_carrito .lg.btn,
  .cont-presentacion_cuerpo .lg.btn,
  input[type="button"].btn_generico.lg,
  .cont-mensajes input[type="button"].lg.btn,
  .cont-popup_mensaje input[type="button"].lg.btn,
  .container_productos_carrito input[type="button"].lg.btn,
  .cont-presentacion_cuerpo input[type="button"].lg.btn,
  input[type="image"].btn_generico.lg,
  .cont-mensajes input[type="image"].lg.btn,
  .cont-popup_mensaje input[type="image"].lg.btn,
  .container_productos_carrito input[type="image"].lg.btn,
  .cont-presentacion_cuerpo input[type="image"].lg.btn,
  input[type="submit"].btn_generico.lg,
  .cont-mensajes input[type="submit"].lg.btn,
  .cont-popup_mensaje input[type="submit"].lg.btn,
  .container_productos_carrito input[type="submit"].lg.btn,
  .cont-presentacion_cuerpo input[type="submit"].lg.btn {
    padding: 10px 95px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  /* support: IE7 */ }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 901; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em; }

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 5px;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.8;
  font-size: 15px;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal; }

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  /*margin: -1px;*/ }

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: 0.4em 0 0.2em;
  line-height: 1.5; }

.ui-menu .ui-state-disabled a {
  cursor: default; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.3em;
  height: 1.3em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: 0.4em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -0.6em;
  margin-left: -0.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: 0.8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  /*font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;*/
  font-size: 1.4em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em; }

.ui-widget-content {
  background: #ebf9f9;
  color: #181818; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  background-color: rgba(0, 80, 167, 0.2);
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-weight: bold;
  color: #181818; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  /*font-weight: bold;*/
  outline: none;
  background: #181818;
  color: #fff;
  cursor: pointer; }

a.ui-slider-handle.ui-state-default.ui-corner-all.ui-state-hover {
  background: #dbdbdb; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  font-weight: bold;
  color: #181818;
  opacity: 0.8; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #181818;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_228ef1_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffd27a_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: 0.5;
  filter: Alpha(Opacity=50); }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: 0.2;
  filter: Alpha(Opacity=20);
  border-radius: 5px; }

/*=============================================
=           COMPONENTES DEL SITIO             =
=============================================*/
/*//////////////////////////*/
/* DATAURL - CARGA DE PAGINA */
/*//////////////////////////*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #181818;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px; }

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #585858, 0 0 5px #585858;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #181818;
  border-left-color: #fff;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite; }

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@media screen and (max-width: 970px) {
  .pace .pace-progress {
    background: #585858; }

  .pace .pace-activity {
    border-top-color: #585858;
    border-left-color: #585858; } }
/*///////////////////////////////////*/
/* TITULO POP-UP */
/*///////////////////////////////////*/
#vtn_titulo {
  font-size: 20px;
  font-weight: 700;
  color: #181818;
  line-height: normal;
  text-transform: uppercase; }

#vtn_cargador {
  color: #181818;
  text-align: center;
  font-size: 15px; }

div.msg_popup_contexto {
  position: absolute;
  display: none;
  background: #333333;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 300px;
  width: 710px;
  z-index: 200000; }

div.msg_popup_contexto_texto {
  position: absolute;
  display: none;
  height: 300px;
  width: 710px;
  z-index: 200001; }

div.popup_contexto {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10003;
  display: none;
  background: none; }

div.popup_contexto_alpha {
  background: #333333;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 10004; }

div.popup_contenido {
  position: absolute;
  z-index: 10005; }

div.vtn_popup_fondo_titulo {
  font-weight: bold;
  border-bottom: 1px solid #bdc1c6;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 10px;
  padding-top: 30px; }

div.vtn_popup_fondo_titulo_modal {
  font-weight: bold;
  overflow: hidden;
  margin: 0px;
  border-bottom: 1px solid #bdc1c6;
  padding-left: 10px;
  padding-bottom: 5px; }

td.vtn_popup_fondo_cuerpo {
  padding: 0px;
  background-color: #ffffff;
  color: #666666;
  vertical-align: top; }

div.vtn_popup_fondo_interno {
  margin-left: 5px;
  margin-right: 4px;
  vertical-align: top; }

div.vtn_popup_iconos {
  float: right;
  border: 0px solid #bdc1c6;
  margin-right: 10px; }

table.vtn_popup {
  margin-bottom: 5px; }

div.vtn_cargador,
div.vtn_cargador1 {
  margin: 0 auto;
  border: 0px solid #333333;
  text-align: center;
  padding: 30px;
  color: #666666;
  font-size: 1.2em;
  padding-bottom: 50px;
  padding-top: 50px; }

/*//////////////////////////*/
/* COLOR CHECKBOX */
/*//////////////////////////*/
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ac-custom {
  /*padding: 0 3em;*/
  /*max-width: 900px;*/
  /*margin: 0 auto;*/ }

.ac-custom h2 {
  font-size: 3em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0 0 30px; }

.ac-custom ul,
.ac-custom ol {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px; }

.ac-custom li {
  margin: 0 auto;
  /*padding: 2em 0;*/
  position: relative; }

.ac-custom label {
  display: inline-block;
  position: relative;
  /*font-size: 2em;*/
  padding: 0 0 0 25px;
  vertical-align: top;
  /*color: rgba(0,0,0,0.2);*/
  line-height: 1;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"],
.ac-custom label::before {
  width: 17px;
  height: 17px;
  top: 40%;
  left: 0;
  margin-top: -7px;
  position: absolute;
  cursor: pointer; }

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"] {
  opacity: 0;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  z-index: 100; }

.ac-custom label::before {
  content: "";
  border: 1px solid #e0e0e0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 0; }

.ac-radio label::before {
  border-radius: 50%; }

.ac-custom input[type="checkbox"]:checked + label,
.ac-custom input[type="radio"]:checked + label {
  color: #181818; }

.ac-custom input[type="checkbox"]:checked + label::before,
.ac-custom input[type="radio"]:checked + label::before {
  opacity: 0.8;
  border: 1px solid;
  border: none;
  background-color: #181818; }

/* General SVG and path styles */
.ac-custom svg {
  display: none;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  left: 2px;
  pointer-events: none; }

.ac-custom svg path {
  stroke: #fff;
  stroke-width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none; }

/* Specific input, SVG and path styles */
/* Circle */
.ac-circle input[type="checkbox"],
.ac-circle input[type="radio"],
.ac-circle label::before {
  width: 30px;
  height: 30px;
  margin-top: -14px;
  left: 10px;
  position: absolute; }

.ac-circle label::before {
  background-color: #fff;
  border: none; }

.ac-circle svg {
  width: 70px;
  height: 70px;
  margin-top: -35px;
  left: -10px; }

.ac-circle svg path {
  stroke-width: 5px; }

/* Box Fill */
.ac-boxfill svg path {
  stroke-width: 8px; }

/* Swirl */
.ac-swirl svg path {
  stroke-width: 8px; }

/* List */
.ac-list ol {
  list-style: decimal;
  list-style-position: inside; }

.ac-list ol li {
  font-size: 2em;
  padding: 1em 1em 0 2em;
  text-indent: -14px; }

.ac-list ol li label {
  font-size: 1em;
  text-indent: 0;
  padding-left: 30px; }

.ac-list label::before {
  display: none; }

.ac-list svg {
  width: 100%;
  height: 80px;
  left: 0;
  top: 1.2em;
  margin-top: 0px; }

.ac-list svg path {
  stroke-width: 4px; }

/* Media Queries */
@media screen and (max-width: 50em) {
  section {
    font-size: 80%; } }
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  /*border: 2px solid #000;*/
  background: #181818;
  color: #fff; }

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden; }

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */ }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.tooltipster-shadow {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
  color: #2c2c2c; }

.tooltipster-shadow .tooltipster-content {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px; }

/*-------------------------------------------*\
elementos.css

- H1
- A
- P
- hr
- span
- Input
- Botones + Submit
\*-------------------------------------------*/
h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 5px 0;
  text-align: left; }
  @media (max-width: 480px) {
    h1 {
      font-size: 28px; } }

h2 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #181818; }

h3 {
  font-size: 15px;
  margin-bottom: 5px;
  color: #181818;
  font-weight: 700; }

h4 {
  font-size: 33px;
  font-weight: 600;
  margin-top: 20px;
  padding: 5px 0;
  text-align: center; }
  @media (max-width: 480px) {
    h4 {
      font-size: 24px; } }

h5 {
  font-size: 22px;
  color: #4d4d4f;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 5px 0;
  text-align: left; }
  @media (max-width: 480px) {
    h5 {
      font-size: 20px; } }

a {
  text-decoration: none;
  color: #181818; }
  a a:hover {
    color: #585858; }

p {
  font-size: 16px;
  color: #777777;
  font-weight: 400;
  line-height: 22px; }

hr {
  border-color: #edeef0;
  margin-bottom: 0px;
  margin-top: 0px; }

span {
  vertical-align: middle; }

input {
  border: 1px solid #cecece;
  border-radius: 0;
  font-size: 15px; }

.boton, .facebook, .google {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  background-color: #181818;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-align: center;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }
  .boton.cancelar, .cancelar.facebook, .cancelar.google {
    color: #ffffff;
    background-color: #181818; }
  .boton:hover, .facebook:hover, .google:hover {
    color: #ffffff;
    opacity: 0.8; }

input[type="button"],
input[type="image"],
input[type="submit"] {
  width: 100%;
  height: 100%;
  display: block; }

select {
  font-size: 15px; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 15px;
  border-left: 5px solid #181818;
  line-height: normal; }

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.7) !important; }

/*-------------------------------------------*\
cabezal.css

- Cabezal
  - Icono Menu Responsive
  - Logo
  - Iconos - Accesos rapidos
  - Carrito Cabezal - ECMS Style
  - Cabezal - Fijo
- Subcabezal
\*-------------------------------------------*/
/* Cabezal */
header {
  /* Cabezal - Fijo */ }
  header.contenedor-cabezal {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(24, 24, 28, 0.144);
    -moz-box-shadow: 0px 2px 2px 0px rgba(24, 24, 28, 0.144);
    box-shadow: 0px 2px 2px 0px rgba(24, 24, 28, 0.144);
    margin-bottom: 22px;
    /* Carrito Cabezal */ }
    header.contenedor-cabezal .container {
      position: relative;
      padding: 15px 0; }
    @media (max-width: 768px) {
      header.contenedor-cabezal {
        padding: 10px 0; } }
    header.contenedor-cabezal .icono_menu_responsive span {
      display: block;
      font-size: 20px;
      padding: 9px 10px;
      cursor: pointer;
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out; }
      header.contenedor-cabezal .icono_menu_responsive span:hover {
        color: #181818;
        background-color: #f3f3f3; }
    header.contenedor-cabezal .logo {
      margin-right: 10px; }
      @media (max-width: 768px) {
        header.contenedor-cabezal .logo {
          margin-right: 0; } }
      header.contenedor-cabezal .logo img {
        height: 80px; }
        @media (max-width: 768px) {
          header.contenedor-cabezal .logo img {
            width: 70px; } }
    header.contenedor-cabezal .cabezal-menu {
      position: static !important; }
    header.contenedor-cabezal .cont-accesos_menu [class^="icono-"],
    header.contenedor-cabezal .cont-accesos_menu [class*=" icono-"] {
      vertical-align: middle;
      font-size: 25px; }
    header.contenedor-cabezal .cont-accesos_menu a {
      color: #181818;
      font-size: 12px;
      font-weight: 600;
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out; }
      header.contenedor-cabezal .cont-accesos_menu a:hover {
        color: #c73e32;
        text-decoration: none; }
    header.contenedor-cabezal .link-menu {
      text-align: center; }
      header.contenedor-cabezal .link-menu div {
        font-size: 10px; }
    header.contenedor-cabezal .boton-service {
      border: 2px solid #114082;
      border-radius: 25px;
      background-color: #ffffff;
      color: #114082;
      font-weight: 700;
      font-size: 14px;
      padding: 9px 25px;
      margin-right: 20px; }
      header.contenedor-cabezal .boton-service:hover {
        color: #181818;
        text-decoration: none;
        border-color: #181818; }
      @media (max-width: 768px) {
        header.contenedor-cabezal .boton-service {
          display: none; } }
    header.contenedor-cabezal .cont-carrito_menu {
      position: relative; }
    header.contenedor-cabezal .cantidad-productos {
      position: absolute;
      right: 0;
      top: 0;
      margin: -3px -10px;
      width: 17px;
      height: 17px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      font-size: 12px;
      line-height: 18px;
      text-align: center;
      background: #c73e32;
      color: #fff; }
    header.contenedor-cabezal .mostrar_total_carrito {
      font-size: 16px; }
  header .afix-cabezal {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    background-color: #ffffff; }
    header .afix-cabezal.elemento_fijado {
      position: fixed;
      top: 0;
      left: 0;
      padding: 5px 0px;
      z-index: 11;
      -webkit-box-shadow: 0px 2px 2px 0px rgba(24, 24, 28, 0.3);
      -moz-box-shadow: 0px 2px 2px 0px rgba(24, 24, 28, 0.3);
      box-shadow: 0px 2px 2px 0px rgba(24, 24, 28, 0.3); }

/* Subcabezal */
.contenedor-sub_cabezal {
  font-size: 12px;
  color: #a4a4a4;
  font-weight: 500;
  padding: 10px 0;
  background-color: #181818; }
  @media (max-width: 1024px) {
    .contenedor-sub_cabezal {
      font-size: 12px; } }
  @media (max-width: 768px) {
    .contenedor-sub_cabezal {
      display: none; } }
  .contenedor-sub_cabezal span {
    vertical-align: middle; }
    .contenedor-sub_cabezal span.separador {
      color: #a4a4a4;
      margin: 0 5px; }
  .contenedor-sub_cabezal a {
    display: inline-block;
    font-size: 12px;
    color: #a4a4a4;
    font-weight: 500;
    text-decoration: none;
    vertical-align: middle;
    line-height: 1;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out; }
    .contenedor-sub_cabezal a:hover {
      color: #f3f3f3; }
  .contenedor-sub_cabezal [class^="icono-"],
  .contenedor-sub_cabezal [class*=" icono-"] {
    font-size: 13px; }
  .contenedor-sub_cabezal strong {
    font-style: italic;
    font-size: 11px; }
    .contenedor-sub_cabezal strong [class^="icono-"],
    .contenedor-sub_cabezal strong [class*=" icono-"] {
      margin-right: 5px;
      font-size: 21px; }
  .contenedor-sub_cabezal .cont-redes {
    display: inline-block; }
    .contenedor-sub_cabezal .cont-redes [class^="icono-"],
    .contenedor-sub_cabezal .cont-redes [class*=" icono-"] {
      margin-left: 10px;
      font-size: 17px; }
  .contenedor-sub_cabezal .cont-login_menu {
    display: inline-block;
    line-height: 1; }

.cont-menu_iconos_resp {
  display: none;
  color: #a4a4a4;
  font-size: 23px;
  text-decoration: none;
  vertical-align: middle; }
  .cont-menu_iconos_resp a {
    margin-left: 10px;
    color: #a4a4a4;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block; }
  @media (max-width: 768px) {
    .cont-menu_iconos_resp {
      display: block; } }

/*-------------------------------------------*\
buscador.css

- Buscador - input
- Pagina Buscador
\*-------------------------------------------*/
/*//////////////////////////*/
/* BUSCADOR */
/*//////////////////////////*/
.contenedor-buscador {
  position: static;
  width: 80%;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .contenedor-buscador {
      width: 100%; } }
  .contenedor-buscador .buscador {
    position: relative;
    color: #c73e32;
    border: 1px solid #cecece;
    border-radius: 3px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    cursor: pointer; }
    .contenedor-buscador .buscador:hover {
      color: #181818; }
    @media (max-width: 768px) {
      .contenedor-buscador .buscador {
        border-color: transparent;
        text-align: right; } }
    .contenedor-buscador .buscador a span {
      position: absolute;
      top: 0;
      right: 0;
      margin: 9px;
      font-size: 18px;
      color: #181818; }
      .contenedor-buscador .buscador a span:hover {
        color: #181818; }
  .contenedor-buscador input {
    border: none; }
    .contenedor-buscador input.input-buscador {
      height: 39px;
      width: 100%;
      padding: 10px 15px;
      padding-right: 35px;
      font-size: 13px;
      font-weight: 400;
      font-style: italic;
      color: #181818;
      line-height: normal;
      background-color: #ffffff;
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      cursor: pointer; }
      @media (max-width: 1024px) {
        .contenedor-buscador input.input-buscador {
          border: none; } }
      .contenedor-buscador input.input-buscador::-webkit-input-placeholder {
        color: #4d4d4f;
        font-size: 14px;
        font-weight: 500;
        font-family: "Karla", sans-serif; }
      .contenedor-buscador input.input-buscador:-moz-placeholder {
        color: #4d4d4f;
        font-size: 14px;
        font-weight: 500;
        font-family: "Karla", sans-serif;
        opacity: 1; }
      .contenedor-buscador input.input-buscador::-moz-placeholder {
        color: #4d4d4f;
        font-size: 14px;
        font-weight: 500;
        font-family: "Karla", sans-serif;
        opacity: 1; }
      .contenedor-buscador input.input-buscador:-ms-input-placeholder {
        color: #4d4d4f;
        font-size: 14px;
        font-weight: 500;
        font-family: "Karla", sans-serif; }
  .contenedor-buscador .cerrar_buscador {
    display: none;
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    margin: 0 12px;
    font-size: 15px;
    color: #181818;
    cursor: pointer; }
    @media (max-width: 480px) {
      .contenedor-buscador .cerrar_buscador {
        padding: 0 10px; } }
  .contenedor-buscador.destacado {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    margin-top: -15px; }
    .contenedor-buscador.destacado .buscador {
      padding: 35px;
      background: white;
      border-color: transparent;
      transition: all 0.1s ease-out;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      -ms-transition: all 0.1s ease-out; }
      @media (max-width: 1024px) {
        .contenedor-buscador.destacado .buscador {
          padding: 20px;
          width: 100%; } }
      .contenedor-buscador.destacado .buscador a span {
        left: auto;
        right: 0;
        margin: 0 30px;
        top: calc(50% - 8px); }
    .contenedor-buscador.destacado input.input-buscador {
      border-color: transparent;
      padding-left: 50px;
      cursor: initial; }
      .contenedor-buscador.destacado input.input-buscador:focus {
        box-shadow: 0 0 2px 4px #ffffff;
        border-color: #ffffff;
        outline-color: transparent; }
    .contenedor-buscador.destacado .cerrar_buscador {
      display: inline-block; }

/* BUSCADOR - FIN */
/* Pagina Buscador */
/*-------------------------------------------*\
contenidos.css

- Contenidos
- Componente - Galeria de Fotos
- Componente - Indice
- Componente - Presentacion
- Componentes
    - Componente - Parrafo
    - Componente - Archivos
    - Componente - Videos
    - Componente - Links
    - Componente - Fotos
    - Componente - Fichas
    - Componente - Indices
    - Componente - Relacionados
\*-------------------------------------------*/
/* Contenidos */
.contenedor {
  width: 100%;
  margin-bottom: 25px; }

.componente, .cont-contenido .cont-componentes .parrafos, .cont-contenido .cont-componentes .archivos, .cont-contenido .cont-componentes .videos, .cont-contenido .cont-componentes .links, .cont-contenido .cont-componentes .fotos, .cont-contenido .cont-componentes .fichas, .cont-contenido .cont-componentes .indices, .cont-contenido .cont-componentes .relacionados {
  /* Componente - Galeria de Fotos */
  /* Componente - Indice */ }
  .componente h3, .cont-contenido .cont-componentes .parrafos h3, .cont-contenido .cont-componentes .archivos h3, .cont-contenido .cont-componentes .videos h3, .cont-contenido .cont-componentes .links h3, .cont-contenido .cont-componentes .fotos h3, .cont-contenido .cont-componentes .fichas h3, .cont-contenido .cont-componentes .indices h3, .cont-contenido .cont-componentes .relacionados h3 {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
    font-size: 24px;
    margin-bottom: 30px; }
  .componente h2, .cont-contenido .cont-componentes .parrafos h2, .cont-contenido .cont-componentes .archivos h2, .cont-contenido .cont-componentes .videos h2, .cont-contenido .cont-componentes .links h2, .cont-contenido .cont-componentes .fotos h2, .cont-contenido .cont-componentes .fichas h2, .cont-contenido .cont-componentes .indices h2, .cont-contenido .cont-componentes .relacionados h2 {
    font-size: 24px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    margin-top: 30px; }
    .componente h2 a, .cont-contenido .cont-componentes .parrafos h2 a, .cont-contenido .cont-componentes .archivos h2 a, .cont-contenido .cont-componentes .videos h2 a, .cont-contenido .cont-componentes .links h2 a, .cont-contenido .cont-componentes .fotos h2 a, .cont-contenido .cont-componentes .fichas h2 a, .cont-contenido .cont-componentes .indices h2 a, .cont-contenido .cont-componentes .relacionados h2 a {
      font-size: 24px;
      font-weight: bold;
      color: #181818;
      text-decoration: none; }
      .componente h2 a:hover, .cont-contenido .cont-componentes .parrafos h2 a:hover, .cont-contenido .cont-componentes .archivos h2 a:hover, .cont-contenido .cont-componentes .videos h2 a:hover, .cont-contenido .cont-componentes .links h2 a:hover, .cont-contenido .cont-componentes .fotos h2 a:hover, .cont-contenido .cont-componentes .fichas h2 a:hover, .cont-contenido .cont-componentes .indices h2 a:hover, .cont-contenido .cont-componentes .relacionados h2 a:hover {
        color: #585858; }
  .componente a, .cont-contenido .cont-componentes .parrafos a, .cont-contenido .cont-componentes .archivos a, .cont-contenido .cont-componentes .videos a, .cont-contenido .cont-componentes .links a, .cont-contenido .cont-componentes .fotos a, .cont-contenido .cont-componentes .fichas a, .cont-contenido .cont-componentes .indices a, .cont-contenido .cont-componentes .relacionados a {
    font-size: 15px;
    font-weight: 400;
    color: #181818; }
  .componente .texto, .cont-contenido .cont-componentes .parrafos .texto, .cont-contenido .cont-componentes .archivos .texto, .cont-contenido .cont-componentes .videos .texto, .cont-contenido .cont-componentes .links .texto, .cont-contenido .cont-componentes .fotos .texto, .cont-contenido .cont-componentes .fichas .texto, .cont-contenido .cont-componentes .indices .texto, .cont-contenido .cont-componentes .relacionados .texto {
    font-size: 16px;
    color: #181818;
    line-height: 1.7;
    margin-bottom: 10px; }
    .componente .texto p, .cont-contenido .cont-componentes .parrafos .texto p, .cont-contenido .cont-componentes .archivos .texto p, .cont-contenido .cont-componentes .videos .texto p, .cont-contenido .cont-componentes .links .texto p, .cont-contenido .cont-componentes .fotos .texto p, .cont-contenido .cont-componentes .fichas .texto p, .cont-contenido .cont-componentes .indices .texto p, .cont-contenido .cont-componentes .relacionados .texto p {
      font-size: 15px;
      color: #777777;
      line-height: 25px; }
  .componente .boton:hover, .cont-contenido .cont-componentes .parrafos .boton:hover, .cont-contenido .cont-componentes .archivos .boton:hover, .cont-contenido .cont-componentes .videos .boton:hover, .cont-contenido .cont-componentes .links .boton:hover, .cont-contenido .cont-componentes .fotos .boton:hover, .cont-contenido .cont-componentes .fichas .boton:hover, .cont-contenido .cont-componentes .indices .boton:hover, .cont-contenido .cont-componentes .relacionados .boton:hover, .componente .facebook:hover, .cont-contenido .cont-componentes .parrafos .facebook:hover, .cont-contenido .cont-componentes .archivos .facebook:hover, .cont-contenido .cont-componentes .videos .facebook:hover, .cont-contenido .cont-componentes .links .facebook:hover, .cont-contenido .cont-componentes .fotos .facebook:hover, .cont-contenido .cont-componentes .fichas .facebook:hover, .cont-contenido .cont-componentes .indices .facebook:hover, .cont-contenido .cont-componentes .relacionados .facebook:hover, .componente .google:hover, .cont-contenido .cont-componentes .parrafos .google:hover, .cont-contenido .cont-componentes .archivos .google:hover, .cont-contenido .cont-componentes .videos .google:hover, .cont-contenido .cont-componentes .links .google:hover, .cont-contenido .cont-componentes .fotos .google:hover, .cont-contenido .cont-componentes .fichas .google:hover, .cont-contenido .cont-componentes .indices .google:hover, .cont-contenido .cont-componentes .relacionados .google:hover {
    color: #ffffff; }
  .componente .boton [class^="icono-"], .cont-contenido .cont-componentes .parrafos .boton [class^="icono-"], .cont-contenido .cont-componentes .archivos .boton [class^="icono-"], .cont-contenido .cont-componentes .videos .boton [class^="icono-"], .cont-contenido .cont-componentes .links .boton [class^="icono-"], .cont-contenido .cont-componentes .fotos .boton [class^="icono-"], .cont-contenido .cont-componentes .fichas .boton [class^="icono-"], .cont-contenido .cont-componentes .indices .boton [class^="icono-"], .cont-contenido .cont-componentes .relacionados .boton [class^="icono-"], .componente .facebook [class^="icono-"], .cont-contenido .cont-componentes .parrafos .facebook [class^="icono-"], .cont-contenido .cont-componentes .archivos .facebook [class^="icono-"], .cont-contenido .cont-componentes .videos .facebook [class^="icono-"], .cont-contenido .cont-componentes .links .facebook [class^="icono-"], .cont-contenido .cont-componentes .fotos .facebook [class^="icono-"], .cont-contenido .cont-componentes .fichas .facebook [class^="icono-"], .cont-contenido .cont-componentes .indices .facebook [class^="icono-"], .cont-contenido .cont-componentes .relacionados .facebook [class^="icono-"], .componente .google [class^="icono-"], .cont-contenido .cont-componentes .parrafos .google [class^="icono-"], .cont-contenido .cont-componentes .archivos .google [class^="icono-"], .cont-contenido .cont-componentes .videos .google [class^="icono-"], .cont-contenido .cont-componentes .links .google [class^="icono-"], .cont-contenido .cont-componentes .fotos .google [class^="icono-"], .cont-contenido .cont-componentes .fichas .google [class^="icono-"], .cont-contenido .cont-componentes .indices .google [class^="icono-"], .cont-contenido .cont-componentes .relacionados .google [class^="icono-"],
  .componente .boton [class*=" icono-"],
  .cont-contenido .cont-componentes .parrafos .boton [class*=" icono-"],
  .cont-contenido .cont-componentes .archivos .boton [class*=" icono-"],
  .cont-contenido .cont-componentes .videos .boton [class*=" icono-"],
  .cont-contenido .cont-componentes .links .boton [class*=" icono-"],
  .cont-contenido .cont-componentes .fotos .boton [class*=" icono-"],
  .cont-contenido .cont-componentes .fichas .boton [class*=" icono-"],
  .cont-contenido .cont-componentes .indices .boton [class*=" icono-"],
  .cont-contenido .cont-componentes .relacionados .boton [class*=" icono-"],
  .componente .facebook [class*=" icono-"],
  .cont-contenido .cont-componentes .parrafos .facebook [class*=" icono-"],
  .cont-contenido .cont-componentes .archivos .facebook [class*=" icono-"],
  .cont-contenido .cont-componentes .videos .facebook [class*=" icono-"],
  .cont-contenido .cont-componentes .links .facebook [class*=" icono-"],
  .cont-contenido .cont-componentes .fotos .facebook [class*=" icono-"],
  .cont-contenido .cont-componentes .fichas .facebook [class*=" icono-"],
  .cont-contenido .cont-componentes .indices .facebook [class*=" icono-"],
  .cont-contenido .cont-componentes .relacionados .facebook [class*=" icono-"],
  .componente .google [class*=" icono-"],
  .cont-contenido .cont-componentes .parrafos .google [class*=" icono-"],
  .cont-contenido .cont-componentes .archivos .google [class*=" icono-"],
  .cont-contenido .cont-componentes .videos .google [class*=" icono-"],
  .cont-contenido .cont-componentes .links .google [class*=" icono-"],
  .cont-contenido .cont-componentes .fotos .google [class*=" icono-"],
  .cont-contenido .cont-componentes .fichas .google [class*=" icono-"],
  .cont-contenido .cont-componentes .indices .google [class*=" icono-"],
  .cont-contenido .cont-componentes .relacionados .google [class*=" icono-"] {
    margin-right: 10px; }
  .componente .foto_galeria, .cont-contenido .cont-componentes .parrafos .foto_galeria, .cont-contenido .cont-componentes .archivos .foto_galeria, .cont-contenido .cont-componentes .videos .foto_galeria, .cont-contenido .cont-componentes .links .foto_galeria, .cont-contenido .cont-componentes .fotos .foto_galeria, .cont-contenido .cont-componentes .fichas .foto_galeria, .cont-contenido .cont-componentes .indices .foto_galeria, .cont-contenido .cont-componentes .relacionados .foto_galeria {
    display: inline-block;
    min-width: 195px;
    height: 195px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 130%;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition-timing-function: ease-in;
    image-rendering: optimizeQuality;
    -moz-image-rendering: optimizeQuality;
    -webkit-image-rendering: optimizeQuality; }
    .componente .foto_galeria:hover, .cont-contenido .cont-componentes .parrafos .foto_galeria:hover, .cont-contenido .cont-componentes .archivos .foto_galeria:hover, .cont-contenido .cont-componentes .videos .foto_galeria:hover, .cont-contenido .cont-componentes .links .foto_galeria:hover, .cont-contenido .cont-componentes .fotos .foto_galeria:hover, .cont-contenido .cont-componentes .fichas .foto_galeria:hover, .cont-contenido .cont-componentes .indices .foto_galeria:hover, .cont-contenido .cont-componentes .relacionados .foto_galeria:hover {
      opacity: 0.8;
      background-size: auto 100%;
      transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out; }
    @media (min-width: 1024px) {
      .componente .foto_galeria, .cont-contenido .cont-componentes .parrafos .foto_galeria, .cont-contenido .cont-componentes .archivos .foto_galeria, .cont-contenido .cont-componentes .videos .foto_galeria, .cont-contenido .cont-componentes .links .foto_galeria, .cont-contenido .cont-componentes .fotos .foto_galeria, .cont-contenido .cont-componentes .fichas .foto_galeria, .cont-contenido .cont-componentes .indices .foto_galeria, .cont-contenido .cont-componentes .relacionados .foto_galeria {
        min-width: 125px;
        height: 125px; } }
    @media (max-width: 768px) {
      .componente .foto_galeria, .cont-contenido .cont-componentes .parrafos .foto_galeria, .cont-contenido .cont-componentes .archivos .foto_galeria, .cont-contenido .cont-componentes .videos .foto_galeria, .cont-contenido .cont-componentes .links .foto_galeria, .cont-contenido .cont-componentes .fotos .foto_galeria, .cont-contenido .cont-componentes .fichas .foto_galeria, .cont-contenido .cont-componentes .indices .foto_galeria, .cont-contenido .cont-componentes .relacionados .foto_galeria {
        min-width: 120px;
        height: 120px; } }
    @media (max-width: 480px) {
      .componente .foto_galeria, .cont-contenido .cont-componentes .parrafos .foto_galeria, .cont-contenido .cont-componentes .archivos .foto_galeria, .cont-contenido .cont-componentes .videos .foto_galeria, .cont-contenido .cont-componentes .links .foto_galeria, .cont-contenido .cont-componentes .fotos .foto_galeria, .cont-contenido .cont-componentes .fichas .foto_galeria, .cont-contenido .cont-componentes .indices .foto_galeria, .cont-contenido .cont-componentes .relacionados .foto_galeria {
        min-width: 150px;
        height: 150px; } }
  .componente .zona_1, .cont-contenido .cont-componentes .parrafos .zona_1, .cont-contenido .cont-componentes .archivos .zona_1, .cont-contenido .cont-componentes .videos .zona_1, .cont-contenido .cont-componentes .links .zona_1, .cont-contenido .cont-componentes .fotos .zona_1, .cont-contenido .cont-componentes .fichas .zona_1, .cont-contenido .cont-componentes .indices .zona_1, .cont-contenido .cont-componentes .relacionados .zona_1 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid white; }
    .componente .zona_1 span.numero-indice, .cont-contenido .cont-componentes .parrafos .zona_1 span.numero-indice, .cont-contenido .cont-componentes .archivos .zona_1 span.numero-indice, .cont-contenido .cont-componentes .videos .zona_1 span.numero-indice, .cont-contenido .cont-componentes .links .zona_1 span.numero-indice, .cont-contenido .cont-componentes .fotos .zona_1 span.numero-indice, .cont-contenido .cont-componentes .fichas .zona_1 span.numero-indice, .cont-contenido .cont-componentes .indices .zona_1 span.numero-indice, .cont-contenido .cont-componentes .relacionados .zona_1 span.numero-indice {
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      background-color: #181818;
      border-radius: 50%;
      color: #ffffff;
      display: inline-block;
      font-size: 15px;
      height: 30px;
      margin-right: 10px;
      padding-top: 4px;
      text-align: center;
      width: 30px; }
    .componente .zona_1 a, .cont-contenido .cont-componentes .parrafos .zona_1 a, .cont-contenido .cont-componentes .archivos .zona_1 a, .cont-contenido .cont-componentes .videos .zona_1 a, .cont-contenido .cont-componentes .links .zona_1 a, .cont-contenido .cont-componentes .fotos .zona_1 a, .cont-contenido .cont-componentes .fichas .zona_1 a, .cont-contenido .cont-componentes .indices .zona_1 a, .cont-contenido .cont-componentes .relacionados .zona_1 a {
      color: #181818;
      font-size: 18px;
      font-weight: 400;
      vertical-align: middle; }
      .componente .zona_1 a:hover, .cont-contenido .cont-componentes .parrafos .zona_1 a:hover, .cont-contenido .cont-componentes .archivos .zona_1 a:hover, .cont-contenido .cont-componentes .videos .zona_1 a:hover, .cont-contenido .cont-componentes .links .zona_1 a:hover, .cont-contenido .cont-componentes .fotos .zona_1 a:hover, .cont-contenido .cont-componentes .fichas .zona_1 a:hover, .cont-contenido .cont-componentes .indices .zona_1 a:hover, .cont-contenido .cont-componentes .relacionados .zona_1 a:hover {
        color: #181818; }
    .componente .zona_1 .expandir, .cont-contenido .cont-componentes .parrafos .zona_1 .expandir, .cont-contenido .cont-componentes .archivos .zona_1 .expandir, .cont-contenido .cont-componentes .videos .zona_1 .expandir, .cont-contenido .cont-componentes .links .zona_1 .expandir, .cont-contenido .cont-componentes .fotos .zona_1 .expandir, .cont-contenido .cont-componentes .fichas .zona_1 .expandir, .cont-contenido .cont-componentes .indices .zona_1 .expandir, .cont-contenido .cont-componentes .relacionados .zona_1 .expandir {
      position: absolute;
      top: 0;
      right: 0;
      margin: 8px 0;
      font-size: 15px; }
  .componente .zona_2, .cont-contenido .cont-componentes .parrafos .zona_2, .cont-contenido .cont-componentes .archivos .zona_2, .cont-contenido .cont-componentes .videos .zona_2, .cont-contenido .cont-componentes .links .zona_2, .cont-contenido .cont-componentes .fotos .zona_2, .cont-contenido .cont-componentes .fichas .zona_2, .cont-contenido .cont-componentes .indices .zona_2, .cont-contenido .cont-componentes .relacionados .zona_2 {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid white;
    clear: both; }
    .componente .zona_2 span, .cont-contenido .cont-componentes .parrafos .zona_2 span, .cont-contenido .cont-componentes .archivos .zona_2 span, .cont-contenido .cont-componentes .videos .zona_2 span, .cont-contenido .cont-componentes .links .zona_2 span, .cont-contenido .cont-componentes .fotos .zona_2 span, .cont-contenido .cont-componentes .fichas .zona_2 span, .cont-contenido .cont-componentes .indices .zona_2 span, .cont-contenido .cont-componentes .relacionados .zona_2 span {
      background-color: #181818;
      color: #ffffff;
      font-size: 15px;
      width: 30px;
      height: 30px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      padding-top: 5px;
      display: inline-block;
      margin-right: 10px; }
    .componente .zona_2 h2, .cont-contenido .cont-componentes .parrafos .zona_2 h2, .cont-contenido .cont-componentes .archivos .zona_2 h2, .cont-contenido .cont-componentes .videos .zona_2 h2, .cont-contenido .cont-componentes .links .zona_2 h2, .cont-contenido .cont-componentes .fotos .zona_2 h2, .cont-contenido .cont-componentes .fichas .zona_2 h2, .cont-contenido .cont-componentes .indices .zona_2 h2, .cont-contenido .cont-componentes .relacionados .zona_2 h2 {
      display: inline-block;
      color: #c73e32;
      font-size: 24px;
      font-weight: 400;
      vertical-align: sub;
      margin-bottom: 15px; }
    .componente .zona_2 p, .cont-contenido .cont-componentes .parrafos .zona_2 p, .cont-contenido .cont-componentes .archivos .zona_2 p, .cont-contenido .cont-componentes .videos .zona_2 p, .cont-contenido .cont-componentes .links .zona_2 p, .cont-contenido .cont-componentes .fotos .zona_2 p, .cont-contenido .cont-componentes .fichas .zona_2 p, .cont-contenido .cont-componentes .indices .zona_2 p, .cont-contenido .cont-componentes .relacionados .zona_2 p {
      font-size: 15px;
      color: #777777;
      line-height: 25px;
      margin-bottom: 25px; }
    .componente .zona_2 img, .cont-contenido .cont-componentes .parrafos .zona_2 img, .cont-contenido .cont-componentes .archivos .zona_2 img, .cont-contenido .cont-componentes .videos .zona_2 img, .cont-contenido .cont-componentes .links .zona_2 img, .cont-contenido .cont-componentes .fotos .zona_2 img, .cont-contenido .cont-componentes .fichas .zona_2 img, .cont-contenido .cont-componentes .indices .zona_2 img, .cont-contenido .cont-componentes .relacionados .zona_2 img {
      margin-bottom: 50px; }
    .componente .zona_2 .boton, .cont-contenido .cont-componentes .parrafos .zona_2 .boton, .cont-contenido .cont-componentes .archivos .zona_2 .boton, .cont-contenido .cont-componentes .videos .zona_2 .boton, .cont-contenido .cont-componentes .links .zona_2 .boton, .cont-contenido .cont-componentes .fotos .zona_2 .boton, .cont-contenido .cont-componentes .fichas .zona_2 .boton, .cont-contenido .cont-componentes .indices .zona_2 .boton, .cont-contenido .cont-componentes .relacionados .zona_2 .boton, .componente .zona_2 .facebook, .cont-contenido .cont-componentes .parrafos .zona_2 .facebook, .cont-contenido .cont-componentes .archivos .zona_2 .facebook, .cont-contenido .cont-componentes .videos .zona_2 .facebook, .cont-contenido .cont-componentes .links .zona_2 .facebook, .cont-contenido .cont-componentes .fotos .zona_2 .facebook, .cont-contenido .cont-componentes .fichas .zona_2 .facebook, .cont-contenido .cont-componentes .indices .zona_2 .facebook, .cont-contenido .cont-componentes .relacionados .zona_2 .facebook, .componente .zona_2 .google, .cont-contenido .cont-componentes .parrafos .zona_2 .google, .cont-contenido .cont-componentes .archivos .zona_2 .google, .cont-contenido .cont-componentes .videos .zona_2 .google, .cont-contenido .cont-componentes .links .zona_2 .google, .cont-contenido .cont-componentes .fotos .zona_2 .google, .cont-contenido .cont-componentes .fichas .zona_2 .google, .cont-contenido .cont-componentes .indices .zona_2 .google, .cont-contenido .cont-componentes .relacionados .zona_2 .google {
      background-color: #c73e32;
      color: #ffffff;
      font-size: 15px;
      display: inline-block;
      padding: 5px 25px;
      transition: all 0.2s ease-out;
      padding-bottom: 5px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out; }
      .componente .zona_2 .boton:hover, .cont-contenido .cont-componentes .parrafos .zona_2 .boton:hover, .cont-contenido .cont-componentes .archivos .zona_2 .boton:hover, .cont-contenido .cont-componentes .videos .zona_2 .boton:hover, .cont-contenido .cont-componentes .links .zona_2 .boton:hover, .cont-contenido .cont-componentes .fotos .zona_2 .boton:hover, .cont-contenido .cont-componentes .fichas .zona_2 .boton:hover, .cont-contenido .cont-componentes .indices .zona_2 .boton:hover, .cont-contenido .cont-componentes .relacionados .zona_2 .boton:hover, .componente .zona_2 .facebook:hover, .cont-contenido .cont-componentes .parrafos .zona_2 .facebook:hover, .cont-contenido .cont-componentes .archivos .zona_2 .facebook:hover, .cont-contenido .cont-componentes .videos .zona_2 .facebook:hover, .cont-contenido .cont-componentes .links .zona_2 .facebook:hover, .cont-contenido .cont-componentes .fotos .zona_2 .facebook:hover, .cont-contenido .cont-componentes .fichas .zona_2 .facebook:hover, .cont-contenido .cont-componentes .indices .zona_2 .facebook:hover, .cont-contenido .cont-componentes .relacionados .zona_2 .facebook:hover, .componente .zona_2 .google:hover, .cont-contenido .cont-componentes .parrafos .zona_2 .google:hover, .cont-contenido .cont-componentes .archivos .zona_2 .google:hover, .cont-contenido .cont-componentes .videos .zona_2 .google:hover, .cont-contenido .cont-componentes .links .zona_2 .google:hover, .cont-contenido .cont-componentes .fotos .zona_2 .google:hover, .cont-contenido .cont-componentes .fichas .zona_2 .google:hover, .cont-contenido .cont-componentes .indices .zona_2 .google:hover, .cont-contenido .cont-componentes .relacionados .zona_2 .google:hover {
        background-color: #181818; }

.cont-contenido {
  /* Componente - Presentacion */
  /* Componentes */ }
  .cont-contenido .cont-barra_navegacion {
    border-top: 1px solid #f3f3f3;
    text-align: center;
    vertical-align: middle;
    padding-top: 15px; }
  .cont-contenido header figure {
    text-align: center; }
  .cont-contenido header .fecha {
    text-align: center;
    font-size: 15px; }
  .cont-contenido h1 {
    border: none;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 0;
    font-size: 30px;
    font-weight: 700; }
  .cont-contenido .cont-presentacion {
    margin-bottom: 30px; }
    .cont-contenido .cont-presentacion .portada {
      position: relative;
      width: 100%;
      min-height: 150px;
      text-align: center;
      overflow: hidden;
      margin-bottom: 25px; }
      .cont-contenido .cont-presentacion .portada figure {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        text-align: center; }
        .cont-contenido .cont-presentacion .portada figure h1 {
          color: #c73e32;
          font-size: 35px;
          font-weight: 500; }
        .cont-contenido .cont-presentacion .portada figure a {
          font-size: 14px;
          color: #c73e32; }
          .cont-contenido .cont-presentacion .portada figure a:hover {
            color: #181818; }
    .cont-contenido .cont-presentacion h1 {
      font-size: 35px;
      font-weight: 500;
      margin-bottom: 15px; }
    .cont-contenido .cont-presentacion h2 {
      font-size: 24px;
      font-weight: 400;
      margin-bottom: 15px; }
    .cont-contenido .cont-presentacion .texto {
      margin-top: 10px;
      margin-right: auto;
      margin-left: auto;
      line-height: 1.7; }
      .cont-contenido .cont-presentacion .texto p {
        font-size: 15px;
        color: #777777;
        line-height: 25px; }
  .cont-contenido .cont-componentes {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    /* Componente - Parrafo */
    /* Componente - Archivos */
    /* Componente - Videos */
    /* Componente - Links */
    /* Componente - Fotos */
    /* Componente - Fichas */
    /* Componente - Indices */
    /* Componente - Relacionados */ }
    @media (max-width: 768px) {
      .cont-contenido .cont-componentes {
        margin: 0 40px; } }
    .cont-contenido .cont-componentes .archivos h1 {
      text-align: left; }
    .cont-contenido .cont-componentes .archivos h2 a:hover {
      background-color: transparent; }
    .cont-contenido .cont-componentes .fichas {
      margin-top: 20px; }
      .cont-contenido .cont-componentes .fichas .texto-fichas {
        font-size: 16px; }
      .cont-contenido .cont-componentes .fichas h2 {
        margin-bottom: 0px;
        font-weight: 500;
        font-size: 20px; }
      .cont-contenido .cont-componentes .fichas h3 {
        font-size: 15px;
        font-weight: 300;
        margin-bottom: 5px; }
      .cont-contenido .cont-componentes .fichas h4 {
        font-size: 15px;
        font-weight: 300;
        margin-bottom: 5px; }
      .cont-contenido .cont-componentes .fichas p {
        font-size: 15px;
        line-height: 1.7; }
      .cont-contenido .cont-componentes .fichas .texto {
        float: right; }
        @media (max-width: 480px) {
          .cont-contenido .cont-componentes .fichas .texto {
            float: none; } }
      .cont-contenido .cont-componentes .fichas .video-container {
        padding-bottom: 24.25%; }
        @media (max-width: 480px) {
          .cont-contenido .cont-componentes .fichas .video-container {
            width: 100%; } }
    .cont-contenido .cont-componentes .indices .boton, .cont-contenido .cont-componentes .indices .facebook, .cont-contenido .cont-componentes .indices .google {
      background-color: #181818;
      color: #ffffff !important;
      font-weight: 700; }
    .cont-contenido .cont-componentes .indices > div.portada {
      margin-bottom: 60px; }

/*-------------------------------------------*\
banners.css

- Banner A
\*-------------------------------------------*/
/* Banner A */
.cont-banner_a {
  text-align: center;
  margin-bottom: 25px; }

/*-------------------------------------------*\
encuesta.css

- Encuesta
\*-------------------------------------------*/
/* ENCUESTA */
.btn-encuesta:visited {
  background-color: #f3f3f3; }

.cont-encuesta {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid white; }
  .cont-encuesta:hover .item-cara {
    opacity: 0.5; }
  .cont-encuesta .bloque {
    margin-bottom: 50px; }
  .cont-encuesta h5 {
    margin-bottom: 15px; }
  .cont-encuesta .item-cara {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    /*
*/ }
    .cont-encuesta .item-cara:hover, .cont-encuesta .item-cara.activo {
      opacity: 1; }
      .cont-encuesta .item-cara:hover a span, .cont-encuesta .item-cara.activo a span {
        margin-bottom: -20px;
        opacity: 1; }
      .cont-encuesta .item-cara:hover img, .cont-encuesta .item-cara.activo img {
        top: -10px;
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2); }
    .cont-encuesta .item-cara img {
      position: relative;
      top: 0;
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out; }
    .cont-encuesta .item-cara a {
      position: relative;
      display: block;
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out; }
      .cont-encuesta .item-cara a span {
        position: absolute;
        bottom: 0;
        left: calc(50% - 45px);
        margin-bottom: 0;
        width: 100px;
        text-align: center;
        opacity: 0;
        transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out; }
    .cont-encuesta .item-cara img {
      width: 60px; }
    .cont-encuesta .item-cara:nth-child(1) span {
      color: #c61a4b; }
    .cont-encuesta .item-cara:nth-child(2) span {
      color: #fec55e; }
    .cont-encuesta .item-cara:nth-child(3) span {
      color: #fa8900; }
    .cont-encuesta .item-cara:nth-child(4) span {
      color: #009334; }
  .cont-encuesta .textarea-encuesta {
    height: 108px !important; }
  .cont-encuesta .ac-custom label::before {
    background-color: #ffffff;
    top: 6px; }

.enviar-encuesta {
  font-size: 16px;
  font-weight: 900;
  color: #181818;
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0; }
  .enviar-encuesta:hover {
    color: #c73e32;
    color: #ffffff; }

/* ENCUESTA - FIN */
/*-------------------------------------------*\
flotantes.css

- Flecha Subir
- Boton Contacto FLotante
- CHAT
\*-------------------------------------------*/
/* Flecha Subir */
.cont-subir {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  background-color: #a4a4a4;
  border-radius: 50%;
  bottom: 0;
  color: #ffffff;
  font-size: 20px;
  height: 40px;
  line-height: 35px;
  margin: 12% 15px;
  position: fixed;
  opacity: 0.5;
  right: 0;
  text-align: center;
  text-decoration: none;
  width: 40px;
  z-index: 2; }
  .cont-subir:active, .cont-subir:hover, .cont-subir:focus {
    text-decoration: none;
    color: #ffffff;
    opacity: 1; }
  @media (max-width: 768px) {
    .cont-subir {
      display: none; } }

/* Boton Contacto FLotante */
.cont-contacto_flotante {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 20;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }
  @media (max-width: 768px) {
    .cont-contacto_flotante {
      display: none; } }
  .cont-contacto_flotante:hover {
    opacity: 1; }

.cont-chat {
  display: none;
  border-radius: 50%;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  background-color: #25d366;
  bottom: 0;
  height: 60px;
  margin: 15px;
  position: fixed;
  right: 0;
  width: 60px;
  z-index: 2;
  font-size: 30px;
  text-align: center;
  line-height: 55px;
  color: #ffffff;
  text-decoration: none; }
  .cont-chat:active, .cont-chat:hover, .cont-chat:focus {
    text-decoration: none;
    color: #ffffff; }
  .cont-chat.especial {
    margin-bottom: 150px; }
  @media (max-width: 768px) {
    .cont-chat {
      display: block; } }

/*-------------------------------------------*\
mensajes_alertas.css

- Mensajes / Alertas
- Mensaje - Paginas de Alerta
- Mensaje - APP Progresiva

\*-------------------------------------------*/
/* Mensajes / Alertas */
.alert, .mensaje,
.mensaje {
  font-size: 14px;
  text-align: left; }

.alert::before, .mensaje::before,
.mensaje::before {
  display: block;
  position: absolute;
  font-family: "iconos";
  content: "";
  top: 0;
  left: 0;
  margin: -15px;
  color: #3f75b3;
  text-align: center;
  font-size: 30px;
  text-shadow: 0px 0px 6px #ffffff;
  border-radius: 50%; }

/* Mensaje - Paginas de Alerta */
.cont-mensajes {
  margin-bottom: 50px;
  margin-top: 40px;
  padding: 0 15px;
  text-align: center;
  color: #181818;
  font-size: 16px;
  font-weight: 500; }
  @media (max-width: 768px) {
    .cont-mensajes {
      padding: 15px; } }
  .cont-mensajes h1 {
    color: #c73e32;
    font-size: 32px;
    margin-bottom: 40px; }
  .cont-mensajes b {
    color: #181818; }
  .cont-mensajes span {
    color: #181818; }
  .cont-mensajes a {
    color: #181818; }
  .cont-mensajes span[class^="icono-"] {
    color: #c73e32;
    font-size: 33px; }
  .cont-mensajes .btn {
    font-size: 20px;
    font-weight: 300;
    padding: 15px 35px !important; }
    @media (max-width: 768px) {
      .cont-mensajes .btn {
        white-space: normal; } }
    .cont-mensajes .btn a {
      color: #ffffff !important;
      text-decoration: underline; }
  .cont-mensajes .btn-tarjeta {
    font-weight: 700;
    font-size: 20px; }
  .cont-mensajes .titulos-mensajes {
    color: #a9adb6;
    font-size: 51px; }
    @media (max-width: 480px) {
      .cont-mensajes .titulos-mensajes {
        font-size: 41px; } }
  .cont-mensajes .subtitulos-mensajes {
    color: #777777;
    font-size: 30px;
    font-weight: 500; }
    @media (max-width: 480px) {
      .cont-mensajes .subtitulos-mensajes {
        font-size: 25px; } }
  .cont-mensajes .texto-mensajes {
    color: #777777;
    font-size: 18px;
    line-height: 2; }
    @media (max-width: 480px) {
      .cont-mensajes .texto-mensajes {
        font-size: 15px;
        line-height: 1.5; } }
  @media (max-width: 480px) {
    .cont-mensajes img {
      max-width: 200px;
      max-height: 200px; } }
  .cont-mensajes ul li {
    font-size: 17px;
    list-style-type: none; }

/* Mensaje - APP Progresiva */
.msj_descarga {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 5;
  background-color: #fff;
  box-shadow: 8px 8px 16px 8px rgba(0, 0, 0, 0.5); }
  @media (min-width: 848px) {
    .msj_descarga {
      visibility: hidden; } }
  .msj_descarga p {
    font-size: 12px;
    font-style: normal;
    padding: 5px 15px 10px;
    margin-bottom: 0; }
  .msj_descarga .titulo-msj_android,
  .msj_descarga .titulo-msj_ios {
    font-size: 12px;
    font-weight: 400;
    color: #181818;
    margin: 13px 30px 20px 85px; }
  .msj_descarga .boton-ampliar_msj_descarga {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 15px;
    font-size: 25px;
    color: #a4a4a4; }
  .msj_descarga .logo-msj_descarga, .msj_descarga .logo-msj_descarga-android {
    position: absolute;
    top: 0;
    left: 0;
    margin: 15px;
    margin-top: -15px;
    width: 60px;
    height: 60px;
    padding: 10px;
    background-color: white; }
  .msj_descarga .txt_instructivo {
    font-size: 13px;
    padding-top: 0;
    color: #a4a4a4; }
  .msj_descarga .link_instructivo {
    font-size: 13px;
    padding-top: 0;
    color: black; }

/*-------------------------------------------*\
menu.css

- Menu A
- Menu Lateral - Responsive
- Menu Filtros - ECMS Style

\*-------------------------------------------*/
/* Menu A */
.cont-menu_a {
  margin-bottom: 0px; }
  .cont-menu_a li {
    display: inline-block; }
    .cont-menu_a li a {
      display: block;
      color: #424346;
      font-size: 13px;
      text-decoration: none; }
    .cont-menu_a li:hover a {
      color: #c73e32; }
    .cont-menu_a li:hover .cont-submenu_a {
      display: block;
      -webkit-box-shadow: inset 0px 0px 2px 0px rgba(24, 24, 28, 0.3);
      -moz-box-shadow: inset 0px 0px 2px 0px rgba(24, 24, 28, 0.3);
      box-shadow: inset 0px 0px 2px 0px rgba(24, 24, 28, 0.3); }
    .cont-menu_a li .cont-submenu_a {
      background-color: #ffffff;
      position: absolute;
      min-width: 250px;
      max-width: min-content;
      width: 100%;
      top: 110%;
      z-index: 2;
      display: none;
      padding: 20px 30px;
      padding-right: 20px; }
      .cont-menu_a li .cont-submenu_a a {
        margin: 20px 0;
        font-size: 15px;
        font-weight: 700;
        color: #142704; }
        .cont-menu_a li .cont-submenu_a a:hover {
          color: #d32a50; }

/* Menu Lateral - Responsive */
.menu_lateral {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 325px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: -3px 2px 5px 2px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: -3px 2px 5px 2px rgba(0, 0, 0, 0.09);
  box-shadow: -3px 2px 5px 2px rgba(0, 0, 0, 0.09);
  overflow-y: auto;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out; }
  .menu_lateral.izquierda {
    left: -500px;
    right: auto; }

.menu_lateral_fondo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

/* Menu Filtros - ECMS Style */
.menu_lateral_filtros {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 325px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: -3px 2px 5px 2px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: -3px 2px 5px 2px rgba(0, 0, 0, 0.09);
  box-shadow: -3px 2px 5px 2px rgba(0, 0, 0, 0.09);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out; }

.menu_lateral_filtrado {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

/*-------------------------------------------*\
pie.css

- Pie
- Pie - Menu B
\*-------------------------------------------*/
/* Pie */
footer {
  background-color: #edeef0;
  padding-top: 80px;
  margin-top: 60px;
  border-top: 1px solid #f3f3f3; }
  @media (max-width: 480px) {
    footer {
      padding-top: 30px;
      margin-top: 30px;
      text-align: center; } }
  footer .iconos_pie {
    font-size: 17px; }
  footer .titulos-pie {
    margin-bottom: 0;
    color: #4d4d4f;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.3; }
    @media (max-width: 480px) {
      footer .titulos-pie {
        font-size: 15px;
        text-align: left; } }
  footer .txt_pie {
    font-size: 13px;
    color: #4d4d4f;
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      footer .txt_pie {
        text-align: left; } }
    footer .txt_pie p,
    footer .txt_pie a {
      color: #181818; }

/* Pie - Menu B */
.cont-menu_b {
  margin-bottom: 40px;
  padding-top: 35px; }
  @media (max-width: 480px) {
    .cont-menu_b {
      display: none; } }
  .cont-menu_b ul {
    text-align: center; }
    .cont-menu_b ul li {
      display: inline-block;
      margin-bottom: 5px;
      font-size: 13px;
      color: #bebebe; }
      @media (max-width: 480px) {
        .cont-menu_b ul li {
          text-align: left;
          display: block; } }
      .cont-menu_b ul li .separador {
        margin: 0 10px; }
      .cont-menu_b ul li:last-child .separador {
        display: none; }
      .cont-menu_b ul li a {
        display: inline-block;
        color: #4d4d4f;
        line-height: 1;
        font-weight: 500; }
        @media (max-width: 480px) {
          .cont-menu_b ul li a {
            display: block; } }

.cont-sub_pie {
  background-color: #edeef0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #bebebe;
  font-size: 13px; }
  .cont-sub_pie .storeplus {
    width: 100px;
    height: 22px;
    opacity: 0.4;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out; }
    .cont-sub_pie .storeplus:hover {
      opacity: 1; }

/*-------------------------------------------*\
suscripcion.css

- Suscripcion
- PoPup - Suscripcion
\*-------------------------------------------*/
/*//////////////////////////*/
/* SUSCRIPCION */
/*//////////////////////////*/
@media (max-width: 1024px) {
  .cont-suscripcion {
    margin-bottom: 15px; } }
.cont-suscripcion .campo_suscripcion {
  margin-bottom: 15px; }
  .cont-suscripcion .campo_suscripcion input {
    height: 40px;
    border-radius: 3px;
    background-color: #ffffff; }
    .cont-suscripcion .campo_suscripcion input::-webkit-input-placeholder {
      color: #4d4d4f;
      font-size: 13px; }
    .cont-suscripcion .campo_suscripcion input:-moz-placeholder {
      color: #4d4d4f;
      font-size: 13px;
      opacity: 1; }
    .cont-suscripcion .campo_suscripcion input::-moz-placeholder {
      color: #4d4d4f;
      font-size: 13px;
      opacity: 1; }
    .cont-suscripcion .campo_suscripcion input:-ms-input-placeholder {
      color: #4d4d4f;
      font-size: 13px; }
  .cont-suscripcion .campo_suscripcion a {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    background-color: #777777;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    margin-left: -2px;
    padding: 12px 12px;
    text-decoration: none;
    text-transform: uppercase; }
    .cont-suscripcion .campo_suscripcion a:hover {
      background-color: #4d4d4f; }
.cont-suscripcion .mensaje {
  position: absolute;
  width: 100%;
  top: -120%;
  right: 0;
  z-index: 1; }
.cont-suscripcion .cont-seguinos_en span {
  vertical-align: middle; }
.cont-suscripcion .cont-seguinos_en a {
  margin-left: 5px;
  text-decoration: none;
  color: #4d4d4f;
  font-size: 20px; }
  .cont-suscripcion .cont-seguinos_en a:hover {
    color: #181818; }

/*//////////////////////////*/
/*//////////////////////////*/
.cont-suscripcion_promo {
  position: relative; }
  .cont-suscripcion_promo .mensaje_suscripcion_promo {
    width: 100%;
    bottom: 16%;
    padding: 0 30px; }
    .cont-suscripcion_promo .mensaje_suscripcion_promo.con_formulario {
      width: 40%; }
      @media (max-width: 808px) {
        .cont-suscripcion_promo .mensaje_suscripcion_promo.con_formulario {
          top: 50px;
          width: 100%;
          margin: 17% 0; } }
  .cont-suscripcion_promo .cont_contacto {
    position: absolute;
    width: 344px;
    bottom: 0;
    right: 0;
    margin: 50px; }
    @media (max-width: 808px) {
      .cont-suscripcion_promo .cont_contacto {
        width: 100%;
        margin: 0;
        padding: 20px 30px; } }
    .cont-suscripcion_promo .cont_contacto input[type="text"] {
      width: 100%;
      height: 43px;
      margin-bottom: 15px;
      border-radius: 5px;
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out; }
      .cont-suscripcion_promo .cont_contacto input[type="text"]:focus {
        box-shadow: inset 0 0 2px 0 #181818;
        border-color: #181818;
        outline-color: #181818; }
    .cont-suscripcion_promo .cont_contacto input[type="button"] {
      display: block;
      padding: 13px;
      width: 100%;
      color: #ffffff;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      background-color: #181818;
      border-radius: 5px;
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out; }
      .cont-suscripcion_promo .cont_contacto input[type="button"]:hover {
        background-color: black; }

/* SUSCRIPCION - FIN*/
/*-------------------------------------------*\
portadas.css

- Portadas
 - Portada A
 - Portada B
 - Portada C - Uno Dos Columnas
 - Portada D
\*-------------------------------------------*/
/* Portadas */
.cont-portada h2, .cont-portada_b h2, .cont-productos h2 {
  font-size: 30px;
  font-weight: 700;
  color: #181818;
  display: block;
  margin-bottom: 15px;
  margin-top: 20px; }
  @media (max-width: 768px) {
    .cont-portada h2, .cont-portada_b h2, .cont-productos h2 {
      font-size: 30px;
      margin-bottom: 15px;
      text-align: center;
      padding: 0px 10px; } }
  .cont-portada h2 a:hover, .cont-portada_b h2 a:hover, .cont-productos h2 a:hover {
    color: #585858;
    text-decoration: none; }
.cont-portada .titulos-portadas, .cont-portada_b .titulos-portadas, .cont-productos .titulos-portadas {
  font-size: 30px;
  font-weight: 700;
  color: #c73e32;
  text-align: center; }
  @media (max-width: 768px) {
    .cont-portada .titulos-portadas, .cont-portada_b .titulos-portadas, .cont-productos .titulos-portadas {
      font-size: 40px; } }
.cont-portada .titulos-portada_c, .cont-portada_b .titulos-portada_c, .cont-productos .titulos-portada_c {
  font-size: 40px;
  color: #19a5df; }
  @media (max-width: 768px) {
    .cont-portada .titulos-portada_c, .cont-portada_b .titulos-portada_c, .cont-productos .titulos-portada_c {
      font-size: 40px;
      margin-left: 5px; } }
  @media (max-width: 480px) {
    .cont-portada .titulos-portada_c, .cont-portada_b .titulos-portada_c, .cont-productos .titulos-portada_c {
      font-size: 35px; } }
.cont-portada .titulos-portada_e, .cont-portada_b .titulos-portada_e, .cont-productos .titulos-portada_e {
  font-size: 40px;
  color: #2b143b; }
  @media (max-width: 768px) {
    .cont-portada .titulos-portada_e, .cont-portada_b .titulos-portada_e, .cont-productos .titulos-portada_e {
      font-size: 35px; } }

/* Portada A */
.cont-portada_a {
  position: relative;
  margin-bottom: 15px;
  text-align: center; }
  @media (max-width: 768px) {
    .cont-portada_a {
      margin-top: 0; } }
  .cont-portada_a .cont-portada_a_slider {
    display: block; }
  .cont-portada_a .swiper-slide {
    background-color: #ffffff; }
  .cont-portada_a .swiper-lazy-preloader {
    z-index: -1; }
  .cont-portada_a .swiper-slide {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out; }
    .cont-portada_a .swiper-slide:not(.swiper-slide-active) {
      opacity: 0.5; }
  .cont-portada_a figure {
    margin-bottom: 0;
    margin-top: 0px; }
    @media (max-width: 768px) {
      .cont-portada_a figure {
        margin-top: 0px; } }
  .cont-portada_a .flechas_slider_a {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0; }
    @media (max-width: 768px) {
      .cont-portada_a .flechas_slider_a {
        display: none; } }
    .cont-portada_a .flechas_slider_a .flecha_slider {
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -webkit-transform: scale(0.8, 0.8);
      -moz-transform: scale(0.8, 0.8);
      -ms-transform: scale(0.8, 0.8);
      transform: scale(0.8, 0.8);
      background: #4d4d4f;
      border-radius: 50%;
      color: #ffffff;
      cursor: pointer;
      height: 50px;
      line-height: 50px;
      opacity: 0.5;
      position: absolute;
      text-align: center;
      top: calc(50% - 25px);
      width: 50px;
      z-index: 10; }
      .cont-portada_a .flechas_slider_a .flecha_slider:hover {
        -webkit-box-shadow: 0px 0px 8px 6px rgba(24, 24, 28, 0.3);
        -moz-box-shadow: 0px 0px 8px 6px rgba(24, 24, 28, 0.3);
        box-shadow: 0px 0px 8px 6px rgba(24, 24, 28, 0.3);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        background: black;
        opacity: 1; }
      .cont-portada_a .flechas_slider_a .flecha_slider.next {
        right: 0; }
      .cont-portada_a .flechas_slider_a .flecha_slider.prev {
        left: 0; }
      .cont-portada_a .flechas_slider_a .flecha_slider span {
        font-size: 50px; }
      .cont-portada_a .flechas_slider_a .flecha_slider.swiper-button-disabled {
        opacity: 0; }
  .cont-portada_a .cont-portada_a_fig {
    width: 100% !important;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .cont-portada_a .titulo {
    position: absolute;
    top: 40%; }
    .cont-portada_a .titulo h2 {
      font-size: 180px; }
      .cont-portada_a .titulo h2 a {
        color: #ffffff;
        line-height: 0;
        transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out; }
        .cont-portada_a .titulo h2 a:hover {
          color: #181818; }
    .cont-portada_a .titulo h3 {
      font-size: 80px;
      color: #ffffff;
      text-transform: uppercase; }
      .cont-portada_a .titulo h3:hover a {
        color: #181818;
        transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out; }
      .cont-portada_a .titulo h3 a {
        color: #ffffff; }
  .cont-portada_a span {
    font-size: 25px !important; }
    .cont-portada_a span.icono-galeria {
      position: absolute;
      right: 0;
      top: 0;
      margin: 15px;
      color: #ffffff;
      font-size: 15px !important;
      z-index: 5; }

/* Portada B */
:root {
  --swiper-theme-color: #181818; }

@media (max-width: 768px) {
  .cont-portada_b {
    padding: 0; } }
.cont-portada_b .contenedor {
  width: 100%; }
.cont-portada_b .etiqueta-nuevo {
  margin-bottom: 0; }
.cont-portada_b div.swiper-pagination.swiper-pagination-progressbar {
  top: inherit;
  bottom: 0; }
.cont-portada_b:hover .slider-4col-prev,
.cont-portada_b:hover .slider-4col-next {
  -webkit-box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.1);
  transform: scale(1.3, 1.3); }
.cont-portada_b:hover h3 .btn_quitar {
  color: #ffffff;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2%;
  border-radius: 10%;
  background-color: #181818; }
  .cont-portada_b:hover h3 .btn_quitar:hover {
    color: #ffffff;
    background-color: #114082; }
.cont-portada_b:hover h3 a {
  color: #4d4d4f;
  text-decoration: none; }
  .cont-portada_b:hover h3 a:hover {
    color: #adadad; }
.cont-portada_b figcaption {
  padding: 10px;
  padding-bottom: 15px;
  margin-top: 5px;
  font-weight: 400; }
  @media (max-width: 480px) {
    .cont-portada_b figcaption {
      display: inline-block;
      vertical-align: middle; } }
  .cont-portada_b figcaption h3 {
    color: #4d4d4f;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px; }
    .cont-portada_b figcaption h3 a {
      color: #4d4d4f;
      text-decoration: none; }
      .cont-portada_b figcaption h3 a:hover {
        color: #adadad; }
  .cont-portada_b figcaption .precio {
    color: #c73e32;
    font-size: 18px;
    font-weight: 700; }
    .cont-portada_b figcaption .precio .destacado {
      text-decoration: line-through;
      color: #a4a4a4;
      font-size: 15px;
      vertical-align: middle; }
  .cont-portada_b figcaption .precio-anterior {
    font-size: 14px;
    color: #4d4d4f;
    text-decoration: line-through; }
  .cont-portada_b figcaption .descuento {
    font-size: 12px;
    color: #fff;
    background-color: #c73e32;
    padding: 5px;
    font-weight: 700;
    line-height: 2; }
  .cont-portada_b figcaption p {
    font-size: 15px;
    color: #181818;
    font-weight: 400;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px; }
  .cont-portada_b figcaption .ampliar {
    color: #181818;
    display: block;
    font-size: 15px;
    text-decoration: none; }
.cont-portada_b .slider-4col-prev,
.cont-portada_b .slider-4col-next {
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }
  .cont-portada_b .slider-4col-prev:after,
  .cont-portada_b .slider-4col-next:after {
    font-size: 30px; }
  .cont-portada_b .slider-4col-prev:focus,
  .cont-portada_b .slider-4col-next:focus {
    outline: none; }
  @media (max-width: 768px) {
    .cont-portada_b .slider-4col-prev,
    .cont-portada_b .slider-4col-next {
      display: none; } }
.cont-portada_b .slider-4col-prev {
  left: -30px; }
.cont-portada_b .slider-4col-next {
  right: -30px; }

/* Portada C */
.contenido-uno_dos_columnas {
  margin-bottom: 25px;
  /* PRODUCTO */ }
  .contenido-uno_dos_columnas .contenedor {
    margin-bottom: 25px; }
  .contenido-uno_dos_columnas .item-cuerpo {
    margin: 25px 0; }
    .contenido-uno_dos_columnas .item-cuerpo.conimg {
      margin-left: 0; }
  .contenido-uno_dos_columnas figure {
    margin: 0; }
    @media (max-width: 1024px) {
      .contenido-uno_dos_columnas figure {
        text-align: center; } }
  .contenido-uno_dos_columnas .item-texto {
    font-size: 14px; }
  .contenido-uno_dos_columnas .boton-comprar {
    display: block; }
    .contenido-uno_dos_columnas .boton-comprar a {
      display: block;
      max-width: 350px;
      text-align: center;
      padding: 12px; }
  .contenido-uno_dos_columnas .precio span,
  .contenido-uno_dos_columnas .precio strong {
    vertical-align: middle; }
  .contenido-uno_dos_columnas .precio span {
    color: #777777;
    font-size: 12px;
    margin-right: 10px; }
  .contenido-uno_dos_columnas .precio strong {
    color: #c73e32;
    font-size: 22px;
    font-weight: 600; }
  .contenido-uno_dos_columnas .precio .anterior {
    color: #4d4d4f;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-decoration: line-through; }

/* Portada D */
.cont-portada_d {
  margin-bottom: 25px; }
  .cont-portada_d h2 {
    padding-top: 5px;
    color: #181818;
    font-size: 30px;
    font-weight: bold;
    text-align: center; }
  .cont-portada_d .cont-producto {
    margin-bottom: 30px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out; }
    .cont-portada_d .cont-producto:hover {
      -webkit-box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.1);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
      transition: all 0.15s ease-out;
      -webkit-transition: all 0.15s ease-out;
      -moz-transition: all 0.15s ease-out;
      -ms-transition: all 0.15s ease-out;
      background-color: #ffffff;
      z-index: 1; }
    .cont-portada_d .cont-producto figure {
      height: auto;
      position: relative; }
    .cont-portada_d .cont-producto figcaption {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      margin: 0px; }
      .cont-portada_d .cont-producto figcaption h3 {
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        text-align: center; }
        .cont-portada_d .cont-producto figcaption h3 a {
          color: #ffffff; }
      .cont-portada_d .cont-producto figcaption .precio {
        font-size: 15px;
        font-weight: bold; }
    .cont-portada_d .cont-producto .descuento-santander {
      font-size: 8px; }

.etiqueta-nuevo img,
.etiqueta-producto,
.etiqueta-sale {
  height: 30px; }

/*-------------------------------------------*\
secciones.css

- Seccion
    - Portada
    - Contenidos Automaticos
\*-------------------------------------------*/
/* Seccion */
.cont-seccion {
  /* Componentes */
  /* Contenidos Automaticos */ }
  .cont-seccion .cont-barra_navegacion {
    border-top: 1px solid #f3f3f3;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px; }
  .cont-seccion .cont-componentes {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 768px) {
      .cont-seccion .cont-componentes {
        margin: 0 40px; } }
  .cont-seccion .texto {
    font-size: 16px;
    color: #181818;
    line-height: 1.7;
    margin-bottom: 10px; }
    .cont-seccion .texto p {
      font-size: 16px;
      color: #adadad; }
  .cont-seccion header figure {
    text-align: center; }
  .cont-seccion header .fecha {
    text-align: center;
    font-size: 15px; }
  .cont-seccion h1 {
    border: none;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0; }
  .cont-seccion .cont-presentacion {
    margin-bottom: 50px;
    /* Portada */ }
    .cont-seccion .cont-presentacion .portada {
      position: relative;
      width: 100%;
      min-height: 150px;
      text-align: center;
      overflow: hidden;
      background-color: #a4a4a4;
      margin-bottom: 25px; }
      .cont-seccion .cont-presentacion .portada figure {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        text-align: center; }
        .cont-seccion .cont-presentacion .portada figure h1 {
          color: #c73e32;
          font-size: 25px; }
        .cont-seccion .cont-presentacion .portada figure a {
          font-size: 14px;
          color: #c73e32; }
          .cont-seccion .cont-presentacion .portada figure a:hover {
            color: #181818; }
    .cont-seccion .cont-presentacion h1 {
      font-size: 35px;
      font-weight: 500;
      margin-bottom: 15px;
      text-align: center;
      font-weight: bold; }
    .cont-seccion .cont-presentacion h2 {
      font-size: 24px;
      font-weight: 400;
      margin-bottom: 15px; }
    .cont-seccion .cont-presentacion .texto {
      font-size: 15px;
      color: #181818;
      line-height: 1.4; }
  .cont-seccion .cont-automaticos {
    max-width: 860px;
    clear: both;
    margin-bottom: 50px; }
    .cont-seccion .cont-automaticos h1 {
      font-size: 35px;
      font-weight: 400;
      margin-bottom: 5px; }
      .cont-seccion .cont-automaticos h1 a {
        color: #181818; }
        .cont-seccion .cont-automaticos h1 a:hover {
          color: #c73e32; }
    .cont-seccion .cont-automaticos .texto {
      font-size: 16px;
      color: #adadad;
      line-height: 1.4; }
    .cont-seccion .cont-automaticos img {
      margin-bottom: 50px; }

/*-------------------------------------------*\
sliders.css

- Slider - Flechas
- Slider Portada D
- Slider - Relacionados / Sustitutos
\*-------------------------------------------*/
/* Slider - Flechas */
.flechas .flecha_slider {
  position: absolute;
  top: calc(45% - 23px);
  margin: 0 -20px;
  padding: 10px 15px;
  height: auto;
  width: auto;
  cursor: pointer;
  z-index: 10;
  background-image: none !important;
  background-color: transparent;
  border-radius: 50%;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }
  .flechas .flecha_slider.swiper-button-next {
    right: 0; }
  .flechas .flecha_slider.swiper-button-prev {
    left: 0; }
  .flechas .flecha_slider span {
    font-size: 24px; }
  .flechas .flecha_slider.swiper-button-disabled {
    opacity: 0; }

/* Slider Portada D */
.cont-producto_slider_d .cont-producto figure {
  margin-bottom: 0;
  border: 1px solid white; }
  .cont-producto_slider_d .cont-producto figure img {
    margin-bottom: 0; }
.cont-producto_slider_d .cont-producto figcaption {
  padding: 0;
  margin-top: 10px; }
  .cont-producto_slider_d .cont-producto figcaption h3 {
    font-size: 16px;
    font-weight: 300; }
    @media (max-width: 768px) {
      .cont-producto_slider_d .cont-producto figcaption h3 {
        font-size: 14px; } }
    .cont-producto_slider_d .cont-producto figcaption h3 a:hover {
      color: #181818; }
  .cont-producto_slider_d .cont-producto figcaption .precio {
    font-size: 18px; }
    .cont-producto_slider_d .cont-producto figcaption .precio .destacado {
      font-size: 15px;
      line-height: 0;
      margin-top: 15px; }
.cont-producto_slider_d .cont-producto .cont-comprar {
  display: none; }

/* Slider - Relacionados / Sustitutos */
.cont-productos {
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .cont-productos {
      padding: 0; } }
  .cont-productos .contenedor {
    width: 100%; }
  .cont-productos .etiqueta-nuevo {
    margin-bottom: 0; }
  .cont-productos div.swiper-pagination.swiper-pagination-progressbar {
    top: inherit;
    bottom: 0; }
  .cont-productos:hover .slider-productos-prev,
  .cont-productos:hover .slider-productos-next {
    -webkit-box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.1);
    transform: scale(1.3, 1.3); }
  .cont-productos .slider-productos-prev,
  .cont-productos .slider-productos-next {
    background-color: #ffffff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out; }
    .cont-productos .slider-productos-prev:after,
    .cont-productos .slider-productos-next:after {
      font-size: 30px; }
    .cont-productos .slider-productos-prev:focus,
    .cont-productos .slider-productos-next:focus {
      outline: none; }
  .cont-productos .slider-productos-prev {
    left: -30px; }
  .cont-productos .slider-productos-next {
    right: -30px; }

/*-------------------------------------------*\
formularios.css

- Formularios Genericos
- DIRECCIONES - Listado de direcciones mi cuenta
\*-------------------------------------------*/
/* Formularios Genericos */
.cont-formulario {
  /* DIRECCIONES - Listado de direcciones mi cuenta */ }
  .cont-formulario .bloque {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f3f3f3; }
  .cont-formulario h2 {
    text-align: center; }
  .cont-formulario i {
    font-size: 11px; }
  .cont-formulario label {
    font-size: 15px; }
  .cont-formulario input,
  .cont-formulario select,
  .cont-formulario textarea {
    margin-bottom: 15px; }
  .cont-formulario .boton, .cont-formulario .facebook, .cont-formulario .google {
    height: auto;
    font-size: 18px;
    text-decoration: none;
    color: #ffffff; }
  .cont-formulario a {
    font-size: 15px;
    color: #181818; }
    .cont-formulario a.mapa {
      display: block;
      text-align: right;
      margin-bottom: 10px; }
  .cont-formulario .item-direcciones {
    font-size: 15px; }
    .cont-formulario .item-direcciones .item p {
      font-size: 18px;
      font-weight: 700;
      color: #181818; }
    .cont-formulario .item-direcciones .item a {
      color: #bebebe;
      font-size: 15px;
      margin-left: 15px;
      font-weight: 400; }
      .cont-formulario .item-direcciones .item a.cancelar {
        color: #d32a50; }
    .cont-formulario .item-direcciones .boton-direcciones {
      display: block;
      color: #d32a50;
      font-size: 18px;
      font-weight: 700;
      margin-top: 35px; }

/*-------------------------------------------*\
login.css

- Login Menu
- Login Btn Facebook
- Login Btn Google
\*-------------------------------------------*/
/* Login Menu */
.cont-login_menu .login {
  position: relative;
  display: inline-block; }
  .cont-login_menu .login nav {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(24, 24, 28, 0.3);
    -moz-box-shadow: 0px 2px 2px 0px rgba(24, 24, 28, 0.3);
    box-shadow: 0px 2px 2px 0px rgba(24, 24, 28, 0.3);
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    background-color: white;
    left: calc(50% - 125px);
    margin-top: 10px;
    min-width: max-content;
    padding: 5px 0;
    top: 100%;
    width: 250px;
    z-index: 20; }
    .cont-login_menu .login nav hr {
      margin: 8px 0; }
    .cont-login_menu .login nav .item-cabezal {
      padding: 12px; }
    .cont-login_menu .login nav .item-cuerpo a {
      display: block;
      color: #181818;
      font-size: 14px;
      padding: 8px 12px;
      font-weight: 300; }
      .cont-login_menu .login nav .item-cuerpo a:hover {
        background-color: #f3f3f3;
        text-decoration: none; }
    .cont-login_menu .login nav:before {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent white transparent;
      position: absolute;
      top: -10px;
      right: calc(50% - 10px); }
  .cont-login_menu .login span.item-texto {
    font-size: 13px;
    color: #181818; }
  .cont-login_menu .login span.login_menu {
    position: absolute;
    right: 0;
    top: 8px;
    margin: 0 -25px;
    z-index: 20; }
.cont-login_menu .no_login {
  display: inline-block; }
  .cont-login_menu .no_login span.icono {
    margin-right: 5px;
    font-size: 24px; }
.cont-login_menu p {
  display: inline-block;
  color: #a4a4a4;
  margin-right: 5px;
  font-size: 14px; }

/* Login */
.cont-ingresar {
  text-align: center; }
  .cont-ingresar input {
    margin-bottom: 15px; }
  .cont-ingresar input[type="submit"] {
    margin-top: 5px; }
  .cont-ingresar a {
    color: #009ee0; }
    .cont-ingresar a:hover {
      text-decoration: underline; }
  .cont-ingresar .item-texto {
    font-weight: 700;
    color: #181818; }
  .cont-ingresar .item-link {
    color: #181818;
    font-size: 15px;
    margin-bottom: 10px;
    cursor: pointer; }
  .cont-ingresar hr {
    border-color: white; }

/* Login Btn Facebook */
.facebook {
  padding: 10px;
  background-color: #3b5998;
  color: #ffffff;
  font-weight: 400; }
  .facebook span {
    vertical-align: middle;
    font-size: 15px; }
    .facebook span[class^="icono-"], .facebook span[class*=" icono-"] {
      margin-right: 5px; }
  .facebook:hover {
    background-color: #4267b2; }

/* Login Btn Google */
.google {
  border: 2px solid #f3f3f3;
  background-color: #ffffff;
  color: #a4a4a4;
  font-weight: 400; }
  .google:hover {
    color: #a4a4a4;
    opacity: 0.5; }
  .google img,
  .google span {
    vertical-align: middle; }
  .google span {
    font-size: 15px; }
  .google img {
    width: 20px;
    margin-right: 5px; }

/*-------------------------------------------*\
menu_catalogo.css

- Menu Catalogo
\*-------------------------------------------*/
/* Menu Catalogo */
.cabezal-conmenu {
  position: relative; }
  .cabezal-conmenu [class^="col"],
  .cabezal-conmenu [class*=" col"] {
    position: static; }
  @media (max-width: 768px) {
    .cabezal-conmenu {
      margin-right: 0;
      margin-left: 0; } }

.cont-menu_catalogo {
  z-index: 15; }
  @media (max-width: 1024px) {
    .cont-menu_catalogo {
      display: none; } }

.menu-catalogo {
  position: static;
  margin-bottom: 0;
  text-align: center;
  padding: 0; }
  .menu-catalogo li {
    padding: 15px 0; }
    .menu-catalogo li li {
      padding: 0; }
  .menu-catalogo > li:hover > a, .menu-catalogo > li > a.activo {
    color: #a4a4a4; }
  .menu-catalogo .menu-nivel1 {
    display: inline-block; }
    .menu-catalogo .menu-nivel1.ultimo {
      margin-right: 0; }
    .menu-catalogo .menu-nivel1 a {
      display: inline-block;
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      text-decoration: none;
      color: #181818;
      font-size: 14px;
      font-weight: 500; }
    .menu-catalogo .menu-nivel1 > a {
      padding-left: 5px;
      padding-right: 35px;
      font-weight: 600;
      color: #181818;
      font-size: 13px;
      text-transform: uppercase; }
      .menu-catalogo .menu-nivel1 > a.primero {
        padding-left: 0; }
    .menu-catalogo .menu-nivel1:hover > a, .menu-catalogo .menu-nivel1.activo > a {
      color: #585858;
      position: relative; }
    .menu-catalogo .menu-nivel1:hover > a:before {
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      position: absolute;
      opacity: 1;
      visibility: visible; }
    .menu-catalogo .menu-nivel1:hover .cont-menu-nivel2 {
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      position: absolute;
      opacity: 1;
      visibility: visible;
      background-color: #ffffff;
      -webkit-box-shadow: 0px 2px 2px 0px rgba(24, 24, 28, 0.3);
      -moz-box-shadow: 0px 2px 2px 0px rgba(24, 24, 28, 0.3);
      box-shadow: 0px 2px 2px 0px rgba(24, 24, 28, 0.3);
      top: 50px; }
    .menu-catalogo .menu-nivel1:hover .bloque-menu-nivel2 {
      top: 100%;
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      position: absolute;
      opacity: 1;
      visibility: visible;
      background-color: #ffffff; }
  .menu-catalogo .cont-menu-nivel2 {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    color: #114082;
    left: 0;
    padding: 20px 50px;
    text-align: left;
    top: 50px;
    width: 100%;
    z-index: 20; }
  .menu-catalogo .cont-menu-nivel2.submenu-der {
    right: 0; }
  .menu-catalogo .bloque-menu-nivel2 {
    padding: 20px;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #f3f3f3;
    border-top: 3px solid; }
  .menu-catalogo .menu-nivel2 {
    position: relative;
    list-style-type: none; }
    .menu-catalogo .menu-nivel2 a {
      text-transform: uppercase;
      font-size: 15px;
      font-weight: 500;
      color: #181818; }
      .menu-catalogo .menu-nivel2 a:hover {
        color: #585858; }
      .menu-catalogo .menu-nivel2 a.ultimo {
        margin-bottom: 5px;
        border-bottom: none; }
    .menu-catalogo .menu-nivel2:hover .cont-menu-nivel3 {
      top: 0;
      left: 100%;
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      position: absolute;
      opacity: 1;
      visibility: visible;
      background-color: #ffffff;
      -webkit-box-shadow: 4px 5px 6px 0px rgba(24, 24, 28, 0.3);
      -moz-box-shadow: 4px 5px 6px 0px rgba(24, 24, 28, 0.3);
      box-shadow: 4px 5px 6px 0px rgba(24, 24, 28, 0.3); }
  .menu-catalogo .cont-menu-nivel3 {
    left: 90%;
    width: 200px;
    position: absolute;
    opacity: 0;
    visibility: hidden; }
  .menu-catalogo .menu-nivel3 {
    margin-bottom: 10px;
    position: relative;
    text-align: left; }
    .menu-catalogo .menu-nivel3 a {
      display: block;
      margin-right: 5px;
      padding-left: 8px;
      color: #4d4d4f;
      font-size: 13px; }
      .menu-catalogo .menu-nivel3 a:hover {
        color: #a4a4a4; }
      .menu-catalogo .menu-nivel3 a.ultimo {
        margin-bottom: 5px;
        border-bottom: none; }

/*-------------------------------------------*\
menu_catalogo_responive.css

- MENU RESPONSIVO
\*-------------------------------------------*/
/* MENU RESPONSIVO
-------------------------------------------------- */
.cont-menu_lateral_responsive {
  background-color: #edeef0 hr;
    background-color-margin: 5px 0; }
  .cont-menu_lateral_responsive a {
    display: block;
    color: #181818;
    font-size: 14px;
    padding: 6px 12px;
    font-weight: 300; }
    .cont-menu_lateral_responsive a:hover {
      background-color: #f3f3f3;
      text-decoration: none; }
  .cont-menu_lateral_responsive a.boton-service {
    border: 2px solid #114082;
    border-radius: 25px;
    background-color: #ffffff;
    color: #114082;
    font-weight: 700;
    font-size: 14px;
    padding: 9px 25px;
    text-align: center;
    margin-bottom: 15px; }
    .cont-menu_lateral_responsive a.boton-service:hover {
      color: #181818;
      text-decoration: none;
      border-color: #181818; }
  .cont-menu_lateral_responsive .login {
    position: relative;
    margin-bottom: 15px;
    margin-top: 5px; }
    .cont-menu_lateral_responsive .login [class^="icono-"],
    .cont-menu_lateral_responsive .login [class*=" icono-"] {
      vertical-align: middle;
      font-size: 25px;
      color: #181818; }
    .cont-menu_lateral_responsive .login .favoritos,
    .cont-menu_lateral_responsive .login .carrito {
      position: absolute;
      top: 0;
      right: 0; }
    .cont-menu_lateral_responsive .login .favoritos {
      margin-right: 40px; }
  .cont-menu_lateral_responsive .item-texto {
    font-size: 13px;
    color: #181818;
    margin: 0;
    padding-bottom: 15px; }
  .cont-menu_lateral_responsive .item-titulo {
    font-size: 15px;
    color: #181818;
    font-weight: 700; }
    .cont-menu_lateral_responsive .item-titulo.en_menu {
      margin: 10px; }
  .cont-menu_lateral_responsive span.login_menu {
    position: absolute;
    right: 0;
    top: 8px;
    margin: 0 -25px;
    z-index: 20; }
  .cont-menu_lateral_responsive ul {
    padding: 0; }
    .cont-menu_lateral_responsive ul li {
      padding: 2px;
      list-style-type: none; }
      .cont-menu_lateral_responsive ul li > a {
        font-weight: 700;
        color: #181818; }
      .cont-menu_lateral_responsive ul li a:hover {
        color: #181818; }
      .cont-menu_lateral_responsive ul li.nivel-1 {
        position: relative; }
        .cont-menu_lateral_responsive ul li.nivel-1 > .btn-menu {
          position: absolute;
          top: 0;
          right: 0;
          cursor: pointer;
          padding: 7px 20px;
          transition: all 0.2s ease-out;
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -ms-transition: all 0.2s ease-out; }
          .cont-menu_lateral_responsive ul li.nivel-1 > .btn-menu:hover {
            color: #181818; }
          .cont-menu_lateral_responsive ul li.nivel-1 > .btn-menu .activo {
            display: inline-block;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
      .cont-menu_lateral_responsive ul li > ul {
        display: none; }
        .cont-menu_lateral_responsive ul li > ul li a {
          padding: 5px 5px 0px 20px;
          font-weight: 600;
          color: #181818; }
        .cont-menu_lateral_responsive ul li > ul li ul {
          display: block;
          padding-left: 15px; }
          .cont-menu_lateral_responsive ul li > ul li ul li a {
            font-size: 13px;
            padding: 2px 20px 0px 5px;
            color: #4d4d4f;
            font-weight: 400;
            line-height: 1;
            border-bottom: none; }
            .cont-menu_lateral_responsive ul li > ul li ul li a:hover {
              background-color: transparent; }
          .cont-menu_lateral_responsive ul li > ul li ul li + span {
            display: inline-block;
            color: #bebebe; }

/* End of MENU RESPONSIVO
-------------------------------------------------- */
/*-------------------------------------------*\
niveles.css

- Niveles
- Niveles - Presentacion
  - Paginacion - Orden
  - Productos por pagina
- Niveles - Lateral / Filtros
  - Niveles - Lateral / Categorias
  - Niveles - Lateral / Precio
  - Niveles - Lateral / Atributos
  - Niveles - Filtrado / Orden
- Niveles - Productos
\*-------------------------------------------*/
/* Niveles */
.cont-nivel, .cont-buscador {
  /* Niveles - Presentacion */
  /* Niveles - Lateral / Filtros */ }
  .cont-nivel .cont-presentacion, .cont-buscador .cont-presentacion {
    padding: 10px 0;
    /* Paginacion - Orden */
    /* Productos por pagina */ }
    .cont-nivel .cont-presentacion h1, .cont-buscador .cont-presentacion h1 {
      border: none;
      font-size: 25px;
      margin-bottom: 0;
      padding: 0;
      text-align: left;
      color: #181818; }
    .cont-nivel .cont-presentacion .cont-paginacion_orden p, .cont-buscador .cont-presentacion .cont-paginacion_orden p,
    .cont-nivel .cont-presentacion .cont-paginacion_orden label,
    .cont-buscador .cont-presentacion .cont-paginacion_orden label,
    .cont-nivel .cont-presentacion .cont-paginacion_orden ul,
    .cont-buscador .cont-presentacion .cont-paginacion_orden ul {
      margin: 0;
      padding: 0; }
    .cont-nivel .cont-presentacion .cont-paginacion_orden a, .cont-buscador .cont-presentacion .cont-paginacion_orden a {
      color: #bebebe;
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: none; }
      .cont-nivel .cont-presentacion .cont-paginacion_orden a:hover, .cont-buscador .cont-presentacion .cont-paginacion_orden a:hover {
        color: #181818; }
    .cont-nivel .cont-presentacion .cont-productos_pagina a, .cont-buscador .cont-presentacion .cont-productos_pagina a {
      padding: 5px;
      margin: 0 3px;
      background-color: #ffffff;
      color: #114082;
      font-weight: 300;
      border: 1px solid #f3f3f3;
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out; }
      .cont-nivel .cont-presentacion .cont-productos_pagina a:hover, .cont-buscador .cont-presentacion .cont-productos_pagina a:hover, .cont-nivel .cont-presentacion .cont-productos_pagina a.selected, .cont-buscador .cont-presentacion .cont-productos_pagina a.selected {
        background-color: #181818;
        color: #ffffff; }
    .cont-nivel .cont-presentacion .portada, .cont-buscador .cont-presentacion .portada {
      position: relative;
      width: 100%;
      min-height: 150px;
      text-align: center;
      overflow: hidden; }
      .cont-nivel .cont-presentacion .portada figure, .cont-buscador .cont-presentacion .portada figure {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5; }
        .cont-nivel .cont-presentacion .portada figure h3, .cont-buscador .cont-presentacion .portada figure h3 {
          color: #c73e32;
          text-align: center;
          font-size: 25px; }
    .cont-nivel .cont-presentacion .cont-imagen, .cont-buscador .cont-presentacion .cont-imagen {
      position: relative; }
      @media (max-width: 768px) {
        .cont-nivel .cont-presentacion .cont-imagen img, .cont-buscador .cont-presentacion .cont-imagen img {
          display: none; } }
    .cont-nivel .cont-presentacion .intro, .cont-buscador .cont-presentacion .intro {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media (max-width: 768px) {
        .cont-nivel .cont-presentacion .intro, .cont-buscador .cont-presentacion .intro {
          position: unset;
          transform: inherit;
          text-align: center;
          color: #c73e32;
          margin: 30px 0; } }
      .cont-nivel .cont-presentacion .intro h1, .cont-buscador .cont-presentacion .intro h1 {
        color: #181818; }
        @media (max-width: 768px) {
          .cont-nivel .cont-presentacion .intro h1, .cont-buscador .cont-presentacion .intro h1 {
            color: #c73e32; } }
      .cont-nivel .cont-presentacion .intro h2, .cont-buscador .cont-presentacion .intro h2 {
        color: #181818; }
        @media (max-width: 768px) {
          .cont-nivel .cont-presentacion .intro h2, .cont-buscador .cont-presentacion .intro h2 {
            color: #c73e32; } }
      .cont-nivel .cont-presentacion .intro strong, .cont-buscador .cont-presentacion .intro strong {
        color: #ffffff; }
        @media (max-width: 768px) {
          .cont-nivel .cont-presentacion .intro strong, .cont-buscador .cont-presentacion .intro strong {
            color: #c73e32; } }
      .cont-nivel .cont-presentacion .intro a, .cont-buscador .cont-presentacion .intro a {
        color: #f3f3f3; }
        @media (max-width: 768px) {
          .cont-nivel .cont-presentacion .intro a, .cont-buscador .cont-presentacion .intro a {
            color: #c73e32; } }
    .cont-nivel .cont-presentacion .niveles-siguiente, .cont-buscador .cont-presentacion .niveles-siguiente {
      float: right;
      font-size: 13px;
      text-transform: uppercase; }
      .cont-nivel .cont-presentacion .niveles-siguiente nav ul, .cont-buscador .cont-presentacion .niveles-siguiente nav ul {
        margin-bottom: 0; }
      .cont-nivel .cont-presentacion .niveles-siguiente a, .cont-buscador .cont-presentacion .niveles-siguiente a {
        color: #f3f3f3;
        text-decoration: none; }
        .cont-nivel .cont-presentacion .niveles-siguiente a:hover, .cont-buscador .cont-presentacion .niveles-siguiente a:hover {
          color: #181818; }
        .cont-nivel .cont-presentacion .niveles-siguiente a span, .cont-buscador .cont-presentacion .niveles-siguiente a span {
          margin-left: 5px;
          vertical-align: sub;
          font-size: 18px;
          color: #f3f3f3; }
  .cont-nivel .cont-lateral, .cont-buscador .cont-lateral {
    padding: 30px 20px;
    border: 1px solid #cecece; }
  .cont-nivel .cont-nivel-full .cont-barra_filtrado, .cont-buscador .cont-nivel-full .cont-barra_filtrado {
    border: none;
    margin-top: 50px;
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      .cont-nivel .cont-nivel-full .cont-barra_filtrado, .cont-buscador .cont-nivel-full .cont-barra_filtrado {
        display: none; } }
  .cont-nivel .cont-nivel-full .cont-paginacion_filtro, .cont-buscador .cont-nivel-full .cont-paginacion_filtro {
    border: none; }
    .cont-nivel .cont-nivel-full .cont-paginacion_filtro .col_1, .cont-buscador .cont-nivel-full .cont-paginacion_filtro .col_1 {
      padding: 0;
      border: none; }
  .cont-nivel .afix-filtro.elemento_fijado, .cont-buscador .afix-filtro.elemento_fijado {
    position: fixed;
    top: 0; }
  .cont-nivel .columna_1, .cont-buscador .columna_1 {
    border-top: none;
    /* Niveles - Lateral / Categorias */
    /* Niveles - Lateral / Precio */
    /* Niveles - Lateral / Atributos */ }
    @media (max-width: 768px) {
      .cont-nivel .columna_1, .cont-buscador .columna_1 {
        opacity: 0;
        background-color: #ffffff;
        height: 100% !important;
        right: 0;
        overflow: hidden;
        padding: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: -1;
        -webkit-transform: scale(0.95, 0.95);
        -moz-transform: scale(0.95, 0.95);
        -ms-transform: scale(0.95, 0.95);
        transform: scale(0.95, 0.95);
        transition: all 0.4s ease-out;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out; }
        .cont-nivel .columna_1.activar, .cont-buscador .columna_1.activar {
          z-index: 10;
          opacity: 1;
          transition: all 0.4s ease-out;
          -webkit-transition: all 0.4s ease-out;
          -moz-transition: all 0.4s ease-out;
          -ms-transition: all 0.4s ease-out;
          -webkit-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          transform: scale(1, 1); }
        .cont-nivel .columna_1 .cont-lateral, .cont-buscador .columna_1 .cont-lateral {
          height: calc(100vh - 100px);
          overflow-y: auto;
          padding: 15px 50px; } }
    .cont-nivel .columna_1 h4, .cont-buscador .columna_1 h4 {
      color: #181818;
      font-size: 16px; }
    .cont-nivel .columna_1 .titulo-lateral, .cont-buscador .columna_1 .titulo-lateral {
      margin-bottom: 0;
      padding: 10px 20px;
      color: #ffffff;
      font-weight: 700;
      font-size: 18px;
      background-color: #181818;
      display: none; }
      @media (max-width: 768px) {
        .cont-nivel .columna_1 .titulo-lateral, .cont-buscador .columna_1 .titulo-lateral {
          padding-left: 50px;
          display: inherit; } }
    .cont-nivel .columna_1 .cerrar, .cont-buscador .columna_1 .cerrar {
      position: fixed;
      top: 0;
      right: 0;
      z-index: 1;
      font-size: 20px;
      margin: 5px 10px;
      color: #ffffff; }
      @media (min-width: 768px) {
        .cont-nivel .columna_1 .cerrar, .cont-buscador .columna_1 .cerrar {
          display: none; } }
    .cont-nivel .columna_1 .cont-categorias, .cont-buscador .columna_1 .cont-categorias {
      margin-bottom: 25px; }
      .cont-nivel .columna_1 .cont-categorias h4, .cont-buscador .columna_1 .cont-categorias h4 {
        font-size: 16px;
        font-weight: 700;
        margin: 0;
        padding: 0;
        padding-bottom: 12px;
        text-align: left; }
      .cont-nivel .columna_1 .cont-categorias a, .cont-buscador .columna_1 .cont-categorias a {
        display: block;
        color: #181818;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 5px; }
        .cont-nivel .columna_1 .cont-categorias a:hover, .cont-buscador .columna_1 .cont-categorias a:hover {
          color: #181818; }
      .cont-nivel .columna_1 .cont-categorias .ultimo, .cont-buscador .columna_1 .cont-categorias .ultimo {
        border-bottom: none; }
      .cont-nivel .columna_1 .cont-categorias h3, .cont-buscador .columna_1 .cont-categorias h3 {
        border-bottom: 1px solid #f3f3f3;
        font-weight: 300; }
    .cont-nivel .columna_1 .cont-precio, .cont-buscador .columna_1 .cont-precio {
      margin-bottom: 15px; }
      .cont-nivel .columna_1 .cont-precio h3, .cont-buscador .columna_1 .cont-precio h3 {
        font-size: 18px;
        padding: 20px 20px;
        text-transform: uppercase;
        padding-bottom: 12px; }
      .cont-nivel .columna_1 .cont-precio h4, .cont-buscador .columna_1 .cont-precio h4 {
        margin-bottom: 25px; }
      .cont-nivel .columna_1 .cont-precio .valores, .cont-buscador .columna_1 .cont-precio .valores {
        margin-bottom: 15px;
        color: #a4a4a4;
        font-size: 13px;
        font-weight: 300; }
        .cont-nivel .columna_1 .cont-precio .valores div, .cont-buscador .columna_1 .cont-precio .valores div {
          font-weight: 500; }
      .cont-nivel .columna_1 .cont-precio .slider-range, .cont-buscador .columna_1 .cont-precio .slider-range {
        margin-bottom: 15px; }
      .cont-nivel .columna_1 .cont-precio .ui-slider .ui-slider-handle, .cont-buscador .columna_1 .cont-precio .ui-slider .ui-slider-handle {
        width: 14px;
        height: 14px; }
      .cont-nivel .columna_1 .cont-precio .ui-slider-horizontal .ui-slider-handle, .cont-buscador .columna_1 .cont-precio .ui-slider-horizontal .ui-slider-handle {
        top: -0.3em; }
      .cont-nivel .columna_1 .cont-precio .ui-state-default, .cont-buscador .columna_1 .cont-precio .ui-state-default,
      .cont-nivel .columna_1 .cont-precio .ui-widget-content .ui-state-default,
      .cont-buscador .columna_1 .cont-precio .ui-widget-content .ui-state-default,
      .cont-nivel .columna_1 .cont-precio .ui-widget-header .ui-state-default,
      .cont-buscador .columna_1 .cont-precio .ui-widget-header .ui-state-default {
        width: 7px;
        margin-left: -0.4em;
        background: #181818;
        border-radius: 0; }
      .cont-nivel .columna_1 .cont-precio .ui-widget.ui-widget-content, .cont-buscador .columna_1 .cont-precio .ui-widget.ui-widget-content {
        border: none; }
      .cont-nivel .columna_1 .cont-precio .ui-widget-content, .cont-buscador .columna_1 .cont-precio .ui-widget-content {
        background: #f3f3f3; }
      .cont-nivel .columna_1 .cont-precio .ui-slider-horizontal, .cont-buscador .columna_1 .cont-precio .ui-slider-horizontal {
        height: 0.2em; }
    .cont-nivel .columna_1 .cont-filtro_monedas label, .cont-buscador .columna_1 .cont-filtro_monedas label {
      margin: 10px 0 20px; }
    .cont-nivel .columna_1 .cont-filtro_precios_valores span, .cont-buscador .columna_1 .cont-filtro_precios_valores span {
      font-size: 15px; }
    .cont-nivel .columna_1 .cont-filtro_precios_valores i, .cont-buscador .columna_1 .cont-filtro_precios_valores i {
      font-weight: 300;
      font-style: normal; }
    .cont-nivel .columna_1 input[type="submit"], .cont-buscador .columna_1 input[type="submit"] {
      padding: 0;
      margin: 0;
      color: #d32a50;
      text-decoration: underline;
      cursor: pointer; }
      .cont-nivel .columna_1 input[type="submit"]:hover, .cont-buscador .columna_1 input[type="submit"]:hover {
        color: #181818; }
      .cont-nivel .columna_1 input[type="submit"].boton-restaurar, .cont-buscador .columna_1 input[type="submit"].boton-restaurar {
        color: #a4a4a4; }
        .cont-nivel .columna_1 input[type="submit"].boton-restaurar:hover, .cont-buscador .columna_1 input[type="submit"].boton-restaurar:hover {
          color: #181818; }
    .cont-nivel .columna_1 .atributos h3, .cont-buscador .columna_1 .atributos h3 {
      margin-bottom: 15px;
      color: #a4a4a4;
      font-size: 16px;
      font-weight: 700; }
    .cont-nivel .columna_1 .atributos label, .cont-buscador .columna_1 .atributos label {
      margin-bottom: 10px; }
  @media (max-width: 1024px) {
    .cont-nivel .cont-paginacion_filtro, .cont-buscador .cont-paginacion_filtro {
      display: none; } }
  .cont-nivel .cont-paginacion_filtro > div, .cont-buscador .cont-paginacion_filtro > div {
    display: inline-block; }
  .cont-nivel .cont-paginacion_filtro p, .cont-buscador .cont-paginacion_filtro p {
    display: inline-block;
    margin-bottom: 0;
    color: #a4a4a4;
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle; }
  .cont-nivel .cont-paginacion_filtro label, .cont-buscador .cont-paginacion_filtro label {
    margin-bottom: 0;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 700; }
  .cont-nivel .cont-paginacion_filtro select, .cont-buscador .cont-paginacion_filtro select {
    height: 20px;
    padding: 0;
    font-size: 15px;
    font-weight: 700; }
  .cont-nivel .cont-paginacion_filtro .col_1 select, .cont-buscador .cont-paginacion_filtro .col_1 select {
    width: 200px;
    border: 0;
    background-color: #ffffff;
    vertical-align: middle; }
  .cont-nivel .cont-paginacion_filtro .col_2, .cont-buscador .cont-paginacion_filtro .col_2 {
    margin-left: 40px; }
    .cont-nivel .cont-paginacion_filtro .col_2 select, .cont-buscador .cont-paginacion_filtro .col_2 select {
      width: 50px; }
    .cont-nivel .cont-paginacion_filtro .col_2 .filtrado_input, .cont-buscador .cont-paginacion_filtro .col_2 .filtrado_input {
      display: inline-block;
      vertical-align: middle;
      font-weight: 700; }
      .cont-nivel .cont-paginacion_filtro .col_2 .filtrado_input .selected, .cont-buscador .cont-paginacion_filtro .col_2 .filtrado_input .selected {
        color: #c73e32; }
      .cont-nivel .cont-paginacion_filtro .col_2 .filtrado_input a, .cont-buscador .cont-paginacion_filtro .col_2 .filtrado_input a {
        color: #f3f3f3;
        font-size: 15px;
        margin-right: 15px; }
        .cont-nivel .cont-paginacion_filtro .col_2 .filtrado_input a:hover, .cont-buscador .cont-paginacion_filtro .col_2 .filtrado_input a:hover {
          color: #c73e32; }
  .cont-nivel .cont-paginacion_filtro .col_3, .cont-buscador .cont-paginacion_filtro .col_3 {
    float: right;
    font-size: 16px;
    text-transform: uppercase; }
    .cont-nivel .cont-paginacion_filtro .col_3 nav ul, .cont-buscador .cont-paginacion_filtro .col_3 nav ul {
      margin-bottom: 0; }
    .cont-nivel .cont-paginacion_filtro .col_3 a, .cont-buscador .cont-paginacion_filtro .col_3 a {
      color: #f3f3f3;
      text-decoration: none; }
      .cont-nivel .cont-paginacion_filtro .col_3 a:hover, .cont-buscador .cont-paginacion_filtro .col_3 a:hover {
        color: #181818; }
      .cont-nivel .cont-paginacion_filtro .col_3 a span, .cont-buscador .cont-paginacion_filtro .col_3 a span {
        margin-left: 5px;
        vertical-align: sub;
        font-size: 18px;
        color: #f3f3f3; }

.cont_filtros .cont-presentacion {
  margin-bottom: 30px; }
@media (max-width: 480px) {
  .cont_filtros .btn-filtrar {
    margin-bottom: 2rem !important; } }

/* Niveles - Filtrado / Orden */
.cont-barra_filtrado {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid white; }
  .cont-barra_filtrado .cont-barra_navegacion {
    float: left; }

.cont-filtrado_resp {
  display: none;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .cont-filtrado_resp {
      display: block; } }
  .cont-filtrado_resp p {
    color: #bebebe;
    font-size: 14px;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700; }
  .cont-filtrado_resp a {
    margin-bottom: 5px;
    font-size: 15px;
    display: block;
    color: #bebebe; }
    .cont-filtrado_resp a.activo {
      color: #181818; }

.select-filtrado {
  height: 30px;
  width: 100%;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 400;
  border-radius: unset;
  font-family: "Karla", sans-serif;
  line-height: normal;
  border: 1px solid #cecece;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d7d7d9;
  background-color: #ffffff; }

/* Niveles - Productos */
.cont-producto_nivel .cont-producto {
  border: solid 1px #cecece;
  margin-bottom: 10px;
  padding: 0 10px; }
  @media (max-width: 480px) {
    .cont-producto_nivel .cont-producto figure {
      width: 120px;
      display: inline-block;
      margin-right: 20px; } }
  .cont-producto_nivel .cont-producto figure .favorito_resp {
    display: none;
    position: absolute;
    font-size: 20px;
    top: 0;
    right: 0;
    margin: -10px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    z-index: 2; }
    @media (max-width: 480px) {
      .cont-producto_nivel .cont-producto figure .favorito_resp {
        display: block; } }
  .cont-producto_nivel .cont-producto figcaption {
    margin-bottom: 35px; }
    @media (max-width: 480px) {
      .cont-producto_nivel .cont-producto figcaption {
        margin-bottom: 0; } }
  @media (max-width: 480px) {
    .cont-producto_nivel .cont-producto .etiqueta-sale {
      margin: -15px 20px;
      width: 54px;
      height: auto; } }
  @media (max-width: 480px) {
    .cont-producto_nivel .cont-producto .etiqueta-nuevo {
      position: static;
      margin-bottom: 5px; } }
  .cont-producto_nivel .cont-producto .unidad {
    font-size: 14px;
    font-weight: 400;
    color: #181818; }
  .cont-producto_nivel .cont-producto .cont-item_carrito .item_contador {
    padding: 4px;
    background-color: inherit;
    font-weight: 700;
    font-size: 19px;
    color: #114082;
    cursor: pointer; }
  .cont-producto_nivel .cont-producto .cont-item_carrito.activo .cantidad_agregada {
    position: absolute;
    opacity: 1;
    visibility: visible;
    width: 26px;
    height: 26px;
    left: -1px;
    top: -1px;
    text-align: center;
    line-height: 23px; }
  .cont-producto_nivel .cont-producto .cont-item_carrito.activo.item_columna .cantidad_agregada {
    top: 2px; }
  .cont-producto_nivel .cont-producto .boton-listado:hover span {
    transform: scale(1, 1); }
  .cont-producto_nivel .cont-producto .boton-listado .cantidad {
    padding: 5px;
    width: 55px;
    text-align: center; }
  .cont-producto_nivel .cont-producto .boton-listado .cont-al_pedido {
    width: 250px; }
    .cont-producto_nivel .cont-producto .boton-listado .cont-al_pedido span {
      display: inline-block; }
    .cont-producto_nivel .cont-producto .boton-listado .cont-al_pedido .item-numero {
      padding: 10px;
      width: 45px;
      border-radius: 5px;
      background-color: #c73e32;
      color: #ffffff;
      text-align: center; }
    .cont-producto_nivel .cont-producto .boton-listado .cont-al_pedido input.item_contador {
      display: inline-block;
      font-size: 25px;
      width: 45px;
      height: auto;
      line-height: 1;
      padding: 10px;
      vertical-align: middle;
      cursor: pointer;
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out; }
      .cont-producto_nivel .cont-producto .boton-listado .cont-al_pedido input.item_contador:hover {
        color: #181818;
        box-shadow: none; }
      .cont-producto_nivel .cont-producto .boton-listado .cont-al_pedido input.item_contador:focus {
        box-shadow: none; }

/*-------------------------------------------*\
producto.css

- Producto - Listado
- Producto - Ampliado
- Producto - Favoritos
- Producto - Boton Whatsapp
- Producto - Atributos
- Producto - Galeria de Fotos
- Producto - Compartir
- Producto - Subproductos
- Producto - Componentes
- Envios + medios de pago
- Extras
  - Extras - Santander
  - Extras - Boton Comprar
- Info   

\*-------------------------------------------*/
/* Producto - Listado */
.cont-producto {
  position: relative; }
  .cont-producto .hover-agregar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    z-index: 1; }
    @media (max-width: 768px) {
      .cont-producto .hover-agregar {
        display: none; } }
    .cont-producto .hover-agregar a {
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      border-right: 1px solid white;
      color: #ffffff;
      display: inline-block;
      font-size: 1px;
      line-height: 1;
      margin-right: -4px;
      padding: 13px;
      text-decoration: none;
      vertical-align: middle; }
      .cont-producto .hover-agregar a:last-child {
        border-right: none; }
      .cont-producto .hover-agregar a:hover {
        color: #114082;
        background-color: #ffffff; }
    .cont-producto .hover-agregar .grupo-enlaces {
      display: inline-block;
      border-radius: 3px;
      background-color: #181818; }
  .cont-producto:hover .hover-agregar {
    opacity: 1; }
    .cont-producto:hover .hover-agregar a {
      font-size: 25px; }
  .cont-producto:hover figure .img-producto {
    opacity: 0.5; }
  .cont-producto figure {
    position: relative;
    margin: 0; }
    @media (max-width: 1024px) {
      .cont-producto figure {
        height: auto; } }
    .cont-producto figure .img-producto {
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      width: 100%; }
  .cont-producto .borde {
    border: 1px solid #dedede; }
  .cont-producto figcaption {
    padding: 10px;
    padding-bottom: 15px;
    margin-top: 5px;
    font-weight: 400; }
    @media (max-width: 480px) {
      .cont-producto figcaption {
        display: inline-block;
        vertical-align: middle; } }
    .cont-producto figcaption h3 {
      color: #181818;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 5px;
      text-align: left; }
      .cont-producto figcaption h3 .btn_quitar {
        color: #ffffff;
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 2%;
        border-radius: 10%;
        background-color: #181818; }
        .cont-producto figcaption h3 .btn_quitar:hover {
          color: #ffffff;
          background-color: #114082; }
      .cont-producto figcaption h3 a {
        color: #4d4d4f;
        text-decoration: none; }
        .cont-producto figcaption h3 a:hover {
          color: #adadad; }
    .cont-producto figcaption h4 {
      color: white;
      font-size: 16px;
      font-weight: 300; }
    .cont-producto figcaption .precio {
      color: #181818;
      font-size: 18px;
      font-weight: 600; }
      .cont-producto figcaption .precio .destacado {
        text-decoration: line-through;
        color: #a4a4a4;
        font-size: 15px;
        vertical-align: middle; }
    .cont-producto figcaption .precio-anterior {
      font-size: 14px;
      color: #4d4d4f;
      text-decoration: line-through; }
    .cont-producto figcaption .descuento {
      font-size: 12px;
      color: #fff;
      background-color: #c73e32;
      padding: 5px;
      font-weight: 700;
      line-height: 2; }
    .cont-producto figcaption p {
      font-size: 15px;
      color: #c73e32;
      font-weight: 400;
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 10px;
      text-decoration: line-through; }
    .cont-producto figcaption .ampliar {
      color: #181818;
      display: block;
      font-size: 15px;
      text-decoration: none; }
  .cont-producto .etiqueta-nuevo {
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 85px;
    z-index: 5; }
    @media (max-width: 768px) {
      .cont-producto .etiqueta-nuevo {
        margin: 0; } }
  .cont-producto .etiqueta-sale_nivel {
    z-index: 1;
    width: 95%; }
    @media (max-width: 768px) {
      .cont-producto .etiqueta-sale_nivel {
        width: 80%; } }
    @media (max-width: 480px) {
      .cont-producto .etiqueta-sale_nivel {
        width: 65%; } }
  .cont-producto .quitar-favorito {
    font-size: 14px;
    color: #c73e32;
    font-weight: 700;
    text-decoration: none; }
    .cont-producto .quitar-favorito:hover {
      color: #181818;
      text-decoration: none; }
  .cont-producto .a-favorito {
    font-size: 14px;
    color: #c73e32;
    padding-left: 10px; }
    .cont-producto .a-favorito:hover {
      color: #114082;
      text-decoration: none; }
  .cont-producto .etiqueta-sale {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 64px; }
  .cont-producto .agotado figure .img-producto {
    opacity: 0.5; }
  .cont-producto .etiqueta-producto {
    display: inline-block;
    position: absolute;
    height: 38px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
  .cont-producto .etiqueta-proximamente {
    height: 30px;
    margin-bottom: 5px; }
    @media (max-width: 768px) {
      .cont-producto .etiqueta-proximamente {
        height: 30px; } }
  .cont-producto.lista {
    margin-bottom: 15px;
    border-radius: 5px; }
    .cont-producto.lista figure {
      margin: 0;
      margin-right: 15px;
      border-right: 1px solid #f3f3f3; }
      .cont-producto.lista figure img {
        margin: 0; }
    .cont-producto.lista figcaption {
      position: relative;
      margin-top: 0;
      padding: 20px 10px; }
      @media (max-width: 768px) {
        .cont-producto.lista figcaption {
          padding: 5px; } }
      .cont-producto.lista figcaption h3 {
        margin-bottom: 0; }
        @media (max-width: 768px) {
          .cont-producto.lista figcaption h3 {
            font-size: 14px; } }
        .cont-producto.lista figcaption h3 a:hover {
          color: #181818; }
      .cont-producto.lista figcaption .codigo {
        margin-bottom: 5px;
        color: #181818;
        font-size: 13px;
        font-weight: 400; }
      .cont-producto.lista figcaption h4 {
        margin-bottom: 0; }
        .cont-producto.lista figcaption h4 span {
          display: inline-block;
          color: #adadad;
          font-weight: 400;
          font-size: 30px;
          vertical-align: baseline; }
          @media (max-width: 768px) {
            .cont-producto.lista figcaption h4 span {
              font-size: 20px; } }
          .cont-producto.lista figcaption h4 span.destacado {
            font-size: 20px; }
            @media (max-width: 768px) {
              .cont-producto.lista figcaption h4 span.destacado {
                font-size: 16px; } }
          .cont-producto.lista figcaption h4 span.unidad {
            font-size: 16px; }
            @media (max-width: 768px) {
              .cont-producto.lista figcaption h4 span.unidad {
                font-size: 14px; } }
      .cont-producto.lista figcaption p {
        margin-bottom: 0; }
      .cont-producto.lista figcaption .ampliar {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 10px 20px;
        font-size: 16px; }
        @media (max-width: 768px) {
          .cont-producto.lista figcaption .ampliar {
            position: static;
            margin: 10px 0; } }
        .cont-producto.lista figcaption .ampliar span {
          vertical-align: middle; }
          .cont-producto.lista figcaption .ampliar span.icono {
            margin-right: 5px;
            font-size: 23px; }
    .cont-producto.lista .etiqueta-sale {
      position: absolute;
      padding: 0;
      margin: 0 15px;
      width: auto;
      top: 0;
      right: 0;
      z-index: 5; }
      @media (max-width: 768px) {
        .cont-producto.lista .etiqueta-sale {
          width: 93px;
          margin: -30px 5px; } }

/* Producto - Ampliado*/
.cont-producto_ampliado .cont-barra_navegacion {
  text-align: left;
  vertical-align: middle;
  padding-top: 15px; }
  .cont-producto_ampliado .cont-barra_navegacion a {
    vertical-align: middle; }
.cont-producto_ampliado .codigo {
  text-align: left;
  font-size: 13px;
  color: #adadad;
  vertical-align: middle;
  padding-top: 20px; }
  .cont-producto_ampliado .codigo a {
    vertical-align: middle; }
.cont-producto_ampliado .agotado .zoom img {
  opacity: 0.8; }
.cont-producto_ampliado .video-youtube {
  position: relative;
  overflow: hidden;
  background-color: #181818; }
  .cont-producto_ampliado .video-youtube img {
    margin: 22% 0;
    opacity: 0.6; }
  .cont-producto_ampliado .video-youtube:before {
    position: absolute;
    font-family: "iconos" !important;
    content: "";
    font-size: 50px;
    color: #ffffff;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 1;
    line-height: 1;
    cursor: pointer; }
.cont-producto_ampliado .cuerpo {
  margin-bottom: 20px;
  /* Producto - Favoritos */ }
  @media (max-width: 768px) {
    .cont-producto_ampliado .cuerpo {
      padding-top: 0; } }
  @media (max-width: 480px) {
    .cont-producto_ampliado .cuerpo .cont-presentacion .cont-sale {
      order: -1; }
      .cont-producto_ampliado .cuerpo .cont-presentacion .cont-sale .etiqueta-sale {
        width: 70%; } }
  .cont-producto_ampliado .cuerpo .cont-presentacion .columna_1 {
    float: left; }
    .cont-producto_ampliado .cuerpo .cont-presentacion .columna_1 .producto {
      position: relative; }
      .cont-producto_ampliado .cuerpo .cont-presentacion .columna_1 .producto .etiqueta-nuevo {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5; }
      .cont-producto_ampliado .cuerpo .cont-presentacion .columna_1 .producto .etiqueta-sale {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5; }
  .cont-producto_ampliado .cuerpo h1 {
    border: none;
    margin-top: 0;
    padding: 0;
    text-align: left;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 5px; }
    @media (max-width: 480px) {
      .cont-producto_ampliado .cuerpo h1 {
        text-align: center; } }
  .cont-producto_ampliado .cuerpo .etiqueta-nuevo,
  .cont-producto_ampliado .cuerpo .etiqueta-agotado,
  .cont-producto_ampliado .cuerpo .etiqueta-sale {
    position: absolute;
    padding: 0;
    width: 80px;
    top: 0;
    z-index: 5; }
  .cont-producto_ampliado .cuerpo .etiqueta-sale {
    right: 0; }
  .cont-producto_ampliado .cuerpo .etiqueta-nuevo {
    left: 0; }
  .cont-producto_ampliado .cuerpo .etiqueta-agotado {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    transform: translate(-50%, -50%); }
  .cont-producto_ampliado .cuerpo .etiqueta-proximamente {
    height: 30px;
    margin-bottom: 5px; }
    @media (max-width: 480px) {
      .cont-producto_ampliado .cuerpo .etiqueta-proximamente {
        text-align: center; } }
  .cont-producto_ampliado .cuerpo .etiqueta-pocos {
    height: 30px;
    margin-bottom: 5px; }
    @media (max-width: 480px) {
      .cont-producto_ampliado .cuerpo .etiqueta-pocos {
        text-align: center; } }
  .cont-producto_ampliado .cuerpo .codigo {
    color: #4d4d4f;
    font-size: 13px; }
    @media (max-width: 480px) {
      .cont-producto_ampliado .cuerpo .codigo {
        text-align: center; } }
  .cont-producto_ampliado .cuerpo .cont-precio {
    margin-bottom: 5px; }
    .cont-producto_ampliado .cuerpo .cont-precio .precio,
    .cont-producto_ampliado .cuerpo .cont-precio .anterior,
    .cont-producto_ampliado .cuerpo .cont-precio .descuento {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
      font-size: 16px; }
      @media (max-width: 480px) {
        .cont-producto_ampliado .cuerpo .cont-precio .precio,
        .cont-producto_ampliado .cuerpo .cont-precio .anterior,
        .cont-producto_ampliado .cuerpo .cont-precio .descuento {
          text-align: center; } }
    .cont-producto_ampliado .cuerpo .cont-precio .precio {
      color: #181818;
      font-weight: 700;
      font-size: 45px;
      line-height: 1; }
      .cont-producto_ampliado .cuerpo .cont-precio .precio span {
        font-size: 24px; }
      .cont-producto_ampliado .cuerpo .cont-precio .precio strong {
        font-weight: 900; }
    .cont-producto_ampliado .cuerpo .cont-precio .anterior {
      color: #adadad;
      font-size: 15px;
      font-weight: 300;
      line-height: 1;
      text-decoration: line-through; }
      .cont-producto_ampliado .cuerpo .cont-precio .anterior span {
        font-size: 20px; }
    .cont-producto_ampliado .cuerpo .cont-precio .descuento {
      color: #fff;
      background-color: #c73e32;
      border-radius: 20px;
      font-size: 12px;
      padding: 8px;
      font-weight: 700;
      line-height: 1; }
  .cont-producto_ampliado .cuerpo .descuento-santander {
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .cont-producto_ampliado .cuerpo .descuento-santander {
        text-align: center; } }
  .cont-producto_ampliado .cuerpo .favoritos {
    text-decoration: none;
    color: #181818;
    font-size: 14px;
    font-weight: 700; }
    .cont-producto_ampliado .cuerpo .favoritos:hover {
      color: #181818; }
      .cont-producto_ampliado .cuerpo .favoritos:hover [class^="icono-"],
      .cont-producto_ampliado .cuerpo .favoritos:hover [class*=" icono-"] {
        display: inline-block;
        -webkit-transform: scale(1.15, 1.15);
        -moz-transform: scale(1.15, 1.15);
        -ms-transform: scale(1.15, 1.15);
        transform: scale(1.15, 1.15); }
    .cont-producto_ampliado .cuerpo .favoritos span[class^="icono-"], .cont-producto_ampliado .cuerpo .favoritos span[class*=" icono-"] {
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      font-size: 25px;
      margin-right: 5px; }
    .cont-producto_ampliado .cuerpo .favoritos span.ocultar {
      display: none; }
  .cont-producto_ampliado .cuerpo .cont-no-stock {
    background-color: #f3f3f3;
    border-radius: 3px;
    border: 2px solid #a4a4a4;
    font-size: 15px;
    line-height: 1.5;
    margin: 15px 0;
    padding: 15px; }
    .cont-producto_ampliado .cuerpo .cont-no-stock a {
      font-weight: 700;
      text-decoration: underline; }
  .cont-producto_ampliado .cuerpo .cantidad {
    font-size: 15px;
    width: 50px;
    text-align: center;
    padding: 10px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 1024px) {
      .cont-producto_ampliado .cuerpo .cantidad {
        margin-bottom: 10px; } }
  .cont-producto_ampliado .cuerpo .cont-noticias-miniaturas {
    position: relative;
    padding: 0 50px; }
    @media (max-width: 768px) {
      .cont-producto_ampliado .cuerpo .cont-noticias-miniaturas {
        padding: 0;
        margin-bottom: 20px; } }
    .cont-producto_ampliado .cuerpo .cont-noticias-miniaturas .swiper-slide {
      border: 2px solid #f3f3f3; }
      .cont-producto_ampliado .cuerpo .cont-noticias-miniaturas .swiper-slide.swiper-slide-thumb-active {
        border-color: #181818; }
  .cont-producto_ampliado .cuerpo .etiqueta-sale {
    display: inline-block;
    vertical-align: middle; }
  .cont-producto_ampliado .cuerpo .responsive-boton_comprar .img-producto_responsive {
    display: none; }
  @media (max-width: 768px) {
    .cont-producto_ampliado .cuerpo .responsive-boton_comprar .elemento_fijado {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      margin: 0 auto;
      padding: 10px 10px 10px 120px;
      background-color: #ffffff;
      z-index: 3;
      -webkit-box-shadow: 0 -6px 10px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 -6px 10px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0 -6px 10px 0px rgba(0, 0, 0, 0.2); }
      .cont-producto_ampliado .cuerpo .responsive-boton_comprar .elemento_fijado .img-producto_responsive {
        display: block;
        left: 0;
        margin: -10px 0 0 25px;
        position: absolute;
        width: 90px; }
      .cont-producto_ampliado .cuerpo .responsive-boton_comprar .elemento_fijado .descuento-santander,
      .cont-producto_ampliado .cuerpo .responsive-boton_comprar .elemento_fijado .favoritos {
        display: none; }
      .cont-producto_ampliado .cuerpo .responsive-boton_comprar .elemento_fijado .cont-precio {
        margin-bottom: 5px; }
      .cont-producto_ampliado .cuerpo .responsive-boton_comprar .elemento_fijado .cantidad {
        margin-bottom: 0; }
      .cont-producto_ampliado .cuerpo .responsive-boton_comprar .elemento_fijado .boton-comprar a {
        margin-bottom: 0;
        font-size: 15px; } }
  @media (max-width: 480px) {
    .cont-producto_ampliado .cuerpo .responsive-boton_comprar .elemento_fijado {
      padding: 10px; }
      .cont-producto_ampliado .cuerpo .responsive-boton_comprar .elemento_fijado .img-producto_responsive {
        display: none; } }

.cont-presentacion .portada {
  position: relative;
  margin: 30px 0; }
  .cont-presentacion .portada .der a {
    color: #181818;
    font-size: 15px;
    font-weight: 400; }
    .cont-presentacion .portada .der a:hover {
      color: #181818; }
    .cont-presentacion .portada .der a span {
      vertical-align: middle; }
    .cont-presentacion .portada .der a span[class^="icono-"] {
      margin-right: 15px;
      color: #f3f3f3;
      font-size: 23px; }
.cont-presentacion a {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }
.cont-presentacion .compartir {
  position: absolute;
  top: 45%;
  left: 17%; }
  @media (max-width: 480px) {
    .cont-presentacion .compartir {
      display: none; } }
  .cont-presentacion .compartir p {
    text-transform: uppercase;
    color: #a4a4a4;
    font-size: 13px;
    margin-bottom: 15px; }
  .cont-presentacion .compartir a {
    display: block;
    font-size: 20px;
    color: #c73e32;
    margin-bottom: 7px;
    padding-left: 5px; }
    .cont-presentacion .compartir a:hover {
      color: #181818; }
.cont-presentacion .sant-ampl {
  width: 17%; }
  @media (max-width: 480px) {
    .cont-presentacion .sant-ampl {
      width: 25%; } }
.cont-presentacion .producto {
  position: relative;
  text-align: center;
  border: solid 1px;
  border-color: #cecece; }
  .cont-presentacion .producto .flecha-fotos-producto {
    position: absolute;
    top: calc(50% - 23px);
    font-size: 46px; }
    .cont-presentacion .producto .flecha-fotos-producto.derecha {
      right: 0; }
    .cont-presentacion .producto .flecha-fotos-producto.izquierda {
      left: 0; }
    .cont-presentacion .producto .flecha-fotos-producto.slick-disabled {
      color: #f3f3f3; }
  .cont-presentacion .producto .slider-for {
    margin: 0;
    text-align: center; }
.cont-presentacion .columna_2 h2 {
  color: #a4a4a4;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 13px; }
.cont-presentacion .columna_2 > a {
  display: inline-block;
  margin-bottom: 15px;
  color: #181818;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #181818;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }
.cont-presentacion .consultas .consulta {
  font-size: 14px;
  text-decoration: none;
  padding: 16px 0; }
  .cont-presentacion .consultas .consulta:hover {
    color: #181818; }
  .cont-presentacion .consultas .consulta span {
    font-size: 15px;
    vertical-align: middle; }
.cont-presentacion .descripcion {
  margin-bottom: 15px; }
  .cont-presentacion .descripcion p {
    margin-bottom: 10px;
    color: #181818;
    font-size: 25px;
    font-weight: 500; }
    .cont-presentacion .descripcion p strong {
      font-weight: 700; }
.cont-presentacion .unidad-venta {
  font-size: 20px; }
  @media (max-width: 480px) {
    .cont-presentacion .unidad-venta {
      text-align: center; } }
.cont-presentacion .bajada {
  background: #cecece;
  padding: 20px 40px;
  margin-bottom: 20px; }
  .cont-presentacion .bajada .precio {
    display: inline-block;
    border-right: 1px solid #f3f3f3;
    padding-right: 40px;
    margin-right: 35px;
    vertical-align: middle; }
    @media (max-width: 768px) {
      .cont-presentacion .bajada .precio {
        padding-right: 0;
        margin-right: 0;
        border-right: none; } }
  .cont-presentacion .bajada .precio-sin-stock {
    display: inline-block;
    border-right: 1px solid #f3f3f3;
    padding-right: 40px;
    margin-right: 25px;
    vertical-align: middle; }
    @media (max-width: 1024px) {
      .cont-presentacion .bajada .precio-sin-stock {
        border-right: none;
        padding-right: 0;
        margin-right: 0; } }
    @media (max-width: 768px) {
      .cont-presentacion .bajada .precio-sin-stock {
        width: 100%;
        text-align: center;
        margin-top: 20px; } }
  .cont-presentacion .bajada p {
    display: inline-block;
    color: #c73e32;
    font-size: 17px;
    font-weight: 300;
    vertical-align: middle; }
  .cont-presentacion .bajada strong {
    font-size: 40px;
    vertical-align: middle;
    margin-left: 10px; }
    @media (max-width: 768px) {
      .cont-presentacion .bajada strong {
        font-size: 30px; } }
  .cont-presentacion .bajada span {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
    font-weight: 400; }
  .cont-presentacion .bajada span.anterior {
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    margin-left: 0; }
    .cont-presentacion .bajada span.anterior strong {
      display: inline-block;
      margin-right: 3px;
      text-decoration: line-through;
      font-size: 23px;
      color: #c73e32;
      font-weight: 300;
      vertical-align: middle;
      margin-left: 0; }
  .cont-presentacion .bajada span.descuento {
    color: #181818;
    font-size: 23px; }
  .cont-presentacion .bajada .cont-cantidad_agregar {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      .cont-presentacion .bajada .cont-cantidad_agregar {
        margin-bottom: 10px; } }
    .cont-presentacion .bajada .cont-cantidad_agregar a {
      color: #181818;
      font-size: 24px;
      font-weight: 500; }
      .cont-presentacion .bajada .cont-cantidad_agregar a:hover {
        color: #c73e32; }
    .cont-presentacion .bajada .cont-cantidad_agregar span {
      color: #c73e32;
      font-size: 24px;
      vertical-align: sub;
      margin-right: 10px; }
  .cont-presentacion .bajada .cont-no-stock {
    display: inline-block; }
    @media (max-width: 1024px) {
      .cont-presentacion .bajada .cont-no-stock {
        display: none; } }

.favoritos-cabezal:hover {
  color: #c73e32; }

/* Producto - Boton Whatsapp */
.cont-whatsapp .whatsapp {
  display: inline-block;
  color: #181818;
  font-size: 14px;
  text-decoration: none; }
  .cont-whatsapp .whatsapp:hover {
    color: #181818; }
  .cont-whatsapp .whatsapp span {
    vertical-align: middle; }
    .cont-whatsapp .whatsapp span.icono {
      font-size: 19px; }
  @media (max-width: 768px) {
    .cont-whatsapp .whatsapp {
      display: inline-block; } }

/* Producto - Atributos */
.cont-atributos .item-atributo {
  color: #4d4d4f; }
  .cont-atributos .item-atributo p {
    margin-bottom: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 0;
    vertical-align: middle; }
  .cont-atributos .item-atributo strong {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1; }
.cont-atributos.tipo_descripcion .atributos {
  margin-bottom: 15px; }
  .cont-atributos.tipo_descripcion .atributos .item-atributo {
    padding: 10px 0px; }
  .cont-atributos.tipo_descripcion .atributos p,
  .cont-atributos.tipo_descripcion .atributos strong {
    color: #4d4d4f;
    font-size: 14px;
    margin-bottom: 0; }
  .cont-atributos.tipo_descripcion .atributos strong {
    color: #4d4d4f;
    font-weight: 700; }

/* Producto - Galeria de Fotos */
.mini-foto-producto.slick-main-active img {
  opacity: 1;
  border: 1px solid #597ef7; }

.mini-foto-producto img {
  width: 80%;
  opacity: 0.5;
  border: 1px solid #e5e5e5; }

/* Producto - Compartir */
.cont-compartir_producto {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #4d4d4f;
  line-height: 1;
  border: solid 1px;
  border-color: #a4a4a4;
  padding: 7px 15px; }
  .cont-compartir_producto a {
    margin-left: 15px;
    color: #181818;
    font-size: 20px;
    text-decoration: none;
    vertical-align: middle; }
    .cont-compartir_producto a:hover {
      color: #181818; }

/* Producto - Subproductos */
.cont-subproductos {
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .cont-subproductos {
      margin-bottom: 25px; } }
  @media (max-width: 480px) {
    .cont-subproductos {
      text-align: center; } }
  .cont-subproductos p {
    font-size: 12px;
    color: #4d4d4f; }
    .cont-subproductos p.item-titulo {
      font-weight: 500;
      color: #4d4d4f;
      font-size: 13px;
      margin-bottom: 10px; }
      @media (max-width: 480px) {
        .cont-subproductos p.item-titulo {
          text-align: left; } }
  .cont-subproductos .btn-sub {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 25px;
    font-size: 14px;
    border: 1px solid #adadad;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out; }
    .cont-subproductos .btn-sub:hover, .cont-subproductos .btn-sub.sub_activo {
      background-color: #181818;
      color: #ffffff;
      border-color: transparent;
      -webkit-box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.2); }
      .cont-subproductos .btn-sub:hover p, .cont-subproductos .btn-sub.sub_activo p {
        color: #ffffff; }
    .cont-subproductos .btn-sub p {
      margin: 0; }

.img-subproductos img {
  margin: 0;
  width: 150px; }

/* Producto - Componentes */
.cont-componentes {
  clear: both;
  margin-top: 50px; }
  .cont-componentes .base, .cont-componentes .cont-atributos, .cont-componentes .descripcion, .cont-componentes .parrafos, .cont-componentes .links, .cont-componentes .videos {
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      .cont-componentes .base, .cont-componentes .cont-atributos, .cont-componentes .descripcion, .cont-componentes .parrafos, .cont-componentes .links, .cont-componentes .videos {
        margin-bottom: 0; } }
    .cont-componentes .base h3, .cont-componentes .cont-atributos h3, .cont-componentes .descripcion h3, .cont-componentes .parrafos h3, .cont-componentes .links h3, .cont-componentes .videos h3 {
      color: #181818;
      font-size: 33px;
      font-weight: 500;
      text-align: center; }
      .cont-componentes .base h3 a, .cont-componentes .cont-atributos h3 a, .cont-componentes .descripcion h3 a, .cont-componentes .parrafos h3 a, .cont-componentes .links h3 a, .cont-componentes .videos h3 a {
        color: #181818; }
        .cont-componentes .base h3 a:hover, .cont-componentes .cont-atributos h3 a:hover, .cont-componentes .descripcion h3 a:hover, .cont-componentes .parrafos h3 a:hover, .cont-componentes .links h3 a:hover, .cont-componentes .videos h3 a:hover {
          color: #c73e32; }
    .cont-componentes .base h4, .cont-componentes .cont-atributos h4, .cont-componentes .descripcion h4, .cont-componentes .parrafos h4, .cont-componentes .links h4, .cont-componentes .videos h4 {
      margin-bottom: 20px;
      font-size: 24px;
      font-weight: 700;
      color: #4d4d4f; }
      .cont-componentes .base h4 a, .cont-componentes .cont-atributos h4 a, .cont-componentes .descripcion h4 a, .cont-componentes .parrafos h4 a, .cont-componentes .links h4 a, .cont-componentes .videos h4 a {
        color: #181818; }
        .cont-componentes .base h4 a:hover, .cont-componentes .cont-atributos h4 a:hover, .cont-componentes .descripcion h4 a:hover, .cont-componentes .parrafos h4 a:hover, .cont-componentes .links h4 a:hover, .cont-componentes .videos h4 a:hover {
          color: #114082; }
    .cont-componentes .base p, .cont-componentes .cont-atributos p, .cont-componentes .descripcion p, .cont-componentes .parrafos p, .cont-componentes .links p, .cont-componentes .videos p {
      font-size: 16px;
      margin-bottom: 25px; }
      @media (max-width: 768px) {
        .cont-componentes .base p, .cont-componentes .cont-atributos p, .cont-componentes .descripcion p, .cont-componentes .parrafos p, .cont-componentes .links p, .cont-componentes .videos p {
          line-height: 20px; } }
      @media (max-width: 480px) {
        .cont-componentes .base p, .cont-componentes .cont-atributos p, .cont-componentes .descripcion p, .cont-componentes .parrafos p, .cont-componentes .links p, .cont-componentes .videos p {
          line-height: 20px; } }
    .cont-componentes .base .boton, .cont-componentes .cont-atributos .boton, .cont-componentes .descripcion .boton, .cont-componentes .parrafos .boton, .cont-componentes .links .boton, .cont-componentes .videos .boton, .cont-componentes .base .facebook, .cont-componentes .cont-atributos .facebook, .cont-componentes .descripcion .facebook, .cont-componentes .parrafos .facebook, .cont-componentes .links .facebook, .cont-componentes .videos .facebook, .cont-componentes .base .google, .cont-componentes .cont-atributos .google, .cont-componentes .descripcion .google, .cont-componentes .parrafos .google, .cont-componentes .links .google, .cont-componentes .videos .google {
      display: inline-block;
      color: #ffffff;
      text-transform: uppercase;
      padding: 15px 45px;
      font-size: 16px;
      font-weight: bold;
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      background-color: #181818; }
      .cont-componentes .base .boton:hover, .cont-componentes .cont-atributos .boton:hover, .cont-componentes .descripcion .boton:hover, .cont-componentes .parrafos .boton:hover, .cont-componentes .links .boton:hover, .cont-componentes .videos .boton:hover, .cont-componentes .base .facebook:hover, .cont-componentes .cont-atributos .facebook:hover, .cont-componentes .descripcion .facebook:hover, .cont-componentes .parrafos .facebook:hover, .cont-componentes .links .facebook:hover, .cont-componentes .videos .facebook:hover, .cont-componentes .base .google:hover, .cont-componentes .cont-atributos .google:hover, .cont-componentes .descripcion .google:hover, .cont-componentes .parrafos .google:hover, .cont-componentes .links .google:hover, .cont-componentes .videos .google:hover {
        background-color: #c73e32; }
    .cont-componentes .base .parrafo, .cont-componentes .cont-atributos .parrafo, .cont-componentes .descripcion .parrafo, .cont-componentes .parrafos .parrafo, .cont-componentes .links .parrafo, .cont-componentes .videos .parrafo {
      font-size: 14px;
      color: #4d4d4f;
      line-height: 1.5; }
      .cont-componentes .base .parrafo p, .cont-componentes .cont-atributos .parrafo p, .cont-componentes .descripcion .parrafo p, .cont-componentes .parrafos .parrafo p, .cont-componentes .links .parrafo p, .cont-componentes .videos .parrafo p {
        font-size: 14px;
        color: #4d4d4f;
        line-height: 1.5; }
    .cont-componentes .base .item:after, .cont-componentes .cont-atributos .item:after, .cont-componentes .descripcion .item:after, .cont-componentes .parrafos .item:after, .cont-componentes .links .item:after, .cont-componentes .videos .item:after {
      content: "";
      display: block;
      clear: both;
      margin-bottom: 35px; }
  .cont-componentes .archivos h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700; }
  .cont-componentes .archivos a.boton, .cont-componentes .archivos a.facebook, .cont-componentes .archivos a.google {
    display: block;
    margin-bottom: 5px;
    color: #181818;
    background-color: #ffffff;
    border: 2px solid #181818;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 8px 12px; }
    .cont-componentes .archivos a.boton span, .cont-componentes .archivos a.facebook span, .cont-componentes .archivos a.google span {
      vertical-align: middle; }
      .cont-componentes .archivos a.boton span.icono, .cont-componentes .archivos a.facebook span.icono, .cont-componentes .archivos a.google span.icono {
        margin-right: 5px;
        color: #181818;
        font-size: 20px; }
    .cont-componentes .archivos a.boton:hover, .cont-componentes .archivos a.facebook:hover, .cont-componentes .archivos a.google:hover {
      background-color: #181818;
      color: #ffffff; }
    .cont-componentes .archivos a.boton.a_fecha, .cont-componentes .archivos a.a_fecha.facebook, .cont-componentes .archivos a.a_fecha.google {
      color: #585858;
      font-size: 13px; }

/* Envios + medios de pago */
.cont-envios_pagos .item-cabezal {
  border-bottom: 1px solid #f3f3f3; }
.cont-envios_pagos .item-titulo {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  border-bottom: 5px solid transparent;
  color: #777777;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 35px;
  cursor: pointer; }
  @media (max-width: 768px) {
    .cont-envios_pagos .item-titulo {
      width: 49%;
      font-size: 12px;
      padding: 10px;
      text-align: center; } }
  .cont-envios_pagos .item-titulo.activo {
    color: #181818;
    border-bottom-color: #181818; }
  .cont-envios_pagos .item-titulo:hover {
    color: #114082;
    border-bottom-color: #114082; }
.cont-envios_pagos .item-cuerpo {
  display: none;
  margin-top: 20px;
  color: #181818;
  font-size: 14px;
  font-weight: 300; }
  .cont-envios_pagos .item-cuerpo.activo {
    display: block; }

/* Extras */
/* Extras - Santander */
.descuento-santander_amp {
  font-size: 16px;
  color: #181818; }
  @media (max-width: 480px) {
    .descuento-santander_amp {
      font-size: 14px; } }

.precio-santander_amp {
  font-size: 18px;
  color: #181818; }
  @media (max-width: 480px) {
    .precio-santander_amp {
      font-size: 14px; } }

.descuento-santander_visitados {
  font-size: 12px;
  color: #181818; }

.precio-santander_visitados {
  font-size: 15px;
  color: #181818; }

.descuento-santander {
  font-size: 10px;
  font-weight: 500;
  color: #ea1d25; }
  .descuento-santander span {
    font-size: 1.5em;
    vertical-align: text-top; }
  .descuento-santander img {
    height: 1.6em;
    vertical-align: text-top; }

/* Extras - Boton Comprar */
/* .boton-general {
      @media (max-width: $screen-md) {
        display: inline-block;
        width: calc(100% - 60px);
        vertical-align: middle;
        margin-bottom: 0;
      }
      &.subproducto {
        display: none;
      }
      &.no_compra {
        cursor: no-drop;
      }
      &.no-cantidad {
        display: block;
        width: 100%;
        text-align: center;
        a {
          display: block;
        }
        @media (max-width: $screen-md) {
          width: 100%;
        }
      }
    } */
.boton-general, .boton-comprar, .boton-listado, .boton-descarga, .boton-ver-repuesto {
  color: #c73e32;
  text-align: center;
  margin: 10px 0px; }
  .boton-general:hover span, .boton-comprar:hover span, .boton-listado:hover span, .boton-descarga:hover span, .boton-ver-repuesto:hover span {
    transform: scale(1.1, 1.1); }
  @media (max-width: 1024px) {
    .boton-general, .boton-comprar, .boton-listado, .boton-descarga, .boton-ver-repuesto {
      display: block; } }
  .boton-general a, .boton-comprar a, .boton-listado a, .boton-descarga a, .boton-ver-repuesto a {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    color: #ffffff;
    background-color: #181818;
    display: block;
    font-weight: 700;
    padding: 10px;
    text-decoration: none; }
    .boton-general a span, .boton-comprar a span, .boton-listado a span, .boton-descarga a span, .boton-ver-repuesto a span {
      font-size: 14px; }
    .boton-general a:hover, .boton-comprar a:hover, .boton-listado a:hover, .boton-descarga a:hover, .boton-ver-repuesto a:hover {
      background-color: #c73e32;
      color: #ffffff;
      -webkit-box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.1); }
    @media (max-width: 1024px) {
      .boton-general a, .boton-comprar a, .boton-listado a, .boton-descarga a, .boton-ver-repuesto a {
        padding: 8px;
        margin-bottom: 10px;
        text-align: center;
        display: block; } }
  .boton-general span, .boton-comprar span, .boton-listado span, .boton-descarga span, .boton-ver-repuesto span {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    vertical-align: middle; }
    .boton-general span[class^="icono-"], .boton-comprar span[class^="icono-"], .boton-listado span[class^="icono-"], .boton-descarga span[class^="icono-"], .boton-ver-repuesto span[class^="icono-"], .boton-general span[class*=" icono-"], .boton-comprar span[class*=" icono-"], .boton-listado span[class*=" icono-"], .boton-descarga span[class*=" icono-"], .boton-ver-repuesto span[class*=" icono-"] {
      display: inline-block;
      font-size: 25px;
      margin-right: 10px; }

.boton-comprar .btn_check {
  display: inline-block; }
  .boton-comprar .btn_check a {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    border: none; }
    .boton-comprar .btn_check a:hover {
      background-color: transparent;
      border: none;
      box-shadow: none;
      -webkit-transform: scale(1.15, 1.15);
      -moz-transform: scale(1.15, 1.15);
      -ms-transform: scale(1.15, 1.15);
      transform: scale(1.15, 1.15); }
  .boton-comprar .btn_check img {
    display: inline-block;
    width: 30px; }

.boton-listado a {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  color: #ffffff;
  background-color: #c73e32;
  border-color: #c73e32;
  border: solid 1px;
  font-size: 14px;
  border-radius: 3px; }
  .boton-listado a:hover {
    background-color: #ffffff;
    border-color: #c73e32;
    color: #c73e32; }
  @media (max-width: 1024px) {
    .boton-listado a {
      padding: 8px;
      margin-bottom: 10px;
      text-align: center;
      display: block; } }
.boton-listado .btn_check {
  display: inline-block; }
  .boton-listado .btn_check a {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    border: none; }
    .boton-listado .btn_check a:hover {
      background-color: transparent;
      border: none;
      box-shadow: none;
      -webkit-transform: scale(1.15, 1.15);
      -moz-transform: scale(1.15, 1.15);
      -ms-transform: scale(1.15, 1.15);
      transform: scale(1.15, 1.15); }
  .boton-listado .btn_check img {
    display: inline-block;
    width: 30px; }

.boton-descarga a {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  color: #ffffff;
  background-color: #114082;
  font-size: 16px;
  border: solid 1px;
  border-color: #114082; }
  .boton-descarga a:hover {
    background-color: #c73e32;
    border-color: #c73e32;
    color: #114082; }
  @media (max-width: 1024px) {
    .boton-descarga a {
      padding: 8px;
      margin-bottom: 10px;
      text-align: center;
      display: block; } }

.boton-ver-repuesto a {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  color: #c73e32;
  background-color: #ffffff;
  border-color: #c73e32; }
  .boton-ver-repuesto a:hover {
    background-color: #c73e32;
    border-color: #c73e32; }
  @media (max-width: 1024px) {
    .boton-ver-repuesto a {
      padding: 8px;
      margin-bottom: 10px;
      text-align: center;
      display: block; } }

.cont-visitados figure {
  height: auto; }
.cont-visitados figcaption h3 {
  position: static;
  color: #181818;
  font-size: 15px;
  font-weight: 400;
  text-align: left; }
  .cont-visitados figcaption h3 a {
    color: #181818; }
.cont-visitados figcaption .precio {
  font-size: 15px;
  font-weight: bold; }
.cont-visitados h2:before {
  display: none; }

.info-productos {
  border: solid 1px #cecece;
  color: #181818;
  padding: 20px; }
  .info-productos .item {
    border-right: solid 1px #cecece; }
    @media (max-width: 1024px) {
      .info-productos .item {
        border: 0;
        border-bottom: 1px solid #cecece;
        margin-bottom: 10px;
        padding-bottom: 10px; } }
  .info-productos h3 {
    font-size: 15px;
    color: #181818;
    font-weight: 700; }
  .info-productos p {
    font-size: 13px;
    line-height: normal; }
  .info-productos span {
    font-size: 2em;
    text-align: center; }
  .info-productos img {
    height: 1.6em;
    vertical-align: text-top; }

/*-------------------------------------------*\
mi_pedido.css

- Mi Pedido
- Cabezal
- Listado Productos
- Lateral
- Mensaje
\*-------------------------------------------*/
/* Mi Pedido */
.cont-mi_pedido {
  /* Cabezal */
  /* Listado Productos */
  /* Lateral */
  /* Mensaje */ }
  .cont-mi_pedido .item-cabezal {
    margin-bottom: 25px; }
    .cont-mi_pedido .item-cabezal p {
      font-size: 16px;
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
      @media (max-width: 768px) {
        .cont-mi_pedido .item-cabezal p {
          display: block;
          margin-bottom: 5px; } }
      .cont-mi_pedido .item-cabezal p strong {
        font-weight: 500; }
    .cont-mi_pedido .item-cabezal a {
      font-size: 16px;
      font-weight: 700;
      text-decoration: none; }
      .cont-mi_pedido .item-cabezal a:hover {
        color: #114082; }
      .cont-mi_pedido .item-cabezal a.link-mensaje {
        color: #181818;
        font-weight: 400; }
        .cont-mi_pedido .item-cabezal a.link-mensaje:hover {
          color: #114082; }
      .cont-mi_pedido .item-cabezal a.link-pedido {
        color: #114082; }
    .cont-mi_pedido .item-cabezal [class^="icono-"],
    .cont-mi_pedido .item-cabezal [class*=" icono-"] {
      margin-right: 5px; }
    .cont-mi_pedido .item-cabezal .separador {
      display: inline-block;
      font-weight: 700;
      margin: 0 10px;
      font-size: 16px; }
      @media (max-width: 768px) {
        .cont-mi_pedido .item-cabezal .separador {
          display: none; } }
  .cont-mi_pedido .item-lista_productos .item {
    padding: 30px 0;
    border-top: 1px solid white; }
  .cont-mi_pedido .item-lista_productos img {
    width: 135px; }
  .cont-mi_pedido .item-lista_productos .titulo {
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 500; }
    .cont-mi_pedido .item-lista_productos .titulo a {
      font-size: 15px;
      line-height: 1;
      color: #181818;
      text-decoration: none; }
  .cont-mi_pedido .item-lista_productos .codigo {
    margin-bottom: 10px;
    font-size: 13px;
    color: #bebebe;
    font-weight: 400; }
  .cont-mi_pedido .item-lista_productos .cantidad {
    margin-bottom: 10px;
    font-size: 12px;
    color: #bebebe;
    font-weight: 400; }
    .cont-mi_pedido .item-lista_productos .cantidad span {
      margin-left: 5px;
      color: #a4a4a4;
      font-size: 13px; }
  .cont-mi_pedido .item-lista_productos .precio {
    margin-bottom: 10px;
    font-size: 14px;
    color: #181818; }
  .cont-mi_pedido .item-lista_productos .monto {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #181818; }
  .cont-mi_pedido .item-lateral {
    border: 1px solid white;
    padding: 10px 15px;
    margin-left: 25px;
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      .cont-mi_pedido .item-lateral {
        margin-left: 0; } }
    .cont-mi_pedido .item-lateral h3 {
      font-size: 16px;
      text-align: center;
      font-weight: 700;
      margin: 10px 0;
      padding-bottom: 10px;
      border-bottom: 1px solid white; }
    .cont-mi_pedido .item-lateral h4 {
      font-weight: 700;
      font-size: 14px;
      margin-bottom: 10px; }
    .cont-mi_pedido .item-lateral p {
      font-size: 13px;
      color: #181818;
      margin-bottom: 10px; }
      .cont-mi_pedido .item-lateral p strong {
        display: block;
        font-weight: 700; }
    .cont-mi_pedido .item-lateral hr.destacado {
      border-color: white; }
    .cont-mi_pedido .item-lateral .item-total {
      font-size: 13px;
      color: #181818; }
    .cont-mi_pedido .item-lateral .item-precio {
      font-size: 16px;
      color: #181818;
      font-weight: 700; }
    .cont-mi_pedido .item-lateral .item-importe {
      font-size: 16px;
      color: #181818;
      font-weight: 700; }
    .cont-mi_pedido .item-lateral .item-monto {
      font-size: 20px;
      color: #181818;
      font-weight: 700; }
  .cont-mi_pedido .item-mensajes h2 {
    margin-bottom: 25px;
    font-size: 24px;
    text-align: center; }
  .cont-mi_pedido .item-mensajes .item {
    margin-bottom: 25px; }
    .cont-mi_pedido .item-mensajes .item .cuerpo {
      margin-right: 30%;
      margin-left: 12px; }
      .cont-mi_pedido .item-mensajes .item .cuerpo.cliente {
        margin-right: 12px;
        margin-left: 30%; }
  .cont-mi_pedido .item-mensajes .nombre {
    font-size: 14px;
    color: #181818;
    margin-bottom: 0;
    font-weight: 500; }
    .cont-mi_pedido .item-mensajes .nombre.cliente {
      color: #a4a4a4; }
  .cont-mi_pedido .item-mensajes .msj {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 15px 20px 20px;
    border-radius: 3px;
    background-color: #114082;
    word-break: break-all; }
    .cont-mi_pedido .item-mensajes .msj:before {
      content: "";
      position: absolute;
      display: inline-block;
      width: 0;
      height: 0;
      bottom: 0;
      left: 0;
      margin: 10px -12px;
      border-style: solid;
      border-width: 5px 12px 5px 0;
      border-color: transparent #114082 transparent transparent; }
    .cont-mi_pedido .item-mensajes .msj.cliente {
      color: #a4a4a4;
      padding: 10px;
      border: 1px solid #cecece;
      background-color: #ffffff; }
      .cont-mi_pedido .item-mensajes .msj.cliente:before {
        left: auto;
        right: 0;
        border-width: 5px 0 5px 12px;
        border-color: transparent transparent transparent #ffffff;
        z-index: 1; }
      .cont-mi_pedido .item-mensajes .msj.cliente:after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 0;
        height: 0;
        bottom: 0;
        right: 0;
        margin: 10px -12px;
        border-style: solid;
        border-width: 5px 0 5px 12px;
        border-color: transparent transparent transparent #181818; }
  .cont-mi_pedido .item-mensajes .fecha {
    font-size: 13px;
    color: white;
    margin-bottom: 0;
    text-align: right; }
  .cont-mi_pedido .item-mensajes textarea {
    font-size: 15px; }

/*-------------------------------------------*\
paginacion.css

- Paginacion
\*-------------------------------------------*/
/* Paginacion */
.pagination {
  display: block;
  margin-top: 50px;
  text-align: right;
  font-size: 10px; }
  @media (max-width: 768px) {
    .pagination {
      margin-top: 25px;
      font-size: 8px;
      text-align: center; } }
  .pagination li {
    display: inline-block; }
    .pagination li.flechas a {
      border: none;
      background-color: unset !important;
      color: #a4a4a4; }
      .pagination li.flechas a:hover {
        color: #ffffff;
        background-color: #4d4d4f !important; }
    .pagination li a:hover {
      color: #ffffff;
      background-color: #4d4d4f;
      border: none; }
  .pagination a, .pagination.active {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    border: 1px solid #dadada;
    color: #777777;
    display: inline-block;
    font-size: 1.6em;
    height: 2em;
    width: 2em;
    line-height: 2em;
    margin: 0 2px;
    text-align: center;
    text-decoration: none; }
    .pagination a a,
    .pagination a :hover, .pagination.active a,
    .pagination.active :hover {
      color: #ffffff;
      background-color: #4d4d4f; }
  .pagination.active {
    padding: 0;
    color: #ffffff; }
  .pagination .active a {
    color: #ffffff;
    background-color: #181818;
    border: none; }
  .pagination .flechas {
    margin-top: 2px; }

/*-------------------------------------------*\
carrito.css

- Carrito

\*-------------------------------------------*/
/* Carrito */
.cont-carrito h1, .cont-reclamo_ampliado h1 {
  text-align: center;
  font-size: 25px; }
.cont-carrito .boton.boton-icono, .cont-reclamo_ampliado .boton.boton-icono, .cont-carrito .boton-icono.facebook, .cont-reclamo_ampliado .boton-icono.facebook, .cont-carrito .boton-icono.google, .cont-reclamo_ampliado .boton-icono.google {
  position: relative;
  text-decoration: none; }
  .cont-carrito .boton.boton-icono span, .cont-reclamo_ampliado .boton.boton-icono span, .cont-carrito .boton-icono.facebook span, .cont-reclamo_ampliado .boton-icono.facebook span, .cont-carrito .boton-icono.google span, .cont-reclamo_ampliado .boton-icono.google span {
    vertical-align: middle; }
    .cont-carrito .boton.boton-icono span.icono, .cont-reclamo_ampliado .boton.boton-icono span.icono, .cont-carrito .boton-icono.facebook span.icono, .cont-reclamo_ampliado .boton-icono.facebook span.icono, .cont-carrito .boton-icono.google span.icono, .cont-reclamo_ampliado .boton-icono.google span.icono {
      position: absolute;
      display: inline-block;
      top: 0;
      top: calc(50% - 17px);
      right: 0;
      margin: 10px;
      transform: rotate(180deg); }
.cont-carrito .item-cabecera, .cont-reclamo_ampliado .item-cabecera {
  font-size: 16px;
  font-weight: 700; }
  .cont-carrito .item-cabecera .boton.boton-icono, .cont-reclamo_ampliado .item-cabecera .boton.boton-icono, .cont-carrito .item-cabecera .boton-icono.facebook, .cont-reclamo_ampliado .item-cabecera .boton-icono.facebook, .cont-carrito .item-cabecera .boton-icono.google, .cont-reclamo_ampliado .item-cabecera .boton-icono.google {
    padding: 15px 75px; }
.cont-carrito .cont-opciones_envio, .cont-reclamo_ampliado .cont-opciones_envio {
  font-size: 14px;
  font-weight: 700; }
  .cont-carrito .cont-opciones_envio .item-checkbox, .cont-reclamo_ampliado .cont-opciones_envio .item-checkbox {
    margin-bottom: 0; }
.cont-carrito .cont-item > a.boton, .cont-reclamo_ampliado .cont-item > a.boton, .cont-carrito .cont-item > a.facebook, .cont-reclamo_ampliado .cont-item > a.facebook, .cont-carrito .cont-item > a.google, .cont-reclamo_ampliado .cont-item > a.google {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  background-color: #30a9f0;
  transition: all 350ms ease-out;
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  -webkit-transform: scale(1) translateZ(0);
  -moz-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0); }
  .cont-carrito .cont-item > a.boton:active, .cont-reclamo_ampliado .cont-item > a.boton:active, .cont-carrito .cont-item > a.facebook:active, .cont-reclamo_ampliado .cont-item > a.facebook:active, .cont-carrito .cont-item > a.google:active, .cont-reclamo_ampliado .cont-item > a.google:active {
    -webkit-transform: scale(0.96) translateZ(0);
    -moz-transform: scale(0.96) translateZ(0);
    -ms-transform: scale(0.96) translateZ(0);
    transform: scale(0.96) translateZ(0); }
  .cont-carrito .cont-item > a.boton [class^="icono-"], .cont-reclamo_ampliado .cont-item > a.boton [class^="icono-"], .cont-carrito .cont-item > a.facebook [class^="icono-"], .cont-reclamo_ampliado .cont-item > a.facebook [class^="icono-"], .cont-carrito .cont-item > a.google [class^="icono-"], .cont-reclamo_ampliado .cont-item > a.google [class^="icono-"],
  .cont-carrito .cont-item > a.boton [class*=" icono-"],
  .cont-reclamo_ampliado .cont-item > a.boton [class*=" icono-"],
  .cont-carrito .cont-item > a.facebook [class*=" icono-"],
  .cont-reclamo_ampliado .cont-item > a.facebook [class*=" icono-"],
  .cont-carrito .cont-item > a.google [class*=" icono-"],
  .cont-reclamo_ampliado .cont-item > a.google [class*=" icono-"] {
    margin-left: 5px;
    font-size: 22px; }
.cont-carrito .cont-item header, .cont-reclamo_ampliado .cont-item header {
  position: relative;
  padding: 10px 20px;
  margin-bottom: 15px;
  font-weight: 700;
  cursor: pointer;
  background-color: #cecece; }
  .cont-carrito .cont-item header span, .cont-reclamo_ampliado .cont-item header span {
    position: absolute;
    top: 0;
    right: 0;
    margin: 12px; }
.cont-carrito .cont-item img, .cont-reclamo_ampliado .cont-item img {
  border: solid 1px #cecece; }
.cont-carrito .cont-item h3, .cont-reclamo_ampliado .cont-item h3 {
  font-size: 20px;
  font-weight: 700; }
.cont-carrito .cont-item h4, .cont-reclamo_ampliado .cont-item h4 {
  font-size: 14px;
  font-weight: 700;
  text-align: left; }
.cont-carrito .cont-item .eliminar, .cont-reclamo_ampliado .cont-item .eliminar {
  text-decoration: none; }
  .cont-carrito .cont-item .eliminar [class^="icono-"], .cont-reclamo_ampliado .cont-item .eliminar [class^="icono-"],
  .cont-carrito .cont-item .eliminar [class*=" icono-"],
  .cont-reclamo_ampliado .cont-item .eliminar [class*=" icono-"] {
    margin-left: 5px; }
  .cont-carrito .cont-item .eliminar:hover, .cont-reclamo_ampliado .cont-item .eliminar:hover {
    color: #114082; }
.cont-carrito .item-box_interior, .cont-reclamo_ampliado .item-box_interior {
  padding: 15px;
  margin-bottom: 20px;
  border: solid 1px #cecece;
  background-color: #edeef0; }
  .cont-carrito .item-box_interior h3, .cont-reclamo_ampliado .item-box_interior h3 {
    font-size: 14px;
    margin-bottom: 15px;
    color: #c73e32; }
.cont-carrito .caja-interna p, .cont-reclamo_ampliado .caja-interna p {
  font-size: 15px;
  margin-bottom: 0; }
.cont-carrito .caja-interna a, .cont-reclamo_ampliado .caja-interna a {
  color: #009ee0; }
.cont-carrito .item_pedido h3, .cont-reclamo_ampliado .item_pedido h3 {
  font-size: 14px; }
  .cont-carrito .item_pedido h3.titulo, .cont-reclamo_ampliado .item_pedido h3.titulo {
    color: #a4a4a4; }
.cont-carrito .item_pedido p, .cont-reclamo_ampliado .item_pedido p {
  color: #181818;
  margin-bottom: 10px; }
.cont-carrito .item_pedido dd, .cont-reclamo_ampliado .item_pedido dd {
  color: #a4a4a4;
  margin-bottom: 0; }
  .cont-carrito .item_pedido dd i, .cont-reclamo_ampliado .item_pedido dd i {
    vertical-align: top;
    display: inline-block;
    font-style: normal;
    width: 120px; }

/* GRUPOS DE DATOS */
.grupo-campo_simple label {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700; }

.grupo-data {
  display: flex;
  align-items: center; }
  .grupo-data.data-line {
    align-items: flex-start;
    flex-direction: column; }
  .grupo-data label {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700; }
  .grupo-data span.data {
    position: relative; }
    .grupo-data span.data::before {
      position: absolute;
      content: attr(data-tipo);
      display: inline-block;
      color: #a4a4a4;
      margin: 12px 10px;
      top: 0;
      right: 0;
      z-index: 0; }
  .grupo-data select,
  .grupo-data input {
    display: inline-block;
    position: relative;
    z-index: 1;
    background: transparent; }

.grupo-selector_unico {
  display: flex;
  align-items: center; }
  .grupo-selector_unico label {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700; }
  .grupo-selector_unico a {
    padding: 5px 10px;
    margin-right: 10px;
    display: inline-block;
    text-decoration: none;
    border: solid 1px #cecece;
    transition: all 350ms ease-out;
    -webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0); }
    .grupo-selector_unico a:active {
      -webkit-transform: scale(0.96) translateZ(0);
      -moz-transform: scale(0.96) translateZ(0);
      -ms-transform: scale(0.96) translateZ(0);
      transform: scale(0.96) translateZ(0); }
    .grupo-selector_unico a:hover, .grupo-selector_unico a.activo {
      color: white;
      background-color: #c73e32; }

.grupo-input_validar {
  position: relative; }
  .grupo-input_validar input {
    margin-bottom: 5px; }
  .grupo-input_validar .icono {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px; }
  .grupo-input_validar img {
    width: 50px;
    margin-right: 15px; }
  .grupo-input_validar p {
    display: inline-block;
    font-size: 12px; }

/* GRUPOS DE DATOS */
.cont-cabezal_cliente a {
  text-align: center;
  font-size: 1.2em;
  color: #a4a4a4;
  text-decoration: none;
  transition: all 350ms ease-out;
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  -webkit-transform: scale(1) translateZ(0);
  -moz-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0); }
  .cont-cabezal_cliente a:hover, .cont-cabezal_cliente a.activo {
    color: #181818; }
  .cont-cabezal_cliente a:active {
    -webkit-transform: scale(0.96) translateZ(0);
    -moz-transform: scale(0.96) translateZ(0);
    -ms-transform: scale(0.96) translateZ(0);
    transform: scale(0.96) translateZ(0); }
  .cont-cabezal_cliente a span[class^="icono-"], .cont-cabezal_cliente a span[class*=" icono-"] {
    margin-bottom: 3px;
    display: block;
    font-size: 2em; }

.cont-buscador_reclamos {
  margin-bottom: 25px; }
  .cont-buscador_reclamos .boton, .cont-buscador_reclamos .facebook, .cont-buscador_reclamos .google {
    height: auto;
    color: black;
    background-color: white;
    padding: 10px;
    border: solid 1px #181818;
    transition: all 350ms ease-out;
    -webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0); }
    .cont-buscador_reclamos .boton:active, .cont-buscador_reclamos .facebook:active, .cont-buscador_reclamos .google:active {
      -webkit-transform: scale(0.96) translateZ(0);
      -moz-transform: scale(0.96) translateZ(0);
      -ms-transform: scale(0.96) translateZ(0);
      transform: scale(0.96) translateZ(0); }
    .cont-buscador_reclamos .boton:hover, .cont-buscador_reclamos .facebook:hover, .cont-buscador_reclamos .google:hover {
      background-color: black;
      color: white; }
    .cont-buscador_reclamos .boton [class^="icono-"], .cont-buscador_reclamos .facebook [class^="icono-"], .cont-buscador_reclamos .google [class^="icono-"],
    .cont-buscador_reclamos .boton [class*=" icono-"],
    .cont-buscador_reclamos .facebook [class*=" icono-"],
    .cont-buscador_reclamos .google [class*=" icono-"] {
      margin-left: 5px;
      font-size: 22px; }

.cont-rango_fechas {
  border: solid 1px #cecece;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 350ms ease-out;
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out; }
  .cont-rango_fechas span {
    display: inline-block;
    flex: auto; }
    .cont-rango_fechas span.titulo {
      font-weight: 700;
      width: 425px;
      color: #a4a4a4; }
    .cont-rango_fechas span.entre {
      font-weight: 700; }
    .cont-rango_fechas span.icono {
      font-size: 20px;
      margin-right: 5px;
      margin-left: 5px; }
  .cont-rango_fechas input {
    height: 20px;
    display: inline-block;
    border: none;
    padding: 10px;
    padding-bottom: 0;
    padding-top: 0; }
    .cont-rango_fechas input::-webkit-input-placeholder {
      color: #4d4d4f;
      font-size: 12px;
      font-weight: 700;
      font-family: "Karla", sans-serif; }
    .cont-rango_fechas input:-moz-placeholder {
      color: #4d4d4f;
      font-size: 12px;
      font-weight: 700;
      font-family: "Karla", sans-serif;
      opacity: 1; }
    .cont-rango_fechas input::-moz-placeholder {
      color: #4d4d4f;
      font-size: 12px;
      font-weight: 700;
      font-family: "Karla", sans-serif;
      opacity: 1; }
    .cont-rango_fechas input:-ms-input-placeholder {
      color: #4d4d4f;
      font-size: 12px;
      font-weight: 700;
      font-family: "Karla", sans-serif; }

.cont-texto_con_select {
  border: solid 1px #cecece;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 350ms ease-out;
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out; }
  .cont-texto_con_select span {
    display: inline-block;
    flex: auto; }
    .cont-texto_con_select span.titulo {
      font-weight: 700;
      width: 100px; }
    .cont-texto_con_select span.entre {
      color: #a4a4a4; }
  .cont-texto_con_select select {
    height: 20px;
    display: inline-block;
    border: none;
    padding: 10px;
    padding-bottom: 0;
    padding-top: 0; }

.cont-reclamo_ampliado .cont-item a.boton, .cont-reclamo_ampliado .cont-item a.facebook, .cont-reclamo_ampliado .cont-item a.google {
  background-color: #181818 !important; }
  .cont-reclamo_ampliado .cont-item a.boton span.icono, .cont-reclamo_ampliado .cont-item a.facebook span.icono, .cont-reclamo_ampliado .cont-item a.google span.icono {
    font-size: 16px !important; }

.cont-cargar_plantilla {
  text-align: center;
  border: solid 1px #cecece;
  margin-bottom: 25px;
  padding: 40px 25px; }
  .cont-cargar_plantilla label {
    cursor: pointer; }
  .cont-cargar_plantilla input[type=file][type=file] {
    visibility: hidden;
    display: none; }
  .cont-cargar_plantilla span.icono {
    font-size: 85px; }
  .cont-cargar_plantilla h4 {
    font-size: 15px;
    margin-bottom: 0;
    padding-bottom: 0; }
  .cont-cargar_plantilla p {
    font-size: 15px; }

.drag-image {
  border: 1px dashed #fff;
  height: 300px;
  width: 350px;
  border-radius: 5px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #FC6E74; }

.drag-image.active {
  border: 2px solid #fff; }

.drag-image .icon {
  font-size: 30px;
  color: #fff; }

.drag-image h6 {
  font-size: 20px;
  font-weight: 300;
  color: #fff; }

.drag-image span {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin: 10px 0 15px 0; }

.drag-image button {
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 300;
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.5s; }

.drag-image button:hover {
  background-color: #fff;
  color: red; }

.drag-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px; }

.cont-cabezal_reclamos hgroup {
  text-align: center; }
.cont-cabezal_reclamos .icono-flecha {
  font-size: 20px;
  color: black;
  text-decoration: none;
  display: inline-block;
  transition: all 350ms ease-out;
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out; }
  .cont-cabezal_reclamos .icono-flecha:hover {
    -webkit-transform: scale(1.2) translateX(-5px);
    -moz-transform: scale(1.2) translateX(-5px);
    -ms-transform: scale(1.2) translateX(-5px);
    transform: scale(1.2) translateX(-5px); }
.cont-cabezal_reclamos h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 0; }
.cont-cabezal_reclamos h3 {
  font-size: 25px;
  margin-bottom: 0; }

.cont-formulario_reclamos .boton.boton-icono, .cont-formulario_reclamos .boton-icono.facebook, .cont-formulario_reclamos .boton-icono.google {
  position: relative;
  text-decoration: none; }
  .cont-formulario_reclamos .boton.boton-icono span, .cont-formulario_reclamos .boton-icono.facebook span, .cont-formulario_reclamos .boton-icono.google span {
    vertical-align: middle; }
    .cont-formulario_reclamos .boton.boton-icono span.icono, .cont-formulario_reclamos .boton-icono.facebook span.icono, .cont-formulario_reclamos .boton-icono.google span.icono {
      position: absolute;
      display: inline-block;
      top: 0;
      top: calc(50% - 17px);
      right: 0;
      margin: 10px;
      transform: rotate(180deg); }

.deshabilitado {
  opacity: 0.5; }

.item_block {
  border: solid 1px #cecece;
  margin-bottom: 25px;
  padding: 25px;
  transition: all 350ms ease-out;
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out; }
  .item_block.item_listado {
    margin-bottom: 10px;
    cursor: pointer; }
    .item_block.item_listado:hover {
      border: solid 1px #181818; }
    .item_block.item_listado p {
      margin-bottom: 0; }
    .item_block.item_listado .vencido p {
      font-weight: 700;
      color: #a4a4a4; }
    .item_block.item_listado .pendiente p {
      font-weight: 700;
      color: #30a9f0; }
    .item_block.item_listado .emitido p {
      font-weight: 700;
      color: #4d4d4f; }
    .item_block.item_listado .enviado p {
      font-weight: 700;
      color: #44d07c; }

a.btn_guardar {
  text-decoration: none; }
  a.btn_guardar span {
    vertical-align: middle; }

.btn_guardar_flotante {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  background-color: #44d07c;
  border-radius: 50%;
  bottom: 0;
  font-size: 20px;
  height: 40px;
  line-height: 35px;
  margin: 12% 15px;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  width: 40px;
  z-index: 3; }
  .btn_guardar_flotante:active, .btn_guardar_flotante:hover, .btn_guardar_flotante:focus {
    text-decoration: none;
    color: #ffffff;
    opacity: 1; }
  @media (max-width: 768px) {
    .btn_guardar_flotante {
      display: none; } }

.alertas {
  padding: 1.5em;
  padding-left: 4.3em;
  margin: 2em 0;
  font-size: 1.1em;
  line-height: 1.3;
  position: relative; }
  .alertas strong {
    font-weight: 700; }
  .alertas.alerta-error {
    color: #777777;
    background-color: #ffd9d9;
    border: 1px solid #c73e32; }
    .alertas.alerta-error p {
      color: #c73e32;
      margin-bottom: 0;
      line-height: 1.2; }
    .alertas.alerta-error:before {
      position: absolute;
      left: 0;
      top: 0;
      margin: 0.6em 0.8em;
      color: #c73e32;
      font-family: "iconos" !important;
      font-size: 1.8em;
      content: ""; }
  .alertas.alerta-info {
    color: #777777;
    background-color: #d9e7ef;
    border: 1px solid #30a9f0; }
    .alertas.alerta-info a {
      color: #30a9f0;
      text-decoration: none; }
    .alertas.alerta-info p {
      color: #777777;
      margin-bottom: 0; }
    .alertas.alerta-info:before {
      position: absolute;
      left: 0;
      top: 0;
      color: #30a9f0;
      margin: 0.6em 0.8em;
      font-family: "iconos" !important;
      font-size: 1.8em;
      content: ""; }

/* The item-checkbox */
/* Hide the browser's default checkbox */
/* Create a custom checkbox */
/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
/* Show the checkmark when checked */
/* Style the checkmark/indicator */
.item-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  line-height: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .item-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .item-checkbox input:checked ~ .checkmark {
      background-color: white;
      border: solid 1px #cecece; }
      .item-checkbox input:checked ~ .checkmark:after {
        display: block; }
  .item-checkbox:hover input ~ .checkmark {
    background-color: white;
    border: solid 1px #009ee0; }
  .item-checkbox .checkmark:after {
    left: 9px;
    top: 3px;
    width: 7px;
    height: 14px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border: solid 1px #cecece; }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none; }

.pointer {
  cursor: pointer; }

.chosen-select, .chosen-select-deselect {
  width: 100%; }

.chosen-container {
  display: inline-block;
  position: relative;
  width: 100% !important;
  font-size: 1.3rem;
  text-align: left;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container .chosen-drop {
  background: #fff;
  border: 1px solid #80bdff;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1060; }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  right: 0; }

.chosen-container .chosen-results {
  margin: 0;
  position: relative;
  max-height: 15rem;
  padding: .5rem 0 0 0;
  color: #6c757d;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: .25rem .25rem .25rem 1.5rem; }

.chosen-container .chosen-results li em {
  font-style: normal;
  color: #6c757d; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
  padding-left: .75rem;
  color: #adb5bd;
  font-weight: 400;
  text-transform: uppercase; }

.chosen-container .chosen-results li.group-option {
  padding-left: 1.5rem; }

.chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item; }

.chosen-container .chosen-results li.result-selected {
  color: #495057; }

.chosen-container .chosen-results li.result-selected:before {
  display: inline-block;
  position: relative;
  top: .3rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: -1.25rem;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23495057' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  background-size: 1.25rem 1.25rem;
  background-position: center center;
  background-repeat: no-repeat; }

.chosen-container .chosen-results li.highlighted {
  background-color: #007bff;
  background-image: none;
  color: #fff; }

.chosen-container .chosen-results li.highlighted:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E"); }

.chosen-container .chosen-results li.highlighted em {
  background: 0 0;
  color: rgba(255, 255, 255, 0.8); }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ced4da; }

.chosen-container .chosen-results .no-results {
  display: list-item;
  padding: .25rem 0 1rem 1.065rem;
  color: #dc3545; }

.chosen-container .chosen-results-scroll {
  background: #fff;
  margin: 0 .25rem;
  position: absolute;
  text-align: center;
  width: 20rem;
  z-index: 1; }

.chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 1.5;
  text-indent: -5000px;
  width: .5rem; }

.chosen-container-single .chosen-single {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
  color: #6c757d;
  display: block;
  height: calc(1.5em + .75rem);
  overflow: hidden;
  line-height: calc(1.5em + .75rem);
  padding: 0 0 0 .75rem;
  position: relative;
  text-decoration: none;
  white-space: nowrap; }

.chosen-container-single .chosen-single abbr {
  display: inline-block;
  position: absolute;
  top: .325rem;
  right: 2rem;
  width: 2rem;
  height: 1.5rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23dc3545' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
  background-size: 1.5rem 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  box-shadow: 4px 0 16px 16px #fff; }

.chosen-container-single .chosen-single abbr:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23921925' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E"); }

.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 1.5rem;
  text-overflow: ellipsis; }

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px; }

.chosen-container-single .chosen-single div {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 100%;
  padding-left: .5rem;
  background-color: #fff; }

.chosen-container-single .chosen-single div:after {
  display: inline-block;
  position: relative;
  top: .125rem;
  left: -1rem;
  width: 2rem;
  height: 2rem;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23adb5bd' d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/%3E%3C/svg%3E");
  background-size: 2rem 2rem;
  background-position: center center;
  background-repeat: no-repeat; }

.chosen-container-single .chosen-single:not(.chosen-single-with-deselect) div:after {
  background-color: #fff;
  box-shadow: 4px 0 16px 16px #fff; }

.chosen-container-single .chosen-default {
  color: #adb5bd; }

.chosen-container-single a:not([href]):not([tabindex]) {
  color: #6c757d !important; }

.chosen-container-single a:not([href]):not([tabindex]).chosen-single:not(.chosen-default) {
  color: #6c757d !important; }

.chosen-container-single .chosen-search-input {
  border: none; }

.chosen-container-single .chosen-search {
  margin: 0;
  padding: .5rem .5rem 0 .5rem;
  position: relative;
  white-space: nowrap;
  z-index: 1000; }

.chosen-container-single .chosen-search:after {
  display: inline-block;
  position: relative;
  top: .365rem;
  left: -1.75rem;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23adb5bd' d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
  background-size: 1.25rem 1.25rem;
  background-position: center center;
  background-repeat: no-repeat; }

.chosen-container-single .chosen-search input[type=text] {
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  outline: 0;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
  padding: .25rem 1rem .25rem .5rem;
  width: 100%; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
  background-clip: padding-box; }

.chosen-container-single-nosearch .chosen-search {
  display: none; }

.chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
  cursor: text;
  height: auto !important;
  margin: 0;
  padding: .175rem;
  overflow: hidden;
  position: relative; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices .search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices .search-field input[type=text] {
  width: 100% !important;
  margin: 0;
  padding: .175rem .175rem .175rem .5rem;
  border: 0 !important;
  background: 0 0 !important;
  color: #6c757d;
  outline: 0; }

.chosen-container-multi .chosen-choices .search-field .default {
  color: #ced4da; }

.chosen-container-multi .chosen-choices .search-choice {
  background-clip: padding-box;
  position: relative;
  max-width: 320px;
  margin: .175rem .25rem;
  padding: .25rem 1.5rem .25rem .25rem;
  border: 1px solid #ced4da;
  background-color: #f8f9fa;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
  cursor: default;
  font-size: .875rem;
  line-height: 1;
  color: #6c757d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  display: inline-block;
  position: absolute;
  top: .2rem;
  right: .125rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23dc3545' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
  background-size: 1rem 1rem;
  background-position: center center;
  background-repeat: no-repeat; }

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23921925' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E"); }

.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #dee2e6; }

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px; }

.chosen-container-multi .chosen-drop .result-selected {
  display: none; }

.chosen-container-active .chosen-single {
  border: 1px solid #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
  transition: border linear 0s,box-shadow linear 0s; }

@media (prefers-reduced-motion: reduce) {
  .chosen-container-active .chosen-single {
    transition: none; } }
.chosen-container-active.is-valid .chosen-single {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.4); }

.chosen-container-active.is-invalid .chosen-single {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.4); }

.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff;
  border: 1px solid #80bdff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
  transition: border linear 0s,box-shadow linear 0s; }

@media (prefers-reduced-motion: reduce) {
  .chosen-container-active.chosen-with-drop .chosen-single {
    transition: none; } }
.chosen-container-active.chosen-with-drop .chosen-single div:after {
  display: inline-block;
  position: relative;
  top: .125rem;
  left: -1rem;
  width: 2rem;
  height: 2rem;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23adb5bd' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");
  background-size: 2rem 2rem;
  background-position: center center;
  background-repeat: no-repeat; }

.chosen-container-active .chosen-choices {
  border: 1px solid #80bdff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: border linear 0s,box-shadow linear 0s; }

@media (prefers-reduced-motion: reduce) {
  .chosen-container-active .chosen-choices {
    transition: none; } }
.chosen-container-active .chosen-choices .search-field input[type=text] {
  color: #6c757d !important; }

.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.chosen-container-active.chosen-with-drop .chosen-search-input {
  display: inline-block; }

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.chosen-container-optgroup-clickable li.group-result {
  text-transform: none !important; }

.chosen-container-optgroup-clickable li.group-result:hover {
  background-color: #007bff;
  color: #fff;
  cursor: pointer; }

.chosen-container-optgroup-clickable li.group-result:hover em {
  color: #fff; }

.chosen-container.is-valid .chosen-choices, .chosen-container.is-valid .chosen-drop, .chosen-container.is-valid .chosen-single, .chosen-container:valid .chosen-choices, .chosen-container:valid .chosen-drop, .chosen-container:valid .chosen-single {
  border-color: #28a745; }

.chosen-container.is-invalid .chosen-choices, .chosen-container.is-invalid .chosen-drop, .chosen-container.is-invalid .chosen-single, .chosen-container:invalid .chosen-choices, .chosen-container:invalid .chosen-drop, .chosen-container:invalid .chosen-single {
  border-color: #dc3545; }

input[type=text].chosen-focus-input {
  position: absolute;
  top: -9000px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  background: 0 0 !important;
  border: 0 !important;
  outline: 0; }

.input-group:nth-of-type(1) .chosen-container .chosen-choices {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group:not(:nth-of-type(1)) .chosen-container .chosen-choices {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group:not(:nth-of-type(1)) .input-group-prepend .input-group-text {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem; }

.input-group .chosen-container {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1% !important; }

.input-group .chosen-choices .search-field {
  min-height: calc(1.5em + .75rem); }

.chosen-container {
  width: 100%;
  display: block;
  padding: 10px 15px;
  color: black;
  font-size: 16px;
  border: 1px solid #d7d7d9;
  background-color: white;
  transition: all 250ms; }
  .chosen-container:active, .chosen-container:focus {
    border: 1px solid #181818; }
  .chosen-container:focus {
    outline: none; }
  .chosen-container a.chosen-single {
    padding: 0;
    line-height: normal;
    height: auto;
    border: 0;
    margin-bottom: 0; }

.chosen-container-single .chosen-single div {
  width: 1rem; }
  .chosen-container-single .chosen-single div:after {
    top: -0.125rem;
    left: -1rem; }
.chosen-container-single .chosen-search input[type="text"] {
  margin-bottom: 0;
  padding-left: 2rem; }
.chosen-container-single .chosen-search:after {
  position: absolute;
  top: 1rem;
  left: 1rem; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  box-shadow: none; }
.chosen-container-active .chosen-single {
  border: none;
  box-shadow: none; }

/*-------------------------------------------*\
cms.css

CMS GENERALES
- Barra de navegacion
- Autocomplete
- PopUp - Promo
- PopUp - Mensaje
- Precarga de pagina

\*-------------------------------------------*/
/* Barra de navegacion */
.cont-barra_navegacion {
  color: #a4a4a4;
  font-size: 15px;
  margin-bottom: 15px; }
  .cont-barra_navegacion strong {
    display: inline-block;
    margin: 0 5px; }
  .cont-barra_navegacion a {
    font-size: 13px;
    color: #a4a4a4; }
    .cont-barra_navegacion a:hover {
      color: #181818; }

/* Autocomplete */
div.autocomplete_titulo {
  color: #f70014;
  border-top: 1px solid #ececec;
  padding-top: 10px;
  padding-left: 5px; }

.ui-autocomplete-loading {
  background: url(/../imagenes/img_presentacion/ajaxloader.gif) no-repeat 50% 50%; }

/* PopUp - Promo */
.promo .remodal-close {
  margin: -15px;
  padding: 5px;
  color: #181818;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 1; }
  @media (max-width: 808px) {
    .promo .remodal-close {
      margin: 0;
      border-radius: 0; } }

/* PopUp - Mensaje */
.cont-popup_mensaje {
  text-align: center; }
  .cont-popup_mensaje div {
    color: #181818;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px; }
  .cont-popup_mensaje .btn {
    padding: 10px 30px;
    margin: 0 10px;
    text-transform: uppercase; }
    .cont-popup_mensaje .btn.btn-ok {
      background-color: #181818; }
      .cont-popup_mensaje .btn.btn-ok:hover {
        background-color: black; }
    .cont-popup_mensaje .btn.btn-cancelar {
      background-color: #a4a4a4;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase; }
    .cont-popup_mensaje .btn:hover {
      box-shadow: none; }

/* Precarga de pagina */
.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8); }
  .se-pre-con:before {
    content: "";
    display: inline-block;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #181818;
    border-bottom: 16px solid #181818;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*-------------------------------------------*\
ecms.css

\*-------------------------------------------*/
/*-------------------------------------------*\
carrito.css

Carrito
- Carrito General
- Carrito - Pasos
- Carrito 1 - Presentacion
    - Carrito 1 - Santander
    - Carrito 1 - Productos Fila
    - Carrito 1 - Variante
    - Carrito 1 - Eliminar
    - Carrito 1 - Imagen producto
    - Carrito 1 - Cantidad
    - Carrito 1 - Sucursal
    - Carrito 1 - Precios
    - Carrito 1 - Lateral Fijo
    - Carrito 1 - Lateral Carrito
- Carrito 1 - Botones
- Carrito 1 - Productos

- Carrito 2 - Presentacion
    - Carrito 2 - Envio
    - Carrito 2 - Datos de Pedido
    - Carrito 2 - Detalle
    - Carrito 2 - Retiro Sucursal
    - Carrito 2 - Editar Pedido
    - Carrito 2 - Datos Pedido Responsive
    - Carrito 2 - Boton continuar responsive
    
- Carrito 3 - Lateral Enviar Pedido
- Carrito 3 - Btn Continuar
- Carrito 3 - Otros Datos
- Carrito 3 - Forma de Pago
- Carrito 3 - Descuento

- CUPON

\*-------------------------------------------*/
/* Carrito General */
.boton-carrito {
  width: 100%;
  margin-top: 5px; }
  .boton-carrito.no {
    opacity: 0.2; }
  .boton-carrito a,
  .boton-carrito input[type="submit"] {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    background-color: #181818;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    margin-top: 10px; }
    .boton-carrito a:hover,
    .boton-carrito input[type="submit"]:hover {
      background-color: #c73e32; }

/* Carrito - Pasos */
.pasos {
  font-size: 14px;
  line-height: 2em; }

/*=============================================
=               Carrito Paso 1                =
=============================================*/
/* Carrito 1 - Presentacion */
.cont-carrito, .cont-reclamo_ampliado {
  margin-bottom: 80px;
  /* Carrito 1 - Lateral Carrito */
  /* Carrito 1 - Barra de navegacion Responsive */ }
  @media (max-width: 480px) {
    .cont-carrito, .cont-reclamo_ampliado {
      margin-bottom: 15px; } }
  .cont-carrito .titulo-carrito, .cont-reclamo_ampliado .titulo-carrito {
    font-size: 24px;
    font-weight: 700;
    color: #adadad; }
  .cont-carrito .cont-presentacion_cuerpo, .cont-reclamo_ampliado .cont-presentacion_cuerpo {
    /* Carrito 1 - Santander */ }
    .cont-carrito .cont-presentacion_cuerpo .img-santander_carrito, .cont-reclamo_ampliado .cont-presentacion_cuerpo .img-santander_carrito {
      width: 63%; }
      @media (max-width: 480px) {
        .cont-carrito .cont-presentacion_cuerpo .img-santander_carrito, .cont-reclamo_ampliado .cont-presentacion_cuerpo .img-santander_carrito {
          width: 50%; } }
    .cont-carrito .cont-presentacion_cuerpo .columna_1, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 {
      /* Carrito 1 - Productos Fila */
      /* Carrito 1 - Precios */ }
      .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito {
        border-top: 1px solid white;
        /* Carrito 1 - Variante */
        /* Carrito 1 - Eliminar */
        /* Carrito 1 - Imagen producto */
        /* Carrito 1 - Cantidad */
        /* Carrito 1 - Sucursal */ }
        .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito a, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito a {
          color: #181818;
          font-weight: 400;
          font-size: 15px;
          line-height: 1; }
          .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito a:hover, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito a:hover {
            color: #181818; }
          @media (max-width: 768px) {
            .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito a, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito a {
              margin-right: 25px; } }
        .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito h2, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito h2 {
          color: #adadad;
          font-weight: 400;
          font-size: 13px;
          margin: 15px 0; }
        .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .cont-total, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .cont-total {
          text-align: right; }
          @media (max-width: 768px) {
            .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .cont-total, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .cont-total {
              display: none; } }
        .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .con-total_responsive, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .con-total_responsive {
          display: none; }
          @media (max-width: 768px) {
            .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .con-total_responsive, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .con-total_responsive {
              display: block; } }
        .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .santander, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .santander {
          color: #ea1d25; }
          .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .santander img, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .santander img {
            height: 16px;
            vertical-align: middle; }
          .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .santander strong, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .santander strong {
            vertical-align: sub; }
        .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito h3, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito h3 {
          color: #181818;
          font-weight: 500;
          font-size: 24px; }
          @media (max-width: 1024px) {
            .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito h3, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito h3 {
              font-size: 18px;
              margin-bottom: 0;
              margin-top: 10px; } }
          .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito h3 strong, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito h3 strong {
            font-weight: 500; }
          .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito h3 span, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito h3 span {
            display: inline-block; }
        .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .variante, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .variante {
          color: #bebebe; }
        .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .eliminar, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .eliminar {
          color: #bebebe;
          font-size: 22px;
          text-decoration: none;
          display: inline-block;
          vertical-align: middle;
          height: 26px; }
          @media (max-width: 768px) {
            .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .eliminar, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .eliminar {
              position: absolute;
              top: 0;
              right: 0;
              margin: 0; } }
        .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito figure, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito figure {
          margin-bottom: 0; }
          .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito figure img, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito figure img {
            margin: 0; }
        .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .carrito_cantidad, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .carrito_cantidad {
          width: 50px;
          height: 25px;
          border-radius: 0;
          font-size: 14px;
          text-align: center;
          padding: 11px;
          vertical-align: middle;
          background-color: white; }
        .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .cantidad, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .cantidad {
          text-align: center;
          display: inline-block; }
          .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .cantidad .reguladores, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .cantidad .reguladores {
            width: 25px;
            height: 25px;
            display: inline-block;
            vertical-align: middle;
            line-height: 1;
            border-radius: 0;
            font-weight: 300;
            font-size: 20px;
            padding: 0;
            background-color: #ffffff;
            border: 1px solid #e8e8f8; }
            .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .cantidad .reguladores:focus, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .cantidad .reguladores:focus {
              box-shadow: none; }
            .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .cantidad .reguladores.hover, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .cantidad .reguladores.hover {
              background-color: #c73e32; }
          .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .cantidad label, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .cantidad label {
            margin: 0;
            margin-left: 5px; }
        .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .retiro-sucursal, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .retiro-sucursal {
          float: left;
          margin-top: 25px;
          width: 100%;
          border: 3px solid #181818;
          padding: 20px; }
          @media (max-width: 480px) {
            .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .retiro-sucursal, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .retiro-sucursal {
              margin-bottom: 30px; } }
          .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .retiro-sucursal h3, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .retiro-sucursal h3 {
            display: inline-block;
            font-weight: 500;
            font-size: 17px;
            vertical-align: text-bottom;
            margin-right: 15px;
            margin-bottom: 5px; }
            @media (max-width: 480px) {
              .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .retiro-sucursal h3, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .retiro-sucursal h3 {
                font-size: 15px; } }
            .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .retiro-sucursal h3 span, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .retiro-sucursal h3 span {
              vertical-align: middle;
              margin-right: 5px;
              color: #181818; }
          .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .retiro-sucursal select, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .retiro-sucursal select {
            width: 300px;
            float: right;
            height: 45px;
            margin-top: 5px; }
            @media (max-width: 768px) {
              .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .retiro-sucursal select, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .retiro-sucursal select {
                float: none;
                margin-bottom: 10px; } }
            @media (max-width: 480px) {
              .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .retiro-sucursal select, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .retiro-sucursal select {
                width: 100%;
                float: none; } }
      .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-dolares, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-dolares,
      .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-pesos,
      .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-pesos {
        margin-bottom: 40px; }
        @media (max-width: 480px) {
          .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-dolares, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-dolares,
          .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-pesos,
          .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-pesos {
            margin-bottom: 0; } }
        .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-dolares h4, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-dolares h4,
        .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-pesos h4,
        .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-pesos h4 {
          font-size: 16px;
          font-weight: 700;
          padding: 20px;
          text-transform: uppercase;
          margin-bottom: 0;
          color: #464646; }
        .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-dolares .alerta, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-dolares .alerta,
        .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-pesos .alerta,
        .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-pesos .alerta {
          background: #818181;
          color: #ffffff;
          padding: 20px; }
          .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-dolares .alerta p, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-dolares .alerta p,
          .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-pesos .alerta p,
          .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-pesos .alerta p {
            display: inline-block;
            color: #ffffff;
            margin-bottom: 0;
            vertical-align: middle;
            font-size: 14px; }
          .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-dolares .alerta span, .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-dolares .alerta span,
          .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-pesos .alerta span,
          .cont-reclamo_ampliado .cont-presentacion_cuerpo .columna_1 .cont-pesos .alerta span {
            vertical-align: middle;
            font-size: 35px;
            margin-right: 20px; }
  .cont-carrito .cont-lateral_carrito, .cont-reclamo_ampliado .cont-lateral_carrito {
    /* Carrito 2 - Datos de Pedido */ }
    .cont-carrito .cont-lateral_carrito h3, .cont-reclamo_ampliado .cont-lateral_carrito h3 {
      margin-bottom: 0;
      padding: 12px;
      font-weight: 700;
      font-size: 16px;
      text-align: center; }
    .cont-carrito .cont-lateral_carrito p, .cont-reclamo_ampliado .cont-lateral_carrito p {
      margin-top: 5px;
      font-size: 12px;
      padding: 15px; }
      .cont-carrito .cont-lateral_carrito p a, .cont-reclamo_ampliado .cont-lateral_carrito p a {
        color: #8b8b8b;
        font-weight: 500; }
    .cont-carrito .cont-lateral_carrito .cont-pasos_lateral, .cont-reclamo_ampliado .cont-lateral_carrito .cont-pasos_lateral {
      margin-bottom: 15px; }
      @media (max-width: 768px) {
        .cont-carrito .cont-lateral_carrito .cont-pasos_lateral, .cont-reclamo_ampliado .cont-lateral_carrito .cont-pasos_lateral {
          display: none; } }
      .cont-carrito .cont-lateral_carrito .cont-pasos_lateral .item, .cont-reclamo_ampliado .cont-lateral_carrito .cont-pasos_lateral .item {
        padding: 10px;
        font-weight: 600;
        color: #a4a4a4;
        font-size: 15px;
        border-bottom: 1px solid #f3f3f3; }
        .cont-carrito .cont-lateral_carrito .cont-pasos_lateral .item.activo, .cont-reclamo_ampliado .cont-lateral_carrito .cont-pasos_lateral .item.activo {
          color: #181818;
          background-color: white; }
        .cont-carrito .cont-lateral_carrito .cont-pasos_lateral .item.listo, .cont-reclamo_ampliado .cont-lateral_carrito .cont-pasos_lateral .item.listo {
          position: relative; }
          .cont-carrito .cont-lateral_carrito .cont-pasos_lateral .item.listo span, .cont-reclamo_ampliado .cont-lateral_carrito .cont-pasos_lateral .item.listo span {
            position: absolute;
            top: 0;
            right: 0;
            margin: 14px;
            color: #edeef0; }
    .cont-carrito .cont-lateral_carrito .item-titulo, .cont-reclamo_ampliado .cont-lateral_carrito .item-titulo {
      font-size: 16px;
      font-weight: 700; }
    .cont-carrito .cont-lateral_carrito .item-texto, .cont-reclamo_ampliado .cont-lateral_carrito .item-texto {
      font-size: 15px;
      color: #114082; }
    .cont-carrito .cont-lateral_carrito .item-montos, .cont-reclamo_ampliado .cont-lateral_carrito .item-montos {
      font-size: 24px;
      font-weight: 600;
      text-align: right; }
    .cont-carrito .cont-lateral_carrito .santander, .cont-reclamo_ampliado .cont-lateral_carrito .santander {
      font-size: 16px;
      color: #ea1d25; }
      .cont-carrito .cont-lateral_carrito .santander img, .cont-reclamo_ampliado .cont-lateral_carrito .santander img {
        height: 20px; }
    .cont-carrito .cont-lateral_carrito .cont-datos_pedido_lateral .item-texto, .cont-reclamo_ampliado .cont-lateral_carrito .cont-datos_pedido_lateral .item-texto {
      font-size: 13px;
      font-weight: 400;
      color: #4d4d4f;
      line-height: 2; }
      .cont-carrito .cont-lateral_carrito .cont-datos_pedido_lateral .item-texto.d, .cont-reclamo_ampliado .cont-lateral_carrito .cont-datos_pedido_lateral .item-texto.d {
        text-align: right; }
    .cont-carrito .cont-lateral_carrito .cont-datos_pedido_lateral .item-monto, .cont-reclamo_ampliado .cont-lateral_carrito .cont-datos_pedido_lateral .item-monto {
      text-align: right;
      font-size: 16px;
      font-weight: 600;
      color: #4d4d4f; }
    .cont-carrito .cont-lateral_carrito .cont-datos_pedido_lateral .destacado .item-texto, .cont-reclamo_ampliado .cont-lateral_carrito .cont-datos_pedido_lateral .destacado .item-texto,
    .cont-carrito .cont-lateral_carrito .cont-datos_pedido_lateral .destacado .item-monto,
    .cont-reclamo_ampliado .cont-lateral_carrito .cont-datos_pedido_lateral .destacado .item-monto {
      color: #114082; }
    .cont-carrito .cont-lateral_carrito .cont-datos_pedido_lateral .item-titulo, .cont-reclamo_ampliado .cont-lateral_carrito .cont-datos_pedido_lateral .item-titulo {
      font-size: 16px;
      font-weight: 700;
      color: #181818; }
    .cont-carrito .cont-lateral_carrito .cont-datos_pedido_lateral .item-monto_titulo, .cont-reclamo_ampliado .cont-lateral_carrito .cont-datos_pedido_lateral .item-monto_titulo {
      text-align: right;
      font-size: 24px;
      font-weight: 600;
      color: #181818; }
  .cont-carrito .cont-navegacion_responsive, .cont-reclamo_ampliado .cont-navegacion_responsive {
    display: none;
    color: white;
    margin-bottom: 15px;
    font-size: 15px; }
    @media (max-width: 768px) {
      .cont-carrito .cont-navegacion_responsive, .cont-reclamo_ampliado .cont-navegacion_responsive {
        display: block;
        font-size: 12px; } }
    .cont-carrito .cont-navegacion_responsive .item, .cont-reclamo_ampliado .cont-navegacion_responsive .item {
      margin-right: 15px;
      font-weight: 500; }
      @media (max-width: 768px) {
        .cont-carrito .cont-navegacion_responsive .item, .cont-reclamo_ampliado .cont-navegacion_responsive .item {
          margin-right: 10px;
          color: #adadad; } }
      .cont-carrito .cont-navegacion_responsive .item span.punto, .cont-reclamo_ampliado .cont-navegacion_responsive .item span.punto {
        width: 25px;
        height: 25px;
        display: inline-block;
        text-align: center;
        line-height: 25px;
        border-radius: 50%;
        background-color: white;
        color: #ffffff; }
        @media (max-width: 768px) {
          .cont-carrito .cont-navegacion_responsive .item span.punto, .cont-reclamo_ampliado .cont-navegacion_responsive .item span.punto {
            width: 20px;
            height: 20px;
            line-height: 20px;
            color: #adadad; } }
      .cont-carrito .cont-navegacion_responsive .item.activo, .cont-reclamo_ampliado .cont-navegacion_responsive .item.activo {
        color: #181818; }
        .cont-carrito .cont-navegacion_responsive .item.activo span.punto, .cont-reclamo_ampliado .cont-navegacion_responsive .item.activo span.punto {
          background-color: #f3f3f3; }
  .cont-carrito .ac-custom input[type="checkbox"], .cont-reclamo_ampliado .ac-custom input[type="checkbox"],
  .cont-carrito .ac-custom input[type="radio"],
  .cont-reclamo_ampliado .ac-custom input[type="radio"],
  .cont-carrito .ac-custom label::before,
  .cont-reclamo_ampliado .ac-custom label::before {
    width: 25px;
    height: 25px;
    margin-top: -10px;
    font-family: "iconos";
    content: "";
    color: #ffffff;
    font-size: 12px;
    line-height: 25px;
    text-align: center; }
  .cont-carrito .ac-custom input[type="radio"]:checked + label::before, .cont-reclamo_ampliado .ac-custom input[type="radio"]:checked + label::before {
    background-color: #181818; }
  .cont-carrito .ac-custom label, .cont-reclamo_ampliado .ac-custom label {
    padding-left: 35px;
    color: #4d4d4f;
    font-weight: 300;
    font-size: 15px; }

/* Carrito 1 - Lateral Fijo */
.afix-lateral {
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #edeef0; }
  .afix-lateral.elemento_fijado {
    position: fixed;
    top: 0;
    z-index: 5; }

/* Carrito 1 - Botones */
.container_productos_carrito .btn,
.cont-presentacion_cuerpo .btn {
  display: block;
  width: 100% !important;
  padding: 15px 80px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }
  .container_productos_carrito .btn.btn-ok,
  .cont-presentacion_cuerpo .btn.btn-ok {
    background-color: #181818; }
  .container_productos_carrito .btn.btn-cancelar,
  .cont-presentacion_cuerpo .btn.btn-cancelar {
    background-color: #adadad; }
  .container_productos_carrito .btn:hover,
  .cont-presentacion_cuerpo .btn:hover {
    box-shadow: none;
    background-color: #c73e32;
    color: #ffffff; }

/* Carrito 1 - Productos */
.cont-fila_carrito {
  position: relative;
  padding: 20px;
  color: #181818;
  font-size: 14px; }
  .cont-fila_carrito .cont-presentacion a {
    font-size: 14px; }
    .cont-fila_carrito .cont-presentacion a:hover {
      color: #181818; }
  .cont-fila_carrito .cont-presentacion h3 {
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 18px; }
    @media (max-width: 768px) {
      .cont-fila_carrito .cont-presentacion h3 {
        margin-top: 10px; } }
  .cont-fila_carrito .cont-presentacion h4 {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 15px; }
    .cont-fila_carrito .cont-presentacion h4 span {
      margin-left: 15px;
      color: #c73e32;
      font-size: 22px;
      font-weight: 700; }
  .cont-fila_carrito .cont-presentacion select {
    font-size: 13px; }
    .cont-fila_carrito .cont-presentacion select option {
      font-size: 13px; }

/*============  End of Carrito Paso 1  =============*/
/*=============================================
=               Carrito Paso 2                =
=============================================*/
/* Carrito 2 - Presentacion */
.cont-enviar_pedido h1 {
  line-height: 1;
  text-align: center;
  font-size: 40px;
  color: #464646;
  font-weight: 700; }
.cont-enviar_pedido h2 {
  font-size: 18px;
  font-weight: 700; }
.cont-enviar_pedido label {
  margin-bottom: 0;
  color: #181818;
  font-size: 15px;
  font-weight: 700; }
.cont-enviar_pedido .texto {
  color: #f3f3f3;
  font-size: 15px; }
.cont-enviar_pedido .subtitulo {
  padding: 11px 17px;
  font-size: 15px;
  font-weight: 300;
  border-radius: 5px;
  background-color: #ebebeb; }

@media (min-width: 1024px) {
  .cont-pasos_sm {
    display: none; } }
.cont-bloque_enviar_pedido h3, .cont-otros_datos h3, .cont-forma_de_pago h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px; }
.cont-bloque_enviar_pedido h4, .cont-otros_datos h4, .cont-forma_de_pago h4 {
  color: #4d4d4f;
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left; }
  @media (max-width: 768px) {
    .cont-bloque_enviar_pedido h4, .cont-otros_datos h4, .cont-forma_de_pago h4 {
      margin-top: 0px; } }
.cont-bloque_enviar_pedido p, .cont-otros_datos p, .cont-forma_de_pago p {
  font-size: 13px;
  color: #4d4d4f;
  font-weight: 400;
  line-height: 7px; }
  @media (max-width: 768px) {
    .cont-bloque_enviar_pedido p, .cont-otros_datos p, .cont-forma_de_pago p {
      line-height: 14px; } }

.cont-otros_datos h2 {
  color: #181818;
  text-transform: uppercase;
  font-size: 16px; }
.cont-otros_datos h3 {
  padding: 5px 25px;
  padding-right: 5px; }
  @media (max-width: 768px) {
    .cont-otros_datos h3 {
      display: block;
      padding-left: 0;
      text-align: center; } }
.cont-otros_datos label {
  margin-bottom: 25px; }
  @media (max-width: 480px) {
    .cont-otros_datos label {
      margin-bottom: 15px; } }

/* Carrito 2 - Productos lateral */
.cont-productos_latera_carrito {
  max-height: 260px;
  overflow: auto;
  margin-bottom: 15px; }
  .cont-productos_latera_carrito .item {
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .cont-productos_latera_carrito .item:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
  .cont-productos_latera_carrito a {
    color: #4d4d4f;
    font-size: 13px;
    font-weight: 500; }
    .cont-productos_latera_carrito a strong {
      color: #181818;
      font-weight: 700; }
  .cont-productos_latera_carrito p {
    color: #bebebe;
    font-size: 12px;
    margin-top: 0 !important;
    margin: 0;
    text-align: left; }
  .cont-productos_latera_carrito h4 {
    color: #181818;
    font-size: 18px;
    font-weight: 600;
    text-align: right; }

/* Carrito 2 - Envio */
.cont-direccion_envio {
  border: 1px solid #edeef0;
  margin-bottom: 25px; }
  .cont-direccion_envio .cuerpo {
    padding: 35px 25px 15px; }
    @media (max-width: 768px) {
      .cont-direccion_envio .cuerpo {
        padding-bottom: 0; } }
  .cont-direccion_envio h2 {
    color: #181818;
    padding: 5px 25px;
    font-size: 16px;
    text-transform: uppercase; }
  .cont-direccion_envio label {
    color: #a4a4a4;
    font-weight: 300;
    font-size: 13px; }
  .cont-direccion_envio .ac-custom label {
    font-weight: 500; }
    @media (max-width: 768px) {
      .cont-direccion_envio .ac-custom label {
        margin-bottom: 20px; } }

.cont-direcciones {
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .cont-direcciones {
      padding-left: 0; } }
  .cont-direcciones .item {
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .cont-direcciones .item {
        margin-bottom: 10px; } }
    .cont-direcciones .item a {
      margin-left: 10px;
      text-decoration: underline;
      text-transform: none; }
  .cont-direcciones a {
    font-size: 15px;
    text-transform: uppercase; }
  .cont-direcciones .ac-custom label {
    font-weight: 300; }

.cont-retiro_sucursales {
  margin-bottom: 15px; }
  .cont-retiro_sucursales .item {
    padding-left: 25px;
    padding-right: 25px; }

.mensaje-mini {
  position: relative;
  padding: 14px;
  padding-left: 45px;
  margin-left: 12px;
  font-size: 14px;
  color: #181818;
  background-color: #ffffff; }
  .mensaje-mini:before {
    font-family: "iconos";
    display: block;
    content: "";
    font-size: 20px;
    position: absolute;
    color: #4376a5;
    text-align: center;
    line-height: 47px;
    width: 45px;
    height: 100%;
    top: 0;
    left: 0; }

.titulo_envios {
  color: #000;
  padding: 3px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900; }

.cont-costo_envios {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border: 1px solid #edeef0; }
  .cont-costo_envios h2 {
    padding: 15px 25px 0;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0; }
  .cont-costo_envios h3 {
    font-size: 16px;
    font-weight: 400; }
    @media (max-width: 480px) {
      .cont-costo_envios h3 {
        margin-bottom: 0; } }
  .cont-costo_envios .item label {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase; }
  .cont-costo_envios .item .precio {
    color: #181818;
    font-size: 18px;
    font-weight: 700; }
  .cont-costo_envios .sincosto {
    position: relative;
    padding: 20px;
    padding-left: 70px;
    border-radius: 5px;
    border: 3px solid #c73e32;
    background-color: #585858; }
    .cont-costo_envios .sincosto:before {
      content: "";
      position: absolute;
      top: 24px;
      left: 21px;
      font-size: 26px;
      font-family: "iconos";
      color: #c73e32; }
  .cont-costo_envios .envios_bloques .ac-custom label {
    color: #181818;
    font-size: 16px;
    font-weight: 600;
    padding-left: 35px;
    margin-bottom: 10px; }
    .cont-costo_envios .envios_bloques .ac-custom label::before {
      border: 1px solid #cecece; }
  .cont-costo_envios .envios_bloques .ac-custom .texto {
    color: #181818;
    margin-top: 5px;
    font-size: 13px;
    padding-left: 35px; }
  .cont-costo_envios .envios_bloques .bloque_envios {
    width: calc(100% - 35px);
    max-height: 175px;
    overflow: auto;
    margin-bottom: 15px; }

/* Carrito 2 - Detalles Envio */
.cont-detalles_envio .item {
  padding: 0 40px;
  margin: 10px 0; }
  .cont-detalles_envio .item.check-unico {
    margin-top: 0; }
  .cont-detalles_envio .item p {
    font-size: 13px;
    margin-bottom: 15px;
    padding-left: 35px;
    line-height: 1.5; }

.check-unico {
  border-top: none;
  margin-left: 35px; }
  .check-unico span {
    font-size: 18px;
    vertical-align: sub; }
  .check-unico label {
    color: #181818;
    font-size: 15px;
    font-weight: 700;
    padding-left: 20px;
    padding-top: 5px; }

/* Carrito 2 - Detalle */
.detalle_pedido {
  /* Carrito 2 - Retiro Sucursal */
  /* Carrito 2 - Editar Pedido */ }
  .detalle_pedido .cont-envio-domicilio {
    background: #e4e4e4;
    color: #181818;
    text-align: center;
    padding: 5px 0; }
    .detalle_pedido .cont-envio-domicilio span {
      font-size: 42px;
      vertical-align: middle;
      margin-right: 10px; }
    .detalle_pedido .cont-envio-domicilio h2 {
      font-size: 15px;
      display: inline-block; }
  .detalle_pedido .cont-retiro-sucursal {
    background: black;
    color: #ffffff;
    text-align: center;
    padding: 13px 0; }
    .detalle_pedido .cont-retiro-sucursal span {
      font-size: 27px;
      vertical-align: middle;
      margin-right: 10px; }
    .detalle_pedido .cont-retiro-sucursal h2 {
      font-size: 15px;
      display: inline-block; }
  .detalle_pedido h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px; }
  .detalle_pedido .editar_pedido {
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    color: #a4a4a4;
    display: block;
    font-size: 15px;
    margin-top: 15px;
    padding: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }
    .detalle_pedido .editar_pedido:hover {
      color: #181818; }
      .detalle_pedido .editar_pedido:hover span.icono {
        color: #181818;
        margin-left: 10px; }
    .detalle_pedido .editar_pedido span {
      vertical-align: middle;
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out; }
      .detalle_pedido .editar_pedido span.icono {
        color: #a4a4a4;
        left: 0;
        margin-top: 14px;
        margin: 15px;
        position: absolute;
        top: 0; }

/* Carrito 2 - Datos Pedido Responsive */
.cont-calculo_descuento {
  display: none;
  margin-top: 15px;
  background-color: white;
  font-size: 14px;
  line-height: 2.5; }
  @media (max-width: 768px) {
    .cont-calculo_descuento {
      display: block; } }

/* Carrito 2 - Boton continuar responsive */
.cont-continuar_responsive {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: white;
  z-index: 3;
  box-shadow: rgba(0, 0, 0, 0.2) 0px -6px 10px 0px;
  padding: 10px;
  text-align: center; }
  @media (max-width: 768px) {
    .cont-continuar_responsive {
      display: block; } }
  .cont-continuar_responsive img {
    height: 20px;
    margin-right: 10px;
    vertical-align: sub; }
  .cont-continuar_responsive .item-titulo {
    font-size: 18px;
    margin-bottom: 10px; }
  .cont-continuar_responsive .item-texto {
    font-size: 13px;
    margin-bottom: 10px; }
  .cont-continuar_responsive .item-monto {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px; }

/*============  End of Carrito Paso 2  =============*/
/*=============================================
=               Carrito Paso 3                =
=============================================*/
.btn-resumen {
  background-color: #4376a5;
  font-size: 16px; }

/* Carrito 3 - Lateral Enviar Pedido */
.container_productos_carrito {
  background-color: #ffffff;
  border: 1px solid #d7d7d9; }
  .container_productos_carrito.elemento_fijado {
    position: fixed;
    top: 0;
    z-index: 5; }
  .container_productos_carrito .borde-img img {
    margin: 0; }

.storeplus-compra {
  width: 100px;
  height: 22px;
  margin: 0 auto; }

/* Carrito 3 - Btn Continuar */
.btn-continuar_pedido, .input-continuar_pedido {
  display: block;
  width: 100% !important;
  padding: 8px 5px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #181818;
  color: #ffffff; }

.input-continuar_pedido {
  padding: 10px 5px; }

/* Carrito 3 - Otros Datos */
.cont-otros_datos {
  padding: 25px 0;
  padding-right: 25px;
  margin-bottom: 25px;
  border: 1px solid #edeef0; }
  @media (max-width: 768px) {
    .cont-otros_datos {
      padding-left: 25px; } }
  .cont-otros_datos .texto_tarjetas {
    font-size: 16px; }
  .cont-otros_datos h2 {
    color: #181818;
    font-size: 16px;
    padding: 14px 0px 7px 4px; }
  .cont-otros_datos select {
    margin-bottom: 15px; }

/* Carrito 3 - Forma de Pago */
.cont-forma_de_pago {
  margin-bottom: 25px;
  padding: 10px;
  border: 1px solid #edeef0; }
  .cont-forma_de_pago:hover .item-pago {
    opacity: 0.5; }
  .cont-forma_de_pago h2 {
    color: #181818;
    font-size: 16px;
    margin: 15px 0; }
  .cont-forma_de_pago h4 {
    color: #4d4d4f;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
    background-color: #cecece;
    text-transform: none; }
  .cont-forma_de_pago .item-pago {
    border: 1px solid;
    border-color: transparent;
    border-bottom-color: white;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out; }
    .cont-forma_de_pago .item-pago:last-child {
      border-bottom-color: transparent; }
    .cont-forma_de_pago .item-pago:hover {
      opacity: 1;
      border-color: #c73e32; }
      .cont-forma_de_pago .item-pago:hover .descuentos-santander {
        opacity: 1; }
    .cont-forma_de_pago .item-pago .icono {
      opacity: 0; }
    .cont-forma_de_pago .item-pago .bin_santander {
      display: none;
      position: relative;
      padding: 0 20px 20px 20px; }
      .cont-forma_de_pago .item-pago .bin_santander input {
        height: 45px;
        font-size: 15px; }
    .cont-forma_de_pago .item-pago.tarjeta_activa {
      border-color: #44d07c;
      opacity: 1; }
      .cont-forma_de_pago .item-pago.tarjeta_activa .icono {
        opacity: 1; }
      .cont-forma_de_pago .item-pago.tarjeta_activa .bin_santander {
        display: block; }
      .cont-forma_de_pago .item-pago.tarjeta_activa .descuentos-santander {
        opacity: 1; }
    .cont-forma_de_pago .item-pago .img-tarjeta {
      width: 100px;
      border: 1px solid white; }
      @media (max-width: 768px) {
        .cont-forma_de_pago .item-pago .img-tarjeta {
          width: 70px;
          margin: 0 auto;
          text-align: left; } }
    .cont-forma_de_pago .item-pago h3 {
      margin: 0;
      margin-right: 10px;
      padding: 0;
      display: inline-block;
      vertical-align: sub; }
    .cont-forma_de_pago .item-pago p {
      color: #4d4d4f;
      margin-bottom: 0;
      line-height: 16px; }
    .cont-forma_de_pago .item-pago .icono {
      color: #44d07c; }
    .cont-forma_de_pago .item-pago .descuentos-santander {
      display: inline-block;
      opacity: 0;
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out; }
      @media (max-width: 768px) {
        .cont-forma_de_pago .item-pago .descuentos-santander {
          opacity: 1; } }
      .cont-forma_de_pago .item-pago .descuentos-santander .item-descuento {
        display: inline-block;
        position: relative;
        margin-left: 15px; }
        @media (max-width: 768px) {
          .cont-forma_de_pago .item-pago .descuentos-santander .item-descuento {
            margin-left: 0; } }
        .cont-forma_de_pago .item-pago .descuentos-santander .item-descuento img {
          width: 70px; }
        .cont-forma_de_pago .item-pago .descuentos-santander .item-descuento p {
          position: absolute;
          top: 0;
          left: calc(50% - 30px);
          color: #ffffff;
          background-color: #ea1d25;
          padding: 2px 7px;
          margin: -22px 0;
          font-size: 11px;
          font-weight: 700;
          border-radius: 3px; }
          @media (max-width: 768px) {
            .cont-forma_de_pago .item-pago .descuentos-santander .item-descuento p {
              display: inline-block;
              position: static; } }
          .cont-forma_de_pago .item-pago .descuentos-santander .item-descuento p:before {
            content: "";
            position: absolute;
            display: inline-block;
            width: 0;
            height: 0;
            top: 100%;
            right: 5px;
            margin-top: -3px;
            border-style: solid;
            border-width: 10px 5px 0 5px;
            border-color: #ea1d25 transparent transparent transparent; }
            @media (max-width: 768px) {
              .cont-forma_de_pago .item-pago .descuentos-santander .item-descuento p:before {
                display: none; } }
        .cont-forma_de_pago .item-pago .descuentos-santander .item-descuento.select p {
          background-color: #777777; }
          .cont-forma_de_pago .item-pago .descuentos-santander .item-descuento.select p:before {
            border-color: #777777 transparent transparent transparent; }
          .cont-forma_de_pago .item-pago .descuentos-santander .item-descuento.select p:after {
            content: "SELECT";
            display: inline-block;
            position: absolute;
            color: #777777;
            font-size: 10px;
            top: 100%;
            right: 0;
            font-style: italic;
            margin: 18px -3px; }
    @media (max-width: 768px) {
      .cont-forma_de_pago .item-pago .cont-cuotas_pago {
        margin-top: 15px;
        width: 100%; } }
    .cont-forma_de_pago .item-pago .cont-cuotas_pago p {
      font-size: 13px;
      font-weight: 700;
      color: #a4a4a4;
      margin-bottom: 5px; }
    .cont-forma_de_pago .item-pago .cont-cuotas_pago select {
      padding: 5px;
      margin-bottom: 0;
      height: 30px; }
    .cont-forma_de_pago .item-pago input[type="radio"] {
      display: none; }
    .cont-forma_de_pago .item-pago label {
      padding: 30px 20px;
      cursor: pointer; }

/* Carrito 3 - Descuento */
.aplicar-descuento {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  background-color: #181818;
  border-radius: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  margin-right: 19px;
  padding: 13px;
  position: absolute;
  right: 0;
  text-decoration: none; }
  .aplicar-descuento:hover {
    color: #ffffff;
    background-color: #114082;
    text-decoration: none; }
  @media (max-width: 768px) {
    .aplicar-descuento {
      display: none; } }

.label_sucursales::before {
  top: 7% !important; }

/*============  End of Carrito Paso 3  =============*/
/*////////////////*/
/* CUPON */
/*////////////////*/
.cont-cupon {
  background-color: #114082;
  border-radius: 3px;
  border: 1px solid #114082;
  padding: 20px;
  color: #ffffff; }
  @media (max-width: 480px) {
    .cont-cupon {
      padding: 10px; } }
  .cont-cupon h4 {
    font-size: 16px;
    margin: 0; }
    @media (max-width: 480px) {
      .cont-cupon h4 {
        margin-bottom: 10px;
        text-align: center; } }
  .cont-cupon input {
    height: 41px;
    border-radius: 3px 0 0 3px;
    border: 1px solid #cecece;
    font-size: 15px; }
  .cont-cupon a {
    display: inline-block;
    font-size: 13px;
    padding: 11px 15px;
    color: #ffffff;
    border-radius: 0 3px 3px 0;
    background-color: #c73e32;
    text-decoration: none;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out; }
    .cont-cupon a:hover {
      background-color: #e49b94; }
  .cont-cupon p {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    color: #ffffff; }
    .cont-cupon p span {
      display: inline-block;
      padding: 10px 15px;
      background-color: #c73e32;
      border-radius: 3px;
      color: #ffffff; }
    .cont-cupon p strong {
      display: inline-block;
      font-weight: 700; }

/*//////////////////////////*/
/* ICONOS DEL SITIO - FUENTE */
/*//////////////////////////*/
@font-face {
  font-family: "iconos";
  src: url("../fonts/iconos.eot?q8pvwi");
  src: url("../fonts/iconos.eot?q8pvwi#iefix") format("embedded-opentype"), url("../fonts/iconos.ttf?q8pvwi") format("truetype"), url("../fonts/iconos.woff?q8pvwi") format("woff"), url("../fonts/iconos.svg?q8pvwi#iconos") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
[class^="icono-"],
[class*=" icono-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconos" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icono-perfiles:before {
  content: ""; }

.icono-vidrios:before {
  content: ""; }

.icono-guardar:before {
  content: ""; }

.icono-importar:before {
  content: ""; }

.icono-devolucion:before {
  content: ""; }

.icono-seguridad:before {
  content: ""; }

.icono-question:before {
  content: ""; }

.icono-correo-pie:before {
  content: ""; }

.icono-insta:before {
  content: ""; }

.icono-google:before {
  content: ""; }

.icono-whatsapp:before {
  content: ""; }

.icono-wpp-pie:before {
  content: ""; }

.icono-telefono-pie:before {
  content: ""; }

.icono-agregar_mensaje:before {
  content: ""; }

.icono-cart:before {
  content: ""; }

.icono-truck:before {
  content: ""; }

.icono-maps:before {
  content: ""; }

.icono-buscador-avanzado:before {
  content: ""; }

.icono-bloques:before {
  content: ""; }

.icono-ajustes:before {
  content: ""; }

.icono-camion:before {
  content: ""; }

.icono-actualizar:before {
  content: ""; }

.icono-reset-circle:before {
  content: ""; }

.icono-carrito-3:before {
  content: ""; }

.icono-carrito-ok:before {
  content: ""; }

.icono-carrito-4:before {
  content: ""; }

.icono-consulta:before {
  content: ""; }

.icono-contacto:before {
  content: ""; }

.icono-candado:before {
  content: ""; }

.icono-direccion:before {
  content: ""; }

.icono-calendario:before {
  content: ""; }

.icono-educacion:before {
  content: ""; }

.icono-envios-3:before {
  content: ""; }

.icono-experiencia:before {
  content: ""; }

.icono-face:before {
  content: ""; }

.icono-cupon:before {
  content: ""; }

.icono-cancel:before {
  content: ""; }

.icono-foto:before {
  content: ""; }

.icono-contacto-cuadrado:before {
  content: ""; }

.icono-ico-facebook:before {
  content: ""; }

.icono-ico-linkedin:before {
  content: ""; }

.icono-ico-twitter:before {
  content: ""; }

.icono-ico-youtube:before {
  content: ""; }

.icono-info:before {
  content: ""; }

.icono-link-symbol:before {
  content: ""; }

.icono-cruz:before {
  content: ""; }

.icono-close:before {
  content: ""; }

.icono-list-with-dots:before {
  content: ""; }

.icono-listado:before {
  content: ""; }

.icono-localidad:before {
  content: ""; }

.icono-bajar:before {
  content: ""; }

.icono-flecha-izq-round:before {
  content: ""; }

.icono-menu1:before {
  content: ""; }

.icono-menu-2:before {
  content: ""; }

.icono-menu-responsive:before {
  content: ""; }

.icono-no_ok:before {
  content: ""; }

.icono-ok:before {
  content: ""; }

.icono-flecha-der-round:before {
  content: ""; }

.icono-plus:before {
  content: ""; }

.icono-flecha-izq:before {
  content: ""; }

.icono-relacionados:before {
  content: ""; }

.icono-reloj:before {
  content: ""; }

.icono-reset:before {
  content: ""; }

.icono-salir:before {
  content: ""; }

.icono-slider-der:before {
  content: ""; }

.icono-slider-izq:before {
  content: ""; }

.icono-sobre:before {
  content: ""; }

.icono-subir-archivo:before {
  content: ""; }

.icono-telefono:before {
  content: ""; }

.icono-telefono-02:before {
  content: ""; }

.icono-tick-3:before {
  content: ""; }

.icono-tick:before {
  content: ""; }

.icono-twitter2:before {
  content: ""; }

.icono-flecha-der:before {
  content: ""; }

.icono-flecha-arriba:before {
  content: ""; }

.icono-flecha:before {
  content: ""; }

.icono-video:before {
  content: ""; }

.icono-lupa-3:before {
  content: ""; }

.icono-vinieta-01:before {
  content: ""; }

.icono-carrito-1:before {
  content: ""; }

.icono-vn-bot-01:before {
  content: ""; }

.icono-vn-bot-02:before {
  content: ""; }

.icono-flecha-abajo:before {
  content: ""; }

.icono-vn-top-01:before {
  content: ""; }

.icono-volver:before {
  content: ""; }

.icono-lupa-2:before {
  content: ""; }

.icono-credit-card:before {
  content: ""; }

.icono-pay:before {
  content: ""; }

.icono-telefono-info:before {
  content: ""; }

.icono-precio:before {
  content: ""; }

.icono-face-circle:before {
  content: ""; }

.icono-inst-circle:before {
  content: ""; }

.icono-filter:before {
  content: ""; }

.icono-mas-bg:before {
  content: ""; }

.icono-tiempo:before {
  content: ""; }

.icono-twit-circle:before {
  content: ""; }

.icono-editar:before {
  content: ""; }

.icono-lupa-1:before {
  content: ""; }

.icono-zoom-in:before {
  content: ""; }

.icono-carrito-2:before {
  content: ""; }

.icono-shopping-cart:before {
  content: ""; }

.icono-consultar:before {
  content: ""; }

.icono-envios-2:before {
  content: ""; }

.icono-envios-1:before {
  content: ""; }

.icono-descarga:before {
  content: ""; }

.icono-flecha-menu:before {
  content: ""; }

.icono-flecha-slider-der:before {
  content: ""; }

.icono-flecha-slider-izq:before {
  content: ""; }

.icono-trash:before {
  content: ""; }

.icono-menu:before {
  content: ""; }

.icono-pesos:before {
  content: ""; }

.icono-pickup:before {
  content: ""; }

.icono-retiro:before {
  content: ""; }

.icono-rubbish-bin:before {
  content: ""; }

.icono-suscursal:before {
  content: ""; }

.icono-tick-2:before {
  content: ""; }

.icono-twitter:before {
  content: ""; }

.icono-bolsa:before {
  content: ""; }

.icono-borrar:before {
  content: ""; }

.icono-no:before {
  content: ""; }

.icono-usuario:before {
  content: ""; }

.icono-merca:before {
  content: ""; }

.icono-youtube:before {
  content: ""; }

.icono-galeria:before {
  content: ""; }

.icono-refrigerado:before {
  content: ""; }

.icono-tick_compra:before {
  content: ""; }

.icono-user-perfil:before {
  content: ""; }

.icono-user:before {
  content: ""; }

.icono-login:before {
  content: ""; }

.icono-user-line:before {
  content: ""; }

.icono-usuario-1:before {
  content: ""; }

.icono-user-shape:before {
  content: ""; }

.icono-user-2:before {
  content: ""; }

.icono-rate_1:before {
  content: ""; }

.icono-favoritos:before {
  content: ""; }

.icono-favoritos-2:before {
  content: ""; }

.icono-favoritos-1:before {
  content: ""; }

.icono-estrella:before {
  content: ""; }

.icono-mano-ok:before {
  content: ""; }

.icono-question-line:before {
  content: ""; }

.icono-info-line-scuare:before {
  content: ""; }

.icono-partner:before {
  content: ""; }

.icono-bag:before {
  content: ""; }

.icono-heart:before {
  content: ""; }

.icono-video-youtube:before {
  content: ""; }

.icono-flecha-izquierda:before {
  content: ""; }

.icono-lupa-mas:before {
  content: ""; }

.icono-mas-grande:before {
  content: ""; }

.icono-cruz-grande:before {
  content: ""; }

/*# sourceMappingURL=estilos.css.map */
