html,
body {
  overflow-x: hidden;
}

.na_titulo1 {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 2.4vh;
  line-height: 3.4vh;
  text-transform: uppercase;
  color: #000000;
}
.na_titulo2 {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 5.5vh;
  line-height: 7vh;
  text-transform: uppercase;
  color: #101010;
}
.na_contenido {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 2vh;
  line-height: 3.4vh;
  text-align: justify;
  color: #6a6a6a;
}
.na_subtitulo {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 2vh;
  line-height: 3.4vh;
  text-align: justify;
  color: #000000;
}
.parrafos {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 2vh;
  line-height: 3.4vh;
  text-align: justify;
  color: #6a6a6a;
}
.enlaces {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 2vh;
  line-height: 3.4vh;
  text-align: justify;
}
.telefonos {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 2vh;
  line-height: 3.4vh;
  text-align: justify;
  color: #6a6a6a;
}

.comillas {
  font-family: Pragati Narrow;
  font-size: 5vh;
  text-align: justify;
  color: rgba(106, 106, 106, 0.2);
}
.cita {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 2vh;
  line-height: 3.5vh;
  text-align: justify;
  color: #6a6a6a;
}

.imgleft_quienessomos{
    position: relative;
    right: 1px;
    top: 20vh;
}
.imgleft_comotrabajamos{
    position: relative;
    top: 22.5vh;
    left: -5vh;
}

.imgleft_porquejulio{
    position: relative;
    top: 26vh;
    left: -4vh; 
}
.imgleft_nuestros{
    position: relative;
    top: 27vh;
    left: -4vh; 
}


.quienes-text-w {
  font-weight: 600;
}

.quienes-organigrama-full {
  display: none;
}

.quienesSection2-container {
  padding: 30px;
}

.quiernesSection2-text-full {
  display: none;
}



@media (max-width: 500px) {
    .imgcelular, .imgsillas{
        width: 100%;
    }
    
}

@media (min-width: 990px) {
  .quienes-organigrama-full {
      margin-top: 50px;
      display: flex;
      justify-content: center;
    }

  .quienesSection2-container {
    padding: 100px;
  }

  .quienesSection2-text-container {
    margin: 0 40px 0 0
  }

  .quienesSection2-text-card {
    margin-right: 20px;
    width: 400px;
  }

  .quiernesSection2-text-resp {
    display: none;
  }

  .quiernesSection2-text-full {
    display: flex;
  }
  

}

@media (min-width: 1300px) {
  .quienesSection2-container {
      display: flex;
      justify-content: center;
  }

  .quienesSection2-container-children {
    max-width: 800px;
  }

}

