@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap');


:root {
  --anchomax: 1440px;
  --fuenteTitulo1: 'Montserrat', sans-serif;
  --fuenteForm1: 'Montserrat', sans-serif;
  --fuenteTxt1: 'Montserrat', sans-serif;
  --colorAzul1: rgb(0, 103, 136);
  --colorAzul1: rgb(0, 0 ,110);

  --colorBlanco1: rgb(255, 255, 255);
  --colorNaranja1: rgb(255, 87, 34);
  --backAzul1: rgb(6,97,113);
  --backAzul1: rgb(0, 0 ,110);
  --backNaranja1: rgb(255, 87, 34);
  --backNaranja1: rgb(175, 92, 42);
  --backGris1: rgb(246, 246, 246);
  --mmhover101:rgb(200,26,26);
  --fontSize104:2.2rem;
  --colorBlack101:rgb(34, 34, 34);
  --gris101: rgb(128 128 128);
}
* {
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    min-height: 0;
}





.d_productos_el0{
  width: 210px;
}
.d_productos_el3_1{
  display:block;
}
.h_ruta_menu{
  margin-top: 10px;
}

.d_productodet_txt_texto{
  color:#000;
}




.ctext_comercial{
  color:var(--colorAzul1);
}
.h_top{
  box-shadow: 0px 5px 5px 0px rgb(186 186 186 / 50%);
}
.h_content_gap{
  max-height: 157px !important;
}
.d_menug{
	margin:0 auto;
	padding: 0;
	position:relative;
	width: 100%;
  max-width: 1170px;
	height: auto;
	z-index: 4200;
  margin-bottom: 10px;
}
.d_menug a{
	color: inherit;
	text-decoration: none;
}
.d_menug_el0{
  position: relative;
  width: auto;
  height: auto;
  display: inline;
  padding: 5px 5px 5px 5px;
  margin: 0px 6px 0px 6px;
  border-radius: 5px;
  transition: all .3s ease;
  cursor: pointer;
	font-family: "Open Sans", sans-serif;
  font-family: var(--fuenteTxt1);
	font-weight: bold;
  font-size: 0.85rem;
	color: #444;
	text-transform: uppercase;
}
.d_menug_el0:hover{
  /*background-color: rgb(233, 233, 233);*/
  background-color: var(--backAzul1);
	color:rgb(255, 255, 255)
}
.d_content_page{
	margin-left: 0px;
  padding-top: 0px;
}
.h_overmenu{
	position: fixed;
	margin: 0 auto;
	width: 100%;
	height: 150px;
	z-index: 4300;
	margin-top: 153px
}
.d_overmenu{
	position: absolute;
  /*
  left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
  */
	max-width: 230px;
	height: auto;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	display: none;
	top: initial;
	background-color: rgb(255, 255, 255);
	transition: all .3s ease;
	box-shadow: 0 2px 4px rgb(0 0 0 / 50%);
	margin-top: 10px;
}
.d_overmenu_v2{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	height: auto;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	display: none;
	top: initial;
	background-color: rgb(255, 255, 255);
	transition: all .3s ease;
	box-shadow: 0 2px 4px rgb(0 0 0 / 50%);
	margin-top: 10px;
}
.d_overmenu_inner{
  overflow-x: hidden;
  overflow-y: scroll;
  max-height:70vh;
}
.d_productodet_img_0{
  height: 350px;
}
.d_overmenu_box0{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1170px;
	height: auto;
	box-sizing: border-box;
	overflow: auto;
	display: flex;
	flex: 0 1 50%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	box-shadow: none;
	margin-top: 0;
	padding: 5px 8px;
	flex-wrap: nowrap;
	display: flex;
}
.d_overmenu_box0_v2{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1170px;
	height: auto;
	box-sizing: border-box;
	overflow: auto;
	display: flex;
	flex: 0 1 20%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	box-shadow: none;
	margin-top: 0;
	/*padding: 5px 8px;*/
	flex-wrap: nowrap;
	display: flex;
}
.d_overmenu_box1{
	position: relative;
	width: 100%;
	height: 100%;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
  font-size: 0.875rem;
	color: #444;
}
.d_overmenu_box1_v2{
	position: relative;
	width: 100%;
	height: 100%;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
  font-size: 0.875rem;
	color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_ruta_infouser{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  font-family: var(--fuenteTxt1);
  font-size: 0.8rem;
  padding: 0px 10px 10px 10px;
  box-sizing: border-box;
  overflow: auto;
  color:var(--colorAzul1);
}
/*rutas inicio*/

/*btnsi inicio*/
.d_content_boxn1{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
  margin-bottom: 10px;
}
.d_content_boxn1_el0{
	position: relative;
	width: auto;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	background-color: var(--backAzul1);;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 15px 10px 15px;
  border-radius: 20px;
  margin: 0px 8px;
  transition: all .3s ease;
  cursor: pointer;
  font-size: 1rem;
}
.d_content_boxn1>a{
  text-decoration: none;
}
.d_content_boxn1_el0:hover{
  background-color: var(--backNaranja1);
}

/*btnsi final*/


.h_ruta_filmarca{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding: 0px 6px 0px 6px;
	box-sizing: border-box;
	overflow: auto;
}
.d_ruta_filmarca{
	position: relative;
	float: left;
	margin: 0 auto;
	width: auto;
	height: auto;
	/*background-color: rgba(27, 104, 168, 1);*/
	border: 1px solid var(--backAzul1);;
	padding: 5px 5px 5px 5px;
	box-sizing: border-box;
	overflow: auto;
	font-family: 'Open Sans', sans-serif;
	color:rgb(255, 255, 255);
	color:#7a7a7a;
	font-size: 0.85rem;
	text-align: center;
	border-radius: 10px;
}
.d_tit_filmarca{
	width: auto;
	height: auto;
	background-color: rgba(27, 104, 168, 1);
	padding: 7px 11px;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	color:rgb(255, 255, 255);
	font-size: 0.7rem;
	text-align: center;
	border-radius: 10px;
}
.btn_noborde{
 border: 0;
}
.btn_buscar,.d_productos_el4{
	background-color: var(--backAzul1);
	border: 0;
	transition: all .3s ease;
}
.btn_buscar:hover,.d_productos_el4:hover{
	background-color: var(--backNaranja1);
}
.d_listadof_1 > a:hover{
	color:var(--colorNaranja1);
	text-decoration: underline;
  transition: all .3s ease;
}
.d_listadof_chead{
  background-color: var(--backAzul1);
}
.btn_margen{
	margin-top: 60px;
}
.btn_nomargen{
	margin-top: 0px;
}
.d_productodet_detalles_3{
  background-color: var(--backGris1);
}
.d_productodet_detalles_2_precio{
  color: #00006e;
}
.d_ruta_menu{
  background-color: var(--backGris1);
}
.d_productodet_txt_titulo{
  border-color: var(--backGris1);
}
/*rutas final*/

.ulmegamenu{
	padding: 0;
  margin: 0 auto;
}
.ulmegamenu_el{
	display: inline-block;
  float: none;
}
.ulmegamenu > .ulmegamenu_el:hover::before{
	content: "";
	position: absolute;
	top: 20px;
	margin-left: -100px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 100px 20px 100px;
	border-color: transparent transparent #fff transparent;
	opacity: 0;
}
.ulmegamenu_el:hover .d_overmenu {
	display: flex !important;
  flex-direction: column;
}
.d_overmenu:hover{
	display:flex !important;
}


.ulmegamenu_el:hover .d_overmenu_v2 {
	display: flex !important;
  flex-wrap: wrap;
}
.d_overmenu_v2:hover{
	display:flex !important;
}








.icon_f2{
	font-size: 1.4rem;
}
.icon_f2, .icon_f1:hover{
	color:var(--colorAzul1);
}
.icon_f2:hover{
  color:var(--backNaranja1);
}
.d_top1_topdcha_icons_cartnumber{
 background-color: rgba(196, 220, 255, 0.3);
}


.d_piez0{
	color:#FFFFFF;
  border-top: 1px solid rgb(60,60,60);
  padding-top: 10px;
  font-family: var(--fuenteTxt1);
}
.d_piez0>a:hover{
  transition: all .3s ease;
}
.h_content{
	max-width: var(--anchomax);
}
.h_pie0{
	margin: 0 auto;
	position: relative;
	width: auto;
	height: auto;
	max-width: var(--anchomax);
  display: flex;
  flex-basis: 33.333333%;
  flex-wrap: wrap;
}
.d_pie_el0{
  vertical-align: top;
}
.d_pie_el1{
  display: block;
  min-height: 100px;
  font-family: var(--fuenteTxt1);
}
.d_pie_el2{
  width:auto;
  min-width: 220px;
  font-family: var(--fuenteTxt1);
}
.d_pie_elems{
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.d_top0{
	height: auto;
	background-color: var(--colorBlanco1);
  padding: 2px 10px;
  box-sizing: border-box;
}
.top0_elem{
  padding: 0px 10px;
}
.d_top00{
	margin: 0 auto;
	position: relative;
	width: auto;
	height: auto;
	max-width: var(--anchomax);
	display: flex;
  justify-content: flex-end;
  color: var(--gris101);
  font-family: var(--fuenteTitulo1);
  font-size: 0.875rem;
}
.d_top00 > span > a{
  text-decoration: none;
  color: inherit;
  transition: all .3s ease;
}
.d_top00 > span > a:hover{
  color: var(--colorAzul1);
  transition: all .3s ease;
}
.d_top00_el0{
	margin: 0 auto;
	position: relative;
	width: auto;
	height: auto;
	display: inline-block;
  padding: 5px 5px 5px 5px;
  margin: 0px 6px 0px 6px;
  border-radius: 5px;
  transition: all .3s ease;
  cursor: pointer;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
  font-size: 0.875rem;
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.9rem;
}
.d_top00_el0:hover{
	color:#ff8713;
}
.icon_top00_f1{
	margin-right: 5px;
}
.icon_piemenu{
	font-size: 3.0rem;
  margin-bottom: 30px;
  color: var(--colorAzul1);
}
.icon_equipo{
  margin-right: 5px;
}



.ultitulo, .ultitulo_v2{
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
  font-size: 0.875rem;
	color: #444;
	text-transform: uppercase;
	/*text-align: left;*/
	text-align: center;
  /*padding: 5px 5px 5px 5px;*/
  border-radius: 5px;
}
.ultitulo a, .ultitulo_v2 a{
	color: inherit;
	text-decoration: none;
	transition: all .3s ease;
  padding: 5px 5px 5px 5px;
  border-radius: 5px;
}
.ultitulo a:hover{
  /*color:rgb(0, 123, 0);*/
  background-color: var(--backAzul1);
	color:rgb(255, 255, 255)
}
.ultitulo_v2 a:hover{
  color:var(--colorNaranja1);
}
.ulmenupie{
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.ulmenupie a{
  color: inherit;
  text-decoration: none;
  transition: all .3s ease;
}
.ulmenupie a:hover{
  color:rgb(0, 123, 0)
}
.ulmenupieitem{
  margin-bottom: 0.6rem;
	margin-top: 0.6rem
}
.d_categorias_el1 {
	height: 120px;
}
.d_ncolum_0{
  min-height: 611px;
}
.tpv_div_1{
  color: var(--colorAzul1);
}
.tpv_selected{
  border-color: var(--colorNaranja1);
}
.h_pie{
	margin-top: 150px;
  background-color: rgb(41, 41, 41);
}
.c_pie_inicio{
  margin-top: 0px !important;
}
.d_search{
  border: 0px;
  border-radius: 50px;
  background-color: var(--backGris1);
}
.d_pie_elems>a{
  text-decoration: none;
  color: inherit;
}
.d_pie_elems:hover{
  transition: all .3s ease;
  color:var(--colorNaranja1);
}
.link_m{
  text-decoration: none;
  color: inherit;
}
.link_m:hover{
  transition: all .3s ease;
  color:var(--colorNaranja1);
}



.d_top1_topdcha>a{
  text-decoration: none;
  color:inherit;
}
.precioCarrito {
  padding-left: 10px;
}
/*############################################*/
/*paginas inicio*/
.h_barraimg1{
  position: relative;
  margin: 0 auto;
  width:100%;
	height:auto;
  z-index:2101;
  /*padding: 1px 0px 15px 0px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:2001;
}
.d_barraimg1{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1700px;
  height: 300px;
  z-index:2001;
  padding: 10px;
  box-sizing: border-box;
  /*margin-bottom: 20px;*/
}
.h_barra1{
  position: relative;
  margin: 0 auto;
  width:100%;
	height:auto;
  z-index:2101;
  padding: 1px 0px 15px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:2001;
}
.d_barra1{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1700px;
  height: auto;
  z-index:2001;
  padding: 10px;
  box-sizing: border-box;
  /*background-color: rgb(219, 171, 75);*/
  margin-bottom: 20px;
}
.d_barra1_ele0{
  position: absolute;
  float: left;
  width: 47%;
  left:5px;
  height: 98%;
  z-index:2001;
}
.d_barra1_ele1{
  float: right;
  width: 52%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.d_barra11_ele0{
  position: absolute;
  float: right;
  width: 47%;
  right:5px;
  height: 98%;
  z-index:2001;
}
.d_barra11_ele1{
  float: left;
  width: 52%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.d_barra1_ele1_1{
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 20px;
  color: var(--colorAzul1);
  word-break: break-word;
  overflow-wrap: break-word;
  font-family: var(--fuenteTitulo1);;
  line-height: 1.75;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 0.1em;
  padding-top: 1.25rem;
}
.d_barra1_ele1_1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 4px;
  background-color: var(--backNaranja1);
}
.d_barra1_ele1_2{
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 10px;
  word-break: break-word;
  overflow-wrap: break-word;
  font-family: var(--fuenteTitulo1);
  color: var(--colorAzul1);
  line-height: 1.4;
  font-weight: 100;
  letter-spacing: -.5px;
  font-size: 2.9rem;
	font-weight: 600;
  line-height: 1.75;
}
.d_barra1_ele1_3{
  position: relative;
  width: 100%;
  height: auto;
  text-align: justify;
  word-break: break-word;
  overflow-wrap: break-word;
  color: #5f6060;
  font-family: var(--fuenteTxt1);
  font-weight: 400;
  font-size: 1.0rem;
  line-height: 1.75;
  padding-left: 15px;
  box-sizing: border-box;
}
.h_barra4{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height:auto;
  z-index:2001;
  box-sizing: border-box;
  overflow: auto;
  margin-bottom: 0px;
}
.d_barra4{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1700px;
  height: auto;
  z-index:2001;
  box-sizing: border-box;
  overflow: auto;
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
}
.d_barra4_left{
  position: relative;
  margin: 0 auto;
  float: left;
  width: 65%;
  height: auto;
  z-index:2001;
  box-sizing: border-box;
}
.d_barra4_right{
  position: relative;
  margin: 0 auto;
  float: right;
  width: 35%;
  height: auto;
  z-index:2001;
  box-sizing: border-box;
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: end;
}
.d_barra4_right a{
  color: inherit;
  text-decoration: none;
}
.d_barra4_galeria_holder{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1700px;
  height: 200px;
  z-index:2001;
  box-sizing: border-box;
  overflow: auto;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 10px 20px 50px 20px;
}
.d_barra4_txt_holder{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1700px;
  height: auto;
  z-index:2001;
  box-sizing: border-box;
  overflow: auto;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 10px 20px 50px 20px;
}
.d_barra6_galeria_box0z{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1700px;
  height: auto;
  z-index:2001;
  box-sizing: border-box;
  overflow: auto;
  /*margin: 15px;*/
  display: flex;
  flex: 0 1 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  box-shadow: none;
  margin-top: 0;
  padding: 15px 15px;
  flex-wrap: nowrap;
  display: flex;
}
.d_barra4_galeria_box0{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1700px;
  height: auto;
  z-index:2001;
  cursor: pointer;
  transition: all .3s ease;
	box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.4);
}
.d_barra4_galeria_box0:hover{
  opacity: 0.5;
}
.d_barra4_galeria_box1{
  display: block;
  padding: 0;
  /*width: 100%;*/
  /*height: 300px;*/
	aspect-ratio: auto 1024 / 705;
}
.h_barramapa1{
  position: relative;
  margin: 0 auto;
  width:100%;
	height:auto;
  z-index:2101;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:2001;
  margin-top: 0px;
  margin-bottom: 0px;
}
.d_barramapa1{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 2400px;
  height:500px;
  z-index:2001;
  box-sizing: border-box;
}
.d_barra2_ele0{
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  z-index:2001;
}
.d_barra2_ele1{
  float: right;
  width: 50%;
  height: 100%;
  /*padding: 10px;*/
  box-sizing: border-box;
}
.d_barra2_ele1_3{
  position: relative;
  width: 100%;
  height: auto;
  text-align: justify;
  word-break: break-word;
  overflow-wrap: break-word;
  color: #5f6060;
  font-family: "Open Sans",sans-serif;
  font-size: 1.1rem;
  line-height: 1.75;
  padding-left: 15px;
  box-sizing: border-box;
}
.d_barrabook_0{
  position: relative;
  margin: 0 auto;
  width: 100%;
  /*max-width: 50%;*/
  height: auto;
  z-index:2001;
  box-sizing: border-box;
  padding: 0px 0px 0px 5px;
}
.d_barrabook_inTitulo{
  position: relative;
  width: 100%;
  height: auto;
  font-family: var(--fuenteForm1);
	/*letter-spacing: 0.12rem;*/
  line-height: 1.75;
  color: #e5e8eb;
  font-size: 1.0rem;
  text-align: left;
  font-weight: 400;
}
.modowitch1_titulo{
  color: #5f6060;
}
.modowitch1_titulo a{
	color: inherit;
	text-decoration: none;
}
.modowitch1_titulo a:hover{
	color: rgb(0, 0, 0);
	text-decoration: underline;
}.input_book2_mw, .select_1_mw{
    background-color: rgba(0, 0, 0, 0.03);
}
.mw_barra0{
  padding: 8px 5px;
}
.input_book1{
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 20px;
  border: 0px solid #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  color: rgba(0,0,0,1.00);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,0.1);
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  text-align: center;
  background-repeat: no-repeat;
  background-position: right;
  background-position: right 8px center;
  text-align: left;
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: rgb(45, 45, 45);
  box-sizing: border-box;
}
.input_book2_mw, .select_1_mw{
    background-color: rgba(0, 0, 0, 0.03);
}
.d_barrabook_inInput{
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
}
.textarea_2 {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  padding: 10px 20px;
  border: 0px solid #ffffff;
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  color: rgb(45, 45, 45);
	font-weight: bold;
  -o-text-overflow: clip;
  text-overflow: clip;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	width: 100%;
	text-align: left;
	height: 100px;
  background-color: rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
}
input[type="checkbox"]{
  width: 25px;
  height: 25px;
}
.d_loading{
	position: relative;
	margin: 0 auto;
	width: 80%;
	height: auto;
	display: flex;
  justify-content: center;
  align-items: center;
	display: none;
}
.d_room1_holderBtn2{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  z-index:2001;
  box-sizing: border-box;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*pagina final*/
/*############################################*/

/*btn inicio*/
.btn_2{
  position: relative;
  width: auto;
  height: auto;
  color: #FFF;
  font-family: var(--fuenteForm1);
  box-sizing: border-box;
  font-size: 1.0rem;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 20px 30px;
  font-weight: 600;
  transition: all .3s ease;
  /*letter-spacing: 1px;*/
  background-color: var(--backAzul1);
	text-shadow: 2px 2px 2px rgb(0 0 0);
  border-radius: 0px;
  /*display: inline;*/
  cursor: pointer;
  margin: 20px 0px;
  border-radius: 50px;
}
.btn_2:hover{
  background-color: var(--backNaranja1);
}
/*btn final*/

/*cookies*/
.cook_btn0{
  border-radius: 50px;
}
.cook_btn_color{
  background-color: var(--backAzul1);
}
.cook_btn0:hover,.cook_btn_color:hover{
	background-color: var(--colorNaranja1);
  color: #FFFFFF;
}
/*cookies*/

/*titulos inicio*/
.d_tit_1{
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 20px;
  color: var(--colorAzul1);
  word-break: break-word;
  overflow-wrap: break-word;
  font-family: var(--fuenteTitulo1);
  line-height: 1.75;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding-top: 1.25rem;
}
.d_tit_1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 4px;
  background-color: var(--backNaranja1);
}
.d_tit_2{
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 10px;
  word-break: break-word;
  overflow-wrap: break-word;
  font-family: var(--fuenteTitulo1);
  color: var(--colorAzul1);
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -.5px;
  font-size: 2.9rem;
  line-height: 1.75;
}
/*titulos final*/

/*slider inicio*/
.h_slider{
	width:100%;
	height:300px;
	position:relative;
	z-index:2001;
  overflow: hidden;
  background-color: rgb(0, 128, 134);
  margin-bottom: 20px;
}
/*slider fin*/
/*tienda inicio*/
.d_categorias_el0{
  width:210px;
}
.d_categorias_v2_el0{
  width: 210px;
}
.d_categorias_v2_el1{
  height: 100px;
  background-size:contain;
}
.d_categorias_el2{
  font-weight: bold;
  color:#444444;
}
.spn_totalpro{
  color:#444444;
}
.d_ruta_menu, .d_info_totalp_left, .d_productos_el2, .s_clave_pro2{
  color:#444444;
}
.d_productos_el2_g1{
  font-weight: bold;
}
.s_clave_pro2_gap1{
  margin-top: 8px;
}
.d_categorias_el0{
  padding: 10px 5px;
}
.d_categorias_el0_hv1{
  background-color: var(--backAzul1);
  border-radius: 10px 10px 10px 10px;
  left: 10px;
  right: auto;
  font-size: 0.75rem;
  padding: 1px 8px;
  font-weight: bold;
}
.d_categorias_el_holder{
  margin: 0;
}
/*tienda final*/


.tbl_listadoPedidos_head{
	background-color: var(--backAzul1);
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.pedidos_txt_1, .pedidos_txt_2, .d_content_list_tbase_elem{
	color: rgb(27, 104, 168);
}
.pedidos_txt_estado{
	background-color: rgb(27, 104, 168);
	color: rgb(255, 255, 255);
	border-radius: 5px
}
.pedidos_txt_estado_ok{
	background-color: rgb(27, 168, 50);
}
.pedidos_txt_estado_ko{
	background-color: rgb(228, 54, 37);
}





.stock_sin{
  color: rgb(240, 240, 240);
}
.stock_espera{
  color: rgb(240, 240, 240);
  background-color: var(--backNaranja1);
}


/*secciones de paginas*/
.h_b4{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  max-width: var(--wmax2);
  height: auto;
  padding: 1rem 4rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  background-color: var(--white1);
}
.h_b5{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  max-width: var(--wmax2);
  height: auto;
  padding: 0rem 4rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.d_pag_x0{
  margin: 0 auto;
  position: relative;
  float: left;
  z-index: 2200;
  width: 100%;
  max-width: var(--wmax2);
  height: auto;
  padding: 25px;
  padding: 12px;
  box-sizing: border-box;
  font-family: var(--font101);
  font-weight: 400;
  text-align: left;
  color: var(--black1);
  font-size: 1.2rem;
}
.d_pag_x1{
  margin: 0 auto;
  position: relative;
  float: left;
  z-index: 2200;
  /*max-width: 500px;*/
  height: auto;
  padding: 25px;
  padding: 12px;
  box-sizing: border-box;
  flex: 0 1 50%;
  font-family: var(--font103);
  font-weight: 400;
  text-align: left;
  color: var(--black1);
  font-size: 1.2rem;
}
.d_pag_x1_gal{
  text-align: center;
}
.d_pag_x1_int1{
  text-align: center;
}
.d_pag_x1_int1 > a{
  color: inherit;
  text-decoration: none;
}
.d_pag_x2{
  margin: 0 auto;
  position: relative;
  float: left;
  z-index: 2200;
  /*max-width: 500px;*/
  height: auto;
  padding: 25px;
  padding: 12px;
  box-sizing: border-box;
  flex: 0 1 50%;
}
.d_b2_r2_z1{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box; 
}
.d_b2_r1{
  margin: 0 auto;
  position: relative;
  float: left;
  z-index: 2200;
  width: 25%;
  max-width: 500px;
  height: auto;
  padding: 25px;
  padding: 10px;
  box-sizing: border-box;
  flex: 0 1 50%;
  flex: 0 1 33.3333%;
}
.d_b2_r1_art1{
  flex: 0 1 100%;
  padding: 0;
}
.d_b2_r2{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: 400px;
  box-sizing: border-box;
  background-image: url(../images/b1_11.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box; 
}
.d_mapas1{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 400px;
}
/*paginas end*/



/*pag fotos*/
.h_c7{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
  /*background-color: #148df7;*/
  padding: 0rem;
  box-sizing: border-box;
  display: inline-block;
}
.d_c7{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
}
.d_c7_r1{
  margin: 0 auto;
  position: relative;
  float: left;
  z-index: 2200;
  width: 100%;
  height: auto;
  padding: 10px 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /*margin-top: 0.5rem;*/
  justify-content: center;
}
.d_c7_r2{
  /*margin: 0 auto;*/
  position: relative;
  z-index: 2200;
  width: auto;
  height: auto;
  box-sizing: border-box;
  border-radius: 6px;
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  flex: 0 1 25%;
  margin-bottom: 30px;
}
.d_c7_r2 > a{
  color: inherit;
  text-decoration: none;
}
.d_c7_r3h{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: auto;
  height: auto;
  box-sizing: border-box;
  border-radius: 6px;
  display: grid;
  /*padding: 1.25rem;*/
  cursor: pointer;
  transition: all .25s ease-in-out;
  overflow: hidden;
  aspect-ratio: auto 1024 / 768;
}
.d_c7_r3h_v2{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: auto;
  height: auto;
  box-sizing: border-box;
  border-radius: 6px;
  display: grid;
  /*padding: 1.25rem;*/
  cursor: pointer;
  transition: all .25s ease-in-out;
  overflow: hidden;
  aspect-ratio: auto 1024 / 400;
}
.d_c7_r3h_txt{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: grid;
  /*padding: 1.25rem;*/
  cursor: pointer;
  transition: all .25s ease-in-out;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: 'Nunito Sans', sans-serif;
  text-align: left;
  margin-top: 10px;
}
.d_c7_r3{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: var(--blue2);
  cursor: pointer;
  transition: all .25s ease-in-out;
}
.d_c7_r3:hover{
  opacity: 0.8;
  transform: scale(1.2);
}
/*pag fotos end*/



/*pag consejos*/
.h_c9{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
  /*background-color: #148df7;*/
  padding: 0rem;
  box-sizing: border-box;
  display: inline-block;
}
.d_c9{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
}
.d_c9_r1{
  margin: 0 auto;
  position: relative;
  float: left;
  z-index: 2200;
  width: 100%;
  height: auto;
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  justify-content: center;
}
.d_c9_r2{
  /*margin: 0 auto;*/
  position: relative;
  z-index: 2200;
  width: auto;
  height: auto;
  box-sizing: border-box;
  border-radius: 6px;
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  flex: 0 1 25%;
  margin-bottom: 30px;
}
.d_c9_r2 > a{
  color: inherit;
  text-decoration: none;
}
.d_c9_r3h{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: auto;
  height: auto;
  box-sizing: border-box;
  border-radius: 6px;
  display: grid;
  /*padding: 1.25rem;*/
  cursor: pointer;
  transition: all .25s ease-in-out;
  overflow: hidden;
  aspect-ratio: auto 1024 / 768;
}
.d_c9_r3h_v2{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: auto;
  height: auto;
  box-sizing: border-box;
  border-radius: 6px;
  display: grid;
  /*padding: 1.25rem;*/
  cursor: pointer;
  transition: all .25s ease-in-out;
  overflow: hidden;
  aspect-ratio: auto 1024 / 1500;
}
.d_c9_r3h_txt{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: grid;
  /*padding: 1.25rem;*/
  cursor: pointer;
  transition: all .25s ease-in-out;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: 'Nunito Sans', sans-serif;
  text-align: left;
  margin-top: 10px;
}
.d_c9_r3h_txt_hover{
  margin: 0 auto;
  position: absolute;
  z-index: 2200;
  width: 90%;
  min-height: 100px;
  right: 0;
  left: 0;
  bottom: 20px;
  border-radius: 10px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 1.0rem;
  font-weight: bold;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.d_c9_r3{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: var(--blue2);
  cursor: pointer;
  transition: all .25s ease-in-out;
}
.d_c9_r3h_v2:hover .d_c9_r3{
  opacity: 0.8;
  transform: scale(1.2);
}
/*consejos*/


/*stemp*/
.h_c10{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
  /*background-color: #148df7;*/
  padding: 0rem;
  box-sizing: border-box;
  display: inline-block;
}
.d_c10{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
}
.d_c10_r1{
  margin: 0 auto;
  position: relative;
  float: left;
  z-index: 2200;
  width: 100%;
  height: auto;
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  justify-content: center;
}
.d_c10_r1_serv{
  padding: 0px 25px;
  margin-top: 0rem;
}
.d_c10_r2{
  /*margin: 0 auto;*/
  position: relative;
  z-index: 2200;
  width: auto;
  height: auto;
  box-sizing: border-box;
  border-radius: 6px;
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  flex: 0 1 25%;
  margin-bottom: 30px;
}
.d_c10_r2_serv{
  padding: 0.5rem;
  background-color: rgb(236, 236, 236);
  margin: 15px 10px;
}
.d_c10_r2_serv2{
  padding: 0.5rem;
  box-shadow: 0 0 5px #ddd;
  margin: 15px 10px;
}
.d_c10_r2 > a{
  color: inherit;
  text-decoration: none;
}
.d_c10_r3h{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: auto;
  height: auto;
  box-sizing: border-box;
  border-radius: 6px;
  display: grid;
  /*padding: 1.25rem;*/
  
  transition: all .25s ease-in-out;
  overflow: hidden;
  aspect-ratio: auto 1024 / 768;
}
.d_c10_r3h_v2{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: auto;
  height: auto;
  box-sizing: border-box;
  border-radius: 6px;
  display: grid;
  /*padding: 1.25rem;*/
  
  transition: all .25s ease-in-out;
  overflow: hidden;
  aspect-ratio: auto 1024 / 800;
}
.d_c10_r3h_txt{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  /*display: grid;*/
  /*padding: 1.25rem;*/
  transition: all .25s ease-in-out;
  font-size: 1.0rem;
  font-weight: 400;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  margin-top: 10px;
  color:#000;
  background-color: rgba(255, 255, 255, 1);  
  line-height: 1.5rem;
}
.d_c10_r3h_txt_serv{
  background-color: transparent
}
.d_c10_r3h_txt>a{
  color: inherit;
  text-decoration: none;
  transition: all .3s ease;
}
.d_c10_r3h_txt>a:hover{
  color: var(--colorAzul1);
  transition: all .3s ease;
}
.d_c10_r3h_txt_hover{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 90%;
  min-height: 100px;
  right: 0;
  left: 0;
  bottom: 20px;
  border-radius: 10px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 1.0rem;
  font-weight: bold;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.d_c10_r3{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: var(--blue2);
  transition: all .25s ease-in-out;
}
.d_c10_r3h_v2:hover .d_c10_r3{
  opacity: 0.8;
  transform: scale(1.2);
}
.d_c10_btn{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  color:#fff;
  background-color: #00006e;
  font-size: 1.0rem;
  font-weight: bold;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 10px;
}
/*stemp*/



/*pag contacto*/
.h_tit4{
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  font-family: var(--fuenteForm1);
  text-align: center;
  font-weight: 400;
  font-size: var(--fontSize104);
  line-height: 3rem;
  color: var(--colorBlack101);
  padding: 0px 10px 10px 10px; 
}
/*formdiv start*/
.d_formd_holder{
  margin:0 auto;
  position: relative;
  width: 100%;
  height: auto;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  text-align: left;
  color: var(--black1);
  font-size: 1.0rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  padding: 1rem;

}
.d_formd_x1{
  margin:0 auto;
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 5px 0px;
}
.linkt1{
  color: inherit;
  text-decoration: none;
  transition: all .25s ease-in-out;
}
.linkt1:hover{
  color: var(--mmhover101);
}
.gap_left{
  padding-left: 10px;
}
/*formdiv end*/
.input_s1{
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 10px 20px;
  border: 0px solid #ffffff;
  box-sizing: border-box;
  font-weight: 400;
  font-size: inherit;
  line-height: normal;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-color: var(--white1);
  background-color: rgba(143,143,143, 0.1);
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 1rem;
}
.checkbox_c1{
  width: 20px;
  height: 20px;
}
.d_error_form{
	position: relative;
	margin: 0 auto;
	width: 80%;
	background-color: rgb(255, 0, 0);
	color: #FFFFFF;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
	margin-top:0px;
	padding: 10px;
	display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
	display: none;
}
.btn_22{
  position: relative;
  width: auto;
  height: auto;
  box-sizing: border-box;
  text-align: center;  
  color: var(--colorBlanco1);
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 20px 30px;
  transition: all .3s ease;
  letter-spacing: 1px;
  background-color:var(--backAzul1);
  border: 1px solid var(--backAzul1);
  border-radius: 0px;
  cursor: pointer;
  margin: 20px 0px;
  border-radius: 10px;
}
.btn_2_x2{
  margin: 20px 10px;
}
.btn_22:hover{
  color: var(--backAzul1);
  background-color: rgba(255, 255, 255, 1);
}
.btnv1{
  background-color: rgb(0 141 36);
}
.btnv1:hover{
	background-color: rgb(2, 204, 53);
}



.d_forbut{
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.d_forbut > a{
  color: inherit;
  text-decoration: none;
}
.checkbox_c1{
  width: 20px;
  height: 20px;
}
/*pag contacto end*/


/*c8 start*/
.h_c8{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
  /*background-color: #148df7;*/
  padding: 0rem;
  box-sizing: border-box;
  display: inline-block;
}
.d_c8{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
}
.d_c8_r1{
  margin: 0 auto;
  position: relative;
  float: left;
  z-index: 2200;
  width: 100%;
  height: auto;
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.d_c8_r2{
  margin: 0 auto;
  float: left;
  position: relative;
  z-index: 2200;
  width: 50%;
  height: auto;
  min-height: 260px;
  box-sizing: border-box;
  color: var(--colorBlack101);
  font-family: var(--font101);
  font-weight: 400;
  text-align: left;
  font-size: 1.2rem;
  padding: 10px;
  word-break:normal;
  padding-top: 0px;
}
.d_c8_r2_title{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  color: var(--colorBlack101);
  font-family: var(--font101);
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  word-break:normal;
  padding-bottom: 20px;
}
.d_c8_r3{
  margin: 0 auto;
  float: left;
  position: relative;
  z-index: 2200;
  width: 50%;
  height: auto;
  box-sizing: border-box;
  z-index: 2200;
  overflow: hidden;
  border-radius: 10px;
}
.d_c8_r3_inner{
  margin: 0 auto;
  position: absolute;
  z-index: 2200;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2200;
  transition: all .25s ease-in-out;
}
.d_c8_r3_inner:hover{
  transform: scale(1.2);
}

/*c8 end*/

.h_tit3{
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  font-family: var(--fuenteTitulo1);
  text-align: center;
  font-weight: 700;
  font-size: var(--fontSize104);
  line-height: 3rem;
  color: var(--colorBlack101);
  padding: 5px 25px; 
}
/*inicio end*/

/*pie kit*/
.d_pie3{
  margin: 0 auto;
  position: relative;
  display: inline-table;
  z-index: 2200;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-top: 5px;
  padding-bottom: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
  text-align: center;
}
.h_piekit{
  margin: 0 auto;
  position: relative;
  display: inline-table;
  z-index: 2200;
  width: 100%;
  max-width: var(--wmax2);
  height: auto;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 25px;
}
.d_piekit_0{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  max-width: var(--anchomax);
  height: auto;
  color: var(--gris101);
  font-family: var(--font102);
  font-weight: 400;
  margin-bottom: 2rem;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.d_piekit_0:after {
  content: " ";
  position: absolute;
  top: calc(50% + 1.3rem);
  left: calc(50% - 10%);
  width: 20%;
  border-top-style: solid;
  transform: scaleX(1);
  transition: transform .2s ease-in-out;
  border-top: 1px solid var(--gris101);
}
.d_piekit_1{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: auto;
  height: auto;
  margin: 5px;
  display: inline-table;
}
.imgkit{
  height: 60px;
}
.txtwhite{
  color:#fff
}
/*pie kit end*/















/*media perso inicio*/
@media (max-width:700px) and (min-width:0px) {
	.d_menug{
		display: none;
	}
}
@media (max-width:600px) and (min-width:0px) {
	.d_barra1{
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
  .h_productos_holder{
    padding: 0;
  }
  .d_categorias_v2_el0{
    width: 170px;
    padding: 10px 5px 10px 5px;
  }
  .d_barra1_ele0, .d_barra11_ele0{
    position: relative;
    width: 100%;
    height: 250px;
    left: 0px;
  }
  .d_barra1_ele1,.d_barra11_ele1,.d_barra2_ele0,.d_barra2_ele1{
    width: 100%;
  }
  .d_barra1_ele1_3,.d_barra2_ele1_3{
    padding-left: 0px;
  }
  .d_barra4_left{
    width: 100%;
  }
  .d_barra4_right{
    width: 0px;
  }
  .d_tit_2{
    font-size: 2.3rem
  }
  .d_barra1_ele1_2,.d_barra4{
    margin-bottom: 15px;
  }
  .d_top0{
    display: none;
  }
  .salto{
    display: block;
  }
  .d_categorias_el1{
    padding: 0;
  }
  .d_content_boxn1_el0{
    font-size: 0.8rem;
  }
  .h_b4{
    padding: 0 !important;
  }
  .d_c7_r2,.d_c9_r2, .d_c10_r2{
    flex: 0 1 50% !important;
  }
  .d_c8_r2{
    width: 100%;
    height: auto;
    min-height: 10px;
  }
  .h_c9, .h_c8, .h_c7{
    padding: 0rem;
  }
  .d_c8_r1{
    padding-top: 0px;
    margin-top: 0px;
  }
  .h_piekit{
    padding: 0px 10px;
  }
  .d_pag_x1, .d_pag_x2{
    flex: 0 1 100%;
  }
}


@media (max-width:525px) and (min-width:0px){
  .d_categorias_el0{
    width:165px;
  }
  .select_2{
    max-width: 135px;
  }
  .d_content_menu_mv_content_m3{
    font-size: 1.425rem;
  }
}

@media (max-width:400px) and (min-width:0px){
  .d_top1_logo{
    height: 50px;
  }
  .d_top1_btnMenu, .d_top1_topdcha{
    margin-top: 35px;
  }
  .d_top1_topdcha_bot {
    position: relative;
    margin-top: -20px;
    right:0px;
  }
  .d_top1_topdcha_icons {
    padding: 20px 10px 20px 10px;
  }
  .d_top1_topdcha,.d_top1_btnMenu{
    height: auto;
    margin-top: 45px;
  }
  .d_content_page{
    padding-top: 10px;
  }
  


}


/*media person fin*/