@import url('https://fonts.googleapis.com/css2?family=Fleur+De+Leah&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body {
  background-image: url(img/fondo.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #ffffff;
  font-family: Poppins, san-serif;
}

img {
  max-width: 150px;
  width: 100%;
}

.nav-link {
  font-weight: 600;
  color: #000;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.dropdown>.dropdown-menu {
  background-color: #FFF;
  border: none;
  border-radius: 0;
}

.lni-layers-1 {
  font-size: 1.5rem;
}

.lni-cross-circle {
  font-size: 2rem;
}

.navbar {
  background-color: #EAAF61;
}

@media (min-width:992px) {
  .dropdown>.dropdown-menu {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    display: block;
    transition: all 0.1 ease-out;
  }

  .dropdown:hover>.dropdown-menu {
    padding: 20px 0;
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }

  .dropdown-item:hover {
    color: #FFF;
    background-color: #000;
  }
}

.principal {
  align-items: center;
}

.principal {
  width: 100%;
  padding-top: 100px;
  text-align: center;
  background-color: transparent;
}

.titulo h1 {
  font-size: 6em;
  font-family: "Playfair Display", serif;
  color: #7c3f05;
  animation: fadeInDown 1s ease-out;
  text-shadow: 4px 3px 12px #ffffff;
}

.contacto {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 12px 35px #ffffff;
  margin: 0px auto 85px auto;
  max-width: 1200px;
  padding: 50px 20px;
}

.info {
  text-align: center;
  line-height: 2;
  font-family: "Josefin Sans", sans-serif;
  color: #623F19;
  padding: 35px;
  min-width: 400px;
  flex: 1.5;
}

.info strong {
  color: #C69D5F;
  font-weight: 700;
}

.info p {
  font-size: 1.2em;
  margin-bottom: 15px;
}

.info .reservacion {
  color: #B77A3B;
  margin-top: 30px;
  font-size: 1.3em;
  font-weight: bold;
}

.te-esperamos {
  text-align: center;
  font-family: "PlayFair Display", serif;
  text-shadow: 5px 4px 12px #623F19;
  font-size: 30px;
}

.carrusel {
  width: 90%;
  height: 50%;
  align-items: center;
  text-align: center;
}

.footer {
  position: relative;
  width: 100%;
  background-color: black;
  min-height: 100px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin-top: 100px;
}

.menu-footer {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  margin: 10px 0;
  flex: wrap;
}

.menu-elem {
  list-style: none;
}

.menu-icon {
  color: white;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  margin: 5px 10px;
  opacity: 0.75;
  transition: 0.3s;
  font-family: Josefin Sans;
}

.menu-icon:hover {
  opacity: 1;
}

.store-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}

.store-buttons img {
  width: 150px;
  height: auto;
}

.footer-text {
  color: white;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: Josefin Sans;
}

@media (min-width: 1200px) {
  .titulo h1 {
    font-size: 6em;
  }
}

@media (max-width: 991px) {
  .titulo h1 {
    font-size: 4em;
  }

  .contacto {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 15px;
  }

  .info {
    min-width: auto;
    padding: 20px;
  }

  .te-esperamos {
    font-size: 26px;
  }

  .store-buttons img {
    width: 130px;
  }
}

@media (max-width: 768px) {
  .titulo h1 {
    font-size: 3em;
  }

  .contacto {
    gap: 20px;
  }

  .info p {
    font-size: 1em;
  }

  .footer-text {
    font-size: 16px;
  }

  .store-buttons {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 576px) {
  img {
    max-width: 100px;
  }

  .titulo h1 {
    font-size: 2.2em;
  }

  .principal {
    padding-top: 60px;
  }

  .info {
    padding: 10px;
  }

  .info p {
    font-size: 0.95em;
  }

  .te-esperamos {
    font-size: 22px;
  }

  .store-buttons img {
    width: 120px;
  }

  .footer-text {
    font-size: 14px;
  }

  .menu-footer {
    flex-direction: column;
    gap: 10px;
  }

  .menu-icon {
    font-size: 18px;
  }
}
