.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 a.active,.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: #232323;
   }

.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: 70px;
}
.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;
	}
	#sliderTop .slides li {
		background: transparent !important;
	}
	#sliderTop .slides li img{
		display: block;
	}
	.flex-direction-nav .flex-prev {
		margin-left: -470px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -425px;
	}
	#logo {
	    width: 600px;
	    left: -220px;
	}
	#menu{
		right: 100px;
	}
	#menu li{
		padding: 0 18px;
	}
	#menu li a{
		font-size: 20px;
		padding: 0 10px;
		letter-spacing: 0.25px;
	}
	#sliderTop .caption{
		font-size: 30px;
		line-height: 40px;
	}
	#sliderTop .caption strong{
		font-size: 34px;
	}
	.colf1,.colf2,.colf3{
		margin-right: 30px;
		height: auto;
	}
	.colf1{
		width: 230px;
	}
	.colf2{
		width: 172px;
	}
	.colf3{
		width: 258px;
	}
	.colf4{
		width: 315px;
	}
	#datFooter a{
		font-size: 14.2px;
	}
	.contentMenusFoot{
		flex-wrap: nowrap;
	}
	.titleItemHome4{
		font-size: 30px;
		line-height: 40px;
	}
	.contHome4{
		font-size: 18px;
		line-height: 24px;
	}
	.contentHome4 .item1Home4{
		width: 300px;
	}
	.contentHome4 .item2Home4{
		width: calc(100% - 600px);
	}
	.contentHome4 .item3Home4{
		width: 300px;
	}
	#productos div[class*="col-"]{
		width: 33.33333%;
	}
	#productos div[class*="col-"] figure{
		height: 347px;
	}
	#norm1 div[class*="col-"]{
		width: 50%;
	}
	#norm1 div[class*="col-"] img{
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}
	.colfCont-1{
		padding-right: 35px;
		padding-top: 30px;
		width: 50%;
		order: 1;
		margin-top: 0;
	}
	.colfCont-2{
		padding-left: 44px;
		width: 50%;
		order: 2;
	}
	.contentCont1{
		margin-right: 0;
	}
	.rowflex{
		display: block;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	#frmContacto{
		margin-left: 0;
		margin-right: 0;
	}
	.contentContacto2{
		flex-wrap: nowrap;
	}
	.item1Cont2{
		width: 30%;
		justify-content: flex-start;
	}
	.item2Cont2{
		width: 40%;
		border-right: solid 1px #d1d1d1;
		padding-right: 0;
	}
	.item3Cont2{
		width: 30%;
	}
}
@media(min-width:1200px){
	.flex-direction-nav .flex-prev {
		margin-left: -570px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -525px;
	}
	#logo {
	    width: 780px;
	    left: -290px;
	}
	#sliderTop .caption{
		font-size: 34px;
		line-height: 44px;
	}
	#sliderTop .caption strong{
		font-size: 38px;
	}
	.colf1,.colf2,.colf3{
		margin-right: 55px;
	}
	#datFooter a{
		font-size: 16px;
	}
	#carrucelHome{
		display: none;
	}
	#carouselP{
		display: block;
	}
	#textHome3{
		padding-top: 135px;
		padding-bottom: 125px;
	}
	#textHome1 .contentHome1 span{
		display: block;
	}
	.contentHome4 .item1Home4{
		width: 359px;
		padding-left: 35px;
		justify-content: flex-start;
	}
	.contentHome4 .item2Home4{
		width: calc(100% - 682px);
		padding-right: 40px;
	}
	.contentHome4 .item3Home4{
		width: 323px;
		justify-content: flex-end;
	}
	.titleItemHome4{
		font-size: 36px;
		line-height: 48px;
	}
	.contHome4{
		font-size: 22px;
		line-height: 26px;
	}
	#productos div[class*="col-"]{
		width: 25%;
	}
	.titleNom{
		width: 525px;
		font-size: 40px;
	}
	.contentNom{
		padding-top: 35px;
		font-size: 30px;
	}
	#norm1 ul{
		margin-top: 35px;
		font-size: 24px;
		line-height: 36px;
	}
	.imgrayo{
		top: 55px;
	}
	#norm1 .row{
		margin: 0 -10px;
	}
	#norm1 div[class*="col-"]{
		padding: 0 10px;
	}
	.item1Cont2{
		width: 369px;
		height: 239px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.item2Cont2{
		width: calc(100% - 728px);
		border-right: solid 1px #d1d1d1;
		border-left: solid 1px #d1d1d1;
		height: 239px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.item3Cont2{
		width: 359px;
		height: 239px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding-right: 20px;
	}
	.sucursal{
		line-height: 30px;
		font-size: 21px;
	}
	.sucursal strong{
		font-size: 26px;
	}
}
@media(min-width:1450px){
	.container{
		width: 1230px;
		max-width: 1230px;
	}
	#logo {
	    width: 930px;
	    left: -350px;
	}
	#sliderTop .caption{
		font-size: 39px;
		line-height: 48px;
	}
	#sliderTop .caption strong{
		font-size: 43.34px;
	}
	.flex-direction-nav .flex-prev {
		margin-left: -600px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -555px;
	}
	.colf1{
		margin-right: 95px;
	}
	.colf2{
		margin-right: 65px;
	}
	.colf3{
		margin-right: 65px;
	}
	.contentCP{
		padding: 0 99px;
	}
	#productos .row{
		margin: 0 -26px;
	}
	#productos div[class*="col-"]{
		padding: 0 26px;
	}
}
@media(max-width:991px){
	#sliderTop,
	#sliderTop .slides li{
		height: 345px
	}
	.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;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 0px;
	}
	#sliderTop .slides li {
    	height: 320px;
	}
	#sliderTop .caption{
		width: 100%;
		bottom: 0px;
		right: 0;
		position: absolute;
		font-size: 24px;
		line-height: 32px;
		padding: 20px 0;
		text-align: center;
	}
	#sliderTop .caption:after{
		content: '';
		position: absolute;
		top: 0;
		left: -500px;
		width: 500px;
		height: 100%;
		background: rgba(13,13,13,0.25);
	}
	#sliderTop .caption article{
		text-align: center;
		padding-left: 0px;
	}
	#sliderTop .caption strong{
		font-size: 28px;
	}
	a.toTop {
		left: auto;
		right: 21px;
	}
	#icoWa{
		background: url(../images/icoWa2.png) 0 0 no-repeat;
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: 120px !important;
	}
	#redes{
		display: flex;
		width: 100%;
		height: 36px;
		position: fixed;
		bottom: 0;
		top: auto;
		left: 0;
		background:#ffffff;
		z-index: 5;
		padding-left: 0;
		padding-top: 0;
	}
	#redes a{
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		color:#ffffff;
		font-size: 18px;
		margin-right: 0;
	}
	#redes a img{
		display: none;
	}
	#redes a:hover,#redes a:focus{
		text-decoration: none;
	}
	#redes .fb{
		background: #395398 !important;
	}
	#redes .in{
		background: #AB7F5C !important;
	}
	#redes a .fa{
		display: block;
	}
	.colf1{
		width: calc(40% - 30px);
	}
	.colf2{
		width: calc(60% - 30px);
	}
	.colf3{
		width: calc(40% - 30px);
	}
	.colf4{
		width: calc(60% - 30px);
	}
	#textHome2 .contentHome2{
		height: 400px;
	}
	#productos div[class*="col-"]{
		width: 50%;
	}
	#productos div[class*="col-"] figure{
		height: 347px;
	}
	#productosCol div[class*="col-"]{
		width: 100%;
	}
}
@media(max-width:680px){
	.contentHome4{
		flex-wrap: wrap;
	}	
	.contentHome4 .item1Home4{
		width: 50%;
	}
	.contentHome4 .item2Home4{
		width: 50%;
	}
	.contentHome4 .item2Home4:after{
		width: 0;
		height: 0;
	}
	.contentHome4 .item3Home4{
		width: 50%;
		margin-top: 60px;
	}
	.contentHome4 {
		padding-bottom: 45px;
	}
}
@media(max-width:640px){
	#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 .tfooter em{display:none}
	#footer .container {
		padding: 14px 0 0;
	}
	#textHome1 .contentHome1,#textHome1 .titleHome1{
		margin-left: 0;
		margin-right: 0;
	}
	#textHome1 .titleHome1{
		padding-left: 20px;
		padding-right: 20px;
	}
	#textHome1{
		padding: 80px 0;
	}
	.item1Cont2{
		width: 100%;
		justify-content: center;
	}
	.item2Cont2{
		width: 100%;
		border-right: 0;
		border-left: 0;
		padding-right: 0;
	}
	.item3Cont2{
		width: 100%;
		justify-content: center;
	}	
	#textContacto2{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media(max-width:620px){
	.colf1{
		width: 100%;
		margin-right: 0;
		height: auto;
		margin-bottom: 45px;
	}
	.colf2{
		width: 100%;
		height: auto;
		margin-bottom: 45px;
	}
	.colf3{
		width: 100%;
		margin-right: 0;
		height: auto;
		margin-bottom: 45px;
	}
	.colf4{
		width: 100%;
	}
	#datFooter{
		padding-bottom: 60px;
	}
	#textHome2 .contentHome2 div{
		font-size: 30px;
		padding-left: 20px;
		padding-right: 20px;
		line-height: 32px;
	}
	.logofoot{
		margin: auto;
	}
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}
	.titleNom{
		font-size: 30px;
	}	
}
@media(max-width:580px){
	#productos div[class*="col-"]{
		width: 100%;
	}
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}
	#sliderTop .slides li {
    	height: 320px;
	}
	#sliderTop .caption{
		font-size: 22px;
		line-height: 30px;
	}
	#sliderTop .caption strong{
		font-size: 26px;
	}
	
}

@media(max-width:480px){
	#sliderTop .slides li {
    	height: 300px;
	}
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
	#sliderTop .caption{
		font-size: 20px;
		line-height: 28px;
	}
	#sliderTop .caption strong{
		font-size: 24px;
	}
	.contentHome4 .item1Home4{
		width: 100%;
	}
	.contentHome4 .item2Home4{
		width: 100%;
		margin-top: 60px;
	}
	.contentHome4 .item2Home4:before{
		width: 0;
		height: 0;
	}
	.contentHome4 .item3Home4{
		width: 100%;
	}
	.contentNom {
		padding-left: 0px;
		font-size: 24px;
	}
	#norm1 ul {
		margin-left: 0px;
		font-size: 18px;
	}
	#frmContacto{
		padding: 22px 20px;
	}
}

@media(max-width:420px){
	#sliderTop .caption{
		font-size: 18px;
		line-height: 24px;
		padding: 20px 30px;
	}
	#sliderTop .caption strong{
		font-size: 22px;
	}
	#textHome1 .contentHome1{
		font-size: 18px;
	}
	.titleNom{
		font-size: 26px;
	}
	#frmContacto{
		padding: 22px 10px;
	}
	.contentCont1 .itemCont{
		width: 100%;
	}
	.contentCont1 .itemCont:first-child{
		border-right: 0;
		border-bottom: 0; 
	}
	.contentCont1 .itemCont:nth-child(2){
		border-bottom: 0; 
	}
	.contentCont1 .itemCont:nth-child(3){
		border-right: 0; 
	}
	.contentCont1{
		height: auto;
		max-height: 100%;
	}
	#formTop{
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.colfCont-1{
		padding-top: 10px;
	}
}
@media(max-width:365px){
	.titleNom{
		font-size: 22px;
		height: 65px;
	}
	.contentNom {
		font-size: 22px;
	}
}