.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
  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: 280px;
  padding: 132px 0 76px;
  color: #ffffff;
  background: url(../images/banner/top.png);
  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(-280px);
  -ms-transform: translateX(-280px);
  -o-transform: translateX(-280px);
  -webkit-transform: translateX(-280px);
  transform: translateX(-280px);
  -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 a img{display: inline;}
    .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: 991;
  background: #fff;
  border-bottom: solid 2px #132451;
   }
.rd-mobilepanel .fancybox-margin{
  margin-right: 0 !important;
}
.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: #132451;
  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: 1px; 
	margin: auto; 
	left: auto; 
	display: block; 
	position: relative; 
	width: 65px;
}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
}

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

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

@media(min-width:992px){
  #menu li a span.span1{
    display: inline;
  }
  #menu li{
    padding: 0 5px;
  }
  #logo {
    width: 135px;
    top: 9px;
  }
  #menu li a{
    font-size: 15.5px;
    padding: 0 10px;
  }
  #menu li:nth-child(2){
    padding-right: 5px;
  }
  #menu li:nth-child(3){
    padding-left: 5px;
    padding-right: 5px;
  }
  #menu li:nth-child(2) a,
  #menu li:nth-child(3) a{
    width: 150px;
  }
  #menu li a img{
    margin-left: 5px;
    height: auto;
  }
  .contentDarkTop .telTop strong{
    display: inline;
  }
  .contentDarkTop .telTop span{
    font-size: 12px;
    line-height: 30px;
  }
  #carrito{
    margin-left: 10px;
  }
	#sliderTop{
		height: auto;
	}
	#sliderTop .slides li{
		height: auto;
	}
	#sliderTop .slides li {
		background: transparent !important;
	}
	#sliderTop .slides li img{
		display: block;
	}
	.flex-direction-nav .flex-prev {
		margin-left: -470px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -430px;
	}
  #datFooter .tit{
    font-size: 19px;
  }
  #datFooter a{
    font-size: 15.6px;
    line-height: 36px;
  }
  .contentDatFooter{
    flex-wrap: nowrap;
  }
  .itemDat1{
    width: auto;
    padding-right: 0px;
    margin-right: 30px;
    padding-bottom: 0;
  }
  .itemDat1 img{
    margin: 0;
  }
  .itemDat2{
    margin-right: 24px;
  }
  .itemDat3{
    margin-right: 19px;
    width: auto;
  }
  .itemDat4{
    width: auto;
  }
  .itemDat5{
    margin-left: 25px;
    width: auto;
    margin-top: 0px;
  }
  .itemHome2{
    margin-right: 23px;
    margin-left: 0;
  }
  .home2 .itemHome2:last-child{
    margin-right: 0;
    margin-left: 0;
  }
  #textServicios1 div[class*="col-"]{
    width: 25%;
  }
  .contentServicios2{
    padding-left: 370px;
    height: 830px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .contentServicios2 .textoServicios2{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .contentServicios2 .textoServicios2 div:last-child{
    margin-left: 0px;
  }
  .cntServForm{
    padding-right: 170px;
  }
  .submitsServ3{
    position: absolute;
    right: 0;
    top: calc(50% - 21px);
    padding-bottom: 0;
  }
  .contentFinan4{
    padding-top: 60.5px;
  }
  .titleFinan4{
    font-size: 21px;
  }
  .finan6{
    max-width: 455px;
    font-size: 18px;
    line-height: 30px;
  }

  #sidebar-wrapper{
    position: absolute;
    width: 260px;
    margin-bottom: 45px;
  }
  .cont-btnCategoria{
    width: 260px;
    height: 59px;
    margin-top: 0px;
  }
  #textHome3{
    min-height: 1036px;
  }
  #textHome3.catalogo-hero{
    min-height: 650px;
  }
  #textHome3 #page-content-wrapper {
    padding-left: 290px;
    margin-top: 0;
  }
  #sidebar-wrapper .sidebar-nav{
    display: block;
    width: 258px;
  }
  #productos div[class*="col-"]{
    min-height: 321px;
  }
  #productos .titleProductCateg .nombreCatP{
    font-size: 20px;
  }
  .contRegalosCat{
    display: block;
  }
  .cntRegCat{
    width: 100%;
  }
  .cntRegCat2{
    margin-left: 0px;
  }
  .cntListProductos .descripcion .nombre{
    font-size: 16px;
    padding-left: 10px;
  }
  .cntListProductos .descripcion{
    padding-right: 123px;
  }
  .cntListProductos .descripcion a{
    width: 120px;
  }
  .contentDetalle1{
    font-size: 36px;
  }
  .colf-visor1{
    width: calc(100% - 488px);
  }
  .colf-visor2{
    width: 488px;
  }
  .contentDetalle2 figure.visor{
    margin-right: 0;
    margin-left: 0;
    height: 609px;
  }
  .contImgsFlex div[class*="col-"]{
    width: 33.333%;
  }
  .itemIconDet{
    width: 25%;
  }
  .itemIconDet:last-child{
    display: block;
  }
  .itemIconDet:nth-child(3){
    border-right: solid 1px #cfcfcf;
  }
  .itemIconDet:nth-child(4){
    border-right: 0;
    border-bottom: solid 1px #cfcfcf;
  }
  .itemIconDet:nth-child(6){
    border-right: solid 1px #cfcfcf;
  }
  .itemIconDet:nth-child(7){
    display: block;
  }
  .titleIconDet{
    font-size: 18px;
  }
  .contentCart3 span{
    display: block;
  }
  .contentCart4{
    height: 372px;
    padding-left: 44px;
  }

  #textPagos2 div[class*="col-"]{
    width: 33.333%;
    margin-bottom: 0px;
  }
  #textPagos2 div[class*="col-"]:first-child .bgMetodo{
    margin-left: 0;
  }
  #textPagos2 div[class*="col-"]:last-child .bgMetodo{
    margin-right: 0;
  }
  #textPagos2 div[class*="col-"]:last-child{
    width: 33.333%;
  }

  .resumenCart{
    width: 231px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
  .contentCarrito{
    padding-right: 277px;
  }

  .dondeenvio .cntchek{
    width: 440px;
  }
  .dondeenvio .infoenvio{
    width: calc(100% - 440px);
  }
  #documentosRequeridos div[class*="col-"]{
    width: 50%;
  }
  #documentosRequeridos div[class*="col-"]:last-child{
    margin-top: 0px;
  }
  #textPagos2 div[class*="col-"]:nth-child(2){
    border-right: dashed 1px #a0a0a0;
  }
  #textPagos2 div[class*="col-"]:last-child{
    margin-left: 0;
  }
  .titlePagos1{
    font-size: 24px;
  }
  .contentCart4 img {
    width: auto;
    height: auto;
  }
  #documentosRequeridos div[class*="col-"]:first-child{
    border-right: solid 1px #a0a0a0;
  }
  #documentosRequeridos div[class*="col-"]:first-child .cntDocumento{
    margin-left: 0;
  }
  #documentosRequeridos div[class*="col-"]:last-child .cntDocumento{
    margin-right: 0;
  }
  .itemServ1aa{
    width: 50%;
    padding-bottom: 0;
  }
  .itemServ1ab{
    justify-content: flex-end;
    width: 50%;
  }
  .cntDownServ{
    margin-top: 15px;
    padding-top: 20px;
    height: 210px;
  }
  .itemDownIos{
    margin-right: 50px;
  }
}
@media(min-width:1200px){
  .contentTopPrefooter a{
    font-size: 16px;
  }
  #logo {
    width: 152px;
    top: 1px;
  }
  #menu li{
    padding: 0 10px;
  }
  #menu li a{
    font-size: 15px;
    padding: 0 5px;
  }
  #menu li:nth-child(2){
    padding-right: 9px;
  }
  #menu li:nth-child(3){
    padding-left: 9px;
    padding-right: 125px;
  }
	.flex-direction-nav .flex-prev {
		margin-left: -500px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -460px;
	}
  #datFooter a{
    font-size: 16px;
  }
  #datFooter .tit{
    font-size: 24px;
  }
  .itemDat1{
    padding-right: 0px;
    margin-right: 109px;
  }
  .itemDat2{
    margin-right: 58px;
  }
  .itemDat3{
    margin-right: 82px;
  }
  .itemDat5{
    margin-left: 82px;
  }
  #productos .titleProductCateg .nombreCatP{
    font-size: 24px;
  }
  .cntListProductos .descripcion .nombre{
    font-size: 21px;
    padding-left: 22px;
  }
  .cntListProductos .descripcion{
    padding-right: 149px;
  }
  .cntListProductos .descripcion a{
    width: 146px;
  }
  .contentDarkTop .telTop span{
    font-size: 16px;
  }
  .itemTelServ .telsSucServ3 span{
    display: inline;
  }
  .itemPreFoot{
    margin-right: 48px;
    width: auto;
  }
  .contentTopPrefooter{
    max-width: 1200px;
    padding-top: 37px;
    padding-bottom: 7px;
  }
  .itemPreFoot:nth-child(3){
    margin-right: 48px;
  }
  .itemPreFoot:nth-child(3):before{
    width: 1px;
   height: 15px;
  }
  .itemPreFoot:last-child{
    margin-right: 0px;
  }
  .itemDat3:before,.itemDat4:before{
    content: '';
    position: absolute;
    height: 231px;
    width: 1px;
    background: url(../images/line.png);
    top: 0;
    right: -44.5px;
  }
  .itemServ1ab{
    padding-right: 55px;
  }
  .cntDownServ{
    margin-top: 52px;
    padding-top: 44px;
    height: 238px;
  }
  .itemDownIos{
    margin-right: 94px;
  }
}
@media(min-width:1450px){
  #icoWa{
    width: 294px;
    height: 88px;
    bottom: 250px;
  }
  #icoWaM{
    width: 294px;
    height: 88px;
    bottom: 145px;
  }
  #icoWaC{
    width: 294px;
    height: 88px;
    bottom: 46px;
  }

}
@media(max-width:991px){
	.flex-direction-nav .flex-prev {
		display: none;
	}
	.flex-direction-nav .flex-next {
		display: none;
	}
}

@media(max-width:991px) and (min-width:768px){
}
@media(min-width:768px){
}
@media(max-width:767px){
	body{
		padding: 56px 0 0;
		margin-bottom: 43px;
	}
	#header #topMenu{
		display: none
	}
  #header {
    height: auto;
  }
	#header{
		margin-top: 56px;
		height: auto;
	}
  .rd-mobilepanel_title {
    display: flex;
    align-items: center;
    height: 56px;
    right: 30px;
  }
  .contentDarkTop #carrito{
    display: none;
  }
  .contentDarkTop{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ececec;
    height: 45px;
    border-top: solid 1px #000; 
  }
  .contentDarkTop:before{
    content: '';
    position: absolute;
    top: 0;
    left: 33.333%;
    width: 1px;
    height: 100%;
    background: #000;
  }
  .contentDarkTop:after{
    content: '';
    position: absolute;
    top: 0;
    right: 33.333%;
    width: 1px;
    height: 100%;
    background: #000;
  }
  .contentDarkTop .telTop{
    width: 33.333%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
  }
  .contentDarkTop .telTop figure{
    width: 30px;
    height: 30px;
    padding: 5px;
  }
  .contentDarkTop .telTop span{
    font-size: 12px;
  }
  #carrito{
    height: 40px;
  }

	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 0px;
	}
	#sliderTop .slides li {
    	height: 250px;
	}
	a.toTop {
		
	}
  #icoWa{
    width: 130px;
    height: 45px;
    right: 0px;
    bottom: 176px !important;
    background-position: right 0;
    background-size: contain;
  }
  #icoWaM {
      width: 130px;
      height: 45px;
      bottom: 116px !important;
      background-position: right 0;
      background-size: contain;
  }
  #icoWaC {
      width: 130px;
      height: 45px;
      bottom: 56px !important;
      background-position: right 0;
      background-size: contain;
  }
 
  .itemDat2{
    margin-right: 20px;
    width: calc(50% - 10px);
  }
  .itemDat3{
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .itemDat4{
    padding-top: 0px;
    width: calc(50% - 10px);
  }
  #datFooter .tit{
    border-bottom: solid 1px #bfbfbf;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  #bajar{
    margin-bottom: 0px;
  }
  #textHome1{
    padding: 75px 0;
  }
  #textHome1 div[class*="col-"]{
    width: 100%;
  }
  .contentVideoHome1{
    max-width: 486px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
  }
  .titleServicios3{
    font-size: 30px;
  }
  .telZapopanServ3{
    margin-right: 20px;
  }
  .iteHorServ{
    margin-right: 30px;
  }
  #textFinan3 .container{
    font-size: 20px;
  }
  .colf-fian{
    padding-left: 0px;
    padding-top: 30px;
  }
  #textFinan4 div[class*="col-"]{
    width: 100%;
  }
  .contentFinan4{
    margin-right: auto;
    margin-left: auto;
  }
  .colf-fian img{
    width: 290px;
    margin-right: auto;
    margin-left: auto;
  }
  .titleFinan5{
    font-size: 30px;
  }
  .subtitleFinan5{
    font-size: 16px;
  }
  #textFinan6{
    background-position: center right;
    background-size: auto;
  }
  .contentFinan6{
    height: auto;
    padding-left: 0;
    padding: 65px 0;
    justify-content: center;
  }
  .finan6{
    text-align: center;
  }
  .bg4{
    background: url(../images/financiamiento/fondo4.jpg) center no-repeat;
    background-size: cover;
    height: 300px;
  }
  .itemMapa1{
    width: 100%;
    margin-bottom: 60px;
  }
  .itemMapa2{
    width: 100%;
    margin-bottom: 60px;
  }
  #productos .titleProductCateg .nombreCatP{
    font-size: 17px;
  }
  .cntListProductos .descripcion .nombre{
    font-size: 15px;
  }
  .contentCart4{
    height: 250px;
    padding-left: 15px;
    padding-right: 0;
  }
  .contentCart1{
    font-size: 26px;
  }
  .titlePagos1{
    font-size: 17px;
    padding-right: 200px;
  }
  .titlePagos1 a {
    width: 200px;
  }
  .titlePagosMForm{
    font-size: 22px;
  }
  .contentBan1{
    font-size: 20px;
  }
  #textBan3 div[class*="col-"]{
    width: 100%;
  }
  #textBan3 div[class*="col-"] img{
    width: 380px;
    margin-right: auto;
    margin-left: auto;
  }
  #textBan3 div[class*="col-"]:last-child{
    margin-top: 25px;
  }
  .titleBan5{
    font-size: 20px;
  }
  .contentTopPrefooter{
    justify-content: flex-start;
    margin-left: 0;
  }
}
@media(max-width:680px){
  .cntListProductos div[class*="col-"]{
    width: 100%;
  }
  .titleCatList{
    padding-right: 0;
  }
  .cntFiltros {
    position: relative;
    top: auto;
    right: auto;
    border-left: 0;
    height: 59px;
    border-top-right-radius: 0;
    background: #253563;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }


  #tblResumen thead {
      display: none;
  }
  #tblResumen tr{
    border-top: 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;
  }
  .contentDato .titleDatoP {
    width: calc(100% - 41px);
    margin-right: 0;
  }
  .contentDato .datoP {
    width: 100%;
    min-height: 36px;
    height: auto;
    padding-right: 15px;
    text-align: left;
  }
  .contentBan2{
    padding-right: 0;
    flex-wrap: wrap;
    height: auto;
  }
  .contentBan2 .titleBan2 {
    padding: 20px 15px;
    font-size: 20px;
  }
  .contentBan2 .fechaFolio{
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
  #catlog .container{
    font-size: 26px;
  }
}
@media(max-width:640px){
  #frmCita div[class*="col-"]{
    width: 100%;
  }
  .horServCitas{
    flex-wrap: wrap;
  }
  .iteHorServ,.itemTelServ{
    margin-right: 0px;
    width: 100%;
  }
  .iteHorServ{
    padding-bottom: 25px;
  }
  #productos div[class*="col-"]{
    width: 100%;
    min-height: 20px;
  }
  .itemIconDet{
    width: 50%;
  }
  .itemIconDet:nth-child(2){
    border-bottom: solid 1px #cfcfcf;
    border-right: 0; 
  }
  .itemIconDet:nth-child(3){
    border-right: solid 1px #cfcfcf;
  }
  .itemIconDet:nth-child(4){
    border-right: 0;
    border-bottom: solid 1px #cfcfcf;
  }
  .titlePagos1{
    font-size: 15px;
  }
  #textPagos2 div[class*="col-"]{
    width: 100%;
    border-right: 0;
  }
  #textPagos2 div[class*="col-"]:last-child{
    margin-left: 0;
  }
  .itemDat2{
    margin-right: 0px;
    width: 100%;
    padding-bottom: 30px;
  }
  .itemDat3{
    width: 100%;
    margin-right: 0;
  }
  .itemDat4,.itemDat5{
    width: 100%;
    margin-top: 50px;
  }
  .contentTopPrefooter{
    max-width: 450px;
  }
  .contentTopPrefooter a{
    font-size: 14px;
  }
}
@media(max-width: 620px){
  .titleFinan1{
    font-size: 20px;
  }
  .frmFinan div[class*="col-"]{
    width: 100%;
  }
  .dondeenvio .cntchek {
    width: 100%;
  }
  .dondeenvio .infoenvio {
    width: 100%;
    padding-left: 20px;
    padding-top: 30px;
  }
  #footer .tfooter em.emf{
    display: block;
    height: 1px;
    margin-bottom: 10px;
    opacity: 0;
  }
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}	
  
  #textFinan5 div[class*="col-"]{
    width: 50%;
  }
  #textFinan5 div[class*="col-"]:last-child{
    margin-left: 25%;
    margin-top: 15px;
  }
  .contentDetalle1{
    font-size: 26px;
    padding-right: 150px;
  }
  .contentDetalle1 a img{
    height: 50px;
  }
  .contentDetalle1 a{
    top: calc(50% - 25px);
  }
  #formFactura div[class*="col-"]{
    width: 100%;
  }
  .contentTopPrefooter{
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .itemPreFoot{
    margin-right: 48px;
    margin-bottom: 20px;
  }
}
@media(max-width:580px){
  .colFrmResumen div[class*="col-"]{
    width: 100%;
  }
  .preArchivo {
    font-size: 20px;
  }
}
@media(max-width: 540px){
  .contentBan1 a {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }
  .contentBan1 .tit1 {
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media(max-width: 520px){
  .cntRegCat{
    width: 100%;
  }
  .cntRegCat2{
    margin-left: 0px;
  }
  .cntDatosPedido {
    padding: 38px 10px;
  }
  .cntDownServ img{
    width: 100px;
  }
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}	

  .titleHome1{
    font-size: 30px;
    line-height: 30px;
  }
  #textServicios1 div[class*="col-"]{
    width: 100%;
  }
  .contentServicios2 .textoServicios2{
    position: relative;
    margin-bottom: 25px;
    display: block;
  }
  .contentServicios2 .textoServicios2 div:last-child{
    margin-left: 0px;
  }
  .titleServicios3{
    font-size: 26px;
  }
  #textFinan6{
    background-position: center right;
    background-size: cover;
  }
  .bg4{
    height: 250px;
  }
  .titleFinan6{
    font-size: 30px;
  }
  .itemIconDet{
    width: 100%;
  }
  .itemIconDet:nth-child(2){
    border-bottom: solid 1px #cfcfcf;
  }
  .itemIconDet:nth-child(3),.itemIconDet:nth-child(1){
    border-right: 0;
    border-bottom: solid 1px #cfcfcf;
  }
  .itemIconDet:nth-child(4){
    border-right: 0;
    border-bottom: solid 1px #cfcfcf;
  }
  .itemIconDet:nth-child(5){
    border-right: 0;
    border-bottom: solid 1px #cfcfcf;
  }
  .cntpAgregar,.contentPrecio{
    justify-content: center;
  }
  .select_wrap,.detalleprev{
    width: 231px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
  }
  .contentCart1{
    font-size: 20px;
  }
  .contentCart3 strong{
    font-size: 16px;
  }
  .titleMasForm {
    font-size: 15px;
    line-height: 21px;
  }
}

@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
  #carrito{
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
  }
  #carrito .spantextCart{
    display: none;
  }
  #carrito{
    position: relative;
  }
  #carrito figure{
    width: 40px;
    height: 40px;
    background: #e4e4e4;
    color: #000000;
    margin-right: 0;
  }
  #carrito div{
    position: absolute;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 50%;
    background: #e4e4e4;
    color: #000000;
    top: -5px;
    right: -18px;
  }
  .titleFinan5{
    font-size: 26px;
  }
  .contentDetalle1{
    font-size: 18px;
    padding-right: 0px;
    padding-top: 80px;
    padding-bottom: 20px;
    text-align: center;
  }
  .contentDetalle1 a img{
    height: 35px;
  }
  .contentDetalle1 a{
    top: 20px;
  }
  .contentCart4{
    height: 250px;
    padding-left: 0px;
    padding-right: 0;
    justify-content: center;
    background-size: auto;
    margin-bottom: 0;
    padding: 20px;
  }
  .textCart5{
    background: url(../images/carrito/fondo3.jpg) center right no-repeat;
    background-size: cover;
    height: 270px;
    margin-bottom: 63px;
  }
  .dondeenvio .infoenvio {
    padding-right: 10px;
    padding-left: 10px;
  }
  .textChekEnvio {
    font-size: 20px;
  }

  .titlePagos1{
    padding-right: 100px;
  }
  .titlePagos1 a {
    width: 100px;
    font-size: 17px;
  }
  .titleBan5{
    font-size: 18px;
    line-height: 24px;
  }
  .contentDarkTop .telTop span{
    font-size: 11px;
  }
  #sliderTop .slides li {
      height: 200px;
  }
}

@media(max-width:420px){
  #sliderTop .slides li{
    height: 190px;
  }
  .contentDarkTop .telTop figure{
    display: none;
  }
  .contentDarkTop .telTop span{
    font-size: 11px;
    text-align: center;
  }
  
  .titleServicios3{
    font-size: 22px;
  }
  .bg4{
    height: 200px;
  }

  .dirMap br {
    display: none;
  }
  .titleMap1{
    font-size: 30px;
  }
  .titleFinan1{
    font-size: 18px;
  }
  .formZapopan{
    padding-right: 15px;
    padding-left: 15px;
  }
  #textFinan3 .container{
    font-size: 17px;
    line-height: 25px;
  }
  .cntListProductos .descripcion{
    padding-right: 99px;
  }
  .cntListProductos .descripcion a{
    width: 96px;
  }
  .cntListProductos .descripcion a{
    font-size: 12px;
  }
  .contImgsFlex div[class*="col-"]{
    width: 33.33%;
  }
  .textCart5{
    background: url(../images/carrito/fondo3.jpg) center right no-repeat;
    background-size: cover;
    height: 230px;
  }
  .cntFiltros label {
    width: 100%;
    line-height: 19px;
    text-align: center;
  }
  .cntFiltros {
    height: 95px;
  }
  #filtrosSelect {
    width: 100%;
  }
  .titleDoc {
    font-size: 18px;
  }
  .preArchivo {
    font-size: 18px;
  }
  .titlePagos1{
    padding-right: 0px;
    height: auto;
  }
  .titlePagos1 a {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    font-size: 17px;
  }
  .titlePagosMForm{
    font-size: 18px;
  }
  .subtitlePagos1 {
    font-size: 17px;
  }
  .contentBan1 {
    font-size: 16px;
  }
  .contentBan1 .tit1 figure {
    padding-right: 14px;
    margin-right: 14px;
    height: 40px;
  }
  #textBan3 div[class*="col-"] img{
    width: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  #catlog .container{
    font-size: 24px;
  }
  .itemPreFoot{
    margin-right: 0px;
    width: 100%;
  }
  .itemPreFoot:before{
    width: 0px;
    height: 0px;
  }
  .itemServ1ab .img1{
    width: 150px;
  }
  .itemDownIos{
    margin-right: 50px;
  }
  .cntDownServ img {
    width: 80px;
  }
  .cntDownServ {
    margin-top: 15px;
    padding-top: 30px;
    height: 160px;
  }
}
@media(max-width:385px){
  .telsSucServ3{
    display: block;
  }
  .telZapopanServ3{
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .titleFinan1{
    font-size: 16px;
  }
  .itemFan4{
    font-size: 16px;
  }
  .subtitleFinan5{
    font-size: 14px;
  }
  .titleFinan6{
    font-size: 28px;
  }
  .titlePagosMForm{
    font-size: 16px;
  }
}