.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: #bf7f00; text-decoration: none}
    .rd-mobilemenu_ul a:hover { background: #bf7f00; 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){  
	#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;
	}
  .titleCaptionTop{
    height: 150px;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 0.25px;
  }
  .titleCaptionTop::before{
    height: 100%;
    width: 1558px;
  }
  .titleCaptionTop .tit1{
    font-size: 42px;
    letter-spacing: -0.5px;
  }
  #logo{
    width: 216px;
    top: 45px;
  }
  #textHome1{
    padding-top: 146px;
    padding-bottom: 211px;
  }
  .itemHome1a{
    padding-top: 32px;
    padding-right: 80px;
  }
  .itemHome1{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.25px;
  }
  .titleHome1{
    font-size: 36px;
    line-height: 30px;
    letter-spacing: -0.1px;
    height: 84px;
  }
  .itemHome2b{
    margin-left: 170px;
    margin-right: 170px;
  }
  .itemHome2b::before,.itemHome2b::after{
    left: -85px;
  }
  .itemHome2b::after{
    left: auto;
    right: -85px;
  }
  .contentHome2 .tit2{
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: 0.25px;
    padding: 32px 0;
  }
  .contentHome2 .tit2 strong{
    font-size: 48px;
  }
  .contentProd1{
    padding-top: 85px;
    height: 684px;
    padding-left: 50px;
  }
  .contentProd1::before{
    top: 165px;
    left: calc(50% - 30px);
    height: 405px;
    width: 991px;
  }
  .btnProd1{
    height: 84px;
    width: 446px;
    font-size: 36px;
    line-height: 30px;
    letter-spacing: -0.1px;
  }
  .itemContacto3 a{
    height: 70px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border: solid 3px #fff;
    font-size: 20px;
    line-height: 24px;
  }
  #frmContacto .tit{
    font-size: 21px;
  }
}
@media(min-width:1200px){
	.flex-direction-nav .flex-prev {
		margin-left: -500px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -460px;
	}
  .titleCaptionTop{
    height: 150px;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 0.25px;
  }
  .titleCaptionTop::before{
    height: 100%;
    width: 1558px;
  }
  .titleCaptionTop .tit1{
    font-size: 42px;
    letter-spacing: -0.5px;
  }
  #menu{
    right: 300px;
  }
  #textHome1{
    padding-top: 146px;
    padding-bottom: 211px;
    background: #f6f6f6;
  }
  #mapc{
    height: 500px;
  }
  .itemContacto3 a{
    height: 82px;
    border-radius: 41px;
    -webkit-border-radius: 41px;
    -moz-border-radius: 41px;
    -ms-border-radius: 41px;
    -o-border-radius: 41px;
    border: solid 3px #fff;
    font-size: 24px;
    line-height: 24px;
  }
}
@media(min-width:1450px){
  .container{
    width: 1230px;
  }
  .titleCaptionTop{
    height: 251px;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.25px;
  }
  .titleCaptionTop::before{
    height: 100%;
    width: 1558px;
  }
  .titleCaptionTop .tit1{
    font-size: 72px;
    letter-spacing: -0.5px;
  }
  #icoWa{
    width: 99px;
    height: 98px;
  }
  #mapc{
    height: 670px;
  }
}
@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;
	}
	#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 .what{
		background: #00b857 !important; 
	}
	#redes .in{
		background: #AB7F5C !important;
	}
	#redes a .fa{
		display: block;
	}
  .titleCaptionTop{
    height: 100px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.25px;
  }
  .titleCaptionTop .tit1{
    font-size: 32px;
    letter-spacing: -0.5px;
  }
  #icoWa{
    bottom: 130px;
    right: 10px;
    z-index: 5
  }
  .itemHome1 {
    width: 100%;
  }
  .titleHome1{
    max-width: 100%;
    height: 50px;
    font-size: 24px;
  }
  .itemHome1a{
    padding-right: 0;
  }
  .itemHome1 img{
    margin-left: auto;
    margin-right: auto;
  }
  .cntHome2{
    font-size: 15px;
    padding: 30px 10px;
  }
  .cntHome2 img{
    width: 90px;
  }
  #textHome3{
    padding: 50px 0;
  }
  .contentHome3 {
    padding-left: 0;
    height: auto;
    padding-bottom: 300px;
  }
  .contentHome3::before{
    top: auto;
    bottom: 0;
    right: auto;
    left: -15px;
    height: 250px;
    width: 100%;
    background-size: contain;
  }
  .titleHome3 {
    background: #34630D;
    width: 160px;
    height: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #fff;
    font-family: "Bell MT";
    font-weight: 700;
    font-size: 30px;
    line-height: 52px;
  }
  #formTop {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .titleContacto1 {
    width: 290px;
    height: 60px;
    background: #292929;
    font-family: "Bell MT";
    font-weight: 400;
    color: #fff;
    font-size: 34px;
    line-height: 60px;
  }
  #frmContacto .tit{
    font-size: 16px;
  }
  #frmContacto input[type="submit"], #frmContacto input[type="reset"] {
    display: inline-block;
    height: 42px;
    font-size: 13px;
  }
  .itemContacto3 {
    width: calc(33.333% - 10px);
    margin-right: 15px;
  }
}
@media(max-width:680px){
  .itemContacto3 {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .itemContacto3:nth-child(2){
    margin-right: 0;
  }
  .itemContacto3:last-child{
    margin-top: 20px;
  }
}
@media(max-width:640px){
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}	
  .cntHome2{
    flex-wrap: wrap;
  }
  .itemHome2b{
    width: 100%;
  }
  .itemHome2b::before,.itemHome2b::after{
    width: 0;
    height: 0;
  }
  #textHome4{
    flex-wrap: wrap;
  }
  .itemHome4{
    width: 50%;
  }
  .contentProd1{
    padding-top: 85px;
    height: auto;
    padding-bottom: 350px;
  }
  .contentProd1::before{
    top: auto;
    bottom: 0;
    left: auto;
    right: -15px;
    height: 405px;
    width: 100%;
    background: url('../images/productos/img1.webp') center no-repeat;
    background-size: contain;
  }
}
@media(max-width:580px){
  #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%;
	}
}
@media(max-width: 540px){
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}
  .contentHome2 .tit2{
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0.25px;
    padding: 32px 0;
  }
  .contentHome2 .tit2 strong{
    font-size: 24px;
  }
  .itemContacto3{
    width: 100%;
    margin-right: 0px;
  }
  .itemContacto3:nth-child(2){
    margin-top: 20px;
  }
}
@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
  #footer .tfooter em.noapp{	
    display: inline-block;
    width: auto;
    opacity: 1;
    height: auto;
  }
}
@media(max-width:420px){
  .titleHome1{
    font-size: 20px;
  }
  .btnProd1{
    height: 60px;
    width: 280px;
    font-size: 20px;
  }
}
@media(max-width:390px){
}
@media(max-width:365px){
}