.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  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: #ffffff;
  background: #1a223e;
  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: #ffffff; 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.45); text-decoration: none}
    .rd-mobilemenu_ul a:hover { background: rgba(255,255,255,0.45); 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: 99999991;
  background: url(../images/banner/top.png?v2) left center no-repeat;
   }

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

.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: #ffffff;
  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: 10px; 
	margin: auto; 
	left: auto; 
	display: block; 
	position: relative; 
	width: 120px;
}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
}

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

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

@media(min-width:992px){
  .colfMetPag{
  margin-bottom: 0px;
}
  .sidebar #navProds > li{
    display: block;
  }
	
  body[data-page="1"] #sliderTop,
  body[data-page="1"] #sliderTop .slides li{
    height: auto;
  }
	body[data-page="1"] #sliderTop .slides li {
		background: transparent !important;
	}
	body[data-page="1"] #sliderTop .slides li img{
		display: block;
	}
  .cntCaption{
    padding-top: 150px;
  }
  .textCaption span{
    font-size: 30px;
  }
  .textCaption strong{
    font-size: 40px;
  }
  .texto1Caption{
    line-height: 35px;
    padding-bottom: 15px;
  }
  .btnCaption{
    width: 190px;
    height: 48px;
    font-size: 25px;
    line-height: 48px;
    margin-top: 15px;
  }
	.flex-direction-nav .flex-prev {
		margin-left: 395px;
	}
	.flex-direction-nav .flex-next {
		margin-left: 435px;
	}
  #myCart{
    right: 140px;
  }
  #menu{
    left: 240px;
  }
  #logo{
    width: 180px;
    top: 39px;
  }
  #menu li a{
    font-size: 16px;
    padding: 0 15px;
  }
  #textCPcart{
    display: inline;
  }
  #myCart{
    width: 179px;
  }
  #NProductosC{
    position: relative;
    display: inline;
    background: transparent;
    color: inherit;
    width: auto;
    height: auto;
    border-radius: 0;
    line-height: inherit;
    font-size: inherit;
    text-align: left;
    top: auto;
    right: auto;
  }
  .itemDat1{
    width: auto;
    padding-right: 45px;
    margin-right: 45px;
    height: 218px;
    border-right: solid 1px #ffffff;
    padding-bottom: 0;
  }
  .itemDat2{
    width: auto;
    margin-right: 50px;
  }
  .itemDat3{
    width: auto;
    margin-right: 50px;
  }
  .itemDat4{
    width: auto;
  }
  .subtitleHome1:before{
    width: 220px;
  }
  .subtitleHome1:after{
    width: 220px;
  }
  .subtitleHome1,.titleHome1{
    font-size: 40px;
  }
  .cntHome1 .row{
    margin: 0 -22px;
  }
  .cntHome1 div[class*="col-"]{
    padding: 0 22px;
  }
  .contentHome2 img{
    width: 520px;
  }

  #areaQuien{
    font-size: 21px;
  }
  #titQuien {
    font-size: 44px;
  }
  #textQuien-2 .img img{
    max-width: 310px;
  }
  #misionVision .der article {
    padding: 24px 0 24px 20px;
    max-width: 455px;
    font-size: 20px;
  }
  #misionVision .der article .tit{
    font-size: 30px;
  }
  #sectionConocenos-2 .col:nth-child(1) article{
    font-size: 30px;
  }
  #areaCompromiso .tit{
    font-size: 40px;
  }
  #areaCompromiso .tit strong{
    font-size: 44px;
  }
  #areaCompromiso .cnt{
    max-width: 585px;
    display: inline-block;
    padding: 180px 0;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    line-height: 26px;
    font-weight: 300;
    min-height: 880px;
    text-align: right;
  }
  #titVida .container{
    font-size: 25px;
  }
  #areaPromociones .promo1{
    margin-bottom: 24px;
  }
  .item2Carrito2{
    padding-left: 50px;
    padding-right: 0px;
    margin-left: 54px;
    margin-right: 0px;
    border-right: 0;
  }
  .item3Carrito2{
    margin-top: 50px;
  }
  #tblResumen > tbody > tr > td.total-sum{
    font-size: 22px;
  }
  .fPagos .datosEmp > div .title {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .info-folio .wrapp article {
    width: 50%;
  }
  .info-folio .wrapp article.telPedido{
    margin-bottom: 30px;
  }
  .info-folio .wrapp article .wrap-50 .wrap-i {
    width: 50%;
  }
  .coldatosFiscales{
    margin-top: 0px;
  }
  #pagoRealizado .col-6:last-child img{
   width: auto;
  }
  .wrap{
    position: relative;
    padding-left: 290px;
    min-height: 750px;
  }
  .sidebar{
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }
  #btnMarcasP,.sidebar #navProds > li > a,
  .sidebar #navProds > li > ul > li a{
    width: 263px;
  }
  .nombreDetalle{
    font-size: 20px;
    line-height: 24px;
  }
  .btnCantidadComprar a{
    margin-left: 0;
    margin-top: 20px;
  }
  .itemLogoFiscal {
    width: 220px;
  }
  .textoFiscal{
    width: calc(100% - 220px);
  }
  .bancarios{
    font-size: 12px;
  }
  .titleBanco{
    font-size: 11.5px;
  }
}
@media(min-width:1200px){
  .cntCaption{
    padding-top: 200px;
  }
  .textCaption span{
    font-size: 45px;
  }
  .textCaption strong{
    font-size: 60px;
  }
  .texto1Caption{
    line-height: 50px;
    padding-bottom: 25px;
  }
  .btnCaption{
    width: 244px;
    height: 68px;
    font-size: 30px;
    line-height: 68px;
    margin-top: 25px;
  }

	.flex-direction-nav .flex-prev {
		margin-left: 525px;
	}
	.flex-direction-nav .flex-next {
		margin-left: 565px;
	}
  .container{
    width: 1190px;
  }
  #myCart{
    right: 192px;
  }
  #menu{
    left: 326px;
  }
  #logo{
    width: 216px;
  }
  #menu li a{
    font-size: 17px;
    padding: 0 23px;
  }
  .itemDat1{
    padding-right: 101px;
    margin-right: 88px;
    height: 218px;
  }
  .itemDat2{
    margin-right: 152px;
  }
  .itemDat3{
    margin-right: 95px;
  }
  .subtitleHome1:before{
    width: 350px;
  }
  .subtitleHome1:after{
    width: 350px;
  }
  .contentHome2{
    padding-right: 10px;
  }
  .contentHome2 img{
    width: auto;
  }
  #misionVision .der article {
    padding: 60px 0 60px 67px;
    max-width: 570px;
  }
  #sectionConocenos-2 .row{
    margin: 0 -40.5px;
  }
  #sectionConocenos-2 .col{
    padding: 0 40.5px;
  }
  #areaCompromiso .tit{
    font-size: 48px;
  }
  #areaCompromiso .tit strong{
    font-size: 54px;
  }
  #areaPromociones .promo1{
    margin-bottom: 32px;
  }
  .item2Carrito2{
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 54px;
    margin-right: 54px;
    border-right: dashed 1.2px #a0a0a0;
  }
  .item3Carrito2{
    margin-top: 0px;
  }
  .contentCarrito{
    padding-right: 307px;
    min-height: 418px;
    position: relative;
  }
  .contentCarrito .resumenCart{
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    width: 272px;
  }
  .fPagos .datosEmp > div .title {
    font-size: 28px;
    padding-bottom: 0;
  }
  .wrap{
    padding-left: 325px;
  }
  .nombreDetalle{
    line-height: 30px;
    font-size: 24px;
  }
}
@media(min-width:1250px){
  .container {
    width: 1230px;
  }
  .item2Carrito2{
    padding-left: 70px;
    padding-right: 60px;
    margin-left: 56px;
    margin-right: 56px;
  }
  .btnCantidadComprar a{
    margin-left: 25px;
    margin-top: 0;
  }
  .itemLogoFiscal {
    width: 286px;
  }
  .textoFiscal{
    width: calc(100% - 286px);
  }
  .bancarios{
    width: 100%;
    font-size: 14px;
  }
  .titleBanco{
    font-size: 14px;
  }
}
@media(min-width: 1500px){
  body[data-page="1"] #header{
    height: 360px;
  }
  .cntCaption{
    padding-top: 268px;
  }
}
@media(max-width:991px){
	#sliderTop .flex-direction-nav .flex-prev {
		display: none;
	}
	#sliderTop .flex-direction-nav .flex-next {
		display: none;
	}
}

@media(max-width:991px) and (min-width:768px){
}
@media(min-width:768px){
}
@media(max-width: 850px){
  .flexRelacionados .bx-wrapper .bx-prev {
      left: -30px;
      background: url(../images/inicio/prev.png) center no-repeat;
      background-size: contain;
      width: 25px;
      height: 40px;
  }
  .flexRelacionados .bx-wrapper .bx-next {
      right: -30px;
      background: url(../images/inicio/next.png) center no-repeat;
      background-size: contain;
      width: 25px;
      height: 40px;
  }
  #pagoRealizado .col-6 > div figure{
    font-size: 18px;
  }
}
@media(max-width:767px){
	body{
		padding: 56px 0 0;
		margin-bottom: 35px;
	}
	#header #menu,#header #logo,#header #topMenu #myCart{
		display: none
	}
  #header #topMenu{
    height: auto;
  }
	#header{
		margin-top: 56px;
		height: auto;
	}
  body[data-page="1"] #header{
    height: auto;
  }
  #header:before{
    width: 0;
    height: 0;
  }
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 0px;
	}
	#sliderTop .slides li {
    	height: 0px;
	}
  .cntCaption{
    padding-top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 90px;
  }
  body[data-page="1"] #sliderTop{
    height: auto;
  }
  body[data-page="1"] #sliderTop .slides li{
    height: 350px;
  }
	a.toTop {
		left: auto;
		right: 21px;
	}
	#redes{
		display: flex;
		width: 100%;
		height: 36px;
		position: fixed;
		bottom: 0;
		top: auto;
		left: 0;
		background:#ffffff;
		z-index: 7;
	}
	#redes a{
		width: 33.333%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		color:#ffffff;
		font-size: 18px;
    border-radius: 0;
		margin-right: 0;
	}
	#redes a:hover,#redes a:focus{
		text-decoration: none;
    transform: scale(1);
	}
	#redes .fb{
		background: #395398 !important;
    height: 100%;
	}
	#redes .in{
		background: #AB7F5C !important;
    height: 100%;
	}
  #redes .wh{
    background: #00b300;
  }
	#redes a .fa{
		display: block;
	}
  .itemDat2{
    width: 45%;
    margin-right: 20px;
  }
  .itemDat3{
    width: auto;
    margin-right: 0;
  }
  .itemDat4{
    display: none;
  }
  .cntHome1 div[class*="col-"]{
    width: 50%;
    margin-bottom: 30px;
  }
  .cntHome1 div[class*="col-"]:last-child{
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 0;
  }
  .subtitleHome1{
    font-size: 25px;
  }
  #textHome22{
    background: url(../images/inicio/bg4.jpg) left center no-repeat;
    background-size: cover;
    height: 400px;
  }
  #textHome2{
    background: url(../images/inicio/azul.jpg) right center no-repeat;
    background-size: cover;
  }
  .contentHome2{
    height: auto;
    justify-content: center;
    padding-top: 50px;
  }
  .titleHome3{
    font-size: 25px;
  }
  #textQuien-2 {
    margin-bottom: 60px;
  }
  #textQuien-2 .text {
    width: 100%;
    padding-right: 0px;
    line-height: 24px;
  }
  #textQuien-2 .img {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: auto;
  }
  #textQuien-2 .img img {
    position: relative;
    top: auto;
    left: auto;
    max-height: 290px;
    width: auto;
    transform: translate(0);
  }
  #textQuien-2 .boxGreen {
    background-size: cover;
  }
  #misionVision .der{
    width: 100%;
    min-height: 100%;
  }
  #misionVision .der article {
    text-align: center;
    padding: 30px 0 30px 0px;
    color: #fff;
    font-size: 18px;
    max-width: 100%;
  }
  #sectionConocenos-2 .col article{
    height: 200px;
  }
  #sectionConocenos-2 .col:nth-child(1) article{
    font-size: 22px; 
  }
  #areaGarantia .text {
    font-size: 20px;
  }
  #areaGarantia .cnt {
    padding-left: 280px;
    padding-right: 25px;
  }
  #areaGarantia .cnt .logo {
    width: 250px;
  }
  #areaCompromiso .cnt {
    max-width: 450px;
    padding: 50px 0;
  }
  #areaCompromiso .img {
    margin-left: auto;
    max-width: 632px;
    width: 30%;
    left: auto;
    position: relative;
    top: auto;
    transform: translateY(0);
    z-index: 2;
    background: #FFF;
    padding: 7px;
  }
  #areaCompromiso {
    padding-bottom: 50px;
  }
  .item1Carrito2{
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
  }
  .item1Carrito2 img{
    margin-left: auto;
    margin-right: auto;
  }
  .item2Carrito2{
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    min-height: 337px;
    border-left: 0;
    border-right: 0;
    width: 100%;
    text-align: center;
    height: auto;
    min-height: 50px;
  }
  .item3Carrito2{
    margin-top: 50px;
    text-align: center;
  }
  #pagoRealizado .col-6:first-child img{
    width: 250px; 
  }
  .titleDetalle1 {
    padding-right: 0;
  }
  .titlePrecioDet {
    font-size: 18px;
    position: relative;
    top: auto;
    right: auto;
    height: 50px;
    width: 100%;
    border-top-right-radius: 0;
  }
  .nombreDetalle{
    text-align: center;
    padding-left: 0;
  }
  .itemLogoFiscal {
    background: #01b1b8;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 20px;
  }
  .textoFiscal {
    border-left: solid 1px #bdbdbd;
    width: 100%;
  }
  .colf-2 {
    padding-left: 15px !important;
  }
}
@media(max-width: 680px){
  #frmContacto div[class*="col-"]{
    width: 100%
  }
  #footer .tfooter{
    margin-bottom:10px;
  }
  #footer .tfooter,
  #footer #powered{float:none; text-align:center;}
  #footer .tfooter span{display:block; text-align:center; line-height:18px}
  .itemDat2{
    width: 100%;
    margin-right: 0px;
    padding-bottom: 45px;
  }
  .subtitleHome1{
    font-size: 20px;
  }
  #areaCompromiso::before{
    width: 85%;
  }
  #areaCompromiso .cnt {
    max-width: 100%;
    padding: 50px 0;
    width: 80%;
  }
  #titPrivacidad,#titFAQ{
    font-size: 35px;
  }
}
@media(max-width:640px){
  .subtitleHome1:before{
    width: 100%;
    top: -10px; 
  }
  .subtitleHome1:after{
    width: 100%;
    top: auto;
    bottom: -10px; 
  }
  #areaGarantia .cnt {
    padding-left: 25px;
    padding-right: 25px;
  }
  #areaGarantia .cnt .logo {
    width: 250px;
    position: relative;
    border-right: 0;
    height: 45px;
    left: auto;
    top: auto;
    margin-bottom: 20px;
    width: 194px;
    transform: translate(0);
  }
  #tblResumen thead {
      display: none;
  }
  #tblResumen tr{
    border-bottom: 1px solid #a0a0a0;
  }
  #tblResumen td {
      display: block !important;
      width: 100% !important;
      height: auto !important;
      position: relative;
      padding-left: 105px !important;
      border-top: 0;
      text-align: center;
      vertical-align: middle;
      font-family: 'Arial', sans-serif !important;
      padding-top: 20px !important;
      padding-bottom: 20px !important;
  } 
  .table > tbody > tr > td.icodel{
    padding-top: 30px !important;
  }
  .contentCarrito td .delete, .contentCarrito td .deleteReg {
    margin-right: auto;
    margin-left: auto;
  }
  #tblResumen td::before {
      position: absolute;
      top: calc(50% - 10px);
      line-height: 20px;
      font-size: 14px;
      color: #828282;
      left: 1em;
      width: auto;
      padding-right: 1em;
      white-space: nowrap;
      text-align: left;
      content: attr(data-title);
      z-index: 1;
      font-weight: 600;
  }
  #tblResumen td.elimiDp{
    display: none !important;
  }
  #tblResumen > tbody > tr > td.nombreprodp{
    text-align: center;
  }
  .titleCarrito{
    font-size: 25px;
  }
  .cntVideoDes {
    padding-left: 0px;
  }
  .detallesTamano {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 5px;
  }
  #pagoRealizado .col-6 > div figure{
    font-size: 16px;
  }
}
@media(max-width: 620px){
  #sectionConocenos-2 .row {
    display: block;
  }
  #sectionConocenos-2 .col{
    width: 100%;
    float: left;
  }
  #sectionConocenos-2 .col:nth-child(1){
    width: 100%;
  }
  #sectionConocenos-2 .col article{
    height: 130px;
  }
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}	
  #areaFaq .item .tit {
    font-size: 20px;
  }
  #formResumen .tit{
    font-size: 14px;
    text-align: left;
  }
  .title-folio {
    padding-right: 0;
    height: auto;
  }
  .title-folio > button{
    position: relative;
    width: 100%;
  }
  .info-folio {
    border: solid 1px #aaaaaa;
    padding: 30px 10px 0;
  }

  .contentWrap .row{
    margin: 0 -15px;
  }
  .contentWrap .row div[class*="col-"]{
    margin-bottom: 53px;
    padding: 0 15px;
    width: 100%;
  }
  .btnCantidadComprar a {
    margin-top: 0;
    margin-left: 20px;
  }
  .textoFiscal {
    padding-left: 15px;
  }
  .cntDesplegable {
    padding-left: 0px;
  }
}
@media(max-width:580px){
  #formResumen .cnt5 .checkbox{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  #formResumen .cnt5 label {
    text-align: center;
  }
  .btnDescargaFedex{
    margin-left: 0;
  }
  .fPagos .row div[class*="col-"]{
    width: 100%;
    margin-bottom: 15px;
  }
  .fPagos .datPago,.fPagos .banco-logo{
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  #pagoRealizado .col-6{
    width: 100%;
  }
  #pagoRealizado.error,#pagoRealizado {
    height: auto;
    padding: 20px 0;
  }
  #pagoRealizado .col-6 > div figure{
    height: auto;
  }
  #pagoRealizado .col-6:last-child{
    margin-top: 20px;
  }

}
@media(max-width: 540px){ 
}
@media(max-width: 520px){
  #formResumen .row-resumen div[class*="col-"]{
    width: 100%;
  }
}
@media(max-width:500px){
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}	
  .titleHome3{
    font-size: 20px;
  }
  #areaCompromiso .tit{
    font-size: 26px;
  }
  #areaCompromiso .tit strong{
    font-size: 30px;
  }
  #areaCompromiso .img {
    width: 180px;
  }
  .cntCaption{
    padding-right: 50px;
  }
  .textCaption{
    font-size: 15px;
  }
  .textCaption span{
    font-size: 24px;
  }
  .textCaption strong{
    font-size: 30px;
  }
  .texto1Caption{
    line-height: 30px;
    padding-bottom: 15px;
  }
  .titleCarrito{
    font-size: 22px;
  }
  .cntFedexP{
    width: 100%;
  }
  .info-folio .wrapp article .item div {
    width: 100%;
  }
  .info-folio .wrapp article .item {
    padding-left: 5px;
    padding-top: 35px;
    height: 70px;
  }
}

@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
  .titleHome1{
    font-size: 25px;
  }
  #titQuien{
    font-size: 28px;
  }
  .contentCarrito2 .titleCart2{
    font-size: 16px;
  }
  #tblResumen > tbody > tr > td.nombreprodp{
    font-size: 12px;
  }
  .cntFedexP div[class*="col-"]{
    width: 100%;
  }
  .cntFedexP span {
    text-align: left;
    padding-left: 30px;
  }
  #divOrden{
    height: auto;
  }
  #divOrden > em {
    display: block;
    text-align: center;
    border-right: 0;
  }
  #ordenado {
    float: none;
    text-align: center;
  }
  #ordenado > span {
    text-align: center;
  }
}
@media(max-width:450px){
  .cntHome1 .itemHome1{
    min-height: 330px;
  }
}
@media(max-width:420px){
  .titleHome1{
    font-size: 20px;
  }
  #textHome22{
    height: 300px;
  }
  #areaFaq .item .tit {
    font-size: 18px;
  }
  #areaGarantia .text {
    font-size: 18px;
  }
  #areaCompromiso .tit{
    font-size: 20px;
  }
  #areaCompromiso .tit strong{
    font-size: 24px;
  }
  #titPrivacidad,#titFAQ{
    font-size: 30px;
  }
  .titleCarrito{
    font-size: 20px;
  }
  .fPagos .datosEmp > div .title {
    font-size: 20px;
  }
  .btnCantidadComprar {
    justify-content: center;
  }
  .btnCantidadComprar a{
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .cntProductoComprar {
    margin-left: 20px;
    margin-right: 20px;
  }
  .itemDesplegable{
    font-size: 16px;
    padding-left: 10px;
  }
  .cntBancarios {
    display: flex;
    flex-wrap: wrap;
  }
  .bancarios.bg1 {
    margin-right: 0;
    margin-bottom: 7px;
  }
  .bancarios {
    width: 100%;
  }
}
@media(max-width:450px){
  .cntHome1 .itemHome1{
    min-height: 290px;
  }
}
@media(max-width:380px){
  .dirFooter br{
    display: none;
  }
  .titleHome3{
    font-size: 18px;
  }
  #titPrivacidad,#titFAQ{
    font-size: 24px;
  }
  .cntCaption{
    padding-right: 40px;
  }
  .textCaption{
    font-size: 14px;
  }
  .textCaption span{
    font-size: 20px;
  }
  .textCaption strong{
    font-size: 24px;
  }
  .texto1Caption{
    line-height: 25px;
    padding-bottom: 10px;
  }
  .flexRelacionados{
    padding-left: 20px;
    padding-right: 20px;
  }
  .contentCarrito2 .titleCart2{
    font-size: 14px;
  }
  #pagoRealizado .col-6 > div figure{
    font-size: 14px;
  }
}
@media(max-width:360px){
  .cntHome1 .itemHome1{
    min-height: 260px;
  }
  #textHome22{
    height: 250px;
  }
}
@media(max-width:330px){
  .cntHome1 .itemHome1{
    min-height: 240px;
  }
}