.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: #2c2c2c;
  background:#d7d7d7;
  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: #2c2c2c; 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 a:hover { 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 .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: #ffffff;
   }

.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: #324066;
  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: 105px;
}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
}

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

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

@media(min-width:992px){
	#header,#topMenu,#menu,#redes{
		height: 120px;
	}
	#menu{
		left: 390px;
	}
	#menu li a{
		height: 120px;
		line-height: 120px;
	}
	#logo{
		width: 290px;
	}
	#sliderTop{
		height: auto;
	}
	#sliderTop .slides li{
		height: auto;
		background: transparent !important;
	}
	#sliderTop .slides li img{
		display: block;
	}
	#sliderTop .caption article{
		width: 460px;
		right: 20px;
	}
	#sliderTop .caption .titleslider{
		font-size: 34px;
	}
	.flex-direction-nav .flex-prev {
		margin-left: 370px;
	}
	.flex-direction-nav .flex-next {
		margin-left: 415px;
	}
	.contentHome3 .itemHome3{
		font-size: 30px;
	}
	
	.contenedorbtn{
		padding-right: 115px !important;
		padding-left: 115px !important;
	}
	#textNosotros2 .bg2{
		right: 50%;
	}
	.contentNosotros3{
		height: 296.5px;
	}
	#textNosotros3 img{
		margin-left: 25px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.bgServ{
		height: 424px;
		width: 100%;
		margin-left: 0;
	}
	.bgServ img{
		width: auto;
	}
	.contentServ{
		padding-right: 480px;
		padding-left: 30px;
	}
	.contentServ{
		font-size: 14px;
		letter-spacing: 0;
	}
	.titleServ{
		font-size: 30px;
	}
	.div2{
		width: 30%;
	}
	.div1{
		width: 25%;
	}
	.div3{
		width: 20%;
		justify-content: center;
		margin-top: 0;
	}
	.div4{
		width: 25%;
		justify-content: flex-end;
		margin-top: 0;
	}
	.contentServ{
		line-height: 27px;
	}
}
@media(min-width:1200px){
	#sliderTop .caption article{
		width: 498px;
		right: 30px;
	}
	#sliderTop .caption .titleslider{
		font-size: 36px;
	}
	.flex-direction-nav .flex-prev {
		margin-left: 410px;
	}
	.flex-direction-nav .flex-next {
		margin-left: 455px;
	}
	.contenedorbtn{
		padding-right: 135px !important;
		padding-left: 135px !important;
	}
	.contentNosotros3{
		height: 314px;
	}
	.bgServ{
		height: 424px;
		width: calc(100% + 30px);
		margin-left: -30px;
	}
	.contentServ{
		padding-left: 60px;
	}
}
@media(min-width:1450px){	
	.contenedorbtn{
		padding-right: 130px !important;
		padding-left: 130px !important;
	}
	#textHome1{
		padding: 135px 0;
	}
}
@media(min-width:1850px){
	
}
@media(max-width:991px){
	
	#sliderTop,
	#sliderTop .slides li{
		height: 400px
	}
	.flex-direction-nav .flex-prev {
		display: none;
	}
	.flex-direction-nav .flex-next {
		display: none;
	}
	.contentHome3{
		padding-left: 30px;
	}
	
}

@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 .menu,#header #topMenu #logo{
		display: none;
	}
	#header{
		margin-top: 56px;
		height: auto;
		width: 0;
		background: transparent;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 0;
	}
	#sliderTop .slides li {
    	height: 300px;
	}
	#sliderTop .caption{
		right: 0;
		text-align: center;
		padding: 0 15px;
		width: 100%;
		bottom: 0;
		left: 0;
		margin: 0;
		height: auto;
	}
	#sliderTop .caption article{
		text-align: center;
		position: relative;
		right: 0;
		width: 100%;
	}
	#sliderTop .caption .titleslider{
		padding-bottom: 15px;
		padding-top: 15px;
	}
	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;
	}
	#redes a:hover,#redes a:focus{
		text-decoration: none;
	}
	#redes .fb{
		background: #395398 !important;
	}
	#redes .tw{
		background: #42bded !important; 
	}
	#redes a .fa{
		display: block;
	}
	#textHome2 div[class*="col-"]{
		width: 50%;
	}
	#textHome2 div[class*="col-"]:last-child{
		margin-left: 25%;
		margin-top: 40px;
	}
	#textHome2 div[class*="col-"] img{
		margin: auto;
	}
	#textHome2{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#textHome3 div[class*="col-"]{
		width: 100%;
	}
	.titulo3{
		height: auto;
		padding: 40px 45px;
	}
	.titleHome3{
		position: relative;
		bottom: auto;
		left: auto;
		text-align: left;
	}
	.contentHome3{
		height: auto;
	}
	#textHome3:before{
		width: 0;
		height: 0;
	}
	#textHome3:after{
		bottom: 1px;
		width: 100%;
		left: 0;
	}
	#textNosotros1 div[class*="col-"]{
		width: 100%;
		text-align: center;
	}
	#textNosotros1 div[class*="col-"]:first-child{
		margin-bottom: 40px;
	}
	.contentNosotros1{
		height: auto;
		text-align: center;
		padding-right: 0;
	}
	#textNosotros2 .bg2{
		position: relative;
		right: auto;
		height: 320px;
		width: auto;
	}
	#textNosotros2{
		height: auto;
	}
	.contentNosotros2{
		height: auto;
		justify-content: center;
		padding: 55px 0;		
	}
	.contMision{
		text-align: center;
	}
	.titleMision{
		margin-right: auto;
	}
	#textNosotros3 div[class*="col-"]{
		width: 100%;
	}
	#textNosotros3 img{
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.contentNosotros3 {
	    justify-content: center;
	    height: auto;
	}
	.vision{
		margin-left: auto;
		margin-right: auto;
	}
	.contVision{
		text-align: center;
	}
	.bgServ{
		height: auto;
		display: block;
		padding: 30px 0;
	}
	.bgServ img{
		width: 250px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		border-radius: 10px;
		margin-top: 30px;
	}
	.contentServ{
		padding-right: 25px;
	}
	.contentServ{
		font-size: 14px;
		line-height: 27px;
	}
	.titleServ{
		font-size: 30px;
		text-align: center;
	}
	.div1{
		width: auto;
	}
	.div2{
		width: auto;
		margin-left: 30px;
	}
	.div3{
		width: 100%;
		margin-top: 20px;
		justify-content: center;
		display: none;
	}
}
@media(max-width:650px){
}
@media(max-width:640px){
	#textOficina1 div[class*="col-"]{
		width: 100%;
		margin-bottom: 30px;
	}
	#textOficina1{
		padding-bottom: 15px;
	}
}
@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: 290px;
	}
	#textNosotros2 .bg2{
		height: 300px;
	}
	.div1{
		width: 100%;
		justify-content: center;
		order: 2;
	}
	.div2{
		width: 100%;
		margin-left: 0;
		justify-content: center;
		margin-top: 20px;
		order: 3;
	}
	.div3{
		order: 4;
	}
	.div4{
		order: 1;
		margin-top: 0;
		margin-bottom: 30px;
	}
}
@media(max-width:540px){
	#frmContacto div[class*="col-"]{
		width: 100%;
	}
	#textHome2 div[class*="col-"]{
		width: 100%;
		margin-bottom: 40px;
	}
	#textHome2 div[class*="col-"]:last-child{
		margin-left: 0;	
		margin-top: 0;
		margin-bottom: 0;	
	}
	.contentServ{
		text-align: center;
		letter-spacing: 0;
	}
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}
	#sliderTop .slides li {
    	height: 280px;
	}
	#textHome1{
		padding: 60px 0;
	}
	#textNosotros1 img{
		max-width: 100%;
	}
	#textNosotros2 .bg2{
		height: 290px;
	}
	.contentServ{
		font-size: 14px;
	}
	.titleServ{
		font-size: 28px;
	}
}

@media(max-width:480px){
	#footer{height:auto; padding-bottom: 15px}
	#footer .tfooter,
	#footer #powered{float:none; text-align:center; margin-bottom:10px}
	#footer .tfooter span{display:block; text-align:center; line-height:18px}
	#footer .tfooter em{display:none}
	#footer .container {
		padding: 14px 0 0;
	}
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
	

	.titlePrefieres{
		display: block;
		padding-right: 0;
	}
	.titleHome3{
		font-size: 30px;
	}
	#textNosotros2 .bg2{
		height: 270px;
	}
	.contentHome3 .borderItem:before{
		width: 100%;
	}
}

@media(max-width:420px){
	#sliderTop .caption .titleslider{
		font-size: 22px;
		line-height: 30px;
	}
	#sliderTop .caption .titleslider strong{
		font-size: 24px;
	}
	.titleHome3{
		font-size: 26px;
		padding-right: 10px;
		width: 100%;
	}
	#textNosotros2 .bg2{
		height: 250px;
	}
	.titleServ{
		font-size: 24px;
	}
	.contentOfi1{
		text-align: left;
	}
	.telefonos{
		flex-wrap: wrap;
		justify-content: center;

	}
	.telefonos div,.correo div{
		width: 100%;
		margin-top: 3px;
	}
	.correo{
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media(max-width:360px){
	.titulo3{
		height: auto;
		padding: 40px 15px;
	}
	.contentHome3{
		padding-left: 0;
	}
	#textNosotros2 .bg2{
		height: 200px;
	}
}