.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: #ffffff;
  background:#2594bf;
  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: #ffffff; 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/top.jpg) center top no-repeat;
  background-size: cover; 
   }

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

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

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

@media(min-width:992px){
  #logo{
    width: 200px;
    top: 45px;
  }
  #menu{
    right: 15px;
  }
	#sliderTop{
		height: auto;
	}
	#sliderTop .slides li{
		height: auto;
		background: transparent !important;
	}
	#sliderTop .slides li img{
		display: block;
	}
	.flex-direction-nav .flex-prev {
		margin-left: -470px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -430px;
	}
  .itemDat1{
    width: 212px;
    margin-right: 30px;
    padding-bottom: 0;
  }
  .itemDat2{
    width: auto;
    margin-right: 30px;
    padding-bottom: 0;
  }
  .itemDat3{
    width: 237px;
    margin-right: 30px;
  }
  .itemDat4{
    width: 150px;
  }
  .cntHome1 span{
    display: block;
  }
  .cntHome1 span.solobloc{
     display: none;
  }
  .contentHome2 .home2{
    font-size: 34px;
  }
  .itemFrm2{
    padding-left: 97px;
  }
  .textContacto1 a{
    font-size: 22px;
    line-height: 40px;
  }
  .textInfo2{
    font-size: 18px;
  }
  .itemInfo2 img.logoinfo{
    margin-bottom: 0px;
  }
  .itemProducto1{
    margin-right: 100px;
  }
  .itemdet{
    width: auto;
  }
  .item2Det3{
    margin-left: 180px;
    margin-right: 184px;
  }
  .item4Det3{
    margin-left: 28px;
  }
  .item5Det3{
    margin-left: 155px;
    margin-right: 133px;
  }
  .contentInfo4 div:last-child{
    margin-left: 95px;
  }
  .contentInfo4 div{
    width: auto;
  }
  .imgp4 {
    max-width: 416px;
  }
  .imgp4a{
    max-width: 320px;
  }
  .imgp3 {
    max-width: 340px;
  }
}
@media(min-width:1200px){
  .itemProducto1{
    margin-right: 150px;
  }
  #logo{
    width: 274px;
    top: 34px;
  }
	.flex-direction-nav .flex-prev {
		margin-left: -500px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -460px;
	}
  .itemDat1{
    margin-right: 90px;
  }
  .itemDat2{
    margin-right: 57px;
  }
  .itemDat3{
    margin-right: 55px;
  }
  .itemDat4{
    width: 207px;
  }
  .contentHome2 .home2{
    font-size: 41px;
  }
}
@media(min-width:1450px){
}
@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:before{
    width: 0;
    height: 0;
  }
	#header #logo,#header #menu{
		display: none
	}
  #header #topMenu{
    height: auto;
  }
	#header{
		margin-top: 56px;
		height: auto;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 0px;
	}
	#sliderTop .slides li {
    	height: 350px;
	}
	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: 7;
	}
	#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;
    transform: scale(1);
	}
	#redes .fb{
		background: #395398 !important;
	}
	#redes .tr{
		background: #009000 !important; 
	}
	#redes .in{
		background: #AB7F5C !important;
	}
	#redes a .fa{
		display: block;
	}
  
  .contSlider{
    background: rgba(0,0,0,0.15);
  }
  .contSlider .container{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contSlider .container .caption{
    font-size: 32px;
    line-height: 40px;
    position: relative;
  }
  .contentHome2:before{
    width: 0px;
    height: 0px;
    background: url(../images/inicio/img1.webp) center no-repeat;
    background-size: cover;
  }
  #bginicio1{
     background: url(../images/inicio/img2.webp) center no-repeat;
    background-size: cover;
    height: 300px;
  }
  .contentHome2{
    height: auto;
    padding-left: 0;
    justify-content: center;
    padding: 60px 0;
  }
  .contentHome2 .home2{
    text-align: center;
  }
  .contentHome2 a{
    margin-right: auto;
  }
  .titFormt{
    font-size: 24px;
  }
  .itemFrm1{
    width: 100%;
  }
  .itemFrm2{
    padding-top: 45px;
    padding-left: 0px;
    width: 100%;
  }
  .text-right,.textContacto1,.textInfo2{
    text-align: center;
  }
  .redesContacto{
    justify-content: center;
  }
  #formTop{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #dirMap .tit{
    font-size: 19px;
  }
  .itemInfo1{
    width: 100%;
    padding-right: 0px;
    border-right: 0;
    border-bottom: solid 1px rgba(56,61,117,0.5);
    padding-bottom: 40px;
  }
  .itemInfo2{
    padding-top: 40px;
    padding-left: 0px;
    width: 100%;
  }
  .titleTec1{
    font-size: 24px;
    line-height: 35px;
  }
  .itemInfo1 img.logoinfo{
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .itemInfo2 img.logoinfo{
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  }
  .contentInfo2 a{
    margin-right: auto;
  }
  .contentProducto2{
    flex-wrap: wrap;
  }
  .itemProducto1{
    margin-right: 80px;
    margin-left: 80px;
    margin-bottom: 45px;
  }
  #textDet2 .container div {
    font-size: 24px;
  }
  .contentProducto3 div:last-child{
    margin-left: 80px;
  }
  .contentTec1{
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 50px;
  }
  .bgTec1{
    background: url(../images/tecnologia/img1.webp) center no-repeat;
    background-size: cover;
    height: 300px;
  }
  .contentTec2:before{
    height: 0;
    width: 0;
  }
  .contentTec2{
    height: auto;
    justify-content: center;
    padding: 70px 0;
  }
  .tec2{
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .imgp3{
    max-height: 150px;
  }
  .imgp4{
    max-height: 150px;
  }
  .imgp4a{
    max-width: 320px;
  }
}
@media(max-width:680px){
  #footer .tfooter{
    margin-bottom:5px;
  }
  #footer .tfooter,
  #footer #powered{float:none; text-align:center; justify-content: center;}
  #footer .tfooter span{text-align:center; line-height:18px}
  .contSlider .captionSlider .caption{
    font-size: 30px;
    line-height: 33px;
  }
  .contSlider .captionSlider{
    padding-bottom: 0px;
  }
  #sliderTop .flex-control-nav li {
    display: none;
  }
  .titleHome1{
    font-size: 25px;
  }
  .cntHome1{
    font-size: 19px;
    line-height: 28px;
  }
  .contentTec1{
    padding-right: 0px;
  }
  #textProducto1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}	
   .itemDat1{
    width: 100%;
    padding-bottom: 30px;
   }
  .itemDat2{
    margin-right: 0px;
    width: 100%;
    padding-bottom: 30px;
  }
  .itemDat3{
    width: 100%;
    margin-right: 0;
    padding-bottom: 30px;
  }
  .itemDat4{
    width: 100%;
  }
  .contSlider .captionSlider .caption{
    font-size: 28px;
    line-height: 30px;
  }
  .titFormt:before,.titleTec1:before{
    width: 100%;
  }
  #dirMap .tit{
    font-size: 16px;
    line-height: 24px;
  }
}
@media(max-width:580px){
  .rd-mobilepanel #logoMovil{
    margin-right: 150px;
  }
  .itemProducto1,.itemProducto2{
    margin-right: 20px;
    margin-left: 20px;
  }
  .contentDet3{
    font-size: 20px;
  }
  .itemdet{
    width: 100%;
  }
  .bgTec1{
    height: 200px;
  }
  .tec2{
    font-size: 20px;
  }
}
@media(max-width: 540px){
  #textDet2 .container div {
    font-size: 18px;
    line-height: 26px;
  }
  .cntFichas a{
    margin-right: 20px;
    margin-left: 20px;
  }
  .cntFichas a:last-child{
    margin-top: 15px;
  }
  .contentProducto3 div{
    width: 100%;
  }
  .contentProducto3 div:last-child{
    margin-left: 0px;
  }
   .contentProducto3 div img{
    margin-right: auto;
    margin-left: auto;
   }
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}	
  #bginicio1{
    height: 200px;
  }
  .contentHome2 .home2{
    font-size: 22px;
  }
  .contentTec1{
    font-size: 16px;
    line-height: 40px;
  }
  .contentInfo4 div:last-child{
    margin-left: 0;
    margin-top: 30px;
  }
  .contentInfo4 div{
    width: 290px;
  }
}

@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
  .contSlider .captionSlider .caption{
    font-size: 22px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .titleTec1{
    font-size: 20px;
    line-height: 26px;
  }
  .imgp4{
    max-width: 100%;
  }
}

@media(max-width:420px){
  #sliderTop .slides li{
    height: 300px;
  }
  .textContacto1 a{
    font-size: 16px;
  }
  .titleTec1{
    font-size: 18px;
    line-height: 24px;
  }
  .imgp3{
    max-width: 100%;
  }
  .imgp4a{
    max-width: 220px;
  }
}
@media(max-width:365px){
}