/*
 * ==========================================================
 * INSTITUTE — PUBLIC PAGE BANNER
 * Migrado desde custom_css_js — I7.22
 * Componente cart-banner compartido en Web.
 * ==========================================================
 */

section.cart-banner h1 {
  font-size: 2.2rem; /* Más grande pero no excesivo */
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); /* efecto leve de profundidad */
  margin-bottom: 10px;
}

section.cart-banner .payment-hint {
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  opacity: 0.8;
}

.cart-banner {
  background-image: url('/store/1/FONDOINSTITUTECART3.png'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cart-banner {
    color: #ffffff;
    width: 100%;
    padding: 100px 0;
    background-color: black;
}
