article {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  max-width: 1500px;
  margin: auto;
  margin-top: 100px;
}

.article-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.divisoria {
  width: 100%;
  height: 3px;
  background-color: rgb(27, 26, 26);
  margin-bottom: 26px;
}

h2 {
  font-size: 30px;
  margin-bottom: 6px;
}

.pictures {
  margin-right: 70px;
}

ul>li {
  margin-bottom: 15px;
}

li>span {
  font-weight: 800;
}

img {
  width: 400px;
  height: 400px;
  border-radius: 6px;
}

h4 {
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 20px;
  margin-top: 40px;
}

#wppbutton {
  background: #4caf50;
  border-radius: 11px;
  padding: 20px 45px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}


.photo-gallery {
  color: #313437;
  background-color: #fff;
}

.photo-gallery p {
  color: #7d8285;
}

.photo-gallery h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

.img-fluid{
  margin: 0px;
  max-width: 280px;
  max-height: 200px;
  width: 100%;
  height: 100%;
}

.photo-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom: 0;
}

.photo-gallery .photos {
  padding-bottom: 20px;
}

.photo-gallery .item {
  padding-bottom: 30px;
}

.w-100{
  max-width: 500px;
  max-height: 500px;
  height: 100%;
  width: 100%;

}


@media screen and (max-width:880px){
  .article-container {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .pictures {
    margin-right: 0px;
  }

  .informations{
    margin-top: 30px;
  }
}

@media screen and (max-width:765px){
  .col-sm-6{
    display: flex;
    justify-content: center;

  }
}

@media screen and (max-width:767px){
  .photo-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

@media screen and (max-width: 600px){
  img {
    width: 300px;
    height: 300px;
    border-radius: 6px;
  }
  
}

@media screen and (max-width: 450px){
  img {
    width: 220px;
    height: 220px;
    border-radius: 6px;
  }
  
}
@media screen and (max-width: 330px){
  img {
    width: 180px;
    height: 200px;
    border-radius: 6px;
  }
  
}

