* { -webkit-tap-highlight-color: transparent; }
a, button, div[onclick], [role='button'], li {
  -webkit-tap-highlight-color: transparent;
}
:root {
  --theme_1: #19d7de;
}
.elemento-con-scroll {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;  
}

.elemento-con-scroll::-webkit-scrollbar {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
    scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE / Edge */
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fffffe;
  width: 100%;
  font-family: "Roboto", sans-serif;
  min-height: 100dvh;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
}
.container_main{
  min-width: 320px;
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}
main {
  flex: 1;
  user-select: none;
  background-color: rgb(255, 255, 255);
  min-width: 380px;
  max-width: 600px;
  width: 100%; 
  margin: 0 20px;
}

.servicios_tagline,
.header_tagline {
  width: 100%;
  text-align: center;
  padding: 8px 24px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(16px, 3vw, 22px);
  letter-spacing: 0.5px;
  animation: tagline_pulse 3s ease-in-out infinite;
}

@keyframes tagline_pulse {
  0%   { color: #c9a84c; }
  50%  { color: #f0d080; }
  100% { color: #c9a84c; }
}
header {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.bk_header {
  width: 100%;
  height: auto;
  display: block;
}
.icon_profile {
  width: 100%;
  height: 120px;
  background-image: url("https://cdn-shopklim.b-cdn.net/icons/ICON-BBKLIM_H.png?format=webp");
  background-position: center;
  background-color: rgb(255, 255, 255);
  outline: solid var(--theme_1) 4px;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 38%;
  transform: translateX(-50%);
}
nav {
  margin-top: 10px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.nav_list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding: 10px;
}
.nav_list li {
  width: auto;
  padding: 10px;
  position: relative;
}

.nav_list li::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2.5px;
  border-radius: 50px;
  background-color: black;
  transition: width 0.3s ease-in-out;
}

.nav_list li:hover::after {
  width: 100%;
}

.nav_list li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: red; */
}
.nav_list li p {
  font-weight: 400;
  font-size: 16px;
  color: #092C56;
}

.nav_list li:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.cart_ {
  top: 0;
  position: absolute;
  display: flex;
  justify-content: right;
  align-items: center;
  font-size: 16px;
  border-radius: 50px;
  color: white;
  width: 100%;
  height: 20px;
}

.size-6 {
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 25px;
  max-width: 28px;
  min-height: 25px;
  max-height: 28px;
  height: 100%;
  width: 100%;
  margin-bottom: 5px;
  filter: brightness(0) saturate(100%) invert(12%) sepia(45%) saturate(1500%) hue-rotate(192deg) brightness(90%) contrast(105%);
}
.servicios {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 10px;
  padding: 0 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.items {
  cursor: pointer;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.servicios{
  position: relative;
}
.div_prod_a,.div_prod_b{
  border-radius: 10px;
  width: 100%;
  height: 180px;
  background-color: rgb(0, 4, 54);
  flex-shrink: 0;
  overflow: hidden;
}
.items p {
  width: 100%;
  overflow: hidden;
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: rgb(255, 255, 255);
  pointer-events: none;
  font-size: clamp(36px, 4vw, 48px);

}
.div_prod_a {
  background-image: url("https://cdn-shopklim.b-cdn.net/backgrounds/z_6.PNG?format=webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}
.div_prod_b {
  background-image: url("https://cdn-shopklim.b-cdn.net/backgrounds/z_1.PNG?format=webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}

.div_prod_a:hover,
.div_prod_b:hover {
  filter: brightness(90%);
  background-size: 108%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transform: scale(1.02);
  transition: all 0.5s ease;
}

.container_img_home {
  width: 100%;
  padding: 0 10px 20px 10px;
  box-sizing: border-box;
}
.img_home {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
  cursor: zoom-in;
}

.container_card {
  padding: 10px 24px 20px 24px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.card {
  border-radius: 14px;
  width: 100%;
  max-width: 320px;
  background-color: #F5EFE6;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 70px 20px !important;
  gap: 24px;
  padding: 20px 0;
  box-shadow: 0 4px 16px rgba(122, 92, 62, 0.15);
}
.title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.title p {
  display: block;
}
.text {
  font-size: clamp(15px, 3vw, 20px);
  margin: 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  width: 100%;
  line-height: 1.6;
}

.card_title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #7A5C3E;
  font-size: clamp(15px, 3vw, 18px);
  line-height: 1.6;
}
.card_text {
  font-size: clamp(15px, 3vw, 18px);
  margin: 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #7A5C3E;
  width: 100%;
  line-height: 1.7;
}

footer {
  background-color: #F5EFE6;
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 6px 0;
  z-index: 100;
  color: #092C56;
}

.info_{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 15px 0;
}
@media (min-width:590px) {
  footer{
    
    background-image:unset;
  }
}
@media (max-width:590px) {
  .info_{
    flex-direction: column;
  }
  
}
.info_ a {
  all: unset;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  width: auto;
  height: auto;
  color: #092C56;
  cursor: pointer;
}
.info_ a:hover {
  color: #12749b;
}
.info_ p {
  width: 100%;
}

.redes{
    display: none;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgb(10, 29, 56);
    gap: 1rem;
    padding: 1.2rem;
}
.redes div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.redes div div{
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: cover;
    flex-shrink: 0;
}
.redes div a{
    all: unset;
    cursor: pointer;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.What{
    background-image: url('https://cdn-shopklim.b-cdn.net/backgrounds/Digital_Glyph_Green.svg?format=webp');
}
.Tiktok{
    background-image: url('https://cdn-shopklim.b-cdn.net/backgrounds/tiktok-icon.svg?format=webp');
}
.Instagram{
    background-image: url('https://cdn-shopklim.b-cdn.net/backgrounds/Instagram_Glyph_Gradient.svg?format=webp');
}


.icon_items {
  bottom: 0;
  right: 0;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 5px;
  margin: 12px;
  font-size: 18px;
  z-index: 200;
}
.section_items {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: end;
}
.section_items div {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 50px;
}

.section_items {
  display: none;
  & a{
    color: white;
    text-decoration: unset;
  }
}

.Redes,
.Home,
.Acerca,
.Servicios,
.Panel,
.Inventory,
.Pedidos {
  width: auto;
  height: 60px;
  padding: 0 20px;
  border-radius: 50px;
  background-color: #7A5C3E;
  display: flex;
  gap: 5px;
  cursor: pointer;
}
.Redes a,
.Home a,
.Acerca a,
.Servicios a,
.Panel a,
.Inventory a,
.Pedidos a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.Redes,
.Home,
.Acerca,
.Servicios,
.Panel,
.Inventory,
.Pedidos {
  -webkit-tap-highlight-color: transparent;
}
.icon_Pedidos{
  background: url("https://cdn-shopklim.b-cdn.net/icons/orders.svg?format=webp");
}
.icon_Home {
  background: url("https://cdn-shopklim.b-cdn.net/icons/Icon-home.svg?format=webp");
}
.icon_Services {
  background: url("https://cdn-shopklim.b-cdn.net/icons/Icon-services.svg?format=webp");
}
.icon_Redes {
  background: url("https://cdn-shopklim.b-cdn.net/icons/Icon-redes.svg?format=webp");
}
.icon_Acerca {
  background: url("https://cdn-shopklim.b-cdn.net/icons/Icon-acerca.svg?format=webp");
}
.icon_Panel {
  background: url("https://cdn-shopklim.b-cdn.net/icons/settings.svg?format=webp");
}
.icon_Inventory {
  background: url("https://cdn-shopklim.b-cdn.net/icons/inventario.svg?format=webp");
}
.icon_Home,
.icon_Services,
.icon_Redes,
.icon_Acerca,
.icon_Panel,
.icon_Inventory,
.icon_Pedidos {
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

.Acerca:hover,
.Servicios:hover,
.Redes:hover,
.Home:hover,
.Panel:hover,
.Inventory:hover,
.Pedidos:hover {
  background-color: #5a4230;
  transition: 0.5s;
}
#Panel,#Pedidos {
  display: none;
}

#Icon_main {
  all: unset;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #7A5C3E;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
#Icon_inte {
  width: 26px;
  height: 26px;
  background: url("https://cdn-shopklim.b-cdn.net/icons/keyboard_arrow_up.svg?format=webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#msg {
  display: flex;
  z-index: 100000;
  flex-direction: row;
  align-items: center;
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%) translateY(-80px);
  width: auto;
  max-width: min(340px, 90vw);
  min-width: 200px;
  height: auto;
  border-radius: 50px;
  padding: 10px 32px;
  color: #fff;
  background-color: red;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-align: center;
  justify-content: center;
  white-space: normal;
  word-break: break-word;
  visibility: hidden;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease, visibility 0s linear 0.4s;
  box-shadow: 0 6px 24px rgba(0,0,0,0.25);
  border: 2px solid rgba(255,255,255,0.3);
}
#msg.show {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease, visibility 0s linear 0s;
}
#msg a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
#exit_reg {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.2);
  background-image: url("https://cdn-shopklim.b-cdn.net/icons/arrow_back.svg");
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  transition: background-color 0.2s;
}
#exit_reg:hover {
  background-color: rgba(255,255,255,0.4);
}
#msg:hover {
  width: 200px;
}
.reload{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.loading{
  animation: puls 1s ease-in-out infinite;
}
@keyframes puls {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1.2);
  }
}
.menu_profile {
  border-radius: 16px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 280px;
  max-width: 360px;
  width: 90%;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 500;
  overflow: hidden;
}
.icon_x {
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  background-color: rgba(0,0,0,0.08);
  transition: background-color 0.2s;
}
.icon_x:hover,
.exit_acount:hover {
  color: #07484b;
  background-color: #7eb0fa;;
  transition: all 0.5s ease-in-out;
}
.menu_profile h2 {
  padding: 14px 0;
  font-weight: 600;
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background: linear-gradient(135deg, #28a7a1, #19d7de);
  width: 100%;
  text-align: center;
}
.contain {
  margin: 20px 0 10px 0;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 8px;
}

.contain p {
  color: #07484b;
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 8px 12px;
  width: 100%;
  border-radius: 8px;
  background-color: #f0fafa;
  border: 1px solid #c8eeec;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}
.update_Email{
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  display: none;
  gap: 8px;
}

.update_Email span{
  color: #555;
  margin: 5px 0;
  font-size: 13px;
  text-align: center;
}
.inputs_A{
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  transition: 0.7s ease-in-out all;
}
.inputs_A input::placeholder{
  color: #aaa;
  font-size: 12px;
}
.inputs_A input{
  all: unset;
  color: #07484b;
  background: #f0fafa;
  border: 1px solid #c8eeec;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  width: 100%;
  box-sizing: border-box;
}
.inputs_A input:focus{
  border-color: #19d7de;
  background: #e6fafa;
}
.btn-r {
  border-radius: 8px;
  color: white;
  cursor: pointer;
  width: 100%;
  margin: 8px 0;
  padding: 10px;
  background: linear-gradient(135deg, #28a7a1, #19d7de);
  border: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: opacity 0.2s;
}

.btn-r:hover {
  opacity: 0.85;
}

.edit_press{
  all: unset;
  cursor: pointer;
  /* background-color: black; */
  width: 32px;
  height: 22px;
}
.edit_press img{
  background-position: center;
  width: 100%;
  height: 100%;
  background-size:cover;
}


.exit_acount {
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  margin: 4px 0 16px 0;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: auto;
  color: #e05555;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #ffd0d0;
  background-color: #fff5f5;
  transition: all 0.2s ease;
}
.icon_exit,
.icon_x {
  width: 28px;
  height: 28px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* //// */
@media (max-width: 490px) {
  footer {
    gap: 8px;
    width: 100%;
    align-items: center;
  }
  
}

@media (min-width: 999px) {
  
  .icon_profile {
    width: 150px;
    height: 150px;
  }
  .servicios {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 150px;
    padding: 0 10px;
  }
  .items {
    width: 100%;
    height: 100%;
  }
  .servicios{
    position: relative;
  }
  .div_prod_a,.div_prod_b{
    width: 100%;
    height: 100%;
  }
  
  
  .nav_list li p {
    font-weight: 400;
    color: #092C56;
    font-size: 16px;
  }


.size-6 {
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 28px;
  max-width: 30px;
  min-height: 28px;
  max-height: 30px;
  height: 100%;
  width: 100%;
  margin-bottom: 5px;
}
}

















#btn_top_wrap { -webkit-tap-highlight-color: transparent; user-select: none; }

