.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 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) no-repeat;
   }

.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: 7px; 
	margin: auto; 
	left: auto; 
	display: block; 
	position: relative; 
	width: 85px;
}
.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.slider{
		display: block;
	}
	.flex-direction-nav .flex-prev {
		margin-left: -470px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -425px;
	}
	.contentDatF{
		justify-content: flex-start;
	}
	.itemDat1{
		width: 355px;
		margin-right: 100px;
		margin-bottom: 0;
	}
	.itemDat1 img{
		margin-left: 0; 
	}
	.contItem1{
		text-align: left;
		margin: 0;
	}
	.itemDat2{
		margin-right: 100px;
		margin-left: 0px;
	}
	.home2{
		padding-left: 60px;
	}
	#textServ2 .row{
		margin: 0 -16.75px;
	}
	#textServ2 div[class*="col-"]{
		padding: 0 16.75px;
		width: 33.333%;
	}
	#textServ2 div[class*="col-"]:last-child{
		margin-left: 0;
	}
	#textProyectos1 .row{
		margin: 0 -25px;
	}
	#textProyectos1 div[class*="col-"]{
		padding: 0 25px;
		width: 50%;
	}
	.descriProyecto{
		height: 120px;
	}
	#textServ3 .row{
		margin: 0 -19px;
	}
	#textServ3 div[class*="col-"]{
		padding: 0 19px;
	}
	.titleServ3{
		font-size: 33px;
	}
	.serv3{
		height: 106px;
		font-size: 16px;
		line-height: 24px;
	}
}
@media(min-width:1200px){
	.flex-direction-nav .flex-prev {
		margin-left: -490px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -445px;
	}
	.itemDat1{
		margin-right: 109px;
	}
	.itemDat2{
		margin-right: 130px;
	}
	#textServ2 .row{
		margin: 0 -26.75px;
	}
	#textServ2 div[class*="col-"]{
		padding: 0 26.75px;
	}
	#textServ3 .row{
		margin: 0 -29px;
	}
	#textServ3 div[class*="col-"]{
		padding: 0 29px;
	}
}
@media(min-width:1450px){
}
@media(min-width:1520px){
	#textHome4 .container{
		width: 1518px;
		max-width: 1518px;
	}
	#textHome4 div[class*="col-"]{
		width: 16.666%;
	}
}
@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;
	}
	#header #topMenu{
		display: none
	}
	#header{
		margin-top: 56px;
		height: auto;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 0px;
	}
	#sliderTop .slides li {
    	height: 300px;
	}
	a.toTop {
		left: auto;
		right: 21px;
	}
	#icoWa{
		background: url(../images/icoWa2.png) 0 0 no-repeat;
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: 120px;
	}
	.itemDat2{
		margin-left: 0px;
	}
	.caption{
		text-shadow: 1px 1px 7px rgba(0,0,0,0.6);
		width: 100%;
		height: 100%;
		position: relative;
		bottom: auto;
		right: auto;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.caption img{
		margin-right: auto;
	}
	.home1 span{
		display: inline;
	}
	#textHome2{
		height: auto;
	}
	#textHome2:before{
		width: 0;
		height: 0;
	}
	.bg2Home2{
		background: url(../images/inicio/bg2.jpg) center no-repeat;
		background-size: cover;
		height: 300px;
	}
	.contentHome2{
		padding-left: 0;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#textHome3 .container{
		font-size: 28px;
	}
	#textHome4 .row{
		margin: 0 -15px;
	}
	#textHome4 div[class*="col-"]{
		padding: 0 15px;
		width: 33.333%;
	}
	#textServ3 div[class*="col-"]{
		width: 50%;
	}
	.titleServ3{
		font-size: 26px;
	}
	.titleServ4{
		font-size: 26px;
		line-height: 30px;
	}
}
@media(max-width:640px){
	#textServ2 div[class*="col-"]{
		width: 100%;
	}
	#textServ2 div[class*="col-"]:last-child{
		margin-left: 0;
	}
}
@media(max-width:600px){
	#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 .container {
		padding: 14px 0 0;
	}
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}
	.contSlider{
		background: rgba(0,0,0,0.1);
	}
	.caption{
		font-size: 30px;
	}
	#textHome3 .container{
		font-size: 25px;
	}
	.titleServ3{
		font-size: 24px;
	}
	.titleServ4{
		font-size: 24px;
		line-height: 30px;
	}
	.titleServ4 span{
		display: inline;
	}	
}
@media(max-width: 540px){
	#textServ3 div[class*="col-"]{
		width: 100%;
	}
}
@media(max-width:520px){
	.itemDat2{
		margin-right: 50px;
	}
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}
	.caption{
		font-size: 26px;
	}
	#textHome4 div[class*="col-"]{
		width: 50%;
	}
	.titleProyecto{
		text-overflow: inherit;
	 	white-space: inherit;
	 	overflow: hidden;
	 	font-size: 14px;
	 	line-height: 21px;
	 	text-align: left;
 	}
 	.contLineaPro div:first-child{
 		margin-right: 0px;
		width: 100%; 
 	}	
 	.contLineaPro div:last-child{
		width: 100%;
		padding-left: 16px;
		text-overflow: inherit;
 		white-space: inherit;
 		padding-top: 5px;
 		padding-bottom: 5px;
 		line-height: 21px;
 		padding-right: 16px;
 		text-align: left;
	}
	.descriProyecto{
		padding: 16px;
	}
	.titleServ3{
		font-size: 22px;
	}
	.titleServ4{
		font-size: 20px;
		line-height: 28px;
	}	
}

@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
	.itemDat2,.itemDat3{
		width: 100%;
		margin-right: 0;
		padding-left: 40px;
	}
	.itemDat3{
		margin-top: 20px;
	}
	.contentHome2{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.home2{
		padding-left: 0px;
		text-align: center;
	}
	.titleHome2{
		flex-direction: column;
		padding-bottom: 20px;
	}
	.homeCont2{
		padding-left: 0;
	}
	.lineaHome2{
		margin-left: 0;
		margin-right: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#textHome3 .container{
		font-size: 22px;
	}
}

@media(max-width:420px){
	.caption{
		font-size: 22px;
		line-height: 30px;
	}	
	.textSlider{
		font-size: 20px;
	}
	.contenetHome1{
		height: auto;
		padding: 80px 0;
	}
	.titleHome1{
		font-size: 28px;
	}
	.home1{
		font-size: 14px;
		line-height: 28px;
	}
	#textHome3 .container{
		font-size: 20px;
	}
}
@media(max-width:365px){
	.itemDat2,.itemDat3{
		padding-left: 0px;
	}
	.textSlider{
		font-size: 16px;
	}
	#textHome3 .container{
		font-size: 19px;
	}
}