@charset "UTF-8";
/* =====================================================
   Autor del desarrollo Front End y estilos: Nicolás Lastra
   GitHub: https://github.com/Nicolas-Lastra/
   Correo: nicolas.lastra.inzunza@gmail.com
   Ubicación: Villa Amengual, Lago Verde, Región de Aysén, Chile
   Año: 2025

   Proyecto: Sitio web para cafetería Aroma Austral
   Notas: Este archivo contiene los estilos base del sitio.
===================================================== */
/* Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Tipografía | Typography */
#my-main__h1 {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
}

/* Main */
html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  padding-top: 5%;
  padding-bottom: 5%;
  flex: 1 0 auto;
  /* Hace que el main ocupe el espacio restante */
}

.object-fit-cover {
  object-fit: cover;
  z-index: -1;
}

picture {
  display: block;
  pointer-events: none;
  z-index: -1;
}

/* Header */
.navbar {
  background-color: rgb(50, 26, 20);
}

.main-navbar__link {
  transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: 5px;
}

.main-navbar__link:hover {
  background-color: #4a2a20;
  text-decoration: none;
}

/* Footer */
footer {
  flex-shrink: 0;
}

.footer-container {
  background-color: rgb(237, 234, 228);
}

.footer-container__social a {
  text-decoration: none;
  color: inherit;
}

.footer-container__social-icon {
  width: 34px;
  height: auto;
  margin: 10px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.footer-container__social-icon:hover {
  transform: scale(1.15);
  filter: brightness(1.3);
}

/* Contacto | Contact*/
@media (min-width: 768px) {
  .main-contact {
    min-height: calc(100vh - 100px);
    /* Ajusta según altura del header + footer */
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: auto;
    padding-bottom: auto;
  }
  .main-contact form {
    max-width: 600px;
    width: 100%;
    margin: 2rem;
  }
}
.cafeteria-location {
  margin-top: 3rem;
  text-align: center;
  color: #f5f5f5;
}
.cafeteria-location__title {
  font-size: 2rem;
  font-family: "Prata", serif;
  margin-bottom: 1rem;
}
.cafeteria-location__description {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}
.cafeteria-location__map-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  max-width: 900px;
  margin: 0 auto;
}
.cafeteria-location__map {
  width: 100%;
  height: 360px;
  filter: grayscale(50%) contrast(1.1) brightness(0.95);
  border: none;
}

@media (max-width: 576px) {
  .cafeteria-location__description {
    font-size: 1rem;
    padding: 0 1rem;
  }
}
/* Galería | Gallery */
.gallery-img-fixed {
  height: 400px;
  object-fit: cover;
  width: 100%;
  border-radius: 0.5rem;
}

/* Index */
.my-main--index {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Responsive */
/* Extra Small <576px */
@media (max-width: 576px) {
  .my-main {
    height: auto;
    width: 75vw;
    align-items: center;
  }
  .my-main * {
    text-align: center;
  }
  .my-main__main-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 1rem;
  }
}
/* Small ≥576px */
@media (min-width: 576px) and (max-width: 767px) {
  .my-main {
    height: auto;
    width: 75vw;
    align-items: center;
  }
  .my-main * {
    text-align: center;
  }
}
/* Medium */
@media (min-width: 768px) and (max-width: 991px) {
  .my-main {
    height: auto;
    width: 75vw;
    align-items: center;
  }
  .my-main * {
    text-align: center;
  }
  .my-main__main-image {
    height: 60vh;
    width: 60vh;
    padding: 5%;
  }
  .my-main--index > p {
    font-size: 1.5rem;
    font-weight: 400;
  }
}
/* Large ≥992px */
@media (min-width: 992px) {
  main {
    padding-top: 1%;
    padding-bottom: 1%;
  }
  .my-main {
    height: auto;
    width: 75vw;
    align-items: start;
  }
  .my-main * {
    text-align: start;
  }
  .my-main__main-image {
    height: 26vw;
    width: 26vw;
    margin-left: 5%;
    margin-top: auto;
    margin-bottom: auto;
  }
  .my-main--index > p {
    font-weight: 400;
    font-size: 1.5rem;
    margin-top: auto;
    margin-bottom: auto;
  }
  .my-main--index {
    padding-top: 2rem;
    padding-bottom: auto;
  }
}
/* Menu */
.main-menu {
  background-color: #150d06;
}

#menu-section-nav .overflow-auto::-webkit-scrollbar {
  display: none;
}

#menu-section-nav .overflow-auto {
  -ms-overflow-style: none; /* IE y Edge */
  scrollbar-width: none; /* Firefox */
}

.menu-navbar {
  background-color: #392007;
}

.menu-navbar.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

.card-price {
  font-weight: bold;
  color: #f8d39b;
  font-size: 1.1rem;
}

.nav-pills a.active {
  background-color: #AB886D !important;
}

.nav-pills a {
  color: white;
}

.nav-pills a:visited {
  color: white;
}

@media (min-width: 992px) {
  /* Evita que se mantengan activas dos secciones del navbar al mismo tiempo */
  .nav-pills a:hover {
    background-color: #AB886D;
    color: white;
  }
}
.card-horizontal {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: rgb(82, 73, 57) !important;
  background: linear-gradient(90deg, rgb(82, 73, 57) 0%, rgba(112, 100, 79, 0.2321720925) 25%) !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-horizontal {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .card-horizontal {
    flex-direction: row;
    text-align: start;
    align-items: stretch;
  }
}
.img-card {
  width: 80%;
  height: auto;
  max-width: 250px;
  margin-top: 10px;
  object-fit: scale-down;
}

@media (max-width: 576px) {
  .img-card {
    width: 50%;
    max-width: none;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-card {
    width: 50%;
    max-width: 250px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .img-card {
    width: 50%;
    max-width: none;
    height: 100%;
  }
}
.btn-scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background-color: rgba(171, 136, 109, 0.85);
  color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1040;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.btn-scroll-top:hover {
  transform: scale(1.1);
  background-color: #ab886d;
}

/* Mostrar el botón cuando se hace scroll */
.btn-scroll-top.visible {
  display: flex;
}

/* Nosotros | Us*/
@media (min-width: 992px) {
  .us-hero__text > * {
    margin-block: 3rem;
  }
}

/*# sourceMappingURL=styles.css.map */
