.contenedorTarifa10 {
  position: relative;
  width: 320px;
  background: #e0037c;
  border-radius: 20px;
  color: #FFFFFF;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  padding: 40px 25px;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contenedorTarifa10:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.nombreTarifa10 {
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 1.3px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  line-height: 1.25em;
}

.precioTarifa10 {
  font-size: 50px;
  font-weight: 900;
  color: black;
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.monedaTarifa10 {
  font-size: 15px;
  font-weight: 700;
  color: black;
  vertical-align: super;
  margin-left: 6px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.descripcionTarifa10 {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.impuestoTarifa10 {
  font-size: 12px;
  color: #ccc;
  margin-top: 15px;
  font-style: italic;
}

.contratarTarifa10 {
  margin-top: 35px;
}

.contratarTarifa10 a {
  display: inline-block;
  padding: 14px 30px;
  color: black;
  border-radius: 15px;
  font-weight: 900;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(230, 0, 125, 1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color:black;
}

.contratarTarifa10 a:hover {
  background-color: #BA1772;
  box-shadow: 0 8px 30px rgba(186, 23, 114, 0.85);
}

.imagenTarifa10 {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  margin-bottom: 15px;
  object-fit: cover;
}
