@charset "utf-8";
@font-face {font-family: 'Nunito-Black'; src: url("../Nunito/Nunito-Black.ttf");}
@font-face {font-family: 'Nunito-Bold'; src: url"../Nunito/Nunito-Bold.ttf";}

@font-face { font-family: 'Nunito-Medium'; src: url("../Nunito/Nunito-Medium.ttf");}
@font-face {font-family: 'Nunito-Regular'; src: url("../Nunito/Nunito-Regular.ttf");}
body{
 overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Nunito-Black';
	color: #000;
}

small{
	font-family: "Nunito-Regular";
	font-weight: 200;
}
p{
	font-family: 'Nunito-Black';
	color: #161616;
	font-weight: 500;
}
.contenido{
	background:  #fff;
	box-shadow: 5px 4px 4px 4px rgba(205,205,205,0.10);
	border-radius: 10px;
	padding: 6px;
}
/*barra*/
.barra{
	  background: linear-gradient(to top, #42060d, #940013);
}
/*barra*/


/*Categoria pc*/
.btn-categoria-pc{
	font-family: 'Nunito-Black';
	color: #161616;
	font-weight: 200;
	margin-top: -8px;
	padding: 5px 10px;

}
.btn-categoria-pc:hover{
	box-shadow: 3px 3px 4px 0px #B7B7B7;
	border-radius: 100px;
	background: #fff
}
/*fin Categoria pc*/

/*buscador */
.buscador_barra{
	border-radius: 6px 0px 0px 6px;
	border: #2a2c36 solid 1px;
	border-right: none;
}
.btn-buscar-barra{
	border-radius: 0px 100px 100px 0px;
	background: #FFFFFF;
	color: #2a2c36;
	border: solid 2px #FDC900;
	border-left: none;
}
	.bs-example{
        font-family: sans-serif;
        position: relative;
        margin: 50px;
		
}
.twitter-typeahead{
		width:90%;
	 z-index: 99;
		
	}
.typeahead, .tt-query, .tt-hint {
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        outline: medium none;
        padding: 20px;
	    border-radius: 100px 0px 0px 100px;
	    border: solid 2px #FDC900;
		border-right: none;
		width: 100%
}
.typeahead {
        background-color: #FFFFFF;
	
}
.typeahead:focus {
        border: 2px solid #0097CF;
}
.tt-query {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
        color: #999999;
}
.tt-dropdown-menu {
        background-color: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 0px 0px 6px 6px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        margin-top: 2px;
        padding: 8px 0;
        width: 100%;
	    border-top: none;
	
	    
}
.tt-suggestion {
        font-size: 14px;
        line-height: 24px;
        padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
        background-color: #950014;
        color: #fff;
}
.tt-suggestion p {
        margin: 0;
}
	.top-search{
		display: none;
	}
/*fin de buscador*/

/*icons*/
.ico_bar-active, .ico_bar{
	 font-size: 20px;
     color: #950014;
     padding: 10px;
     border-radius: 50px;
	display: flex;
	height: 40px;
	width: 40px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border: solid #FDC900 2px;
	background: #fff;
	transition: .2s all;
	
	
}
.ico_bar:hover{
    background: #FDC900;
    color: #fff;
	border: solid #fff 2px;
	box-shadow: 4px 4px 4px #000;
}
.ico_bar-active{
    background: #FDC900;
    color: #fff;
	border: solid #fff 2px;
	box-shadow: 4px 4px 4px #000;
}

	.barra-movil{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 22px 22px 22px 22px rgba(220,220,220,1.00);
	}		
.icon-bar {
  width: 350px;
  overflow-x: hidden;
  border-radius: 5px;	
}
/* fin icons*/

#nbarra1{
	 position:absolute;
	 font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: #FDC900;
	border-radius: 100px;
	margin-left: 30px;
	left: 5px;
	margin-top: -10px;
	color: #fff;
	box-shadow: 2px 2px 2px #000;
}

.cantidad-producto{
	 font-size: 14px;
	 margin-right: 10px;
	
	
}
/*categoria*/		
.categoria{
overflow-x: none;
width: 100%;
position: fixed;	
margin-top: -50px;
z-index: 999;
display: none;	
}	
div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
 background: #fff;
z-index: 999px;
	padding: 0px 4px;
 
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  text-decoration: none;
	margin-top: 10px
}
/* fin categoria*/	

/*carrito de caompra*/
.btn-cantida{
		border: solid #950014 1px;
		border-radius: 100px;
		background: #fff;
		width: 30px;
		height: 30px;
	}
	.input-cantidad{
	text-align: center;   /* Centra el texto (número) dentro del input */
    font-size: 16px;      /* Ajusta el tamaño de la fuente si es necesario */
    padding: 5px;         /* Añade un poco de espacio interior */
    width: 40px; 
	border: none;	
	}
 .cart-box{
     margin-top: 40px;
     background: #ffffff;
}	
	
	 ul.cart-list > li.total > .btn{
     border-bottom: solid 1px #cfcfcf !important;
     color: #000000 ;
     padding: 10px 15px;
     border: none;
     font-weight: 700;
}
	 ul, li, ol{
     list-style: none;
     margin: 0px;
     padding: 0px;
}
	.remove{
		background: none;
		border: none;
	}
	.compar{
			border: none;
			border-radius: 100px;
			padding: 10px;
			background: #950014;
			color: #fff;
		   box-shadow: 6px 6px 6px rgba(240,240,240,1.00);
		}
/*fin carrito de caompra*/

 .margen1{
		 margin-top: 80px;
	 }	 
.producto-inicios{
			padding: 30px;
			border-radius: 10px;
				
		}		
.product-item{
	border-radius: 10px;
}

/*Productos*/
	.titulo_producto{
	font-size: 20px;
    width: 94%;
    height: auto;
    display: -webkit-box; /* Hacemos que el contenedor sea un "box" flexible */
    -webkit-line-clamp: 1; /* Limita el texto a 2 líneas */
    -webkit-box-orient: vertical; /* Indica que el contenedor debe apilarse verticalmente */
    overflow: hidden; /* Oculta cualquier contenido adicional */
    text-overflow: ellipsis; /* Añade los puntos suspensivos al final si hay texto truncado */
	text-align: left;
	font-weight: 400;
	text-transform:uppercase;	
	}	
    
.tp{
	-webkit-line-clamp: 1
}
	.descricion{
	font-size: 14px;
    width: 99%;
    height: auto;
    display: -webkit-box; /* Hacemos que el contenedor sea un "box" flexible */
    -webkit-line-clamp: 2; /* Limita el texto a 2 líneas */
    -webkit-box-orient: vertical; /* Indica que el contenedor debe apilarse verticalmente */
    overflow: hidden; /* Oculta cualquier contenido adicional */
    text-overflow: ellipsis; /* Añade los puntos suspensivos al final si hay texto truncado */
	text-align: left;
	font-family: "Nunito-Regular";
	 text-transform:  lowercase;		
 }

.descricion2{
	text-transform:  lowercase;
	text-align: left;
	font-family: "Nunito-Bold";
}
.precio{
	font-family: 'Nunito-Black';
}
	/*fin Productos*/	

/*menu*/
.menu{
	position: fixed;
	height: calc(100% - 180px);
	top:180px;
	width: calc(13.5% + 10px);
	padding: 3px

}
.menu:hover{
	overflow-y: scroll;
}
.menu::-webkit-scrollbar {
  width: 8px;
}

.menu::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: rgba(148,0,20,0.30);
}

.menu::-webkit-scrollbar-thumb {
  background: rgba(164,0,2,1.00);
  border-radius: 10px;
}
/*fin menu*/

/*botones*/
.btnp, .btnp{
	border: none;
	border-radius: 100px;
	padding: 10px;
}
.btn-amrillo{
	background: #FDC900;
	color: #000;
	box-shadow: 6px 6px 6px rgba(240,240,240,1.00);
	transition: all 0.3s
}
.btn-rojo{
	background: #950014;
	color:#fff;
	box-shadow: 6px 6px 6px rgba(240,240,240,1.00);
	transition: all 0.3s
}

.btn-rojo:hover{
	background: #FDC900;
	color: #000;
	box-shadow: none;
}
.btn-amarillo:hover{
	background: #950014;
	color:#fff;
	box-shadow:none;
}
/*botones*/

/*sedes*/
		.sedes{
			background: #fff;
			border-radius: 10px;
			padding: 5px;
			box-shadow: 6px 6px 6px rgba(240,240,240,1.00);
			margin-top: 10px
		}
		.sedes .titulo-sede{
			margin-bottom:  -5px;
			font-size: 18px;
			color: #950014;
		}
		.sedes p{
			font-size: 14px;
			color:#434343;
		}
		.img_sedes{
			border-radius: 100px;
			width: 70%;
			border: solid 3px #950014;
		}
		.sedes:hover{
			box-shadow: 9px 9px 9px rgba(220,220,220,1.00);
		}
/*sedes*/
/*datatable*/
#dt-search-0{
	border: solid 1px  #950014;
	border-radius: 100px;
	padding: 5px 10px;
	width: 80%
}	
.btn-buscar-table{
	font-size: 16px;
    color: #950014;
    border-radius: 50px;
	display: flex;
	height: 35px;
	width: 35px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: #FDC900;
	transition: .2s all;
}
       table {
            width: 100%;
            border-collapse: collapse;
            border-radius: 8px;
            overflow: hidden;
        }
        th, td {
            padding: 12px;
            text-align: center;
        }
        th {
            background-color: #950014; /* Fondo rojo para el encabezado */
            color: white;
        }
     
        tr:hover {
            background-color: #ddd;
        }
/*fin datatable*/


	@media (max-width: 1004px){
		.producto-inicios{
			padding: 18px;
		}
		
		.margen1{
		 margin-top: 80px;
	 }	 
		
 /*botone*/
		.btnp, .btnp, .compar{
			padding: 6px;
		}		
 /*fin botone*/		
	/*icons barra*/	
.icon-bar a {
  float: left;
  width: 20%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  color: #000;
  text-decoration: none;
}
.icon-bar .i{
     padding: 10px;
     transition: .2s all;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin-left: 20px;
	font-size: 20px;
	color: #950014;
	margin-top: -4px;	
	border: #FDC900 solid 1px;
	border-radius: 100px;
	height: 40px;
	 width: 40px;
	background: #fff;
	}	
		
.icon-bar .i:hover {
 background: #950014;
 color: #FFFFFF	
}
.icon-bar .i-active{
     padding: 10px;
     transition: .2s all;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin-left: 20px;
	font-size: 20px;
	margin-top: -4px;	
	border: #FDC900 solid 1px;
	border-radius: 100px;
	height: 40px;
	 width: 40px;
	 background: #950014;
 color: #FFFFFF	
	}

.icon-bar .active {
   color:  #950014
}	
	.icon-bar samp{
	font-size: 10px;
	display: flex;
	height: 10px;
	width: 50px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin-left: 15px;
	color: #000;
	margin-top: 3px;
	font-family: 'Nunito-Medium';	
		}
	
	.icon-bar a {
  padding: 10px 0px;
  
}
	a .icar{
		background: #fff;
		border-radius: 1000px;
		
	}
#nbarra{
	 position:absolute;
	 font-size: 12px;
	top: -8px;
	margin-left: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: #FDC900;
	border-radius: 100px;
	color: #fff;
	box-shadow: 2px 2px 2px #000;
}		
/* fin icons barra*/	
				
/* Buscador*/		
.top-search{
	   background: #fff;
		position: fixed;
		margin-top: 45px; 
		font-size: 13px;
		z-index: 99;
		width: 100%;
		padding: 3px;
		border: none;
		border-radius: none;	
		height: calc(100% - 33px)	
		
	}
		.top-search .p{
		margin-top: 20px;
		font-size: 17px	
	}		
		.top-search input.form-control{
		color: #000000;	
		border: solid #950014 1px;
		border-radius: 105px;
		font-size: 15px;
		text-transform: lowercase;	
	    		
		}
			
	.tt-dropdown-menu {
        background-color: #FFF;
        border: none;
        box-shadow: none;
        margin-top: 2px;
        padding: 8px 0;
        width: 100%;
	    border-top: none;
	   position: fixed;
		text-transform: lowercase;
	
	    
}		
		


.typeahead, .tt-query, .tt-hint {
     background-color: transparent;
    border: none;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    height: 40px;
    padding: 0px 16px;
	font-size: 15px;
	text-transform: lowercase;
}

   .tt-suggestion p {
    font-size: 14px;
	font-family: 'Nunito-Black';
	color: #161616;
	font-weight: 100; 
    width: 94%;
    height: auto;
    display: -webkit-box; /* Hacemos que el contenedor sea un "box" flexible */
    -webkit-line-clamp: 2; /* Limita el texto a 2 líneas */
    -webkit-box-orient: vertical; /* Indica que el contenedor debe apilarse verticalmente */
    overflow: hidden; /* Oculta cualquier contenido adicional */
    text-overflow: ellipsis; /* Añade los puntos suspensivos al final si hay texto truncado */
	text-align: left;
	  text-transform: lowercase; 
}
	.btn-buscar-barra{
	border-radius: 100px;
	background:#FDC900;
	color: #2a2c36;
	border: solid 1px #950014;
	border-left: none;
	margin-left: 5px	
		
}
		.buscador_barra{
		font-size: 12px;
		padding:20px;
	}
	.twitter-typeahead{
		width:86%;
		
	}

/* fin Buscador*/	
		
/*categoria*/		
.categoria{
	display: block;
	margin-top: -13px
}
.btn-categoria{
	padding: 4px 20px;
	 background:  #950014;
	border-radius: 100px;
	box-shadow: 4px 4px 4px 4px  rgba(235,235,235,0.90);
	color: #fff;
	transition: all 0.2s
	}	
.btn-categoria:hover{
	 background:  #FDC900;
	box-shadow: none;
	color: #000;
	}
		
/* fin categoria*/			
		

/*productos*/
.titulo_producto{
	font-size: 13px;
	-webkit-line-clamp: 2;
}
		.tp{
	-webkit-line-clamp: 1;
}
/*sedes*/
	
		.sedes .titulo-sede{
			margin-bottom:  -5px;
			font-size: 15px;
			color: #950014;
		}
		.sedes p{
			font-size: 12px;
			color:#434343;
		}
	
.img_sedes{
	width: 90%
}
}
/* fin sedes*/