:root {
  --color-primario: #f7f3e3;
  --color-secundario: #efdecd;
  --color-terciario: #6f4e37;
  --color-Negro: #151515;
  --color-quinario: #7b6d8d;
  --color-fondo: #d6c4a0;
  --color-violeta: #564270;
}

* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  background-color: #3f3f3f;
  color: var(--color-primario);
  background-image: url(../multimedia/fotos/Saturno\ cafe\ -\ motivo-para-fondo-gris.png);
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  background-color: #3f3f3f;
  color: var(--color-primario);
  background-image: url(../multimedia/fotos/Saturno\ cafe\ -\ motivo-para-fondo-gris.png);
  flex: 1;
  padding: 20px;
}

main.dividido {
  display: flex;
  flex-wrap: wrap;
}

h1 {
  padding: 3%;
  color: white;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 10vw;
  text-align: center;
  word-break: break-word;
  max-width: 100%;
}

.title-contact {
  margin: 60px 0px 0px 0px;
  padding: 0px;
}

h3 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 25px;
  text-align: center;
}

ul {
  list-style: none;
  display: flex;
  /*   display: inline-flex; */
  justify-content: right;
  gap: 40px;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
}

p {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  text-align: center;
  word-break: break-word;
  max-width: 100%;
}

.content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#logo-img {
  height: auto;
  max-height: 50px;
  width: auto;
  max-width: 100%;
  margin-left: 10px;
}

#logo-img:hover {
  background-color: #3f3f3f;
  width: auto;
  height: auto;
  border-radius: 3px;
  padding: 3px;
}
.contenedor-nav {
  padding: 0 0 0 20px;
}
.navbar {
  background-color: #151515;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-lista {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
  padding-right: 20px;
}
.nav-item {
  color: #efdecd;
  margin-top: 5px;
  word-break: break-word;
  max-width: 100%;
}

.nav-item:hover {
  font-weight: bold;
  background-color: #564270;
  border-radius: 3px;
  padding: 0 10px;
}

.nav-link {
  text-decoration: none;
  color: #f7f3e3 !important;
}

.navbar.navbar-expand-lg.bg-body-tertiary.fixed-top {
  padding: 0 0 0 0;
}

.logo-nav {
  height: 30px;
  width: auto;
}

.container-fluid {
  padding: 0 0 10px;
  background-color: #151515;
  color: #f7f3e3;
}

.offcanvas-header {
  background-color: #564270;
  color: #efdecd;
}

.offcanvas-title {
  font-size: 25px;
}
.offcanvas-body {
  background-color: #151515;
  padding: 0 0 0 0;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.mitad {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 0 2%;
}

.mitad-1 {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 0 2%;
}

h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 60px;
  text-align: center;
  margin-top: 3%;
}

#titulo-agenda {
  margin-top: 60px;
}

#titulo-membresias {
  margin-top: 60px;
}

#titulo-buzos {
  margin-top: 50px;
}

#titulo-cafe {
  margin-top: 50px;
}

#titulo-gorras {
  margin-top: 50px;
}

#titulo-libretas {
  margin-top: 50px;
}

#titulo-remeras {
  margin-top: 50px;
}

#titulo-tazas {
  margin-top: 50px;
}

#titulo-vasos {
  margin-top: 50px;
}

#titulo-clima {
  margin-top: 50px;
}

#titulo-login {
  margin-top: 50px;
}

h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 40px;
  text-align: center;
  margin-top: 5%;
}

h4 {
  font-family: "Bebas Neue", sans-seri;
  font-weight: 100;
  font-style: normal;
  font-size: 50px;
}

p {
  text-align: center;
  font-weight: 100;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
}

.text {
  text-align: center;
  padding: 2% 13% 4%;
}

.text-1 {
  text-align: center;
  padding: 2% 15% 2%;
}

.banner {
  margin-top: 3rem;
  background-image: url(../multimedia/fotos/FondodeGalaxia.png);
  background-size: cover;
  background-position: center;
  color: white;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 20px;
}

.banner h1 {
  font-size: 120px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.banner p {
  font-size: 1.5rem;
}

.home-cafe-interior {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  gap: 20px;
  padding: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.home-eventos-titulo {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Contenedor principal */
.home-eventos {
  padding: 20px;
  margin: 0 20px;
}

.home-eventos-contenido {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.home-eventos-texto {
  display: flex;
  flex: 1 1 40%;
  min-width: 250px;
}

#texto-agenda {
  padding: 23px;
}

.home-imagen {
  margin-right: 10px;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

#parrafo-presentacion {
  padding: 20px;
}
.contenedor-formulario {
  width: 100%;
  height: auto;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
}

h2.subtitulo-agenda {
  font-style: initial;
  text-align: center;
  margin-top: 5px;
  background-color: #1515159c;
  padding: 15px;
}

h2.subtitulo-agenda2 {
  margin-top: 80px;
  margin-bottom: 30px;
  background-color: #1515159c;
  padding: 15px;
}

h4.subtitulo-formulario {
  text-align: center;
  font-size: 30px;
}

.formulario {
  display: flex;
  flex-direction: column;
  background-color: #7b6d8d;
  max-width: 60%;
  margin: auto;
  padding: 3%;
  border: 2px solid #b1754b;
  border-radius: 20px;
}

.formulario label {
  margin-bottom: 5px;
  margin-top: 18px;
  text-align: left;
  color: white;
}

.formulario input,
select {
  background-color: var(--color-primario);
  padding: 10px;
  border: 2px solid var(--color-violeta);
  border-radius: 10px;
  font-family: "Raleway", sans-serif;
}

.formulario button {
  margin-top: 30px;
  width: 100%;
  border: 2px solid var(--color-violeta);
  border-radius: 10px;
  background-color: #564270;
  color: #f7f3e3;
  padding: 10px;
  font-size: 15px;
}

.caja-mensaje-grande {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  padding: 10px;
  padding-bottom: 120px;
  border-radius: 15px;
  border: 2px solid #564270;
  background-color: #f7f3e3;
  text-align: left;
  vertical-align: top;
  resize: none;
}

.conteiner-map {
  position: relative;
  width: 75%;
  padding-bottom: 310px; /* pixel para que se mantega igual en todas la viewport */
  height: 0;
  overflow: hidden;
  margin: 4% 12%;
}

.conteiner-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-info {
  text-align: center;
  margin-bottom: 5%;
}

.cards {
  color: #151515;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 10px;
  box-sizing: border-box;
}

.membresia-card {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 400px;
  max-width: 100%;
  padding: 20px;
  text-align: left;
  background-color: #7b6d8d;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

.membresia-card:hover {
  background-color: #564270;
  color: white;
}

.card-title {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.card-subtitle {
  text-align: center;
  font-size: 0.95rem;
  margin-bottom: 15px;
  padding-top: 10px;
}

.lista-benef-membresias {
  font-size: 0.9rem;
  margin: 10px 0 0 20px;
  padding-left: 0;
  list-style-type: disc;
  display: list-item;
}

.contenedor-contacto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

#p-contacto-a {
  color: white;
}

.button-a {
  display: inline-block; /* Para que el botón sea bloque y se pueda centrar */
  margin: 75px auto 0 20px; /* Margen arriba y auto a los costados */
  padding: 10px 20px;
  background-color: #7b6d8d;
  color: var(--color-primario);
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  max-width: 250px;
  width: 50%;
  height: 75%;
  box-sizing: border-box;
  font-size: 1rem;
  text-align: center;
}

.button-a:hover {
  background-color: #564270;
}

.button-contacto {
  display: inline-block; /* Para que el botón sea bloque y se pueda centrar */
  padding: 10px 0;
  background-color: #7b6d8d;
  color: var(--color-primario);
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  max-width: 250px;
  width: 50%;
  height: 75%;
  box-sizing: border-box;
  font-size: 1rem;
  text-align: center;
}

.button-contacto:hover {
  background-color: #564270;
}

/* Productos */

.titulo.productos {
  margin: 0;
  padding: 0px;
  /*  margin-top: 70px; */
}

.titulo-productos {
  margin-top: 60px;
}

.grid-categorias {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13%, 5fr));

  gap: 20px;
}

.categorias {
  padding: 4%;
  background-color: #7b6d8d;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  border-radius: 25px;
}

.categorias h4 {
  margin: 15px 0 0 0;
  color: #d6c4a0;
  text-align: center;
}

.categorias :hover {
  color: #6f4e37;
  transform: scale(1.02);
  text-decoration: none;
}

.categoria img {
  width: 100%;
  height: auto;
  display: block;
}

.img-product {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.descripcion-cafe {
  padding: 2px 0 5px;
}

/* productos Carrusel*/
.carousel-inner {
  display: flex;
}
.carousel-item {
  min-height: 500px;
  background-size: cover;
  height: auto;
}
.carousel-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.carousel.slide.card {
  background-color: rgb(0, 0, 0);
  width: 100%;
  min-height: auto;
  margin-bottom: 2%;
}
.custom-carousel {
  position: relative;
}

.carousel-caption-custom {
  position: absolute;
  top: 51%;
  right: 20%;
  transform: translateY(-50%);
  color: white;
  max-width: 500px;
  padding: 1%;
}

.carousel-caption-custom p {
  font-size: 30px;
  line-height: 25px;
  width: 500px;
  text-align: left;
}
p.banner-frase {
  font-size: 20px;
  text-align: left;
}
.carousel-caption-custom h1 {
  font-size: 80px;
  text-align: left;
  width: 500px;
  line-height: 50px;
}

/* Remeras */
.grid-remeras {
  margin: 0 100px 25px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40%, 5fr));
  gap: 30px 100px;
}

.remeras-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 25px;
}
.product-scale:hover {
  transform: scale(1.03);
}

.remeras-card {
  width: 100%;
  height: auto;
  border-radius: 20px;
  padding: 4%;
  background-color: #7b6d8d;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  border-radius: 25px;
}

.remeras-card h3 {
  margin: 15px 0 0 0;
  text-align: center;
}

.detalles-remeras {
  display: block;
  margin-left: 10px;
}
.titulo-remera {
  font-weight: 500;
  font-size: large;
  margin-top: 15px;
}

.price {
  margin: 5px;
}

.colors {
  margin: 5px 0 8px;
}

.color-dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid;
  cursor: pointer;
}

.color1 {
  background: white;
}
.color2 {
  background: black;
}
.color3 {
  background: #6f4e37;
}
.color4 {
  background: #3f3f3f;
}
.color5 {
  background: #7b6d8d;
}
.color6 {
  background: #696767;
}
.color-dot.seleccionado {
  border: 2px solid #fff;
  outline: 2px solid #b1754b;
}

.custom-select-wrapper {
  width: 120px;
  margin-bottom: 15px;
  display: flex;
}

label {
  margin-right: 5px;
}

.custom-select {
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
}

#contacto-product {
  padding: 1%;
  background-color: aliceblue;
  color: #696767;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  max-width: 90%;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  font-size: 1rem;
}

.subtitulo-agenda {
  display: flexbox;
  padding-left: 25px;
  text-align: left;
}

#contacto-product:hover {
  background-color: #f7f3e3;
}

/* Carrusel (buzos, remeras, etc) */
.carrusel-producto .carousel-inner,
.carrusel-producto .carousel-item {
  height: auto;
  min-height: unset;
}

.carrusel-producto .carousel-item img {
  height: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Carrusel de eventos en agenda */
#carouselExampleIndicators {
  max-width: 600px;
  margin: auto;
}

#carouselExampleIndicators .carousel-item {
  position: relative;
  height: 300px;
}

#carouselExampleIndicators .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#carouselExampleIndicators .agenda-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 1rem;
  text-align: center;
}

#carouselExampleIndicators .agenda-caption h5,
#carouselExampleIndicators .agenda-caption p {
  margin: 0;
}

/* Footer */
.footer {
  background-color: #151515;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-width: 0;
  overflow-wrap: break-word;
}

.footer-text {
  color: white;
  margin: 0;
  font-size: 14px;
  word-break: break-word;
  max-width: 100%;
}

.footer-img img {
  height: auto;
  max-height: 40px;
  width: 100%;
  max-width: 100px;
  object-fit: contain;
}

.footer-derecha {
  flex-wrap: wrap;
  display: flex;
  gap: 15px;
}

.footer-izq {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 15px;
}
/*Login*/
.imagen-circular {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 4px solid #564270;
  object-fit: cover;
}

#contenedor-img-login {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*Panel Administrador*/
.fichas-listado {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
  margin-bottom: 2rem;
}

.ficha-item {
  background-color: #7b6d8d;
  color: #fff;
  padding: 1rem 1.5rem;
  margin: 0;
  border-radius: 12px;
  flex: 1 1 calc(33% - 1rem);
  min-width: 260px;
  max-width: 600px;
  min-height: 170px;
  border-left: 6px solid #564270;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ficha-item p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  margin: 0.3rem 0;
  word-break: break-word;
}
/* Carrito */

#carrito-img {
  height: 38px;
  width: auto;
  margin-left: 20px;
  margin-right: 10px;
}

#carrito-img:hover {
  background-color: #564270;
  border-radius: 3px;
  padding: 2px;
}
#carrito-container.carrito-hidden {
  display: none;
}
#carrito-container.carrito-visible {
  display: block;
}
#carrito-container h5 {
  margin-top: 0;
  font-size: 15px;
}

.carrito-hidden {
  display: none;
}
.carrito-visible {
  display: block;
  position: fixed;
  top: 80px; /* debajo del navbar */
  right: 20px;
  width: 500px;
  background: #151515;
  color: #ccc;
  border: 1px solid #ccc;
  padding: 1rem;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#carrito-container button {
  margin-top: 10px;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  font-size: 15px;
}

#carrito.container button:hover {
  background-color: #7b6d8d;
}

#vaciar-carrito {
  margin-right: 10px;
  background-color: #7b6d8d;
  color: #ccc;
}

#vaciar-carrito:hover {
  background-color: #696767;
}

#cerrar-carrito {
  margin-right: 10px;
  background-color: #7b6d8d;
  color: #ccc;
}

#cerrar-carrito:hover {
  background-color: #696767;
}

.carrito-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}

.carrito-items li {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #3f3f3f;
  padding: 10px;
  border-radius: 8px;
}

.btn-agregar-carrito {
  background-color: #151515;
  color: #fff;
  padding: 5px;
  border-radius: 8px;
}

.btn-agregar-carrito:hover {
  background-color: #3f3f3f;
}

/* Menu Haburguesa */
.menu-hamburguesa-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: -1;
}

@media (max-width: 1799px) {
  /* carrusel */
  .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1252px) {
  /* carrusel */
  .carousel-item {
    background-size: cover;
    background-position: 15%;
    background-repeat: no-repeat;
  }
  .carousel-caption-custom {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 51%;
    left: 25%;
    transform: translateY(-50%);
    color: white;
    max-width: 500px;
    padding: 5%;
    border-radius: 10px;
  }

  .carousel-caption-custom p {
    font-size: 20px;
    line-height: 25px;
    width: 500px;
    text-align: lef;
  }
  p.banner-frase {
    font-size: 10px;
    text-align: left;
  }
  .carousel-caption-custom h1 {
    font-size: 70px;
    text-align: left;
    width: 500px;
    line-height: 50px;
    padding: 1%;
  }
}

@media (max-width: 1024px) {
  .main {
    flex-direction: column;
  }

  .mitad,
  .mitad-1 {
    width: 100%;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 32px;
  }

  .text,
  .text-1 {
    padding: 3% 10%;
  }

  .formulario {
    max-width: 75%;
  }

  .conteiner-map {
    width: 90%;
    padding-bottom: 50%;
    margin: 4% auto;
  }

  /* productos */

  .grid-categorias {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 5fr));
    gap: 60px;
  }

  /* remeras */
  .grid-remeras {
    margin: 0 20px 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 5fr));
    gap: 30px 100px;
  }

  /*Carrusel*/
  .carousel-caption-custom {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 51%;
    left: 25%;
    transform: translateY(-50%);
    color: white;
    max-width: 500px;
    padding: 3%;
    border-radius: 10px;
  }

  .carousel-caption-custom p {
    font-size: 20px;
    line-height: 25px;
    width: 500px;
    text-align: left;
  }
  p.banner-frase {
    font-size: 10px;
    text-align: left;
  }
  .carousel-caption-custom h1 {
    font-size: 70px;
    text-align: left;
    width: 500px;
    line-height: 50px;
  }

  .home-eventos-texto {
    text-align: center;
  }

  .button-a {
    display: block;
    margin: 70px auto 0 auto;
  }
}

@media (max-width: 930px) {
  /* carrusel */
  .carousel-caption-custom h1 {
    font-size: 68px;
    text-align: left;
    width: 500px;
    line-height: 68px;
  }

  .carousel-item {
    background-size: cover;
    background-position: 22%;
    background-repeat: no-repeat;
  }

  /* remeras */
  .grid-remeras {
    margin: 0 20px 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 5fr));
    gap: 30px 100px;
  }

  /* Menu Haburguesa */
  .menu-hamburguesa-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: -1;
  }
}
@media (max-width: 850px) {
  .home-eventos-texto {
    display: block;
    flex: 1 1 40%;
    min-width: 250px;
  }

  #texto-agenda {
    padding: 23px;
  }

  .button-a {
    display: inline-block; /* Para que el botón sea bloque y se pueda centrar */
    margin: 10px auto 0 20px; /* Margen arriba y auto a los costados */
    padding: 10px 20px;
    background-color: #7b6d8d;
    color: var(--color-primario);
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    max-width: 250px;
    width: 50%;
    height: 75%;
    box-sizing: border-box;
    font-size: 1rem;
    text-align: center;
  }
}

@media (max-width: 721px) {
  .carousel-caption-custom h1 {
    font-size: 68px;
    text-align: left;
    width: 500px;
    line-height: 68px;
  }
}

@media (max-width: 670px) {
  .nav-lista {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .nav-item {
    text-align: left;
  }

  .footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-izq {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }

  .footer-derecha {
    justify-content: center;
  }

  .cards {
    padding: 0 10px;
  }

  /* remeras */
  .grid-remeras {
    margin: 0 70px 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 5fr));
    gap: 30px 100px;
  }

  /* carrusel */

  .carousel-caption-custom {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 51%;
    left: 15%;
    transform: translateY(-50%);
    color: white;
    max-width: 500px;
    padding: 5%;
    border-radius: 10px;
  }

  .carousel-caption-custom p {
    font-size: 20px;
    line-height: 25px;
    width: 500px;
    text-align: left;
  }
  p.banner-frase {
    font-size: 10px;
    text-align: left;
  }
  .carousel-caption-custom h1 {
    font-size: 60px;
    text-align: left;
    width: 500px;
    line-height: 50px;
    padding: 1%;
  }

  .home-imagen {
    display: none;
  }

  .carrito-visible {
    display: block;
    position: fixed;
    top: 80px; /* debajo del navbar */
    right: 20px;
    width: 350px;
    background: #151515;
    color: #ccc;
    border: 1px solid #ccc;
    padding: 1rem;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 592px) {
  .carousel-item {
    background-size: cover;
    background-position: 31%;
    background-repeat: no-repeat;
  }
  .carousel-caption-custom h1 {
    font-size: 50px;
    text-align: left;
    width: 500px;
    line-height: 68px;
  }

  /* remeras */
  .grid-remeras {
    margin: 0 30px 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 5fr));
    gap: 30px 100px;
  }

  .ficha-item {
    font-size: 0.95rem;
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  p {
    font-size: 16px;
  }

  .formulario {
    max-width: 90%;
    padding: 6%;
    margin: 3%;
  }

  .conteiner-map {
    width: 95%;
    padding-bottom: 65%;
    margin: 6% auto;
  }
  /* productos */
  .grid-categorias {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 5fr));
    gap: 60px;
  }

  /* remeras */
  .grid-remeras {
    margin: 0 20px 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 5fr));
    gap: 30px 100px;
  }

  /* carrusel */

  .carousel-caption-custom h1 {
    font-size: 40px;
    text-align: left;
    width: 500px;
    line-height: 68px;
  }
  .carousel-caption-custom p {
    font-size: 20px;
    line-height: 25px;
    width: 500px;
    text-align: left;
  }
  p.banner-frase {
    font-size: 5px;
    text-align: left;
  }

  .carousel-item {
    background-size: cover;
    background-position: 31%;
    background-repeat: no-repeat;
  }
}

@media (max-width: 380px) {
  .carousel-caption-custom h1 {
    font-size: 40px;
    text-align: left;
    width: 500px;
    line-height: 40px;
  }

  /* remeras */
  .grid-remeras {
    margin: 0 20px 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 5fr));
    gap: 30px 100px;
  }

  .carrito-visible {
    display: block;
    position: fixed;
    top: 80px; /* debajo del navbar */
    right: 20px;
    width: 300px;
    background: #151515;
    color: #ccc;
    border: 1px solid #ccc;
    padding: 1rem;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 320px) {
  .carrito-visible {
    display: block;
    position: fixed;
    top: 80px; /* debajo del navbar */
    right: 20px;
    width: 250px;
    background: #151515;
    color: #ccc;
    border: 1px solid #ccc;
    padding: 1rem;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 300px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-lista {
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }

  #logo-img {
    height: auto;
    max-height: 40px;
    width: 100%;
    object-fit: contain;
  }

  .card-title,
  .card-subtitle {
    font-size: 14px;
  }

  .lista-benef-membresias {
    margin-left: 10px;
    font-size: 0.75rem;
  }

  .button-a {
    padding: 8px 10px;
    font-size: 0.75rem;
    width: 100%;
    max-width: 100%;
    word-break: break-word;
    max-width: 100%;
  }

  .footer {
    padding: 10px;
    flex-direction: column;
  }

  .footer-text {
    font-size: 12px;
    padding: 0px;
    text-align: center;
    word-break: break-word;
  }

  .footer-derecha,
  .footer-izq {
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
  }

  /* Productos */
  .grid-categorias {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 5fr));
    gap: 60px;
  }

  /* remeras */
  .grid-remeras {
    margin: 0 10px 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 5fr));
    gap: 30px 100px;
  }

  /*carrusel*/
  .carousel-item {
    background-size: cover;
    background-position: 34%;
    background-repeat: no-repeat;
  }
  .carousel-caption-custom h1 {
    font-size: 40px;
    text-align: left;
    width: 500px;
    line-height: 40px;
  }
  .carousel-caption-custom p {
    font-size: 20px;
    line-height: 25px;
    width: 500px;
    text-align: left;
  }
  p.banner-frase {
    font-size: 5px;
    text-align: left;
  }
}
