/* FUENTES */
@import url('/taggi/assets/fonts.css');

/* =====================================
   TAGGI - MOBILE FIRST (style_mobile.css)
   ===================================== */
@media (max-width: 968px) {

  /* RESET GENERAL */
  body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
  }


  /* SECCIÓN 1: HOME */
  .container-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    padding: 6vh 5vw;
    gap: 4vh;
    background-image: none;
  }

  .left-column,
  .right-column {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .logo {
    width: 50%;
    max-width: 200px;
    margin: 0 auto 2vh auto;

    transition: transform 0.3s ease;
  }


  .left-column h1 {
    font-size: 7vw;
    color: #28CE93;
    font-weight: bold;
    line-height: 1.3;
  }

  .highlight {
    color: #3c7f78;
  }

  .italic {
    font-style: italic;
    display: block;
    margin-top: 1vh;
  }

  .dog-image {
    width: 70%;
    max-width: 280px;
    height: auto;
    margin-top: 3vh;
  }

  .right-header {
    display: none;
  }

  .content {
    padding: 2vh 4vw;
  }

  .content h1 {
    font-size: 6.5vw;
    color: #28CE93;
    margin-bottom: 1vh;
  }

  .content p {
    font-size: 4.3vw;
    color: #565656;
    text-align: justify;
    line-height: 1.6;
  }

  .learn-more {
    margin-top: 3vh;
    font-size: 4.5vw;
    padding: 1.2vh 6vw;
    background: #FFD460;
    color: #565656;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
  }

  .eslogan-eco {
    width: 50%;
    max-width: 200px;
    height: auto;
    margin-bottom: 2vh;
  }

  /* SECCIÓN 2: STATS */
  .container-home2 {
    background-color: #ffffff;
    padding: 5vh 4vw;
    text-align: center;
  }

  .container-home2 h1 {
    font-size: 6.5vw;
    color: #28CE93;
    text-align: center;
    margin-bottom: 1vh;
  }

  .container-home2 .highlight {
    display: inline;
    color: #3c7f78;
    font-size: inherit;
  }

  .stats-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vh;
  }

  .stat-item {
    width: 100%;
    max-width: 90%;
    text-align: center;
    line-height: 1.6;
  }

  .stat-number {
    font-size: 5.5vw;
    padding: 1vh 3vw;
    margin-top: 1rem;
    border-radius: 30px;
    background: #FFD460;
    color: #565656;
    margin-bottom: 1vh;
    display: inline-block;
    width: 80%;
    font-weight: bold;
  }

  .stat-item p {
    font-size: 4.3vw;
    text-align: justify;
    line-height: 1.6;
    color: #565656;
    margin-left: 8%;
  }

  .cat-image {
    width: 80%;
    max-width: 300px;
    margin-top: 4vh;
  }

  .stat-hashtags ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 2vw;
    margin-top: 3vh;
    padding: 0;
    list-style-type: none;
  }

  .stat-hashtags li {
    font-size: 4vw;
    color: #3c7f78;
    font-weight: bold;
  }

  /* SECCIÓN 3: FUNCIONALIDADES */
  .funcionalidades-principales {
    background-color: #3c7f78;
    padding: 6vh 5vw;
  }

  .titulo-card {
    font-size: 6.5vw;
    color: white;
    text-align: center;
    margin-bottom: 5vh;
  }

  .titulo-card .highlight {
    color: #28CE93;
  }

  .card-funcionalidad {
    background-color: white;
    border-radius: 20px;
    padding: 4vh 4vw;
    margin-bottom: 4vh;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .columna-informacion h3 {
    font-size: 5vw;
    color: #3c7f78;
    margin-bottom: 0vh;
  }

  .highlight-yellow {
    background-color: #FFD460;
    color: #565656;
    display: inline-block;
    padding: 1vh 4vw;
    border-radius: 20px;
    font-size: 4vw;
    margin: 1vh 0;
    width: 62%;
    font-weight: bold;
  }

  .columna-informacion p {
    font-size: 4.3vw;
    hyphens: auto;
    text-align: justify;
    color: #565656;
    margin-top: 2vh;
    line-height: 1.6;
    font-weight: 300;
  }

  .columna-imagen img {
    width: 90%;
    max-width: 300px;
    margin-top: 2vh;
  }

  /* SECCIÓN 4: PRODUCTO DESTACADO */
  .comprar-producto {

    background-color: white;
    border-radius: 20px;
    padding: 4vh 4vw;
    margin-right: 3vh;
    margin-left: 3vh;
    margin-bottom: 4vh;
    margin-top: 4vh;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .barra-productos {
    display: flex;
    justify-content: center;
    gap: 3vw;
  }

  .icono-producto2 {
    font-size: 6vw;
    background-color: #f0f0f0;
    padding: 3vw;
    border-radius: 50%;
    color: #3c7f78;
  }

  .imagen-producto img {
    width: 70%;
    max-width: 300px;
    margin: 2vh auto;
  }

  .info-producto {
    text-align: center;
  }

  .info-producto h2 {
    font-size: 5vw;
    color: #3c7f78;
    margin-bottom: 1vh;
  }

  .info-producto p {
    font-size: 4.3vw;
    color: #565656;
    text-align: center;
    line-height: 1.6;
    margin: 10px 10px;
    max-width: 90%;

  }

  .selector-colores {
    display: flex;
    justify-content: center;
    gap: 3vw;
    margin: 2vh 0;
  }

  .color-opcion {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ccc;
  }

  .precio {
    font-weight: 400;
    font-size: 5vw;
    color: #3c7f78;
    display: block;
    margin-block: 2vh;
  }

  .iva-incluido {
    font-size: 3.5vw;
    color: #aaa;
    margin-bottom: 2vh;
  }

  .cantidad-selector {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
  }

  .cantidad-selector button,
  .cantidad-selector span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    /* Botón redondo */
    background-color: #3c7f78;
    /* Verde claro Taggi */
    color: white;
    font-size: 20px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .botones-producto {
    margin-top: 2vh;
    display: flex;
    flex-direction: column;
    gap: 2vh;
  }

  .boton-comprar,
  .boton-personalizar {
    font-size: 4.5vw;
    padding: 1.5vh 6vw;
    border-radius: 30px;
    font-weight: bold;
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    border: none;
  }

  .boton-comprar {
    background-color: #ffd559;
    color: #3c3c3c;
  }

  .imagen-gato-flotante {
    position: absolute;
    top: 49%;
    left: 58%;
    width: 50%;
    height: 50%;
    z-index: -1;
  }

  .boton-personalizar {
    background-color: #3c7f78;
    color: #ffffff;
  }

  .icono-contenedor {
    display: none;
    justify-content: center;
    gap: 4vw;
    margin-top: 2vh;
  }

  .icono-sistema {
    width: 24px;
    height: 24px;
  }

  /* === AJUSTE FINAL DE IMÁGENES EN SECCIONES === */
  .dog-image,
  .cat-image,
  .imagen-acceso-informacion,
  .imagen-app-taggi,
  .imagen-ecosostenible,
  .imagen-producto img {
    width: 70%;
    max-width: 350px;
    height: auto;
    margin: 0 auto;
    display: block;
    object-fit: contain;
  }

  /* === ICONOS PRODUCTO (barra de selección) === */
  .barra-productos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4vw;
    margin-bottom: 1rem;
  }

  .icono-producto2 {
    font-size: 7vw;
    background-color: #f0f0f0;
    padding: 3vw;
    border-radius: 50%;
    color: #3c7f78;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s, background-color 0.3s;
  }

  .icono-producto2 i {
    height: 30px;
  }

  .icono-producto2:hover,
  .icono-producto2.activo {
    background-color: #3c7f78;
    color: white;
    transform: scale(1.1);
  }

  /* === DOTS VISIBLES Y FUNCIONALES === */
  .slider-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    margin-top: 2vh;
  }

  .dot {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .dot.active {
    background-color: #28ce93;
  }

  .dot:hover {
    background-color: #3c7f78;
  }

}



/* FIN MEDIA QUERY MOBILE */
