/* FONT-SIZE */
.text-11 {
  font-size: 11px !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-13 {
  font-size: 13px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-22 {
  font-size: 22px !important;
}

.text-24 {
  font-size: 24px !important;
}

.text-green {
  color: #00ee81;
}

.text-black {
  color: #282828;
}

.text-lightgray {
  color: #d6d6d6;
}

.text-white {
  color: white;
}

.text-medium {
  font-weight: 500;
}

.text-bold {
  font-weight: 700;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.list-style-disc li {
  list-style-position: inside;
  list-style-type: disc;
}

p.max-width {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.client-type.bg-block {
  padding: 0 23px;
  line-height: 39px;
  display: inline-block;
  letter-spacing: -0.2px;
}

.client-type-bg-1 {
  background-color: #e3e3e3;
  color: #282828;
}

.client-type-bg-2 {
  background-color: #fff200;
  color: #282828;
}

.client-type-bg-3 {
  background-color: #ff9600;
  color: #282828;
}

.client-type-bg-4 {
  background-color: #00ee81;
  color: #282828;
}

.client-type-bg-5 {
  background-color: #ff2d2d;
  color: #ffffff;
}

.client-type-bg-6 {
  background-color: #0096ff;
  color: #ffffff;
}

.client-type-bg-7 {
  background-color: #000000;
  color: #ffffff;
}

.client-type-text-1 {
  color: #e3e3e3;
}

.client-type-text-2 {
  color: #fff200;
}

.client-type-text-3 {
  color: #ff9600;
}

.client-type-text-4 {
  color: #00ee81;
}

.client-type-text-5 {
  color: #ff2d2d;
}

.client-type-text-6 {
  color: #0096ff;
}

.client-type-text-7 {
  color: #000000;
}

.text-red {
  color: #d0000e;
}

.font-weight-medium {
  font-weight: 500;
}

a:hover {
  color: rgba(208, 0, 14, 0.75);
  text-decoration: none !important;
}

a:focus {
  outline: 0;
}

.mis-beneficios__circle-discount {
  width: 118px;
  height: 118px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 114px;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  margin-left: 30px;
  margin-right: 24px;
}

.mis-beneficios__type .inline-box {
  line-height: 34px;
  font-weight: 500;
}

.mis-beneficios__type .percentage {
  color: rgba(40, 40, 40, 0.4);
  font-weight: 700;
  font-size: 24px;
  margin-top: 30px;
  font-size: 24px;
  line-height: 24px;
}

.misPresupuestos__card--header {
  height: 42px;
  border-bottom: 3px solid #f0f0f0;
}

@media (max-width: 767.98px) {
  .misPresupuestos__card--header {
    height: initial;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .misPresupuestos__card--detailRow {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}

/* CONTACTANOS */
.otras-formas-contacto {
  padding-bottom: 65px;
}

.otras-formas-contacto h3 {
  color: #282828;
  font-size: 20px;
  font-weight: 400;
}

.contactanos-page h2 {
  font-size: 24px;
  margin-top: 75px;
  margin-bottom: 40px;
}

.contactanos-page h3 {
  font-size: 20px;
  font-weight: 400;
}

.contactanos-page .otras-formas-contacto h3 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.contactanos-page h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.18px;
}

.contactanos-page .first-block {
  margin-bottom: 92px;
}

.contactanos-page .first-block__first-column {
  background-image: url("../images/contactanos/bg-contactanos.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.contactanos-page .first-block__second-column {
  padding-top: 34px;
  padding-right: 60px;
  padding-left: 75px;
  padding-bottom: 46px;
}

.contactanos-page .first-block__second-column p {
  font-size: 13px;
  line-height: 18px;
}

/* ICONOS */
.clm_icon {
  opacity: 0.6;
}

.clm_icon::before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 39px;
  height: 39px;
}

.clm_icon.clm_icon-mail::before {
  background-image: url("../images/contactanos/icon-contact-mail.png");
}

.clm_icon.clm_icon-wa::before {
  background-image: url("../images/contactanos/icon-contact-whatsapp.png");
}

.clm_icon.clm_icon-phone::before {
  background-image: url("../images/contactanos/icon-contact-phone.png");
}

/* FORMULARIOS */
.form-style .form-control {
  height: 48px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  color: #282828;
  font-size: 12px;
  font-weight: 500;
}

.form-style .form-control.text-area {
  height: 176px;
  padding-top: 15px;
}

.form-style .form-control::-webkit-input-placeholder, .form-style .form-control:-ms-input-placeholder, .form-style .form-control::-webkit-input-placeholder {
  color: #939393;
}

.form-style .form-control::-webkit-input-placeholder, .form-style .form-control:-ms-input-placeholder, .form-style .form-control::placeholder {
  color: #939393;
}

.form-style .btn-primary {
  background-color: #d0000e;
  height: 48px;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 16px;
  border-color: #cccccc;
}

.form-style .btn-primary:hover {
  color: #ffffff;
}

.form-style .btn-primary:focus {
  color: #ffffff;
  background-color: rgba(208, 0, 14, 0.75);
  border-color: rgba(208, 0, 14, 0.75);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-style .img-captcha {
  width: 100%;
}

.cuenta-page hr {
  border-top: 1px solid #959595;
  margin-bottom: 40px;
  margin-top: 40px;
}

.cuenta-page .nav-pills {
  margin-bottom: 62px;
}

.cuenta-page .nav-pills .nav-link {
  display: block;
  padding: 0 4rem;
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  border-radius: 0;
}

.cuenta-page .nav-pills .nav-link.active, .cuenta-page .nav-pills .show > .nav-link {
  background-color: transparent;
  color: #282828;
  font-weight: 700;
}

.cuenta-page .nav-item {
  border-right: 1px solid #282828;
}

.cuenta-page .nav-item:last-of-type {
  border-right: 0 none;
}

.cuenta-page .form-misdatos {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}

.cuenta-page .form-misdatos h5 > .icon {
  height: 32px;
  width: 32px;
  min-width: auto;
}

.cuenta-page .form-misdatos h5 > .icon + .text {
  color: #939393;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  padding-top: initial;
}

.cuenta-page .form-misdatos .input-group > .custom-select:not(:last-child), .cuenta-page .form-misdatos .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cuenta-page .form-misdatos .input-group > .input-group-append > .btn {
  color: #939393;
  border-color: #cccccc;
  border-left: 0 none;
  text-decoration: underline;
  background-color: #ffffff;
}

.cuenta-page .form-misdatos .btn-link {
  color: #939393;
  padding-top: 0;
}

.cuenta-page .form-misdatos .btn-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cuenta-page .form-misdatos .btn-primary {
  max-width: 120px;
}

.cuenta-page .form-misdatos .misDatos__direcciones {
  margin-bottom: 11px;
}

.cuenta-page .form-misdatos .misDatos__direcciones .btn-link {
  color: #282828;
}

.cuenta-page .form-misdatos .card {
  background-color: #e4e4e4;
  border-radius: 5px;
  border-color: #e4e4e4;
  margin-top: 50px;
  margin-bottom: 50px;
}

.cuenta-page .form-misdatos .card .card-title .icon {
  background-color: #e4e4e4;
}

.cuenta-page .form-misdatos .card .card-title .icon + .text {
  color: #282828;
}

.cuenta-page .form-misdatos .card p.card-text {
  color: #d0000e;
  font-weight: 500;
}

.cuenta-page .form-misdatos fieldset.transparent {
  padding: 0;
  border: 0 none;
  margin: 0;
}

@media (max-width: 575px) {
  .cuenta-page .nav-pills {
    margin-bottom: 22px;
  }
  .cuenta-page .nav-pills .nav-link {
    line-height: 30px;
  }
}

.icon {
  width: 18%;
  height: 49px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f0f0f0;
  background-blend-mode: multiply;
  float: left;
  min-width: 49px;
}

.icon + .text {
  padding-top: 20px;
  line-height: 20px;
  display: inline-block;
  padding-left: 18px;
  width: 80%;
  font-size: 14px;
}

.icon-executive {
  background-image: url("../images/micuenta/executive.png");
}

.icon-budget {
  background-image: url("../images/micuenta/budget.png");
}

.icon-box {
  background-image: url("../images/micuenta/box.png");
}

.icon-sample {
  background-image: url("../images/micuenta/sample.png");
}

.icon-delivery {
  background-image: url("../images/micuenta/delivery.png");
}

.icon-giftcard {
  background-image: url("../images/micuenta/giftcard.png");
}

.icon-user {
  background-image: url("../images/micuenta/user.png");
}

#loginModal .form-control {
  width: 276px;
  height: 48px;
  border: 1px solid #cccccc;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
  padding-left: 18px;
  padding-right: 18px;
}

#loginModal .modal-header .close {
  font-size: 20px;
  color: #282828;
}

#loginModal .btn-primary {
  max-width: 151px;
  height: 47px;
  border: 1px solid #cccccc;
  background-color: #d0000e;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
}

@media (min-width: 576px) {
  #loginModal .modal-dialog {
    max-width: 400px;
  }
  #loginModal .modal-header {
    border-bottom: 0 none;
  }
}

@media (max-width: 575px) {
  .mis-beneficios__type .percentage {
    margin-top: 20px;
    margin-bottom: 23px;
    font-size: 16px;
  }
  .mis-beneficios__type.col {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mis-beneficios__type--black.col {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.carousel.slide .favourite {
  position: absolute;
  z-index: 9;
  top: 10px;
  left: 10px;
}

.prodcard .favourite, .carousel.slide .favourite {
  width: 16px;
  height: 16px;
  background-image: url("../images/assets/favourite-empty.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.prodcard .favourite.selected, .carousel.slide .favourite.selected {
  background-image: url("../images/assets/favourite.svg");
}
/*# sourceMappingURL=main-bs4.css.map */