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

.row1 {
  background-image: url("../assets/img/pattern.png");
  background-repeat: no-repeat;
  margin-top: 50px;
  margin-bottom: 30px;
}

/**
 * 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 {
  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: #db0011;
  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 */
  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 {
  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"] {
  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: 18px;
}

h1 {
  font-size: 34px;
}

h4 {}

ul li {
  font-size: 16px;
}

button {
  cursor: pointer;
}

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

/*TERMINA NORMALIZE*/

/*ESTILOS EMPIEZAN*/
/*---------*/
/*FONTS*/
@font-face {
  font-family: 'Univers';
  src: url('../fonts/UniversNextforHSBCW01-Lt.eot');
  src: url('../fonts/UniversNextforHSBCW01-Lt.eot?#iefix') format('embedded-opentype'),
    url('../fonts/UniversNextforHSBCW01-Lt.woff2') format('woff2'),
    url('../fonts/UniversNextforHSBCW01-Lt.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Univers';
  src: url('../fonts/UniversNextforHSBCW01-Bd.eot');
  src: url('../fonts/UniversNextforHSBCW01-Bd.eot?#iefix') format('embedded-opentype'),
    url('../fonts/UniversNextforHSBCW01-Bd.woff2') format('woff2'),
    url('../fonts/UniversNextforHSBCW01-Bd.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

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

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

.alert {
  border-radius: 0;
}

hr {
  margin: 30px 0 20px;
}

/*First Content*/
.btn-hsbc-primary {
  background-color: #db0011;
  min-width: 150px;
  font-size: 12px;
  min-height: 39px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #fff;
  border-radius: 0px;
  width: 100%;
  border: 1px solid #db0011;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.btn-hsbc-primary.btn-hsbc-primary--head {
  max-width: 160px;
  font-size: 16px;
}

/*First Content*/
.btn-hsbc-primary.btn-hsbc-primary--pago {
  float: right;
  color: #fff;
  max-width: 50%;
}

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

.btn-hsbc-primary:disabled {
  background-color: #e2a195;
  border: 1px solid #e2a195;
}

.btn-hsbc-secondary {
  background-color: #000;
  min-width: 150px;
  font-size: 12px;
  min-height: 39px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #fff;

  border-radius: 0px;
  width: 100%;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

/*First Content*/
.btn-hsbc-secondary.btn-hsbc-secondary--pago {
  float: right;
  color: #fff;
  max-width: 50%;
}

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

.btn-hsbc-secondary:disabled {
  background-color: #999;
  border: 1px solid #999;
}

/*FIRST CONT*/
.body-hsbc {}

.header-logo {
  max-width: 280px;
  margin: auto;
}

.bg-greys {
  background-color: #efefef;
  padding: 10px 25px;
}

.bg-reds {
  background-color: #db0011;
  padding: 10px 25px;
  color: #fff;
}

/*.header-hsbc{
-webkit-box-shadow: 0px 3px 5px 0px rgba(163,163,163,1);
-moz-box-shadow: 0px 3px 5px 0px rgba(163,163,163,1);
box-shadow: 0px 3px 5px 0px rgba(163,163,163,1);
}*/

.home-img {
  width: 100%;
  margin-left: -15px;
}

.icon-step {
  width: 75px;
  margin-right: 10px;
}

span.span-title {
  font-size: 20px;
  background-color: #dbdbdb;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  padding: 5px 15px;
  font-weight: bold;
}

span.span-title span {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}

.form-group.form-group--avaluo {
  display: flex;

}

.form-group.form-group--avaluo label {
  width: 50%;
  height: 45px;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.form-group.form-group--avaluo input.form-control {
  width: 50%;
  height: 45px;
  border-radius: 0;
}

.footer {
  background-color: #fff;
  border-top: #cdcdca solid 1px;
}

.footer span.derechos,
.footer a {
  color: #999;
}

.footer span,
.footer a {
  font-size: 16px;
  color: #101010;
}

.container-main {
  min-height: calc(100vh - 190px);
}

.tooltip-inner {
  font-size: 12px;
  border-radius: 0;
}

.quest-span {
  background-color: #ababab;
  width: 18px;
  height: 18px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
}

.legales-info-box a h4 {
  font-size: 18px;
  border-bottom: 1px dotted #000;
  margin-top: 20px;
}

.legales-info-box .card.card-body {
  padding: 0;
  border: none;
  padding-top: 10px;
  font-size: 16px;
}

/*MODAL*/
.modal-header .close {
  background-color: red;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  line-height: 0;
  padding: 0;
  opacity: 1;
  color: #fff;
  position: absolute;
  right: 0;
  z-index: 9;
  transition: all .3s;
  top: 0;
}

.modal-header {
  border: none;
  padding: 0;
}

.img-modal-acc {
  max-width: 100px;
}

.modal-body .form-group label {
  font-size: 15px;
}

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

.custom-control-label {
  font-size: 15px;
}

.cancelar-modal {
  font-size: 15px;
  text-decoration: underline;
  float: left;
}

h5.main-title.main-home {
  font-size: 20px;
}

.form-group label {
  font-size: 16px;
}

.registro-bg {
  background-color: #efefef;
}

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

.step {
  margin-bottom: 40px;
}

.step-number {
  width: 40px;
  height: 40px;
  background: #db0011;

  border-radius: 50%;
  text-align: center;
  line-height: 2.3;
  color: #fff;
  font-weight: bold;
  margin-right: 20px;
}

.step-text {
  margin: 0;
  flex: 1;
  text-align: justify;
  font-size: 16px;
}

.foot-leg {
  color: #999;
  font-size: 12px;
  margin: 0;
  text-align: justify;
  margin-top: 15px;
}

.footer span.big-leg {
  font-size: 26px;
}

footer a.foot-imp {
  font-size: 14px;
}

.reg-lit {
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-top: 10px;
}

p.legales {
  line-height: 1.4;
  font-size: 12px;
}

p.legales b {
  font-size: 18px;
}

p.modal-tyc {
  font-size: 12px;
}

.logo-head-al {
  width: 100%;
  max-width: 130px;
}

.logo-footer-al {
  width: 100%;
  max-width: 100px;
}

.container-hsbc-one {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  padding: 15px 0;
  top: 0;
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.46);
}

.first-content {
  margin-top: 65px;
}

.title-big {
  font-size: 24px;
}

.owl-carousel.banners-slide .item {
  min-height: 300px;
}

.owl-carousel.banners-slide .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel.banners-slide .owl-dots button.owl-dot {
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #db0011;
  margin: 0 5px;
  opacity: .5;
}

.owl-carousel.banners-slide .owl-dots button.owl-dot.active {
  background-color: #db0011;
  opacity: .9;
}

.owl-carousel.banners-slide .item.item-bg1 {
  background-image: url(../assets/img/3.jpg);
  background-size: cover;
  background-position-y: 30%;
}

.owl-carousel.banners-slide .item.item-bg2 {
  background-image: url(../assets/img/2.jpg);
  background-size: cover;
  background-position-y: 50%;
}

.owl-carousel.banners-slide .item.item-bg3 {
  background-image: url(../assets/img/1.jpg);
  background-size: cover;
  background-position-y: 30%;
}

.bann-txt-box {
  background-color: rgba(255, 255, 255, .4);
  padding: 10px 15px;
  margin-top: 10%;
}

.banntxt-legal {
  font-size: 14px;
}

.logos-xcar {
  width: 100%;
  max-width: 350px;
  margin-top: 20%;
}

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

.first-container {
  min-height: calc(100vh - 140px);
  margin-top: 65px;
}

.hr-index {
  position: relative;
}

.hr-index span {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0 8px;
  font-size: 14px;
  color: #db0011;
  font-weight: bold;
}

.hr-red {
  border-top: 2px dashed rgb(221, 0, 0);
}

.leg-mod {
  font-size: 14px;
}

.ban-des {
  width: 100%;
}

.ban-mob {
  width: 100%;
}

.banner {
  margin-top: 66px;
}

.mmd-img {
  width: 120px;
}

.p-mmd {
  font-size: 16px;
  flex: 1;
}

.alert-secondary {
  color: #fff;
  background-color: #db0011;
  border-color: #db0011;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgb(221, 0, 0);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
  position: fixed;
  z-index: 20;
  top: 10px;
  right: 10px;
  color: #fff;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #ffffff;
  background-color: rgb(221, 0, 0);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#toast-noreg,
.tdc-comp {
  display: none;
}

/*BUEN FIN*/
.txt-head {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 40px auto 30px;
}

.txt-eyame {
  width: 100%;
  max-width: 350px;
  display: block;
  margin: 30px auto 0px;
}

.grey-cont {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 15px -3px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 4px 15px -3px rgba(0, 0, 0, 0.39);
}

.registro-box {
  background-color: #eeeeee;
}

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

.form-group label.label-reg {
  font-size: 20px;
}

.cashi-img {
  width: 90px;
}

.wal-bo {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: auto;
}

.hr-short {
  max-width: 240px;
  margin: 30px auto;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

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

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

.i-reg {
  width: 100%;
  max-width: 180px;
  display: block;
  margin: 15px auto;
}

.card-reg {
  width: 100%;
  max-width: 380px;
  display: block;
  margin: 35px auto;
}

/*/COMERICOS*/

.parrilla .col-md-3 a img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.parrilla .col-md-3 a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cont-blue {
  background-color: #000;
}

.cont-red {
  background-color: #e11b00;
  position: relative;
}

.cont-grey {
  background-color: #ebecef;
  position: relative;
}

.cont-grey::before {
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  display: inline-block;
  left: 50%;
  background-color: #e11b00;
  bottom: 17px;
}

.pr-img {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.cards-block {

  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

}

.cards-block img {
  width: 50%;
}









/*MMEDIAS*/
@media only screen and (max-width: 991px) {
  span.span-title {
    font-size: 20px;
    background-color: #dbdbdb;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding: 5px 15px;
  }

  .form-group.form-group--avaluo {
    flex-wrap: wrap;
  }

  .form-group.form-group--avaluo label {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    font-weight: bold;
  }

  .form-group.form-group--avaluo input.form-control {
    width: 100%;
    height: 45px;
    border-radius: 0;
  }

  .btn-hsbc-primary.btn-hsbc-primary--pago {
    float: right;
    color: #fff;
    max-width: 100%;
  }
}

/*MMEDIAS*/
@media only screen and (max-width: 767px) {
  .banner {
    margin-top: 67px;
  }

  .cards-block img {
    width: 100%;
  }

  .cont-grey::before {
    content: "";
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .banner {
    margin-top: 65px;
  }

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

  .btn-hsbc-secondary {
    min-width: 150px;
    max-width: 100%;
    margin-bottom: 7px;
    font-size: 12px;
    min-height: 39px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 0px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
  }

  .img-main-box {
    max-height: 250px;
    overflow: hidden;
  }

  .home-img {
    width: 100%;
    margin-left: 0;
  }

  .main-title {
    font-size: 14px;
    text-align: right;
  }

  .header-logo {
    max-width: 210px;
  }

  h5.main-title.main-home {
    font-size: 14px;
  }

  .owl-carousel.banners-slide .owl-dots {
    position: absolute;
    bottom: -25px;
    width: 100%;
    text-align: center;
  }

  .owl-carousel.banners-slide .item {
    min-height: 460px;
  }
}

.le {
  padding-left: 15px;
}

.padd {
  padding-top: 30px;
  padding-bottom: 30px;
}

/*CONTACTO*/
.contacto-btn {
  position: fixed;
  top: 12%;
  left: 0;
  padding: 0;
  border: none;
  z-index: 199;
  transition: all .2s;
}

.contacto-btn:hover {
  transform: scale(1.05);
}

/*CONTACTO*/
.contacto-btn2 {
  position: fixed;
  top: 19.2%;
  left: 0;
  padding: 0;
  border: none;
  z-index: 199;
  transition: all .2s;
}

.contacto-btn2:hover {
  transform: scale(1.05);
}

.animate__animated.animate__fadeIn {
  --animate-duration: 3s;
}

.animate__animated.animate__fadeInRight {
  --animate-duration: 1.5s;
}

.y {
  font-size: 4em;
  font-weight: 400;
}

.y2 {
  font-weight: 700;
}