

.precios .section-title h3 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background:
        color-mix(in srgb, #de1f1c, transparent 30%);
    color: #FFF;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 50px;
    font-family: var(--default-font);
}

.precios .precios-tem {
    background-color: var(--surface-color) !important;
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1) !important;
    padding: 40px 20px !important;
    text-align: center !important;
    border-radius: 4px !important;
    position: relative !important;
    overflow: hidden !important;
    transition: 0.3s !important;
    height: 100% !important;
}

@media (min-width: 1200px) {
    .precios .precios-tem:hover {
        transform: scale(1.1) !important;
        box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1) !important;
    }
}

.precios h3 {
    font-weight: 700 !important;
    font-size: 18px !important;
    margin-bottom: 15px !important;
}

.precios .price {
    font-size: 26px !important;
    color: var(--heading-color) !important;
    font-weight: 600 !important;
    font-family: var(--heading-font) !important;
}

.precios .price .js-amount {
    font-size: 28px !important;
    color: var(--heading-color) !important;
    font-weight: 600 !important;
    font-family: var(--heading-font) !important;
}
.precios .price .js-amountUser {
    color:color-mix(in srgb, #444444, transparent 50%) !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.precios .price sup {
    font-size: 20px !important;
    top: -15px !important;
    left: -3px !important;
}

.precios .price span {
    color: color-mix(in srgb, #444444, transparent 50%) !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}


.precios .icon {
    padding: 0px 0 !important;
}

.precios .icon i {
    font-size: 48px !important;
}

.precios ul {
    margin-top: 15px;
    padding: 0 !important;
    list-style: none !important;
    color: var(--default-color) !important;
    text-align: center !important;
    line-height: 26px !important;
    font-size: 16px !important;
    margin-bottom: 25px !important;
}

.precios ul li {
    padding-bottom: 10px !important;
    text-align: left;
}

.precios ul .na {
    color: color-mix(in srgb, var(--default-color), transparent 70%) !important;
    text-decoration: line-through !important;
}

.precios .btn-buy {
    display: inline-block !important;
    padding: 8px 40px 10px 40px !important;
    border-radius: 50px !important;
    color: var(--accent-color) !important;
    transition: none !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: var(--heading-font) !important;
    font-weight: 600 !important;
    transition: 0.3s !important;
    border: 1px solid var(--accent-color) !important;
}

.precios .btn-buy:hover {
    background: var(--accent-color) !important;
    color: var(--contrast-color) !important;
}

.precios .featured {
    width: 200px !important;
    position: absolute !important;
    top: 18px !important;
    right: -68px !important;
    transform: rotate(45deg) !important;
    z-index: 1 !important;
    font-size: 14px !important;
    padding: 1px 0 3px 0 !important;
    background: #be2f18 !important;
    color: #fff !important;
}

@keyframes changeicon2 {
    from {
        transform: translateX(15px);
    }

    to {
        transform: translateX(0px);
    }
}

.precios .btn-get-dabi {
    cursor: pointer;
    margin-top: 30px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 24px;
    transition: .5s;
    color: #fff;
    background: #1b3f68;
    box-shadow: 0 5px 30px rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.precios .btn-get-dabi span {
    font-family: Maven-ProBold, sans-serif;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 19px;
    cursor: pointer;
}

.precios .btn-get-dabi i {
    margin-left: 5px;
    font-size: 18px;
    transition: .3s;
    animation-duration: 0.5s;
    animation-name: changeicon2;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

/* Centrado + tamaño del switch */
#billingToggleWrap {
    gap: .5rem;
}

#billingToggleWrap .price-switch {
    width: 3.2rem;
    height: 1.6rem;
    cursor: pointer;
}

#billingToggleWrap .price-switch:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .15);
}

#billingToggleWrap .price-switch:checked {
    background-color: #de1f1c;
    border-color: #de1f1c;
}

/* Suaviza el cambio visual de las etiquetas */
#labelMensual,
#labelAnual,
#badgeAhorras {
    transition: opacity .2s ease, color .2s ease, filter .2s ease;
}

#labelAnual,
#labelMensual {
    font-family: Maven-ProBold;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
}

/* Tu clase de desactivado: gris + menos presencia */
.text-mutedPrecios {
    color: #6c757d !important;
    opacity: .55;
    filter: saturate(.3);
}

/* Suaviza el cambio del switch */
#billingToggleWrap .price-switch {
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .12s ease;
}

#billingToggleWrap .price-switch:active {
    transform: scale(0.96);
}

/* Respeto por usuarios con reducción de movimiento */
@media (prefers-reduced-motion: reduce) {

    #labelMensual,
    #labelAnual,
    #badgeAhorras,
    #billingToggleWrap .price-switch {
        transition: none !important;
    }
}

/* Toggle personalizado solo para este switch */
#billingToggleWrap .price-switch {
    /* anulamos el estilo interno del switch de Bootstrap */
    -webkit-appearance: none;
    appearance: none;
    background-image: none;
    position: relative;

    width: 3.2rem;
    height: 1.6rem;
    border-radius: 2rem;
    cursor: pointer;

    /* Estado NO checkeado (Mensual) -> rojo */
    background-color: #fff;
    border: 2px solid #dc3545;
    /* rojo Bootstrap danger */
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}


/* “Bolita” */
#billingToggleWrap .price-switch::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    /* posición inicial (no check) */
    transform: translateY(-50%);
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 50%;
    background: #dc3545;
    /* bolita roja cuando no está checkeado */
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    transition: left .22s ease, background-color .22s ease, transform .12s ease;
}

/* Focus accesible */
#billingToggleWrap .price-switch:focus-visible {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}

/* Click táctil */
#billingToggleWrap .price-switch:active::after {
    transform: translateY(-50%) scale(.96);
}

/* Estado CHECKED (Anual) -> primary */
#billingToggleWrap .price-switch:checked {
    background-color: #dc3545;
    /* track azul */
    border-color: #dc3545;
}

#billingToggleWrap .price-switch:checked::after {
    left: calc(100% - 1.05rem - 4px);
    /* mueve la bolita a la derecha */
    background: #fff;
    /* bolita blanca en activo */
}

/* Respeta preferencias de movimiento reducido */
@media (prefers-reduced-motion: reduce) {

    #billingToggleWrap .price-switch,
    #billingToggleWrap .price-switch::after {
        transition: none !important;
    }
}

/* Fade suave al cambiar Anual/Mensual */
#lblSpanType {
    display: inline-block;
    /* necesario para la animación */
    transition: opacity .18s ease, transform .18s ease;
}

#lblSpanType.is-swapping {
    opacity: 0;
    transform: translateY(-10%);
}

@media (prefers-reduced-motion: reduce) {
    #lblSpanType {
        transition: none !important;
    }
}
.precios-tem {
  display: flex;
  flex-direction: column;
  align-items: center; /* ← centra horizontalmente todo el contenido */
  height: 100%;
  text-align: center; /* ← centra el texto también */
}

.precios-tem ul {
  flex-grow: 1; /* Ocupa el espacio sobrante para empujar el botón hacia abajo */
}

.precios-tem a.btn-get-dabi {
  margin-top: auto; /* Empuja el botón hacia el fondo */
  align-self: center; /* ← Asegura que el botón quede centrado horizontalmente */
}

.colorEnterprise{
    color: #be2f18 !important;
}

.fontUlPrices{
    font-size:15px;
}

.disclaimerPrices{
    font-family: Maven-ProMedium;
    font-size: 14px;
    text-transform: none;
    color: #6c757d !important;
    opacity: .8;
    filter: saturate(.3);
    font-weight: bold;
}


@property --rotate {
    syntax: "<angle>";
    initial-value: 10deg;
    inherits: false;
}

.btn-pricesBreak {
    --ch-black: #fff;
    --eer-black: #ef6565;
    --night-rider: #ef6565;
    --ch-white: #fff;
    cursor: pointer;
    border-radius: 8px;
    width: 80%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0px 15px;
    color: #fff;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    transition-duration: .2s;
    background-color: #DD201E;
    width: 50%;
}

.btn-pricesBreak:before, .btn-pricesBreak:after {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    border-radius: 10px;
    background: linear-gradient(45deg, var(--ch-black), var(--eer-black), var(--night-rider), var(--ch-white), var(--night-rider), var(--eer-black), var(--ch-black),var(--ch-black));
    background-size: 248%;
    width: calc(100% + 4px);
    height: calc(88% + 6px);
    z-index: -1;
    animation: steam 20s linear infinite;
}

@keyframes steam {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.btn-pricesBreak:after {
    filter: blur(50px);
}

/* card precios border */


