body{
    font-family: sans-serif;
    margin: 0;
    background: linear-gradient(45deg, rgb(209, 164, 164)rgb(255, 255, 255));
    color: white;
    overflow-x: hidden; 
}
a{
    text-decoration: none;
    color: rgb(0, 0, 0);
}
#barra-arriba{
    display: flex;
    min-height: 70px;
    background-color: white;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.logo{
    z-index: 1 !important;
    display: flex;
    align-items: center;
    position: relative;
    left: 33%;
    
}
.copyright-section {
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: -200%;
    height: 18px;
    width: 110%;
    left:-3%
}

.destino{
    color: rgb(119, 0, 0) !important;
    font-weight: bold !important;
}
.destino:hover{
    color: black !important;
}
.logo img{
    z-index: 1000 !important;
    height: 75px;
    margin-right: 20px;
    margin-left: 20px;
    
}

nav a{
    font-weight: 600;
    padding-right: 10px;
}

nav a:hover{
    color:rgb(0, 0, 0);
}

@media (max-width:700px){
    header{
        flex-direction: column;
    }

    nav{
        padding: 10px 10px;
    }
    .todo{
        flex-direction: column;
        padding: 10px 10px;
    }
}
.todo{
    z-index: 10000 !important;
}
/* ------------   Cuerpo   ------------ */

.fa-home:hover{
    color: black !important;
    font-size: 20px;
}

#logo{

    margin-left: 30px;
    margin-top: 20px;
    position: relative;
    width: 30%;
    border: black 8px double;
    border-radius: 50px;
    float: left;
}
#texto-inicial {
    padding-top: 40px;
    margin-right: 30px; 
    text-align: justify;
    font-size: 40px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    padding-left: 20px !important;
}

#desarrollo{
    text-align: center;
}
#imglogo {
    
    display: block; 
    margin: 0 auto; 
    border-radius: 50%;
    border: 20px double black;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
  }
  
.item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px;
    transition: .6s;
    
}

.title {
    margin-right: 40px;
    color: #000000;
}
  
.image {
    margin-left: 20px;
}

  
.paragraph {
    margin-top: 10px;
    max-width: 200px;
    
}

.column{
    flex-direction: column;
}

.item img{width: 150px;}

.item:hover{transform: scale(1.1);}

/*  NUEVO       */
.wrap{
	max-width: 1100px;
	width: 90%;
	margin: auto;
}

.wrap > h1{
	color: #494B4D;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 15px 0px;
}

.wrap > h1:after{
	content: '';
	width: 100%;
	height: 1px;
	background: #C7C7C7;
	margin: 20px 0;
}

.store-wrapper{
	display: flex;
	flex-wrap: wrap;
}

.category_list{
	display: flex;
	flex-direction: column;
	width: 18%;
}



.ct_item-active{
	color: rgb(255, 196, 0);
}

/* PRODUCTOS ============*/

.products-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}



.product-item{
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
   
	/*  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);  */

	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: flex-start;

	transition: all .4s;
}
.cuadrado-azul{
    left: 0;
    position: relative;
    
}




/* RESPONSIVE */

@media screen and (max-width: 1100px){
	.products-list .product-item{
		width: 30.3%;
	}
}

@media screen and (max-width: 900px){
	.category_list,
	.products-list{
		width: 100%;
	}

	.category_list{
		flex-direction: row;
		justify-content: space-between;
	}

	.category_list .category_item{
		align-self: flex-start;
		width: 15%;
		font-size: 14px;
	}

	.products-list .product-item{
		margin-left: 4.5%;
	}

	.products-list .product-item:nth-child(3n+1){
		margin-left: 0px;
	}
}

@media screen and (max-width: 700px){
	.category_list{
		flex-direction: column;
	}
	.category_list .category_item{
		width: 100%;
		margin-bottom: 10px;
        
	}
}

@media screen and (max-width: 600px){

	.products-list .product-item{
		width: 47.5%;
	}

	.products-list .product-item:nth-child(3n+1){
		margin-left: 4.5%;
	}

	.products-list .product-item:nth-child(2n+1){
		margin-left: 0px;
	}

}

@media screen and (max-width: 350px){
	.products-list .product_item{
		width: 100%;
		margin-left: 0px;
	}
}

/* */
.franja-izquierda p{
    color:black !important;
    
  }
  .franja-izquierda button{
    background-color: white;
    border: 0px;
    font-size: 17px;
  }
  .categorias{
    z-index: 10000 !important;
    text-align: center;
  }

.categorias a {
    font-size: 18px;
    display: inline-block; /* Hacer que los enlaces aparezcan en línea */
    margin: 0 10px; /* Añadir un espacio de 10px a la izquierda y derecha de cada enlace */
    padding: 10px; /* Añadir relleno a izquierda y derecha de cada enlace */
    text-decoration: none; /* Eliminar el subrayado predeterminado de los enlaces */
}
  .separador-categorias{
    margin-top: 16px;
  }

  .fecha{
    text-align: left;
    color: black;
    
}

body::-webkit-scrollbar {
    -webkit-appearance: none;
}

body::-webkit-scrollbar:vertical {
    width:8.9px;
}

body::-webkit-scrollbar-button:increment,body::-webkit-scrollbar-button {
    display: none;
} 

body::-webkit-scrollbar:horizontal {
    height: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: rgb(243, 162, 12);
    border-radius: 20px;
    border: 1px double #505050;
}


body::-webkit-scrollbar-track {
    border-radius: 10px;  
}