.info {
  background-image: url("https://img.freepik.com/vector-gratis/fondo-geometrico-plano_23-2148957201.jpg?semt=ais_hybrid");
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .info {
    background-image: url("../images/img2.jpg");
  }
}
.gallery {
  background-color: #ff914d;
}
.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/fondocontacto.jpg");
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
}

.footer {
  background-color: #10164d;
  color: rgb(10, 10, 10);
}
#search {
  width: 100%;
  margin: 20px auto;
  background: #ffbc36;
  border-radius: 4px;
}
#search form {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#search input {
  padding: 5px;

  width: 100%;
  height: 35px;
  border: none;
}

#search input[type="submit"] {
  background-color: #7b4fb4;
  color: #ff914d;
  font-size: 15px;
  font-weight: bold;
}

.miboton {
  box-shadow: inset 0px 1px 0px 0px #97c4fe;
  background: linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
  background-color: #3d94f6;
  border-radius: 6px;
  border: 1px solid #337fed;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 15px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #1570cd;
}
.miboton:hover {
  background: linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
  background-color: #1e62d0;
}
.miboton:active {
  position: relative;
  top: 1px;
}

/*#results {
  background-color: #ffbc36;
  grid-template-columns: repeat(4, 1fr);
}*/
