.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: #fff;

  background:#bf441b;

  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: #42291c; text-decoration: none}

    .rd-mobilemenu_ul a:hover { background: #42291c; 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: #eeeeee;

}



.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: #f66b3d;

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

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



@media(max-width:1099px){

	

}



@media(min-width:992px){

	#menu{
		left: 390px;

	}

	#logo{

		left: 0;

		top: 34px;

		max-width: 343px;

	}

	.dateTel{

		font-size: 24px;

		position: absolute;

		right: 0;

		top: 10px;

	}

	.dateTel ul li{

		font-size: 15.5px;

	}

	.border-1, .border-2, .border-3, .border-4, .border-5{

		border-left: solid 2px #e4e4e4;

	}

	.dateFooter li{

		margin: 1rem 0 !important;

	}

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

		padding: 0 15px 0;

	}

}



@media(max-width:991px){

	#header{

		background-position: 41.9% bottom;

	}

	#logo{

		width: 250px;

		top: 40px

	}

	#menu{

		left: 320px;

	}

	#menu li a {

		padding: 0 22px;

	}

	#menu ul li:last-child a{

		border-right: none

	}

	#sliderTop,

	#sliderTop .slides li{

		height: 500px

	}

	.border-1, .border-2, .border-3, .border-5{

		border-left: solid 2px #e4e4e4;

	}

	.dateTel{

		display: block;

		position: absolute;

		top: 20px;

		right: 0;

		padding: 0 15px 0 0;

		max-width: 200px;

	}

	.dateTel hr{

		width: 100%;

		left: 0;

		right: 0;

	}

	.dateTel li {

		float: none;

		border: none !important;

		padding-bottom: 2px

	}

}



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

}

@media(min-width:768px){

	#footer .txt2footer, #footer .tfooter{

		width: auto;

	}

	#footer .tfooter{

		text-align:left;

		float:left;

	}

	#footer .txt2footer{

		text-align:right;

		float:right;

	}

}

@media(max-width:896px){

	#sliderTop .caption article{

		width: 80%;

	}

}

@media(max-width:767px){
	#icoWa{
		background: url(../images/icoWa2.png) 0 0 no-repeat;
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: 120px !important;
	}

	body{
		padding: 56px 0 0;
	}
	#header #menu,#header #logo{
		display: none
	}
	#header{
		margin-top: 56px;
	}
	#formTop{
		padding: 35px 0;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 90px;
	}
	#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;
		width:100%;
	}
	.marca{
		min-width: 110px;
	}	
	#sliderTop .caption article:before{
		display: none
	}
	#sliderTop .caption{
		background: rgba(0,0,0, 0.5);
	}
	#sliderTop .caption article{
		max-width: 100%;
		background: none;
		font-size: 30px;
	}
	.dateTel {
	    display: block;
	    position: relative;
	    top: auto;
	    right: auto;
	    padding: 20px 15px 0 0;
	    max-width: 100%;
	}
	.dateTel ul{
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 15px;
		flex-wrap: wrap;
	}
	.dateTel ul li{
		margin-right: 20px;
		font-size: 15px;
	}
	.dateTel ul li:last-child{
		margin-right: 0;
	}
}

@media(max-width:648px){

	.border-3{

		border-left: 0;

	}

	.border-4{

		border-left: solid 2px #e4e4e4;

	}

	.border-3, .border-4, .border-5{

		margin-top: 0 !important;

	}

}

@media(max-width:600px){

	#footer{height:auto; padding-bottom: 15px}

	#footer .tfooter{float:none; text-align:center; margin-bottom:10px}

	#footer .tfooter span{display:block; text-align:center; line-height:18px}

	#footer .tfooter em{display:none}	

	#sliderTop .slides li {

		height: 267px;

	}

	#sliderTop .caption{

		height: auto;

	}

	#sliderTop .caption article {

		padding: 15px 0;

	}

	#frmContacto .tit strong{

		display: block;

	}

	#frmContacto .tit span {

		position: static;

		display: block;

		line-height: 24px;

		padding-bottom: 10px;

	}

	.border-2{

		display: flex;

		align-items: center;

		justify-content: center;

		width: 100%;

		border-left: 0;

		margin-top: 0 !important;

	}

	#text2 .col-xs-4{

		width: 50%;

	}

	#text2 .centrar{

		left: 25%;

	}

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

		width: 100%;

	}

	.centrar{

		display: flex;

		align-items: center;

		justify-content: center;

	}

	.tbMaquina td{

    	display: block !important;

    	width: 100% !important;

    	position: relative;

    	padding-left: 120px !important;

	}

	.tbMaquina thead{

		display: none;

	}

	.tbMaquina td:before{

	    position: absolute;

	    top: 0.5em;

	    left: 1em;

	    width: auto;

	    padding-right: 1em;

	    white-space: nowrap;

	    text-align: left;

	    content: attr(data-title);

	    z-index: 1;

	    font-weight: 600;

	}

	

	#sliderTop .caption article{

		font-size: 26px;

		line-height: normal;

		height: auto

	}

}



@media(max-width:500px){

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

		width: 100%;

	}

	#frmContacto .row .lbl{

		padding-bottom: 8px

	}

	#frmContacto .row .text-right{

		text-align: center

	}

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

		padding: 0 15px;

	}	

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

		width: 50%;

		margin-bottom: 1rem;

	}

}



@media(max-width:480px){

	#footer .tfooter em{

		display: block;

		height: 1px;

		opacity: 0;

	}

	#sliderTop .caption{

		font-size: 19px

	}

	#footer .container .col-xs-6{

		width: 100%;

	}

	#footer .txt2footer{

		width: 100%;

		text-align:center;

	}

	#text2 .col-xs-4{

		padding: 0 !important;

	}

	#sliderTop .caption article {

		font-size: 23px;

		line-height: 28px;

		padding: 10px 0;

	}

}



@media(max-width:420px){

	#sliderTop .caption article {

    	width: 280px;

	}

}

@media(max-width:400px){

	#frmContacto input[type="submit"], #frmContacto input[type="reset"] {

		width: 125px;

	}

}

@media(max-width:390px){

	.border-5{
		border-left: 0;
	}
	.dateTel ul li{
		margin-right: 20px;
	}
	.dateTel ul li:nth-child(2){
		margin-right: 0;
	}
	.dateTel ul li:last-child{
		width: 100%;
		margin-top: 10px;
	}

}