.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: #FA4C04;
  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 a.active {background: #033a7e; text-decoration: none}
    .rd-mobilemenu_ul a:hover { background: #033a7e; 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: #FA4C04;
  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;
  -webkit-transition: background .3s 0s ease;
  -moz-transition: background .3s 0s ease;
  -ms-transition: background .3s 0s ease;
  -o-transition: background .3s 0s ease;
}

.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: 45px;
}
.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;
	}
	#sliderTop .flex-direction-nav .flex-prev {
		margin-left: 374px;
	}
	#sliderTop .flex-direction-nav .flex-next {
		margin-left: 425px;
	}
  .titleCaption1{
    font-size: 35px;
  }
  .titleCaption2{
    font-size: 20px;
    padding: 10px 5px;
    margin-top: 5px;
  }
  #logo{
    width: 190px;
    height: 200px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    top: -37px;
    left: calc(50% - 95px);
    padding: 10px 20px;
  }
  #menu li{
    padding: 0 47px
  }
  #menu li:last-child{
    padding-left: 250px;
  }
  .linkDark img{
    margin-right: 10px;
  }
  .contentDarkTop .itemDark{
    margin-right: 70px;
  }
  .itemDat1{
    height: 257px;
    width: 285px;
    padding-left: 47px;
  }
  .itemDat2{
    width: calc(100% - 285px);
  }
  .titleHome1{
    font-size: 25px;
  }
  .itemHome1a{
    width: calc(50% + 78px);
  }
  .itemHome1b{
    width: calc(50% - 78px);
    padding-left: 30px;
  }
  .imgHome1{
    max-width: 581px;
    margin: 0;
  }
  .textoHome1{
    padding-right: 92px;
  }
  .titleHome3{
    font-size: 20px;
    left: 0;
    bottom: 40px;
    padding: 15px 10px;
  }
  .itemCont figure{
    padding-right: 15px;
    width: 100px;
  }
  .itemCont .tit{
    font-size: 24px;
    line-height: 30px;
    padding-top: 28px;
    margin-bottom: 17px;
    padding-bottom: 10px;
    border-bottom:solid 3px #FA4C04;
    padding-right: 25px;
  }
  .itemCont a{
    font-size: 17px;
    line-height: 30px;
  }
  .contentServ1{
    max-width: 800px;
  }
  .itemServ1-5{
    margin-right: 173px;
  }
  .contentServ3{
    max-width: 800px;
  }
  .contentServ3 .itemServ1{
    width: 333px;
    margin-right: 30px;
  }
}
@media(min-width: 1200px){
  .titleCaption1{
    font-size: 50px;
  }
  .titleCaption2{
    font-size: 28px;
    padding: 10px 5px;
    margin-top: 5px;
  }
  #logo{
    width: 280px;
    height: 227px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    top: -37px;
    left: calc(50% - 140px);
    padding: 10px 20px;
  }
  #menu li:last-child{
    padding-left: 470px;
  }
  .itemHome1b{
    padding-left: 30px;
  }
  .titleHome1{
    font-size: 29px;
  }
  .itemHome3{
    width: calc(33.333% - 33.333px);
    margin-right: 50px;
  }
  .titleHome3{
    font-size: 24px;
    left: 0;
    bottom: 90px;
    padding: 22.5px 10px;
  }
  .itemCont figure{
    width: auto;
  }
  .contentServ3{
    justify-content: center;
    max-width: 1284px;
  }
  .contentServ3 .itemServ1{
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
  .contentServ3 .itemServ1:nth-child(2n +2){
    margin-right: 30px;
  }
  .contentServ3 .itemServ1:nth-child(3n +3){
    margin-right: 0px;
  }
}
@media(min-width: 1450px){
  .titleCaption1{
    font-size: 71px;
  }
  .titleCaption2{
    font-size: 37px;
    padding: 10px 5px;
    margin-top: 5px;
  }
  .itemHome1b{
    padding-left: 107px;
  }
  .contentServ1{
    max-width: 1550px;
  }
  .contentServ3 .itemServ1{
    width: calc(33.333% - 95px);
    margin-right: 142.5px;
  }
  .contentServ3 .itemServ1:nth-child(2n +2){
    margin-right: 142.5px;
  }
  .contentServ3 .itemServ1:nth-child(3n +3){
    margin-right: 0px;
  }
}
@media(max-width:991px){
}
@media(max-width:991px) and (min-width:768px){
}
@media(max-width:767px){
	body{
		padding: 56px 0 0;
		margin-bottom: 36px;
	}
	#header #topMenu #menu,#logo{
		display: none;
	}
  #header #topMenu{
    height: 0;
  }
	#header{
		height: auto;
    margin-top: 56px;
    background: transparent;
    padding-top: 12px;
	}
  #darkTop{
    background: #fff;
  }
  .contentDarkTop {
    height: auto;
    justify-content: center;
    padding: 10px 0;
  }
  .itemDarkTop1{
    margin-right: 15px;
  }
  .contentSlider{
    padding-top: 0;
  }
  .titleCaption1{
    font-size: 24px;
  }
  .titleCaption2{
    font-size: 17px;
    padding: 10px 5px;
    margin-top: 5px;
  }
	#formTop{
		padding: 35px 0;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
    margin-top: 0px;
	}
	#sliderTop .slides li {
    	height: 400px;
	}
	#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: 7;
	}
	#redes a{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
    	margin-left: 0;
		color:#ffffff;
		font-size: 18px;
		margin-right: 0;
	}
  #redes a img{
    display: none;
  }
	#redes a:hover,#redes a:focus{
    opacity: 0.9;
    	text-decoration: none;
    	transform: scale(1);
    	-webkit-transform: scale(1);
    	-moz-transform: scale(1);
    	-ms-transform: scale(1);
    	-o-transform: scale(1);
  }
	#redes a.red-1{
		background: #395398 !important;
	}
	#redes a.red-2{
		background: #fbad50 !important;
	}
	#redes a.red-3{
		background: #0e76a8 !important;
	}
	#redes a .fa{
		display: block;
	}
	#footer .tfooter{
    	margin-bottom:10px;
  	}
	#footer .tfooter,
	#footer #powered{
		float:none; 
		text-align:center;
		justify-content: center;
	}
	#footer .tfooter span{
		display:block; 
		text-align:center; 
		line-height:18px;
	}
	#footer .contentFooter{
		padding: 20px 0;
	}
  .flex-control-nav {
    bottom: 30px;
  }
  .contentDatFoot{
    flex-wrap: wrap;
  }
  .itemDat1,.itemDat2{
    width: 100%;
  }
  .itemDat1{
    height: 150px;
    justify-content: center;
  }
  .itemDat1 figure{
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .itemDat1::after{
    content: '';
    position: absolute;
    top: 0;
    right: -700px;
    height: 100%;
    width: 700px;
    background: #3e3e3e;
  }
  .itemDat2{
    padding: 45px 0;
    flex-wrap: wrap;
  }
  #textHome1 {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .titleHome1{
    font-size: 22px;
    margin-left: 50px;
  }
  .textoHome1{
    padding-right: 0px;
    font-size: 16px;
    line-height: 27px;
    margin-top: 29px;
  }
  .contentHome2{
    height: auto;
    padding-top: 300px;
    padding-bottom: 55px;
    padding-left: 0px;
  }
  .contentHome2::before{
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    width: calc(100% + 30px);
    height: 250px;
  }
  .bgBlanco{
    padding: 0;
  }
  .bgNaranja{
    padding: 40px 15px 40px 15px;
  }
  .bgNaranja::before{
    left: -15px;
  }
  .titleHome2{
    font-size: 18px;
    line-height: 31px;
    border: solid 3px #fff;
    margin-bottom: 30px;
  }
  .titleHome2 strong{
    font-size: 20px;
  }
  #textHome3 {
    padding-top: 0;
    flex-wrap: wrap;
  }
  .itemHome3 {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 20px;
  }
  .itemHome3:nth-child(2){
    margin-right: 0px;
  }
  .itemHome3:last-child{
    width: calc(50% - 8px);
    margin-bottom: 50px;
  }
  #textCont1{
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .cntCont1 {
    padding: 0;
  }
  .itemServ1 {
    width: 320px;
  }
  .itemServ1-5 {
    margin-right: 13px;
  }
  .contentServ3 .itemServ1{
    width: 320px;
    margin-right: 20px;
  }
}
@media(max-width: 680px){
  .contentServ1 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .contentServ1 .itemServ1 {
    margin-left: auto;
    margin-right: auto;
  }
  .itemServ1-5 {
    margin-right: 0px;
  }
  .contentServ2, .contentServ3{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .contentServ3 .itemServ1{
    margin-right: 0;
  }
}
@media(max-width:640px){	
  .cntCont1 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .itemCont {
    width: 100%;
    margin-bottom: 45px;
  }
  .itemCont:last-child{
    margin-bottom: 0;
  }
  .itemCont > div{
    width: calc(100% - 75px);
  }
  .itemCont .tit{
    padding-bottom: 5px;
  }
}
@media(max-width:580px){
}
@media(max-width:540px){
  .contentDarkTop{
    flex-wrap: wrap;
  }
  .itemDarkTop1{
    width: 100%;
    margin-right: 0;
    text-align: center;
    justify-content: center;
    padding-bottom: 5px;
  }
  .itemDat3,.itemDat4,.itemDat5{
    width: 100%;
  }
  .itemDat4{
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}
  .contentSlider{
    padding-top: 100px;
  }
  .itemHome3 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .itemHome3:last-child{
    width: 100%;
    margin-bottom: 50px;
  }
  .itemHome3 figure {
    max-width: 400px;
  }
}
@media(max-width:480px){
	#footer .tfooter, #footer #powered{
    flex-wrap: wrap;
	}
	#footer .tfooter em{
		display: block;
		width: 100%;
		height: 3px;
		opacity: 0;
	}
  .titleCaption1 {
    font-size: 20px;
  }
  .titleCaption2 {
    font-size: 14px;
  }
  .titleHome1 strong{
    display: block;
  }
  .titleHome1 {
    font-size: 18px;
  }
}
@media(max-width:420px){
  .titleCaption1 {
    font-size: 18px;
  }
  .titleCaption2 em{
    display: block;
  }
  .imgHome1{
    max-width: 290px;
  }
  .contentServ3 .itemServ1{
    width: 290px;
  }
}
@media(max-width:355px){
}