.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: 280px;
  padding: 132px 0 76px;
  color: #2c2c2c;
  background:#175cae;
  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: flex; 
  	padding: 14px 25px 16px; 
  	color: #ffffff; 
  	font-family: 'Open Sans', sans-serif;
  	align-items: center;
  }
  .rd-mobilemenu_ul a img{ 
  	width: 20px;
  	margin-right: 5px;
  }
  .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 .fa{
	font-size: 20px;
	margin-right: 10px;
}
      .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.2);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  z-index: 99999991;
  background: #175cae;
   }

.rd-mobilepanel_title {
  position: absolute;
  padding-top:0;
  margin-top:0;
  text-align:center;
  left: 56px;
  right: 86px;
  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: #fff;
  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:8px; 
	margin:auto; 
	left:auto; 
	display: block; 
	position:relative; 
	width: 140px;
}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
}

@media(max-width:1199px){
	.datos-user a {
	    padding: 0 11px;
	}
	#darkTop .correo {
	    margin-left: 0;
	}
}

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

@media(min-width:992px){
	.tel2s{
		display: none;
	}
	.datos-user a.beforeTel:before{
		width: 4px;
		height: 4px;
	}
	#darkTop span{	
		font-size: 15px;
	}
	.cntTelTops{
		flex-direction: row;
	}
	#redes a{
		height: 35px;
		width: 35px;
	}
	#darkTop .correo{
		margin-right: 122px;
		margin-left: 5px;
	}
	#darkTop .correo img, #darkTop .telefono img{
		width: 31px;
	}
	#header{
		height: 224px;
	}
	#logo {
		top: -77px;
   		width: 200px;
	}
	#menu,#topMenu{
		height: 118px;
	}
	#menu li a{
		height: 118px;
		font-size: 15px;
		padding: 0 20.56px;
	}
	
	#sliderTop{
		height: auto;
		margin-top: 224px;
	}
	#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: -425px;
	}
	#sliderTop .caption{
		font-size: 21px;
		line-height: 25px;
	}
	#textHome1{
		padding: 67px 0;
	}
	#textHome1 div[class*="col-"]{
		width: 50%;
	}
	.titleHome1{
		font-size: 30px;
		padding-top: 0px;
	}
	.contentHome1{
		line-height: 25px;
	}
	.secondHome1{
		text-align: right;
	}
	.btn-catalogo{
		display: inline-block;
	}
	.btn-catalogo {
	    display: inline-block;
	    width: auto;
	    float: none;
	    margin-top: 0;
	    padding: 0 0;
	}
	.rhino{
		margin-top: 26px;
		margin-left: 0px;
	}
	#textHome3 .row div[class*="col-"]{
		padding: 0 11px;
		width: 33.33333%;
	}
	#textHome3 .row div[class*="col-"]:nth-child(3n + 2) .itemProductos{
		margin-left: 0;
		margin-right: auto;		
	}
	#textHome3 .row div[class*="col-"]:nth-child(3n + 2) .itemProductos{
		margin-left: auto;
		margin-right: auto;
		
	}
	#textHome3 .row div[class*="col-"]:nth-child(3n + 3) .itemProductos{
		margin-left: auto;
		margin-right: 0;
	}	
	.contentHome4{
		padding-left: 50px;
		padding-right: 25px;
		font-size: 24px;
		line-height: 36px;
	}
	#textRepar2 .row div[class*="col-"]{
		font-size: 17px;
	}
	.contentCal1{
		padding-right: 50%;
	}	
	#textCal1 .bgI{
		right: -475px;
	}
	.divCal1{
		padding-right: 65px;
	}
	.titleCal1{
		font-size: 32px;
	}
	#textCal1 .bgI{
		width: 960px;
	}
	#textCal1,.contentCal1{
		height: 451px;
	}
	#textCal2 .bgB{
		width: 960px;
		left: -475px;
	}
	.divCal2{
		padding-left: 48px;
	}
	.contentCal2,#textCal2{
		height: 467px;
	}
	#textCal3 .bgI{
		right: -475px;
	}
	.titleBas3{
		font-size: 33px;
	}
	.contentBas3 ul li{
		line-height: 28px;
		margin-top: 30px;
	}
	.camion{
		position: absolute;
		top: calc(50% - 137.8px);
		left: 15px;
		width: 500px;
	}
	.bas4{
		padding-left: 80px;
	}
	.titleBas4{
		font-size: 26px;
	}
	.equipos{
		width: 480px;
		top:50px;
		right: 20px;
	}
	.desVenta1{
		padding: 0 28px;
	}
	.venta1{
		padding-right: 50px;
	}
	.titleVenta1{
		font-size: 40px;
	}
	.titleVenta2{
		font-size: 40px;
	}
	#textCont1 .colf-c{
		width: 50%;
	}
	#textCats div[class*="col-"]{
		width: 33.33333%;
	}
	.tituloD{
		font-size: 30px;
	}
	.sinpadingI{
		padding-left: 15px;
	}
	#detalle1 div[class*="col-"]{
		width: 50%;
	}
	.fotop{
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0px;
	}
}
@media(min-width:1200px){
	#darkTop span{	
		font-size: 15px;
	}
	#menu li a{
		padding: 0 28.07px;
	}
	#logo {
		top: -86.5px;
   		width: 239px;
	}
	.flex-direction-nav .flex-prev {
		margin-left: -490px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -445px;
	}
	#sliderTop .caption{
		font-size: 26px;
		line-height: 33px;
	}
	.titleHome1{
		font-size: 36px;
		padding-top: 10px;
	}
	#textHome1 div[class*="col-"]:first-child{
		padding-right: 0;
	}
	.contentHome1{
		line-height: 28px;
	}
	#textHome3 .row div[class*="col-"]{
		padding: 0 15px;
	}
	#textRepar2 .row div[class*="col-"]{
		font-size: 18px;
	}
	.contentCal1{
		padding-right: 50%;
	}	
	#textCal1 .bgI{
		right: -430px;
	}
	#textCal2 .bgB{
		left: -430px;
	}
	.titleCal1,.titleCal2{
		font-size: 40px;
	}
	#textCal3 .bgI{
		right: -430px;
	}
	.camion{
		width: 573px;
		top: calc(50% - 158px);
	}
	.titleBas4{
		font-size: 30px;
	}
	.equipos{
		width: 540px;
		top:30px;
	}
	.desVenta1{
		padding: 0 13px;
	}
	.contentMap,#formTop{
		width: 478px;
	}
	#textCats div[class*="col-"]:nth-child(3n + 1){
		text-align: left;
	}
	#textCats div[class*="col-"]:nth-child(3n + 3){
		text-align: right;
	}
	.sinpadingI{
		padding-left: 0;
	}
}
@media(min-width:1450px){
	#sliderTop .caption{
		font-size: 30px;
		line-height: 35px;
		bottom: 43px;
	}	
}
@media(max-width:991px){
	
	#datFooter div[class*="col-"]{
		width: 50%;
		height: 120px
	}
	#sliderTop,
	#sliderTop .slides li{
		height: 320px
	}
	
	.flex-direction-nav .flex-prev {
		display: none;
	}
	.flex-direction-nav .flex-next {
		display: none;
	}

	#logo {
	    width: 150px;
	    top: -72.5px;
	}
	#loginTop a{
		width: 82px;
		top: -71.5px;
	}
	#loginTop {
	    right: 70px;
	}
	#areaLogin .izq .text {
	    font-size: 25px;
	}
	#areaLogin .izq .text strong {
	    font-size: 30px;
	}
	#areaLogin {
	    padding: 235px 0 40px;
	}
	#areaCuenta .cnt{
		padding-left: 0px;
		min-height: 400px;
	}
	#areaCuenta #navCuenta{
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		margin-bottom: 25px;
	}
}

@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 #topMenu{
		display: none
	}
	#header{
		margin-top: 56px;
		height: auto;
	}
	#icoWa{
		background: url(../images/icoWa2.png) 0 0 no-repeat;
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: 120px;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 74px;
	}
	#sliderTop .slides li {
    	height: 300px;
	}
	#sliderTop .caption{
		right: 0;
		text-align: center;
		padding: 20px 15px;
		width: 100%;
		bottom: 0;
		left: 0;
		margin: 0;
	}
	#sliderTop .caption article{
		text-align: center;
		padding-left:0;
	}
	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: 5;
	}
	#redes a{
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		color:#ffffff;
		font-size: 18px;
		margin-right: 0;
		border-radius: 0;

	}
	#redes a:hover,#redes a:focus{
		text-decoration: none;
		color: #323232;
	}
	#redes a:first-child:hover{
		z-index: 3;
		transform: none;
	}
	#redes a:last-child:hover{
		z-index: 3;
		transform: none;
	}
	#redes .fb{
		background: #395398 !important;
	}
	#redes .in{
		background: #64370f !important; 
	}
	#redes a .fa{
		display: block;
	}
	#darkTop .correo{
		margin-right: 0;
		background: transparent !important;
	}
	#darkTop .container{
		text-align: center;
	}
	#darkTop span{	
		font-size: 12.3px;
	}
	.datos-user{
		justify-content: center;
		height: 70px;
	}
	#darkTop{
		border-top: solid 1px #ffffff;
		height: 70px;
	}
	#textHome4{
		background-position-x:right; 
	}
	#textHome4:before{
		content: '';
		position: absolute;
		top: 0;
		right: 60%;
		z-index: 2;
		background: url(../images/inicio/bg2.png) center no-repeat;
		background-size: cover; 
		height: 100%;
		width: 961px;
	}
	.Home4{
		padding-left: 42%;
		height: 400px;
	}
	.titleRepar1{
		font-size: 30px;
	}
	.titleRepart2{
		font-size: 34px;
	}
	#textRepar2 .row div[class*="col-"]{
		font-size: 16px;
		line-height: 24px;
		width: 50%;
	}
	.contentCal1,.divCal1{
		padding-right: 0;
	}
	#textCal1 .bgI{
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
	}
	.contentCal1,.contentCal2{
		padding: 70px 0;
	}
	#textCal1,.contentCal1,#textCal2,.contentCal2,#textCal3,#textCal3 .bg3f{
		height: auto;
	}
	#textCal1 .bgI,#textCal2 .bgB,#textCal3 .bgI{
		display: none;
	}
	.contentCal2,.divCal2{
		padding-left: 0;
	}
	.bg1O{
		background: url(../images/calibracion/bg1.jpg) right no-repeat;
		height: 300px;
		background-size: cover;
	}
	.bg2O{
		background: url(../images/calibracion/bg2.jpg) right no-repeat;
		height: 300px;
		background-size: cover;
	}
	.bg3O{
		background: url(../images/calibracion/bg3.jpg) right no-repeat;
		height: 300px;
		background-size: cover;
	}
	#textBas1 div[class*="col-"]{
		margin-bottom: 40px;
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	#textBas1 div[class*="col-"] img{
		margin-left: auto;
		margin-right: auto;
	}
	#textBas1 div[class*="col-"]:nth-child(3){
		margin-left: 25%;
	}
	#textBas3{
		background: #dadada; 
		height: auto;
	}
	.contentBas3{
		padding-right: 0;
		height: auto;
		padding: 60px 0;
	}
	.bg4O{
		background: url(../images/basculas/bg1.jpg) center no-repeat;
		height: 300px;
		background-size: cover;
	}
	#textBas4{
		height: auto;
		padding-top: 60px;
	}
	.contentBas4{
		height: auto;
		padding: 60px;
	}
	.camion{
		position: relative;
		top: auto;
		left: auto;
		width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.bas4{
		padding-left: 0px;
	}
	.contentVenta1{
		padding-right: 0;
		justify-content: center;
		flex-direction: column;
	}
	.venta1{
		width: 420px;
	}
	.equipos {
	    position: relative;
	    top: auto;
	    right: auto;
	    mix-blend-mode: multiply;
	    width: 350px;
	    margin-top: 30px;
	}
	#textVenta1{
		height: auto;
		padding: 55px 0;
	}
	.contentVenta1{
		height: auto;
	}
	#textVenta2{
		height: auto;
		padding-bottom: 45px;
	}
	#textVenta2 div[class*="col-"]{
		width: 100%;
	}
	.imge{
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.contentVenta2{
		width: 450px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 55px;
	}
	.spl{
		padding-left: 15px;
	}
	.tituloD{
		padding: 0 20px;
	}
	.back {
    	top: 10px;
	}
	.tituloback{
		padding-top: 24px;
		height: auto !important;
	}
	.slide5{
		background-repeat: no-repeat;
		background-size: contain !important;
		background-color: #e9e9e9;
	}
	#loginTop {
	    display: none;
	}
	.datos-user{
		margin-right: 0
	}
	#aLoginMovil {
	    position: absolute;
	    top: 12px;
	    right: -80px;
	}
	#aLoginMovil a{
		width: 82px;
	}
	#frmLogin {
	    padding-left: 20px;
	}
	#areaLogin {
	    padding: 110px 0 40px;
	}
}
@media(max-width:680px){
	#textHome3 .row div[class*="col-"]{
		width: 100%;
	}
	.prefooter .container{
		font-size: 24px;
		padding: 30px 15px;
	}
}
@media(max-width:640px){
	#darkTop,.datos-user{
		height: auto;
		min-height: 70px;
	}
	
	#sliderTop{
		margin-top: 54px;
	}
	.btn-catalogo{
	    display: block;
	    width: 290px;
	    float: none;
	    margin-top: 40px;
	    padding: 0;
	    margin-left: auto;
	    margin-right: auto;
	}
	.rhino{
		margin-left: auto;
	}	
	#textCats div[class*="col-"]{
		width: 100%;
	}
}
@media(max-width:600px){
	
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}
	#sliderTop .slides li {
    	height: 300px;
	}
	.titleHome1{
		font-size: 30px;
	}
	#textHome4:before{ 
		height: 0;
		width: 0;
	}
	.Home4{
		padding-left: 0;
		height: auto;
		padding: 85px 0;
	}
	.contentHome4{
		text-align: center;
	}
	.titleRepar1{
		line-height: 32px;
	}
	.titleRepar1 span{
		display: block;
	}
	.contentBas4{
		height: auto;
		padding: 60px 20px;
	}
	#formCotizar div[class*="col-"]{
		width: 100%;
	}
	#formCotizar .tit {
		font-size: 26px;
	}
	#areaLogin .izq {
	    position: static;
	    width: 100%;
	    height: auto;
	    min-height: 0
	}
	#areaLogin .izq article {
	    height: auto;
	    padding: 35px 15px
	}
	#areaLogin .der {
	    transform: none;
	    display: block;
	    width: 100%;
	}


	#tblReportes thead,#tblClieBasc thead{
	    display: none;
	}
	#tblReportes tr,#tblClieBasc tr{
		border-top: 1px solid #a0a0a0;
	}
	#tblReportes td,#tblClieBasc td {
	    display: block !important;
	    width: 100% !important;
	    position: relative;
	    padding-left: 105px !important;
	    border: 0;
	    text-align: center;
	    vertical-align: middle;
	    font-family: 'Arial', sans-serif !important;
	}	
	/*#tblReportes > tbody > tr > td {
	    padding-top: 17px;
	    padding-bottom: 16px;
	}*/
	#tblReportes td::before,#tblClieBasc td::before {
	    position: absolute;
	    top: 16px;
	    left: 1em;
	    width: auto;
	    padding-right: 1em;
	    white-space: nowrap;
	    text-align: left;
	    content: attr(data-title);
	    z-index: 1;
	    font-weight: 600;
	    color: #c8b4a1;
	}


}
@media(max-width:540px){
	.controles{
		position: relative;
		justify-content: flex-end;
		margin-bottom: 10px;
	}
	.nombreProd{
		padding-right: 0;
	}
}
@media(max-width:520px){
	#textRepar2 .row div[class*="col-"]{
		font-size: 15px;
	}
	#textBas1 div[class*="col-"]:nth-child(3){
		margin-left: 0;
	}
	#textBas1 div[class*="col-"]{
		width: 100%;
	}
	#textBas1 .container span{
		display: block;
		padding-top: 5px;
	}
	#textBas1 .container span:before{
		width: 70%;
		right: 15%;
		bottom: -2px;
		background:#626262; 
	}
}
@media(max-width:500px){
	
	#darkTop span{
		font-size: 11px;
	}
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center;
	}	
	.prefooter .container{
		font-size: 20px;
		padding: 28px 15px;
	}
	.titleRepart2{
		font-size: 30px;
	}
	.contentBas4{
		height: auto;
		padding: 60px 0;
	}
	.contentVenta2{
		width: 100%;
	}
	#formCotizar .tit {
		font-size: 22px;
	}
}

@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
	#sliderTop{
		margin-top: 90px;
	}	
	#sliderTop .caption{
		font-size: 19px;
	}
	.datos-user{
		flex-wrap: wrap;
	}
	.datos-user .correo{
		width: 100%;
		justify-content: center;
		margin-top: 5px;
	}
	.titleHome1{
		font-size: 28px;
	}
	.titleHome1 span{
		display: block;
	}
	#textRepar1{
		padding: 60px 0;
	}
	.titleRepar1{
		line-height: 30px;
		font-size: 24px; 
	}
	#textRepar2 .row div[class*="col-"]{
		width: 100%;
	}
	.titleRepart2{
		font-size: 26px;
	}
	.venta1{
		width: 290px;
	}
	.equipos {
	    width: 290px;
	}
	.titleVenta1,.titleVenta2{
		font-size: 26px;
	}
	.desVenta1 {
    	font-size: 17px;
    	line-height: 24px;
	}
	.tituloD{
		padding: 0;
		font-size: 18px;
	}
	.cntTelTops{
	  flex-direction: row;
	  padding-top: 15px;
	}
}

@media(max-width:420px){
	.Home4{
		padding: 50px 0;
	}
	.prefooter .container span{
		display: block;
	}
	.prefooter .container{
		font-size: 18px;
		padding: 25px 15px;
	}
	.titleRepart2{
		font-size: 22px;
	}
	#sliderTop .slides li.slide30{
		height: 260px;
	}
	.contentCal1{
		padding-top: 30px;
	}
	.titleCal1,.titleCal2{
		font-size: 26px;
	}
	#textBas1 .container span:before{
		width: 90%;
		right: 5%;
		bottom: -2px;
		background:#626262; 
	}
	.titleBas3{
		font-size: 20px;
		line-height: normal;
	}
	.contentBas3 ul li{
		font-size: 15px;
	}
	.contentVenta2 {
		height: auto;
	}
	.desVenta2 {
		height: auto;
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 20px;
	}
	#formTop{
		height: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	#formCotizar .tit strong{
		display: block;
	}
}
@media(max-width:365px){
	#sliderTop .slides li {
    	height: 300px;
	}
	#sliderTop .caption{
		font-size: 18px
	}

	#textHome3 .itemProductos {
	    width: 290px;
	    height: 339px;
	    background-size: cover;
	}
	.titleRepar1{
		line-height: 26px;
		font-size: 20px; 
	}
	#textBas1 .container span{
		font-size: 20px;
	}
	.titleBas4{
		font-size: 20px;
	}
	.contentBas4 ul li{
		font-size: 18px;
	}
}