.bg_grey-maribell {
    background-color: #FFFAF1 !important;
}

.alert-info {
    width: 90%;
    margin: 10px auto;
}

.mostrar {
    display: block;
}

.ocultar {
    display: none !important;
}

.centered {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.modal.modalCentered .modal-dialog {
    margin: auto
}

.logo-maribell {
    width: 47px;
    position: relative;
}

.gris_logo {
    color:#646464;
}

.negro {
    color: black;
}

.pb_30 {
    padding-bottom: 30px;
}

.mt_65 {
    margin-top: 65px;
}

.verde  {
    color: green !important;
}

.bg_home {
    background-color: #FFFAF1;
}

.bg_red_heo {
    background-color: #ff3d00;
}

    .tf-img-video-text content-wrap {
        height: 710px;
    }


.tf-img-video-text .content-wrap li .number {
    background-color: #FF6B35;
}

.fondo-dorado {
    background-color: rgba(255, 215, 0, 0.12) !important;
}

.title img {
    max-height: 100%; /* Ajusta el alto de la imagen al contenedor del texto */
    height: 0.8em; /* Asegúrate de usar unidades relativas */
    vertical-align: baseline; /* Alineación precisa */
}

.spinner-overlay {
    position: fixed;       /* Para cubrir toda la ventana */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;/* Fondo blanco */
    z-index: 9999;         /* Para que esté por encima de todo */
    display: flex;         /* Para centrar el contenido con flexbox */
    flex-direction: column; /* Layout vertical: círculo arriba, mensaje abajo */
    align-items: center;   /* Centrar horizontalmente */
    justify-content: center; /* Centrar verticalmente */
    gap: 20px;             /* Espacio entre círculo y mensaje */
  }

  .circular-progress-container {
    position: relative; /* Para que el texto en medio se posicione bien */
    width: 120px;
    height: 120px;
    flex-shrink: 0;     /* No reducir el tamaño del círculo */
  }
  
  /* Estilo del círculo “base” de fondo */
  .progress-ring__background {
    /* Lo que quieras, p.ej. stroke: #eee; lo traes del HTML */
  }
  
  /* El círculo de progreso */
  .progress-ring__progress {
    transition: stroke-dashoffset 0.1s linear;
  }
  
  /* El texto del porcentaje en el centro */
  .progress-ring__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: sans-serif;
    font-weight: bold;
    font-size: 16px;
  }

/* 1) Permitir que los hijos hagan “wrap” en la siguiente línea */
#search-container .tf-search-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  
    /* fila-sacudida = 0, separación horizontal = 10px */
    gap: 0 10px;
  }
  
  #search-container .tf-search-head p {
    flex: 1 1 100%;
    /* margin-bottom: 0.5rem;  <-- quitas o dejas muy pequeño */
    margin-bottom: 0; 
  }
  
  /* 3) Tu formulario ocupa el espacio sobrante */
  #search-container .tf-mini-search-frm {
    display: flex;
    flex: 1;
    margin: 0;
  }
  
  /* 4) El fieldset e input escalan con el formulario */
  #search-container .tf-mini-search-frm fieldset {
    flex: 1;
    margin: 0;
    padding: 0;
    border: none;
  }
  #search-container .tf-mini-search-frm input {
    width: 100%;
    box-sizing: border-box;
  }

.valido_hasta_txt {
    font-size: 0.9rem;
    display: contents;
    width: 100%;
    color: black;
}

.precio_deseado_txt {
    font-size: 0.9rem;
    left: 5px;
    position: relative;
    color: black;
}

.color-transparente {
    background-color: transparent !important;
    border-color: transparent !important;
    color: black !important;
    font-size: 1.2rem;
}

.color-boton-reserva {
    color: #ffffff !important;
    background-color: #a3a3a3;
    border-color: #a3a3a3;
}

.boton-avisame, .color-boton-configura-precio {
    background-color: green !important;
    border-color: green !important;
}

.boton-dejar-ofertas, .boton-seguir-ofertas {
    margin-top: 10px !important;
    display: block !important;
}

/* Estilos para botones de ofertas */
.color-boton-ofertas {
    background-color: #00a4ff !important;
    border-color: #00a4ff !important;
    color: white !important;
}

.color-boton-ofertas-activo {
    background-color: #ff6600 !important;
    border-color: #ff6600 !important;
    color: white !important;
}

.color-boton-ofertas-dejar {
    background-color: red !important;
    border-color: red !important;
    color: white !important;
}

/* Estilos para badges de ofertas especiales */
.oferta_3x2, .oferta_4x3, .oferta_6x5 {
    background: linear-gradient(135deg, #ff6b35, #f7931e) !important;
    color: white !important;
    font-weight: bold !important;
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3) !important;
}

.oferta_2a50, .oferta_2a70, .oferta_2a80 {
    background: linear-gradient(135deg, #9c27b0, #673ab7) !important;
    color: white !important;
    font-weight: bold !important;
    box-shadow: 0 2px 8px rgba(156, 39, 176, 0.3) !important;
}

/* Animación para badges de ofertas */
@keyframes pulse-offer {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 4px 16px rgba(255, 107, 53, 0.5);
    }
}

/* Responsive para badges de ofertas */
@media (max-width: 768px) {

    .card-product-info.pt_0.mb_40 > .price {
        top: 35px !important;
        position: relative;
    }
    
    .oferta_3x2, .oferta_4x3, .oferta_6x5,
    .oferta_2a50, .oferta_2a70, .oferta_2a80 {
        font-size: 10px !important;
        padding: 2px 6px !important;
        border-width: 1px !important;
    }
}

.boton-quitar, .boton-dejar-seguir-reserva {
    background-color: red !important;
    border-color: red !important;
    width: 100%;
}

.boton-info {
    background-color:dodgerblue !important;
    border-color: dodgerblue !important;
    width: 100%;
}

.boton-accion {
    font-size: 1.2rem;
    background-color:dodgerblue !important;
    border-color: dodgerblue !important;
    width: 100%;
}

.boton-poner-en-reserva {
    margin-top: 10px;
}

.alto-tarjeta-reducido {
    height: 80% !important;
}

#header .box-nav-ul .item-link-active {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

#header .box-nav-ul .item-link-active::before {
    content: "";
    width: 100%;
    height: 1px;
    top: 99%;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1;
    background: var(--main);
}

.swiper-slider-superior{
    padding-left: 10%;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin: 30px 0;
}

.logo_partner {
    width: 160px;
    height: auto;
    filter: grayscale(100%);
    transition: filter 0.3s, transform 0.3s;
    cursor: pointer;
}

.logo_partner:hover {
    filter: grayscale(0%);
    transform: scale(1.2);
}

.logo_partner.selected {
    filter: grayscale(0%);
    transform: scale(1.2);
    margin: 0 30px;
}

.logo_partner:not(.selected) {
    filter: grayscale(100%);
    opacity: 0.5;
}

.logo_partner:not(.selected):hover {
    filter: grayscale(0%);
    opacity: 1;
    transition: transform 0.3s;
}

.selected-store {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}

.selected-store img {
    width: 90px;
    height: auto;
    filter: grayscale(0%);
    transition: transform 0.3s;
}

.selected-store img:hover {
    transform: scale(1.8);
}

.opciones_navegacion {
    padding-top: 25px;
}

.page-search-inner .tf-search-head {
    margin-bottom: 50px !important;
}

.card-product.style-price .card-product-info {
    padding: 40px 10px;
    gap: 10px;
}

.card-product .card-product-wrapper img {
    width: auto !important;
}

.card-product .card-product-wrapper:hover .product-img .img-product {
    opacity: 1 !important;
    max-width: 300px !important;
}

.card-product .card-product-wrapper {
    mix-blend-mode: multiply;
}

.card-product {
    position: relative;
    height: 100%;
}

.card-product img {
    margin: auto !important;
    width: 80% !important;
}

.tf-slideshow.about-us-page .text {
    font-weight: bold;                   
    border-radius: 8px; 
}

.img-plan {
    height: auto !important;
}

.tf-plan-table-contents .tf-price-table-btn {
    width: 80%;
}

.plan-reactivar .tf-plan-table-contents {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.plan-reactivar .tf-price-table-btn .tf-btn {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    min-width: 250px;
}

.plan-reactivar .boton-reactivar-wrapper {
    margin-top: auto;
    text-align: center;
}

.on-sale-wrap, .on-sale-wrap-back {
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    z-index: 5;
    .on-sale-item {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        word-break: break-word;
        padding: 0 6px;
        min-width: 40px;
        text-transform: capitalize;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
        line-height: 22px;
        position: relative;
        background-color: #fc5732;
        color: var(--white);
        border-radius: 999px;
    }
    .sin_oferta {
        background-color: #a3a3a3 !important;
    }
    .segunda_descuento {
        background-color: #ffbb00 !important;
    }    
    .oferta_nxm {
        background-color: #ff0000 !important;
    }    
    .precio_rebajado {
        background-color: #00c203 !important;
    }
    .descuento_especial {
        background-color: #0400ff !important;
    }        
}

.color-boton-comprar-ya {
    background-color: #fa8900 !important;
    border-color: #fa8900 !important;
}

.card-product .card-product-wrapper .on-sale-wrap {
    top: -5px;
    right: 8px;
}

/* Badge de seguimiento de ofertas en esquina superior izquierda */
.offer-tag-left {
    position: absolute;
    top: -5px;
    left: 8px;
    right: auto !important;
    z-index: 5;
}

.seguimiento_ofertas {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 6px;
    min-width: 40px;
    font-size: 16px;
    line-height: 22px;
    background-color: #00a4ff !important;
    color: var(--white);
    border-radius: 999px;
}

.on-sale-wrap-back {
    top: 10px !important;
    right: 10px !important;
}

.card-product-wrapper {
    height: 660px;
}

.card-plan-wrapper {
    height: 100%;
}

.card-plan-user-wrapper {
    max-height: 570px;
}

.price_front {
    width: 95%;
    padding-bottom: 50px;
    position: absolute;
    left: 4%;
    bottom: 105px;
}

.te_avisaremos {
    position: relative;
    bottom: 10px;
}

.tf-price-table-btn {
    width: 100%;
    left: 0px;
    position: relative;
    text-align: center;
    margin: auto auto;
}

.blog-detail {
    padding-bottom: 0px !important;
}

.flip-card {
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease-in-out;
    transform-style: preserve-3d;
    padding-top: 30px;
}

.flip-card-front img, .price-card img {
    max-height: 240px;
    object-fit: contain !important;
}

.flip-card-back {
    position: absolute;
    top: 0;
    left: 0;
}

.flip-card-back .card-product-info {
    padding-top: 40px !important;
}

.product-description {
  width: 200px;
  height: 85px;
  overflow: hidden;
}

.flip-card-front, .flip-card-back, .price-card {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-front {
    transform: rotateY(0deg);
}

.flip-card-back {
    transform: rotateY(180deg);
}

.flipped {
    transform: rotateY(180deg);
}

.back-sin-oferta {
    width: 100%;
    height: 100%;
}

.tf-price-table-contents {
    position: absolute;
    bottom: -15px;
    width: 100%;
}

.flip-card-front > .tf-price-table-contents {
    bottom: 35px !important;
}

.tu-proximo-plan {
    padding: 0px 0px 80px 0px;
}

.card-product.style-price .tf-price-table-contents .tf-price-table-btn {
    top: 60px;
}

.success-message {
    padding: 10px 5px 5px 5px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: larger;
}

.tipo_oferta {
    align-items: baseline !important;
}

.icon_tipo_oferta {
    line-height: 0px !important;
}

.precio_deseado {
    width: 100%;
}

.precio_deseado input[type="number"]::-webkit-outer-spin-button,
.precio_deseado input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.precio_deseado input[type="number"] {
    -moz-appearance: textfield;
}

.wg-quantity input {
    width: 300px !important;
}

.grid-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Estilo para Google Chrome, Safari, Opera */
input::placeholder {
    color: #999 !important; /* Gris tenue */
}

/* Estilo para Mozilla Firefox */
input::-moz-placeholder {
    color: #999 !important;
    opacity: 1 !important;
}

/* Estilo para Internet Explorer 10-11 */
input:-ms-input-placeholder {
    color: #999 !important;
}

/* Estilo para Microsoft Edge */
input::-ms-input-placeholder {
    color: #999 !important;
}

.announcement-bar-link {
    color: #fff !important;
    text-decoration: none;
}

.announcement-bar-link:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.alerta-item-link {
    color: var(--bs-alert-color);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.alerta-item-link:hover {
    color: var(--bs-alert-color);
    text-decoration: none;
}

.mensaje_correo_enviado {
    margin: auto;
}

.product-description-12 {
    width: 280px;
    height: 85px;
    overflow: hidden;
    padding-left: 10px;
}

.product-description {
    width: 100%;
    overflow: hidden;
    display: -webkit-flex !important;
}

.three-lines {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.boton-comprar-ya, .boton-quitar, .boton-poner-en-reserva, .boton-dejar-seguir-reserva {
    margin-top: 10px;
}

.boton-avisame, .boton-dejar-ofertas, .boton-seguir-ofertas {
    align-content: center;
    width: 100%;
}

#isotope-container {
    width: 100%; /* Ajuste dinámico según el contenedor padre */
    height: auto; /* Permite ajustarse al contenido */
    margin: 0 auto; /* Centra el contenedor si es necesario */
}

.tf-control-filter {
    text-align: center;
}

.nav-link {
    font-size: 16px;
}

.tf-slideshow .banner-wrapper .box-content {
    left: 65% !important;
    top: 40% !important;
}

.footer .footer-logo, .footer .footer-heading {
    max-width: 40% !important;
}

#eye_icon {
    position: relative;
    left: -3px;
}

.dominio_pie {
    color: #c2c2c2;
    position: relative;
    top: 10px;
    text-align: center;
    width: 100%;
}

.fecha_reserva {
    margin-bottom: 15px;
}

.fecha_pie, .fecha_reserva {
    color: #c2c2c2;
    position: relative;
    text-align: center;
    width: 100%;
}

.slider-section > .card-product-info > .fecha_pie {
    top: 15px !important;
    left: 0px;
}

.disponibilidad_nueva {
    margin-bottom: 5px;
}

.flip-card-front .card-product-info {
    margin-top: -20px;
}

@media (min-width: 768px) {
    .card-product-info.pt_0.mb_40 > .price {
        top: 20px;
        position: relative;
    }

    .dominio_pie {
        top: 5px;
    }

    .fecha_pie {
        top: 35px;
    }

    .price_front {
        width: 94%;
        position: absolute;
        bottom: 16%;
        padding-bottom: 115px;
    }

    .filtro-select {
        width: 180px;
        margin: 0 auto;
    }

    .widget-tab-3 {
        display: flex; /* Muestra el menú horizontal */
        gap: 30px !important;
    }

    .widget-tab-3 .nav-link {
        font-size: 16px !important;
    }

    .widget-tab-3 .nav-tab-item a {
        line-height: 20px !important;
        padding-bottom: 0px !important;
        border-bottom: 1px solid transparent !important;
    }

    .three-lines {
        -webkit-line-clamp: 5 !important;
        max-height: calc(1.45em * 5);
    }

    .offer-tag {
        transform: translateY(-15px);
    }
}

/* Puntos de ruptura */
@media (max-width: 1350px) {
    .tf-img-video-text .content-wrap {
        height: 710px !important;
    }

    .dominio_pie {
        top: 5px;
    }

    .fecha_pie {
        top: 40px;
    }

    .slider-section > .card-product-info > .fecha_pie {
        top: 15px !important;
        left: 0px;
    }

    .fecha_reserva {
        margin-bottom: 15px !important;
    }

    /* Subir la info del producto (marca y descripción) más cerca de la imagen */
    .flip-card-front .card-product-info {
        margin-top: -25px;
    }

    /* Reducir líneas de descripción en tarjetas de reserva */
    .flip-card-front .three-lines {
        -webkit-line-clamp: 4 !important;
        max-height: calc(1.45em * 4);
    }

    .price_front {
        width: 94%;
        position: absolute;
        bottom: 16%;
        padding-bottom: 115px;
    }

    .boton-quitar, .boton-avisame, .boton-configura-precio, .boton-comprar-ya, .boton-seguir-ofertas, .boton-dejar-ofertas, .boton-configura-precio, .boton-seguir-de-nuevo, .boton-dejar-seguir-reserva {
        width: 100%;
        margin: auto auto;
        font-size: 12px;
    }

    .boton-comprar-ya, .boton-quitar, .boton-poner-en-reserva, .boton-dejar-seguir-reserva {
        margin-top: 10px;
    }

    .three-lines {
        -webkit-line-clamp: 5 !important;
        max-height: calc(1.45em * 5);
    }
    
    .offer-tag {
        transform: translateY(-15px);
    }
}

@media (max-width: 1149px) {
    .dominio_pie {
        top: 10px;
    }

    .fecha_pie {
        top: 50px;
    }

    .slider-section > .card-product-info > .fecha_pie {
        top: 15px !important;
        left: 0px;
    }

    .flip-card-back > .tf-price-table-contents {
        bottom: 5px !important;
    }

    .card-product.style-price .tf-price-table-contents .tf-price-table-btn{
        top: 30px;
    }

    .price {
        font-size: 15px !important;
    }
    
    .price_front {
        width: 94%;
        position: absolute;
        bottom: 15%;
        padding-bottom: 115px;
    }

    .tf-price-table-contents, .tf-plan-table-contents {
        /* position: absolute;
        bottom: 45px;
        width: 100%; */
        display: contents;
    }

    .boton-configura-precio, .boton-avisame, .boton-poner-en-reserva {
        margin-top: 10px;
    }

    .three-lines {
        -webkit-line-clamp: 5 !important;
        max-height: calc(1.2em * 5);
    }

    .offer-tag {
        transform: translateY(-15px);
    }

}

/* Escritorios pequeños */
@media (max-width: 1024px) {
    .dominio_pie {
        top: 10px;
    }

    .fecha_pie {
        top: 70px;
    }

    .card-product-info.pt_0.mb_40 > .price {
        top: 45px;
        position: relative;
    }

    .slider-section > .card-product-info > .fecha_pie {
        top: 35px !important;
    }

    /* Subir la info del producto (marca y descripción) más cerca de la imagen */
    .flip-card-front .card-product-info {
        margin-top: -40px;
    }

    .flip-card-back > .tf-price-table-contents {
        bottom: 5px !important;
    }

    /* Reducir líneas de descripción en tarjetas de reserva */
    .flip-card-front .three-lines {
        -webkit-line-clamp: 4 !important;
        max-height: calc(1.45em * 4);
    }

    .mb-other-content {
        padding-top: 30px;
    }

    .card-product-wrapper {
        height: 680px;
    }

    .card-product .card-product-wrapper .on-sale-wrap {
        top: -5px;
    }

    .offer-tag-left {
        top: -5px;
    }

    .card-product.style-price .tf-price-table-contents ul {
        overflow-y: scroll;
        height: 450px;
    }

    .price_front {
        width: 94%;
        padding-bottom: 135px;
    }

    .tf-price-table-contents, .tf-plan-table-contents {
        position: absolute;
        bottom: 50px;
        width: 100%;
    }

    .boton-comprar-ya, .boton-configura-precio, .boton-dejar-seguir-reserva, .boton-seguir-de-nuevo {
        width: 90%;
    }

    .widget-tab-3 {
        gap: 10px !important;
    }

    .three-lines {
        -webkit-line-clamp: 5 !important;
        max-height: calc(1.2em * 5);
    }

    .offer-tag {
        transform: translateY(-15px);
    }
}

/* Tabletas y mayores */
@media (max-width: 768px) {
    /* Subir la info del producto (marca y descripción) más cerca de la imagen */
    .flip-card-front .card-product-info {
        margin-top: 30px;
    }

    .flip-card-back > .tf-price-table-contents {
        bottom: 5px !important;
    }

    .dominio_pie {
        top: 45px;
    }

    .fecha_reserva {
        margin-bottom: 15px !important;
    }

    .fecha_pie {
        top: -25px;
    }

    .slider-section > .card-product-info > .fecha_pie {
        top: 25px !important;
    }

    .price-card .card-product-info {
        margin-top: 30px;
    }

    .filter-group {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    #filter-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .filtro-select {
        width: 100%;        /* Que ocupen la mayor parte, pero no el 100% */
        max-width: 350px;  /* Si no quieres que se estiren demasiado */
        margin: 0 auto;    /* Centra el select horizontalmente */
    }
    .flip-card-inner {
        padding-top: 60px;
    }

    .card-product-wrapper {
        height: 630px;
    }

    .card-product .card-product-wrapper .on-sale-wrap {
        top: -45px;
        right: 15px;
        left: 5px;
    }

    .offer-tag-left {
        top: -45px;
        left: 15px;
    }

    .card-product.style-price .card-product-info {
        padding: 0px 20px 0 20px;
    }

    .price_front {
        width: 92%;
        position: absolute;
        bottom: 75px;
    }

    .tf-plan-table-contents {
        position: absolute;
        bottom: 75px;
        width: 100%;
    }

    .tf-price-table-contents {
        position: absolute;
        bottom: 95px;
        width: 100%;
    }

    .boton-quitar, .boton-avisame, .color-boton-configura-precio, .boton-configura-precio, .boton-seguir-de-nuevo, .boton-comprar-ya, .boton-seguir-ofertas, .boton-dejar-ofertas, .boton-poner-en-reserva, .boton-dejar-seguir-reserva {
        width: 270px;
        margin: auto auto;
    }

    .boton-configura-precio {
        /* top: 25px; */
    }

    .boton-comprar-ya {
        margin-top: 10px;
    }

    .tf-price-table-btn {
        width: 95%;
        left: 0px;
        position: relative
    }

    .boton-quitar, .boton-poner-en-reserva, .boton-dejar-seguir-reserva {
        margin-top: 10px;
    }

    .widget-tab-3 {
        display: none; /* Oculta el menú horizontal */
    }

    .three-lines {
        -webkit-line-clamp: 3 !important;
        max-height: calc(1.2em * 3);
    }

   .offer-tag {
        transform: translateY(-15px);
    } 
}

/* Móviles y mayores */
@media (max-width: 576px) {
    .tf-img-video-text .content-wrap {
        height: auto !important;
    }

    .tf-img-video-text video {
        height: 720px !important;
        object-position: 50% 0% !important;
    }

    .flip-card-front > .tf-price-table-contents {
        bottom: 65px !important;
    }

    #search-container .tf-search-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem; /* un poco de espacio entre filas */
    }

    #search-container .tf-search-head p {
        margin-bottom: 0; 
    }

    #search-container .tf-mini-search-frm {
        flex: none;
        width: 100%;
    }

    #search-container .button-process {
        order: 10;
        flex: none;
        width: 100%;
        margin-top: 0.5rem;
        display: flex;
        justify-content: center;
    }

    .card-product-wrapper {
        height: 650px;
    }

    .card-product .card-product-wrapper .on-sale-wrap {
        top: -5px;
    }

    .offer-tag-left {
        top: -5px;
    }

    .card-product.style-price .tf-price-table-contents {
        padding: 0px 20px 0px 20px !important;
    }

    .swiper-slider-superior {
        padding-left: 0;
        margin-left: 4%;
    }

    .logo_partner {
        width: 130px;
    }

    .dominio_pie {
        top: 20px;
    }

    .fecha_pie {
        top: 0px;
    }

    .price_front {
        position: absolute;
        bottom: 38px;
    }

    .card-product-info.pt_0.mb_40 > .price {
        top: 20px !important;
        left: 0px;
        position: relative;
    }

    .slider-section > .card-product-info > .fecha_pie {
        top: 15px !important;
        left: 0px;
    }

    .tf-plan-table-contents {
        position: absolute;
        bottom: 35px;
        width: 100%;
    }

    .tf-price-table-contents {
        position: absolute;
        width: 100%;
    }

    .tf-price-table-btn {
        width: 100%;
        position: relative
    }

    .boton-comprar-ya, .boton-configura-precio, .boton-seguir-ofertas, .boton-seguir-de-nuevo, .boton-dejar-ofertas {
        width: 270px;
        left: 0px;
    }

    .boton-quitar, .boton-avisame, .boton-dejar-seguir-reserva {
        width: 270px;
        margin: auto auto;
        display: flex;
    }

    .boton-avisame {
        margin-top: 40px;
    }

    .boton-quitar, .boton-dejar-seguir-reserva {
        margin-top: 10px;
    }

    .boton-configura-precio {
        top: 0px;
    }

    .boton-comprar-ya {
       margin-top: 10px;
    }

    .tf-slideshow.about-us-page .text {
        font-size: 36px;          
        position: absolute;
        left: -10px;
        top: -170px;
    }

    .three-lines {
        -webkit-line-clamp: 3 !important;
        max-height: calc(1.1em * 3);
    }

    .offer-tag {
        transform: translateY(-14px);
    }
}
/* Deja escapar los badges en ≥577px */
@media (min-width: 577px) {
  .card-product.overflow-hidden { 
    overflow: visible !important; 
  }
  /* por si no aplica la clase utility */
  .card-product.style-price { 
    overflow: visible !important; 
  }
}
@media only screen and (max-width: 575px) {
    #header .nav-icon li {
        display: none;
    }
    #header .nav-icon li:last-child {
        display: inline-flex !important;
    }
}

#filter-container {
    text-align: center;
    padding-bottom: 20px;
}

/* Establece un ancho mínimo para el select */
.bootstrap-select {
    min-width: 250px; /* Ajusta este valor según tus necesidades */
}

/* Estilo del botón desplegable */
.bootstrap-select .dropdown-toggle {
    display: flex; /* Asegura que las flechas estén bien posicionadas */
    justify-content: space-between; /* Espaciado entre texto y flecha */
    align-items: center;
    min-height: 40px; /* Ajusta la altura */
}

/* Opcional: elimina flechas duplicadas si persisten */
.bootstrap-select .dropdown-toggle::after {
    content: '' !important; /* Oculta el icono extra */
}

.dropdown.bootstrap-select.image-select.style-default {
    width: 260px;
}

/* Estilo del botón desplegable */
.bootstrap-select > .dropdown-toggle {
    width: 250px !important;
}

/* Tooltip personalizado */
.opciones-tooltip-content {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    background-color: #333;
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 13px;
    z-index: 999999;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 320px;
    max-width: calc(100vw - 20px);
    text-align: left;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    white-space: normal;
    line-height: 1.5;
    pointer-events: none;
}

@media (max-width: 768px) {
    .video-wrap {
        text-align: center;
    }
    .tf-img-video-text .content-wrap {
        height: auto !important;
    }

    .tf-img-video-text video {
         object-position: 50% 30%;
        height: 720px;
    }

    .opciones-tooltip-content {
        width: calc(100vw - 40px) !important;
        max-width: 280px !important;
        font-size: 12px !important;
        padding: 10px 12px !important;
        top: 200px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

@media (min-width: 769px) {
    .opciones-tooltip-content {
        width: 320px !important;
        top: 255px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

.opciones-tooltip-wrapper:hover .opciones-tooltip-content {
    visibility: visible !important;
    opacity: 1 !important;
}

.brand-item-v2 img {
    opacity: 0.3;
}

.flat-spacing-31 {
  padding-top: 35px;
  padding-bottom: 35px;
}

/* Ajuste de botones de planes en resoluciones medianas (768px-1150px) */
@media (min-width: 768px) and (max-width: 1150px) {
    /* Contenedor de botones en cards de planes */
    .card-product .tf-price-table-btn {
        padding: 0 15px !important;
    }

    /* Botones dentro de los planes */
    .card-product .tf-price-table-btn .tf-btn {
        padding: 12px 10px !important;
        font-size: 13px !important;
        white-space: normal !important;
        line-height: 1.4 !important;
        min-width: unset !important;
        width: 100% !important;
        text-align: center !important;
    }

    .plan-reactivar .tf-price-table-btn .tf-btn {
        min-width: unset !important;
    }
}

/* Ajuste para tablets medianas */
@media (min-width: 768px) and (max-width: 991px) {
    .card-product .tf-price-table-btn .tf-btn {
        padding: 10px 8px !important;
        font-size: 12px !important;
    }
}

/* Ajuste de posición del modal de login/registro en móviles */
@media only screen and (max-width: 767px) {
  .modal-part-content .modal-dialog {
    align-items: center !important;
  }
}

/* ============================================
   ESTILOS PARA LANDING CON ANÁLISIS ANÓNIMO
   ============================================ */

/* Hero Section - Layout 50/50 */
.hero-section-home .row {
  gap: 2rem;
}

.hero-section-home img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Contenedor del contenido introductorio */
.hero-intro-content {
  width: 100%;
  padding: 2rem;
}

.hero-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  color: #333;
  text-align: left;
}

.hero-text {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  text-align: left;
  margin: 0;
}

/* En móvil, centrar el contenido */
@media only screen and (max-width: 991px) {
  .hero-intro-content {
    padding: 1rem 0;
    text-align: center;
  }

  .hero-title {
    text-align: center;
    font-size: 28px;
  }

  .hero-text {
    text-align: center;
  }
}


/* Bloque de Prueba Anónimo */
#pruebalo-ahora {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

#pruebalo-ahora .bg_grey-maribell {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Slider de URLs de ejemplo */
.url-slider-wrapper {
  height: 50px;
  width: 100%; /* Ancho fijo 100% del contenedor */
  min-width: 0;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: visible; /* Cambiar a visible para que no se corte el borde */
  flex: 1 1 auto; /* Permitir crecimiento pero con límites */
}

.url-example-item {
  width: 100%;
  min-width: 100%; /* Forzar que ocupe todo el ancho */
  max-width: 100%; /* No exceder el ancho */
  height: 50px;
  min-height: 50px; /* Altura mínima fija */
  max-height: 50px; /* Altura máxima fija */
  padding: 0 1.5rem;
  background: white;
  border-radius: 8px;
  border: 2px solid #e9ecef;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  animation: fadeIn 0.5s ease-in-out;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box; /* Asegurar que padding no afecte el tamaño */
  flex-shrink: 0; /* No permitir que se encoja */
  flex-grow: 0; /* No permitir que crezca */
}

/* Estado activo cuando se hace hover en "Probar esta" */
.url-example-item.hover-active {
  border-color: #333;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 100%; /* Mantener ancho fijo */
  min-width: 100%;
  max-width: 100%;
  height: 50px; /* Mantener altura fija */
  min-height: 50px;
  max-height: 50px;
}

.url-text {
  font-family: 'Courier New', monospace;
  font-size: 0.9rem;
  color: #495057;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

/* Animación fade-in para el slider */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

/* Formulario de análisis anónimo */
#processURL-anon .tf-mini-search-frm {
  max-width: 100%;
  margin: 0 auto;
}

#processURL-anon-input {
  font-size: 1rem;
  padding: 0.75rem 1rem 0.75rem 2.5rem; /* Separación moderada del icono */
}

#process-anon-button {
  transition: all 0.3s ease;
}

#process-anon-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Contenedor de resultados */
#products-container-anon {
  transition: all 0.3s ease;
}

#products-container-anon .alert {
  animation: slideDown 0.4s ease-out;
}

/* Ajuste de padding para ficha de producto en landing anónima */
#products-container-anon .title.fw-7,
#products-container .title.fw-7,
#products-container-anon .product-description-12 {
  padding-left: 10px;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media only screen and (max-width: 991px) {
  .hero-section-home .row {
    gap: 1.5rem;
  }

  .hero-section-home img {
    max-height: 400px;
  }

  .url-text {
    font-size: 0.8rem;
  }
}

/* Contenedor de ejemplos - dar espacio arriba para el efecto hover */
.example-urls-slider {
  padding-top: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .hero-intro-content {
    padding: 1.5rem 0;
  }

  /* Ajustar slider de URLs para móvil - Layout vertical */
  .example-urls-slider .d-flex {
    flex-direction: column !important;
    gap: 1rem !important;
    align-items: center !important; /* Centrar botón en móvil */
  }

  .url-slider-wrapper {
    height: 45px;
    min-height: 45px;
    max-height: 45px;
    width: 100%; /* Ocupar todo el ancho disponible */
    min-width: 100%;
    max-width: 100%;
  }

  .url-example-item {
    height: 45px;
    min-height: 45px;
    max-height: 45px;
    padding: 0 0.75rem;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-grow: 0;
  }

  .url-example-item.hover-active {
    width: 100%; /* Mantener ancho fijo en móvil */
    min-width: 100%;
    max-width: 100%;
    height: 45px; /* Mantener altura fija en móvil */
    min-height: 45px;
    max-height: 45px;
  }

  .url-text {
    font-size: 0.7rem;
    min-width: 0; /* Importante para text truncation con ellipsis */
  }

  #try-example-btn {
    width: auto; /* Ancho automático para centrarlo */
    font-size: 0.85rem;
    padding: 0.5rem 1.5rem;
    margin: 0 auto; /* Centrado adicional */
  }

  #pruebalo-ahora .bg_grey-maribell {
    padding: 2rem !important;
  }
}