@import url(/CSS/guideStyle.css);

.banner {
  height: 100vh;
  width: 80%;
  margin: auto;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;

  padding-top: 5rem;

  @media (max-width:1500px) {
    width: 95%;
  }
}

.banner video {
  height: 40%;
}

.textoBanner {
  width: 90%;
  font-size: 18px;
  line-height: 2.5rem;

  text-align: justify;

  @media (max-width:1500px) {
    width: 95%;
  }
}

.nossosValores {
  width: 100%;
  padding-bottom: 40px;
}

.valoresGrid {
  display: flex;
  justify-content: center;
  align-items: center;

  @media (max-width:1500px) {
    
  };
  @media (max-width:900px) {
    flex-direction: column;
  };

}

.valoresCard-1 {
  height: 30rem;
  width: 18%;
  background-image: url(/IMG/QuemSomosV2/etico.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: end;
  justify-content: center;
  margin: 2px;

  border-radius: 0.7rem;

  @media (max-width:1500px) {
    height: 25rem;
  }
  @media (max-width:900px) {
    height: 20rem;
    width: 90%;
  }
}

.valoresCard-2 {
  height: 30rem;
  width: 20%;
  background-image: url(/IMG/QuemSomosV2/comprometido.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: end;
  justify-content: center;
  margin: 2px;

  border-radius: 0.7rem;

  @media (max-width:1500px) {
    height: 25rem;
  }
  @media (max-width:900px) {
    height: 20rem;
    width: 90%;
  }
}

.valoresCard-3 {
  height: 30rem;
  width: 20%;
  background-image: url(/IMG/QuemSomosV2/aprimoramento.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: end;
  justify-content: center;
  margin: 2px;

  border-radius: 0.7rem;

  @media (max-width:1500px) {
    height: 25rem;
  }
  @media (max-width:900px) {
    height: 20rem;
    width: 90%;
  }
}

.valoresCard-4 {
  height: 30rem;
  width: 20%;
  background-image: url(/IMG/QuemSomosV2/harmonia.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: end;
  justify-content: center;
  margin: 2px;

  border-radius: 0.7rem;

  @media (max-width:1500px) {
    height: 25rem;
  }
  @media (max-width:900px) {
    height: 20rem;
    width: 90%;
  }
}

.valoresCard-1 p,
.valoresCard-2 p,
.valoresCard-3 p,
.valoresCard-4 p {
  width: 100%;
  height: 4rem;
  background-color: var(--verde);
  text-align: center;
  font-size: 18px;
  color: white;
  padding: 2rem 1rem 2rem 1rem;

  @media (max-width:1500px) {
    padding: 1rem 1rem 1rem 1rem;
  }
  @media (max-width:900px) {
    padding: 1rem 1rem 1rem 1rem;
  }
}



.numeros {
  height: 100vh;
  width: 100vw;
  background-color: black;

  display: none;
}

.paises {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 100px 0px;
}

.paises ul {
  padding-top: 30px;
  display: flex;

  @media (max-width:1500px) {
    
  }
  @media (max-width:900px) {
    flex-wrap: wrap;
    place-content: center;
  }
}

.paises ul li {
  padding: 20px;
}

.paises img {
  padding: 30px;
  height: 22rem;

  @media (max-width:1500px) {
    height: 19rem;
  }
  @media (max-width:900px) {
  height: 12rem;
  }
}

