/* */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.grid-container {
    width: 100vw;
}

.grid-container {
    display: grid;
}

body{
    background-color: white;
}

.muestra{
    grid-area: muestra;
}

.logo{
    grid-area: logo;
}

.carrito{
    grid-area: carrito;
}

.menu{
    grid-area: menu;
}

.pres{
    grid-area: pres;
}

.sug{
    grid-area: sug;
}

.muestra{
    grid-area: muestra;
}

.navegacion{
    grid-area: navegacion;
}

.logo-h{
    grid-area: logo-h;
}

.extra{
    grid-area: extra;
}

.poli{
    grid-area: poli;
}

.redes{
    grid-area: redes;
}

.contacto{
    grid-area: contacto;
}

.camisetas{
    grid-area: camisetas;
}

.abrigos{
    grid-area: abrigos;
}

.abajo{
    grid-area: abajo;
}

.acc{
    grid-area: acc;
}

.h2-c{
    grid-area: h2-c;
}

.h2-a{
    grid-area: h2-a;
}

.h2-ab{
    grid-area: h2-ab;
}

.h2-acc{
    grid-area: h2-acc;
}

.busqueda{
    grid-area: busqueda;
}

.upland{
    grid-area: upland;
}

.h2-up{
    grid-area: h2-up;
}

.ojotas{
    grid-area: ojotas;
}

.h2-oj{
    grid-area: h2-oj;
}

.h2-pre{
    grid-area: h2-pre;
}

.h2-col{
    grid-area: h2-col;
}

.pre{
    grid-area: pre;
}

.colageno{
    grid-area: colageno;
}

.varios{
    grid-area: varios;
}

.h2-var{
    grid-area: h2-var;
}



.grid-container{
    display: grid;
    grid-template: 
    "logo       logo"     auto
    "navegacion navegacion" auto
    "busqueda   busqueda"   auto
    "h2-c       h2-c2"      auto
    "camisetas  camisetas"  auto
    "h2-a       h2-a"       auto
    "abrigos    abrigos"    auto 
    "h2-ab     h2-ab"       auto
    "abajo      abajo"      auto 
    "h2-acc    h2-acc"      auto
    "acc        acc"        auto
    "h2-up      h2-up"      auto
    "upland     upland"     auto
    "h2-oj      h2-oj"      auto
    "ojotas     ojotas"     auto
    "h2-pre     h2-pre     "        auto
    "pre        pre        "           auto
    "h2-col      h2-col   "       auto
    "colageno   colageno  "      auto
    "h2-var     h2-var      "       auto
    "varios     varios    "       auto/
    auto      auto ;
}



 .logo{
        display: flex;
        justify-content: center;
        margin-right: 0px;
    }

    .logo img{
        width: 150px;
    }

    .navegacion{
        display: flex;
        justify-content: center;
    }

   


    .navegacion{
        display: flex;
        justify-content: center;
        margin-right: 20px;
    }

.navegacion a{
    text-decoration: none;
    color: black;
    padding-left: 20px;
    color: aliceblue;
}

.navegacion{
        display: flex;
        justify-content: center;
}

.camisetas{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* padding: 2rem 1rem; */
        
    }


 .abrigos{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .abajo{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .acc{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    h2{
        margin-left: 50px;
    }

    .busqueda{
    display: flex;
    justify-content: center;
    background-color: darkgrey;
    background-color: black;
    margin-top: 90px;
    margin-bottom: 50PX;
    padding-left: 0px;
}

.busqueda a{
    text-decoration: none;
    margin: 5px;
    padding-right: 10px;
    color: white;
    
}

.navegacion {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  background-color: black;
  color: white;
  padding: 10px 0;
  z-index: 1000; /* Para que quede por encima de otros elementos */
  margin-top: 130px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.logo {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  background-color: black;
  color: white;
  padding: 10px 0;
  z-index: 1000; /* Para que quede por encima de otros elementos */
  margin-top: 0px;
   box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.upland{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.ojotas{
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* .card-img-top{
    width: 180px;
} */

 .card{
    width: 160px; /*ancho*/
    margin: 5px;
    border: none;

}

.busqueda{           
    display: flex;
    flex-wrap: wrap;
    margin-top: 200px;  /* esto tengo que cambiuar para celulaaarrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr */
}
.menu{
    display: flex;
    justify-content: center;
}

.pre{
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.colageno{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.varios{
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*

.card-title{
    font-size: 15px;
}

*/








@media (min-width: 768px) {

    .grid-container{
        grid-template: 
        "logo        logo              logo"     auto
        "navegacion    navegacion   navegacion"      auto
        "busqueda  busqueda     busqueda"        auto
        "h2-c      h2-c         h2-c"            auto
        "camisetas camisetas    camisetas"       auto
        "h2-a       h2-a        h2-a"            auto
        "abrigos   abrigos      abrigos"         auto
        "h2-ab     h2-ab        h2-ab"           auto
        "abajo     abajo        abajo"           auto
        "h2-acc    h2-acc       h2-acc"          auto
        "acc       acc          acc"             auto
        "h2-up      h2-up       h2-up"           auto
        "upland     upland      upland"          auto
        "h2-oj      h2-oj       h2-oj"           auto
        "ojotas     ojotas      ojotas"          auto
        "h2-pre     h2-pre      h2-pre"        auto
        "pre        pre         pre"           auto
        "h2-col      h2-col      h2-col"       auto
        "colageno   colageno    colageno"      auto
        "h2-var     h2-var       h2-var"       auto
        "varios     varios       varios"       auto/
         auto      auto          auto     ;
    }

     .logo{
        display: flex;
        justify-content: center;
        margin-right: 0px;
    }

    .logo img{
        width: 150px;
    }

    .navegacion{
        display: flex;
        justify-content: center;
        margin-top: 100px;
    }

    .navegacion a{
        padding-left: 20px;
        color: aliceblue;
    }

     .navegacion{
        display: flex;
        justify-content: center;
    }

    .logo-h{
    display: flex;
    justify-content: center;
}

.camisetas{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .card{
    width: 300px; /*ancho*/
    margin: 30px;
    border: none;

}


 .abrigos{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .abajo{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .acc{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }


    h2{
        margin-left: 100px;
    }

    .busqueda{
    display: flex;
    justify-content: center;
    background-color: darkgrey;
     background-color: rgb(0, 0, 0);
     margin-top: 90px;
}

.busqueda a{
    text-decoration: none;
    margin: 5px;
    padding-right: 20px;
    color: white;
    
}

.navegacion {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  background-color: black;
  color: white;
  padding: 10px 0;
  z-index: 1000; /* Para que quede por encima de otros elementos */
  margin-top: 130px; /* esto tengo que cambiuar para celulaaarrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.logo {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  background-color: black;
  color: white;
  padding: 10px 0;
  z-index: 1000; /* Para que quede por encima de otros elementos */
  margin-top: 0px;
   box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.upland{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.ojotas{
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.menu{
    display: flex;
    justify-content: center;
}

.busqueda{           
    display: flex;
    flex-wrap: wrap;
    margin-top: 200px;  /* esto tengo que cambiuar para celulaaarrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr */
}

.pre{
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.colageno{
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.varios{
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
}



}








@media (min-width: 1020px) {

    .grid-container{
        grid-template: 
        "logo        logo              logo"   auto
        "navegacion   navegacion  navegacion"  auto
        "busqueda  busqueda   busqueda"        auto
        "h2-c      h2-c        h2-c"           auto
        "camisetas camisetas  camisetas"       auto
        "h2-a       h2-a      h2-a"            auto
        "abrigos   abrigos    abrigos"         auto
        "h2-ab     h2-ab     h2-ab"            auto
        "abajo     abajo      abajo"           auto
        "h2-acc    h2-acc    h2-acc"           auto
        "acc       acc        acc"             auto
        "h2-up      h2-up       h2-up"         auto
        "upland     upland      upland"        auto
        "h2-oj      h2-oj       h2-oj"         auto
        "ojotas     ojotas      ojotas"        auto
        "h2-pre     h2-pre      h2-pre"        auto
        "pre        pre         pre"           auto
        "h2-col      h2-col      h2-col"       auto
        "colageno   colageno    colageno"      auto
        "h2-var     h2-var       h2-var"       auto
        "varios     varios       varios"       auto/
         auto       auto        auto     ;
    }

     .navegacion{
        display: flex;
        justify-content: center;
    }

    .menu{
        display: flex;
        justify-content: center;
    }

    .logo{
        display: flex;
        justify-content: center;
        margin-right: 0px;
    }

    .logo img{
        width: 150px;
    }

    .navegacion a{
        padding-left: 20px;
        color: aliceblue;
    }

    .menu a:hover{
        transform: scale(1.1);
    }

    .logo:hover{
        transform: scale(1.1);
    }

    .menu a{
        padding-left: 20px;
    }

    .camisetas{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .card{
    width: 300px; /*ancho*/
    margin: 30px;
    border: none;
}  

    .card:hover{
        transform: scale(1.1);
    }

    .abrigos{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .abajo{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .acc{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    h2{
        margin-left: 150px;
    }

.busqueda{
    display: flex;
    justify-content: center;
    background-color: rgb(0, 0, 0);
    margin-top: 200px;
    padding-left: 55px;
}

.busqueda a{
    text-decoration: none;
    margin: 5px;
    padding-left: 5px;
    color: white;
    
}

.upland{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ojotas{
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.navegacion {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  background-color: black;
  color: white;
  padding: 10px 0;
  z-index: 1000; /* Para que quede por encima de otros elementos */
  margin-top: 130px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.logo {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  background-color: black;
  color: white;
  padding: 10px 0;
  z-index: 1000; /* Para que quede por encima de otros elementos */
  margin-top: 0px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.pre{
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.colageno{
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.varios{
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

}