.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:#141414;
  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: #ffffff;
  border-bottom: solid 3px #00a2cd;
   }

.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: #00a2cd;
  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: 4px; 
	margin: auto; 
	left: auto; 
	display: block; 
	position: relative; 
	width: 55px;
}
.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;
	}
  .telstop{
    flex-direction: row;
    margin-right: 52px;
  }
  .telstop a.telTop1{
    margin-right: 52px;
  }
  #datFooter .contentDatFooter .itemDat1{
    margin-right: 60px;
    width: auto;
    margin-bottom: 0;
  }
  #datFooter .contentDatFooter .itemDat2{
    margin-right: 60px;
  }
  #datFooter .contentDatFooter .itemDat3{
    margin-right: 65px;
  }
  .titleHome1{
    font-size: 36px;
  }
  #textProductos2 div[class*="col-"]{
    font-size: 13px;
  }
  #textProductos2 div[class*="col-"]:nth-child(1),
  #textProductos2 div[class*="col-"]:nth-child(2),
  #textProductos2 div[class*="col-"]:nth-child(3),
  #textProductos2 div[class*="col-"]:nth-child(4){
    padding-top: 0;
    border-top: 0;
  }
  #textProductos2 div[class*="col-"]:nth-child(24){
    border-bottom: solid 1px #c7c7c7;
  }
  #textProductos2 div[class*="col-"]:nth-child(4n + 1){
    width: 22.15%;
  }
  #textProductos2 div[class*="col-"]:nth-child(4n + 2){
    width: 27%;
  }
  #textProductos2 div[class*="col-"]:nth-child(4n + 3){
    width: 27%;
    border-right: solid 1px #c7c7c7;
  }
  #textProductos2 div[class*="col-"]:nth-child(3n + 3){
    border-right: solid 1px #c7c7c7;
  }
  #textProductos2 div[class*="col-"]:nth-child(4n + 4){
    width: 23.85%;
    border-right: 0;
  }
}
@media(min-width:1200px){
  #datFooter .contentDatFooter .itemDat1{
    margin-right: 104px;
  }
  #textProductos2 div[class*="col-"]{
    font-size: 14px;
  }
  .contentHome2 {
    font-size: 24px;
  }
}
@media(min-width:1450px){
}
@media(max-width:991px){
  .contSlider .container .caption{
    font-size: 28px;
    line-height: 40px;
  }
  .contSlider .container .caption div:first-child{
    font-size: 30px;
  }
}

@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 #menu,#header #darkTop #logo{
		display: none
	}
  #header #topMenu{
    height: auto;
  }
	#header{
		margin-top: 56px;
		height: auto;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 98px;
	}
	#sliderTop .slides li {
    	height: 280px;
	}
  .flex-control-nav {
    display: none;
  }
  .contSlider .container .caption{
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 20px 15px;
    padding-right: 15px;
    font-size: 22px;
    line-height: 30px;
  }
  .contSlider .container .caption div:first-child{
    font-size: 24px;
  }
	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: 33.333%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		color:#ffffff;
		font-size: 18px;
		margin-right: 0;
    border-radius: 0;
	}
	#redes a:hover,#redes a:focus{
		text-decoration: none;
    transform: scale(1);
	}
	#redes .fb{
		background: #395398 !important;
	}
	#redes .tr{
		background: #42bded !important; 
	}
	#redes .in{
		background: #AB7F5C !important;
	}
	#redes a .fa{
		display: block;
	}
  #icoWa{
    background: url(../images/icoWhat2.png) 0 0 no-repeat;
    width: 50px;
    height: 50px;
    background-size: contain;
    right: 15px !important;
    bottom: 120px !important;
  }
  .telstop{
    margin-right: 50px;
  }
  .contentDarkTop{
    padding-right: 0;
    justify-content: center;
  }
  .titleNos1 {
    font-size: 28px;
  }
  #datFooter .contentDatFooter{
    justify-content: flex-start;
  }
  #datFooter .contentDatFooter .itemDat2{
    margin-right:20px;
    width: calc(50% - 10px);
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  #datFooter .contentDatFooter .itemDat3{
    margin-bottom: 30px;
  }
  #datFooter .contentDatFooter .itemDat3,
  #datFooter .contentDatFooter .itemDat4{
    margin-right: 0px;
    width: calc(50% - 10px);
    justify-content: flex-start;
  }
  #textHome1 div[class*="col-"]:first-child{
    width: 100%;
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding-right: 15px;
  }
  #textHome1 div[class*="col-"]:last-child{
    width: 100%;
    padding-left: 15px;
    text-align: center;
  }
  #textHome1 div[class*="col-"]:last-child img{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    width: 290px;
  }
  .contentHome2 {
    font-size: 20px;
    line-height: 30px;
  }
  .titleHome3 {
    font-size: 30px;
  }
  #textHome4{
    background-position: right center;
  }
  .contentHome4{
    height: auto;
    padding: 80px 0;
    justify-content: center;
    padding-left: 0;
    text-align: left;
  }
  .titleProducto1 {
    font-size: 24px;
  }
  #textProductos2 div[class*="col-"]{
    font-size: 12px;
  }
}
@media(max-width:680px){
  #textProductos2 div[class*="col-"]{
    width: 50%;
  }
  #textProductos2 div[class*="col-"]:nth-child(3){
    padding-top: 25px;
    border-top: solid 1px #c7c7c7;
  }
  #textProductos2 div[class*="col-"]:nth-child(3n + 3){
    border-right: solid 1px #c7c7c7;
  }
  #textProductos2 div[class*="col-"]:nth-child(2n + 2){
    border-right: 0;
  }
  #textProductos2 div[class*="col-"]:nth-child(26){
    border-bottom: solid 1px #c7c7c7;
  }
  
  
    #videosHome .row{
        margin: 0 -10px;
    }
    #videosHome .item{
        padding: 0 10px 50px;
    }
    #videosHome article figure::before {
        background-size: 50px;
    }
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}	
  #textHome3 div[class*="col-"]:nth-child(1),
  #textHome3 div[class*="col-"]:nth-child(2),
  #textHome3 div[class*="col-"]:nth-child(3){
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  #textHome3 div[class*="col-"] img{
    max-width: 100%;
    margin: auto;
    width: 290px;
  }
}
@media(max-width:580px){
  .telstop{
    margin-right: 30px;
  }
  #datFooter .contentDatFooter .itemDat2{
    margin-right:0px;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  #datFooter .contentDatFooter .itemDat3,
  #datFooter .contentDatFooter .itemDat4{
    margin-right: 0px;
    width: 100%;
    justify-content: flex-start;
  }
  .imgborder{
    width: 30px;
    height: auto;
  }
  #datFooter .contentDatFooter .itemDat1, 
  #datFooter .contentDatFooter .itemDat2, 
  #datFooter .contentDatFooter .itemDat3, 
  #datFooter .contentDatFooter .itemDat4{
    height: auto;
  }
}
@media(max-width: 540px){
  .titleHome1{
    font-size: 26px;
  }
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}	
  .telstop{
    margin-right: 0px;
    width: 100%;
    margin-bottom: 10px;
  }
  .cntDarkTop{
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .contentHome2 {
    font-size: 18px;
    line-height: 25px;
  }
}

@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
  .titleNos1,.titleHome3{
    font-size: 22px;
  }
  #textProductos2 div[class*="col-"]{
    font-size: 11px;
  }
  #videosHome .item{
    width:100%;
  }
}

@media(max-width:420px){
  .contSlider .container .caption{
    font-size: 20px;
    line-height: 24px;
  }
  .contSlider .container .caption div:first-child{
    font-size: 20px;
  }
  .titleHome1{
    font-size: 20px;
  }
  .contentHome4 .titleHome4{
    font-size: 15px;
    padding: 20px 10px;
    margin-bottom: 34px;
    text-align: center;
  }
  .contentHome4{
    font-size: 15px;
  }
  .titleProducto1 {
    font-size: 22px;
  }
  #textProductos2 div[class*="col-"]{
    width: 100%;
    border: 0 !important;
  }
  #textProductos2 div[class*="col-"]:nth-child(2){
    padding-top: 25px;
    border-top:0;
  }
  #textProductos2 div[class*="col-"]:nth-child(3n + 3){
    border-right: 0;
  }
  #textProductos2 div[class*="col-"]:nth-child(2n + 2){
    border-right: 0;
  }
  #textProductos2 div[class*="col-"]:nth-child(26){
    border-bottom: 0;
  }
}
@media(max-width:365px){
  .contentHome4 .titleHome4{
    font-size: 14.5px;
  }
}