.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:#343434;
  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: flex;
    align-items: center; 
    padding: 14px 25px 16px; 
    color: #ffffff; 
    font-family: 'Open Sans', sans-serif;}
    .rd-mobilemenu_ul a img{
    margin-right: 6px; }
    .ulimgli{
      margin-left: 3px;
    }
  .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/topa.jpg) center no-repeat;
  background-size: cover;
   }

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

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

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

@media(min-width:992px){
	#sliderTop{
		height: auto;
	}
	#sliderTop .slides li{
		height: auto;
	}
	#sliderTop .slides li {
		background: transparent !important;
	}
	#sliderTop .slides li img.sliderImg{
		display: block;
		width: 100%;
	}
	.flex-direction-nav .flex-prev {
		margin-left: -470px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -430px;
	}
  .cntSliderTop .caption img{
    width: 350px;
  }
  .contentDarkTop{
    justify-content: center;
  }
  .itemDat1{
    width: 50%;
    padding-right: 40px;
    padding-top: 37px;
  }
  .itemDat2{
    padding-left: 11px;
    width: 50%;
    padding-top: 0px;
  }
  .textTel{
    right: 160px;
    top: 27.5px;
    font-size: 18px;
    letter-spacing: 0px;
  }
  #menu li{
    padding: 0 15px;
  }
  #menu li a{
    font-size: 18px;
    letter-spacing: 0.25px;
  }
  #menu li:first-child a{
    width: 115px;
    height: 37px;
  }
  #topMenu{
    max-width: 1110px;
  }
  .textoData br{
    display: block;
  }
  .itemHome2a{
    margin-right: 60px;
    margin-bottom: 0px;
  }
  .itemHome2b{
    margin-right: 60px;
    margin-bottom: 0px;
  }
  .itemHome2c{
    margin-right: 60px;
  }
  .itemHome2{
    font-size: 28px;
    line-height: 42.43px;
    width: auto;
  }
  .titleHome1{
    font-size: 40px;
  }
  .itemHome1a{
    font-size: 16px;
    line-height: 30px;
  }
  #textHome1{
    padding-top: 175px;
    padding-bottom: 142px;
  }
  .itemHome1b{
    padding-left: 0px;
  }
  .itemHome1a a{
    width: 321px;
    height: 63px;
    letter-spacing: 0.25px;
    font-size: 18px;
  }
  #textHome3 img{
    width: auto;
  }
  .titleEmpresa1:before,.titleEmpresa1:after{
    width: 320px;
  }
  #textEmpresa1 .row{
    margin: 0 -20px;
  }
  #textEmpresa1 div[class*="col-"]{
    padding: 0 20px;
  }
  .titleEmpresa1{
    font-size: 44px;
  }
  #textProducto2 div[class*="col-"]{
    width: 50%;
  }
  #textProducto2 div[class*="col-"]:last-child{
    margin-top: 0px;
  }
  .mapac{
    height: 509px;
  }
 
  #textDetalleProductos div[class*="col-"]{
    width: 50%;
  }
  #textDetalleP1 .container{
    font-size: 30px;
    line-height: 32px;
  }
  .titleHistoria1{
    line-height: 36px;
    font-size: 36px;
    letter-spacing: 0.25px;
  }
  #textEmpresa3 img{
    width: auto;
  }
  .titlePolitica1{
    font-size: 30px;
  }
  .titlePolitica2{
    font-size: 30px;
  }
  .contentPolitica .iso{
    right: 85px;
  }
  .textTel strong{
    display: inline;
  }
  .itemDetTienda1{
    width: 404px;
  }
  .itemDetTienda2{
    padding-top: 0px;
    padding-left: 32px;
    width: calc(100% - 404px);
  }
  .itemPagos2a{
    padding-right: 11px;
    width: 50%;
  }
  .itemPagos2b{
    width: 50%;
    padding-left: 11px;
    margin-top: 0px;
  }
  #textPagos2 div[class*="col-"]{
    width: 33.333%;
  }
  #textPagos2 div[class*="col-"]:last-child{
    margin-left: 0;
  }
  .contenidoAddCart{
    padding-left: 10px;
    font-size: 14px;
    letter-spacing: 0px;
  }
  .item1AddCart1{
    min-width: 140px;
  }
  .item1AddCart2{
    min-width: 185px;
  }
  .item1AddCart3{
    margin-right: 12px;
  }
  .item1AddCart4{
    margin-top: 10px;
  }
  .titleTienda1a{
    font-size: 44px;
    line-height: 44px;
    padding-right: 175px;
    padding-left: 28px;
  }
  .titleTienda1{
    font-size: 44px;
  }
  .itemReumenCarta {
    width: calc(100% - 231px);
    padding-right: 35px;
    padding-bottom: 0px;
  }
  .itemReumenCartb {
    width: 231px;
  }
  .titleTienda3{
    font-size: 44px;
    line-height: 36px;
    padding: 23.5px 0;
  }
  .textPagos1 span{
    font-size: 16.82px;
    line-height: 26.9px;
  }
  .bgResumenMet4 .tit1{
    font-size: 18px;
  }
  .bgOxxo .med{
    margin-left: 70px;
    margin-right: 70px;
  }
  .textoBgOxxo{
    font-size: 28px;
    line-height: 44px;
    letter-spacing: 0.25px;
  }
}
@media(min-width:1200px){
	.flex-direction-nav .flex-prev {
		margin-left: -500px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -460px;
	}
  .cntSliderTop .caption img{
    width: 450px;
  }
  .itemDat1{
    padding-right: 80px;
  }
  .textTel{
    right: 200px;
    top: 27.5px;
    font-size: 21px;
    letter-spacing: 0.25px;
  }
  #menu li{
    padding: 0 19px;
  }
  #topMenu{
    max-width: 1217px;
  }
  .itemHome2a{
    margin-right: 111px;
  }
  .itemHome2b{
    margin-right: 105px;
  }
  .itemHome2c{
    margin-right: 101px;
  }
  .itemHome2{
    font-size: 30px;
    line-height: 42.43px;
  }
  .titleHome1{
    font-size: 48px;
  }
  .itemHome1a{
    font-size: 18px;
    line-height: 36px;
  }
  .titleEmpresa1:before,.titleEmpresa1:after{
    width: 412px;
  }
  #textEmpresa1 .row{
    margin: 0 -50.75px;
  }
  #textEmpresa1 div[class*="col-"]{
    padding: 0 50.75px;
  }
 
  #textDetalleP1 .container{
    font-size: 44px;
    line-height: 36px;
  }
  #menu li:first-child a{
    width: 147px;
  }
  .contenidoAddCart{
    padding-left: 22px;
    font-size: 16px;
    letter-spacing: -0.25px;
  }
  .item1AddCart1{
    min-width: 165px;
  }
  .item1AddCart2{
    min-width: 211px;
  }
  .item1AddCart3{
    margin-right: 24px;
  }
  .item1AddCart4{
    margin-top: 0px;
  }
}
@media(min-width:1450px){
  .cntSliderTop .caption img{
    width: 500px;
  }
}
@media(min-width:1650px){
  .cntSliderTop .caption img{
    width: auto;
  }
}
@media(max-width:991px){
}

@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 #darkTop,#header #menu{
		display: none
	}
  #header #topMenu{
    height: auto;
  }
	#header{
		margin-top: 56px;
		height: auto;
	}
  #topMenu{
    margin-top: 0px;
    border-radius: 0px;
  }
  .textTel {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    padding: 10px 0;
  }
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 0px;
	}
	#sliderTop .slides li {
    	height: 400px;
	}
  .cntSliderTop{
    padding-left: 0px;
    padding-top: 25px;
  }
  .contSlider .container .caption{
  }
	a.toTop {
		left: auto;
		right: 21px;
	}
  #icoWa{
    background: url(../images/what.png) 0 0 no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 120px;
  }
	#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;
		margin-right: 0;
	}
	#redes a:hover,#redes a:focus{
		text-decoration: none;
    transform: scale(1);
	}
	#redes .fb{
		background: #395398 !important;
	}
	#redes .wha{
		background: #00b34c !important; 
	}
	#redes .in{
		background: #AB7F5C !important;
	}
	#redes a .fa{
		display: block;
	}
  .logo2{
    width: 45px;
    position: absolute;
    top: 5px;
    right: -30px;
  }
  .logo2 img{
    max-width: 100%;
  }
  .rd-mobilepanel_title{
    padding-right: 155px;
  }
  .itemDat1 img{
    width: 250px;
  }
  #textHome1{
    padding: 75px 0;
  }
  .itemHome1a,.itemHome1b{
    width: 100%;
    padding-left: 0px;
  }
  .itemHome1b img{
    margin-right: auto;
    width: 350px;
  }
  .titleHome1{
    text-align: center;
  }
  .itemHome1a a{
    margin-right: auto;
    margin-left: auto;
  }
  #textEmpresa1 div[class*="col-"]{
    width: 50%;
    margin-bottom: 54px;
  }
  #textEmpresa1 div[class*="col-"]:last-child{
    margin-left: 25%;
  }
  #textEmpresa1{
    padding-bottom: 30px;
  }
  .titleEmpresa1:before,.titleEmpresa1:after{
    width: 240px;
  }
  .titleProducto1{
    font-size: 30px;
    line-height: 30px;
  }
  #dirMap .tit{
    font-size: 30px;
    padding: 35px 0;
  }
  .inputs{
    margin-left: 80px;
  }
  .imgProductos figure.visor{
    height: auto;
  }
  .itemHistoria1a{
    width: 100%;
    padding-bottom: 15px;
  }
  .itemHistoria1b{
    width: 100%;
    text-align: center;
  }
  .itemHistoria1a img{
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .titleHistoria1{
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    max-width: 350px;
    height: 50px;
  }
  .titleEmpresa2{
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
  }
  #textEmpresa3 img{
    width: 500px;
    margin-right: 0px;
  }
  .ulEmpresa3{ 
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
  }
  #politica-certificaciones{
    background: transparent;
  }
  .contentPolitica{
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0;
    display: block;
  }
  .contentPolitica .iso{
    position: relative;
    top: auto;
    right: auto;
    padding: 65px 15px;
    width: calc(100% + 30px);
    background: url(../images/empresa/fondo3b.jpg) center no-repeat;
    background-size: cover;
    margin-left: -15px;
  }
  .cntPoliticaIno{
    width: calc(100% + 30px);
    margin-left: -15px;
    background: url(../images/empresa/fondo3a.jpg) center no-repeat;
    background-size: cover;
    padding: 65px 15px;
    padding-bottom: 0px;
  }
  .contentPolitica .iso img{
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
  }
  .titlePolitica2:before{
    width: 0px;
    height: 0;
  }
  .titlePolitica2{
    background: #ffffff;
    width: calc(100% + 30px);
    padding: 20px 15px;
    margin-left: -15px;
    margin-top: 65px;
  }
  .textoPolitica1{
    padding-right: 0px;
  }
  .rd-mobilemenu_ul a img.ico0{
    display: none;
  }
  .rd-mobilemenu_ul a img.ico5{
    display: block;
  }
  #bajarSl{
    margin-top: 70px;
  }
  .btnCart{
    top: 7.5px;
    right: 21px;
    width: 135px;
    height: 40px;
    border-radius: 20px;
    font-size: 13px;
  }
  .titleFrecuentes1{
    font-size: 30px;
    line-height: 24px;
  }
  .preguntaFrecuente{
    font-size: 17px;
    text-align: left;
  }
  .respuestPreguntaFrec{
    font-size: 14px;
    text-align: left;
  }
  .titleTienda1{
    font-size: 30px;
    line-height: 24px;
    border-radius: 30px;
    height: 55px;
    max-width: 290px;
  }
  .titleProdTienda{
    font-size: 24px;
  }
  #textTienda2 .row {
    margin: 0 -15px;
  }
  #textTienda2 div[class*="col-"]{
    padding: 0 15px;
  }
  .titleRecionados1a{
    font-size: 24px;
    letter-spacing: 0px;
  }
  .titleTienda1a{
    font-size: 25px;
  }
  .titleTienda1a a img{
    width: 120px;
  }
  .titleTienda1a a{
    top: calc(50% - 21.5px);
    right: 0px;
  }
  .contenidoAddCart{
    font-size: 14px;
  }
  .item1AddCart3 {
    margin-right: 17px;
  }
  .titleTienda2 {
    max-width: 550px;
  }
  .contenedorTitleRes{
    font-size: 19px;
    padding: 15px 10px;
  }
  .titleMetpagos1ab{
    font-size: 18px;
    padding: 15px 10px;
  }
  .contentPagos1{
    font-size: 17px;
  }
  .titleTienda3{
    font-size: 22px;
  }
  .titlePagosMForm{
    font-size: 18px;
  }
  .bgOxxo .med{
    display: none;
  }
  .bgOxxo{
    flex-wrap: wrap;
    height: auto;
    padding: 35px 10px;
  }
  .textoBgOxxo{
    padding-top: 30px;
    text-align: center;
    width: 100%;
  }
  .textMetodoRes1{
    font-size: 17px;
  }
  .fechaMetRes{
    font-size: 16px;
  }
  .cntResumenMet1 .tit{
    width: 150px;
  }
}
@media(max-width: 680px){
  .titleEmpresa1:before,.titleEmpresa1:after{
    width: 200px;
  }
  .inputs{
    margin-left: 40px;
  }
  .titleDetallesP{
    font-size: 20px;
  }
  .item1AddCart1 {
    min-width: 140px;
  }
  .item1AddCart2{
    min-width: 185px;
  }
  .item1AddCart4{
    margin-right: 25px;
    margin-top: 15px;
  }
  #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;
  }
}
@media(max-width:640px){
  .titleEmpresa1{
    font-size: 24px;
  }
  .inputs{
    margin-left: 0px;
  }
  .cntInputs{
    flex-wrap: wrap;
  }
  .metodoC{
    width: 100%;
    padding-bottom: 10px;
  }
  .titleEmpresa2{
    font-size: 24px;
  }
  #textEmpresa3{
    padding-top: 75px;
    padding-bottom: 75px;
  }
  #textEmpresa3 img{
    width: 450px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .ulEmpresa3{ 
    position: relative;
    left: auto;
    top: auto;
  }
  .cntResumenCarrito thead {
      display: none;
  }
  .cntResumenCarrito tr{
    border-top: 1px solid #a0a0a0;
  }
  .cntResumenCarrito td.fotoPc{
    width: 100%;
  }
  .table > tbody > tr > td.fotoPc img{
    margin-right: auto;
    margin-left: auto;
  }
  .cntResumenCarrito .table > tbody > tr > td{
    border-top: 0;
    padding: 10px 8px;
  }
  .cntResumenCarrito td {
      display: block !important;
      width: 100% !important;
      position: relative;
      padding-left: 90px !important;
      border-top: 0;
      text-align: center;
      vertical-align: middle;
      font-family: 'Arial', sans-serif !important;
  } 
  .cntResumenCarrito td::before {
      position: absolute;
      top: calc(50% - 10px);
      left: 1em;
      width: auto;
      height: 20px;
      padding-right: 1em;
      white-space: nowrap;
      text-align: left;
      content: attr(data-title);
      z-index: 1;
      color: #9f9f9f;
      font-weight: 600;
      font-size: 14px;
  }
  .precioPT, .precioP{
    font-size: 100%;
    color: #757575;
  }
  .nombreP{
    text-align: center;
    max-width: 100%;
  }
  .table > tbody > tr > td.delItem{
    padding-right: 8px;
  }
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}	
  .itemHome2 img{
    width: 130px;
  }
  #textHome3 img{
    width: 300px;
  }
  .titleProducto1 {
    font-size: 24px;
  }
  .contentProducto2 .itemProducto2a{
    font-size: 18px;
  }
  .titleDetallesP{
    font-size: 24px;
  }
  #textDetalleP1 .container{
    font-size: 20px;
    line-height: 24px;
  }
  .contenedorTitleRes {
    font-size: 16px;
  }
  .contentPagos1{
    font-size: 15px;
  }
  #textPagos2 div[class*="col-"]{
    width: 100%;
  }
  #textPagos2 div[class*="col-"]:last-child {
    margin-left: 0;
  }
}
@media(max-width:580px){
  #textEmpresa1 div[class*="col-"]{
    width: 100%;
  }
  #textEmpresa1 div[class*="col-"]:last-child{
    margin-left: 0;
  }
  .titleEmpresa1:before,.titleEmpresa1:after{
    width: 170px;
  }
  .titleEmpresa1{
    font-size: 22px;
  }
  .cont-flexProducto{
    padding-left: 25px;
    padding-right: 25px;
  }
  .textMetodoRes1 {
    font-size: 17px;
    flex-wrap: wrap;
    height: auto;
    padding-top: 15px;
    padding-right: 0px;
  }
  .fechaMetRes{
    position: relative;
    top: auto;
    right: auto;
    font-size: 16px;
    height: 40px;
    border-left: 0;
    width: 100%;
    margin-top: 15px;
  }
  .bgResumenMet4 .tit1,.bgResumenMet4 .tit2{
    font-size: 14.5px;
  }
}
@media(max-width: 540px){
  .titleHome1 {
    font-size: 24px;
  }
  .titleEmpresa1:before,.titleEmpresa1:after{
    width: 160px;
  }
  #textProducto3 div[class*="col-"]{
    width: 100%;
  }
  .titleRecionados1 img{
    width: 300px;
  }
  .bx-wrapper .bx-prev {
    left: 15px;
  }
  .bx-wrapper .bx-next {
    right: 15px;
  }
  .item1AddCart3 {
    margin-right: 0px;
  }
  .textPagos2 {
    width: 100%;
  }
  .titlePagos2{
    width: calc(100% - 38px);
    margin-right: 0px;
  }
  .title-total{
    font-size: 22px;
    letter-spacing: 0px;
  }
  .title-total span.span1{
    font-size: 30px;
  }
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}	
  #frmC div[class*="col-"]{
    width: 100%
  }
  .textoTit{
    width: 100%;
    padding-bottom: 5px;
    text-align: center;
    justify-content: center;
  }
  .textoTit br{
    display: none;
  }
  .textoTit span{
    padding-left: 0px;
  }
  .contentInputDat{
    height: auto;
  }
  .titleEmpresa1:before,.titleEmpresa1:after{
    width: 140px;
  }
  #dirMap .tit{
    font-size: 24px;
    padding: 25px 0;
  }
  .titleEmpresa2 {
    font-size: 20px;
  }
  .titleTienda1a {
    font-size: 20px;
    padding-top: 55px;
    padding-bottom: 0px;
    text-align: center;
    padding-right: 0px;
    justify-content: center;
  }
  .titleTienda1a a {
    top: 0px;
    right: auto;
    left: calc(50% - 50px);
  }
  .titleTienda1a a img {
    width: 100px; 
  }
  .item1AddCart3 {
    margin-right: 20px;
    margin-top: 15px; 
  }
  .titleRecionados1a {
    font-size: 17px;
  }
}

@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
  .itemDat1 img {
    margin-right: auto;
    margin-left: auto;
  }
  .textoData {
    display: block;
    text-align: center;
  }
  .textoData strong {
    margin-right: 0px;
  }
  .itemHome2{
    font-size: 20px;
  }
  #textHome3 img{
    width: 280px;
  }
  .contHome4{
    font-size: 20px;
  }
  .titleEmpresa1:before,.titleEmpresa1:after{
    width: 130px;
  }
  .titleProducto1 {
    font-size: 20px;
    padding: 30px 0;
  }
  .contentProducto2{
    flex-wrap: wrap;
  }
  .contentProducto2 .itemProducto2a{
    font-size: 17px;
    width: 100%;
    text-align: center;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .metodoC{
    flex-wrap: wrap;
    height: auto;
  }
  .metodoC div{
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
  }
  .titleRecionados1 img{
    width: 270px;
  }
  .titleFrecuentes1{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .preguntaFrecuente {
    font-size: 14px;
  }
  .respuestPreguntaFrec {
    font-size: 13px;
  }
  .cntTextoPreg{
    padding-right: 20px;
  }
  #textTienda2 div[class*="col-"]{
    width: 100%;
  }
  #formResumen .row-resumen [class*="col-"]{
    width: 100%;
  }
  .contentPagos1 div[class*='col-']{
    width: 100%;
  }
  .contentPagos1 div[class*='col-']:last-child{
    margin-top: 10px;
  }
  .contentPagos1::before{
    width: 0;
    height: 0;
  }
}

@media(max-width:420px){
  #frmC{
    padding: 20px 15px 20px 15px;
  }
  .itemDat1 img {
    width: 200px;
  }
  .titleHome1 {
    font-size: 22px;
  }
  .itemHome2{
    font-size: 18px;
  }
  .itemHome2 img {
    width: 110px;
  }
  .titleEmpresa1:before,.titleEmpresa1:after{
    width: 100px;
  }
  .titleRecionados1 img{
    width: 210px;
  }
  .titleDetallesP{
    font-size: 20px;
  }
  .titleEmpresa2 {
    font-size: 18px;
  }
  #textEmpresa3{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .titlePolitica1{
    font-size: 18px;
  }
  .textoPolitica1 {
    font-size: 15px;
    line-height: 30px;
  }
  .btnCart .textCartD{
    display: none;
  }
  .logo2 {
    right: -43px;
  }
  .btnCart {
    top: 12.5px;
    right: 8px;
    width: 85px;
    height: 30px;
    border-radius: 15px;
  }
  .btnCart img {
    margin-left: 4px;
    margin-right: 0;
  }
  .rd-mobilepanel_title {
    padding-right: 100px;
  }
  .rd-mobilepanel #logoMovil {
    top: 8px;
    width: 70px;
  }
  .titleTienda1 {
    font-size: 21px;
  }
  .contenedorTitleRes {
    font-size: 14px;
  }
  .titlePreciop {
    width: 120px;
    font-size: 15px;
  }
  .title-total {
    width: calc(100% - 120px);
  }
  .titleMasForm{
    font-size: 14px;
    line-height: 22px;
  }
  #formFactura div[class*="col-"] {
    width: 100%;
  }
}
@media(max-width:380px){
  .item1AddCart2 {
    min-width: 100%;
    margin-top: 15px;
  }
  .item1AddCart3 {
    margin-right: 15px;
  }
  .item1AddCart4 {
    margin-right: 25px;
  }
  .titleRecionados1a {
    font-size: 15px;
  }
  .bx-wrapper .bx-prev {
    left: 0;
  }
  .bx-wrapper .bx-next {
    right: 0px;
  }
  .titlePagosMForm{
    font-size: 15px;
  }
  .titleMetpagos1ab {
    font-size: 16px;
    padding: 15px 10px;
  }
  .cntResumenMet1 .tit{
    width: 120px;
  }
}
@media(max-width:365px){
  .itemHome2{
    width: 100%;
  }
  .itemHome2c{
    margin-bottom: 35px;
  }
  #textHome3 img{
    width: 250px;
  }
  .contHome4{
    font-size: 18px;
  }
  .titleEmpresa1 {
    font-size: 20px;
  }
  .titleEmpresa1:before,.titleEmpresa1:after{
    width: 80px;
  }
  .titlePagosMForm{
    font-size: 14px;
  }
}