@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    list-style: none;
}
body{
    background: #f6f6f6;
    font-family: 'Poppins', 'Lato', sans-serif;
    margin: 0 auto;
    color: #333;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;    
    z-index: 10;
    display:flex;    
    box-shadow: 0 4px 25px -22px black;
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 20px 0 30px 0;
    
}
.header-content{
    margin-bottom: 10px;
    max-width: 1200px;
    display: flex;
        
   
}
.bienvenida {  
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 10px;
    height: 450px;    
    width: 100%;  
}

.bienvenida-txt h1{
    margin-top: 80px;
    margin-left: 20px;
    font-size: 30px;
    color: #080808;
    margin-bottom: 50px;
   
    
}
.bienvenida-txt p{
    font-size: 25px;
    margin-left: 20px;
    color: #1162ec;
    margin-bottom: 50px;
    text-align: justify;
}

.fondo { 
    margin-top: 20px;
    margin-right: 10px;
    height: 400px;
    width: 700px;
    padding: 10px;
}

.item img:hover{
    transform: scale(1.3);
}     
.item {
    display: block;  
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.20);
    gap: 20px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;   
}
figure img{  
    display: inline-block;
    width: 150px;
    height: 200px;
    transition: .5s;    
    
}



.butons{
    display: none;
}
.btn-1{
    display: inline-block;
    padding: 13px 25px;
    background-color: #46a2fd;
    margin-right: 20px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 100px;
}
/*.logo{
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}*/
.info-product h2{
   text-align: center;
   align-content: center;  
   font-size: 15px;
   font-weight: 800;
   color: #101111;   
}
.price{
    color: rgb(10, 145, 5);
    font-size: 20px;
    font-weight:600;
    text-align: center;
}
.icon-cart{
    width: 40px;
    height: 40px;
    stroke: #000;    
}    
.icon-cart:hover{
    cursor: pointer;
}    


.container-icon{        
    position: relative;
}    
.count-products{
    position: absolute;
    top: 55%;
    right: 0;
    background-color: #000;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}    
#contador-productos{
    
    font-size: 10px;
}   
.container-cart-products{
    position: absolute;
    top: 50px;
    right: 0;
    background-color: #fff;
    width: 300px;
    z-index: 1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    font-size: 15px;        
}   
.cart-product{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);    
}    
.titulo-producto-carrito{
    font-size: 25px;
}    
.precio-producto-carrito{
    font-weight: 900;
    font-size: 25px;
    margin-left: 10px;
}    
.cantidad-producto-carrito{
    font-weight: 400;
    font-size: 30px;
}    
.icon-close{
    width: 25px;
    height: 25px;
}    
.icon-close:hover{
     stroke: red;
     cursor: pointer;
}    
.cart-total span{
    color: #1caf3c;    
    font-size: 60px;
    font-weight: 800px;
    justify-content: space-between;   
}
.cart-total{
    color: #1caf3c;    
    font-size: 40px;
    font-weight: 800px;  
}  
.hidden-cart{
    display: none;
}    
/* Main */

.container-items{ 
    max-width: 1200px;
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px ;    
}
.titulo {
    margin-top: 30px;
    text-align: center;
    font-size: 50px;
}    
.btn-end-page {
    display: inline-block;
    width: 100%;
    background-color: #1caf3c;
    border: none;
    color: #fff; 
    border-radius: 10px;
}    
.cart-empty{
    padding: 20px;
    text-align: center;
    font-size: 20px;
}    
.hidden{
    display: none;
}
.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp2{
   border:none;
    background-color: #0f582b;
    color: #fff;
    display: block;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
}
.btn-wsp:hover{
    background: #20ba5a;
}
/*.info-cart-product{
    margin: 10;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}*/
button {
    border: none;
    display: inline-block;
    width: 100%;
    height: 25px;
    background-color: #46a2fd;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
    border-radius: 15px;
}
.logo h1 b{
    color: #46a2fd;
}
.menu {    
    height: 25px;   
    margin-left: 40px;
    margin-top: 15px;
}
.menu nav{
    height: 100%;
}
.menu nav ul{
    height: 100%;
    display: flex;
    list-style: none;
}
.menu nav ul li{
    height: 100%;
    margin: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.menu-selected:before{
    content: '';
    width: 100%;
    height: 4px;
    background: #46a2fd;
    position: absolute;
    top: 0;
    left: 0;
}
.menu nav ul li a{
    color: #777777;
    font-size: 18px;
    transition: color 300ms;
}
.menu nav ul li a:hover{
    color: #46a2fd;
}
.menu .text-menu-selected{
    color: #46a2fd;
}
.menu nav ul li a i{
    display: none;
}
#icon-menu{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 16px;
    padding: 10px;
    font-size: 20px;
    background: #fafafafa;
    border-radius: 100%;
    color: #787878;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#icon-menu:hover{
    opacity: 0.8;
}
/*Buscador de contenido*/

#ctn-icon-search{
    position: absolute;
    right: 60px;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#ctn-icon-search i{
    font-size: 18px;
    color: #777777;
    cursor: pointer;
    transition: all 300ms;
    padding: 0 0 40px;
}
#ctn-icon-search i:hover{
    color: #46a2fd;
}
#ctn-bars-search{
    position: fixed;
    top: -10px;
    width: 100%;
    background: #fff;
    padding: 20px;
    z-index: 9;
    transition: all 600ms;
}
#ctn-bars-search input{
    display: block;
    width: 1200px;
    margin: auto;
    padding: 10px;
    font-size: 18px;
    outline: 0;
}
#box-search{
    position: fixed;
    top: 165px;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    background: #fff;
    z-index: 8;
    overflow: hidden;
    display: none;
}
#box-search li a{
    display: block;
    width: 1200px;
    color: #777777;
    padding: 12px 20px;
}
#box-search li a:hover{
    background: #f3f3f3;
}
#box-search li a i{
    margin-right: 10px;
    color: #777777;
}
#cover-ctn-search{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 7;
    display: none;
}
/*Footer - pie de pagina*/

.container-footer{
    width: 100%;
    padding: 40px 0;
    background: #fff;
    margin-top: 40px;
}
.container-footer footer{
    max-width: 1200px;
    margin: auto;
}
.container-footer footer .logo-footer{
    text-align: center;
}
.container-footer footer .logo-footer img{
    width: 100px;
}
.container-footer footer .redes-footer{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.container-footer footer .redes-footer .icon-redes-footer{
    font-size: 20px;
    margin: 20px;
    background: #efefef;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #a2a2a2;
}
footer .redes-footer .fa-facebook-f:hover{
    background: #41579A;
    color: #fff;
}
footer .redes-footer .fa-google-plus-g:hover{
    background: #DE4C34;
    color: #fff;
}
footer .redes-footer .fa-instagram:hover{
    background: linear-gradient(to top right, #FCDE30, #E9712A, #D2313B, #AE4198, #7540A1, #5443A8);
    color: #fff;
}
.container-footer footer hr{
    margin-top: 20px;
    border: none;
    height: 2px;
    background: #c0c0c07a;
}
.container-footer h4{
    text-align: center;
    margin-top: 40px;
    color: #8e8e8e;
    font-weight: 500;
}
.footer {
    background-color: #1aaad6;
    padding: 100px 0;
}
.footer-content {
    display: flex;
    justify-content: space-between;
}
.link h3 {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 15px;
}
.link a {
    color: #AEAFAF;
    display: block;
    margin-bottom: 10px;    
}
.link a:hover {
    color: #f8db5a;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}
    

}
/*@media (max-width: 991px){
  .menu  {
    padding: 20px;
  }
  /*.logo {
   
  }
  .menu label {
    display: initial;
  }
  .menu .navbar{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ff9000;
    display: none;
  }
  .menu .navbar ul li {
    width: 100%;
  }
  #menu:checked ~ .navbar {
    display: initial;
  }
  
  .menu.navbar ul li a:hover{
    color: #FFFFFF;
  }
  .submenu:hover #carrito {
    width: 100%;
  }
  .header{
    padding: 50px 0 0 0;
  }
  .header-content{
    padding: 30px;
    flex-direction: column;
    text-align: left;
  }
  .heade-txt {
    margin-right: 0;
  }
  .butons {
    justify-content: center;
  }
  .btn-1 {
    margin-bottom: 0;
  }
  .header-img{
    display: none;
  }
  
  .products {
    padding: 0 30px 30px 30px;
  }
  
 
}*/

 


/* Responsive Design - adaptable a dispositivos moviles*/

@media screen and (max-width: 1220px){

    .container-content{
        max-width: 1000px;
        padding: 0 20px;
    }

    .header-content,
    .container-footer footer{
      max-width: 1000px;
       padding: 0 20px;
    }

    #ctn-bars-search,
    #ctn-bars-search input,
    #box-search{
        width: 100%;
    }
    
    #ctn-icon-search{
      right: 45px;
      top: 15px;
    }
}

@media screen and (max-width: 800px){

    body{
        overflow-x: hidden;
    }
    
    .fondo img {
        display: none;
    }

    .bienvenida {
        margin-bottom: 100px;
        width: 100%;
        font-size: 20px;
    }

    .container-all{
        transition: all 300ms cubic-bezier(1,0,0,1);
    }

    .move-container-all{
        transform: translateX(300px);
    }

    .menu{
        width: 0px;
        height: 100vh;
        position: fixed;
        top: 80px;
        left: 0;
        background: #fff;
        overflow: hidden;
        transform: translateX(-350px);
        box-shadow: 10px 0 20px -25px black;
        transition: all 300ms cubic-bezier(1,0,0,1);
    }

    .show-lateral {
        width: 300px;
        transform: translateX(0px);
    }

    .menu nav ul {
        flex-direction: column;
    }

    .menu nav ul li{
        max-width: 200px;
        height: 50px;
        justify-content: flex-start;
    }

    .menu-selected:before{
        width: 0;
    }

    .menu nav ul li a{
        margin-top: 40px;
        color: #858585;
    }

    .menu nav ul li a i{
        width: 20px;
        display: inline-block;
        margin-right: 10px;
        color: #46a2fd;
    }

    #icon-menu{
        display: flex;
        right: 60px;
    }

    .container-aside{
        flex-wrap: wrap;
    }

    .footer {
        padding: 30px;
      }
    
      .footer-content {
        flex-direction: column;
        text-align: center;
      }
}
