:root {
  font-size : 100%;
  font-family: "Inter", sans-serif;
  scroll-behavior : smooth;
  
  --colorPrimario:#2d71f8;
  --colorPrimario9:#f6faff;
  --colorSecundario:#fc4a4a;
  --colorSecundario9:#fff5f4;
  --colorbg:#ededed;

  --colorGris:#797979;
  --colorGris8:#dbdbdb;
  --colorGris9:#f6f6f6;
  --colorblanco:#ffffff;
  --colorNegro:#000000;
  --colorNegro2:#5e5e5e;
  --colorNegro3:rgba(0, 0, 0, 0.8);

  --colorVerde:#00a650;
  --colorVerde8:#9fd4b7;
  --colorVerde9:#abfdd7;

  --colorNaranja:#ff9b00;
  --colorNaranja9:#fcefe7;

   --colorAmarillo:#ffee00;

  --colorRosa:#ff5e96;
  --colorRosa9:#ffd2e2;

  --colorRojo:#fc4a4a;
  --colorRojo8:#fdc6c6;
  --colorRojo9:#ffdede;

  --colorAzul:#2d71f8;
  --colorAzul8:#cbdbfc;
  --colorAzul9:#e7efff;
}

* , *::before , *::after {
  margin : 0;
  padding : 0;
  border : 0;
  box-sizing : border-box;
  vertical-align : baseline;
}
*::before , *::after {
  display : block;
}
body{
-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
button {
  cursor: pointer;
  border: none;
 font-family: "Inter", sans-serif;
}
input{
  border: none;
}
button:active{
  transform: scale(.95);
}
a{
  text-decoration: none;
}
ul,ol{
  list-style: none;
  padding-left: 0;
  margin: 0;
}
table , tr , td , th , tbody , thead , tfoot {
  border-collapse : collapse;
  border-spacing : 0;
  font : inherit;
}
.material-symbols-sharp {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
html,body{
    height: 100%;
    width: 100%;
    background: var(--colorblanco);
    overflow: hidden;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
#road{
  background: #d4ffcf;
}


.material-icons.md-18 { font-size: 18px; }


@font-face {
font-family: 'Material icons';
src: local('Material Icons'),
     local('MaterialIcons-Regular');
  src: 
        /* url('../fonts/original_Gotham-Thin.eot?#iefix') format('embedded-opentype'),  */
       /* url('../fonts/original_Gotham-Thin.woff') format('woff'), */
       url('../font/MaterialIcons-Regular.ttf') format('truetype');
       /* url('../fonts/original_Gotham-Thin.svg') format('svg'); */
font-weight: 200;
font-style: normal;
}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.mapa_fijo {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 3;
    top: 0;
}

#map{
    width: 100%;
    height: 100%;

}
.menu_top{
  pointer-events: auto;
  top: 0;
  width: 100%;
  min-height: 130px;
  padding: 12px 16px;
  padding-bottom: 68px;
  z-index: 9;
  display: flex;
  gap: 15px;
  background: linear-gradient(to bottom, #e0e6ed 30%, rgba(224, 230, 237, 0) 100%);
}
.logo_top{
  height: 48px;
  width: 160px;
 background:none;
 border-radius: 24px;
}
.logo_top img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.input_buscador{
  height: 48px;
  width: 400px;
  padding: 11px 48px 11px 24px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: relative;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.input_buscador input{
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  background: none;
}
.input_buscador input:focus{
  outline: none;
  border: none;
}
.input_buscador_buttons{
  display: flex;
  gap: 10px;
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
}
.input_buscador_buttons button{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: none;
}
.lista_top_categoria{
  display: flex;
  align-items: center;
  gap: 5px;
  width: auto;
   overflow-x: auto;
   height: 100%;
   
}
.lista_top_categoria::-webkit-scrollbar {
  display: none; /* Oculta las barras de desplazamiento */
}

.lista_top_categoria li a{
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 10px;
  color: var(--colorGris);
}
.lista_top_categoria li a:hover{
  background: var(--colorPrimario);
  color: var(--colorblanco);
}
.lista_top_categoria li a.active{
  background: var(--colorPrimario);
  color: var(--colorblanco);
}
.cont_lista_top_categoria{
  display: flex;
  align-items: center;
   width: calc(100% - 45px - 160px - 48px - 400px - 80px); 
  justify-content: start;
  flex: 1;
}
.next_top_categoria{
  border: none;
  height: 48px;
  width: 48px;
  display: flex;
  padding: 0;
  background: none;
  border-radius: 50%;
 
}
.next_top_categoria i{
  margin: auto;
}

.perfil_activo{
  height: 48px;
  width: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--colorblanco);
}
.perfil_activo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow-clip-margin: unset;
}
.form_buscador{
  width: 400px;
  position: relative;
}

   #render-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      z-index: 0;
    }
    #render-container.grabbing {
      cursor: grabbing;
    }
    /* #render-container.desenfocado {
      filter: blur(4px) brightness(0.8);
    } */

    .label {
      position: absolute;
      background: rgba(0,0,0,0.6);
      color: white;
      padding: 2px 6px;
      border-radius: 4px;
      font-size: 12px;
      white-space: nowrap;
    }
    .label-interactiva {
      cursor: pointer;
    }
    #modalInfo {
      display: none;
      position: fixed;
      top: 10%;
      left: 5%;
      background: white;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.5);
      z-index: 10;
      opacity: 0;
      transform: scale(0.9);
      transition: opacity 0.3s ease, transform 0.3s ease;
    }
    #modalInfo.mostrar {
      display: block;
      opacity: 1;
      transform: scale(1);
    }
   #modalOverlay {
      position: fixed;
      top: 0; left: 0; width: 100vw; height: 100vh;
      background: rgba(0,0,0,0.3);
      display: none;
      z-index: 9;
    }
    #modalOverlay.mostrar {
      display: block;
    }


#render-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; 



    z-index: 0;
    cursor: grab;
    overflow: hidden;
  }
  #render-container.grabbing {
    cursor: grabbing;
  }

  .label {
    position: absolute;
    background: rgba(0,0,0,0.6);
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: auto;
  }
  .label-interactiva {
    cursor: pointer;
  }
  .label-interactiva:hover {
    background: rgba(0,0,0,0.8);
  }
  /* #modalInfo {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    z-index: 10;
    opacity: 0;
    max-width: 80%;
    max-height: 80vh;
    overflow-y: auto;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  #modalInfo.mostrar {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  } */
  #modalOverlay {
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.1);
    display: none;
    z-index: 9;
    /* backdrop-filter: blur(4px);
   */
  }
  #modalOverlay.mostrar {
    display: block;
  }
  #modalInfo button {
    padding: 8px 16px;
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
  }
  #modalInfo button:hover {
    background: #45a049;
  }



.label-interactiva {
    cursor: pointer;
    background: rgba(0,0,0,0.7);
    border: 1px solid #fff;
      will-change: transform; /* Optimización para movimiento */
    contain: layout;        /* Evita reflows */
}

/* Para objetos no interactivos (opcional) */
.label-no-interactiva {
    cursor: default;
    background: rgba(0,0,0,0.4);
}


#render-container {
  /* background: linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 100%); */
}




#ui{
  position: relative;
  z-index: 4;
  pointer-events: none;
  width: 100%;
  height: 100%;
}



    
    
.fij{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  
}
body.loading {
  overflow: hidden;
  height: 100lvh;
  margin: 0;
  padding: 0;



}




.contenedor-label {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Permite clicks a través del contenedor */
  z-index: 100; /* Asegura que esté por encima de la escena 3D */
}

.contenedor-label .label-interactiva {
  pointer-events: auto; /* Permite clicks solo en las labels */
  /* Resto de tus estilos para las labels */
}

#start-button{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  background: linear-gradient(to bottom, #ffbb03 0%, #ff7b00 100%);
  height: 48px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  padding: 10px 15px;
  pointer-events: auto;
  display: none;
}



/*  */


#loading-screen {
  
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e0e6ed;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: opacity 0.5s ease-out;
  
}

#loading-bar-container {
  width: 50%;
  max-width: 400px;
  height: 20px;
  background-color: #c3c9cf;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

#loading-bar {
  height: 100%;
  width: 0%;
  background-color: #4CAF50;
  transition: width 0.3s ease-out;
}

#loading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
#lista-map{
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  max-height: 450px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  z-index: 99;
}
#lista-map li{
  font-size: 12px;
  color: var(--colorGris);
  display: flex;
  padding: 10px;
  flex-wrap: wrap;
  gap: 5px;
  cursor: pointer;
}
#lista-map li:hover{
  background: var(--colorGris9);
}
#lista-map li strong{
  font-size: 12px;
  line-height: 14px;
  width: 100%;
  color: var(--colorPrimario);
}
#lista-map li p{
  font-size: 10px;
  line-height: 12px;
  color: var(--colorNaranja);
}
#lista-map li span{
  font-size: 10px;
  line-height: 12px;
}

.owl-carousel .owl-stage-outer{
  border-radius: 6px;
}
.bar-cursos {
  width: 300px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 4;
  border-radius: 6px;
  padding: 10px;
  pointer-events: auto;
}
.bar-cursos h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 10px;

}

.img-curso {
  background: #ffffff;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
}
.img-curso figure {
  margin-bottom: 0;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  height: 130px;
}
.img-curso figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow-clip-margin: unset;
}

.img-curso figcaption {
  padding: 10px;
  font-size: 12px;
  background: #ffffff;
  border-radius: 0 0 6px 6px;
  color: var(--colorGris);
}

.img-curso figcaption h6 {
  font-size: 14px;
  margin-bottom: 0;
  
}

.img-curso figcaption p {
  margin-bottom: 0;
}

.md_card_col{
  width: 50%;
  display: flex;
  flex-direction: column;
  height: 100%;
}










.modal-unico {
  position: fixed;
  right: 15px;
  border-radius:16px ;
top: 80px;
  height: calc(100% - 100px);
  width: 800px;
  background-color:none;
  display: none;
  align-items: center;
  justify-content: end;
  z-index: 9999;
  max-width:calc(100% - 30px) ;
  
}

.modal-content {
  background-color:rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding:0;
  width: 100%;
  position: relative;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(60,64,67,0.3),0 2px 6px 2px rgba(60,64,67,0.15);
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 1.2rem;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: var(--colorblanco);
  border-radius: 50%;
  display: flex;
  z-index: 3;
}
.modal-close i{
  margin: auto;
}
.base-list {
 height: calc(100% - 190px);
  position: absolute;
  z-index: 2;
  top: 80px;
  /* left: -170px; */
 left: 15px;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  z-index: 3;
  padding: 10px;
  border-radius: 6px;
  width: 240px;
  /* height:auto; */
  transition: all .3s;
  overflow-y: auto;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
   background-color: rgba(255, 255, 255, 0.6);
  pointer-events: auto;
}
.base-list::-webkit-scrollbar {
  display: none; /* Oculta las barras de desplazamiento */
}

.base-list:hover{
  /* left: 0; */
}
.lista-donativo {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lista-donativo li{
    background: var(--cl-gris1);
    border-radius: 3px;
    gap: 10px;
    display: flex;
    justify-content: space-between;
    padding: 5px;
    font-size: 12px;
    align-items: center;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
   position: relative;
    overflow: hidden;
    opacity: 1;

    

}
.lista-donativo li.moving {
    transform: translateY(50%);
    opacity: 0;
    pointer-events: none;
}

.lista-donativo li:first-child{
    height: 50px;
    padding: 5px;
    margin-bottom:0px;
    animation: dona 1s forwards ease;
    opacity: 0;
}

@keyframes dona {
    0%{
        height: 0px;
        padding: 0px;
        opacity: 0;
        margin-bottom: 0px;
    }
    100%{
        height: 50px;
        padding: 5px;
        opacity: 1;
        margin-bottom: 0px;
    }
}
.ti_base{
  width: 100%;
  padding: 10px;
  padding-top: 0;
  text-align: center;
  display: block;
}
.lista-donativo li:hover{
    transform: scale(1.02);
}
.lista-donativo figcaption{
  display: flex;
  flex: 1;
  flex-direction: column;
}
.lista-donativo li figure{
    height: 50px;
    width: 50px;
    margin-bottom: 0;
    border-radius: 6px;
    overflow: hidden;
}
.lista-donativo li figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow-clip-margin: unset;
}

.lista-donativo li span:first-child{
    width: 45px;
}

.lista-donativo li strong{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 140px;

}
.list_desc{
  background: var(--colorVerde);
  color: var(--colorblanco);
  padding: 3px;
  border-radius: 6px;
  overflow: hidden;
}
.tachado{
  text-decoration:line-through;
  color: var(--colorGris);
}


/* @media screen {
    .input_buscador{
      max-width: 80%;
      width: 80%;
    }
    .form_buscador{
      width: 80%; 
    }
} */


.base_ultima_compra{
  position: fixed;
  bottom: 15px;
  left: 15px;
  pointer-events: auto;
}
.ultima_compra{
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px;
  display: flex;
  border-radius: 6px;
  gap: 10px;
  width: 240px;
}

.ultima_compra figure{
  width: 60px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
}
.ultima_compra figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow-clip-margin: unset;
}
.ultima_compra figcaption{
  display: flex;
  gap: 5px;
  flex-direction: column; 
  font-size: 12px;
  line-height: 1;
  width: calc(100% - 70px);
}
.ultima_compra figcaption strong{
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ultima_compra figcaption a{
  display: flex;
  align-items: center;
  color: var(--colorPrimario);
}
.ultima_compra figcaption a span{
  line-height: 24px;
  vertical-align: middle;
}
.ultima_compra figcaption a i{
  vertical-align: middle;
}

.bar-user {
  position: absolute;
  right: 15px;
  top: 80px;
  width: 300px;

  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;

  border-radius: 6px;
 
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: auto;
  transition: all .3s;
  max-height: calc(100% - 340px);
}

.bar-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
}
.bar-cont figure {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 0;
  background: var(--colorAzul9);
  cursor: pointer;
}
.bar-cont figcaption {
  width: calc(100% - 120px);
  height: 100%;
  padding: 5px;
    padding-left: 5px;
  padding-left: 15px;
}
.bar-cont figcaption h6 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bar-cont figcaption p {
  margin-bottom: 0;
  font-size: 10px;
  line-height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.opciones {
  width: 80px;
  display: flex;
}
.ico-config {
  width: 40px;
  height: 40px;
  display: flex;
  padding: 0;
  background: none;
  border: none;
  color: #00FF80;
}

.panel-cuenta {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.card-balance {
  background: var(--colorblanco);
  border-radius: 6px;
  padding: 10px;
  position: relative;
  width: 100%;

}
.card-balance::before {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 15px;
  background-image: linear-gradient( var(--rotate) , #5ddcff, #3c67e3 43%, #4e00c2);
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  animation: spin 2.5s linear infinite;
}
.card-balance::after {
  position: absolute;
  content: "";
  top: 10%;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale();
  filter: blur(16px);
  background-image: linear-gradient( var(--rotate) , #5ddcff, #3c67e3 43%, #4e00c2);
  opacity: 1;
  transition: opacity .5s;
  animation: spin 2.5s linear infinite;
}
.card-balance>span {
  font-size: 12px;
  color: #7a7a7a;
}
.card-balance h5 {
  font-size: 28px;
  font-weight: 600;
  margin: 0px 0;
}
.card-balance p {
  font-size: 24px;
  margin-bottom: 0;
}
.card-balance span {
  font-size: 12px;
  
}
.edit-cuenta {
  width: 32px;
  height: 32px;
  background:none;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all .3s;
  color: var(--colorPrimario)
}
.edit-cuenta i{
color: var(--colorPrimario)
}
.mired {
  background: var(--colorblanco);
  padding: 10px;
  border-radius: 6px;
  
}

.titred {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  
}
.act-ng{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  border-radius: 3px;
  justify-content: center;

 
}
.list-red button span{
  font-size: 12px;
}

.list-red {
  height: auto;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.list-red figure {
 height: 30px;
 max-width: 100px;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;

  
}
.act-ng{
  width: 100%;
}
.h6tc {
  font-size: 10px;
  text-transform: uppercase;
  color: var(--colorNegro);
  line-height: 1;
  margin-bottom: 0;
  line-height: 25px;
  position: relative;
}
.act-ng img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;

  object-fit: cover;
  overflow-clip-margin: unset;
}
.bar-cont figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow-clip-margin: unset;
}

.btn-more {
  background: none;
  border: none;
  width: 25px;
  height: 25px;
  padding: 0;
  display: flex;
}

.ico-config i{
  margin: auto;
  color: var(--colorPrimario);
}
.menu_ico{
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.4);
  display: flex;
}
.menu_ico i{
  margin: auto;
}
.bar-user.mostrar{
right: -305px;
}
#lista-compras {
  position: relative;
  height: 80px;
  width: 240px;
}

.ultima_compra {
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.6s ease;
}

.ultima_compra.active {
  opacity: 1;
  transform: translateY(0);
}

  .dropdown{
    position: relative;
  }
    .dropdown-button {

      cursor: pointer;
    }

    .dropdown-content {
      border-radius: 6px;
      display: none;
      position: absolute;
      background-color: white;
      min-width: 100px;
      box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
      z-index: 99;
      right: 0;
      overflow: hidden;
    }

    .dropdown-content a {
      color: black;
      padding: 10px;
      text-decoration: none;
      display: flex;
      gap: 10px;
      font-size: 12px;
      line-height: 1.2;
      color: var(--colorGris2);
    }

    .dropdown-content a:hover {
      background-color: #f1f1f1;
    }


    .dropdown-content span{
      font-size: 14px ;
      line-height: 24px;
      text-wrap: nowrap;
      display:block;
      padding-bottom: 0;
    }
    .show {
      display: block;
    }
.dropdown-content span {
  font-size: 14px;
  line-height: 24px;
}
.title_filtro {
  padding: 10px;
  color: var(--colorGris);
  font-size: 12px;
}
.banderita{
  display: flex;
  align-items: center;
}
.banderita figure{
  width: 25px;
  border-radius: 50%;
  height: 25px; 
  overflow: hidden;
}
.banderita figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.btn_banderita{
  background: rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  height: 48px;
  padding: 0 10px;
}
.select_pais_inicio{
  position: absolute;
  z-index: 9;
  background: rgba(255, 255, 255, 0.8);
  background: #e0e6ed;

  width: 100%;
  height: 100%;
  display: flex;
}
.cont_select_pais{
  margin: auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.select_pais_inp{


}
.select_pais_inp label{
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  flex-direction: column;
  border-radius: 6px;

}
.select_pais_inp label:hover figure{
  transform: scale(1.1);
  border: 2px solid var(--colorblanco);
  box-shadow: 0 5px 5px -5px #464646;
}

.select_pais_inp input{
  display: none;
}
.select_pais_inp figure{
  width: 80px;
  height:80px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all .3s;

}
.select_pais_inp figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h4_select{
  width: 100%;
  text-align: center;
}
.select_pais_inp input:checked + label figure{
  border: 2px solid var(--colorAzul);
}

.menu_pie{
  display: none;
  position: fixed;
  pointer-events: initial;
  bottom: 0;
  width: 100%;
  z-index: 99;

}
.menu_pie ul{
  background: var(--colorblanco);
  width: 100%;
  height: 60px;
  display: flex;
}
.menu_pie ul li{
  width: 20%;
  text-align: center;
  cursor: pointer;
}
.menu_pie ul li a {
  height: 60px;
  width: 60px;
  display: flex;
  margin: auto;
  color: var(--colorGris);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu_pie ul li a span{
  font-size: 12px;
}
.menu_pie ul li a i{
  margin:0 auto;

}
.ico_3d{
  transform: translateY(-50%);
 background: linear-gradient(to bottom, #ffbb03 0%, #ff7b00 100%);
 color: var(--colorblanco);
 border-radius: 50%;

}
.ico_3d i{
  color: var(--colorblanco);
}
.menu_pie ul li.active a i{
  color: var(--colorAzul) ;
}
.menu_pie ul li.active a span{
  color: var(--colorAzul) ;
}
.select_pais_inp span{
  font-size: 14px;
}

.gm-style .gm-style-iw-c{
  padding: 10px !important;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
 .gm-style .info-window {
    font-family: sans-serif;
    font-size: 14px;
    max-width: 220px;
  }

.gm-style-iw-ch {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}
.gm-style-iw-chr{
  position: absolute;
  right: 0;
  top: 0;
}
.card_map{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.card_map_btn{
  display: flex;
  align-items: center;
  margin: auto;
  padding: 5px;
  border-radius: 6px;
  gap: 10px;
  background: var(--colorAzul);
  color: var(--colorblanco);
  border:1px solid transparent;
}
.card_map_btn:focus-visible{
  border: 1px solid transparent;
  outline: none;
}
.gm-style .gm-style-iw-tc::after{
      background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    
    -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .3);
}
.card_map strong{
  font-size: 14px;
  font-weight: 600;
}
.card_map p{
  font-size: 12px;
  color: var(--colorGris);
}

.card_map img{
  max-width: 200px;
  margin: auto 0;
}

.md_card{
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 60px);
}
.md_card_productos{
  flex: 1;
  padding: 15px;
  overflow-y: auto;
}
.md_card_productos_lista{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.md_card_productos_lista li{
  width: 31%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: var(--colorGris9);
  border-radius: 6px;
}
.md_card_productos_lista li figure{
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 6px 6px 0 0 ;
  

}
.md_card_productos_lista li figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow-clip-margin: unset;
}
.md_card_productos_lista li figcaption{
  flex-direction: column;
  display: flex;
  padding: 5px;
}
.md_card_productos_lista li figcaption h6{
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.md_card_productos_lista li figcaption>i{
  text-decoration: line-through;
  font-style: normal;
  color: var(--colorGris);
  font-size: 12px;
}
.md_card_productos_lista li figcaption strong{
  font-size: 16px;
  font-weight: 600;
}
.md_card_productos_lista li figcaption strong span{
  color: var(--colorVerde);
  font-size: 12px;
  line-height: 16px;
  vertical-align: top;
}
.md_card_pie{
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 10px;
  border-top: 1px solid var(--colorGris8);
}
.md_card_tienda{
  display: flex;
  gap: 10px;
  padding: 10px;
  align-items: center;
}
.md_card_tienda figure{
  width: 90px;
  height: 90px;
  border-radius: 6px;
    border: 1px solid var(--colorGris9);
    background: var(--colorblanco);
}
.md_card_tienda figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow-clip-margin: unset;
}
.md_card_tienda figcaption{
  flex: 1;
}
.md_card_tienda figcaption p{
  font-size: 14px;
  color: var(--colorGris);
  vertical-align: middle;
  display: flex;
}
.md_card_tienda figcaption p i{
  font-size: 18px;
}
.btn_add{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--colorAzul);
  color: var(--colorblanco);
  display: flex;
  position: absolute;
  right: 10px;
  top: 70px;
}
.btn_add i{
  margin: auto;
}


.btn_pie{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 6px;
  background: var(--colorAzul);
  color: var(--colorblanco);
  border: 1px solid transparent;
  width: calc(50% - 5px);

}
.btn_pie img{
  width: 24px;
  
}
.btw{
  background: var(--colorblanco);
  border: 1px solid var(--colorVerde);
}
.btw span{
  color: var(--colorVerde);
}
.gm-style .gm-style-iw-d{
  overflow: hidden !important; 
}

/* overlay */
.negocio-overlay {
 background: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  pointer-events: auto;
  position: absolute;
  z-index: 100;
  transition: none !important;
  will-change: transform;
  pointer-events: auto;
  cursor: pointer;

}
.negocio-overlay::after {
  content: "";
  position: absolute;
  bottom: -8px; /* debajo del cuadro */
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.overlay-content {
  display: block;
}

.overlay-extra {
  display: none;
  margin-top: 5px;
}

.overlay-extra img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 4px;
}

.negocio-overlay.expanded {
  width: 160px;
  padding: 8px;
  z-index: 20;
}

.negocio-overlay.expanded .overlay-extra {
  display: block;
}

.typo_buscador{
  background: none;
  font-size: 12px;
}
.typo_buscador:focus-visible{
   outline: none;
}
.md_card_portada{
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 16px;
}
.md_card_portada img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow-clip-margin: unset;
}


.icon-overlay {
  width: 40px;
  height: auto;
}


/* .negocio-overlay img {
  width: 24px;
  height: 24px;
  object-fit: contain;
} */

/* .negocio-overlay strong {
  font-size: 14px;
  white-space: nowrap;
} */



.overlay-content {
  padding: 10px;
}

.overlay-content.negocio {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: column;
  
}

.overlay-content.producto {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 150px;
  min-width: 120px;
}

.negocio-icono {
  width: 50px;
  height: auto;
  object-fit: contain;
}

.producto-imagen {
  width: 100%;
  height: 60px;
  object-fit: cover;
  overflow-clip-margin: unset;
  border-radius: 4px;
}

.producto-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.producto-nombre {
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.producto-marca {
  font-size: 10px;
  color: #666;
}

.producto-precio {
  font-size: 14px;
  font-weight: bold;
  color: #2d71f8;
}

.negocio-nombre {
  font-size: 12px;
  color: #333;
  white-space: wrap;
  /* overflow: hidden;
  text-overflow: ellipsis; */

}
.negocio-overlay {
  /* Estilos base */
  position: absolute;
  z-index: 100; /* Valor por defecto */
}
.negocio-overlay.ng_premium {
  z-index: 109; /* Valor para premium */
   /* box-shadow: 0 0 0 2px gold;  */
}



.modal-content{
  transform:translateX(120%);
}

.efecto-md .modal-content{
  /* right: 0; */
  animation: slide0 .3s both;
}
@keyframes slide0 {
  0%{
   transform:translateX(120%);
  }
  100%{
   transform:translateX(0%);
  }
}

.efecto-salida .modal-content {
  animation: slide1 0.3s both;
}


@keyframes slide1 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(120%);
  }
}

.form_ingresa{
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.btn_hori {
  color: var(--colorblanco);
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  background: none;
  height: 100%;
  padding: 0;
  align-items: center;
  background: var(--colorPrimario);
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 24px;
}

.btn_hori i {
  font-size: 20px;
}
.input_stilo{
  margin-bottom: 10px;
  display:flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}
.input_stilo label{
  display: block;
  font-size: 12px;
}
.input_stilo input{
  border-radius: 6px;
  padding: 5px 10px;
  border: 1px solid var(--colorGris8);
  height: 40px;
  font-size: 14px;
  background: var(--colorblanco);
}
.input_stilo .btn_fijo{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
  color: var(--colorGris);

}
.btn_fijo i{
  font-size: 18px;
}

.wcien{
  width: 100%;
}

.btn_registra{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 10px;
}
.btn_registra span{
  font-size: 14px;
}
.btn_registra a{
  color: var(--colorAzul);
  font-size: 14px;
}


.modal_ {
  display: none;
  position: fixed; 
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  transition: opacity 0.3s ease;
  opacity: 0;
}




.modal_.show {
  display: flex !important; /* Mostrar cuando se llama */
  opacity: 1;
}




.modal_.modal_animado .modal-content {
  transform: scale(0.5);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform-origin: center center; /* se sobrescribirá dinámicamente */
}
.modal_.modal_animado.show .modal-content {
  transform: scale(1);
  opacity: 1;
}


/* 
.close {
  color: var(--colorRojo);
  cursor: pointer;
  background: none;
  width: 30px;
} */

/* .close:hover,
.close:focus {
  color: black;
  text-decoration: none;
} */
.md_mas_datos{
  padding: 10px;
  flex: 1;
  overflow-y: auto;
}
.md_card_perfil{
  border: 1px solid var(--colorGris8);
  border-radius: 16px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.md_card_perfil strong{
  font-size: 12px;
}
.md_card_perfil p{
  font-size: 12px;
  color: var(--colorGris);
}
.md_card_perfil a{
  background: var(--colorAzul);
  color: var(--colorblanco);
  font-size: 12px;
  line-height: 12px;
  padding: 10px;
  text-align: center;
  border-radius: 16px;
}
.dflex-bet{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.md_card_perfil span{
  font-size: 12px;
  
}
.md_card_lista_iconos{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.md_card_lista_iconos li{
  display: flex;
  gap: 10px;
}
.md_card_lista_iconos li i{
  font-size: 18px;
  color: var(--colorAzul);
}
.md_card_lista_iconos li span{
  font-size: 12px;
}
.md_card_negocio{
  height: 100%;
  overflow-y: auto;
}

.negocio-overlay.temporal {
  z-index: 1000; /* Para que aparezca sobre otros overlays */
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.negocio-overlay.temporal .negocio-nombre {
  font-weight: bold;
  color: #1a73e8;
}

.regresa_posicion{
  position: fixed;
  right: 328px;
  bottom: 15px;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  pointer-events: auto;
}
.regresa_posicion i{
  margin: auto;
}


.modal-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.modal_body{
  flex: 1;
  padding: 10px;
  overflow-y: auto;
}
.modal_head{
  height: 50px;
  padding: 10px;
  padding-right: 50px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.modal_head h5{
  font-size: 18px;
}
.md_close{
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  color: var(--colorRojo);
  cursor: pointer;
  background: none;

} 

.md_close:hover,
.md_close:focus {
  color: black;
  text-decoration: none;

}
.md_centro{
  margin: auto;
  width: 800px;
  height: 80%;
  max-height: 800px;
 
}
.modal_pie{
  width: 100%;
  padding: 10px;
  height: 70px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.btn_h{
  color: var(--colorblanco);
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  background: none;
  align-items: center;
  background: var(--colorPrimario);
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 24px;
}
.md_registro{
  display: flex;
  gap: 10px;
  height: 100%;
}

.bg_registro_map{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bg_registro_map label{
    text-align: center;
  
}
#guardarUbicacion{

}
.registro_ind{
flex: 1;
flex-direction: column;
display: flex;
gap: 10px;
overflow-y: auto;
}

.stl_form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}

.inp_stl.w100 {
  flex: auto;
  width: 100%;
}
.inp_stl {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 100%;
  position: relative;
  gap: 5px;
}
.inp_stl label {
  font-size: 12px;
  color: var(--colorGris);
}
.inp_stl input, .inp_stl select  {
  border: none;
  border-bottom: 1px var(--colorGris);
  font-size: 14px;
  background: var(--colorblanco);
  height: 40px;
  line-height: 30px;
  padding: 5px 10px;
  border-radius: 6px;
}

.btn_ojo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
  color: var(--colorGris);
  border: none;
  padding: 0;
}

.info1 {
  background: var(--colorGris8);
  padding: 5px;
  border-radius: 6px;
  font-size: 10px;
}

.cont_inp_check{
  display: flex;
  gap: 15px;
}
.inp_check_radio span{
  font-size: 14px;
  color: var(--colorNegro);
}
.inp_check_radio input{
  display: none;
}
.inp_check_radio{
 display: flex;
 align-items: center; 
}
.inp_check_radio label{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.inp_check_radio label i{
  color: var(--colorGris);
}
.inp_check_radio label i.no_act{
  display: block;
}
.inp_check_radio label i.act{
  display: none;
}
.inp_check_radio input:checked  span{
  font-weight: 600;
}
.inp_check_radio input:checked + label i.no_act{
  display: none !important;
}
.inp_check_radio input:checked + label i.act{
  display: block;
  color: var(--colorAzul);
}

.btn_redes{
  width: 50%;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 20px;
  background: var(--colorAzul9);
  border: 1px solid var(--colorAzul8);
  gap: 10px;
  justify-content: center;
 
}
.btn_redes img{
  width: 20px;
  height: 20px;
}
.btn_redes span{
  font-size: 12px;
  color: var(--colorGris);
}

.btn_redes:hover{
  background: var(--colorblanco);
}
.cont_btn_redes{
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.title_reg{
  padding: 0;
  display: block;
  font-size: 16px;
  width: 100%;
  text-align: center;

}

.bg_registro_img{
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.bg_registro_img img{
  object-fit:cover;
  width: 100%;
  height: 100%;
}
.cont_bg_registro{
  width: 50%;
}
.w100{
  width: 100%;
}
.btn_amarillo{
  background: var(--colorNaranja);
}


.registro_ind_2{
  flex: 1;
  flex-direction: column;
  display: flex;
  gap: 10px;
  overflow-y: auto;
}
.logo-regb{
  margin:0  auto ;
}
.text-center{
  text-align: center;
}
.inp_code_w {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 11px;
}

.inp_code_w input{
  flex-shrink: 1;
  width: 100%;
  min-width: 0px;
  max-width: 58px;
  min-height: 50px;
  padding: 0px;
  border: 1px solid #d8d6d5;
  border-radius: 8px;
  background: #fff;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  aspect-ratio: 58 / 74;
}


.inp_code_w input:focus, .inp_code_w input:focus-visible {
  transform: scale(1.1);
  transition: 0.06s ease-in-out;
  border-color: var(--code-input-focused-border-color, #beb9ca);
  outline: none;
  background-color: var(--code-input-focused-bg-color, #fff);
  box-shadow: rgba(6, 3, 24, 0.06) 0px 4px 4px;
}

.reenviar_c{
  color: var(--colorAzul);
}
.registro_ind_3 {
  flex: 1;
  flex-direction: column;
  display: flex;
  gap: 10px;
  overflow-y: auto;
}
.inp_stl.w30 {
  flex: auto;
  width: 31%;
}
.inp_stl.w50 {
  flex: auto;
  width: 48%;
}

.mapa_guardar{
  width: 100%;
  max-height: calc(100% - 80px);
  border-radius: 15px;
flex: 1;
}
.terminos1{
  font-size: 12px;
}
.btn_mi_negocio{
  display: flex;
  background: none;
  gap: 10px;
  align-items: center;
  padding: 5px;
  border-radius: 6px;
  border: 1px solid var(--colorAzul9);

}
.btn_mi_negocio:hover{
  background: var(--colorAzul9);
}

.btn_mi_negocio figure{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.btn_mi_negocio figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--colorblanco);
}
.btn_mi_negocio figcaption{
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: start;
  width: calc(100% - 60px);
}
.btn_mi_negocio figcaption p{
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.btn_mi_negocio figcaption span{
  background: var(--colorVerde);
  color: var(--colorblanco);
  padding: 3px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 14px;
}

 .premium {
  background: var(--colorNaranja) !important;
  padding: 3px;
  border-radius: 3px;
  color: var(--colorNegro);
}
 .premium  i {
  font-size: 14px;
  line-height: 1;
  vertical-align: bottom;
}
.campos_oculto{
  display: none;
}


.select_option li{
  width: 25%;
  
}
.logo_marca{
  width:100%;
  background: var(--colorblanco);
  padding: 10px;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  overflow: hidden;
  transition: all .3s;
  border: 4px solid #fff;
  cursor: pointer;
}
.logo_marca p{
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  color: var(--colorblanco);
  z-index: 2;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  opacity: 0;
  transition: all .3s;
}
.logo_marca:hover p{
  opacity: 1;
  bottom: 70px;
}
.logo_marca::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #000 0%,  rgba(0, 0, 0, 0) 100%);

}
.select_option{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 0;
 
}

.select_option li input{
  display: none;
}
.logo_marca figure{
  width: 100%;
  height: 45px;
  position: relative;
  z-index: 3;
  display: flex;
}
.logo_marca figure img{

  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}

.bg-s-bazar{
  background-image: url(../img/fondo-bazar.jpg);
}

.bg-s-parking{
  background-image: url(../img/fondo-parking.jpg);
}


.bg-s-workers{
  background-image: url(../img/fondo-workers.jpg);
}


.bg-s-bunkher{
  background-image: url(../img/fondo-bunker.jpg);
}

.selet_option_label{
 cursor: pointer;
}
.selet_option_label span{
  font-weight: 600;
  color: var(--colorAmarillo);
}
.select_option li input:checked + label .logo_marca{
 border-color: var(--colorAzul);
 box-shadow: 0 12px 30px -4px rgb(255, 81, 0);
}
.t_select_op{
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
.mod_selec_pie{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.md_creaNuevo{
  max-height: 500px;
}
.md_resp_content {
  margin: auto;
  width: auto;
  max-width: 800px;
  height: auto;
  max-height: max(800px, 80%);
}
.busca_registra{
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 300px;
  gap: 10px;
}
.buscador_direccion input{
  height: 48px;
  width:100%;
  padding: 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
}
.buscador_direccion label{
  font-size: 14px;
  padding-bottom: 10px;
  display: block;
}
.mapa_registro {
  width: 100%;
  max-height: calc(100% - 80px);
  border-radius:0;
  flex: 1;
}
.btn_regresa{
  height: 100%;
  min-width: 30px;
  background: none;
}
.w_tab_cont{
  width: 100%;
  height: 100%;
}
.w_tab{
  width: 100%;
  height: 100%;
}
.buscar_nuevo{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 48px;
  width: 48px;
  border-radius: 0 6px 6px 0;
}
.buscador_direccion{
  position: relative;
}

.cont_form_direct{
  flex: 1;
  flex-direction: column;
  display: flex;
  gap: 10px;
  overflow-y: auto;
  width: 380px;
}
.w_tab.active{
  display: flex;
}
.btn_bg_none{
  background: none;
  color: var(--colorAzul);
}
.card-balance h5 sup{
  vertical-align: top;
  font-size: 18px;
}
.codigoqr-comparte {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}
.codigoqr-comparte figure {
  width: 100px;
  aspect-ratio: 1/1;
  border: 1px solid #888888;
  border-radius: 6px;
  overflow: hidden;
  padding: 5px;
  margin-bottom: 0;
}
.codigoqr-comparte figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.codigoqr-comparte figcaption {
  display: flex;
  width: calc(100% - 115px);
  flex-direction: column;
}
.codigoqr-comparte figcaption > span {
  font-size: 14px;
  color: var(--colorAzul);
  font-weight: 600;
}
.copiarEnlace:disabled {
  opacity: 0.6;
  pointer-events: none;
}
.codigoqr-comparte figcaption div {
  background: #e3f9ff;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}
.comp-en {
  font-size: 14px;
  color: var(--colorAzul);
  font-weight: 600;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.linkscomp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.linkscomp a {
  display: flex;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
}
.linkscomp a figure {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 5px;
}
.linkscomp a span {
  text-align: center;
  display: block;
  font-size: 12px;
  color: var(--ed-gristext);
}
.linkscomp a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dm_comparte{
  max-width: 500px;
  height: auto;
  background: #fff;
}
.codigoqr-comparte figcaption div button {
  border: none;
  background: var(--colorAzul);
  color: #fff;
  display: flex;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
}
.dm_com_ti {
    text-align: center;
    margin-bottom: 10px;
}
.dm_com_ti h5{
  font-size: 16px;

  font-weight: 400;
}
.codigoqr-comparte figcaption div a {
  font-size: 12px;
}
.btn_bg_borde{
  background: none;
  color: var(--colorAzul);
  border: 1px solid var(--colorAzul);
}


.mi_ubicacion-container {
  position: absolute;
  pointer-events: none; /* Permite clicks a través del marcador */
  z-index: 999; /* Asegura que esté sobre otros elementos */
}

.mi_ubicacion-pin {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Mantiene relación de aspecto */
 
}

.listado-emojis {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.stilo-md h2 {
  font-size: 16px;
  text-align: center;
}
.u0-add-photo {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 2px dashed #666666;
  background: #e4e4e4;
  font-size: 30px;
  color: var(--ed-azul);
  margin: auto;
  display: block;
  position: relative;
  overflow: hidden;
  display: flex;
}
.listado-emojis li {
  width: 100px;
  aspect-ratio: 1/1;
  background: var(--colorAzul8);
  border-radius: 50%;
}
.listado-emojis li input {
  display: none;
}
.listado-emojis li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}


.mi_ubicacion{
  width: 30px;
  height: auto;
  position: relative;
}
.mi_ubicacion img{
  width: 100%;
  height: auto;
}



/* .mi_ubicacion::before,.mi_ubicacion::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  background: rgba(0, 200, 255, 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  animation: radarPulse 2s infinite;
  z-index: 0;
  pointer-events:none;
}
.mi_ubicacion::after {
  animation-delay: 1s;
}
.mi_ubicacion img {
  position: relative;
  z-index: 1; 
} */

@keyframes radarPulse {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(4);
    opacity: 0;
  }
}

.ver_red{
  background: none;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 10px;
  padding-top: 10px;

}
.ver_red ul{
  display: flex;
}
.ver_red ul li{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--colorblanco);
  margin-left: -15px;
  background: var(--colorGris8);
  display: flex;
  box-shadow: -2px 2px 4px -4px #000;
}
.listado-emojis li:nth-child(2){
  background: #ceffeb;
}
.listado-emojis li:nth-child(3){
  background: #fcffce;
}
.listado-emojis li:nth-child(4){
  background: #ffdcce;
}
.listado-emojis li:nth-child(5){
  background: #f9ceff;
}
.listado-emojis li:nth-child(6){
  background: #ffcece;
}
.listado-emojis li:nth-child(7){
  background: #cefdff;
}


.ver_red ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ver_red ul li i{
  margin: auto;
  color: var(--colorAzul);
}
.ver_red span{
  font-size: 14px;
  color: var(--colorAzul);
}

.listado-emojis li input:checked + label {
  border: 2px solid var(--colorAzul);
  border-radius: 50%;
  padding: 5px;
}

.listado-emojis li label {
  display: inline-block;
}
.cambio_foto{
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.cambio_foto img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}

.u0-add-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  
}

#cambioPerfil{
  display: none;
}
#cambioPerfil[type="file"]:valid + label {
  border: 2px solid var(--colorAzul);
}

.u0-add-photo i{
  margin: auto;
  z-index: 3;
  display: block;
  position: relative;
}
#cambioPerfil[type="file"]:valid + label i{
  background: var(--colorblanco);
  border-radius: 50%;
}

.tx_azul span{
  color: var(--colorAzul);
}
.md_genial{
  max-width: 400px;
  background: var(--colorblanco);
  height: auto;
}
.md_genial .modal_head h5{
  text-align: center;
  display: block;
  width: 100%;

}
.md_genial_cont img{
  width: 80%;
  margin: auto;
  height: auto;
}
.md_genial_cont{
  display: flex;
  gap: 6px;
  flex-direction: column;
  text-align: center;
}
.md_genial_acceso p{
  font-size: 14px;
  line-height: 24px;
  display: block;
}
.md_genial_acceso p span{
  font-weight: 600;
  color: var(--colorblanco);
  background: var(--colorAzul);
  padding: 2px 4px;
  border-radius: 5px;
  line-height: 16px;
}
.md_genial_cont>p{
  font-size:16px ;
  font-weight: 600;
}
.cont_drop{
  display: flex;
  align-items: center;

  gap: 5px;
  
}
.banderita_ figure{
  width: 25px;
  border-radius: 50%;
  height: 25px;
  overflow: hidden;
}
.btn_stl_drop{
  background: rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  height: 40px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.banderita_ figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banderita_  span{
  font-size: 12px;
  color: var(--colorNegro);
}

.inp_stl_tel{
  display: flex;
  gap: 10px;
}
.dropdown-button>a{
  pointer-events: none;
}
.inp_stl_tel input{
  flex: 1;
}

.dropdown-content.mostrar_todos{

  flex-wrap: wrap;
  width: 280px;
  justify-content: center;

}
.dropdown-content.mostrar_todos>span{
text-align: center;
 width: 100%;
}
.mostrar_todos .banderita{
  width: 50%;
  gap: 5px;
}
.mostrar_todos .banderita span{
  font-size: 12px;
  white-space: break-spaces;
  line-height: 1;
  width: calc(100% - 30px);
}

.showFlex{
  display: flex;
}










































.d_none{
  display: none !important; 
}









@media (max-width: 1200px){
    
}


@media (max-width: 992px){

}
@media (max-width: 769px) {
.regresa_posicion{
  position: fixed;
  right: 15px;
  bottom: 75px;
}

.modal-unico {
  max-width: 100%;
}
  .md_card{
  
    overflow-y: auto;
  }
  .md_card_col{
    width: 100%;
    height: auto;
  }

  .modal-content{
  transform:translateX(0%) translateY(120%);

}
@keyframes slide0 {
  0%{
   transform:translateX(0%) translateY(120%);
  }
  100%{
  transform:translateX(0%) translateY(0%);
  }
}



@keyframes slide1 {
  0% {
    transform:translateX(0%) translateY(0%);
  }
  100% {
    transform:translateX(0%) translateY(120%);
  }
}


  .menu_pie{
    display: block;
  }
  .menu_lugar{
    order: 3;
  }
  .btn_banderita{
    border-radius: 0 6px 6px 0;
    background: rgba(255, 255, 255, 0.8);
  }
#start-button{
  display: none;
}
.menu_ico{
  display: none;
}

  .menu_top{
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0px;
    background: linear-gradient(to bottom, #e0e6ed 50%, rgba(224, 230, 237, 0) 100%);
  }
  .form_buscador{
    order: 2;
    width: calc(100% - 70px);
    position: relative;
    
  }
  .input_buscador{
    width: 100%;
    box-shadow: none;
    border-radius: 6px 0 0 6px;
  }
  .logo_top{
    order: 1;
    margin: auto;
    height: 30px;
    padding-bottom: 5px;
  }
  .perfil_activo{
    order: 2;
  }

  
  .cont_lista_top_categoria{
    order: 4;
    width: 100%;
  }
  .lista_top_categoria{
  align-items:center;
  }
  .base-list{
    display: none;
    top: 120px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
     background-color: rgba(226, 226, 226, 0.8)
  }
  .ti_base{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lista-donativo li figure{
    width: 80px;
    height: 80px;
  }
  @keyframes dona {
    0%{
        height: 0;
        padding: 0 0px;
        opacity: 0;
        margin-bottom: 0px;
    }
    100%{
        height: 90px;
        padding: 5px ;
        opacity: 1;
        
    }
}
.lista-donativo li {
  background: #fff;
  border-radius: 6px;
  padding: 5px;
}
.lista-donativo li strong{
  font-size:16px ;
  width: 100%;
}

  .bar-cursos{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 10;
     background-color: rgba(226, 226, 226, 0.8)
  }
  .bar-user{
    display: none;
    top:0px;
    right: 0 !important;
    width: 100%;
    height: 100%;
    background-color: rgba(226, 226, 226, 0.8);
    height: 100%;
    max-height: 100%;
    padding-bottom: 80px;
}
.base_ultima_compra{
    bottom: 110px;
}

#start-button{
  bottom: 110px;
}
.menu_ico{
  order: 3;
  border-radius: 0 6px 6px 0;
}
.bar-cont figcaption h6{
  font-size: 16px;
}
.bar-cont figcaption p{
  font-size: 14px;
}
.select_pais_inp figure{
  width: 60px;
  height: 60px;
}
.select_pais_inp span{
  font-size: 12px;
}

.visible_xs{
  display: block;
}

.md_card_productos_lista li{
  width: 48%;
}
.modal-content{
  width:100%;
  height: 100%;
  max-height: 100%;
  border-radius: 0;

}
.modal-unico{
  justify-content: end;
  align-items: end;
  right: 0;
  width: 100%;
  top: auto;
  bottom: 0;
}
.md_card_portada{
  aspect-ratio: 16/7;
  border-radius: 16px 16px 0 0 ;
}
.md_card_tienda figcaption p{
  font-size: 12px;
}
.md_registro{
  flex-direction: column;
}
.cont_bg_registro{
  width: 100%;
}
.bg_registro_img{
  height: auto;
  aspect-ratio: 16/7;
}
.bg_registro_map{
  position: fixed;
  z-index: 99;
  background: #e2e2e3;
  width: 100%;
  height: calc(100% - 60px);
  left: 0;
  padding: 10px;
}
.d_none_xs{
  display: none;
}
.w50{
  width: 100% !important;
}
.md_resp_content{
  height: 100%;
  width: 100%;
}
.busca_registra{
  width: 100%;
  height: 100%;
}
.md_creaNuevo{
   width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius:0;
}
.select_option{
  flex-wrap: wrap;
}
.select_option li{
  width: calc(50% - 10px);
}
.logo_marca{
  height: 250px;
}
.md_resp_content{
  border-radius: 0;
}
  .codigoqr-comparte {
    flex-direction: column;
  }
  .codigoqr-comparte figure {
    width: 200px;
  }
 .codigoqr-comparte figcaption {
    width: 100%;
  }
.codigoqr-comparte figcaption > span {
    text-align: center;
  }
.md_genial .modal_body{
  align-items: center;
  display: flex;
}









.d_none{
    display: none;
}

}
