@charset "UTF-8";
/************************************************************************************
RESET CSS
*************************************************************************************/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul a,
em, i, img, span, strong, sub, sup, li {
  margin: 0;
  padding: 0;
}

img, fieldset {
  border: 0;
}

img {
  border: 0;
  margin: 0;
  max-width: 100%;
  width: auto;
  height: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

tbody {
  width: 100%;
}

p {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0px;
  margin: 0px;
  max-width: 100%;
  width: auto;
  height: auto;
}

h1 {
  margin: 0px;
}

form {
  margin: 0px;
}

ul {
  list-style-position: inside;
  padding-left: 0px;
  margin-left: 0px;
}

li {
  list-style: none;
}

hr {
  background-color: #cccccc;
  height: 1px;
  border: 0;
  color: #cccccc;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*///////////////////////////////////////////////////////////////////////*/
/* FORMULARIO */
/*///////////////////////////////////////////////////////////////////////*/
input, select, textarea {
  height: 49px;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  border-radius: 4px;
  line-height: normal;
  border: 1px solid #56565b;
  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 #fb6d76;
  border-color: #fb6d76;
  outline-color: #fb6d76;
}

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: "Lato", 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: #484848;
  font-size: 16px;
  font-family: "Lato", sans-Serif;
}

input:-moz-placeholder {
  color: #484848;
  font-size: 16px;
  font-family: "Lato", sans-Serif;
  opacity: 1;
}

input::-moz-placeholder {
  color: #484848;
  font-size: 16px;
  font-family: "Lato", sans-Serif;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #484848;
  font-size: 16px;
  font-family: "Lato", sans-Serif;
}

/*///////////////////////////////////*/
/* CODIGO DE SEGURIDAD */
/*///////////////////////////////////*/
.codigo_form {
  padding-right: 84px;
}

.img_codigo {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: auto;
  left: auto;
}

.texto-base {
  font-size: 12px;
}

.texto-xs {
  font-size: 13px;
}

.texto-sm {
  font-size: 14px;
}

.texto-md {
  font-size: 15px;
}

.texto-lg {
  font-size: 16px;
}

.texto-xl {
  font-size: 18px;
}

.titulo-xs {
  font-size: 20px;
}

.titulo-sm {
  font-size: 24px;
}

.titulo-md {
  font-size: 25px;
}

.titulo-mdx {
  font-size: 30px;
}

.titulo-lg {
  font-size: 40px;
}

.titulo-xl {
  font-size: 60px;
}

.titulo-xxl {
  font-size: 70px;
}

@media only screen and (max-width: 1200px) {
  .texto-base-xlg {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .texto-xs-xlg {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .texto-sm-xlg {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .texto-md-xlg {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .texto-lg-xlg {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .texto-xl-xlg {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .titulo-xs-xlg {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .titulo-sm-xlg {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .titulo-md-xlg {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .titulo-mdx-xlg {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .titulo-lg-xlg {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .titulo-xl-xlg {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .titulo-xxl-xlg {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1100px) {
  .texto-base-lg {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1100px) {
  .texto-xs-lg {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1100px) {
  .texto-sm-lg {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1100px) {
  .texto-md-lg {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .texto-lg-lg {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1100px) {
  .texto-xl-lg {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  .titulo-xs-lg {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .titulo-sm-lg {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1100px) {
  .titulo-md-lg {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1100px) {
  .titulo-mdx-lg {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .titulo-lg-lg {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1100px) {
  .titulo-xl-lg {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1100px) {
  .titulo-xxl-lg {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .texto-base-md {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .texto-xs-md {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  .texto-sm-md {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .texto-md-md {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .texto-lg-md {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .texto-xl-md {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .titulo-xs-md {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .titulo-sm-md {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .titulo-md-md {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .titulo-mdx-md {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .titulo-lg-md {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .titulo-xl-md {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .titulo-xxl-md {
    font-size: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .texto-base-sm {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .texto-xs-sm {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .texto-sm-sm {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .texto-md-sm {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .texto-lg-sm {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .texto-xl-sm {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .titulo-xs-sm {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .titulo-sm-sm {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .titulo-md-sm {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .titulo-mdx-sm {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .titulo-lg-sm {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .titulo-xl-sm {
    font-size: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .titulo-xxl-sm {
    font-size: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .texto-base-xs {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .texto-xs-xs {
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .texto-sm-xs {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .texto-md-xs {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .texto-lg-xs {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .texto-xl-xs {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .titulo-xs-xs {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .titulo-sm-xs {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .titulo-md-xs {
    font-size: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .titulo-mdx-xs {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .titulo-lg-xs {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .titulo-xl-xs {
    font-size: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .titulo-xxl-xs {
    font-size: 70px;
  }
}
.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.extra {
  font-weight: 900;
}

.familia1 {
  font-family: "Lato", sans-Serif;
}

.familia2 {
  font-family: "nexa_rust", sans-Serif;
}

.familia3 {
  font-family: "Muli", sans-Serif;
}

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

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

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

/*////////////////*/
/* LINE HEIGHT */
/*////////////////*/
.line-height-min {
  line-height: 13px;
}

.line-height-xs {
  line-height: 14px;
}

.line-height-sm {
  line-height: 15px;
}

.line-height-md {
  line-height: 16px;
}

.line-height-lg {
  line-height: 18px;
}

.line-height-1 {
  line-height: 1;
}

.line-height-1-5 {
  line-height: 1.5;
}

.line-height-1-8 {
  line-height: 1.8;
}

.line-height-2 {
  line-height: 2;
}

.line-height-2-5 {
  line-height: 2.5;
}

.line-height-3 {
  line-height: 3;
}

.line-height-normal {
  line-height: normal;
}

/*///////////////////*/
/* LETTERENG SPACING */
/*///////////////////*/
.spa-letra-min {
  letter-spacing: 0.1px;
}

.spa-letra-xs {
  letter-spacing: 0.2px;
}

.spa-letra-sm {
  letter-spacing: 0.5px;
}

.spa-letra-md {
  letter-spacing: 0.8px;
}

.spa-letra-lg {
  letter-spacing: 1px;
}

.no-underline, .no-underline-hover:hover {
  text-decoration: none;
}

.under-line, .underline:hover {
  text-decoration: underline;
}

/*////////////////*/
/* VARIANTES */
/*////////////////*/
.may {
  text-transform: uppercase;
}

.min {
  text-transform: lowercase;
}

.cap {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.tachado {
  text-decoration: line-through;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 16px;
  border-left: 5px solid #e30613;
  line-height: normal;
}

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

/* 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: #FFFFFF;
  color: #333333;
}

.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 {
  background: #e30613;
  font-weight: bold;
  color: #1c94c4;
  border-radius: 50%;
}

.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: #e30613;
  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: #e30613;
  opacity: 0.8;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #e30613;
  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;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima Nova Alt Bold.eot");
  src: url("../fonts/Proxima Nova Alt Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima Nova Alt Bold.woff2") format("woff2"), url("../fonts/Proxima Nova Alt Bold.woff") format("woff"), url("../fonts/Proxima Nova Alt Bold.ttf") format("truetype"), url("../fonts/Proxima Nova Alt Bold.svg#proxima_nova_altbold") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima Nova Alt Regular.eot");
  src: url("../fonts/Proxima Nova Alt Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima Nova Alt Regular.woff") format("woff"), url("../fonts/Proxima Nova Alt Regular.ttf") format("truetype"), url("../fonts/Proxima Nova Alt Regular.svg#proxima_nova_altregular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima Nova Thin.eot");
  src: url("../fonts/Proxima Nova Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima Nova Thin.woff2") format("woff2"), url("../fonts/Proxima Nova Thin.woff") format("woff"), url("../fonts/Proxima Nova Thin.ttf") format("truetype"), url("../fonts/Proxima Nova Thin.svg#proxima_nova_ltthin") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "nexa_rust";
  src: url("../fonts/fontfabric_-_nexa_rust_script_l_02-webfont.woff2") format("woff2"), url("../fonts/fontfabric_-_nexa_rust_script_l_02-webfont.woff") format("woff"), url("../fonts/fontfabric_-_nexa_rust_script_l_02-webfont.svg#nexa_rust_script_l02") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "nexa_rust";
  src: url("../fonts/fontfabric_-_nexa_rust_sans_black_01-webfont.woff2") format("woff2"), url("../fonts/fontfabric_-_nexa_rust_sans_black_01-webfont.woff") format("woff"), url("../fonts/fontfabric_-_nexa_rust_sans_black_01-webfont.svg#nexa_rust_sansblack_01") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "iconos";
  src: url("../fonts/iconos.eot?ow612q");
  src: url("../fonts/iconos.eot?ow612q#iefix") format("embedded-opentype"), url("../fonts/iconos.ttf?ow612q") format("truetype"), url("../fonts/iconos.woff?ow612q") format("woff"), url("../fonts/iconos.svg?ow612q#iconos") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icono-], [class*=" icono-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconos" !important;
  speak: none;
  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-favoritos:before {
  content: "";
}

.icono-google .path1:before {
  content: "";
  color: #4285f4;
}

.icono-google .path2:before {
  content: "";
  margin-left: -0.98046875em;
  color: #34a853;
}

.icono-google .path3:before {
  content: "";
  margin-left: -0.98046875em;
  color: #fbbc04;
}

.icono-google .path4:before {
  content: "";
  margin-left: -0.98046875em;
  color: #ea4335;
}

.icono-refrigerado:before {
  content: "";
}

.icono-tick_compra:before {
  content: "";
  color: #44d07c;
}

.icono-flecha-der:before {
  content: "";
}

.icono-flecha-izq:before {
  content: "";
}

.icono-insta:before {
  content: "";
}

.icono-maps:before {
  content: "";
}

.icono-whatsapp:before {
  content: "";
}

.icono-flecha-arriba:before {
  content: "";
}

.icono-actualizar:before {
  content: "";
}

.icono-ajustes:before {
  content: "";
}

.icono-bajar:before {
  content: "";
}

.icono-bloques:before {
  content: "";
}

.icono-borrar:before {
  content: "";
}

.icono-buscador-avanzado:before {
  content: "";
}

.icono-reset-circle:before {
  content: "";
}

.icono-calendario:before {
  content: "";
}

.icono-camion:before {
  content: "";
}

.icono-cancel:before {
  content: "";
}

.icono-candado:before {
  content: "";
}

.icono-carrito-3:before {
  content: "";
}

.icono-carrito-4:before {
  content: "";
}

.icono-consulta:before {
  content: "";
}

.icono-contacto:before {
  content: "";
}

.icono-cruz:before {
  content: "";
}

.icono-direccion:before {
  content: "";
}

.icono-editar:before {
  content: "";
}

.icono-educacion:before {
  content: "";
}

.icono-envios-3:before {
  content: "";
}

.icono-experiencia:before {
  content: "";
}

.icono-face:before {
  content: "";
}

.icono-flecha-der-round:before {
  content: "";
}

.icono-flecha: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-flecha-izq-round:before {
  content: "";
}

.icono-list-with-dots:before {
  content: "";
}

.icono-listado:before {
  content: "";
}

.icono-localidad:before {
  content: "";
}

.icono-lupa-3:before {
  content: "";
}

.icono-mas: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-user-perfil:before {
  content: "";
}

.icono-plus:before {
  content: "";
}

.icono-precio: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-user:before {
  content: "";
}

.icono-user-shape:before {
  content: "";
}

.icono-usuario:before {
  content: "";
}

.icono-video:before {
  content: "";
}

.icono-trash: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-mano-ok:before {
  content: "";
}

.icono-telefono-info:before {
  content: "";
}

.icono-estrella: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-user-2:before {
  content: "";
}

.icono-lupa-1:before {
  content: "";
}

.icono-carrito-2: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-usuario-1: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-login:before {
  content: "";
}

.icono-no:before {
  content: "";
}

.icono-user-line:before {
  content: "";
}

.icono-merca:before {
  content: "";
}

.icono-youtube:before {
  content: "";
}

.icono-galeria:before {
  content: "";
}

/*!
 * 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: 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]):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: 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;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
/*!
 * Bootstrap Grid 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)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

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

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

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

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -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%;
  }
}
.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;
  }
}
.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;
  }
}
/*# sourceMappingURL=bootstrap-grid.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: "— ";
}

.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(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.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(.25rem - 1px) calc(.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(.25rem - 1px) calc(.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(.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.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 {
  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 {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .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% - (.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.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((.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((.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((.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((.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(.3rem - 1px);
  border-top-right-radius: calc(.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-forma_de_pago .cont-presentacion::after, .cont-carrito .cont-presentacion_cuerpo::after, .cont-componentes .base > div::after, .cont-componentes .videos > div::after, .cont-componentes .links > div::after, .cont-componentes .parrafos > div::after, .cont-componentes .descripcion > div::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 */
body {
  font-family: "Lato", sans-Serif;
  font-size: 12px;
}

::selection {
  background: #fb6d76;
  color: #ffffff;
}

::-moz-selection {
  background: #fb6d76;
  color: #ffffff;
}

.clearfix:after, .cont-forma_de_pago .cont-presentacion:after, .cont-carrito .cont-presentacion_cuerpo:after, .cont-componentes .base > div:after, .cont-componentes .videos > div:after, .cont-componentes .links > div:after, .cont-componentes .parrafos > div:after, .cont-componentes .descripcion > div:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix, .cont-forma_de_pago .cont-presentacion, .cont-carrito .cont-presentacion_cuerpo, .cont-componentes .base > div, .cont-componentes .videos > div, .cont-componentes .links > div, .cont-componentes .parrafos > div, .cont-componentes .descripcion > div {
  display: inline-block;
}

html[xmlns] .clearfix, html[xmlns] .cont-forma_de_pago .cont-presentacion, .cont-forma_de_pago html[xmlns] .cont-presentacion, html[xmlns] .cont-carrito .cont-presentacion_cuerpo, .cont-carrito html[xmlns] .cont-presentacion_cuerpo, html[xmlns] .cont-componentes .base > div, html[xmlns] .cont-componentes .videos > div, html[xmlns] .cont-componentes .links > div, html[xmlns] .cont-componentes .parrafos > div, html[xmlns] .cont-componentes .descripcion > div, .cont-componentes html[xmlns] .base > div, .cont-componentes html[xmlns] .videos > div, .cont-componentes html[xmlns] .links > div, .cont-componentes html[xmlns] .parrafos > div, .cont-componentes html[xmlns] .descripcion > div {
  display: block;
}

* html .clearfix, * html .cont-forma_de_pago .cont-presentacion, .cont-forma_de_pago * html .cont-presentacion, * html .cont-carrito .cont-presentacion_cuerpo, .cont-carrito * html .cont-presentacion_cuerpo, * html .cont-componentes .base > div, * html .cont-componentes .videos > div, * html .cont-componentes .links > div, * html .cont-componentes .parrafos > div, * html .cont-componentes .descripcion > div, .cont-componentes * html .base > div, .cont-componentes * html .videos > div, .cont-componentes * html .links > div, .cont-componentes * html .parrafos > div, .cont-componentes * html .descripcion > div {
  height: 1%;
}

.imagenIz {
  margin-right: 20px;
}

.imagenDer {
  margin-left: 20px;
}

.imagenCen {
  margin-bottom: 20px;
}

.cont_img img.imagenIz {
  margin-right: 0;
}

.display-inline, .di {
  display: inline-block;
  vertical-align: top;
}

.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}

.flex-align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.flex-justify-content-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.flex-auto {
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.bloque {
  display: block;
}

.pointer {
  cursor: pointer;
}

.salto {
  clear: both;
}

.centro-bloque {
  margin-left: auto;
  margin-right: auto;
}

.text-center, .t-c {
  text-align: center;
}

.text-left, .t-l {
  text-align: left;
}

.text-right, .t-r {
  text-align: right;
}

.der {
  float: right;
}

.izq {
  float: left;
}

.valign-bot {
  vertical-align: bottom !important;
}

.valign-medio {
  vertical-align: middle !important;
}

.valign-sub {
  vertical-align: sub !important;
}

.valign-super {
  vertical-align: super !important;
}

.valign-top {
  vertical-align: top !important;
}

.valign-ini {
  vertical-align: initial !important;
}

.valign-text-bottom {
  vertical-align: text-bottom !important;
}

.fijar {
  position: fixed;
}

.relative {
  position: relative;
}

.position {
  position: absolute;
}

.position-top-right {
  top: 0;
  right: 0;
}

.position-top-left {
  top: 0;
  left: 0;
}

.position-top-center {
  top: 50%;
}

.position-top {
  top: 0;
}

.position-right {
  right: 0;
}

.position-left {
  left: 0;
}

.position-bot, .position-bottom {
  bottom: 0;
}

.position-bot-right, .position-bottom-right {
  bottom: 0;
  right: 0;
}

.position-bot-left, .position-bottom-left {
  bottom: 0;
  left: 0;
}

.centerCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centrarHorizontal {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.centrarVertical {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.radius {
  border-radius: 4px;
}

.radius50 {
  border-radius: 50%;
}

.centrar {
  margin: 0 auto;
}

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

.break-word {
  word-wrap: break-word;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.overflow-hidden, .oh {
  overflow: hidden;
}

.overflow-auto, .oa {
  overflow: auto;
}

.overflow-auto-y, .oa-y {
  overflow-y: auto;
}

.overflow-auto-x, .oa-x {
  overflow-x: auto;
}

.rotar-90 {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.rotar-180 {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.rotar-270 {
  -ms-transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
}

.medio, .mitad {
  width: 48%;
}

.tercio {
  width: 32%;
}

.full {
  width: 100% !important;
}

.full-hw {
  height: 100%;
}

.full-img img {
  width: 100%;
}

.z1 {
  z-index: 1;
}

.z3 {
  z-index: 3;
}

.z5 {
  z-index: 5;
}

.z20 {
  z-index: 20;
}

.columnas-txt {
  column-count: 2;
  column-gap: 50px;
}

.ul-reset ul, .cont-seccion .cont-automaticos .texto ul, .cont-seccion .cont-presentacion .texto ul, .cont-contenido .cont-presentacion .texto ul, .componente .texto ul, .cont-contenido .cont-componentes .relacionados .texto ul, .cont-contenido .cont-componentes .indices .texto ul, .cont-contenido .cont-componentes .fichas .texto ul, .cont-contenido .cont-componentes .fotos .texto ul, .cont-contenido .cont-componentes .links .texto ul, .cont-contenido .cont-componentes .videos .texto ul, .cont-contenido .cont-componentes .archivos .texto ul, .cont-contenido .cont-componentes .parrafos .texto ul {
  padding-left: 20px;
  list-style-type: disc;
}

.ul-reset ol, .cont-seccion .cont-automaticos .texto ol, .cont-seccion .cont-presentacion .texto ol, .cont-contenido .cont-presentacion .texto ol, .componente .texto ol, .cont-contenido .cont-componentes .relacionados .texto ol, .cont-contenido .cont-componentes .indices .texto ol, .cont-contenido .cont-componentes .fichas .texto ol, .cont-contenido .cont-componentes .fotos .texto ol, .cont-contenido .cont-componentes .links .texto ol, .cont-contenido .cont-componentes .videos .texto ol, .cont-contenido .cont-componentes .archivos .texto ol, .cont-contenido .cont-componentes .parrafos .texto ol {
  list-style-type: decimal;
}

.ul-reset ul li, .cont-seccion .cont-automaticos .texto ul li, .cont-seccion .cont-presentacion .texto ul li, .cont-contenido .cont-presentacion .texto ul li, .componente .texto ul li, .cont-contenido .cont-componentes .relacionados .texto ul li, .cont-contenido .cont-componentes .indices .texto ul li, .cont-contenido .cont-componentes .fichas .texto ul li, .cont-contenido .cont-componentes .fotos .texto ul li, .cont-contenido .cont-componentes .links .texto ul li, .cont-contenido .cont-componentes .videos .texto ul li, .cont-contenido .cont-componentes .archivos .texto ul li, .cont-contenido .cont-componentes .parrafos .texto ul li {
  list-style-type: disc;
  margin-left: 15px;
}

.ul-reset ol li, .cont-seccion .cont-automaticos .texto ol li, .cont-seccion .cont-presentacion .texto ol li, .cont-contenido .cont-presentacion .texto ol li, .componente .texto ol li, .cont-contenido .cont-componentes .relacionados .texto ol li, .cont-contenido .cont-componentes .indices .texto ol li, .cont-contenido .cont-componentes .fichas .texto ol li, .cont-contenido .cont-componentes .fotos .texto ol li, .cont-contenido .cont-componentes .links .texto ol li, .cont-contenido .cont-componentes .videos .texto ol li, .cont-contenido .cont-componentes .archivos .texto ol li, .cont-contenido .cont-componentes .parrafos .texto ol li {
  list-style-type: decimal;
  margin-left: 15px;
}

.opacity-0, .opacity-hover-0:hover {
  opacity: 0;
}

.opacity-1, .opacity-hover-1:hover {
  opacity: 0.1;
}

.opacity-2, .opacity-hover-2:hover {
  opacity: 0.2;
}

.opacity-3, .opacity-hover-3:hover {
  opacity: 0.3;
}

.opacity-4, .opacity-hover-4:hover {
  opacity: 0.4;
}

.opacity-5, .opacity-hover-5:hover {
  opacity: 0.5;
}

.opacity-6, .opacity-hover-6:hover {
  opacity: 0.6;
}

.opacity-7, .opacity-hover-7:hover {
  opacity: 0.7;
}

.opacity-8, .opacity-hover-8:hover {
  opacity: 0.8;
}

.opacity-9, .opacity-hover-9:hover {
  opacity: 0.9;
}

.opacity-10, .opacity-hover-10:hover {
  opacity: 1;
}

.cont-aparecer:hover .aparecer {
  position: absolute;
  opacity: 1;
  visibility: visible;
}

.aparecer {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

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

.color-primario, a.color-primario {
  color: #e30613;
}

.link-primario:hover {
  color: #e30613;
}

.focus-primario:focus {
  color: #e30613;
}

.bg-primario {
  background-color: #e30613;
}

.bg-primario-hover:hover {
  background-color: #e30613;
}

hr.linea-primario {
  border: 0;
  height: 1px;
  background: #e30613;
}

.borde-primario, input[type=submit].borde-primario {
  border: 1px solid #e30613;
}

.borde-primario-hover:hover, input[type=submit].borde-primario-hover:hover {
  border: 1px solid #e30613;
}

.borde-2-primario, input[type=submit].borde-2-primario {
  border: 2px solid #e30613;
}

.borde-2-primario-hover:hover, input[type=submit].borde-2-primario-hover:hover {
  border: 2px solid #e30613;
}

.borde-3-primario, input[type=submit].borde-3-primario {
  border: 3px solid #e30613;
}

.borde-3-primario-hover:hover, input[type=submit].borde-3-primario-hover:hover {
  border: 3px solid #e30613;
}

.bt-primario {
  border-top: 1px solid #e30613;
}

.bl-primario {
  border-left: 1px solid #e30613;
}

.br-primario {
  border-right: 1px solid #e30613;
}

.bb-primario {
  border-bottom: 1px solid #e30613;
}

.borde-img-primario img {
  border: 1px solid #e30613;
}

.color-primario-alterno, a.color-primario-alterno {
  color: #0063d4;
}

.link-primario-alterno:hover {
  color: #0063d4;
}

.focus-primario-alterno:focus {
  color: #0063d4;
}

.bg-primario-alterno {
  background-color: #0063d4;
}

.bg-primario-alterno-hover:hover {
  background-color: #0063d4;
}

hr.linea-primario-alterno {
  border: 0;
  height: 1px;
  background: #0063d4;
}

.borde-primario-alterno, input[type=submit].borde-primario-alterno {
  border: 1px solid #0063d4;
}

.borde-primario-alterno-hover:hover, input[type=submit].borde-primario-alterno-hover:hover {
  border: 1px solid #0063d4;
}

.borde-2-primario-alterno, input[type=submit].borde-2-primario-alterno {
  border: 2px solid #0063d4;
}

.borde-2-primario-alterno-hover:hover, input[type=submit].borde-2-primario-alterno-hover:hover {
  border: 2px solid #0063d4;
}

.borde-3-primario-alterno, input[type=submit].borde-3-primario-alterno {
  border: 3px solid #0063d4;
}

.borde-3-primario-alterno-hover:hover, input[type=submit].borde-3-primario-alterno-hover:hover {
  border: 3px solid #0063d4;
}

.bt-primario-alterno {
  border-top: 1px solid #0063d4;
}

.bl-primario-alterno {
  border-left: 1px solid #0063d4;
}

.br-primario-alterno {
  border-right: 1px solid #0063d4;
}

.bb-primario-alterno {
  border-bottom: 1px solid #0063d4;
}

.borde-img-primario-alterno img {
  border: 1px solid #0063d4;
}

.color-secundario, a.color-secundario {
  color: #ed3237;
}

.link-secundario:hover {
  color: #ed3237;
}

.focus-secundario:focus {
  color: #ed3237;
}

.bg-secundario {
  background-color: #ed3237;
}

.bg-secundario-hover:hover {
  background-color: #ed3237;
}

hr.linea-secundario {
  border: 0;
  height: 1px;
  background: #ed3237;
}

.borde-secundario, input[type=submit].borde-secundario {
  border: 1px solid #ed3237;
}

.borde-secundario-hover:hover, input[type=submit].borde-secundario-hover:hover {
  border: 1px solid #ed3237;
}

.borde-2-secundario, input[type=submit].borde-2-secundario {
  border: 2px solid #ed3237;
}

.borde-2-secundario-hover:hover, input[type=submit].borde-2-secundario-hover:hover {
  border: 2px solid #ed3237;
}

.borde-3-secundario, input[type=submit].borde-3-secundario {
  border: 3px solid #ed3237;
}

.borde-3-secundario-hover:hover, input[type=submit].borde-3-secundario-hover:hover {
  border: 3px solid #ed3237;
}

.bt-secundario {
  border-top: 1px solid #ed3237;
}

.bl-secundario {
  border-left: 1px solid #ed3237;
}

.br-secundario {
  border-right: 1px solid #ed3237;
}

.bb-secundario {
  border-bottom: 1px solid #ed3237;
}

.borde-img-secundario img {
  border: 1px solid #ed3237;
}

.color-terciario, a.color-terciario {
  color: #fdf5e2;
}

.link-terciario:hover {
  color: #fdf5e2;
}

.focus-terciario:focus {
  color: #fdf5e2;
}

.bg-terciario {
  background-color: #fdf5e2;
}

.bg-terciario-hover:hover {
  background-color: #fdf5e2;
}

hr.linea-terciario {
  border: 0;
  height: 1px;
  background: #fdf5e2;
}

.borde-terciario, input[type=submit].borde-terciario {
  border: 1px solid #fdf5e2;
}

.borde-terciario-hover:hover, input[type=submit].borde-terciario-hover:hover {
  border: 1px solid #fdf5e2;
}

.borde-2-terciario, input[type=submit].borde-2-terciario {
  border: 2px solid #fdf5e2;
}

.borde-2-terciario-hover:hover, input[type=submit].borde-2-terciario-hover:hover {
  border: 2px solid #fdf5e2;
}

.borde-3-terciario, input[type=submit].borde-3-terciario {
  border: 3px solid #fdf5e2;
}

.borde-3-terciario-hover:hover, input[type=submit].borde-3-terciario-hover:hover {
  border: 3px solid #fdf5e2;
}

.bt-terciario {
  border-top: 1px solid #fdf5e2;
}

.bl-terciario {
  border-left: 1px solid #fdf5e2;
}

.br-terciario {
  border-right: 1px solid #fdf5e2;
}

.bb-terciario {
  border-bottom: 1px solid #fdf5e2;
}

.borde-img-terciario img {
  border: 1px solid #fdf5e2;
}

.color-destacado, a.color-destacado {
  color: #f49400;
}

.link-destacado:hover {
  color: #f49400;
}

.focus-destacado:focus {
  color: #f49400;
}

.bg-destacado {
  background-color: #f49400;
}

.bg-destacado-hover:hover {
  background-color: #f49400;
}

hr.linea-destacado {
  border: 0;
  height: 1px;
  background: #f49400;
}

.borde-destacado, input[type=submit].borde-destacado {
  border: 1px solid #f49400;
}

.borde-destacado-hover:hover, input[type=submit].borde-destacado-hover:hover {
  border: 1px solid #f49400;
}

.borde-2-destacado, input[type=submit].borde-2-destacado {
  border: 2px solid #f49400;
}

.borde-2-destacado-hover:hover, input[type=submit].borde-2-destacado-hover:hover {
  border: 2px solid #f49400;
}

.borde-3-destacado, input[type=submit].borde-3-destacado {
  border: 3px solid #f49400;
}

.borde-3-destacado-hover:hover, input[type=submit].borde-3-destacado-hover:hover {
  border: 3px solid #f49400;
}

.bt-destacado {
  border-top: 1px solid #f49400;
}

.bl-destacado {
  border-left: 1px solid #f49400;
}

.br-destacado {
  border-right: 1px solid #f49400;
}

.bb-destacado {
  border-bottom: 1px solid #f49400;
}

.borde-img-destacado img {
  border: 1px solid #f49400;
}

.color-blanco, a.color-blanco {
  color: #ffffff;
}

.link-blanco:hover {
  color: #ffffff;
}

.focus-blanco:focus {
  color: #ffffff;
}

.bg-blanco {
  background-color: #ffffff;
}

.bg-blanco-hover:hover {
  background-color: #ffffff;
}

hr.linea-blanco {
  border: 0;
  height: 1px;
  background: #ffffff;
}

.borde-blanco, input[type=submit].borde-blanco {
  border: 1px solid #ffffff;
}

.borde-blanco-hover:hover, input[type=submit].borde-blanco-hover:hover {
  border: 1px solid #ffffff;
}

.borde-2-blanco, input[type=submit].borde-2-blanco {
  border: 2px solid #ffffff;
}

.borde-2-blanco-hover:hover, input[type=submit].borde-2-blanco-hover:hover {
  border: 2px solid #ffffff;
}

.borde-3-blanco, input[type=submit].borde-3-blanco {
  border: 3px solid #ffffff;
}

.borde-3-blanco-hover:hover, input[type=submit].borde-3-blanco-hover:hover {
  border: 3px solid #ffffff;
}

.bt-blanco {
  border-top: 1px solid #ffffff;
}

.bl-blanco {
  border-left: 1px solid #ffffff;
}

.br-blanco {
  border-right: 1px solid #ffffff;
}

.bb-blanco {
  border-bottom: 1px solid #ffffff;
}

.borde-img-blanco img {
  border: 1px solid #ffffff;
}

.color-negro, a.color-negro {
  color: #000;
}

.link-negro:hover {
  color: #000;
}

.focus-negro:focus {
  color: #000;
}

.bg-negro {
  background-color: #000;
}

.bg-negro-hover:hover {
  background-color: #000;
}

hr.linea-negro {
  border: 0;
  height: 1px;
  background: #000;
}

.borde-negro, input[type=submit].borde-negro {
  border: 1px solid #000;
}

.borde-negro-hover:hover, input[type=submit].borde-negro-hover:hover {
  border: 1px solid #000;
}

.borde-2-negro, input[type=submit].borde-2-negro {
  border: 2px solid #000;
}

.borde-2-negro-hover:hover, input[type=submit].borde-2-negro-hover:hover {
  border: 2px solid #000;
}

.borde-3-negro, input[type=submit].borde-3-negro {
  border: 3px solid #000;
}

.borde-3-negro-hover:hover, input[type=submit].borde-3-negro-hover:hover {
  border: 3px solid #000;
}

.bt-negro {
  border-top: 1px solid #000;
}

.bl-negro {
  border-left: 1px solid #000;
}

.br-negro {
  border-right: 1px solid #000;
}

.bb-negro {
  border-bottom: 1px solid #000;
}

.borde-img-negro img {
  border: 1px solid #000;
}

.color-gris, a.color-gris {
  color: #56565b;
}

.link-gris:hover {
  color: #56565b;
}

.focus-gris:focus {
  color: #56565b;
}

.bg-gris {
  background-color: #56565b;
}

.bg-gris-hover:hover {
  background-color: #56565b;
}

hr.linea-gris {
  border: 0;
  height: 1px;
  background: #56565b;
}

.borde-gris, input[type=submit].borde-gris {
  border: 1px solid #56565b;
}

.borde-gris-hover:hover, input[type=submit].borde-gris-hover:hover {
  border: 1px solid #56565b;
}

.borde-2-gris, input[type=submit].borde-2-gris {
  border: 2px solid #56565b;
}

.borde-2-gris-hover:hover, input[type=submit].borde-2-gris-hover:hover {
  border: 2px solid #56565b;
}

.borde-3-gris, input[type=submit].borde-3-gris {
  border: 3px solid #56565b;
}

.borde-3-gris-hover:hover, input[type=submit].borde-3-gris-hover:hover {
  border: 3px solid #56565b;
}

.bt-gris {
  border-top: 1px solid #56565b;
}

.bl-gris {
  border-left: 1px solid #56565b;
}

.br-gris {
  border-right: 1px solid #56565b;
}

.bb-gris {
  border-bottom: 1px solid #56565b;
}

.borde-img-gris img {
  border: 1px solid #56565b;
}

.color-gris-alterno, a.color-gris-alterno {
  color: #ebebeb;
}

.link-gris-alterno:hover {
  color: #ebebeb;
}

.focus-gris-alterno:focus {
  color: #ebebeb;
}

.bg-gris-alterno {
  background-color: #ebebeb;
}

.bg-gris-alterno-hover:hover {
  background-color: #ebebeb;
}

hr.linea-gris-alterno {
  border: 0;
  height: 1px;
  background: #ebebeb;
}

.borde-gris-alterno, input[type=submit].borde-gris-alterno {
  border: 1px solid #ebebeb;
}

.borde-gris-alterno-hover:hover, input[type=submit].borde-gris-alterno-hover:hover {
  border: 1px solid #ebebeb;
}

.borde-2-gris-alterno, input[type=submit].borde-2-gris-alterno {
  border: 2px solid #ebebeb;
}

.borde-2-gris-alterno-hover:hover, input[type=submit].borde-2-gris-alterno-hover:hover {
  border: 2px solid #ebebeb;
}

.borde-3-gris-alterno, input[type=submit].borde-3-gris-alterno {
  border: 3px solid #ebebeb;
}

.borde-3-gris-alterno-hover:hover, input[type=submit].borde-3-gris-alterno-hover:hover {
  border: 3px solid #ebebeb;
}

.bt-gris-alterno {
  border-top: 1px solid #ebebeb;
}

.bl-gris-alterno {
  border-left: 1px solid #ebebeb;
}

.br-gris-alterno {
  border-right: 1px solid #ebebeb;
}

.bb-gris-alterno {
  border-bottom: 1px solid #ebebeb;
}

.borde-img-gris-alterno img {
  border: 1px solid #ebebeb;
}

.color-gris-input, a.color-gris-input {
  color: #f6f6f6;
}

.link-gris-input:hover {
  color: #f6f6f6;
}

.focus-gris-input:focus {
  color: #f6f6f6;
}

.bg-gris-input {
  background-color: #f6f6f6;
}

.bg-gris-input-hover:hover {
  background-color: #f6f6f6;
}

hr.linea-gris-input {
  border: 0;
  height: 1px;
  background: #f6f6f6;
}

.borde-gris-input, input[type=submit].borde-gris-input {
  border: 1px solid #f6f6f6;
}

.borde-gris-input-hover:hover, input[type=submit].borde-gris-input-hover:hover {
  border: 1px solid #f6f6f6;
}

.borde-2-gris-input, input[type=submit].borde-2-gris-input {
  border: 2px solid #f6f6f6;
}

.borde-2-gris-input-hover:hover, input[type=submit].borde-2-gris-input-hover:hover {
  border: 2px solid #f6f6f6;
}

.borde-3-gris-input, input[type=submit].borde-3-gris-input {
  border: 3px solid #f6f6f6;
}

.borde-3-gris-input-hover:hover, input[type=submit].borde-3-gris-input-hover:hover {
  border: 3px solid #f6f6f6;
}

.bt-gris-input {
  border-top: 1px solid #f6f6f6;
}

.bl-gris-input {
  border-left: 1px solid #f6f6f6;
}

.br-gris-input {
  border-right: 1px solid #f6f6f6;
}

.bb-gris-input {
  border-bottom: 1px solid #f6f6f6;
}

.borde-img-gris-input img {
  border: 1px solid #f6f6f6;
}

.color-naranja, a.color-naranja {
  color: #ff6633;
}

.link-naranja:hover {
  color: #ff6633;
}

.focus-naranja:focus {
  color: #ff6633;
}

.bg-naranja {
  background-color: #ff6633;
}

.bg-naranja-hover:hover {
  background-color: #ff6633;
}

hr.linea-naranja {
  border: 0;
  height: 1px;
  background: #ff6633;
}

.borde-naranja, input[type=submit].borde-naranja {
  border: 1px solid #ff6633;
}

.borde-naranja-hover:hover, input[type=submit].borde-naranja-hover:hover {
  border: 1px solid #ff6633;
}

.borde-2-naranja, input[type=submit].borde-2-naranja {
  border: 2px solid #ff6633;
}

.borde-2-naranja-hover:hover, input[type=submit].borde-2-naranja-hover:hover {
  border: 2px solid #ff6633;
}

.borde-3-naranja, input[type=submit].borde-3-naranja {
  border: 3px solid #ff6633;
}

.borde-3-naranja-hover:hover, input[type=submit].borde-3-naranja-hover:hover {
  border: 3px solid #ff6633;
}

.bt-naranja {
  border-top: 1px solid #ff6633;
}

.bl-naranja {
  border-left: 1px solid #ff6633;
}

.br-naranja {
  border-right: 1px solid #ff6633;
}

.bb-naranja {
  border-bottom: 1px solid #ff6633;
}

.borde-img-naranja img {
  border: 1px solid #ff6633;
}

.color-rojo, a.color-rojo {
  color: #fe0000;
}

.link-rojo:hover {
  color: #fe0000;
}

.focus-rojo:focus {
  color: #fe0000;
}

.bg-rojo {
  background-color: #fe0000;
}

.bg-rojo-hover:hover {
  background-color: #fe0000;
}

hr.linea-rojo {
  border: 0;
  height: 1px;
  background: #fe0000;
}

.borde-rojo, input[type=submit].borde-rojo {
  border: 1px solid #fe0000;
}

.borde-rojo-hover:hover, input[type=submit].borde-rojo-hover:hover {
  border: 1px solid #fe0000;
}

.borde-2-rojo, input[type=submit].borde-2-rojo {
  border: 2px solid #fe0000;
}

.borde-2-rojo-hover:hover, input[type=submit].borde-2-rojo-hover:hover {
  border: 2px solid #fe0000;
}

.borde-3-rojo, input[type=submit].borde-3-rojo {
  border: 3px solid #fe0000;
}

.borde-3-rojo-hover:hover, input[type=submit].borde-3-rojo-hover:hover {
  border: 3px solid #fe0000;
}

.bt-rojo {
  border-top: 1px solid #fe0000;
}

.bl-rojo {
  border-left: 1px solid #fe0000;
}

.br-rojo {
  border-right: 1px solid #fe0000;
}

.bb-rojo {
  border-bottom: 1px solid #fe0000;
}

.borde-img-rojo img {
  border: 1px solid #fe0000;
}

.color-primario-claro, a.color-primario-claro {
  color: #fb6d76;
}

.link-primario-claro:hover {
  color: #fb6d76;
}

.focus-primario-claro:focus {
  color: #fb6d76;
}

.bg-primario-claro {
  background-color: #fb6d76;
}

.bg-primario-claro-hover:hover {
  background-color: #fb6d76;
}

hr.linea-primario-claro {
  border: 0;
  height: 1px;
  background: #fb6d76;
}

.borde-primario-claro, input[type=submit].borde-primario-claro {
  border: 1px solid #fb6d76;
}

.borde-primario-claro-hover:hover, input[type=submit].borde-primario-claro-hover:hover {
  border: 1px solid #fb6d76;
}

.borde-2-primario-claro, input[type=submit].borde-2-primario-claro {
  border: 2px solid #fb6d76;
}

.borde-2-primario-claro-hover:hover, input[type=submit].borde-2-primario-claro-hover:hover {
  border: 2px solid #fb6d76;
}

.borde-3-primario-claro, input[type=submit].borde-3-primario-claro {
  border: 3px solid #fb6d76;
}

.borde-3-primario-claro-hover:hover, input[type=submit].borde-3-primario-claro-hover:hover {
  border: 3px solid #fb6d76;
}

.bt-primario-claro {
  border-top: 1px solid #fb6d76;
}

.bl-primario-claro {
  border-left: 1px solid #fb6d76;
}

.br-primario-claro {
  border-right: 1px solid #fb6d76;
}

.bb-primario-claro {
  border-bottom: 1px solid #fb6d76;
}

.borde-img-primario-claro img {
  border: 1px solid #fb6d76;
}

.color-secundario-claro, a.color-secundario-claro {
  color: #f7a7a9;
}

.link-secundario-claro:hover {
  color: #f7a7a9;
}

.focus-secundario-claro:focus {
  color: #f7a7a9;
}

.bg-secundario-claro {
  background-color: #f7a7a9;
}

.bg-secundario-claro-hover:hover {
  background-color: #f7a7a9;
}

hr.linea-secundario-claro {
  border: 0;
  height: 1px;
  background: #f7a7a9;
}

.borde-secundario-claro, input[type=submit].borde-secundario-claro {
  border: 1px solid #f7a7a9;
}

.borde-secundario-claro-hover:hover, input[type=submit].borde-secundario-claro-hover:hover {
  border: 1px solid #f7a7a9;
}

.borde-2-secundario-claro, input[type=submit].borde-2-secundario-claro {
  border: 2px solid #f7a7a9;
}

.borde-2-secundario-claro-hover:hover, input[type=submit].borde-2-secundario-claro-hover:hover {
  border: 2px solid #f7a7a9;
}

.borde-3-secundario-claro, input[type=submit].borde-3-secundario-claro {
  border: 3px solid #f7a7a9;
}

.borde-3-secundario-claro-hover:hover, input[type=submit].borde-3-secundario-claro-hover:hover {
  border: 3px solid #f7a7a9;
}

.bt-secundario-claro {
  border-top: 1px solid #f7a7a9;
}

.bl-secundario-claro {
  border-left: 1px solid #f7a7a9;
}

.br-secundario-claro {
  border-right: 1px solid #f7a7a9;
}

.bb-secundario-claro {
  border-bottom: 1px solid #f7a7a9;
}

.borde-img-secundario-claro img {
  border: 1px solid #f7a7a9;
}

.color-terciario-claro, a.color-terciario-claro {
  color: white;
}

.link-terciario-claro:hover {
  color: white;
}

.focus-terciario-claro:focus {
  color: white;
}

.bg-terciario-claro {
  background-color: white;
}

.bg-terciario-claro-hover:hover {
  background-color: white;
}

hr.linea-terciario-claro {
  border: 0;
  height: 1px;
  background: white;
}

.borde-terciario-claro, input[type=submit].borde-terciario-claro {
  border: 1px solid white;
}

.borde-terciario-claro-hover:hover, input[type=submit].borde-terciario-claro-hover:hover {
  border: 1px solid white;
}

.borde-2-terciario-claro, input[type=submit].borde-2-terciario-claro {
  border: 2px solid white;
}

.borde-2-terciario-claro-hover:hover, input[type=submit].borde-2-terciario-claro-hover:hover {
  border: 2px solid white;
}

.borde-3-terciario-claro, input[type=submit].borde-3-terciario-claro {
  border: 3px solid white;
}

.borde-3-terciario-claro-hover:hover, input[type=submit].borde-3-terciario-claro-hover:hover {
  border: 3px solid white;
}

.bt-terciario-claro {
  border-top: 1px solid white;
}

.bl-terciario-claro {
  border-left: 1px solid white;
}

.br-terciario-claro {
  border-right: 1px solid white;
}

.bb-terciario-claro {
  border-bottom: 1px solid white;
}

.borde-img-terciario-claro img {
  border: 1px solid white;
}

.color-destacado-claro, a.color-destacado-claro {
  color: #ffc975;
}

.link-destacado-claro:hover {
  color: #ffc975;
}

.focus-destacado-claro:focus {
  color: #ffc975;
}

.bg-destacado-claro {
  background-color: #ffc975;
}

.bg-destacado-claro-hover:hover {
  background-color: #ffc975;
}

hr.linea-destacado-claro {
  border: 0;
  height: 1px;
  background: #ffc975;
}

.borde-destacado-claro, input[type=submit].borde-destacado-claro {
  border: 1px solid #ffc975;
}

.borde-destacado-claro-hover:hover, input[type=submit].borde-destacado-claro-hover:hover {
  border: 1px solid #ffc975;
}

.borde-2-destacado-claro, input[type=submit].borde-2-destacado-claro {
  border: 2px solid #ffc975;
}

.borde-2-destacado-claro-hover:hover, input[type=submit].borde-2-destacado-claro-hover:hover {
  border: 2px solid #ffc975;
}

.borde-3-destacado-claro, input[type=submit].borde-3-destacado-claro {
  border: 3px solid #ffc975;
}

.borde-3-destacado-claro-hover:hover, input[type=submit].borde-3-destacado-claro-hover:hover {
  border: 3px solid #ffc975;
}

.bt-destacado-claro {
  border-top: 1px solid #ffc975;
}

.bl-destacado-claro {
  border-left: 1px solid #ffc975;
}

.br-destacado-claro {
  border-right: 1px solid #ffc975;
}

.bb-destacado-claro {
  border-bottom: 1px solid #ffc975;
}

.borde-img-destacado-claro img {
  border: 1px solid #ffc975;
}

.color-negro-claro, a.color-negro-claro {
  color: #6c6c6c;
}

.link-negro-claro:hover {
  color: #6c6c6c;
}

.focus-negro-claro:focus {
  color: #6c6c6c;
}

.bg-negro-claro {
  background-color: #6c6c6c;
}

.bg-negro-claro-hover:hover {
  background-color: #6c6c6c;
}

hr.linea-negro-claro {
  border: 0;
  height: 1px;
  background: #6c6c6c;
}

.borde-negro-claro, input[type=submit].borde-negro-claro {
  border: 1px solid #6c6c6c;
}

.borde-negro-claro-hover:hover, input[type=submit].borde-negro-claro-hover:hover {
  border: 1px solid #6c6c6c;
}

.borde-2-negro-claro, input[type=submit].borde-2-negro-claro {
  border: 2px solid #6c6c6c;
}

.borde-2-negro-claro-hover:hover, input[type=submit].borde-2-negro-claro-hover:hover {
  border: 2px solid #6c6c6c;
}

.borde-3-negro-claro, input[type=submit].borde-3-negro-claro {
  border: 3px solid #6c6c6c;
}

.borde-3-negro-claro-hover:hover, input[type=submit].borde-3-negro-claro-hover:hover {
  border: 3px solid #6c6c6c;
}

.bt-negro-claro {
  border-top: 1px solid #6c6c6c;
}

.bl-negro-claro {
  border-left: 1px solid #6c6c6c;
}

.br-negro-claro {
  border-right: 1px solid #6c6c6c;
}

.bb-negro-claro {
  border-bottom: 1px solid #6c6c6c;
}

.borde-img-negro-claro img {
  border: 1px solid #6c6c6c;
}

.color-gris-claro, a.color-gris-claro {
  color: #a6a6a6;
}

.link-gris-claro:hover {
  color: #a6a6a6;
}

.focus-gris-claro:focus {
  color: #a6a6a6;
}

.bg-gris-claro {
  background-color: #a6a6a6;
}

.bg-gris-claro-hover:hover {
  background-color: #a6a6a6;
}

hr.linea-gris-claro {
  border: 0;
  height: 1px;
  background: #a6a6a6;
}

.borde-gris-claro, input[type=submit].borde-gris-claro {
  border: 1px solid #a6a6a6;
}

.borde-gris-claro-hover:hover, input[type=submit].borde-gris-claro-hover:hover {
  border: 1px solid #a6a6a6;
}

.borde-2-gris-claro, input[type=submit].borde-2-gris-claro {
  border: 2px solid #a6a6a6;
}

.borde-2-gris-claro-hover:hover, input[type=submit].borde-2-gris-claro-hover:hover {
  border: 2px solid #a6a6a6;
}

.borde-3-gris-claro, input[type=submit].borde-3-gris-claro {
  border: 3px solid #a6a6a6;
}

.borde-3-gris-claro-hover:hover, input[type=submit].borde-3-gris-claro-hover:hover {
  border: 3px solid #a6a6a6;
}

.bt-gris-claro {
  border-top: 1px solid #a6a6a6;
}

.bl-gris-claro {
  border-left: 1px solid #a6a6a6;
}

.br-gris-claro {
  border-right: 1px solid #a6a6a6;
}

.bb-gris-claro {
  border-bottom: 1px solid #a6a6a6;
}

.borde-img-gris-claro img {
  border: 1px solid #a6a6a6;
}

.color-naranja-claro, a.color-naranja-claro {
  color: #ffc6b3;
}

.link-naranja-claro:hover {
  color: #ffc6b3;
}

.focus-naranja-claro:focus {
  color: #ffc6b3;
}

.bg-naranja-claro {
  background-color: #ffc6b3;
}

.bg-naranja-claro-hover:hover {
  background-color: #ffc6b3;
}

hr.linea-naranja-claro {
  border: 0;
  height: 1px;
  background: #ffc6b3;
}

.borde-naranja-claro, input[type=submit].borde-naranja-claro {
  border: 1px solid #ffc6b3;
}

.borde-naranja-claro-hover:hover, input[type=submit].borde-naranja-claro-hover:hover {
  border: 1px solid #ffc6b3;
}

.borde-2-naranja-claro, input[type=submit].borde-2-naranja-claro {
  border: 2px solid #ffc6b3;
}

.borde-2-naranja-claro-hover:hover, input[type=submit].borde-2-naranja-claro-hover:hover {
  border: 2px solid #ffc6b3;
}

.borde-3-naranja-claro, input[type=submit].borde-3-naranja-claro {
  border: 3px solid #ffc6b3;
}

.borde-3-naranja-claro-hover:hover, input[type=submit].borde-3-naranja-claro-hover:hover {
  border: 3px solid #ffc6b3;
}

.bt-naranja-claro {
  border-top: 1px solid #ffc6b3;
}

.bl-naranja-claro {
  border-left: 1px solid #ffc6b3;
}

.br-naranja-claro {
  border-right: 1px solid #ffc6b3;
}

.bb-naranja-claro {
  border-bottom: 1px solid #ffc6b3;
}

.borde-img-naranja-claro img {
  border: 1px solid #ffc6b3;
}

.color-rojo-claro, a.color-rojo-claro {
  color: #ff7f7f;
}

.link-rojo-claro:hover {
  color: #ff7f7f;
}

.focus-rojo-claro:focus {
  color: #ff7f7f;
}

.bg-rojo-claro {
  background-color: #ff7f7f;
}

.bg-rojo-claro-hover:hover {
  background-color: #ff7f7f;
}

hr.linea-rojo-claro {
  border: 0;
  height: 1px;
  background: #ff7f7f;
}

.borde-rojo-claro, input[type=submit].borde-rojo-claro {
  border: 1px solid #ff7f7f;
}

.borde-rojo-claro-hover:hover, input[type=submit].borde-rojo-claro-hover:hover {
  border: 1px solid #ff7f7f;
}

.borde-2-rojo-claro, input[type=submit].borde-2-rojo-claro {
  border: 2px solid #ff7f7f;
}

.borde-2-rojo-claro-hover:hover, input[type=submit].borde-2-rojo-claro-hover:hover {
  border: 2px solid #ff7f7f;
}

.borde-3-rojo-claro, input[type=submit].borde-3-rojo-claro {
  border: 3px solid #ff7f7f;
}

.borde-3-rojo-claro-hover:hover, input[type=submit].borde-3-rojo-claro-hover:hover {
  border: 3px solid #ff7f7f;
}

.bt-rojo-claro {
  border-top: 1px solid #ff7f7f;
}

.bl-rojo-claro {
  border-left: 1px solid #ff7f7f;
}

.br-rojo-claro {
  border-right: 1px solid #ff7f7f;
}

.bb-rojo-claro {
  border-bottom: 1px solid #ff7f7f;
}

.borde-img-rojo-claro img {
  border: 1px solid #ff7f7f;
}

.color-primario-obscuro, a.color-primario-obscuro {
  color: #b1050f;
}

.link-primario-obscuro:hover {
  color: #b1050f;
}

.focus-primario-obscuro:focus {
  color: #b1050f;
}

.bg-primario-obscuro {
  background-color: #b1050f;
}

.bg-primario-obscuro-hover:hover {
  background-color: #b1050f;
}

hr.linea-primario-obscuro {
  border: 0;
  height: 1px;
  background: #b1050f;
}

.borde-primario-obscuro, input[type=submit].borde-primario-obscuro {
  border: 1px solid #b1050f;
}

.borde-primario-obscuro-hover:hover, input[type=submit].borde-primario-obscuro-hover:hover {
  border: 1px solid #b1050f;
}

.borde-2-primario-obscuro, input[type=submit].borde-2-primario-obscuro {
  border: 2px solid #b1050f;
}

.borde-2-primario-obscuro-hover:hover, input[type=submit].borde-2-primario-obscuro-hover:hover {
  border: 2px solid #b1050f;
}

.borde-3-primario-obscuro, input[type=submit].borde-3-primario-obscuro {
  border: 3px solid #b1050f;
}

.borde-3-primario-obscuro-hover:hover, input[type=submit].borde-3-primario-obscuro-hover:hover {
  border: 3px solid #b1050f;
}

.bt-primario-obscuro {
  border-top: 1px solid #b1050f;
}

.bl-primario-obscuro {
  border-left: 1px solid #b1050f;
}

.br-primario-obscuro {
  border-right: 1px solid #b1050f;
}

.bb-primario-obscuro {
  border-bottom: 1px solid #b1050f;
}

.borde-img-primario-obscuro img {
  border: 1px solid #b1050f;
}

.color-secundario-obscuro, a.color-secundario-obscuro {
  color: #d91318;
}

.link-secundario-obscuro:hover {
  color: #d91318;
}

.focus-secundario-obscuro:focus {
  color: #d91318;
}

.bg-secundario-obscuro {
  background-color: #d91318;
}

.bg-secundario-obscuro-hover:hover {
  background-color: #d91318;
}

hr.linea-secundario-obscuro {
  border: 0;
  height: 1px;
  background: #d91318;
}

.borde-secundario-obscuro, input[type=submit].borde-secundario-obscuro {
  border: 1px solid #d91318;
}

.borde-secundario-obscuro-hover:hover, input[type=submit].borde-secundario-obscuro-hover:hover {
  border: 1px solid #d91318;
}

.borde-2-secundario-obscuro, input[type=submit].borde-2-secundario-obscuro {
  border: 2px solid #d91318;
}

.borde-2-secundario-obscuro-hover:hover, input[type=submit].borde-2-secundario-obscuro-hover:hover {
  border: 2px solid #d91318;
}

.borde-3-secundario-obscuro, input[type=submit].borde-3-secundario-obscuro {
  border: 3px solid #d91318;
}

.borde-3-secundario-obscuro-hover:hover, input[type=submit].borde-3-secundario-obscuro-hover:hover {
  border: 3px solid #d91318;
}

.bt-secundario-obscuro {
  border-top: 1px solid #d91318;
}

.bl-secundario-obscuro {
  border-left: 1px solid #d91318;
}

.br-secundario-obscuro {
  border-right: 1px solid #d91318;
}

.bb-secundario-obscuro {
  border-bottom: 1px solid #d91318;
}

.borde-img-secundario-obscuro img {
  border: 1px solid #d91318;
}

.color-terciario-obscuro, a.color-terciario-obscuro {
  color: #fae5b2;
}

.link-terciario-obscuro:hover {
  color: #fae5b2;
}

.focus-terciario-obscuro:focus {
  color: #fae5b2;
}

.bg-terciario-obscuro {
  background-color: #fae5b2;
}

.bg-terciario-obscuro-hover:hover {
  background-color: #fae5b2;
}

hr.linea-terciario-obscuro {
  border: 0;
  height: 1px;
  background: #fae5b2;
}

.borde-terciario-obscuro, input[type=submit].borde-terciario-obscuro {
  border: 1px solid #fae5b2;
}

.borde-terciario-obscuro-hover:hover, input[type=submit].borde-terciario-obscuro-hover:hover {
  border: 1px solid #fae5b2;
}

.borde-2-terciario-obscuro, input[type=submit].borde-2-terciario-obscuro {
  border: 2px solid #fae5b2;
}

.borde-2-terciario-obscuro-hover:hover, input[type=submit].borde-2-terciario-obscuro-hover:hover {
  border: 2px solid #fae5b2;
}

.borde-3-terciario-obscuro, input[type=submit].borde-3-terciario-obscuro {
  border: 3px solid #fae5b2;
}

.borde-3-terciario-obscuro-hover:hover, input[type=submit].borde-3-terciario-obscuro-hover:hover {
  border: 3px solid #fae5b2;
}

.bt-terciario-obscuro {
  border-top: 1px solid #fae5b2;
}

.bl-terciario-obscuro {
  border-left: 1px solid #fae5b2;
}

.br-terciario-obscuro {
  border-right: 1px solid #fae5b2;
}

.bb-terciario-obscuro {
  border-bottom: 1px solid #fae5b2;
}

.borde-img-terciario-obscuro img {
  border: 1px solid #fae5b2;
}

.color-destacado-obscuro, a.color-destacado-obscuro {
  color: #c17500;
}

.link-destacado-obscuro:hover {
  color: #c17500;
}

.focus-destacado-obscuro:focus {
  color: #c17500;
}

.bg-destacado-obscuro {
  background-color: #c17500;
}

.bg-destacado-obscuro-hover:hover {
  background-color: #c17500;
}

hr.linea-destacado-obscuro {
  border: 0;
  height: 1px;
  background: #c17500;
}

.borde-destacado-obscuro, input[type=submit].borde-destacado-obscuro {
  border: 1px solid #c17500;
}

.borde-destacado-obscuro-hover:hover, input[type=submit].borde-destacado-obscuro-hover:hover {
  border: 1px solid #c17500;
}

.borde-2-destacado-obscuro, input[type=submit].borde-2-destacado-obscuro {
  border: 2px solid #c17500;
}

.borde-2-destacado-obscuro-hover:hover, input[type=submit].borde-2-destacado-obscuro-hover:hover {
  border: 2px solid #c17500;
}

.borde-3-destacado-obscuro, input[type=submit].borde-3-destacado-obscuro {
  border: 3px solid #c17500;
}

.borde-3-destacado-obscuro-hover:hover, input[type=submit].borde-3-destacado-obscuro-hover:hover {
  border: 3px solid #c17500;
}

.bt-destacado-obscuro {
  border-top: 1px solid #c17500;
}

.bl-destacado-obscuro {
  border-left: 1px solid #c17500;
}

.br-destacado-obscuro {
  border-right: 1px solid #c17500;
}

.bb-destacado-obscuro {
  border-bottom: 1px solid #c17500;
}

.borde-img-destacado-obscuro img {
  border: 1px solid #c17500;
}

.color-negro-obscuro, a.color-negro-obscuro {
  color: #3c3c3b;
}

.link-negro-obscuro:hover {
  color: #3c3c3b;
}

.focus-negro-obscuro:focus {
  color: #3c3c3b;
}

.bg-negro-obscuro {
  background-color: #3c3c3b;
}

.bg-negro-obscuro-hover:hover {
  background-color: #3c3c3b;
}

hr.linea-negro-obscuro {
  border: 0;
  height: 1px;
  background: #3c3c3b;
}

.borde-negro-obscuro, input[type=submit].borde-negro-obscuro {
  border: 1px solid #3c3c3b;
}

.borde-negro-obscuro-hover:hover, input[type=submit].borde-negro-obscuro-hover:hover {
  border: 1px solid #3c3c3b;
}

.borde-2-negro-obscuro, input[type=submit].borde-2-negro-obscuro {
  border: 2px solid #3c3c3b;
}

.borde-2-negro-obscuro-hover:hover, input[type=submit].borde-2-negro-obscuro-hover:hover {
  border: 2px solid #3c3c3b;
}

.borde-3-negro-obscuro, input[type=submit].borde-3-negro-obscuro {
  border: 3px solid #3c3c3b;
}

.borde-3-negro-obscuro-hover:hover, input[type=submit].borde-3-negro-obscuro-hover:hover {
  border: 3px solid #3c3c3b;
}

.bt-negro-obscuro {
  border-top: 1px solid #3c3c3b;
}

.bl-negro-obscuro {
  border-left: 1px solid #3c3c3b;
}

.br-negro-obscuro {
  border-right: 1px solid #3c3c3b;
}

.bb-negro-obscuro {
  border-bottom: 1px solid #3c3c3b;
}

.borde-img-negro-obscuro img {
  border: 1px solid #3c3c3b;
}

.color-gris-obscuro, a.color-gris-obscuro {
  color: #484848;
}

.link-gris-obscuro:hover {
  color: #484848;
}

.focus-gris-obscuro:focus {
  color: #484848;
}

.bg-gris-obscuro {
  background-color: #484848;
}

.bg-gris-obscuro-hover:hover {
  background-color: #484848;
}

hr.linea-gris-obscuro {
  border: 0;
  height: 1px;
  background: #484848;
}

.borde-gris-obscuro, input[type=submit].borde-gris-obscuro {
  border: 1px solid #484848;
}

.borde-gris-obscuro-hover:hover, input[type=submit].borde-gris-obscuro-hover:hover {
  border: 1px solid #484848;
}

.borde-2-gris-obscuro, input[type=submit].borde-2-gris-obscuro {
  border: 2px solid #484848;
}

.borde-2-gris-obscuro-hover:hover, input[type=submit].borde-2-gris-obscuro-hover:hover {
  border: 2px solid #484848;
}

.borde-3-gris-obscuro, input[type=submit].borde-3-gris-obscuro {
  border: 3px solid #484848;
}

.borde-3-gris-obscuro-hover:hover, input[type=submit].borde-3-gris-obscuro-hover:hover {
  border: 3px solid #484848;
}

.bt-gris-obscuro {
  border-top: 1px solid #484848;
}

.bl-gris-obscuro {
  border-left: 1px solid #484848;
}

.br-gris-obscuro {
  border-right: 1px solid #484848;
}

.bb-gris-obscuro {
  border-bottom: 1px solid #484848;
}

.borde-img-gris-obscuro img {
  border: 1px solid #484848;
}

.color-naranja-obscuro, a.color-naranja-obscuro {
  color: #cc6633;
}

.link-naranja-obscuro:hover {
  color: #cc6633;
}

.focus-naranja-obscuro:focus {
  color: #cc6633;
}

.bg-naranja-obscuro {
  background-color: #cc6633;
}

.bg-naranja-obscuro-hover:hover {
  background-color: #cc6633;
}

hr.linea-naranja-obscuro {
  border: 0;
  height: 1px;
  background: #cc6633;
}

.borde-naranja-obscuro, input[type=submit].borde-naranja-obscuro {
  border: 1px solid #cc6633;
}

.borde-naranja-obscuro-hover:hover, input[type=submit].borde-naranja-obscuro-hover:hover {
  border: 1px solid #cc6633;
}

.borde-2-naranja-obscuro, input[type=submit].borde-2-naranja-obscuro {
  border: 2px solid #cc6633;
}

.borde-2-naranja-obscuro-hover:hover, input[type=submit].borde-2-naranja-obscuro-hover:hover {
  border: 2px solid #cc6633;
}

.borde-3-naranja-obscuro, input[type=submit].borde-3-naranja-obscuro {
  border: 3px solid #cc6633;
}

.borde-3-naranja-obscuro-hover:hover, input[type=submit].borde-3-naranja-obscuro-hover:hover {
  border: 3px solid #cc6633;
}

.bt-naranja-obscuro {
  border-top: 1px solid #cc6633;
}

.bl-naranja-obscuro {
  border-left: 1px solid #cc6633;
}

.br-naranja-obscuro {
  border-right: 1px solid #cc6633;
}

.bb-naranja-obscuro {
  border-bottom: 1px solid #cc6633;
}

.borde-img-naranja-obscuro img {
  border: 1px solid #cc6633;
}

.color-rojo-obscuro, a.color-rojo-obscuro {
  color: #cb0000;
}

.link-rojo-obscuro:hover {
  color: #cb0000;
}

.focus-rojo-obscuro:focus {
  color: #cb0000;
}

.bg-rojo-obscuro {
  background-color: #cb0000;
}

.bg-rojo-obscuro-hover:hover {
  background-color: #cb0000;
}

hr.linea-rojo-obscuro {
  border: 0;
  height: 1px;
  background: #cb0000;
}

.borde-rojo-obscuro, input[type=submit].borde-rojo-obscuro {
  border: 1px solid #cb0000;
}

.borde-rojo-obscuro-hover:hover, input[type=submit].borde-rojo-obscuro-hover:hover {
  border: 1px solid #cb0000;
}

.borde-2-rojo-obscuro, input[type=submit].borde-2-rojo-obscuro {
  border: 2px solid #cb0000;
}

.borde-2-rojo-obscuro-hover:hover, input[type=submit].borde-2-rojo-obscuro-hover:hover {
  border: 2px solid #cb0000;
}

.borde-3-rojo-obscuro, input[type=submit].borde-3-rojo-obscuro {
  border: 3px solid #cb0000;
}

.borde-3-rojo-obscuro-hover:hover, input[type=submit].borde-3-rojo-obscuro-hover:hover {
  border: 3px solid #cb0000;
}

.bt-rojo-obscuro {
  border-top: 1px solid #cb0000;
}

.bl-rojo-obscuro {
  border-left: 1px solid #cb0000;
}

.br-rojo-obscuro {
  border-right: 1px solid #cb0000;
}

.bb-rojo-obscuro {
  border-bottom: 1px solid #cb0000;
}

.borde-img-rojo-obscuro img {
  border: 1px solid #cb0000;
}

.no-margin {
  margin: 0 !important;
}

.img-spa-0 img {
  margin: 0 !important;
}

.spa-xl, .m-xl {
  margin: 100px;
}

.spa-lg, .m-lg {
  margin: 50px;
}

.spa, .m {
  margin: 25px;
}

.spa-md, .m-md {
  margin: 15px;
}

.spa-sm, .m-sm {
  margin: 10px;
}

.spa-xs, .m-xs {
  margin: 5px;
}

.spa-0, .m-0 {
  margin: 0 !important;
}

.spa-top-xl, .mt-xl {
  margin-top: 100px;
}

.spa-top-lg, .mt-lg {
  margin-top: 50px;
}

.spa-top, .mt {
  margin-top: 25px;
}

.spa-top-md, .mt-md {
  margin-top: 15px;
}

.spa-top-sm, .mt-sm {
  margin-top: 10px;
}

.spa-top-xs, .mt-xs {
  margin-top: 5px;
}

.spa-top-0, .mt-0 {
  margin-top: 0 !important;
}

.spa-bot-xl, .mb-xl {
  margin-bottom: 100px;
}

.spa-bot-lg, .mb-lg {
  margin-bottom: 50px;
}

.spa-bot, .mb {
  margin-bottom: 25px;
}

.spa-bot-md, .mb-md {
  margin-bottom: 15px;
}

.spa-bot-sm, .mb-sm {
  margin-bottom: 10px;
}

.spa-bot-xs, .mb-xs {
  margin-bottom: 5px;
}

.spa-bot-0, .mb-0 {
  margin-bottom: 0 !important;
}

.spa-der-xl, .mr-xl {
  margin-right: 100px;
}

.spa-der-lg, .mr-lg {
  margin-right: 50px;
}

.spa-der, .mr {
  margin-right: 25px;
}

.spa-der-md, .mr-md {
  margin-right: 15px;
}

.spa-der-sm, .mr-sm {
  margin-right: 10px;
}

.spa-der-xs, .mr-xs {
  margin-right: 5px;
}

.spa-der-0, .mr-0 {
  margin-right: 0 !important;
}

.spa-izq-xl, .ml-xl {
  margin-left: 100px;
}

.spa-izq-lg, .ml-lg {
  margin-left: 50px;
}

.spa-izq, .ml {
  margin-left: 25px;
}

.spa-izq-md, .ml-md {
  margin-left: 15px;
}

.spa-izq-sm, .ml-sm {
  margin-left: 10px;
}

.spa-izq-xs, .ml-xs {
  margin-left: 5px;
}

.spa-izq-0, .ml-0 {
  margin-left: 0 !important;
}

@media (max-width: 1100px) {
  .spa-lg-xl, .m-lg-xl {
    margin: 100px;
  }

  .spa-lg-lg, .m-lg-lg {
    margin: 50px;
  }

  .spa-lg-m, .m-lg-m {
    margin: 25px;
  }

  .spa-lg-md, .m-lg-md {
    margin: 15px;
  }

  .spa-lg-sm, .m-lg-sm {
    margin: 10px;
  }

  .spa-lg-xs, .m-lg-xs {
    margin: 5px;
  }

  .spa-lg-0, .m-lg-0 {
    margin: 0 !important;
  }

  .spa-lg-top-xl, .m-lg-t-xl {
    margin-top: 100px;
  }

  .spa-lg-top-lg, .m-lg-t-lg {
    margin-top: 50px;
  }

  .spa-lg-top, .m-lg-t {
    margin-top: 25px;
  }

  .spa-lg-top-md, .m-lg-t-md {
    margin-top: 15px;
  }

  .spa-lg-top-sm, .m-lg-t-sm {
    margin-top: 10px;
  }

  .spa-lg-top-xs, .m-lg-t-xs {
    margin-top: 5px;
  }

  .spa-lg-top-0, .m-lg-t-0 {
    margin-top: 0 !important;
  }

  .spa-lg-bot-xl, .m-lg-b-xl {
    margin-bottom: 100px;
  }

  .spa-lg-bot-lg, .m-lg-b-lg {
    margin-bottom: 50px;
  }

  .spa-lg-bot, .m-lg-b {
    margin-bottom: 25px;
  }

  .spa-lg-bot-md, .m-lg-b-md {
    margin-bottom: 15px;
  }

  .spa-lg-bot-sm, .m-lg-b-sm {
    margin-bottom: 10px;
  }

  .spa-lg-bot-xs, .m-lg-b-xs {
    margin-bottom: 5px;
  }

  .spa-lg-bot-0, .m-lg-b-0 {
    margin-bottom: 0 !important;
  }

  .spa-lg-der-xl, .m-lg-r-xl {
    margin-right: 100px;
  }

  .spa-lg-der-lg, .m-lg-r-lg {
    margin-right: 50px;
  }

  .spa-lg-der, .m-lg-r {
    margin-right: 25px;
  }

  .spa-lg-der-md, .m-lg-r-md {
    margin-right: 15px;
  }

  .spa-lg-der-sm, .m-lg-r-sm {
    margin-right: 10px;
  }

  .spa-lg-der-xs, .m-lg-r-xs {
    margin-right: 5px;
  }

  .spa-lg-der-0, .m-lg-r-0 {
    margin-right: 0 !important;
  }

  .spa-lg-izq-xl, .m-lg-l-xl {
    margin-left: 100px;
  }

  .spa-lg-izq-lg, .m-lg-l-lg {
    margin-left: 50px;
  }

  .spa-lg-izq, .m-lg-l {
    margin-left: 25px;
  }

  .spa-lg-izq-md, .m-lg-l-md {
    margin-left: 15px;
  }

  .spa-lg-izq-sm, .m-lg-l-sm {
    margin-left: 10px;
  }

  .spa-lg-izq-xs, .m-lg-l-xs {
    margin-left: 5px;
  }

  .spa-lg-izq-0, .m-lg-l-0 {
    margin-left: 0 !important;
  }
}
@media (max-width: 1024px) {
  .spa-md-xl, .m-md-xl {
    margin: 100px;
  }

  .spa-md-lg, .m-md-lg {
    margin: 50px;
  }

  .spa-md-m, .m-md-m {
    margin: 25px;
  }

  .spa-md-md, .m-md-md {
    margin: 15px;
  }

  .spa-md-sm, .m-md-sm {
    margin: 10px;
  }

  .spa-md-xs, .m-md-xs {
    margin: 5px;
  }

  .spa-md-0, .m-md-0 {
    margin: 0 !important;
  }

  .spa-md-top-xl, .m-md-t-xl {
    margin-top: 100px;
  }

  .spa-md-top-lg, .m-md-t-lg {
    margin-top: 50px;
  }

  .spa-md-top, .m-md-t {
    margin-top: 25px;
  }

  .spa-md-top-md, .m-md-t-md {
    margin-top: 15px;
  }

  .spa-md-top-sm, .m-md-t-sm {
    margin-top: 10px;
  }

  .spa-md-top-xs, .m-md-t-xs {
    margin-top: 5px;
  }

  .spa-md-top-0, .m-md-t-0 {
    margin-top: 0 !important;
  }

  .spa-md-bot-xl, .m-md-b-xl {
    margin-bottom: 100px;
  }

  .spa-md-bot-lg, .m-md-b-lg {
    margin-bottom: 50px;
  }

  .spa-md-bot, .m-md-b {
    margin-bottom: 25px;
  }

  .spa-md-bot-md, .m-md-b-md {
    margin-bottom: 15px;
  }

  .spa-md-bot-sm, .m-md-b-sm {
    margin-bottom: 10px;
  }

  .spa-md-bot-xs, .m-md-b-xs {
    margin-bottom: 5px;
  }

  .spa-md-bot-0, .m-md-b-0 {
    margin-bottom: 0 !important;
  }

  .spa-md-der-xl, .m-md-r-xl {
    margin-right: 100px;
  }

  .spa-md-der-lg, .m-md-r-lg {
    margin-right: 50px;
  }

  .spa-md-der, .m-md-r {
    margin-right: 25px;
  }

  .spa-md-der-md, .m-md-r-md {
    margin-right: 15px;
  }

  .spa-md-der-sm, .m-md-r-sm {
    margin-right: 10px;
  }

  .spa-md-der-xs, .m-md-r-xs {
    margin-right: 5px;
  }

  .spa-md-der-0, .m-md-r-0 {
    margin-right: 0 !important;
  }

  .spa-md-izq-xl, .m-md-l-xl {
    margin-left: 100px;
  }

  .spa-md-izq-lg, .m-md-l-lg {
    margin-left: 50px;
  }

  .spa-md-izq, .m-md-l {
    margin-left: 25px;
  }

  .spa-md-izq-md, .m-md-l-md {
    margin-left: 15px;
  }

  .spa-md-izq-sm, .m-md-l-sm {
    margin-left: 10px;
  }

  .spa-md-izq-xs, .m-md-l-xs {
    margin-left: 5px;
  }

  .spa-md-izq-0, .m-md-l-0 {
    margin-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .spa-sm-xl, .m-sm-xl {
    margin: 100px;
  }

  .spa-sm-lg, .m-sm-lg {
    margin: 50px;
  }

  .spa-sm-m, .m-sm-m {
    margin: 25px;
  }

  .spa-sm-md, .m-sm-md {
    margin: 15px;
  }

  .spa-sm-sm, .m-sm-sm {
    margin: 10px;
  }

  .spa-sm-xs, .m-sm-xs {
    margin: 5px;
  }

  .spa-sm-0, .m-sm-0 {
    margin: 0 !important;
  }

  .spa-sm-top-xl, .m-sm-t-xl {
    margin-top: 100px;
  }

  .spa-sm-top-lg, .m-sm-t-lg {
    margin-top: 50px;
  }

  .spa-sm-top, .m-sm-t {
    margin-top: 25px;
  }

  .spa-sm-top-md, .m-sm-t-md {
    margin-top: 15px;
  }

  .spa-sm-top-sm, .m-sm-t-sm {
    margin-top: 10px;
  }

  .spa-sm-top-xs, .m-sm-t-xs {
    margin-top: 5px;
  }

  .spa-sm-top-0, .m-sm-t-0 {
    margin-top: 0 !important;
  }

  .spa-sm-bot-xl, .m-sm-b-xl {
    margin-bottom: 100px;
  }

  .spa-sm-bot-lg, .m-sm-b-lg {
    margin-bottom: 50px;
  }

  .spa-sm-bot, .m-sm-b {
    margin-bottom: 25px;
  }

  .spa-sm-bot-md, .m-sm-b-md {
    margin-bottom: 15px;
  }

  .spa-sm-bot-sm, .m-sm-b-sm {
    margin-bottom: 10px;
  }

  .spa-sm-bot-xs, .m-sm-b-xs {
    margin-bottom: 5px;
  }

  .spa-sm-bot-0, .m-sm-b-0 {
    margin-bottom: 0 !important;
  }

  .spa-sm-der-xl, .m-sm-r-xl {
    margin-right: 100px;
  }

  .spa-sm-der-lg, .m-sm-r-lg {
    margin-right: 50px;
  }

  .spa-sm-der, .m-sm-r {
    margin-right: 25px;
  }

  .spa-sm-der-md, .m-sm-r-md {
    margin-right: 15px;
  }

  .spa-sm-der-sm, .m-sm-r-sm {
    margin-right: 10px;
  }

  .spa-sm-der-xs, .m-sm-r-xs {
    margin-right: 5px;
  }

  .spa-sm-der-0, .m-sm-r-0 {
    margin-right: 0 !important;
  }

  .spa-sm-izq-xl, .m-sm-l-xl {
    margin-left: 100px;
  }

  .spa-sm-izq-lg, .m-sm-l-lg {
    margin-left: 50px;
  }

  .spa-sm-izq, .m-sm-l {
    margin-left: 25px;
  }

  .spa-sm-izq-md, .m-sm-l-md {
    margin-left: 15px;
  }

  .spa-sm-izq-sm, .m-sm-l-sm {
    margin-left: 10px;
  }

  .spa-sm-izq-xs, .m-sm-l-xs {
    margin-left: 5px;
  }

  .spa-sm-izq-0, .m-sm-l-0 {
    margin-left: 0 !important;
  }
}
@media (max-width: 480px) {
  .spa-xs-xl, .m-xs-xl {
    margin: 100px;
  }

  .spa-xs-lg, .m-xs-lg {
    margin: 50px;
  }

  .spa-xs-m, .m-xs-m {
    margin: 25px;
  }

  .spa-xs-md, .m-xs-md {
    margin: 15px;
  }

  .spa-xs-sm, .m-xs-sm {
    margin: 10px;
  }

  .spa-xs-xs, .m-xs-xs {
    margin: 5px;
  }

  .spa-xs-0, .m-xs-0 {
    margin: 0 !important;
  }

  .spa-xs-top-xl, .m-xs-t-xl {
    margin-top: 100px;
  }

  .spa-xs-top-lg, .m-xs-t-lg {
    margin-top: 50px;
  }

  .spa-xs-top, .m-xs-t {
    margin-top: 25px;
  }

  .spa-xs-top-md, .m-xs-t-md {
    margin-top: 15px;
  }

  .spa-xs-top-sm, .m-xs-t-sm {
    margin-top: 10px;
  }

  .spa-xs-top-xs, .m-xs-t-xs {
    margin-top: 5px;
  }

  .spa-xs-top-0, .m-xs-t-0 {
    margin-top: 0 !important;
  }

  .spa-xs-bot-xl, .m-xs-b-xl {
    margin-bottom: 100px;
  }

  .spa-xs-bot-lg, .m-xs-b-lg {
    margin-bottom: 50px;
  }

  .spa-xs-bot, .m-xs-b {
    margin-bottom: 25px;
  }

  .spa-xs-bot-md, .m-xs-b-md {
    margin-bottom: 15px;
  }

  .spa-xs-bot-sm, .m-xs-b-sm {
    margin-bottom: 10px;
  }

  .spa-xs-bot-xs, .m-xs-b-xs {
    margin-bottom: 5px;
  }

  .spa-xs-bot-0, .m-xs-b-0 {
    margin-bottom: 0 !important;
  }

  .spa-xs-der-xl, .m-xs-r-xl {
    margin-right: 100px;
  }

  .spa-xs-der-lg, .m-xs-r-lg {
    margin-right: 50px;
  }

  .spa-xs-der, .m-xs-r {
    margin-right: 25px;
  }

  .spa-xs-der-md, .m-xs-r-md {
    margin-right: 15px;
  }

  .spa-xs-der-sm, .m-xs-r-sm {
    margin-right: 10px;
  }

  .spa-xs-der-xs, .m-xs-r-xs {
    margin-right: 5px;
  }

  .spa-xs-der-0, .m-xs-r-0 {
    margin-right: 0 !important;
  }

  .spa-xs-izq-xl, .m-xs-l-xl {
    margin-left: 100px;
  }

  .spa-xs-izq-lg, .m-xs-l-lg {
    margin-left: 50px;
  }

  .spa-xs-izq, .m-xs-l {
    margin-left: 25px;
  }

  .spa-xs-izq-md, .m-xs-l-md {
    margin-left: 15px;
  }

  .spa-xs-izq-sm, .m-xs-l-sm {
    margin-left: 10px;
  }

  .spa-xs-izq-xs, .m-xs-l-xs {
    margin-left: 5px;
  }

  .spa-xs-izq-0, .m-xs-l-0 {
    margin-left: 0 !important;
  }
}
.padding-xxl, .p-xxl {
  padding: 100px;
}

.padding-xl, .p-xl {
  padding: 50px;
}

.padding-lg, .p-lg {
  padding: 25px;
}

.padding-md, .p-md {
  padding: 15px;
}

.padding, .p {
  padding: 20px;
}

.padding-sm, .p-sm {
  padding: 10px;
}

.padding-xs, .p-xs {
  padding: 5px;
}

.padding-bot-xxl, .pb-xxl {
  padding-bottom: 100px;
}

.padding-bot-xl, .pb-xl {
  padding-bottom: 50px;
}

.padding-bot-lg, .pb-lg {
  padding-bottom: 25px;
}

.padding-bot-md, .pb-md {
  padding-bottom: 15px;
}

.padding-bot, .pb {
  padding-bottom: 20px;
}

.padding-bot-sm, .pb-sm {
  padding-bottom: 10px;
}

.padding-bot-xs, .pb-xs {
  padding-bottom: 5px;
}

.padding-der-xxl, .pr-xxl {
  padding-right: 100px;
}

.padding-der-xl, .pr-xl {
  padding-right: 50px;
}

.padding-der-lg, .pr-lg {
  padding-right: 25px;
}

.padding-der-md, .pr-md {
  padding-right: 15px;
}

.padding-der, .pr {
  padding-right: 20px;
}

.padding-der-sm, .pr-sm {
  padding-right: 10px;
}

.padding-der-xs, .pr-xs {
  padding-right: 5px;
}

.padding-izq-xxl, .pl-xxl {
  padding-left: 100px;
}

.padding-izq-xl, .pl-xl {
  padding-left: 50px;
}

.padding-izq-lg, .pl-lg {
  padding-left: 25px;
}

.padding-izq-md, .pl-md {
  padding-left: 15px;
}

.padding-izq, .pl {
  padding-left: 20px;
}

.padding-izq-sm, .pl-sm {
  padding-left: 10px;
}

.padding-izq-xs, .pl-xs {
  padding-left: 5px;
}

.padding-top-xxl, .pt-xxl {
  padding-top: 100px;
}

.padding-top-xl, .pt-xl {
  padding-top: 50px;
}

.padding-top-lg, .pt-lg {
  padding-top: 25px;
}

.padding-top-md, .pt-md {
  padding-top: 15px;
}

.padding-top, .pt {
  padding-top: 20px;
}

.padding-top-sm, .pt-sm {
  padding-top: 10px;
}

.padding-top-xs, .pt-xs {
  padding-top: 5px;
}

.padding-0, .p-0 {
  padding: 0 !important;
}

.padding-top-0, .pt-0 {
  padding-top: 0 !important;
}

.padding-izq-0, .pl-0 {
  padding-left: 0 !important;
}

.padding-der-0, .pr-0 {
  padding-right: 0 !important;
}

.padding-bot-0, .pb-0 {
  padding-bottom: 0 !important;
}

@media (max-width: 1100px) {
  .padding-lg-xl, .p-lg-xl {
    padding: 100px;
  }

  .padding-lg-lg, .p-lg-lg {
    padding: 50px;
  }

  .padding-lg-.p-lg-t {
    padding: 25px;
  }

  .padding-lg-sm, .p-lg-md {
    padding: 15px;
  }

  .padding-lg-sm, .p-lg-sm {
    padding: 10px;
  }

  .padding-lg-xs, .p-lg-xs {
    padding: 5px;
  }

  .padding-lg-0, .p-lg-0 {
    padding: 0 !important;
  }

  .padding-lg-top-xl, .p-lg-t-xl {
    padding-top: 100px;
  }

  .padding-lg-top-lg, .p-lg-t-lg {
    padding-top: 50px;
  }

  .padding-lg-top, .p-lg-t {
    padding-top: 25px;
  }

  .padding-lg-top-lg, .p-lg-t-md {
    padding-top: 15px;
  }

  .padding-lg-top-sm, .p-lg-t-sm {
    padding-top: 10px;
  }

  .padding-lg-top-xs, .p-lg-t-xs {
    padding-top: 5px;
  }

  .padding-lg-top-0, .p-lg-t-0 {
    padding-top: 0 !important;
  }

  .padding-lg-bot-xl, .p-lg-b-xl {
    padding-bottom: 100px;
  }

  .padding-lg-bot-lg, .p-lg-b-lg {
    padding-bottom: 50px;
  }

  .padding-lg-bot, .p-lg-b {
    padding-bottom: 25px;
  }

  .padding-lg-bot-md, .p-lg-b-md {
    padding-bottom: 15px;
  }

  .padding-lg-bot-sm, .p-lg-b-sm {
    padding-bottom: 10px;
  }

  .padding-lg-bot-xs, .p-lg-b-xs {
    padding-bottom: 5px;
  }

  .padding-lg-bot-0, .p-lg-b-0 {
    padding-bottom: 0 !important;
  }

  .padding-lg-der-xl, .p-lg-r-xl {
    padding-right: 100px;
  }

  .padding-lg-der-lg, .p-lg-r-lg {
    padding-right: 50px;
  }

  .padding-lg-der, .p-lg-r {
    padding-right: 25px;
  }

  .padding-lg-der-md, .p-lg-r-md {
    padding-right: 15px;
  }

  .padding-lg-der-sm, .p-lg-r-sm {
    padding-right: 10px;
  }

  .padding-lg-der-xs, .p-lg-r-xs {
    padding-right: 5px;
  }

  .padding-lg-der-0, .p-lg-r-0 {
    padding-right: 0 !important;
  }

  .padding-lg-izq-xl, .p-lg-l-xl {
    padding-left: 100px;
  }

  .padding-lg-izq-lg, .p-lg-l-lg {
    padding-left: 50px;
  }

  .padding-lg-izq, .p-lg-l {
    padding-left: 25px;
  }

  .padding-lg-izq-md, .p-lg-l-md {
    padding-left: 15px;
  }

  .padding-lg-izq-sm, .p-lg-l-sm {
    padding-left: 10px;
  }

  .padding-lg-izq-xs, .p-lg-l-xs {
    padding-left: 5px;
  }

  .padding-lg-izq-0, .p-lg-l-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 1024px) {
  .padding-md-xl, .p-md-xl {
    padding: 100px;
  }

  .padding-md-lg, .p-md-lg {
    padding: 50px;
  }

  .padding-md-.p-md-t {
    padding: 25px;
  }

  .padding-md-sm, .p-md-md {
    padding: 15px;
  }

  .padding-md-sm, .p-md-sm {
    padding: 10px;
  }

  .padding-md-xs, .p-md-xs {
    padding: 5px;
  }

  .padding-md-0, .p-md-0 {
    padding: 0 !important;
  }

  .padding-md-top-xl, .p-md-t-xl {
    padding-top: 100px;
  }

  .padding-md-top-lg, .p-md-t-lg {
    padding-top: 50px;
  }

  .padding-md-top, .p-md-t {
    padding-top: 25px;
  }

  .padding-md-top-md, .p-md-t-md {
    padding-top: 15px;
  }

  .padding-md-top-sm, .p-md-t-sm {
    padding-top: 10px;
  }

  .padding-md-top-xs, .p-md-t-xs {
    padding-top: 5px;
  }

  .padding-md-top-0, .p-md-t-0 {
    padding-top: 0 !important;
  }

  .padding-md-bot-xl, .p-md-b-xl {
    padding-bottom: 100px;
  }

  .padding-md-bot-lg, .p-md-b-lg {
    padding-bottom: 50px;
  }

  .padding-md-bot, .p-md-b {
    padding-bottom: 25px;
  }

  .padding-md-bot-md, .p-md-b-md {
    padding-bottom: 15px;
  }

  .padding-md-bot-sm, .p-md-b-sm {
    padding-bottom: 10px;
  }

  .padding-md-bot-xs, .p-md-b-xs {
    padding-bottom: 5px;
  }

  .padding-md-bot-0, .p-md-b-0 {
    padding-bottom: 0 !important;
  }

  .padding-md-der-xl, .p-md-r-xl {
    padding-right: 100px;
  }

  .padding-md-der-lg, .p-md-r-lg {
    padding-right: 50px;
  }

  .padding-md-der, .p-md-r {
    padding-right: 25px;
  }

  .padding-md-der-md, .p-md-r-md {
    padding-right: 15px;
  }

  .padding-md-der-sm, .p-md-r-sm {
    padding-right: 10px;
  }

  .padding-md-der-xs, .p-md-r-xs {
    padding-right: 5px;
  }

  .padding-md-der-0, .p-md-r-0 {
    padding-right: 0 !important;
  }

  .padding-md-izq-xl, .p-md-l-xl {
    padding-left: 100px;
  }

  .padding-md-izq-lg, .p-md-l-lg {
    padding-left: 50px;
  }

  .padding-md-izq, .p-md-l {
    padding-left: 25px;
  }

  .padding-md-izq-md, .p-md-l-md {
    padding-left: 15px;
  }

  .padding-md-izq-sm, .p-md-l-sm {
    padding-left: 10px;
  }

  .padding-md-izq-xs, .p-md-l-xs {
    padding-left: 5px;
  }

  .padding-md-izq-0, .p-md-l-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .padding-sm-xl, .p-sm-xl {
    padding: 100px;
  }

  .padding-sm-lg, .p-sm-lg {
    padding: 50px;
  }

  .padding-sm-.p-sm-t {
    padding: 25px;
  }

  .padding-sm-sm, .p-sm-md {
    padding: 15px;
  }

  .padding-sm-sm, .p-sm-sm {
    padding: 10px;
  }

  .padding-sm-xs, .p-sm-xs {
    padding: 5px;
  }

  .padding-sm-0, .p-sm-0 {
    padding: 0 !important;
  }

  .padding-sm-top-xl, .p-sm-t-xl {
    padding-top: 100px;
  }

  .padding-sm-top-lg, .p-sm-t-lg {
    padding-top: 50px;
  }

  .padding-sm-top, .p-sm-t {
    padding-top: 25px;
  }

  .padding-sm-top-sm, .p-sm-t-md {
    padding-top: 15px;
  }

  .padding-sm-top-sm, .p-sm-t-sm {
    padding-top: 10px;
  }

  .padding-sm-top-xs, .p-sm-t-xs {
    padding-top: 5px;
  }

  .padding-sm-top-0, .p-sm-t-0 {
    padding-top: 0 !important;
  }

  .padding-sm-bot-xl, .p-sm-b-xl {
    padding-bottom: 100px;
  }

  .padding-sm-bot-lg, .p-sm-b-lg {
    padding-bottom: 50px;
  }

  .padding-sm-bot, .p-sm-b {
    padding-bottom: 25px;
  }

  .padding-sm-bot-md, .p-sm-b-md {
    padding-bottom: 15px;
  }

  .padding-sm-bot-sm, .p-sm-b-sm {
    padding-bottom: 10px;
  }

  .padding-sm-bot-xs, .p-sm-b-xs {
    padding-bottom: 5px;
  }

  .padding-sm-bot-0, .p-sm-b-0 {
    padding-bottom: 0 !important;
  }

  .padding-sm-der-xl, .p-sm-r-xl {
    padding-right: 100px;
  }

  .padding-sm-der-lg, .p-sm-r-lg {
    padding-right: 50px;
  }

  .padding-sm-der, .p-sm-r {
    padding-right: 25px;
  }

  .padding-sm-der-md, .p-sm-r-md {
    padding-right: 15px;
  }

  .padding-sm-der-sm, .p-sm-r-sm {
    padding-right: 10px;
  }

  .padding-sm-der-xs, .p-sm-r-xs {
    padding-right: 5px;
  }

  .padding-sm-der-0, .p-sm-r-0 {
    padding-right: 0 !important;
  }

  .padding-sm-izq-xl, .p-sm-l-xl {
    padding-left: 100px;
  }

  .padding-sm-izq-lg, .p-sm-l-lg {
    padding-left: 50px;
  }

  .padding-sm-izq, .p-sm-l {
    padding-left: 25px;
  }

  .padding-sm-izq-md, .p-sm-l-md {
    padding-left: 15px;
  }

  .padding-sm-izq-sm, .p-sm-l-sm {
    padding-left: 10px;
  }

  .padding-sm-izq-xs, .p-sm-l-xs {
    padding-left: 5px;
  }

  .padding-sm-izq-0, .p-sm-l-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 480px) {
  .padding-xs-xl, .p-xs-xl {
    padding: 100px;
  }

  .padding-xs-lg, .p-xs-lg {
    padding: 50px;
  }

  .padding-xs-.p-xs-t {
    padding: 25px;
  }

  .padding-xs-sm, .p-xs-md {
    padding: 15px;
  }

  .padding-xs-sm, .p-xs-sm {
    padding: 10px;
  }

  .padding-xs-xs, .p-xs-xs {
    padding: 5px;
  }

  .padding-xs-0, .p-xs-0 {
    padding: 0 !important;
  }

  .padding-xs-top-xl, .p-xs-t-xl {
    padding-top: 100px;
  }

  .padding-xs-top-lg, .p-xs-t-lg {
    padding-top: 50px;
  }

  .padding-xs-top, .p-xs-t {
    padding-top: 25px;
  }

  .padding-xs-top-xs, .p-xs-t-md {
    padding-top: 15px;
  }

  .padding-xs-top-xs, .p-xs-t-sm {
    padding-top: 10px;
  }

  .padding-xs-top-xs, .p-xs-t-xs {
    padding-top: 5px;
  }

  .padding-xs-top-0, .p-xs-t-0 {
    padding-top: 0 !important;
  }

  .padding-xs-bot-xl, .p-xs-b-xl {
    padding-bottom: 100px;
  }

  .padding-xs-bot-lg, .p-xs-b-lg {
    padding-bottom: 50px;
  }

  .padding-xs-bot, .p-xs-b {
    padding-bottom: 25px;
  }

  .padding-xs-bot-md, .p-xs-b-md {
    padding-bottom: 15px;
  }

  .padding-xs-bot-sm, .p-xs-b-sm {
    padding-bottom: 10px;
  }

  .padding-xs-bot-xs, .p-xs-b-xs {
    padding-bottom: 5px;
  }

  .padding-xs-bot-0, .p-xs-b-0 {
    padding-bottom: 0 !important;
  }

  .padding-xs-der-xl, .p-xs-r-xl {
    padding-right: 100px;
  }

  .padding-xs-der-lg, .p-xs-r-lg {
    padding-right: 50px;
  }

  .padding-xs-der, .p-xs-r {
    padding-right: 25px;
  }

  .padding-xs-der-md, .p-xs-r-md {
    padding-right: 15px;
  }

  .padding-xs-der-sm, .p-xs-r-sm {
    padding-right: 10px;
  }

  .padding-xs-der-xs, .p-xs-r-xs {
    padding-right: 5px;
  }

  .padding-xs-der-0, .p-xs-r-0 {
    padding-right: 0 !important;
  }

  .padding-xs-izq-xl, .p-xs-l-xl {
    padding-left: 100px;
  }

  .padding-xs-izq-lg, .p-xs-l-lg {
    padding-left: 50px;
  }

  .padding-xs-izq, .p-xs-l {
    padding-left: 25px;
  }

  .padding-xs-izq-md, .p-xs-l-md {
    padding-left: 15px;
  }

  .padding-xs-izq-sm, .p-xs-l-sm {
    padding-left: 10px;
  }

  .padding-xs-izq-xs, .p-xs-l-xs {
    padding-left: 5px;
  }

  .padding-xs-izq-0, .p-xs-l-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 50px;
  }
}

/*//////////////////////////*/
/* GENERALES */
/*//////////////////////////*/
input,
select,
textarea {
  height: 45px;
  width: 100%;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 400;
  border-radius: unset;
  font-family: "Lato", sans-Serif;
  line-height: normal;
  border: 1px solid #f6f6f6;
  -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: "Lato", sans-Serif;
  font-weight: 300;
  background-color: #ffffff;
}

input:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 2px 0 #b1050f;
  border-color: #b1050f;
  outline-color: #b1050f;
}

.ul-tick ul {
  margin-top: 10px;
  padding-left: 34px;
  overflow: hidden;
}
.ul-tick ul li {
  position: relative;
  margin-bottom: 3px;
  text-indent: -17px;
  color: #a6a6a6;
}
.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: #000;
}

/*/////////////////////////*/
/* CONTENIDO CUERPO CHICO */
/*/////////////////////////*/
.cont-presentacion_chico .cont-presentacion_cuerpo, .cont-mensajes .cont-presentacion_cuerpo {
  max-width: 1000px;
  margin: 25px auto;
  padding: 16px 14px;
  background-color: #ffffff;
}

.alert,
.mensaje {
  position: relative;
  padding: 20px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #ffffff;
  border: 2px solid #8b8b8b;
  background-color: #f8f8f8;
  color: #4b4b4b;
}

.alert::before,
.mensaje::before {
  display: block;
  position: absolute;
  font-family: "iconos";
  content: "";
  top: -10px;
  left: -10px;
  color: #f02723;
  text-align: left;
  font-size: 30px;
  text-shadow: 0px 0px 6px #ffffff;
  background-color: #ffffff;
  border-radius: 50%;
}

.mensaje-mini-sucursal {
  position: relative;
  padding: 14px;
  margin-bottom: 15px;
  padding-left: 50px;
  font-size: 14px;
  color: #000;
  background-color: #fff;
}

.mensaje-mini-sucursal::before {
  display: block;
  content: "";
  font-size: 20px;
  font-family: "iconos";
  position: absolute;
  color: #4376a5;
  text-align: center;
  line-height: 47px;
  width: 45px;
  height: 100%;
  top: 0;
  left: 0;
}

.video-container {
  max-width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cont-mensajes .cont-presentacion_cuerpo {
  padding: 100px;
  margin-bottom: 50px;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cont-mensajes .cont-presentacion_cuerpo {
    padding: 16px 14px;
  }
}
.cont-mensajes .cont-presentacion_cuerpo h1 {
  color: #ed3237;
  font-size: 32px;
  margin-bottom: 40px;
}
.cont-mensajes .cont-presentacion_cuerpo b {
  color: #000;
}
.cont-mensajes .cont-presentacion_cuerpo span {
  color: #e30613;
}
.cont-mensajes .cont-presentacion_cuerpo a {
  color: #ed3237;
}
.cont-mensajes .cont-presentacion_cuerpo span[class^=icono-] {
  color: #ed3237;
  font-size: 33px;
}
.cont-mensajes .cont-presentacion_cuerpo .btn {
  font-size: 20px;
  font-weight: 300;
  padding: 15px 35px !important;
}
@media (max-width: 768px) {
  .cont-mensajes .cont-presentacion_cuerpo .btn {
    white-space: normal;
  }
}
.cont-mensajes .cont-presentacion_cuerpo .btn a {
  color: #ffffff !important;
  text-decoration: underline;
}
.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: #2c2c2c;
  font-size: 30px;
  font-weight: 900;
}
@media (max-width: 480px) {
  .cont-mensajes .subtitulos-mensajes {
    font-size: 25px;
  }
}
.cont-mensajes .texto-mensajes {
  color: #2c2c2c;
  font-size: 18px;
}
@media (max-width: 480px) {
  .cont-mensajes img {
    max-width: 200px;
    max-height: 200px;
  }
}

.ul-reset ul, .cont-seccion .cont-automaticos .texto ul, .cont-seccion .cont-presentacion .texto ul, .cont-contenido .cont-presentacion .texto ul, .componente .texto ul, .cont-contenido .cont-componentes .relacionados .texto ul, .cont-contenido .cont-componentes .indices .texto ul, .cont-contenido .cont-componentes .fichas .texto ul, .cont-contenido .cont-componentes .fotos .texto ul, .cont-contenido .cont-componentes .links .texto ul, .cont-contenido .cont-componentes .videos .texto ul, .cont-contenido .cont-componentes .archivos .texto ul, .cont-contenido .cont-componentes .parrafos .texto ul {
  padding-left: 20px;
  list-style-type: disc;
}
.ul-reset ol, .cont-seccion .cont-automaticos .texto ol, .cont-seccion .cont-presentacion .texto ol, .cont-contenido .cont-presentacion .texto ol, .componente .texto ol, .cont-contenido .cont-componentes .relacionados .texto ol, .cont-contenido .cont-componentes .indices .texto ol, .cont-contenido .cont-componentes .fichas .texto ol, .cont-contenido .cont-componentes .fotos .texto ol, .cont-contenido .cont-componentes .links .texto ol, .cont-contenido .cont-componentes .videos .texto ol, .cont-contenido .cont-componentes .archivos .texto ol, .cont-contenido .cont-componentes .parrafos .texto ol {
  list-style-type: decimal;
}
.ul-reset ul li, .cont-seccion .cont-automaticos .texto ul li, .cont-seccion .cont-presentacion .texto ul li, .cont-contenido .cont-presentacion .texto ul li, .componente .texto ul li, .cont-contenido .cont-componentes .relacionados .texto ul li, .cont-contenido .cont-componentes .indices .texto ul li, .cont-contenido .cont-componentes .fichas .texto ul li, .cont-contenido .cont-componentes .fotos .texto ul li, .cont-contenido .cont-componentes .links .texto ul li, .cont-contenido .cont-componentes .videos .texto ul li, .cont-contenido .cont-componentes .archivos .texto ul li, .cont-contenido .cont-componentes .parrafos .texto ul li {
  list-style-type: disc;
  margin-left: 15px;
}
.ul-reset ol li, .cont-seccion .cont-automaticos .texto ol li, .cont-seccion .cont-presentacion .texto ol li, .cont-contenido .cont-presentacion .texto ol li, .componente .texto ol li, .cont-contenido .cont-componentes .relacionados .texto ol li, .cont-contenido .cont-componentes .indices .texto ol li, .cont-contenido .cont-componentes .fichas .texto ol li, .cont-contenido .cont-componentes .fotos .texto ol li, .cont-contenido .cont-componentes .links .texto ol li, .cont-contenido .cont-componentes .videos .texto ol li, .cont-contenido .cont-componentes .archivos .texto ol li, .cont-contenido .cont-componentes .parrafos .texto ol li {
  list-style-type: decimal;
  margin-left: 15px;
}

.carrito-nav {
  font-size: 12px;
}

.imagen_carrito img {
  width: 190px;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

.carrito_cantidad {
  width: 50px;
  height: 25px;
  border-radius: 0;
  font-size: 13px;
}

.numeracion-indice {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  vertical-align: initial;
}

.flecha_to {
  position: fixed;
  width: 100%;
  text-align: center;
  left: 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;
}
.flecha_to:hover {
  opacity: 1;
}

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

.sucursal.sel {
  border-color: #ed3237;
  opacity: 1;
}

.sucursal {
  font-weight: 900;
  color: #293341;
}

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

.btn_generico, .cont-popup_mensaje .btn, .container_productos_carrito .btn,
.cont-presentacion_cuerpo .btn, .componente .boton, .cont-contenido .cont-componentes .relacionados .boton, .cont-contenido .cont-componentes .indices .boton, .cont-contenido .cont-componentes .fichas .boton, .cont-contenido .cont-componentes .fotos .boton, .cont-contenido .cont-componentes .links .boton, .cont-contenido .cont-componentes .videos .boton, .cont-contenido .cont-componentes .archivos .boton, .cont-contenido .cont-componentes .parrafos .boton, .cont-nivel .columna_1 input[type=submit].btn, .cont-buscador_resultado .columna_1 input[type=submit].btn, .cont-mensajes .cont-presentacion_cuerpo .btn,
input[type=button].btn_generico,
input[type=image].btn_generico,
input[type=submit].btn_generico {
  display: inline-block;
  padding: 8px 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  background-color: #e30613;
  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-popup_mensaje .btn-output.btn, .container_productos_carrito .btn-output.btn,
.cont-presentacion_cuerpo .btn-output.btn, .componente .btn-output.boton, .cont-contenido .cont-componentes .relacionados .btn-output.boton, .cont-contenido .cont-componentes .indices .btn-output.boton, .cont-contenido .cont-componentes .fichas .btn-output.boton, .cont-contenido .cont-componentes .fotos .btn-output.boton, .cont-contenido .cont-componentes .links .btn-output.boton, .cont-contenido .cont-componentes .videos .btn-output.boton, .cont-contenido .cont-componentes .archivos .btn-output.boton, .cont-contenido .cont-componentes .parrafos .btn-output.boton, .cont-nivel .columna_1 input.btn-output[type=submit].btn, .cont-buscador_resultado .columna_1 input.btn-output[type=submit].btn,
input[type=button].btn_generico.btn-output,
input[type=image].btn_generico.btn-output,
input[type=submit].btn_generico.btn-output {
  color: #ed3237;
  border: 1px solid #e30613;
  background-color: #ffffff;
}
.btn_generico.btn-diseable, .cont-popup_mensaje .btn-diseable.btn, .container_productos_carrito .btn-diseable.btn,
.cont-presentacion_cuerpo .btn-diseable.btn, .componente .btn-diseable.boton, .cont-contenido .cont-componentes .relacionados .btn-diseable.boton, .cont-contenido .cont-componentes .indices .btn-diseable.boton, .cont-contenido .cont-componentes .fichas .btn-diseable.boton, .cont-contenido .cont-componentes .fotos .btn-diseable.boton, .cont-contenido .cont-componentes .links .btn-diseable.boton, .cont-contenido .cont-componentes .videos .btn-diseable.boton, .cont-contenido .cont-componentes .archivos .btn-diseable.boton, .cont-contenido .cont-componentes .parrafos .btn-diseable.boton, .cont-nivel .columna_1 input.btn-diseable[type=submit].btn, .cont-buscador_resultado .columna_1 input.btn-diseable[type=submit].btn,
input[type=button].btn_generico.btn-diseable,
input[type=image].btn_generico.btn-diseable,
input[type=submit].btn_generico.btn-diseable {
  color: #56565b;
  font-weight: 400;
  background-color: #fff;
  text-transform: uppercase;
}
.btn_generico.btn-primario, .cont-popup_mensaje .btn-primario.btn, .container_productos_carrito .btn-primario.btn,
.cont-presentacion_cuerpo .btn-primario.btn, .componente .btn-primario.boton, .cont-contenido .cont-componentes .relacionados .btn-primario.boton, .cont-contenido .cont-componentes .indices .btn-primario.boton, .cont-contenido .cont-componentes .fichas .btn-primario.boton, .cont-contenido .cont-componentes .fotos .btn-primario.boton, .cont-contenido .cont-componentes .links .btn-primario.boton, .cont-contenido .cont-componentes .videos .btn-primario.boton, .cont-contenido .cont-componentes .archivos .btn-primario.boton, .cont-contenido .cont-componentes .parrafos .btn-primario.boton, .cont-nivel .columna_1 input.btn-primario[type=submit].btn, .cont-buscador_resultado .columna_1 input.btn-primario[type=submit].btn,
input[type=button].btn_generico.btn-primario,
input[type=image].btn_generico.btn-primario,
input[type=submit].btn_generico.btn-primario {
  color: #ffffff;
  background-color: #e30613;
}
.btn_generico:hover, .cont-popup_mensaje .btn:hover, .container_productos_carrito .btn:hover,
.cont-presentacion_cuerpo .btn:hover, .componente .boton:hover, .cont-contenido .cont-componentes .relacionados .boton:hover, .cont-contenido .cont-componentes .indices .boton:hover, .cont-contenido .cont-componentes .fichas .boton:hover, .cont-contenido .cont-componentes .fotos .boton:hover, .cont-contenido .cont-componentes .links .boton:hover, .cont-contenido .cont-componentes .videos .boton:hover, .cont-contenido .cont-componentes .archivos .boton:hover, .cont-contenido .cont-componentes .parrafos .boton:hover, .cont-nivel .columna_1 input[type=submit].btn:hover, .cont-buscador_resultado .columna_1 input[type=submit].btn:hover,
input[type=button].btn_generico:hover,
input[type=image].btn_generico:hover,
input[type=submit].btn_generico:hover {
  box-shadow: none;
}
.btn_generico.lg, .cont-popup_mensaje .lg.btn, .container_productos_carrito .lg.btn,
.cont-presentacion_cuerpo .lg.btn, .componente .lg.boton, .cont-contenido .cont-componentes .relacionados .lg.boton, .cont-contenido .cont-componentes .indices .lg.boton, .cont-contenido .cont-componentes .fichas .lg.boton, .cont-contenido .cont-componentes .fotos .lg.boton, .cont-contenido .cont-componentes .links .lg.boton, .cont-contenido .cont-componentes .videos .lg.boton, .cont-contenido .cont-componentes .archivos .lg.boton, .cont-contenido .cont-componentes .parrafos .lg.boton, .cont-nivel .columna_1 input.lg[type=submit].btn, .cont-buscador_resultado .columna_1 input.lg[type=submit].btn,
input[type=button].btn_generico.lg,
input[type=image].btn_generico.lg,
input[type=submit].btn_generico.lg {
  padding: 10px 80px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.pagination {
  display: inline-block;
}
.pagination li {
  display: inline-block;
}
.pagination li.flechas a, .pagination li.cont-banner_d a, .pagination li.cont-portada_d a, .pagination li.cont-portada_c a, .pagination li.cont-portada_b a {
  border: none;
  background-color: unset !important;
  color: #56565b;
}
.pagination li.flechas a:hover, .pagination li.cont-banner_d a:hover, .pagination li.cont-portada_d a:hover, .pagination li.cont-portada_c a:hover, .pagination li.cont-portada_b a:hover {
  color: #ffffff;
  background-color: #ed3237 !important;
}
.pagination li a:hover {
  color: #ffffff;
  background-color: #ed3237;
}
.pagination a, .pagination.active {
  display: inline-block;
  margin: 0 5px;
  color: #56565b;
  border: 1px solid #a6a6a6;
  font-size: 15px;
  padding: 10px 15px;
  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;
}
.pagination.active {
  padding: 0;
  color: #ffffff;
}
.pagination .active a {
  color: #ffffff;
  background-color: #ed3237;
}
.pagination .flechas, .pagination .cont-banner_d, .pagination .cont-portada_d, .pagination .cont-portada_c, .pagination .cont-portada_b {
  margin-top: 2px;
}

.sombra {
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.25);
}

.centrar-bloque, .cont-seccion .cont-automaticos, .cont-seccion, .cont-contenido, .cont-portada_a .cont-portada_a_slider, .cont-buscador .buscador-contendor, .cont-nivel .cont-nivel-full .cont-paginacion_filtro, .cont-buscador_resultado .cont-nivel-full .cont-paginacion_filtro, .cont-producto_ampliado, .cont-menu_catalogo .cont-presentacion {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/*//////////////////////////*/
/* SUBCABEZAL */
/*//////////////////////////*/
.cont-menu_iconos_resp {
  display: none;
  color: #56565b;
  font-size: 23px;
  text-decoration: none;
  vertical-align: middle;
}
.cont-menu_iconos_resp a {
  margin-left: 10px;
  color: #56565b;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 768px) {
  .cont-menu_iconos_resp {
    display: block;
  }
}

/*//////////////////////////*/
/* MENU A */
/*//////////////////////////*/
.cont-menu_a {
  margin-bottom: 10px;
}
.cont-menu_a li {
  display: inline-block;
  margin-right: 15px;
}
.cont-menu_a li a {
  display: block;
  color: #3c3c3b;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
}
.cont-menu_a li:hover a {
  color: #f49400;
}
.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;
  top: 100%;
  z-index: 2;
  display: none;
}
.cont-menu_a li .cont-submenu_a a {
  color: #56565b;
  text-align: left;
  padding: 5px;
}
.cont-menu_a li .cont-submenu_a a:hover {
  color: #f49400;
  text-decoration: underline !important;
}

.cont-escritorio_responsive {
  color: #ffffff;
  font-size: 15px;
  background-color: #e30613;
}
.cont-escritorio_responsive li a {
  padding: 15px 10px;
  display: block;
  color: #ffffff;
  border-bottom: 1px solid #0063d4;
}
.cont-escritorio_responsive li a:hover {
  background-color: #0063d4;
}
.cont-escritorio_responsive span {
  vertical-align: text-top;
}

/*//////////////////////////*/
/* HEADER */
/*//////////////////////////*/
header.cont-cabezal {
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  header.cont-cabezal {
    position: fixed;
    padding: 0;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fdf5e2;
    z-index: 2;
    -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);
  }
}
header.cont-cabezal .cont-redes {
  display: inline-block;
  margin-right: 35px;
  font-size: 13px;
  vertical-align: middle;
}
header.cont-cabezal .cont-redes span {
  vertical-align: middle;
}
header.cont-cabezal .cont-redes span.icono {
  margin-right: 5px;
  font-size: 17px;
}
header.cont-cabezal .cont-redes a {
  color: #000;
}
header.cont-cabezal .cont-redes a:hover {
  color: #e30613;
  text-decoration: none;
}
header.cont-cabezal .cont-prohibido {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  font-size: 13px;
  vertical-align: middle;
}
header.cont-cabezal .cont-prohibido div span {
  top: -5px;
  left: 0;
  position: absolute;
  padding: 0 4px;
  color: #e30613;
  font-weight: 700;
  font-size: 20px;
}
header.cont-cabezal .cont-prohibido div span.icono {
  padding: 0;
  color: #000;
  font-size: 30px;
  font-weight: 300;
}
header.cont-cabezal .cont-prohibido p {
  margin: 0;
  color: #a6a6a6;
}
@media (max-width: 768px) {
  header.cont-cabezal .cabezal-sm {
    padding-bottom: 60px;
  }
  header.cont-cabezal .cabezal-sm .logo {
    padding: 0 35px;
  }
}
@media (max-width: 768px) {
  header.cont-cabezal .logo {
    padding: 0 35px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
  }
}
header.cont-cabezal .logo a {
  display: inline-block;
}
header.cont-cabezal .logo img {
  display: inline-block;
}
@media (max-width: 768px) {
  header.cont-cabezal .logo img {
    width: 130px;
  }
}
header.cont-cabezal .cuerpo {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
}
header.cont-cabezal .logo-cabezal .cuerpo {
  margin-bottom: 0;
  padding-bottom: 0;
  border-top: none;
  border-bottom: none;
}
header.cont-cabezal .cont-buscador_principal {
  position: relative;
}
header.cont-cabezal .cont-buscador_principal input {
  padding-right: 60px;
}
header.cont-cabezal .cont-buscador_principal input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "Lato", sans-Serif;
  font-weight: 400;
  color: #56565b;
}

header.cont-cabezal .cont-buscador_principal input:-moz-placeholder {
  font-size: 16px;
  font-family: "Lato", sans-Serif;
  font-weight: 400;
  color: #56565b;
  opacity: 1;
}

header.cont-cabezal .cont-buscador_principal input::-moz-placeholder {
  font-size: 16px;
  font-family: "Lato", sans-Serif;
  font-weight: 400;
  color: #56565b;
  opacity: 1;
}

header.cont-cabezal .cont-buscador_principal input:-ms-input-placeholder {
  font-size: 16px;
  font-family: "Lato", sans-Serif;
  font-weight: 400;
  color: #56565b;
}

header.cont-cabezal .cont-buscador_principal a {
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 19px;
}
header.cont-cabezal .cont-buscador_principal a span {
  color: #e30613;
  font-size: 23px;
}
header.cont-cabezal .buscador {
  color: #ed3237;
  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: 768px) {
  header.cont-cabezal .buscador {
    margin: 50% 30px;
  }
}
header.cont-cabezal .buscador:hover {
  color: #e30613;
}
header.cont-cabezal .telefono {
  color: #3c3c3b;
  font-size: 27px;
  text-decoration: none;
  vertical-align: middle;
}
@media (max-width: 768px) {
  header.cont-cabezal .telefono {
    display: none;
  }
}
header.cont-cabezal .telefono:hover {
  color: #f49400;
}
header.cont-cabezal .telefono span {
  font-size: 28px;
  vertical-align: -5px;
}
header.cont-cabezal .telefono:hover {
  color: #f49400;
}

.cont-cabezal_home {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
}
@media (max-width: 768px) {
  .cont-cabezal_home {
    background-color: #fdf5e2 !important;
  }
}

.bg-cabezal {
  background: white;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#ffffff", GradientType=0 );
}

.cont-carrito_menu {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  color: #3c3c3b;
  font-weight: 700;
}
.cont-carrito_menu:hover,
.cont-carrito_menu .activo {
  color: #e30613;
}
@media (max-width: 768px) {
  .cont-carrito_menu {
    position: absolute;
    margin: 15px;
    top: 0;
    right: 0;
  }
}
.cont-carrito_menu a {
  display: inline-block;
  margin-right: 5px;
  color: #56565b;
  font-size: 23px;
  text-decoration: none;
  vertical-align: middle;
}
.cont-carrito_menu a:hover {
  color: #f49400;
}
@media (max-width: 768px) {
  .cont-carrito_menu a {
    margin-right: 0;
  }
}
.cont-carrito_menu .total_carrito {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cont-carrito_menu .total_carrito {
    display: none;
  }
}
.cont-carrito_menu .mostrar_total_carrito {
  font-size: 20px;
}

.cont-login {
  vertical-align: middle;
}
.cont-login h1 {
  font-size: 15px;
  color: #e30613;
  margin-bottom: 20px;
}
.cont-login ul {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cont-login ul {
    margin-bottom: 0;
    padding-left: 30px;
  }
}
.cont-login ul li a {
  display: block;
  color: #000;
  font-size: 13px;
  padding: 8px 0;
  font-weight: 300;
}
.cont-login ul li a:hover {
  color: #e30613 !important;
}
.cont-login .login {
  position: relative;
  display: inline-block;
}
.cont-login .login .titulo {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  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-login .login .titulo:hover {
  color: #f49400;
}
.cont-login .login span.icono {
  margin-right: 5px;
  font-size: 17px;
}
.cont-login .login span.login_menu {
  position: absolute;
  right: 0;
  top: 2px;
  margin: 0 -25px;
  z-index: 20;
}
.cont-login .login .aparecer {
  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%;
  min-width: max-content;
  padding: 5px 25px;
  background-color: #ffffff;
  z-index: 20;
}
@media (max-width: 768px) {
  .cont-login .login .aparecer {
    position: static;
    margin-bottom: 0;
  }
}
.cont-login .login .aparecer li {
  display: block;
}
.cont-login .no_login {
  display: inline-block;
}
.cont-login .no_login a {
  color: #3c3c3b;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  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;
}
.cont-login .no_login a:hover {
  color: #f49400;
}
.cont-login .no_login span.icono {
  margin-right: 5px;
  font-size: 17px;
}
.cont-login p {
  display: inline-block;
  color: #56565b;
  margin-right: 5px;
  font-size: 14px;
}

.login_fb {
  background-color: #3b5998;
}
.login_fb:hover {
  background-color: #4267b2;
}

.login_google {
  border: 2px solid #eaeaea;
}
.login_google img {
  width: 24px;
}
.login_google:hover {
  background-color: #eaeaea;
}

/*////////////////*/
/* MENU CATALOGO */
/*////////////////*/
.cont-menu_cabezal {
  background-color: #000;
}

.cont-menu_catalogo {
  position: relative;
  z-index: 15;
  text-align: center;
}
.menu-catalogo {
  margin-bottom: 0;
}
.menu-catalogo li {
  padding: 10px 15px 0;
}
.menu-catalogo li li {
  padding: 0;
}
.menu-catalogo > li:hover > a, .menu-catalogo > li > a.activo {
  color: #56565b;
}
.menu-catalogo a {
  text-decoration: none;
}
.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;
}
.menu-catalogo .menu-nivel1 > a {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  font-weight: 700;
  color: #e30613;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}
.menu-catalogo .menu-nivel1 > a.primero {
  padding-left: 0;
}
.menu-catalogo .menu-nivel1:hover > a, .menu-catalogo .menu-nivel1.activo > a {
  color: #ffffff;
  border-bottom: 3px solid #e30613;
}
.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);
}
.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 {
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 20px 50px;
  padding-right: 20px;
  text-align: left;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.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 #a6a6a6;
  border-top: 3px solid;
}
.menu-catalogo .menu-nivel2 {
  position: relative;
}
.menu-catalogo .menu-nivel2 a {
  margin: 10px 0;
  font-size: 15px;
  font-weight: 700;
  color: #ed3237;
}
.menu-catalogo .menu-nivel2 a:hover {
  color: #e30613;
}
.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 {
  position: relative;
  text-align: left;
}
.menu-catalogo .menu-nivel3 a {
  display: inline-block;
  margin-right: 5px;
  color: #6c6c6c;
  font-size: 13px;
}
.menu-catalogo .menu-nivel3 a:hover {
  color: #e30613;
}
.menu-catalogo .menu-nivel3 a.ultimo {
  margin-bottom: 5px;
  border-bottom: none;
}

.icono_cabezal {
  display: none;
}
@media (min-width: 1200px) {
  .icono_cabezal {
    display: inline;
  }
}

/*//////////////////////////*/
/* PRODUCTO */
/*//////////////////////////*/
.cont-producto {
  position: relative;
}
.cont-producto figcaption {
  padding: 10px;
  padding-bottom: 15px;
  margin-top: 5px;
}
.cont-producto figcaption h3 {
  color: #ed3237;
  font-size: 14px;
  margin-bottom: 0;
}
.cont-producto figcaption h3 .btn_quitar {
  color: #e30613;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2%;
  border-radius: 10%;
}
.cont-producto figcaption h3 .btn_quitar:hover {
  color: #ffffff;
  background-color: #e30613;
}
.cont-producto figcaption h3 a {
  color: #000;
  text-decoration: none;
}
.cont-producto figcaption h3 a:hover {
  color: #484848;
}
.cont-producto figcaption h4 {
  color: #a6a6a6;
  font-size: 16px;
  font-weight: 300;
}
.cont-producto figcaption .precio {
  color: #fe0000;
  font-size: 22px;
  font-weight: 300;
}
.cont-producto figcaption .precio .destacado {
  text-decoration: line-through;
  color: #56565b;
  font-size: 15px;
  vertical-align: middle;
}
.cont-producto figcaption p {
  font-size: 15px;
  color: #ed3237;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: line-through;
}
.cont-producto figcaption .ampliar {
  color: #e30613;
  display: block;
  font-size: 15px;
  text-decoration: none;
}
.cont-producto .etiqueta-nuevo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont-producto .etiqueta-nuevo {
    width: 9%;
  }
}
@media (max-width: 480px) {
  .cont-producto .etiqueta-nuevo {
    width: 15%;
  }
}
.cont-producto .etiqueta-sale {
  width: 20%;
}
@media (max-width: 768px) {
  .cont-producto .etiqueta-sale {
    width: 9%;
  }
}
@media (max-width: 480px) {
  .cont-producto .etiqueta-sale {
    width: 15%;
  }
}
.cont-producto .etiqueta-sale span {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  padding: 3px 12px;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 4px;
  background-color: #f49400;
}
.cont-producto .etiqueta-sale span:before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #f49400;
}
.cont-producto .agotado {
  opacity: 0.5;
}
.cont-producto .etiqueta-agotado span {
  display: inline-block;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.cont-producto.lista {
  margin-bottom: 15px;
  border-radius: 5px;
}
.cont-producto.lista figure {
  margin: 0;
  margin-right: 15px;
  border-right: 1px solid #a6a6a6;
}
.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: #e30613;
}
.cont-producto.lista figcaption .codigo {
  margin-bottom: 5px;
  color: #e30613;
  font-size: 13px;
  font-weight: 400;
}
.cont-producto.lista figcaption h4 {
  margin-bottom: 0;
}
.cont-producto.lista figcaption h4 span {
  display: inline-block;
  color: #484848;
  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;
  }
}
.cont-producto.lista .etiqueta-agotado span {
  margin: 10px;
  top: auto;
  bottom: 0;
  left: 0;
  transform: none;
}

.cont-producto_slider .cont-producto {
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}
.cont-producto_slider .cont-producto figcaption {
  text-align: center;
}
.cont-producto_slider .cont-producto .cont-comprar {
  display: none;
}

.cont-producto_slider_d .cont-producto figure {
  margin-bottom: 0;
  border: 1px solid #d7d7d9;
}
.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: #e30613;
}
.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;
}

.cont-producto_nivel .cont-producto {
  margin-bottom: 25px;
  outline: 1px solid #d7d7d9;
}
.cont-producto_nivel .cont-producto:hover {
  outline: 2px solid #e30613;
}
@media (max-width: 768px) {
  .cont-producto_nivel .cont-producto {
    outline: none;
  }
}
@media (max-width: 767px) {
  .cont-producto_nivel .cont-producto figure {
    display: inline-block;
    width: 40%;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .cont-producto_nivel .cont-producto figcaption {
    width: calc(100% - 45%);
    display: inline-block;
    vertical-align: middle;
  }
}
.cont-producto_nivel .cont-producto .cont-comprar {
  display: none;
}

/*//////////////////////////*/
/* PRODUCTO AMPLIADO */
/*//////////////////////////*/
.cont-barra_producto {
  background: #a6a6a6;
  padding: 15px 0;
}
.cont-barra_producto .cont-barra_navegacion a {
  color: #484848;
  font-size: 13px;
  margin-left: 0;
  font-weight: 400;
  text-transform: none;
  padding-top: 0;
}
.cont-barra_producto .cont-barra_navegacion strong {
  color: #484848;
  font-size: 13px;
  font-weight: 300;
}
.cont-barra_producto .comprar {
  color: #e30613;
}
.cont-barra_producto .comprar:hover {
  color: #fb6d76;
}
.cont-barra_producto a {
  text-transform: uppercase;
  color: #ed3237;
  margin-left: 35px;
  font-weight: 700;
  padding-top: 3px;
  display: inline-block;
}
.cont-barra_producto a:hover {
  color: #e30613;
}
.cont-barra_producto .titulo {
  font-size: 13px;
  margin-left: 3px;
}

.cont-producto_ampliado .cuerpo {
  padding: 40px 0 0 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cont-producto_ampliado .cuerpo {
    padding-top: 0;
  }
}
.cont-producto_ampliado .cuerpo .cont-presentacion {
  margin-bottom: 40px;
}
.cont-producto_ampliado .cuerpo .cont-presentacion .cont-barra_navegacion-producto {
  text-align: left;
}
@media (max-width: 480px) {
  .cont-producto_ampliado .cuerpo .cont-presentacion .cont-barra_navegacion-producto {
    text-align: center;
  }
}
@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 h1 {
  color: #3c3c3b;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 15px;
}
.cont-producto_ampliado .cuerpo h1 span {
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cont-producto_ampliado .cuerpo h1 {
    font-size: 25px;
  }
}
.cont-producto_ampliado .cuerpo .codigo {
  margin-bottom: 25px;
  color: #e30613;
  font-size: 20px;
  font-weight: 700;
}
.cont-producto_ampliado .cuerpo .precio {
  color: #e30613;
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
}
.cont-producto_ampliado .cuerpo .precio strong {
  font-weight: 700;
}
.cont-producto_ampliado .cuerpo .precio .unidad {
  font-size: 20px;
}
@media (max-width: 480px) {
  .cont-producto_ampliado .cuerpo .precio {
    font-size: 41px;
  }
}
.cont-producto_ampliado .cuerpo .oferta {
  display: inline-block;
  line-height: 0;
}
.cont-producto_ampliado .cuerpo .oferta span.anterior {
  display: inline-block;
  color: #ffffff;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
  text-decoration: line-through;
  vertical-align: middle;
}
.cont-producto_ampliado .cuerpo .oferta span.descuento {
  display: inline-block;
  padding: 6px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  background-color: #fe0000;
  vertical-align: middle;
}
.cont-producto_ampliado .cuerpo .cont-no-stock {
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1;
  background-color: #ffffff;
  vertical-align: middle;
}
.cont-producto_ampliado .cuerpo .cont-no-stock a {
  font-weight: 700;
}
.cont-producto_ampliado .cuerpo .comprar {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-color: #fdf5e2;
  border: solid 2px #e30613;
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  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_ampliado .cuerpo .comprar.subproducto {
  display: none;
}
.cont-producto_ampliado .cuerpo .comprar.no_compra {
  cursor: no-drop;
}
.cont-producto_ampliado .cuerpo .comprar:hover {
  background-color: #f49400;
  color: #fff;
}
.cont-producto_ampliado .cuerpo .comprar:hover span {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cont-producto_ampliado .cuerpo .comprar {
    display: block;
    padding: 10px;
  }
}
.cont-producto_ampliado .cuerpo .comprar span {
  vertical-align: middle;
  color: #d11b1b;
  font-size: 20px;
}
.cont-producto_ampliado .cuerpo .comprar span.icono {
  margin-right: 10px;
  font-size: 25px;
}
.cont-producto_ampliado .cuerpo .cont-noticias-miniaturas {
  position: relative;
  padding: 0 50px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cont-producto_ampliado .cuerpo .cont-noticias-miniaturas {
    padding: 0;
  }
}
.cont-producto_ampliado .cuerpo .cont-noticias-miniaturas .swiper-button-prev,
.cont-producto_ampliado .cuerpo .cont-noticias-miniaturas .swiper-button-next {
  margin-top: -9px;
  width: auto;
  height: auto;
  color: #a6a6a6;
  font-size: 23px;
  background: none;
}
.cont-producto_ampliado .cuerpo .etiqueta-nuevo {
  display: inline-block;
  vertical-align: middle;
}
.cont-producto_ampliado .cuerpo .etiqueta-sale {
  display: inline-block;
  vertical-align: middle;
}
.cont-producto_ampliado .cuerpo .etiqueta-agotado {
  display: inline-block;
  transform: translate(0%, -24%);
}
.cont-producto_ampliado .cuerpo .etiqueta-agotado img {
  background-color: inherit;
}
.cont-producto_ampliado .cont-presentacion .portada {
  position: relative;
  margin: 30px 0;
}
.cont-producto_ampliado .cont-presentacion .portada .der a {
  color: #e30613;
  font-size: 15px;
  font-weight: 400;
}
.cont-producto_ampliado .cont-presentacion .portada .der a:hover {
  color: #e30613;
}
.cont-producto_ampliado .cont-presentacion .portada .der a span {
  vertical-align: middle;
}
.cont-producto_ampliado .cont-presentacion .portada .der a span[class^=icono-] {
  margin-right: 15px;
  color: #a6a6a6;
  font-size: 23px;
}
.cont-producto_ampliado .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;
  color: #3c3c3b;
}
.cont-producto_ampliado .cont-presentacion .compartir {
  position: absolute;
  top: 45%;
  left: 17%;
}
@media (max-width: 480px) {
  .cont-producto_ampliado .cont-presentacion .compartir {
    display: none;
  }
}
.cont-producto_ampliado .cont-presentacion .compartir p {
  text-transform: uppercase;
  color: #56565b;
  font-size: 13px;
  margin-bottom: 15px;
}
.cont-producto_ampliado .cont-presentacion .compartir a {
  display: block;
  font-size: 20px;
  color: #ed3237;
  margin-bottom: 7px;
  padding-left: 5px;
}
.cont-producto_ampliado .cont-presentacion .compartir a:hover {
  color: #e30613;
}
.cont-producto_ampliado .cont-presentacion .producto {
  position: relative;
  text-align: center;
}
.cont-producto_ampliado .cont-presentacion .producto .flecha-fotos-producto {
  position: absolute;
  top: calc(50% - 23px);
  font-size: 46px;
}
.cont-producto_ampliado .cont-presentacion .producto .flecha-fotos-producto.derecha {
  right: 0;
}
.cont-producto_ampliado .cont-presentacion .producto .flecha-fotos-producto.izquierda {
  left: 0;
}
.cont-producto_ampliado .cont-presentacion .producto .flecha-fotos-producto.slick-disabled {
  color: #a6a6a6;
}
.cont-producto_ampliado .cont-presentacion .producto .slider-for {
  margin: 0;
  text-align: center;
}
.cont-producto_ampliado .cont-presentacion .producto .agotado {
  opacity: 0.5;
}
.cont-producto_ampliado .cont-presentacion .columna_2 {
  margin-top: 25px;
}
.cont-producto_ampliado .cont-presentacion .columna_2 h2 {
  color: #56565b;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 13px;
}
.cont-producto_ampliado .cont-presentacion .columna_2 > a {
  display: inline-block;
  margin-bottom: 15px;
  color: #e30613;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #e30613;
  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_ampliado .cont-presentacion .consultas .consulta {
  color: #3c3c3b;
  font-size: 14px;
  text-decoration: none;
  padding: 16px 0;
}
.cont-producto_ampliado .cont-presentacion .consultas .consulta:hover {
  color: #e30613;
}
.cont-producto_ampliado .cont-presentacion .consultas .consulta span {
  font-size: 15px;
  vertical-align: middle;
}
.cont-producto_ampliado .cont-presentacion .descripcion p {
  font-size: 20px;
  color: #3c3c3b;
  line-height: 1.4;
}
.cont-producto_ampliado .cont-presentacion .bajada {
  background: #f6f6f6;
  padding: 20px 40px;
  margin-bottom: 20px;
}
.cont-producto_ampliado .cont-presentacion .bajada .precio {
  display: inline-block;
  border-right: 1px solid #a6a6a6;
  padding-right: 40px;
  margin-right: 35px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cont-producto_ampliado .cont-presentacion .bajada .precio {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
.cont-producto_ampliado .cont-presentacion .bajada .precio-sin-stock {
  display: inline-block;
  border-right: 1px solid #a6a6a6;
  padding-right: 40px;
  margin-right: 25px;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .cont-producto_ampliado .cont-presentacion .bajada .precio-sin-stock {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cont-producto_ampliado .cont-presentacion .bajada .precio-sin-stock {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.cont-producto_ampliado .cont-presentacion .bajada p {
  display: inline-block;
  color: #ed3237;
  font-size: 17px;
  font-weight: 300;
  vertical-align: middle;
}
.cont-producto_ampliado .cont-presentacion .bajada strong {
  font-size: 40px;
  vertical-align: middle;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .cont-producto_ampliado .cont-presentacion .bajada strong {
    font-size: 30px;
  }
}
.cont-producto_ampliado .cont-presentacion .bajada span {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 5px;
  font-weight: 400;
}
.cont-producto_ampliado .cont-presentacion .bajada span.anterior {
  vertical-align: middle;
  font-size: 15px;
  font-weight: 500;
  margin-left: 0;
}
.cont-producto_ampliado .cont-presentacion .bajada span.anterior strong {
  display: inline-block;
  margin-right: 3px;
  text-decoration: line-through;
  font-size: 23px;
  color: #ed3237;
  font-weight: 300;
  vertical-align: middle;
  margin-left: 0;
}
.cont-producto_ampliado .cont-presentacion .bajada span.descuento {
  color: #e30613;
  font-size: 23px;
}
.cont-producto_ampliado .cont-presentacion .bajada .cont-cantidad_agregar {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .cont-producto_ampliado .cont-presentacion .bajada .cont-cantidad_agregar {
    margin-bottom: 10px;
  }
}
.cont-producto_ampliado .cont-presentacion .bajada .cont-cantidad_agregar a {
  color: #e30613;
  font-size: 24px;
  font-weight: 500;
}
.cont-producto_ampliado .cont-presentacion .bajada .cont-cantidad_agregar a:hover {
  color: #ed3237;
}
.cont-producto_ampliado .cont-presentacion .bajada .cont-cantidad_agregar span {
  color: #ed3237;
  font-size: 24px;
  vertical-align: sub;
  margin-right: 10px;
}
.cont-producto_ampliado .cont-presentacion .bajada .cont-no-stock {
  display: inline-block;
}
@media (max-width: 1024px) {
  .cont-producto_ampliado .cont-presentacion .bajada .cont-no-stock {
    display: none;
  }
}

.cont-link_favoritos {
  text-decoration: none;
  color: #ffffff;
}
.cont-link_favoritos span {
  font-size: 22px;
}
.cont-link_favoritos:hover {
  color: #e30613;
  text-decoration: none;
}
.cont-whatsapp .whatsapp {
  display: inline-block;
  color: #3c3c3b;
  font-size: 14px;
  text-decoration: none;
}
.cont-whatsapp .whatsapp:hover {
  color: #e30613;
}
.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;
  }
}

.cont-atributos {
  margin-bottom: 60px;
}
.cont-atributos.pocos {
  margin-bottom: 10px;
}
.cont-atributos h3 {
  margin-bottom: 15px;
  color: #e30613;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.cont-atributos .item {
  color: #142704;
  margin-bottom: 10px;
}
.cont-atributos .item p {
  margin-bottom: 0;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
}
.cont-atributos .item strong {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.tooltipster-content img {
  margin-right: 0;
  width: 100px;
}

.cont-subproductos {
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .cont-subproductos {
    margin-bottom: 25px;
    text-align: center;
  }
}
.cont-subproductos h3 {
  font-weight: 500;
  color: #000;
  font-size: 18px;
}
.cont-subproductos .btn-sub {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 15px;
  color: #ffffff;
  font-size: 14px;
  border: 1px solid #ffffff;
  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 {
  color: #ffffff;
  background-color: #f49400;
  -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-slider_producto {
  margin-bottom: 0;
  margin-top: 15px;
}
.cont-slider_producto h2 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.cont-slider_producto figure {
  margin-bottom: 0;
}
.cont-slider_producto figcaption {
  margin-top: 0;
  padding: 0;
}
.cont-slider_producto figcaption h3 {
  margin-bottom: 5px;
  color: #484848;
  font-size: 13px;
  font-weight: 300;
}
.cont-slider_producto .swiper-container {
  background-color: #ffffff;
}
.cont-slider_producto .cont-presentacion {
  position: relative;
  padding: 0 25px;
  margin-bottom: 10px !important;
}
@media (max-width: 1024px) {
  .cont-slider_producto .cont-presentacion {
    padding: 0;
  }
}
.cont-slider_producto .cont-presentacion .precio {
  font-size: 15px;
}
.cont-slider_producto .cont-presentacion .swiper-button-prev,
.cont-slider_producto .cont-presentacion .swiper-button-next {
  margin-top: 0;
  width: auto;
  height: auto;
  color: #e30613;
  font-size: 23px;
  background: none;
}
.cont-slider_producto .cont-presentacion .cont-comprar {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 25px 15px;
  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(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 1024px) {
  .cont-slider_producto .cont-presentacion .cont-comprar {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.cont-slider_producto .cont-presentacion .cont-comprar .comprar {
  font-size: 12px;
  padding: 10px;
}
.cont-slider_producto .cont-presentacion .cont-comprar .comprar span.icono {
  margin: 0;
}
.cont-slider_producto .cont-presentacion .cont-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;
}
.cont-slider_producto .cont-presentacion .cont-producto:hover .clearfix, .cont-slider_producto .cont-presentacion .cont-producto:hover .cont-forma_de_pago .cont-presentacion, .cont-forma_de_pago .cont-slider_producto .cont-presentacion .cont-producto:hover .cont-presentacion, .cont-slider_producto .cont-presentacion .cont-producto:hover .cont-carrito .cont-presentacion_cuerpo, .cont-carrito .cont-slider_producto .cont-presentacion .cont-producto:hover .cont-presentacion_cuerpo, .cont-slider_producto .cont-presentacion .cont-producto:hover .cont-componentes .base > div, .cont-slider_producto .cont-presentacion .cont-producto:hover .cont-componentes .videos > div, .cont-slider_producto .cont-presentacion .cont-producto:hover .cont-componentes .links > div, .cont-slider_producto .cont-presentacion .cont-producto:hover .cont-componentes .parrafos > div, .cont-slider_producto .cont-presentacion .cont-producto:hover .cont-componentes .descripcion > div, .cont-componentes .cont-slider_producto .cont-presentacion .cont-producto:hover .base > div, .cont-componentes .cont-slider_producto .cont-presentacion .cont-producto:hover .videos > div, .cont-componentes .cont-slider_producto .cont-presentacion .cont-producto:hover .links > div, .cont-componentes .cont-slider_producto .cont-presentacion .cont-producto:hover .parrafos > div, .cont-componentes .cont-slider_producto .cont-presentacion .cont-producto:hover .descripcion > div {
  opacity: 0.5;
}
.cont-slider_producto .cont-presentacion .cont-producto:hover .cont-comprar {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*//////////////////////////*/
/* COMPONENTES - PRODUCTO */
/*//////////////////////////*/
.cont-componentes {
  clear: both;
}
.cont-componentes .base, .cont-componentes .videos, .cont-componentes .links, .cont-componentes .parrafos, .cont-componentes .descripcion {
  margin-bottom: 50px;
  clear: both;
}
.cont-componentes .base > div, .cont-componentes .videos > div, .cont-componentes .links > div, .cont-componentes .parrafos > div, .cont-componentes .descripcion > div {
  margin-bottom: 50px;
}
.cont-componentes .base h3, .cont-componentes .videos h3, .cont-componentes .links h3, .cont-componentes .parrafos h3, .cont-componentes .descripcion h3 {
  color: #e30613;
  font-size: 33px;
  font-weight: 500;
  text-align: center;
}
.cont-componentes .base h3 a, .cont-componentes .videos h3 a, .cont-componentes .links h3 a, .cont-componentes .parrafos h3 a, .cont-componentes .descripcion h3 a {
  color: #e30613;
}
.cont-componentes .base h3 a:hover, .cont-componentes .videos h3 a:hover, .cont-componentes .links h3 a:hover, .cont-componentes .parrafos h3 a:hover, .cont-componentes .descripcion h3 a:hover {
  color: #ed3237;
}
.cont-componentes .base h4, .cont-componentes .videos h4, .cont-componentes .links h4, .cont-componentes .parrafos h4, .cont-componentes .descripcion h4 {
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #e30613;
}
.cont-componentes .base h4 a, .cont-componentes .videos h4 a, .cont-componentes .links h4 a, .cont-componentes .parrafos h4 a, .cont-componentes .descripcion h4 a {
  color: #e30613;
}
.cont-componentes .base h4 a:hover, .cont-componentes .videos h4 a:hover, .cont-componentes .links h4 a:hover, .cont-componentes .parrafos h4 a:hover, .cont-componentes .descripcion h4 a:hover {
  color: #fdf5e2;
}
.cont-componentes .base p, .cont-componentes .videos p, .cont-componentes .links p, .cont-componentes .parrafos p, .cont-componentes .descripcion p {
  font-size: 16px;
  color: #142704;
  line-height: 1.9;
  margin-bottom: 25px;
}
.cont-componentes .base .boton, .cont-componentes .videos .boton, .cont-componentes .links .boton, .cont-componentes .parrafos .boton, .cont-componentes .descripcion .boton {
  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: #e30613;
}
.cont-componentes .base .boton:hover, .cont-componentes .videos .boton:hover, .cont-componentes .links .boton:hover, .cont-componentes .parrafos .boton:hover, .cont-componentes .descripcion .boton:hover {
  background-color: #ed3237;
}
.cont-componentes .base .parrafo, .cont-componentes .videos .parrafo, .cont-componentes .links .parrafo, .cont-componentes .parrafos .parrafo, .cont-componentes .descripcion .parrafo {
  font-size: 18px;
  color: #142704;
  line-height: 1.4;
}
.cont-componentes .archivos h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.cont-componentes .archivos a.boton {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.cont-componentes .archivos a.boton span {
  vertical-align: middle;
}
.cont-componentes .archivos a.boton span.icono {
  margin-right: 5px;
  color: #e30613;
  font-size: 20px;
}
.cont-componentes .archivos a.boton span.a_fecha {
  color: #ffffff;
  font-size: 13px;
}
.cont-componentes .archivos a.boton:hover {
  color: #e30613;
}

/*//////////////////////////*/
/* NIVEL 1 */
/*//////////////////////////*/
.cont-nivel .cont-presentacion, .cont-buscador_resultado .cont-presentacion {
  margin-bottom: 30px;
  text-align: center;
}
.cont-nivel .cont-presentacion h1, .cont-buscador_resultado .cont-presentacion h1 {
  color: #464646;
  font-size: 35px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cont-nivel .cont-presentacion h1, .cont-buscador_resultado .cont-presentacion h1 {
    font-size: 22px;
  }
}
.cont-nivel .cont-presentacion h2, .cont-buscador_resultado .cont-presentacion h2 {
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #464646;
}
.cont-nivel .cont-presentacion p, .cont-buscador_resultado .cont-presentacion p {
  margin-bottom: 15px;
  color: #000;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}
.cont-nivel .cont-presentacion .texto, .cont-buscador_resultado .cont-presentacion .texto {
  color: #484848;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}
.cont-nivel .cont-presentacion .portada, .cont-buscador_resultado .cont-presentacion .portada {
  position: relative;
  width: 100%;
  min-height: 150px;
  text-align: center;
  overflow: hidden;
}
.cont-nivel .cont-presentacion .portada figure, .cont-buscador_resultado .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_resultado .cont-presentacion .portada figure h3 {
  color: #ed3237;
  text-align: center;
  font-size: 25px;
}
.cont-nivel .cont-presentacion .cont-imagen, .cont-buscador_resultado .cont-presentacion .cont-imagen {
  position: relative;
}
@media (max-width: 768px) {
  .cont-nivel .cont-presentacion .cont-imagen img, .cont-buscador_resultado .cont-presentacion .cont-imagen img {
    display: none;
  }
}
.cont-nivel .cont-presentacion .intro, .cont-buscador_resultado .cont-presentacion .intro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .cont-nivel .cont-presentacion .intro, .cont-buscador_resultado .cont-presentacion .intro {
    position: unset;
    transform: inherit;
    text-align: center;
    color: #ed3237;
    margin: 30px 0;
  }
}
.cont-nivel .cont-presentacion .intro h1, .cont-buscador_resultado .cont-presentacion .intro h1 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cont-nivel .cont-presentacion .intro h1, .cont-buscador_resultado .cont-presentacion .intro h1 {
    color: #ed3237;
  }
}
.cont-nivel .cont-presentacion .intro h2, .cont-buscador_resultado .cont-presentacion .intro h2 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cont-nivel .cont-presentacion .intro h2, .cont-buscador_resultado .cont-presentacion .intro h2 {
    color: #ed3237;
  }
}
.cont-nivel .cont-presentacion .intro strong, .cont-buscador_resultado .cont-presentacion .intro strong {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cont-nivel .cont-presentacion .intro strong, .cont-buscador_resultado .cont-presentacion .intro strong {
    color: #ed3237;
  }
}
.cont-nivel .cont-presentacion .intro a, .cont-buscador_resultado .cont-presentacion .intro a {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cont-nivel .cont-presentacion .intro a, .cont-buscador_resultado .cont-presentacion .intro a {
    color: #ed3237;
  }
}
.cont-nivel .cont-lateral, .cont-buscador_resultado .cont-lateral {
  padding: 15px;
  border: 1px solid #d7d7d9;
}
.cont-nivel .cont-nivel-full .cont-barra_filtrado, .cont-buscador_resultado .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_resultado .cont-nivel-full .cont-barra_filtrado {
    display: none;
  }
}
.cont-nivel .cont-nivel-full .cont-paginacion_filtro, .cont-buscador_resultado .cont-nivel-full .cont-paginacion_filtro {
  border: none;
}
.cont-nivel .cont-nivel-full .cont-paginacion_filtro .col_1, .cont-buscador_resultado .cont-nivel-full .cont-paginacion_filtro .col_1 {
  padding: 0;
  border: none;
}
.cont-nivel .cont-nivel-full .cont-producto, .cont-buscador_resultado .cont-nivel-full .cont-producto {
  padding-bottom: 30px;
  padding-top: 85px;
}
.cont-nivel .cont-nivel-full .cont-producto figcaption, .cont-buscador_resultado .cont-nivel-full .cont-producto figcaption {
  height: 80px;
}
.cont-nivel .cont-nivel-full .cont-producto figure, .cont-buscador_resultado .cont-nivel-full .cont-producto figure {
  margin-bottom: 30px;
}
.cont-nivel .cont-nivel-full .cont-producto .etiqueta-sale, .cont-buscador_resultado .cont-nivel-full .cont-producto .etiqueta-sale {
  padding-right: 35px;
}
.cont-nivel .cont-nivel-full .cont-producto .etiqueta-nuevo, .cont-buscador_resultado .cont-nivel-full .cont-producto .etiqueta-nuevo {
  padding-left: 25px;
}
.cont-nivel .cont-nivel-full .cont-producto:hover, .cont-buscador_resultado .cont-nivel-full .cont-producto:hover {
  box-shadow: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.cont-nivel .columna_1, .cont-buscador_resultado .columna_1 {
  border-top: none;
}
.cont-nivel .columna_1 h4, .cont-buscador_resultado .columna_1 h4 {
  padding-top: 20px;
  color: #56565b;
  font-size: 13px;
}
.cont-nivel .columna_1 .titulo-lateral, .cont-buscador_resultado .columna_1 .titulo-lateral {
  margin-bottom: 0;
  padding: 10px 20px;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  background-color: #000;
}
.cont-nivel .columna_1 .cont-categorias, .cont-buscador_resultado .columna_1 .cont-categorias {
  margin-bottom: 25px;
}
.cont-nivel .columna_1 .cont-categorias h1, .cont-buscador_resultado .columna_1 .cont-categorias h1 {
  font-size: 13px;
  padding-bottom: 12px;
}
.cont-nivel .columna_1 .cont-categorias h2, .cont-buscador_resultado .columna_1 .cont-categorias h2 {
  margin-bottom: 10px;
}
.cont-nivel .columna_1 .cont-categorias h2 a, .cont-buscador_resultado .columna_1 .cont-categorias h2 a {
  color: #56565b;
  font-size: 14px;
  font-weight: 400;
}
.cont-nivel .columna_1 .cont-categorias h2 a:hover, .cont-buscador_resultado .columna_1 .cont-categorias h2 a:hover {
  color: #ed3237;
}
.cont-nivel .columna_1 .cont-categorias .ultimo, .cont-buscador_resultado .columna_1 .cont-categorias .ultimo {
  border-bottom: none;
}
.cont-nivel .columna_1 .cont-categorias h3, .cont-buscador_resultado .columna_1 .cont-categorias h3 {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 300;
}
.cont-nivel .columna_1 .cont-precio, .cont-buscador_resultado .columna_1 .cont-precio {
  margin-bottom: 15px;
}
.cont-nivel .columna_1 .cont-precio h3, .cont-buscador_resultado .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_resultado .columna_1 .cont-precio h4 {
  margin-bottom: 25px;
}
.cont-nivel .columna_1 .cont-precio .valores, .cont-buscador_resultado .columna_1 .cont-precio .valores {
  margin-bottom: 15px;
  color: #56565b;
  font-size: 13px;
  font-weight: 300;
}
.cont-nivel .columna_1 .cont-precio .valores div, .cont-buscador_resultado .columna_1 .cont-precio .valores div {
  font-weight: 500;
}
.cont-nivel .columna_1 .cont-precio .slider-range, .cont-buscador_resultado .columna_1 .cont-precio .slider-range {
  margin-bottom: 15px;
}
.cont-nivel .columna_1 .cont-precio .ui-slider .ui-slider-handle, .cont-buscador_resultado .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_resultado .columna_1 .cont-precio .ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
}
.cont-nivel .columna_1 .cont-precio .ui-state-default, .cont-buscador_resultado .columna_1 .cont-precio .ui-state-default,
.cont-nivel .columna_1 .cont-precio .ui-widget-content .ui-state-default,
.cont-buscador_resultado .columna_1 .cont-precio .ui-widget-content .ui-state-default,
.cont-nivel .columna_1 .cont-precio .ui-widget-header .ui-state-default,
.cont-buscador_resultado .columna_1 .cont-precio .ui-widget-header .ui-state-default {
  width: 7px;
  margin-left: -0.4em;
  background: #56565b;
  border-radius: 0;
}
.cont-nivel .columna_1 .cont-precio .ui-widget.ui-widget-content, .cont-buscador_resultado .columna_1 .cont-precio .ui-widget.ui-widget-content {
  border: none;
}
.cont-nivel .columna_1 .cont-precio .ui-widget-content, .cont-buscador_resultado .columna_1 .cont-precio .ui-widget-content {
  background: #d2d2d4;
}
.cont-nivel .columna_1 .atributos h3, .cont-buscador_resultado .columna_1 .atributos h3 {
  margin-bottom: 15px;
  color: #56565b;
  font-size: 16px;
  font-weight: 700;
}
.cont-nivel .columna_1 .atributos label, .cont-buscador_resultado .columna_1 .atributos label {
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .cont-nivel .cont-paginacion_filtro, .cont-buscador_resultado .cont-paginacion_filtro {
    display: none;
  }
}
.cont-nivel .cont-paginacion_filtro > div, .cont-buscador_resultado .cont-paginacion_filtro > div {
  display: inline-block;
}
.cont-nivel .cont-paginacion_filtro p, .cont-buscador_resultado .cont-paginacion_filtro p {
  display: inline-block;
  margin-bottom: 0;
  color: #56565b;
  font-size: 13px;
  font-weight: 400;
  vertical-align: middle;
}
.cont-nivel .cont-paginacion_filtro label, .cont-buscador_resultado .cont-paginacion_filtro label {
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 300;
}
.cont-nivel .cont-paginacion_filtro select, .cont-buscador_resultado .cont-paginacion_filtro select {
  height: 20px;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
}
.cont-nivel .cont-paginacion_filtro .col_1 select, .cont-buscador_resultado .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_resultado .cont-paginacion_filtro .col_2 {
  margin-left: 40px;
}
.cont-nivel .cont-paginacion_filtro .col_2 select, .cont-buscador_resultado .cont-paginacion_filtro .col_2 select {
  width: 50px;
}
.cont-nivel .cont-paginacion_filtro .col_2 .filtrado_input, .cont-buscador_resultado .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_resultado .cont-paginacion_filtro .col_2 .filtrado_input .selected {
  color: #ed3237;
}
.cont-nivel .cont-paginacion_filtro .col_2 .filtrado_input a, .cont-buscador_resultado .cont-paginacion_filtro .col_2 .filtrado_input a {
  color: #a6a6a6;
  font-size: 15px;
  margin-right: 15px;
}
.cont-nivel .cont-paginacion_filtro .col_2 .filtrado_input a:hover, .cont-buscador_resultado .cont-paginacion_filtro .col_2 .filtrado_input a:hover {
  color: #ed3237;
}
.cont-nivel .cont-paginacion_filtro .col_3, .cont-buscador_resultado .cont-paginacion_filtro .col_3 {
  float: right;
  font-size: 16px;
  text-transform: uppercase;
}
.cont-nivel .cont-paginacion_filtro .col_3 nav ul, .cont-buscador_resultado .cont-paginacion_filtro .col_3 nav ul {
  margin-bottom: 0;
}
.cont-nivel .cont-paginacion_filtro .col_3 a, .cont-buscador_resultado .cont-paginacion_filtro .col_3 a {
  color: #a6a6a6;
  text-decoration: none;
}
.cont-nivel .cont-paginacion_filtro .col_3 a:hover, .cont-buscador_resultado .cont-paginacion_filtro .col_3 a:hover {
  color: #e30613;
}
.cont-nivel .cont-paginacion_filtro .col_3 a span, .cont-buscador_resultado .cont-paginacion_filtro .col_3 a span {
  margin-left: 5px;
  vertical-align: sub;
  font-size: 18px;
  color: #a6a6a6;
}

.cont_filtros .cont-presentacion {
  margin-bottom: 30px;
}

.btn_restaurar:hover {
  color: #e30613 !important;
}

/*//////////////////////////*/
/* BARRA DE NAVEGACION */
/*//////////////////////////*/
.cont-barra_navegacion {
  color: #3c3c3b;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 25px;
}
.cont-barra_navegacion strong {
  display: inline-block;
  margin: 0 5px;
}
.cont-barra_navegacion a {
  font-size: 13px;
  color: #3c3c3b;
}
.cont-barra_navegacion a:hover {
  color: #e30613;
}

/*//////////////////////////*/
/* BARRA DE FILTRADO - ORDEN */
/*//////////////////////////*/
.cont-barra_filtrado {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d4;
}
.cont-barra_filtrado .cont-barra_navegacion {
  float: left;
}
/*//////////////////////////*/
/* BUSCADOR */
/*//////////////////////////*/
.cont-buscador {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background-color: rgba(52, 52, 52, 0.9);
}
.cont-buscador .buscador-contendor {
  position: relative;
  top: 35%;
}
.cont-buscador .buscador-contendor .buscador-cerrar {
  position: fixed;
  top: 0;
  right: 0;
  margin: 5px;
}
.cont-buscador .buscador-contendor .buscador-cerrar span {
  color: #ffffff;
}
.cont-buscador .buscador-contendor a {
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 19px;
}
.cont-buscador .buscador-contendor a span {
  color: #e30613;
  font-size: 23px;
}
.cont-buscador .buscador-contendor input {
  border: 0;
  height: 50px;
  font-size: 20px;
  padding-right: 70px;
}
.cont-buscador .buscador-contendor input::-webkit-input-placeholder {
  font-size: 20px;
  font-family: "Lato", sans-Serif;
  font-weight: 400;
  color: #56565b;
}

.cont-buscador .buscador-contendor input:-moz-placeholder {
  font-size: 20px;
  font-family: "Lato", sans-Serif;
  font-weight: 400;
  color: #56565b;
  opacity: 1;
}

.cont-buscador .buscador-contendor input::-moz-placeholder {
  font-size: 20px;
  font-family: "Lato", sans-Serif;
  font-weight: 400;
  color: #56565b;
  opacity: 1;
}

.cont-buscador .buscador-contendor input:-ms-input-placeholder {
  font-size: 20px;
  font-family: "Lato", sans-Serif;
  font-weight: 400;
  color: #56565b;
}

.cont-buscador .buscador-contendor input:focus {
  outline: none;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

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

/*//////////////////////////*/
/* FLECHAS SLIDERS */
/*//////////////////////////*/
.flechas .flecha_slider, .cont-banner_d .flecha_slider, .cont-portada_d .flecha_slider, .cont-portada_c .flecha_slider, .cont-portada_b .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: #ffffff;
  border: 1px solid #a6a6a6;
  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:hover, .cont-banner_d .flecha_slider:hover, .cont-portada_d .flecha_slider:hover, .cont-portada_c .flecha_slider:hover, .cont-portada_b .flecha_slider:hover {
  border: 1px solid #e30613;
}
.flechas .flecha_slider.swiper-button-next, .cont-banner_d .flecha_slider.swiper-button-next, .cont-portada_d .flecha_slider.swiper-button-next, .cont-portada_c .flecha_slider.swiper-button-next, .cont-portada_b .flecha_slider.swiper-button-next {
  right: 0;
}
.flechas .flecha_slider.swiper-button-prev, .cont-banner_d .flecha_slider.swiper-button-prev, .cont-portada_d .flecha_slider.swiper-button-prev, .cont-portada_c .flecha_slider.swiper-button-prev, .cont-portada_b .flecha_slider.swiper-button-prev {
  left: 0;
}
.flechas .flecha_slider span, .cont-banner_d .flecha_slider span, .cont-portada_d .flecha_slider span, .cont-portada_c .flecha_slider span, .cont-portada_b .flecha_slider span {
  font-size: 24px;
}
.flechas .flecha_slider.swiper-button-disabled, .cont-banner_d .flecha_slider.swiper-button-disabled, .cont-portada_d .flecha_slider.swiper-button-disabled, .cont-portada_c .flecha_slider.swiper-button-disabled, .cont-portada_b .flecha_slider.swiper-button-disabled {
  opacity: 0;
}

/*//////////////////////////*/
/* PORTADA HOME */
/*//////////////////////////*/
.cont-portada h2 {
  font-size: 15px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .cont-portada h2 {
    font-size: 22px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
  }
}
.cont-portada .titulos-portadas {
  font-size: 45px;
  color: #c17500;
}

/*//////////////////////////*/
/* PORTADA A */
/*//////////////////////////*/
.cont-portada_a {
  position: relative;
  margin-bottom: 35px;
}
@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;
}
.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 {
  position: absolute;
  padding: 10px;
  top: calc(50% - 8px);
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  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 .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);
  background: #b1050f;
}
.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: #e30613;
}
.cont-portada_a .titulo h3 {
  font-size: 80px;
  color: #ffffff;
  text-transform: uppercase;
}
.cont-portada_a .titulo h3:hover a {
  color: #e30613;
  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 */
/*//////////////////////////*/
.cont-portada_b {
  position: relative;
}
.cont-portada_b .cont-presentacion {
  background-color: #ffffff;
}
.cont-portada_b h3 {
  font-size: 40px;
  color: #56565b;
  font-weight: 300;
}
.cont-portada_b .texto-b {
  font-size: 18px;
}
.cont-portada_b .precio_zb {
  color: #e30613;
  font-size: 28px;
  font-weight: 700;
}
.cont-portada_b .destacado-portada-zb {
  font-size: 17px;
  text-decoration: line-through;
}
.cont-portada_b .boton_zb {
  font-size: 14px;
  color: #ffffff;
  background-color: #e30613;
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.cont-portada_b .boton_zb a {
  color: #ffffff;
}
.cont-portada_b .boton_zb a:hover {
  color: #e30613;
  background-color: #ffffff;
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

/*//////////////////////////*/
/* PORTADA C */
/*//////////////////////////*/
.cont-portada_c {
  margin-bottom: 70px;
}
.cont-portada_c .cont-presentacion {
  position: relative;
}
@media (max-width: 768px) {
  .cont-portada_c .cont-presentacion {
    margin: 0 -15px;
  }
}
.cont-portada_c .cont-presentacion .cont-comprar {
  display: none;
}
.cont-portada_c .flecha_slider {
  padding: 10px;
  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-box-shadow: 0px 0px 8px 6px rgba(24, 24, 28, 0.1);
  -moz-box-shadow: 0px 0px 8px 6px rgba(24, 24, 28, 0.1);
  box-shadow: 0px 0px 8px 6px rgba(24, 24, 28, 0.1);
}
.cont-portada_c .flecha_slider:hover {
  background-color: #e30613;
}
.cont-portada_c .flecha_slider span {
  color: #797575;
}

.etiqueta-agotado_portada span {
  display: inline-block;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 768px) {
  .etiqueta-agotado_portada span {
    left: 20%;
    transform: translate(-50%, -50%);
    width: 70px;
  }
}

/*//////////////////////////*/
/* PORTADA D*/
/*//////////////////////////*/
.cont-portada_d {
  margin-bottom: 70px;
}
.cont-portada_d .cont-presentacion {
  position: relative;
}
@media (max-width: 768px) {
  .cont-portada_d .cont-presentacion {
    margin: 0 -15px;
  }
}
.cont-portada_d .flecha_slider {
  padding: 10px;
  background-color: #000;
  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-box-shadow: 0px 0px 8px 6px rgba(24, 24, 28, 0.1);
  -moz-box-shadow: 0px 0px 8px 6px rgba(24, 24, 28, 0.1);
  box-shadow: 0px 0px 8px 6px rgba(24, 24, 28, 0.1);
}
.cont-portada_d .flecha_slider:hover {
  background-color: #e30613;
}
.cont-portada_d .flecha_slider span {
  color: #ffffff;
}

/*//////////////////////////*/
/* PORTADA E */
/*//////////////////////////*/
.cont-portada_e h2, .cont-portada_g h2, .cont-portada_f h2 {
  float: left;
  font-size: 20px;
  color: #000;
}
.cont-portada_e .cont-flechas, .cont-portada_g .cont-flechas, .cont-portada_f .cont-flechas {
  float: right;
}
.cont-portada_e .cont-flechas .flecha_slider, .cont-portada_g .cont-flechas .flecha_slider, .cont-portada_f .cont-flechas .flecha_slider {
  display: inline-block;
  font-size: 20px;
}
.cont-portada_e .cont-flechas .flecha_slider:first-child, .cont-portada_g .cont-flechas .flecha_slider:first-child, .cont-portada_f .cont-flechas .flecha_slider:first-child {
  margin-right: 25px;
}
.cont-portada_e .cont-producto, .cont-portada_g .cont-producto, .cont-portada_f .cont-producto {
  border-bottom: 1px solid #f6f6f6;
}
.cont-portada_e .cont-producto:nth-child(3n+3), .cont-portada_g .cont-producto:nth-child(3n+3), .cont-portada_f .cont-producto:nth-child(3n+3) {
  border-bottom: none;
}
.cont-portada_e .cont-producto figure, .cont-portada_g .cont-producto figure, .cont-portada_f .cont-producto figure {
  padding-bottom: 0;
  border-bottom: none;
}
.cont-portada_e .cont-producto figure img, .cont-portada_g .cont-producto figure img, .cont-portada_f .cont-producto figure img {
  width: 130px;
  float: left;
}
.cont-portada_e .cont-producto figcaption h4, .cont-portada_g .cont-producto figcaption h4, .cont-portada_f .cont-producto figcaption h4 {
  color: #e30613;
}

/*//////////////////////////*/
/* PORTADA F */
/*//////////////////////////*/
/*//////////////////////////*/
/* PORTADA G */
/*//////////////////////////*/
/*//////////////////////////*/
/* SUSCRIPCION */
/*//////////////////////////*/
.cont-suscripcion {
  padding: 7px 0;
  color: #ffffff;
  background-color: #e30613;
  clear: both;
}
.cont-suscripcion .columna_1 {
  float: left;
}
.cont-suscripcion .columna_1 .cont-presentacion {
  display: inline-block;
  padding: 6px 0;
  font-size: 18px;
  font-weight: 500;
}
.cont-suscripcion .columna_1 .cont-presentacion span {
  vertical-align: middle;
}
.cont-suscripcion .columna_1 .cont-presentacion span[class^=icono-] {
  margin-right: 6px;
  font-size: 36px;
}
.cont-suscripcion .columna_1 .cont-presentacion a {
  margin-left: 8px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  vertical-align: middle;
}
.cont-suscripcion .columna_2 {
  position: relative;
  float: right;
}
.cont-suscripcion .columna_2 > span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
}
.cont-suscripcion .columna_2 .cont-newsletter {
  position: relative;
  display: inline-block;
}
.cont-suscripcion .columna_2 .cont-newsletter a {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  padding: 10px 10px;
  margin-right: 15px;
  background-color: #fdf5e2;
  color: #ffffff;
}
.cont-suscripcion .columna_2 .cont-newsletter a:hover {
  color: #e30613;
  background-color: #ffffff;
  text-decoration: none;
}
.cont-suscripcion .columna_2 .mensaje {
  position: absolute;
  width: 100%;
  top: -120%;
  right: 0;
  z-index: 1;
}
.cont-suscripcion .columna_2 input {
  padding-bottom: 10px;
  font-size: 14px;
  padding-left: 25px;
}
.cont-suscripcion .columna_2 input::-webkit-input-placeholder {
  font-size: 14px;
}
.cont-suscripcion .columna_2 input::-moz-placeholder {
  font-size: 14px;
}
.cont-suscripcion .columna_2 input:-ms-input-placeholder {
  font-size: 14px;
}
.cont-suscripcion .columna_2 input:-moz-placeholder {
  font-size: 14px;
}

/*//////////////////////////*/
/*//////////////////////////*/
.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 #000;
  border-color: #000;
  outline-color: #000;
}
.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: #000;
  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: #b1050f;
}

.promo .remodal-close {
  margin: -15px;
  padding: 5px;
  color: #000;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 1;
}
@media (max-width: 808px) {
  .promo .remodal-close {
    margin: 0;
    border-radius: 0;
  }
}

/*//////////////////////////*/
/* BANNERS */
/*//////////////////////////*/
.cont-banner_d {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .cont-banner_d {
    margin-bottom: 30px;
  }
}
.cont-banner_d .banner-vertical-d {
  padding: 0 30px;
}

/*//////////////////////////*/
/* FOOTER */
/*//////////////////////////*/
footer .iconos_pie {
  font-size: 17px;
}
footer .txt_pie {
  font-size: 13px;
  color: #000;
}
footer .titulo_pie {
  font-size: 15px;
  color: #56565b;
}
footer.cont-pie .cont-pie_sm {
  display: none;
}
@media (max-width: 768px) {
  footer.cont-pie .cont-pie_sm {
    display: block;
  }
}
footer.cont-pie .pie {
  background-color: #f2f2f2;
  color: #ffffff;
}
@media (max-width: 480px) {
  footer.cont-pie .pie {
    padding: 25px 0;
  }
}
footer.cont-pie .pie p {
  margin-bottom: 0;
  color: #142704;
  font-size: 13px;
  line-height: 1.3;
}
@media (max-width: 480px) {
  footer.cont-pie .pie p {
    font-size: 9px;
  }
}
footer.cont-pie .pie .cont-prohibido {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  display: block;
}
@media (max-width: 480px) {
  footer.cont-pie .pie .cont-prohibido {
    display: none;
  }
}
footer.cont-pie .pie .cont-prohibido div {
  height: 55px;
}
footer.cont-pie .pie .cont-prohibido div span {
  top: 0;
  left: 0;
  position: absolute;
  padding: 0 4px;
  color: #3d3d41;
  font-weight: 700;
  font-size: 40px;
}
footer.cont-pie .pie .cont-prohibido div span.icono {
  top: 2px;
  padding: 0;
  color: #3d3d41;
  font-size: 55px;
  font-weight: 300;
}
footer.cont-pie .pie .cont-prohibido p {
  margin: 0;
  color: #a6a6a6;
}
footer.cont-pie .pie .cont-redes {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  border-bottom: 1px solid #3d3d41;
}
footer.cont-pie .pie .cont-redes a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.7ms ease-out;
  -webkit-transition: all 0.7ms ease-out;
  -moz-transition: all 0.7ms ease-out;
  -ms-transition: all 0.7ms ease-out;
}
footer.cont-pie .pie .cont-redes a:hover {
  color: #e30613;
}
footer.cont-pie .pie .cont-redes span {
  vertical-align: middle;
}
footer.cont-pie .pie .cont-redes span.icono {
  margin-right: 10px;
  font-size: 25px;
}
footer.cont-pie .pie .atencion_cliente {
  font-size: 18px;
  color: #ffffff;
}
footer.cont-pie .pie .atencion_cliente p {
  margin-bottom: 5px;
  font-size: 16px;
  color: #142704;
}
footer.cont-pie .pie .atencion_cliente a {
  color: #142704;
  text-decoration: none;
}
footer.cont-pie .pie .atencion_cliente a.telefono span {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 25px;
}
@media (max-width: 480px) {
  footer.cont-pie .cont-menu_b {
    margin-bottom: 10px;
  }
}
footer.cont-pie .cont-menu_b ul {
  text-align: center;
}
footer.cont-pie .cont-menu_b ul li {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 15px;
}
footer.cont-pie .cont-menu_b ul li:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid;
  color: #142704;
}
footer.cont-pie .cont-menu_b ul li a {
  display: inline-block;
  color: #142704;
  line-height: 1;
}
footer.cont-pie .cont-sub_pie {
  padding: 10px 0;
  color: #56565b;
  font-size: 13px;
}
@media (max-width: 480px) {
  footer.cont-pie .cont-sub_pie {
    text-align: center;
  }
}
footer.cont-pie .cont-sub_pie .storeplus {
  width: 100px;
  height: 22px;
}

/*//////////////////////////*/
/* CONTENIDO */
/*//////////////////////////*/
.componente, .cont-contenido .cont-componentes .relacionados, .cont-contenido .cont-componentes .indices, .cont-contenido .cont-componentes .fichas, .cont-contenido .cont-componentes .fotos, .cont-contenido .cont-componentes .links, .cont-contenido .cont-componentes .videos, .cont-contenido .cont-componentes .archivos, .cont-contenido .cont-componentes .parrafos {
  clear: both;
  margin-bottom: 60px;
}
.componente h1, .cont-contenido .cont-componentes .relacionados h1, .cont-contenido .cont-componentes .indices h1, .cont-contenido .cont-componentes .fichas h1, .cont-contenido .cont-componentes .fotos h1, .cont-contenido .cont-componentes .links h1, .cont-contenido .cont-componentes .videos h1, .cont-contenido .cont-componentes .archivos h1, .cont-contenido .cont-componentes .parrafos h1 {
  border-bottom: 1px solid #a6a6a6;
  padding-bottom: 10px;
  font-size: 24px;
  margin-bottom: 30px;
}
.componente h2, .cont-contenido .cont-componentes .relacionados h2, .cont-contenido .cont-componentes .indices h2, .cont-contenido .cont-componentes .fichas h2, .cont-contenido .cont-componentes .fotos h2, .cont-contenido .cont-componentes .links h2, .cont-contenido .cont-componentes .videos h2, .cont-contenido .cont-componentes .archivos h2, .cont-contenido .cont-componentes .parrafos h2 {
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.componente h2 a, .cont-contenido .cont-componentes .relacionados h2 a, .cont-contenido .cont-componentes .indices h2 a, .cont-contenido .cont-componentes .fichas h2 a, .cont-contenido .cont-componentes .fotos h2 a, .cont-contenido .cont-componentes .links h2 a, .cont-contenido .cont-componentes .videos h2 a, .cont-contenido .cont-componentes .archivos h2 a, .cont-contenido .cont-componentes .parrafos h2 a {
  font-size: 24px;
  color: #ed3237;
}
.componente h2 a:hover, .cont-contenido .cont-componentes .relacionados h2 a:hover, .cont-contenido .cont-componentes .indices h2 a:hover, .cont-contenido .cont-componentes .fichas h2 a:hover, .cont-contenido .cont-componentes .fotos h2 a:hover, .cont-contenido .cont-componentes .links h2 a:hover, .cont-contenido .cont-componentes .videos h2 a:hover, .cont-contenido .cont-componentes .archivos h2 a:hover, .cont-contenido .cont-componentes .parrafos h2 a:hover {
  color: #e30613;
}
.componente > div, .cont-contenido .cont-componentes .relacionados > div, .cont-contenido .cont-componentes .indices > div, .cont-contenido .cont-componentes .fichas > div, .cont-contenido .cont-componentes .fotos > div, .cont-contenido .cont-componentes .links > div, .cont-contenido .cont-componentes .videos > div, .cont-contenido .cont-componentes .archivos > div, .cont-contenido .cont-componentes .parrafos > div {
  clear: both;
  margin-bottom: 25px;
}
.componente a, .cont-contenido .cont-componentes .relacionados a, .cont-contenido .cont-componentes .indices a, .cont-contenido .cont-componentes .fichas a, .cont-contenido .cont-componentes .fotos a, .cont-contenido .cont-componentes .links a, .cont-contenido .cont-componentes .videos a, .cont-contenido .cont-componentes .archivos a, .cont-contenido .cont-componentes .parrafos a {
  font-size: 15px;
  font-weight: 400;
  color: #e30613;
}
.componente a:hover, .cont-contenido .cont-componentes .relacionados a:hover, .cont-contenido .cont-componentes .indices a:hover, .cont-contenido .cont-componentes .fichas a:hover, .cont-contenido .cont-componentes .fotos a:hover, .cont-contenido .cont-componentes .links a:hover, .cont-contenido .cont-componentes .videos a:hover, .cont-contenido .cont-componentes .archivos a:hover, .cont-contenido .cont-componentes .parrafos a:hover {
  color: #ed3237;
}
.componente .texto, .cont-contenido .cont-componentes .relacionados .texto, .cont-contenido .cont-componentes .indices .texto, .cont-contenido .cont-componentes .fichas .texto, .cont-contenido .cont-componentes .fotos .texto, .cont-contenido .cont-componentes .links .texto, .cont-contenido .cont-componentes .videos .texto, .cont-contenido .cont-componentes .archivos .texto, .cont-contenido .cont-componentes .parrafos .texto {
  font-size: 16px;
  color: #000;
  line-height: 1.9;
  margin-bottom: 10px;
}
.componente .boton:hover, .cont-contenido .cont-componentes .relacionados .boton:hover, .cont-contenido .cont-componentes .indices .boton:hover, .cont-contenido .cont-componentes .fichas .boton:hover, .cont-contenido .cont-componentes .fotos .boton:hover, .cont-contenido .cont-componentes .links .boton:hover, .cont-contenido .cont-componentes .videos .boton:hover, .cont-contenido .cont-componentes .archivos .boton:hover, .cont-contenido .cont-componentes .parrafos .boton:hover {
  color: #ffffff;
}
.componente .foto_galeria, .cont-contenido .cont-componentes .relacionados .foto_galeria, .cont-contenido .cont-componentes .indices .foto_galeria, .cont-contenido .cont-componentes .fichas .foto_galeria, .cont-contenido .cont-componentes .fotos .foto_galeria, .cont-contenido .cont-componentes .links .foto_galeria, .cont-contenido .cont-componentes .videos .foto_galeria, .cont-contenido .cont-componentes .archivos .foto_galeria, .cont-contenido .cont-componentes .parrafos .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 .relacionados .foto_galeria:hover, .cont-contenido .cont-componentes .indices .foto_galeria:hover, .cont-contenido .cont-componentes .fichas .foto_galeria:hover, .cont-contenido .cont-componentes .fotos .foto_galeria:hover, .cont-contenido .cont-componentes .links .foto_galeria:hover, .cont-contenido .cont-componentes .videos .foto_galeria:hover, .cont-contenido .cont-componentes .archivos .foto_galeria:hover, .cont-contenido .cont-componentes .parrafos .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 (max-width: 768px) {
  .componente .foto_galeria, .cont-contenido .cont-componentes .relacionados .foto_galeria, .cont-contenido .cont-componentes .indices .foto_galeria, .cont-contenido .cont-componentes .fichas .foto_galeria, .cont-contenido .cont-componentes .fotos .foto_galeria, .cont-contenido .cont-componentes .links .foto_galeria, .cont-contenido .cont-componentes .videos .foto_galeria, .cont-contenido .cont-componentes .archivos .foto_galeria, .cont-contenido .cont-componentes .parrafos .foto_galeria {
    min-width: 160px;
    height: 160px;
  }
}
@media (min-width: 1024px) {
  .componente .foto_galeria, .cont-contenido .cont-componentes .relacionados .foto_galeria, .cont-contenido .cont-componentes .indices .foto_galeria, .cont-contenido .cont-componentes .fichas .foto_galeria, .cont-contenido .cont-componentes .fotos .foto_galeria, .cont-contenido .cont-componentes .links .foto_galeria, .cont-contenido .cont-componentes .videos .foto_galeria, .cont-contenido .cont-componentes .archivos .foto_galeria, .cont-contenido .cont-componentes .parrafos .foto_galeria {
    min-width: 200px;
    height: 200px;
  }
}
@media (max-width: 480px) {
  .componente .foto_galeria, .cont-contenido .cont-componentes .relacionados .foto_galeria, .cont-contenido .cont-componentes .indices .foto_galeria, .cont-contenido .cont-componentes .fichas .foto_galeria, .cont-contenido .cont-componentes .fotos .foto_galeria, .cont-contenido .cont-componentes .links .foto_galeria, .cont-contenido .cont-componentes .videos .foto_galeria, .cont-contenido .cont-componentes .archivos .foto_galeria, .cont-contenido .cont-componentes .parrafos .foto_galeria {
    min-width: 130px;
    height: 130px;
  }
}
.componente .zona_1, .cont-contenido .cont-componentes .relacionados .zona_1, .cont-contenido .cont-componentes .indices .zona_1, .cont-contenido .cont-componentes .fichas .zona_1, .cont-contenido .cont-componentes .fotos .zona_1, .cont-contenido .cont-componentes .links .zona_1, .cont-contenido .cont-componentes .videos .zona_1, .cont-contenido .cont-componentes .archivos .zona_1, .cont-contenido .cont-componentes .parrafos .zona_1 {
  margin-bottom: 15px;
}
.componente .zona_1 span, .cont-contenido .cont-componentes .relacionados .zona_1 span, .cont-contenido .cont-componentes .indices .zona_1 span, .cont-contenido .cont-componentes .fichas .zona_1 span, .cont-contenido .cont-componentes .fotos .zona_1 span, .cont-contenido .cont-componentes .links .zona_1 span, .cont-contenido .cont-componentes .videos .zona_1 span, .cont-contenido .cont-componentes .archivos .zona_1 span, .cont-contenido .cont-componentes .parrafos .zona_1 span {
  background-color: #ed3237;
  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_1 a, .cont-contenido .cont-componentes .relacionados .zona_1 a, .cont-contenido .cont-componentes .indices .zona_1 a, .cont-contenido .cont-componentes .fichas .zona_1 a, .cont-contenido .cont-componentes .fotos .zona_1 a, .cont-contenido .cont-componentes .links .zona_1 a, .cont-contenido .cont-componentes .videos .zona_1 a, .cont-contenido .cont-componentes .archivos .zona_1 a, .cont-contenido .cont-componentes .parrafos .zona_1 a {
  color: #ed3237;
  font-size: 24px;
  font-weight: 400;
  vertical-align: sub;
}
.componente .zona_1 a:hover, .cont-contenido .cont-componentes .relacionados .zona_1 a:hover, .cont-contenido .cont-componentes .indices .zona_1 a:hover, .cont-contenido .cont-componentes .fichas .zona_1 a:hover, .cont-contenido .cont-componentes .fotos .zona_1 a:hover, .cont-contenido .cont-componentes .links .zona_1 a:hover, .cont-contenido .cont-componentes .videos .zona_1 a:hover, .cont-contenido .cont-componentes .archivos .zona_1 a:hover, .cont-contenido .cont-componentes .parrafos .zona_1 a:hover {
  color: #e30613;
}
.componente .zona_2, .cont-contenido .cont-componentes .relacionados .zona_2, .cont-contenido .cont-componentes .indices .zona_2, .cont-contenido .cont-componentes .fichas .zona_2, .cont-contenido .cont-componentes .fotos .zona_2, .cont-contenido .cont-componentes .links .zona_2, .cont-contenido .cont-componentes .videos .zona_2, .cont-contenido .cont-componentes .archivos .zona_2, .cont-contenido .cont-componentes .parrafos .zona_2 {
  margin-bottom: 50px;
  clear: both;
}
.componente .zona_2 span, .cont-contenido .cont-componentes .relacionados .zona_2 span, .cont-contenido .cont-componentes .indices .zona_2 span, .cont-contenido .cont-componentes .fichas .zona_2 span, .cont-contenido .cont-componentes .fotos .zona_2 span, .cont-contenido .cont-componentes .links .zona_2 span, .cont-contenido .cont-componentes .videos .zona_2 span, .cont-contenido .cont-componentes .archivos .zona_2 span, .cont-contenido .cont-componentes .parrafos .zona_2 span {
  background-color: #e30613;
  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 .relacionados .zona_2 h2, .cont-contenido .cont-componentes .indices .zona_2 h2, .cont-contenido .cont-componentes .fichas .zona_2 h2, .cont-contenido .cont-componentes .fotos .zona_2 h2, .cont-contenido .cont-componentes .links .zona_2 h2, .cont-contenido .cont-componentes .videos .zona_2 h2, .cont-contenido .cont-componentes .archivos .zona_2 h2, .cont-contenido .cont-componentes .parrafos .zona_2 h2 {
  display: inline-block;
  color: #ed3237;
  font-size: 24px;
  font-weight: 400;
  vertical-align: sub;
  margin-bottom: 15px;
}
.componente .zona_2 p, .cont-contenido .cont-componentes .relacionados .zona_2 p, .cont-contenido .cont-componentes .indices .zona_2 p, .cont-contenido .cont-componentes .fichas .zona_2 p, .cont-contenido .cont-componentes .fotos .zona_2 p, .cont-contenido .cont-componentes .links .zona_2 p, .cont-contenido .cont-componentes .videos .zona_2 p, .cont-contenido .cont-componentes .archivos .zona_2 p, .cont-contenido .cont-componentes .parrafos .zona_2 p {
  font-size: 16px;
  color: #000;
  line-height: 1.7;
  margin-bottom: 25px;
}
.componente .zona_2 img, .cont-contenido .cont-componentes .relacionados .zona_2 img, .cont-contenido .cont-componentes .indices .zona_2 img, .cont-contenido .cont-componentes .fichas .zona_2 img, .cont-contenido .cont-componentes .fotos .zona_2 img, .cont-contenido .cont-componentes .links .zona_2 img, .cont-contenido .cont-componentes .videos .zona_2 img, .cont-contenido .cont-componentes .archivos .zona_2 img, .cont-contenido .cont-componentes .parrafos .zona_2 img {
  margin-bottom: 50px;
}
.componente .zona_2 .boton, .cont-contenido .cont-componentes .relacionados .zona_2 .boton, .cont-contenido .cont-componentes .indices .zona_2 .boton, .cont-contenido .cont-componentes .fichas .zona_2 .boton, .cont-contenido .cont-componentes .fotos .zona_2 .boton, .cont-contenido .cont-componentes .links .zona_2 .boton, .cont-contenido .cont-componentes .videos .zona_2 .boton, .cont-contenido .cont-componentes .archivos .zona_2 .boton, .cont-contenido .cont-componentes .parrafos .zona_2 .boton {
  background-color: #ed3237;
  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 .relacionados .zona_2 .boton:hover, .cont-contenido .cont-componentes .indices .zona_2 .boton:hover, .cont-contenido .cont-componentes .fichas .zona_2 .boton:hover, .cont-contenido .cont-componentes .fotos .zona_2 .boton:hover, .cont-contenido .cont-componentes .links .zona_2 .boton:hover, .cont-contenido .cont-componentes .videos .zona_2 .boton:hover, .cont-contenido .cont-componentes .archivos .zona_2 .boton:hover, .cont-contenido .cont-componentes .parrafos .zona_2 .boton:hover {
  background-color: #e30613;
}

.cont-contenido {
  display: block;
}
.cont-contenido header {
  text-align: center;
  background: none;
  padding-top: 0;
}
.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: #ed3237;
  font-size: 35px;
  font-weight: 500;
}
.cont-contenido .cont-presentacion .portada figure a {
  font-size: 14px;
  color: #ed3237;
}
.cont-contenido .cont-presentacion .portada figure a:hover {
  color: #e30613;
}
.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: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  color: #484848;
  line-height: 1.9;
}
.cont-contenido .cont-componentes {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.cont-contenido .cont-componentes .archivos h1 {
  text-align: left;
}
.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: 10px;
  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 .texto {
  float: right;
}
@media (max-width: 480px) {
  .cont-contenido .cont-componentes .fichas .texto {
    float: none;
  }
}
.cont-contenido .cont-componentes .fichas .video-container {
  width: 550px;
  padding-bottom: 24.25%;
}
@media (max-width: 480px) {
  .cont-contenido .cont-componentes .fichas .video-container {
    width: 100%;
  }
}
.cont-contenido .cont-componentes .indices .boton {
  background-color: unset !important;
  padding: 0 !important;
  color: #e30613 !important;
}
.cont-contenido .cont-componentes .indices > div.portada {
  margin-bottom: 60px;
}
.cont-contenido .cont-componentes .indices .cont-indice p {
  color: #000 !important;
  line-height: 1.9 !important;
  margin-bottom: 10px !important;
}
/*//////////////////////////*/
/* SECCION */
/*//////////////////////////*/
.cont-seccion {
  display: block;
}
.cont-seccion .cont-presentacion {
  margin-bottom: 50px;
}
.cont-seccion .cont-presentacion header {
  background: none;
  text-align: center;
  padding-top: 0;
}
.cont-seccion .cont-presentacion .portada {
  position: relative;
  width: 100%;
  min-height: 150px;
  text-align: center;
  overflow: hidden;
  background-color: #56565b;
  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: #ed3237;
  font-size: 25px;
}
.cont-seccion .cont-presentacion .portada figure a {
  font-size: 14px;
  color: #ed3237;
}
.cont-seccion .cont-presentacion .portada figure a:hover {
  color: #e30613;
}
.cont-seccion .cont-presentacion h1 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 15px;
}
.cont-seccion .cont-presentacion h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}
.cont-seccion .cont-presentacion .texto {
  font-size: 15px;
  color: #000;
  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: #e30613;
}
.cont-seccion .cont-automaticos h1 a:hover {
  color: #ed3237;
}
.cont-seccion .cont-automaticos .texto {
  font-size: 16px;
  color: #484848;
  line-height: 1.4;
}
.cont-seccion .cont-automaticos img {
  margin-bottom: 50px;
}

/*//////////////////////////*/
/* PRODUCTO AMPLIADO */
/*//////////////////////////*/
.cont-buscador_resultado {
  text-align: center;
}
.cont-buscador_resultado .cont-producto:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  box-shadow: none;
}

.relacionados-prod {
  width: 218px;
  margin-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: gainsboro;
}

.relacionados-titulo {
  text-transform: uppercase;
  font-size: 45px;
}
@media (max-width: 768px) {
  .relacionados-titulo {
    font-size: 32px;
  }
}

.relacionados-carrito {
  font-size: 14px;
  background-color: #ffffff;
}
.relacionados-carrito a {
  color: #e30613;
}
.relacionados-carrito a:hover {
  color: #ffffff;
  background-color: #e30613;
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
@media (max-width: 769px) {
  .relacionados-carrito a {
    font-size: 12px;
    color: #ffffff;
    background-color: #e30613;
    border-radius: 60px;
    padding: 0 6px;
  }
}
@media (max-width: 375px) {
  .relacionados-carrito a {
    font-size: 10px;
    padding: 7px;
  }
}
.relacionados-carrito.agregar_item-listado {
  text-align: center;
}
@media (max-width: 769px) {
  .relacionados-carrito.agregar_item-listado {
    text-align: left;
  }
}

/*////////////////*/
/* CUPON */
/*////////////////*/
.box-cupon {
  padding: 10px 0;
  border-radius: 3px;
  border: 1px solid #d7d7d9;
}
.box-cupon .cont-presentacion .col_1 {
  float: left;
  margin-top: 12px;
}
.box-cupon .cont-presentacion .col_1 img.img_cupon {
  display: inline-block;
  width: 25px;
  margin-right: 5px;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .box-cupon .cont-presentacion .col_1 img.img_cupon {
    display: none;
  }
}
.box-cupon .cont-presentacion .col_1 h3 {
  display: inline-block;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  vertical-align: middle;
}
.box-cupon .cont-presentacion .col_2 {
  width: 44%;
  float: right;
}
.box-cupon input[type=text]::-webkit-input-placeholder {
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  font-family: "Lato", sans-Serif;
  color: #56565b;
}

.box-cupon input[type=text]:-moz-placeholder {
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  font-family: "Lato", sans-Serif;
  color: #56565b;
  opacity: 1;
}

.box-cupon input[type=text]::-moz-placeholder {
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  font-family: "Lato", sans-Serif;
  color: #56565b;
  opacity: 1;
}

.box-cupon input[type=text]:-ms-input-placeholder {
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  font-family: "Lato", sans-Serif;
  color: #56565b;
}

.box-cupon span {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 10px;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
}

/*////////////////*/
/* CARRITO */
/*////////////////*/
.pasos {
  font-size: 14px;
  line-height: 2em;
}

.cont-carrito {
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .cont-carrito {
    margin-bottom: 15px;
  }
}
.cont-carrito h1 {
  margin-bottom: 35px;
  color: #464646;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.cont-carrito .cont-presentacion_cuerpo {
  max-width: 1200px;
  margin: 0 auto;
}
.cont-carrito .cont-presentacion_cuerpo .columna_1 {
  float: left;
}
.cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito {
  border-top: 1px solid #ebebeb;
}
.cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito a {
  color: #000;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
}
.cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito a:hover {
  color: #e30613;
}
.cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito h2 {
  color: #d2d2d4;
  font-weight: 400;
  font-size: 13px;
  margin: 5px 0;
}
.cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito h3 {
  color: #fe0000;
  font-weight: 300;
  font-size: 22px;
}
.cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito h3 strong {
  font-size: 22px;
  font-weight: 500;
}
.cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .variante {
  color: #e30613;
}
.cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .eliminar {
  margin-left: 10px;
  color: #6f6f75;
  font-size: 18px;
  text-decoration: none;
}
.cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito figure {
  margin-bottom: 0;
}
.cont-carrito .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 {
  width: 25px;
  height: 25px;
  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 {
  box-shadow: none;
}
.cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .retiro-sucursal {
  float: left;
  margin-top: 25px;
  width: 100%;
  border: 3px solid #e30613;
  padding: 20px;
}
@media (max-width: 480px) {
  .cont-carrito .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 {
  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 {
    font-size: 15px;
  }
}
.cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-fila_carrito .retiro-sucursal h3 span {
  vertical-align: middle;
  margin-right: 5px;
  color: #e30613;
}
.cont-carrito .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 {
    float: none;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .cont-carrito .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-carrito .cont-presentacion_cuerpo .columna_1 .cont-pesos {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-dolares,
.cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-pesos {
    margin-bottom: 0;
  }
}
.cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-dolares h4,
.cont-carrito .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-carrito .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-carrito .cont-presentacion_cuerpo .columna_1 .cont-pesos .alerta p {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  font-size: 14px;
}
.cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-dolares .alerta span,
.cont-carrito .cont-presentacion_cuerpo .columna_1 .cont-pesos .alerta span {
  vertical-align: middle;
  font-size: 35px;
  margin-right: 20px;
}
.cont-carrito .cont-presentacion_cuerpo .columna_2 {
  float: right;
}
.cont-carrito .cont-presentacion_cuerpo .columna_2 .afix-lateral {
  background-color: #ffffff;
  border: 1px solid #d7d7d9;
}
.cont-carrito .cont-presentacion_cuerpo .columna_2 h3 {
  margin-bottom: 0;
  padding: 20px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.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: #e30613;
}
.container_productos_carrito .btn.btn-cancelar,
.cont-presentacion_cuerpo .btn.btn-cancelar {
  background-color: #484848;
}
.container_productos_carrito .btn:hover,
.cont-presentacion_cuerpo .btn:hover {
  box-shadow: none;
  background-color: #f49400;
  color: #ffffff;
}

.cont-fila_carrito {
  position: relative;
  padding: 20px;
  color: #000;
  font-size: 14px;
}
.cont-fila_carrito .cont-presentacion a {
  font-size: 14px;
}
.cont-fila_carrito .cont-presentacion a:hover {
  color: #e30613;
}
.cont-fila_carrito .cont-presentacion h3 {
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 18px;
}
.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: #ed3237;
  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;
}

.cont-calculo_descuento-xs {
  background-color: #ebfbfe;
}

/*/////////////////////////*/
/* PASO 2 ENVIAR PEDIDO */
/*/////////////////////////*/
.cont-enviar_pedido h1 {
  line-height: 1;
  text-align: center;
  font-size: 40px;
  color: #464646;
  font-weight: 700;
}
.cont-enviar_pedido h1 .tittulo1 {
  font-size: 40px;
}
.cont-enviar_pedido h2 {
  font-size: 18px;
  font-weight: 700;
}
.cont-enviar_pedido label {
  margin-bottom: 0;
  color: #e30613;
  font-size: 15px;
  font-weight: 700;
}
.cont-enviar_pedido .texto {
  color: #a6a6a6;
  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;
  }
}
.codigo {
  font-size: 13px;
  color: #d2d2d4;
}

.cont-bloque_enviar_pedido h3, .cont-forma_de_pago h3, .cont-otros_datos h3 {
  font-size: 18px;
}

.cont-otros_datos h2 {
  color: #e30613;
  text-transform: uppercase;
  font-size: 16px;
}
.cont-otros_datos label {
  margin-top: 15px;
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 14px;
  color: #ed3237;
}
@media (max-width: 480px) {
  .cont-otros_datos label {
    margin-bottom: 5px;
  }
}

.cont-direccion_envio {
  border: 1px solid #d7d7d9;
  margin-bottom: 25px;
}
.cont-direccion_envio h2 {
  color: #000;
  padding: 15px 20px;
  font-size: 16px;
  text-transform: uppercase;
}
.cont-direccion_envio label {
  color: #56565b;
  font-weight: 300;
  font-size: 13px;
}
.cont-direccion_envio .ac-custom input[type=checkbox],
.cont-direccion_envio .ac-custom input[type=radio],
.cont-direccion_envio .ac-custom label::before {
  border: 1px solid #000;
  background-color: #ffffff;
}
.cont-direccion_envio input[type=checkbox]:focus + label:before {
  box-shadow: 0 0 2px 0 #e30613;
  border-color: #e30613;
  outline-color: #e30613;
  background-color: #fb6d76;
}

.titulo_envios {
  color: #000;
  padding: 3px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
}

.titulo_direccion {
  color: #000;
  padding: 3px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
}

.cont-costo_envios {
  padding-bottom: 25px;
  margin-bottom: 27px;
  border: 1px solid #d7d7d9;
}
.cont-costo_envios h2 {
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 16px;
}
.cont-costo_envios h3 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
}
.cont-costo_envios .item label {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.cont-costo_envios .item .precio {
  color: #e30613;
  font-size: 18px;
  font-weight: 700;
}
.cont-costo_envios .sincosto {
  position: relative;
  padding: 20px;
  padding-left: 70px;
  border-radius: 5px;
  border: 3px solid #ed3237;
  background-color: #fb6d76;
}
.cont-costo_envios .sincosto:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 21px;
  font-size: 26px;
  font-family: "iconos";
  color: #ed3237;
}
.cont-costo_envios .envios_bloques .ac-custom label {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  padding-left: 35px;
}
.cont-costo_envios .envios_bloques .ac-custom label::before {
  border: 1px solid #000;
  width: 20px;
  height: 20px;
}
.cont-costo_envios .envios_bloques .ac-custom .texto {
  color: #000;
  margin-top: 5px;
  font-size: 13px;
  padding-left: 35px;
}
.cont-costo_envios .envios_bloques .cont-envios {
  margin-top: 25px;
}
.cont-costo_envios .envios_bloques .cont-envios .ac-custom {
  margin-bottom: 30px;
}

.detalle_pedido {
  /*/////////////////////////*/
  /* PASO 3 MEDIOS DE PAGO */
  /*/////////////////////////*/
}
.detalle_pedido .cont-envio-domicilio {
  background: #e4e4e4;
  color: #000;
  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: #b1050f;
  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 h4 {
  color: #ed3237;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 17px;
  border: 1px solid #ebebeb;
  border-bottom: none;
}
.detalle_pedido .editar_pedido {
  display: block;
  position: relative;
  padding: 10px;
  font-size: 15px;
  color: #56565b;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.detalle_pedido .editar_pedido:hover {
  color: #e30613;
}
.detalle_pedido .editar_pedido:hover span.icono {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px;
  color: #a6a6a6;
  margin-top: 14px;
}
.detalle_pedido .btn-resumen {
  background-color: #4376a5;
  font-size: 16px;
}
.detalle_pedido .container_productos_carrito {
  background-color: #ffffff;
  border: 1px solid #d7d7d9;
}
.detalle_pedido .container_productos_carrito .borde-img img {
  margin: 0;
}

.storeplus-compra {
  width: 100px;
  height: 22px;
  margin: 0 auto;
}

.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: #fe0000;
  color: #ffffff;
}

.input-continuar_pedido {
  padding: 10px 5px;
}

.cont-forma_de_pago {
  border: 1px solid #d7d7d9;
}
.cont-forma_de_pago .texto_tarjetas {
  font-size: 18px;
}
.cont-forma_de_pago h2 {
  color: #000;
  font-size: 16px;
  padding: 15px 7px;
}
@media (max-width: 480px) {
  .cont-forma_de_pago .cont-presentacion img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.cont-forma_de_pago .cont-presentacion .item-pago {
  border-bottom: 2px solid #ebebeb;
  padding: 25px 22px;
}
.cont-forma_de_pago .cont-presentacion .item-pago input {
  opacity: 0;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 0;
  position: absolute;
  cursor: pointer;
}
.cont-forma_de_pago .cont-presentacion .item-pago input[type=radio]:checked + label {
  color: #e30613;
}
.cont-forma_de_pago .cont-presentacion .item-pago input[type=radio]:checked + label::before {
  opacity: 0.8;
  border: none;
  background-color: #e30613;
}
.cont-forma_de_pago .cont-presentacion .item-pago label {
  display: block;
  position: relative;
  padding: 0 0 0 35px;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}
.cont-forma_de_pago .cont-presentacion .item-pago label::before {
  content: "";
  border: 1px solid #000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  margin-top: -10px;
  position: absolute;
  cursor: pointer;
}
.cont-forma_de_pago .cont-presentacion .item-pago .texto {
  margin-top: 5px;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}
.cont-forma_de_pago .cont-presentacion .item-pago .texto b {
  font-weight: 700;
}

.label_sucursales::before {
  top: 7% !important;
}

/*////////////////*/
/* POPUPS */
/*////////////////*/
.cont-popup_mensaje {
  text-align: center;
}
.cont-popup_mensaje div {
  color: #000;
  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: #e30613;
}
.cont-popup_mensaje .btn.btn-ok:hover {
  background-color: #b1050f;
}
.cont-popup_mensaje .btn.btn-cancelar {
  background-color: #56565b;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.cont-popup_mensaje .btn:hover {
  box-shadow: none;
}

/*////////////////*/
/* MENU LATERAL */
/*////////////////*/
.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);
}

/*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: url(/../imagenes/img_presentacion/cargador.gif) center no-repeat rgba(255, 255, 255, 0.9);
}

#bannerA {
  height: 50px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  #bannerA {
    height: initial;
    position: initial;
  }
}

#bannerA img {
  max-width: none;
  position: absolute;
  left: 0;
  left: calc(50% - 960px);
  top: 0;
}
@media (max-width: 768px) {
  #bannerA img {
    position: initial;
    max-width: -webkit-fill-available;
  }
}

.logo img {
  width: 170px;
}

.logo-cabezal .logo-menu {
  display: inline-block;
  float: left;
  margin-top: 24px;
}
.logo-cabezal .logo-menu .logo_pie a img {
  height: 16px;
}

.pop-up-buscador {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 30;
}

.img-buscador {
  margin-left: -195px;
}

.pop-up-buscador .cerrar {
  cursor: pointer;
}

.pop-up-buscador .contenedor-buscador {
  margin-top: 10%;
}

.pop-up-buscador .input-login {
  background: none;
  height: 58px;
  padding-right: 65px;
  border-bottom: none;
  outline: none;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
}
.pop-up-buscador .input-login::-webkit-input-placeholder {
  color: #000;
  font-size: 35px;
  font-weight: 900;
}

.pop-up-buscador .input-login:-moz-placeholder {
  color: #000;
  font-size: 35px;
  font-weight: 900;
  opacity: 1;
}

.pop-up-buscador .input-login::-moz-placeholder {
  color: #000;
  font-size: 35px;
  font-weight: 900;
  opacity: 1;
}

.pop-up-buscador .input-login:-ms-input-placeholder {
  color: #000;
  font-size: 35px;
  font-weight: 900;
}

.pop-up-buscador .input-login:focus {
  box-shadow: none;
  border-color: none;
  outline-color: none;
}

.contenedor-buscador {
  position: relative;
}
@media (max-width: 768px) {
  .contenedor-buscador {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999999;
  }
}
.contenedor-buscador input {
  padding-right: 70px;
  font-size: 24px;
  background-color: #ffffff;
  font-size: 14px;
}
.contenedor-buscador input::placeholder {
  font-size: 14px;
}
.contenedor-buscador .buscador {
  position: relative;
}
.contenedor-buscador .buscador a {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  font-size: 26px;
  font-weight: 700;
  color: #ed3237;
  text-decoration: none;
}
.contenedor-buscador .cerrar {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  color: #ffffff;
  font-size: 20px;
}

.columnas-txt {
  column-count: 2;
  column-gap: 50px;
}

/* .ul-right{
	ul{
		text-align: right;
	}
	.menu-nivel2{
		text-align: left;
	}
} */
.btn_sub {
  border: 1px solid #56565b;
  padding: 10px;
  font-size: 13px;
  color: #56565b;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
  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;
}
.btn_sub:hover {
  background: #ed3237;
  color: #ffffff;
}

.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);
}

.check-unico {
  border-top: none;
}
.check-unico span {
  font-size: 18px;
  vertical-align: sub;
}
.check-unico label {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  padding-left: 20px;
  padding-top: 5px;
}

.registro-bici {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 100;
  -webkit-box-shadow: -8px 10px 23px -8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -8px 10px 23px -8px rgba(0, 0, 0, 0.4);
  box-shadow: -8px 10px 23px -8px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  .registro-bici {
    display: none;
  }
}

/* Component containers
----------------------------------*/
.ui-widget {
  /*font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;*/
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #a6a6a6;
}

.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: #f6f6f6;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  background-color: #e30613;
  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 {
  background: #191919;
  font-weight: bold;
  color: #1c94c4;
}

.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: #e30613;
  color: #191919;
  cursor: pointer;
}

a.ui-slider-handle.ui-state-default.ui-corner-all.ui-state-hover {
  background: #e30613;
}

.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 {
  color: #e30613;
  opacity: 0.8;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #e30613;
  text-decoration: none;
}

.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-item-wrapper {
  padding: 6px;
  font-weight: normal;
  cursor: pointer;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #fff;
  background: #fb6d76;
  font-weight: normal;
  color: #000;
}

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

/* ///////////////////////////// */
/* 		MENSAJE RESPONSIVO 		 */
/* ///////////////////////////// */
.msj_descarga {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 8px 8px 16px 8px rgba(0, 0, 0, 0.2);
}
@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 {
  font-size: 13px;
  color: #e30613;
  border: 2px solid #e30613;
}
.msj_descarga .titulo-msj_ios {
  font-size: 13px;
  color: #e30613;
  text-align: center;
}
.msj_descarga .logo-msj_descarga, .msj_descarga .logo-msj_descarga-android {
  position: absolute;
  top: -9%;
  left: 0;
  right: 0;
  margin: auto;
}
.msj_descarga .logo-msj_descarga-android {
  top: -11%;
}
.msj_descarga .txt_instructivo {
  font-size: 13px;
  padding-top: 0;
  color: #56565b;
}
.msj_descarga .link_instructivo {
  font-size: 13px;
  padding-top: 0;
  color: #b1050f;
}

@media (max-width: 1023px) {
  .oculto-md {
    display: none;
  }
}
.titulo_cuenta-cliente {
  margin: 35px 35px;
  color: #464646;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

/*///////////////////////////////////*/
/* TITULO POP-UP */
/*///////////////////////////////////*/
#vtn_titulo {
  font-size: 20px;
  font-weight: 700;
  color: #e30613;
  line-height: normal;
  text-transform: uppercase;
}

#vtn_cargador {
  color: #e30613;
  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;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-button-disabled {
  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;
  opacity: 0.5;
}

.swiper-slide {
  height: auto !important;
}

.btn-flecha {
  border: 2px solid #000;
  cursor: pointer;
}

.swiper-button-next, .swiper-button-prev {
  background: inherit;
}

.carrousel-banner-a .swiper-button-next.swiper-button-disabled, .carrousel-banner-a .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.paginacion-primaria {
  position: absolute;
  text-align: center;
  z-index: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0 !important;
}

.paginacion-primaria .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  color: #ffffff;
  opacity: 1;
  background: #56565b;
}

.paginacion-primaria .swiper-pagination-bullet-active {
  color: #ffffff;
  background: #000;
}

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.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: #fb6d76;
  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 #fb6d76, 0 0 5px #fb6d76;
  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: #FFF;
  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: #fb6d76;
  }

  .pace .pace-activity {
    border-top-color: #fb6d76;
    border-left-color: #fb6d76;
  }
}
/*
    Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: left;
  padding: 10px;
  line-height: 1.125em;
  cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  float: right;
}

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0 0.438em 0 0;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 22px;
  height: 4px;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.2em;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul,
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
  vertical-align: baseline;
}

.slicknav_nav .slicknav_item {
  display: block;
  cursor: pointer;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  clear: both;
}

/* IE6/7 support */
.slicknav_menu {
  *zoom: 1;
}

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
  font-size: 16px;
}

/* Button */
.slicknav_btn {
  margin: 0;
  text-decoration: none;
  background-color: #e30613;
  margin-left: 0;
}

#cont_menu_a_rsp .slicknav_nav {
  width: 100%;
}

/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}

/*.slicknav_menu {
	background:#00918A;
	padding:5px;
}*/
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding-bottom: 15px;
  background-color: #b1050f;
}

.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_item {
  padding: 14px 14px;
  margin: 2px 0px;
}

.slicknav_nav a {
  padding: 14px 14px;
  margin: 0px 0px;
  text-decoration: none;
  color: #fff;
  text-align: left;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_item:hover {
  background: #e30613;
  color: #fff;
}

.slicknav_nav a:hover {
  color: #FFF;
  outline: 0;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

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

*,
*: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: 18px;
  height: 18px;
  top: 50%;
  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: #e30613;
}

.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: #e30613;
}

/* 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%;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

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

td,
th {
  padding: 0;
}

table {
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none;
}

.visible-sm {
  display: none;
}

.visible-md {
  display: none;
}

.visible-lg {
  display: none;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 480px) {
  .visible-xs {
    display: block;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell;
  }
}
@media (max-width: 480px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 480px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 480px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 768px) {
  .visible-sm {
    display: block;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell;
  }
}
@media (max-width: 768px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (max-width: 768px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 1024px) {
  .visible-md {
    display: block;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row;
  }

  th.visible-md,
td.visible-md {
    display: table-cell;
  }
}
@media (max-width: 1024px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (max-width: 1024px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1100px) {
  .visible-lg {
    display: block;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell;
  }
}
@media (min-width: 1100px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1100px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1100px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 480px) {
  .hidden-xs {
    display: none;
  }
}
@media (max-width: 768px) {
  .hidden-sm {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1100px) {
  .hidden-lg {
    display: none;
  }
}
.visible-print {
  display: none;
}

@media print {
  .visible-print {
    display: block;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row;
  }

  th.visible-print,
td.visible-print {
    display: table-cell;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none;
  }
}
@media (max-width: 1200px) {
  .flex-off-xlg {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    display: block;
  }

  .nofloat-xlg {
    float: none;
  }

  .der-xlg {
    float: right;
  }

  .izq-xlg {
    float: left;
  }

  .full-xlg {
    width: 100%;
  }

  .full-xlg-i {
    width: 100% !important;
  }

  .full-img-xlg img {
    width: 100%;
  }

  .position-off-xlg {
    position: static;
  }

  .centrarHorizontal-off-xlg, .centrarVertical-off-xlg {
    position: static;
    transform: initial;
  }

  .columnas-txt-xlg-off {
    column-count: auto;
  }

  .text-center-xlg, .t-c-xlg {
    text-align: center;
  }

  .text-left-xlg, .t-l-xlg {
    text-align: left;
  }

  .text-right-xlg, .t-r-xlg {
    text-align: right;
  }
}
@media (max-width: 1100px) {
  .flex-off-lg {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    display: block;
  }

  .nofloat-lg {
    float: none;
  }

  .der-lg {
    float: right;
  }

  .izq-lg {
    float: left;
  }

  .full-lg {
    width: 100%;
  }

  .full-lg-i {
    width: 100% !important;
  }

  .full-img-lg img {
    width: 100%;
  }

  .position-off-lg {
    position: static;
  }

  .centrarHorizontal-off-lg, .centrarVertical-off-lg {
    position: static;
    transform: initial;
  }

  .columnas-txt-lg-off {
    column-count: auto;
  }

  .text-center-lg, .t-c-lg {
    text-align: center;
  }

  .text-left-lg, .t-l-lg {
    text-align: left;
  }

  .text-right-lg, .t-r-lg {
    text-align: right;
  }

  /* CENTRAR IMAGENES */
  .img-lg-spa-0 img {
    margin: 0;
  }

  .centrar-img-lg img,
div.centrar-img-lg img,
div.centrar-img-lg .imagenIz,
div.centrar-img-lg .imagenDer {
    margin: 0 auto;
    display: block;
  }

  .centrar-img-lg img[align],
div.centrar-img-lg img[align] {
    float: none;
    text-align: center;
  }

  .centrar-img-lg img[align],
div.centrar-img-lg img[align] {
    float: none;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .text-center-md, .t-c-md {
    text-align: center;
  }

  .text-left-md, .t-l-md {
    text-align: left;
  }

  .text-right-md, .t-r-md {
    text-align: right;
  }

  .position-off-md {
    position: static;
  }

  .centrarHorizontal-off-md, .centrarVertical-off-md {
    position: static;
    transform: initial;
  }

  .columnas-txt-md-off {
    column-count: auto;
  }

  .flex-off-md {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    display: block;
  }

  .nofloat-md {
    float: none;
  }

  .der-md {
    float: right;
  }

  .izq-md {
    float: left;
  }

  .full-md {
    width: 100%;
  }

  .full-md-i {
    width: 100% !important;
  }

  .full-img-md img {
    width: 100%;
  }

  /* CENTRAR IMAGENES */
  .img-md-spa-0 img {
    margin: 0;
  }

  .centrar-img-md img,
div.centrar-img-md img,
div.centrar-img-md .imagenIz,
div.centrar-img-md .imagenDer {
    margin: 0 auto;
    display: block;
  }

  .centrar-img-md img[align],
div.centrar-img-md img[align] {
    float: none;
    text-align: center;
  }

  .centrar-img-md img[align],
div.centrar-img-md img[align] {
    float: none;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  /* CENTRAR IMAGENES */
  .img-sm-spa-0 img {
    margin: 0;
  }

  .centrar-img-sm img,
div.centrar-img-sm img,
div.centrar-img-sm .imagenIz,
div.centrar-img-sm .imagenDer {
    margin: 0 auto;
    display: block;
  }

  .centrar-img-sm img[align],
div.centrar-img-sm img[align] {
    float: none;
    text-align: center;
  }

  .centrar-img-sm img[align],
div.centrar-img-sm img[align] {
    float: none;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .text-center-sm, .t-c-sm {
    text-align: center;
  }

  .text-left-sm, .t-l-sm {
    text-align: left;
  }

  .text-right-sm, .t-r-sm {
    text-align: right;
  }

  .position-off-sm {
    position: static;
  }

  .centrarHorizontal-off-sm, .centrarVertical-off-sm {
    position: static;
    transform: initial;
  }

  .columnas-txt-sm-off {
    column-count: auto;
  }

  .flex-off-sm {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    display: block;
  }

  .nofloat-sm {
    float: none;
  }

  .der-sm {
    float: right;
  }

  .izq-sm {
    float: left;
  }

  .full-sm {
    width: 100%;
  }

  .full-sm-i {
    width: 100% !important;
  }

  .full-img-sm img {
    width: 100%;
  }

  .imagenIz {
    margin-bottom: 20px;
  }

  .imagenDer {
    margin-bottom: 20px;
  }

  .quita-spa-img img {
    margin: 0 !important;
  }
}
@media (max-width: 480px) {
  /* CENTRAR IMAGENES */
  .img-xs-spa-0 img {
    margin: 0;
  }

  .centrar-img-xs img,
div.centrar-img-xs img,
div.centrar-img-xs .imagenIz,
div.centrar-img-xs .imagenDer {
    margin: 0 auto;
    display: block;
  }

  .centrar-img-xs img[align],
div.centrar-img-xs img[align] {
    float: none;
    text-align: center;
  }

  .centrar-img-xs img[align],
div.centrar-img-xs img[align] {
    float: none;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .medio {
    float: none;
    width: 100%;
  }

  .text-center-xs, .t-c-xs {
    text-align: center;
  }

  .text-left-xs, .t-l-xs {
    text-align: left;
  }

  .text-right-xs, .t-r-xs {
    text-align: right;
  }

  .visible-in-xs {
    display: inline-block;
  }

  .position-off {
    position: static;
  }

  .position-off-xs {
    position: static;
  }

  .centrarHorizontal-off-xs, .centrarVertical-off-xs {
    position: static;
    transform: initial;
  }

  .columnas-txt-xs-off {
    column-count: auto;
  }

  .flex-off-xs {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    display: block;
  }

  .nofloat-xs {
    float: none;
  }

  .der-xs {
    float: right;
  }

  .izq-xs {
    float: left;
  }

  .full-xs {
    width: 100%;
  }

  .full-xs-i {
    width: 100% !important;
  }

  .full-img-xs img {
    width: 100%;
  }

  .rotar-90-xs {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

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

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