:root{
	--main-header-color:linear-gradient(45deg,#e14586,#e66097);
	--main-red:#c71212;
}
*{
	font-family: 'Sen', sans-serif;
}
body,html{
	margin: 0;
	padding: 0;
}
body{
    background-color: #f3f3f3;
}
header{
	height: 40px;
	padding: 10px;
	width: calc(100% - 20px);
	line-height: 40px;
	display: flex;
	background: var(--main-header-color);
	position: fixed;
	top:0;
	left: 0;
	z-index: 999;
}
.logo-place{
	width: 200px;
	justify-content: center;
	align-items: center;
	margin-top: auto;
}
.logo-place img{
	width: 100%;
}
.search-place{
	width: calc(100% - 440px);
	display: flex;
	padding: 0px 20px;
}
input{
	padding: 10px;
	font-size: 15px;
	background-color: #fefefe;
	border:1px solid #ccc;
	width: calc(100% - 62px);
	font-family: 'Sen', sans-serif;
}
input:placeholder{
	color: #ccc;
}
.search-place input{
	padding: 10px;
	font-size: 15px;
	background-color: #fefefe;
	border:1px solid #ccc;
	width: calc(100% - 62px);
	font-family: 'Sen', sans-serif;
}
.search-place input:placeholder{
	color: #ccc;
}
.btn-main{
	padding: 10px;
	font-size: 15px;
	background-color: #fefefe;
	border-style: none;
	border:1px solid #ccc;
	cursor: pointer;
}
.btn-search{
	width: 40px;
	color: #333;
}
.options-place{
	width: 250px;
	display: flex;
	justify-content: flex-end;
}
.item-option{
	padding: 5px 10px;
	line-height: 30px;
	font-size: 30px;
	cursor: pointer;
	color:#fff;
	font-family: 'Sen', sans-serif;
	display: flex;
}
.item-option p{
	font-size: 15px;
	margin: 0;
	margin-left: 5px;
}
.main-content{
	margin-top: 60px;
	width: 100%;
	font-family: 'Sen', sans-serif;
}
.content-page{
	margin: auto;
	padding: 10px;
	width: calc(100% - 20px);
	max-width: 1180px;
}
.content-page section{
	display: flex;
	background: #fff;
}
.part1{
	padding: 10px;
	width: calc(60% - 20px);
}
.part2{
	padding: 10px;
	width: calc(40% - 20px);
	border-left: 1px solid #ddd;
}
.part1 img{
	width: 100%;
}
.part2 *{
	margin: 10px 0;
	font-family: 'Sen', sans-serif;
}
.part2 h2{
	color: #333;
	font-size: 30px;
}
.part2 h1{
	color: var(--main-red);
	font-size: 45px;
}
.part2 h1 span{
	color: #c71212;
	font-size: 30px;
}
.part2 h3{
	color: #333;
	font-weight: normal;
}
button{
	border-style: none;
	border-radius: 5px;
	padding: 13px 20px;
	color: #fff;
	background: #c71212;
	cursor: pointer;
	font-size: 16px;
}
.part2 button{
	border-style: none;
	border-radius: 5px;
	padding: 13px 20px;
	color: #fff;
	background: #c71212;
	cursor: pointer;
	font-size: 16px;
}
.title-section{
	padding: 10px 0; 
	font-size: 20px;
	color: #666;
	font-family: 'Sen', sans-serif;
}
.products-list{
	display: table;
	width: 110%;
	margin-left: auto;
    margin-right: auto;
}
.product-box {
	display: inline-table;
	padding: 10px;
	width: calc(100% / 5 - 20px);
	height: 200px;
	box-sizing: border-box;
	text-align: center; /* Centra contenido en horizontal */
	vertical-align: top;
}
.product-box a{
	text-decoration: none;
}
.product{
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 8px 3px #ccc;
	background-color: #fff;
	font-family: 'Sen', sans-serif;
}
.product img{
	width: 80%;
	height: 200px;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
	display: block;
	margin: 0 auto;
}
.detail-title {
	padding: 5px;
	text-align: center;
	font-size: 18px;
	color: #333;
	width: calc(100% - 10px);
	height: 35px;

	display: -webkit-box;
	-webkit-line-clamp: 2;       /* Máximo 2 líneas */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.detail-description{
	text-align: center;
	font-size: 14px;
	color: #333;
	padding: 5px;
	width: calc(100% - 10px);
	height: 34px;
}
.detail-price{
	text-align: center;
	font-size: 25px;
	color: var(--main-red);
	padding: 5px;
	width: calc(100% - 10px);
}
.detail-price span{
	font-size: 15px;
}
a{
	color: #fff;
}
.body-pedidos{
	width: 100%;
}
.item-pedido{
	display: flex;
	border: 1px #ccc solid;
	margin-bottom: 5px;
	background: #fff;
}
.pedido-img{
	width: 200px;
}
.pedido-img img{
	width: 100%;
}
.pedido-detalle{
	padding: 10px;
	width: calc(100% - 220px);
}
.pedido-detalle h3,
.pedido-detalle p{
	margin: 5px 0;
}
.ipt-procom{
	width: 250px;
	margin-bottom: 5px;
}
.p-line{
	display: flex;
}
.p-line div{
	width: 150px;
	font-weight: 600;
}
.metodo-pago{
	display: flex;
	width: 100%;
}
input[type="radio"]{
	width: 20px;
	height: 20px;
	margin: 0 5px 5px 5px;
}
.metodo-pago label{
	width: calc(100% - 30px);
}
.content-page h4{
	margin: 5px 0;
}
.menu-opciones{
	width: 160px;
	background: #fff;
	position: fixed;
	top: 70px;
    right: 50px;
	color: #333;
	box-shadow: 0 0 8px 3px rgb(150,150,150);
	border-radius: 5px;
}
.menu-opciones ul{
	margin: 0;
	padding: 0;
}
.menu-opciones ul li{
	display: block;
}
.menu-opciones ul li a{
	color: #333;
	font-size: 13px;
	text-decoration: none;
}
.menu-opcion{
	padding: 10px 15px;
}
.caja-detalle{
	width: 100%;
	display: flex;
	background: #fff;
}
.caja-detalle .img{
	width: 150px;
}
.caja-detalle .img img{
	width: 100%;
}
.caja-detalle .detalle{
	width: calc(100% - 150px);
	padding: 10px;
}
.caja-detalle .detalle *{
	margin: 0;
}
.mb5{
	margin-bottom: 5px!important;
}
.btn-delete-cart{
	padding: 5px 0;
	text-decoration: underline;
	color: blue;
	background: transparent;
}
.menu-movil{
	display: none;
	position: fixed;
	top: 10px;
	right: 10px;
}
footer{
background: linear-gradient(45deg, #e14586,#e66097); /* Fondo degradado */
	width: 100%;
}
.body-footer{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}
.body-footer h5{
	margin: 0;
	color: #000000;
}
.div-flex{
	display: flex;
}
.div-flex .part{
	padding: 0 10px;
	width: 50%;
}
.div-flex .part h4{
	margin: 0;
	color: #fff;
}
.div-flex .part p{
	color: #fff;
}
.mb20{
	margin-bottom: 20px;
}
.mb10{
	margin-bottom: 10px!important;
}
@media(max-width: 850px){
	.product-box {
	    width: calc(100%/4 - 20px);
	}
}
@media(max-width: 700px){
	.product-box {
	    width: calc(100%/3 - 20px);
	}
	.options-place{
		width: 200px;
	}
	.search-place{
		width: calc(100% - 250px);
	}
}
@media(max-width: 500px){
	.product-box {
	    width: calc(100%/2 - 20px);
	}
	.options-place{
		display: none;
	}
	.menu-movil{
		display: block;
	}
	.logo-place{
		width: 100px;
		margin-top: 2px;
	}
	.search-place{
		width: calc(100% - 170px);
	}
	.menu-opciones {
	    right: 10px;
	}
	.content-page section{
		display: block;
	}
	.part2{
		width: calc(100% - 20px);
	}
	.part2 h2,.part2 h1,.part2 h3{
		margin: 0;
	}
	.part2 h2{
		font-size: 20px;
	}
	.part2 h1{
		font-size: 25px;
	}
	.part2 h1 span{
		font-size: 16px;
	}
	.part2 h4{
		font-size: 14px;
	}
	.pedido-img{
		width: 120px;
	}
	.pedido-detalle{
		width: calc(100% - 140px);
	}
	h3{
		margin: 10px 0;
	}
}
.whatsapp-button {
    background-color: #25d366;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px; /* Puedes ajustar el margen según tu diseño */
}
/* Estilos para pantallas grandes (mayores a 600px) */
.horizontal-menu {
    display: flex;
    justify-content: space-around;
   background: linear-gradient(45deg, #e14586,#e66097); /* Fondo degradado */
    padding: 10px;
    width: 100%;          /* Ocupa todo el ancho */
    box-sizing: border-box; /* Incluye padding dentro del ancho total */
}

.horizontal-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.horizontal-menu li {
    display: inline;
    margin-right: 10px;
}

.horizontal-menu a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

.horizontal-menu a:hover {
    background-color: #a81c56;
    color: #ffffff;
}

/* Estilos para pantallas pequeñas (600px o menos) */
@media only screen and (max-width: 600px) {
    .horizontal-menu {
        flex-direction: column;
        align-items: flex-start; /* Cambié 'center' a 'flex-start' para alinear a la izquierda */
    }

    .horizontal-menu li {
        display: block;
        margin-bottom: 10px;
    }

    .menu-toggle {
        display: block;
        background: linear-gradient(45deg, #e14586,#e66097); /* Fondo degradado */
        color: #fff;
        border: none;
        padding: 10px;
        text-align: center;
        cursor: pointer;
        width: 100%;
        font-size: 18px;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .menu-list {
        display: none;
    }

    .menu-list.show-menu {
        display: block;
    }
}

/* Ocultar el botón de menú en pantallas grandes */
@media only screen and (min-width: 601px) {
    .menu-toggle {
        display: none !important;
    }
}
.slider-container {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 20px auto;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    position: relative; /* <= Importante: el contenedor es relativo */
    z-index: auto;          /* <= Bajo para que no tape otros elementos */
}

.slider {
    width: 100%;
    height: 100%;
    position: relative; /* Necesario para posicionar los controles dentro */
}

.slide {
    display: none;
    width: 100%;
    height: 100%;
}

.slide.active {
    display: block;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.slider-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 20px;
    box-sizing: border-box;
    pointer-events: none;
    z-index: 2; /* Botones encima del slider, pero no de la barra de búsqueda */
}

.slider-controls span {
    font-size: 30px;
    color: #fff;
    background: rgba(0,0,0,0.3);
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    transition: background 0.3s;
    pointer-events: auto;
}

.slider-controls span:hover {
    background: rgba(0,0,0,0.6);
}
