
.some-text {
  font-weight: 500;
  font-size: 12px;
}

.pure {
  color: #e75480;
  text-decoration: underline;
  font-weight: 600;
}

.button {
  border: none;
  padding-left: .7em;
  font-size: 16px;
  
}

#tooltip {
  background-color: #242A61;
  padding: 1.5rem;
  border-radius: 10px;
  display: none;
  width: 350px;
  z-index: 999;
}

.cl-y {
  color: #FFDD00;
  font-family: 'openSansBold', sans-serif;
}

.price-ny {
  background: #fff;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.price-ny span, .price-ny p {
  color: #242A61;
}

.price-ny p {
  font-size: 28px;
  color: #242A61;
  margin-top: 1rem;
  font-family: 'openSansBold', sans-serif;
}

.price-tg {
  margin-bottom: 2rem;
}

.price-tg p {
  font-size: 28px;
  margin-top: 1rem;
  font-family: 'openSansBold', sans-serif;
  
}
.price-tg span, .price-info
{
  color: #fff;
}

.list-info-price {
  margin-top: 0.5rem;
}

.list-info-price li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 0.5rem;
}

.list-info-price li:last-child {
  margin-bottom: 0;
}

::marker {
  font-size: 14px;
}

.show-tooltip {
  display: block !important;
}

.gia_home
{
  
  align-items: center;
  padding-bottom: .5em;
}

.inline-flex {
  display: inline-flex;
}

@media only screen and (max-width: 768px) 
{
  .price-ny p, .price-tg p{
    font-size: 20px;
  }
}

