html,
body {
  position: relative;
  height: 100%;
}

body{
    margin: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    height: 100%;
    
}
#logo{
    width: auto;
    height: auto;
}
.encabezado{
    padding: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,212,255,1) 100%);
}
.encabezado h1{
    color: #fff;
    font-size: 50px;
    align-items: center;
}

.navMenu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* background-color: #E9FC00; */
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
}

.navMenu a{
    width: 110px;
    margin: 2px 2px;
    border-radius: 7px;
    /* background-color:rgb(218, 214, 213,0.5); */
    background-color:rgb(0, 0, 0,0.8);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    justify-content: center;
    /* padding: 10px 15px; */
    display: block;
   
}
.navMenu a:hover{
    background-color: grey;
}

/* @media screen and (min-width: 389px){
 
    .swiper-slide > .card{
        margin: 5px;
        border-radius: 5px;
        width: 90px;
        height: 200px;
        
    }
    .card-body{
        font-size: 8px;
        width: 90px;
        height: 100px;
    }
    img{
        justify-content: center;
        margin-top: 5px;
        width: 90px;
        height: 90px;
    }

    .card{
        margin: 10px 10px;
        width: 90px;
        height: 200px;
     
    }
    .card-body{
        font-size: 10px;
        justify-content: center;
        width: 90px;
        height: 100px;
    }
    .card  > img{
        
        display: flex;
        justify-content: center;
        margin:2px 2px;
        width: 85px;
        height: 85px;
        border-radius: 5px;
        
    } 
}  */
.categoria{
border-radius: 5px;
border: 1px solid grey

}

.productos{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 70px 0px;
    align-items: center;
    justify-content:center;

}
.novedades{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* background-color: rgba(255,255,255, 0.7); */
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,212,255,1) 100%);  
    margin: 70px 0px;
    padding-top: 25px;
    align-items: center;
    justify-content:center;
}

.card{
    display: flex;
    justify-content: center;
    margin: 10px 10px;
    text-align: center;
    box-shadow: 0 5px 5px #033f49;
    border: 1px solid grey;
    border-radius: 10px;
    width: 145px;
    height: 250px;
    /* background-color: rgba(197, 74, 8, 0.9); */
}
.card-body{
    font-size: 12px;
    font-style: italic;
    position: relative;
    justify-content: center;
    width: 142px;
    height: 80px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #f1f1f1;
}
.card  > img{
    
    display: flex;
    justify-content: center;
    margin:10px 10px;
    width: 125px;
    height: 130px;
    border-radius: 5px;
} 

.swiper-slide > .card{
    display: flex;
    justify-content: center;
    margin: 10px 10px;
    text-align: center;
    box-shadow: 0 5px 5px #033f49;
    border: 1px solid grey;
    border-radius: 10px;
    width: 150px;
    height: 250px;
    background-color: rgb(255, 255, 255,0.9);
}
.swiper-slide > .card > .card-body{
    font-size: 12px;
    font-style: italic;
    position: relative;
    justify-content: center;
    width: 148px;
    height: 80px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #f1f1f1;
  
}


.swiper-slide > .card >img{
   
    display: flex;
    justify-content: center;
    margin:10px 10px;
    width: 130px;
    height: 130px;
    border-radius: 5px;
}


 .swiper {
    width: 100%;
    height: 100%;

  }

  .swiper-wrapper{
    width: 100%;
  }

  .swiper >.swiper-wrapper > .swiper-slide{
    width: 160px;
  }

  .divCategorias{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
    width: 100%;
   
    margin: 10px;
   
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 0 5px 5px #033f49;
    
  }

  .got-top-container{
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 66px;
    height: 66px;
    z-index: -1;
  }

  .got-top-button{
    width: 0px;
    height: 0px;
    background: rgb(42, 42, 52);
    border-radius: 50%;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: .2s;

  }

  .got-top-button i{
    position: absolute;
    font-size: 17px;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    transition: .2s;

  }

  .show{
    z-index: 10;

  }

  .show .got-top-button{
    animation: popup .3s ease-in-out;
    width: 66px;
    height: 66px;
    z-index: 11;
  }

  .show i{
    transform: translate(-50%, -50%) scale(1);
  }

  @keyframes popup{
    0%{
        width: 0px;
        height: 0px;

    }
    50%{
        width: 80px;
        height: 80px;

    }
    100%{
        width: 66px;
        height: 66px;

    }
  }