body {
  /* background: rgb(96, 123, 42);
  background: linear-gradient(90deg, #062513 33%, #0f4726 77%); */
  letter-spacing: 0.9px;
  margin: 0;
  background-size: auto;
  background-position: center;
  font-family: "Oswald", sans-serif;


}


:root {
  --oscuro-color: #262626;
  --secundary-color: #657335;
  --primary-color: #333636;
  --white-color: #272727;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #00000059;
  /* Fondo transparente */
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  transition: background-color 0.3s ease;
  /* Transición suave */
}

/* Clase que se aplicará cuando se haga scroll */
.navbar.scrolled {
  background-color: rgba(0, 0, 0, 0.596);
  /* Cambia este color según tu necesidad */
}



.navbar-links {
  align-items: center;
  display: flex;
  gap: 24px;
}

.navbar-links img {
  height: 68px;
  width: 68px;
}


.section-links a::first-letter {
  text-transform: uppercase; /* Convierte solo la primera letra en mayúscula */
}

.navbar-links a {
  width: 100%;
  letter-spacing: 4px;
  margin: 12px 0px;
  display: flex;
  justify-content: space-between;
  font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  text-decoration: none;
  color: #e2e2e2;
  font-size: 54px;
}


.hamburger div {
  width: 55px;
  height: 7px;
  background-color: #f1f1f1;
  margin: 6px 7px;
  transition: 0.4s;

}

.hamburger.active .bar1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active .bar2 {
  opacity: 0;
}

.hamburger.active .bar3 {
  transform: rotate(40deg) translate(-9px, -15px);
}

.redes-iconos img{
  margin-top: 64px;
  width: 110px;
}
.redes-iconos{
margin-top: -566px;
margin-bottom: 88px;}

.container {
background-image: url(img/background.webp)  ;
  position: relative;
  /* Establecer el contexto de posicionamiento para los elementos hijos */
  overflow: hidden;
  /* background-size: contain; */
  padding-bottom: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo img {

  width: 200px;
  margin-top: 20px;
}

.image-container img {
  padding: 28px;
  margin-top: -100px;
  object-fit: cover;
  width: 560px;
  height: 560px;
}

.image-container {
  width: 100%;
  align-items: center;
  /* margin-top: 720px; */
  display: flex
;
  justify-content: center;
  height: 90vh;
}

.menu-section {
  margin-top: 320px;
}

.section-title {
  font-family: "Roboto Condensed", sans-serif;
;text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  display: flex;
  color: #F2D3AC !important;
  font-size: 70px;
  margin-bottom: 10px;
  justify-content: center;
}

.switch-button,
.orders-button {
  align-items: center;
  margin-top: 12px;
  border-radius: 30px;
  max-width: auto;
  background-color: rgb(250, 250, 250) !important;
  border: none;
  padding: 16px 39px;
  margin-left: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.menu-item {
  border-radius: 9px;
  /* background-color: white; */
  display: flex;
  flex-direction: column;

  padding: 11px;

}



.item-description {
  font-weight: 400;
;
font-family: "Archivo", sans-serif;
line-height: 64px;
  font-size: 48px;
  font-style: normal;
  color: #ffffff !important;

}

h3,
p {
  font-family: "Nunito", serif;
}



/* ... Otros estilos ... */

.menu-item {
  align-items: center;
  margin-bottom: 38px;
  /* border: 1px solid #ccc; */
  padding: 10px;
  margin-top: 32px;

}

.item-header {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
}

.item-title {
  font-weight: 700;
  /* font-style: italic; */
  max-width: 80%;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  margin-top: 31px;
  color: #ffffff!important;
  /* margin: 6px; */
  font-size: 72px;
}
.item-title {
  text-transform: lowercase; /* primero todo en minúsculas */
}

.item-title::first-letter {
  text-transform: uppercase; /* luego la primera letra en mayúscula */
}

.item-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  /* background-color: var(--secundary-color)!important; */
  /* Color del subrayado */
}

/* .item-description {
  margin: 0px 80px 0px 60px;
} */

.item-price {
  color: #ffffff;
  letter-spacing: -0.5px;
  margin-left: 286px;
  font-family: "Archivo", sans-serif;

  font-size: 64px;
  font-weight: 400;
}

/* ... Otros estilos ... */

.item-controls {
  display: flex;
  align-items: baseline;
}

.edit-button {
  margin-top: 12px;
  border-radius: 30px;
  /* max-width: 202px; */
  background-color: rgb(250, 250, 250) !important;
  border: none;
  padding: 16px 39px;
  margin-left: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.edit-button:hover {
  background-color: #000 !important;
  color: #fff !important;
}

/* .swal2-container{
    height: 50vh;
    display: flex;
    overflow-y: auto;
    align-items: stretch;
    justify-content: center;
  } */

.swal2-input {
  margin-top: 22px;
}

option {
  font-size: 11px;
}

#create-item-button {
  padding: 16px 39px;
}

.swal2-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  /* Ajusta según tus necesidades */
}


.footer {

  margin-top: 33px;
  padding: 22px 0px;
  background-color: var(--oscuro-color) !important;
  width: 100%;
  margin: 0;
  /* position: fixed; */
  bottom: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  /* background: rgb(96, 123, 42);
  background: linear-gradient(90deg, #062513 33%, #0f4726 77%); */
}

.icono-mp {
  width: 38px;
}

.container-mp {
  display: none;
  justify-content: center;
}

.footer-left {
  margin-bottom: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}



.logo {
  width: 50px;
  height: auto;
  margin-right: 20px;
}

.social-icons {
  display: flex;
  align-items: center;
}

.social-icons img {
  width: 20px;
  height: auto;
  margin: 0 5px;
}

.faceb {
  width: 74px !important;
}

.footer-right {
  align-items: center;
  letter-spacing: 1px;
  font-family: "Nunito", serif;
  display: flex;
  width: 50%;
}

.footer-right img {
  height: 117px;
  width: 100px;
}

.footer-right h2 {
  color: #fff !important;
}

.google-map {
  width: 100%;
  height: 200px;
  border: 0;
}

.footer-left img {
  margin-right: 12px;
  width: 400px;
}

.social-icons img {
  width: 60px;
}

button {
  font-family: "Nunito", serif;
  margin: 12px;
  font-size: 38px;
  padding: 12px;
}





.auth-required {
  display: none
}

.swal2-popup {
  padding: 34px;
  border-radius: 32px !important;
  width: 48vh;
  height: 94%;
}

.swal2-close {
  font-size: 64px;
  padding: 31px;
  width: 90%;
  display: flex;
  justify-content: flex-end;
}

.swal2-title {
  font-size: 42px;
}

.swal2-input {
  height: 100px !important;
  width: 628px;
  height: 90px;
  padding: 0 0.75em;
  font-size: 34px;
}

swal2-confirm {
  font-size: 30px !important;
}

ul,
li {
  list-style-type: none;
}

.section-title.pizzas::before {
  content: url('img/para_compartir.png');
  /* demás estilos para el icono */
}

.section-title.bebidas::before {
  content: url('img/para_compartir.png');
  /* demás estilos para el icono */
}

/* y así sucesivamente para cada tipo de sección */
.section-title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  /* Espacio entre el icono y el texto */
}


.botones-fot {
  display: flex;
}

.span-footer {
  display: flex;
  justify-content: space-between;
}

#login-button,
#logout-button {
  border: none;
  color: #262626(53, 53, 53) !important;
  background-color: transparent !important;
}


.swal2-confirm {
  background-color: #68e066 !important;

}

p {

  font-family: "Nunito", serif;
  color: var(--white-color) !important;
}



.container-sub {
  display: flex;
}


#menufoot {
  align-items: center;
  display: flex;
  font-size: 25px !important;
  padding: 2px !important;
}

.item-containerp {
  width: 100%;
  display: flex;
}


.item-header img {
  margin-top: 120px;
  margin-bottom: 35px;
}

.item-header img {
  object-fit: cover;
  width: 90vw;
  height: auto;
}

h2 {
  font-size: 24px;
  /* Ejemplo de tamaño de fuente */
  line-height: 1.2;
  /* Ajusta la altura de línea si es necesario */
}

h2 span {
  font-family: "Oswald", sans-serif;
; font-weight: 400;
  display: flex;
  color: #000000;
  font-size: 70px;
  line-height: 1.2;
  justify-content: center;

  /* border-bottom: 2.5px solid #d9b384; */
  padding-bottom: 3px;
  /* Ajusta el espacio entre el texto y la línea */
}


.check {
  gap: 20px;
  margin-top: 50px;
  display: flex;
  font-size: 49px;
  justify-content: center;
  align-items: center;
}

#swal-state {
  transform: scale(2.0);
  /* Aumenta el tamaño del checkbox en un 50% */
  margin: 10px;
  /* Agrega un poco de margen alrededor para evitar que se vea apretado */
}

.swal2-image {
  margin-top: 1em !important;
  width: 98% !important;
  height: auto !important;
  object-fit: contain;
  object-position: center;
}

.swal2-popup {
  background-color: #F8F8F8;
}

#swal-subelement-checkbox {
  height: 30px;
  width: 30px;

}
.container-stockuno{
  justify-content: center;
  width: 99%;
  display: flex;
}
.subelement .delete-stock-btn {
  font-family: "Nunito", serif;

  margin-top: 24px;
  gap: 18px;
  display: flex;
  font-size: 44px;
  justify-content: center;
}
#stock-section{
  margin: 48px 0px;
  border-radius: 24px;
  padding: 40px 0px;
  background-color: #ffffff;
}
.delete-stock-btn, .edit-stock-btn{
  border: none;
  background-color: transparent;
}
#add-stock-btn{
  border: none !important;
    border-radius: 48px !important;
    padding: 26px 40px !important;
    font-size: 38px !important;
    margin: 22px 0px;
}
#new-talle, #new-cantidad{
  margin: 1em 2px 3px;
  width: 40%;
}
#subelement {
  font-family: "Nunito", serif;

  font-size: 38px;
    margin-bottom: 67px;
    width: 100%;
    margin-top: 28px;
    display: block;
}
.swal2-title {
  color: var(--primary-color);
  font-family: "Nunito", serif;
}

.swal2-confirm {
  background-color: var(--primary-color) !important;
}

.title-price-container {
  display: flex;
  /* Usa Flexbox para alinear los elementos */
  align-items: center;
  /* Alinea los elementos verticalmente en el centro */
  justify-content: space-between;
  /* Separa el título y el precio */
  width: 100%;
  /* Ocupa el ancho completo del contenedor padre */
}

.item-title,
.item-price {
  margin: 0;
  /* Elimina márgenes por defecto para h3 y span */
}

.item-title {

  /* flex-grow: 1; */
  /* Permite que el título ocupe todo el espacio disponible */
}

.item-price {
  align-self: flex-end;

}

.special-drink-title {
  color: #d9b384 !important;
}


.swal2-html-container p {
  color: var(--primary-color) !important;
  font-size: 33.17px;
  font-family: "Nunito", serif;
  margin-top: 20px;
  z-index: 999;
}






.menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}



.item-content {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  width: 90%;
}

.-title {
  align-self: flex-start;
  /* Alinea el título a la izquierda */
  margin-bottom: 5px;
  /* Espacio entre el título y la descripción */
}

.item-price {
  align-self: flex-end;
  /* Alinea el precio a la derecha */
  margin-bottom: 5px;
  /* Espacio entre el precio y la descripción si es necesario */
}


.edit-button {
  margin-top: 10px;
  /* Espacio entre la descripción y el botón */
  align-self: center;
  /* Centra el botón debajo del contenido */
}

/* SCROLLBUTTON */


.scroll-button {
  margin-bottom: 12px !important;
  position: fixed;
  bottom: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #282828b3;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-button img {
  display: block;
  width: 68px;
  height: 68px;
}
#scrollToBottomButton{
  margin-right: 38px;

}


/* Posicionamiento específico */
#scrollToTopButton {
  right: 20px; /* Ajustado para dejar espacio al botón de bajar */
}

#scrollToBottomButton {
  right: 100px;
}

#noStyles {
  font-weight: bolder;
  font-family: "Nunito", serif;
  color: #E34FE5 !important;
  font-size: 29px;
  padding: 12px;
  text-decoration: none;
}

.item-description {
  margin-top: 24px;
}

.copy-icon {
  height: 66px !important;
  width: 58px !important;
  cursor: pointer;
  margin-left: 10px;
  /* Ajusta según sea necesario */
  vertical-align: middle;
  /* Alineación vertical con el texto */
  /* Agrega aquí más estilos si es necesario */
}

#aliasText {
  padding-bottom: 0;
  border-bottom: none;

}

.contenedor-alias {
  align-items: center;
  display: flex;
}

.copy-icon {
  border-radius: 12px;
  padding: 5px;
  /* Añade algo de padding alrededor del ícono */
  box-sizing: border-box;
  transition: background-color 0.3s;
  /* Suaviza la transición del color de fondo */
}

.margen {
  margin-bottom: 28px;
}

.precio-porcion {
  margin-top: -22px;

  color: #E34FE5;
}

/* div[data-type="CERVEZAS"] .menu-item:first-of-type .item-price {
  display: none;
} */

.porciones-title {
  font-size: 48px;
  margin-top: -58px;
  font-weight: 400;
}

.with-description {
  margin-top: -74px;
}

div:where(.swal2-container) .swal2-html-container {
  margin: 0 !important;
}

.footer-left a {
  font-size: 30px;
}


.hamburger {
  position: absolute;
  top: 50px;
  right: 70px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  z-index: 12000;
}

.navbar-links {
  z-index: 9999;
  padding: 120px 40px;  /* Reducimos padding para evitar exceso de espacio */
  width: 92vw;
  max-height: 80vh;  /* Evita que ocupe toda la pantalla */
  overflow-y: auto;  /* Permite desplazamiento vertical */
  display: none;
  flex-direction: column;
  position: absolute;
  top: 20px;
  background: rgba(0, 0, 0, 0.62);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10.2px);
  -webkit-backdrop-filter: blur(10.2px);
  border: 1px solid rgba(0, 0, 0, 0.23);
}

/* Estilo de la barra de desplazamiento */
.navbar-links::-webkit-scrollbar {
  width: 5px;
}

.navbar-links::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

.navbar-links::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.navbar-links.active {
  align-items: stretch;
  display: flex;
}

.pulsate-bck {
  -webkit-animation: pulsate-bck 1.8s ease-in-out infinite both;
  animation: pulsate-bck 1.8s ease-in-out infinite both;
}

.puff-in-center {
  -webkit-animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
  animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}
.navbar-logo p{
  letter-spacing: 2px;
  margin-top: 60px;
  color: white!important;
    font-size: 40px;
}
.navbar-logo {
  margin-right: 150px;
  display: flex
;
  margin-left: 24px;
  width: 100%;
  color: #f5f5f5;
  font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-size: 32px;
  align-items: stretch;
  justify-content: space-between;
}

.navbar-logo img {
  margin-top: 20px;
  width: 388px
}



/* ----------------------------------------------
 * Generated by Animista on 2024-8-6 19:18:1
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation puff-in-center
 * ----------------------------------------
 */
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}


/* .auth-required .menu-item {
  cursor: grab;
} */
.section-title {
  cursor: move;
  /* Cambia el cursor para indicar que la sección es arrastrable */
}

.item-header {
  cursor: move;
  /* Cambia el cursor para indicar que el elemento es arrastrable */
}


.corner {
  margin-top: 160px;
  position: absolute;
  /* Posición absoluta para ubicar en esquinas */
  width: 180px;
  /* Ajustar tamaño de imagen */
  height: 180px;
  /* Ajustar tamaño de imagen */
  object-fit: cover;
  /* Mantener proporciones de imagen */
}

.top-left {
  top: 0;
  left: 0;
}

.top-right {
  top: 0;
  right: 0;
}

.bottom-left {
  bottom: 0;
  left: 0;
}

.bottom-right {
  bottom: 0;
  right: 0;
}






footer {
  flex-wrap: nowrap;
  align-items: center;
  padding: 22px 0px;
  width: 100%;
  display: flex;
  background-color: #262626;
  font-family: "Nunito", serif;
  font-size: 8px;
  font-weight: 400;
  justify-content: space-around;
}

footer p {
  font-family: "Nunito", serif;
  font-size: 24px;
  color: rgb(255, 252, 246) !important;
}

.contain-foot-uno p {
  margin-bottom: 0px;
}

.contain-foot-dos p,
a {
  font-size: 24px;
}

.contain-foot-dos {
  gap: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.foot-uno {
  padding: 22px 0px;
  gap: 23px;
  display: flex;
  width: 100%;
  background-color: rgba(239, 213, 255, 0.233);
  flex-direction: column;
  align-items: center;
}

footer a {
  color: #FD560D;
}
.footer-left a p{
  color: #1080dc!important;
}

.foot-link {
  letter-spacing: 4px;
  margin-top: 12px;
  margin-bottom: -21px;
  display: flex;
  align-items: center;
}

.web-link {
  letter-spacing: 3px;
}

.foot-link a {
  text-decoration: none;
  /* Remove underline from link */
}

.social-footer {
  display: flex
  ;
      gap: 22px;
      align-content: center;
      align-items: center;
      flex-direction: column;
}

@media (max-width: 768px) {



  div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    font-size: 22px;
  }

  div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    font-size: 22px;

  }


  .navbar-links {
    width: 100%;
    right: 0;
    left: 0;
  }

}

.price-button-container {
  display: flex;
  margin-top: 100px;
  align-items: center;
  justify-content: space-between;
}

.price-button-container .item-price {
  margin-right: 10px;
}

.price-button-container .add-to-cart-btn {
  border-radius: 50px;
  font-size: 44px;
 font-style: italic;
  padding: 16px 30px;
  background-color: #84592E;
  color: white;
  border: none;
  cursor: pointer;
}
.mi-alerta-personalizada{
  height: auto;
}
.price-button-container .add-to-cart-btn:hover {
  background-color: #45a049;
}


.container-botones {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}


.container-botones button {
  align-items: center;
  gap: 4px;
  display: flex !important
}

.container-botones img {
  width: 38px;
}

/* Estilo para el botón flotante */
.floating-cart-btn {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #84592E;
  color: white;
  font-size: 38px;
  border: none;
  padding: 18px 28px;
  border-radius: 60px;
  cursor: pointer;
  z-index: 1000;
}

.floating-cart-btn:hover {
  background-color: #45a049;
}

/* Estilos para el popup del carrito */
.cart-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}

.cart-popup-content {
  font-family: "Nunito", serif;
  background-color: white;
  padding: 20px;
  height: 80vh;
  border-radius: 32px;
  width: 880px;
  max-height: 80vh;
  overflow-y: auto;
  text-align: center;
}

.cart-popup-content h2 {
  font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 0px;
  color: #212529;
  font-size: 56px;
}

input[type="radio"] {
  transform: scale(2.8);
  /* Ajusta el número para cambiar el tamaño */
  margin-right: 10px;
  /* Agrega espacio entre el botón y su etiqueta si es necesario */
}

.continue-shopping-btn {
  background-color: #007bff !important;
}

.cart-popup-content h3 {
  font-size: 34px;
}

.detalles {
  max-width: 440px;
}

.close-cart-btn {
  background-color: #ff000000;
  color: #252525;
  font-size: 41px;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  top: 10px;
  right: 10px;
  border-radius: 50%;
}

.close-cart-btn:hover {
  background-color: #d32f2f;
}
.nombre-seccion{
  margin-bottom: 12px;
    display: flex
    ;
        padding: 0px 24px;
  }
/* Ajustes adicionales al popup para las nuevas funciones */
.cart-item {
  background-color: white;
  border: solid 0.8px #CED4DA;
  padding: 40px 24px;
  border-radius: 12px;
  flex-direction: column;
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 700px;
  display: flex
;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
}

.quantity-btn {
  font-size: 30px !important;
  border-radius: 50px;
  background: linear-gradient(to top, #A1A1A1, #D5D5D5);
  color: white;
  border: none;
  padding: 4px 14px;
  cursor: pointer;
  margin: 0 5px;
}

.btn-popup {}

.payment-options h4 {
  font-family: "Nunito", serif;
  padding: 0px 172px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 44px;

}
.ca-total {
  display: flex
;
  width: 100%;
  justify-content: space-between;
}

.contenedor-dos{
  border-radius: 33px;
  margin-top: 46px;
  padding: 40px 0px;
  display: block;
  background-color: white;
}
#popup-container{
  padding-bottom: 60px;
  background-color: #F2F2F2;
}
.cart-popup-content .contenedor-uno {
  padding: 40px 24px;
  display: block;
  background-color: white}
  .contenedor-uno{
    border-radius: 33px;

  }
#delivery-address {
  width: 86%;
  display: flex
;
  font-size: 36px;
  justify-content: flex-start;
  padding: 22px;
}

#address-container {
  padding: 30px 165px 8px 92px;
  font-size: 30px;
  display: block;
  margin-bottom: 10px;

}

.btn-popup {
  display: flex;
  justify-content: center;
}

.hidden {
  display: none;
}

.payment-options{
  border-radius: 33px;
  margin-top: 46px;
  padding: 40px 0px 80px 0px;
  display: block;
  background-color: white;
  margin-top: 54px;
  margin-bottom: 74px;
}

.payment-options label {
  font-weight: 600;
  margin: 4px 0px;
  padding: 0px 56px;
  font-size: 36px;
  display: block;
  display: flex;
  justify-content: space-between;
}

#pay-with-mp {
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
  background-color: #108DEE;
  border: 0px;
  border-radius: 60px;
  font-family: "Nunito", serif;
  margin: 12px;
  font-size: 30px;
  padding: 26px 163px;
}

.quantity-btn:hover {
  background-color: #45a049;
}

.quantity-input {
  padding: 8px;
  font-size: 34px;
  width: 40px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.remove-btn {
  text-decoration: underline;
  color: #007bff;
  background-color: #f4433600;
  /* color: white; */
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
}

.remove-btn:hover {
  color: white;
  background-color: #d32f2f;
}
.product-total-price{
  font-weight: 700;
  font-size: 46px;
}
.delivery-options {
  margin-bottom: 64px;
  margin-top: 54px;
}

.cart-popup-content p {
  text-align: center;
  padding: 0px 173px;
  font-size: 38px;
  color: #2b2b2b !important;
}

.container-uno{
  text-align: -webkit-left;
  display: flex;
    width: 100%;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.delivery-options h3 {
  padding: 0px 172px;
  text-align: center;
  margin-bottom: 10px;
}

.delivery-options label {
  font-weight: 600;
  text-align: left;
  padding: 0px 56px;
  font-size: 36px;
  display: block;
  margin: 40px 0px;
  display: flex;
  justify-content: space-between;
}

.cart-popup-content p {
  font-size: 48px;
  color: #2b2b2b !important;
}

.delivery-options h3 {
  color: #212529;
  font-size: 44px;}
  .ca-total{
    display: flex
    ;
        width: 100%;
        justify-content: space-between;
  }
.confirm-order-btn,
.continue-shopping-btn {
  align-items: center;
  display: flex;
  background-color: #4caf50;
  color: white;
  border: none;
  padding: 8px 32px;
  cursor: pointer;
  margin-top: 15px;
  border-radius: 40px;
  width: auto;
}

.icono-wpp {
  width: 74px;
}

.confirm-order-btn:hover,
.continue-shopping-btn:hover {
  background-color: #45a049;
}


.close {
  justify-content: flex-end;
  display: flex;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  width: 460px;
  text-align: center;
}

.popup-buttons {
  margin-top: 20px;
}

.popup-buttons button {
  margin: 0 10px;
  padding: 10px 20px;
  border: none;
  background-color: #4caf50;
  color: white;
  cursor: pointer;
}

.popup-buttons button:hover {
  background-color: #45a049;
}

/* Estilo personalizado para el botón de confirmación */
.swal2-confirm {
  background-color: #007bff !important;
  /* Cambia el color de fondo */
  color: white !important;
  /* Color del texto */
  border: none !important;
  /* Sin borde */
  border-radius: 48px !important;
  /* Bordes redondeados */
  padding: 16px 32px !important;
  /* Espaciado */
  font-size: 40px !important;
  /* Tamaño de la fuente */
}

/* Estilo personalizado para el botón de cancelación */
.swal2-cancel {
  background-color: #f44336 !important;
  color: white !important;
  border: none !important;
  border-radius: 48px !important;
  padding: 16px 32px !important;
  font-size: 38px !important;
}

#cart-button p {
  padding: 14px;
  margin: 0px;
}

input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  /* Tamaño del círculo interior */
  height: 8px;
  background-color: #007bff;
  /* Cambia este valor al color que desees */
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.talle-select,
.color-select {
  border: none;
  border-radius: 12px;
  margin: 14px;
  width: 180px;
  padding: 12px;
  font-size: 40px;
}

.delete-talle-btn,
.delete-color-btn {
  color: red;
  text-decoration: underline;
  /* align-content: normal; */
  border: none;
  background-color: transparent;
}

#talle-list li,
#talle-section h3 {
  font-size: 44px;
}



.hide-show-button {
  background-color: white;
  border: none;
  padding: 16px 39px;
  border-radius: 28px;
}

#cart-button p {
  color: whitesmoke !important;
}

.talle-label {
  font-size: 45px
}

.swal2-popup {
  align-items: center;
  display: flex !important;
  flex-direction: column;
  justify-content: space-evenly;
}

.swal2-html-container {
  font-size: 32px !important;
}

#swal-username,
#swal-password {
  padding: 35px;
  font-size: 44px;
}

#swal2-title {
  font-size: 54px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  /* Fondo oscuro con opacidad */
  z-index: 999;
  /* Debe ser mayor al resto del contenido, pero menor que el popup */
  display: none;
  /* Oculto por defecto */
  pointer-events: none;
  /* Desactiva la interacción con los elementos detrás */
}
.continue-shopping-btn {
  padding: 20px 44px!important;
}
.update-button {
  position: fixed;
  bottom: 18px;
  right: 640px;
  padding: 20px 24px;
  background: #2828287a;
  color: white;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  z-index: 1000;
  display: none;
  font-size: 42px;
  font-weight: 500;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  font-family: inherit;
}

.update-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
  background: linear-gradient(to right, rgb(0 103 235), rgb(184 145 231));
}

.update-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .update-button {
    bottom: 100px;
    right: 15px;
    padding: 10px 20px;
    font-size: 14px;
  }
}


.group-title::first-letter {
  text-transform: uppercase;
}

.group-title {
  margin-top: 3rem;
  font-size: 7.8rem;
  color: #000000;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

/* Ajustes para el drag and drop */
.menu-group.sortable-drag {
  opacity: 0.8;
  background-color: #e9ecef;
}

.menu-group.sortable-ghost {
  opacity: 0.4;
}

#add-talle-btn,
#add-color-btn {
  letter-spacing: 1.2px;
  color: white;
  margin-top: 21px;
  border-radius: 48px;
  /* max-width: 202px; */
  background-color: rgb(123 123 123) !important;
  border: none;
  padding: 16px 39px;
  margin-left: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.group-header {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.arrow-container {
  position: sticky;
  margin-top: 178px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  animation: bounce 0.8s infinite ease-in-out;
}
.arrow-container img {
  width: 83px;
  height: auto;
}
@keyframes bounce {
  0%, 100% {
      transform: translate(-50%, 0);
  }
  50% {
      transform: translate(-50%, -10px);
  }
}
.group-description {
  line-height: 64px;
  font-weight: 400;
    text-align: center;
    width: 100%;
    color: #000000 !important;
    margin-top: -22px;
    font-family: "Oswald", sans-serif;
    font-size: 43px;
}

.parallax-container {
  height: 688px;
  overflow: hidden;
  position: relative;
  margin-bottom: 80px;
}

.parallax-container img {
  width: 100vw;
  height: 22vh;
  object-fit: cover;
  transform: translateZ(0);
  will-change: transform;
}

.parallax-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* .image-container, .navbar-logo {
  transition: opacity 0.3s ease, transform 0.3s ease;
} */

/* .image-container.hidden, .navbar-logo.hidden {
  opacity: 0;
  transform: translateY(-20px); 
}

.image-container.visible, .navbar-logo.visible {
  opacity: 1;
  transform: translateY(0);
} */
.group-image {
  margin-bottom: 180px;
  width: 90vw;

}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #00000059;
  /* Fondo claro */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Sombra */
  transform: translateY(-100%);
  /* Ocultar inicialmente moviendo hacia arriba */
  opacity: 0;
  /* Invisibilidad inicial */
  transition: transform 0.3s ease, opacity 0.3s ease;
  /* Transición suave */
  z-index: 1000;
}

.navbar.visible {
  transform: translateY(0);
  /* Volver a la posición normal */
  opacity: 1;
  /* Hacer visible */
}

.group-header .parallax-container {
  margin-top: 200px;
}

.nav-group .parent-link {
  font-weight: 600;
  color: #E8DAEF!important;
}

.admin-buttons-container {
  width: 90%;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
  justify-content: flex-start;
}

.fecha {
  margin-top: 0px;
  margin-bottom: 80px;
  font-size: 26px !important;}

.delivery-options p {
  font-size: 31px;
  text-align: start;
  padding: 0px 56px;
}

.delivery-options a {
  color: #007BFF;
}
#clear-cart-button {
  letter-spacing: 2px;
  font-size: 34px;
  text-align: center;
  margin-top: 12px;
  text-decoration: underline;
  color: #007BFF;
  cursor: pointer;
  display: block;
}

.delivery-options a p {
 color: rgb(0, 123, 255)!important;
}

.pic {
  width: 380px;
}

/* Loader ocupa toda la pantalla */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url('img/Background.jpg');
  /* Imagen del loader */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  z-index: 1000;
  transition: opacity 1s ease-out, visibility 1s ease-out;
}

.img-load {
  margin-top: 18px;
}

#loader span {
  display: flex;
  flex-direction: column;
  align-items: center;
}



/* Animación de progreso */
.progress-bar {
  width: 300px;
  height: 20px;
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}

.progress {
  width: 0%;
  height: 100%;
  background: linear-gradient(31deg, #f9d0be 0%, #fb550d 100%);
  border-radius: 10px;
  animation: load 3s ease-in-out forwards;
}

@keyframes load {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

/* Ocultar el contenido de la app al inicio pero permitiendo que cargue */
/* Ocultar visualmente el contenido al inicio pero permitiendo que cargue */
.container, footer {
  opacity: 0;
  transition: opacity 1s ease-in-out; /* Transición suave */
}

/* Cuando el loader desaparezca, el contenido se mostrará gradualmente */
.hide-loader ~ .container,
.hide-loader ~ footer {
  opacity: 1;
}
.contain-foot-uno img{
  width: 430px;
}

.flip-in-ver-left {
  -webkit-animation: flip-in-ver-left 0.8s cubic-bezier(0.470, 0.000, 0.745, 0.715);
  animation: flip-in-ver-left 0.8s cubic-bezier(0.470, 0.000, 0.745, 0.715);
}

/* ----------------------------------------------
 * Generated by Animista on 2025-2-3 0:47:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation flip-in-ver-left
 * ----------------------------------------
 */
@-webkit-keyframes flip-in-ver-left {
  0% {
    -webkit-transform: rotateY(80deg);
    transform: rotateY(80deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
  }
}

@keyframes flip-in-ver-left {
  0% {
    -webkit-transform: rotateY(80deg);
    transform: rotateY(80deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .navbar-logo p{
    margin-top: 30px;
    font-size: 20px;}
  .navbar-links {
    right: 3px;
    padding: 80px 30px;
    width: 36vw;

    top: 0px;
  }

  .navbar-links img {
    height: 47px;
    width: 46px;
  }
.cart-item, .delivery-options label, .payment-options h4{
  font-size: 20px;
}

input[type="radio"] {
  transform: scale(1.6);}
.quantity-btn, .quantity-input, .delivery-options a p, .delivery-options p , .cart-popup-content p, .payment-options label {
  
 
  font-size: 18px!important;
}
.confirm-order-btn, .continue-shopping-btn {
  height: 54px;
  display: flex
;
  
  padding: 8px 32px;
  margin-top: 15px;
  border-radius: 40px;
  width: auto;
}
  .navbar-links a {
    font-size: 20px!important;
  }
  .cart-popup-content h2, .fecha, .cart-popup-content h3 {
font-size: 24px!important;}
  .cart-popup-content {
width: 600px!important;}
  .parallax-container img {
    width: 48vw;
  }

  .hamburger {
    top: 28px!important;
  }



  .talle-select,
  .color-select {
    width: 100px!important;
    font-size: 12px!important;
  }

  h2 span {
    font-size: 30px!important;
  }

  .group-description {
    font-size: 33px!important;
  }

  

  .group-title {
    font-size: 3.4rem!important;
  }

  #cart-button img {
    width: 24px!important;
  }

  .floating-cart-btn {
    padding: 4px 6px!important;
    font-size: 16px!important;
  }

  div:where(.swal2-container) img:where(.swal2-image) {
    max-width: 234px!important;
  }

  .swal2-popup {
    height: 580px!important;
  }

  .swal2-confirm {
    padding: 10px 26px!important;
    font-size: 13px!important;
  }

  #swal2-title {
    font-size: 20px!important;
  }

  .swal2-html-container p {
    font-size: 14px!important;
  }

  .group-image {
    width: 30vw!important;

  }

  .check {
    gap: 20px;
    margin-top: 15px;
    display: flex;
    font-size: 19px;
    justify-content: center;
    align-items: center;
  }

  div:where(.swal2-container) div:where(.swal2-actions) {
    margin: 0px!important;
  }

  .edit-button {
    padding: 10px 34px;
  }

  .swal2-popup {
    width: 50vh;
    height: 72vh;
  }

  .swal2-title {
    font-size: 18px;
  }

  .swal2-input {
    margin: 10px;
    width: 70%;
    height: 30px;
    padding: 0 0.75em;
    font-size: 12px;
  }

  .section-title {
    font-size: 30px;

  }

  .image-container img {
    width: 300px;
    object-fit: cover;
  }

  .item-header img {
    height: auto;
    width: 24vw;
  }

  .admin-buttons-container {
width: auto ;}

  .menu-item {
    display: flex
;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        gap: 61px;
        width: 100%;
  }

  .item-title {
    font-size: 18px;
  }

  .item-price {
    font-size: 18px;
    margin-top: 8px;
  }

  .item-description {
    margin-top: 0px;
    font-size: 12px;
  }

  .item-content {
    width: 30%;
  }


  #scrollToTopButton img {

    width: 28px;
    height: 28px;
  }

  .footer-left img {
    width: 200px;
  }

  .social-icons img {
    width: 40px;
  }


  .footer-right img {
    height: 80px;
    width: 48px;
  }

  #icon {
    width: 70%;
    height: 80%;
  }

  button {
    font-size: 12px;
  }

  #menufoot {
    font-size: 18px;
  }




  .bottom-right {
    bottom: 0;
    right: 0;
  }


  .hamburger div {
    width: 22px!important;
    height: 4px!important;
    margin: 2px 4px;
    transition: 0.4s;
  }

  .navbar-logo img {
    width: 100px!important;
  }
  .price-button-container .add-to-cart-btn {
    font-size: 12px!important;
    border-radius: 50%!important;
    padding: 7px 13px!important;
  }
}

.popup-anuncio{
  height: auto!important;
}

#cart-button,
#scrollToTopButton {
  position: fixed;
  bottom: 20px;
  z-index: 999;
  transition: bottom 0.3s ease-in-out;
}

/* Mover los botones hacia arriba cuando se detecta el footer */
#cart-button.move-up,
#scrollToTopButton.move-up {
  bottom: 300px; /* Ajusta esta distancia si es necesario */
}
#cart-button,
#scrollToTopButton {
  position: fixed;
  bottom: 20px;
  z-index: 999;
  transition: bottom 0.3s ease-in-out;
}

/* Mover los botones hacia arriba cuando se detecta el footer */
#cart-button.move-up,
#scrollToTopButton.move-up {
  bottom: 300px; /* Ajusta esta distancia si es necesario */
}
#scrollToBottomButtonmove-up {
  bottom: 300px; /* Ajusta esta distancia si es necesario */
}
/* .section-links {
  display: none;
} */
.parent-link img {
  transition: transform 0.3s ease;
}

.parent-link.open img {
  transform: rotate(133deg);
}
#footer {
  font-family: "Nunito Sans", sans-serif;
  background-color: #262626;
  color: #fff;
  padding: 32px 20px  12px;
  text-align: center;
  position: relative;
}

/* Contenedor de la frase dinámica */
.frase-container {
  display: flex;
  justify-content: center;
  height: 200px;
  overflow: hidden;
  position: relative;
  margin-bottom: -18px;
}

/* Estilos para las frases */
.frase {
  color: #FDFFFF!important  ;
  font-size: 3.4rem;
  font-weight: 400;
  white-space: nowrap;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  opacity: 1;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.footer-info p{
  color: white!important;
}
/* Contenedor del botón Contactanos */
.boton-container {
  margin:  -14px 0px 27px 0;
}

/* Botones flotantes por defecto */
#cart-button,
#scrollToTopButton,
#scrollToBottomButton {
  position: fixed;
  bottom: 20px;
  z-index: 999;
  transition: bottom 0.3s ease-in-out;
}

/* Todos los botones que deben subir al llegar al footer */
#cart-button.move-up,
#scrollToTopButton.move-up,
#scrollToBottomButton.move-up {
  bottom: 470px; /* Ajustá este valor según la altura del footer */
}


/* Estilo del botón Contactanos */
.btn-conocenos {
  display: inline-block;
  padding: 4px 12px;
  font-size: 2.4rem;
  font-weight: 600;
  background: linear-gradient(90deg, #8537EE , #E24FE4);
  color: #FDFFFF;
  text-decoration: none;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.btn-conocenos:hover {
  transform: scale(1.05);
}

/* Información del footer */
.footer-info {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

/* Estilo para el logo en el footer */
.logo-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
}

.logo-footer img {
  width: 344px;
  height: auto;
}

/* Texto de derechos reservados */
.footer-info p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #FDFFFF;
}

/* Estilo de marca Octopus */
.octopus {
  font-size: 1.1rem;
  font-weight: 700;
  color: #FDFFFF;
}
@media (max-width: 768px) {



  div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    font-size: 22px;
  }

  div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    font-size: 22px;

  }


  .navbar-links {
    width: 100%;
    right: 0;
    left: 0;
  }
 
  .update-button {
    bottom: 100px;
    right: 15px;
    padding: 10px 20px;
    font-size: 14px;
  }
}
.btn-conocenos {
  padding: 18px 188px;
font-size: 2.1rem;
}

.logotip{
  width:  224px}
 
  .scroll-button.on-footer {
    bottom: 100px; /* sube el botón */
    transition: bottom 0.3s ease;
  }
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
  .popup-content {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    width: 460px;
    max-width: 90%;
    text-align: center;
  }
  #cerrar-popup-visitas{
    font-size: 26px;
    background: none;
    text-decoration: underline;
    border: none;  }

    .popup-content h2 {
      font-size: 40px;
    }
    .popup-content p {
      font-size: 34px;
    }
    #vistas{
      padding: 30px;
      border: 1px solid #ccc;
      margin-top: 1rem;
      border-radius: 30px;
    }

    #cart-button{
      display: none!important;
    }

    .add-to-cart-btn{
      display: none!important;
    }
    #edit-delivery-price-button
     {
      display: none!important;
    }
    .orders-button {
      display: none!important;
    }
    .social-footer .social-icons img{
      width: 88px;
    }
    .popup-overlay {
      position: fixed;
      top: 0; left: 0; width: 100%; height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      display: flex; justify-content: center; align-items: center;
      z-index: 9999;
    }
    .popup-card {
      background: #fff;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(0,0,0,0.2);
      text-align: center;
      width: 90%;
      max-width: 460px;
    }
    .popup-title {
      font-size: 42px;
      font-weight: 600;
      margin-bottom: 10px;
    }
    .popup-date {
      font-size: 32px;
      color: #666;
      margin-bottom: 20px;
    }
    .popup-number {
      font-size: 82px;
      font-weight: bold;
      color: #222;
      margin-bottom: 20px;
    }
    .popup-footer {
      font-size: 32px;
      color: #333;
      margin-bottom: 20px;
    }
    .popup-close {
      background-color: #eee;
      border: none;
      padding: 10px 20px;
      border-radius: 8px;
      cursor: pointer;
    }
    #reseñas .group-header {
      padding: 184px 44px;
      display: flex
  ;margin-bottom: 140px;
      flex-direction: column;
      align-content: center;
      align-items: center;}

      #reseñas img{  padding: 64px;
      border-radius: 140px};

      .btn-reseñas{
        text-align: center;
        color: white;
        background-color: #1a1a1a;
        text-decoration: none;
        border-radius: 18px;
        padding: 20px;
        width: 79%;
      }a.btn-reseñas {
        font-size: 22px;
        font-family: "Archivo", sans-serif;
        text-align: center;
        color: white;
        background-color: #1a1a1a;
        text-decoration: none;
        border-radius: 18px;
        padding: 20px;
        width: 79%;      }
      /* .section-links {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
} */

.section-links {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.nav-group.open .section-links {
  max-height: 500px; /* o lo que estimes necesario */
  opacity: 1;
  pointer-events: auto;
}
.wpp-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  background-color: rgb(61, 193, 78);
  ;height: 100px;
  color: white;
  border: none;
  border-radius: 130px;
  padding: 0px 26px;
  display: flex;
  align-items: center;
  font-size: 50px!important;
  font-family: 'Nunito', sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: bottom 0.3s ease-in-out, transform 0.2s ease;
  cursor: pointer;
}

.wpp-btn img {
  width: 120px;
  height: 120px;
}

.scroll-button.move-up {
  bottom: 470px; /* Ajustalo si querés más separación al llegar al footer */
}
