/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  color: #db0011;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  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 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}
button {
  background-color: transparent;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*GENERAL CLASSES MINES*/

p {
  line-height: 1.4;
  font-size: 16px;
}
h1 {
  font-size: 34px;
}
h4 {
}

.navbar ul {
  list-style: none;
  padding-left: 5px;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #db0011;
  background-color: #db0011;
}
button {
  cursor: pointer;
}
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/

/*TERMINA NORMALIZE*/

/*ESTILOS EMPIEZAN*/
/*---------*/
/*FONTS*/
@font-face {
  font-family: "UniversHSBC";
  src: url("../fonts/UniversNextforHSBC-Bold.eot");
  src: url("../fonts/UniversNextforHSBC-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/UniversNextforHSBC-Bold.woff2") format("woff2"),
    url("../fonts/UniversNextforHSBC-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UniversHSBC";
  src: url("../fonts/UniversNextforHSBC-Regular.eot");
  src: url("../fonts/UniversNextforHSBC-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/UniversNextforHSBC-Regular.woff2") format("woff2"),
    url("../fonts/UniversNextforHSBC-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UniversHSBC";
  src: url("../fonts/UniversNextforHSBC-Light.eot");
  src: url("../fonts/UniversNextforHSBC-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/UniversNextforHSBC-Light.woff2") format("woff2"),
    url("../fonts/UniversNextforHSBC-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "UniversHSBC", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-color: #fff;
  color: #000;
  font-size: 16px;
}
.prim-color {
  color: #db0011 !important;
}
.sec-color {
  color: #db0011 !important;
}
.red-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: 0px;
  font-size: 12px;
  min-height: 40px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  border-radius: 0px;
  width: 100%;
  border: 2px solid #db0011;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  max-width: 320px;
}

.btn-hsbc-primary2 {
  background-color: #db0011;
  min-width: 0px;
  font-size: 12px;
  min-height: 40px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  border-radius: 0px;
  display: inline;
  border: 2px solid #db0011;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  max-width: 320px;
}
.btn-hsbc-primary.btn-hsbc-primary--100 {
  max-width: 100%;
  width: 100%;
}
/*First Content*/
.btn-hsbc-primary:hover,
.btn-hsbc-primary:focus {
  color: #fff;
  background-color: #a50f1b;
  border: 1px solid #a50f1b;
}

.btn-hsbc-primary2:hover,
.btn-hsbc-primary2:focus {
  color: #fff;
  background-color: #a50f1b;
  border: 1px solid #a50f1b;
}

.btn-hsbc-primary:disabled {
  background-color: #5a5a79;
  border: 1px solid #5a5a79;
}

.btn-hsbc-light {
  background-color: #e9e9e9;
  min-width: 0px;
  font-size: 12px;
  min-height: 40px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #000;
  border-radius: 0px;
  width: 100%;
  border: 2px solid #a9a9a9;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  max-width: 320px;
}
.btn-hsbc-light.btn-hsbc-light--100 {
  max-width: 100%;
  width: 100%;
}
/*First Content*/
.btn-hsbc-light:hover,
.btn-hsbc-light:focus {
  color: #000;
  background-color: #c9c9c9;
  border: 1px solid #a9a9a9;
}
.btn-hsbc-light:disabled {
  background-color: #5a5a79;
  border: 1px solid #5a5a79;
}

.btn-hsbc-secondary {
  background-color: #000;
  min-width: 0px;
  font-size: 12px;
  min-height: 40px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  border-radius: 0px;
  width: 100%;
  border: 2px solid #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  max-width: 320px;
}

.btn-hsbc-secondary2 {
  background-color: #000;
  min-width: 0px;
  font-size: 12px;
  min-height: 40px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  border-radius: 0px;
  display: inline;
  border: 2px solid #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  max-width: 320px;
}

/*First Content*/
.btn-hsbc-secondary:hover,
.btn-hsbc-secondary:focus {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.btn-hsbc-secondary2:hover,
.btn-hsbc-secondary2:focus {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.btn-hsbc-secondary:disabled {
  background-color: #e2a195;
  border: 1px solid #e2a195;
}
/*BUTTON RED*/
.btn-hsbc-red {
  background-color: #db0011;
  min-width: 0px;
  font-size: 12px;
  min-height: 40px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  border-radius: 0px;
  width: 100%;
  border: 2px solid #db0011;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  max-width: 320px;
}
/*First Content*/
.btn-hsbc-red:hover,
.btn-hsbc-red:focus {
  color: #fff;
  background-color: #db0011;
  border: 1px solid #db0011;
}
.btn-hsbc-red:disabled {
  background-color: #e2a195;
  border: 1px solid #e2a195;
}

/*FIRST CONT*/
.container-first {
  margin-top: 100px;
}

/*NAVBAR*/
.header-hsbc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 3;
}
.navbar-hsbc {
}
.logo-header {
  width: 100%;
  max-width: 150px;
}
.icono-header {
  width: 25px;
  margin: 0 5px;
}
.dropdown-menu-item {
  position: relative;
  padding: 10px 0;
}
.dropdown-menu-item:hover .dropdown-menu-drop {
  display: block;
}
.dropdown-menu-drop {
}
.button-drop-menu {
  font-weight: 500;
  color: #000;
  font-size: 15px;
}
.button-drop-menu:hover {
  text-decoration: none;
}
.chev-down-drop {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  color: #db0011;
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}
.chev-down-drop::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 4px;
  top: 7px;
}
.dropdown-menu {
  left: initial;
  right: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  font-size: 15px;
}
.dropdown-menu.dropdown-menu-drop-cat {
  min-width: 700px;
  left: 0;
  right: initial;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #db0011;
}
.form-control.form-control-search {
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  height: 54px;
}
.form-control.form-control-searchbar {
  height: 47px;
  background-color: #eaeaea;
  border: none;
  border-radius: 0;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
}
.desplegables-desk {
  position: relative;
}
.desplegables-desk .collapseBuscar {
  position: absolute;
  width: 100%;
  z-index: 3;
}

/*INPUT RANGE*/
input[type="range"].range-search {
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
}
input[type="range"].range-search:focus {
  outline: none;
}
input[type="range"].range-search::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #000;
  border-radius: 1.3px;
}
input[type="range"].range-search::-webkit-slider-thumb {
  border: 1px solid #d84633;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #d84633;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
}
input[type="range"].range-search:focus::-webkit-slider-runnable-track {
  background: #db0011;
}
input[type="range"].range-search::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #db0011;
  border-radius: 1.3px;
}
input[type="range"].range-search::-moz-range-thumb {
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type="range"].range-search::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type="range"].range-search::-ms-fill-lower {
  background: #2a6495;
  border-radius: 2.6px;
}
input[type="range"].range-search::-ms-fill-upper {
  background: #db0011;
  border-radius: 2.6px;
}
input[type="range"].range-search::-ms-thumb {
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type="range"].range-search:focus::-ms-fill-lower {
  background: #db0011;
}
input[type="range"].range-search:focus::-ms-fill-upper {
  background: #db0011;
}
.range-span {
  font-size: 16px;
}
.collapseBuscar-range {
  padding-bottom: 25px;
}
.range-box {
  position: relative;
}
.pts-actual {
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 15px;
}

/*NAVBAR MOB*/
.navbar-mob {
  background-color: #fff;
  border: none;
}
.menu-mobile-drop .dropdown-menu {
  border: none;
}
.menu-mobile-drop .dropdown-menu b {
  padding: 7px 0;
  font-size: 16px;
  color: #db0011;
}
.menu-mobile-drop .dropdown-menu a {
  padding: 6px 5px;
}
.drop-mob-bot {
  width: 23%;
  display: inline-block;
  position: relative;
}
.drop-mob-bot .dropdown-menu {
  position: absolute;
  left: 0;
  width: calc(100vw - 60px);
  border: 1px solid #dadada;
}
.drop-mob-bot .dropdown-menu.dropdown-menu-derecha {
  right: -7px;
  left: initial;
}

/*CARRUSEL INDEX*/

.carrusel-index-box {
  background-color: #ededed;
}
.owl-carousel.carrusel-index-one {
}
.carrusel-index-one .owl-nav {
  display: flex !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
}
.owl-carousel.carrusel-index-one .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  border-radius: 50%;
  position: relative;
  /* left: -30px; */
  box-shadow: 0px 6px 29px 0px rgba(55, 55, 55, 0.3);
}
.owl-carousel.carrusel-index-one .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  border-radius: 50%;
  position: relative;
  /* left: -30px; */
  box-shadow: 0px 6px 29px 0px rgba(55, 55, 55, 0.3);
}
.owl-carousel.carrusel-index-one .owl-nav .owl-prev span {
  line-height: 0.5;
  font-size: 35px;
}
.owl-carousel.carrusel-index-one .owl-nav .owl-next span {
  line-height: 0.5;
  font-size: 35px;
}
.owl-carousel.carrusel-index-one .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px 0;
  padding-left: 12vw;
}
.owl-carousel.carrusel-index-one .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 50%;
  margin-right: 7px;
  border: 1px solid #db0e11;
}
.owl-carousel.carrusel-index-one .owl-dots .owl-dot.active {
  width: 12px;
  height: 12px;
  background-color: #db0e11;
  border-radius: 50%;
  border: 1px solid #db0e11;
}
.owl-carousel.carrusel-index-one .item {
  position: relative;
  overflow: hidden;
}
.owl-carousel.carrusel-index-one .item .bann-1-car {
  position: relative;
  height: 100px;
  width: auto;
  margin-top: 60px;
  left: -230px;
}
.owl-carousel.carrusel-index-one .item .bann-2-car {
  position: relative;
  height: 100px;
  width: auto;
  left: -220px;
  margin-top: 40px;
}
.owl-carousel.carrusel-index-one .item .bann-dercar {
  position: absolute;
  right: 0;
  height: 86%;
  bottom: 0px;
  width: auto;
  z-index: -1;
}
/*BANNER NUEVO*/
.banner-box {
  position: relative;
  background-color: #e8e6e7;
}
.banner-box .banner-info {
  position: absolute;
  top: 20%;
  left: 5%;
  width: 45%;
  max-width: 470px;
  background-color: #fff;
  padding: 30px 20px;
}
.banner-box .banner-info h4 {
  font-size: 34px;
}
.owl-carousel .owl-item .banner-box .bannue {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
}
.bannue-leg {
  font-size: 14px;
}

/*HORIZONTAL SCROLL*/
.hor-scroll {
  white-space: nowrap;
  overflow-x: scroll;
  padding-bottom: 20px;
}
.hor-scroll-box {
  display: inline-block;
  color: #000;
}
.hor-scroll-box:hover {
  color: #000;
}
.hor-scroll-item {
  border: 1px solid #eaeaea;
}
.hor-scroll-item img {
  width: 100%;
  max-width: 315px;
}
.hor-scroll-txt {
  margin-top: 10px;
}

/*RECOMENDADOS*/
.recom-item {
}
.recom-img {
}
.recom-name {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 30px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #000;
}
.recom-pts {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
}
.recom-mix {
  font-size: 12px;
  color: #000;
}
.recomendado-der {
  -webkit-box-shadow: 1px 1px 1px 1px #636363;
  box-shadow: 1px 1px 1px 1px #636363;
  position: relative;
  overflow: hidden;
}
.img-der-rec {
  width: 100%;
  max-width: 180px;
  display: block;
  margin: auto;
}
.watch-cortado {
  position: absolute;
  right: 60%;
  top: 0;
  width: 40%;
}
.punto-negro {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #000;
  display: inline-block;
}

/*RECMASS*/
.rec-box {
  color: #000;
  text-align: center;
  padding: 10px 0;
  display: block;
  position: relative;
}
.rec-box:hover {
  color: #000;
}
.rec-box img {
  width: 100%;
  max-width: 230px;
  display: block;
  margin: auto;
  pointer-events: none;
}
.rec-box .ligas-ico-home {
  display: none;
  position: absolute;
  right: 5px;
}
.rec-box:hover .ligas-ico-home {
  display: flex;
}
.rec-box .ligas-ico-home button {
  border: 0;
  padding: 0;
  margin-left: 10px;
}
.rec-box .ligas-ico-home button:hover {
  border-bottom: 1px solid #db0011;
}
.rec-box .ligas-ico-home button img {
  width: 30px;
}
.rec-marca,
.rec-detalle,
.rec-precio {
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rec-marca,
.rec-precio {
  font-weight: bold;
}

/*EXCLUSIVO*/
.excl-img {
  width: 35%;
}
.excl-info {
  width: 63%;
}
.excl-img,
.excl-info {
  border: 1px solid #dadada;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
}
.img-excl-iz {
  width: 100%;
}
/*MEJOR*/
.carrusel-index-mejor {
  position: relative;
}
.carrusel-index-mejor .owl-nav {
  display: flex !important;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.owl-carousel.carrusel-index-mejor .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  border-radius: 50%;
  position: relative;
  /*left: -30px;*/
}
.owl-carousel.carrusel-index-mejor .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-radius: 50%;
  position: relative;

  border: 1px solid #000;
  background-color: transparent;
  color: #000;

  /*right: -30px;*/
}
.owl-carousel.carrusel-index-mejor .owl-nav .owl-prev:focus {
  outline: none;
}
.owl-carousel.carrusel-index-mejor .owl-nav .owl-next:focus {
  outline: none;
}
.owl-carousel.carrusel-index-mejor .owl-nav .owl-prev:hover {
  background-color: transparent;
  color: #db0011;
}
.owl-carousel.carrusel-index-mejor .owl-nav .owl-next:hover {
  background-color: transparent;
  color: #db0011;
}
.owl-carousel.carrusel-index-mejor .owl-nav .owl-prev span {
  line-height: 0.5;
  font-size: 35px;
}
.owl-carousel.carrusel-index-mejor .owl-nav .owl-next span {
  line-height: 0.5;
  font-size: 35px;
}
/*DESTA*/
.carrusel-index-desta {
  position: relative;
}
.carrusel-index-desta .owl-nav {
  display: flex !important;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.owl-carousel.carrusel-index-desta .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  left: -15px;
}
.owl-carousel.carrusel-index-desta .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  right: 0px;
}
.owl-carousel.carrusel-index-desta .owl-nav .owl-prev:focus {
  outline: none;
}
.owl-carousel.carrusel-index-desta .owl-nav .owl-next:focus {
  outline: none;
}

.owl-carousel.carrusel-index-desta .owl-nav .owl-prev:hover {
  background-color: transparent;
  color: #db0011;
}
.owl-carousel.carrusel-index-desta .owl-nav .owl-next:hover {
  background-color: transparent;
  color: #db0011;
}
.owl-carousel.carrusel-index-desta .owl-nav .owl-prev span {
  line-height: 0.5;
  font-size: 115px;
  color: #db0011;
}
.owl-carousel.carrusel-index-desta .owl-nav .owl-next span {
  line-height: 0.5;
  font-size: 115px;
  color: #db0011;
}

/*FOOTER*/
.footer-hsbc {
  background-color: #ededed;
  padding: 10px 0;
}
.footer-one-izq {
}
.footer-one-izq h5 {
  font-size: 18px;
  margin: 0;
}
.footer-izq-link {
  font-size: 12px;
}
.logo-footer {
  width: 100%;
  max-width: 160px;
}
.foot-d-t {
  font-size: 12px;
  margin-bottom: 2px;
}
.foot-d-des {
  font-size: 16px;
}

/*MI CUENTA*/
.first-container {
  margin-top: 110px;
  min-height: calc(100vh - 260px);
}
.micuenta-card {
  width: 100%;
  max-width: 330px;
  display: block;
  margin: 30px auto 0;
}
.detalle-box {
  position: relative;
}
.back-detalle {
  position: absolute;
  background-color: #dcdcdc;
  background-image: url(../assets/img/back.jpg);
  height: 100%;
  background-size: contain;
  width: 300%;
  z-index: -1;
  left: -70%;
}
.back-detalle2 {
  position: absolute;
  background-color: #626469;
  height: 100%;
  width: 200vw;
  z-index: -1;
  left: -68%;
}
.back-detalle3 {
  position: absolute;
  background-color: #626469;
  height: 100%;
  width: 200%;
  z-index: -1;
  left: 0px;
}
.back-detalle-left {
  position: absolute;
  background-color: #ebeaeb;
  height: 100%;
  width: 200%;
  z-index: -1;
  right: 0;
}
.content-box {
  overflow: hidden;
}
.date-detalle {
  color: #7675c6;
}

/*HOTELES*/
.puntos-recomp {
  font-size: 32px;
  font-weight: lighter;
}

/*Breadcrum*/
.breadcrumb {
  background-color: #fff;
  font-size: 12px;
}

/*PUNTOS MAS MENOS*/
.box-puntos {
}
.box-puntos button {
  background-color: #3a3c9c;
  color: #fff;
  height: 40px;
  width: 40px;
  border-color: #3a3c9c;
}

/*SELECTEDES*/

.avatar-item.avatar-item-iguales {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 5px;
}
input.check-avatar[type="radio"][id^="myCheckbox"] {
  display: none;
}

label.check-avatar-l {
  border: 3px solid transparent;
  padding: 10px 0;
  display: block;
  position: relative;
  margin: 10px 0px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  color: #000;
}
label.check-avatar-l h5 {
  font-size: 16px;
}
label.check-avatar-l.plan-check {
  border: 3px solid #fff;
  /*    min-height: 140px;*/
}
label.check-avatar-l.plan-check2 {
  border: 3px solid #fff;
}
label.check-avatar-l.check-avatar-l-folio {
  border: 3px solid #999;
  padding: 10px 0;
  position: relative;
  margin: 10px 0px;
  cursor: pointer;
  padding: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  min-height: 150px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
label.check-avatar-l.check-avatar-l-folio:hover {
  background-color: #fff;
}
label.check-avatar-l.check-avatar-l-folio span {
  font-size: 20px;
  color: #f13916;
}

label.check-avatar-l:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #f13916;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
label.check-avatar-l img {
  width: 200px;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

:checked + label.check-avatar-l {
  border: 3px solid #000;
  background-color: #000;
  color: #fff;
}

/*:checked + label.check-avatar-l:before {
  content: "✓";
  background-color: #f13916;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
          z-index: 2;
}*/

:checked + label.check-avatar-l img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}

/*CARDS*/
.avatar-item.card-mini label.check-avatar-l {
  border: none;
  padding: 10px 1px;
  display: block;
  position: relative;
  margin: 0px 0px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}
.avatar-item.card-mini label.check-avatar-l img {
  width: 55px;
}

:checked + .avatar-item.card-mini label.check-avatar-l {
  border: none;
}

/*TYC*/
.legales-text {
  font-size: 14px;
  text-align: justify;
}
.list-legales {
  font-size: 14px;
  text-align: justify;
}

/*QUESESO*/
.banques {
  margin-top: 110px;
}
.head-all {
  min-height: 300px;
  margin-top: 110px;
  background-color: #ebeaeb;
}
.head-all-img {
  height: 300px;
  float: right;
}
.text-block {
  background-color: #fff;
}
.text-block span {
  font-size: 50px;
  font-weight: lighter;
  display: block;
}
.text-block span:last-child {
  font-size: 30px;
}
.left-ques {
  height: 100px;
  width: 180px;
  color: #fff;
  background-color: #db0011;
  position: relative;
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  text-transform: uppercase;
}
.left-ques::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #db0011;
  position: absolute;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.left-ques.left-ques-2 {
  background-color: #333;
}
.left-ques.left-ques-2::before {
  border-left: 15px solid #333;
}
.left-ques.left-ques-3 {
  background-color: #626469;
}
.left-ques.left-ques-3::before {
  border-left: 15px solid #626469;
}

.right-ques {
  background-color: #ebeaeb;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 15px;
}
.right-ques-2 {
  background-color: #ebeaeb;
  min-height: 100px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0px 0px;
  overflow: auto;
}
.tabla-q-2 {
  min-width: 680px;
}
.tabla-q-2 thead tr {
  background-color: #333;
}
.tabla-q-2 thead tr th {
  color: #fff;
  vertical-align: middle;
}
.tabla-q-2 tbody tr td {
  vertical-align: middle;
}
.tabla-q-2 tbody tr td:first-child {
  width: 220px;
}

/*REWARDS*/
.head-all-bann {
  margin-top: 110px;
}
.cupon-item {
  margin: 10px 0;
}
.cupon-img {
  width: 50%;
  max-width: 150px;
}
.cupon-info-inn {
  display: table;
  table-layout: fixed;
  margin-bottom: 8px;
  width: 100%;
}
.cupon-info-inn p {
  display: table-cell;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cupon-info span {
  font-size: 13px;
}
.cupon-info h6 {
}
.separador-rew {
  background-color: #24245d;
  color: #fff;
}
.rew-c-img {
  width: 100%;
  max-width: 180px;
  display: block;
  margin: auto;
}
.rw-item-txt p {
  font-size: 13px;
}

/*CARRITO*/

/*CARRITO NUEVO*/
.section-cart-box {
  padding: 20px 15px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 1px 29px -4px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 1px 29px -4px rgba(0, 0, 0, 0.31);
}
.section-cart-box.resume {
  padding: 20px 15px 15px;
  background-color: #efefef;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 1px 29px -4px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 1px 29px -4px rgba(0, 0, 0, 0.31);
}
.section-cart-box:hover {
  -webkit-box-shadow: 0px 1px 29px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 29px -4px rgba(0, 0, 0, 0.5);
}
.card-section-head {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.card-section-head .head-number {
  color: #fff;
  background-color: #db0011;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  margin-right: 8px;
}
a.direccion-cart.agregar {
  min-height: 150px;
  border: 3px solid #efefef;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  text-align: center;
  color: #555;
  cursor: pointer;
}
a.direccion-cart.agregar:hover {
  background-color: #efefef;
  border: 3px solid #efefef;
}
a.direccion-cart.agregar:hover p .plus {
  background-color: #db0011;
  color: #fff;
}
a.direccion-cart.agregar p {
  position: absolute;
  display: inline;
  left: 50%;
  top: 34%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
a.direccion-cart.agregar p .plus {
  background-color: #ddd;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #999;
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  line-height: 0.8;
  margin-bottom: 8px;
}

/*CHECKS CARRITO*/

input.check-avatar[type="checkbox"][id^="myCheckbox"] {
  display: none;
}

label.check-avatar-l {
  border: 1px solid #fff;
  padding: 10px 15px;
  display: block;
  position: relative;
  margin: 10px 0px;
  cursor: pointer;
  border: 3px solid #efefef;
}
label.check-avatar-l h5 {
  color: #555;
}

label.check-avatar-l:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #db0011;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

label.check-avatar-l img {
  height: 100px;
  width: 100px;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

:checked + label.check-avatar-l {
  border: 3px solid #efefef;
  background-color: #efefef;
}

:checked + label.check-avatar-l:before {
  content: "✓";
  background-color: #db0011;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

:checked + label.check-avatar-l img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}

/*CHECKS CARRITO*/

.container-fluid.container-cart {
  max-width: 1200px;
}
.comentarios-cart textarea {
  border: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 80px;
  min-height: 60px;
  max-height: 120px;
  overflow: auto;
  padding: 8px;
}
.input-cod-cart {
  width: 100%;
  height: 34px;
  font-size: 16px;
  padding: 0 10px;
}
.btn.btn-hsbc-premier:hover,
.btn.btn-hsbc-premier:focus {
  color: #fff;
}

.btn.btn-hsbc-gray {
  min-width: 160px;
  width: 100%;
  max-width: 400px;
  padding: 8px 10px;
  border: 1px solid #efefef;
  background-color: #efefef;
  color: #999;
  text-align: center;
  cursor: pointer;
  display: block;
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 10px;
  margin-bottom: 0px;
}
.btn.btn-hsbc-gray:hover,
.btn.btn-hsbc-gray:focus {
  color: #fff;
  border: 1px solid #888;
  background-color: #888;
}
.btn.cart.btn-hsbc-premier {
  margin-top: 10px;
  border-radius: 0;
}
.convert-points {
  height: 35px;
  border: 1px solid #efefef;
  padding: 7px;
  color: #999;
  pointer-events: none;
}
.custom-control-label.label-cart {
  font-weight: normal;
  cursor: pointer;
}
.hr-cart {
  border-top: 1px solid #ddd;
}

.tabla-resumen-cart tbody tr {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.tabla-resumen-cart tbody tr td {
  vertical-align: middle;
  padding: 10px 0;
}
.tabla-resumen-cart tbody tr td:first-child {
  width: 85px;
}
.tabla-resumen-cart tbody tr td:nth-child(2) {
  padding: 0 0 0 20px;
  color: #999;
  font-size: 10px;
}
.tabla-resumen-cart tbody tr td:nth-child(2) span:first-child {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tabla-resumen-cart tbody tr td:last-child {
  padding: 0 0 0 10px;
  color: #999;
  min-width: 100px;
  text-align: right;
  position: relative;
}
.tabla-resumen-cart tbody tr td:last-child h4 {
  font-size: 16px;
}
.tabla-resumen-cart tbody tr td:last-child button.close {
  position: absolute;
  right: 0;
  top: 9px;
  font-size: 12px;
}
.input-cart-art {
  width: 40px;
  height: 25px;
  text-align: center;
  margin-left: 5px;
}
.resumen-arts {
  max-height: 500px;
  height: auto;
  overflow: auto;
}

/*Estilos Viajes*/

.card-viaje {
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  margin: 10px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card-viaje:hover {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.4);
  margin: 10px 0;
}
.card-viaje:hover .img-viaje-box .viaje-img2 {
  opacity: 1;
}
.card-viaje .img-viaje-box {
  position: relative;
}
.card-viaje .img-viaje-box .viaje-img,
.card-viaje .img-viaje-box .viaje-img2 {
  margin-top: 15px;
  width: 75%;
}
.card-viaje .img-viaje-box .viaje-img2 {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.card-viaje .viaje-img {
  margin-top: 15px;
  width: 75%;
}
.card-viaje .viaje-name {
  font-weight: 600;
  margin-top: 15px;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.modal-viaje-img {
  width: 140px;
}
select.form-control.miform {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

.modal-viajes .form-group {
  margin-bottom: 15px;
}
#viaje-box {
  display: none;
}

/*

*/

.w-100 {
  width: 100%;
}

.img-tuto-cert {
  width: 100%;
  max-width: 220px;
  display: block;
  margin: auto;
}
.tuto-cert-step {
  text-align: center;
  min-height: 57px;
}

@media (max-width: 767px) {
  .tuto-cert-step {
    text-align: center;
    min-height: auto;
  }
}

.text-terms-certificados {
  font-size: 10px;
  display: none;
}

body .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
#pasajero-adicional {
  display: none;
}
.text-confirm-vuelo {
  margin: 50px 4% 30px;
  font-size: 26px;
  text-align: center;
}
.row-fluid.select-loco .bootstrap-select .dropdown-menu {
  max-height: 410px;
}
.text-justify {
  text-align: justify;
}

.card-viaje {
  position: relative;
}
.card-viaje.card_nolog1:hover .nolog_1 {
  opacity: 1;
}
.card-viaje.card_nolog2:hover .nolog_2 {
  opacity: 2;
}
.card-viaje.card_nolog3:hover .nolog_3 {
  opacity: 3;
}
.card-viaje.card_nolog4:hover .nolog_4 {
  opacity: 4;
}
.card-viaje.card_nolog5:hover .nolog_5 {
  opacity: 5;
}
.card-viaje.card_nolog6:hover .nolog_6 {
  opacity: 6;
}
.card-viaje.card_nolog7:hover .nolog_7 {
  opacity: 7;
}
.card-viaje.card_nolog8:hover .nolog_8 {
  opacity: 8;
}
.card-viaje.card_nolog9:hover .nolog_9 {
  opacity: 9;
}
.nolog_box {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 30% 20px;
}
.nolog_box span {
  font-size: 18px;
}
.nolog_hr {
  margin: 10px 0;
}

@media (max-width: 767px) {
  .nolog_box {
    padding: 20% 20px;
  }
}

/*ANUALIDAD*/
.pasos-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.div_pasos {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: auto;
  border: 1px solid #999;
  background-color: #fff;
  text-align: center;
  padding: 10px 30px;
  margin: 10px 0 20px 0;
}

/*IKE*/

/******************************************************/

.contenido-ike > h2 {
  text-align: center;
}
span.red {
  color: #db0011;
}

.bullet {
  display: block;
  margin-bottom: 25px;

  display: inline-block;
  vertical-align: middle;
}
.bullet img {
  display: inline-block;
  width: 80px;
  margin: 10px 15px 10px 0px;
  width: 70px;
  float: none;
}
.bullet p {
  display: inline-block;
  width: calc(100% - 100px);
  margin: 10px auto;
  vertical-align: middle;
  text-align: left;
}
.bullet p strong {
  display: block;
}
.ike-pie {
  margin-top: 30px;
  background-color: #db0011;
  padding: 15px;
  color: #fff;
  text-align: center;
}
.contratar {
  color: #db0011;
  font-weight: bold;
  white-space: nowrap;
}

#ikeCarousel .inner > img {
  width: calc(90% - 60px);
  width: calc(100% - 0px);
  margin: 0px auto;
  padding: 0px;
  display: block;
}
.modal.modal-terminos.modal-terminos2
  .modal-content
  .modal-body
  .terminos-text {
  max-height: calc(100vh - 285px);
  height: auto;
  overflow-y: auto;
  font-size: 10px;
  color: #b5b5b5;
  margin: 25px 0;
}
.modal-terminos2 {
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 768px) {
  .brdr-l {
    border-right: 1px solid #db0011;
  }
}
.img-asis {
  max-width: 90%;
  width: auto;
  max-height: 130px;
  margin: 0px auto 15px;
  display: block;
}

.wrap {
  width: 100%;
  display: block;
}
.centrar {
  width: 100%;
  max-width: 280px;
  display: block;
  margin: 0px auto;
  text-align: center;
}
.centrar .bullet {
  text-align: left;
  width: 100%;
}
.centrar > img {
  max-width: 90%;
}

.centrar .bullet p {
  font-size: 16px;
}

a.btn.btn-hsbc-primary {
  line-height: 1.5;
}

.check-box-img {
  /*  cursor: pointer;*/
  display: block;
  text-align: center;
  margin: 30px auto;
  width: 90%;
  max-width: 450px;
}
.check-box-img img {
  max-width: 90%;
  max-height: 130px;
  margin: 0px auto;
  cursor: pointer;
  display: block;
  border: 2px solid #dadada;
}
.check-box-img input {
  /*  margin: 10px auto;*/
  text-align: center;
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.check-box-img input.input-number-ike {
  margin: 0;
  width: 70px;
  height: 30px;
}
.check-box-img label {
  cursor: pointer;
}

#ikeCarousel .inner > img.hor {
  display: block;
}
#ikeCarousel .inner > img.ver {
  display: none;
}

/*BENEFICIOS*/
.beneficio-banner {
  position: relative;
}
.beneficio-banner .beneficio-text {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #333;
  width: 36%;
  color: #fff;
  padding: 20px 15px;
}
.beneficio-banner .beneficio-text h2 {
  font-size: 40px;
}
.beneficio-title {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 30px 0;
}
.beneficio-title h3 {
  font-size: 24px;
  text-align: center;
}
.subt-beneficio {
  font-size: 24px;
}
.text-beneficio {
  font-size: 18px;
}
.list-beneficios {
  font-size: 18px;
}
a.tel_contacto {
  font-size: 20px;
  background-image: url(../assets/img/telefono.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 16px;
  border-color: #db0011;
  background-color: #db0011;
  color: #ffffff;
  text-align: center;
  padding: 14px 20px 14px 50px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 50px;
}

/*HOTELES*/

.c-hot-iz {
  padding: 0 30px;
}
.c-hot-der {
  background-color: #f6f6f6;
  padding: 10px 20px 20px;
}
.c-hot-der2 {
  background-color: #eee;
  padding: 10px 20px 30px;
}
.c-hot-der h4,
.c-hot-der2 h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.m-0 {
  margin: 0;
}
.input-group-btn .btn.btn-default.btn-number.btn_cantidad.btthoteles {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  color: #000;
  height: 34px;
}
.c-hot-der2 .qnt-box {
  max-width: 180px;
}
.c-hot-der .form-control.input-number.cantidad {
}
.c-hot-der ul.tipo_certificado li .check {
  border: 1px solid #000 !important;
  top: 0 !important;
}
.c-hot-der input.tipo_cert[type="radio"]:checked ~ .check::before {
  background: #000 !important;
}
.c-hot-der input.tipo_cert[type="radio"]:checked ~ label {
  color: #000 !important;
  margin: 0;
  padding: 3px 0px 0px 55px;
}

.donate-now {
  list-style-type: none;
  display: inline-block;
  padding: 0;
}

.donate-now li {
  float: left;
  margin: 0 5px 0 0;
  width: 95px;
  height: 40px;
  position: relative;
}

.donate-now label,
.donate-now input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.donate-now input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.donate-now input[type="radio"]:checked + label,
.Checked + label {
  background: #000;
  color: #fff;
}

.donate-now label {
  padding: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 90;
  background-color: #fff;
  text-align: center;
  line-height: 1.3;
}

.donate-now label:hover {
  background: #fff;
}
.c-hot-der h4.chot-pts {
  font-size: 28px;
  float: right;
}

.c-hot-info {
  margin-top: 3em;
}
.input-group-btn .btn.btn-default.btn-number.btn_cantidad.btthoteles {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  color: #000;
  height: 38px;
  width: 38px;
}
ul.tipo_certificado {
  list-style: none;
  margin: -20px 0 15px 0;
  padding: 0;
  display: inline-block;
}
ul.tipo_certificado li {
  color: #000;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
}
ul.tipo_certificado li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
ul.tipo_certificado li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  padding: 0px 25px 0px 60px;

  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
ul.tipo_certificado li .check {
  display: block;
  position: absolute;
  border: 1px solid #000;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 30px;
  left: 20px;
  z-index: 5;
  -o-transition: border 0.25s linear;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
ul.tipo_certificado li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 13px;
  width: 13px;
  top: 5px;
  left: 5px;
  margin: auto;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

/*PRODUCTO GRID*/
.categofirst {
  margin-top: 110px;
}
.filtros-box {
  position: relative;
  float: none;
  top: 0px;
  width: 100%;
  height: auto;
  max-height: none;
  padding-bottom: 35px;
  padding-top: 1px;
  margin-bottom: 0px;
  margin: 00px auto 0px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
}
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
select.form-control {
  height: 32px;
  margin: 0px;
  border: 0px none;
  border-radius: 0px;
  font-size: 14px;
  padding: 3px;
  margin: 0px;
  color: #666;
  background: #fff;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #db0011;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: -o-linear-gradient(45deg, transparent 50%, #db0011 50%),
    -o-linear-gradient(315deg, #db0011 50%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 50%, #db0011 50%),
    linear-gradient(135deg, #db0011 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 16px) calc(1em + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  outline: 0;
}
.filtro .form-group {
  margin-bottom: 0;
}
.filtro input.f-pts {
  float: left;
  width: calc(50% - 18px);
  height: 32px;
  background-color: #fff;
  color: #666;
  border: none;
  border-bottom: 1px solid #db0011;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
}
.btn-mas {
  padding: 8px 10px;
  margin: 0px;
  width: 30px;
  background-color: #db0011;
  color: #ffffff;
  display: inline-block;
  float: left;
  border-color: #999;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  font-size: 16px;
}
.filtro div.btn-mas.to {
  width: 6px;
  height: 32px;
  padding: 2px 0px;
  color: #db0011;
  background-color: #fff;
  border: 0px none;
  border-bottom: 1px solid #db0011;
}
.filtro div.btn-mas.pts {
  height: 32px;
  padding-top: 2px;
  color: #db0011;
  background-color: #fff;
  border: 0px none;
  border-bottom: 1px solid #db0011;
}
.box-producto-home {
  position: relative;
  margin: 0px 0px;
  height: auto;
  width: 100%;
  padding-bottom: 20px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  margin-bottom: 15px;
  height: calc(100% - 15px);
  display: flex;
  flex-direction: column;
}
.box-producto-home img {
}
.box-producto-home .box-wish {
  display: none;
  position: absolute;
  padding: 5px 0px;
  color: #ffffff;
  top: 0px;
  right: 10px;
  border-radius: 0px;
  font-size: 18px;
}
.box-producto-home:hover .box-wish {
  display: block;
}

.box-producto-home .box-wish a {
  border-bottom: 1px solid transparent;
}
.box-producto-home .box-wish a:hover {
  border-bottom: 1px solid black;
  text-decoration: none;
}
.box-producto-home .box-wish a img {
  width: 20.66px;
  height: 20px;
}
.prod-info {
  text-align: center;
  padding: 0 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
}
.prod-info .prod-name {
  display: block;
  line-height: 1.2;
}
.prod-info .prod-price {
  font-size: 20px;
  font-weight: bold;
}
/*BEST PRODUCTS*/
.best-products {
  background-color: #fafafa;
  margin-top: 50px;
}
.best-products .separador h5 {
  background-color: #fafafa;
}
.best-products .separador .separador-hr {
  border-bottom: 1px solid black;
}

.best-products .best-product-box {
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin: 0px 0px;
  height: auto;
  width: 100%;
  padding: 5px;
  border: 0px none;
  border-radius: 0px;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

/*suscribe*/
.suscribe {
  background-color: #db0011;
  padding: 25px 0;
  margin-top: 80px;
}
.suscribe .suscribe-img {
  width: 100%;
  position: relative;
  top: -65px;
}
.suscribe .checkbox label {
  font-size: 12px;
}
/*SEPARADOR*/
.separador {
  padding-top: 65px;
  padding-bottom: 40px;
}
.separador h5 {
  position: relative;
  padding: 5px;
  width: 100%;
  max-width: 350px;
  margin: -40px auto -20px;
  background-color: #fff;
  text-align: center;
  font-size: 24px;
}
.separador .separador-hr {
  width: 100%;
  top: 25px;
  border-bottom: 1px solid #db0011;
  margin-top: 0px;
}

.separador h5 {
  position: relative;
}
.separador h5 span.cat-badge {
  font-size: 12px;
  margin-left: 7px;
  margin-top: 6px;
}
/*DETALLE*/

.producto-detalle {
  position: relative;
  top: 0px;
  padding: 45px 25px 45px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
}
.producto-detalle .descripcion h4 {
  font-size: 18px;
  margin: 18px 0;
  font-weight: bold;
}
.producto-detalle .descripcion h5 {
  font-size: 14px;
  margin: 15px 0;
  color: #797979;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.detalle-img {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: auto;
}

/*RATING*/
.rate {
  display: inline-block;
  height: 46px;
  padding: 0 10px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate:not(:checked) > label {
  float: right;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}
.rate:not(:checked) > label:before {
  content: "★ ";
}
.rate > input:checked ~ label {
  color: #db0011;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #db0011;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #db0011;
}

@media only screen and (max-width: 575px) {
  #ikeCarousel .inner > img.hor {
    display: none;
  }
  #ikeCarousel .inner > img.ver {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .carousel-control img.right,
  .carousel-control img.left {
    width: 50px;
    height: 50px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control img.left {
    margin-left: -10px;
  }
  .carousel-control img.right {
    margin-right: -10px;
  }
}

.btn.btn-hsbc-primary.ike {
  font-size: 16px;
  line-height: 1.42857143;
  height: auto;
}
.btn-secondary.ike,
.btn-secondary.ike:hover {
  background-color: #fff;
  color: #db0011;
  border: 1px solid #db0011;
  border-radius: 18px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 1px;
  min-width: 150px;
  max-width: 250px;
  display: inline-block;
}
.btn-secondary.ike:active {
  color: #fff;
  background-color: #db0011;
  border-color: #db0011;
}

.btn-secondary.ike {
  margin-top: 15px;
  padding: 6px 12px;
  width: 100%;
}

.img-wrap {
  margin: 10px auto;
  text-align: center;
}
.img-wrap > img {
  border: 0px none;
  display: inline-block;
}
.img-wrap > .ver {
  margin: 10px auto 15px;
  display: block;
}
.img-wrap:hover > .ver {
  text-decoration: underline;
}
.ike-tit {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}

#ikeCarousel .inner > img:hover {
  cursor: pointer;
}

.modal.modal-ike {
}
.modal.modal-ike .modal-body {
  padding: 30px 20px;
}
.form-check-input.check-ike {
  display: inline-block;
}
.form-ike-group {
  /*    margin-top: 20px;*/
}
.ike-mes .table tr td {
  border: none;
}
.ike-mes .table {
  max-width: 360px;
  margin: auto;
}
.ike-mes .table tr td:last-child {
  width: 86px;
}

.container.contenedor-asistencia {
  background-color: #f2f2f2;
  margin-top: 50px;
}
.bann-assist-img {
  margin: auto;
  display: block;
  width: 100%;
}
.bann-assist-img.img-sml {
  max-width: 200px;
}
.bann-assist-img.img-sml.button-ass {
  margin-top: 25px;
}
.img-assist {
  max-width: 250px;
}
/*MENU*/

.menu-desplegables li.desplegable-item .dropdown-menu.menu-categoria-desk {
  width: 700px;
}
.drop-nav-first .dropdown-menu {
  width: 200px;
}
.drop-nav-first .dropdown-menu.dropdown-menu--right {
  left: initial;
  right: 0;
}
.drop-nav-first .dropdown-menu li.divider {
  border-top: 1px solid #dadada;
}
.drop-nav-first .dropdown-menu li:hover a {
  background-color: #db0011;
  color: #fff;
}
.drop-nav-first .dropdown-menu li a {
  display: block;
  color: black;
  padding: 4px 8px;
  text-decoration: none;
}

.box-destacado img {
  width: 100%;
  max-width: 110px;
  margin: auto;
  display: block;
}
/*.Catálogo-desk-row{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 190px;
}
.Catálogo-desk-row .col-4{
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}*/
.list-categoria-element:hover {
  background-color: #db0011;
}
.list-categoria-element:hover .list-anchor {
  color: #fff;
  text-decoration: none;
}
.list-categoria-element .list-anchor {
  color: #333;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  padding: 3px 0 3px 10px;
}
.menu-mobile-drop .nav-item .dropdown-menu .dropdown-item,
.menu-mobile-drop .nav-item .dropdown-menu .dropdown-header {
  font-size: 14px;
  padding-left: 10px;
}
.menu-mobile-drop .nav-item .dropdown-menu {
  border: none;
  padding: 0;
}
.menu-mobile-drop .nav-item .name-item {
  font-size: 14px;
  color: #000;
  padding: 13px 0 8px;
}
.menu-mobile-drop .nav-item.dropdown.show .name-item {
  font-size: 14px;
  color: #db0011;
  padding: 13px 0 8px;
}
.menu-mobile-drop .nav-item .dropdown-menu b {
  color: #000;
}
.menu-mobile-drop .nav-item .dropdown-menu a.dropdown-item {
  color: #777;
}
.menu-mobile-drop .nav-item .dropdown-menu a.dropdown-item:hover,
.menu-mobile-drop .nav-item .dropdown-menu a.dropdown-item:focus {
  color: #fff;
  background-color: #db0011;
}
.dropdown-menu.menu-cards {
  padding: 0;
  border: 0;
  right: 10%;
  left: initial;
  width: 230px;
}
.dropdown-menu.menu-cards li {
  font-size: 12px;
  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-left: 5px;
  border: 1px solid #c1c1c1;
}
.dropdown-menu.menu-cards li .points-card {
  height: 18px;
  background-color: #d4d4d4;
  padding: 3px;
  line-height: 1;
  font-weight: bold;
}

.dropdown.tu-info:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/*TOASTS*/
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  width: calc(100% - 24px);
  height: 85vh;
}
#toast-container .toast-success {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  font-weight: bold;
  width: 100%;
  max-width: 380px;
  margin: 0 0px 6px auto;
}
#toast-container .toast-error {
  background-color: #db0011;
  color: #fff;
  border: 1px solid #db0011;
  font-weight: bold;
  margin: 0 0px 6px auto;
  max-width: 100%;
  width: 100%;
  text-align: center;
  opacity: 1;
  font-size: 18px;
  position: relative;
  top: 50%;
  padding: 30px 15px;
}
#toast-container .toast-info {
  background-color: #fff;
  color: #db0011;
  border: 1px solid #fff;
  max-width: 100%;
  font-weight: bold;
  width: 100%;
  text-align: center;
  opacity: 1;
  font-size: 18px;
  position: relative;
  top: 50%;
  padding: 30px 15px;
}
#toast-container .toast-info .toast-progress {
  background-color: #db0011;
  opacity: 0.7;
}
#toast-container .toast-progress {
  background-color: #fff;
  opacity: 0.7;
}

.breadcrumb {
  text-transform: uppercase;
}

/*Wishlist*/
.wishbox {
  border: 1px solid #dcdcdc;
}
.wishbox .wishead {
  background-color: #db0011;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.wish-img {
  width: 100%;
  max-width: 250px;
  display: block;
  margin: auto;
}
.wish-description {
  color: #797979;
}
.wish-qnt {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 220px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.wish-qnt h5 {
  font-size: 14px;
  margin: 0;
}
.wish-qnt input {
  width: 50px;
  border: 1px solid initial;
}

/*INFO*/

/*PEDIDOS*/
.tabla-pedidos-box {
  overflow: auto;
}
.tabla-pedidos-box .table-cpremier {
  font-size: 14px;
}
.tabla-pedidos-box .table-cpremier img {
  width: 20px;
}
.row-item-pedido {
  border-bottom: 1px solid #dadada;
}
.item-pedido-img {
  width: 100%;
  max-width: 240px;
  display: block;
  margin: auto;
}

/*PUTNOS*/
.puntos-card-img {
  width: 100%;
  max-width: 220px;
  display: block;
  margin: auto;
}
.row-puntos-card {
  padding: 20px 0;
}
/*MI INFO*/
.table-mi-info {
  font-size: 14px;
}
.table-mi-info tbody tr td {
  width: 50%;
}
.row-minfo {
  padding: 20px 0;
}
.cp-info-box {
  margin-top: 20px;
  border: 1px solid rgba(66, 66, 66, 0.2);
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: ;
}
.cp-info-detalle {
  border-top: 1px solid rgba(66, 66, 66, 0.2);
}
.direccion-box {
  border: 1px solid #cccccc;
  padding: 20px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 20px;
}
.direccion-box:hover {
  -webkit-box-shadow: 0px 1px 29px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 29px -4px rgba(0, 0, 0, 0.2);
}
.buttons-dir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.direccion-box-empty {
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 290px;
}
.direccion-box-empty:hover {
  width: 100%;
  font-size: 18px;
  background-color: #f3f3f3;
}

/*INFO*/

/*COLORES*/

.cont_swatchs {
  width: 50%;
  margin-bottom: 0px;
  margin-top: 15px;
  float: left;
}

.cont_swatchs label.txtcolo {
  color: #262626;
  font-weight: bold;
  font-size: 18px;
}

.cont_swatchs .tabs_swtches_imas {
  margin-bottom: 0px;
  padding: 15px 0 0 0;
  height: auto !important;
}

.cont_swatchs .tabs_swtches_butcont {
  margin-top: 0px;
  margin-bottom: 0px;
}

.cont_swatchs .tabs_swtches_butcont .nav-tabs {
  border: none;
}

.nav-tabs > li.active {
  border: none !important;
  padding: 0px;
}

.cont_swatchs .tabs_swtches_butcont .nav-tabs a {
  margin: auto;
  padding: 3px;
  border: 1px solid transparent;
  float: left;
  cursor: pointer;
}
.cont_swatchs .tabs_swtches_butcont .nav-tabs a span {
  float: left;
  height: 21px;
  cursor: pointer;
}
.cont_swatchs .tabs_swtches_butcont .nav-tabs a span label {
  margin-bottom: 0;
  cursor: pointer;
}
.cont_swatchs .tabs_swtches_butcont .nav-tabs a.active {
  padding: 3px;
  border: 1px solid #dadada;
  background-color: #fdfdfd;
}

.cont_swatchs .tabs_swtches_butcont .nav-tabs .tabs_swatc {
  border-radius: 50%;
  background-color: #929292;
  width: 20px;
  height: 20px;
}

.cont_swatchs .tabs_swtches_butcont .nav-tabs .tabs_swatc_gris {
  border-radius: 50%;
  background-color: #929292;
  width: 20px;
  height: 20px;
}

.cont_swatchs .tabs_swtches_butcont .nav-tabs .tabs_swatc_morado {
  border-radius: 50%;
  background-color: purple;
  width: 20px;
  height: 20px;
}

.cont_swatchs .tabs_swtches_butcont .nav-tabs .tabs_swatc_azul {
  border-radius: 50%;
  background-color: #427390;
  width: 20px;
  height: 20px;
}

.cont_swatchs .tabs_swtches_butcont .nav-tabs .tabs_swatc_verde {
  border-radius: 50%;
  background-color: green;
  width: 20px;
  height: 20px;
}

/*TALLAS*/

div.attribute-swatch {
  width: 50%;
  margin-bottom: 0px;
  margin-top: 15px;
  float: left;
}

div.attribute-swatch p.txt_titletallaima {
  color: #262626;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 3px;
}

div.swatchinput {
  text-align: center;
  display: inline-block;
  padding-right: 7px;
  padding-bottom: 3px;
}

div.swatchinput a {
  display: block;
  min-width: 32px;
  background: #c1c0c0;
  color: #fff;
  border: solid 0px white !important;
  outline: solid 0px #9c9999 !important;
  line-height: 30px;
  padding: 0 10px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 500 !important;
  border-radius: 20%;
}
div.swatchinput a.selected {
  background-color: #3a3a3a;
  color: #fff;
}

div.swatchinput a:hover {
  background-color: #3a3a3a;
  color: #fff !important;
}

/*MINUS PLUS*/
.plus-minus-input {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.plus-minus-input .input-group-field {
  width: 300px;
  font-size: 28px;
  height: 45px;
  border-radius: 0px;
  text-align: center;
  border: 1px solid #e0dfdd;
  background: #eaeaea;
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.plus-minus-input .input-group-button .circle {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: #db0011;
  color: #fff;
  font-size: 30px;
  line-height: 0;
  padding: 0;
}

/*BENEFICIO CLIMMON*/
.climon-box {
  background: rgb(231, 231, 231);
  background: linear-gradient(
    0deg,
    rgba(231, 231, 231, 1) 0%,
    rgba(250, 250, 250, 1) 100%
  );
  position: relative;
  min-height: 200px;
  padding: 70px 130px;
}
.manos-climon {
  position: absolute;
  width: 150px;
  top: 0;
  left: 0;
}
.logo-climon-banner {
  width: 100%;
  max-width: 170px;
  position: absolute;
  bottom: 20px;
  right: 40px;
}
.liga-climon-banner {
  width: 100%;
  max-width: 170px;
  position: absolute;
  bottom: 20px;
  left: 40px;
  font-size: 12px;
  text-align: left;
}
@media (max-width: 767px) {
  .climon-box {
    background: rgb(231, 231, 231);
    background: linear-gradient(
      0deg,
      rgba(231, 231, 231, 1) 0%,
      rgba(250, 250, 250, 1) 100%
    );
    position: relative;
    min-height: 200px;
    padding: 50px 50px;
  }
  .manos-climon {
    position: absolute;
    width: 80px;
    top: 0;
    left: 0;
  }
  .logo-climon-banner {
    width: 100%;
    max-width: 120px;
    position: absolute;
    bottom: 10px;
    right: 40px;
  }
  .plus-minus-input .input-group-field {
    width: 140px;
  }
}

/*CLUB PREMIER*/
.nueva-cuenta-box {
  margin-top: 20px;
  border: 1px solid rgba(66, 66, 66, 0.2);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(66, 66, 66, 0.2);
  box-shadow: 5px 5px 10px 0px rgba(66, 66, 66, 0.2);
  padding-bottom: 30px;
}
.nueva-cuenta-box > h4 {
  background-color: #db0011;
  margin: 0;
  padding: 10px 0;
  text-align: left;
  padding-left: 15px;
  color: #fff;
}
.nueva-cuenta-box .forms-box {
  padding: 0 15px;
}
.form-cpremier {
}
.form-cpremier .label-cpremier {
  margin-top: 15px;
}
.form-cpremier .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid black;
}
.puntos label {
  margin-top: 15px;
}
.box-puntos {
  margin-bottom: 16px;
}
.box-puntos button {
  background-color: #db0011;
  color: #fff;
  height: 38px;
  width: 30px;
  border: none;
}
.box-puntos input {
  border: 1px solid #dcdcdc;
}
.table.table-cpremier thead tr th {
  background-color: #999;
  color: #fff;
}
.table.table-cpremier tbody tr td {
  border: none;
  border-bottom: 1px solid #dadada;
}
.title-cp {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title-cp span {
  font-size: 28px;
  margin-right: 10px;
}
.title-cp img {
  width: 200px;
}

/*FAQS*/
.ac-container a {
  width: auto;
  text-decoration: none;
}
.ac-container a > div {
  cursor: pointer;
  width: auto;
  background-color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
  padding: 5px 20px 5px 10px;
  color: #000000;
  background-image: url(./assets/img/stock-down.svg);
  background-position: calc(100% - 20px) center;
  background-size: 15px;
  background-repeat: no-repeat;
}
.ac-container a > div > div {
  width: 20px;
  padding: 5px 0px 5px 10px;
  background-image: url(../assets/img/stock-down.svg);
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
  display: inline-block;
}
.ac-container article {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #db0011;
  border-top: 1px solid #db0011;
  margin-top: 0px;
  padding: 10px;
  font-size: 12px;
}

/*DONACIONES*/
.hsbcf {
  background-color: #d30a02;
}
.crm,
.amistad,
.carlosslim,
.fpepsi {
  background-color: #fff;
}
.unicef {
  background-color: #2569b4;
}
.climond {
  background-color: #fff;
}
.amistad {
  background-color: #fff;
}
.kiloayu {
  background-color: #fdd800;
}
.modal-donacion {
}
.modal-donacion {
}
.input-group.donacion-masmen {
  width: 100%;
  max-width: 200px;
  flex-wrap: nowrap;
}
.input-group.donacion-masmen .form-control.input-number.text-center.cantidad {
  background-color: #fff;
  color: #000;
  height: 38px;
}
.button-dona {
  max-width: 50px;
  max-width: 250px;
  min-width: 50px;
  width: 100%;
  font-size: 14px;
  height: 45px;
  margin: auto;
}
.dona-end-img {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: auto;
}
.dona-end-box {
  width: 100%;
  max-width: 680px;
  padding: 30px 15px;
  margin: auto;
}

/*PAGO CON PUNTOS*/
.pcp-num {
  min-height: 100px;
  width: 100%;
  max-width: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.pcp-puntos.pcp-num {
  background-color: #000;
}
.pcp-mon.pcp-num {
  background-color: #db0011;
}
.pcp-num-num {
  font-size: 30px;
}
.pcp-num-txt {
  font-size: 16px;
}
.pcp-pago-box {
  background-color: #ededed;
  padding: 50px 15px;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 10px;
}
.box-puntos.box-puntos-pcp {
  margin: 0;
}
.box-puntos.box-puntos-pcp button {
  background-color: #ededed;
  color: #999;
  height: 40px;
  width: 40px;
  border: 2px solid #999;
}
.box-puntos.box-puntos-pcp input {
  background-color: #fff;
  color: #333;
  height: 40px;
  width: 80px;
  border: 2px solid #fff;
}
.card-pcp {
  width: 100%;
  max-width: 270px;
  display: block;
  margin: 0 auto 15px;
}
.cashrecibo {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 15px auto;
}
/*CHATBOT*/

.boton-chatt-init {
  width: 45px;
  z-index: 99;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  right: 30px;
  background-color: #444;
  border-radius: 0;
  transition: all 0.25s;
}
.boton-chatt-init:hover img {
  transform: scale(1.2);
  transition: all 0.25s;
}
.boton-chatt-init img {
  width: 25px;
  transition: all 0.25s;
}
.bot-gif {
  width: 160px;
  position: absolute;
  top: -140px;
  left: -30px;
}
.alert-chatbot {
  width: 85px;
  z-index: 99;
  height: 85px;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  position: fixed;
  bottom: 60px;
  border: none;
  right: 60px;
  transition: all 0.25s;
}
.alert-chatbot:hover {
}
.alert-chatbot:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.alert-chatbot .bot-png {
}
.alert-chatbot-close {
  content: "x";
  z-index: 100;
  position: fixed;
  bottom: 243px;
  right: 20px;
  background-color: #dd0000;
  font-size: 19px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  border: none;
  transition: all 0.25s;
}
.alert-chatbot-close:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.alert-chatbot-close:hover {
  transform: scale(1.08);
}
.alert-chatbot::after {
  content: "";
  position: absolute;
  top: 77px;
  right: 0px;
  background-color: transparent;
  font-size: 19px;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
}
#chatt-box {
  width: calc(100vw - 60px);
  max-width: 600px;
  height: 80vh;
  max-height: 700px;
  position: fixed;
  bottom: 45px;
  right: 30px;
  background-color: #dadada;
  z-index: 111;
  display: none;
}
#chatt-box:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
/*ASIST NUEVO*/
.asist-box {
}
.asist-img {
  width: 70px;
}
.asist-text {
  width: 100%;
}

/*TOAST */

#toast-container .toast-success {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  font-weight: bold;
  width: 100%;
  margin: 0 0px 6px auto;
}

#toast-container .toast-error {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  font-weight: bold;
  width: 100%;
  margin: 0 0px 6px auto;
  min-height: 50px;
}

div.toast {
  /*top: 98px !important;*/
}
.toast .toast-close-button {
  display: none;
}

.toast-message img {
  width: 290px;
}

/*MMEDIAS*/
@media only screen and (max-width: 991px) {
  .btn-hsbc-primary.btn-hsbc-primary--pago {
    float: right;
    color: #fff;
    max-width: 100%;
  }
  .header-hsbc {
    max-height: 100vh;
    overflow: auto;
  }
  .owl-carousel.carrusel-index-one .item .bann-1-car {
    position: relative;
    height: 100px;
    width: auto;
    margin-top: 60px;
    left: -180px;
  }
  .owl-carousel.carrusel-index-one .item .bann-2-car {
    position: relative;
    height: 100px;
    width: auto;
    left: -200px;
    margin-top: 40px;
  }

  .banner-box .banner-info h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .back-detalle {
    position: absolute;
    background-color: #24245d;
    height: 100%;
    width: 200%;
    z-index: -1;
    left: -50%;
  }
  .back-detalle-left {
    position: absolute;
    background-color: #ebeaeb;
    height: 100%;
    width: 200%;
    z-index: -1;
    right: -50%;
  }
  .ques-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left-ques {
    height: 100px;
    width: 100%;
    color: #fff;
    background-color: #24245d;
    position: relative;
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    text-transform: uppercase;
  }
  .left-ques::before {
    content: none;
  }
  .tabla-q-2 tbody tr td:first-child {
    width: 120px;
  }

  .banner-box {
    position: relative;
    background-color: #e8e6e7;
  }
  .banner-box .banner-info {
    position: relative;
    top: initial;
    width: 100%;
    background-color: #fff;
    padding: 30px 20px;
    left: initial;
    max-width: 100%;
  }
  .owl-carousel .owl-item .banner-box .bannue {
    width: 180%;
    margin-left: initial;
    right: 80%;
    position: relative;
  }

  .hor-scroll-item img {
    max-width: 200px;
  }
}

@media only screen and (max-width: 575px) {
  .btn-hsbc-primary {
    max-width: 100%;
    width: 100%;
  }
  .btn-hsbc-secondary {
    max-width: 100%;
    width: 100%;
  }
  .owl-carousel.carrusel-index-one .item .bann-1-car {
    position: relative;
    height: 80px;
    width: auto;
    margin-top: 60px;
    left: -300px;
  }
  .owl-carousel.carrusel-index-one .item .bann-2-car {
    position: relative;
    height: 80px;
    width: auto;
    left: -300px;
    margin-top: 40px;
  }

  .excl-img {
    width: 100%;
  }
  .excl-info {
    width: 100%;
  }
  .owl-carousel.carrusel-index-mejor .owl-nav button.owl-prev {
    left: 0px;
  }
  .owl-carousel.carrusel-index-mejor .owl-nav button.owl-next {
    right: 0px;
  }
  .img-excl-iz {
    display: block;
    margin: auto;
  }
  .pcp-num-num {
    font-size: 20px;
  }
}

/*MMEDIAS*/
@media only screen and (max-width: 420px) {
  .watch-cortado {
    position: absolute;
    right: 60%;
    top: 0;
    height: 100%;
    width: initial;
  }
}

.first-content {
  min-height: calc(100vh - 150px);
}
.first-content-bann {
  min-height: calc(100vh - 585px);
}
.logo-box {
  min-height: 45px;
}
.certificados-hr-info {
  position: relative;
}
.btn-certificados-info {
  color: #fff;
  background-color: #dd0000;
  border-radius: 0;
  width: 100%;
  max-width: 300px;
  position: absolute;
  top: -20px;
  left: 50%;
  transition: all 0.2s;
  transform: translateX(-50%);
}
.btn-certificados-info:hover {
  color: #fff;
  background-color: #a91111;
  border-radius: 0;
  width: 100%;
  max-width: 300px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.cert-img-caja {
}
.img-cert-info {
  width: 100%;
  max-width: 120px;
  display: block;
  margin: auto;
}
.address-info-box {
  border: 1px solid #dadada;
}
.direccion-box {
  min-height: 450px;
}
.direccion-box p {
  margin-bottom: 5px;
}
.btn-direc {
  width: 100%;
  display: flex;
  height: 450px;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.btn-direc:hover {
  -webkit-box-shadow: 0px 1px 29px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 29px -4px rgba(0, 0, 0, 0.2);
  background-color: #eaaeae;
}
.btn-direc:hover span {
  transform: rotate(90deg);
}
.btn-direc span {
  display: inline-block;
  width: 120px;
  height: 120px;
  border: 2px solid #dadada;
  border-radius: 50%;
  text-align: center;
  font-size: 80px;
  color: #dadada;
  transition: all 0.2s;
  background-color: #fff;
}

/*RANGO*/

.rango-cart {
  display: flex;
}
.rango-cart .btn-rango {
  width: 30px;
  height: 30px;
  background-color: #db0011;
  color: #fff;
  padding: 0;
  border: none;
  font-size: 18px;
  border-radius: 50%;
}
.rango-cart input.form-control-range {
  width: calc(100% - 61px);
}

/*CAMBIOS*/

.carrito-link {
  position: relative;
}
.carrito-link .badge-carrito {
  position: absolute;
  left: 18px;
  top: -6px;
  height: 18px;
  width: 18px;
  background-color: #dd0000;
  border-radius: 50%;
  color: #fff;
  line-height: 1.5;
  font-size: 12px;
  text-align: center;
}

.tu-info {
  text-align: center;
  font-size: 14px;
  top: 3px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  cursor: help;
}
.dropdown-menu.menu-cards {
  padding: 0;
  border: 0;
  right: 10%;
  left: 0;
  width: 230px;
}
.dropdown-menu.menu-cards li {
  font-size: 12px;
  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-left: 5px;
  border: 1px solid #c1c1c1;
}

.dropdown-menu.menu-cards li .points-card {
  height: 18px;
  background-color: #d4d4d4;
  padding: 3px;
  line-height: 1;
  font-weight: bold;
}

/*ASCENDA*/

.asc-item {
  padding-bottom: 25px;
}
.asc-item button {
  border: none;
  outline: none;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, 0.64);
  box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, 0.64);
  transition: all 0.17s;
  min-height: 170px;
}
.asc-item button:hover {
  border: none;
  outline: none;
  border-radius: 7px;
  -webkit-box-shadow: 1px 1px 11px 2px rgba(0, 0, 0, 0.64);
  box-shadow: 1px 1px 11px 2px rgba(0, 0, 0, 0.64);
}
.asc-img {
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .asc-item button {
    min-height: 200px;
  }
}

.modal-header.modal-header-asc {
  border: none;
}
.asc-head {
  width: 100%;
  display: flex;
  background-color: #1a3f8d;
}
.asc-head-logo {
  background-color: #fff;
  display: flex;
  align-items: center;
}
.asc-head-img {
  width: 100%;
  max-width: 140px;
}
.asc-head-txt {
  color: #fff;
  padding: 10px;
  flex: 1;
  display: flex;
  align-items: center;
}

.asc-body {
}
.asc-body-grey {
  color: #fff;
  background-color: #626469;
}
.input-group.donacion-masmen.donacion-masmen-asc {
  width: 100%;
  max-width: initial;
  flex-wrap: nowrap;
}
.input-group.donacion-masmen.donacion-masmen-asc
  .input-group-btn
  .btn.btn-default.btn-number.btn_cantidad.btthoteles {
  border: 1px solid #db0011;
  background: #db0011;
  border-radius: 0;
  color: #fff;
  height: 38px;
  width: 38px;
}
.asc-body-light {
  color: #000;
  background-color: #e9e9e9;
}
.asc-body-blue {
  background-color: #1a3f8d;
  color: #fff;
}
.p-asc-leg {
  font-size: 12px;
}

@media only screen and (max-width: 575px) {
  .asc-head-img {
    max-width: 90px;
  }
}

/*Placeholder*/

.placeholder-banner {
  height: 410px;
  background-color: #bbb;
  overflow: hidden;
  position: relative;
}
.placeholder-cat1 {
  height: 600px;
  background-color: #bbb;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.place-bann-item {
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgb(187, 187, 187);
  background: linear-gradient(
    90deg,
    rgba(187, 187, 187, 0.5433910380558473) 0%,
    rgba(167, 167, 167, 1) 38%,
    rgba(166, 166, 166, 1) 50%,
    rgba(167, 167, 167, 1) 63%,
    rgba(187, 187, 187, 0.4845675086440826) 100%
  );
  right: 0;
}

.place-bann-item2 {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgb(187, 187, 187);
  background: linear-gradient(
    90deg,
    rgba(187, 187, 187, 0.5433910380558473) 0%,
    rgba(167, 167, 167, 1) 38%,
    rgba(166, 166, 166, 1) 50%,
    rgba(167, 167, 167, 1) 63%,
    rgba(187, 187, 187, 0.4845675086440826) 100%
  );
  right: 0;
}

@keyframes placeHolderShimmer {
  0% {
    right: 100%;
  }
  100% {
    right: -30%;
  }
}

.animated-background {
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  position: absolute;
}
.animated-background2 {
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  position: absolute;
}
.place-square {
  width: 160px;
  height: 160px;
  background-color: #bbb;
  overflow: hidden;
  position: relative;
}
.place-square2 {
  width: 100%;
  height: 255px;
  background-color: #bbb;
  overflow: hidden;
  position: relative;
}
.placetxt1 {
  width: 40%;
  height: 30%;
  margin: 10px 0 15px 0;
  overflow: hidden;
  position: relative;
  background-color: #bbb;
}
.placetxt2 {
  width: 100%;
  height: 20%;
  margin: 10px 0 15px 0;
  overflow: hidden;
  position: relative;
  background-color: #bbb;
}
.place-mejor-txt {
  width: calc(100% - 160px);
  display: flex;
  padding-left: 10px;
  align-items: start;
  flex-direction: column;
  justify-content: flex-end;
}
.txt-recopl1 {
  width: 60%;
  height: 35px;
  overflow: hidden;
  position: relative;
  background-color: #bbb;
  margin: 40px 0 10px;
}
.txt-recopl2 {
  width: 80%;
  height: 30px;
  overflow: hidden;
  position: relative;
  background-color: #bbb;
  margin: 15px 0 10px;
}

/*suscribe*/
.suscribe {
  background-color: #ec342e;
  padding: 25px 0;
  margin-top: 80px;
}
.suscribe .suscribe-img {
  width: 100%;
  position: relative;
  top: -65px;
}
.suscribe .checkbox label {
  font-size: 12px;
}

/*CINTILLAS Y LOGO HW*/
.rec-box img.cinta-promo {
  position: absolute;
  width: 25%;
  max-width: 90px;
  left: 0;
  top: 0;
}
.cinta-promo {
  position: absolute;
  width: 25%;
  max-width: 90px;
  left: 0;
  top: 0;
}

/*404*/
.pag404 {
  margin: calc(33vh - 100px) auto 0;
  text-align: center;
  width: 100%;
  max-width: 500px;
  position: relative;
}
.pag404 span {
  font-size: 24px;
  line-height: 1.2;
}
.pag404 span a {
  font-size: 24px;
  line-height: 1.2;
  text-decoration: underline;
}
.pag404::before {
  content: "404";
  position: absolute;
  color: #eee;
  font-size: 210px;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, -30%);
}

/*/RAINTG INDEX*/

.rating-index {
  background-color: #eee;
  padding-bottom: 25px;
}
.rate-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ec342e;
  padding: 10px 5px;
  margin: 25px 0 10px;
}
.rate-img {
  width: 100px;
}
.rate-txt {
}

/*CINTILLO*/

.cintillo-top {
  background-color: #ededed;
  padding: 0px;
  background-image: url("../assets/img/bg-pat.png");
}
.cintillo-top img {
  width: 1320px;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
.btn-cinti {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 28px;
  line-height: 1;
  padding: 7px;
  z-index: 5;
}

/*CONTACTO*/
.contacto-btn {
  position: fixed;
  top: 50%;
  right: 0;
  padding: 0;
  border: none;
  z-index: 199;
  transition: all 0.2s;
}
.contacto-btn:hover {
  transform: scale(1.05);
}
#contacto-box {
  position: fixed;
  right: 0;
  top: calc(50% - 250px);
  background-color: #fff;
  z-index: 200;
  padding: 10px;
  border: 1px solid #000;
  display: none;
}
.contacto-box-img {
  width: 30px;
}
.contacto-cerrar {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: none;
  background-color: #ec342e;
  color: #fff;
}

/*TYC NUEVOS*/
.tyc-new p {
  font-size: 14px;
}
.tyc-new table {
  font-size: 14px;
}
.tyc-new p b {
  font-size: 16px;
}
.tyc-new ul li {
  font-size: 14px;
}

.img-benef-tyc {
  width: 100%;
  max-width: 250px;
}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*---------------CHATBOX-STYLES---------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

.noScroll {
  overflow-y: hidden;
}

.boton-chatt-init {
  background-color: #db0011;
  padding: 8px;
}

#chatt-box {
  background-color: #db0011;
  border-radius: 30px 20px 20px 20px;
  width: 300px;
  height: 550px;
  max-height: calc(100vh - 50px);
  max-width: calc(100vw - 50px);

  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.57);
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.57);
  padding: 0px;
  font-size: 12px;
  z-index: 200;
}

#chatt-box > div {
  padding: 10px;
}
#chatt-box .chatTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#chatt-box .chatTitle img {
  height: 18px;
}
#chatt-box .chatTitle span {
  font-size: 18px;
  color: #ffffff;
  padding: 0 15px;
  min-width: calc(100% - 85px);
}
#chatt-box .chatTitle button {
  font-size: 20px;
  color: #ffffff;
  border: 0 none;
}

#chatt-box .chatMain {
  background-color: #ffffff;
  border-radius: 30px 20px 0 0;
  overflow-y: auto;
  height: calc(100% - 100px);
}

#chatt-box .chatMain::-webkit-scrollbar {
  display: none;
}

#chatt-box .chatMain .chatAnswer {
  background-color: #eaeaea;
  border-radius: 20px;
  padding: 10px 10px 5px;
  margin-bottom: 10px;
}
#chatt-box .chatMain .chatAnswer.aUser {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  text-align: right;
}

#chatt-box .chatMain .chatAnswer p {
  margin-bottom: 5px;
}

#chatt-box .chatMain .chatAnswer .preguntas {
  width: calc(100% + 20px);
  background-color: #ffffff;
  left: -10px;
  position: relative;
  padding: 10px;
  border-radius: 20px;
}

#chatt-box .chatMain .chatAnswer .preguntas button {
  width: 100%;
  border: 1px solid #db0011;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 20px;
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
}

#chatt-box .chatMain .chatAnswer .preguntas button:hover {
  background-color: #db0011;
  color: #ffffff;
}

#chatt-box .chatMain .chatAnswer .time {
  display: none;
  font-size: 11px;
  padding: 5px 0;
  margin-bottom: 0px;
}
#chatt-box .chatMain .chatAnswer:last-of-type .time {
  display: block;
}

.chatUser {
  background-color: #ffffff;
  border-radius: 0px 0px 20px 20px;
  border-top: 1px solid #db0011;
}
.chatUser .form-inline {
  justify-content: space-between;
}

.chatUser .form-group {
  width: calc(100% - 62px);
  margin-bottom: 0 !important;
}

.chatUser .form-control {
  font-size: 12px;
  border-radius: 20px;
  width: 100%;
}
.chatUser .btn.btn-primary {
  font-size: 12px;
  border-radius: 20px;
  color: #ffffff;
  background-color: #db0011;
  border: 0px none;
}
