
body, html{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    color: #333;
    line-height: 1.6;
    font-size: 16px;
    scroll-behavior: smooth;
    max-width: 100vw;
  overflow-x: hidden;
}

.playfair-display-sc-regular {
    font-family: "Playfair Display SC", serif;
    font-weight: 400;
    font-style: normal;
}

.playfair-display-sc-bold {
    font-family: "Playfair Display SC", serif;
    font-weight: 700;
    font-style: normal;
}

.playfair-display-sc-black {
    font-family: "Playfair Display SC", serif;
    font-weight: 900;
    font-style: normal;
}

.playfair-display-sc-regular-italic {
    font-family: "Playfair Display SC", serif;
    font-weight: 400;
    font-style: italic;
}

.playfair-display-sc-bold-italic {
    font-family: "Playfair Display SC", serif;
    font-weight: 700;
    font-style: italic;
}

.playfair-display-sc-black-italic {
    font-family: "Playfair Display SC", serif;
    font-weight: 900;
    font-style: italic;
}

a {
    color: #fff;
    text-decoration: none !important;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}
h2{
    font-family: 'Playfair Display SC', serif;
    text-transform: uppercase;
    color:#d1505d;
}
.row-0{
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 105px;
    }
.row {
    margin-right: 0px !important; 
    margin-left: 0px !important; 
}
.linea-con-flor {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}
.linea-con-flor .linea {
    display: inline-block;
    height: 2px;
    width: 400px;
    background-color: #b74c8f;
    transition: width 0.3s ease;
}
.linea-con-flor .flor {
    font-size: 35px;
    color: #b74c8f;
    transition: transform 0.3s ease;
}
/* Hover en el contenedor */
.linea-con-flor:hover .linea {
    width: 500px;
}
/************** SLIDER***********/
.swiper {
    position: relative;
    overflow: visible !important;
    width: 90%;
    max-width: 1200px;
    height: auto; 
    margin: 40px auto; 
    border-radius: 15px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px
}
.swiper-button-prev.atras,
.swiper-button-next.adelante {
    color: #f3858f;
    width: 50px;
    height: 70px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border-radius: 8px;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-prev.atras {
    left: -60px;
}
.swiper-button-next.adelante {
    right: -60px;
}
.swiper-button-prev.atras:hover,
.swiper-button-next.adelante:hover {
    background-color: rgba(200, 200, 200, 0.4); 
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}
/************** PROMOCION INTERNET ***********/
.card.shadow {
    position: relative; 
    overflow: hidden;  
}
.flor-animada {
    position: absolute;
    width: 60px;
    opacity: 0.3;
    transition: transform 0.2s ease-out;
    pointer-events: none;
}
.flor1 {
    bottom: -20px;
    left: -20px;
}

.flor2 {
    top: -23px;
    left: 90px;
}

.flor3 {
    top: 150px;
    right: 320px;
}

.flor4 {
    bottom: 0px;
    right: 140px;
}
.flor-animada.flor4 img {
    width: 200px;
}
img.card-img-top {
    display: block;
    margin: 0 auto;
}
h2.crimson {
    text-align: center;
    color: #b74c8f;
    font-size: 35px;
}
/************** PROMOCION BIMESTRAL ***********/
.boton-promo {
    background-color: #CB1B5E;
    color: white;
    padding: 10px 35px;
    font-size: 16px;
    border: NONE;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 4px 8px rgba(160, 132, 202, 0.3);
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    border: 3px solid #d25786;
}
.boton-promo:hover {
    transform: scale(1.1); 
}
button.boton-promo a {
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}

.flor-animada {
    position: absolute;
    font-size: 28px;
    opacity: 0.3;
    z-index: -1;
    pointer-events: none;
    transition: transform 0.2s ease-out;
}

/****** CARRUSEL *******/   
.bloque-carrusel {
    margin: 2rem auto;
    max-width: 1200px;
    padding: 0 1rem;
}
.carrusel-header {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    text-align: center;
}
.carrusel-header h2 {
    font-size: 35px;
    font-weight: bold;
    font-family: 'Playfair Display SC', serif;
    color: #b74c8f;
}
.slick-carrusel .producto-card {
    background: #fff;
    padding: 10px;
    text-align: center;
    margin: 0 5px;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
    cursor: pointer;
}
.slick-carrusel .producto-card:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.producto-card img {
    width: 60%;
    max-height: 240px;
    object-fit: cover;
    border-radius: 8px;
    margin: 0 auto;
}
.producto-card .nombre {
    font-size: 1rem;
    margin: 0.5rem 0;
    height: 2.5rem;
    overflow: hidden;
}
.precio-actual {
    color: #e6007e;
    font-size: 1.1rem;
    font-weight: bold;
}
.precio-anterior {
    text-decoration: line-through;
    color: #888;
    font-size: 0.9rem;
}
.slick-prev {
    left: -35px !important;
}
.slick-prev:before, .slick-next:before {
    font-size: 32px !important;
    color: #1e1e1e !important;
}
.producto-card.slick-slide.slick-active {
    max-height: 290px;
}

.producto-card .nombre {
    font-size: 17px;
    height: 1.5rem;
    overflow: hidden;
    font-weight: 700;
    color: #CB1B5E;
   /*font-family: "Outfit", sans-serif ;*/
    font-family: "Agbalumo", sans-serif;
}
@media (max-width: 768px) {
 .row-0{
     margin-top: 50px;
 }
 .slick-prev, .slick-next {
     display: none !important;
 }
 img.card-img-top {
    width: 90%;
}
}
/*********************** NOSOTROS **************************/
.nosotros-section {
    background-color: #fff;
    padding: 4rem 1rem;
    font-family: 'Poppins', sans-serif;
    color: #434242;
    overflow: hidden;
}
.container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 1024px) {
  /* Tablets y pantallas medianas */
  .nosotros-section {
    padding: 3rem 1rem;
  }
  .section-title {
    font-size: 2rem;
  }
  .intro {
    font-size: 1rem;
    max-width: 90%;
  }
  .values-list {
    gap: 0.8rem;
    font-size: 0.9rem;
  }
  .values-list .globo {
    padding: 0.6rem 1.2rem;
  }
  .vision-mission {
    gap: 2rem;
  }
  .box {
    max-width: 400px;
    padding: 1.5rem;
  }
  .box img {
    width: 200px;
  }
  .box p {
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  /* Móviles grandes y tablets pequeños */
  .nosotros-section {
    padding: 2rem 1rem;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .intro {
    font-size: 0.95rem;
    max-width: 95%;
  }
  .values-list {
    flex-direction: column;
    gap: 0.5rem;
  }
  .values-list .globo {
    width: fit-content;
    padding: 0.7rem 1.3rem;
    font-size: 0.9rem;
  }
  .vision-mission {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
  .box {
    max-width: 100%;
    width: 90%;
    padding: 1.3rem 1rem;
  }
  .box img {
    width: 150px;
    margin: 0 auto 1rem auto;
    display: block;
  }
  .box p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  /* Móviles pequeños */
  .nosotros-section {
    padding: 1.5rem 0.5rem;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .intro {
    font-size: 0.9rem;
    max-width: 100%;
  }
  .values-list {
    gap: 0.4rem;
  }
  .values-list .globo {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
  .vision-mission {
    gap: 1rem;
  }
  .box {
    padding: 1rem 0.8rem;
    width: 80%;
  }
  .box img {
    width: 120px;
  }
  .box p {
    font-size: 0.85rem;
  }
}


/****************************FACTURAS*********************************/
.facturas-section {
    padding: 4rem 1rem;
    font-family: 'Poppins', sans-serif;
    background-color: #fafafa;
    Margin: 50px 0;
}
.section-title {
    text-align: center;
    font-size: 2.5rem;
    color: #e96d79;
    margin-bottom: 2rem;
}
.tabs {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 1rem;
}
.tab-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 1rem;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}
.tab-list li {
    cursor: pointer;
    padding: 0.5rem 1rem;
    border: 1px solid #e96d79;
    border-radius: 50px;
    background: #fbd1d6;
    transition: all 0.3s;
}
.tab-list li.active,
.tab-list li:hover {
    background: #e96d79;
    color: #fff;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
img.candado, img.llave {
    width: 30px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}
table th, table td {
    border: 1px solid #ddd;
    padding: 0.75rem;
    text-align: center;
}
table th {
    background-color: #f5b8c0;
    color: #fff;
}
input[type="text"], input[type="password"] {
    width: 100%;
    padding: 0.5rem;
    margin: 0.5rem 0;
    border-radius: 5px;
    border: 1px solid #ccc;
}
button, .btn {
    background-color: #e96d79;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 1rem;
    display: inline-block;
    font-weight: 700;
}
button:hover, .btn:hover {
    background-color: #d1505d;
}
form input[type="text"], form input[type="password"] {
    font-family: 'Poppins', sans-serif;
}
.pagination {
    text-align: center;
    margin-top: 20px;
}
.pagination a {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 14px;
    background-color: #f4f4f4;
    color: #333;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
}
.pagination a:hover {
    background-color: #ddd;
}
.pagination a.active {
    background-color: #b74c8f;
    color: white;
}
.input-group {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    gap: 10px;
}
.input-group img.icon {
    width: 25px;
    height: auto;
}
.input-group input[type="text"],
.input-group input[type="password"] {
    flex: 1;
    margin: 0;
}
/***********************************CONTACTO***********************************/
.contacto-section {
    padding: 4rem 1rem;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    position: relative;
}
.contacto-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.section-title {
    font-size: 2.5rem;
    color: #e96d79;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.contenido-contacto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 2rem;
    text-align: left;
}
.telefonos {
    flex: 1;
    min-width: 250px;
    align-content: center;
    margin-left: 2rem;
}
.telefonos ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.telefonos li {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    font-weight: 500;
    color: #444;
}
.telefonos img {
    margin-right: 0.8rem;
    z-index: 999;
    height: 40px;
}
.contacto-form {
    flex: 2;
    min-width: 300px;
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.contacto-form h3 {
    font-size: 1.5rem;
    color: #d1505d;
    margin-bottom: 1rem;
}
.contacto-form input,
.contacto-form textarea {
    width: 90%;
    padding: 0.8rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid #e6a3a9;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
}
.contacto-form button {
    background-color: #e96d79;
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.contacto-form button:hover {
    background-color: #d1505d;
}

@media (max-width: 768px) {
    .contenido-contacto {
        flex-direction: column;
    }
    .contacto-form,
    .telefonos {
        width: 80%;
    }
}


/********************************CATALOGO***********************************/
.catalogo-doble {
    background-color: #fff0f4;
    padding: 60px 20px;
}
.container.catalogo {
    width: 80%;
}

.catalogo-titulo {
    text-align: center;
    font-size: 2.5rem;
    color: #c94d7b;
    margin-bottom: 10px;
}

.catalogo-subtitulo {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 40px;
    color: #555;
}

.catalogo-dos-columnas {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

.columna {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-width: 250px;
}

.item-catalogo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: auto;
}

.item-catalogo:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}

.item-catalogo img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 12px;
}

.item-catalogo span {
    font-weight: 600;
    font-size: 1rem;
    color: #333;
}

.catalogo-completo {
    text-align: center;
    margin-top: 60px;
}

.catalogo-completo img {
    width: 180px;
    border-radius: 10px;
}

.catalogo-completo h3 {
    margin-top: 15px;
    font-size: 1.2rem;
    color: #d34d75;
}

.catalogo-login-msg {
    text-align: center;
    font-size: 1.2rem;
    color: #888;
    margin-top: 40px;
}
.catalogo-grid {
    display: flex;
    gap: 40px;
    justify-content: center;
    padding: 40px 20px;
    flex-wrap: wrap;
}

.columna-catalogo {
    flex: 1;
    min-width: 280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.item-catalogo {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.item-catalogo:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.item-catalogo img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 12px;
}

.item-catalogo span {
    font-weight: 600;
    font-size: 1rem;
    color: #333;
}

/*******************************PROMOCIONES*****************************/
.container.promociones-contenedor {
    margin-top: 100px;
}
.encabezado-promos {
    text-align: center;
    margin-bottom: 30px;
}

.encabezado-promos h1 {
    color: #c75b8b;
    font-weight: bold;
    font-size: 2.5rem;
}

.buscador-promos {
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 60px;
}

.buscador-promos input {
    padding: 10px 15px;
    border: 2px solid #d3d3d3;
    border-radius: 8px;
    width: 250px;
    font-size: 16px;
}

.buscador-promos button {
    padding: 10px 10px;
    background-color: #f49ba2bd;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 18px;
}

.buscador-promos button:hover {
    background-color: #c75b8b;
}

.grid-promociones{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 70px;
    max-width: 1400px;
    margin: 0 auto;
}

.promo-card {
    padding: 60px 10px 30px 10px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.2s ease-in-out;
    box-shadow: 0 4px 6px rgba(199, 91, 139, 0.1);
    position: relative;
    cursor: pointer;
}

.promo-card:hover {
    transform: translateY(-5px);
}

.promo-img img {
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: contain;
    border-radius: 6px;
}

.promo-info p {
    font-size: 1rem;
    margin: 20px 0 20px 0;
    color: #444; 
    font-weight: 900;
    height: auto;
    margin-bottom: 0;
    padding: 0 5px 0 5px;
}

.descuento {
    color: #d42d78;
    font-weight: bold;
    font-size: 1.1rem;
}



img.promocion-img {
    width: 140px;
    position: absolute;
    top: 10px;
    left: -15px;
    z-index: 2;
}
.sale-percent {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #F49BA2;
    color: white;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    z-index: 2;
}

.sale-percent .descuento {
    margin: 0;
    color: white;
}


.precio-original {
    text-decoration: line-through;
    color: #888;
    font-size: 0.9rem;
    margin-right: 8px;
}

.precio-descuento {
    color: #d42d78;
    font-weight: bold;
    font-size: 1.1rem;
}
.promo-info h2{
    font-family: 'Playfair Display SC', serif !important;
    text-transform: uppercase;
} 
.promo-img {
    height: 150px;
    align-content: center;
    width: 75%;
    display: block;
    margin: 0 auto;
}
#resultados-busqueda {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 70px;
    max-width: 1400px;
    margin: 0 auto;
}
.btn-regresar:hover {
    background-color: #f3e0e6;
}

/* --- POPUP DE PRODUCTO --- */
.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}
.popup-contenido {
    background: #fff;
    padding: 70px 70px 30px 70px;
    border-radius: 15px;
    width: 100%;
    max-width: 250px;
    position: relative;
    text-align: center;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s ease-in-out;
}
.cerrar {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 40px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}
.popup-img-container {
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgb(179 66 155 / 32%);
    border-radius: 10px;
    width: 75%;
    display: block;
    margin: 0 auto;
    
}
.popup-img-container img {
    width: 63%;
    max-height: 280px;
    object-fit: cover;
    border-radius: 10px;
    padding: 20px 0;
    transition: transform 0.4s ease;
}
.popup-img-container img:hover {
    transform: scale(2.00);
    cursor: zoom-in;
}
.sale-percent-popup {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #F49BA2;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    z-index: 2;
}
.descuento-popup {
    margin: 0;
}
 p.nombre-producto {
    font-size: 18px;
    font-weight: 900;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
}
.popup-contenido {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
}
.precio-popup {
    margin: 10px 0 20px;
    font-size: 18px;
}
.precio-popup .original {
    text-decoration: line-through;
    color: #888;
    margin-right: 10px;
}
.precio-popup .descuento {
    font-weight: bold;
    font-size: 18px;
}
.cantidad-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}
.cantidad-container input[type="number"] {
    width: 60px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
}
.boton-agregar {
    margin-top: 50px;
    background-color: #F49BA2;
    color: white;
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.boton-agregar:hover {
    background-color: #e47e88;
}
/* --- POPUP DE SESIÓN --- */
.popup-login {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}
.popup-login-contenido {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    width: 100%;
    max-width: 450px;
    text-align: center;
    position: relative;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    animation: fadeIn 0.3s ease-in-out;
}
.popup-login .cerrar-login {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 32px;
    color: #888;
    cursor: pointer;
}
.popup-login .mensaje-login {
    font-size: 17px;
    color: #444;
    margin: 40px;
    line-height: 1.4;
}
.popup-login-btn {
    display: inline-block;
    background-color: #F49BA2;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s;
}
.popup-login-btn:hover {
    background-color: #e47e88;
}
h2.popup-session {
    color: #e96d79;
    font-weight: bold;
    font-size: 1.5rem;
}


/****************************AVISO PRIVACIDAD*************************/
#content {
    max-width: 850px;
    margin: 3.5rem auto;
    padding: 2rem 1.5rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(255, 105, 135, 0.2);
    border: 1px solid #f5c3c8;
}

h1.heading {
    font-weight: 700;
    font-size: 2.6rem;
    text-align: center;
    color: #e75480; /* rosa coral intenso */
    margin-bottom: 1rem;
    font-family: 'Georgia', serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

p.description {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.3rem;
    color: #5a4a4a;
}

p.description strong {
    color: #e75480;
    font-weight: 700;
}

p.description[align="center"] {
    text-align: center;
    font-size: 1.1rem;
    margin-top: 0.6rem;
    margin-bottom: 1rem;
}

/* Responsividad */
@media (max-width: 600px) {
    #content {
        margin: 1.5rem 1rem;
        padding: 1.5rem 1rem;
    }

    h1.heading {
        font-size: 2rem;
    }

    p.description {
        font-size: 1rem;
    }
}

/****************************PRODUCTOS*************************/
a.tarj-gpo, .producto {
   background: #fff;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(230, 80, 120, 0.1);
    padding: 1rem;
    text-decoration: none;
    color: #444;
    transition: transform 0.2s;
    }
.contenedor-catalogo {
    padding: 2rem;
    max-width: 100%;
    display: block;
    background-color: #fff0f4cc;
}

.prod-contain {
    max-width: 70%;
    display: block;
    margin: 3.5rem auto;
}
.bienvenida {
    background: #f0fdf4;
    padding: 12px 20px;
    border-left: 6px solid #34d399;
    border-radius: 4px;
    margin: 10px 0 20px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    color: #065f46;
}

.bienvenida-error {
    background: #fef2f2;
    padding: 12px 20px;
    border-left: 6px solid #f87171;
    border-radius: 4px;
    margin: 10px 0 20px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #7f1d1d;
}

.container-cat {
    padding: 2rem;
    max-width: 70%;
    display: block;
    margin: 3.5rem auto;
}
.buscador-superior {
    margin-bottom: 1.5rem;
}
.buscador-superior input {
    padding: 0.6rem 1rem;
    width: 300px;
    border-radius: 8px;
    border: 1px solid #ccc;
}
.grid-grupos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 3rem;
}
.grid-productos{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
    gap: 3rem;
    margin-top: 2rem;
}
.grid-subgrupos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.tarjeta {
    background: linear-gradient(40deg, #c2dff2bf 0%, #e3eaf65e 50%, #b7cce3 100%);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  color: #333;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tarjeta:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  transform: scale(1.03);
}
.producto {
    max-width: 250px;
    cursor: pointer;
}
.volver {
    margin-bottom: 2rem;
}
.tarj-gpo, .producto:hover {
    transform: translateY(-5px);
}
.subgpo-img {
    height: 70%;
    align-content: center;
    margin-bottom: 25px;
}
.gpo-img img {
    max-width: 100px;
    margin-bottom: 1rem;
}
.subgpo-img img {
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
    border-radius: 10px;
}
.producto img {
    margin-bottom: 1rem;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.tarjeta h3, .producto h3 {
    font-size: 1rem;
    color: #535353;
    margin: 0.2rem 0;
}
.producto .codigo {
    font-size: 0.85rem;
    color: #999;
}
.producto .precio {
    font-weight: bold;
    color: #494546;;
}
.promo-precios {
    margin-top: 10px;
}
.vista-productos {
    display: block;
}
.form-busqueda input {
    width: 100%;
    padding: 0.6rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.btn-volver {
    display: inline-block;
    margin-top: 1.5rem;
    text-decoration: none;
    background: #eee;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    color: #444;
    transition: background 0.3s;
}
.btn-volver:hover {
    background: #ddd;
}
.filtros-productos {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.filtros-productos select,
.filtros-productos input[type="text"] {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    min-width: 180px;
}
.filtros-productos button {
    background-color: #e96d79;
    color: white;
    padding: 8px 16px;
    border: none;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.filtros-productos button:hover {
  background-color: #e91e63; /* rosa elegante */
}
.paginacion {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
    gap: 1rem;
    margin-top: 50px;
    margin-bottom: 30px;
}
.paginacion a.page-bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffafb6a8;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.paginacion a.page-bubble:hover {
  background: #e96d79;
  color: #fff;
}

.paginacion a.page-bubble.activo {
  background: #e96d79;
  color: #fff;
  pointer-events: none;
}

.paginacion a.nav-btn {
    padding: 0 5px;
  background: none;
  color: #e96d79;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.2s ease, color 0.2s ease;
  font-size: 25px;
}

.paginacion a.nav-btn:hover {
  text-decoration: underline;
   transform: scale(1.5);
}
p.name-p {
    height: 100px;
    margin-bottom: 30px;
}
.leyenda h3 {
    text-align: center;
    color: #000;
    font-size: 25px;
    margin-bottom: 50px;
}


    /*******************CARRITO********************/
    .cart-count {
        background-color: #fff;
        color: #e96d79;
        border-radius: 50%;
        font-size: 12px;
        padding: 1px 7px;
        font-weight: 900;
    }
    .carrito-container {
        max-width: 1200px;
        margin: 100px auto;
        padding: 20px 60px;
        background-color: #fff;
        border-radius: 1rem;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        font-family: 'Poppins', sans-serif;
        }
        .carrito-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
        gap: 15px;
        }
        .carrito-item:last-child {
        border-bottom: none;
        }
        .carrito-item span {
        flex: 1;
        }
        .carrito-total {
        text-align: right;
        font-weight: bold;
        font-size: 1.2rem;
        margin-top: 20px;
        }
        .carrito-vacio {
        text-align: center;
        color: #999;
        }
        .mensaje-exito {
        background-color: #e6ffed;
        border: 1px solid #9ae6b4;
        color: #276749;
        border-radius: 8px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        margin: 20px auto;
        max-width: 600px;
        text-align: center;
        animation: fadeOut 4s ease-out forwards;
        font-size: 23px;
        padding: 1rem
        }

        @keyframes fadeOut {
            0% { opacity: 1; transform: translateY(0); }
            80% { opacity: 1; }
            100% { opacity: 0; transform: translateY(-20px); }
        }
        /* ===== CARRO RESPONSIVO ===== */
@media (max-width: 1024px) {
    .carrito-container {
        padding: 20px 40px;
        margin: 80px auto;
    }
    .carrito-item {
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 0;
    }
    .carrito-item .carrito-img-clave {
        flex: 1 1 100%;
    }
    .carrito-item span {
        flex: 1 1 45%;
        text-align: left;
        font-size: 14px;
    }
    .carrito-item form {
        flex: 1 1 45%;
        margin-top: 5px;
    }
    .cantidad-input {
        width: 50px !important;
    }
    .carrito-acciones {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .carrito-acciones a,
    .carrito-acciones button {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .carrito-container {
        padding: 15px 20px;
        margin: 60px auto;
    }
    .carrito-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .carrito-item span {
        flex: 1 1 100%;
        text-align: left;
        margin-top: 5px;
    }
    .carrito-item form {
        width: 100%;
    }
    .carrito-img-clave img {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 480px) {
    .carrito-container {
        padding: 10px 15px;
        margin: 40px auto;
    }
    .carrito-item {
        gap: 5px;
        padding: 8px 0;
    }
    .carrito-img-clave img {
        width: 50px;
        height: 50px;
    }
    .cantidad-input {
        width: 45px !important;
    }
    .carrito-item span {
        font-size: 13px;
    }
    .carrito-total {
        font-size: 1rem;
    }
}
/* ---------- INPUT DE CANTIDAD EN CARRITO ---------- */
.cantidad-input {
    width: 60px;
    padding: 6px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 12px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.cantidad-input:focus {
    border-color: #e96d79;
    box-shadow: 0 0 5px rgba(233, 109, 121, 0.4);
    outline: none;
}
/* ---------- BOTONES DEL CARRITO ---------- */
.carrito-btn, .btn-carrito {
    background-color: #e96d79;
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    margin: 10px 5px;
    transition: background-color 0.3s ease;
}
.carrito-btn:hover, .btn-carrito:hover {
    background-color: #d85a6b;
}
/* Botones container */
.carrito-acciones {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.carrito-acciones .carrito-btn {
    flex: 1 1 auto;
    max-width: 200px;
    text-align: center;
}
.cantidad-input {
    width: 60px;
    padding: 6px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.cantidad-input {
    width: 50px;
    padding: 6px 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    transition: border-color 0.3s ease;
    margin: 0 .5rem;
}
.cantidad-input:focus {
    outline: none;
    border-color: #b64f6f;
}

    .btn-eliminar {
    color: #fff;
    background-color: #e57373;
    padding: 6px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
    }
    .btn-eliminar:hover { 
        background-color: #d32f2f; 
        
    }
    .carrito-total { 
        font-weight: bold; 
        margin-top: 20px; 
        
    }
    
    /********************CHECKOUT***********************/
    .checkout
 {
    width: 85%;
    display: block;
    margin: 10rem auto;
}
input#correo {
    padding: 8px 30px 8px 5px;
    border-radius: 4px;
    border: 1px solid #6f6f6f;
    font-family: 'Poppins';
}

/* =========================================================
   MEDIA QUERIES RESPONSIVE
   ========================================================= */

/* Tablets (pantallas medianas) */
@media (min-width: 1999px){
    .tarjeta h3 {
        margin-top: 3.5rem;
    }
}
@media (max-width: 1260px) {
        .ba-nav a{
        font-size: 13px;
    }
    .ba-logo {
    height: 65px;
    }
    a.ba-btn.ingresar {
    font-size: 13px;
}
.perfil {
    width: 22px;
    height: 22px;
}
}
@media (max-width: 1089px) {
    .ba-nav a{
    font-size: 12px;
    }
}
   
@media (max-width: 1024px) {
  .container {
    width: 95%;
  }

  .card {
    margin: 1%;
  }

  .navbar ul {
    gap: 15px;
  }
}

/* Móviles grandes y tablets verticales */
@media (max-width: 768px) {
  .navbar ul {
    flex-direction: column;
    gap: 10px;
  }
  .flor-animada.flor4 img {
    width: 120px;
}
.flor-animada.flor3 img {
    width: 170px;
}
.flor-animada.flor2 img {
    width: 180px;
}
.flor-animada.flor1 img {
    width: 180px;
}
  .main {
    padding: 20px 0;
  }

  .card {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .filtros-productos select {
    width: 100%;
}
.filtros-productos form {
    width: 100%;
}
}

/* Móviles pequeños */
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }

  .container {
    width: 100%;
    padding: 0 10px;
  }

  .navbar ul {
    gap: 8px;
  }

  .card-content {
    padding: 10px;
  }
  .flor-animada.flor1 img {
    width: 100px;
    }
    .flor-animada.flor2 img {
    width: 100px;
    }
    .flor-animada.flor3 img {
    width: 90px;
    }
    .flor-animada.flor4 img {
    width: 60px;
    }
}


    