* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body{
	margin: 0 0 0 0;
	font-family: 'Roboto Condensed', sans-serif !important;
	height: 100%;
	/*width: 100%;*/
}

html{
	height: 100%;
	/*width: 100%;*/
}


header{
	width: 100%;	
	height: 100px;
	background-color: #C7070F;
	position: fixed;
	top: 0;
	display: flex;
	align-items: center;
  	/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  	z-index: 3;
  	/*font-family: 'Roboto Condensed', sans-serif;*/
  	/*font-weight: 300;*/
}


section.header{
	width: 100%;
	max-width: 1240px;	
	height: 100px;
	margin: auto;
	display: flex;
	align-items: center;
}


div.logo{
	height: 100%;
	width: 11%;
	margin-left: 20px;
	background-position: left;
	/*cursor: pointer;*/
	background-image: url(../images/recursos/logos.png);
 	background-size: 80px;
	background-repeat: no-repeat;
}

.dflex{
	display: flex;
	justify-content: center;
	align-items: center;
}

.alert .glyph, .panel-heading .glyph {
	width: 26px;
	height: 26px;
	margin: 0 10px 0 0;
	stroke-width: 2px;
}



div.contenedor{
  /*border:1px solid blue;*/
  height: 100%;
  max-width: 1240px;
  /*width: 1240px;*/
  margin: auto;
  /*margin-top: 100px;*/
  /*------------------------*/
  /*padding-top: 80px;*/
}


/*--------------------------------------HEADER-------------------------------*/

div.contSearch{
	width: 100%;
	height: 39px;
	border:none;
	border-radius:8px;
	background-color: white;
	display: flex;
}

select.selects{
	padding-left: 7px;
	width: 22%;
	height: 100%;
	border-radius: 8px 0px 0px 8px;
	border:none;
	border-right: 1px solid;
	background-color: #F5F5F5;
	color:#444444;
}

input.inputHeader{
	width: 72%;
	height: 100%;
	border-radius: 8px;
	border: none;
	padding-left: 7px;
}

div.iconS{
	width: 7%;background-color: #444444;border:none;border-radius: 0px 8px 8px 0px;background-image: url('../images/recursos/search.png');background-repeat: no-repeat;background-position: center;background-size: 21px;cursor: pointer;
}

div.hboxR{
	height: 100%;
	width: 20%;
	position: relative;
}

div.hiconuser{
	width: 25%;
	height: 100%;
	background-image: url('../images/recursos/user.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 31px;
}

p.hsaludo{
	font-size: 28px;
	color: #ffffff;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.sesionInfo{
	width: auto;
	position: absolute;
	top: 100px;
	right: 0px;
	left: 15px;
	z-index: 5;
	display: none;
}



div.continfo{
	width: 290px;
	height: 190px;
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .16);
	background-color: #ffffff;
}




p.poption{
	font-size: 15px;
	cursor: pointer;
	margin: 0px;
	width: 100%;
	padding-left: 30px;
	border-top: 1px solid #707070;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	color:#444444;
}

span.poption{
	position: absolute;
	width: 19px;
	height: 19px;
	background-size: cover;
	left: 0px;
	margin-right: 13px;
}


div.opc1info{
	width: 90%;
	margin:auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 15px;
}


div.nominfo{
	width: 72%;
	padding-left: 8px;
	color:#444444;
	font-size: 20px;
	font-size: 18px;
}

div.contperfil{
	display: flex;
	width: 75%;
	margin-left: 25%;
	margin-top: 8px;
}

div.contbotones{
	width: 90%;
	margin:auto;
	margin-top: 13px;
	flex-direction: column;
}


div.perfilbutton{
	width: 50%;
	border:1px solid;
	height: 25px;
	font-size: 14px;
	background-color: #C7070F;
	color:white;
	border-radius: 4px;
	border:none;
	cursor: pointer;
}

div.hcompras{
	height: 100%;
	width: 11%;
	padding-right: 10px;
	position: relative;
}

div.logoCompras{
	cursor:pointer;
	float: right;
	width: 42px;
	height: 100%;
	background-image: url('../images/recursos/shcar.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 42px;
}

/*--------------------------------------------PERFIL ---------------------------------------------------------*/

div.vperfil{
	width: 50%;
	display: flex;
	align-items: center;
}

div.formEmpleado{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}

div.imgperfil{
	width: 25%;
	height: 303px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.05);
	flex-direction: column;
}

div.inputPersonales{
	width: 72%;
	height: auto;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.05);
	padding: 20px 20px 30px 30px;
	display: flex;
	flex-direction: column;
}

div.divinput{
	width: 100%;
	margin-top: 30px;
}

input.inputpersonales, select.inputpersonales{
	width: 33%;
	height: 45px;
	border-radius: 5px;
	border:1px solid #4444447d;
	padding: 10px;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
}

.finalizarInput{
	width: 90% !important;
	margin: 18px 0px 18px 0px;
}

/*--------------------------CATALOGO---------------------------------*/

p.titulocat{
	margin-top: 0px;
	margin-bottom: 80px;
	color:#444444;
	font-size: 40px;
}

div.contcards{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap; /*nuevo*/
	/*justify-content: space-between;*/
}

div.cardcat{
	height: auto;
	width: 23%;
	background-color: #F5F5F5;
	/*background-color: #4CAF50;*/
	/*border:1px solid;*/
}


div.contentCard{
	width: 80%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: auto;
}

p.cardTitle{
	color:#444444;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
}

img.imgCard{
	width: 100%;
	height: 100%;
}

p.vmasCard{
	color:#444444;
	font-size: 21px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	cursor: pointer;
	margin: 15px;
}

p.titulo1{
	color:#444444;
	font-size: 24px;
	font-weight: bold;
}

div.mascate{
	height: 333px;
	width: 23%;
	background-color: #C7070E;
	display: flex;
	position: relative;
}


div.divtela{
	width: 80%;
	display: flex;
	justify-content: center;
	margin: auto;
}

div.divtop{
	width: 100%;
	position: absolute;
	height: 100%;
	background-color:#c7070e94;
}

div.cardproduc{
	background-color: #ffffff;
	margin-bottom: 65px;
}

div.contentProduc{
	padding-top: 40px;
	margin: 0px;
	width: 100%;
	background-color: #F5F5F5;
}

p.vmasproducto{
	margin: 15px 0px 15px 0px;
	padding: 0px 10px 0px 10px;
}


div.btn-carrito{
	color: #ffffff;
	width: 75%;
	text-align: center;
	background-color: #C7070F;
	border:1px solid #C7070F;
	border-radius: 7px;
	font-size: 20px;
	height: 45px;
	cursor: pointer;
}

div.btn-volverPedir{
	color: #ffffff;
	width: 256px;
	text-align: center;
	background-color: #C7070F;
	border:1px solid #C7070F;
	border-radius: 7px;
	font-size: 17px;
	height: 45px;
	cursor: pointer;
}

p.btn-seccion{
	font-size: 22px;
	margin-left: 30px;
	border:1px solid;
	padding: 8px 40px 8px 40px;
	color:#ffffff;
	background-color: #444444;
	border-radius: 9px;
	cursor: pointer;
}

.noselect{
	-webkit-user-select: none;  
  	   -moz-user-select: none;     
  	    -ms-user-select: none;      
  	        user-select: none;  
}

div.btn-top{
  position: sticky;
  bottom: 30px;
  float: right;
  width: 75px;
  height: 75px;
  background-image: url('../images/recursos/arrotop.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: none;
}


div.cIzq{
	width: 50%;
	/*border:1px solid;*/
}
div.cDer{
	width: 50%;
	/*border:1px solid;*/
	padding:0px 20px 0px 40px;
}


section.carousel{
  background-color: #ffffff;
  height: auto;
}

div.carousel{
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

div.vproducto{
	width: 100%;
	padding-top: 14px;
}

p.producto{
	font-weight: bold;
	font-size: 38px;
	width: 100%;
	color:#444444;
}

p.productoTit{
	margin: 0px;
    font-size: 27px;
    color: #444444;
}


p.subcateP{
	color: #999999;
	font-size: 22px;
	margin: 14px 0px 14px 0px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
   margin-right: 6px;
}


input.numberinp{
	width: 65px;
	border-radius: 5px;
	border:2px solid #C7070F;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

div.carritoArticulo{
	width: 40%;
	margin-left: 5px;
}

img.fechatitulo{
	width: 37px;
	height: 37px;
	cursor: pointer;
	margin-right: 25px;
}
table{
	text-align: left;
	color:#444444;
	border-spacing: 0px;

}
th{
	font-size: 22px;
	border-bottom: 1px solid #ddd;
	padding: 15px;
}

td{
	font-size: 17px;
	border-bottom: 1px solid #ddd;
	padding: 15px;
}

a.nodecore{
	/*text-decoration: none;*/
	color: initial;
}

a.notext{
	text-decoration: none;
	color: initial;
}

div.btn-grey{
	background-color: #999999;
	border:1px solid #999999
}

div.btn-green{
	background-color: #2FCA73;
	border:1px solid #2FCA73;
}


/*td.tdFinalizar{
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	padding: 30px 15px 30px 15px;
}
*/


.tdOpciones{
	border-bottom: 1px solid;
	border-top: 0px !important;
	padding: 0px;
}

td.tdFinalizar{
	border-top: 1px solid #444444;
	border-bottom: none;
	padding: 30px 15px 15px 15px;
}


td.tdCarrito{
	/*border-top: 1px solid #444444;*/
	border-bottom: 1px solid #444444;
	padding: 20px 0px 20px 0px;	
}
td.medio{
	border-top: 0px !important;
}

/*-------------------------------- INPUT NUMBER ------------------------------------------*/



input.numberHori {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input.numberHori::-webkit-inner-spin-button,
input.numberHori::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 2px solid #C7070F;
  display: inline-flex;
  border-radius: 10px;
  margin-top: 8px;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 28px;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 10px;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 56px;
  /*padding: .5rem;*/
  /*border: solid #ddd;*/
  border-width: 0 0px;
  font-size: 15px;
  height: 28px;
  /*font-weight: bold;*/
  text-align: center;
}


/*---------------------- carrito ------------------------------*/

div.dCarrito{
	/*width: 30%;*/
	right: 50px !important;
	width: 372px;
	padding:15px 20px 15px 20px;
	/*position: absolute;*/
	position: fixed;
	background-color: #FFFFFF;
	top: 100px;
	right: 0px;
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .16);
	height: 89%;
	display: none;
	z-index: 30
}

div.circarr{
	width: 20px;
	height: 20px;
	background-color: #FFFFFF !important;
	position: absolute;
	z-index: 50;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 52%;
	right: 0px;
	border:1px solid #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

span.cerrarC{
	float: right;
	font-family: Arial;
	cursor: pointer;
	user-select: none;
}

div.contProduc{
	overflow-y: auto;
	width: 100%;
	height: 65%;
	border-top: 1px solid;
}

td.tdimg{
	width: 95px; 
	max-width: 95px;
}

p.pMarca{
	margin: 11px 0px 0px 0px;color: #999999
}

p.pTotal{
	font-weight: bold;
	font-size: 18px;
	color:#444444;
	width: 100%;
}


div.btnCarro{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid;
	padding-bottom: 10px;
}

div.btnCarro2{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.vmasCarro{
	width: 100%;
	max-width: 327px;
}




/*------------------------------ LOG ---------------------------------*/


input.inputLog{
	padding: 15px;
	font-size: 17px;
	width: 100%;
	height: 48px;
	border:2px solid #C7070F;
	border-radius: 10px
}
select.inputLog{
	font-size: 17px;
	width: 100%;
	height: 48px;
	border:2px solid #C7070F;
	border-radius: 10px
}

div.contPrincipal{
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
}

div.divcontlog{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 13%;
}


p.titUno{
	font-size: 23px;
	color: #707070;
	margin-bottom: 50px;
	margin-top: 53px;
}

p.labelInp{
    text-align: center;
	font-size: 23px;
	color: #444444;
	margin-bottom: 2px;
}

.padding-right{
    padding-right: 30px;
}
.padding-left{
    padding-left: 30px;
}

input.btInicio{
	width: 355px;
	font-family: 23px;
	height: 48px;
	color: #ffffff;
	text-align: center;
	background-color: #C7070F;	
	border:1px solid #C7070F;	
	border-radius: 7px;	font-size: 20px;
	margin-top: 62px;
	margin-bottom: 25px;
	cursor: pointer;
}

p.depAlma{
	font-size: 23px;
	color: #707070;
	margin-bottom: 0px;
}

p.marcaB{
	font-size: 23px;
	color: #444444;
	margin-bottom: 0px;
}
.container{
    padding: 30px 0;
}
@media screen and (max-height: 810px) {
	div.dCarrito{
		height: 100%;
	}

	div.contProduc{
		height: 55%;
	}
}





