.bannerSubMenuText::before {
  background: rgba(255, 204, 0, 0.623) !important;
}

.bannerSubMenuText {
  background: url('../images/Background/alkaestructura.webp') center center/cover
    no-repeat;
}

h1,
h2,
h3,
h4 {
  color: black;
}

.button_page_alka {
  background-color: var(--color-acento);
  color: white;
  border: none;
  padding: 0.7em 1.5em;
  font-size: 1.2em;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.button_page_alka:hover {
  transform: translateY(-5px);
}

.bannerSubMenuText img {
  z-index: 10;
  width: 18em;
  height: auto;
}

.alka-caracteristicas {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.alka-caracteristicas-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.alka-caracteristicas-card {
  align-items: center;
  background-color: rgb(55, 55, 55);
  height: calc((700px - 12em) / 4);
  padding: 1em;
  margin: 1em 0;
  display: flex;
  flex-wrap: wrap;
}

.alka-caracteristicas-card P {
  color: #ffffff;
}

.alka-caracteristicas-card h2 {
  color: #ffdd1a;
}

.alka-caracteristicas-card i {
  font-size: 1.2em;
}

.alka-caracteristicas-img {
  height: 90vh;
  padding: 1em;
  box-sizing: border-box;
}

.alka-caracteristicas-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.zona-alka-productos {
  margin: 6em 0em;
}

.alka-productos {
  margin: 0em 0em;
  width: 100%;
}

.alka-productos-card {
  height: 400px;
  width: 100%;
  cursor: pointer;
  margin: 1em 0;
  padding: 0;
  background: rgb(55, 55, 55);
}

.alka-productos-card-img {
  height: 75%;
  width: 100%;
}

.alka-productos-card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.alka-productos-card-text {
  padding: 1em;
  margin: 0;
}

.alka-productos-card-text h2 {
  text-align: center;
  color: #ffdd1a;
}

.alka-productos-card-text p {
  text-align: justify;
  color: rgb(216, 225, 235);
}

/* Tarjetas verticales (comercial, proyectos) */
.tarjetas-row {
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: center;
}

/* Tarjetas horizontales (scroll) */
.tarjetas-scroll-wrapper {
  width: 100%;
  overflow: hidden;
}

.tarjetas-scroll {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 2em;
  padding: 1em 2em;
  scroll-snap-type: x mandatory;
}

.tarjetas-scroll::-webkit-scrollbar {
  display: none;
}

.tarjeta {
  scroll-snap-align: start;
  flex: 0 0 auto;
  width: 60vw;

  height: 450px;
  background: #ececec;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px hsl(212 100% 29% / 0.1),
    0 2px 4px -1px hsl(212 100% 29% / 0.06);
}

.tarjeta .row {
  height: 100%;
}

.tarjeta-img {
  padding: 0;
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tarjeta-img img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.tarjeta-text {
  background-color: white;
  color: black;
  padding: 1em 0 2em 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.tag {
  font-size: 1em;
  text-transform: uppercase;
  opacity: 0.8;
}

.titulo {
  font-size: 1.5rem;

  color: black;

  margin: 0.1em 0;
}

.descripcion {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.precio {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.acciones {
  display: flex;
  gap: 1em;
  margin-top: auto;
}

.btn-mcm {
  background: var(--color-title-light);
  color: white;
  padding: 0.5em 1em;
  border: none;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
}

.btn-mcm-outline {
  background: transparent;
  color: var(--color-title-light);
  border: 2px solid var(--color-title-light);
  padding: 0.5em 1em;
  font-weight: bold;
  cursor: pointer;
  font-size: 1em;
}

/* Botones scroll */
.scroll-buttons {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin-top: 1em;
}

.scroll-btn-global {
  color: white;
  border: var(--color-secondary) 3px solid;
  background-color: var(--color-secondary);
  box-shadow: 0 4px 6px -1px hsl(212 100% 29% / 0.4),
    0 2px 4px -1px hsl(212 100% 29% / 0.2);
  padding: 0.1em 0.6em;
  font-weight: bold;
  font-size: 1.8rem;

  cursor: pointer;
  transition: background 0.3s ease;
}

.scroll-btn-global:hover {
  background: white;
  color: var(--color-secondary);
}

@media (min-width: 576px) {
  .bannerSubMenuText img {
    z-index: 10;
    width: 25em;
    height: auto;
  }

  .tarjeta {
    height: 400px;
  }
}

@media (min-width: 778px) {
  .alka-productos-card {
    height: 600px;
  }
}

@media (min-width: 1200px) {
  .tarjeta {
    width: 650px;
    max-width: 80vw;
  }

  .tarjeta-img {
    padding: 0;
    height: 100%;
  }

  .bannerSubMenuText img {
    z-index: 10;
    width: 30em;
    height: auto;
  }
}

@media (min-width: 1400px) {
  .alka-caracteristicas {
    width: 100%;
    height: 650px;
  }

  .alka-caracteristicas-img {
    height: 100%;
    padding: 1em;
    box-sizing: border-box;
  }

  .alka-caracteristicas-card {
    margin: 0em;
  }
}
