body {
  background-color: white;
}

.bg-menu{
  background-color: #0047AB;
}
.navbar-toggler{
  background-color: #b8b8b8;
}
.sticky{
  position: fixed;
  top: 0;
  z-index: 1020;
  width: 100%;
}

#sidebar {
  height: 99%;
  border-bottom-right-radius:25px;;
}
.nav-link {
    color: #e8e8e8;
    font-size: 30px;
  }
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #b8b8b8; 
}
.nav-link:focus, .nav-link:hover {
  color: #b8b8b8; 
}
.active {
    color: #b8b8b8; 
    font-size: 30px;
  }

.nav-link.show {
    color: #b8b8b8; 
}

.no_pad{
  padding-left: 0;
  padding-right: 0;
}
#hero{
  height: calc(100vh - var(--vh-offset, 0px));
  padding: 4rem 2rem;
  background: rgb(0, 0, 0) /*url("/images/Hero_provicional.png")*/ ;
  background-position: center;
}
#flecha{
  width: 5rem;
}
.imagen_banner{
  max-height: 600px;
}
.imagen_carta{
  min-height: 400px;
  max-height: 400px;
}
.Tarjeta_categoria{
  background-color: #dfdfdf;
  border-radius: 25px;
}

.fondo-Textos{
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%);
  
  border-radius: 25px;
}

.fondo-caja-1{
  background: #ffff00;
  /* background: linear-gradient(0deg, #ffff00 0%, #ffd364 100%);  */
  /* border-image: linear-gradient( #ffb700,#ffff00) 1;
  border-style: solid;
  border-width: 5px; */
  border-radius: 25px;
}
.fondo-caja-2{
  background: #ff00ff;
  /* background: linear-gradient(0deg, #ff00ff 0%, rgb(165, 0, 124) 100%); */
  /* border-image: linear-gradient( rgb(165, 0, 124) ,#ff00ff) 1;
  border-style: solid;
  border-width: 5px; */
  border-radius: 25px;
}
.fondo-caja-3{
  background: #00ffff;
  /* background: linear-gradient(0deg, #00ffff 0%, #0095ff 100%); */
  /* border-image: linear-gradient( #0095ff,#00ffff) 1;
  border-style: solid;
  border-width: 5px; */
  border-radius: 25px;
  
}
.fondo-caja-3_soft{
  background: #ccf6f6;
  /* background: linear-gradient(0deg, #00ffff 0%, #0095ff 100%); */
  /* border-image: linear-gradient( #0095ff,#00ffff) 1;
  border-style: solid;
  border-width: 5px; */
  border-radius: 25px;
  
}
.fondo-caja-4{
  background: #82ff7d;
  /* background: linear-gradient(0deg, #ffff00 0%, #ffcc00 100%);  */
  /* border-image: linear-gradient( #ffcc00,#ffff00) 1;
  border-style: solid;
  border-width: 5px; */
  border-radius: 25px;
  
}
.pie-de-pagina{
  background: rgb(68, 131, 186);
}
.carousel-container{
  padding:0%
}

.boton-magenta {
  color: white;
  background: #ff7fff;
}
.boton-magenta:hover {
  color: rgb(243, 208, 242);
  background:  #ff00ff;
}
.producto{
  width: 140px; 
  height: 140px; 
}
.producto-principal{
  max-width: 500px; 
  max-height: 500px;
  min-width: 140px; 
  min-height: 140px;
  width: 100%; 
  height: 100%s; ;  
}
.category-title {
  color: #00FFFF; /* Cian */
}
.category-description {
  color: #000000; /* Blanco */
}
.main-image {
  border: 15px solid #FF00FF; /* Lila */
  max-height: 500px;
}
.product-image {
  border: 12px solid #FFFF00; /* Amarillo */
  max-height: 250px;
}

.gas {
  --blur: 1.75rem;
  --box-blur: calc(0.5 * var(--blur));
  --glow: var(--color);
  --size: 
  
  align-items: center;
  border-radius: 12px;
  border: 4px solid currentColor;
  box-shadow: 
    /* --- "glass" tube --- */
    /* inside */ inset 0 0 0 2px rgba(0, 0, 0, 0.15),
    /* outside */      0 0 0 2px rgba(0, 0, 0, 0.15),
    /* --- glow --- */
    /* inside */ inset 0 0 var(--box-blur) var(--glow),
    /* outside */      0 0 var(--box-blur) var(--glow);
  color: var(--color, white);
  
  flex-direction: column;
  font-family: system-ui, sans-serif;
  height: var(--size);
  justify-content: space-around;
  padding: 1rem;
  width: var(--size);
}
.he { --color: #FCEAAC; filter: saturate(175%); }
.he_background { background-color: #FCEAAC; filter: saturate(175%); }
.ne { --color: #FDA802; filter: brightness(110%); }
.ne_background { background-color: #FDA802; filter: saturate(175%); }
.ar { --color: #E555C7; filter: brightness(125%); }
.ar_background { background-color: #E555C7; filter: saturate(175%); }
.kr { --color: #32acd5; filter: saturate(200%); }
.kr_background { background-color: #50bde1; filter: saturate(175%); }
.xe { --color: #C4C4C6; filter: brightness(105%); }
.xe_background { background-color: #C4C4C6; filter: saturate(175%); }

.black{
  color: rgb(0, 0, 0);
}
.white{
  color: white;
}
.respuesta{
  border-radius: 0px;
  padding: 5%;
}
.contact-form {
  /* margin-top: 10%; */
  margin-bottom: 5%;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  border-radius: 1rem;
}

.contact-form .form-control {
  border-radius: 0.5rem;
}

.contact-image {
  text-align: center;
}

.contact-image img {
  border-radius: 50%;
  width: 150px;
  max-width: 100%;
}

.contact-form h3 {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #404040;
}

.contact-form .btnContact {
  width: 100%;
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem;
  background: #535353;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}

.contact-form .btnContactSubmit {
  width: 100%;
  border-radius: 0.5rem;
  padding: 0.75rem;
  color: #fff;
  background-color: #0062cc;
  border: none;
  cursor: pointer;
}

/* Media Queries for Responsive Design */
@media (max-width: 768px) {
  .contact-form {
      padding: 1rem;
  }

  .contact-form form {
      padding: 0;
  }

  .contact-form .form-control {
      margin-bottom: 1rem;
  }
  .main-image {
    border: 8px solid #FF00FF; /* Lila */
  }
  .product-image {
    border: 5px solid #FFFF00; /* Amarillo */
  }
}


.btn-question {
  width: 100%;
  text-align: left;
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  background-color: #f8f9fa;
  padding: 15px;
  transition: color 0.3s, background-color 0.3s;
}

.btn-question:hover {
  color: white;
  background-color: #e2e6ea;
}

.btn-question:focus {
  box-shadow: none;
}
