/*==================   RD Mobile Menu    =====================*/

.rd-mobilemenu {

  display: none;

  position: fixed;

  top: 0;

  left: 0;

  bottom: 0;

  z-index: 9;

  text-align: left;

  -moz-transition: 0.3s all ease;

  -o-transition: 0.3s all ease;

  -webkit-transition: 0.3s all ease;

	font-family: 'Open Sans', sans-serif !important;

  transition: 0.3s all ease;

}

.rd-mobilemenu.active {

  right: 0;

}



.rd-mobilemenu_ul {
  position: fixed;
  top: -66px;
  left: 0;
  bottom: -35px;
  width: 240px;
  padding: 132px 0 76px;
  color: #fff;
  background: #01004a;
  font-size: 17px;
  font-family: 'Oswald', sans-serif;
  line-height: 20px;
	font-weight: 600 !important;
  padding-left:0 !important;
  overflow: auto;
  -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: 10px 25px 12px; color:inherit; font-weight:600; text-decoration: none !important}

.rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}

.rd-mobilemenu_ul a.active {background: #f0f0f0; color:#434343; }

.rd-mobilemenu_ul a:hover { background: #f0f0f0; color:#434343;}

.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: auto;

  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: #d6d6d6;*/

}



.rd-mobilepanel_title {

  position: absolute;

  padding-top:0;

  margin-top:0;

  text-align:center;

  left: 78px;

  right: 56px;

  color: #000;

  font-size: 24px;

  text-overflow: ellipsis;

  white-space: nowrap; }



.rd-mobilepanel_toggle {
  position: absolute;
  border:none;
  background:rgba(0,0,0,0.7);
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
  margin-bottom: 0 !important;
}

.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);

}

.rd-mobilepanel_title{padding: 8px 0 0 !important;height: 56px !important;}

.rd-mobilepanel_title #logo img{

	max-width: 140px;

	display: block;

	height: auto;

	position: relative;

	top: -2px;

}



@media (max-width: 767px) {
  /*body {
    padding-top: 56px }
	/*#menu{display: none;}*/
  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  } 
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  } 
}

@media(max-width: 1400px){
  #quien5{
    padding-bottom: 25px
  }
  #quien5 .col{
    width: 100%;
    flex-basis: 100%;
  }
  #quien5 .col div {
    max-width: initial;
    padding-top: 35px;
    padding-bottom: 35px
  }
  #quien5 figure {
    width: 100%;
    max-width: 960px;
    margin: auto;
  }
  #quien5 .text {
    position: static;
    left: auto;
    width: 100%;
    top: auto;
    transform: none;
  }
}

@media(max-width: 1240px){
  #sliderTop .flexslider .caption .text{
    font-size: 30px;
  }
}
@media(min-width: 1100px){
  
}
@media(min-width: 1200px){
  .container{
    width: 1130px;
    max-width: 1130px;
    margin: auto;
    padding: 0 15px;
  }
  
}

@media(max-width: 1199px){
  #sectionServicios #talento .container strong{
    display: block;
    text-align: center;
    padding-bottom: 20px
  }
  #sectionServicios .beneficios .container{
    text-align: center;
  }
  #sectionServicios .beneficios .container span{
    font-size: 16px;
  }
  #sectionServicios .beneficios .container span:before {
    line-height: 13px;
  }
  #quien3 .text .col{
    width: 40%;
    flex-basis: 40%;
  }
  #quien3 .text .col:nth-of-type(1){
    width: 60%;
    flex-basis: 60%;
  }
}

@media(max-width: 1099px){
  .custom-navigation{
    margin-right: -40px;
  }
  #porque3 .img {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    padding-left: 15px;
    padding-right: 15px;
    max-width: initial;
    width: initial;
  }
  #porque3 .text {
    width: initial;
    padding-right: 0;
    padding-bottom: 30px;
  }
}

@media(max-width: 991px){
  body{
    padding-bottom: 30px
  }
  
  
  #menuFooter .redes a{ 
    width: 25%;
  }
  
  #topSocial{
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #topSocial a{
    float: left;
    width: 25%;
    margin: 0;
    color: #FFF;
  }
  #topSocial a.fa-facebook{ 
    background: #2d63b4;
  }
  #topSocial a.fa-youtube{ 
    background: #f00;
  }
  #topSocial a.fa-twitter{ 
    background: #00acee;
  }
  #topSocial a.fa-instagram{ 
    background: #fcaf45;
  }
  #topSocial a.fa-linkedin{ 
    background: #000;
  }
  #topSocial a:hover{
    background: #fff !important
  }
  #topSocial a.fa-facebook:hover{ 
    color: #2d63b4;
  }
  #topSocial a.fa-youtube:hover{ 
    color: #f00;
  }
  #topSocial a.fa-whatsapp:hover{ 
    color: #1abc0f;
  }
  #datFooter .colF3{
    display: none
  }
  #datFooter .colF1 {
    position: static;
    left: 0;
    top: 0;
  }
  #datFooter .colDatF:nth-of-type(2) {
    width: 40%;
  }
  #datFooter .colDatF:nth-of-type(1) {
    width: 60%;
  }
  #datFooter .colF2 {
    padding-top: 20px;
    max-width: initial;
    margin: 0;
  }
  #datFooter:before {
    width: 40%;
  }
  #icoWa{
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background-position: 0 0;
    background-size: auto 100%;
  }
  #sliderTop .flexslider .caption .text {
    font-size: 25px;
  }
  #home1 .desktop {
    max-width: 300px;
  }
  #home1 .text {
    padding: 60px 0;
    max-width: 364px;
  }
  #areaServicios .col{
    width: 50%;
    flex-basis: 50%;
  }
  #sectionServicios #outsourcing2 .img {
    width: 41.5%;
  }
  #sectionServicios #talento .img{
    max-width: 53%
  }

  #quien3{
    background-size: cover;
  }
  #quien2 .text,
  #quien3 .text,
  #quien5 .text {
    position: static;
    left: auto;
    width: 100%;
    top: auto;
    transform: none;
    padding: 35px 0
  }
  #quien2 .col,
  #quien3 .col,
  #quien5 .col{
    width: 100%;
    flex-basis: 100%;
  }
  #quien2 .col div,
  #quien3 .col div,
  #quien5 .col div {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    max-width: initial;
  }
  #quien2 figure, 
  #quien3 figure, 
  #quien5 figure{
    max-width: 960px;
    width: calc(100% - 30px);
    margin: 15px auto;
    float: none;
  }
  #quien4 .col{
    width: 50%;
    flex-basis: 50%;
    padding-bottom: 25px;
  }
  #quien4 .col article{
    max-width: 247px;
    margin: auto;
  }
  #porque1 .tit {
    font-size: 38px;
  }
  #porque4 {
    font-size: 25px;
  }
}

@media(min-width: 768px){
  #sectionServicios #outsourcing2 .img img,
  #sectionServicios #talento .img img,
  #sectionServicios #talento .img2 img{
    display: none;
  }
}
@media(max-width: 767px){
  body{
    padding: 0 0 30px 0;
  }
  #header {
    z-index: 9;
  }
  #menuTop #menu{
    display: none;
  }
  .logo {
    max-width: 268px;
  }
  #logoTop {
    padding: 10px 0;
  }
  
  #datFooter {
    padding: 60px 15px 38px;
  }
  #datFooter:before {
    width: 43%;
  }
  #datFooter .colDatF:nth-of-type(1) {
    padding-left: 45px;
  }
  #footer .tfooter,
  #footer .cols{
    width: 100%;
    float: none;
    text-align: center;
  }
  #footer #powered{
    text-align: center;
    margin-top: 8px
  }
  #sliderTop .flexslider .caption .text {
    font-size: 20px;
    line-height: normal;
  }
  #sliderTop .flexslider .caption {
    position: static;
    transform: translateY(0);
  }
  #sliderTop .flexslider .container{
    padding: 0;
  }
  #sliderTop .flexslider .caption .text {
    max-width: 100%;
    background: rgba(1, 0, 74, 0.64);
  }
  .custom-navigation{
    display: none;
  }
  #home1 .desktop {
    position: static;
    top: auto;
    transform: none;
    right: auto;
    max-width: 399px;
    margin: auto;
  }
  #home1 .text {
    max-width: 100%;
  }
  #home1 .multimedia{
    margin: auto;
  }
  #sectionServicios #maquila .text {
    width: 100%;
  }
  #sectionServicios #maquila .img{
    position: static;
    transform: none;
    top: auto;
    height: 400px;
    width: calc(100% - 30px);
    margin: 15px auto 0;
  }
  #sectionServicios .titServ{
    font-size: 25px;
  }
  #sectionServicios #outsourcing .col article{
    padding-left: 10px;
    padding-right: 10px;
  }
  #sectionServicios #outsourcing .col{
    width: 50%;
    flex-basis: 50%;
  }
  #sectionServicios #outsourcing2{
    background-position: center top;
    padding-bottom: 15px
  }
  #sectionServicios #outsourcing2 .img {
    width: calc(100% - 15px);
    position: static;
    height: auto;
    margin: auto;
  }
  #sectionServicios #outsourcing2 .img img,
  #sectionServicios #talento .img img,
  #sectionServicios #talento .img2 img{
    display: block;
    width: 100%;
    height: auto;
  }
  #sectionServicios #outsourcing2 .text {
    display: block;
    padding: 60px 0;
  }
  #sectionServicios #talento .text {
    max-width: 100%;
    width: 100%;
    padding: 50px 0 10px;
  }
  #sectionServicios #talento .img,
  #sectionServicios #talento .img2{
    position: static;
  }
  #sectionServicios #talento .cnt .tit3 {
    font-size: 25px;
  }
  #sectionServicios #talento .cnt2 .text {
    display: block;
    padding: 50px 0;
  } 
  #sectionServicios .beneficios .container div{
    max-width: 510px;
    margin: auto;
  }
  #sectionServicios .beneficios .container span:nth-of-type(2):before{
    display: none;
  }
  #sectionServicios #implementacion .col{
    width: 50%;
    flex-basis: 50%;
  }
  #sectionServicios #implementacion figure{
    max-width: 325px;
    margin: auto;
  }
  #sectionServicios #implementacion .col article{
    max-width: 325px;
    margin: auto;
  }
  #bgQuien .tit {
    font-size: 30px;
  }
  #porque3 .tit {
    font-size: 30px;
  }
  #porque4 {
    font-size: 20px;
  }
  .textNew1c{
    background: url(../images/fondo1.webp) right center no-repeat;
    background-size: cover;
  }
  .contentNewTexto1{
    height: 450px;
    padding-left: 0;
  }
  #textNew1d{
    background: url(../images/fondo2.webp) center no-repeat;
    background-size: cover;
    height: 300px;
  }
  .brNew br{
    display: none;
  }
}

@media(max-width: 700px) and (min-width:601px){
  #frmContacto .col-2 {
    width: 100%;
  }
  #frmContacto .text >div{
    max-width: 100%;
    padding-bottom: 15px;
  }
  #frmContacto .submit{
    float: none;
    text-align: center;
  }
}

@media(max-width: 650px){
  #porque1 {
    padding: 60px 0;
  }
  #porque1 .tit {
    font-size: 28px;
  }
  #porque1 .tit2 {
    font-size: 20px;
  }
}

@media(max-width: 600px){
  #datFooter:before {
    width: 100%;
    height: 360px;
  }
  #datFooter .colDatF:nth-of-type(1),
  #datFooter .colDatF:nth-of-type(2){
    width: 100%;
  }
  #datFooter .colDatF:nth-of-type(1){
    padding-bottom: 25px;
    padding-left: 0
  }
  #datFooter .colDatF:nth-of-type(2){
   padding: 25px 15px;
  }
  #frmContacto {
    max-width: 100%;
  }
  #sliderTop .flexslider .caption .text {
    font-size: 18px;
  }
  #sectionServicios .titServ {
    font-size: 20px;
  }
  #sectionServicios #implementacion .col {
    width: 100%;
    flex-basis: 100%;
  }
  #quien4 .col strong {
    font-size: 24px;
  }
  #porque2 {
    padding: 70px 0;
  }
}


@media(max-width: 550px){
  #porque1 .tit {
    font-size: 24px;
  }
  #porque1 .tit2 {
    font-size: 18px;
  }
  #porque2 .tit {
    font-size: 25px;
  }
}

@media(max-width: 480px){
  .logo {
    max-width: 248px;
  }
  #footer .tfooter em{
    display: block;
    height: 0;
    visibility: hidden;
    opacity: 0;
    overflow-y: hidden;
  }
  #areaServicios .col{
    width: 100%;
    flex-basis: 100%;
  }
  #areaServicios .col a {
    max-width: 330px;
    margin: 0 auto 25px;
  }
  #home1 .multimedia{
    padding-bottom: 20px
  }
  #home1 .multimedia .btns a{
    max-width: 127px
  }
  #sectionServicios #outsourcing .col{
    width: 100%;
    flex-basis: 100%;
  }
  #quien4 .col{
    width: 100%;
    flex-basis: 100%;
  }
  #quien4 {
    padding: 70px 0 50px;
  }
  .contentNewTexto1 .item2 > div {
    font-size: 20px;
  }
  .contentNewTexto1{
    height: 350px;
    padding-left: 0;
  }
  #textNew1d{
    height: 200px;
  }
}

@media(max-width: 430px){
  
}

@media(max-width: 400px){
  #frmContacto .col-2 {
    width: 100%;
  }
  #frmContacto .text >div{
    max-width: 100%;
    padding-bottom: 15px;
  }
  #frmContacto .submit{
    float: none;
    text-align: center;
  }
  #datFooter:before {
    height: 430px;
  }
  .logo {
    max-width: 188px;
  }
  #sectionServicios .beneficios .container span{
    display: block;
    margin: 0;
    padding: 0 0 10px
  }
  #sectionServicios .beneficios .container span:before{
    display: none;
  }
}

@media(max-width: 380px){
  #home1 .multimedia .tit2 {
    font-size: 24px
  }
  #porque3 .tit {
    font-size: 25px;
  }
}

@media(max-width: 340px){
  #datFooter {
    padding: 60px 0 38px;
  }
}