.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:#003b71;
  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: #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: #003b71;
  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(min-width:992px){
	#sliderTop{
		height: auto;
	}
	#sliderTop .slides li{
		height: auto;
		background: transparent !important;
	}
	#sliderTop .slides li img.sliderImg{
		display: block;
	}
	#menu{
		right: 210px;
	}
	#menu li{
		padding: 0 41px;
	}
	.titleCaptio1{
		font-size: 30px;
		line-height:35px;
	}
	.titleCaptio2{
		font-size: 28px;
		line-height:28px;
		padding-top: 5px;
		padding-bottom:5px;
		margin-top: 5px;
		margin-bottom: 5px;
		padding-right: 10px;
	}
	.titleCaptio2-3{
		font-size: 24px;
	}
	.titleCaptio3{
		font-size: 24px;
		line-height: 30px;
	}
	.titleCaptio3-2{
		font-size: 18px;
	}
	.flex-control-nav {
	  margin-left: -469px;
	}
	.itemHome2{
		font-size: 18px;
		line-height: 30px;
	}
	.titleHome1 h1{
		font-size: 25px;
	}
	.itemHome2a{
		width: calc(25% - 43px);
		margin-right: 57.333px;
		margin-bottom: 49px;
	}
	.itemHome4{
		width: calc(33.3333% - 15px);
		margin-right: 22.5px;
		margin-bottom: 60px;
	}
	.itemHome4:nth-child(2n + 2){
		margin-right: 22.5px;
	}
	.itemHome4:last-child,.itemHome4:nth-child(3n + 3){
		margin-right: 0px;
	}
	.itemHome4 figure div span{
		line-height: 24px;
		font-size: 17px;
		padding: 10px 5px;
	}
	.itemHome4 figure a{
		bottom: 15px;
		left: calc(50% - 100px);
		width: 200px;
		height: 35px;
		border-radius: 20px;
		font-size: 18px;
	}
	#textHome5 .row{
		margin: 0 -20px;
	}
	#textHome5 div[class*=col-]{
		margin-bottom: 40px;
		padding: 0 20px;
	}
	#textHome6 div[class*="col-"]:first-child::before{
		top: 100px;
	}
	#textContacto2{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.itemContacto2-1{
		margin-right: 150px;
	}
	.itemContacto2-2{
		margin-right: 150px;
	}
	.titleCont2{
		font-size: 24px;
	}
	.contContacto2 .tel a{
		font-size: 24px;
		line-height: 33px;
	}
	.titleProd2::before,.titleProd2::after{
		left: -350px;
		width: 350px;
	}
	.titleProd2::after{
		left: auto;
		right: -500px;
		width: 500px;
	}
	.titleProd2a::before,.titleProd2a::after{
		left: -500px;
		width: 500px;
	}
	.titleProd2a::after{
		left: auto;
		right: -284px;
		width: 284px;
	}
	.imgProd2a{
		max-width: 100%;
		margin-left: auto;
		margin-right: -20px;
	}
	.titleProd2{
		height: 96px;
		font-size: 36px;
		line-height: 40px;
	}
	.titleProd6{
		font-size: 21px;
	}
	.itemProd6a{
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.subTitleProd2{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	.subTitleProd2-6{
		margin-bottom: 10px;
	}
	.cntProd2{
		font-size: 16px;
	}
	.contentProdAd1{
		height: 130px;
		font-size: 30px;
		line-height: 59px;
	}
	.contentProdAd1 strong{
		font-size: 55px;
	}
	.itemProdAd2b{
		font-size: 14px;
		line-height: 24px;
		padding: 5px 40px;
	}
	.itemProdAd2b .titleProdAd2{
		font-size: 18px;
		line-height: 30px;
		padding: 9px 0;
		margin-bottom: 10px;
	}
	.titleProdAd3{
		font-size: 29px;
		padding-right: 120px;
	}
	.itemPrdoAdd3{
		margin-right: 45px;
	}
	.itemPrdoAdd3 img{
		width: auto;
	}
	#textProdAd3 {
  	padding-top: 141px;
		padding-bottom: 112px;
	}
	#textProdAd4{
		padding: 0 15px;
		height: 290px;
	}
	.itemProdAd4 a{
		height: 95px;
		font-size: 19px;
	}
	.itemProdAd4{
		width: calc(33.333% - 32px);
		margin-right: 48px;
	}
	.itemProdAd4 a img{
		margin-left: 9px;
	}
	#icoWa{
		position: fixed;
		bottom: 115px;
		right: 15px;
		width: 400px;
	  height: 186px;
	  border-radius: 15px;
	}
}
@media(min-width:1200px){
	.itemHome4{
		width: calc(33.3333% - 15px);
		margin-right: 22.5px;
		margin-bottom: 60px;
	}
	.itemHome4 figure div span{
		line-height: 28px;
		font-size: 20px;
		padding: 10px 5px;
	}
	.itemHome4 figure a{
		bottom: 15px;
		left: calc(50% - 100px);
		width: 200px;
		height: 35px;
		border-radius: 20px;
		font-size: 18px;
	}
	.itemProdAd4 a{
		height: 95px;
		font-size: 25px;
	}
	.itemProdAd2b{
		font-size: 16px;
	line-height: 30px;
	}
	.itemProdAd2b .titleProdAd2{
		font-size: 21px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.titleCaptio1{
		font-size: 40px;
		line-height: 40px;
	}
	.titleCaptio2{
		font-size: 32px;
		line-height:30px;
		padding-top: 11px;
		padding-bottom:15px;
		margin-top: 5px;
		margin-bottom: 10px;
		padding-right: 20px;
	}
	.titleCaptio2-3{
		font-size: 30px;
	}
	.titleCaptio3{
		font-size: 32px;
		line-height: 40px;
	}
	.titleCaptio3-2{
		font-size: 20px;
	}
	.flex-control-nav {
	  margin-left: -550px;
	}
	#textHome5 .row{
		margin: 0 -37.25px;
	}
	#textHome5 div[class*=col-]{
		margin-bottom: 50px;
		padding: 0 37.25px;
	}
	#textHome5 article br{
		display: block;
	}
	#textContacto2{
		padding-top: 158px;
		padding-bottom: 197px;
	}
	.itemContacto2-1{
		margin-right: 265px;
	}
	.itemContacto2-2{
		margin-right: 200px;
	}
	.cntProd2 br{
		display: block;
	}
	.imgProd1a{
		display: block;
		position: absolute;
		top: 43px;
		right: -3px;
	}
	.titleProd2::before,.titleProd2::after{
		left: -420px;
		width: 420px;
	}
	.titleProd2::after{
		left: auto;
		right: -500px;
		width: 500px;
	}
	.titleProd2a::before,.titleProd2a::after{
		left: -500px;
		width: 500px;
	}
	.titleProd2a::after{
		left: auto;
		right: -336px;
		width: 336px;
	}
	.imgProd2a{
		max-width: 864px;
		margin-left: -128px;
	}
	.titleProd6{
		font-size: 24.5px;
	}
	.itemProd6a{
		margin-right: 30px;
		margin-bottom: 0;
	}
	.subTitleProd2-6{
		margin-bottom: 40px;
	}
	.contentProdAd1{
		height: 227px;
		font-size: 40px;
		line-height: 59px;
	}
	.titleProdAd3{
		font-size: 35px;
	}
	#textProdAd4{
		padding: 0 32px;
		height: 360px;
	}
	#icoWa{
		position: fixed;
		bottom: 115px;
		right: 25px;
		width: 497px;
	  height: 186px;
	  border-radius: 15px;
	}
}
@media(min-width:1450px){
	#icoWa{
		width: 303px;
		height: 92px;
		bottom: 115px;
		right: 114px;
	}
	.itemHome4{
		width: calc(33.3333% - 65.666px);
		margin-right: 98.5px;
		margin-bottom: 60px;
	}
	.itemHome4:nth-child(2n + 2){
		margin-right: 98.5px;
	}
	.itemHome4:last-child,.itemHome4:nth-child(3n + 3){
		margin-right: 0px;
	}
	.itemHome4 figure a{
		bottom: 22px;
		left: calc(50% - 120px);
		width: 240px;
		height: 48px;
		border-radius: 24px;
		font-size: 22px;
	}
	.itemProdAd4 a{
		height: 95px;
		font-size: 35px;
	}
	.itemProdAd2b .titleProdAd2{
		font-size: 24px;
		line-height: 31px;
		margin-bottom: 44px;
	}
	.titleCaptio1{
		font-size: 55px;
		line-height: 58px;
	}
	.titleCaptio2{
		font-size: 42px;
		line-height: 45px;
		padding-top: 11px;
		padding-bottom:15px;
		margin-top: 12px;
		margin-bottom: 10px;
		padding-right: 20px;
	}
	.titleCaptio2-3{
		font-size: 37px;
	}
	.titleCaptio3{
		font-size: 40px;
		line-height: 50px;
	}
	.titleCaptio3-2{
		font-size: 24px;
	}
	#icoWa{
		position: fixed;
		bottom: 115px;
		right: 49px;
		width: 497px;
	  height: 186px;
	  border-radius: 15px;
	}
}
@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 #logo{
		display: none
	}
	#header{
		margin-top: 56px;
		height: auto;
		padding-top: 0px;
	}
	#header #menu{
		display: none;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 43px;
	}
	#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;
		border-radius: 0px;
	}
	#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;
	}
	.contenDarkTop{
		justify-content: center;
	}
	.contenDarkTop .itemDarkTop1 {
  	margin-right: 30px;
	}
	.flex-control-nav{
	  bottom: 7px;
	  margin-left: -73.5px;
	}
	.titleCaptio1{
		font-size: 24px;
		line-height:30px;
	}
	.titleCaptio2{
		font-size: 20px;
		line-height:25px;
		padding-top: 5px;
		padding-bottom:5px;
		margin-top: 5px;
		margin-bottom: 5px;
		padding-right: 10px;
	}
	.titleCaptio2-3{
		font-size: 20px;
	}
	.titleCaptio3{
		font-size: 20px;
		line-height: 30px;
	}
	.titleCaptio3-2{
		font-size: 16px;
		line-height: 20px;
	}
	.contentHome1{
		padding: 70px 0;
		flex-wrap: wrap;
	}
	.itemHome1{
		width: 100%;
		padding-bottom: 30px;
	}
	.itemHome2{
		width: 100%;
		font-size: 18px;
		line-height: 30px;
		justify-content: center;
	}
	.titleHome1 h1{
		font-size: 25px;
	}
	.itemHome1 img{
		float: none;
	  width: 400px;
	  margin-left: auto;
	  margin-right: auto;
	}
	#textHome2 .titleHome2 {
	  padding-top: 30px;
	  padding-bottom: 28px;
	  font-size: 23px;
	}
	.itemHome2a{
		width: calc(33.333% - 20px);
		margin-right: 30px;
		margin-bottom: 40px;
	}
	.itemHome2a:nth-child(4n + 4){
		margin-right: 30px;
	}
	.itemHome2a:nth-child(3n + 3){
		margin-right: 0;
	}
	#textHome3 h2 {
  	padding: 40px 0;
	}
	.titleHome2{
		font-size: 22px;
		line-height: 25px;
	}
	.btnMasProductos {
		font-size: 25px;
	}
	#textHome5 article h2{
	  font-size: 20px;
	  line-height: 27px;
	  letter-spacing: 0px;
	  margin-top: 25px;
	}
	#textHome5 article div{
	  font-size: 14px;
	  line-height: 24px;
	}
	#textHome6 {
		padding-bottom: 80px;
	}
	#textHome6 .row{
		margin: 0 -51px;
	}
	#textHome6 div[class*="col-"]{
		padding: 0 51px;
	}
	.contentHome6{
		font-size: 15px;
		line-height: 23px;
	}
	.titleMision {
		font-size: 20px;
	}
	.contentHome6 img{
		width: 200px;
	}
	#formTop{
	  padding-bottom: 60px;
	  padding-top: 60px;
	}
	#frmContacto .tit {
		font-size: 22px;
	}
	#frmContacto .subtit {
		font-size: 14px;
		line-height: 22px;
	}
	#frmContacto .form-control{
		height: 42px;
		font-size: 11px;
		padding-left: 12px;
	}
	#frmContacto .textarea{
		padding-top: 12px;
		height: 90px
	}
	#textContacto1 .container{
	  font-size: 23px;
	  line-height: 26px;
	}
	.titleCont2{
		font-size: 17px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.titleCont2 img{
		margin-right: 6px;
	}
	.contContacto2 .tel a{
		font-size: 15px;
		line-height: 24px;
	}
	.textProd1 .contentProd1 {
  	height: 100px;
	}
	.textProd1 img{
		max-width: 280px;
		max-height: 90px;
	}
	.contentProd2 {
	  height: auto;
	  display: flex;
	  flex-wrap: wrap;
	  padding-top: 60px;
	  padding-bottom: 60px;
	}
	.itemProd2a {
  	width: 100%;
  	padding-right: 0px;
  	order: 2;
	}
	.itemProd2b {
  	width: 100%;
  	order: 1;
	}
	.imgProd1{
  	margin-top: 30px;
  	margin-right: auto;
  	margin-left: auto;
  	width: 300px;
	}
	.titleProd2 {
		font-size: 24px;
		justify-content: center;
		text-align: center;
	}
	.cntProd2 {
		height: auto;
		padding: 30px 0;
	}
	.itemProd3a {
  	width: 100%;
	}
	.itemProd3b{
		width: 100%;
	}
	.imgProd2a {
	  max-width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	}
	.imgProd2{
	  margin-top: 30px;
	  margin-right: auto;
	  margin-left: auto;
	  width: 300px;
	}
	.titleProd6 {
  	font-size: 17px;
	}
	.btnProd2 {
  	width: 290px;
  	font-size: 17px;
	}
	.contentProdAd1 strong {
  	font-size: 34px;
  	padding-right: 60px;
	}
	.itemProdAd2a {
	  width: 100%;
	  margin-right: 0px;
	  height: 250px;
	  margin-bottom: 20px;
	}
	.itemProdAd2b {
  	height: 250px;
  	width: 100%;
	}
	.titleProdAd3 {
		line-height: 30px;
		text-align: left;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
		display: block;
		margin-bottom: 55px;
	}
	.titleProdAd3::before {
		right: -90px;
	}
	.contentProdAd3 {
		justify-content: center;
	}
	#textProdAd3 {
		padding-bottom: 30px;
	}
	.itemPrdoAdd3 {
		width: calc(50% - 10px);
  	margin-right: 20px;
  	margin-bottom: 20px;
	}
	.itemPrdoAdd3:nth-child(2){
		margin-right: 0px;
	}
	.itemPrdoAdd3 img {
		margin-right: auto;
		margin-left: auto;
	}
	.itemPrdoAdd3 figure div {
		font-size: 14px;
		height: 70px;
	}
	#textProdAd4 {
		height: auto;
		padding: 55px 15px;
		padding-bottom: 35px;
	}
	.itemProdAd4{
		width: 300px;
		margin-right: 15px !important;
		margin-right: 15px !important;
		margin-bottom: 20px;
	}
	#icoWa{
		bottom: 115px;
		width: 280px;
		right: 10px;
	  height: 159px;
	  border-radius: 10px;
	}
	.titleWhats{
	  height: 45px;
	  font-size: 18px;
	  padding-left: 15px;
	  border-top-left-radius: 10px;
	  border-top-right-radius: 10px;
	}
	.cntWhats{
		font-size: 14px;
		line-height: 22px;
		padding-top: 15px;
		padding-bottom: 10px;
		padding-left: 21px;
		padding-right: 15px;
	}
	.textoWhats{
		height: 40px;
		border-radius: 20px;
		padding: 5px 15px;
	}
	#icoWa a{
		width: 130px;
		height: 35px;
		border-radius: 20px;
		font-size: 15px;
		margin-top: 14px;
	}
	#icoWa a img{
		margin-left: 5px;
	}
}
@media(max-width:680px){
	.itemHome4{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 40px;
	}
	.itemHome4:nth-child(3n + 3){
		margin-right: 0px;
	}
	#textHome5 div[class*="col-"]{
		width: 50%;
	}
	#textHome5 div[class*="col-"]:last-child{
		margin-left: 25%;
	}
	#textHome5 article h2,#textHome5 article div{
		text-align: center;
	}
	.itemContacto2-1{
		margin-right: 60px;
	}
	.itemContacto2-2{
		margin-right: 60px;
	}
	#textProdAd1{
		background: #00518e;
	}
	.contentProdAd1{
		flex-wrap: wrap;
		height: auto;
		padding: 20px 0;
		line-height: 40px;
		text-align: center;
		font-size: 30px;
	}
	.contentProdAd1 div{
		width: 100%;
	}
	.contentProdAd1 strong{
		font-size: 30px;
		padding-right: 0px;
		display: block;
	}
}
@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;
	}
	#textHome6 {
  	padding: 70px 0;
	}
	#textHome6 .row{
		margin: 0 -15px;
	}
	#textHome6 div[class*="col-"]{
		padding: 0 15px;
		width: 100%;
	}
	#textHome6 div[class*="col-"]:first-child::before{
		width: 0;
		height: 0;
	}
	#textHome6 div[class*="col-"]:last-child{
		margin-top: 50px;
	}
	.itemContacto2-3{
		display: none;
	}
	.itemContacto2-2 {
		margin-right: 0;
	}
}
@media(max-width:540px){
	.itemHome2a{
		width: calc(33.333% - 10px);
		margin-right: 15px;
		margin-bottom: 20px;
	}
	.itemHome2a:nth-child(4n + 4){
		margin-right: 15px;
	}
	#textHome2{
		padding-bottom: 20px;
	}
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}	
	.titleHome1 h1 {
  	font-size: 18px;
	}
	.titleHome1 {
		height: 75px;
	}
	.itemHome2{
	  font-size: 16px;
	  line-height: 28px;
	}
	.titleHome2{
		font-size: 18px;
		line-height: 25px;
	}
	#textHome4 .container{
		padding: 0;
	}
	.contentProdAd1{
		line-height: 30px;
		padding: 20px 0;
		font-size: 22px;
	}
	.contentProdAd1 strong{
		font-size: 20px;
	}
	.itemProdAd2b {
  	height: auto;
  	padding: 30px 20px;
	}
}

@media(max-width:480px){
	#footer .tfooter{
		flex-wrap: wrap;
	}
	#footer .tfooter em{
		display: block;
		height: 5px;
		opacity: 0;
		width: 100%;
	}
	.itemHome1 img {
		width: auto;
		max-width: 100%;
	}
	.btnMasProductos {
  	font-size: 20px;
	}
	#textHome5 div[class*="col-"]{
		width: 100%;
	}
	#textHome5 div[class*="col-"]:last-child{
		margin-left: 0;
	}
	#textHome5 {
		padding-top: 61px;
		padding-bottom: 21px;
	}
	#textContacto1 .container{
	  font-size: 18px;
	  line-height: 26px;
	}
}
@media(max-width:420px){
	.contenDarkTop .itemDarkTop1 {
  	margin-right: 0;
  	width: 100%;
  	text-align: center;
  	padding-bottom: 10px;
	}
	.contenDarkTop{
		height: auto;
		flex-wrap: wrap;
		padding: 10px 0;
	}
	#sliderTop{
		margin-top: 79.5px;
	}
	.itemHome2 br{
		display: none;
	}
	.itemHome2a{
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.itemHome2a:nth-child(4n + 4){
		margin-right: 20px;
	}
	.itemHome2a:nth-child(3n + 3){
		margin-right: 20px;
	}
	.itemHome2a:nth-child(2n + 2){
		margin-right: 0;
	}
	#textHome3 h2 {
  	padding: 25px 0;
	}
	.itemHome4 figure div{
		padding-bottom: 15px;
	}
	.itemContacto2-1,.itemContacto2-2{
		margin-right: 30px;
		margin-left: 30px;
		text-align: center;
	}
	.titleCont2 {
		justify-content: center;
	}
	.itemContacto2-2{
		margin-top: 45px;
	}
	.itemProdAd2a {
		background-position-x: -160px;
	}
}
@media(max-width:365px){
}