h1 {
  text-align: center;
  color: #0b2739;
  padding-bottom: 30px;
}
.tab {
  display: none;
}

.tab.active {
  display: block;
}

.tab-buttons {
  list-style-type: none;
  margin: 0 auto;
  display: grid;
  grid-gap: 11.25pt;
  padding: 0 40px;
  align-items: center;
  justify-items: center;
}

.tab-buttons li {
  cursor: pointer;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #0b2739;
  width: 100%;
  text-align: center;
}

.tab-buttons li.active {
  background-color: var(--darkBlue);
  color: #fff;
}

.ally.--que-es-bold {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.ally {
  display: grid;
  grid-gap: 25px;
  padding: 0 20px;
}

.ally__p,
.ally__p b {
  color: #0b2739;
  font-size: 20px;
  margin: 20px 0;
}

.ally__p {
  text-align: center;
}

.ally__grid {
  width: 100%;
  display: grid;
  grid-gap: 30px;
  margin: 0 auto 80px;
}

.ally__item {
  font-size: 18px;
  color: #0b2739;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ally__grid.--activar-siigo {
  max-width: 1000px;
}

.ally__icon {
  width: 90px;
  height: 90px;
  background: blue;
  margin-bottom: 15px;
}

.ally__icon.--cart {
  background: url(https://aprodmovistarcomsa.z13.web.core.windows.net/emprendedores/beneficios/bold/content/img/icon_ally_cart.webp)
    center/contain no-repeat;
}

.ally__icon.--ok {
  background: url(https://aprodmovistarcomsa.z13.web.core.windows.net/emprendedores/beneficios/bold/content/img/icon_ally_ok.webp)
    center/contain no-repeat;
}

.ally__icon.--colombian-100 {
  background: url(https://aprodmovistarcomsa.z13.web.core.windows.net/emprendedores/beneficios/bold/content/img/icon_ally_100.webp)
    center/contain no-repeat;
}

.ally__grid.--activar-bold {
  max-width: 1100px;
}

.ally__grid.--activar-bold {
  align-items: flex-end;
  grid-template-columns: repeat(4, 1fr);
}

.ally__icon.--whatsapp {
  width: 50px;
  height: 50px;
  background: url(https://aprodmovistarcomsa.z13.web.core.windows.net/emprendedores/beneficios/bold/content/img/icon_ally_whatsapp.webp)
    center/contain no-repeat;
}

.ally__icon.--mirror {
  background: url(https://aprodmovistarcomsa.z13.web.core.windows.net/emprendedores/beneficios/bold/content/img/icon_ally_mirror.webp)
    center/contain no-repeat;
}

.ally__icon.--pay {
  background: url(https://aprodmovistarcomsa.z13.web.core.windows.net/emprendedores/beneficios/bold/content/img/icon_ally_pay.webp)
    center/contain no-repeat;
}

.ally__icon.--sale {
  background: url(https://aprodmovistarcomsa.z13.web.core.windows.net/emprendedores/beneficios/bold/content/img/icon_ally_sale.webp)
    center/contain no-repeat;
}

.container_video {
  text-align: center;
  display: flex;
  justify-content: center;
  min-width: 375px;
}

.ally__p.--que-es-siigo-1 {
  grid-area: p-que-es-siigo-1;
}

.ally__p.--que-es-siigo-3 {
  grid-area: p-que-es-siigo-3;
}

.ally.--que-es-siigo {
    width: 100%;
    max-width: 1000px;
    grid-template-areas:
        "p-que-es-siigo"
        "p-que-es-siigo-1"
        "tip-que-es-siigo-1"
        "p-que-es-siigo-2"
        "p-que-es-siigo-3";
    padding-bottom: 50px;
    margin: 0 auto;
}

.aqui{
  color: var(--blue);
}

@media only screen and (min-width: 768px) {
  .tab-buttons {
    grid-template-columns: repeat(3, 1fr);
    max-width: 700px;
  }

  .ally__p,
  .ally__p b {
    font-size: 22px;
  }

  .ally__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ally.--que-es-siigo {
    grid-gap: 40px;
    grid-template-areas:
      "p-que-es-siigo-1 p-que-es-siigo-1"
      "tip-que-es-siigo-1 p-que-es-siigo-2"
      "p-que-es-siigo-3 p-que-es-siigo-3"
      "p-que-es-siigo-4 p-que-es-siigo-4";
  }
}
