* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Merriweather Sans', sans-serif;
}

a {
  text-decoration: none;
  outline: none
}

img {
  outline: none
}

li {
  list-style-type: none
}

img {
  max-width: 100%
}

nav a {
  font-family: 'Roboto', sans-serif;
  color: #000 !important;
}

.navbar {
  margin-bottom: 0;
  background-color: #fff;
  border-color: #fff;
}

.navbar-nav {
  margin-top: 19px;
  margin-right: 19px !important;
}

header {
  background: url(../images/header.jpg?2) no-repeat center;
  background-size: cover;
  height: 637px
}

.intro {
  max-width: 828px;
  float: right;
  padding-top: 200px;
  padding-right: 200px
}

.intro p {
  color: #fff;
  font-size: 22px
}

.intro h3 {
  font-size: 35px;
  color: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 3fr 2fr 3fr;
  grid-auto-rows: auto;
}

.gallery-grid img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 480px;
}

.gallery-grid .featured {
  object-position: center 75%;
}

.block1 p {
  color: #6f4122;
  font-size: 16px
}

.block1 {
  text-align: center;
}

.block1 article {
  margin: 55px 0;
}

.block1 article img {
  margin-top: 55px
}

.contact-form {
  text-align: center
}

form {
  padding: 15px
}

form .text {
  border: 1px solid #6f4122;
  width: 100%;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px
}

form .text::placeholder {
  color: #6f4122;
}

form {
  max-width: 500px;
  margin: 0 auto;
}

.contact-form h3 {
  font-family: 'Playfair Display', serif;
  color: #fab700;
  font-size: 49px;
  margin: 30px
}

.greca {
  max-width: 250px;
  margin-top: 55px
}

.button {
  color: #fff;
  background: #fab700;
  font-family: 'Playfair Display', serif;
  padding: 6px 42px;
  cursor: pointer;
  font-size: 22px;
}

.text-small {
  font-size: 85%;
}

#aviso-de-privacidad {
  text-align: center;
  max-width: 800px;
  padding: 32px 48px;
  background-color: #fff;
  line-height: 1.6;
}

.privacy-body {
  text-align: justify;
}
.privacy-body p {
  margin-top: 2rem;
}

footer {
  margin-top: 100px;
  background: url(../images/bg-footer.jpg) no-repeat center;
  background-size: cover;
  padding: 55px 0 0
}

footer .address-footer {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.8
}

footer h3 {
  color: #fab700;
  font-size: 17px;
  font-family: 'Playfair', serif
}

.legals {
  margin-top: 55px;
  text-align: center;
  padding-bottom: 35px;
  color: #fff;
}

.legals a {
  color: #fff;
}

.map-footer {
  height: 340px;
  margin-top: 55px
}

.map-footer iframe {
  width: 100%;
  height: 100%
}

@media(max-width:767px) {
  header {
    height: 166px
  }

  .intro p {
    font-size: 11px
  }

  .intro {
    padding: 21px 10px 10px;
    padding-left: 96px;
  }

  .intro h3 {
    margin-top: 0;
    font-size: 12px
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .gallery-grid img {
    max-height: 320px;
  }
}
