.modal_pedido{
    /* position: fixed;
    top: 5.2vw;
    right: 0;
    flex-wrap: wrap;
    width: 50vw;
    background-color: white;
    z-index: 9001;
    height: 85vh; */
	position: fixed;
    top: 5.2vw;
    right: 0;
    flex-wrap: wrap;
    width: 21.771vw;
    background-color: white;
    z-index: 9001;
    height: 89vh;
}
.box_tipe_document_resp{
	display: none;
}
.cont_editar_perfil{
	width: 94%;
	padding: 2vw;
	
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
.cont_editar_perfil_foto{
	width: 20%;
}
.box_icon_meto_pay_title{
	display: flex;
    align-items: center;
}
.cont_editar_perfil_datos{
		width: 80%;
		display: flex;
		flex-wrap: wrap;
}
.pantalla_oscurecer_todo_x_d{
    top: 5.2vw;
}
.cont_resumen_pedido_int{
	width: 72.969vw;
	background-color: red;
	border-radius: 4px;
	border: solid 1px #dcdcdc;
	background-color: #fafafa;
  position: relative;
  border-radius: 8px;
	
}
.metodos_pago_contenedor{
	/* padding-left: 30vw;
	padding-right: 30vw; */
	padding-left: 8vw;
    padding-right: 8vw;
}
.opt_1_cont{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%);
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 1vw;
    padding: 0vw 2vw;
    height: 3vw;
    cursor: pointer;
}
.opt_2_cont{
	  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%);
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 1vw;
    padding: 0;
    height: 3vw;
    cursor: pointer;
}
.opt_seleccionado{
	background-color: #154284;
	color: white;
}
.div_circulo{
	background-color: chartreuse!important;
}
.div_circulo{
	width: 1vw;
	height: 1vw;
	border-radius: 50%;
	box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%);
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: gray;
  margin-right: 0.5vw;
}

.opt_1_cont>img{
	width: 2vw;
}
#img_tipo_punto{
	width: 2vw;
}
.opt_1_cont>input{
	padding: 0;
	margin: 0;
}

.opt_2_cont>img{
	width: 2vw;
}
.opt_2_cont>input{
	padding: 0;
	margin: 0;
}
.cont_carrito{
	position: relative;
}
.num_items_carrito{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: red;
	border-radius: 50%;
	width: 1vw;
  justify-content: center;
  align-items: center;
  height: 1vw;
  font-size: 0.7vw;
  padding: 0;
  color: white;
  text-align: center;
  display: none;
}
.img_carrito{
	width: 2.8vw;
  height: 3.3vw;
  cursor: pointer;
}
.encabezado_resumen_pedido{
	width: 98vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
.div_domiciliario_foto{
	width: 6vw;

}
.contenedor_datos_domiciliario_nombre{
	margin-bottom: 1vw;
}
.div_domiciliario_datos{
	width: 100%;
	padding-left: 1vw;

}
.div_domiciliario_foto img{
	width: 5vw;
	height: 5vw;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
}
.contenedor_datos_domiciliario{
	width: 100%;
	display: flex;
	align-items: center;
}
.encabezado_resumen_pedido img{
	width: 20vw;
}
.titulo_estado_detalle_pedido{
	width: 50%;
	text-align: center;
	margin: 0;
	border-right: 1px solid;
	font-size: 1.2vw;
	font-weight: 900;

}
.dato_estado_detalle_pedido{
	width: 49%;
	text-align: center;
	margin: 0;
	font-size: 1.2vw;
	font-weight: 900;
}
.datos_resumen_pedido{
	width: 98vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contorno_datos_pedido{
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  width: 70vw;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2vw;

}
.contorno_datos_pedido_detalle{
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.img_comercio_detalle_pedido{
	width: 30%;
}
.datos_comercio_detalle_pedido{
	width: 69%;
}
.img_comercio_detalle_pedido img{
	width: 8vw;
	height: 8vw;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
 	background-color: #ffffff;
}
.contenedor_datos_50_borde{
	width: 46%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
 	background-color: #ffffff;
 	display: flex;
	position: relative;
	flex-wrap: wrap;
	padding: 1vw;
	margin-bottom: 1vw;
}
.contenedor_datos_50_sin_borde{
	width: 49%;
	background-color: #ffffff;
 	display: flex;
	position: relative;
	flex-wrap: wrap;
	margin-bottom: 1vw;
}
.img_imagenes_detalle_pedido{
	width: 6vw;
	height: 7vw;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
 	background-color: #ffffff;
 	border-radius: 8px;
 	margin-right: 1vw;
}
.cont_datos_parrafos{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.cont_datos_parrafos_comercio{
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 1.5vw;

}
.contenerdor_info_comercio{
	height: 8vw;
}
.item_resumen_estado_codigo{
	height: 2.4vw;
	display: flex;
	align-items: center;
}
.cont_datos_parrafos_comercio p{
	margin: 0;
	font-size: 1.3vw;
}
.titulo_item_detalle_pedido{
	font-size: 1.2vw;
	font-weight: 900;
}
.dato_item_detalle_pedido{
	font-size: 1.2vw;
	font-weight: 500;
}
.cont_datos_parrafos p{
	margin: 0;
}
.contenedor_imagenes_detalle_pedido{
	width: 100%;
	overflow: auto;
	height: 7.5vw;
}
.p_datos_detalle_pedido{
	width: 100%;
	text-align: left;
	padding-left: 1.2vw;
}
.contenedor_datos_100_borde{
	width: 100%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
 	background-color: #ffffff;
 	display: flex;
	position: relative;
	flex-wrap: wrap;
	padding: 1vw;
	margin-bottom: 1vw;
}
.contorno_datos_pedido h1{
	width: 100%;
	text-align: center;
	margin: 0;
    font-size: 2vw;
    margin-bottom: 1vw;
}
.mensaje_confirmacion{
	width: 60vw;
	font-family: Prompt;
	font-size: 2vw;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #757575;
}
.h1_mensaje_confirmacion{
	font-size: 2vw!important;
}
.btn_confirmacion_pedido{
	width: 15vw;
}
.cont_text_confirmacion{
	width: 100vw;
	display: flex;
	justify-content: center;
	margin-top: 2vw;
	flex-wrap: wrap;	
}
.cont_botones_confirmacion{
	display: flex;
	width: 100%;
	justify-content: space-evenly;
    padding-left: 12vw;
    padding-right: 12vw
}

.slt_productos_chosen{
	width: 40%!important;

	}
.borrar_item_orden_pedido{
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer!important;
	border-radius: 50%;
	background-color: #154284;
	color: white;
	height: 1vw;
	width: 1vw;
	font-size: 0.8vw!important;
}
.chk_ver_seccion{
	width: 90%;
}
.titulo_item_orden_pedido{
	width: 50%;
	text-align: left!important;
	font-weight: 900;
}
.code_puntos{
	font-size: 0.9vw;
    color: #6c6c6c;
}
.dato_item_orden_pedido{
	width: 65%;
	text-align: right!important;
	font-weight: 100;
}
.div_item_orden_pedido{
	border-radius: 8px;
    border: solid 1px #b7b7b7;
    background-color: #ffffff;
    padding-left: 1.2vw;
    padding-right: 1.2vw;
    margin-bottom: 0vw!important;
    padding-top: 1vw;
    padding-bottom: 1vw;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.div_item_orden_pedido p{
	font-size: 1.042vw;
    color: #1e1e1e;
    font-weight: 200;
    margin-bottom: 0.43vw;
}
.box_footrer_viwes_nuevo{
	padding: 0vw 3vw 2vw 3vw;
}

.cont_items_pedido_orden{
	display: flex;
	flex-wrap: wrap;
	width: 98%;
	margin-left: 1%;
	justify-content: center;
	/*background-color: red;*/
	height: 35vh;
	overflow-y:auto; 
}
.cont_resumen_pedido_orden{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 1%;
    padding-top: 0;
    justify-content: center;
    /* background-color: blue; */
    /* height: 9vh;*/
}

.btn_intero_agregar_producto{
	position: absolute!important;
	bottom: 0;
}
#btn_agregar_producto{
	margin-top: 0;
    width: 12.448vw;
    height: 3.385vw;
    border-radius: 5px;
    background: #154284 !important;
}
.cont_agregar_productos_items{
	width: 96%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 1vw;
	padding-right: 1vw;

}
.cont_agregar_productos{
	width: 100%;
	/*background-color: gray;*/
	height: 70vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.titulo_pasos_2{
	margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 1.302vw;
    color: #1e1e1e;
}
.cont_agregar_productos_interno{
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #fafafa;
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 8px;
	padding-bottom: 2vw;
	position: relative;
}
.p_saldo_puntos_tinga{
	font-size: 1vw;
}
.cont_agregar_productos_boton{
	display: flex;
	width: 100%;
	height: 10vh;
	justify-content: center;
	position: relative;
}
.cont_int_50{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: fit-content;
}
.elemento_direccion{
	border-radius: 8px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 4vw;
	margin-bottom: 1vw;
}
.elemento_direccion p{
	width: 80%;
	text-align: center; 
	margin-top: 1vw;
}
.btn_usar_direccion{
	margin-top: 2vw!important;
	width: 20%;
}
.title_resume_cart{
	font-size: 1.823vw;
    color: black;
    font-family: 'Stem-Medium';
    margin-top: 0.4vw;
    text-align: center;
}
.cont_direcciones_usadas{
	/*background-color: red;*/
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	height: 11.5vw;
	overflow-y: auto;
	margin-left: 1vw;
}
.cont_encabezado_crear_pedido{
	width: 98vw;
	height: 20vh;
	/*background-color: red;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
.cont_proceso_crear_pedido{
	width: 98vw;
	height: 68vh;
	/*background-color: blue;*/
	display: flex;
}
.elemento_menu_crear_pedido{
	width: 15vw;
	height: 80%;
	/*background-color: yellow;*/
	display: flex;
	justify-content: center;
	position: relative;
	flex-wrap: wrap;
	margin-top: 2vw;
}
.cont_mapa_pedido{
	width: 100%;
	padding: 1vw; 
	border-radius: 8px;
	border: solid 1px #b7b7b7;
	background-color: #ffffff;
	height: 15vw; 
    padding-top: 0;
    margin-left: 1vw;
}
#map_pedido{
	border-radius: 8px;
}
.elemento_menu_crear_pedido p{
    width: 100%;
    margin-top: -2vw;
    color: #1e1e1e;
    font-weight: 600;
    text-align: center;
    font-size: 1.301vw;

}
h1 {
	color: #757575;
    font-family: Prompt;
    font-weight: 600;
    margin-top: 0;
    width: 100%;
    text-align: center;
}

.title_methods_pay{
	color: #1e1e1e;
    font-family: 'Stem-Medium';
    margin-top: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 1vw;
	font-weight: 400;
    font-size: 1.823vw;
}
h2 {
	color: #757575;
    font-family: Prompt;
    font-weight: 600;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 1.5vw;
}
.linea_crear_pedido{
	width: 15vw;
	height: 0.5vw;
    background-color: #b7b7b7;
    position: absolute;
    top: 1.25vw;
	left: 7.5vw;
	z-index: 1;
}
.circulo_crear_pedido{
	width: 3vw;
	height: 3vw;
	border-radius: 50%;
	background-color:#b7b7b7; 
	z-index: 2;
}
.circulo_crear_activo{
	background-color:#154284!important; 	
}
.clicleable{
	cursor: pointer;
}
.contenedor_pasos{
	/* width: 100%;
	height: 100%;
	display: none;
	position: relative;
	background-color: gray;
	padding-left: 5vw;
	padding-right: 5vw;
	justify-content: center;
	flex-wrap: wrap; */
	width: 100%;
    height: 100%;
    display: none;
    position: relative;
    /* background-color: gray; */
    padding-left: 13vw;
    padding-right: 13vw;
    justify-content: center;
    flex-wrap: wrap;
}
.contenedor_pasos_activo{
	display: flex!important;
}
.input_pasos_1{
	width: 55%;
    height: 4vw;
    border-radius: 8px;
    border: solid 1px #b7b7b7;
    background-color: #ffffff;
    padding-left: 2vw;
    margin-bottom: 1vw!important;
    border-radius: 6px;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #dcdcdc;
    background-color: #fff;
}

.input_pasos_2{
	width: 40%;
	height: 4vw;
	border-radius: 8px;
	border: solid 1px #b7b7b7;
	background-color: #ffffff;
	padding-left: 2vw;
	margin-bottom: 1vw!important;
}
.textarea_pasos_2{
	width: 40%;
	height: 3vw;
	border-radius: 8px;
	border: solid 1px #b7b7b7;
	background-color: #ffffff;
	padding-left: 2vw;
	margin-bottom: 1vw!important;
	padding-top: 1vw;
}
.boton_crear_pedido{
	cursor: pointer;
    height: 3.385vw;
    padding: 0;
    padding-right: 2vw;
    padding-left: 2vw;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.2);
    background-color: #154284;
    border-radius: 8px;
    margin-top: 1vw;
    font-size: 1.302vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border: none;
    display: flex;
    justify-content: center;
    width: 17.188vw;
    align-items: center;
}
.img_boton_recargar_puntos {
    width: 18.229vw;
    height: 3.385vw;
    border: 1px solid #154284;
    color: #154284 !important;
    cursor: pointer;
}
.contorno_compuestos{
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	
}
.item_compuesto_seleccionar{
	width: 50vw;
	background-color: white;
	border-radius: 8px;
	padding: 1vw;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}
.select_compuestos_adicionar{
	width: 90%;
	margin-right: 1vw;
	margin-bottom: 1vw;
}
.boton_compuesto{
	cursor: pointer;
	height: 2vw;
	padding: 0;
	padding-right: 2vw;
	padding-left: 2vw;
	box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.2);
  	background-color: #154284;
  	border-radius: 8px;
  	margin-top: 0;
  	font-family: Prompt;
	font-size: 0.65vw;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	border: none;
	display: flex;
    justify-content: center;
    align-items: center;
}
.titulo_pasos_1{
    margin: 0;
    margin-bottom: 1vw!important;
    height: 3.9vw;
    border-radius: 8px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.16);
    background-color: #fafafa;
    width: 41%;
    padding-top: 1.3vw!important;
    padding-bottom: 0!important;
    text-align: left!important;
    padding-left: 2vw!important;
}
.titulo_pasos_2_item{
	margin: 0;
	margin-bottom: 1vw!important;
	height: 2.5vw;
	border-radius: 8px;
 	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.16);
  	background-color: #fafafa;
  	width: 47%;
    padding-top: 1.5vw!important;
    padding-bottom: 0!important;
    text-align: left!important;
    padding-left: 2vw!important;
}

.campo_requerido{
	background-color: #ffc1078f;
}

.btn_aceptar_confirmacion{
	border:none;
	color: white;
}
.contenedor_paso_03{
	padding: 0;
}

@media (max-width:900px){
	#btn_agregar_producto{
		margin-top: 0;
		width: 100%;
		height: 11.385vw;
		border-radius: 5px;
		background: #154284 !important;
	}
	.img_carrito{
		width: 9vw;
	  height: 9vw;
	}
	.cont_editar_perfil_datos {
    width: 100%;
  }
	.cont_editar_perfil_foto{
		width: 100%;
		margin-bottom: 10vw;
	}
	.div_input_perfil{
			width: 100%;
   		margin-bottom: 4vw;
	}
	.TR_D4_inp_perfil{
		width: 100%;
		height: 10vw;
	}
	.inp_num_cont_perfil{
		width: 100%!important;
		height: 10vw!important;

	}
	
	.div_input_perfil input{
		width: 100%;
		font-size: 4vw;
		height: 10vw;
	}
	.div_input_perfil select{
		width: 100%!important;
		font-size: 4vw;
		height: 10vw;
	}
	.div_cnt_select_img_perfil{
		width: 100%!important;
		font-size: 4vw;
		height: 10vw!important;
	}
	.cnt_inp_img_cam_clave {
  		width: 100%!important;
		font-size: 4vw;
		height: 10vw!important;
   }
   .btn_guardar_cambio {
    width: 100%!important;
    height: 10vw!important;
    font-size: 4vw!important;
    margin-bottom: 4vw!important;
  }
	.cnt_img_txt_perfil{
		width: 100%!important;
	}
	.cnt_img_y_camara_perfil {
		width: 100%!important;
		height: auto!important;
	}
	.TR_D4_inp_perfil{
		padding-left: 10vw;
	}
	.div_circulo {
	    width: 3vw;
	    height: 3vw;
	}
	.opt_1_cont>img {
	    width: 10vw;
	}

	#img_tipo_punto{
		width: 10vw;
	}

	.opt_1_cont {
		height: auto;
		width: 100%;
		margin-bottom: 2vw;
		margin-top: 2vw;
		margin-left: 0;
		padding: 1vw;
}
	.metodos_pago_contenedor {
	    padding-left: 2vw;
	    padding-right: 2vw;
	}
	#p_titulo_opcion_int_v{
	   font-size: 5vw!important;
	}
	.mensaje_opcion_int {
	    width: 80vw!important;
	}
	.btn_cont_prov {
	    width: 90%!important;
	    height: 10vw!important;
	    font-size: 5vw!important;
	  }

	.contenedor_pasos {
		width: 100%;
		padding-left: 6vw;
		padding-right: 6vw;
		margin-top: 4vw;
   }

	.contenedor_paso_03{
		padding-left: 4vw;
	}

	.responsive_boton_pasos{
      /* position: fixed!important; */
      bottom: 2vw;
      left: 5vw;
	}
	.contenido_pagina {
   
	    height: 170%;
	}
	.elemento_direccion {
    
	    flex-wrap: initial;
	    width: 100%;
	    height: auto;
	}
	.cont_proceso_crear_pedido {
    width: 100vw;
	height: auto;
	}
	h2 {
      font-size: 5vw;
      margin: 2vw;
	}
	.cont_direcciones_usadas {
    /* background-color: red; */
	    /* height: auto; */
		height: 22vw;
	}
	.cont_mapa_pedido {
    height: 60vw;
 }
	.input_pasos_1 {
		width: 100%;
		height: 10vw;
		font-size: 5vw;
		margin-bottom: 5vw !important;
	}
	.titulo_pasos_1 {
      height: 10vw;
	    width: 100%;
	    font-size: 5vw;
	}

	.cont_int_50{
      width: 100%;
	}

	h1 {
      margin-bottom: 0;
	    height: auto!important;
	}
	.elemento_menu_crear_pedido {
	    display: none;
	}
	.cont_encabezado_crear_pedido {
	    display: none;
	}
  .boton_crear_pedido {
	width: 100% !important;
    height: 10vw;
    font-size: 4vw!important;
    padding: 2vw;
	margin-top: 5vw;
	}
	.pantalla_oscurecer_todo_x_d{
    top: 15vw;
	}
	.modal_pedido {
    top: 14.8vw;
    right: 0;
    width: 100vw;
    
}
	.num_items_carrito {
		font-size: 4vw;
		height: 4vw;
		width: 4vw;
		}
	.cont_resumen_pedido_int{
		width: 95vw;
	}
    .encabezado_resumen_pedido img{
		width: 50vw;
		margin-bottom: 4vh;
	}
	.encabezado_resumen_pedido{
		height: 10vh;
	}
	.contorno_datos_pedido{
		width: 90vw;
	}
	.contenedor_datos_50_borde{
		width: 97%;
	}
	.contenedor_datos_100_borde{
		width: 97%;
	}
	.contenedor_datos_50_sin_borde{
		width: 97%;
	}
	p {
	   font-size: 3.5vw!important;
	}
	.contenerdor_info_comercio {
	    height: 16vw;
	}
	.img_comercio_detalle_pedido img {
	    width: 16vw;
	    height: 16vw;
	}
	.div_domiciliario_foto img {
	    width: 12vw;
	    height: 12vw;
	}
	.div_domiciliario_foto {
	    width: 16vw;
	}
	.item_resumen_estado_codigo{
		height: 4vw;
	}
	.datos_resumen_pedido{
		width: 92vw;
	}
	.contorno_datos_pedido h1 {
	    font-size: 6vw;
	}
	.img_imagenes_detalle_pedido {
	    width: 15vw;
	    height: 16vw;
	}
	.contenedor_imagenes_detalle_pedido {
	    height: 17.5vw;
	}
	.box_tipe_document_resp{
		display: flex;
	}
	.inp_doc_perfil {
		margin-right: 0.8vw;
		width: 20.5vw !important;
	}
	.inp_num_doc_perfil {
		width: 15.5vw;
		height: 3.646vw;
		border: solid 0.1vw #b9b9b9;
		border-radius: 8px;
		margin-top: 0.6vw;
		text-align: center;
		font-size: .9vw;
		margin-top: 2.5vw;
		font-family: 'Stem-Light';
		padding: 0;
		color: #b9b9b9;
		border-radius: 6px;
		box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.16);
		border: solid 1px #dcdcdc;
		padding-left: 0.5vw;
		text-align: initial !important;
		margin-bottom: 0vw !important;
		margin-top: 6vw;
		margin-left: 2.7vw;
	}
	.cont_editar_perfil {
		width: 100%;
		padding: 2vw;
		height: auto;
		display: flex;
		flex-wrap: wrap;
	}
	.box_tipe_document_resp {
		display: flex;
		width: 97%;
	}
	.title_methods_pay {
		color: #1e1e1e;
		font-family: 'Stem-Medium';
		margin-top: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 1vw;
		font-size: 4.823vw;
		margin-bottom: 4vw;
	}
	.elemento_direccion {
	    border-radius: 8px;
		box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
		border: 1px solid rgba(0, 0, 0, 0.2);
		background-color: #ffffff;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100% !important;
		height: 9vw;
		margin-bottom: 6vw;
		flex-direction: column;
	}
	.elemento_direccion p {
		width: 100%;
		text-align: center;
		margin-top: 1vw;
		height: 7vw;
		margin-bottom: 3vw;
	}
	.titulo_pasos_2 {
		margin-top: 2vw;
		margin-bottom: 1vw;
		font-size: 4.302vw;
		color: #1e1e1e;
	}

	.opt_1_cont {
		display: flex;
		flex-wrap: nowrap;
	
	}
	.box_icon_meto_pay_title {
		display: flex;
		align-items: center;
		width: 43vw;
	}
	.div_disponible_puntos_tinga {
		display: flex;
		position: absolute;
		width: 100%;
		bottom: 3vw;
		padding-left: 2vw;
		padding-right: 2vw;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.img_boton_recargar_puntos {
		width: 100% !important;
		height: 10.385vw;
		border: 1px solid #154284;
		color: #154284 !important;
		cursor: pointer;
		margin-top: 2vw;
	}
	.img_saldo_puntos_tinga {
		width: 6vw;
		height: 6vw;
		margin-right: 2.5vw;
	}
	.box_footrer_viwes_nuevo {
		padding: 1vw 0vw 3vw 0vw;
	}
	.box_iten_cart {
		border-radius: 8px;
		box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
		background-color: #fff;
		padding: 1vw;
		margin-bottom: 3vw;
		padding-top: 0vw;
		width: 100% !important;
		padding-left: 0vw !important;
		padding-right: 0vw !important;
		margin-left: 1vw;
		margin-right: 0vw;
	}
	.titulo_item_orden_pedido {
		width: 41%;
		text-align: left!important;
		font-weight: 900;
	}
	.text_total_resumen_nuevo {
		font-size: 4.302vw;
		color: #1e1e1e;
		text-align: left;
	}
	.text_tipe_money_pay {
		font-size: 3.042vw;
		color: #1e1e1e;
	}
	.box_iten_resumen_s {
		border-radius: 4px;
		border: solid 1px #dcdcdc;
		background-color: #fff;
		padding: 1vw 2.3vw 0vw;
		margin-top: 2vw;
	}
	.div_item_orden_pedido {
		border-radius: 8px;
		border: solid 1px #b7b7b7;
		background-color: #ffffff;
		padding-left: 2.2vw;
		padding-right: 2.2vw;
		margin-bottom: 0vw!important;
		padding-top: 2vw;
		padding-bottom: 1vw;
		width: 100%;
		display: flex;
		justify-content: space-between;
		position: relative;
		flex-wrap: wrap;
	}
	.cont_resumen_pedido_orden {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-left: 0;
		padding-top: 0;
		justify-content: center;
		/* background-color: blue; */
		/* height: 9vh; */
	}
	.text_tipe_money_pay_2 {
		font-size: 3.042vw !important;
		color: #154284 !important;
	}
	.text_total_resumen_nuevo {
		font-size: 4.302vw !important;
		color: #1e1e1e;
		text-align: left;
	}
}
