@charset "UTF-8";
.alert-bar {
  border: none;
  width: 100%; /* Puedes ajustar el ancho según lo necesites */
  height: 30px; /* Ajusta la altura de la barra */
  background: repeating-linear-gradient(45deg, #ffde00, #ffde00 20px, #333 20px, #333 40px);
}

.heading-image {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.top-header {
  background: url(../images/shopping.png) no-repeat 100%;
  background-color: black;
  background-size: cover;
  color: white;
  border-radius: 5px;
  text-shadow: 2px 2px 5px black;
  min-height: 250px;
}

.illustration {
  display: inline-block;
  margin: 15px;
  border-radius: 5px;
}

section .landing-image {
  max-width: 200px;
  margin: auto;
}
section p {
  line-height: 1.2em;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  section .landing-image {
    max-width: 100%;
  }
  section p {
    font-size: 1.2em;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    display: block;
    padding: 0 15px;
  }
  section p small {
    line-height: 1.3em !important;
    color: #666;
  }
  section .card-group .card:last-child, section .card-group .card:last-child .card-body, section .card-group .card:last-child .card-header, section .card-group .card:last-child .card-footer {
    border-left-width: 1px !important;
  }
}

.btn-green {
  color: #fff;
  background-color: #6ab946;
  border-color: #6ab946;
}
.btn-green:hover {
  background-color: #559438;
  border-color: #518d35;
}
.btn-green:active, .btn-green.active {
  background-color: #4a8231;
  border-color: #467a2e;
}
.btn-green:focus, .btn-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 185, 70, 0.5);
}
.btn-green:disabled {
  background-color: #88c76b;
  border-color: #88c76b;
}

.btn-red {
  color: #fff;
  background-color: #ff5733;
  border-color: #ff5733;
}
.btn-red:hover {
  background-color: #ff2d00;
  border-color: #f52b00;
}
.btn-red:active, .btn-red.active {
  background-color: #e62900;
  border-color: #db2700;
}
.btn-red:focus, .btn-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 51, 0.5);
}
.btn-red:disabled {
  background-color: #ff8166;
  border-color: #ff8166;
}

.btn-blue {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-blue:hover {
  background-color: #217dbb;
  border-color: #2077b2;
}
.btn-blue:active, .btn-blue.active {
  background-color: #1d6fa5;
  border-color: #1c699d;
}
.btn-blue:focus, .btn-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5);
}
.btn-blue:disabled {
  background-color: #5faee3;
  border-color: #5faee3;
}

.btn-yellow {
  color: #fff;
  background-color: #ffd200;
  border-color: #ffd200;
}
.btn-yellow:hover {
  background-color: #cca800;
  border-color: #c2a000;
}
.btn-yellow:active, .btn-yellow.active {
  background-color: #b39300;
  border-color: #a88b00;
}
.btn-yellow:focus, .btn-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 210, 0, 0.5);
}
.btn-yellow:disabled {
  background-color: #ffdb33;
  border-color: #ffdb33;
}

.highlight-green {
  background-color: #6ab946;
  padding-left: 7px;
  padding-right: 7px;
  text-decoration: underline;
}

.highlight-yellow {
  background-color: #ffde00;
  padding-left: 7px;
  padding-right: 7px;
  text-decoration: underline;
}

.border-thick {
  border-width: 3px; /* Puedes ajustar el grosor aquí */
}

.card-deck.arrows .card {
  position: relative;
}
@media (min-width: 768px) {
  .card-deck.arrows .card:not(:last-child):after {
    content: "»";
    color: black;
    position: absolute;
    color: #666;
    display: block;
    width: 50px;
    height: 50px;
    top: 50px;
    bottom: 0;
    right: 0;
    margin: 0 -25px;
    z-index: 100;
    text-align: center;
    font-size: 5em;
  }
}

.logo {
  width: 48px;
  height: auto;
  min-height: 48px;
  opacity: 0.9;
  display: inline-block;
  vertical-align: middle;
  margin: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.logo-paypal {
  background-image: url(../logos/paypal.png);
}

.logo-mercadopago {
  background-image: url(../logos/mercadopago.png);
}

.logo-spei {
  background-image: url(../logos/spei.png);
}

.logo-dhl {
  background-image: url(../logos/dhl.png);
}

.logo-fedex {
  background-image: url(../logos/fedex.png);
}

.logo-estafeta {
  background-image: url(../logos/estafeta.png);
}

.logo-99minutos {
  background-image: url(../logos/99minutos.png);
}

.logo-whatsapp {
  background-image: url(../logos/whatsapp.png);
}

.playlists a {
  color: #333;
  transition: 0.5s;
}
.playlists a:hover {
  text-decoration: none;
  color: black;
  background-color: rgba(0, 0, 0, 0.05);
}
