.banner-full{
    width: 100%;
    height: 50vh;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #EEEEEE;
    position: relative;
    margin-top: 50px;
}

.flag-quienes-somos{
    background: white;
    width: max-content;
    padding: 10px 45px;
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    color: #ffce00;
    letter-spacing: 2px     ;
}

.content-qs{
    padding:60px 0;
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
}


.title-qs h1 {
    font-size: 0;
  }

  .text-banner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(0%,-50%);
    color: white;
    font-size: 32px;
  }

  .lideres-grid .card {
    min-height: 380px;
    height: 50vh;
    width: 100%;
    margin: 10px 0;
  }

  .lideres-grid {
    padding: 0 40px;
    margin: 0 0 30px 0;
  }


  
  .col-12.col-md-3.title-qs{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  letter-spacing: 13px;
  color: #ffce00;
  font-weight: 800;
  text-transform: uppercase;
 text-align: center;
  }

  .card-body {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-transform: uppercase;
  }

  .card-title{
    margin-bottom: 0;
    font-weight: 800;
  }

  @media screen and (max-width: 700px) {

    .content-qs {
      padding: 40px 30px;
      font-size: 18px;
      max-width: 800px;
      margin: 0 auto;
  }

  .lideres-grid{
    padding: 0;
    margin: 0;
  }

  .lideres-grid .col-6{
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-banner {
    width: 100%;
    top: 40%;
    left: 0;
    transform: none;
    padding: 0 20px;
    line-height: 30px;
    text-align: center;
}

.flag-quienes-somos {
  position: absolute;
  top: 20%;
}
  }
