@media only screen and (max-width: 600px) {
  .menu-items {
    display: none !important;
  }

  .lema.half-block {
    width: 100%;
    font-size: 47px;
  }

  .header.generic-container {
    padding: 135px 8vw 25px;
    position: relative;
    height: calc(100vh - 160px);
  }

  .proyectos-container {
    flex-direction: column;
  }

  .generic-container {
    overflow-x: hidden;
  }

  /* #header .generic-container {
    overflow-x: auto;
  } */

  /* .slide-text {
    padding-right: 100px;
    font-size: 28px;
  } */

  .slide-text {
    padding-right: 0;
    font-size: 13px;
  }

  #nuestra-vision .slide-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
  }

  .marquee3k h2 {
    line-height: 10vh;
    height: 10vh;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-size: 10vh;
  }

  .staff-container {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .profile {
    width: calc(100% - 100px) !important;
    height: 50%;
    margin-bottom: initial;
  }
  .staff-container .profile_1 .profile_text,
  .staff-container .profile_2 .profile_text {
    text-align: right;
    display: flex;
    justify-content: end;
    position: absolute;
    right: -24vw;
    bottom: 3vw;
  }


  .staff-container .profile_2 .profile_text {
    text-align: right;
    display: flex;
    justify-content: end;
    position: absolute;
    left: -24vw;
    bottom: 3vw;
  }

  .staff-container .profile_1 .profile_name,
  .staff-container .profile_2 .profile_name {
    padding: 0 0 0 63% !important;
        font-size: 18px;
  }

  .project-image-container {
    height: 40vh;
    width: 100%;
  }
  /* .proyectos.generic-container {
    padding: 0 !important;
    height: 85vh;
  } */
  .project-image {
    width: 100%;
    height: 40vh;
    top: 0 !important;
    left: 0 !important;
    box-shadow: initial;
  }
  .project-menu .p-name {
    /* font-size: 30px; */
    font-size: 25px;
    padding: 5px 5px 0 0px;
  }
  .plus img {
    width: 32px;
    height: 32px;
  }
  .project-menu {
    flex-direction: column !important;
    bottom: 0;
    width: 100% !important;
    z-index: 10;
    position: relative;
    margin: 10vh 0;
  }
  .pm-ip.active .p-name {
    color: #fff;
    font-size: 30px;
    margin: 0;
    padding: 0;
    transform: initial;
  }
  .footer.generic-container {
    flex-direction: column;
  }

  .data-info {
    margin-top: 50px;
  }

  .icon-logo {
    text-align: center;
  }

  .icon-logo img {
    width: 80vw;
    height: auto;
  }

  #desktop-menu {
    display: none;
  }

  #mobile-menu {
    display: block;
    z-index: 10;
  }

  #mobile-menu .logo img {
    width: calc(100vw - 128px);
    height: auto;
    margin-right: 30px;
  }

  #mobile-menu .mobile-menu-content {
    border-style: solid;
    border-color: #d84b0e;
    border-width: 1px;
    padding: 0px 4vw;
  }

  #mobile-menu {
    width: 100%;
    height: 87px;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background: #ff6512;
  }

  #mobile-menu .logo {
    border-style: solid;
    border-color: #d84b0e;
    border-width: 0 1px 0 0;
    height: 85px;
  }

  .menu-button-items {
    height: calc(100vh - 85px);
    background: #ff6512;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Wix Madefor Display", serif;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
  }

  .menu-item {
    font-size: 4.5vh;
    width: 79vw;
    text-align: left;
    padding: 20px 0 8px 0vw;
    border-style: solid;
    border-color: #d84b0e;
    border-width: 1px 0;
  }
  .menu-button-open {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .menu-button-close {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pm-ip {
    width: 80vw;
    margin-left: 10vw;
  }
  .grilla3 {
    display: none;
  }
  .grilla2 {
    bottom: -500px;
  }

  /* .pop-contacto img {
    width: 34px;
  } */

  .pop-contacto {
    width: 55px;
    height: 55px;
    z-index: 10;
    top: 90%;
    right: 5px;
  }

  .pm-ip-text {
    width: 80vw;
    margin-left: 10vw;
    height: 26vh;
  }

  .quienes-somos {
    overflow: hidden !important;
  }
  .quienes-somos.generic-container {
    height: calc(120vh - 200px);
  }

  .lema.half-block {
    line-height: 50px;
  }

  .profile_1 {
    left: -50px;
  }

  .staff-container .profile_text {
    margin-bottom: 0;
    min-height: auto;
  }

  .profile-text-info.p1 {
    bottom: 19vh;
    width: 59%;
    height: 22vh;
  }

  .staff-container .profile_2 .profile_text {
    justify-content: start;
  }

  .profile_2 .profile-text-cont {
    text-align: left !important;
  }

  .staff-container .profile_2 .profile_name {
    padding: 0 !important;
  }

  .profile_2 {
    left: 100px;
  }

  .profile-text-info.p1,.profile-text-info.p2{
    display: block;
  }


  .profile_2 .profile-text-info.p2 {
    height: 24vh;
    overflow-y: auto;
    bottom: initial !important;
    left: -29%;
    top: 10px;
  }

  .grilla img {
    width: 209vw;
    height: auto;
    animation: float 8s ease-in-out infinite;
    left: 169vw;
    position: relative;
  }

  #bgvid {
    width: 100%;
  }


  .qua-card-image{
    width: 30vw;
  }

  .qua-card-image img{
    width: 100%;
    height: auto;
  }


  .qua-card-text{
    color: #fff;
  }

  .qa-card{
    margin: 30px 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .qua-card-image {
    width: 25%;
    height: auto;
    display: flex;
    align-items: flex-start;
    padding-top: 5px;
  }

  .qua-card-image img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
    object-position: center;
    border-radius: 20px;
  }

  .qua-card-text {
    color: #fff;
    width: 75%;
    padding-left: 20px;
    font-size: 14px;
  }

  .proyectos.generic-container {
   height: 100vh;
  }

  /* CAMBIOS REALIZADOS A SECCIONES DE QUIENES SOMOS Y PROYECTOS */
  .staff-cont-text {
    width: 80%;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
  }
  .staff-cont-text p {
    font-size: 1.1rem;
  }
  .staff-cont-background {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }

  .new-proyectos-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 2;
  }
  .cont-swiper-proyectos {
    width: 100%;
    /* height: 50%; */
    height: 40vh;

  }
  .cont-datos-proyecto {
    width: 100%;
    height: 50%;
    padding-top: 30px;
  }
  .ficha-interior-proyecto {
    padding: 0;
  }
  .datos-proyecto-title {
    font-size: 1.8rem;
    text-align: center;
    margin: 20px auto;
  }
  #proyectos .proyectos.generic-container {
    height: auto;
    /* height: calc(115vh - 200px); */
    padding: 80px 0;
  }
  #new-proyectos-swiper {
    height: 100%;
    /* width: 90%; */
    /* margin: 30px auto; */
  }
  #nuestra-vision .nuestra-vision.generic-container {
    overflow: hidden;
  }
  #header .header.generic-container {
    overflow-y: auto;
  }
  .seccion-title {
    color: #ff6512;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 30px;
    font-weight: 500;
  }
  #que-hacemos .que-hacemos.generic-container {
    background-image: url(../img/fondo01-Mob-diagrama-Obenque.png);
    background-position: center;
    background-size: cover;
    padding: 95px 4vw 100px;
    position: relative;
    /* height: calc(100vh - 200px); */
  }
  #que-hacemos .interior-que-hacemos {

  }
  #title-que-hacemos {
    align-items: center;
    margin: 10px 0 30px 0;
    text-align: center;
  }
  #title-que-hacemos .seccion-title {
    margin: 0;
    /* margin-right: 10px; */
    /* border-bottom: solid 1px #ff6512; */
  }
  #contenido-que-hacemos {
    width: 100%;
    /* height: 65vh; */
    /* background-color: blue; */
    /* margin: 40px auto; */
  }
  #title-quienes-somos {
    position: absolute;
    left: 4vw;
    top: 90px;
  }
  #title-proyectos {
    padding-left: 4vw;
    color: white;
    align-self: flex-start;
  }
  #swiper-que-hacemos {
    height: 100%;
    width: 100%;
  }
  #swiper-que-hacemos .qua-card-container {
    height: 85%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  #swiper-que-hacemos .qua-card {
    display: flex;
    flex-direction: row;
    /* height: 50%; */
    height: auto;
    width: 100%;
  }
  #swiper-que-hacemos .swiper-pagination {
    bottom: 0;
  }
  #swiper-que-hacemos .swiper-pagination-bullet {
    background: #cccccc;
  }
  #swiper-que-hacemos .swiper-pagination-bullet-active {
    background: #cccccc;
  }
  #swiper-que-hacemos .swiper-button-next, #swiper-que-hacemos .swiper-button-prev {
    top: 30px;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    color: #f5631c;
  }
  #que-hacemos .new-qa-cards {
    height: 80vh;
    width: 100%;
  }
  #que-hacemos .qua-card.card-portrait {
    height: 100%;
    width: 100%;
  }
  #que-hacemos .qua-card.card-portrait .qua-card-image {
    height: 100%;
    width: 100%;
  }
  #que-hacemos .warever {
    width: 100%;
    margin: 20px 0;
    border-color: #cccc;
    opacity: 0.4;
  }
  #chevron {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    height: 6vh;
    opacity: 0.7;
    animation: bounce 2s infinite;
  }
  #chevron img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
  }


  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translate(-50%,0);
    }
    40% {
      transform: translate(-50%,-20px);
    }
    60% {
      transform: translate(-50%,-10px);
    }
  }












}
