.info {
  background-image: url("../images/Fondo.png");
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .info {
    background-image: url("../images/img2.jpg");
  }
}
.centered-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.labela {
  color: black;
}
.gallery {
  background-color: #87c3ff;
}
.zoomP {
  /* Aumentamos la anchura y altura durante 1 segundos */
  transition: width 1.1s, height 1.1s, transform 1.1s;
  -moz-transition: width 1.1s, height 1.1s, -moz-transform 1.1s;
  -webkit-transition: width 1.1s, height 1.1s, -webkit-transform 1.1s;
  -o-transition: width 1.1s, height 1.1s, -o-transform 1.1s;
}
.zoomP:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.map {
  background-color: #bee9fd;
}
.contactos {
  background-image: url("../images/cachorros.png");
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
}
.footer {
  background-color: #10164d;
  color: white;
}
.boton-cerrar-sesion {
  position: fixed;
  top: 40px;
  right: 20px;
}
