@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .desktop{
    display: block;
  }
  .responsive{
    display: none;
  } 

  .slide-palabras {
    width: 30%;
    margin: -20px auto;
    text-align: left;
    padding: 0;
    /*border: solid 1px #000;*/
  }
  .ls-colibri {
    letter-spacing: 3.23vw;
  }
  .ls-creativos{
      letter-spacing: 1.93vw;
  }
  .ls-innovacion{
      letter-spacing: 1.52vw;
  }
  .ls-retos{
      letter-spacing: 5.3vw;
  }
  .ls-ideas{
      letter-spacing: 5.5vw;
  }
  .ls-estrategia{
      letter-spacing: 1.58vw;
  }

  /*============CONTACTO==========*/
  .item-postular {
    position: relative;
    width: 50%;
    height: 450px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*border: solid 2px #fff;*/
  }
  .contenedor-texto-bolsa-de-trabajo {
    position: relative;
    width: 76.5%;
    margin: 0 auto;
    text-align: left;
    /*border: solid 2px #000;*/
  }
  .boton-postulate {
    background-color: #e03b77;
    border-radius:42px;
    cursor:pointer;
    color:#ffffff;
    font-size:18px;
    padding:15px 50px;
    text-decoration:none;
  }
  /*==========FIN CONTACTO========*/


}


/*==========================================MAXIMO TABLETS HORIZONTAL========================================*/
@media only screen and (min-width: 992px) and (max-width: 1199px) { /*1199*/
  .desktop{
    display: block;
  }
  .responsive{
    display: none;
  }


  /*======================================INDEX==================================*/
  .hero-area-movimiento video {
    height: auto;
    width: 100%;
    -o-object-fit: fill;
       object-fit: fill;
    display: block;
    background-size: cover;
    background-position: center center;
  }

  .uno {
    order: 1;
    }
  .dos {
    order: 2;
  }
  .boton-item-servicio-rosa {
    width: 65%;
    background: #f24e66;
    padding: 5px 25px;
    margin: 5px;
    font-family: 'light';
    color: #fff;
    border-radius: 50px;
    border: none;
    letter-spacing: 0.2vw;
    margin-top: 50px;
  }
  .boton-item-servicio-azul {
    width: 65%;
    background: #1d3e55;
    padding: 5px 25px;
    margin: 5px;
    font-family: 'light';
    color: #fff;
    border-radius: 50px;
    border: none;
    letter-spacing: 0.2vw;
    margin-top: 50px;
  }

  .queremos-escucharte-texto{
    width: 90%;
    margin: 100px auto;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 30px;
    /*border: solid 4px #666;*/
  }
  .queremos-escucharte-texto p{
    width: 100%;
    font-size: 24px;
    font-family: light;
    text-align: justify;
    /*border: solid 2px #666;*/
  }

  /*============CONTACTO==========*/
  .item-postular {
    position: relative;
    width: 50%;
    height: 450px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*border: solid 2px #fff;*/
  }
  .contenedor-texto-bolsa-de-trabajo {
    position: relative;
    width: 76.5%;
    margin: 0 auto;
    text-align: left;
    /*border: solid 2px #000;*/
  }
  .boton-postulate {
    background-color: #e03b77;
    border-radius:42px;
    cursor:pointer;
    color:#ffffff;
    font-size:18px;
    padding:15px 50px;
    text-decoration:none;
  }
  /*==========FIN CONTACTO========*/
  /*============FOOTER=============*/
  .footer {
    background: #202020;
    /*padding-bottom: 80px;
    padding-top: 80px;*/
  }
  .contacto-footer {
    text-align: left;
    color: #fff;
    margin-top: 0;
  }
  .contacto-footer ul li {
    list-style:none;
    margin-bottom: 15px;
  }
  .redes-sociales {
    text-align: center;
    color: #fff;
    line-height: 10px;
    margin-top: 0;
  }
  .redes-sociales ul li {
      list-style:none;
  }
  .redes-sociales-icono{
    font-size: 4.5vw; 
    margin: 10px;
    color: #fff;
  }
  .logo-footer{
    text-align: center;
    object-position: center;
  }
  /*=========FIN FOOTER==========*/

}


/*==========================================MAXIMO TABLETS VERTICAL1========================================*/
@media only screen and (min-width: 769px) and (max-width: 991px) {
  
  .desktop{
    display: none;
  }
  .responsive{
    display: block;
  }
  .loading img{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 15%;
    animation: parpadear linear infinite 3s;
  }

  /*===========================INDEX=========================*/
  .slide-palabras {
    width: 48%;
    margin: -20px auto;
    text-align: center;
    padding: 0;
    /*border: solid 1px #000;*/
  }
  .ls-colibri {
    letter-spacing: 5.2vw;
  }
  .ls-creativos{
      letter-spacing: 3.1vw;
  }
  .ls-innovacion{
      letter-spacing: 2.45vw;
  }
  .ls-retos{
      letter-spacing: 8.5vw;
  }
  .ls-ideas{
      letter-spacing: 8.77vw;
  }
  .ls-estrategia{
      letter-spacing: 2.5vw;
  }
  /*NOSOTROS*/
  /*.item-nosotros {
    width: 95%;
    height: 360px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #000;
  }
  .contenido-item-nosotros {
    width: 80%;
    left: 50%;
    top: 50%;
    border: solid 1px #fff;
  }*/
  .hero-area-movimiento video {
    height: auto;
    width: 100%;
    -o-object-fit: fill;
       object-fit: fill;
    display: block;
    background-size: cover;
    background-position: center center;
  }
  .contenido-nosotros {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    margin: 0 auto;
    left: auto;
    right: auto;
    padding: 0;
    z-index: 10;
    font-family: light;

    display: flex;
    justify-content: center;
    align-items: center;

    /*border: solid 1px #000;*/
  }
  .contenido-item-nosotros {
    width: 40%;
    left: 50%;
    top: 50%;
    /*border: solid 1px #000;*/
  }
  .posicion-a {
    order: 1;
  }
  .posicion-b {
    order: 2;
  }

  .img-nosotros-tamano{
    width: 45%;
    /*border: solid 1px #000;*/
  }
  .caja-texto-nosotros {
    width: 95%;
    margin: 0 auto;
    left: 0;
    right:0;
    z-index: 50;
    /*border: solid 2px #ee2b61;*/
  }
  .caja-texto-nosotros h2{
    font-size: 4.5vw;
    letter-spacing: .2vw;
    color: #6b6969;
    text-align: center;
    /*border: solid 2px #666;*/
  }
  .caja-texto-nosotros p{
    font-size: 18px;
    color: #6b6969;
    text-align: justify;
    font-family: light;
    line-height: 30px;
    /*border: solid 2px #666;*/
  }

  /*NUESTROS SERVICIOS*/
  .nuestros-servicios {
    background-image:url(../imagenes/inicio/parallax-responsive.jpg);
    background-repeat: no-repeat; 
    background-position: center center; 
    background-attachment: fixed; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -ms-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
  }
  .titulo-nuestros-servicios{
    width: 50%;
    height: 88px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    justify-content:center;
    display: flex;
    /*margin-top: 10px;
    margin-bottom: 10px;*/
    /*border: solid 3px #4d2bee;*/
  }
  .imagotipo-nuestros-servicios{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    /*border: solid 1px #eece02;*/
  }
  .tamano-img-imagotopo{
    width: 80%;
    /*border: solid 1px #666;*/
  }
  .titulo-nuestros-servicios-h2{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-family: light;
    padding-top: 15px;
    line-height: 25px;
    /*border: solid 1px #000;*/
  }
  .span-nuestros{
    color: #6b6969;
    letter-spacing: 0.45vw;
    font-size: 32px;
    font-family: light;
  }
  .span-servicios{
    color: #6b6969;
    font-size: 32px;
  }

  .nuestros-servicios h4 {
    color: #FFF;
    font-family: light;
    font-size: 26px;
  }
  .nuestros-servicios b {
    font-family: bold;
  }
  .nuestros-servicios img {
    margin-bottom: 30px;
  }
  .boton-rosa-servicios{
    position: relative;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 10px 35px;
    background: #f24e66;
    font-family: 'light';
    text-decoration: none;
    border-radius: 50px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: none;
    z-index: 100;
  }

  /*QUEREMOS ESCUCHARTE*/
  .contenido-queremos-escucharte {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 10;
    font-family: light;
    line-height: 0;
    border: solid 5px #000;
  }
  .queremos-escucharte-texto{
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 30px;
    /border: solid 4px #666;
  }
  .span-queremos{
    color: #6b6969;
    letter-spacing: .2vw;
    font-size: 36px;
    font-family: light;
  }
  .span-escucharte{
    color: #6b6969;
    font-size: 36px;
  }
  .queremos-escucharte-texto p{
    width: 100%;
    font-size: 22px;
    font-family: light;
    text-align: justify;
    /*border: solid 2px #666;*/
  }
  .boton-rosa-whatsapp{
    padding: 10px 35px;
    background: #f24e66;
    font-family: 'light';
    text-decoration: none;
    border-radius: 50px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: none;
  }

  .boton-queremos-escucharte-form{
    width: 100%;
    padding: 5px 25px;
    background: #f24e66;
    margin: 5px;
    font-family: 'light';
    color: #fff;
    border-radius: 50px;
    border: none;
  }

  .contact-from-wrap form input::-moz-input-placeholder,
  .contact-from-wrap form textarea::-moz-input-placeholder {
    color: #fff;
    font-family: light;
    font-size: 3vw;
    opacity: 1;
  }
  .contact-from-wrap form input::-webkit-input-placeholder,
  .contact-from-wrap form textarea::-webkit-input-placeholder {
    color: #fff;
    font-family: light;
    font-size: 3vw;
    opacity: 1;
  }
  /*=========================FIN INDEX======================*/
  /*==========================SERVICIOS=====================*/
  .titulo-servicios-servicios {
    text-align: center;
    background: linear-gradient(to top, #ffffff 0%, #ffffff 54%, #1d3e55c4 54%, #1d3e55c4 100%);
    /*border-top: solid 115px #1d3e55c4;*/
  }
  .servicios {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    /*border: solid 5px #000;*/
  }
  .item-servicio {
    width: 50%;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: solid 1px #000;*/
  }
  .contenido-item-servicio {
    width: 80%;
    left: 50%;
    top: 50%;
    /*border: solid 1px #fff;*/
  }
  .contenido-item-servicio h3 {
      color: #FFFFFF;
      font-family: 'light';
      letter-spacing: 0.3vw;
  }
  .contenido-item-servicio b {
      font-family: 'ultra';
  }
  .boton-item-servicio-rosa {
    width: 60%;
    background: #f24e66;
    padding: 5px 25px;
    margin: 5px;
    font-family: 'light';
    color: #fff;
    border-radius: 50px;
    border: none;
    letter-spacing: 0.2vw;
    margin-top: 50px;
  }
  .boton-item-servicio-azul {
    width: 60%;
    background: #1d3e55;
    padding: 5px 25px;
    margin: 5px;
    font-family: 'light';
    color: #fff;
    border-radius: 50px;
    border: none;
    letter-spacing: 0.2vw;
    margin-top: 50px;
  }
  .uno {
   order: 1;
  }

  .dos {
   order: 2;
  }
  .solicita-tu-presupuesto {
    position: relative;
    width: 100%;
    height: 40%;
    background: url(../imagenes/servicios/parallax.png);
    background-size: cover;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 30px solid #FFF;
    border-bottom: 0px solid #FFF;
  }
  .boton-presupuesto {
    width: 80%;
    height: auto;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    /*border: solid 1px #000;*/
  }
  .boton-outline{
    background: none;
    border: 2px solid #fff;
    color: #fff;
  }
  .boton-outline:hover{
    background: none;
    border: 2px solid #f24e66;
    color: #f24e66;
  }
  .presupuesto__boton{
    width: 100%;
    font-size: 3.5vw;
    font-family: 'bold';
    text-align: center;
    padding: 15px;
    letter-spacing: .1vw;
    border-radius: 50px;
  }
  /*========================FIN SERVICIOS===================*/
  /*==========================CONTACTO======================*/
  .item-postular {
    position: relative;
    width: 50%;
    height: 350px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*border: solid 2px #000;*/
  }
  .contenedor-texto-bolsa-de-trabajo {
    position: relative;
    width: 77%;
    margin: 0 auto;
    text-align: left;
    /*border: solid 2px #000;*/
  }
  .boton-postulate {
    background-color: #e03b77;
    border-radius:42px;
    cursor:pointer;
    color:#ffffff;
    font-size:18px;
    padding:15px 50px;
    text-decoration:none;
  }
  /*========================FIN CONTACTO====================*/

  /*=====================BOLSA DE TRABAJO=================*/
  .borde-bolsa-de-trabajo {
    border-top: solid 110px #1d3e55c4;
  }
  .formulario__caja{
    position: absolute;
    background: #f2f2f2;
    width: 80%;
    height: 480px;
    color: #000;
    margin: -210px auto;
    left: 0;
    right: 0;
    border-radius: 15px;
    -webkit-box-shadow: 6px 5px 15px -1px rgba(0,0,0,0.55); 
    box-shadow: 6px 5px 15px -1px rgba(0,0,0,0.55);
    z-index: 50;
    /*border: solid 1px #000;*/
  }
  .formulario__caja h2{
    position: absolute;
    width: 100%;
    height: 65px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #012b41;
    font-size: 4vw;
    color: #FFF;
    padding: 15px;
    font-family: light;
    border-radius: 15px 15px 0px 0px;
    /*border: solid 1px #CCC;*/
  }
  .formulario-BT{
    margin-top: 100px;
  }
  .inputBT{
    width: 95%;
    margin: 10px 0px;
    border: none;
    color: #fff;
    background: #bebebe;
    padding: 10px 15px;
    font-family: light;
    border-radius: 9px;
    font-size: 1.5vw;
  }
  .inputBT:focus{
    outline: none;
  }
  .inputBT::placeholder{
    font-family: light;
    color: #fff;
    text-align: left;
  }
  .inputBT::select{
    font-family: light;
    color: #fff;
    text-align-last: center;
  }

  .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }

  .inputfile + label {
    max-width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
  }

  .inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
  }

  .adjuntaCV {
    font-size: 1.5vw; 
    font-weight:normal;
    font-family: 'light';
  }

  /* style 1 */

  .inputfile-1 + label {
    width: 95%;
    margin: 10px 0px;
    border: none;
    color: #666;
    background: #FFF;
    border: solid #bebebe;
    padding: 10px 15px;
    font-family: light;
    border-radius: 9px;
    font-size: 1.5vw;
  }

  .inputfile-1:focus + label,
  .inputfile-1.has-focus + label,
  .inputfile-1 + label:hover {
      background-color: var(--gris);
      color: #FFF;
  }

  .enviar-form-BT {
      width: 95%;
      background: #f24e66;
      border-radius: 50px;
      border: none;
      display:inline-block;
      cursor:pointer;
      color:#ffffff;
      font-size: 1.3vw;
      font-family: light;
      letter-spacing: 0.3vw;
      padding:10px 15px;
      text-decoration:none;
  }
  .enviar-form-BT:hover {
      background-color:#eb675e;
      border: none;
  }
  .enviar-form-BT:active {
      position:relative;
      top:1px;
      border: none;
  }
/*===================FIN BOLSA DE TRABAJO===============*/


  /*============FOOTER=============*/
  .footer {
    background: #202020;
    /*padding-bottom: 80px;
    padding-top: 80px;*/
  }
  .contacto-footer {
    text-align: center;
    color: #fff;
    margin-top: 50px;
  }
  .contacto-footer ul li {
    list-style:none;
    margin-bottom: 15px;
  }
  .redes-sociales {
    text-align: center;
    color: #fff;
    line-height: 10px;
    margin-top: 50px;
  }
  .redes-sociales ul li {
      list-style:none;
  }
  .redes-sociales-icono{
    font-size: 5vw; 
    margin: 10px;
    color: #fff;
  }
  .logo-footer{
    text-align: center;
    object-position: center;
  }
  /*=========FIN FOOTER==========*/


}
/*========================================FIN MAXIMO TABLET VERTICAL 1=====================================*/

/*==========================================MAXIMO TABLETS VERTICAL2========================================*/
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .desktop{
    display: none;
  }
  .responsive{
    display: block;
  }

  .loading img{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 25%;
    animation: parpadear linear infinite 3s;
  }

  /*===========================INDEX=========================*/
  .slide-palabras {
    width: 50%;
    margin: -40px auto;
    text-align: center;
    padding: 0;
    /*border: solid 1px #000;*/
  }
  .ls-colibri {
    letter-spacing: 5.45vw;
  }
  .ls-creativos{
      letter-spacing: 3.26vw;
  }
  .ls-innovacion{
      letter-spacing: 2.55vw;
  }
  .ls-retos{
      letter-spacing: 8.9vw;
  }
  .ls-ideas{
      letter-spacing: 9.2vw;
  }
  .ls-estrategia{
      letter-spacing: 2.65vw;
  }


  /*NOSOTROS*/
  .hero-area-movimiento video {
    height: auto;
    width: 100%;
    -o-object-fit: fill;
       object-fit: fill;
    display: block;
    background-size: cover;
    background-position: center center;
  }

  .contenido-nosotros {
    position: relative;
    width: 90%;
    height: auto;
    top: 0;
    margin: 0 auto;
    left: auto;
    right: auto;
    padding: 0;
    z-index: 10;
    font-family: light;

    display: flex;
    justify-content: center;
    align-items: center;

    /*border: solid 1px #000;*/
  }
  .contenido-item-nosotros {
    width: 45%;
    left: 50%;
    top: 50%;
    /*border: solid 1px #000;*/
  }
  .posicion-a {
    order: 1;
  }
  .posicion-b {
    order: 2;
  }

  .img-nosotros-tamano{
    width: 45%;
    /*border: solid 1px #000;*/
  }
  .caja-texto-nosotros {
    width: 95%;
    margin: 0 auto;
    left: 0;
    right:0;
    z-index: 50;
    /*border: solid 2px #ee2b61;*/
  }
  .caja-texto-nosotros h2{
    font-size: 4.5vw;
    letter-spacing: .2vw;
    color: #6b6969;
    text-align: center;
    /*border: solid 2px #666;*/
  }
  .caja-texto-nosotros p{
    font-size: 18px;
    color: #6b6969;
    text-align: justify;
    font-family: light;
    line-height: 30px;
    /*border: solid 2px #666;*/
  }

  /*NUESTROS SERVICIOS*/
  .nuestros-servicios {
    background-image:url(../imagenes/inicio/parallax-responsive.jpg);
    background-repeat: no-repeat; 
    background-position: center center; 
    background-attachment: fixed; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -ms-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
  }
  .titulo-nuestros-servicios{
    width: 50%;
    height: 88px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    justify-content:center;
    display: flex;
    /*margin-top: 10px;
    margin-bottom: 10px;*/
    /*border: solid 3px #4d2bee;*/
  }
  .imagotipo-nuestros-servicios{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    /*border: solid 1px #eece02;*/
  }
  .tamano-img-imagotopo{
    width: 80%;
    /*border: solid 1px #666;*/
  }
  .titulo-nuestros-servicios-h2{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-family: light;
    padding-top: 15px;
    line-height: 25px;
    /*border: solid 1px #000;*/
  }
  .span-nuestros{
    color: #6b6969;
    letter-spacing: 0.45vw;
    font-size: 32px;
    font-family: light;
  }
  .span-servicios{
    color: #6b6969;
    font-size: 32px;
  }

  .nuestros-servicios h4 {
    color: #FFF;
    font-family: light;
    font-size: 26px;
  }
  .nuestros-servicios b {
    font-family: bold;
  }
  .nuestros-servicios img {
    margin-bottom: 30px;
  }
  .boton-rosa-servicios{
    position: relative;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 10px 35px;
    background: #f24e66;
    font-family: 'light';
    text-decoration: none;
    border-radius: 50px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: none;
    z-index: 100;
  }

  /*QUEREMOS ESCUCHARTE*/
  .contenido-queremos-escucharte {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 10;
    font-family: light;
    line-height: 0;
    border: solid 5px #000;
  }
  .queremos-escucharte-texto{
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 30px;
    /border: solid 4px #666;
  }
  .span-queremos{
    color: #6b6969;
    letter-spacing: .2vw;
    font-size: 36px;
    font-family: light;
  }
  .span-escucharte{
    color: #6b6969;
    font-size: 36px;
  }
  .queremos-escucharte-texto p{
    width: 100%;
    font-size: 22px;
    font-family: light;
    text-align: justify;
    /*border: solid 2px #666;*/
  }
  .boton-rosa-whatsapp{
    padding: 10px 35px;
    background: #f24e66;
    font-family: 'light';
    text-decoration: none;
    border-radius: 50px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: none;
  }

  .boton-queremos-escucharte-form{
    width: 100%;
    padding: 5px 25px;
    background: #f24e66;
    margin: 5px;
    font-family: 'light';
    color: #fff;
    border-radius: 50px;
    border: none;
  }

  .contact-from-wrap form input::-moz-input-placeholder,
  .contact-from-wrap form textarea::-moz-input-placeholder {
    color: #fff;
    font-family: light;
    font-size: 3vw;
    opacity: 1;
  }
  .contact-from-wrap form input::-webkit-input-placeholder,
  .contact-from-wrap form textarea::-webkit-input-placeholder {
    color: #fff;
    font-family: light;
    font-size: 3vw;
    opacity: 1;
  }
  /*=========================FIN INDEX======================*/
  /*==========================SERVICIOS=====================*/
  .titulo-servicios-servicios {
    text-align: center;
    background: linear-gradient(to top, #ffffff 0%, #ffffff 54%, #1d3e55c4 54%, #1d3e55c4 100%);
    /*border-top: solid 115px #1d3e55c4;*/
  }
  .servicios {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    /*border: solid 5px #000;*/
  }
  .item-servicio {
    width: 50%;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: solid 1px #000;*/
  }
  .contenido-item-servicio {
    width: 80%;
    left: 50%;
    top: 50%;
    /*border: solid 1px #fff;*/
  }
  .contenido-item-servicio h3 {
      color: #FFFFFF;
      font-family: 'light';
      letter-spacing: 0.3vw;
  }
  .contenido-item-servicio b {
      font-family: 'ultra';
  }
  .boton-item-servicio-rosa {
    width: 60%;
    background: #f24e66;
    padding: 5px 25px;
    margin: 5px;
    font-family: 'light';
    color: #fff;
    border-radius: 50px;
    border: none;
    letter-spacing: 0.2vw;
    margin-top: 50px;
  }
  .boton-item-servicio-azul {
    width: 60%;
    background: #1d3e55;
    padding: 5px 25px;
    margin: 5px;
    font-family: 'light';
    color: #fff;
    border-radius: 50px;
    border: none;
    letter-spacing: 0.2vw;
    margin-top: 50px;
  }
  .uno {
   order: 1;
  }

  .dos {
   order: 2;
  }
  .solicita-tu-presupuesto {
    position: relative;
    width: 100%;
    height: 50%;
    background: url(../imagenes/servicios/parallax.png);
    background-size: cover;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 30px solid #FFF;
    border-bottom: 0px solid #FFF;
  }
  .boton-presupuesto {
    width: 80%;
    height: auto;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    /*border: solid 1px #000;*/
  }
  .boton-outline{
    background: none;
    border: 2px solid #fff;
    color: #fff;
  }
  .boton-outline:hover{
    background: none;
    border: 2px solid #f24e66;
    color: #f24e66;
  }
  .presupuesto__boton{
    width: 100%;
    font-size: 3.5vw;
    font-family: 'bold';
    text-align: center;
    padding: 15px;
    letter-spacing: .1vw;
    border-radius: 50px;
  }
  /*========================FIN SERVICIOS===================*/
  /*==========================CONTACTO======================*/
  .item-postular {
    position: relative;
    width: 50%;
    height: 350px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*border: solid 2px #000;*/
  }
  .contenedor-texto-bolsa-de-trabajo {
    position: relative;
    width: 77%;
    margin: 0 auto;
    text-align: left;
    /*border: solid 2px #000;*/
  }
  .boton-postulate {
    background-color: #e03b77;
    border-radius:42px;
    cursor:pointer;
    color:#ffffff;
    font-size:18px;
    padding:15px 50px;
    text-decoration:none;
  }
  /*========================FIN CONTACTO====================*/

  /*=====================BOLSA DE TRABAJO=================*/
  .borde-bolsa-de-trabajo {
    border-top: solid 110px #1d3e55c4;
  }
  .formulario__caja{
    position: absolute;
    background: #f2f2f2;
    width: 80%;
    height: 480px;
    color: #000;
    margin: -210px auto;
    left: 0;
    right: 0;
    border-radius: 15px;
    -webkit-box-shadow: 6px 5px 15px -1px rgba(0,0,0,0.55); 
    box-shadow: 6px 5px 15px -1px rgba(0,0,0,0.55);
    z-index: 50;
    /*border: solid 1px #000;*/
  }
  .formulario__caja h2{
    position: absolute;
    width: 100%;
    height: 65px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #012b41;
    font-size: 4vw;
    color: #FFF;
    padding: 15px;
    font-family: light;
    border-radius: 15px 15px 0px 0px;
    /*border: solid 1px #CCC;*/
  }
  .formulario-BT{
    margin-top: 100px;
  }
  .inputBT{
    width: 95%;
    margin: 10px 0px;
    border: none;
    color: #fff;
    background: #bebebe;
    padding: 10px 15px;
    font-family: light;
    border-radius: 9px;
    font-size: 1.5vw;
  }
  .inputBT:focus{
    outline: none;
  }
  .inputBT::placeholder{
    font-family: light;
    color: #fff;
    text-align: left;
  }
  .inputBT::select{
    font-family: light;
    color: #fff;
    text-align-last: center;
  }

  .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }

  .inputfile + label {
    max-width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
  }

  .inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
  }

  .adjuntaCV {
    font-size: 1.5vw; 
    font-weight:normal;
    font-family: 'light';
  }

  /* style 1 */

  .inputfile-1 + label {
    width: 95%;
    margin: 10px 0px;
    border: none;
    color: #666;
    background: #FFF;
    border: solid #bebebe;
    padding: 10px 15px;
    font-family: light;
    border-radius: 9px;
    font-size: 1.5vw;
  }

  .inputfile-1:focus + label,
  .inputfile-1.has-focus + label,
  .inputfile-1 + label:hover {
      background-color: var(--gris);
      color: #FFF;
  }

  .enviar-form-BT {
      width: 95%;
      background: #f24e66;
      border-radius: 50px;
      border: none;
      display:inline-block;
      cursor:pointer;
      color:#ffffff;
      font-size: 1.3vw;
      font-family: light;
      letter-spacing: 0.3vw;
      padding:10px 15px;
      text-decoration:none;
  }
  .enviar-form-BT:hover {
      background-color:#eb675e;
      border: none;
  }
  .enviar-form-BT:active {
      position:relative;
      top:1px;
      border: none;
  }
/*===================FIN BOLSA DE TRABAJO===============*/

  /*============FOOTER=============*/
  .footer {
    background: #202020;
    /*padding-bottom: 80px;
    padding-top: 80px;*/
  }
  .contacto-footer {
    text-align: center;
    color: #fff;
    margin-top: 50px;
  }
  .contacto-footer ul li {
    list-style:none;
    margin-bottom: 15px;
  }
  .redes-sociales {
    text-align: center;
    color: #fff;
    line-height: 10px;
    margin-top: 50px;
  }
  .redes-sociales ul li {
      list-style:none;
  }
  .redes-sociales-icono{
    font-size: 5vw; 
    margin: 10px;
    color: #fff;
  }
  .logo-footer{
    text-align: center;
    object-position: center;
  }
  /*=========FIN FOOTER==========*/

}
/*===================================FIN MAXIMO TABLETS VERICAL 2=================*/


/*==============================MAXIMO TELEFONOS==============================*/
@media only screen and (max-width: 428px) {
  .desktop {
    display: none;
  }
  .responsive{
    display: block;
  }
  #desktop {
    display: none;
  }
  #responsive{
    display: block;
  }

  .loading img{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 50%;
    animation: parpadear linear infinite 3s;
  }

  .logo a {
    width: 100%;
    display: inline-block;
  }


  /*===========================INDEX=========================*/
  .slide-palabras {
    width: 95%;
    margin: -20px auto;
    text-align: center;
    padding: 0;
    /*border: solid 1px #000;*/
  }
  .ls-colibri {
    letter-spacing: 1.5vw;
  }
  .ls-creativos{
      letter-spacing: 1.5vw;
  }
  .ls-innovacion{
      letter-spacing: 1.5vw;
  }
  .ls-retos{
      letter-spacing: 1.5vw;
  }
  .ls-ideas{
      letter-spacing: 1.5vw;
  }
  .ls-estrategia{
      letter-spacing: 1.5vw;
  }
  /*.ls-colibri {
    letter-spacing: 5.8vw;
  }
  .ls-creativos{
      letter-spacing: 2.75vw;
  }
  .ls-innovacion{
      letter-spacing: 1.9vw;
  }
  .ls-retos{
      letter-spacing: 9.9vw;
  }
  .ls-ideas{
      letter-spacing: 10.5vw;
  }
  .ls-estrategia{
      letter-spacing: 2vw;
  }*/

  /*NOSOTROS*/
  .contenido-nosotros {
    position: relative;
    width: 100%;
    height: 200px;
    top: -240px;
    margin: 0 auto;
    left: auto;
    right: auto;
    padding: 0;
    z-index: 10;
    font-family: light;

    display: flex;
    justify-content: center;
    align-items: center;

    /*border: solid 5px #000;*/
  }
  .contenido-item-nosotros {
    width: 100%;
    left: 50%;
    top: 50%;
    /*border: solid 1px #000;*/
  }

  .posicion-a {
    order: 2;
  }
  .posicion-b {
    order: 1;
  }

  .img-nosotros-tamano{
    width: 45%;
    /*border: solid 1px #000;*/
  }
  .caja-texto-nosotros {
    width: 95%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 50;
    /*border: solid 2px #ee2b61;*/
  }
  .caja-texto-nosotros h2{
    font-size: 36px;
    letter-spacing: .2vw;
    color: #6b6969;
    text-align: center;
    /*border: solid 2px #666;*/
  }
  .caja-texto-nosotros p{
    font-size: 22px;
    color: #6b6969;
    text-align: justify;
    font-family: light;
    line-height: 27px;
    /*border: solid 2px #666;*/
  }

  /*NUESTROS SERVICIOS*/
  .titulo-nuestros-servicios{
    width: 80%;
    height: 88px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    justify-content:center;
    display: flex;
    /*margin-top: 10px;
    margin-bottom: 10px;*/
    /*border: solid 3px #4d2bee;*/
  }
  .imagotipo-nuestros-servicios{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    /*border: solid 1px #eece02;*/
  }
  .tamano-img-imagotopo{
    width: 100%;
    /*border: solid 1px #666;*/
  }
  .titulo-nuestros-servicios-h2{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-family: light;
    padding-top: 15px;
    line-height: 25px;
    /*border: solid 1px #000;*/
  }
  .span-nuestros{
    color: #6b6969;
    letter-spacing: 0.8vw;
    font-size: 32px;
    font-family: light;
  }
  .span-servicios{
    color: #6b6969;
    font-size: 32px;
  }

  .nuestros-servicios h4 {
    color: #FFF;
    font-family: light;
    font-size: 26px;
  }
  .nuestros-servicios b {
    font-family: bold;
  }
  .nuestros-servicios img {
    margin-bottom: 30px;
  }
  .boton-rosa-servicios{
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding: 10px 35px;
    background: #f24e66;
    font-family: 'light';
    text-decoration: none;
    border-radius: 50px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: none;
    z-index: 100;
  }

  /*QUEREMOS ESCUCHARTE*/
  .contenido-queremos-escucharte {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 10;
    font-family: light;
    line-height: 0;
    /*border: solid 5px #000;*/
  }
  .queremos-escucharte-texto{
    width: 95%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 30px;
    /*border: solid 4px #666;*/
  }
  .span-queremos{
    color: #6b6969;
    letter-spacing: .2vw;
    font-size: 36px;
    font-family: light;
  }
  .span-escucharte{
    color: #6b6969;
    font-size: 36px;
  }
  .queremos-escucharte-texto p{
    width: 100%;
    font-size: 22px;
    font-family: light;
    text-align: justify;
    /*border: solid 2px #666;*/
  }
  .boton-rosa-whatsapp{
    padding: 10px 35px;
    background: #f24e66;
    font-family: 'light';
    text-decoration: none;
    border-radius: 50px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: none;
  }

  .boton-queremos-escucharte-form{
    width: 100%;
    padding: 5px 25px;
    background: #f24e66;
    margin: 5px;
    font-family: 'light';
    color: #fff;
    border-radius: 50px;
    border: none;
  }

  .contact-from-wrap form input::-moz-input-placeholder,
  .contact-from-wrap form textarea::-moz-input-placeholder {
    color: #fff;
    font-family: light;
    font-size: 5vw;
    opacity: 1;
  }
  .contact-from-wrap form input::-webkit-input-placeholder,
  .contact-from-wrap form textarea::-webkit-input-placeholder {
    color: #fff;
    font-family: light;
    font-size: 5vw;
    opacity: 1;
  }



/*===========================FIN INDEX=========================*/

/*===========================SERVICIOS=========================*/
  .titulo-servicios-servicios {
    text-align: center;
    background: linear-gradient(to top, #ffffff 0%, #ffffff 60%, #1d3e55c4 60%, #1d3e55c4 100%);
    /*border-top: solid 115px #1d3e55c4;*/
  }
  .servicios {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    /*border: solid 5px #000;*/
  }
  .item-servicio {
    width: 100%;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: solid 1px #000;*/
  }
  .contenido-item-servicio {
    width: 80%;
    left: 50%;
    top: 50%;
    /*border: solid 1px #fff;*/
  }
  .contenido-item-servicio h3 {
      color: #FFFFFF;
      font-family: 'light';
      letter-spacing: 0.3vw;
  }
  .contenido-item-servicio b {
      font-family: 'ultra';
  }
  .boton-item-servicio-rosa {
    width: 60%;
    background: #f24e66;
    padding: 5px 25px;
    margin: 5px;
    font-family: 'light';
    color: #fff;
    border-radius: 50px;
    border: none;
    letter-spacing: 0.2vw;
    margin-top: 50px;
  }
  .boton-item-servicio-azul {
    width: 60%;
    background: #1d3e55;
    padding: 5px 25px;
    margin: 5px;
    font-family: 'light';
    color: #fff;
    border-radius: 50px;
    border: none;
    letter-spacing: 0.2vw;
    margin-top: 50px;
  }
  .uno {
   order: 2;
  }

  .dos {
   order: 1;
  }
  .solicita-tu-presupuesto {
    position: relative;
    width: 100%;
    height: 70%;
    background: url(../imagenes/servicios/parallax.jpg);
    background-size: cover;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 30px solid #FFF;
    border-bottom: 0px solid #FFF;
  }
  .boton-presupuesto {
    width: 90%;
    height: auto;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    padding: 0;
    /*border: solid 1px #000;*/
  }
  .boton-outline{
    background: none;
    border: 2px solid #fff;
    color: #fff;
  }
  .boton-outline:hover{
    background: none;
    border: 2px solid #f24e66;
    color: #f24e66;
  }
  .presupuesto__boton{
    width: 100%;
    font-size: 4.5vw;
    font-family: 'bold';
    text-align: center;
    padding: 15px;
    letter-spacing: .1vw;
    border-radius: 50px;
  }
/*=========================FIN SERVICIOS=======================*/

/*============================CONTACTO=========================*/
.posicion-C {
  order: 1;
}
.posicion-D {
  order: 2;
}
.postular {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    /*border: solid 2px #000;*/
}
.bg1-postular {
    background-image: url(../imagenes/contacto/bg1-responsive.jpg);  
    background-size:cover; 
    background-repeat: no-repeat;
}
.bg2-postular {
    background-image: url(../imagenes/contacto/bg2-responsive.jpg);  
    background-size:cover; 
    background-repeat: no-repeat;
}
.item-postular {
  position: relative;
  width: 100%;
  height: 450px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /*border: solid 2px #000;*/
}
.contenedor-texto-bolsa-de-trabajo {
  position: relative;
  width: 88%;
  margin: 0 auto;
  left: 8px;
  text-align: left;
  /*border: solid 2px #000;*/
}
.parrafo1-bolsa-de-trbajo {
  font-size: 22px;
  font-family: light;
  color: #666;
  letter-spacing: 0.270em;
  margin-bottom: 0;
}
.parrafo2-bolsa-de-trbajo {
  font-size: 22px;
  font-family: ultra;
  color: #666;
  letter-spacing: .55em;
  margin-bottom: 0;
}
.parrafo3-bolsa-de-trbajo {
  font-size: 22px;
  font-family: ultra;
  color: #666;
  letter-spacing: .51em;
  margin-bottom: 0;
}
.parrafo4-bolsa-de-trbajo {
  font-size: 22px;
  font-family: light;
  color: #666;
  letter-spacing: .070em;
  margin-bottom: 5px;
}
.boton-postulate {
  background-color: #e03b77;
  border-radius:42px;
  cursor:pointer;
  color:#ffffff;
  font-size:20px;
  padding:25px 70px;
  text-decoration:none;
}
.boton-postulate:hover {
  background-color:#202020;
  color:#ffffff;
}
/*==========================FIN CONTACTO=======================*/
/*=====================BOLSA DE TRABAJO=================*/
.borde-bolsa-de-trabajo {
    border-top: solid 85px #1d3e55c4;
}
.formulario__caja{
  position: absolute;
  background: #f2f2f2;
  width: 80%;
  height: 550px;
  color: #000;
  margin: -300px auto;
  left: 0;
  right: 0;
  border-radius: 15px;
  -webkit-box-shadow: 6px 5px 15px -1px rgba(0,0,0,0.55); 
  box-shadow: 6px 5px 15px -1px rgba(0,0,0,0.55);
  z-index: 50;
  /*border: solid 1px #000;*/
}
.formulario__caja h2{
  position: absolute;
  width: 100%;
  height: 65px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #012b41;
  font-size: 5.5vw;
  color: #FFF;
  padding: 15px;
  font-family: light;
  border-radius: 15px 15px 0px 0px;
  /*border: solid 1px #CCC;*/
}
.formulario-BT{
  margin-top: 100px;
}
.inputBT{
  width: 95%;
  margin: 10px 0px;
  border: none;
  color: #fff;
  background: #bebebe;
  padding: 10px 15px;
  font-family: light;
  border-radius: 9px;
  font-size: 3.5vw;
}
.inputBT:focus{
  outline: none;
}
.inputBT::placeholder{
  font-family: light;
  color: #fff;
  text-align: left;
}
.inputBT::select{
  font-family: light;
  color: #fff;
  text-align-last: center;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

.adjuntaCV {
  font-size: 3.5vw; 
  font-weight:normal;
  font-family: 'light';
}

/* style 1 */

.inputfile-1 + label {
  width: 95%;
  margin: 10px 0px;
  border: none;
  color: #666;
  background: #FFF;
  border: solid #bebebe;
  padding: 10px 15px;
  font-family: light;
  border-radius: 9px;
  font-size: 3.5vw;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: var(--gris);
    color: #FFF;
}

.enviar-form-BT {
    width: 95%;
    background: #f24e66;
    border-radius: 50px;
    border: none;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size: 3.3vw;
    font-family: light;
    letter-spacing: 0.3vw;
    padding:10px 15px;
    text-decoration:none;
}
.enviar-form-BT:hover {
    background-color:#eb675e;
    border: none;
}
.enviar-form-BT:active {
    position:relative;
    top:1px;
    border: none;
}
/*===================FIN BOLSA DE TRABAJO===============*/

/*============FOOTER=============*/
.footer {
  background: #202020;
  /*padding-bottom: 80px;
  padding-top: 80px;*/
}
.contacto-footer {
  text-align: center;
  color: #fff;
  margin-top: 50px;
}
.contacto-footer ul li {
  list-style:none;
  margin-bottom: 15px;
}
.redes-sociales {
  text-align: center;
  color: #fff;
  line-height: 10px;
  margin-top: 50px;
}
.redes-sociales ul li {
    list-style:none;
}
.redes-sociales-icono{
  font-size: 8.5vw; 
  margin: 10px;
  color: #fff;
}
.logo-footer{
  text-align: center;
  object-position: center;
}
/*=========FIN FOOTER==========*/


}