/*FONTS*/
@font-face {
  font-family: "AeroMextt";
  src: url("../fonts/NeueHaas/NeueHaas-Unica-Pro-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AeroMextt";
  src: url("../fonts/NeueHaas/NeueHaas\ -Unica-W06-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
  font-family: "AeroMextt", sans-serif;
}

.bold {
  font-weight: bold;
}

.txt-center {
  text-align: center;
}

.txt-end {
  text-align: end;
}

.txt-start {
  justify-content: start;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: auto;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
/* rtl:end:ignore */

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -0.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

/**************
    CSS News 
**************/

.boton-ayuda {
  position: fixed;
  bottom: 50px;
  right: -7px;
  z-index: 10;
  padding: 5px;
}

.boton-ayuda:hover {
  filter: drop-shadow(10px 6px 2px #c7c7c7);
  transition: 0.5s;
}

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

.ayuda-contenedor {
  position: fixed;
  bottom: 150px;
  right: 15px;
  z-index: 1032;
  width: 280px;
  height: 440px;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 19px 0px #949494;
  box-shadow: 0px 6px 19px 0px #949494;
  display: none;
}

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

.box-header-ayuda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

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

.ayuda-contenedor .box-body .form-control {
  background-color: #f1f1f1;
  color: #999;
  border: none;
  -webkit-box-shadow: 0px 2px 5px 0px #c2c2c2;
  box-shadow: 0px 2px 5px 0px #c2c2c2;
}

.ayuda-contenedor .box-body .form-control {
  background-color: #f1f1f1;
  color: #999;
  border: none;
  -webkit-box-shadow: 0px 2px 5px 0px #c2c2c2;
  box-shadow: 0px 2px 5px 0px #c2c2c2;
}

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

.input-container {
  margin: 0px auto 12px;
  max-width: 300px;
  background-color: #ededed;
  -webkit-box-shadow: 0px 2px 5px 0px #c2c2c2;
  box-shadow: 0px 2px 5px 0px #c2c2c2;
  border-radius: 4px;
  text-align: right;
}

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

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

.btn-aeromexico-primary {
  background-color: #020c41;
  min-width: 180px;
  max-width: 320px;
  min-height: 42px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  border-radius: 0;
  width: 100%;
  border: 1px solid #020c41;
  padding: 15px;
  font-size: 21px;
  font-family: "UniversAEROMEXICO", Arial, "Helvetica Neue", Helvetica,
    sans-serif;
  font-weight: 200;
  line-height: 1;
}

.btn-aeromexico-primary:hover,
.btn-aeromexico-primary:focus {
  color: #fff;
  background-color: #00295d;
  border: 1px solid #00295d;
}

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

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

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

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

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

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

button#help-button:active {
  border: 1px #ffffff00;
}

.btn-aeromexico-black:hover,
.btn-aeromexico-black:focus {
  color: #fff;
  background-color: #0257da;
  border: 1px solid #0257da;
}

.logo-shop {
  width: 80px;
}

.icon-button__badge {
  position: absolute;
  top: 6px;
  right: 107px;
  width: 8px;
  height: 8px;
  background: red;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 10px;
}

.icon-button__badge2 {
  position: absolute;
  top: 2px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: red;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 10px;
}

.icon-button__badge2-mobile {
  position: absolute;
  top: -2px;
  right: 16px;
  width: 19px;
  height: 18px;
  background: red;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 14px;
}

.icon-button__badge-mobile {
  position: absolute;
  top: 6px;
  right: 30px;
  width: 8px;
  height: 8px;
  background: red;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 10px;
}

.no-select {
  user-select: none;
}

.no-mrg {
  margin: 0px;
}

.navbar-dark-aeromexico {
  background-color: #020c41 !important;
}

.white {
  color: #fff !important;
}

.btn-hover-aeromexico:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
  border-radius: 4px;
  cursor: pointer;
}

.no-pointer {
  cursor: default;
}

/********************
  Notification CSS 
********************/

.notificationBox {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 11px !important;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  position: absolute !important;
  left: -190px !important;
  scrollbar-color: #fff #fff;
  scrollbar-width: none;
  width: 350px;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}

.notificationBox___mobile {
  left: inherit !important;
}

.notificationBox .notificationHeader {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 21px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.notificationBox .notificationHeader--title {
  color: #999;
  font-size: 9px;
  font-weight: 400;
  height: 30px;
  letter-spacing: 0.5px;
  line-height: 30px;
  text-transform: uppercase;
}

.notificationBox .notificationList {
  margin: 0 5px;
  max-height: 335px;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  scrollbar-color: #d6d6d6 #fff;
  scrollbar-width: thin;
}

.notificationBox .notificationList .notification:hover {
  background-color: #f2f8fc;
}

.notificationBox .notificationList .notification {
  cursor: pointer;
  padding: 20px 21px;
}

.notificationBox .notificationList .notification a {
  text-decoration: none;
}

.notificationBox .notificationList .notification--subHeader {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.notificationBox .notificationList .notification--subHeader--title {
  font-family: NeueHaasUnicaPro-Medium, sans-serif;
  color: #0b2343;
  font-size: 14px;
  line-height: 13px;
  width: 100%;
}

.notificationBox .notificationList .notification--subHeader--hour {
  text-align: right;
  width: 70px;
}

.notificationBox .notificationList .notification--subHeader--hour span {
  font-family: NeueHaasUnicaPro-Medium, sans-serif;
  color: #999;
  font-size: 10px;
  line-height: 17px;
}

.notificationBox .notificationList .notification--description {
  font-family: NeueHaasUnicaPro-Regular, sans-serif;
  color: #666;
  font-size: 12px;
  line-height: 17px;
  margin-top: 8px;
}

.notificationBox .notificationList .notification:not(:last-child):after {
  border-bottom: 1px solid #e5e5e5;
  content: "";
  display: block;
  position: relative;
  top: 20px;
  width: 100%;
}

.notificationBox .notificationHeader--unread {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e91b2f;
  border-radius: 100px;
  height: 14px;
  margin: auto 0;
  position: relative;
  text-align: center;
}

.notificationBox .notificationHeader--unread div {
  font-family: NeueHaasUnicaPro-Medium, sans-serif;
  color: #fff;
  font-size: 8px;
  letter-spacing: 0.2px;
  line-height: 10px;
  margin: auto;
  padding: 2px 5px;
  position: relative;
  text-transform: capitalize;
}

.notificationTriangle.is-active {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 10px 10px;
  display: block !important;
  height: 0;
  margin-left: 17px;
  margin-top: 7px;
  position: absolute;
  width: 0;
  top: -15px;
  right: 30px;
}

.notificationTriangle2.is-active {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 10px 10px;
  display: block !important;
  height: 0;
  margin-left: 17px;
  margin-top: 7px;
  position: absolute;
  width: 0;
  top: -15px;
  right: 120px;
}

/****************
  SEARCH BUTTON
****************/

.search-container {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-bottom: -27px;
  margin-right: -5px;
  margin-left: 15px;
}

.mglass {
  display: inline-block;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.searchbutton {
  position: absolute;
  font-size: 22px;
  width: 65%;
  margin: 0;
  padding: 0;
  background-color: #0257da;
  border-radius: 60px;
  text-align: center;
  cursor: pointer;
}

.searchbutton:hover {
  box-shadow: rgb(255 255 255 / 60%) 0px 0px 8px;
}

.search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.search {
  position: absolute;
  left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
  background-color: white;
  outline: none;
  border: none;
  padding: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  top: -8px;
}

.search:focus {
  width: 363px; /* Bar width+1px */
  padding: 0 16px 0 0;
}

.expandright {
  left: auto;
  right: 55px; /* Button width-1px */
}

.expandright:focus {
  padding: 0 0 0 16px;
}

/*********************
    SELECT LENGUGE
*********************/

.switch-lenguage {
  position: relative;
  margin: 0 5px;
}

.switch-lenguage > span {
  position: absolute;
  top: 9px;
  pointer-events: none;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  width: 50%;
  text-align: center;
}

input.checkedd-toggle-round-flat:checked ~ .on {
  color: #fff;
}

.switch-lenguage > span.on {
  left: 3px;
  padding-left: 2px;
}

.switch-lenguage > span.off {
  right: -1px;
  padding-right: 4px;
  color: #fff;
}

.checkedd-toggle {
  position: absolute;
  visibility: hidden;
}

.checkedd-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.checkedd-toggle-round-flat + label {
  width: 97px;
  height: 35px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}

input.checkedd-toggle-round-flat + label:before,
input.checkedd-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

input.checkedd-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.checkedd-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 48px;
  background-color: #fff;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

input.checkedd-toggle-round-flat:checked + label:after {
  margin-left: 44px;
}

.fnt-13 {
  font-size: 13px;
}

.circle-orange {
  background-color: #df7200;
  text-align: center;
  padding: 20px;
  border-radius: 80px;
  width: 100px;
  color: #fff;
}

.col.col-lg-2.jc-orange {
  display: flex;
  justify-content: center;
}

.top-user-blue {
  background-color: #00295d;
  max-width: 100%;
  padding: 45px;
}

.back-user {
  background-image: url(../images/top-back-06.png);
  background-size: contain;
  background-position: right;
}

.mg-top-50 {
  margin-top: 50px;
}

.frm-alineado {
  border-radius: 60px;
  margin-top: 10px;
}

.img-captcha {
  display: grid;
  padding-right: 20px;
}

.captcha-form {
  display: flex;
  margin-top: 50px;
}

.jr-10 {
  height: 40px;
}

.btn-s {
  justify-content: space-around;
  margin-top: 60px;
}

.btn-red {
  background-color: #d03639;
  color: #fff;
  border-radius: 50px;
  padding: 12px;
}

.btn-red:hover {
  background-color: #b00b0e;
  color: #fff;
}

.btn-lasy {
  background-color: transparent;
  color: #107286;
  border-radius: 50px;
  padding: 12px;
  border: 1px solid #d4d4d4;
}

.btn-lasy:hover {
  background-color: #107286;
  color: #fff;
}

.aeromex-footer {
  position: absolute;
  width: 100%;
  background-color: #020c41 !important;
  color: #fff;
  margin-top: 90px;
}

.no-decoration {
  text-decoration: none !important;
}

.back-footer-foo {
  background-color: #0257da !important;
  padding: 15px;
}

.mb-logo {
  background-image: url(../images/bot-back-06.png);
  background-size: contain;
  background-position: right;
}

@media (max-width: 991px) {
  .mobile-center {
    text-align: center;
  }
  .mb-logo {
    background-image: none;
  }
}

.no-vers:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
  border-radius: 4px;
  cursor: pointer;
  padding: 10px;
  transition: 0.5s;
}

.no-vers {
  transition: 0.5s;
}

.fnt-20 {
  font-size: 20px;
}

.mgtop-7 {
  margin-top: -7px;
}

.aeromex-indicators {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
}

.indicator-s-carusel {
  display: grid;
  margin: 0px !important;
  top: 130px;
  height: max-content;
  right: inherit;
  left: 30px;
}

.shop-aeromex-img {
  width: 70%;
}

.mx-100 {
  max-width: 100% !important;
}

.bg-layer-carousel {
  background-color: #f2f2f2;
}

.bg-white {
  background-color: #fff !important;
}

.mg-top-50s {
  margin-top: 50px;
}

.form-selected-charge {
  border: 1px solid #0257da;
  background-color: transparent;
  border-radius: 60px;
}

.rese-arch {
  height: 50px;
  width: 100%;
}

.h-rechar {
  height: 50px;
}

/* Card styles */
.card {
  background-color: transparent;
  width: auto;
  height: 200px;
  border: 1px solid #f1f1f100;
  perspective: 1000px;
}
.card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.card:hover .card__inner {
  transform: rotateY(180deg);
}

.card__front,
.card__back {
  position: absolute;
  width: 360px;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 14px;
  /*overflow: hidden;*/
  /*box-shadow: 0 5px 50px #00436508, 0 2px 6px #82a9bc08, 0 10px 100px #ff7d5b10;*/
  left: 30px;
}

@media (max-width: 1200px) {
  .card__front,
  .card__back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 14px;
    /*overflow: hidden;*/
    /*box-shadow: 0 5px 50px #00436508, 0 2px 6px #82a9bc08, 0 10px 100px #ff7d5b10;*/
    left: 0px;
  }
}

.card__front .card__bg,
.card__back .card__bg {
  width: 300px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* Card Front */
.card__front {
  background-color: transparent;
  color: #fefefd;
}

.front__content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 26px;
}

.front__header {
  margin: 0 0 16px 0;
  font-size: 24px;
}

.front__sticker {
  width: auto;
  height: 32px;
  margin: 0 0 8px 0;
}

.front__number {
  font-size: 22px;
  font-weight: thin;
  margin: 0 0 8px 0;
}

.front__footer {
  display: flex;
  justify-content: space-between;
}

.front__owner {
  display: flex;
  align-items: flex-end;
}

.front__expire {
  font-size: 12px;
  margin-left: 26px;
}

/* Card back */
.card__back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
  background-image: url(../images/esim-back.png);
  background-size: cover;
}

.carding-flex {
  display: inline-flex;
}

@media (min-width: 575px) {
  .mg-top-50ss {
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
  .card__back {
    height: 290px !important;
  }
  .mobile-carflex {
    margin-top: 130px;
  }
}

@media (max-width: 996px) {
  .carding-flex {
    display: grid;
    justify-content: center;
  }
  .card {
    width: 350px;
  }
}

@media (max-width: 500px) {
  .card__front .card__bg,
  .card__back .card__bg {
    width: 360px;
  }
}

@media (max-width: 540px) {
  .mobile-btn-mg {
    margin-bottom: -90px;
  }
}

.back__content {
  width: 100%;
  height: 100%;
}

.back__line {
  width: 100%;
  height: 35px;
  background-color: #0a0a0a;
  margin: 16px 0;
}

.back__center {
  padding: 6px 26px;
  display: flex;
  align-items: center;
  margin: 0 0 8px 0;
}

.back__silver {
  width: 45px;
  height: 32px;
  background-color: #cccccc;
  margin: 0 0 8px 0;
  border-radius: 4px;
  margin: 0 8px 0 0;
}

.back__white {
  width: 75%;
  height: 32px;
  background-color: #fefefd;
  color: #0a0a0a;
  margin: 0 8px 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 16px;
}

.back__lorem {
  background-color: #00295d;
  color: #fff;
  padding: 12px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.info-card-dex {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  padding-top: 10px;
}

.pd-10 {
  padding-top: 10px;
}

/*******************
  Prductos Carousel
*******************/

.arrows-products {
  width: 40px;
}

.prv-arrow-dev {
  position: absolute;
  left: -15px;
}

@media (max-width: 1395px) {
  .nxt-arrow-dev {
    position: relative;
    right: -30px;
  }
}

@media (max-width: 750px) {
  .nxt-arrow-dev {
    position: relative;
    right: 0px;
  }
  .prv-arrow-dev {
    position: absolute;
    left: -20px;
  }
}

@media (max-width: 575px) {
  .nxt-arrow-dev {
    display: none;
  }
  .prv-arrow-dev {
    display: none;
  }
  .bbb_viewed_image {
    width: 100% !important;
  }
}

.bbb_viewed {
  padding-top: 51px;
  padding-bottom: 60px;
  background: #fff;
}

.bbb_main_container {
  background-color: #fff;
  padding: 11px;
}

.bbb_viewed_title_container {
  border-bottom: solid 1px #dadada;
}

.bbb_viewed_title {
  margin-bottom: 16px;
  margin-top: 8px;
}

.bbb_viewed_nav_container {
  position: relative;
  bottom: -135px;
  z-index: 9;
  display: flex;
  justify-content: space-between;
}

.bbb_viewed_nav {
  display: inline-block;
  cursor: pointer;
}

.bbb_viewed_nav i {
  color: #dadada;
  font-size: 18px;
  padding: 5px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.bbb_viewed_nav:hover i {
  color: #606264;
}

.bbb_viewed_prev {
  margin-right: 15px;
}

.bbb_viewed_slider_container {
  padding-top: 13px;
}

.bbb_viewed_item {
  width: 100%;
  background: #ffffff;
  border-radius: 2px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
}

.bbb_viewed_image {
  width: 150px;
  border: 1px solid #cbcbcb;
  border-radius: 20px;
  overflow: hidden;
}

.bbb_viewed_image img {
  display: block;
  max-width: 100%;
}

.bbb_viewed_content {
  width: 100%;
  margin-top: 25px;
}

.bbb_viewed_price {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}

.bbb_viewed_item.discount .bbb_viewed_price {
  color: #000;
}

.liner {
  text-decoration: line-through !important;
}

.bbb_viewed_price span {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 8px;
}

.bbb_viewed_name {
  margin-top: 3px;
}

.bbb_viewed_name a {
  font-size: 14px;
  color: #000000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.bbb_viewed_name a:hover {
  color: #0e8ce4;
}

.item_marks {
  position: absolute;
  top: 18px;
  left: 18px;
}

.item_mark {
  display: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.item_discount {
  background: #df3b3b;
  margin-right: 5px;
}

.item_new {
  background: #0e8ce4;
}

.bbb_viewed_item.discount .item_discount {
  display: inline-block;
}

.bbb_viewed_item.is_new .item_new {
  display: inline-block;
}

.mx-w-100 {
  max-width: 100%;
}

.info-shop {
  position: relative;
  left: 50px;
  top: 25rem;
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .info-shop {
    left: 0px !important;
    top: 0px !important;
    text-align: center;
  }
  .shop-aeromex-img {
    width: 300px;
  }
}

/***************
  BIG CARUSEL
***************/

.img-wrapper.img-lp {
  max-width: 100%;
  height: 65vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (min-width: 576px) {
  .carousel-inner.caru-sel {
    display: flex;
  }
  .carousel-item.fouler {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
  .img-wrapper.img-lp {
    height: 21vw;
  }
}
.carousel-inner.caru-sel {
  padding: 0em;
}
.card.crd-lg {
  margin: 1em;
  border-radius: 0;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  font-size: 0.9em;
  height: 100%;
}

@media screen and (max-width: 576px) {
  .card.crd-lg {
    margin: 0em;
    left: 100px;
  }
}

@media screen and (max-width: 510px) {
  .card.crd-lg {
    margin: 0em;
    left: 70px;
  }
}

@media screen and (max-width: 483px) {
  .card.crd-lg {
    margin: 0em;
    left: 53px;
  }
}

@media screen and (max-width: 472px) {
  .card.crd-lg {
    margin: 0em;
    left: 40px;
  }
}

@media screen and (max-width: 450px) {
  .card.crd-lg {
    margin: 0em;
    left: 26px;
  }
}

@media screen and (max-width: 420px) {
  .card.crd-lg {
    margin: 0em;
    left: 20px;
  }
}

@media screen and (max-width: 398px) {
  .card.crd-lg {
    margin: 0em;
    left: 0px;
  }
}

@media screen and (max-width: 390px) {
  .card.crd-lg {
    margin: 0em;
    left: 10px;
  }
}

@media screen and (max-width: 360px) {
  .card.crd-lg {
    margin: 0em;
    left: 0px;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 6vh;
  height: 6vh;
  background-color: #151515;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 0.8;
}

.btn-role-svg {
  background-color: transparent;
  border-radius: 60px;
  color: #fff;
  border: 1px solid #fff;
  width: 100%;
  height: 40px;
  margin-top: 20px;
  transition: 0.5s;
}

.btn-role-svg:hover {
  background-color: white;
  border: 1px solid #fff;
  color: #00295d;
  font-weight: bold;
  transition: 0.5s;
}

.mg-none-btn {
  margin-bottom: 0px;
}

.info-shop-mex-1 {
  background-color: #1b4a85;
  color: #fff;
  padding: 30px;
}

.info-shop-mex-2 {
  background-color: #00295d;
  color: #fff;
  padding: 30px;
}

.info-shop-mex-3 {
  background-color: #020c41;
  color: #fff;
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .indicator-s-carusel {
    display: inline-flex;
    margin: 0px !important;
    top: auto;
    height: max-content;
    right: 30px;
    left: 30px;
  }
  .back-user {
    background-image: none;
    background-size: contain;
    background-position: right;
  }
  body {
    padding-top: 0rem;
  }
}

@media screen and (max-width: 575px) {
  .bbb_main_container {
    margin-top: 100px;
  }
}

.pt-mobile-absolute {
  position: absolute;
  right: 10px;
}

@media screen and (max-width: 400px) {
  .notificationBox___mobile {
    left: -10px !important;
  }
}

@media screen and (max-width: 455px) {
  .notificationTriangle.is-active {
    right: 125px;
  }
}

.hgt-35 {
  height: 35px;
}

.mobile-letter-action {
  border: 1px solid;
  margin: 10px 30px 10px 30px;
  transition: 0.5s;
  border-radius: 30px;
}

.mobile-letter-action:hover {
  background-color: #fff;
  color: #020c41 !important;
  font-weight: bold;
  transition: 0.5s;
  border: 1px solid;
  margin: 10px 30px 10px 30px;
  border-radius: 30px;
}

.mg-tp-t1 {
  margin-top: 10px;
}

.classs-levl {
  margin-top: -1px;
  border-bottom: 1px solid #fff;
}

.white-searching-mobile {
  color: #fff;
  width: 25px;
  margin: 10px 35px 10px 10px;
}

.mgt-mob-search {
  margin-left: 30px;
}

.mgt-bt-20 {
  margin-bottom: 20px;
}

.none-overflow-x {
  overflow-x: hidden;
}

.none-overflow-y {
  overflow-y: hidden;
}

b.sitemap {
  border: 1px solid;
  padding: 10px;
  border-radius: 10px;
}

.special-user {
  font-weight: bold;
  font-size: 20px;
}

.produto {
  border: 1px solid #cbcbcb;
  border-radius: 20px;
  cursor: pointer;
}

.produto {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.produto .content-overlay {
  background: rgb(255 255 255 / 84%);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.produto:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.produto:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom {
  top: 80%;
}

.fadeIn-top {
  top: 20%;
}

.fadeIn-left {
  left: 20%;
}

.fadeIn-right {
  left: 80%;
}

.btn-overlay-carrito {
  border-radius: 60px;
  background-color: #0257da;
  border: 0px;
  margin-top: 8px;
  font-size: 12px;
  width: 100%;
}

.btn-overlay-carrito:hover {
  background-color: #00295d;
}

.btn-overlay-detalle {
  border-radius: 60px;
  background-color: #272727;
  border: 0px;
  margin-top: 8px;
  font-size: 12px;
  width: 100%;
}

.btn-overlay-detalle:hover {
  background-color: #3f3f3f;
}

.back-scf {
  background-color: #020c41;
  color: #fff;
  border-top: 0px;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 20px;
}

.btnbtn-bnt {
  background-color: #ffffff00;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  width: 30%;
  transition: 0.5s;
}

.btnbtn-bnt:hover {
  background-color: #fff;
  border-radius: 30px;
  color: #000;
  width: 30%;
  transition: 0.5s;
  font-weight: bold;
}

.fav-cion {
  width: 30px;
  margin-top: -50px;
  transition: 0.5s;
  margin-bottom: -15px;
}

.fav-cion:hover {
  width: 40px;
  transition: 0.5s;
}

@media screen and (max-width: 1195px) {
  .btn-overlay-carrito {
    font-size: 8px;
  }
  .btn-overlay-detalle {
    font-size: 8px;
  }
  .fav-cion {
    margin-top: -24px;
  }
}

@media screen and (max-width: 991px) {
  .btn-overlay-carrito {
    font-size: 12px;
  }
  .btn-overlay-detalle {
    font-size: 12px;
  }
  .fav-cion {
    margin-top: -50px;
  }
}

button.btn.btn-red.mor-product {
  margin-top: 60px;
  background-color: transparent;
  border: 1px solid #d1d1d1;
  color: #0257da;
  padding: 15px;
}

button.btn.btn-red.mor-product:hover {
  background-color: #0257da;
  color: #fff;
}

.categoria-btn {
  border: 1px solid #020c41;
  background-color: transparent;
  color: #020c41;
  border-radius: 50px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}

.categoria-btn:hover {
  border: 1px solid #0257da;
  background-color: #0257da;
  color: #fff;
}

.categoria-btn.active {
  border: 1px solid #0257da !important;
  background-color: #0257da !important;
  color: #fff !important;
}

.lefter-levl {
  background-color: #3d808f;
  color: #fff;
  width: 90px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #3d808f;
  margin: 15px;
}

.lefter-levl::placeholder {
  color: #fff;
}

.pd-icon-sup {
  width: 20px;
  height: 20px;
  margin-top: 18px;
}

.btn-tag {
  border: 1px solid #3d808f;
  color: #3d808f;
  background-color: transparent;
  border-radius: 30px;
  margin: 5px;
  width: 75px;
}

.btn-tag:hover {
  border: 1px solid #3d808f;
  color: #fff;
  background-color: #3d808f;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #ffffff00;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.accordion-button:not(.collapsed) {
  background-color: #cfe2ff00;
}

.accordion-item {
  border: 0px;
}

.info-cuenta {
  text-align: center;
}

p.points-over-1 {
  color: #fff;
  font-size: 40px;
  background-color: #00295d;
  border-radius: 40px;
  padding: 0px 10px 0px 10px;
  margin-top: 15px;
}

p.points-over-2 {
  color: #fff;
  font-size: 40px;
  background-color: #030d75;
  border-radius: 40px;
  padding: 0px 10px 0px 10px;
  margin-top: 15px;
}

p.points-over-3 {
  color: #fff;
  font-size: 40px;
  background-color: #3d808f;
  border-radius: 40px;
  padding: 0px 10px 0px 10px;
  margin-top: 15px;
}

p.points-over-4 {
  color: #fff;
  font-size: 40px;
  background-color: #0257da;
  border-radius: 40px;
  padding: 0px 10px 0px 10px;
  margin-top: 15px;
}

.front,
.back {
  width: var(--width);
  height: var(--height);
  border-radius: 4px;
  transform-style: preserve-3d;
  transition: transform 200ms ease;
  backface-visibility: hidden;
  padding: 1em;
  box-sizing: border-box;
}

.front {
  z-index: 2;
  transform: rotateY(0deg);
}

.front .credit-card-title {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.front .number-section .number {
  font-weight: bold;
  color: #fff;
  background-color: #e62e72;
  padding: 10px;
  border-radius: 10px;
}

.number-section {
  text-align: center;
}

.mgmg-mg {
  margin-top: 130px;
}

.date-cuenta {
  position: absolute;
  right: 20px;
}

.bcgk-gray {
  background-color: #f2f2f2;
}

.circe-point {
  background-color: #0e77f8;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-top: 2px;
}

.download-pdf {
  background-color: #d03639;
  color: #fff;
  border: 1px solid #d03639;
}

.download-pdf:hover {
  background-color: #911f21;
  color: #fff;
  border: 1px solid #911f21;
}

.pd-cuenta {
  padding: 70px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.bcgk-pass {
  background-color: #3d808f;
  color: #fff;
}

.filler-svd {
  width: 40px;
  margin-top: -10px;
}

.p-parrafo {
  background-color: #fff;
  color: #3d808f;
  height: 50px;
  border-radius: 60px;
  text-align: center;
  padding-top: 9px;
  font-size: 20px;
}

input.form-control.frm-alineado.rt {
  background-color: transparent !important;
  border: 1px solid #7c7c7c;
}

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

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

.prim-color {
  color: red !important;
}

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

.btn-aeromex-primary {
  background-color: #d03639;
  min-width: 180px;
  max-width: 220px;
  min-height: 42px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  border-radius: 0;
  width: 100%;
  border: 1px solid #d03639;
  padding: 15px;
  font-size: 21px;
  font-weight: 200;
  line-height: 1;
  border-radius: 60px;
}

.btn-aeromex-primary:hover {
  background-color: #941e20;
  color: #fff;
}

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

p.ter-color.descripcion {
  font-size: 13px;
}

.ter-color {
  font-weight: 200;
  list-style: none;
}

ul.ter-color.text-justify {
  font-size: 13px;
}

li.ter-color.text-justify {
  font-size: 13px;
}

.carrito-btn-2 {
  background-color: #020c41;
  color: #fff;
  font-size: 12px;
  width: 100%;
}

.img-carrito {
  border: 1px solid #e4e4e4;
  padding: 10px;
  border-radius: 10px;
}

.mecanica-bg {
  background-color: #020c41;
  max-width: 100%;
  padding: 140px;
  margin-top: -80px;
  color: #fff;
  border-top: 1px solid #fff;
}

.fdb-bck {
  background-color: #020c41;
  border-bottom: 1px solid #fff;
}

.lv-l-concert {
  margin-top: -40px;
}

.user-login-mex {
  padding-bottom: 12rem;
}

.top-tops {
  position: relative;
  margin-top: -131px;
}

button#nav-contact-tab {
  background-color: #596b83;
  color: #020c41;
  margin: 0px 5px 0px 5px;
}

button#nav-profile-tab {
  background-color: #596b83;
  color: #020c41;
  margin: 0px 5px 0px 5px;
}

button#nav-home-tab {
  background-color: #596b83;
  color: #020c41;
  margin: 0px 5px 0px 5px;
}

button#nav-home-tab {
  background-color: #596b83;
  color: #020c41;
  margin: 0px 5px 0px 5px;
}

button#nav-rewards-tab {
  background-color: #fff;
  color: #020c41;
  margin: 0px 5px 0px 5px;
}

.mg-10lv {
  margin: 10px;
}

.login-btn {
  background-color: transparent;
  border: 1px solid #107286;
  color: #107286;
  margin-top: 60px;
}

.login-btn:hover {
  background-color: #107286;
  border: 1px solid #107286;
  color: #fff;
}

.login-btn-2 {
  background-color: #020c41;
  border: 1px solid #020c41;
  color: #fff;
  margin-top: 60px;
}

.login-btn-2:hover {
  background-color: #001892;
  border: 1px solid #020c41;
  color: #fff;
}

@media (max-width: 991px) {
  .top-tops {
    position: relative;
    margin-top: -235px;
  }
  .mgtop-mobile-sd {
    margin-top: -70px;
  }
}

@media (max-width: 450px) {
  .top-tops {
    position: relative;
    margin-top: -291px;
  }
}

@media (max-width: 650px) {
  .mecanica-bg {
    padding: 40px;
  }
}

.tabs-niveles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
}

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

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

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

.prim-color {
  color: #0257da !important;
}

@media (max-width: 691px) {
  button.btn.btn-primary.btn-overlay-carrito {
    font-size: 25px;
  }
  svg.bi.bi-cart-plus {
    width: 20px;
    height: 25px;
  }
  button.btn.btn-primary.btn-overlay-detalle {
    font-size: 22px;
  }
  svg.bi.bi-eye {
    width: 20px;
    height: 25px;
  }
  .fav-cion {
    width: 50px;
  }
}

/****************************************************************/
/****************************************************************/
/****************************************************************/
/****************************************************************/

.perfil-clasica .circle-orange {
  background-color: #205ad7;
}
.perfil-oro .circle-orange {
  background-color: #d1772c;
}
.perfil-platino .circle-orange {
  background-color: #acacac;
}

.perfil-clasica .special-user.perfilName {
  color: #205ad7;
}
.perfil-oro .special-user.perfilName {
  color: #d1772c;
}
.perfil-platino .special-user.perfilName {
  color: #acacac;
}

.btn.btn-red.pClasica {
  background-color: #205ad7;
  min-width: 150px;
}
.btn.btn-red.pOro {
  background-color: #d1772c;
  min-width: 150px;
}
.btn.btn-red.pPlatino {
  background-color: #acacac;
  min-width: 150px;
}

/*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: #0257da;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  margin-right: 8px;
  line-height: 25px;
}
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: #0257da;
  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 #0257da;
  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: #0257da;
  -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;
  margin-top: 20px;
}
.tabla-resumen-cart tbody tr td:last-child button.btn-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;
}

:checked + label.check-avatar-l::before {
  content: "✓";
  background-color: #0257da;
  transform: scale(1);
  line-height: 23px;
}

.rango-cart input.form-control-range {
  width: calc(100% - 90px);
}

.btn.btn-rango {
  height: 40px;
  width: 40px;
  line-height: 22px;
  background-color: #0257da;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
}

.combinado-cartbox {
  background-color: #efefef;
  display: none;
}
