.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: #2A2A2A;
  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: #34A4D5; text-decoration: none}
    .rd-mobilemenu_ul a:hover { background: #34A4D5; 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: #fff;
   }

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

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

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

@media(min-width:992px){  
  .cntDarkTop{
    width: calc(50% + 85px);
  }
  .cntSliderTop::before{
    right: calc(50% - 1px);
  }
	#sliderTop,#sliderTop .slides li{
		height: auto;
	}
	#sliderTop .slides li {
		background: transparent !important;
	}
	#sliderTop .slides li img.imgSliderP{
		display: block;
	}
	.flex-direction-nav .flex-prev {
		margin-left: -470px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -430px;
	}
  .cntSliderTop{
    padding-top: 120px;
  }
  .titleCaptionTop{
    font-size: 16px;
    line-height: 50px;
    width: calc(100% - 131px);
  }
  .titleCaptionTop .tit1{
    font-size: 30px;
    text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.35);
  }
  .titleCaptionTop .tit2{
    padding: 0 28px;
    margin-top: 13px;
    clip-path: polygon(0px 100%, 20px 0px, 100% 0, 100% 100%);
  }
  #logo{
    width: 275px;
  }
  #logo::before{
    width: 894px;
    height: 175px;
    right: -159px;
  }
  .cntDarkTop .itemDarkTop a{
    font-size: 12px;
  }
  .cntDarkTop .itemDarkTop a img{
    margin-right: 12px;
    width: auto;
  }
  #menu li{
    padding: 0 20.5px;
  }
  #menu li a{
    font-size: 16px;
  }
  #menu li:nth-child(1) a{
    width: 53px;
  }
  #menu li:nth-child(2) a{
    width: 102px;
  }
  #menu li:nth-child(3) a{
    width: 87px;
  }
  #menu li:nth-child(4) a{
    width: 129px;
  }
  .titleHome1{
    padding-left: 65px;
    font-size: 25px;
  }
  .itemHome1a figure{
    width: 488px;
    margin-left: -100px;
  }
  .cntHome2{
    height: 322px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.25px;
  }
  .titleHome2{
    font-size: 34px;
    line-height: 39px;
    margin-bottom: 30px;
    padding-bottom: 14px;
  }
  .titleHome3{
    border: solid 6px #fff;
    font-size: 50px;
    line-height: 56px;
    padding: 12px 15px;
  }
  .contentHome4{
    font-size: 24px;
  }
  .contentHome7 {
    padding: 125px 0;
  }
  .contentHome7 img{
    width: auto;
  }
  .itemProd1a{
    font-size: 48px;
    line-height: 1.2;
  }
  .itemProd1b{
    font-size: 20px;
    line-height: 30px;
  }
  .titleServ1{
    line-height: 30px;
    font-size: 24px;
    letter-spacing: 0px;
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .titleServ1 span{
    font-size: 19px;
  }
  .itemContacto4 strong{
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.25px;
  }
  .itemContacto4 a{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.25px;
  }
  .datoA img{
    width: auto;
  }
}
@media(min-width:1200px){
	.flex-direction-nav .flex-prev {
		margin-left: -500px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -460px;
	}
  .cntSliderTop{
    padding-top: 90px;
  }
  .titleCaptionTop{
    font-size: 20px;
    line-height: 50px;
    width: calc(100% - 131px);
  }
  .titleCaptionTop .tit1{
    font-size: 45px;
    text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.35);
  }
  .titleCaptionTop .tit2{
    padding: 0 28px;
    margin-top: 13px;
    clip-path: polygon(0px 100%, 50px 0px, 100% 0, 100% 100%);
    width: calc(100% - 11px);
  }
  #logo{
    width: 358px;
  }
  #logo::before{
    height: 199px;
  }
  #textHome1{
    padding-top: 102px;
  }
  .contentHome1{
    padding-top: 46px;
    padding-bottom: 143px;
  }
  .itemHome1a figure{
    width: 656px;
    margin-left: -191px;
  }
  .titleHome1{
    padding-left: 65px;
    font-size: 33.2px;
  }
  .textoPHome1{
    padding-left: 65px;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 17px;
    line-height: 29px;
  }
  .btnVerVideoHome1{
    width: 346px;
    height: 77px;
    border-radius: 39px;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    -ms-border-radius: 39px;
    -o-border-radius: 39px;
    border: solid 2px #0091cc;
    font-size: 20px;
  }
  .cntHome2{
    height: 322px;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.25px;
  }
  .titleServ1{
    line-height: 30px;
    font-size: 30px;
    letter-spacing: 0.25px;
    margin-top: 40px;
    margin-bottom: 15px;
  }
  #mapc{
    height: 600px;
  }
  .itemContacto4 strong{
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.25px;
  }
  .itemContacto4 a{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.25px;
  }
}
@media(min-width:1450px){
  .titleCaptionTop{
    font-size: 30px;
    line-height: 59px;
    width: calc(100% - 131px);
  }
  .titleCaptionTop .tit1{
    font-size: 69px;
    text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.35);
  }
  .titleCaptionTop .tit2{
    padding: 0 28px;
    margin-top: 13px;
    clip-path: polygon(0px 100%, 50px 0px, 100% 0, 100% 100%);
    width: calc(100% - 11px);
  }
  .cntHome2{
    height: 322px;
    padding-top: 60px;
    padding-left: 65px;
    padding-right: 65px;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.25px;
  }
  #mapc{
    height: 839px;
  }
}
@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;
		padding-bottom: 35px;
	}
	#header #menu,#header #logo{
		display: none
	}
  #header #topMenu{
    height: auto;
  }
	#header{
		margin-top: 56px;
		height: auto;
	}
  #darkTop::before{
    width: 100%;
  }
  .cntDarkTop{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    background-color: #fff;
    clip-path: none;
    padding-left: 0px;
  }
	#frmContacto{
		position: static;
		margin: auto
	}
  .cntSliderTop{
    padding-top: 0;
  }
	#sliderTop{
		height: 350px;
		margin-top: 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: 7;
	}
	#redes a{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color:#ffffff;
    font-size: 18px;
    border: 0;
    margin-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
	#redes a:hover,#redes a:focus{
		text-decoration: none;
    transform: scale(1);
	}
  #redes a img{
    display: none;
  }
	#redes .fb{
		background: #395398 !important;
	}
	#redes .link{
		background: #0A66C2 !important; 
	}
	#redes .in{
		background: #AB7F5C !important;
	}
	#redes a .fa{
		display: block;
	}
  #icoWa{
    bottom: 130px;
    right: 10px;
    z-index: 5
  }
  #formTop {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .titleCaptionTop{
    width: 100%;
  }
  .contentHome1{
    padding-top: 0;
  }
  .itemHome1a{
    width: 100%;
  }
  .itemHome1a figure{
    width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  .icoVideoHome1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 8px;
    padding-left: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .icoVideoHome1 img{
    width: 100px;
  }
  .itemHome1b{
    width: 100%;
    position: relative;
    z-index: 2;
    padding-top: 28px;
  }
  .contentHome1::before{
    width: 0;
    height: 0;
  }
  .titleHome1::before {
    content: '';
    position: absolute;
    width: 275px;
    height: 100%;
    top: 0;
    left: -275px;
    background: #0091CC
  }
  .titleHome1{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .textoPHome1 {
    padding-left: 0;
  }
  .btnVerVideoHome1{
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 13px;
  }
  #textHome2{
    flex-wrap: wrap;
  }
  .itemHome2{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 28px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cntHome2{
    height: auto;
    padding-bottom: 20px;
  }
  #textHome3{
    padding-top: 42px;
    padding-bottom: 130px;
  }
  .titleHome3 {
    border: solid 3px #fff;
    font-size: 25px;
    line-height: 35px;
  }
  .contentHome4{
    margin-top: -82px;
    padding-bottom: 70px;
  }
  #textProductos1 {
    padding-top: 50px;
  }
  .titleProd1{
    height: auto;
  }
  .itemProd1a {
    height: auto;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 20px;
  }
  .itemProd1a::before {
    height: 100%;
    top: 0;
  }
  .itemProd1b {
    height: auto;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px 0;
  }
  #textProductos2 {
    padding-top: 50px;
    padding-bottom: 15px;
  }
  #textServ1{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #textServ2{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .itemServ1{
    width: calc(33.333% - 10px);
    margin-right: 15px;
    font-size: 13px;
	  line-height: 20px;
	  letter-spacing: 0px;
  }
  .contentServ1{
    padding-left: 15px;
    padding-right: 15px;
  }
  .itemServ1 br{
    display: none;
  }
  #frmContacto .tit {
    font-size: 15px;
  }
  #frmContacto .tit strong {
    font-size: 20px;
  }
  #frmContacto input[type=submit],
  #frmContacto input[type=reset]{
    height:45px;
    font-size:13px;
    width: 95px;
    border-radius: 5px;
    margin-top: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .contentContacto4{
    height: auto;
    padding: 45px 0;
  }
  .redes2 a{
    margin-left: 10px;
  }
  .datoA{
    margin-right: 7px;
  }
  .datoA img{
    width: 40px;
  }
  .itemContacto4 strong{
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.25px;
  }
  .itemContacto4 a{
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
@media(max-width:680px){
  #footer .tfooter,
  #footer #powered{float:none; text-align:center;justify-content: center; flex-wrap: wrap;}
  #footer .tfooter{
    margin-bottom:10px;
  }
  #footer .tfooter span{display:block; text-align:center; line-height:18px}
  #footer .tfooter em{
		display: block;
		height: 5px;
		opacity: 0;
		width: 100%;
	}
  #footer .contentFooter{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contentHome4 {
    margin-top: -82px;
    padding-bottom: 25px;
  }
  .itemHome4 {
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-bottom: 45px;
  }
  .itemHome4:nth-child(2n + 2){
    margin-right: 0;
  }
  .itemHome4 img{
    margin-left: auto;
    margin-right: auto;
    width: 180px;
  }
  .titleHome6{
    height: 120px;
    font-size: 25px;
  }
  .itemProd2 {
    margin-bottom: 34px;
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .itemProd2:nth-child(2n + 2){
    margin-right: 0;
  }
  .contentServ1{
    flex-wrap: wrap;
  }
  .itemServ1 {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 35px;
    text-align: center;
  }
  .itemServ1:nth-child(2n + 2){
    margin-right: 0px;
  }
  .contentServ2 .itemServ1 {
    width: 100%;
    margin-right: 0px;
  }
  #textServ1{
    padding-bottom: 15px;
  }
  #textServ2 {
    padding-bottom: 15px;
  }
  .itemServ1 img{
    margin-left: auto;
    margin-right: auto;
  }
  .titleServ1{
    text-align: center;
  }
  .contentContacto4{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .itemContacto4{
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .itemContacto4:last-child,.itemContacto4:nth-child(2){
    margin-right: 0;
  }
  .itemContacto4:last-child{
    margin-top: 40px;
  }
}
@media(max-width:640px){
}
@media(max-width:600px){
  .titleCaptionTop{
    font-size: 14px;
    line-height: 40px;
    width: 100%;
  }
  .titleCaptionTop .tit1{
    font-size: 20px;
  }
  .titleCaptionTop .tit2{
    padding: 0 28px;
    padding-left: 40px;
    margin-top: 10px;
    clip-path: polygon(0px 100%, 30px 0px, 100% 0, 100% 100%);
  }
  .cntHome5::before,.cntHome5::after{
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    width: 100px;
    height: 100%;
    background: #fff;
  }
  .cntHome5::after{
    left: auto;
    right: -100px;
  }
  .contentHome7 img{
    width: 60px;
  }  
}
@media(max-width:580px){
  .itemContacto4{
    width: 100%;
    margin-right: 0px;
  }
  .itemContacto4:first-child{
    margin-bottom: 40px;
  }
}
@media(max-width: 540px){
  .titleHome3 br{
    display: none;
  }
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}
  .contentHome4{
    font-size: 15px;
  }
  .itemServ1 {
    width: 100%;
    margin-right: 0px;
  }
}
@media(max-width:480px){
  .titleCaptionTop .tit2 {
    width: 100%;
  }
  .contentHome7 {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .contentHome7 div{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media(max-width:420px){
  .titleCaptionTop {
    font-size: 12px;
  }
  .titleCaptionTop .tit2{
    padding-right: 10px;
  }
  .contentHome7 div{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
@media(max-width:390px){
  .titleCaptionTop {
    font-size: 10.5px;
  }
  .titleCaptionTop .tit2{
    padding-right: 10px;
    padding-left: 25px;
  }
  .cntDarkTop .itemDarkTop a img{
    display: none;
  }
}
@media(max-width:365px){
}