.cabezera{
   margin: 30px 5vw;
   display: flex;
   border-top: 1px solid #707070;
   border-bottom: 1px solid #707070;
   padding: 6px 0 0 0;
}

.todos-productos{
   padding: 12px 0;
   border-top: 1px solid #707070;
   border-right: 1px solid #707070;
   width: 20%;

}

.todos-productos a{
   color: var(--azul);  
   font-weight: 700;
   font-size: 19px;
   text-decoration: none;
   display: flex;
   align-items: center;
   gap: 10px;
}

.filtrar-por{
   padding: 12px 0;
   border-top: 1px solid #707070;
   border-right: 1px solid #707070;
   width: 25%;
	display:none;
}

.filtrar-por select{
   border: none;
   background-color: transparent;
   outline: none;
   color: #272727;
   font-size: 15px;
}

.ordenar-pro{
   flex-grow: 1;
   display: flex;
   align-items: center;
   justify-content: flex-end;
   gap: 10px;
   border-top: 1px solid #707070;
}

.ordenar-pro h5{
   font-weight: 500;
   color: #272727;
   font-size: 15px;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
   float: unset;
   margin: 0;
   padding-top: 3px;
}

.woocommerce .woocommerce-ordering select{
   border: none;
   color: #838383;
   outline: none;
}

/* aside */

.tienda__categorias{
   margin-bottom: 30px;
}

.tienda__categorias h3{

   margin-bottom: 20px;
   color: var(--azul);
}

.tienda__categorias-lista{
   list-style: none;
}

.tienda__categorias-lista a{
   text-decoration: none;
}

.tienda__categorias-lista > li{
   margin-bottom: 15px;
}

.tienda__categorias-lista > li > a{
   font-size: 20px;
   color: var(--azul);
   font-weight: 700;
   position: relative;
   padding-left: 20px;

}

.tienda__categorias-lista > li > a::before{
   content: '+';
   position: absolute;
   top: 0%;
   left: 0;
}

.tienda__categorias-lista> li:hover ul {
   overflow: unset;
   height: auto;
   opacity: 1;
}

.tienda__categorias-lista > li:hover > a::before{
   content: '-';
}

.tienda__categorias-lista ul{
   padding: 0px 20px;
   list-style: none;
   transition: all .4s linear;
   height: 0;
   overflow: hidden;
   opacity: 0;
}


.tienda__categorias-lista ul a{
   color:#797979
}

.tienda__categorias-lista ul a:hover{
   color: #992B16;
}

.tienda__sidebar{
   width: auto;
   padding-right: 25px;
   border-right: 1px solid #707070;
}

.tienda__promocion{
   background-image: url(../assets/mision-quienes-somos.png);
   background-color: #273589;
   background-blend-mode: multiply;
    background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-size:cover;
   background-position: center;
   height: 280px;
   padding: 40px 0;
   border-radius: 5px;
	max-width: 250px;
}

.tienda__promocion .whatsapp{
   display: inline-flex;
   text-decoration: none;
	padding-right: 15px;
   align-items: center;

}

.tienda__promocion .texto{
   color: #fff;
   padding: 0 20px;
   text-align: center;
   font-size: 20px;
   margin-bottom: 20px;
}

.tienda__promocion .texto strong{
   font-weight: 700px;
   color: #fff;
   
   
}

.franja-hablemos__barra-whatsapp {
   width: 130px;
   height: 5px;
   display: block;
   background-color: var(--amarillo);
}

.franja-hablemos__icon-whatsapp {
   width: 45px;
   height: 45px;
   background-color: var(--amarillo);
   color: #fff;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
}

.franja-hablemos__icon-whatsapp svg {
   width: 30px;
}

.franja-hablemos__icon-whatsapp:hover {
   transform: scale(1.2);
}

.franja-hablemos__icon-whatsapp:hover svg path.b {
   fill: #00F54B;
}

.tienda__contenido{
   display: flex;
   justify-content: center;
   padding: 0 5vw;
   align-items: flex-start;
   margin-bottom: 50px;

}

.tienda__productos{
   flex-grow: 1;
}

.tienda__productos-wrapper{
    display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    row-gap: 30px;
}

.tienda__card-product-items {
   width: auto;
   background: #FCFCFC 0% 0% no-repeat padding-box;
   box-shadow: 0px 3px 6px #00000029;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-between;
	height: auto;
}

.tienda__card-product-imagen {
   text-align: center;
}

.tienda__card-product-imagen img {
   width: 100%;
   height: auto;
   object-fit: contain;
}

.tienda__card-product-linea {
   background-color: #C3C3C3;
   height: 1px;
   width: 200px;
   margin: 0 auto;
}

.tienda__card-product-info {
   padding: 15px 0;
   text-align: center;
	height: 190px;
}

.tienda__card-product-info h3 {
   font-weight: 800;
   color: var(--azul);
	font-size: 19px;
    line-height: 24px;
   margin-bottom: 10px;
}

.tienda__card-product-info p {
   color: var(--azul);
   font-size: 14px;
}

.tienda__card-product-link {
   width: 100%;
   text-align: center;
   box-shadow: 0px -2px 2px #00000026;
}

.tienda__card-product-link a {
   text-decoration: none;
   color: var(--amarillo);
   letter-spacing: 1px;
   font-weight: 700;
   padding: 7px 0;
   display: block;
   transition: .3s all linear;
}

.tienda__card-product-link a:hover {
   color: #fff;
   background-color: var(--amarillo);
}

.tienda__productos> nav.woocommerce-pagination{
	display: none;
}

.tienda__paginacion{
	width: 100%;
}

.woocommerce nav.woocommerce-pagination{
	text-align:left;	
}

.woocommerce nav.woocommerce-pagination ul li a{
    color: var(--azul);	
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	padding: 0.8em;
}


@media(min-width:1700px){
	
	.cabezera{
		max-width: 1500px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	
	.tienda__contenido{
		max-width: 1500px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	
}

@media (max-width:1360px){
	
	.tienda__productos-wrapper{
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	
}

@media (max-width:1300px){
   .filtrar-por{
/*       display: flex; */
   }

   .todos-productos a{
      line-height: 20px;
   }
}

@media (max-width:1100px){
	.tienda__productos-wrapper{
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width:850px){
   .cabezera{
      flex-direction: column;
   }

   .cabezera>div{
      width: 100%;
   }

   .todos-productos{
      border-top: 0;
      border-right:0;
      border-bottom: 1px solid #707070;
   }

   .filtrar-por{
      border-top: 0;
      border-right:0;
      border-bottom: 1px solid #707070;
   }

   .ordenar-pro{
      border-top: 0;
      border-right:0;
   }

   .ordenar-pro{
      justify-content: flex-start;
   }

   .woocommerce .woocommerce-ordering select{
      vertical-align: unset;
   }

   .ordenar-pro{
      padding: 12px 0;
   }
}

@media (max-width:511px){
	.tienda__productos-wrapper{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}
	
	.tienda__card-product-linea{
		width:100%;
	}
	
	.tienda__card-product-items{
		width:auto;
		height: auto;
	}
	.tienda__contenido{
		padding: 0 1.3vw;
	}
	
	.tienda__card-product-info{
		overflow:auto;
	}
	
	.tienda__card-product-info h3{
		font-size:19px;
    	line-height: 22px;
	}
	
	.tienda__card-product-info p{
		font-size: 12px;
	}
}

@media (max-width:767px){
   .tienda__sidebar{
      display: none;
   }

   .tienda__productos{
      padding: 0;
      justify-content: center;
   }
   
}