/*CSS para banner de promociones */
.custom-nav-btn{
    background-color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-nav-btn:hover{
    background-color: #f0f0f0;
}
.swiper-button-next, .swiper-button-prev{
    color: #E72380;
}
.padd-201 {
    padding: 20px 20px 2px;
}
.img-custom img{
    width: 100%;
    object-fit: contain;
    height: auto;
    background-color: #f0f0f0;
}
.swiper-pagination-bullet {
    width: 12px;             /* Ancho de los puntos */
    height: 12px;            /* Altura de los puntos */
    background-color: #eb6fa9;  /* Color de fondo de los puntos (gris claro) */
    border-radius: 50%;      /* Hace que los puntos sean redondos */
    margin: 0 6px;           /* Espacio entre los puntos */
    opacity: 1;              /* Hacer que los puntos sean completamente opacos */
}
/* Estilo para el punto activo (el que representa la diapositiva actual) */
.swiper-pagination-bullet-active {
    background-color: #E72380; /* Cambia el color de fondo del punto activo (azul en este caso) */
    transform: scale(1.2);     /* Agranda el punto activo para destacarlo */
}
/* Estilo adicional para personalizar la ubicación de la paginación */
.swiper-pagination {
    bottom: 15px;            /* Ubicación de la paginación desde la parte inferior del contenedor */
    display: flex;           /* Utiliza flexbox para alinear los puntos */
    justify-content: center; /* Centra los puntos horizontalmente */
    align-items: center;     /* Centra los puntos verticalmente */
}
/*Fin de CSS para el banner de promociones*/
/*Css para los titulos */

.titulo-h1 {
    font-size: 4rem;
    color: #000000;
    display: block;
    text-align: left;
    margin: 10px;
    padding-left: 10px;
    font-family: 'Montserrat', sans-serif;
}
/*Fin del css para los titulos */
/*CSS para las categorias y su forma  */
.forma1{
	position:absolute;
	display:inline-block;
	width:140px;
	height:140px;
    margin: 20px 0px 0px 20px;
	border-radius: 90px 80px 160px 30px;
	transform: rotate(-10deg);
	z-index:1;
}
.tarjeta{
	display:inline-block;
	/*border-width: 2x;*/   /*Estos son los estilos de los bordes */
	/*border-style:solid;*/
	width:200px;
	height:200px;
}
.tarjeta img{
    width:80px;
	position:absolute;
	margin: 40px 0px 0px 50px;
	z-index:2;
}
.tarjeta  span{
	display:table-cell;
	position:absolute;
	margin: 180px 0px 0px 20px;
	width:150px;
	text-align:center;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}
/* Fin del css para las categorias */

/* Inicio de css para las cards y los productos */
.forma2{
	position:absolute;
	display:inline-block;
	width:480px;
	height:250px;
	margin: .5px 0px 0px 10px;
	border-radius: 30px 30px 30px 30px;
	z-index:1;
}
.tarjeta2 {
	display:inline-block;
	/* border-width:1px;
	border-style:solid; */
    width:510px;
	height:300px;
    position: relative;
    top: 20px;
    left: 30px;
}
.tarjeta2 img{
	width:100px;
	position:absolute;
	margin: 20px 0px 0px 350px;
    z-index:2;
}
.tarjeta2 span{
	display:table-cell;
	position:absolute;
	margin: 70px 0px 0px 20px;
	width:250px;
	text-align:left; /*Alineación de texto */
    line-height: 100%; /*Interlineados */
	z-index:2;
	color: transparent;
    -webkit-text-stroke: 2px white;
	font-size: 40px;
	font-family: 'Panipuri', sans-serif;
}
.letra-mod{
    position:absolute;
	font-size: 15px;
	display:flex;
	justify-content: center;
	align-items: center;
	width:100px;
	background-color:#fff;
	height:40px;
    color: transparent;
    -webkit-text-stroke: 1px black;
	margin: 150px 0px 0px 210px;
    border-radius: 20px 5px 20px 5px;
    z-index:1;
}
/* Fin del css de las cards de productos */
/* CSS marcas */
.tarjeta3{
	display:inline-block;
	/*border-width:1px;*/   /*Estos son los estilos de los bordes */
	/* border-style:solid; */
	width:200px;
	height:170px;
    margin: 10px 0px 0px 50px;
}
.tarjeta3 img{
    width:170px;
	position:absolute;
	margin: 15px 0px 0px 15px;
	z-index:2;
}
/* Fin css marcas */
/* css para los surtidos */
.forma4{
	position:absolute;
	display:inline-block;
	width:480px;
	height:250px;
	margin: 10px 0px 0px 10px;
	border-radius: 30px 30px 30px 30px;
    overflow: hidden;
}
.tarjeta4 {
	display:inline-block;
	/* border-width:1px;
	border-style:solid; */
    width:500px;
	height:280px;
    position: relative;
    top: 20px;
    left: 40px;
}
.forma4 img{
	width: 300px;
	position:absolute;
	margin: 70px 0px 0px -10px;
    z-index: 1;
}
.tarjeta4 span{
	display:table-cell;
	position:absolute;
	margin: 70px 0px 0px 100px;
	width:250px;
	text-align: center; /*Alineación de texto */
    line-height: 80%; /*Interlineados */
	z-index:3;
	color: transparent;
    -webkit-text-stroke: 2px black;
	font-size: 50px;
	font-family: 'Panipuri', sans-serif;
}
/* fin del css para los surtidos */

.search-input {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/* Ocultar el botón por defecto */
#botonSubir, #botonBajar {
    display: none;
}
#botonSubir2, #botonBajar2 {
    display: none;
}
#botonSubir3, #botonBajar3 {
    display: none;
}


@media (min-width: 0px) and (max-width: 575.99px){
    .h-menos-700{display: none;}

    .titulo-h1{
        font-size: 40px;
    }
    .forma1, .tarjeta, .tarjeta img, .tarjeta span{
        left: 20%;
    }
    .tarjeta span{
        font-size: 15px;
    }
    .forma2{
        width: 270px;
        height: 150px;
        margin: 0px 0px 0px .2px;
    }
    .tarjeta2{
        width: 300px;
        height: 200px;
    }
    .tarjeta2 span{
        font-size: 20px;
        -webkit-text-stroke: .5px white;
        margin: 30px 0px 0px 10px;
    }
    .letra-mod{
        margin: 75px 0px 0px 50px;
    }
    .tarjeta2 img{
        margin: -10px 0px 0px 190px;
        width: 60px;
    }
    .tarjeta3 img{
        width: 150px;
        margin: 20px 0px 0px 40px;
    }
    .forma4{
        width: 270px;
        height: 150px;
        margin: 20px 0px 0px 10px;
    }
    .tarjeta4{
        width: 300px;
        height: 200px;
        left: 15px;
    }
    .tarjeta4 span{
        font-size: 20px;
        -webkit-text-stroke: .5px white;
        margin: 30px 0px 0px 10px;
    }
    .letra-mod{
        margin: 75px 0px 0px 50px;
    }
    .tarjeta4 img{
        margin: -10px 0px 0px -10px;
        width: 130px;
    }
    
    .img-custom img {
        width: 100%;
        max-height: 300px;
        height: auto;
        min-height: 250px;
    }
    .rowDep{
        position:relative;
        width:108%;
        height:235px;
        /* background-color:#ccc; */
        overflow-y: scroll;
        scroll-behavior: smooth;
    }
    #botonSubir {
        display: flex;
        align-items: center;
        justify-content: center;
        /* position: absolute; */
        top: 180px;
        left: 45%;
        background-color: white;
        border: 2px solid #ff69b4;
        width: 50px;
        height: 50px;
        cursor: pointer;
        outline: none;
        border-radius: 50%;
        
    }
    #botonBajar {
        display: flex;
        align-items: center;
        justify-content: center;
        /* position: absolute; */
        top: 500px;
        left: 45%;
        background-color: white;
        border: 2px solid #ff69b4;
        width: 50px;
        height: 50px;
        cursor: pointer;
        outline: none;
        border-radius: 50%;
    }
    .rowDep2{
        position:relative;
        width:108%;
        height:180px;
        /* background-color:#ccc; */
        overflow-y: scroll;
        scroll-behavior: smooth;
    }
    #botonSubir2 {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 180px;
        left: 45%;
        background-color: white;
        border: 2px solid #ff69b4;
        width: 50px;
        height: 50px;
        cursor: pointer;
        outline: none;
        border-radius: 50%;
    }
    #botonBajar2 {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 480px;
        left: 45%;
        background-color: white;
        border: 2px solid #ff69b4;
        width: 50px;
        height: 50px;
        cursor: pointer;
        outline: none;
        border-radius: 50%;
    }
    .rowDep3{
        position:relative;
        width:100%;
        height: 190px;
        /* background-color:#ccc; */
        overflow-y: scroll;
        scroll-behavior: smooth;
    }
    #botonSubir3 {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 180px;
        left: 45%;
        background-color: white;
        border: 2px solid #ff69b4;
        width: 50px;
        height: 50px;
        cursor: pointer;
        outline: none;
        border-radius: 50%;
    }
    #botonBajar3 {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 480px;
        left: 45%;
        background-color: white;
        border: 2px solid #ff69b4;
        width: 50px;
        height: 50px;
        cursor: pointer;
        outline: none;
        border-radius: 50%;
    }
    .rowDep4{
        position:relative;
        width:108%;
        height:180px;
        /* background-color:#ccc; */
        overflow-y: scroll;
        scroll-behavior: smooth;
    }
    #botonSubir4 {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 2280px;
        left: 45%;
        background-color: white;
        border: 2px solid #ff69b4;
        width: 50px;
        height: 50px;
        cursor: pointer;
        outline: none;
        border-radius: 50%;
    }
    #botonBajar4 {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 2500px;
        left: 45%;
        background-color: white;
        border: 2px solid #ff69b4;
        width: 50px;
        height: 50px;
        cursor: pointer;
        outline: none;
        border-radius: 50%;
    }
    .h-menos-700{display: none;}
}

@media (min-width: 576px) and (max-width: 767.99px){
    .h-menos-700{
        display: none;
        opacity: 1;
    }

    .titulo-h1{
        font-size: 40px;
    }
    .forma1, .tarjeta, .tarjeta img, .tarjeta span{
        left: 30%;
    }
    .forma2{
        width: 270px;
        height: 150px;
        margin: 0px 0px 0px .2px;
    }
    .tarjeta2{
        width: 300px;
        height: 200px;
    }
    .tarjeta2 span{
        font-size: 20px;
        -webkit-text-stroke: .5px white;
        margin: 30px 0px 0px 10px;
    }
    .letra-mod{
        margin: 75px 0px 0px 50px;
    }
    .tarjeta2 img{
        margin: -10px 0px 0px 190px;
        width: 60px;
    }
    .forma4{
        width: 270px;
        height: 150px;
        margin: 20px 0px 0px 10px;
    }
    .tarjeta4{
        width: 300px;
        height: 200px;
        left: 15px;
    }
    .tarjeta4 span{
        font-size: 20px;
        -webkit-text-stroke: .5px white;
        margin: 30px 0px 0px 10px;
    }
    .letra-mod{
        margin: 75px 0px 0px 50px;
    }
    .tarjeta4 img{
        margin: -10px 0px 0px -10px;
        width: 130px;
    }
    
    .img-custom img {
        max-height: 350px;
        min-height: 250px;
    }
}

@media (min-width:768px) and (max-width: 1199.99px){
    .titulo-h1{
        font-size: 40px;
    }
    .forma1, .tarjeta, .tarjeta img, .tarjeta span{
        left: 10%;
    }
    .forma2{
        width: 270px;
        height: 150px;
        margin: 0px 0px 0px .2px;
    }
    .tarjeta2{
        width: 300px;
        height: 200px;
    }
    .tarjeta2 span{
        font-size: 20px;
        -webkit-text-stroke: .5px white;
        margin: 30px 0px 0px 10px;
    }
    .letra-mod{
        margin: 75px 0px 0px 50px;
    }
    .tarjeta2 img{
        margin: -10px 0px 0px 190px;
        width: 60px;
    }
    .forma4{
        width: 270px;
        height: 150px;
        margin: 20px 0px 0px 10px;
    }
    .tarjeta4{
        width: 300px;
        height: 200px;
        left: 15px;
    }
    .tarjeta4 span{
        font-size: 20px;
        -webkit-text-stroke: .5px white;
        margin: 30px 0px 0px 10px;
    }
    .letra-mod{
        margin: 75px 0px 0px 50px;
    }
    .tarjeta4 img{
        margin: -10px 0px 0px -10px;
        width: 130px;
    }
    .img-custom img {
        width: 100%;
        max-height: 470px;
        height: auto;
        min-height: 470px;
    }
}


/* Css para la vista de productos */
.formaProdu{
	position:absolute;
	display:inline-block;
	width:480px;
	height:250px;
	margin: 10px 0px 0px 10px;
	border-radius: 30px 30px 30px 30px;
    overflow: hidden;
}
.tarjetaProdu {
	display:inline-block;
    /* border-width:1px;
	border-style:solid; */
    width:500px;
	height:280px;
    position: relative;
    top: 20px;
    left: 40px;
}
.formaProdu img{
	width: 150px;
	position:absolute;
	margin: 10px 0px 0px 300px;
    z-index: 1;
}
.tarjetaProdu span{
	display:table-cell;
	position:absolute;
	margin: 70px 0px 0px 25px;
	width:250px;
	text-align: center; /*Alineación de texto */
    line-height: 105%; /*Interlineados */
    letter-spacing: 4px;
	z-index:3;
	color: #DDDDDD;
    /* -webkit-text-stroke: 1px #DDDDDD; */
	font-size: 35px;
	font-family: 'Panipuri', sans-serif;
}
.tarjetaProdu span:hover{
    color: #E72380;
}
@media (max-width: 768px) {
    
    .menus2{
        margin: 10px 0px 0px 0px;
    }
    .menus2 li a{
        font-size: 12px;
    }
    .tarjetaProduc{
        margin: -10px 0px 0px 50px;
    }
    .tarjetaProduc{
        margin: -10px 0px 0px 80px;
    }

    .h-menos-700{display: none;}

    .tarjetaProdu{
        margin: 10px 0px 0px 10px;
        width: 250px;
        height: 120px;
    }
    .formaProdu{
        width: 240px;
        height: 120px;
        margin: 0px 0px 0px 0px;
    }
    .tarjetaProdu span{
        width: 120px;
        font-size: 20px;
        margin: 20px 0px 0px 10px;
    }
    .formaProdu img{
        width: 50px;
        margin: -50px 0px 0px 170px;
    }
}
@media (min-width: 768px) and (max-width: 1200px){
    .tarjetaProdu{
        margin: 30px 0px 0px 10px;
        width: 280px;
        height: 150px;
    }
    .formaProdu{
        width: 270px;
        height: 150px;
        margin: 0px 0px 0px 0px;
    }
    .tarjetaProdu span{
        width: 120px;
        font-size: 20px;
        margin: 20px 0px 0px 10px;
    }
    .formaProdu img{
        width: 80px;
        margin: -50px 0px 0px 170px;
    }

}


.b {
    border: 1px solid;
    display: flex;
    z-index: 9999px;
    /* position:absolute; */
}
.imagen-cl-logo{
    top: 15px;
    position: absolute;
    z-index: 9;
}
.hover-mouse{
    cursor: pointer;
}

.menus2 {
    list-style: none;
    display: flex;
    gap: 25px;
    padding: 0;
    flex: 1;
    justify-content: center;
}
.menus2 li a{
    text-decoration: none;
    color: #E72380;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
}
.menus2 li a:hover {
    color: #000;  /*#E72380 */
}
.menus3 {
list-style: none;
display: flex;
gap: 25px;
padding: 0;
flex: 1;
justify-content: center;
}
.menus3 li a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
.menus3 li a:hover {
    color: #E72380;  /*#E72380 */
}
.tarjetaProduc{
    width: 250px;
    min-height: 330px;
    padding: .2rem;
    border-width: 1px;
    border-style: solid;
}
.tarjetaProduc span{
    /* color: transparent;
    -webkit-text-stroke: 1px black; */
    color: #DDDDDD;
    font-family: 'Panipuri', sans-serif;
    font-size: 20px;
}
.tarjetaProduc span:hover{
    color: #E72380;
}
.tarjetaProduc .imagen-con-logo .imagen-con-img img{
    width: 150px;
    height: 230px;
}

.b{
    border: 1px solid black;
}

/* Fin del css pata la vista de Productos */

/* Css para la vista de productos individuales */

/* css menu 2 */

#toast-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .toast-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Centra el contenedor horizontal y verticalmente */
    z-index: 1000;
    /* Asegúrate de que esté por encima de otros elementos */
    display: block;
    /* Asegúrate de que esté visible */
  }
  