*{
  font-size: 14px;
  
}

.contentext{
  margin-top: 50px;
}
.contentext .box{
  
    /*border: 1px solid black;*/
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    color: black;
}


.contentext .box .saidimg img{
    width: 70%;
}

.contentext .box .saidtext p{
  padding: 0px;
  text-align: justify;
}
.contentext p{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
color: black;
padding: 10px;
  text-align: justify;
}


.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 5px;
}
.grid-item {
  text-align: center;
}

.grid-item {

  padding: 1px;
 
  text-align: center;
}

.grid-item img{
  width: 500px;
  height: 300px;
}

html, body { padding: 0; margin: 0; }
.image-grid div {
  width: 25%;
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
}

/*
.image01 { background-image: url('https://1.bp.blogspot.com/-EYy2OzxZ2ZI/UKD_FoVw59I/AAAAAAAAFjw/l2E_bOlobTk/s1600/g_ponte_vicfalls.jpg'); }
.image02 { background-image: url('./../img/zamb.jpg'); }
.image03 { background-image: url('./../img/hero.jpg'); }
.image04 { background-image: url('https://opais.co.mz/wp-content/uploads/2021/03/BARRAGEM.jpg'); }
.image05 { background-image: url('https://media-cdn.tripadvisor.com/media/photo-s/01/14/24/8f/view-of-tete-bridge-over.jpg'); }
.image06 { background-image: url('https://cf.bstatic.com/xdata/images/hotel/max1024x768/137921431.jpg?k=241f145cb66d4fbd03c9f642568976f397eba41bea609116109ccad7c3f0d57b&o=&hp=1'); }
.image07 { background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRvDyn_aTN6RguBuwIi1AXLo8hOgcev7cYWew&usqp=CAU'); }
.image08 { background-image: url('https://www.betar.pt/cms/wp-content/uploads/2021/10/01_DONA_ANA.jpg'); }
*/

@media screen and (max-width: 400px) {
  .image-grid {
    flex-direction: column;
    flex-wrap: no-wrap;
  }
  .image-grid div { width: 100%; }
}


.img-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
  }
  .img-list li {
  border: 5px solid transparent;
  box-sizing: border-box;
  width: 33.33%;
  float: left;
  position: relative;
  cursor: pointer;
  }
  .img-list img {
  max-width: 100%;
  vertical-align: middle;
  }
  
  /* Image Placeholder Styles
  -------------------------------------------------------------- */
  .img-placeholder:before,
  .img-placeholder:after {
  padding-top: 33.33%;
  content: "";
  display: block;
  }  
  .img-placeholder {
  background: #222;
  box-shadow: 0 0 0 8px #222 inset, 0 0 0 9px #333 inset;
  color: #444;
  line-height: 0;
  text-align: center;
  display: block;
  }
  
  /* The hover effect
  -------------------------------------------------------------- */
  .img-list li:before {
  transition: all .5s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  transform: scale(0);
  }
  .img-list li:hover:before {
  opacity: .5;
  transform: scale(1);
  }
  .img-list li:after {
  transition: all .6s ease .2s;
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #aaa;
  background: #000;
  opacity: 0;
  transform: scale(0);
  }
  .img-list li:hover:after {
  opacity: .35;
  transform: scale(1);
  }



