/*! 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 {
  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;
  border-radius: 0px;
  /* 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 {
  font-size: 1em;
}

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: 180px;
  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;
}
/* NUEVOS */
.btn-legales{
  width: 230px;
  color: white;
  background: black;
  padding: 10px;
  text-decoration: none !important;
}
.btn-legales:hover{
  width: 230px;
  color: white;
  background: black;
  padding: 10px;
}
.btn-promociones{
  width: 230px;
  color: white;
  background: #db0011;
  padding: 10px;
  text-decoration: none !important;
  text-decoration: none;
}
.btn-promociones:hover{
  width: 230px;
  color: white;
  background: #ef6d5e;
  padding: 10px;
}
.banner-txt-red {
  font-size: 14px;
  background-color: #db0011;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  padding-left: 10px;
  position: relative;
  margin: 40px 0;
}
.sbg {
  text-align: center;
  color: #8c8c8c;
  margin-right: 50px;
  border-right: 1px solid #8c8c8c;
}
.owl-carousel .owl-nav.disabled {
  display: block;
}
.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel .owl-nav.disabled .owl-prev span {
  font-size: 200px;
  position: absolute;
  top: 40%;
  line-height: 0;
  left: -40px;
  color: #a2a2a2;
}
.owl-carousel .owl-nav button.owl-next {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel .owl-nav.disabled .owl-next span {
  font-size: 200px;
  position: absolute;
  top: 40%;
  line-height: 0;
  right: -40px;
  color: #a2a2a2;
}
.btn-hsbc-secondary {
  background-color: #000;
  min-width: 150px;
  padding: 10px;
  font-size: 12px;
  min-height: 39px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  border-radius: 0px;
  width: 100%;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.btn-hsbc-secondary:hover, .btn-hsbc-secondary:focus {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.sbg2 {
  border-top: 1px solid #8c8c8c;
}
.centrado{
  display: flex;
  align-items: center;
  justify-content: center;
}
.tit-registro{
  font-size: 25px;
  font-weight: bold;
}
.img-person {
  max-width: 100%;
  padding-bottom: 0px;
  margin-bottom: 0px;
}









/*First Content*/
.btn-hsbc-primary.btn-hsbc-primary--pago {
  float: right;
  color: #fff;
  max-width: 50%;
}

.btn-hsbc-primary.btn-hsbc-primary--ban {
  display: block;
  margin: auto;
  max-width: 580px;
  position: relative;
  font-size: 24px;
}

.btn-hsbc-primary.btn-hsbc-primary--header {
  max-width: 130px;
  font-size: 17px;
  padding: 10px 15px;
  min-width: 0;
  float: right;
  text-decoration: none !important;
}
.btn-hsbc-primary-gen,
.btn-hsbc-primary-gen:hover {
  color: white;
  background: #db0011;
  max-width: 210px;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  min-width: 0;
  float: right;
  text-decoration: none !important;
}

.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;
}
.body-hsbc a {
  text-decoration: none;
}
/*FIRST CONT*/
.body-hsbc {}

.header-logo {
  max-width: 280px;
  margin: auto;
}


/*.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: 55px;
  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: transparent
}

.footerbgn {
  /*background-image: url(../assets/img/bgn.png);
  background-position-y: 27px;
  background-size: 250px;*/
  background-color: transparent;
}

.footer span.derechos,
.footer a {
  color: #101010;


}

.footer span,
.footer a {
  font-size: 12px;
  color: #101010;
}

.container-main {
  min-height: calc(100vh - 140px);
}

.container-index {

  min-height: calc(100vh - 440px);
}
.alinea{
  margin-top: 70px;
}

.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;
  height: 40px;
  width: 40px;
  line-height: 0;
  opacity: 1;
  color: rgb(255, 255, 255);
  position: absolute;
  right: -20px;
  z-index: 9;
  top: -20px;
  border-radius: 50px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  padding: 0px;
  transition: all 0.3s ease 0s;
}
.modal-header .close span {
  font-size: 25px;
}

.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: 14px;
}

p.modal-tyc {
  font-size: 12px;
}

.logo-head-al {
  width: 100%;
  max-width: 130px;
}

.logo-head-al2 {
  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.1);
}

.container-hsbc-one.container-hsbc-one--home {
  position: relative;
}

.first-content {
  margin-top: 65px;
}

.title-big {
  font-size: 24px;
}

.owl-carousel.banners-slide .item {}

.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/1.jpg);*/
  background-size: cover;
  background-position-y: 30%;
}

/**/
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background: transparent;
  background-clip: padding-box;
  border: 1px solid #db0011;
  border-radius: 50%;
  opacity: .5;
  transition: opacity .6s ease;
}
.carousel-indicators .active {
  background: #db0011;
  opacity: 1;
}

/**/

.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;
}

.pupi {
  display: none;
}

/*/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);
}

/*Teaser*/
.txt-tease {
  font-size: 20px;
  width: 100%;
  max-width: 550px;
  margin: 10px auto 50px;
  text-align: center;
  font-weight: 600;
}

.logo-tease {
  width: 100%;
  max-width: 550px;

}


/*MMEDIAS*/
@media only screen and (max-width: 350px) {
  .logo-head-al {
    width: 80px;
  }

  .btn-hsbc-primary.btn-hsbc-primary--header {
    font-size: 14px;
    padding: 5px;
    max-width: 80px;
  }


}

@media only screen and (max-width: 575px) {
  .btn-hsbc-primary {
    background-color: #db0011;
    min-width: 180px;
    max-width: 100%;
    margin-bottom: 7px;
    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;
  }

  .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;
  }
}

@media only screen and (max-width: 767px) {
  .modal-header .close {
    background-color: red;
    height: 40px;
    width: 40px;
    line-height: 0;
    opacity: 1;
    color: rgb(255, 255, 255);
    position: absolute;
    right: 0px;
    z-index: 9;
    top: 0px;
    border-radius: 50px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 0px;
    transition: all 0.3s ease 0s;
}
.owl-carousel .owl-nav button.owl-prev {
  display: none;
}

.owl-carousel .owl-nav button.owl-next {
  display: none;
}




}

/*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%;
  }
}






/*/NGS*/
.img-card-n {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 30px auto;
}

body {
 /* background-image: url(../assets/img/bgn.png);*/
  background-position-y: 27px;
  background-size: 250px;
}

.ban-red-gs {
  background-color: #ca3631;
  text-align: center;
  padding: 10px 45px;
  color: #fff;
  position: relative;
}

.ban-red-gs .logo-gs-red {
  position: absolute;
  width: 120px;
  left: -20px;
  top: -30px;
}

.ban-gr-gs {
  color: #fff;
  background-color: #3d3d3d;
  text-align: center;
  padding: 10px 15px;
}

@media only screen and (min-width: 768px) {
  .ban-red-gs {
    padding: 10px 15px;
  }

  .ban-red-gs .logo-gs-red {
    position: absolute;
    width: 220px;
    left: -40px;
    top: -50px;
  }
}

.hr-mid {

  width: auto;
 
  margin-top: 25px;
 
 }
 
 
 
 
 
  
.hr-mid {

 padding: 50px 0px;

}


.hr-mid span {
  
   background-color: #fff;
  
   font-weight: 600;
  
   text-align: center;
  
  }

.hr-mid hr {
  margin: 0;
}

.img-shop-btn {
  position: absolute;
  width: 50px;
  left: -20px;
  top: -5px;
}

.img-shop-btn2 {
  position: absolute;
  width: 55px;
  left: 0px;
  top: 42px;
}

.tardig-box {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.bflogo {
  width: 70%;
  max-width: 150px;
}

.mvlogo {
  width: 70%;
  max-width: 150px;
}

.hwlogo {
  width: 70%;
  max-width: 150px;
}

.popo {
  width: 30%;
}

.popo span {
  font-size: 12px;
}

.logogs-info {
  width: 100%;
  max-width: 230px;
}


/*HS 280422 NM*/
.text-r {
  color: #db0011;
  font-weight: bold;
}

.text-boni {
  padding-top: 10%;
  text-align: left;

}

.percent {
  font-size: 50px;
  text-align: right;

}

.black {
  background-color: #000;
  border: solid 1px #fff;
  padding:20px;
  max-width: 450px !important;
}

.text-fire {
  font-size: 18px;
  padding-bottom: 15px;
}

.container-index-red {
  background-color: #db0011;

}

.container-index-black {
  background-color: #000;

}

.white {
  color: #fff;
}

.align-self {
  padding-bottom: 0%;
}

.img-person {
  max-width: 500px;

  padding-bottom: 0px;
  margin-bottom: 0px;
}

.cuadror {
  background-color: #a61a1a;
  /*margin-right: -15px !important;*/
  padding: 30px 25px 15px 25px;
  margin-right: 30px;


}

.cuadrob {
  background-color: #000;
  /*margin-right: -15px !important;*/
  padding: 7px 100px;


}

.icono {
  padding: 10px;
  max-width: 100px;
}

.check-red {
  background-color: #db0011;
  padding: 15px 10px 0px 20px;
}

.check-gray {
  background-color: #000;
  padding: 15px 10px 0px 20px;
}

.check-gray2 {
  background-color: #5b5b5b;
  padding: 15px 10px 0px 20px;
}


.capt-img {
  max-width: 300px;
}

.dos-d {
  font-weight: 600;
  font-size: 2em;
  color: #e21d1c;
  text-align: center;
}

.dos-dD {
  max-width: 300px;
  margin: auto;
}

.dos-db {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px;

}

.icono-card {
  margin: 9px;
  padding: 9px;
  width: 80px;
}

.hr-mid {
  padding: 50px 0px;
  position: relative;
}

.pleca-n {
  margin-top: 50px;
}

.prom {
  max-width: 400px;
}

.mas {
  font-size: 20px;
  margin-left: 30px;
}



@media (max-width: 991px) {
  .text-boni {
    padding-top: 0px;
    text-align: center;
  }

  .pleca-n {
    margin-top: 0px;
  }

  .img-shop-btn2 {
    position: absolute;
    width: 55px;
    left: 0px;
    top: -7px;
  }

  .percent {
    font-size: 70px;
    text-align: center !important;
  }

  .minus {
    display: none;

  }

  .hr-mid {
    padding: 30px 0;
    position: relative;
  }

  .img-person {
    max-width: 60%;
  }





}


@media (max-width: 767px) {
  .logo-head-al2 {
    margin: auto !important;
    margin-bottom: 20px;
  }

  .img-placa {
    width: 100%;


  }
  .alinea {
    margin-top: 20px;
}

.hr-mid {

   width: auto;
  
   margin-top: 25px;
  
  }
  
  
  
  
  .hr-mid span {
  
   background-color: #fff;
  
   font-weight: 600;
  
   text-align: center;
  
  }

}


@media (max-width: 540px) {
  .text-fire {
    font-size: 14px;
    padding-bottom: 15px;
  }

  .txt-tease {
    font-size: 16px;

  }

  .cuadrob {
    padding: 7px 50px;
    text-align: center;
  }


}

@media (max-width: 370px) {
  .img-shop-btn {
    display: none;
  }


}

.form-check-input {
  position: absolute;
  margin-top: 0.5rem;
  margin-left: -.5rem;
  /*margin-left: -1.25rem;*/
}

.img-ama {
  width: 200px;
}



.img-placa {
  margin-top: 50px;

}

.mr-2 {
  width: 25px;
}

.flecha-down {
  margin: auto;
  width: 0px;
  height: 0px;
  border-left: 25px solid transparent;
  /* izquierda flecha */
  border-right: 25px solid transparent;
  /* derecha flecha */
  border-top: 25px solid #db0011;
  /* base flecha y color*/
  font-size: 0px;
  line-height: 0px;
}

.medium {
  font-size: 22px;
}

.medium1 {
  font-size: 24px;
}


.icono1 {
  width: 70px;
}

.ancho {
  max-width: 1000px;
  margin: auto;
}
input[type="checkbox"] {
  transform: scale(1);
}
.a-legales{
  text-align: right;
}



/* Styles Sadot */

.w-aut{
  width: 50%!important;
}

.vig{
  font-size: 1.2rem;
}

.comercio-name{
  font-size: 20px;
}

@media (max-width:500px){
  footer a.foot-imp {
    font-size: 11px;
}

.vig{
  font-size: 14px;
}

.w-aut{
  width: 100%!important;
}
}


.bold-red{
color: #db0011;
font-weight: bold;
padding: 15px 0;
}

.btn-barrido {
  /* background-color: red; */
  border: 3px solid red;
  width: 50px;
  font-weight: bold;
  border-radius: 50%;
  height: 50px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  color: red;
}


.btn-barrido:hover {
 
  color: red;
}


.imagen-porfolio {
  width: 60%;
}

@media (max-width: 991px) {
  .imagen-porfolio {
    width: 100%;
  }
}

.cnomina {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.rdd-color {
  color: #db0011;
}
.custom-title > span {
  position: relative;
  display: inline-block;
  padding-top: 80px;
}
.custom-title > span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 50px;
  background: #db0011;
}

.img-form-2 {
  margin-top: 8rem;
}
.banner-gen{
  position: relative;
  width: 100%;
  color: #000;
  background: #f0f0f0;
  padding: 10px 10px 50px 50px;
  display: flex;
  align-items: center;
}
.btn-banner{
  background-color: #db0011;
  min-width: 180px;
  font-size: 21px;
  font-weight: bold;
  min-height: 39px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #fff;
  border-radius: 0px;
  border: 1px solid #db0011;
}
.btn-banner:hover {
  background-color: #ef6d5e;
  min-width: 180px;
  font-size: 21px;
  min-height: 39px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #fff;
  border-radius: 0px;
  border: 1px solid #db0011;
}
.btn-comercios{
  width: 100%;
  color: white;
  font-weight: bold;
  background: black;
  padding: 10px;
  text-decoration: none !important;
  text-decoration: none;
}
.btn-comercios:hover{
  width: 100%;
  color: white;
  background: black;
  padding: 10px;
}
.margen-tit{
  position: relative;
  margin-bottom: -30px;
  z-index: 9;
}
.marcas{
  padding: 0px 0px 20px 0px;
}
.logo-marca{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.logo-marca img{
  padding: 10px 20px;
  transition: 0.3s;
  opacity: 0.5;
  filter: grayscale(100);
}
.logo-marca img:hover{
  filter: none;
  opacity: 1;
}
.img-dish{
  width: 150px;
  height: auto;
}
.logos{
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos p{
  font-size: 19px;
  font-weight: bold;
  padding-top: 23px;
}

@media (max-width: 991px) {
  .banner-gen{
    position: relative;
    width: 100%;
    color: #000;
    background: #f0f0f0;
    padding: 30px 0px 40px 0px;
    display: flex;
    align-items: center;
  }
  .banner-gen h1{
    font-size: 21px;
  }
  .img-form-2 {
    margin-top: 1rem;
    margin-left: 0px;
  }
  
}


.comercios-header {
  text-align: center;
  font-weight: bold;
  color: #db0011;
  margin-top: 40px;
  margin-bottom: 40px;
  filter: drop-shadow(rgba(0, 0, 0, 0.24) 0px 3px 8px);
}

.hsbc-table {
  text-align: center;
  background-color: #db0011;
  color: #ffffff;
}

.ft-w-bld {
  font-weight: bold;
}

.justificado {
  text-align: justify;
}


.accordion-button:focus {
  box-shadow: none; /* Elimina el borde resaltado */
  outline: none; /* Elimina el contorno */
}

.accordion-button:not(.collapsed) {
  background-color: transparent; /* Evita el color de fondo azul */
  color: inherit; /* Mantiene el color del texto original */
}

/* NUEVO 18-DICIEMBRE-2024 */
@media only screen and (max-width: 480px) {
  .btn-hsbc-primary-gen,
  .btn-hsbc-primary-gen:hover {
    color: white;
    background: #db0011;
    max-width: 150px;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
    min-width: 0;
    float: right;
    text-decoration: none !important;
  }
  .logo-eco {
    margin: auto;
    margin-top: -20px;
  }
  .txt-eco {
    text-align: center;
  }
}

@media only screen and (max-width: 372px) {
  .btn-hsbc-primary-gen,
  .btn-hsbc-primary-gen:hover {
    color: white;
    background: #db0011;
    max-width: 120px;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
    min-width: 0;
    float: right;
    text-decoration: none !important;
  }
}