.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  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: #fff;
  background: url(../images/bgTop.png) center bottom 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:#fff; font-family: 'Open Sans', sans-serif;}

  .rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}

    .rd-mobilemenu_ul a.active {background: #033a7e; text-decoration: none}

    .rd-mobilemenu_ul a:hover { background: #033a7e; 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: 11;

  background:url(../images/bgTop.png) 0 bottom no-repeat;

	  background-size: auto 500%;

   }



.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);

}



@media (max-width: 767px) {

 	.rd-mobilemenu, 

	.rd-mobilepanel {

    	display: block; 

	} 

}







.rd-mobilepanel #logoMovil{top:5px; margin:auto; left:auto; display: block; position:relative; width: 110px;}

.rd-mobilepanel #logoMovil img{

	display: block;

	width: 100%;

	height: 100%;

}



@media(max-width:1199px){

	#header {

    	background-position: 49.3% bottom;

	}

}



@media(max-width:1099px){

	

}



@media(min-width:992px){
	#logo{
		max-width: 276px;
		top: -31px
	}
	.der992{
		float: right;
	}
	#menu{
		left: 330px;
	}
	#menu li a{
		font-size: 24px;
	}
	#menu li{
		padding-right: 30px;
		padding-left: 30px;
	}
	#menu li:last-child a{
		height: auto;
		font-size: 16px;
		line-height: 22px;
		border: solid 2px #fff;
		border-radius: 32px;
		padding: 11px 40px;
	}
	#menu li:last-child{
		padding: 11px 20px;
	}
	.textHome1New{
		font-size: 16px;
	}
	.itemColForm2{
		padding-left: 64px;
		padding-top: 60px;
		padding-bottom: 58px;
	}
	.titleForm2Cnt{
		font-size: 36px;
	}
	.itemColForm2 .textIn{
		font-size: 14px;
	}
	.contentMaquin1{
		font-size: 30px;
	}
	.titleMaquin2{
		height: 76px;
		width: 422px;
		font-size: 36px;
		letter-spacing: -0.1px;
	}
	.titleMaquin23 {
  	width: 557px;
	}
	.titleMaquin24 {
  	width: 649px;
	}
	.parte1List{
		margin-right: 60px;
	}
	.secondListMaquin2a{
		width: calc(50% - 20px);
		margin-right: 40px;
	}
	.secondListMaquin2b{
		width: calc(50% - 20px);
	}
	#textBlog2 .row{
		margin: 0 -20px;
	}
	#textBlog2 div[class*="col-"]{
		padding: 0 20px;
		margin-bottom: 80px;
	}
	.titleBlog{
		font-size: 26px;
		line-height: 30px;
	}
	.titleDetMainBlog{
		font-size: 30px;
		line-height: 38px;
		padding-top: 60px;
		padding-bottom: 60px;
		padding-right: 155px;
	}
	#textDetBlog1::before{
		bottom: -375px;
		height: 375px;
	}
}

@media(min-width: 1200px;){
	#textBlog2 .row{
		margin: 0 -46px;
	}
	#textBlog2 div[class*="col-"]{
		padding: 0 46px;
		margin-bottom: 80px;
	}
}

@media(max-width:991px){

	#header{
		background-position: 41.9% bottom;
	}

	#menu li {
	}
	#menu li a {
		font-size: 16px
	}
	
	#datFooter div[class*="col-"]{
		width: 50%;
		height: 120px
	}
	.der992{
		padding-bottom: 25px
	}

	#sliderTop,
	#sliderTop .slides li{
		height: 500px
	}
	#sliderTop .caption{
		width: 50%
	}
	.titHome {
    	font-size: 30px;
	}
    #menu {
        left: 290px;
    }
    #menu li {
        padding: 30px 15px;
    }
}



@media(max-width:991px) and (min-width:768px){

	/*#sliderTop .caption{

		width: 34%;

		height: 155px;

		bottom: 30%;

	}

	#sliderTop .caption article {

		width: 198px;

	}

	#frmContacto {

		max-width: 478px;

	}

	#frmContacto .tit strong{

		display: block;

	}

	#frmContacto .tit span{

		position: static

	}*/

}

@media(min-width:768px){

	#redes a .fa{display: block;}
	#redes a{
	    font-size: 20px;
	    color: #FFF;
	    border-radius: 4px;
	    display: inline-flex;
        margin-right: 2px;
        justify-content: center;
        align-items: center;
	}
	#redes a:hover{
	    text-decoration: none !important;
	}
	#redes a.red-1{
	    background-image: none !important;
        background: #395398;
    }
    .red-2{
        background: #fbad50;
    }
    .red-3{
        background: #0e76a8;
    }
}

@media(max-width:767px){

	body{
		padding: 56px 0 0;
		margin-bottom: 36px;
	}

	#header #topMenu #menu,#logo{
		display: none;
	}
	#header #topMenu,#header{
		height: 0;
	}
	#formTop{
		padding: 35px 0;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto
	}
	#sliderTop .slides li {
    	height: 337px;
	}
	#sliderTop .caption{
		right: 0;
		text-align: center;
		padding: 0 15px;
		width: 100%;
		bottom: 0;
		left: 0;
		margin: 0;
	}
	#sliderTop .caption article{
		text-align: center
	}
	#text1 {
    	padding-top: 35px;
	}
	#parallax1{
		background-position: center center !important;
	}
	.logoHome img {
		max-width: 260px;
	}
	#parallax1 .text {
    	font-size: 20px;
		max-width: 424px;
	}
	.servicios div[class*="col-"] {
		margin-bottom: 45px;
	}
	#text1{
		padding: 40px 0
	}
	.titHome {
		font-size: 25px;
		text-align: left!important
	}
	.btnContact{
		text-align: center;
	}
	.datContact{
		padding-bottom: 8px
	}
	#icoWa{
		background: url(../images/icoWa2.png) 0 0 no-repeat;
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: 120px !important;
	}
	#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 a.red-1{
		background: #395398 !important;
	}
	#redes a.red-2{
		background: #fbad50 !important;
	}
	#redes a.red-3{
		background: #0e76a8 !important;
	}
	#redes a .fa{
		display: block;
	}
	.telCaption{
		display: block;
		position: absolute;
		top: 100px;
		left: calc(50% - 103.5px);
	}
	.telCaption a{
		color: #030b10;
		background: #ffffff;
		display: block;
		height: auto;
		font-size: 16px;
		line-height: 22px;
		border: solid 2px #fff;
		border-radius: 32px;
		font-family: 'Arial', sans-serif;
		font-weight: 700;
		padding: 11px 40px;
		text-transform: uppercase;
		text-align: center;
	}
	.telCaption a span{
		font-weight: 400;
	}
	.telCaption a:hover{
		text-decoration: none;
	}
	.itemColForm1,.itemColForm2{
		width: 100%;
	}
	.itemColForm2{
		padding-left: 0px;
	}
	.itemColForm1:before,.itemColForm2:before{
		right: -15px;
	}
	.itemColForm2:before{
		right: auto;
		left: -15px;
	}
	.contentMaquinariaForm:before{
		width: 0;
		height: 0;
	}
	.itemColForm1{
		display: flex;
		justify-content: center;
	}
	.itemColForm1 .logop{
		margin-left: auto;
		margin-right: auto;
	}
	.titleHomeNew1{
		text-align: center;
		font-size: 20px;
	}
	.titleMaquin2{
		height: 50px;
		width: auto;
		max-width: 300px;
		font-size: 22px;
		letter-spacing: 0px;
	}
	.titleMaquin23 {
  	width: auto;
  	max-width: 500px;
	}
	.titleMaquin24 {
  	width: auto;
  	max-width: 570px;
	}
	.titleEquiposOtros {
	  height: 60px;
	  font-size: 25px;
	  letter-spacing: 0px;
	  margin-bottom: 30px;
	}
	.titleListP1{
		font-size: 18px;
		letter-spacing: 0px;
		width: 110px;
		padding-bottom: 14px;
		margin-bottom: 14px;
	}
	.titleListP1:before{
		width: 100%;
		height: 5px;
		border-radius: 2.5px;
	}
	.maquinariasList img{
		max-width: 90px;
	}
	.divList1{
		margin-bottom: 15px;
		height: 30px;
		font-size: 13px;
	}
	#tablaProductosOtros thead td.encabezadoOtros{
	  font-size: 22px;
	  letter-spacing: 0px;
	  height: 60px;
	}
	#tablaProductosOtros thead td.encabezadoOtros:before{
		height: 5px;
		border-radius: 2.5px;
	}
	#tablaProductosOtros > tbody > tr > td.nombrequip{
		font-size: 13px;
	}
	#tablaProductosOtros > tbody > tr > td.modelquip{
		font-size: 13px;
	}
	#textMaquin3{
		margin-bottom: 8px;
	}
	#textMaquin3 .bgmaquin1{
		width: calc(50% - 4px);
		margin-right: 8px;
	}
	#textMaquin3 .bgmaquin2{
		width: calc(50% - 4px);
	}
	.itemMaquin1a {
  	font-size: 25px;
	}
	.contentMaquin1{
	  font-size: 20px;
	  letter-spacing: 0px;
	}
	#tablaProductosOtros img {
  	max-width: 120px;
	}
	#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;
  }
  #bajarSl{
  	display: none;
  }
  #textDetBlog1{
  	margin-top: 5px;
  }
  .titleDetMainBlog{
	  font-size: 20px;
	  line-height: 22px;
	  padding-top: 90px;
	  padding-bottom: 40px;
	  text-align: center;
	  padding-right: 0px;
	}
	.backProy{
  	top: 12px;
  	right: calc(50% - 50px);
	}
	.backProy a{
	  height: 40px;
	  width: 100px;
	  font-size: 16px;
	}
	.backProy a img {
	  margin-right: 5px;
	  width: 13px;
	  margin-top: 2px;
	}
	#textDetBlog1::before{
		height: 200px;
		bottom: -200px;
	}
	.itemDatBlog1a{
		font-size: 18px;
	}
	.sharedDet {
  	width: 304px;
  	height: 75px;
  	font-size: 18px;
	}
	#frmComentar .tit{
	  font-size: 24px;
	  line-height: 30px;
	}
	.contentFormC{
		padding-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#frmComentar .form-control{
		height: 50px;
		font-size: 12px;
	}
	#frmComentar .textarea{
		height: 100px
	}
	#frmComentar input[type="submit"], 
	#frmComentar input[type="reset"] {
	    display: inline-block;
	    height: 45px;
	    width: 150px;
	    font-size: 18px;
	}
}
@media(max-width: 680px){
	#textBlog2 div[class*="col-"]{
		width: 100%;
	}
}
@media(max-width:600px){	
	#sliderTop .slides li {
		height: 267px;
	}
	#sliderTop .caption{
		height: auto;
	}
	#sliderTop .caption article {
		padding: 15px 0;
	}
	#text2 figcaption{
		font-size: 20px;
	}
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}
	.telCaption{
		top: 70px;
	}
	#textMaquin3{
		margin-bottom: 8px;
		flex-wrap: wrap;
	}
	#textMaquin3 .bgmaquin1{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 8px;
	}
	#textMaquin3 .bgmaquin2{
		width: 100%;
	}
	.itemMaquin1, .itemMaquin2 {
  	width: 100%;
	}
	.itemMaquin2::before{
		width: 0;
		height: 0;
	}
	.itemMaquin2 .parte1List .titleListP1,
	.itemMaquin2 .parte2List .titleListP1{
		opacity: 0;
		height: 0px;
		margin-bottom: 0px;
	}
	.tituloMaquin2 {
  	padding-left: 0px;
	}
	.titleMaquin2 {
	  height: 50px;
	  width: 100%;
	  max-width: 100%;
	  font-size: 20px;
	  text-align: center;
	}
	.secondListMaquin2a{
		width: 100%;
		margin-right: 0px;
	}
	.secondListMaquin2b{
		width: 100%;
		margin-top: 30px;
	}
	.contentMaquin2{
  	margin-bottom: 30px;
	}
	.contentMaquin1{
		height: auto;
		padding: 25px 10px;
	}
	.itemMaquin1a {
  	font-size: 32px;
  	width: 100%;
  	text-align: center;
  	padding-bottom: 20px;
	}
	.itemMaquin1b {
  	width: 100%;
  	text-align: center;
	}
	.itemDatBlog1 {
  	width: 100%;
  	justify-content: center;
	}
	.itemDatBlog1b{
		margin-top: 20px;
		justify-content: center;
	}
	.titleComentario1{
		flex-wrap: wrap;
	}
	.fechaComentario1{
	  font-size: 16px;
	  line-height: 30px;
	  letter-spacing: 0px;
	  margin-left: 20px;
	  width: 100%;
	  margin-top: 15px;
	}
	.msgComentario1 {
  	padding-left: 20px;
  	padding-right: 20px;
	}
	#frmComentar div[class*="col-"]{
		width: 100%;
	}
}

@media(min-width:551px){

	#tablaProductos td:before{

		display: block;

		content: "";

		width: 10px;

		height: 100%;

		position: absolute;

		top: 0;

		right: 0;

		background: #FFF;	

	}

	#tablaProductos tr td:last-child:before{

		display: none !important

	}

}

@media(max-width:550px){
	#tablaProductos thead{
		display: none !important
	}
	#tablaProductos tbody tr:nth-child(1){
		display: none !important
	}
	#tablaProductos td{
		display: block;
		position:relative; 
		padding: 8px 1em 8px 30% !important; 
		text-align:left !important;
		height: auto !important
	}
	#tablaProductos td::before{
		position: absolute;
		top: 7px;
		left: 1em;
		width: auto;
		padding-right: 1em;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
		content: attr(data-title);
		color:#000 !important;
		font-family: 'Quattrocento Sans', sans-serif !important;
		font-size:16px !important;
		z-index:1;
		background: none;
		height: auto;
		right: auto
	}
	#textDetBlog1::before{
		bottom: -150px;
		height: 150px;
	}

}

@media(max-width:500px){

	#text2 div[class*="col-"]{

		width: 100%;

	}

	#frmContacto div[class*="col-"]{

		width: 100%

	}

	#frmContacto .row .lbl{

		padding-bottom: 8px

	}

	#frmContacto .row .text-right{

		text-align: center

	}

}



@media(max-width:480px){
	#footer .tfooter, #footer #powered{
    flex-wrap: wrap;
  }
	#footer .tfooter em{
    display: block;
    width: 100%;
    height: 3px;
    opacity: 0;
  }
	.logoHome img {
		max-width: 210px;
	}
	#sliderTop .caption{
		font-size: 19px
	}
	#parallax1 .text {
		font-size: 18px;
		max-width: 380px;
	}
	.caption article a{
		font-size: 22px;
	}
	.caption article{
		line-height: 28px;
	}
	.titleMaquin2{
  	height: auto;
  	padding: 10px;
	}
	.titleMaquin24 span {
  	display: block;
	}
	#textDetBlog1::before{
		bottom: -80px;
		height: 80px;
	}
	.titleDetMainBlog {
  	font-size: 18px;
	}
	.nombreComentario1{
		font-size: 16px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media(max-width:420px){
	#parallax1 .text {
		font-size: 16px;
		max-width: 350px;
	}
	#sliderTop .caption article {
    	width: 280px;
	}
	.textHome1New {
		font-size: 14px;
	}
	.textHome1New br{
		display: none;
	}
	.titleEquiposOtros{
  	font-size: 20px;
  	margin-bottom: 25px;
	}
	#tablaProductosOtros > thead > tr > td {
  	padding: 8px 5px;
	}
	#tablaProductosOtros thead td.encabezadoOtros {
  	font-size: 18px;
  	letter-spacing: 0px;
  	height: 50px;
	}
	#tablaProductosOtros > tbody > tr > td {
  	padding: 8px 5px;
	}
	#tablaProductosOtros img {
  	max-width: 70px;
	}
	#tablaProductosOtros > tbody > tr > td.modelquip {
  	font-size: 11.5px;
	}
	#tablaProductosOtros > tbody > tr > td.nombrequip {
  	font-size: 11.5px;
	}
}