:root {
  --logo-height: 7rem;
}
section {
  width: 90%;
}
.header__nav {
  padding: 1rem 0;
}
.header__logo img {
  height: var(--logo-height);
}
/*------------INICIO SLIDER----------*/
.header__inner-nav div {
  display: grid;
  gap: 1.5rem;
}
.header__inner-nav div p a {
  width: 100%;
  height: 100%;
}
.header__logo {
  width: 42rem;
  justify-content: center;
  gap: 2rem;
}
.header__left-container {
  width: 42rem;
  margin: 0;
  padding-bottom: 2rem;
}
.bestdestinations_box {
  grid-template-columns: 1fr 1fr;
}
.frontpage__welcome {
  padding: 7rem 5rem 0;
}
.frontpage__welcome h2 {
  margin: 0 auto;
  max-width: 65rem;
}
.frontpage__welcome p {
  margin: 0 auto;
  max-width: 65rem;
}
@media (min-width: 520px) and (max-width: 650px) {
  .bestdestinations_box {
    grid-template-columns: 1fr;
  }
}
