{% require_css %}
<style>
. .splide__slide {padding: 20px;height: auto;}
. .z3app-slide-content {width: 100%;}
</style>
{% end_require_css %}

.z3app-card {
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: 20px;
  align-items: center;}

.z3app-text-column {
  display: flex;
  flex-direction: column;
  gap: 10px;}

.z3app-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;}

.z3app-subtitle {
  margin-top: -1rem;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 700;}

.z3app-text {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;}

.z3app-cta,
.z3app-cta:visited,
.z3app-cta:hover,
.z3app-cta:focus,
.z3app-cta:active {
  display: inline-block;
  text-align: center;
  max-width: 150px;
  padding: 10px 10px;
  background-color: #002f87;
  color: white !important;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 400;
  transition: background-color 0.3s ease;
}

.z3app-cta:hover,
.z3app-cta:focus {
  background-color: #25b4bd;
}


.z3app-image-column img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: block;}

.stores{
  display:flex;}

.stores img {
  height: auto;
  max-width: 100%;
  width: 140px;}

@media (max-width: 768px) {
  .z3app-card {
    grid-template-columns: 1fr;
    gap: 40px; /* Un poco más de espacio entre texto e imagen */
  }
}