/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

a {
  background-color: transparent;
  color: #000;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

a:hover {
  text-decoration: underline;
  color: #db0011;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

button {
  background-color: transparent;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*GENERAL CLASSES MINES*/


p {
  line-height: 1.4;
  font-size: 16px;
}

h1 {
  font-size: 34px;
}

h4 {}

button {
  cursor: pointer;
}

/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/

/*TERMINA NORMALIZE*/

/*ESTILOS EMPIEZAN*/
/*---------*/
/*FONTS*/
@font-face {
  font-family: 'UniversHSBC';
  src: url('../fonts/UniversNextforHSBC-Bold.eot');
  src: url('../fonts/UniversNextforHSBC-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/UniversNextforHSBC-Bold.woff2') format('woff2'),
    url('../fonts/UniversNextforHSBC-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UniversHSBC';
  src: url('../fonts/UniversNextforHSBC-Regular.eot');
  src: url('../fonts/UniversNextforHSBC-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/UniversNextforHSBC-Regular.woff2') format('woff2'),
    url('../fonts/UniversNextforHSBC-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UniversHSBC';
  src: url('../fonts/UniversNextforHSBC-Light.eot');
  src: url('../fonts/UniversNextforHSBC-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/UniversNextforHSBC-Light.woff2') format('woff2'),
    url('../fonts/UniversNextforHSBC-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}


body {
  font-family: "UniversHSBC", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-color: #fff;
  color: #000;
  font-size: 16px;
}

.prim-color {
  color: #db0011 !important;
}

.manita {
  cursor: pointer !important;
}

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

.m-a {
  margin: auto !important;
}

.bl-color {
  color: #333 !important;
}

.underline {
  text-decoration: underline;
}

.text-upper {
  text-transform: uppercase;
}

.w-100 {
  width: 100%;
}

.w-50 {
  max-width: 400px;
}

.alert {
  border-radius: 0;
}

hr {}


.btn-hsbc-primary {
  background-color: #db0011;
  min-width: 180px;
  max-width: 320px;
  font-size: 12px;
  min-height: 40px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #fff;
  border-radius: 0;
  width: 100%;
  border: 1px solid #db0011;
  font-size: 16px;
  line-height: 1;
}

.btn-hsbc-primary.btn-hsbc-primary-100 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.btn-hsbc-primary.btn-hsbc-primary-progress {
  height: 25px;
  font-size: 12px;
  max-width: 100px;
  min-height: 25px;
  min-width: 100px;
  width: 100px;
}

.btn-hsbc-primary--log {
  max-width: 100%;
}

.btn-hsbc-primary:hover,
.btn-hsbc-primary:focus {
  color: #fff;
  background-color: #ef6d5e;
  border: 1px solid #ef6d5e;
}

.btn-hsbc-primary:disabled {
  background-color: #fff;
  border: 1px solid #dadada;
  color: #999;
  cursor: no-drop;
}

.btn-hsbc-secondary {
  background-color: #fff;
  min-width: 180px;
  max-width: 320px;
  font-size: 12px;
  min-height: 40px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #db0011;
  border-radius: 0;
  width: 100%;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 1;
}

.btn-hsbc-secondary.btn-hsbc-secondary-100 {
  width: 100%;
  max-width: 100%;
}

.registro-box a.btn-hsbc-secondary--log {
  max-width: 100%;
  line-height: 1.6;
  color: #db0011;
  text-decoration: none;
}

.btn-hsbc-secondary:hover,
.btn-hsbc-secondary:focus {
  color: #db0011;
  background-color: #fff;
  border: 1px solid #fff;
}

.btn-hsbc-secondary:disabled {
  background-color: #dadada;
  border: 1px solid #dadada;
  cursor: no-drop;
}

.btn-hsbc-black {
  background-color: #000;
  min-width: 180px;
  max-width: 320px;
  font-size: 12px;
  min-height: 40px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #fff;
  border-radius: 0;
  width: 100%;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 1;
}

.btn-hsbc-black.btn-hsbc-black-100 {
  width: 100%;
  max-width: 100%;
}

.btn-hsbc-black:hover,
.btn-hsbc-black:focus {
  color: #fff;
  background-color: #333;
  border: 1px solid #000;
}

.btn-hsbc-black-w {
  background-color: #000;
  min-width: 180px;
  max-width: 320px;
  font-size: 12px;
  min-height: 40px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #fff;
  border-radius: 0;
  width: 100%;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 1;
}

.btn-hsbc-black-w:hover,
.btn-hsbc-black-w:focus {
  color: #fff;
  background-color: #333;
  border: 1px solid #fff;
}

.btn-hsbc-black.btn-hsbc-black-progress {
  height: 25px;
  font-size: 12px;
  max-width: 100px;
  min-height: 25px;
  min-width: 100px;
  width: 100px;
}

.btn-hsbc-white {
  background-color: #fff;
  min-width: 180px;
  max-width: 320px;
  font-size: 12px;
  min-height: 40px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #000;
  border-radius: 0;
  width: 100%;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 1;
}

.btn-hsbc-white.btn-hsbc-white-100 {
  width: 100%;
  max-width: 100%;
}

.registro-box a.btn-hsbc-white--log {
  max-width: 100%;
  line-height: 1.6;
  color: #000;
  text-decoration: none;
}

.btn-hsbc-white:hover,
.btn-hsbc-white:focus {
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
}

/**/
.body-inn {

  background-image: url(../assets/img/bg-pat.png);
  background-position-y: 27px;
  background-size: 60px;
}

/*INDEX LOCO*/
.index-content {}

.index-box {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
}

/*INDEX1*/
.index-box.box-1 {
  background-image: url(../assets/img/bg-pat.png);
  background-position-y: 27px;
  background-size: 60px;
  padding: 0;
}

.box-1-header {
  background-color: #f1f1f3;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;

}

.box-1-header span {
  font-size: 14px;
  padding: 0 15px;
}

.btn.btn-acceso-index {
  font-size: 14px;
  padding: 5px 15px;
  background-color: #db0011;
  color: #fff;
  border: none;
  border-radius: 0;
}

.logo-head-index {
  width: 140px;

}

.logo-maraton-index {
  width: 100%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bt-sdown-index {
  position: absolute;
  bottom: 10px;
  z-index: 2;

  width: 45px;
  left: calc(50% - 28px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate-reverse both;
  animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate-reverse both;
}

.bt-sdown-index:hover {
  bottom: 26px;
}

/*index2*/
.index-box.box2 {
  background-color: #f1f1f3;
}

.premios-img {
  position: absolute;
  top: 5vh;
  left: 50%;
  width: 100%;
  max-width: 550px;
  z-index: 2;
  transform: translateX(-50%);
}

/*PARALLAX ON MOUSE*/
.conf1 {
  position: absolute;
  top: 0;
  right: 30px;
  width: 31vw;
  pointer-events: none;
}

.conf2 {
  position: absolute;
  top: 30px;
  left: -60px;
  width: 19vw;
  pointer-events: none;
}

.conf3 {
  position: absolute;
  bottom: 30px;
  left: -90px;
  width: 20vw;
  pointer-events: none;
}

.conf4 {
  position: absolute;
  bottom: 110px;
  right: 57vw;
  width: 4vw;
  pointer-events: none;
}

.conf5 {
  position: absolute;
  bottom: 40px;
  right: 30px;
  width: 14vw;
  pointer-events: none;
}

.car1-img {
  width: 100%;
  max-width: 290px;
  display: block;
  margin: auto;
}

.car1 .item p {
  font-size: 14px;
}

.owl-carousel.car1 .owl-nav.disabled,
.owl-carousel.car1 .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 10px;
  pointer-events: none;
}

.owl-carousel.car1.car-2ind .owl-nav.disabled,
.owl-carousel.car1 .owl-nav {
  display: none;
}

.owl-carousel.car1 .owl-nav.disabled .owl-prev,
.owl-carousel.car1 .owl-nav .owl-prev {
  pointer-events: initial;
}

.owl-carousel.car1 .owl-nav.disabled .owl-next,
.owl-carousel.car1 .owl-nav .owl-next {
  pointer-events: initial;
}

.owl-carousel.car1 .owl-nav.disabled .owl-prev:focus,
.owl-carousel.car1 .owl-nav .owl-prev:focus {
  outline: none;
}

.owl-carousel.car1 .owl-nav.disabled .owl-next:focus,
.owl-carousel.car1 .owl-nav .owl-next:focus {
  outline: none;
}

.owl-carousel.car1 .owl-nav.disabled .owl-prev span,
.owl-carousel.car1 .owl-nav .owl-prev span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #999;
  border-radius: 50%;
  font-size: 50px;
  line-height: 0.4;
  color: #999;
}

.owl-carousel.car1 .owl-nav.disabled .owl-next span,
.owl-carousel.car1 .owl-nav .owl-next span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #999;
  border-radius: 50%;
  font-size: 50px;
  line-height: 0.4;
  color: #999;
}

/*INDEX3*/
.index-box.box-3 {
  background-image: url(../assets/img/bg-index-3.png);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 80px;
}

.item-plv {
  position: relative;
  min-height: 85vh;
}

.item-plv .container {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tit-mecn {
  width: 100%;
  max-width: 260px;
  display: block;
  margin: 0 auto 25px;
}

.icon-premmec {
  width: 100%;
  max-width: 280px;
  display: block;
  margin: auto;
}

.icon-mec1 {
  width: 100%;
  display: block;
  margin: auto;
  height: 90px;
  width: auto !important;
}

.paymeci {
  width: 100%;
  max-width: 100px;
  display: block;
  margin: auto;
}

.ind-mec {
  position: absolute;
  top: 0;
  left: 5vw;
  width: calc(100vw - 10vw);
  max-width: 340px;
}

.palm1 {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 37vw;
  pointer-events: none;
}

.palm2 {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 33vw;
  pointer-events: none;
}

.picon {
  width: 100%;
  max-width: 120px;
  display: block;
  margin: auto;
}

.palm-p {
  font-size: 16px;
}

.palm-p b {
  font-size: 20px;
}

/*INDEX4*/
.index-box.box-4 {
  background-color: #000;
  background-image: url(../assets/img/bg-viaje.png);
  background-size: 300px;
  padding: 30px 0;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.car2-img {
  width: 100%;
  max-width: 500px;
  margin: auto;
}

/*Index5*/
.index-box.box-5 {
  background-image: url(../assets/img/bg-pat.png);
  background-position-y: 27px;
  background-size: 60px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-img-reg {
  background-color: #f00000;
  width: 55%;
  height: 100vh;
  position: relative;
}

.reg-logo {
  width: 100%;
  z-index: 2;
  max-width: 400px;
  position: absolute;
  top: 20px;
  left: 70px;
}

.reg-person {
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 75%;
}

.box-reg {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-tabs.tabs-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
  border: none;
}

.nav-tabs.tabs-index .linea-reg {
  width: 60%;
  position: absolute;
  top: 18px;
  background-color: #dadada;
  height: 4px;
  z-index: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 3px;
}

.nav-tabs.tabs-index .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 1;
}

.nav-tabs.tabs-index .nav-item .nav-link {
  text-align: center;
  color: #000;
  border: none;
}

.nav-tabs.tabs-index .nav-item .nav-link.active {
  color: #000;
  background-color: transparent;
}

.nav-tabs.tabs-index .nav-item .nav-link.active .barra-regbt {
  width: 65%;
  height: 14px;
  background-color: #000;
  border-radius: 10px;
  display: inline-block;
}

.nav-tabs.tabs-index .nav-item .nav-link .barra-regbt {
  width: 65%;
  height: 14px;
  background-color: transparent;
  border-radius: 10px;
  display: inline-block;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border: none;
}

.button-social {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.button-social:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button-social img {
  width: 100%;
  max-width: 320px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.reg-correo-box {
  width: 100%;
  max-width: 450px;
  margin: auto;
}

/*ej scrollsnap*/
html {
  background: #fff;
}

.scroll-container,
.scroll-area {
  max-width: 850px;
  height: 600px;
  font-size: 60px;
}

.scroll-container {
  overflow: auto;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.scroll-area {
  scroll-snap-align: start;
}

.scroll-container,
.scroll-area {
  margin: 0 auto;
}

.scroll-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
}

.scroll-area:nth-of-type(1) {
  background: #49b293;
}

.scroll-area:nth-of-type(2) {
  background: #c94e4b;
}

.scroll-area:nth-of-type(3) {
  background: #4cc1be;
}

.scroll-area:nth-of-type(4) {
  background: #8360A6;
}

/*footer*/
footer {}

.footer-txt {
  font-size: 12px;
  margin: 30px 10px 20px;
}

.hsbc-foot {
  width: 100px;
}

.logo-cp {
  height: 30px;
}

.logo-ike {
  height: 35px;
}

.logo-xca {
  height: 35px;
}

.footbot {
  padding: 0 0 20px;
  font-size: 12px;
}

.foot-nav-tyc {
  background-color: #000;
  color: #fff;
  padding: 20px 0 0;
}

.foot-nav-tyc a {
  color: #fff;
}

.hr-foot {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footertyc {
  font-size: 10px;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #db0011;
  background-color: #db0011;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #db0011;
  background-color: #db0011;
}


/*MODALES*/
.modal.modal-maraton {}

.modal.modal-maraton .modal-content {
  background-color: #db0011;
  color: #fff;
}

.modal.modal-maraton.modal-maraton-registro .modal-content {
  background-color: #ddd;
  color: #000;
}

.modal.modal-maraton.modal-maraton-black .modal-content {
  background-color: #000;
  color: #fff;
}

.modal.modal-maraton .modal-content .modal-header {
  border: none;
}

.modal.modal-maraton .modal-content .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
  opacity: 1;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
}

.modal.modal-maraton .modal-content .modal-body {
  margin-top: 0;
  padding-top: 0;
}

.modal.modal-maraton .modal-content input.form-control {}

.modal.modal-maraton .modal-content input.form-control::-webkit-input-placeholder {
  color: #ff9aa2;
}

.modal.modal-maraton .modal-content input.form-control::-moz-placeholder {
  color: #ff9aa2;
}

.modal.modal-maraton .modal-content input.form-control:-ms-input-placeholder {
  color: #ff9aa2;
}

.modal.modal-maraton .modal-content input.form-control::-ms-input-placeholder {
  color: #ff9aa2;
}

.modal.modal-maraton .modal-content input.form-control::placeholder {
  color: #ff9aa2;
}

#registro-box input.form-control {
  background-color: #82000a;
  border: 1px solid #82000a;
}

#registro-box input.form-control::-webkit-input-placeholder {
  color: #ff9aa2;
}

#registro-box input.form-control::-moz-placeholder {
  color: #ff9aa2;
}

#registro-box input.form-control:-ms-input-placeholder {
  color: #ff9aa2;
}

#registro-box input.form-control::-ms-input-placeholder {
  color: #ff9aa2;
}

#registro-box input.form-control::placeholder {
  color: #ff9aa2;
}

.modal.modal-maraton.modal-maraton-registro .modal-content input.form-control {
  background-color: #bbb;
  border: 1px solid #bbb;
  color: #000;
}

.modal.modal-maraton.modal-maraton-registro .modal-content input.form-control::-webkit-input-placeholder {
  color: #888;
}

.modal.modal-maraton.modal-maraton-registro .modal-content input.form-control::-moz-placeholder {
  color: #888;
}

.modal.modal-maraton.modal-maraton-registro .modal-content input.form-control:-ms-input-placeholder {
  color: #888;
}

.modal.modal-maraton.modal-maraton-registro .modal-content input.form-control::-ms-input-placeholder {
  color: #888;
}

.modal.modal-maraton.modal-maraton-registro .modal-content input.form-control::placeholder {
  color: #888;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
  background-color: transparent;
  border: #dd0000 solid 2px;

}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border: #dd0000 solid 2px;
  background-color: #000;
}

.owl-carousel .owl-item img.nfl-bann-esc {
  width: 90%;
  max-width: 1500px;
  margin: auto;
}

.owl-carousel .owl-item img.nfl-bann-mob {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

/*MODAL TUTORIAL*/

.owl-carousel.carousel-tuto {}

.owl-carousel.carousel-tuto .owl-dots {
  text-align: center;
}

.owl-carousel.carousel-tuto .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 3px;
  border: 2px solid #ccc;
}

.owl-carousel.carousel-tuto .owl-dots .owl-dot.active {
  background-color: #999;
  border: 2px solid #999;
}

.owl-carousel.carousel-tuto .owl-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0 0;
}

.owl-carousel.carousel-tuto .owl-nav .owl-prev {
  width: 35px;
  height: 35px;
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  line-height: 0;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.owl-carousel.carousel-tuto .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  line-height: 0;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;

}

.owl-carousel.carousel-tuto .owl-nav .owl-next.disabled,
.owl-carousel.carousel-tuto .owl-nav .owl-prev.disabled {
  opacity: .3;
}


#registro-reg-box {
  display: none;
}

#registro-reg-box-fb {
  display: none;
}

/*NAVBAR*/

.navbar.navbar-maraton {
  background-color: #fff;
  padding: 0 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.41);
}

.logo-nav {
  width: 140px;
  margin-left: 15px;
}

.navbar.navbar-maraton .navbar-nav .nav-link {
  color: #000;
  padding: 15px 15px;
}



/*HAMBURGUER*/
button.hamburger:focus {
  outline: none;
}

.hamburger {
  padding: 0px 15px 0 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: rgb(189, 0, 17);
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}


.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}



/*AYUDA*/

/*HELP*/
.boton-ayuda {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 10;
  padding: 5px;
}

.boton-ayuda:focus {
  outline: none;
}

.boton-ayuda img {
  width: 75px;
}

.ayuda-contenedor {
  position: fixed;
  bottom: 130px;
  right: 15px;
  z-index: 1032;
  width: 280px;
  height: 410px;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 19px 0px rgba(148, 148, 148, 1);
  box-shadow: 0px 6px 19px 0px rgba(148, 148, 148, 1);
  display: none;
}

.ayuda-contenedor .box-header {
  background-color: #db0011;
  padding: 15px;
  color: #fff;
  position: relative;
}

.ayuda-contenedor .box-header .close-box {
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0 15px;
}

.ayuda-contenedor .box-header .close-box:focus,
.ayuda-contenedor .box-header .close-box:hover,
.ayuda-contenedor .box-header .close-box:active {
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ayuda-contenedor .box-header h2 {
  text-transform: uppercase;
}

.ayuda-contenedor .box-header h5 {
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.ayuda-contenedor .box-header h5 img {
  width: 15px;
}

.ayuda-contenedor .box-body {
  padding: 15px;
  position: relative;
  color: #777;
}

.ayuda-contenedor .box-body textarea {
  max-height: 140px;
  min-height: 140px;
}

.ayuda-contenedor .box-body .form-control {
  background-color: #f1f1f1;
  color: #999;
  border: none;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(194, 194, 194, 1);
  box-shadow: 0px 2px 5px 0px rgba(194, 194, 194, 1);
}

.ayuda-contenedor .box-body span {
  font-size: 10px;
  color: #999;
}

.input-container {
  margin: 0px auto 12px;
  max-width: 300px;
  background-color: #EDEDED;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(194, 194, 194, 1);
  box-shadow: 0px 2px 5px 0px rgba(194, 194, 194, 1);
  border-radius: 4px;
  text-align: right;
}

input.file-help[type='file'] {
  display: none;
}

.file-info {
  font-size: 0.9em;
}

.browse-btn {
  background: #000;
  color: #fff;
  min-height: 35px;
  padding: 10px;
  font-size: 12px;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.browse-btn:hover {
  background: #db0011;
}

/*THX BOX*/
.ayuda-contenedor .thx-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #db0011;
  display: none;
  padding: 15px;
  color: #fff;
  text-align: center;
}

.ayuda-contenedor .thx-box h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin-top: 45%;
}

.ayuda-contenedor .thx-box p {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 50px;
}

.ayuda-contenedor .thx-box span {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  line-height: 1;
  margin-bottom: 20px;
}


.first-container {
  margin-top: 100px;
}

.first-containeroff {
  margin-top: 130px;
}

.min-hall {
  min-height: calc(100vh - 470px);
}

.min-halloff {
  min-height: calc(100vh - 400px);
}

/*DATOS Y METAS*/
.datos-meta {
  background-color: #f1f1f3;
  padding: 20px 0 0;
}

.user-icon {
  width: 40px;
}

.user-info {
  margin: 0;
  font-size: 14px;
  margin-left: 10px;
}

.puntos-info {
  font-weight: bolder;
  font-size: 30px;
}

.meta-item-info {
  margin: 0 10px;
}

.meta-item-info p {
  font-size: 14px;
}

.meta-item-info .meta-info-img {
  width: 120px;
}

.meta-item-info .meta-info-img.meta-info-img-c {
  display: none;
}

.meta-item-info.achieved {}

.meta-item-info.achieved .meta-info-img {
  display: none;
}

.meta-item-info.achieved .meta-info-img.meta-info-img-c {
  display: inline-block;
}

.detalle-info-box {
  background-color: #d8d8d8;
}

.card-info-item {
  padding: 0 6px;
}

.card-info-item p {
  font-size: 14px;
}

.card-info-img {
  width: 90px;
  display: block;
  margin: 10px 0;
}

.tabla-info-k {
  font-size: 14px;
  width: 100%;
}

.tabla-info-k tbody tr td {
  padding: 11px 11px 11px 0;
  vertical-align: initial;
}

.tabla-info-k tbody tr td.total-km-t {
  font-size: 26px;
}

.text-info-l {
  background-color: #db0011;
  font-size: 16px;
  text-align: center;
  padding: 5px 15px;
  color: #fff;
  font-weight: bold;
}



.detalle-img-zoom {
  border: 1px solid #dadada;
}

/*breadcrum*/
.bs-hr {
  position: relative;
}

.bs-hr-txt {
  position: absolute;
  font-size: 12px;
  top: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  padding: 3px 5px;
  width: 100%;
  max-width: 400px;
  text-align: center;
}

/*HOME TABS y ARTICULOS*/
.tabs-niveles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
}

.nav.nav-tabs.tabs-niveles li.nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  border: none;
}

.nav.nav-tabs.tabs-niveles li.nav-item .meta-nivel-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 38px;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  border: none;
}

.nav.nav-tabs.tabs-niveles li.nav-item a.active {
  background-color: #f6f6f6;
  color: #000;
  border: none;
}

.nav.nav-tabs.tabs-niveles li.nav-item a:hover {
  color: #000;
}


.banner-change-lvl {
  background-color: #3d5567;
  position: relative;
  padding: 20px 15px;
  min-height: 110px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.banner-change-lvl.banner-cashback .banner-change-img {
  position: absolute;
  left: 5%;
  width: 30%;
  bottom: 21%;
}

.lvl-prize-boxx {
  padding: 15px 0;
  height: 100%;
}

.lvl-prize-boxx button {
  display: block;
  margin: auto;
}

.lvl-prize-item {
  color: #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  height: 100%;
}

.lvl-prize-boxx.agotado {
  pointer-events: none;
}

.lvl-prize-boxx .nohay {
  display: none;
}

.lvl-prize-boxx.agotado .nohay {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  font-size: 26px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.66);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lvl-prize-item h5 {
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 35px;
}

.btn-hsbc-grid {
  background-color: #f1f1f3;
  min-width: 90px;
  max-width: 130px;
  min-height: 40px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #000;
  border-radius: 0;
  width: 100%;
  border: 1px solid #f1f1f3;
  font-size: 16px;
  line-height: 1;
}

.btn-hsbc-grid:hover {
  background-color: #db0011;
  min-width: 90px;
  max-width: 130px;
  min-height: 40px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #fff;
  border-radius: 0;
  width: 100%;
  border: 1px solid #db0011;
  font-size: 16px;
  line-height: 1;
}

.col-item-grid {
  border: 1px solid #f1f1f3;
  min-height: 330px;
}

.item-grid {
  background-color: #fff;
}

.owl-carousel-grid .owl-nav {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.owl-carousel-grid .owl-nav button {
  margin: 5px;
}

.owl-carousel-grid .owl-nav button:focus {
  outline: none;

}

.owl-carousel-grid .owl-nav button span {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 0.6;
  font-size: 30px;
  border: 2px solid #bbb;
  border-radius: 50%;
  color: #bbb;
}




.fb-nolog-cont {
  display: none;
}

/*MECANICA*/

.mec-img {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: auto;
}

.mec-item h5 {
  font-size: 16px;
}


/*PREMIOS*/
.nivel-km {
  font-size: 18px;
  line-height: .9;
  display: block;
  text-align: center;
  margin: 25px 0 0 0;
  text-transform: uppercase;
}

.nivel-km span {
  font-size: 36px;
  line-height: .9;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 10px 0 0 0;
}

/*RESERVAMOS*/
.reser-circ {
  width: 100%;
  max-width: 90px;
  display: block;
  margin: auto;
}

.logo-res {
  width: 100%;
  max-width: 430px;
  display: block;
  margin: 20px auto 10px;
}

/*Carousel*/
.owl-carousel-grid--prize .owl-dots {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  position: absolute;
  bottom: -20px;
  width: 100%;
}

.owl-carousel-grid--prize .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background-color: white;
  border: 1px solid #8c8c8c;
  border-radius: 50%;
  margin: 0 5px;
}

.owl-carousel-grid--prize .owl-dots .owl-dot.active {
  background-color: #db0015;
  border: 1px solid #db0015;
}

/*CARRUSEL FLECHAS*/
.owl-carousel-grid--prize .owl-nav {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
}

.owl-carousel-grid--prize:hover .owl-nav button span {
  opacity: 1;
}

.owl-carousel-grid--prize .owl-nav button {
  height: 100%;
}

.owl-carousel-grid--prize .owl-nav button:focus {
  outline: none;
}

.owl-carousel-grid--prize .owl-nav button span {
  font-size: 100px;
  width: 30px;
  height: 100%;
  background: #dadada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .5;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  pointer-events: all;
}

@media (max-width: 991px) {
  .owl-carousel-grid--prize .owl-nav {
    display: none;
  }
}

.owl-carousel-grid.owl-carousel-grid--prize .owl-dots {
  position: relative;
}

.input-confirm-button {
  margin-top: 20px;
}


/*CANJES*/
.canjes .canje-box {
  border: 1px solid #e89686;
  border-radius: 5px;
  padding: 20px;
  background-color: white;
  -webkit-box-shadow: 10px 10px 26px -5px rgba(0, 0, 0, 0.18);
  box-shadow: 10px 10px 26px -5px rgba(0, 0, 0, 0.18);
  margin-bottom: 30px;
}

.canjes .canje-box .canje-img img {
  max-width: 200px;
  width: 100%;
  display: block;
  margin: auto;
}

.canjes .canje-box .canje-info h3 {
  margin-top: 5px;
}

.canjes .canje-box .canje-info p {
  margin: 0;
  font-size: 12px;
}

.canjes .canje-box .canje-info .well {
  margin-top: 10px;
}


/*NUEVA META*/
.consultas .panel-consultas .panel-heading .panel-title {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 18px;
}

.meta-eleccion .panel-title>span {
  width: calc(100% / 7);
  display: inline-block;
  text-align: center;
  line-height: 30px;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-default {
  border-color: #ddd;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-heading.actual {
  background-color: #db0011;
  color: #fff;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-body {
  padding: 15px;
  border: 1px solid #dcdcdc;
  border-top: none;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.consultas .panel-consultas .consulta-collapse-icon {
  width: 15px;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 1px;
}

.consultas .panel-consultas .panel-collapse {
  -webkit-box-shadow: 10px 10px 26px -5px rgba(0, 0, 0, 0.18);
  box-shadow: 10px 10px 26px -5px rgba(0, 0, 0, 0.18);
}

.meta-eleccion .panel-title>span.ver-premios a {
  background-color: #fff;
  color: #db0011;
  border: 1px solid #db0011;
  border-radius: 0px;
  font-weight: normal;
  padding: 4px 10px;
  height: 0px;
  font-size: 14px;
  cursor: pointer;
}

.meta-eleccion .panel-title>span.elejir a {
  background-color: #db0011;
  color: #fff;
  border: 1px solid #db0011;
  border-radius: 0px;
  font-weight: normal;
  padding: 4px 10px;
  height: 0px;
  font-size: 14px;
  cursor: pointer;
}

/*faqs*/

.legales-container .legales-info-box a h4 {
  border-bottom: 1px dotted #c5c5c5;
  padding-bottom: 10px;
  font-size: 16px;
  color: #000;
  margin-top: 25px;
}

.legales-container .legales-info-box h2 {
  margin-bottom: 35px;
}

.legales-container .legales-info-box {
  font-size: 14px;
}

/*terminos*/
.terminosyc {
  font-size: 14px;
}

.terminosyc p {
  font-size: 14px;
}

/*ASIST NUEVO*/
.asist-box {}

.asist-img {
  width: 70px;
}

.asist-text {
  width: 100%;
}

.legales-info-box p {
  font-size: 14px;
}

.legal-txt,
.legal-txt p {
  word-break: break-word;
  font-size: 14px;
}

.ike-asist-logoh {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: auto;
}

.asist-cardimg {
  width: 100%;
  max-width: 250px;
  display: block;
  margin: auto;
}

/*DATOS*/
.datos-inputs {
  -webkit-box-shadow: 10px 10px 26px -5px rgba(0, 0, 0, 0.18);
  box-shadow: 10px 10px 26px -5px rgba(0, 0, 0, 0.18);
  padding: 20px;
  background-color: #ececec;
  margin-bottom: 20px;
}

.datos-inputs i {
  font-size: 12px;
  display: block;
}

.datos-inputs .input-box {
  margin-top: 10px;
}

.datos-img {
  width: 100%;
  max-width: 280px;
  display: block;
  margin: auto;
}

.pd-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.c-less {
  width: auto;
  height: 20px;
  display: inline-block;
}

.w-50 {
  width: 50%;
  display: block;
  margin: 0px auto;
}

.logo-cp-img {
  width: 100%;
  max-width: 350px;
  display: block;
  margin: 15px auto;
}

.appay2 {
  width: 100%;
  max-width: 550px;
  display: block;
  margin: 15px auto;
}

.redappay {
  background-color: #db0011;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  margin: 20px auto;
}

.time {
  background-color: #7f7f7f;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 15px;
  margin: 0px;
}

.tdig2 {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 15px auto;
}

.internal {
  background-color: #f2f2f2;
  font-size: 12px;
  padding: 30px 10px;
  text-align: justify;
}

ul.steps {
  list-style: none;
}

ul.steps>li {
  margin-bottom: 10px;
  padding-left: 40px;
  text-align: justify;
}

ul.steps span.indicator {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #db0011;
  display: inline-block;
  width: 30px;
  border-radius: 15px;
  margin-right: 10px;
  text-align: center;
  margin-left: -45px;
}


.owl-carousel.car-1ind.car1 {
  position: absolute;
  top: calc(50% - 100px);
  left: 0;
}




@media (max-width: 991px) {
  .meta-eleccion .panel-title>span {
    width: 25%;
    float: left;
    margin-bottom: 10px;
  }

  .meta-eleccion .panel-title>span:nth-child(5),
  .meta-eleccion .panel-title>span:nth-child(6) {
    width: 50%;
  }

  .meta-eleccion .panel-title>span {
    width: 25%;
    float: left;
    margin-bottom: 10px;
  }

  .meta-eleccion .panel-title>span:nth-child(5),
  .meta-eleccion .panel-title>span:nth-child(6) {
    width: 50%;
  }
}

/*CONSULTAS*/
.consultas {
  margin-top: 30px;
}

.consultas .panel-consultas {}

.consultas .panel-consultas .panel-heading {
  cursor: pointer;
}

.consultas .panel-consultas .panel-heading .panel-title {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 18px;
}

.consultas .panel-consultas .consulta-id {
  font-size: 12px;
  font-weight: bold;
}

.consultas .panel-consultas .consulta-collapse-icon {
  width: 15px;
  position: absolute;
  right: 0;
  top: 1px;
}

.consultas .panel-consultas .consulta-usuario {
  font-size: 11px;
  line-height: 1.3;
  display: block;
}

.consultas .panel-consultas .consulta-hr {
  margin: 10px 0;
}

.consultas .panel-consultas .consulta-respuesta-title {
  margin: 7px 0;
}

.consultas .panel-consultas .consulta-respuesta {}

.consultas .panel-consultas .consulta-pendiente {}

.logo-modal-home {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: auto;
}

.icon-modal-wel {
  width: 100%;
  max-width: 130px;
  display: block;
  margin: auto;
}

.km-mec-img {
  display: block;
  margin: 0px auto 0;
  width: 100%;
  max-width: 100px;
}

.portacel {
  width: 100%;
  max-width: 160px;
  display: block;
  margin: auto;
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*MMEDIAS*/
@media only screen and (max-width: 575px) {
  .btn-hsbc-primary {
    max-width: 100%;
    width: 100%;
  }

  .btn-hsbc-secondary {
    max-width: 100%;
    width: 100%;
  }

  .car1-img {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: auto;
  }

  .ind-mec {
    position: relative;
    width: calc(100vw - 14vw);
    max-width: 285px;
    top: 0;
    left: 0;
    margin-top: 5vh;
    margin-bottom: 40px;
  }

  .item-plv .container {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
  }

  .nav-tabs.tabs-index .nav-item .nav-link p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .meta-item-info p {
    font-size: 12px;
  }

  .meta-item-info .meta-info-img {
    width: 65px;
  }

  .meta-item-info {
    margin: 0 5px;
  }

  .card-info-item p {
    font-size: 12px;
  }

  .card-info-img {
    width: 70px;
    display: block;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .col-item-grid {
    min-height: initial;
  }
}

/*MMEDIAS*/
@media only screen and (max-width: 991px) {
  .btn-hsbc-primary.btn-hsbc-primary--pago {
    float: right;
    color: #fff;
    max-width: 100%;
  }
}



/*TEASSERT*/
.teaser-header {
  font-size: 60px;
  text-align: center;
  color: #fff;
  z-index: 1;
  font-weight: lighter;
}

.teaser-hr-visa {
  width: 80%;
  height: 8px;
  border-radius: 4px;
  background-color: #3a3479;
  -webkit-box-shadow: 0px 4px 15px 3px rgba(0, 0, 0, 0.62);
  box-shadow: 0px 4px 15px 3px rgba(0, 0, 0, 0.62);
  margin: 20px auto;
}

.teaser-hr-mc {
  width: 80%;
  height: 8px;
  border-radius: 4px;
  background-color: #eb6013;
  -webkit-box-shadow: 0px 4px 15px 3px rgba(0, 0, 0, 0.62);
  box-shadow: 0px 4px 15px 3px rgba(0, 0, 0, 0.62);
  margin: 20px auto;
}

.teaser-logo {
  width: auto;
  height: 70px;
  display: block;
  margin: auto;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .teaser-header {
    font-size: 30px;
  }
}

.viva {
  float: right;
}

.vivalog {

  justify-content: center;
  padding-top: 10px;
}