.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:#1d1d1d;
  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 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-mobilemenu_ul a img.hover2{
  	display: none;
  }
  .rd-mobilemenu_ul a div{
  	display: flex;
  	align-items: center;
  }
  .rd-mobilemenu_ul a div img{
  	width: 19px;
  	margin-right: 8px;
  }

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

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

@media(min-width:992px){
	#sliderTop{
		height: auto;
	}
	#sliderTop .slides li{
		height: auto;
		background: transparent !important;
	}
	#sliderTop .slides li img.sliderImg{
		display: block;
	}
	#logo{
		width: 200px;
		top: 34px;
		left: 24px;
	}
	#logo::before{
		height: 95px;
		right: -75px;
	}
	.sliderCntTop{
		padding-bottom: 20px;
	}
	.titleCaptio1{
		font-size: 35px;
		line-height: 30px;
	}
	.titleCaptio2{
		font-size: 41px;
		line-height:75px;
		width: 500px;
		margin-top: 15px;
	}
	.contenDarkTop a.telefono{
		font-size: 15px;
	}
	.itemDarkTop1{
		margin-right: 29px;
	}
	.itemDarkTop1 .telefono.tel1{
		margin-right: 26px;
	}
	.itemDarkTop2{
		margin-right: 40px;
	}
	.itemDat1,.itemDat2,.itemDat3,.itemDat4{
		margin-right: 29px;
		margin-top: 0px;
	}
	.contentDatFooter .tit{
		font-size: 17px;
		margin-top: 2px;
	}
	.contentDatFooter ul li a{
		font-size: 14px;
		line-height: 39px;
	}
	.itemDat1 figure{
		width: 36px;
	}
	.itemHome1a{
		padding-right: 90px;
	}
	.itemHome1b img{
		max-width: 957px;
		left: -185px;
	}
	.itemHome2{
		font-size: 28px;
		letter-spacing: 0px;
	}
	.imgnos2{
		top: calc(50% - 253.5px);
		left: -95px;
		width: auto;
	}
	.contentNos2{
		height: 653px;
		padding-left: 271px;
	}
	.nos2{
		height: 277px;
		width: 100%;
		padding-right: 54px;
		font-size: 28px;
		line-height: 35px;
	}
	.nos3b br{
		display: none;
	}
	.titServicios{
		height: 85px;
		clip-path: polygon(38px 0px, 0 50%, 0% 100%,100% 100%, 100% 0px);
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.1px;
	}
	#frmContacto .tit{
		font-size: 25px;
	}
	.itemDat5{
		margin-top: 0px;
	}
}
@media(min-width:1200px){
	.sliderCntTop{
		padding-bottom: 40px;
	}
	.titleCaptio1{
		font-size: 35px;
		line-height: 30px;
	}
	.titleCaptio2{
		font-size: 41px;
		line-height:75px;
		width: 500px;
		margin-top: 15px;
	}
	.mapC{
		height: 600px;
	}
	#logo{
		width: 330px;
		top: 34px;
		left: 24px;
	}
	#logo::before{
		right: -75px;
		height: 126px;
	}
	.itemDat1,.itemDat2,.itemDat3,.itemDat4{
		margin-right: 57px;
	}
	.contentDatFooter .tit{
		font-size: 21px;
		margin-top: 7px;
	}
	.itemHome1b img{
		max-width: 957px;
		left: 3px;
	}
	.imgnos2{
		top: calc(50% - 253.5px);
		left: -40px;
	}
	.nos3b br{
		display: block;
	}
	.nos{
		height: 332px;
		padding-top: 57px;
		padding-bottom: 20px;
		font-size: 16px;
		line-height: 36px;
		letter-spacing: -0.25px;
	}
	#textServ1 .row{
		margin: 0 -23.75px;
	}
	#textServ1 div[class*="col-"]{
		padding: 0 23.75px;
	}
	.titServicios{
		font-size: 16px;
	}
	#textGal1 .row{
		margin: 0 -23.75px;
	}
	#textGal1 div[class*="col-"]{
		padding: 0 23.75px;
	}
}
@media(min-width:1450px){
	#icoWa{
		width: 303px;
		height: 92px;
		bottom: 115px;
		right: 114px;
	}
	.sliderCntTop{
		padding-bottom: 116px;
	}
	.titleCaptio1{
		font-size: 53px;
		line-height: 45px;
	}
	.titleCaptio2{
		font-size: 61px;
		line-height: 94px;
		width: 782px;
		margin-top: 18px;
	}
	.mapC{
		height: 785px;
	}

}
@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;
		margin-bottom: 35px;
	}
	#header #topMenu{
		display: none
	}
	#header{
		margin-top: 56px;
		height: auto;
		padding-top: 0px;
	}
	#header #logo{
		display: none;
	}
	.contenDarkTop{
	  justify-content: center;
	  height: 50px;
	}
	.itemDarkTop2{
  	margin-right: 0px;
	}
	#icoWa{
		background: url(../images/icoWa2.png) 0 0 no-repeat;
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: 120px;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 50px;
	}
	#sliderTop .slides li {
    	height: 380px;
	}	
	.sliderCntTop{
		padding-bottom: 0px;
	}
	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;
		opacity: 1;
		transform: scale(1);
	}
	#redes a img{
		display: none;
	}
	#redes .fb{
		background: #395398 !important;
	}
	#redes .tr{
		background: #42bded !important; 
	}
	#redes .in{
		background: #AB7F5C !important;
	}
	#redes .yt{
		background: #ca250a !important;
	}
	#redes a .fa{
		display: block;
	}
	.contentDatFooter{
		justify-content: center;
	}
	.itemDat1{
		margin-right: 50px;
	}
	.itemDat2{
		margin-right: 50px;
	}
	.itemDat3{
		margin-right: 0px;
	}
	.itemDat4{
		margin-right: 100px;
		margin-top: 30px;
	}
	.itemDat5{
		margin-top: 30px;
	}
	#textHome1 {
	  padding-top: 60px;
	  padding-bottom:60px;
	}
	.itemHome1{
		width: 100%;
		min-height: 100px;
	}
	.itemHome1a{
		padding-bottom: 30px;
		padding-right: 0px;
		padding-top: 0px;
	}
	.itemHome1b img{
		max-width: 100%;
		position: relative;
		top: auto;
		left: auto;
		z-index: -1;
	}
	.itemHome2{
		width: calc(33.333% - 14px);
		margin-right: 21px;
		font-size: 17px;
	}
	.itemHome2 figure img {
		margin-bottom: 5px;
	}
	#textHome2{
	  padding-left: 15px;
	  padding-right: 15px;
	  padding-bottom: 0;
	}
	.itemHome2 figure{
	  padding-top: 20px;
	  padding-bottom:20px;
	}
	#textHome3 .container{
	  font-size: 20px;
	  line-height: 27px;
	  letter-spacing: 0;
	  padding: 24px 15px;
	}
	.texto1Home4{
	  font-size: 15px;
	  line-height: 24px;
	  letter-spacing: 0px;
	  padding: 38px 0px;
	}
	.itemHome4 {
  	margin-right: 10px;
	}
	#textHome4 {
  	padding-bottom: 40px;
	}
	#textNos1{
	  padding-top: 60px;
	  padding-bottom: 60px;
	}
	.titleNos1 h1{
	  font-size: 24px;
	  line-height: 50px;
	}
	.titleNos1 {
		margin-bottom: 25px;
	}
	.textoNosotros1{
	  font-size: 15px;
	  line-height: 28px;
	  letter-spacing: 0;
	}
	.nos2{
		font-size: 20px;
	}
	.contentNos3{
		flex-wrap: wrap;
	}
	.itemNos3 {
  	width: 100%;
  	margin-right: 0px;
	}
	.itemNos3b {
		margin-top: 20px;
	}
	.nos{
	  height: auto;
	  padding-top: 57px;
	  padding-bottom: 55px;
	}
	.itemNos3 {
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.titGal{
		font-size: 28px;
		line-height: 35px;
	}
	#frmContacto .tit {
		font-size: 17px;
		flex-wrap: wrap;
	}
	.titleContaco1 {
		font-size: 17px;
		line-height: 18px;
	}
	.itemCont1 {
  	width: 50px;
	  height: 50px;
	  padding: 10px;
	}
	.cntContacto1 a {
		font-size: 13px;
	}
	.itemCont2 {
  	width: 270px;
  	height: 50px;
	}
	.contentContacto1 {
		height: 400px;
	}
}
@media(max-width:640px){
	.itemDat1{
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.itemDat2{
		width: calc(50% - 10px);
		margin-right: 0px;
	}
	.itemDat3{
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-top: 30px;
	}
	.itemDat4{
		width: calc(50% - 10px);
		margin-right: 0px;
		margin-top: 30px;
	}
	.itemDat5{
		display: none;
	}
	.contentNos2 {
		height: auto;
		padding-left: 0;
		padding-right: 0;
		padding-top: 55px;
		padding-bottom: 55px;
		display: block;
	}
	.imgnos2 {
		position: relative;
		top: auto;
		left: auto;
		width: 290px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
	}
	.nos2 {
		justify-content: center;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}
	.nos2::before {
		width: 0;
		height: 0;
	}
}
@media(max-width:600px){
	#footer .tfooter,
	#footer #powered{float:none; text-align:center;}
	#footer .tfooter{
		margin-bottom:10px;
	}
	#footer .tfooter span{display:block; text-align:center; line-height:18px}
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span{
	  display: block;
	  line-height: 24px;
	  padding-bottom: 0;
	  width: 100%;
	  margin-top: 10px;
	}
	.itemDat1{
		width: 100%;
		margin-right: 0px;
	}
	.itemDat2{
		width: 100%;
		margin-right: 0px;
		margin-top: 30px;
	}
	.itemDat3{
		width: 100%;
		margin-right: 0px;
	}
	.itemDat4{
		width: 100%;
	}
	.itemHome1 figure {
  	max-width: 201px;
	}
	.contentHome1{
	  font-size: 15px;
	  line-height: 24px;
	}
	#textHome2{
		flex-wrap: wrap;
	}
	.itemHome2{
		width: calc(50% - 8px);
		margin-right: 16px;
		margin-bottom: 40px;
	}
	.itemHome2:nth-child(2){
		margin-right: 0;
	}
	.titleServicios {
	  height: 110px;
	  padding-top: 20px;
	}
}
@media(max-width:520px){
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}	
	.titleCaptio1{
		font-size: 22px;
		line-height: 30px;
	}
	.titleCaptio2{
		font-size: 25px;
		line-height: 55px;
		width:320px;
		margin-top: 5px;
	}
}

@media(max-width:480px){
	#footer .tfooter{
		flex-wrap: wrap;
	}
	#footer .tfooter em{
		display: block;
		height: 5px;
		opacity: 0;
		width: 100%;
	}
	.contenDarkTop {
	  justify-content: center;
	  height: auto;
	  flex-wrap: wrap;
	  padding: 5px 0;
	}
	.itemDarkTop1{
	  margin-right: 0;
	  width: 100%;
	  padding-bottom: 4px;
	}
	.titServicios {
		padding-left: 10px;
		padding-right: 10px;
	}
	.titServicios br{
		display: none;
	}
}
@media(max-width:420px){
	.titleCaptio1{
		font-size: 18px;
		line-height: 25px;
	}
	.titleCaptio2{
		font-size: 20px;
		line-height: 40px;
		width:250px;
		margin-top: 5px;
	}
	.itemHome2{
		font-size: 15px;
	}
	.nos2 br{
		display: none;
	}
	.titleNos3 div {
		font-size: 25px;
	}
	.itemNos3a .nos {
  	padding-right: 10px;
	}
	.itemNos3b .nos {
  	padding-left: 10px;
	}
	.titServicios {
 	 padding-left: 10px;
  	padding-right: 10px;
  	font-size: 10px;
  	line-height: 13px;
	}
	.titleServicios {
		padding-left: 5px;
		padding-right: 5px;
	}
	#textServ1 .row{
		margin: 0 -4px;
	}
	#textServ1 div[class*="col-"]{
		padding: 0 4px;
		margin-bottom: 30px;
	}
	.titleContaco1 {
  	font-size: 14px;
	}
	.itemCont1 {
  	width: 44px;
  	height: 44px;
  	padding: 8px;
	}
	.itemCont2 {
 	 width: 235px;
  	height: 44px;
  	border:  solid 1px #fff;
	}
	.cntContacto1 a {
  	font-size: 11px;
	}
}
@media(max-width:365px){
}