* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.site-header {
  background-color: #EFEBF7;
}

.main-nav ul li a {
  text-decoration: none;
  color: #1E1F4B;
  font-family: "Aleo", serif;
  transition: font-weight 0.2s ease;
}
.main-nav ul li a:hover {
  font-weight: bolder;
  text-decoration-line: underline;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-toggle {
  color: #1E1F4B;
}

body {
  color: #EFEBF7;
}
body h2 {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  margin-bottom: 3rem;
}
body h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 0.75rem;
}
body h4 {
  font-family: "Aleo", serif;
  font-weight: normal;
  font-size: 1.5rem;
}
body p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.parrafo-img-oscuro {
  background-color: #1E1F4B;
}
.parrafo-img-oscuro h2, .parrafo-img-oscuro h3, .parrafo-img-oscuro h4, .parrafo-img-oscuro p {
  color: #EFEBF7;
}

.parrafo-img-blanco h2 {
  color: #4d4093;
}
.parrafo-img-blanco h3, .parrafo-img-blanco h4, .parrafo-img-blanco p {
  color: #1E1F4B;
}

.hero h1 {
  font-family: "Playfair Display", serif;
  color: #EFEBF7;
  font-size: 6rem;
  line-height: normal;
  margin-bottom: 2.25rem;
}
.hero p {
  font-family: "Montserrat", sans-serif;
  color: #EFEBF7;
  font-size: 1.5rem;
}

.formulario {
  font-family: "Montserrat", sans-serif;
  color: #1E1F4B;
  background-color: #EFEBF7;
}

.input-form {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}

input[type=submit] {
  font-family: "Aleo", serif;
  background-color: #f7bf68;
  color: #1E1F4B;
}
input[type=submit]:hover {
  background-color: #C27A0A;
  color: #EFEBF7;
  cursor: pointer;
  transition: all 0.3s ease;
}

.site-footer,
.site-footer * {
  background-color: #EFEBF7;
  font-family: "Aleo", serif !important;
  font-size: 0.95rem !important;
}

.text-footer {
  color: #1E1F4B;
}
.text-footer p {
  margin: 0;
  margin-bottom: 0.25em;
}
.text-footer p:last-child {
  margin-bottom: 0;
}

.lista-redes-footer li {
  font-family: "Aleo", serif;
  color: #1E1F4B;
  font-size: 0.5rem;
}

.call-to-action {
  font-family: "Aleo", serif;
  color: #1E1F4B;
  background-color: #f7bf68;
  border-style: none;
  text-decoration: none;
  font-size: medium;
  display: inline-flex;
  height: 3rem;
  padding: 0.75rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  border-radius: 3rem;
  margin-top: 2.25rem;
}
.call-to-action:hover {
  background-color: #C27A0A;
  color: #EFEBF7;
  cursor: pointer;
  transition: all 0.3s ease;
}

.site-header {
  display: flex;
  height: 6.25rem;
  justify-content: space-between; /*logo a la izquierda, nav a la derecha*/
  align-items: center; /*centrado vertical */
  padding: 1.25rem 4rem;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.logo img {
  height: 3.5rem;
  aspect-ratio: 351.4/56;
}

.main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-nav ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  font-size: 1rem;
}

.nav-links {
  gap: 1rem;
}

.menu-toggle {
  display: none;
}

.nav-toggle {
  display: none;
}

.hero {
  display: flex;
  justify-content: center;
  height: 90vh;
  text-align: left;
  background-size: cover;
  background-position: center;
  border-radius: 0 0 12.5rem 12.5rem;
}

.hero-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  align-items: flex-start;
  padding-block: 6.25rem;
  padding: clamp(1rem, 5vw, 5rem);
  box-sizing: border-box;
}

.img-content-text-left {
  display: inline-block;
  text-align: center;
}

.text-left-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.text-right-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.text-left-image-section {
  display: grid;
  padding: 7.5rem 6.25rem;
  justify-items: center;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 2fr 1fr;
  gap: 5rem;
}

.text-right-image-section {
  display: grid;
  padding: 7.5rem 6.25rem;
  justify-items: center;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 1fr 2fr;
  gap: 6.25rem;
}

.grid-header {
  display: flex;
  padding: 0 6.25rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 3rem;
}

.two-column-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 6.25rem;
  gap: 1rem;
}

.two-column-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  gap: 0.25rem;
  margin-bottom: 2.5rem;
}
.two-column-content img {
  max-width: 100%;
  height: auto;
}
.two-column-content p {
  max-width: 95%;
  margin-bottom: 0.75rem;
}

.gallery-content {
  margin-top: 5rem;
}

.platos-especiales {
  padding: 1rem 0;
}

.staff-section {
  padding: 6.25rem 6.25rem;
  width: 100%;
  text-align: start;
}

.staff-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

.staff-card img {
  margin-bottom: 2.25rem;
}
.staff-card h4 {
  min-height: 4rem;
  margin-bottom: 2rem;
  text-align: left;
}

.cta-final-staff {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.icons-contact {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.icons-contact img {
  width: 2.5rem;
  height: auto;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 3rem 6.25rem;
}

.formulario {
  border-radius: 1.5rem;
  padding: 2rem;
  width: 100%;
  max-width: 30rem;
  margin: 2rem auto;
}
.formulario label {
  display: block;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 0.95rem;
}

.input-form {
  width: 100%;
  padding: 0.75rem;
  margin-top: 0.5rem;
  border: none;
  border-radius: 0.625rem;
  box-sizing: border-box;
}

.textarea-form {
  min-height: 6rem;
  resize: vertical;
}

.boton-enviar {
  text-align: right;
  margin-top: 1.5rem;
}

input[type=submit] {
  border: none;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  border-radius: 2rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 6.25rem;
  gap: 2rem;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.logo-footer {
  height: 4rem;
}

.lista-redes-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.lista-redes-footer li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.lista-redes-footer p {
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}
.lista-redes-footer img {
  height: 1.75rem;
  width: auto;
  display: block;
}

/*Media query para tablet */
@media (max-width: 1024px) {
  .site-header {
    display: inline-flex;
    height: 4rem;
    width: 100%;
    padding: 0.625rem 3.125rem;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
  .logo {
    display: flex;
    width: 11rem;
    height: 3.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.625rem;
  }
  .logo img {
    height: 1.8rem;
    flex-shrink: 0;
    aspect-ratio: 181.5/29;
  }
  .nav-toggle {
    display: none;
    font-size: 2rem;
    background: none;
    border: none;
    cursor: pointer;
  }
  .main-nav ul {
    display: flex;
    align-items: center;
    gap: 1rem;
    list-style: none;
    font-size: 0.75rem;
  }
  .hero {
    display: flex;
    justify-content: center;
    height: 24rem;
    padding: 4rem 3.25rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    text-align: left;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 9rem 9rem;
    flex-shrink: 0;
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    align-items: flex-start;
    gap: 1rem;
    padding-block: 3.25rem;
    padding: clamp(1rem, 3vw, 3.5rem);
    box-sizing: border-box;
  }
  .hero-content h1 {
    align-self: stretch;
    font-size: 2.75rem;
    line-height: normal;
  }
  .hero-content p {
    align-self: stretch;
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 0;
  }
  .hero-content p:last-of-type {
    margin-top: 0;
  }
  body h2 {
    font-size: 2rem;
    line-height: normal;
  }
  body h3 {
    font-size: 1.5rem;
    line-height: normal;
  }
  body h4 {
    font-size: 1.25rem;
  }
  body p {
    font-size: 1rem;
  }
  /*Estilos de contenido*/
  .img-content-text-left {
    display: inline-block;
    text-align: center;
  }
  .text-side-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .text-left-image-section,
  .text-right-image-section {
    display: grid;
    padding: 3rem 2.25rem;
    justify-items: center;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .text-side-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }
  .text-side-content p {
    align-content: flex-start;
  }
  .img-content-text-left {
    display: flex;
    align-items: center;
  }
  .img-content-text-left img {
    width: 100%;
    height: auto;
  }
  .img-content-text-right {
    display: flex;
    align-items: center;
  }
  .img-content-text-right img {
    width: 100%;
    height: auto;
  }
  .call-to-action {
    height: -moz-fit-content;
    height: fit-content;
    font-size: 80%;
  }
  .grid-header {
    display: flex;
    padding: 0 2.25rem;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3rem;
  }
  .two-column-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 2.25rem;
    gap: 1rem;
    align-items: start;
  }
  .two-column-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    max-width: 100%;
    gap: 0.25rem;
    margin-bottom: 2rem;
  }
  .two-column-content img {
    max-width: 100%;
    height: auto;
  }
  .two-column-content img:last-of-type {
    margin-bottom: 0.25rem;
  }
  .two-column-content h3 {
    margin: 0;
  }
  .two-column-content p {
    max-width: 95%;
    margin: 0;
  }
  .menu-estandar {
    margin-bottom: 3rem;
  }
  .gallery-content {
    margin-top: 5rem;
  }
  .platos-especiales {
    padding: 2rem 0;
  }
  .staff-section {
    padding: 6.25rem 6.25rem;
    text-align: start;
    width: 100%;
  }
  .staff-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
  .staff-card {
    align-items: center;
  }
  .staff-card img {
    align-items: center;
    width: 80%;
    margin-bottom: 2.25rem;
  }
  .staff-text h4 {
    margin-bottom: 2.25rem;
    text-align: left;
  }
  .cta-final-staff {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .contact-form {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 2rem 2.25rem;
  }
  .formulario {
    width: 100%;
    max-width: 1024px;
  }
  .site-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 2rem 6.25rem;
    gap: 2rem;
  }
  .footer-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  .logo-footer {
    height: 2.5rem;
  }
  .lista-redes-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style: none;
    width: 80%;
    gap: 0.5rem;
    padding: 0;
    margin: 0;
  }
  .lista-redes-footer li {
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }
  .lista-redes-footer p {
    margin: 0;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  .lista-redes-footer img {
    height: 1rem;
    width: auto;
    display: block;
  }
}
/*Site Header*/
/*Media query mobile*/
@media (max-width: 567px) {
  .site-header {
    display: flex;
    height: 3.75rem;
    width: 100%;
    padding: 1.25rem 1.25rem;
    justify-content: space-between;
    align-items: center;
  }
  .logo {
    display: flex;
    width: 14.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.625rem;
    flex-shrink: 0;
  }
  .logo img {
    height: 2.5rem;
    align-self: stretch;
  }
  .menu-toggle {
    display: none;
  }
  .nav-toggle {
    display: block;
    font-size: 2rem;
    position: absolute;
    right: 1.5rem;
    cursor: pointer;
    z-index: 20;
  }
  .main-nav {
    flex-wrap: wrap;
    align-items: center;
  }
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    font-size: 3rem;
    gap: 0rem;
    top: 3.75rem;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: #cebbf5;
    padding: 0 2rem;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    z-index: 10;
  }
  .nav-links li {
    margin: 1rem 0;
  }
  .menu-toggle:checked ~ .nav-links {
    max-height: 75%;
    opacity: 1;
    visibility: visible;
  }
  .hero {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: left;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 6rem 6rem;
    flex-shrink: 0;
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    align-items: flex-start;
    gap: 0.7rem;
    padding-block: 1.25rem;
    padding: clamp(1rem, 2vw, 2.2rem);
    box-sizing: border-box;
  }
  .hero-content h1 {
    align-self: stretch;
    font-size: 2rem;
    line-height: normal;
  }
  .hero-content p {
    align-self: stretch;
    font-size: 1rem;
    line-height: normal;
  }
  body h2 {
    font-size: 2.25rem;
    line-height: normal;
  }
  body h3 {
    font-size: 1.25rem;
    line-height: normal;
  }
  body h4 {
    font-size: 1.25rem;
    line-height: normal;
  }
  body p {
    font-size: 1rem;
  }
  /*Estilos de parrafo con imagen al lado*/
  .text-left-image-section,
  .text-right-image-section {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 2rem 1.25rem;
    flex-direction: column;
    flex-shrink: 0;
  }
  .text-side-content {
    display: flex;
    flex-direction: column;
    align-self: stretch;
  }
  .text-side-content p {
    align-content: flex-start;
  }
  .img-content-text-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
  }
  .img-content-text-left img {
    width: 80%;
    max-width: 100%;
    height: auto;
    display: block;
  }
  .img-content-text-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
  }
  .img-content-text-right img {
    width: 80%;
    max-width: 100%;
    height: auto;
    display: block;
  }
  .call-to-action {
    display: flex;
    align-self: center;
  }
  .grid-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 1.25rem;
  }
  .two-column-section {
    display: flex;
    flex-direction: column;
    padding: 0 1.25rem;
    gap: 0rem;
    width: 100%;
  }
  .two-column-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .two-column-content img:last-of-type {
    margin-bottom: 0rem;
  }
  .menu-grid {
    margin-bottom: 0rem;
  }
  .gallery-content {
    margin-top: 3rem;
  }
  .platos-especiales {
    padding: 1.5rem 0;
    gap: 0.25rem;
  }
  .contact-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
    max-width: 567px;
    padding: 3rem 1.25rem;
  }
  .formulario {
    width: 100%;
  }
  .site-footer {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    padding: 2rem 3rem 5rem 3rem;
    gap: 1.25rem;
  }
  .footer-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  .logo-footer {
    height: 2.5rem;
  }
  .text-footer {
    display: flex;
    text-align: center;
  }
  .lista-redes-footer {
    display: flex;
    width: 6rem;
    height: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    list-style: none;
    gap: 1rem;
    padding: 0;
    margin: 0;
  }
  .lista-redes-footer li {
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }
  .lista-redes-footer p {
    margin: 0;
    line-height: 1;
    display: flex;
    font-size: 0.5rem;
    align-items: center;
    font-weight: 50px;
  }
  .lista-redes-footer img {
    height: 1rem;
    width: auto;
    display: block;
  }
  .footer-datos {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .staff-header {
    margin-top: 2rem;
  }
  .staff-section {
    display: flex;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 1.2rem 1.25rem;
    flex-direction: column;
    flex-shrink: 0;
  }
  .staff-grid {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .staff-card {
    display: inline-flex;
    gap: 1rem;
    justify-content: center;
  }
  .staff-card img {
    display: flex;
    width: auto;
    height: 100%;
  }
  .staff-text {
    display: flex;
    width: 75%;
    flex-direction: column;
    align-items: flex-start;
  }
  .staff-text h4 {
    text-align: left;
  }
  .cta-final-staff {
    display: flex;
    align-self: center;
    margin-bottom: 2rem;
  }
}
.hero-home {
  background-image: url("../assets/img/hero-images/hero-img-home.png");
}

.hero-nosotros {
  background-image: url("../assets/img/hero-images/hero-img-nosotros.png");
}

.hero-contact {
  background-image: url("../assets/img/hero-images/hero-img-contacto.png");
}

.hero-gallery {
  background-image: url("../assets/img/hero-images/hero-img-galeria.png");
}

.hero-menu {
  background-image: url("../assets/img/hero-images/hero-img-menu.png");
}

.two-column-content img {
  transition: rotate 0.5s ease;
}
.two-column-content img:hover {
  rotate: 3deg;
  opacity: 60%;
}/*# sourceMappingURL=main.css.map */