.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: url(../images/banner/footer.png) center no-repeat;
  background-size: cover;
  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/menu.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;
  display: flex;
  align-items: center;
  height: 56px;
  justify-content: center;
}

.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{
	display: block; 
	position: relative; 
	width: 50px;
}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
}
.rd-mobilepanel .img-logo2{
  margin-left: 25px;
}
.rd-mobilepanel .img-logo2 img{
  width: 170px;
}

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

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

@media(min-width:992px){
  #logo{
    width: 158px;
  }
  #menu{
    left: 177px;
  }
  #menu li a{
    padding: 0 2px;
    font-size: 14px;
  }
  #topMenu .img-logo2{
    top: 30px;
  }
  #topMenu .img-logo2 img{
    width: auto;
  }
  .contSlider .container .caption .slider4Caption{
    font-size: 50px;
    line-height: 52px;
  }
	.flex-direction-nav .flex-prev {
		margin-left: -470px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -430px;
	}
  .contentHome1{
    font-size: 30px;
    line-height: 40px;
  }
  .contentHome5{
    padding: 0 30px;
  }
  .bx-wrapper .bx-next {
    right: -40px;
  }
  .bx-wrapper .bx-prev {
    left: -40px;
  }
  .textDirHome br{
    display: inline;
  }
  .texto1refaccciones1{
    font-size: 24px;
    line-height: 35px;
  }
  .titleGruas23,.contentGruas2 ul{
    font-size: 16px;
  }
  .contentGruas2 ul{
    line-height: 40px;
  }
  .figure figure img{
    width: auto;
  }
  .contentGruas2{
    height: 412px;
    padding-left: 414px;
  }
  .titleGruas23{
    font-size: 16px;
    line-height: 36px;
  }
  .titleGruas24{
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .contentGruas3{
    padding-left: 48px;
    padding-right: 414px;
    padding-top: 50px;
  }
  .itemGruas2{
    font-size: 16px;
  }
  .item2Serv2{
    font-size: 17.5px;
  }
  .item2Serv2 ul li{
    padding: 9px 0;
  }
  .contentServ3 .btnServ2{
    margin-top: 50px;
  }
  .footerAstag1{
    font-size: 17px;
  }
  #cntAstag1{
    margin: 0 -33px;
    padding-top: 90px;
  }
  .footerAstag1{
    padding: 10px 40px;
  }
  #cntAstag1 div[class*="col-"]{
    padding: 0 33px;
  }
  .itemAstag2:nth-child(3){
    margin-right: 0;
  }
  .itemAstag2:nth-child(2){
    margin-right: 28px;
  }
  .contentAstag3{
    padding-right: 330px;
  }
  .contentRefac4{
    font-size: 30px;
    line-height: 40px;
  }
  .contentRefac4 a{
    margin-right: 0;
    margin-left: auto;
  }
  .item4Refc5{
    margin-right: 0;
  }
  .item3Refc5{
    margin-right: 47px;
  }
}
@media(min-width:1200px){
  #menu li a{
    padding: 0 10px;
    font-size: 16px;
  }
	.flex-direction-nav .flex-prev {
		margin-left: -500px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -460px;
	}
  .contentHome2 .itemHome2{
    width: auto;
    margin-right: 62px;
  }
  .contentHome2 .itemHome2:last-child{
    margin-right: 0;
  }
  .contentHome5{
    padding: 0;
  }
  .bx-wrapper .bx-next {
    right: -50px;
  }
  .bx-wrapper .bx-prev {
    left: -50px;
  }
  .texto1refaccciones1{
    font-size: 28px;
    line-height: 40px;
  }
  .titleGruas23,.contentGruas2 ul{
    font-size: 18px;
  }
  .titleGruas23{
    font-size: 16px;
  }
  .titleGruas24{
    margin-top: 65px;
    margin-bottom: 45px;
  }
  .contentServ3 .btnServ2{
    margin-top: 60px;
  }
  .footerAstag1{
    font-size: 20px;
  }
  .itemAstag2:nth-child(3){
    margin-right: 28px;
  }
  .contentRefac4{
    font-size: 36px;
  }
  .item4Refc5{
   margin-right: 47px;
  }
  .contSlider .container .caption .slider3Caption{
    font-size: 60px;
  }
  .contSlider .container .caption .slider3Caption strong{
    font-size: 50px;
  }

}
@media(min-width:1450px){
}
@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:767px){
	body{
		padding: 56px 0 0;
		margin-bottom: 35px;
	}
	#header{
		display: none
	}
  #header #topMenu{
    height: auto;
    border-top: 0;
    background: #ffffff;
  }
	#header{
		margin-top: 56px;
		height: auto;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 0px;
	}
	#sliderTop .slides li {
    	height: 300px;
	}
  .contSlider .container .caption{
    left: 0;
    bottom: 0;
    top: auto;
    text-align: center;
    width: 100%;
    padding-right: 0;
    font-size: 40px;
    line-height: 40px;
  }
  .contSlider .container .caption strong{
    font-size: 35px;
  }
  .contSlider .container .caption .slider4Caption{
    font-size: 30px;
    line-height: 32px;
  }
  
  .contSlider .container .caption .slider3Caption{
    font-size: 30px;
    text-align: center;
  }
  .contSlider .container .caption .slider3Caption strong{
    font-size: 30px;
  }

	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: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
    margin-left: 0;
		color:#ffffff;
		font-size: 18px;
		margin-right: 0;
	}
	#redes a:hover,#redes a:focus{
		text-decoration: none;
    transform: scale(1);
	}
  #redes img{
    display: none;
  }
	#redes .fb{
		background: #395398 !important;
	}
  #redes .yt {
    background: #c4302b;
  }
  #redes .in {
    background: #f09433;
  }
	#redes a .fa{
		display: block;
	}
  #textHome1 .textHome1,#textHome1 #textRefac1,
  #textHome1 #textServ1,#textHome1 #textGruas1{
    background: #1f3864;
  }
  .contentHome1{
    padding-right: 0;
    justify-content: center;
    text-align: center;
  }
  .btnHome1{
    margin-right: auto;
    margin-left: auto;
  }
  .bgOculto1{
    background: url(../images/inicio/fondo2.webp) center top no-repeat;
    background-size: cover;
    height: 300px;
  }
  .bgOculto2{
    background: url(../images/refacciones/fondo2.webp) center top no-repeat;
    background-size: cover;
    height: 300px;
  }
  .bgOculto3{
    background: url(../images/servicios/fondo2.webp) center top no-repeat;
    background-size: cover;
    height: 300px;
  }
  .bgOculto4{
    background: url(../images/gruas/fondo2.webp) center top no-repeat;
    background-size: cover;
    height: 300px;
  }
  .titleHome3{
    font-size: 30px;
    line-height: 30px;
  }
  .cntBtnFormI {
    flex-direction: column;
  }
  #textHome4 .container{
    font-size: 30px;
  }
  .titleHome5 {
    font-size: 30px;
  }
  .horasHome6{
    padding-bottom: 0;
  }
  .colf-tel1{
    padding-right: 15px;
    width: 100%;
  }
  .colf-tel2{
    padding-left: 15px;
    width: 100%;
  }
  .cntTelefonos {
    justify-content: center;
  }
  .cntTelefonos.cntTelefonos2{
    margin-right: 0px;
  }
  .subtitleHome7{
    padding-top: 40px !important;
    text-align: center;
  }
  .textDirHome{
    text-align: center;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
  #sliderTop .slides li.slider2,
  #sliderTop .slides li.slider4{
    background-position: -200px center !important;
  }
  #sliderTop .slides li.slider5{
    background-position: 900px center !important;
  }
  #textServ1 span {
    font-size: 50px;
    display: block;
    padding: 15px 0;
  }
  #textHome1 #textGruas1 .texto1gruas1{
    font-size: 40px;
    line-height: 45px;
  }
  .contentGruas2 .figure{
    position: relative;
    top: auto;
    left: auto;
  }
  .contentGruas3 .figure{
    left: auto;
    right: auto;
  }
  .contentGruas2,.contentGruas3{
    height: auto;
    padding-left: 0;
    padding: 30px;
  }
  .figure figure{
    margin: auto;
  }
  .figure{
    text-align: center;
    margin-bottom: 30px;
  }
  .contentGruas3 .figure figure{
    margin-top: 30px;
  }
  .itemGruas2{
    padding-left: 10px;
    padding-right: 10px;
  }
  .contentGruas3 .figure figure br{
    display: none;
  }
  .item1Serv2,.item2Serv2{
    width: 100%;
  }
  .item1Serv2 img{
    margin: auto;
    margin-bottom: 5px;
  }
  #cntAstag1 div[class*="col-"]{
    width: 100%;
  }
  #cntAstag1 div[class*="col-"]:last-child{
    margin-top: 50px;
  }
  .contentAstag1{
    max-width: 450px;
    margin: auto;
  }
  .Astag3{
    background: url(../images/astag/fondo2.jpg) center no-repeat;
    background-size: cover;
  }
  .contentAstag3{
    height: auto;
    display: flex;
    align-items: center;
    padding-right: 0px;
    padding-top: 60px;
    justify-content: center;
    padding-bottom: 60px;
  }
  .contentAstag3 img{
    width: 500px;
  }
  .bgAstagOculto{
    background: url(../images/astag/fondo3.jpg) center no-repeat;
    background-size: cover;
    height: 300px;
  }
  .contentRef2{
    justify-content: center;
  }
  .contentRef2 a:first-child{
    margin-right: 50px;
  }
  .bajarSlider{
    margin-top: 0px;
  }
}
@media(max-width:680px){
  .contentGracias{
    font-size: 30px;
  }
}
@media(max-width:640px){
  
  .contSan2 {
    font-size: 22px;
  }
  .itemRefac4{
    width: 100%;
  }
  .contentRefac4{
    height: auto;
    text-align: center;
  }
  .contentRefac4 a{
    margin-left: auto;
  }
  .itemRefac42{
    margin-bottom: 20px;
    width: 100%;
  }
  .contentRefac4 img{
    margin-right: auto;
    width: 200px;
    margin-left: auto;  
  }
  .item1Refc5,.item2Refc5{
    margin-right: 0;
  }
  .item1Refc5{
    width: 50%;
  }
  .item2Refc5{
    width: 50%;
  }
  .item5Refc5{
    width: 50%;
  }
  .item3Refc5{
    width: 50%;
  }
  .cntItemRefac5 img{
    margin-right: auto;
    margin-left: auto;
  }
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}	
  .contentHome1{
    font-size: 20px;
    line-height: 24px;
  }
  #sliderTop .slides li.slider5{
    background-position: 700px center !important;
  }
}
@media(max-width: 580px){
  .itemAstag2{
    margin-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .itemAstag2:last-child{
    margin-right: 0;
  }
  .itemAstag2:nth-child(2){
     margin-right: 0;
  }
  #textRefac3 div[class*="col-"]{
    width: 100%;
  }
}
@media(max-width:540px){
  .textoHome3 {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .frmInicio div[class*="col-"]{
    width: 100%;
  }
  .horasHome6 {
    font-size: 30px;
  }
}
@media(max-width: 520px){
  .contentHome2 .itemHome2{
    width: 100%;
  }
  .titleHome3{
    font-size: 22px;
    line-height: 25px;
  }
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}	
  .titleHome5 {
    font-size: 28px;
  }
  .contSlider .container .caption .slider4Caption{
    font-size: 22px;
    line-height: 24px;
  }
  .item2Serv2{
    height: auto;
    padding: 50px 20px;
  }
  .contentRef2 a:first-child{
    margin-right: 30px;
  }
  .contentGracias{
    font-size: 25px;
    line-height: 30px;
  }
}

@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
  .rd-mobilepanel_title{
    right: 10px;
  }
  .contSlider .container .caption{
    font-size: 30px;
    line-height: 30px;
  }
  .contSlider .container .caption strong{
    font-size: 25px;
  }
  #textHome4 .container{
    font-size: 24px;
  }
  #sliderTop .slides li.slider4{
    background-position: -300px center !important;
  }
  .item1Refc5{
    width: 100%;
  }
  .item2Refc5{
    width: 100%;
  }
  .item5Refc5{
    width: 100%;
  }
  .item3Refc5{
    width: 100%;
  }

}

@media(max-width:420px){
  .frmInicio input[type=submit],
  .frmInicio input[type=reset],.frmInicio .btnAsistente{
    width: 330px;
    font-size:20px;
  }
  #textHome4 .container{
    font-size: 20px;
  }
  .titleHome5 {
    font-size: 24px;
  }
  .linesubtitle {
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .cntTelefonos {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .cntTelefonos a.tels {
    font-size: 25px;
  }
  .titleHome6{
    font-size: 20px;
  }
  .horasHome6 {
    font-size: 25px;
  }
  #sliderTop .slides li.slider5{
    background-position: 500px center !important;
  }
  .texto1refaccciones1 br{
    display: none;
  }
  #textHome1 #textGruas1 .texto1gruas1{
    font-size: 30px;
    line-height: 30px;
  }
  .footerAstag1{
    font-size: 14px;
    line-height: 24px;
  }
  .contentRefac4{
    font-size: 18px;
  }
}
@media(max-width:365px){
  .btnHome1{
    width: 290px;
  }
  .frmInicio input[type=submit],
  .frmInicio input[type=reset],.frmInicio .btnAsistente{
    width: 100%;
    font-size:18px;
  }
  .contSlider .container .caption .slider4Caption{
    font-size: 19px;
    line-height: 24px;
  }
}