.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #fff;
  background:#2e2e2e;
  font-size: 14px;
  line-height: 20px;
  padding-left:0 !important;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {  display: block; padding: 14px 25px 16px; color:#fff; font-family: 'Open Sans', sans-serif;}
  .rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}
    .rd-mobilemenu_ul li.active a {background: rgba(255,255,255,0.35); text-decoration: none}
    .rd-mobilemenu_ul a:hover { background: rgba(255,255,255,0.35); text-decoration: none}
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
  background: #e5e5e5;
   }

.rd-mobilepanel_title {
	position: absolute;
  	padding-top:0;
  	margin-top:0;
  	text-align:center;
  	left: 45px;
  	right: 20px;
  	color: #000;
  	font-size: 24px;
  	text-overflow: ellipsis;
  	white-space: nowrap; 
	z-index: 1;
	padding-right: 75px;
}

.rd-mobilepanel_toggle {
  position: absolute;
  border:none;
  background: none;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #2e2e2e;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
 	.rd-mobilemenu, 
	.rd-mobilepanel {
    	display: block; 
	} 
}



.rd-mobilepanel #logoMovil{
	top:11px; 
	margin:auto; 
	left:auto; 
	display: block; 
	position:relative; 
	width: 190px;
	background: #e5e5e5;
}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	mix-blend-mode: multiply;
	height: 100%;
}

@media(max-width:1199px){
	
}

@media(max-width:1099px){
	
}

@media(min-width:992px){
	.logo{
		width: 300px;
		top: 46px;
		left: 30px;
	}
	#menu{
		left: 48%;
	}
	#menu li{
		padding: 0 18px;
	}
	#menu li a{
		font-size: 17px;
	}
	#sliderTop .flex-direction-nav .flex-next {
		margin-left: -185px;
	}
	#sliderTop .flex-direction-nav .flex-prev {
    	margin-left: -236px;
	}
	.contentTextoSlide .caption1{
		font-size: 40px;
	}
	.contentTextoSlide .caption1:after{
		width: 100px;
		left: -100px;
	}
	.contentDatFoot .itemDat1{
		width: 296px;
		margin-bottom: 0;
	}
	.contentDatFoot .itemDat1 span{
		display: block;
	}
	.contentDatFoot .itemDat1 span.span0{
		letter-spacing: 0.55px;
	}
	.contentDatFoot .itemDat1 span.span1{
		letter-spacing: -0.51px;
	}
	.contentDatFoot .itemDat1 span.span2{
		letter-spacing: 0px;
	}
	.contentDatFoot .itemDat1 span.span3{
		letter-spacing: 0.15px;
	}
	.contentDatFoot .itemDat2{
		margin-left: 125px;
		margin-right: 125px;
		width: auto;
	}
	.contentDatFoot .itemDat3{
		width: auto;
	}
	.tituloCaption{
		padding-right: 110px;
		font-size: 45px;
	}
	.contentTextoSlide{
		padding-top: 194px;
	}
	.itemHome2:nth-child(4){
		margin-right: 0px;
	}
	.itemHome2:nth-child(3){
		margin-right: 7.5px;
	}
	.contentSomos1{
		padding: 5px 0;
	}
	.titleSomos1{
		margin-bottom: 30px;
	}
	#textSomos1 div[class*="col-"]:first-child{
		padding-right: 0;
		margin-bottom: 0;
	}
	#textSomos1 div[class*="col-"]{
		width: 50%;
	}
	#textSomos1 div[class*="col-"]:last-child img{
		margin-left: auto;
		margin-right: 0;
	}
	.cntSomos1{
		padding-right: 30px;
	}
	.contentSomos2 {
		font-size: 16px;
		line-height: 30.48px;
	}
	.itemSomos3{
		margin-right: 40px;
		width: 200px;
	}
	.contentSomos3{
		font-size: 20px;
	}
	.titleServ2{
		font-size: 25px;
	}
	.titleServ3,.titleServ1{
		font-size: 20px;
	}
	.textoServ3 {
	    margin-top: 20px;
	    margin-bottom: 5px;
	}
	.contentServ3{
		padding-right: calc(50% + 8px);
		line-height: 30.48px;
		font-size: 16px;
	}
	.contentServ4{
		padding-left: calc(50% + 13px);
		line-height: 30.48px;
		font-size: 16px;
	}
	.contentServ5{
		font-size: 18px;
	}
	.contentServ5 strong{
		font-size: 25px;
	}
	.nombreBlog{
		font-size: 18px;
	}
	.sidebartienda{
		width: 256px;
		margin-right: 35px;
		margin-bottom: 0;
	}
	.productosTienda{
		width: calc(100% - 291px);
		min-height: 300px;
	}
	.titleCategoria{
		display: none;
	}
	.categorias{
		display: block;
	}
	#carrito .c100{
		width: 76.45%;
		padding-right: 21px;
	}
	#carrito .informacionCart{
		width: 23.55%;
	}




	#pagos2 .row div[class*="col-"]:first-child{
		width: 50%;
		margin-bottom: 0;
		padding-right: 10px;
	}
	#pagos2 .row div[class*="col-"]:last-child{
		margin-left: 0;
		padding-left: 10px;
		width: 50%;
	}
	#textPagos2 div[class*="col-"]:nth-child(2){
		border-right: 0;
	}
	#metodos .row div[class*="col-"]:first-child{
		margin-bottom: 0px;
	}
	.telfrm ul li{
		font-size: 16px;
	}
	.correofrm a{
		font-size: 16px;
	}	
	.banamexbg{
		height: 225px;
		padding-left: 50%;
		background-position-x:center; 
	}
	.datosOxxo{
		padding-left: 55px;
		margin-left: 55px;
	}
	.colores .checkbox:nth-child(10){
		margin-right: 10px;
	}
	
	#textPagos2 div[class*="col-"]{
		width: 25%;
	}
	#textPagos2 div[class*="col-"]:last-child{
		width: 25%;
	}
	.oxxobg img{
		max-width: 100%;
	}
	.titleBanamex{
		font-size: 26px;
		line-height: 28px;
	}
	.titleBanamex2{
		font-size: 28px;
	}
	.resumen3 .resu3{
		flex-wrap: nowrap;
	}
	.itemResumen3{
	  width: 261px;
	  text-align: left;
	  margin-bottom: 0;
	}
	.itemResumen4{
	  width: 202px;
	  text-align: left;
	  margin-bottom: 0;
	}
	.itemResumen5{
	  width: 230px;
	  text-align: left;
	  margin-bottom: 0;
	}
	.itemResumen6{
		width: auto;
		text-align: left;
	}

	.sidebarPanel{
		padding-right: 43px;
		position: absolute;
		width: 315px;
		top: 0;
		left: 0;
		margin-bottom: 0;
	}
	.wPanel{
		padding-left: 315px;
	}
	#MiperfilUser{
		padding-left: 44px;
		border-left: solid 2px #dbdbdb;
	}
	.sidebarPanel ul{
		display: block;
	}
	.sidebarPanel .liPanel a{
		border-right: 0;
	}
	.sidebarPanel .liPanel{
		width: 100%;
	}
	#textIngresar1 .titleTienda1{
		font-size: 30.48px;
	}
	.nombrePDetalle{
		font-size: 24px;
	}
	#infoProducto div[class*="col-"]{
		width: 50%;
	}
	.imgProductos{
		padding-right: 0;
	}
	.contentDetallesProducto{
		margin-left: auto;
		margin-right: 0;
	}
	.visorImg figure img{
		margin-bottom: 0px;
	}
	.cntMaterialApoyo div[class*="col-"]{
		width: 50%;
	}
}
@media(min-width:1200px){
	.logo{
		width: 377px;
		top: 40px;
	}
	#menu{
		left: 50%;
	}
	#menu li{
		padding: 0 22px;
	}
	#menu li a{
		font-size: 18px;
	}
	#sliderTop .flex-direction-nav a {
		bottom: 20px;
	}
	#sliderTop .flex-direction-nav .flex-next {
		margin-left: -195px;
	}
	#sliderTop .flex-direction-nav .flex-prev {
    	margin-left: -247px;
	}
	.contentDatFoot .itemDat2{
		margin-left: 175px;
		margin-right: 200px;
	}
	.contentTextoSlide .caption1{
		font-size: 45px;
	}
	.contentTextoSlide .caption1:after{
		width: 175px;
		left: -175px;
	}
	.itemHome2:nth-child(4),.itemHome2:nth-child(3){
		margin-right: 7.5px;
	}
	.contentSomos1{
		padding: 16.5px 0;
	}
	.titleSomos1{
		margin-bottom: 48px;
	}
	.itemSomos3{
		margin-right: 83px;
		width: auto;
	}
	.contentSomos3{
		font-size: 25px;
	}
	.titleServ3,.titleServ1{
		font-size: 25px;
	}
	.textoServ3 {
	    margin-top: 48px;
	    margin-bottom: 5px;
	}
	.nombreBlog{
		font-size: 21.99px;
	}
	
	
	#textPagos2 .row{
		margin: 0 -16px;
	}
	#textPagos2 div[class*="col-"]{
		padding: 0 16px;
	}
	.banamexbg{
		padding-left: 50%;
	}
	.textPagos2{
		font-size: 17px;
	}	
	.nombrePDetalle{
		font-size: 27.94px;
	}
	.cntMaterialApoyo div[class*="col-"]{
		width: 33.333%;
	}
}

@media(min-width: 1450px){
}
@media(min-width:1750px){
}

@media(max-width:991px){
	#sliderTop .flex-direction-nav a {
		display: none;
	}
	/*inicio*/
	/*fin inicio*/
	#menu li a {
        font-size: 17px;
    }
}

@media(max-width:991px) and (min-width:768px){
	
}
@media(min-width:768px){
	
}
@media(max-width:767px){
	body{
		padding: 56px 0 0;
		margin-bottom: 35px;
	}
	#header{
		background: transparent;
		width: 100%;
		right: 0;
		left: auto;
		height: auto;
		border: 0;
		z-index: 2;
		margin-top: 56px;
	}
	#bajarSl{
		margin-top: 0px;
	}
	#topMenu{
		height: auto;
	}	
	#topMenu #menu,.logo{
		display: none;
		height: 0;
	}
	.cntCartTop{
		display: none;
	}
	#myCart {
	    position: absolute;
	    top: 13px;
	    left: auto;
	    right: 0px;
	    background: #ff2437;
	    height: 30px;
	    width: 30px;
	    border-radius: 50%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	#myCart img,#btnIngresar img{
		max-width: 14px;
	}
	.cantidadCP {
	    position: absolute;
	    top: -10px;
	    right: -8px;
	    color: #ffffff;
	    font-size: 12.5px;
	    background: red;
	    width: 20px;
	    height: 20px;
	    border-radius: 50%;
	}
	#btnIngresar{
	    position: absolute;
	    top: 13px;
	    left: auto;
	    right: 40px;
	    background: #ff2437;
	    height: 30px;
	    width: 30px;
	    border-radius: 50%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	#redes{
		display: flex;
		width: 100%;
		height: 36px;
		position: fixed;
		bottom: 0;
		top: auto;
		left: 0;
		background:#ffffff;
		z-index: 5;
		padding: 0;
	}
	#redes div{
		margin-bottom: 0;
		width: 20%;
	}
	#redes a{
		width: 100%;
		border-radius: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		color:#ffffff;
		font-size: 18px;
		margin-right: 0;
	}
	#redes a:hover,#redes a:focus{
		text-decoration: none;
		transform: scale(1);
		opacity: 0.95;
	}
	#redes a img{
		display: none;
	}
	#redes a .fa{
		display: inline;
	}
	#redes .fb{
		background: #395398 !important;
	}
	#redes .tr{
		background: #1da1f2 !important;
	}
	#redes .in{
		background: #AB7F5C !important;
	}
	#redes .yt{
		background: #ca250a !important;
	}
	#redes .pin{
		background: #0077b5 !important;
	}
	#redes .email{
		background: #ff0000 !important;
	}
	#sliderTop{
		height: 840px;
		margin-top: 0px;
	}
	#sliderTop .slides li, #sliderTop .cont-logo{
    	height: 840px;
	}
	.contentTextoSlide{
		padding-top: 50px;
	}
	.contentTextoSlide .caption1{
		font-size: 24px;
		padding: 20px 0;
		margin-bottom: 30px;
	}
	.contentTextoSlide .textCaption{
		max-width: 420px;
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 30px;
	}
	.tituloCaption {
		font-size: 30px;
		padding-right: 0;
		text-align: center;
		margin-bottom: 30px;
	}
	.botonesSlider a {
		width: calc(50% - 6px);
		padding: 0 20px;
		font-size: 24px;
		height: 100px;
	}
	.cntslider1{
		padding-left: 20px;
	}
	#icoWa{
		background: url(../images/icoWa2.png) 0 0 no-repeat;
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: 120px !important;
	}
	a.toTop {
		left: auto;
		right: 18.5px;
	}
	
	
	/*inicio*/
	#textHome1 .container{
		font-size: 30px;
	}
	/*fin inicio*/	

	.contentSomos2{
		margin: 0 -15px;
		margin-top: 50px;
		padding-bottom: 60px;
	}
	.contentSomos2 div[class*="col-"]{
		padding: 0 15px;
		width: 100%;
		margin-bottom: 22px;
	}
	.contentServ1,.contentServ3,.contentServ4{
		height: auto;
		padding-right: 0;
		padding-left: 0;
		line-height: 26px;
		display: block;
	}
	
	.contentServ1:before,.contentServ3:before,.contentServ4:before{
		height: auto;
		width: auto;
	}
	.titleServ1{
		text-align: center;
	}
	.btnDirectorio{
		margin-right: auto;
	}
	.textoServ3,.textoServ4{
		margin-bottom: 20px;
	}
	.titleServ1,.titleServ5{
		font-size: 22px;
	}
	.titleServ2{
		font-size: 16px;
	}
	#textServ5 .row{
		margin-top: 49px;
		margin-bottom: 29px;
		margin-left: -8px;
		margin-right: -8px;
	}
	#textServ5 div[class*="col-"]{
		width: 33.333%;
		padding: 0 8px;
		margin-bottom: 30px;
	}
	.bg1Serv1{
		height: 300px;
		background: url(../images/servicios/img1.jpg) center no-repeat;
		background-size: cover;
		margin-top: 30px;
	}
	.bg1Serv3{
		height: 300px;
		background: url(../images/servicios/img2.jpg) center no-repeat;
		background-size: cover;
		margin-top: 30px;
	}
	.bg1Serv4{
		height: 300px;
		background: url(../images/servicios/img3.jpg) center no-repeat;
		background-size: cover;
		margin-top: 30px;
	}



	#infoProducto .visorImg figure.visor {
		min-height: 100px;
	}
	#infoProducto figure.visor img {
		max-height: 100%;
		height: auto;
	}
	#masProductos div {
		font-size: 30px;
	}
	.textPagos1 span{
		display: inline;
	}
	#pagos2 .row div[class*="col-"]:last-child{
		margin-left: 10%;
		width: 80%;
	}
	#metodos .row div[class*="col-"]{
		text-align: center;
		width: 50%;
		margin-bottom: 10px;
	}
	#metodos .row div[class*="col-"] a img{
		margin: auto;
	}
	.banamexbg{
		background: url(../images/metodos/bgbancomer2.png) center no-repeat;
		background-size: cover;
		height: 299px;
		padding-left: 0px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding-top: 100px;
	}
	.textBancoBancomer{
		border-left: 0;
		padding-left: 0px;
		margin-left: 0px;
	}
	.oxxobg{
		display: block;
		text-align: center;
		height: auto;
	}
	.datosOxxo{
		height: auto;
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
		text-align: center;
		justify-content: center;
		padding-top: 30px;
	}
	.titleDetMet {
		text-align: left;
	}
	.cont-flexProducto {
    	padding: 0 12px;
	}
	.imgtitleMet{

	}
	.titleTienda1 {
		font-size: 24px;
		text-align: left;
	}
	#textCart10 .container div.tilem {
		font-size: 24px;
		padding-left: 20px;
	}
}
@media(max-width:680px){
	.contentDatFoot .itemDat2{
		margin-right: 120px;
	}
	.itemHome2{
		margin-left: 7.5px;
		margin-bottom: 15px;
	}
	.itemHome2:nth-child(4){
		margin-right: 7.5px;
		margin-left: 7.5px;
	}
	.itemHome2:nth-child(3){
		margin-right: 7.5px;
		margin-left: 7.5px;
	}
	.nombreBlog{
		padding-right: 20px;
		padding-left: 20px;
		font-size: 15px;
	}
	.btnverBlog{
		position: relative;
		width: 100%;
		top: auto;
		right: auto;
	}
	

	#textPagos2 div[class*="col-"]{
		width: 100%;
	}
	.nombreP {
		max-width: 100%;
	}
	#carrito thead {
	    display: none;
	}
	#carrito tr{
		border-top: 1px solid #a0a0a0;
	}
	#carrito td.fotoPc{
		width: 100%;
	}
	#carrito td {
	    display: block !important;
	    width: 100% !important;
	    position: relative;
	    padding-left: 105px !important;
	    border-top: 0;
	    text-align: center;
	    vertical-align: middle;
	    font-family: 'Arial', sans-serif !important;
	}	
	#carrito td::before {
	    position: absolute;
	    top: 10px;
	    left: 1em;
	    width: auto;
	    padding-right: 1em;
	    white-space: nowrap;
	    text-align: left;
	    content: attr(data-title);
	    z-index: 1;
	    font-weight: 600;
	}
	#carrito td.precioP::before,#carrito td.precioPT::before{
		top: 7px;
		left: 13px;
	}
	.precioPT{
		padding-right: 8px !important;
	}
	.precioPT, .precioP{
		font-size: 100%;
		color: #757575;
	}
	#carrito td.delItem {
    	padding-right: 8px;
	}
	.nombreP,.nombreP span{
		text-align: center;
	}
	#textPagos2 div[class*="col-"]{
		border-right: 0;
	}

	/*#tblPedi thead {
	    display: none;
	}
	#tblPedi tr{
		border-top: 1px solid #f1b604;
	}
	#tblPedi td {
	    display: block !important;
	    width: 100% !important;
	    position: relative;
	    padding-left: 105px !important;
	    border-top: 0;
	    text-align: center;
	    vertical-align: middle;
	    font-family: 'Arial', sans-serif !important;
	    line-height: 36px;
	}	
	#tblPedi td::before {
	    position: absolute;
	    top: 10px;
	    left: 1em;
	    width: auto;
	    padding-right: 1em;
	    white-space: nowrap;
	    text-align: left;
	    content: attr(data-title);
	    z-index: 1;
	    font-weight: 600;
	}
	#tblPedi td#sinpT{
		 padding-left: 8px !important;
		 vertical-align: middle !important;
		 line-height: 36px;
	}*/
	#cntTablePedidosATot #tblPedi thead tr th:nth-child(4),
	#cntTablePedidosATot #tblPedi tbody tr td:nth-child(4){
	    display: none;
	}
	#carrito td{
		padding: 8px;
	}
	.row-resumen div[class*="col-"]{
		width: 100%;
	}
	#resumenForm2 #carrito td.fotoPc img {
    	margin-left: auto;
    	margin-right: auto;
	}
	.cntMaterialApoyo div[class*="col-"]{
		width: 50%;
	}
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
}
@media(max-width:640px){
	#textCart10 .container div.tilem {
		
	}
	.detallesdemetodoCart{
		font-size: 24px;
	}
	.sidebarPanel .liPanel a{
		font-size: 16px;
		justify-content: center;
		padding-left: 5px;
		padding-right: 5px;
	}
	.sidebarPanel .liPanel a div:first-child{
		width: auto;
	}
	.sidebarPanel .liPanel a div:first-child img{
		margin-right: 10px;
	}
}
@media(max-width:600px){
	#sliderTop{
		height: auto;
		margin-top: 0px;
	}
	#sliderTop .slides li, #sliderTop .cont-logo{
    	height: auto;
	}
	#sliderTop .slides li{
		background-position: right center !important;
	}
	.contentTextoSlide .caption1{
		text-align: right;
	}
	.cntslider1 {
    	padding-left: 0px;
	}
	.cont-logos{
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
	}
	.contentTextoSlide {
    	padding-top: 75px;
    	padding-bottom: 75px;
    	padding-left: 0;
	}
	.contentTextoSlide .textCaption {
	    max-width: 100%;
	}
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}
	#textHome1 .container{
		font-size: 24px;
	}
	.itemSomos3{
		padding: 0 15px;
	}
	#textServ5 div[class*="col-"]{
		width: 50%;
	}
	.fechaBlog{
		width: 50px;
		height: 80px;
		top: calc(50% - 40px);
		font-size: 18px;
	}
	.fechaBlog strong{
		font-size: 20px;
		padding-bottom: 0px;
	}
	.fechaBlog span{
		font-size: 14px;
		padding-top: 0;
	}

	.titleTienda1 {
		font-size: 20px;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
	}




	#resumenForm2 #carrito td.fotoPc img{
		margin-left: auto;
		margin-right: auto;
	}
	.itemResumen3{
	  width: 100%;
	  text-align: left;
	  margin-bottom: 3px;
	}
	.itemResumen4{
	  width: 100%;
	  text-align: left;
	  margin-bottom: 3px;
	}
	.itemResumen5{
	  width: 100%;
	  text-align: left;
	  margin-bottom: 3px;
	}
	.itemResumen6{
		width: 100%;
		text-align: left;
	}
	.contImgsFlex img{
		margin-right: 15px;
	}
	.datosOxxo{
		font-size: 24px;
	}

	.titlePediTable{
		font-size: 20px;
	}
	.titleRegistrarse1{
		font-size: 28px;
	}
}
@media(max-width:580px){
	.sidebarPanel .liPanel a{
		font-size: 14px;
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}
	.sidebarPanel .liPanel a div:first-child{
		width: auto;
	}
	.sidebarPanel .liPanel a div:first-child img{
		margin-right: 0px;
	}
	#cntTablePedidosATot #tblPedi thead tr th:nth-child(3),
	#cntTablePedidosATot #tblPedi tbody tr td:nth-child(3){
	    display: none;
	}
	#tableCursosPedidos #tblPedi thead tr th:nth-child(2),
	#tableCursosPedidos #tblPedi tbody tr td:nth-child(1){
		 display: none;
	}
	#tblPedi .table > thead > tr > th {
		width: 33.3333%;
	}

}
@media(max-width:540px){
	.contentDatFoot .itemDat2{
		margin-right: 60px;
	}
	/*inicio*/
	
	/*fin inicio*/
	.noHay{
		font-size: 28px;
	}
	.productosTienda div[class*="col-"]{
		width: 100%;
	}


	.contentPagos1{
		height: auto;
	}
	.contentPagos1 .row div[class*="col-"]{
		width: 100%;
	}
	.contentPagos1:before{
		width: 40px;
		height: 1px;
		top: calc(50%);
		left: calc(50% - 20px);
	}
	#pagos2 .row div[class*="col-"]:last-child{
		margin-left: 0;
		width: 100%;
	}
	.contentLogin2 .row div[class*="col-"]{
		width: 100%;
	}
}
@media(max-width: 520px){
	.titleDetMet{
		font-size: 20px;
	}

	#infoProducto .visorImg figure.visor{
		height: auto;
	}
	#topDark .correo{
		margin-right: 50px;
		margin-left: 50px;
		margin-top: 10px;
	}
	#topDark{
		height: auto;
		padding: 12px 0;
	}

	#MiperfilUser div[class*="col-"]{
		width: 100%;
	}
}
@media(max-width:500px){
	#textHome1 .container{
		font-size: 20px;
	}
	.titleSomos3{
		font-size: 24px;
	}
	.titleServ1, .titleServ5 {
    	font-size: 19px;
	}
	.titleServ2 {
    	font-size: 16px;
    	line-height: 20px;
	}
	.titleServ5 {
    	font-size: 18px;
    	text-align: center;
	}



	.bg2{
		height: 250px;
	}

	.m-auto{
		width: 100%;
	}
	.titleRelacionados1{
		font-size: 30px;
	}
	
	.contenedorPagos2{
		flex-wrap: wrap;
	}
	.contPrecioRow{
		flex-wrap: wrap;
		justify-content: center;
	}
	.detalleprev{
		margin-left: 20px;
		margin-top: 10px;
		margin-right: 20px;
	}
	.contentNumGrad{
		justify-content: center;
	}
	
	
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}
	.lineForm0 {
    	font-size: 20px;
	}
	.featuring{
		font-size: 36px !important;
	}
	
	#metodo1{
		padding-left: 15px;
		padding-right: 15px;
	}
	.btndescargar {
		width: auto;
	}
	
	.titlePagosMForm{
		font-size: 22px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.titleMasForm{
		font-size: 16px;
		line-height: 21px;
	}
	.titlePreciop{
		font-size: 22px;
	}
	.banamexbg{
		padding-top: 90px;
	}
	.contImgsFlex img{
		margin-right: 5px;
	}
	#textCart10{
		height: auto;
		margin-top: -8px;
	}
	#textCart10 .container div.tilem {
    	padding-right: 0px;
    	height: auto;
    	flex-wrap: wrap;
    	justify-content: center;
    	flex-direction: column;
    	padding-top: 20px;
    	padding-bottom: 0px;
    	padding-left: 0;
	}
	.btn-print{
		position: relative;
		top: auto;
		right: auto;
		margin-top: 20px;
		width: 100%;
		height: 50px;
	}
	#formFactura div[class*="col-"] {
    	width: 100%;
	}
	.titleTienda1 {
		font-size: 18px;
	}
	.titleSelecMp {
		font-size: 20px;
	}
	.sidebarPanel .liPanel a{
		font-size: 12px;
		justify-content: center;
		flex-direction: column;
		line-height: 15px;
	}
}

@media(max-width:480px){
	.contentDatFoot .itemDat2{
		margin-right: 0px;
		width: 100%;
		margin-bottom: 50px;
	}
	
	.itemHome2{
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.itemHome2:nth-child(4),.contentHome2 .itemHome2:last-child{
		margin-right: 15px;
		margin-left: 15px;
	}
	.itemHome2:nth-child(3){
		margin-right: 15px;
		margin-left: 15px;
	}
	.contentSomos3{
		font-size: 18px;
	}




	.titleCategoria{
		font-size: 26px;
	}
	.titleproductodet{
		padding-right: 15px;
		padding-left: 15px;
	}
	.skuTitle,.modeloTitle{
		position: relative;
		width: 100%;
		font-size: 16px;
		border-radius: 0;
		display: block;
		padding-left: 15px;
	}




	#infoProducto .visorImg figure.visor {
		min-height: auto !important;
	}

	


	#masProductos div {
		font-size: 24px;
	}
	.datosCuenta{
		padding-left: 135px;
		height: 70px;
	}
	
	.titlePagos2,.textPagos2 {
		font-size: 13px;
	}
	.titlePagos2{
		width: calc(100% - 33px);
		margin-right: 0;
	}
	.textPagos2 {
		margin-top: 1px;
		width: 100%;
	}
	#formResumen label{
		font-size: 20px;
	}
	.masInfoRe {
		font-size: 11px;
	}
	#metodos .row div[class*="col-"]{
		width: 100%;
	}
	.titleDetMet {
		font-size: 18px;
	}
	#textCart10 .container div.tilem{
		font-size: 20px;
	}
	.titlePreciop{
		font-size: 20px;
	}
	.detallesdemetodoCart{
		font-size: 22px;
	}

	#textIngresar1 .titleTienda1{
		font-size: 20px;
		text-align: left;
		padding-left: 0px;
		padding-right: 0;
		text-align: center;
	}
}
@media(max-width:420px){
	.contentTextoSlide .caption1 {
	    text-align: center;
	    display: block;
	    font-size: 19px;
	}
	/*inicio*/
	.contentSomos3{
		font-size: 16px;
	}
	/*fin inicio*/
	.bg1Serv1{
		height: 210px;
	}
	.bg1Serv3{
		height: 210px;
	}
	.bg1Serv4{
		height: 210px;
	}
	.titleTienda1 {
		font-size: 17px;
	}


	
	.contentNumGrad{
		justify-content: center;
	}
	.titleRelacionados1{
		font-size: 24px;
	}

	
	#masProductos div {
		font-size: 26px;
	}
	.lineForm0 {
    	font-size: 18px;
	}
	.featuring{
		font-size: 30px !important;
	}
	.btndescargar {
		height: auto;
		padding: 20px 0;
	}
	
	#frmContacto  .contenedor-pfrm:nth-child(1){
		order: 2;
	}
	#frmContacto  .contenedor-pfrm:nth-child(2){
		order: 3;
	}
	#frmContacto  .contenedor-pfrm:nth-child(3){
		order: 1;
		margin-bottom: 10px;
	}
	
	#masProductos div {
		font-size: 20px;
	}
	.newsize{
		font-size: 18px;
	}
	.contenedorPrecioP {
		height: auto;
		flex-wrap: wrap;
		justify-content: center;
	}
	.titlePreciop {
		width: 110px;
		text-align: center;
		font-size: 18px;
	}
	.title-total {
		width: calc(100% - 110px);
	}
	#btnPagoEfectivo {
		font-size: 12px;
	}
	.title-total .span2 {
		font-size: 40px;
	}
	#btnPagoEfectivo span{
		font-size: 14px;
	}
	
	.solomov{
		display: block;
	}
	.nameProducto{
		font-size: 25px;
	}
	.titleDetMet {
		font-size: 16px;
		padding-left: 10px;
	}
	
	.oxxobg img{
		width: 200px;
	}
	.datosOxxo{
		font-size: 20px;
		padding-top: 25px;
	}
	.titleMetodos1{
		font-size: 19px;
	}
	
	.resumen3 {
    	padding: 28.5px 15px;
	}
	.banamexbg{
		padding-top: 80px;
	}

	.sidebarPanel .liPanel:first-child{
		width: 25%;
	}
	.sidebarPanel .liPanel:nth-child(2){
		width: 30%;
	}
	.sidebarPanel .liPanel:last-child{
		width: 45%;
	}
	.titleRegistrarse1{
		font-size: 22px;
	}
}
@media(max-width:400px){
	.rd-mobilepanel #logoMovil{
		width: 150px;
		top: 15px;
	}
	.titlePediTable{
		font-size: 18px;
	}
	.contentSomos3{
		font-size: 15px;
	}
	.titleSelecMp {
		font-size: 18px;
	}
}
@media(max-width:380px){	
	.contentSomos3{
		font-size: 14px;
	}
	.titleSomos3{
		font-size: 22px;
	}
	#textCart10 .container div.tilem{
		font-size: 18px;
	}



	.titleCategoria{
		font-size: 24px;
	}
	.item1,.item2,.item3{
		padding-left: 15px;
	}


	.titleMetodos1{
		font-size: 18px;
	}
	.banamexbg{
		height: 240px;
	}
	.titleBanamex{
		font-size: 28px;
		padding-bottom: 5px;
	}
	
	.titleresumenCart2{
		font-size: 26px;
	}
	.contImgsFlex img{
		margin-right: 10px;
	}
	.titleRecientes .container{
		font-size: 22px;
	}
	.titleSuscribirse{
		font-size: 19px;
	}
	.titleSuscribirse strong{
		font-size: 20px;
	}
	.titlePagosMForm{
		font-size: 19px;
	}
	.datosOxxo strong {
    	display: block;
	}
	.contImgsFlex img{
		margin-right: 2px;
	}
	.titleBanamex{
		font-size: 24px;
	}
	.titleBanamex2{
		font-size: 19px;
	}
	.sidebarPanel .liPanel a{
		font-size: 10px;
	}
}
@media(max-width:359px){
	.btnCarrito {
    	right: 70px;
	}
	.contentTextoSlide img,.img1Inicio{
		width: 250px;
	}
	
	#masProductos div {
		font-size: 18px;
	}
	#btnPagoEfectivo {
		font-size: 10.5px;
	}
	#btnPagoEfectivo span{
		font-size: 11px;
	}
	
	.title-total .span2 {
		font-size: 32px;
	}
	.btn-print{
		padding: 0 7px;
	}
	.titlePagosMForm{
		font-size: 18px;
	}
	.titlePediTable{
		font-size: 17px;
	}
}