body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.contIndex {
    background-color: #f2f2f2;
}

/* Carrusel */
.contIndex .carrusel {
    width: 100%;
    max-width: 120em;
    overflow-x: hidden;
    margin-top: 70px;
    gap: 10px;
    padding: 1px;
    background-color: #f2f2f2;
}

.contIndex .carruselImagenes {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    transition: all .5s ease;
    transform: translateX(0%);
    box-shadow: 0 2px 15px rgba(0, 0, 0, .4);
    width: 100%;
}

.contIndex .carruselImagenes .imgCarrusel {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    object-fit: cover;

}

.contIndex .puntos {
    width: 20%;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 20px;
    list-style-type: none;
}

.contIndex .punto {
    transition: all .3s ease;
    width: 10px;
    height: 10px;
    background-color: #09a2cc;
    margin: 0 1em;
    padding: .6em;

}

.contIndex .punto:hover {
    transition: all 1s ease;
    transform: scale(1.1) rotate(90deg);
    border-radius: 16px;
}

.contIndex .punto.activo {
    transition: all .3s ease;
    transform: scale(1.3) rotate(90deg);
    box-shadow: 0 0 5px #3897b7;
    border-radius: 16px;

}
.acciones-principales {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 30px 15px;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .4);
}

.acciones-principales {
  width: 100%;
  padding: 30px 15px;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .4);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.linkPrincipales {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
}

.linkPrincipales a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #3897b7;
  color: #fff;
  border-radius: 8px;
  padding: 18px 14px;
  width: 280px;
  height: auto;
  font-weight: bold;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .5);
  transition: transform 0.3s ease;
  text-align: center;
}

.linkPrincipales a:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 15px #2d95b8;
}

.linkPrincipales a img {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}

.linkPrincipales a span {
  line-height: 1.3;
}

.img-promocional {
  width: 80%;
  max-width: 600px;
  border-radius: 15px;
}


.img-promocional {
  width: 80%;
  max-width: 600px;
  height: auto;
  border-radius: 15px;
  margin: 30px auto 0 auto;
  display: block;
}

/* Productos */
.productos {
    padding: 40px 40px;
    text-align: center;
}

.productos h2 {
    margin-bottom: 2rem;
    font-size: 2rem;
}

.galeriaWrapper {
    width: 100%;
    overflow: hidden;
}

.galeriaCarruselProducto,
.galeriaCarruselVarios {
    display: flex;
    flex-flow: row nowrap;
    transition: all .5s ease;
    width: 100%;
}

.slideProducto {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    min-width: 100%;
    /* cada slide ocupa todo el ancho */
}

.galeria {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}


.producto {
    width: 200px;
    max-width: none;
    height: 250px;
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    transition: all .3s ease;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow-y: scroll;




}

::-webkit-scrollbar {
    display: none;
}

.producto img {
    width: 100%;
    height: 60%;
    border-radius: 6px;
}

.productos .puntosProductoD,
.puntosProductoV {
    width: 10%;
    margin: 20px auto 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 15px 0px;
    list-style-type: none;
    border-radius: 16px;
}

.productos .puntoProductoD,
.puntoProductoV {
    transition: all .3s ease;
    width: 10px;
    height: 10px;
    background-color: #09a2cc;
    margin: 0 1em;
    padding: .6em;
}

.productos .puntoProductoD:hover,
.puntoProductoV:hover {
    transition: all 1s ease;
    transform: rotate(90deg) scale(1.4);
    border-radius: 16px;
}

.productos .puntoProductoD.activo,
.puntoProductoV.activo {
    transition: all .3s ease;
    transform: scale(1.3) rotate(90deg);
    border-radius: 16px;

}




    .galeria {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .producto {
        width: 200px;
        height: 250px;
        font-size: .9em;
    }

    .producto p {
        padding: 0 5px;
        margin: 5px 0;
    }

    .producto img {
        width: 100%;
        height: 60%;
        padding: 0;
    }
    
/* Escritorio: muestra los tres */
/* Por defecto, mostrar escritorio y ocultar móvil */
.linkPrincipales.escritorio {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.accionRotativa {
  display: none;
  justify-content: center;
  text-align: center;
  width: 100%;
}


/* En móvil, ocultar escritorio y mostrar móvil */
@media screen and (max-width: 600px) {
  .linkPrincipales.escritorio {
    display: none;
  }

  .accionRotativa {
    display: flex;
    justify-content: center;
    margin: 20px auto;
  }
}


  

  #accionVisible {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #3897b7;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    padding: 20px;
    width: 90%;
    max-width: 300px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    transition: background-color 0.3s ease;
  }

  #accionVisible:hover {
    background-color: #2c7aa0;
  }

  #accionIcono {
    width: 60px;
    margin-bottom: 10px;
  }

  #accionTexto {
    font-size: 16px;
    text-align: center;
  }

