/* This code is only meant for previewing your Reflow design. */
.texto-item2{
	width: 50%;
	text-overflow: ellipsis;
	width: 60%;
	max-width: 350px;
	white-space: nowrap;
	overflow: hidden;
}
.texto-item{
	width: 70%;
	text-overflow: ellipsis;

	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	font-weight: none;
}
.valor-item{
	width: 50%;
	text-overflow: ellipsis;
	width: 20%;
	max-width: 350px;
	white-space: nowrap;
	overflow: hidden;
	border: none;
}
.menu-mobile{ display:none;}
.comentarios-alejo{ width:89%}

.texto-cantidad{
	width: 15%;
	text-overflow: ellipsis;
	max-width: 350px;
	white-space: nowrap;
	overflow: hidden;	
	}
.cuadro_gris h5 {
font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
text-align: center;
font-weight: normal;
font-size: 20px;
line-height: 22px;
padding-top: 30PX;
color: #F770D5;
margin: 0px 0px 0px;}
/* line-height: 24px; */
.totales-mobile{
	width: 30%;
	font-size: 14px;
	color: #000000;
	border: none;
	
}
.cuadro_gris {
	background-color: #F1F1F1;
	color: beige;
	width: 100%;
	max-width: 391px;
	height: 768px;
	margin-top: 31px;
	border-radius: 7PX;
	float: right;
	font-size: -8px;
}
#cantidad {
	width: 50px;
	/* display: inline; */
}

#unitario{
	width:30px;}
	
#v-total{
	width:140px}
	
	.tip {
	color: #fff;
	background:#1d1d1d;
	display:none; /*--Hides by default--*/
	/* padding:10px; */
	position:absolute;	
	z-index:1000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.item{
	width: 551px;
	/* height: 66px; */
	display: grid;
	margin: 0 12px 17px 12px;
}



}
@media only screen and (max-width: 484px) {
	.totales-mobile{ display:none;}
	#box4{display:none;}
	#box6{margin-top: 0px;}
	.contenedor_cotizador{  margin-top: -60px;}
	.menu-mobile{   display: block;
  margin: 31px 0px 0px 88%;
  float: right;
  margin-right: 5%;
  position: absolute;}
	}
