/*! 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 0.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;
}

.sup-superior {
  top: -2em;
  font-size: 12px;
}

/* 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: 14px;
}

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;
  background-size: cover;
  color: #000;
  font-size: 18px;
  width: 100% !important;
  height: 100% !important;
}

.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: 18px !important;
  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 #db0011;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 20px;
  padding-top: 20px;
}

/*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: #db0011;
  border: 1px solid #db0011;
}
*/ .btn-hsbc-primary:disabled {
  background-color: #db0011;
  border: 1px solid #db0011;
}

.btn-hsbc-secondary {
  background-color: #000;
  min-width: 150px;
  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: normal;
  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*/
header {
  background-image: url(/src/assets/img/bg-bann.jpg);
  background-color: #eaeaea;
  padding: 40px 0;
  background-size: cover;
}

.head-text {
  font-size: 18px;
}

.hw-logo {
  width: 100%;
  max-width: 160px;
}

.txt-banner-box {
  background-color: #fff;
  font-size: 24px;
  padding: 15px;
  text-align: center;
}

/*comercios*/
.banner-txt-red {
  font-size: 14px;
  background-color: #db0010;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  padding-left: 50px;
  position: relative;
  margin: 40px 0;
}

.icon-bann {
  position: absolute;
  width: 60px;
  left: -10px;
  top: -20px;
}

.comercio-name {
  margin-top: 20px;
}

/*icons*/
.item-icons {
  padding: 0 20px;
}

.item-icons p {
  margin-top: 15px;
}

.icon-img {
  width: 100px;
  display: block;
  margin: auto;
}

.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: 1px solid #000;
}

.footer span.derechos,
.footer a {
  color: #999;
}

.footer span,
.footer a {
  font-size: 12px;
  color: #eee;
}

.container-main {
  min-height: calc(100vh - 220px);
}

.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 0.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;
}

.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: 13px;
  color: #000;
}

.reg-lit {
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-top: 10px;
}

p.legales {
  line-height: 1.4;
  font-size: 18px;
  text-align: justify;
}

ol.legales {
  line-height: 1.4;
  font-size: 12px;
}

p.modal-tyc {
  font-size: 12px;
}

.logo-head-al {
  width: 100%;
  max-width: 130px;
}

.benef-box {
  display: flex;
}

.benef-cont {
  flex: 1;
}

.benefico {
  width: 110px;
}

.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);
}

#nocorreonuevo {
  display: none;
}

.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: 0.5;
}

.owl-carousel.banners-slide .owl-dots button.owl-dot.active {
  background-color: #db0011;
  opacity: 0.9;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled .owl-prev span {
  font-size: 200px;
  position: absolute;
  top: 30%;
  line-height: 0;
  left: -40px;
  color: #a2a2a2;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled .owl-next span {
  font-size: 200px;
  position: absolute;
  top: 30%;
  line-height: 0;
  right: -40px;
  color: #a2a2a2;
}

/*LOGIN*/
.logo-login {
  width: 100%;
  max-width: 310px;
}

/*REWARDS*/
.reward-icon {
  width: 100%;
  max-width: 115px;
}

.reward-item {
  width: 250px;
  padding: 0 15px;
}

.reward-item a {
  color: #000;
}

.reward-item a p {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 37px;
  line-height: 1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rwimg {
  width: 100%;
  max-width: 160px;
  display: block;
  margin: auto;
}

.posrel {
  position: relative;
}

.hr-vert {
  width: 2px;
  height: 100%;
  background-color: #b1b1b1;
  position: absolute;
  right: 0;
}

/*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 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.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;
}

/*PREMIOS*/
.nivel-km {
  font-size: 36px;
  line-height: 0.9;
  font-weight: bold;
  display: block;
  text-align: center;
  text-shadow: -3px -1px 2px #b2b2b2;
  margin: 25px 0 0 0;
}

/*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, 0.05);
  box-shadow: 0 1px 1px rgba(0, 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;
}

/*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 {
}

.button-social img {
  width: 100%;
  max-width: 320px;
  transition: all 0.2s;
}

#block-cards {
  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%;
  }
}

/*MMEDIAS*/
@media only screen and (max-width: 767px) {
  .banner {
    margin-top: 67px;
  }

  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    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%;
    margin-bottom: 7px;
    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 #db0011;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
  }

  .btn-hsbc-secondary {
    min-width: 150px;
    max-width: 100%;
    margin-bottom: 7px;
    font-size: 12px;
    min-height: 39px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 0px;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    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;*/
  }
}

.persona {
  width: 85%;
  min-width: 300px;
  margin-top: 20px;
}

/*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 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.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 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.owl-carousel.carousel-tuto .owl-nav .owl-next.disabled,
.owl-carousel.carousel-tuto .owl-nav .owl-prev.disabled {
  opacity: 0.3;
}

#registro-reg-box {
  display: none;
}

#registro-reg-box-fb {
  display: none;
}

.secondaryColor {
  background-color: #808080 !important;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
  position: absolute;
  bottom: 100px;
  margin: 0px 10px 0px 10px;
}

.log-on {
  width: 150px;
}

.mini-steps {
  width: 30px;
  min-width: 30px;
  text-align: center;
  font-size: 16px;
  margin-right: 20px;
  height: 30px;
  line-height: 1.7;
  border-radius: 50%;
  border: 2px solid red;
  background-color: red;
  color: #fff;
  vertical-align: middle;
}
.sec01 {
  width: 80%;
}

.btn-prev {
  background-color: gray;
  min-width: 100px;
  font-size: 12px;
  min-height: 39px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  max-width: 100px;
  border-radius: 10px;
  width: 100%;

  border: 1px solid gray;
  font-weight: bold;
  line-height: 1;
}
.btn-prev:hover,
.btn-prev:focus {
  color: #fff;
  background-color: gray;
  outline: 0;
}
.btn-next:visited {
  background-color: gray;
  border: 1px solid gray;
}

.btn-next {
  background-color: #db0011;
  min-width: 100px;
  font-size: 12px;
  min-height: 39px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  max-width: 380px;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #db0011;
  font-weight: bold;
  line-height: 1;
}
.btn-next:hover,
.btn-next:focus {
  color: #fff;
  background-color: #db0011;
  outline: 0;
}
.btn-next:visited {
  background-color: #e2a195;
  border: 1px solid #db0011;
}

/*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: #db0011;
  border: 1px solid #db0011;
}

.btn-hsbc-primary:disabled {
  background-color: #db0011;
  border: 1px solid #db0011;
}

.modal-footer.onboarding {
  justify-content: space-between;
}

/***************
    CSS EXTRA
****************/

.sbg {
  text-align: center;
  color: #8c8c8c;
  margin-right: 35px;
  border-right: 1px solid #8c8c8c;
}

.sbg2 {
  border-top: 1px solid #8c8c8c;
}

.sbg3 {
  margin-top: 30px;
}

.sbg4 {
  text-align: center;
  color: #8c8c8c;
}

.comsec {
  border: 1px solid #8e8e8e;
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}
.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.msi {
  margin-bottom: -20px;
}

.bordered {
  margin-top: 30px;
  background-color: #db0011;
  color: white;
  padding-bottom: 3px;
  padding-top: 10px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.bordegray {
  margin-top: 30px;
  background-color: #353536;
  color: white;
  padding-bottom: 3px;
  padding-top: 10px;
  border-radius: 20px;
  margin-top: 30px;
}

.bordegrayend {
  margin-top: 60px;
  background-color: gray;
  color: white;
  padding-bottom: 20px;
  padding-top: 20px;
  border-radius: 20px;
}

.tittlered {
  font-size: 26px;
}

h5.text-center.textborder {
  font-size: 23px;
}

h5.text-center.textborder2 {
  font-size: 19px;
}

.vivacard {
  width: 550px;
}

.pczero {
  text-align: center;
}

.custom-control.custom-checkbox.black {
  background-color: black;
  color: white;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 30px;
}

.lapzero {
  margin-bottom: 3rem;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .lapzero {
    width: 100%;
  }
}

.n-head2 {
  background-color: #343435;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
  color: white;
  margin-bottom: 50px;
}

.textquestion {
  font-size: 30px;
}

.endclick {
  color: white;
  font-size: 22px;
}

.footerlogo {
  width: 100px;
}

button.btn.btn-hsbc-primary.d-block.mt-5:hover {
  color: white;
  background-color: #db0011;
}

.registromodal {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 30px;
}

.modal-footer {
  border-top: 0px;
  margin-top: -50px;
}

.modal-body {
  text-align: center;
}

button.btn-close {
  background-color: #db0011;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  line-height: 0;
  padding: 0;
  opacity: 1;
  color: #fff;
  position: absolute;
  right: -15px;
  z-index: 9;
  transition: all 0.3s;
  top: -20px;
  background-image: none;
  font-size: 30px;
}

.modalbod {
  font-size: 19px;
}

p.mb-4.lot {
  font-size: 20px;
}

input.largerCheckbox {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.titlelegal {
  color: #db0011 !important;
}

body.body-hsbc.tyc {
  background-image: none !important;
}

label.form-check-label {
  font-size: 15px;
}

input.form-check-input.blacky {
  margin-left: -15px;
  margin-right: 10px;
}

.accordion-body {
  font-size: 15px;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #da0211;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}

.faqtyc {
  background-color: #db0011;
  font-size: 11px !important;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  border-radius: 0px;
  border: 1px solid #db0011;
  font-weight: bold;
  line-height: 1;
  padding-top: 6px;
  width: 100px;
  height: 35px;
  margin-top: 20px !important;
}

button.btn.d-block.mt-5.faqtyc:hover {
  background-color: #b92424;
  color: white;
}

.faqtycrgh {
  background-color: #db0011;
  font-size: 11px !important;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  border-radius: 0px;
  border: 1px solid #db0011;
  font-weight: bold;
  line-height: 1;
  padding-top: 6px;
  width: 100px;
  height: 35px;
  margin-top: 20px !important;
  margin-left: 10px;
}

button.btn.d-block.mt-5.faqtycrgh:hover {
  background-color: #b92424;
  color: white;
}

.btn-hsbc-primary-mbl {
  background-color: #db0011;
  font-size: 12px !important;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  border-radius: 0px;
  border: 1px solid #db0011;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 6px;
  width: 100%;
  height: 37px;
}

button.btn.btn-hsbc-primary-mbl.d-block.mt-5:hover {
  background-color: #b92424;
  color: white;
}

.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: #969696;
  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.active {
  color: #000;
  background-color: transparent;
}
.nav-tabs.tabs-index .nav-item .nav-link {
  text-align: center;
  color: #000;
  border: none;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-tabs.tabs-index .nav-item .nav-link.active .barra-regbt {
  width: 65%;
  height: 14px;
  background-color: #000000;
  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;
}

a#home-tab {
  cursor: pointer;
  text-decoration: none;
}

a#profile-tab {
  cursor: pointer;
  text-decoration: none;
}

a.pfaq {
  text-decoration: none;
  color: black;
}

a.ptyc {
  text-decoration: none;
  color: black;
}

p.partext {
  font-size: 12px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.container-hsbc-one.container-hsbc-one--home {
  position: relative;
}
.first-content {
  margin-top: 0px;
}
.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 rgb(0 0 0 / 46%);
  box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 46%);
}

.btn-hsbc-primary.btn-hsbc-primary--header {
  max-width: 130px;
  font-size: 17px;
  padding: 10px;
  min-width: 0;
  float: right;
  height: 10px;
}

.hr-mid {
  padding: 30px 0;
  position: relative;
}

.hr-mid hr {
  margin: 0;
}

.hr-mid span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0 10px;
  z-index: 1;
}

.ban-gr-gs {
  height: 255px;
  color: #fff;
  background-color: #444;
  text-align: center;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ban-gr-gs-2 {
  height: 200px;
  color: #fff;
  background-color: #444;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-hsbc-primary.btn-hsbc-primary--ban {
  display: block;
  margin: auto;
  max-width: 580px;
  position: relative;
  font-size: 24px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

.btn-hsbc-primary {
  background-color: #db0011;
  min-width: 180px;
  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 #db0011;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.img-shop-btn {
  position: absolute;
  width: 50px;
  left: -20px;
  top: -5px;
}

/*****************
    Carusel
*****************/

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled .owl-prev span {
  font-size: 200px;
  position: absolute;
  top: 30%;
  line-height: 0;
  left: -40px;
  color: #a2a2a2;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.sbg {
  text-align: center;
  color: #8c8c8c;
  margin-right: 35px;
  border-right: 1px solid #8c8c8c;
}

.bordered-border {
  /*border: 1px solid #000;*/
  margin-bottom: 20px;
  padding: 0px 50px 30px 50px;
}

@media only screen and (max-width: 767px) {
  .sbg {
    text-align: center;
    color: #8c8c8c;
    margin-right: 50px;
    border-right: none;
    width: 50%;
  }
  .d-line-flex {
    display: flex;
    justify-content: center;
  }
  .img-mobile-csh {
    width: 30%;
    margin-top: 30px;
    margin-bottom: -30px;
  }
}

@media only screen and (max-width: 990px) {
  .sbg {
    text-align: center;
    color: #8c8c8c;
    margin-right: 50px;
    border-right: none;
    width: 50%;
  }
  .d-line-flex {
    display: flex;
    justify-content: center;
  }
  .img-mobile-csh {
    width: 30%;
    margin-top: 30px;
    margin-bottom: -30px;
  }
  .btn-hsbc-secondary {
    min-width: 100px;
    max-width: 100%;
    margin-bottom: 7px;
    font-size: 12px;
    min-height: 39px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 0px;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
  }
}

@media only screen and (max-width: 575px) {
  .btn-hsbc-secondary {
    min-width: 100px;
    max-width: 100%;
    margin-bottom: 7px;
    font-size: 12px;
    min-height: 39px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 0px;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
  }
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled .owl-prev span {
  font-size: 200px;
  position: absolute;
  top: 30%;
  line-height: 0;
  left: -40px;
  color: #a2a2a2;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mb-50 {
  margin-bottom: 100px;
}
/* 12-09-23 */
.negrita {
  font-size: 100px;
}
.txt-bomo {
  color: #db0011;
}
.bordered-border2 {
  border: 1px solid #000;
  margin-bottom: 20px;
  padding: 0px 30px 0px 10px;
}
.bg-form {
  background: #f0f0f0;
}
.bg-pleca {
  color: white;
  background: #8f8f8f;
  padding: 14px 0px 11px 0px;
  margin-bottom: 20px;
}
.ban-red-gs {
  height: 255px;
  background-color: #db0011;
  text-align: center;
  padding: 10px 45px;
  color: #fff;
  position: relative;
  padding: 10px 15px;
}

.ban-red-gs .logo-gs-red {
  position: absolute;
  width: 230px;
  left: -70px;
  top: -100px;
}

/* FAQS */
.accordion-header {
  margin: 0px;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: transparent;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
.block-arrow {
  background-image: url(/src/assets/img/collapseb.svg);
  background-size: 10px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  transition: all 0.7s;
}
.block-arrow.collapsed {
  background-image: url(/src/assets/img/collapse.svg);
  background-size: 10px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  transition: all 0.7s;
}
.accordion-body {
  padding: 15px 20px;
  font-size: 1rem;
  text-align: left;
  background-color: transparent;
  border: 1px solid #d8d8d8;
}
.text-mobil {
  font-size: 18px;
  margin-bottom: 0px;
}
.alineado {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-img {
  background: url(/src/assets/img/img2.jpg) no-repeat center center;
  background-size: cover;
  height: 200px;
}
.f-txt {
  height: 200px;
  width: 250px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}
.f-txt2 {
  background: #eaeaea;
  height: 200px;
  width: 410px;
  display: flex;
  align-items: center;
  padding: 0px 15px;
}
.txt-bono {
  padding: 0px 10px;
}
.img-carrusel {
  margin: 0px auto;
}
.img-eco {
  width: 100px !important;
  height: auto;
  margin: 0px auto;
}
.img-bg {
  width: 180px !important;
  height: auto;
  margin: 0px auto;
}
.img-telcel {
  width: 140px !important;
  height: auto;
  margin: 0px auto;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.margen-t {
  margin-top: 100px !important;
}
.margen-top {
  margin-top: 45px;
}

@media (min-width: 1200px) {
  .ban-red-gs {
    height: 255px;
    background-color: #db0011;
    text-align: center;
    padding: 10px 45px;
    color: #fff;
    position: relative;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

@media (max-width: 1280px) {
  .comercio-name b {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .mb-50 {
    margin-bottom: 20px;
  }
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
  }
  .negrita {
    font-size: 35px;
  }
  .ban-red-gs-2 {
    height: auto;
    color: #fff;
    background-color: #db0011;
    text-align: center;
    padding: 25px;
    display: flex;
    align-items: center;
  }
  .bordered-border2 {
    border: 1px solid rgb(0, 0, 0);
    margin-bottom: 20px;
    padding: 0px 0px 20px 0px;
  }
  p.legales {
    line-height: 1.4;
    font-size: 15px;
    text-align: justify;
  }
  .text-mobil {
    text-align: left;
    margin-bottom: 0px;
  }
  .ban-red-gs {
    height: auto;
    background-color: #db0011;
    text-align: center;
    padding: 10px 45px;
    color: #fff;
    position: relative;
    padding: 10px 15px;
  }
  .ban-gr-gs-2 {
    height: auto;
    color: #fff;
    background-color: #444;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .f-img {
    background: url(/src/assets/img/img.jpg) no-repeat center top;
    background-size: cover;
    height: 200px;
    width: 100%;
    overflow: hidden;
  }
  .f-txt {
    height: 200px;
    width: auto;
    display: flex;
    align-items: center;
    padding: 0px 10px;
  }
  .f-txt2 {
    background: #eaeaea;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0px 15px;
  }
  .txt-bono {
    padding: 15px 10px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    display: none;
  }
  .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
  .img-bg {
    width: 150px !important;
    height: auto;
    margin: 0px auto;
  }
  .img-telcel {
    width: 120px !important;
    height: auto;
    margin: 0px auto;
  }
  .margen-t {
    margin-top: 30px !important;
  }
  .margen-top {
    margin-top: 15px;
  }
  .bordered-border {
    margin-bottom: 20px;
    padding: 0px 10px 30px 10px;
  }
}

/* Edits Sadot 21/03/24 */
.separador {
  text-align: left;
  margin-top: 20px;
  border-right: solid 2px grey;
}
.separador2 {
  text-align: left;
  margin-top: 20px;
}

.text-bajo {
  padding: 5px;
  font-size: 24px;
  font-weight: bold;
  height: 100px;
  text-align: left;
}

.w-45 {
  width: 45% !important;
}

.tit_red {
  border-left: solid 5px #db0011;
  padding: 10px;
  color: black;
  font-weight: bold;
}

a.a_gris {
  color: gray;
  font-size: 18px;
}

.triangulo {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 60px solid #db0011;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.btn-hsbc-primario {
  background-color: #db0011;
  min-width: 150px;
  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: normal;
  line-height: 1;
}

.btn-hsbc-primario:hover {
  background-color: #a81421;
  color: white;
}

.btn-hsbc-secondary:hover {
  background-color: #2e2e2e;
  color: white;
}

.text-justify {
  text-align: justify !important;
}

.w-55 {
  width: 55% !important;
}

@media (max-width: 1200px) {
  .btn-hsbc-primary {
    height: 70px;
    font-size: 16px;
    margin-top: 15px;
  }
}

@media (max-width: 915px) {
  .btn-hsbc-primary {
    height: 50px;
  }
  .w-45 {
    width: 100% !important;
  }
  .w-55 {
    width: 100% !important;
  }
}

@media (max-width: 770px) {
  .text-bajo {
    height: 175px;
  }
}

@media (max-width: 670px) {
  .btn-hsbc-primary {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    margin-top: 15px;
  }

  .text-bajo {
    height: 200px;
  }
}

@media (max-width: 500px) {
  .text-bajo {
    height: 120px;
    text-align: justify;
  }
}

h2.back-cintillo {
  text-align: center;
  background-color: #db0011;
  color: #fff;
  padding: 15px;
  max-width: 100%;
  font-weight: bold;
}

.mwx {
  max-width: 100%;
}

.lvl-hsbc {
  width: 80%;
  border-radius: 0px;
}

.hp {
  height: 413px;
  overflow-y: auto;
}

nav.navbar.navbar-expand-lg.navbar-white.bg-light {
  background-color: #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media (max-width: 760px) {
  .container.mt-5.pt-5 {
    margin-top: -40px !important;
  }
}

b.oferta-hsbc {
  font-size: 40px;
  color: #db0011;
}
