.gallery__img {
  object-fit: cover;
  cursor: pointer;
  transition: all 0.5s;
}

.gallery__img:hover {
  transform: scale(1.1);
}
.gallery__img--big {
  height: 400px;
  border: 2px solid #feef00;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 4px;
}
.gallery__img--small {
  height: 200px;
  border: 2px ridge #312783;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 4px;
}
.modal {
  width: 100%;

  min-height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  display: none;
}
.modal_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.modal__img {
  width: 80%;
  height: 500px;
  object-fit: contain;
}
.modal__boton {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #312783;
  font-size: 2em;
  text-align: center;
  border-radius: 50%;
}
.modal--open {
  display: block;
}
.sola {
  width: 60%;
  height: 20%;
  margin: auto;
}

@media (max-width: 479px) {
  .column--50-25 {
    width: 25%;
  }
  .sola {
    width: 60%;

    margin: auto;
  }
  .mt1p {
    width: 20%;
    margin: auto;
  }
  .mt2p {
    width: 20%;
    margin: auto;
  }
  .mt1 {
    width: 100%;
    margin: auto;
  }
  .mt2 {
    width: 100%;
    margin: auto;
  }
  .gallery__img {
    display: flex;
    object-fit: cover;

    cursor: pointer;
    transition: all 0.5s;
  }
  .gallery__img:hover {
  }
  .gallery__img--big {
    height: 150px;
  }
  .solasimg {
    height: 150px;
    border: 2px solid hsl(32, 100%, 50%);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
    margin-bottom: 4px;
  }
  .gallery__img--small {
    height: 80px;
  }
  .modal {
    width: 100%;

    min-height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
    display: none;
  }
  .modal_content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  .modal__img {
    width: 80%;
    height: 600px;
    object-fit: contain;
  }
  .modal__boton {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #312783;
    cursor: pointer;
    font-weight: bold;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: darkgoldenrod;
    font-size: 2em;
    text-align: center;
    border-radius: 0%;
  }
  .modal--open {
    display: block;
  }
  .main-footer {
    margin-top: 5px;
  }
  .mr80 {
    margin-top: 80px;
  }
}

@media (max-width: 720px) {
  .column--50-25 {
    width: 25%;
  }
  .sola {
    width: 60%;

    margin: auto;
  }

  .gallery__img {
    display: flex;
    object-fit: cover;

    cursor: pointer;
    transition: all 0.5s;
  }
  .gallery__img:hover {
  }
  .solasimg {
    height: 200px;
    border: 2px solid hsl(32, 100%, 50%);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
    margin-bottom: 4px;
  }
  .gallery__img--big {
    height: 200px;
  }
  .gallery__img--small {
    height: 100px;
  }
  .modal {
    width: 100%;

    min-height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
    display: none;
  }
  .modal_content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  .modal__img {
    width: 80%;
    height: 600px;
    object-fit: contain;
  }
  .modal__boton {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #312783;
    cursor: pointer;
    font-weight: bold;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: darkgoldenrod;
    font-size: 2em;
    text-align: center;
    border-radius: 50%;
  }
  .modal--open {
    display: block;
  }
}
