html {
  font-size: 14px;
}


@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
  	font-size: 3.5rem;
  }
}

.tachado{
  text-decoration: line-through wavy red;   /* Subrayado rojo ondulado */
  -webkit-text-decoration: line-through wavy red;
}


.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
  
