* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: 'Garamond', sans-serif;
  }
  
  p {
      font-size: 19.2px !important;
  }
  
  span {
      font-size: 19.2px !important;
  }
  
  body {
    background-color: #fff;
    overflow-x: hidden;
  }

  .contenedor{
    text-align: center;
    flex: 1;
  }
  
  .google-btn-wrapper {
  width: 100%;
}

.video-section {
  background-color: #f9f9f9;
  padding: 50px 20px;
  text-align: center;
}

.video-container {
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border-radius: 10px;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: auto;
  border-radius: 10px;
}


.google-btn-wrapper > div {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
}

.g_id_signin {
  min-width: 100% !important;
}

/* Color de fondo del tooltip */
.introjs-tooltip {
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 10px !important;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.introjs-skipbutton {
    visibility: hidden;
}

.introjs-helperLayer{
    box-shadow: rgba(33, 33, 33, 0.8) 0px 0px 1px 1px, rgba(33, 33, 33, 0.5) 0px 0px 0px 5000px !important;
}

#clip-button {
    background-color: #FC4C02;
    color: #ffffff;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    margin-top: 30px;
}

#clip-button:hover {
    background-color: #de4200;
}

#clip-button:active {
    background-color: #de4200;
}


/* Color del título */
.introjs-tooltip-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

/* Botones */
.introjs-button {
    background-color: #fff !important;
    color: #000;
    padding: 6px 12px;
    border: none !important;
    font-weight: bold;
}

.introjs-button:hover {
    background-color: #ffdb4d;
}

/* Fondo oscuro (overlay) */
.introjs-overlay {
    background: rgba(0, 0, 0, 0.5);
}


  .sobre-nosotros {
  font-family: 'Segoe UI', sans-serif;
  padding: 4rem 2rem;
  background-color: #f9f9f9;
}

    .factura-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 1em;
    }

    .factura-toggle label {
        margin: 0;
    }

    .switch {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 26px;
        margin-left: 10px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0; left: 0; right: 0; bottom: 0;
        background-color: #ccc;
        transition: .4s;
        border-radius: 26px;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

    input:checked + .slider {
        background-color: #4caf50;
    }

    input:checked + .slider:before {
        transform: translateX(24px);
    }

    #facturaContainer {
        margin-top: 10px;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    #facturaContainer.show {
        max-height: 500px;
        opacity: 1;
    }

.seccion-nosotros {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}

.seccion-nosotros .contenido {
  align-items: center;
    justify-content: center;
  display: flex;
  max-width: 1200px;
  width: 100%;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.seccion-nosotros .texto,
.seccion-nosotros .imagen {
  flex: 1 1 45%;
}

.seccion-nosotros .texto h2 {
  text-align: center;
  font-family: 'Cinzel';
  text-transform: uppercase;
  font-size: 2.2rem;
  color: #f46036;
  margin-bottom: 1rem;
}

.seccion-nosotros .texto p {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
}

.seccion-nosotros .imagen img {
  width: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Alternar imagen y texto */
.seccion-nosotros.alternar .contenido {
  flex-direction: row-reverse;
}

.producto-imagen {
    display: flex;
    align-items: center;     /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente */
}

    .info-usuario-p{
        padding: 50px 150px;
        text-align: justify;
    }

/* Responsive */
@media (max-width: 1000px) {
    
    .info-usuario-p{
        padding: 20px 20px !important;
        text-align: justify !important;
    }

  .seccion-nosotros .contenido {
    flex-direction: column;
  }

  .seccion-nosotros.alternar .contenido {
    flex-direction: column;
  }

  .seccion-nosotros .texto,
  .seccion-nosotros .imagen {
    flex: 1 1 100%;
  }
}

.mod-header.inicio {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3), transparent);
  z-index: 1000;
  transition: background 0.4s ease, box-shadow 0.4s ease;
}

.mod-header.inicio.scrolled {
  background: #d82f2f;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Lema oculto al inicio */
.mod-header.inicio #site-tagline {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.mod-header.inicio.scrolled #site-tagline {
  opacity: 1;
  transform: translateY(0);
}


  .size-6 {
    margin-top: 2px;
  width: 20px;
  height: 20px;
  color: #fff; /* color naranja */
}

  
 /*Seccion de navbar*/

     .separador-carrito{
      padding-left: 10px;
      border-left: solid 1px #ccc;
    }
         .separador-notificacion{
      padding-left: 10px;
    }

 .mod-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.mod-navbar {
  margin-left: auto; 
}

#carrito-hover-area {
  margin-left: 10px;
  display: flex;
  align-items: center;
  position: relative;
}

#notificacion-hover-area {
  margin-right: 30px;
  display: flex;
  align-items: center;
  position: relative;
}


   /* Lema normal */
#site-tagline {
    font-size: 2rem;
    transition: all 0.4s ease;
  }

  .card {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    margin: 10px;
    width: 280px;
    display: inline-block;
    vertical-align: top;
}
.card-img {
    width: 100%;
    border-radius: 6px;
}
.card-body {
    margin-top: 10px;
}
.select-tamano {
  margin-bottom: 10px;
  color: #777;
  padding: 4px;
  border-radius: 5px;
  border: 1px solid #ccc;
  border-bottom: 3px solid #455a64;
  width: 100%;
  transition: all 0.3s ease;
  outline: none;
}

.select-tamano:hover {
  border: 1px solid #455a64;
  border-bottom: 3px solid #455a64;
}

.select-tamano:focus {
  border: 1px solid #455a64;
  border-bottom: 3px solid #455a64;
  box-shadow: 0 0 5px #455a64;
}

.info-tamano p {
  margin: 4px 0;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.btn-agregar {
    margin-top: 10px;
    background-color: #28a745;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 4px;
    cursor: pointer;
}

  
  /* Lema cuando haces scroll */
  #site-tagline.shrink {
    font-size: 1.5rem;
    transform: translateY(-12px);
  }

  #site-search {
    font-size: 1.5rem;
    transition: all 0.3s ease;
  }
  
  #site-search.shrink {
    height: 35px;
    transform: scale(0.85) translateY(-20px);
    transition: transform 0.3s ease;
  }

 .mod-section * {
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  
  /* Estructura general */
  .mod-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  /* Encabezado personalizado */
  .mod-header {
    /*background: #1f1f1f ;*/
    background: #d82f2f ;
    /*background: #1D1D1D;*/
    padding: 1rem 0 0.5rem 0;
    position: sticky;
    top: 0;
    z-index: 999;
  }
  
  .mod-logo-img {
    height: 50px;
  }
  
  .mod-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .mod-navbar ul {
    display: flex;
    list-style: none;
    gap: 1.5rem;
  }
  
.mod-navbar a {
  position: relative;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 5px 0;
  transition: color 0.3s ease;
}

/* Línea animada debajo del texto */
.mod-navbar a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff; /* el color de la línea */
  transition: width 0.3s ease, left 0.3s ease;
}

.mod-navbar a:hover::after,
.mod-navbar a.activo::after {
  width: 100%;
  left: 0;
}


  #menu {
    display: none;
  }
  
  /* Contenido de encabezado */
  .mod-header-content {
    text-align: center;
  }
  
  .mod-header-content h1 {
    font-family: 'Garamond';
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
  }

  .menu-icon {
    display: none;
    width: 25px;
    cursor: pointer;
  }

.formulario-editar input {
  font-family: 'Titillium web';
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-bottom: 3px solid #ff9633;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 16px;
}

.formulario-editar input:focus {
  border-color: #ff9633;
  box-shadow: 0 0 5px #ff9633;
  outline: none;
}

.boton-centrado {
  text-align: center;
} 

 /*Seccion de footer*/

  footer {
    background: linear-gradient(to top, #263238, #2c2c2c); /* negro + gris oscuro */
    color: #f1f1f1;
    padding: 40px 0 0;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .footerContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .socialIcons {
    margin-bottom: 20px;
  }
  
  .socialIcons a {
    opacity: 0.5;
    margin: 0 10px;
    display: inline-block;
    transition: 0.4s;
  }
  
  .socialIcons a:hover {
    opacity: 1; 
  }
  
  .socialIcons img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1); /* blanco */
  }
  
  .footerNav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin-bottom: 30px;
  }
  
  .footerNav ul li {
    margin: 0 15px;
  }
  
  .footerNav ul li a {
    color: #ccc;
    font-weight: 500;
    transition: color 0.3s;
  }
  
  .footerNav ul li a:hover {
    color: #ff9633; /* naranja */
  }
  
  .footerBottom {
    background-color: #111;
    text-align: center;
    padding: 15px 0;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
  }

  .footerBottom p{
    color: #fff;
  }
  
  .footerBottom .designed {
    color: #f46036;
    font-weight: bold;
  }

  .coffee-second {
    display: flex;
    min-height: calc(100vh - 320px); 
    align-items: center;      
    justify-content: center; 
    top: 80px; 
    z-index: 10;
    padding: 15px 20px;
    background-color: #fff;
  }

  /*Esta seccion es del login y el resto de vistas para crear un usuario y loggear jsjs*/

body.fondo-login {
    background: linear-gradient(135deg, #ff8832, #6d28d9);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
  }
  
  /* Centrado del contenedor */
  .login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .resumen-container {
    max-width: 700px;
    margin: 40px auto;
    background: #fff;
    padding: 30px;
    font-family: 'Segoe UI', sans-serif;
}

.producto-resumen {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.producto-encabezado {
    margin: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.producto-encabezado strong, p {
    font-size: 1.2rem;
}

.detalle-img-chica {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.producto-info h2 {
    margin-bottom: 10px;
    font-size: 1.4em;
}

.producto-precios p {
    margin: 5px 0;
}

.precio {
    color: #263238;
    font-weight: bold;
}

.producto-total {
    padding-top: 5px;
    border-top: 1px solid #ccc;
    font-size: 1.1em;
    color: #777;
    text-align: right;
}

.total-final {
    font-size: 1.5rem;
    color: #777;
}

.opciones-checkout label {
  font-size: 1.2rem;
    font-weight: bold;
    display: block;
    margin: 10px 0 5px;
}


h2 {
    font-family: 'Segoe UI', sans-serif;
}

.resumen-grid {
    display: flex;
}

.col-productos,
.col-checkout {
    flex: 1 1 50%;
    box-sizing: border-box;
}

.col-productos {
    margin: 20px 0 20px 50px;
    background: #fff;
    padding: 20px 50px;
}

.col-checkout {
    margin: 20px 50px 20px 0;
    background: #fff;
    padding: 20px;
}

.producto {
    gap: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.producto-checkout{
    display: flex;
    gap: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.producto-imagen img {
    align-items: center;    
    justify-content: center;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.producto-detalles h3 {
    margin: 0 0 5px;
    font-size: 1.1em;
}

.producto-detalles p {
    margin: 3px 0;
    font-size: 0.95em;
}

.gran-total {
    padding-top: 10px;
    border-top: 1px solid #ccc;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 20px;
    color: #455a64;
    text-align: right;
}

.col-checkout label {
  font-size: 1.2rem;
    font-weight: bold;
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
}

.col-checkout select {
    color: #777;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 1rem;
    font-family: 'Titillium web';
    border: 1px solid #ccc;
    border-bottom: 3px solid #ff9633;
    transition: all 0.3s ease;
}

.col-checkout select:focus {
  border-color: #ff9633;
  box-shadow: 0 0 5px #ff9633;
  outline: none;
}

.gracias-compra {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
}

.gracias-contenedor {
    max-width: 800px;
    margin: 20px auto;
    background: white;
    padding: 2rem;
}

.gracias-titulo {
  text-align: center;
    color: #455a64;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.gracias-info {
    margin: 0.5rem 0;
}

.gracias-separador {
    margin: 2rem 0;
    border: none;
    border-top: 1px solid #ccc;
}

.gracias-subtitulo {
    text-align: center;
    color: #455a64;
    margin-bottom: 1rem;
}

.gracias-productos-lista {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.gracias-producto-card {
    background: #f1f1f1;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

.producto-nombre {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.producto-detalle {
    margin: 0.2rem 0;
}

.producto-total {
    font-weight: bold;
    margin-top: 0.5rem;
}

.producto-total .etiqueta, .valor{
  font-size: 1.2rem;
}

.gracias-boton-container {
    text-align: center;
    margin-top: 2rem;
}

.btn-seguir-comprando {
    background: #f46036;
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}

.btn-seguir-comprando:hover {
    background: #df5832;
}


.producto-linea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px; 
}

.producto-linea h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.producto-linea .total-linea {
    margin: 0;
    font-size: 1em;
    font-weight: bold;
}


#paypal-button-container {
    margin-top: 20px;
}

.opciones-checkout select {
    color: #777;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 1rem;
    font-family: 'Titillium web';
    border: 1px solid #ccc;
    border-bottom: 3px solid #ff9633;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.opciones-checkout select:focus {
  border-color: #ff9633;
  box-shadow: 0 0 5px #ff9633;
  outline: none;
}

.precio-linea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 6px 0;
    position: relative;
}

.precio-linea .etiqueta {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    color: #444;
}

.precio-linea .valor {
    margin-left: auto;
    color: #333;
}

.producto-total {
    font-size: 1.5rem;
    color: #555;
}

.etiqueta {
    width: 120px; /* Fijo para alinear todo igual */
    text-align: left;
    font-weight: bold;
    color: #333;
}

.valor {
    flex: 1;
    text-align: right;
    font-weight: normal;
}
  
  /* Tarjeta del formulario */
  .card {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    text-align: center;
  }
  
  /* Título */
  .card h2 {
    margin-bottom: 25px;
    color: #e6862d;
    font-weight: 600;
  }

  input[type="number"]{
    color: #777;
    text-align: center;
    width: 80px;
    padding: 10px 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 3px solid #455a64;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 15px;
  }

  input[type="number"]:focus{
        border-color: #455a64;
    box-shadow: 0 0 5px #455a64;
    outline: none;
  }
  
  /* Inputs */
  .card input[type="email"],
  .card input[type="text"],
  .card input[type="tel"],
  .card input[type="password"] {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 3px solid #e6862d;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 15px;
  }
  
  .card input[type="email"]:focus,
  .card input[type="text"]:focus,
  .card input[type="tel"]:focus,
  .card input[type="password"]:focus {
    border-color: #e6862d;
    box-shadow: 0 0 5px #e6862d;
    outline: none;
  }
  
  /* Botón */
  .card button {
    width: 100%;
    margin-bottom: 10px;
    padding: 12px;
    background-color: #e6862d;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .card button:hover {
    background-color: #e6862d;
  }
  
  /* Enlaces */
  .card .links {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  label {
    display: block;
    margin-bottom: 2px;
  }
  
  
  .card .links a {
    color: #e6862d;
    text-decoration: none;
    transition: color 0.2s;
  }
  
  .card .links a:hover {
    color: #e6862d;
  }
  
.form-container form {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  position: relative;
  z-index: 10;
}

.contenedor-principal-n {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.notificacion-link {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 50%;
    margin-bottom: 15px;
}

.notificacion {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 15px;
    border-left: 5px solid #f46036;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.notificacion.no-leida {
    background-color: #faeeeb;
    font-weight: bold;
}

.notificacion:hover {
    background-color: #faeeeb;
    cursor: pointer;
}

small {
    color: #666;
}

.contenedor-principal-n {
  align-items: center;
  justify-content: center;
  padding: 20px;
  align-items: center;
  min-height: calc(100vh - 320px); 
  display: flex;
  flex-direction: column;
}


.form-container form input {
  width: 380px;
  max-width: 80%;
  padding: 10.5px 14px;
  border: 2px solid #fff;
  border-right: none;
  border-radius: 20px 0 0 20px;
  background-color: #fff;
  color: #000;
  outline: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.form-container form button {
  background-color: #fff;
  border: 2px solid #fff;
  border-left: none;
  border-radius: 0 20px 20px 0;
  padding: 0 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  height: 40px; /* Misma altura que el input */
}

.form-container form button img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}


  
  /* Estilo general para las tarjetas */

  .productos-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(250px, 1fr)); 
    padding: 20px;
    margin: 0 auto; 
    max-width: 1200px; 
    row-gap: 30px;
    place-items: center;
  }

.producto-card {
    flex: 1 0 30%;
    max-width: 85%;
    max-height: 100%;
    border: 1px solid #ededed ;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    transition: 0.3s;
        position: relative;
    overflow: hidden;
        justify-content: space-between;
    height: 100%; 
  }

.link-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block; 
        background-color: rgba(0, 0, 0, 0); 
}

/* Evita que botones y selects dentro se vean bloqueados */
.producto-card *:not(.link-overlay) {
  justify-content: center;
    position: relative;
    z-index: 3; 
}


  
.producto-card .btn-carrito, .producto-card .btn-agregar-carrito {
  margin-top: auto; 
}

.producto-card .btn-carrito {
  margin-top: 10px; 
}

  .descripcion-limitada {
  display: -webkit-box;
  -webkit-line-clamp: 3;  
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em; 
}

  .producto-card:hover {
    border: 1px solid #455a64;
    box-shadow: 0 0 1px #455a64;
    cursor: pointer;
  }
  
  /* Imagen de producto */
  .producto-card .imagen {
    margin-bottom: 10px;
    max-height: 200px;
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: opacity 0.3s ease;
  }
  
  .producto-card .imagen:hover {
    opacity: 0.85;
  }
  
  /* Información del producto */
  .producto-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
    text-align: left;
  }

  .acciones-carrito {
    margin-top: auto;
}


  .precio {
    font-size: 1rem;
  }
  
  .nombre-y-precio {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  
  .nombre-producto {
    text-transform: uppercase;
    font-family: 'Anton';
    padding-bottom: 5px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #263238;
    margin: 0;
  }
  
  .precio-producto {
    font-size: 1rem;
    color: #e67e22;
    font-weight: bold;
  }
  
  .precio-original {
    font-size: 0.85rem;
    text-decoration: line-through;
    color: #888;
    margin-right: 5px;
  }
  
  .descuento {
    font-size: 0.85rem;
    background-color: #e67e22;
    color: #fff !important;
    padding: 2px 5px;
    border-radius: 4px;
    font-weight: normal;
  }

  .selectP {
  border-radius: 4px;
  border: 1px solid #ccc;
  border-bottom: 3px solid #ff9633;
  transition: all 0.3s ease;
  }

    .selectP:focus {
  box-shadow: 0 0 5px #ff9633;
  border-color: #ff9633;
  outline: none;
  }
  
  .precio-descuento {
    font-size: 0.8rem;
    background-color: #f9a546;
    color:#fff;
    border-radius: 5px;
    padding: 2px;
  }
  
  .producto-card p {
    text-align: justify;
    font-family: 'Titillium Web';
    color: #777;
    font-size: 1rem;
    margin-bottom: 9px;
  }
  
  .producto-card p.ultimo {
    color: #e67e22;
    font-weight: bold;
    font-size: 1rem;
  }
  
  /* Botones y textos de estado */
  .agotado {
    text-align: center !important;
    color: #e74c3c;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 10px;
  }
  
  .ya-agregado {
    text-align: center !important;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 10px;
  }
  
.stock-producto {
  align-items: center;      
  justify-content: center;
  text-align: center;
  margin-top: auto;
}

#carrito-hover-area {
  position: relative;
}

#carrito-hover-contenido {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: white;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 1000;
  width: 300px;
  padding: 10px;
}

.descripcion-carrito {
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em;
  font-size: 1rem;
  color: #666;
}

#cart-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-y: auto;
  }
  #cart-container h3 {
    text-align: center;
  }
  
  /* Carrito en modo flotante */
  #cart-container.pantalla-flotante {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    position: fixed;
    right: 10px;
    top: 57px;
    width: 50%;
    max-height: 80vh;
    z-index: 999;
    padding: 20px;
    transition: all 0.3s ease;
  }
  
  /* Carrito en pantalla completa */
  #cart-container.pantalla-completa {
    align-items: center;      /* Centrado vertical */
    justify-content: center; 
    background-color: #f9f9f9;
    border-radius: 0;
    box-shadow: none;
    padding: 40px;
    min-width: 1000px;
    margin: 0 auto;
  }
  
  .tabla-carrito {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .tabla-carrito th, .tabla-carrito td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
  
  .tabla-carrito img {
    border-radius: 6px;
  }
  
  .cantidad-control {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  
  .btn-eliminar {
    background-color: #c62828;
    color: white;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 4px;
  }
  
  .total-item {
    text-align: right;
    color: #2ecc71;
  }
  
  
  /* TOTAL GENERAL */
  .total-carrito {
    display: block;         
    text-align: right;       
    margin-top: 1rem;        
    font-weight: bold;      
  }
  
  /* BOTÓN DE VER TODO / PAGO */
  .btn-ver-todo {
    display: block;
    width: 100%;
    margin-top: 15px;
    padding: 10px;
    background-color: #f46036;
    color: white;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    transition: 0.3s;
  }
  
  .btn-ver-todo:hover {
    background-color: #ffa74d;
  }
  
  /* BOTÓN FLOTANTE DE CARRITO */
  #toggle-cart {
    border-radius: 50%; 
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ff9633;
    border: none;
    padding: 16px 16px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
  }

  .hidden {
    display: none;
}

  
  #toggle-cart:hover {
    background-color: #ffa74d;
  }

  /*Estos son los estilos para mostrar los detalles del checkout jsjs*/

  .checkout-container {
    max-width: 80%;
    margin: 40px auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
  
  .checkout-container h3,
.checkout-container h4 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.checkout-container h1{
  text-align: center;
}

.checkout-container p {
  font-size: 16px;
  margin-bottom: 20px;
}

.checkout-container form {
  margin-top: 30px;
}

.checkout-container .factura-card {
  padding: 20px;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
}

.checkout-container .factura-card input[type="radio"] {
  margin-right: 15px;
}

.checkout-container .boton-centrado {
    margin-top: 40px;
    margin-bottom: 30px;
}

.checkout-container .boton-centrado button {
    color: #fff;
    border: none;
    border-radius: 5px;
    background-color: #ff9633;
    padding: 15px 30px;
    font-size: 18px;
    transition: 0.3s;
}

.checkout-container .boton-centrado button:hover{
    background-color: #d9812e;
}

section {
    min-height: calc(100vh - 320px);
}

.checkout-container .total-section {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.checkout-container .total-section span {
  margin-left: 10px;
}

  
  .checkout-container table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
  }
  
  .checkout-container table th,
  .checkout-container table td {
    padding: 12px 10px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
  }
  
  .checkout-container table th {
    background-color: #f7f7f7;
    color: #555;
  }
  
  .checkout-container table td {
    vertical-align: middle;
  }
  
  .factura-card {
    padding: 15px;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
  }
  
  .factura-card input[type="radio"] {
    margin-right: 10px;
  }
  
  input[type="radio"] {
    accent-color: #3b7ddd;
  }
  
  .boton-centrado {
    text-align: center;
  }

  /*Estos son los estilos para mostrar el perfil del usuario*/

  .estado-verificado {
  color: #ca0202; /* rojo oscuro */
  background-color: #fdd; /* rojo clarito */
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: bold;
}

  .verificado {
  color: #14993c; /* rojo oscuro */
  background-color: rgb(227, 255, 221); /* rojo clarito */
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: bold;
}

  .usuario-full {
    max-width: 75%;
    margin: 10px auto;
    background: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    border-top: 2px solid #e5e5e5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.usuario-full h1 {
  font-family: 'Anton';
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-size: 26px;
    text-align: left;
}

.info-usuario {
    text-align: left;
    margin-bottom: 25px;
}

.info-usuario p {
    margin: 8px 0;
    font-size: 16px;
    color: #555;
}

.botones {
    display: flex;
    gap: 10px;
}

.botones button {
    padding: 10px 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background: #ff9633;
    color: white;
    font-weight: bold;
}

.botones button.logout {
    background: #c62828;
}

.lista-opciones {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.opcion-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f9f9f9;
    padding: 15px 20px;
    border-radius: 10px;
    transition: background 0.3s;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.opcion-item:hover {
    background-color: #f0f0f0;
}

.icono {
    font-size: 24px;
    margin-right: 15px;
}

.contenido {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.titulo {
    font-family: 'Goudy Old Style';
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.descripcion {
    font-size: 14px;
    color: #777;
    margin-top: 3px;
}

.flecha {
    font-size: 22px;
    color: #999;
}

/*Esta es la seccion de mis compras*/

.carrito-full {
    width: 80%;
    margin: 0 auto;
    font-family: 'Segoe UI', sans-serif;
}

/* Tarjeta de cada compra */
.tarjeta-compra-completa {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

/* Título de la compra */
.tarjeta-compra-completa h3 {
  text-transform: uppercase;
  font-family: 'Bebas Neue';
    margin-top: 0;
    font-size: 1.3rem;
    color: #333;
}

.tarjeta-compra-completa strong {
  color: #333;
font-family: 'Bebas Neue';
text-transform: uppercase;
  }

  .tarjeta-compra-completa b {
    color: #333;
    font-size: 16px;
  }

  .tarjeta-compra-completa p {
    color: #777;
  }

/* Estado */
.estado-compra {
    font-weight: bold;
    color: #444;
    margin-bottom: 0.5rem;
}

/* Dirección y factura */
.direccion-envio,
.requiere-factura {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

/* Tarjeta individual de producto */
.tarjeta-compra-item {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #eee;
    padding: 1rem 0;
}

.tarjeta-compra-item:first-of-type {
    border-top: none;
}

/* Imagen del producto */
.img-producto {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 1rem;
}

/* Información del producto */
.info-producto {
    flex-grow: 1;
}

.info-producto p {
    margin: 4px 0;
    font-size: 0.95rem;
    color: #777;
}

.unidades {
    font-weight: bold;
}

.total-producto {
    font-size: 1rem;
    font-weight: bold;
    color: #0a7a36;
}

/* Botón de ver detalles */
.acciones-final {
    margin-top: 1rem;
    text-align: right;
}

.acciones {
  display: flex;
  flex-direction: column;
  min-height: 100px;
  max-height: auto;
}

.btn-ver {
  font-family: 'Titallium web';
    background-color: #f46036;
    color: white;
    text-decoration: none;
    padding: 0.6rem 1rem;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.btn-ver:hover {
    background-color: #d8532e;
}

.swiper-container {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  color: #D35400;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.swiper-slide {
  box-sizing: border-box;
  max-width: 100%;
}

  .swiper-pagination {
  position: relative !important;
  margin: 10px 0;
  text-align: center;
  }

  .swiper-pagination-bullet-active {
    background: #D35400;
}

  .mod-coffee-section {
    padding: 4rem 4rem;
    background-color: #fff;
  }
  
  .mod-coffee-section h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  
  .mod-coffee-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
  }
  
  .mod-coffee-card img {
    width: 100%;
    height: auto;
  }
  
  .mod-coffee-card h3 {
    font-size: 1.2rem;
    margin: 0.5rem 0;
  }
  
  .mod-btn {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.75rem 1.5rem;
    background-color: #ff9633;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border: none;
    transition: background-color 0.3s ease;
  }
  
  .mod-btn:hover {
    background-color: #e47f1b;
  }
  
  /* Servicios */
  
  .mod-services-section {
    background-size: cover;
  background-position: center;
  background-attachment: fixed; /* ← este es el efecto parallax */
    text-align: center;
    color: #fff;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../img/prueba1.jpg);
    background-color: #f0f0f0;
    padding: 4rem 0;
  }
  
  .mod-services-content h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  
  .mod-services-group {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem;
  }

  .mod-grid-section {
  min-height: 100vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  background: #fdf9f4;
}

.mod-grid-item-two {
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mod-grid-item {
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mod-grid-item h2 {
  font-family: 'Garamond';
  text-align: center;
  font-size: 1.8rem;
  color: #d35400;
  margin-bottom: 15px;
}

.mod-grid-item p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

.mod-btn {
  display: inline-block;
  margin-top: 15px;
  background-color: #e67e22;
  color: white;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.mod-btn:hover {
  background-color: #cf711f;
}

.image-block {
  background-image: url('../img/gorilla.jpg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 100%;
  height: 100%;
}

.image-block-two {
  background-image: url('../img/productos.jpg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 100%;
  height: 100%;
}

.map-block iframe {
  width: 100%;
  height: 100%;
  border: none;
  min-height: 250px;
}

.mod-about-section {
  padding: 20px 20px;
  text-align: center;
}

.mod-about-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  padding: 2rem;
  overflow: hidden;
}


.mod-section-title {
  font-family: 'Garamond';
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #d35400;
}

.mod-section-subtitle {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #555;
}

.mod-about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  justify-items: center; 
  position: relative;
  overflow: visible;
}

.mod-about-card-r {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.4s ease;
}

/* Imagen de fondo */
.mod-about-img-r {
  filter: brightness(0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.5s ease;
}

.mod-about-overlay-r {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  z-index: 2;
  transition: opacity 0.4s ease;
}

.mod-about-content-r {
  position: relative;
  z-index: 3;
  color: white;
  padding: 20px;
  transition: all 0.3s ease;
}

.mod-about-content-r h3,
.mod-about-content-r p {
  color: #fff;
  text-shadow: none;
  transition: transform 0.3s ease, text-shadow 0.3s ease;
}

/* HOVER EFFECTS */
.mod-about-card-r:hover .mod-about-img-r {
  transform: scale(1.1);
}

.mod-about-card-r:hover .mod-about-overlay-r {
  opacity: 1;
}

.mod-about-card-r:hover .mod-about-content-r h3,
.mod-about-card-r:hover .mod-about-content-r p {
  transform: scale(1.05);
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.6);
}


.mod-about-card {
  flex-shrink: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  padding: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
  max-width: 260px;
  z-index: 1;
  margin: 0 auto;
  transform-origin: center center; 
}

.mod-about-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.mod-about-card:hover {
  z-index: 5;
  width: 200%;
  max-width: 200%;
  max-height: 200%;
  background-color: #fffdf8;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  transform: translateX(-25%) scale(1.02);
  margin: 0 auto;
}

.mod-about-card:hover .mod-about-img {
  width: 50%;
  transition: width 0.4s ease;
}

.mod-about-text {
  display: -webkit-box;
  -webkit-line-clamp: 4; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}

.mod-about-card:hover .mod-about-text {
  -webkit-line-clamp: 20;
}


.mod-about-card h3 {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #797979;
}

.mod-about-card p,
.mod-about-card ul {
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.mod-about-card ul {
  list-style: none;
  padding: 0;
}

.mod-about-card li::before {
  content: "• ";
  color: #e67e22;
  font-weight: bold;
}


  
  /* Sección general */
  .mod-general-section {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 4rem 4rem;
    align-items: center;
  }
  
  .mod-general-text, .mod-map {
    flex: 1 1 50%;
    padding: 1rem;
  }
  
  .mod-banner {
    flex: 1 1 50%;
    background-image: url('../img/prueba1.jpg');
    background-size: cover;
    background-position: center;
    height: 300px;
  }
  
  .mod-map iframe {
    width: 100%;
    height: 300px;
    border: none;
  }
  

  .mod-discount-products {
    padding: 2rem 0;
  }

.hero-carousel {
  width: 100%;
  height: calc(100vh - 122px);
  overflow: hidden;
}

.hero-swiper {
  width: 100%;
  height: 100%;
}

.hero {
  position: relative;
  display: block;
  width: 100%;
  height: 650px;
  overflow: hidden;
}

.hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: radial-gradient(
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 35%,
    rgba(0, 0, 0, 0.0) 65%
  );
  z-index: 1;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.hero-text h2 {
  font-family: 'Cinzel';
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.hero-text p {
  color: #fff;
  font-size: 1.2rem;
}

.hero .contenido {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 2rem;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


  
  .mod-product-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    min-height: 490px;
    background-color: #fff;
    margin: 20px auto;
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 70%;
    transition: 0.3s;
  }

  .mod-product-card:hover {
    cursor: pointer;
  }

  .product-description {
    margin: 0 auto;
    width: 50%;
    color: #777;
  display: -webkit-box;
  -webkit-line-clamp: 3;      
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 4.5em;      
}

/* Contenedor del slider */
.custom-slider-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  text-align: center;
}

.custom-slider-title {
  font-size: 2rem;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

/* Contenedor que envuelve las tarjetas */
.custom-slider-wrapper {
  position: relative;
  overflow: hidden;
}

/* Slider con desplazamiento horizontal */
.custom-slider {
  display: flex; 
  transition: transform 0.5s ease;
  width: 100%;
}

/* Cada tarjeta individual */
.custom-slider-item {
  flex: 0 0 25%; 
  padding: 0 10px; 
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

/* Imagen de cada tarjeta */
.custom-slider-img {
  width: 60%;
  object-fit: cover;  
  border-radius: 8px;
  margin-bottom: 10px;
}

/* Título de cada tarjeta */
.custom-slider-item-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}

/* Botones de navegación (anterior y siguiente) */
.custom-slider-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
}

.custom-prev-btn, .custom-next-btn {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 1.5rem;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.custom-prev-btn:hover, .custom-next-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

  
/* Contenedor para la imagen */
.image-container {
    position: relative;  
  }
  
  /* Imagen del producto */
  .product-image {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: contain;
    /*object-fit: cover;*/
    max-width: 300px;
    margin-bottom: 1rem;
  }
  
  /* Badge de descuento */
  .discount-badge {
    position: absolute;  
    top: 10px; 
    right: 10px;  
    background-color: #d35400; 
    color: white;  
    font-weight: bold;  
    padding: 7px 7px;  
    border-radius: 9999px; 
    font-size: 14px; 
    text-align: center; 
    z-index: 10; 
  }
  
  /* Si quieres un estilo de estrella en lugar de círculo */
  .discount-badge.star {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff9633;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    font-size: 14px;
    z-index: 10;
  }
  
  
  h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: auto;
  }
  
  p {
    color: #2E2E2E;
    font-size: 1rem;
  }
  
  .original-price {
    text-decoration: line-through;
    color: #888;
  }
  
  .discount-price {
    color: #ff5733;
    font-weight: bold;
  }
  
  .btn-view-product {
    background-color: #ff5733;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
  }
  
  .btn-view-product:hover {
    background-color: #ff3b2a;
  }
  
  /*Esta es la seccion de la lista de facturas guardadas para el usuario*/

  .direccion-card {
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s;
}

.direccion-title {
  font-family: 'Titillium web';
  font-size: 18px;
  font-weight: bold;
  color: #2d3436;
  margin-bottom: 10px;
}

.direccion-card strong {
  font-size: 17px;
  color: #455a64 !important;
  font-family: 'Titillium web';
}

.direccion-card p {
  font-size: 17px;
  font-family: 'Titillium web';
  margin: 5px 0;
  color: #777;
}

.direccion-card button {
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.direccion-card a button {
  background-color: #455a64;
  color: white;
}

.direccion-card a button:hover {
  background-color: #3a4d56;
}

.direccion-card form button {
  color: white;
  background-color: #e53935;
}

.direccion-card form button:hover {
  background-color: #b32525;
}

.agregar-direccion-btn {
  font-family: 'Titallium web';
  display: block;
  margin: 30px auto 0;
  padding: 12px 24px;
  background-color: #f46036;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.agregar-direccion-btn:hover {
  background-color: #df5832;
}

/*Esta es la seccion para enviar algun reporte sobre la pagina web o cualquier cosa*/

.formulario-editar {
  background-color: #fff;
  padding: 30px;
  max-width: 600px;
  margin: 0 auto;
  font-family: 'Segoe UI', sans-serif;
}

.formulario-editar label {
  font-family: 'Titillium Web';
    display: block;
  margin-bottom: 6px;
  font-weight: bold;
  color: #444;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

.formulario-editar textarea,
.formulario-editar input[type="file"] {
  font-family: 'Titillium Web';
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  border-radius: 8px;
  border-bottom: 3px solid #ff9633;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  resize: vertical;
}

.formulario-editar textarea:focus {
  border-color: #ff9633;
  outline: none;
}

#preview-container {
  display: none;
  text-align: center;
  margin-bottom: 20px;
}

  .boton-flotante {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    padding: 12px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    z-index: 999;
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: all 0.3s ease;
    white-space: nowrap;
    width: 50px; 
  }

  .boton-flotante:hover {
    width: 220px; 
    padding: 12px 20px;
  }

  .icono-cotizar {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }

  b {
    color: #000;
    font-family: 'Barlow Condensed';
  }

  .texto-cotizar {
    font-family: 'Rajdhani';
    margin-left: 10px;
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-width 0.3s ease;
  }

  .boton-flotante:hover .texto-cotizar {
    opacity: 1;
    max-width: 200px; 
  }

#preview-img {
  max-width: 100%;
  max-height: 200px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.boton-centrado {
  text-align: center;
}

/*Esta es la seccion para mostrar los detalles de la compra seleccionada*/

  #facturasDisponibles {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }

  #facturasDisponibles.mostrar {
    max-height: 1000px; /* Ajusta según el contenido */
  }

  .factura-card {
    border: 1px solid #ccc;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 6px;
    background: #f9f9f9;
  }

.detalle-compra-container {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 30px;
  max-width: 900px;
  margin: 40px auto;
  border-radius: 12px;
  font-family: 'Segoe UI', sans-serif;
}

.detalle-compra-container strong{
  text-transform: uppercase;
  font-family: 'Barlow Condensed';
  font-size: 15.5px;
}

.detalle-compra-container span{
  color: #777;
  font-family: 'Barlow Condensed';
  font-size: 16.5px;
}

.total-final {
  font-family: 'Barlow Condensed';
  color: #333;
}

.detalle-compra-container h2{
  margin-bottom: 20px;
  color: #333;
  text-align: center;
}

.estado-envio {
  color: #333;
}

.detalle-compra-container p {
  font-size: 16px;
  margin-bottom: 7px;
  color: #444;
}

.detalle-tabla {
  margin-top: 25px;
}

.detalle-producto {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
}

.img-container img {
  max-width: 120px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.detalle-info {
  flex: 1;
}

.detalle-info b {
  color: #455a64;
  font-size: 1.2rem;
}

.detalle-info strong{
  font-family: 'Barlow Condensed';
  font-size: 1.2rem;
  color: #455a64;
}

.detalle-info p {
  font-family: 'Garamond';
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.alineado {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 15px;
}

.total-final {
  text-align: right;
  color: #222;
  font-size: 1.4rem;
  margin-top: 20px;
  font-weight: bold;
}

.btn-solicitar {
  display: inline-block;
  background-color: #455a64;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.3s;
}

.btn-solicitar:hover {
  background-color: #374850;
}

.volver-btn {
  margin-top: 30px;
  text-align: center;
}

.btn-volver {
  font-family: 'Titallium web';
  background-color: #f46036;
  color: white;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.btn-volver:hover {
  background-color: #d55430;
}

/*Esta es la seccion para mostrar el formulario de las facturas*/
.formulario-direcciones {
  background-color: #fff;
  padding: 30px;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', sans-serif;
  border: 1px solid #ddd;
  max-width: 900px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.campo {
  display: flex;
  flex-direction: column;
}

.campo label {
  font-family: 'Titallium web';
  margin-bottom: 8px;
}

.campo input, .campo select {
  font-family: 'Titallium web';
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  border-bottom: 3px solid #ff9633;
  transition: all 0.3s ease;
  font-size: 16px;
}

.campo input:focus, .campo select:focus {
  box-shadow: 0 0 5px #ff9633;
  border-color: #ff9633;
  outline: none;
}

.form-row-centrado {
  display: flex;
  justify-content: center;
}

.form-row-centrado .campo {
  width: 50%; 
}


.boton-centrado {
  text-align: center;
}

.boton-centrado button {
  font-family: 'Titallium web';
  background-color: #d35400;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.boton-centrado button:hover {
  background-color: #aa4502;
}

/*Este estilo es para mostrar los mensajes toast en todas las paginas*/

.toast {
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background-color: #455a64;
  color: #fff;
  padding: 16px 28px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 500;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.3s ease;
  z-index: 9999;
}

.toast p{
  color: #fff;
}

.toast.mostrar {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

/* Contenedor de los botones */
.botones-confirmacion {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

/* Botones generales */
.botones-confirmacion button {
  padding: 10px 20px;
  font-size: 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
}

/* Botón de "Sí" */
.botones-confirmacion button:first-child {
  background-color: #d32f2f;
  color: white;
}

.botones-confirmacion button:first-child:hover {
  background-color: #b71c1c;
}

/* Botón de "No" */
.botones-confirmacion button:last-child {
  background-color: #e0e0e0;
  color: #333;
}

.botones-confirmacion button:last-child:hover {
  background-color: #c7c7c7;
}

/*Estos son los estilos para mostrar los detalles del producto*/

.precio-container {
  display: flex;
  justify-content: space-between; 
  align-items: center;           
  margin-bottom: 20px;
}

.precio-item, .cantidad-item, .total-item {
  text-align: center;  
}

.precio-item strong, .cantidad-item strong, .total-item strong {
  font-size: 1.1em;  
  color: #333;       
}

.cantidad-control {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-cantidad:hover {
  background-color: #959595;
}

#totalDisplay {
  font-size: 1.2em;
  font-weight: bold;
  color: #28a745;  
}

#precioUnitario {
  font-weight: bold;
  font-size: 1.2em;
}

#cantidadDisplay {
  font-size: 1.2em;
  font-weight: bold;
}


  .checkout-container .imagen-view {
    display: block;         
    margin: 0 auto;        
    width: 25%;             
    height: auto;           
    object-fit: cover;     
    transition: opacity 0.3s ease;
  }

.detalle-container {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 20px;
  background: #fff;
  margin: 5px auto;
}

.detalle-imagen {
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  max-height: 450px;
  border-radius: 12px;
  object-fit: contain;
}

.detalle-info {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.detalle-info h1 {
  font-family: 'Garamond';
  text-align: center;
  font-size: 2rem;
  color: #333;
}

.detalle-info p {
  font-size: 1.2rem;
}

.detalle-info label {
  font-weight: bold;
  margin-top: 12px;
}

.detalle-info select {
  color: #777;
  border: 1px solid #ccc;
  border-bottom: 3px solid #455a64;
  padding: 10px;
  font-size: 1rem;
  border-radius: 8px;
  transition: all 0.3s;
}

.contador-carrito {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #e74c3c;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
  line-height: 1;
  display: inline-block;
  min-width: 18px;
  text-align: center;
  box-shadow: 0 0 0 1.5px #fff; 
  font-family: 'Bebas Neue';
  z-index: 10;
}

.contador-notificacion {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #e74c3c; 
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
  line-height: 1;
  display: inline-block;
  min-width: 18px;
  text-align: center;
  box-shadow: 0 0 0 1.5px #fff;
  font-family: 'Bebas Neue';
  z-index: 10;
}


.detalle-info select:focus {
  box-shadow: 0 0 5px #455a64;
  border-color: #455a64;
  outline: none;
}

.btn-agregar-carrito,
.btn-carrito.comprar {
  font-family: 'Bebas Neue';
  margin-top: 10px;
  width: 100%;
  background-color: #f46036;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-agregar-carrito:hover,
.btn-carrito.comprar:hover {
  background-color: #ef6c00;
}

.ya-agregado {
  font-weight: bold;
}

.estado.agotado {
  color: #d32f2f;
  font-weight: bold;
  font-size: 1.1rem;
}

/*Esta es la seccion de comprar ahora, con una mejor visualizacion jsjs*/

.checkout-container

.cantidad-control {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.btn-cantidad {
  border-radius: 3px;
  font-family: 'Barlow Condensed';
  padding: 2px 6px;
  background-color: #eee;
  border: 1px solid #ccc;
  font-size: 16px;
  cursor: pointer;
}

.mensaje-error {
  color: red;
  font-weight: bold;
}

.direccion-opcion,
.factura-opcion {
  margin-bottom: 12px;
}

.factura-card {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 12px;
  background-color: #f9f9f9;
}

  .tabla-carrito img {
    border-radius: 2px;
    width: 60px;
    height: 60px;
  }

  .tabla-carrito strong{
    font-family: 'Bebas Neue';
  }

  .icon-carrito{
    vertical-align:middle;
  }

  @media(max-width: 768px) {
      
      .notificacion-link {
          width: 100%;
      }
      
        .mod-navbar ul {
    gap: 2.5rem;
  }

    .mod-header {
      min-height: 100px;
    }

    #cart-container.pantalla-completa {
      min-width: 100%;
    }

    .icon-carrito{
    width: 30px;
      vertical-align:baseline;
    }

    .descripcion-carrito {
      font-size: 0.7rem;
    }

    .btn-cantidad {
      margin: 0;
      padding: 5px;
      font-size: 0.7rem;
      border-radius: 3px;
    }

    .btn-eliminar {
      font-size: 0.7rem;
      padding: 5px;
      border-radius: 3px;
    }

  .tabla-carrito img {
    border-radius: 2px;
    width: 30px;
    height: 30px;
  }


  html {
    overflow-x: hidden;
  }

         .separador-carrito{
      border-left: none;
    }

    .mod-menu {
    flex-wrap: nowrap;
  }

  #carrito-hover-area {
    margin-right: 25px;
    position: absolute;
    right: 65px;
  }

  .mod-navbar {
    margin-right: 40px; 
  }

    .mod-grid-section {
    grid-template-columns: 1fr;
  }

    .coffee-second {
        top: 70px; 
      }

      .mod-navbar {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #455a64;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        z-index: 999999;
      }
    
      .mod-navbar ul {
        flex-direction: column;
        padding: 1.5rem;
      }
    
      .menu-icon {
        width: 30px;
        position: absolute;
        top: 9px;
        right: 10px;
        display: block;
      }
    
      /* Mostrar menú al hacer check */
      #menu:checked ~ .mod-navbar {
        max-height: 500px; 
      }

    .footerContainer {
        padding: 20px;
      }
    
      .footerNav ul {
        flex-direction: column; 
        align-items: center;
      }
    
      .footerNav ul li {
        margin: 10px 0; 
      }
    
      .socialIcons {
        margin-bottom: 10px;
      }
    
      .socialIcons a {
        margin: 0 5px; 
      }
    
      .footerBottom {
        font-size: 12px; 
        padding: 10px 0;
      }

      .productos-grid {
        grid-template-columns: repeat(2, minmax(250px, 1fr)); 
      }
  }

  @media (max-width: 480px) {
      
      .gracias-contenedor {
    width: 100%;
    margin: 0 auto;
    background: white;
    padding: 2rem;
}
      
          .form-row {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

/* Que cada campo ocupe la mitad del ancho en escritorio */
.form-row .campo {
    flex: 1;
}

        .form-row {
        flex-direction: column; /* en columna */
    }

    .form-row .campo {
        width: 100%; /* que ocupen todo el ancho */
    }

    .formulario-direcciones {
        padding: 0 1rem; /* un poco de espacio a los lados */
    }

    .boton-centrado {
        text-align: center;
    }

      
      .direccion-card p {
          margin: 2px 0;
      }
      
      .direccion-card strong, p {
          font-size: 1rem;
      }
      
      .detalle-compra-container strong {
          font-size: 1rem;
      }
      
      .titulo-toast{
          font-size: 1.2rem;
      }
      
      .producto-linea h3 {
          font-size: 1.1rem;
      }
      
      .col-checkout label {
          font-size: 1rem;
      }
      
      .producto-linea {
          margin-top: 15px;
      }
      .opciones-checkout strong {
          font-size: 1rem;
      }
      
          .resumen-container{
        margin: 0;
    }
    .resumen-container h1{
        font-size: 1.5rem;
    }
    
    .producto-encabezado {
        display: block;
        margin: 0;
    }
    
    .producto-encabezado strong, p {
        font-size: 1rem;
    }
    .detalle-img-chica {
        margin-top: 20px;
        margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.producto-total .etiqueta, .valor {
    font-size: 1rem;
}
.producto-total {
    font-size: 1rem;
}

      
          .resumen-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
  .col-productos,
  .col-checkout {
    flex: 1 1 100%;
    margin: 0;
    padding: 20px;
  }

  .producto-checkout,
  .producto-linea,
  #paypal-button-container,
  #direccionSelect,
  #facturaSelect {
    width: 100%;
    box-sizing: border-box;
  }

  select {
    width: 100%;
    font-size: 1rem;
    padding: 7px;
    margin-bottom: 15px;
  }

    .notificacion-link {
    width: 100%;
}
    .hero-text {
      width: 90%;
    }
    .hero-text h2 {
      font-size: 1.5rem;
      margin-bottom: 10px;
    }

    .hero-text p {
      font-size: 1rem;
    }

    .checkout-container {
      padding: 10px 0;
      border-radius: 0;
      min-width: 100%;
      margin: 0;
    }

    .checkout-container h3, .checkout-container h4 {
      text-align: center;
    }

    .checkout-container table th {
      padding: 5px;
      font-size: 0.7rem;
    }

    .checkout-container table td {
      font-size: 0.7rem;
    }

    .checkout-container .boton-centrado button {
      font-size: 1rem;
      padding: 7px;
      border-radius: 4px;
    }

    .pantalla-flotante{
      visibility: hidden;
    }

    #site-tagline {
    font-size: 1.2rem;
    transition: all 0.4s ease;
  }
  
  /* Lema cuando haces scroll */
  #site-tagline.shrink {
    font-size: 1.2rem;
    transform: translateY(-10px);
  }

  .mod-product-card {
      border-radius: 0;
    width: 100%;
    min-height: 300px;
  }

  .product-image{
    width: 50%;
  }

  .discount-badge {
    font-size: 0.7rem;
  }

  .product-description{
    font-size: 0.7rem;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    visibility: hidden;
  }

  .mod-services-group {
    display:block;
  }

  .mod-services-content h2 {
    font-size: 1.5rem;
  }

  h3{
    font-size: 1rem;
  }
  
  h1{
      font-size: 1.5rem;
  }

  .botones-confirmacion {
    margin: 10px auto;
  }

  .botones-confirmacion button:first-child {
    border-radius: 4px;
    font-size: 1rem;
    padding: 7px 14px;
  }

  p{
    font-size: 1rem;
  }

  .mod-btn{
    font-size: 0.7rem;
  }

  .mod-section-title {
      margin-bottom: 0;
    font-size: 1.5rem;
  }

  .mod-section-subtitle {
    font-size: 0.7rem;
  }

  .mod-about-section {
    padding: 20px 0 0 0;
  }

  .mod-about-card {
    width: 90%;
  }

  .mod-about-card h3 {
    font-size: 1rem;
  }

  .mod-about-card p, .mod-about-card ul {
    font-size: 0.7rem;
  }

  .mod-about-card:hover{
    width: 100%;
    transform: initial;
  }

  .mod-grid-item h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .mod-grid-item p {
      margin: 0 15px 15px 15px;
    font-size: 1rem;
    text-align: center;
  }

  .boton-centrado button {
    font-size: 1rem;
    padding: 7px;
  }

  .form-container form input {
    font-size: 0.7rem;
    width: 100%;
    height: 35px;
  }

  .direccion-card {
    border-radius: 0;
    margin: 10px 0 10px 0;
  }

  .agregar-direccion-btn {
    padding: 7px;
    font-size: 1rem;
  }

  .formulario-editar {
    border-radius: 0;
    padding: 10px;
  }

  .direccion-title {
    font-size: 1.1rem;
  }

  .formulario-editar textarea, .formulario-editar input[type="file"]{
    font-size: 1rem;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
 }

  .direccion-card a button {
    font-size: 1rem;
    padding: 7px;
  }

  .botones-confirmacion button:last-child {
    font-size: 1rem;
    padding: 7px 14px;
    border-radius: 4px;
  }

  .direccion-card form button {
    font-size: 1rem;
    padding: 7px;
  }

  .toast.mostrar {
    padding: 10px;
    width: 90%;
  }

  .link-detalle {
    flex-direction: row;
  }


  .usuario-full {
    padding: 10px 15px;
    justify-content: center;
    align-items: center; 
    max-width: 100%;
    border-radius: 0;
  }



  .formulario-editar input {
    font-size: 1rem;
    padding: 7px;
  }

  .formulario-editar label {
    font-size: 1rem;
  }

  .info-usuario p {
      text-align: center;
    font-size: 1rem;
  }

  .detalle-compra-container {
    padding: 10px 5px 20px 5px;
    margin: 10px auto;
    border-radius: 0;
  }

  .total-final {
    font-size: 1rem;
  }

  .btn-volver {
    font-size: 1rem;
    padding: 7px 7px;
  }

  .detalle-producto{
    margin: 10px;
  }

  .detalle-compra-container p {
    font-size: 1rem;
  }

  .btn-solicitar {
    font-size: 0.7rem;
    margin-top: 0;
    padding: 7px 7px;
  }

  .img-container img {
    max-width: 40px;
  }

  .detalle-info {
    padding: 10px;
    min-width: 0;
    display: block;
  }

  .alineado{
    font-size: 0.7rem;
  }

  .botones {
    margin: 0 auto;
  }

  .opcion-item {
    padding: 10px;
  }

  .titulo {
    font-size: 1.2rem;
  }

  .descripcion {
    font-size: 1rem;
  }

  .icono {
    font-size: 1rem;
  }

  .info-usuario {
    margin-bottom: 15px;
  }

  .botones button.logout {
    padding: 7px;
    display: block;
    margin: 0 auto;
    font-size: 1rem;
  }

  .tarjeta-compra-completa {
    border-radius: 0;
    padding: 10px 10px 20px 10px;
    margin: 0.5rem 0;
  }

  .img-producto {
    width: 40px;
    height:  40px;
    margin-right: 0.5rem;
  }

  .tarjeta-compra-completa h3 {
    font-size: 1rem;
  }

  .info-producto p {
    font-size: 1rem;
  }

  .tarjeta-compra-item{
    padding: 0.5rem 0;
  }

  .direccion-envio, .requiere-factura {
    font-size: 0.7rem;
  }

  .precio-item strong, .cantidad-item strong, .total-item strong {
    font-size: 0.7rem;
  }

  .checkout-container p {
    font-size: 1rem;
  }

  .formulario-direcciones {
    padding: 10px;
    margin: 10px 0;
    border-radius: 0;
  }

  .campo input, .campo select {
      color: #777;
    margin: auto;
    width: 100%;
    font-size: 1rem;
    border-radius: 4px;
    padding: 7px;
  }

  .card {
    border-radius: 0;
    padding: 20px;
  }

  .card h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .card button {
    font-size: 1rem;
    padding: 7px;
  }

  .card .links a {
    font-size: 0.85rem;
  }

  #cart-container.pantalla-completa {
    text-align: center;
    padding: 10px;
    margin: 10px 0;
  }

  .tabla-carrito th, .tabla-carrito td {
    padding: 5px;
  }

  .detalle-container {
    gap: 10px;
    padding: 0;
    border-radius: 0;
  }

  .detalle-imagen {
    border-radius: 0;
  }

  .detalle-info h1 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .detalle-info p {
    font-size: 1rem;
  }

  label {
    font-size: 0.9rem;
  }

  .card input[type="email"], .card input[type="text"], .card input[type="tel"], .card input[type="password"] {
    border-radius: 4px;
    font-family: 0.7rem;
    padding: 7px;
  }

  .detalle-info select {
    font-size: 0.7rem;
    padding: 5px;
    border-radius: 4px;
    width: 100%;
  }

  .carrito-full{
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
  }

  .campo label {
    font-size: 1rem;
  }

  .estado-verificado {
    padding: 2px 4px;
    font-size: 0.7rem;
    border-radius: 3px;
  }

  .usuario-full h1 {
    text-align: center;
    font-size: 1.5rem;
  }

  .producto-info {
    flex: 1;
  }

  .productos-grid {
    gap: 25px;
    padding: 20px 0 20px 0 ;
  }

  .btn-agregar-carrito, .btn-carrito.comprar {
    font-size: 1rem;
    padding: 7px;
  }

  .btn-agregar-carrito, .btn-carrito.comprar {
    font-size: 1rem;
    padding: 7px;
    width: 100%;
  }

  .link-detalle .imagen {
    width: 50%;
  }

  .form-container form button {
    height: 35px;
    font-size: 0.7rem;
    padding: 0 10px;
  }

  .seccion-nosotros .texto h2 {
    font-size: 1.5rem;
  }

  .seccion-nosotros .texto p {
    font-size: 0.9rem;
  }

  .mod-grid-item {
    padding: 50px 0 50px 0;
  }
  
    .mod-grid-item-two {
    padding: 220px 0 50px 0;
  }

  .custom-slider-title {
    font-size: 1rem;
  }

  .custom-prev-btn, .custom-next-btn {
    visibility: hidden;
  }

  .custom-slider-img {
    width: 40%;
  }

  .custom-slider {
    display:block;
  }

  .mod-about-card:hover .mod-about-img {
    width: 90%;
  }

  .mod-grid-section{
    padding: 20px 0 0 0;
  }

    #cart-container.pantalla-flotante {
        visibility: hidden;
    }

    form input {
        width: 10%;
    }

    .coffee-second {
        padding: 0;
      }

    .logo-img {
        height: 50px;
    }

    .footerNav ul li a {
      font-size: 0.9rem; 
    }
  
    .socialIcons img {
      width: 25px; 
      height: 25px;
    }
  
    .footerBottom {
      font-size: 11px; 
    }

      .productos-grid {
        grid-template-columns: 1fr; 
      }
  }
  
  #loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px; 
  }
  
  /* El circulito */
  .spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #ff9633;
    border-radius: 50%;
    animation: girar 1s linear infinite;
  }
  
  /* Animación */
  @keyframes girar {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Texto debajo del spinner */
  #loader p {
    color: white;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
  }