/*se importa la tipografía Roboto de google fonts */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&family=Roboto:wght@100&display=swap');

* {
    font-family: sans-serif;
    padding: 0px;
    box-sizing: border-box;
}
/*BODY*/

body{
    font-size: 12px;
    margin: 0;
}

/*NAV*/

.header-menu nav {
   display: none;
}

/*HEADER*/

header {
   
    background-color: #f0f0f0;    
    width: 100vw;    
    position: fixed;
    z-index:11;   
    top:0;
    border-bottom: 6px solid #2d9a9e;
    
}

.container-header{

    max-width: 1200px;
    padding-top: 10px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 95vw;
    height: max(60px,9vw);
}

.header-menu{
    display: none;
}

.logo {
    
    flex-grow: 10.5;
    /* margin-left: 3px; */
    padding-top: 0px;
    padding-bottom: 0px;
}
.logo-15 {
    display: none;
}
.logo img {
    margin-left: 3px;
    width: 49px;
    max-width: 150px;
   
   
   
}
i.fa-solid.fa-cart-shopping.seccion{
    font-size: 14px;
 }

 .badge-counter {
    position: absolute;
    right: 0;
 }

 .badge-danger {
    color: #fff;
    background-color: #e74a3b;
 }

 .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1.35rem;
 }

 .carrito-compra {
    position: relative;
    flex-grow: 0.5;
    text-align: right;
 }
 .carrito-compra i{
    
   /* border: rgb(49 47 56) solid 2px; */
   border-radius: 27px;
   /* margin-right: 10px; */
   color: rgb(49 47 56);
   cursor: pointer;
   font-size: min(27px, 40px);
   padding: 5px;
   transition: all 300ms ease;
    
     
 }
/* hover carrito de compra*/

.carrito-compra i:hover{
    transform: scale(1.1);

}
i.fa-solid.fa-circle-user{
    font-size: 29px;
 }
 i.fa-solid.fa-cart-plus{
    font-size: 14px;
 }
 
 .user-login {
    flex-grow: 0.10;
    text-align: right;
 }
.user-login i{
     
    margin-right: 10px;
    color:rgb(49 47 56);
    cursor: pointer;
    font-size: min(27px, 40px);
    /* padding: 7px; */
    transition: all 300ms ease;

}

.user-login i:hover {
    transform: scale(1.1);
}

.user-img {
    margin: 0px 10px;
    height: 30px;
    width: 10%;
    flex-grow: 0.2;
    text-align: right;
}

.logout {
    text-decoration: none;
    color: black;
    font-size: 10px;
    margin: 0px 0px 0px 5px;
    }
    
.user-img img {
        
    height: 33px;
    width: 32px;
    border-radius: 100%;
    }

/*burger-menu*/
.burger-menu{
    margin: 5px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    }
i#icono-menu.fa-solid.fa-bars{
   cursor: pointer;
   width: 20px;
}
.background-burger{
    font-size: 31px;
    color: #1c063b;
    padding: 5px;
    border-radius: 5px;
    transition: all 300ms ease;
}

.burger-close {
    font-size: 36px;
}

/* hover burger-menu*/

.background-burger:hover{
    color: black;
     transform: scale(1.1);
     
     border-radius:10px ;
    
}

/* estilo para el contenedor del Menu*/
.cont-menu{
    background-color: rgb(42, 42,42,0.9);
   
    width:100vw;
    height: 100vh;
    position:absolute;
    top: 0;
    left: 0;
    transition: all .5s ease;
    text-align: center;
    position: absolute;
    z-index: 10;
}

/*estilo para el listado del menu */

.cont-menu ul{
   padding: 100px, 0px, 20px, 0px;
   list-style: none;
}

.cont-menu ul li a{
    color: white;
    display: block;
    font-size: 18px;
    text-decoration: none;
    padding: 10px, 50px;
    cursor: pointer;
    padding-bottom: 10px;
    padding-top: 10px;
}
.cont-menu ul li:hover{
   background-color: rgb(241 253 247 / 91%);
   color: rgb(42,42,42)
}
.cont-menu ul li a:hover{
   
    color: rgb(42,42,42)
 }

/*estilos para Javascript*/

.active{
   transform: translate(-750px);

}
.opacity{
   background-color: rgba(0,0,0,0, 0.5);
   transition: all .5s ease;
}

.logo-burgerMenu{
    background-color: rgb(240 240 240);
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 6px solid #2d9a9e;
    padding: 10px;
}

.logo-menu {
    margin: 0px;
}
   
/*Search bar*/

.search-bar{
    flex-grow: 0.6;
    margin-left: 5vw;
}

.search-bar form{
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.input-header {
    width: 80%;
    height: 10vw;
    max-height: 30px;
    margin-right: 0px;
    box-sizing: border-box;
    border: 1px dotted #2d9a9e;
    text-align: center;
         
        
}
.input-header:focus {
    outline:none;
 }

 .search-bar-1 {
     display: none;
 }
 .search-bar-2 {
    padding-bottom: 15px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
 }
 .search-bar-2 form{
    flex-grow: 1;
   display: flex;
   justify-content: center;
}
.search-bar-2 form button {
    text-decoration: none;
    background-color: #f1f8fd;
    border: 1px dotted #2d9a9e;
    color: #2d9a9e;
 }
 .search-bar-2 form button i {
    padding: 6px;
    font-size: 16px;
 }
 

.search-bar button {
display: flex;
background-color: rgb(240, 240, 240);
color: #1c063b;
padding: min(0.6vw, 6px);
margin-right: 16px;
margin-left: 5px;
font-size: 2vw;
border: solid #bebebe ;
cursor: pointer;
border-radius: 30%;
} 

/*hover search bar*/
.search-bar button:hover{

transition: 0.5s;
transform: scale(1.1);

}

/* MAIN - GENERAL */

main{
    background-color: rgb(255 255 255);
    width: 100%;
    margin: auto;
    
}

p{
    font-size: 12px;
}

a {
    color: rgb(18 89 230);
}

h6{
    font-size: 14px;
    /* en carrito aparece 18px */
    margin: 0;
}

h5{
    font-size: 16px;
}
    
h4 {
    font-size: 18px;
}
h2{
    font-size: 24px;
}

/*Main Filtros*/




.btn-filter {
   display: flex;
    margin: auto;
    background-color: #312f38;
    
    margin-top: 14vh;
    margin-bottom: 12px;
 
    border: 5px double
   
}
.filter-container{
    background-color: #f0f0f0;
    display: flex;
    margin-bottom: 10px;
    padding: 7px;
}
.filter-icon {
    color: white;
    align-self: center;
    font-size: 16px;
    padding-left: 5px;
    
}

.filter {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 11px
}

div.filter-menu {
    background-color: rgb(9 9 9 / 52%);
    width: 100vw;
    height: -webkit-fill-available;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    transition: all .5s ease;
    text-align: center;
    display: flex;
    
    
}



.header-filter {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 7px 9px 6px
    
}
.arrow-left{
    
    border-radius: 36px;
    padding: 10px;
    background-color: #2d9a9e;
    font-size: 13px;
    color: white;
    margin-left: 13p
}

.clean.brand {
    border: none;
    background-color: #312f38;
    font-size: 10px;
    font-weight: bolder;
    color: #ffffff;
    margin-left: auto;
    padding: 4px 7px
}
.container{
    flex-grow: 0.5;
    padding: 0;
    background-color: white;
}
.bckOpacity{
    background-color: rgb(49 47 56 / 30%);
    flex-grow: 0.5

}
.panel{
    width: 95%;
    margin: auto;
}
.panel-division {
    height: 16px;
    margin: 0px 0px 8px;
    background-color: #f0f0f0
}
div.panel-heading.categoria{
    background-color: #ffffff;
    color: #312f38
}
.panel-heading{
    padding: 4px 15px
}


.categoria {
    text-align: left;
}

.filter-title {
    margin: 0px 0px 0px;
    background-color: #f0f0f0;
    color: #2d9a9e;
    font-weight: bolder;
    text-align: center;
    padding: 3px;
    align-self: center;
    flex-grow: 0.8;  
    
}
h2.filter-title{
    font-size: 20px;
}
.panel-price{
    display: flex;
    justify-content: space-between; 
}

.panel-price a{
    margin: auto 0px;
}
.panel-title{
    font-size: 14px;
}
.panel-title a {
    font-weight: bolder;
}
div.clean-price{
    text-align: right;
}
.clean.price {
    border: none;
    background-color: #312f38;
    color: #ffffff;
    padding: 4px 7px;
    font-size: 10px;
    font-weight: bolder;
    margin-bottom: 5px;
    margin-right: 3px
}

.panel-opcion {
    text-align: left;
    margin-left: 37vw;
    font-size: 12px;
}
.display-block {
    display: block
}
/*list product*/
.grid{
    min-height: 0px;
}

div.col-12{
    width: 100%;
    margin:auto;
    align-content: center;
    gap: 3px;
    display: flex;
    margin-top: -37px;
    padding-left: 20px
}

i.fa-solid.fa-clipboard-list{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 85%;
    box-shadow: 0 0 2px #888;
    padding: 0.5em 0.6em;
    font-size: 1.3em;
    color: #1bc5cc;
    
    border: 1px solid;
    
    margin: 171px 0px 34px 0px;
    
    margin-top: 30vh
}

.col-12 h2{
    color: #312f38;
    font-size: 1.3em;
    text-transform: uppercase;
    margin: 2.5px 10px;
    padding: 10px -0.5px;
    font-weight: bold;
    
    margin-top: 30vh;
    text-align: center;
    
}
.products-title {
    margin: 35px 0px;
    padding-top: 10px;
}
section.section-set-display.filtrados{
    margin-top: -100px;
}

div.main-listaProductos{
    width: 90%;
    margin:auto;
}
div.result{
    display: flow-root;
}


h5#item-name{
    min-inline-size: max-content;
    
    font-size: 12px;
    border-radius: 12px;
    /* border-top: none; */
    color: #2d9a9e;
    background-color: #f1f8fd;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 8px
}
.article-style-celulares {
    position: relative;
    border-radius: 15px;
   
    margin: 20px auto;
    transition: all 300ms ease;
    width: 70%;

}

.article-style-celulares:hover{
    transform: scale(1.05);
    cursor: pointer;

}
.celulares{
    margin: 20px;
}
/* 
.submit-verProducto{
    background-color: #1c063b;
    color: white;
    padding: 5px;
    margin-top: 9px;
    border-radius: 8px;
    transition: all 300ms ease;
} */

/*hover submit-ver producto*/
/* .submit-verProducto:hover{
    transform: scale(1.1);
    cursor:pointer;
} */

.container-celulares{
    gap: 15px;
    display: flex;
    justify-content: center;
    width: 90%;
    margin: auto;
    padding-top: 15px;
    
}



.article02, .article03, .article04 {
        display: none;
}
.descriptionProduct {
    display: flex;
    flex-direction: column;
    align-items: center;
       
    display: flex;
}


.listProduct{
    padding: 0px 0px 15px;
}

.listProduct h5{

    margin: auto;
    padding-bottom: 12px;
}

 .title-product {
    
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
   
}



.price-product {
    width: max-content;
    color: black;
    margin-top: 10px;
   
}
div.price-product h5{
    font-size: 15px;
    font-weight: bold;
}
   
.descriptionProduct .discount-listaProducto {
    display: flex;
    color: #39b54a;
    gap: 9px;
    
}
.precio-tachado{
    text-decoration: line-through;
}

/*hasta aca se modifico*/
/* .imgOferta{
    display: flex;
    justify-content: end;
} */
.imgOferta img{
     width: 74px;
}
.imgOferta {
    position: absolute;
    bottom: 26vh;
    left: 30vw;
    
}

div.imgProduct{
    display: flex;
    height: 20vh;
    margin-bottom: 10px;
}
div.imgProduct img{
    max-height: 20vh;
    height: fit-content;
    width: 81%;
    margin: auto;
    display: flex;
    max-width: 123px
}
div.notFound{
    margin-bottom: 30px;
}
div.notFound img{
    width: 96vw;
}




/* FIN HOME */


/* FOOTER */

footer {
    background-color: #333;
  
    
   } 
  

  .contenedor-footer {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    color:white;
    padding: 20px;
    margin-top:10px

    
  }
  .contenedor-footer ul li{
    list-style: none;
    text-align: left;
    padding-top: 5px;
    font-size: min(3vw, 15px);
  }
  .contenedor-footer ul li a{
      color: white;
      text-decoration: none;
  }
  
    .logo-footer {
    width: 25vw;
    max-width: 160px;
  }

  .contacto{
      
      display: flex;
      flex-direction: column;
      align-items: flex-start;
  }

  .contacto h6, .contacto ul{
    padding-left: 0px
}

.social-media{
      width: 100%;
      display: flex;
    justify-content: center;
      padding: 8px;

  }
  
  .social-media-list {
      display: flex;
      gap: 2em
  }

  .social-media-list img {
      width: 50%;
      max-width: 100px;
      box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  }
  





@media (min-width: 361px) {

    /*HEADER*/

    .header-menu{
        display: flex;
        justify-content: center;
        height: 8vw;
        max-height: 40px;
        background-color: #312f38;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        
        
        }
    .user-img {
             
            width: 6%;}
    .menu{
            display: flex;
                      
        }
         
    .burger-menu{ 
        display: none;
    }
    .cont-menu{
        display: none;
    }
    
    .header-menu nav {
            display: flex;
           
        }
        
    .header-menu nav > ul {
            
            display: flex;
            margin:0px;
            padding: 0px;
            
        }
    .header-menu nav > ul > li{
            display: flex;
            list-style: none;
            text-align: center;
        }
        
    .header-menu nav > ul > li >a {
        margin: 4px 2.5vw;
        text-decoration: none;
        display: flex;
        color: #ffffff;
        align-items: center;
        padding: 14px 0px;
        text-transform: uppercase;
        font-size: min(2vw, 12px);
        transition: all 300ms ease;
        font-weight: bold;
           
        }
    .header-menu nav > ul > li >a:hover{
        background-color: #05c0c7;
        color: white;
        transform: scale(1.1);
        border-radius: 10px;
        padding: 3px;
        
    }

        .logo img {
            width: 30vw;
            min-width: 135px;
        }

        .logo-15 {
            display: block;
        }
        .logo-16 {
            display:none;
        }

        /*main listado productos*/
        
     div.col-12{
        margin-top: -2px;
     }   
    .col-sm-6{
            width: 50%;
        }
    .article-style-celulares {
        width: 100%;
        height: 32vh;
    }
    .celulares{
        display: flex;
        flex-wrap: wrap;
    
    }
    .container-celulares{
        display: flex;
        
       

    }

    .imgOferta img{
        width: 73px;
   }
   .imgOferta {
       position: absolute;
       bottom: 23vh;
       left: 22vw;
       
   }
    .article02 {
            display: block;
        }

  

}


@media (min-width: 500px) {

    /*HEADER*/
    .user-img {
        width: 4%;
    }

    /*HOME*/

  div.imgProduct img{
    width: 95%;
    max-width: 146px;
  }
  .imgOferta{
    left: 14vw;
  }
    .filter-menu {
        width: 100%;
    }

    .panel-opcion {
        margin-left: 21vw;
    }

    .col-md-4{
        width: 33%;
    }
    h5#item-name{
        
        min-inline-size: revert;
    }
    div.col-12{
        margin-top: 10px;
    }
    .col-12 h2{
        margin-top: 30vh;
    }
}
@media (min-width: 761px) {

/* HEADER */
    .search-bar-1 {
        /* display: block; */
        flex-grow: 1;
        padding-bottom: 15px;
        padding-top: 10px;
        display: flex;
        justify-content: center;
    }

    .search-bar-1 form{
        flex-grow: 1;
    display: flex;
    justify-content: center;
    }

    .search-bar-1 form button {
    text-decoration: none;
    background-color: #f1f8fd;
    border: 1px dotted #2d9a9e;
    color: #2d9a9e;
    }
    .search-bar-1 form button i {
    padding: 6px;
    font-size: 16px;
    }


    .search-bar-2 {
        display: none;
    }

    .logo {
        flex-grow: 0.1;
    }
   
    /* HOME */
    .article03, .article04 {
        display: block;
    
    }

    .filtrados{
        display: flex;
        margin-right: 25px;
       
        width: 30vw;
       
    }
    
    .container{
        margin:0;
        padding: 0;
        width: 26vw;
        flex-grow: 0;
    }

    div.filter-menu {
    background-color: white;
    width: 27vw;
    position: static;
    top: 0;
    left: 0;
    z-index: none;
    transition: none;
    text-align: center;
    
    margin-top: 5vh;
    margin-left: 16px;
   
    
}
.bckOpacity{
    display: none;
}
div.col-12{
    width: 66%;
    margin-left: 259px;
    margin-top: -16px;
    padding-left: 51px;
    
}
div.col-12 h2{
    margin-right: 2px;
}
.col-md-4{
    width: 33%;
}


.imgOferta{
    left: 8vw;
}
.panel-opcion {
    margin-left: 2vw;
}

.btn-filter {
    display: none;
}



.arrow-left{
   display: none;

}
    

    .active{
        transform: translate(0px);
     
     }

    .width-100 {
        width: 100%;
    }

    .marcas, .precios{
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px lightgrey;
    }

    .tipo-marcas{
        padding-left: 8px;
    }
    .checkbox{
        display: flex;
        align-items: center;
        gap: 5px;
    }
    

    .gama-precios{
        cursor: pointer;
        opacity: 0.8;
       
    }

    .gama-precios h3{
        font-size: 12px;
    }
    ul.gama-precios{
        padding-left: 0px;
    }
    /* .imgOferta img {
        width: 12vw;
    
    } */

    /* FILTRADOS */

        .main-listaProductos{
            display: flex;
            
        } */

     .filtrados{
            display: none;
        }

    /* FOOTER */

    .logo-footer {
        width: 25vw;
        display: flex;
        justify-content: center;
        }

        
        .contacto h6, .contacto ul{
           
            padding-left: 0px
        }

        .social-media {
            width: 30%;
            
        }

        .social-media-list {
            gap: 1em;
        }

        .social-media-list li {
            text-align: center;
            width: 30%;
        }

        .carrito-compra, .user-img, .user-login{
            flex-grow: 0;
            margin: 0px 10px
        }

        .user-img {
            height: 34px;
        }
    
        .col-md-4{
            width: 33%;
        }
        div.notFound img{
            width: 100%;
        }
       
       
       
}
@media (min-width: 900px){
    div.col-12{
        margin-left: 300px;
        margin-top: -7px;
        padding-left: 11px;
    }
   
    .imgOferta{
        left:10vw;
        bottom: 23vh;
    }
    h5#item-name{
        font-size: 14px;
    }
    div.filter-menu{
        width: 240px;
        margin-left: 7px;
    }
    .filtrados{
        margin-right: 0px;
    }
     /*TODOS LOS PRODUCTOS*/
    
    
}
@media (min-width: 1000px){
    /*HEADER*/
    .user-img {
        width: 27px;
    }
   
    div.col-12{
        margin-left: 400px;
    }
    .container{
        width: 20vw;
    }
   
}