

.ax-circule-price-card {
  position: relative;
  width: min(80vw, 350px);
  aspect-ratio: 1 / 1; /* mantiene forma circular */
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  cursor: pointer;
}
.ax-circule-price-card:hover {
  box-shadow: 0 6px 25px rgba(0,0,0,0.15);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

/* Parte superior con fondo degradado (imagen azul) */

.ax-card-header-blue{
    background: url('../images/01.svg') no-repeat center/cover;
}
.ax-card-header-red{
    background: url('../images/02.svg') no-repeat center/cover;
}
.ax-card-header-purple{
    background: url('../images/03.svg') no-repeat center/cover;
}
.ax-card-header-green{
    background: url('../images/04.svg') no-repeat center/cover;
}
.ax-card-header-orange{
    background: url('../images/06.svg') no-repeat center/cover;
}
.ax-card-header-yellow{
    background: url('../images/05.svg') no-repeat center/cover;
}



.ax-circule-card-header {
  position: relative;
  height: 50%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 0;
}

.ax-circule-card-header h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
}

.ax-circule-card-header p {
  font-size: 1.4rem;
  opacity: 0.9;
  margin: 0.3rem 0 0;
  color:#e1e1e1;
}

/* Parte inferior */
.ax-circule-card-body {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.6rem;
}

.ax-circule-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ax-circule-card-body li {
  color: #858585;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ax-circule-card-body li::before {
  color: #7b61ff;
  margin-right: 6px;
}

.ax-circule-price {
  font-size: 2.3rem;
  font-weight: 700;
  color: #7b61ff;
  margin-top: 0.4rem;
}


.ax-circle-check-blue{
    margin-right: 10px;
    font-size: 1.2rem;
    color: #3b82f6;
}
.ax-circle-check-red{
    margin-right: 10px;
    font-size: 1.2rem;
    color: #ff3b3b;
}
.ax-circle-check-green{
    margin-right: 10px;
    font-size: 1.2rem;
    color: #10b981;
}   
.ax-circle-check-purple{
    margin-right: 10px;
    font-size: 1.2rem;
    color: #7b61ff;
}
.ax-circle-check-orange{
    margin-right: 10px;
    font-size: 1.2rem;
    color: #f97316;
}
.ax-circle-check-yellow{
    margin-right: 10px;
    font-size: 1.2rem;
    color: #eab308;
}
.ax-circle-check-text{

}

.ax-card-header-text-5{
    font-size: 2.4rem !important;
    color: #fff;
}


/* ---- reset ---- */ body{ margin:0; font:normal 75% Arial, Helvetica, sans-serif; } canvas{ display: block; vertical-align: bottom; } /* ---- particles.js container ---- */ #particles-js{ position:absolute; width: 100%; height: 100%;  background-repeat: no-repeat; background-size: 20%; background-position: 50% 50%; } /* ---- stats.js ---- */ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }