/* Scss Document */
.div_galeria {
  width: 100%;
  padding-top: 3vw;
  background-image: url(../imagenes/fondo-alojamiento-y-galeria.jpg); }

.div_galeria_img {
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  margin-top: 2vw;
  display: block; }

.img_galeria {
  display: inline-block;
  width: 25%;
  height: 16vw;
  margin: 0;
  background-position: center;
  background-size: cover;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .img_galeria:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.div_ver_mas_galeria {
  width: 100%;
  height: 1vw;
  background-color: #927eb7;
  position: absolute;
  text-align: center;
  box-sizing: border-box; }

.ver_mas_galeria {
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 50%;
  color: #927eb7;
  font-family: 'ChaparralPro-Bold';
  font-size: 4vw;
  border: 0.3vw solid white;
  position: absolute;
  margin-top: -2.3vw;
  box-sizing: border-box;
  margin-left: -2.3vw; }

@media screen and (max-width: 800px) {
  .div_galeria {
    padding-top: 40px; }

  .div_galeria_img {
    margin-top: 40px; }

  .img_galeria {
    width: 50%;
    height: 280px; }

  .div_ver_mas_galeria {
    height: 18px; }

  .ver_mas_galeria {
    font-size: 60px;
    border: 6px solid white;
    margin-top: -36px;
    margin-left: -36px; } }
