.card-container {
  display: grid;
  column-gap: 48px;
  grid-template-columns: repeat(3, 1fr);
}
.alarmas .card {
  padding: 100px 72px 72px 72px;
  border-radius: 60px;
  border: 4px solid #ffe200;
  display: flex;
  flex-direction: column;
  align-items: center;
}
a.bCard:hover {
  background-color: #50ba50;
  color: white;
}
.alarmas .card.destacado {
  padding-top: 60px;
}
.card h1 {
  text-align: center;
  margin-bottom: 6px;
}
.card h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}
.precio {
  font-size: 90px;
  font-weight: 900;
  font-style: normal;
  margin: 0;
  font-family: "Rubik", sans-serif;
}
span.cent {
  font-size: 50px;
}
.alarmas .bCard {
  font-weight: 500;
  width: 100%;
  border-radius: 15px;
  background-color: #ffe200;
  text-align: center;
  color: #22292e;
  padding: 12px 70px;
  font-size: 18px;
}
.popupA {
  display: none;
}
.mAlarmas {
  background-color: #22292e;
  margin-right: calc(-99vw / 2 + 100% / 2);
  margin-left: calc(-99vw / 2 + 100% / 2);
  max-width: 100vw;
}
.containerPopup {
  max-width: 1396px;
  padding: 96px 48px;
  margin: auto;
  gap: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.right h3 {
  color: white;
  font-size: 22px;
  font-weight: 400 !important;
  font-style: normal;
}
.grid-popup {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.item-grid p {
  color: white;
}
.item-grid p {
  font-size: 16px;
  color: white;
}
.aPop {
  text-align: end;
  margin-top: 70px;
}
.aPop a {
  border-radius: 15px;
  padding: 16px 70px;
  font-size: 18px;
  font-weight: 900;
  background-color: #ffe200;
  color: #22292e;
  text-transform: uppercase;  
}
.aPop a:hover {
  background-color: #50ba50;
  color: white;
}
.left h2 {
  color: white;
}

.left h3 {
  font-size: 24px;
  color: white;
  font-style: normal !important;
  font-weight: 400;
}
p.iva {
  font-size: 16px;
  color: #a6a7ad;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 40px;
}

.card.destacado {
  background-color: #ffe200;
}
.destacado #card-btn-2 {
  background-color: #50ba50;
  border: 2px solid #50ba50;
  color: white;
}
.destacado #card-btn-2:hover {
  background-color: #ffe200;
  border: 2px solid #50ba50;
  color: #50ba50;
}
p.recomendacion {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #50ba50;
  text-align: center;
}

/*Responsive*/

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .card {
    padding: 60px 24px;
    border-radius: 60px;
  }
  .containerPopup {
    display: block;
    padding: 60px 48px;
  }
  .card-container {
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
  .right {
    margin: 48px 0;
  }
}

@media only screen and (max-width: 768px) {
  .card-container {
    display: block;
  }
  .card {
    margin-bottom: 24px;
    padding: 70px 30px;
  }
  .card h1 {
    font-size: 26px;
  }
  p.precio {
    font-size: 90px;
  }
  span.cent {
    font-size: 40px;
  }
  .alarmas .bCard {
    font-size: 18px;
  }
  .containerPopup {
    display: block;
    padding: 60px 20px;
  }
  .popupA .left {
    margin-bottom: 48px;
  }
  .aPop a {
    width: 100%;
  }
  .alarmas .card {
    padding: 70px 30px;
  }
  p.recomendacion {
    text-align: center;
  }
  .mAlarmas {
    margin-right: calc(-100vw / 2 + 100% / 2);
    margin-left: calc(-100vw / 2 + 100% / 2);
  }
}
