.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:#ff3030;
  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 #00278e;
   }

.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: #00278e;
  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: 8px; 
	margin: auto; 
	left: auto; 
	display: block; 
	position: relative; 
	width: 180px;
}
.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{
		display: block;
	}
  .contentSliderTop{
    padding-top: 50px;
  }
  .contentSliderTop .caption{
    font-size: 30px;
    line-height: 40px;
  }
  .contentSliderTop .caption strong{
    font-size: 34px;
  }
  #menu li:nth-child(3){
    padding-left: 360px;
  }
  #logo{
    width: 300px;
    top: 42px;
    left: calc(50% - 150px);
  }
  #logo:before{
    top: 44px;
    left: calc(50% - 200px);
    width: 400px;
    height:64px;
  }
  #menu li{
    padding: 0 42.5px;
  }
  #menu li a{
    font-size: 18px;
  }
  .contentSliderTop .titleCaption1{
    font-size: 25px;
    line-height: 45px;
  }
  .contentSliderTop .titleCaption2{
    font-size: 40px;
    line-height: 50px;
    margin-top: 0px;
    padding: 10px 7px;
  }
  .titleHome1{
    font-size: 24px;
    line-height: 1.2;
    padding-left: 15px;
    margin-bottom: 65px;
  }
  .titleHome1 strong{
    font-size: 30px;
  }
  .home1{
    font-size: 17px;
    line-height: 32px;
    padding-right: 44px;
  }
  .titleHome1::before{
    top: calc(50% - 19.5px);
    height: 39px;
  }
  .contentHome2 figure{
    margin-right: 20px;
  }
  .itemDat2 .tit{
    font-size: 24px;
  }
  .itemDat1{
    width: 331px;
    height: 292px;
    padding: 0 15px;
    border-top:solid 23px #F90000;
    border-bottom: solid 23px #F90000;
  }
  .itemDat2{
    width: calc(100% - 331px);
    padding-left: 44px;
  }
  .titleProducto1{
    width: 200px;
    height: 77px;
    font-size: 25px;
  }
  .categorias{
    width: calc(100% - 200px);
    height: 77px;
    margin-bottom: 0px;
  }
  .categorias ul li{
    margin-right: 22px;
  }
  .categorias a{
    font-size: 16px;
  }
  .categorias a img{
    width: auto;
    margin-right: 5px;
  }
  .categorias a img.silla{
    width: auto;
  }
  .itemCont2{
    margin-left: 121px;
    margin-right: 121px;
  }
}
@media(min-width:1200px){
  .contentSliderTop .titleCaption1{
    font-size: 30px;
    line-height: 45px;
  }
  .contentSliderTop .titleCaption2{
    font-size: 50px;
    line-height: 50px;
    margin-top: 10px;
    padding: 12px 7px;
  }
  #menu li:nth-child(3){
    padding-left: 520px;
  }
  #logo{
    width: 433px;
    top: 42px;
    left: calc(50% - 216.5px);
  }
  #logo:before{
    top: 44px;
    left: calc(50% - 252.5px);
    width: 505px;
    height:79px;
  }
  .titleHome1{
    font-size: 30px;
    line-height: 1.2;
    padding-left: 15px;
    margin-bottom: 65px;
  }
  .titleHome1 strong{
    font-size: 45px;
  }
  .contentHome2 figure{
    margin-right: 57px;
  }
  .contentHome4{
    height: 471px;
    font-size: 40px;
  }
  .titleProducto1{
    width: 294px;
    height: 77px;
    font-size: 35px;
  }
  .categorias{
    width: calc(100% - 294px);
    height: 77px;
    margin-bottom: 0px;
  }
}
@media(min-width:1450px){
  #icoWa{
    width: 303px;
    height: 92px;
    bottom: 46px;
    right: 53px;
  }
  .contentSliderTop .titleCaption1{
    font-size: 48px;
    line-height: 69px;
  }
  .contentSliderTop .titleCaption2{
    font-size: 74px;
    line-height: 69px;
    margin-top: 11px;
  }
  .itemHome1b img{
    margin-left: 84px;
    max-width: 550px;
  }
}
@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 #logo,#header #menu{
		display: none
	}
  #header #topMenu{
    height: auto;
  }
	#header{
		margin-top: 56px;
		height: auto;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 40px;
	}
  .contentDarkTop {
    height: 45px;
  }
	#sliderTop .slides li {
    	height: 350px;
	}
  .contentSliderTop{
    padding-top: 0px;
  }
  .contentSliderTop .titleCaption1{
    font-size: 17px;
    line-height: 30px;
    padding: 4px 19px 4px 0;
  }
  .contentSliderTop .titleCaption2{
    font-size: 24px;
    line-height: 30px;
    margin-top: 5px;
  }
  .flex-control-paging li a{
    width: 12px;
    height: 12px;
  }
	a.toTop {
		left: auto;
		right: 21px;
	}
  #icoWa{
    background: url(../images/icoWa2.png) 0 0 no-repeat;
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 120px;
  }
	#redes{
		display: flex;
		width: 100%;
		height: 36px;
		position: fixed;
		bottom: 0;
		top: auto;
		left: 0;
		background:#ffffff;
		z-index: 7;
    margin-left: 0px;
	}
	#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 img{
    display: none;
  }
	#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;
    width: 50%;
    height: 100%;
	}
	#redes a .fa{
		display: block;
	}
  .contentHome1 {
    padding: 70px 0;
    flex-wrap: wrap;
  }
  .home1 {
    padding-right: 0px;
  }
  .itemHome1a {
    width: 100%;
    margin-bottom: 35px;
  }
  .itemHome1b {
    width: 100%;
  }
  .itemHome1b img{
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
  }
  .titleHome1 {
    margin-left: 20px;
  }
  .contentHome3{
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .itemHome3a img {
    max-width: 360px;
    margin-left: -28px;
    margin-right: 0;
  }
  .itemHome3b::before {
    content: '';
    position: absolute;
    width: 1200px;
    left: -100px;
    height: 300px;
    top: calc(50% - 150px);
    background: #002EAD;
  }
  .titleHome3{
    font-size: 18px;
    line-height: 30px;
  }
  .titleHome3 img {
    margin-right: 10px;
    width: 35px;
  }
  #textHome4{
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .contentHome4 {
    height: 340px;
    font-size: 20px;
    line-height: 1.1;
    padding-top: 68px;
    text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.55);
  }
  .bx-wrapper .bx-prev {
    left: 0px;
    margin-left: 0px;
    background: url(../images/inicio/prev.png?v1) center no-repeat;
  }
  .bx-wrapper .bx-next {
    right: 0px;
    left: auto;
    margin-left: 0px;
    background: url(../images/inicio/next.png?v1) center no-repeat;
  }
  .contentDatFoot{
    flex-wrap: wrap;
  }
  .itemDat1 {
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
    height: 135px;
  }
  .itemDat1 img{
    margin-left: auto;
    margin-right: auto;
  }
  .itemDat2{
    width: 100%;
    padding-left: 0px;
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .itemDat1::after{
    content: '';
    position: absolute;
    top: -23px;
    right: -700px;
    width: 700px;
    height: calc(100% + 46px);
    background: #fff;
    border-top:solid 23px #F90000;
    border-bottom: solid 23px #F90000;
  } 
  #textSomos1 .tit {
    font-size: 24px;
  }
  .contentSomos2{
    height: auto;
    padding-left: 0;
    padding-top: 50px;
    padding-bottom: 300px;
  }
  .contentSomos2::before{
    content: '';
    position: absolute;
    width: calc(100% + 30px);
    height: 250px;
    top: auto;
    bottom: 0;
    right: -15px;
  }
  .contentSomos2::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 18px;
    bottom: -18px;
    right: 0;
    background: url('../images/somos/shadow.png') center top no-repeat;
    background-size: contain;
  }
  .somos2{
    width: 100%;
    border: 0;
    border-right: 0px;
    background: #00185A; 
    padding-left: 30px;
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
    text-align: left;
    padding-right: 30px;
  }
  .somos2::before{
    width: 0;
    height: 0;
  }
  .titleSomos2{
    font-size: 30px;
  }
  #textSomos3 .contentSomos2{
    padding-left: 0px;
    padding-right: 0;
  }
  #textSomos3 .contentSomos2::before{
    right: auto;
    left: -15px;
  }
  #textSomos3 .contentSomos2::after{
    right: auto;
    left: 0;
  }
  #textSomos3 .somos2::before{
    width: 0;
    height: 0;
  }
  #textSomos3 .somos2{
    border: 0;
    border-left: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .contentProds2{
    flex-wrap: wrap;
  }
  .titleProducto1::before{
    left: -500px;
    width: 500px;
    background: #F90001;
    height: 100%;
    top: 0;
  }
  .titleProducto1::after{
    content: '';
    position: absolute;
    top: 0;
    right: -500px;
    width: 500px;
    height: 100%;
    background: #F90001;
  }
  .titleProducto1{
    width: 100%;
    background: #F90001;
    text-align: center;
    justify-content: center;
    height: 50px;
  }
  .categorias{
    width: 100%;
    justify-content: center;
  }
  .categorias::after{
    content: '';
    position: absolute;
    top: 0;
    left: -700px;
    width: 700px;
    height: 100%;
    background: #fff;
  }
  .titleCont1 {
    margin-top: 30px;
    font-size: 22px;
    padding: 30px 15px;
  }
  .contentCont2 .tit {
    font-size: 16px;
  }
  .linkCont2{
    font-size: 14px;
  }
}
@media(max-width:680px){
  #textHome2{
    padding: 50px 15px 40px 15px;
  }
  .contentHome2 {
    flex-wrap: wrap;
  }
  .contentHome2 figure{
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 10px;
  }
  .contentHome2 figure:nth-child(2),
  .contentHome2 figure:last-child{
    margin-right: 0;
  }
  .itemHome5 {
    width: 100%;
  }
  #footer .tfooter,
  #footer #powered{float:none; text-align:center;justify-content: center;}
  #footer .tfooter{
    margin-bottom:10px;
  }
  #footer .tfooter span{display:block; text-align:center; line-height:18px}
  .ul1Somos4{
    padding-left: 0px;
    width: 100%;
  }
  .ul2Somos4{
    padding-left: 0px;
    width: 100%;
  }
  .ulSomos4{
    flex-wrap: wrap;
  }
}
@media(max-width:640px){
  #textProducto1 div[class*="col-"]{
    width: 100%;
  }
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}
}
@media(max-width:580px){
  .categorias{
    display: block;
    height: auto;
    padding: 10px;
  }
  .tituloCatPrin{
    display: block;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 30px;
    color: #2d2d2d;
    letter-spacing: 0px;
    text-align: center;
    cursor: pointer;
  }
  .categorias a{
    display: flex;
    height: 55px;
  }
  .categorias ul{
    display: none;
    margin-top: 15px;
  }
   .categorias.open ul{
    display: block;
   }
  .categorias ul li::before{
    width: 0;
    height: 0;
  }
  .categorias ul li{
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .categorias ul li:last-child{
    margin-bottom: 0px;
  }
  .itemHome1b img{
    max-width: 100%;
  }
  .contentCont2{
    padding-top: 100px;
    padding-bottom: 120px;
    flex-wrap: wrap;
  }
  .itemCont2 {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .itemCont1,.itemCont3{
    width: 100%;
  }
}
@media(max-width: 540px){
  .bx-wrapper .bx-prev {
    left: 0px;
  }
  .bx-wrapper .bx-next {
    right: 0px;
  }
  .titleRecionados1 {
    font-size: 22px;
  }
  .itemDat2{
    flex-wrap: wrap;
  }
  .itemDat3,.itemDat4{
    margin-bottom: 35px;
  }
  .itemDat3,.itemDat4,.itemDat5{
    width: 100%;
  }
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
  #formTop{
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .itemDat2{
    margin-left: 50px;
  }
  .contRelacionadosNew{
    padding: 30px 15px;
  }
}

@media(max-width:480px){
  .contentHome4 strong::before{
    bottom: -3px;
    height: 2px;
  }
  .contentHome4{
    font-size: 20px;
    line-height: 1.4;
  }
  .itemHome5{
    padding: 0 15px;
  }
  #footer .tfooter{
		flex-wrap: wrap;
	}
	#footer .tfooter em{
		display: block;
		height: 5px;
		opacity: 0;
		width: 100%;
	}
}
@media(max-width:420px){
  .linkDarkTop img {
    margin-right: 4px;
    width: 17px;
  }
  .linkDarkTop{
    font-size: 13px;
  }
  .contentSliderTop .titleCaption1{
    font-size: 14px;
    line-height: 30px;
    padding: 4px 6px 4px 0;
  }
  .contentSliderTop .titleCaption2{
    font-size: 20px;
    line-height: 30px;
    margin-top: 5px;
  }
  .titleHome1 {
    font-size: 18px;
  }
  .titleHome1 strong {
    font-size: 20px;
    display: block;
  }
  .itemHome3a{
    width: 40%;
  }
  .itemHome3b{
    width: 60%;
  }
  .itemHome3b::before {
    left: -30px;
  }
}
@media(max-width:365px){
  .contentProducto2 figure .titleProd {
    width: calc(100% - 20px);
    font-size: 16px;
  }
  .contentProducto2 figure{
    height: 380px;
  }
  .linkDarkTop{
    font-size: 12px;
  }
}