.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:#2f2ca1;
  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 a.active {background: rgba(255,255,255,0.45); text-decoration: none}
    .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: #000;
   }

.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: #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);
}
.rd-mobilemenu_ul .icono{
  margin-right: 7px;
}

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



.rd-mobilepanel #logoMovil{
	top:9px; 
	margin:auto; 
	left:auto; 
	display: block; 
	position:relative; 
	width: 80px;
}
.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;
		background: transparent !important;
	}
	#sliderTop .slides li img{
		display: block;
	}
	#menu li:nth-child(1){
    margin-right: 90px;
  }
  #menu li:nth-child(2){
    margin-right: 80px;
  }
  #menu li:nth-child(3){
    margin-right: 67px;
  }
  #menu li:nth-child(4){
    margin-right: 60px;
  }
  #menu li a{
    font-size: 18px;
  }
  .contentSlider .caption{
    font-size: 22px;
    line-height: 40px;
  }
  .bgAzulSl{
    height: 50px;
    font-size: 18px;
    margin-top: 4px;
  }
  .itemDat1{
    margin-right: 100px;
  }
  .itemDat2{
    margin-right: 100px;
  }
  .serv1{
    padding-right: 400px;
  }
  .imgserv1{
    width: auto;
    right: -69px;
  }
  #mapC{
    height: 450px;
  }
  #frmContacto .tit{
    font-size: 20px;
  }
  .titleRefac2{
    font-size: 20px;
  }
  .itemRefac7 .ul1Refc3{
    margin-right: 47px;
  }
  .itemMaq1 .ul3Maq1{
    margin-left: 55px;
  }
  .itemMaq1 .ul2Maq1{
    margin-left: 72px;
  }
  .ulDetallesProd{
    font-size: 15.81px;
  }
  .titleHome1{
    font-size: 40px;
  }
}
@media(min-width:1200px){
  #menu li:nth-child(1){
    margin-right: 110px;
  }
  #menu li:nth-child(2){
    margin-right: 100px;
  }
  #menu li:nth-child(3){
    margin-right: 87px;
  }
  #menu li:nth-child(4){
    margin-right: 80px;
  }
  .contentSlider .caption{
    font-size: 30px;
    line-height: 50px;
  }
  .bgAzulSl{
    height: 66px;
    font-size: 24px;
    margin-top: 6px;
  }
  .itemDat1{
    margin-right: 162px;
  }
  .itemDat2{
    margin-right: 147px;
  }
  #mapC{
    height: 683px;
  }
  #frmContacto .tit{
    font-size: 24px;
  }
  .itemMaq1 .ul3Maq1{
    margin-left: 99px;
  }
}
@media(min-width:1350px){
}
@media(min-width:1450px){
  .contentSlider .caption{
    font-size: 40px;
    line-height: 60px;
  }
  .bgAzulSl{
    height: 76px;
    font-size: 28.37px;
    margin-top: 6px;
  }
}

@media(max-width:1199px){  
}
@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;
		padding-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: 0px;
	}
  #sliderTop .slides li{
    height: 320px;
  }
  .sliderTopCnt{
    padding-bottom: 0px;
  }
	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;
    border-radius: 0;
    border: 0;
		margin-right: 0;
	}
	#redes a:hover,#redes a:focus{
		text-decoration: none;
	}
	#redes .fb{
		background: #395398 !important;
	}
	#redes .tr{
		background: #1d9bf0 !important; 
	}
	#redes a .fa{
		display: block;
	} 
  #redes a img{
    display: none;
  }
  .itemDat2{
    margin-right: 0;
  }
  .itemDat3 .titleDat{
    display: none;
  }
  .titleHome1{
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 30px;
  }
  .titleHome1 strong{
    line-height: 35px;
    padding: 0 7px;
  }
  .cntHome1{
    font-size: 15px;
    line-height: 30px;
  }
  .itemHome2{
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .itemHome2:nth-child(2){
    margin-right: 0;
  }
  .productoCnt span{
    bottom: 20px;
    font-size: 18px;
    padding: 10px;
  }
  .titleServ1{
    font-size: 30px;
    line-height: 30px;
    padding: 10px;
  }
  .serv1{
    padding-right: 0;
  }
  .texto1Serv1,.texto2Serv1{
    font-size: 15px;
    line-height: 25px;
  } 
  .imgserv1 {
    position: relative;
    top: auto;
    right: auto;
    width: 290px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
  .texto3Serv1{
    max-width: 100%;
  }
  .titleContacto1{
    font-size: 30px;
  }
  #frmContacto .tit{
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .dirMap .tit{
    font-size: 15px;
  }
  .titleRefac3{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  .itemMaq1 {
    width: 50%;
    margin-bottom: 45px;
  }
  .cntUlFiltroartucho {
    width: 100%;
  }
  .itemUlFiltro {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
}
@media(max-width:680px){ 
  .itemRefac{
    width: 100%;
    margin-right: 0px;
  }
  .itemRefac7 .ul1Refc2 {
    margin-right: 0px;
  }
  .cntImgRefac7 div{
    width: calc(50% - 15px);
  }
  .cntImgRefac7 div:last-child{
    display: none;
  }
  .cntImgRefac7 div:nth-child(2){
    margin-left: 30px;
    margin-right: 0px;
  }
  #textMaq1 .titleHome1 a {
    top: calc(50% - 12px);
  }
  #textMaq1 .titleHome1 a img{
    width: 70px;
  }
  #textMaq1 .titleHome1{
    padding-right: 75px;
    padding-top: 35px;
    font-size: 20px
  }
}
@media(max-width:600px){
  #footer .tfooter{
    margin-bottom:10px;
  }
  #footer .tfooter,
  #footer #powered{
    float:none; 
    text-align:center;
    justify-content: center;
  }
  #footer .tfooter span{
    display:block; 
    text-align:center; 
    line-height:18px;
  }
  #footer .contentFooter{
    padding: 20px 0;
  }
  .itemDat1{
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .itemDat2{
    width: 100%;
  }
  .itemRefac ul{
    font-size: 14px;
  }
}
@media(max-width:540px){
  .itemProducto{
    width: 100%;
  }
  .itemProducto:nth-child(1),.itemProducto:nth-child(3){
    margin-right: 0px;
  }
  .cntRefac1{
    display: block;
  }
  .itemUlFiltro {
    width: 100%;
    margin-right: 0px;
  }
  .itemFiltros1{
    width: 50%;
  }
  .itemFiltros1:nth-child(3){
    display: none;
  }
}
@media(max-width:520px){
  .itemMaq1 {
    width: 100%;
  }
  .itemMaq1 figure img{
    margin-right: auto;
    margin-left: auto;
  }
  .ulDetallesProd{
    margin-left: 50px !important;
  }
  .itemMaq1 .ul2Maq1.ul2Tin2,.itemMaq1 .ul3Maq1,.itemMaq1 .ul2Maq1{
    margin-left: 0;
  }
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
}
@media(max-width:480px){
  #footer .tfooter, #footer #powered{
    flex-wrap: wrap;
  }
	#footer .tfooter em{
    display: block;
    width: 100%;
    height: 3px;
    opacity: 0;
  }
  .bgRojoSl{
    height: 10px;
    margin-bottom: 4px;
  }
  .contentSlider .caption{
    font-size: 18px;
    line-height: 40px;
  }
  .bgAzulSl{
    height: 50px;
    font-size: 15px;
    margin-top: 4px;
  }
  .titleServ1{
    font-size: 20px;
  }
  .titleRefac3{
    font-size: 20px;
  }
  #textMaq1 .titleHome1 strong{
    display: inline-block
  }

}

@media(max-width:420px){
  .contentSlider .caption{
    font-size: 16px;
  }
  .bgAzulSl{
    font-size: 14px;
  }
  .titleHome1{
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 25px;
  }
  .ulDetallesProd{
    margin-left: 18px !important;
  }
}
@media(max-width:365px){
  .cntCapt #html_element{
    transform: scale(0.98);
    top: -1px;
    left: -3px;
  }
  #textMaq1 .titleHome1{
    padding-right: 75px;
    padding-top: 35px;
    font-size: 16.5px
  }
}