@font-face {
  font-family: "Fredoka One";
  src: url("/assets/font/FredokaOne-Regular.woff2") format("woff2"),
    url("/assets/font/FredokaOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --azul-oscuro: #2f2f4f;
  --rojo-claro: #985659;
  --amarillo: #fff049;
}
body {
  font-family: "Fredoka One", sans-serif;
  margin: 0;
  padding: 0;
}
.title-productos {
  font-family: "Fredoka One", sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
  color: var(--azul-oscuro);
  text-align: center;
  margin-bottom: 20px;
}
.navbar-brand img {
  height: 50px;
}
.navbar a {
  color: var(--azul-oscuro);
  text-decoration: none;
  font-family: "Fredoka One", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}

.carousel-item img {
  width: 100%;
  object-fit: cover;
}

.carousel-inner img {
  width: 20%;
  height: auto;
  object-fit: cover;
}

/* Transición más fluida */
.carousel-inner {
  transition: transform 1s ease-in-out;
}
.map-container {
  width: 100%;
  max-width: 100%; /* Puedes ajustarlo según necesites */
  height: 400px;
  margin: auto;
}
iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p-text {
  font-family: "Fredoka One", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--azul-oscuro);
  text-align: center;
  margin-bottom: 20px;
}

.productos {
  background-image: url(/assets/img/fondo_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 50px 0;

  height: 100vh;
}
.s1 {
  background-image: url(/assets/img/fondo_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment:fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 50px 0;
}
.s2 {
  background-image: url(/assets/img/fondo_02.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 50px 0;

  height: 100vh;
}
.s3 {
  background-image: url(/assets/img/fondo_03.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 50px 0;

  height: 100vh;
}
.s4 {
  background-image: url(/assets/img/fondo_04.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 50px 0;

  height: 100vh;
}
.s5 {
  background-image: url(/assets/img/fondo_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 50px 0;

  height: 100vh;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  z-index: 1000;
}

.whatsapp-button img {
  width: 40px;
  height: 40px;
}



@media (max-width: 768px) {
  .productos {
    height: auto;
    padding: 20px 0;
  }
  .s1 {
    height: auto;
    padding: 20px 0;
  }
  .s2 {
    height: auto;
    padding: 20px 0;
  } 
  .s3 {
    height: auto;
    padding: 20px 0;
  }
  .s4 {
    height: auto;
    padding: 20px 0;
  }
  .s5 {
    height: auto;
    padding: 20px 0;
  }
  
  

}
