@font-face {
  font-family: "Gotham Ro Bold";
  src: url("../css/fonts/gothamrnd-bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Gotham Round Book";
  src: url("../css/fonts/gothamrnd-book.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Gotham Round Light";
  src: url("../css/fonts/gothamrnd-light.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Gotham Round Medium";
  src: url('../css/fonts/gothamrnd-medium.otf') format('opentype');
  font-display: swap;
}
.wflogotoque{font-family: Gotham Ro Bold, sans-serif }
.wfbold { font-family: Gotham Round Bold, sans-serif }
.wfbook { font-family: Gotham Round Book, sans-serif }
.wflight { font-family: Gotham Round Light, sans-serif }
.wf { font-family: Gotham Round Medium, sans-serif }
.rosa { color: #D70B51 !important }
.bg-verde { background-color: #325d4b !important }

body{background-color: white;}

a:hover { text-decoration: none }

/* NAV */
nav {
  margin-top: 30px;
}
nav .transparente {
  border-width: 0px;
  background-color: transparent;
  color: white;
}
nav .search::placeholder {
  color: white;
}
nav .search:focus {
  outline: none;
}
.logo { margin-right: 15px; }
@media (max-width: 768px) {
  .home .logo { display: none }
}
.dropdown-menu { right: 0px; left: auto; }
.ubicaciontoque span { position: relative; top: -5px; margin-right: 10px; margin-left: 5px; }
.botontoque { display: inline-block; }
.botontoque, .botontoque:focus, .botontoque:active {
  background-color: #65BC98 !important;
  color:white !important;
  border-width: 0px;
  border-radius: 20px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  text-decoration: none;
  padding: 7px 20px;
  font-family: "Gotham Round Medium";
  font-size: 13px;
}

.compartir_seguimiento {
  font-size: 9px !important;
}

@media (max-width: 768px) {
  .compartir_seguimiento {
    font-size: 14px !important;
  }
}

.botontoque:hover {
  font-weight: bold;
  background-color: #65BC98;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: white;
  text-decoration: none;
}
.contenedor-botonera {
  max-width:900px;
  text-align: center;
  margin:auto;
  margin-bottom: 20px;
}
@media (min-width: 500px) and (max-width: 1024px) {
  .contenedor-botonera { max-width:550px; }
}
/* .contenedor-botonera .iconoboton:hover {
  transform: scale(1.2);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
} */
.contenedor-botonera .conjunto {
  text-decoration: none;
}
.panelblanco {
  background-color: white;
  border-radius: 20px;
  margin-bottom: 40px;
  min-height: 60vh;
}

.home .panelblanco .lupaafuera {
  position:relative;
  right: -40px;
  top: -40px;
}
.home .panelblanco .titulobordo {
  margin-top: 40px;
  margin-left: 40px;
  font-size: 90px;
  color: #D70B51;
  padding-left: 30px;
}
.home .panelblanco .panel-image {
  max-width:100%;
  height:auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.home .panelblanco .joiner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media (max-width: 768px) {
  .home .panelblanco .titulobordo { font-size: 28px; margin: 15px; padding: 0px; font-family: "Gotham Ro Bold"; }
  .home .panelblanco .lupaafuera { display: none; }
}

/*
.panelblanco .contenedor-paneles {
  display: flex;
  justify-content: center;
}
*/

.footertoque {
  background-color: #3D3D3C;
}
.footertoque .alink {
  display: block;
  margin-top: 14px;
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.footertoque .alink:hover {
  color: #65BC98;
}
.footertoque .titulo {
  display: block;
  color: white;
  font-size: 14px;
  font-family: "Gotham Ro Bold";
}
@media (max-width: 768px) {
  .footertoque .titulo { margin-top: 30px; }
}
.footertoque .c2 {
  margin: 60px 0px;
}


.joiners {margin-top: 15px; border-radius: 25px;}
.joiners:hover {box-shadow: 0px 5px 15px -1px rgba(102,96,102,0.62) !important; }

a.alinkjoiners, a.alinkjoiners:hover { text-decoration: none; color: inherit; }
.alinkjoiners > h4 { margin-bottom: 20px; font-size: 18px; }
.alinkjoiners .joiners { position: relative; }
.partner-cont { display: block; padding-left: 40px; padding-right: 40px; }
@media (max-width: 768px) {
  /*.div-links { margin-left: -15px !important; margin-right: -15px !important; }*/
  .partner-cont { padding-left: 0px; padding-right: 0px; }
}

.header-derecha { float: right; }

.panel-image {position: relative;}
.panel-image .panel-image-preview {width: 100%; border-radius: 25px 25px 0px 0px; height: 300px; background-position: center center; background-size: cover; overflow: hidden; }
.panel-image label {display: block;position: absolute;top: 0px;left: 0px;height: 100%;width: 100%;}
.panel-body {overflow: hidden;}
.panel-image ~ input[type=checkbox] {position:absolute;top:- 30px;z-index: -1;}
.panel-image ~ input[type=checkbox] ~ .panel-body {height: 0px;padding: 0px;}
.panel-image ~ input[type=checkbox]:checked ~ .panel-body {height: auto;padding: 15px;}
.panel-image ~ .panel-footer a {padding: 0px 10px;font-size: 1.3em;color: rgb(100, 100, 100);}

.alinkjoiners.cerrado .panel-image-preview-2 { background-color: #8e8e8e; }
.alinkjoiners.cerrado .detalletextobordo { background-color: #8e8e8e; }

.alinkjoiners.abierto_programado .panel-image-preview-2 { background-color: #65BC98; }
.alinkjoiners.abierto_programado .detalletextobordo { background-color: #65BC98; }

.detalletexto {
  min-height: 320px;
  padding-right: 30px;
  padding-left: 30px;
}
.detalletexto .titulo {
  font-size: 34px;
  font-weight: bold;
}
.detalletexto .subtitulo {
  font-size: 28px;
  font-weight: bold;
  color: #70706F;
}
.detalletexto .texto {
  font-size: 20px;
  font-weight: bold;
}

/* .detalle .botontoque {
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  background-color: #D70B51;
  color:white;
  border-width: 0px;
  border-radius: 20px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.detalle .botontoque:hover {
  font-weight: bold;
  background-color: white;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #D70B51;
  transform: translateY(-2px);
} */
.logueado { display: inline-block; position: relative; }
.ubicaciontoque { display: inline-block; }
.supermenu {
  text-align: left;
  display: none;
  border-radius: 20px;
  padding: 20px;
  min-width: 260px;
  overflow: auto;
  background-color: white;
  position: absolute;
  right: 10px;
  z-index: 999;
  box-shadow: 3px 4px 14px 3px #b1b1b1;
}
.supermenu.active { 
  display: block;
}
.supermenu > a {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e4e4e4;
  color: #D70B51;
  font-family: 'Gotham Round Medium';
}
.supermenu > a:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.inputmenutoque {
  border-width: 0px;
  background-color: transparent;
  padding-left: 0px;
  width:360px;
  outline: none;
}
.inputmenutoque::placeholder {
  color: #D70B51;
}
.labelmenutoque {
  font-size:18px;
  border-width: 0px;
  background-color: transparent;
  padding-left: 0px;
  margin-top:0px;
  color:#9D9C9C;
}
.label.bg-main {
  background-color: #D70B51;
}
.c-main { color: #D70B51; }
.c-sec { color:#65BC98 }
.label.bg-gris {
  background-color: grey;
}
.editarmenutoque {
  font-size: 12px;
  color: #D70B51;
  font-weight: bold;
  padding-top: 10px;
  text-decoration: none;
}
.supermenu .editarmenutoque:hover {
  color: #65BC98;
  text-decoration: none;
}
.iconoboton2 {
  transform: scale(0.75);
}

.flex-container {
  display: flex;
  justify-content: center;
}

.modalsubmenu {
  display: flex !important ;
  width: auto;   
}
.modalsubmenu .contenedor {
  background-color: #B4DBC9;
}

.botontoque2 {text-align: center;width: 100px;background-color: #D70B51;color:white;border-width: 0px;border-radius: 20px;box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);cursor: pointer;outline: none;text-decoration: none;font-size: 10px;height: 20px;display: block;padding-top: 3px;font-weight: bolder;}

.grilla-home { display: flex; display: flex; flex-wrap: wrap; justify-content: center; max-width: 640px; margin: 0 auto; }
.iconoboton { width: 20%; margin-bottom: 0px; padding: 5px 0px; }
@media (max-width: 1024px) {
  .iconoboton { width: 25%; }
}
@media (max-width: 580px) {
  .grilla-home { max-width: 340px; }
  .iconoboton { width: 33.33333333333%; }
}
@media (max-width: 320px) {
  .iconoboton { width: 50%; }
}
.conjunto .botontoque { display: block; padding: 8px; margin: 0 auto; max-width: 160px; font-size: 12px; }
.grilla-home .conjunto .botontoque { max-width: 100px; }
.conjunto .iconotoque { max-width: 90px; display: inline-block; text-align: center; }

.inicio-home { text-align: right; }
.inicio-home .botontoque { display: inline-block !important; padding: 6px 9px !important; display: inline-block !important; margin-right: 0px !important; font-size: 11px !important; margin-top: 5px; width: auto; }
@media (max-width: 480px) {
  .inicio-home .botontoque { font-size: 8px !important; margin-top: 6px; }
}

@media (max-width: 650px) {
  .conjunto .iconotoque { max-width: 100px; }
  .conjunto .botontoque { max-width: 120px; }
}
@media (max-width: 392px) {
  .conjunto .iconotoque { max-width: 90px; }
  .conjunto .botontoque { max-width: 100px; }
}

.detalletextobordo {
  min-height:90px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #D70B51;
  color:white;
  border-radius: 0px 0px 25px 25px;
  padding-top: 0px;
}
.detalletextobordo .titulo {
  font-size: 20px;
  font-family: Montserrat !important;
  font-weight: 900 !important;
}
.detalletextobordo .subtitulo {
  font-family: Montserrat !important;
  font-weight: 500 !important;
  font-size: 12px;
  color: #d2d2d2 !important;
}

.sub-abierto {
  color: #ffffff !important;
  font-family: Montserrat !important;
  font-weight: 500 !important;
  font-size: 12px !important;
}

.sub-cerrado {
  color: #ffffff !important;
  font-family: Montserrat !important;
  font-weight: 500 !important;
  font-size: 12px !important;
}

@media (min-width: 768px){
  .detalletextobordo .subtitulo {
    font-size: 12px;   
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 278px;
    overflow: hidden;
    font-family: Montserrat !important;
    font-weight: 500 !important;
    color: #d2d2d2 !important;
  }
  .detalletextobordo .titulo {
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 278px;
    overflow: hidden;
    font-family: Montserrat !important;
    font-weight: 900 !important;
  }
}
.panel-image-preview-2 {
  height: 130px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover !important;
  width: 100%;
  background-color: #D70B51;
  border-radius: 25px 25px 0px 0px;
}

.panel-image-preview-3 {
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  border-radius: 25px;
}
.panel-image-preview-3-iphone {
  height: 239px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  border-radius: 25px;
}
@media (min-width: 700px) and (max-width: 767px) {
  .panel-image-preview-2 { height: 260px; }
}

@media (min-width: 600px) and (max-width: 700px) {
  .panel-image-preview-2 { height: 240px; }
}

@media (min-width: 500px) and (max-width: 600px) {
  .panel-image-preview-2 { height: 200px; }
}

@media (min-width: 400px) and (max-width: 500px) {
  .panel-image-preview-2 { height: 160px; }
}

@media (max-width: 400px) {
  .panel-image-preview-2 { height: 114px; }
}




@media (max-width: 768px) {
  .panel-image-preview-3 { 
    height: 450px; 
    background-size: cover !important; 
    background-position: center center;
  }
  .titulocentral { top: -18px !important; }
}


/* Detalle */
.breadcrum {
  padding-left: 40px;
  font-weight: bold;
  font-size: 12px;
}

.titulocentral {
  max-width: 765px;
  background-color: #D70B51;
  position:relative;
  top:-45px;
  margin: auto;
  height: 90px; 
  border-radius: 45px;
  color:white;
}
.titulocentral .titulo {
  font-family: "Gotham Ro Bold";
  font-size: 20px;
  clear: both;
  padding-top: 15px;
}
.titulocentral .subtitulo {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 50px;
}
.fondopanel {
  margin-top: 15px; 
  border-radius: 10px;
}
.contenedor-centro {
  /*max-width: 520px;*/
  margin: auto;
  color: #D70B51;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 5%;
}
@media (max-width: 768px) {
  .contenedor-centro { padding-left: 0; padding-right: 0; }
}
.contenedor-centro .h3titulo {
  font-size: 16px;
  font-family: Montserrat !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}
.contenedor-centro .h3titulodestacado {
  font-size: 22px;
}
.submenubotonredondo {
  background-size: 100% 100%;
  height: 100px;
  border-radius: 50px;
  width: 100px;
  margin: 12px;
}
.submenubotonredondo:hover {
  transform: scale(1.1);
  text-decoration: none;
}
.submenubotonanadir {
  display: block;
  margin: 5px;
  padding: 7px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  min-height: 90px;  
  position: relative;
  color: #d2d2d2;
}
.submenubotonanadir:hover, .submenubotonanadir:focus {
  text-decoration: none;
  color: inherit;
}
.submenubotonanadir:hover .tituloanadir, .submenubotonanadir:focus .tituloanadir {
  color: #D70B51;
  text-transform:initial;
}
.submenubotonanadir.active {
  background-color: #D70B51 !important;
  color: white !important;
  transition: background-color 0.3s ease;
}
.submenubotonanadir.active .dtc {
  background-color: #D70B51 !important;
}

p.dib.fl.precioanadir.precio-destacado {
}

.submenubotonanadir.active .card-content {
  background-color: #da1e5e;
  color: white !important;
}
.submenubotonanadir.active .card-container {
  background-color: transparent;
}
.submenubotonanadir.active .card-title,
.submenubotonanadir.active .card-comercio,
.submenubotonanadir.active .card-descripcion,
.submenubotonanadir.active .card-fechas,
.submenubotonanadir.active .precio-actual,
.submenubotonanadir.active .precio-destacado {
  color: white !important;
  text-transform: capitalize !important;
}

/* Asegurarnos que todos los textos dentro de card-content se vean en blanco cuando está activo */
.submenubotonanadir.active .card-content * {
  color: white !important;
}

/* Garantizar que el precio se ve en blanco */
.submenubotonanadir.active .card-precio .precio-actual {
  color: white !important;
}

/* Color de fondo del contenido */
.submenubotonanadir.active .card-content {
  background-color: #D70B51;
}

.submenubotonanadir.active .card-agregar {
  background-color: white;
  color: #da1e5e;
}
.submenubotonanadir.active .card-agregar i {
  color: #da1e5e;
}
.submenubotonanadir.active .tituloanadir, 
.submenubotonanadir.active .anadirmas, 
.submenubotonanadir.active .precio-destacado,
.submenubotonanadir.active .descripcionanadir {
  color: white !important;
  text-transform: capitalize !important;
}
.submenubotonanadir img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.submenubotonanadir .dtc { vertical-align: middle; }
/*
.submenubotonanadir:hover {
  transform: scale(1.1);
  text-decoration: none;
}
*/
.anadirmas {
  position: absolute;
  bottom: 8px;
  right: 12px;
  background-color: #D70B51;
  color: white !important;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
  line-height: 1;
  z-index: 10;
}

.anadirmas i {
  font-size: 14px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: white !important;
}

/* Forzar color blanco para el icono + dentro del botón */
.anadirmas i:before {
  color: white !important;
}

.anadirmas .fa-plus:before {
  color: white !important;
}

/* Para productos activos, mantener el botón rosa con texto blanco */
.submenubotonanadir.active .anadirmas {
  background-color: #D70B51;
  color: white !important;
}

.submenubotonanadir.active .anadirmas i:before,
.submenubotonanadir.active .anadirmas .fa-plus:before {
  color: white !important;
}

.vermas {
  text-align: right;
  color: #D70B51;
}
.pedidos_botones{color: #D70B51; border-top: 2px solid #D70B51;padding-top: 5px;font-family: "Gotham Ro Bold";font-weight: bold;text-align: center;}
.pedidos_botones a{color: #D70B51}
.w49p{width: 49.3%;}
.blbutton{border-left: 1px solid #D70B51;}
.vermas:hover{cursor: pointer;}
.pedidos_botones:hover{cursor: pointer;}
@media (min-width: 768px) {
  .sticky { position: -webkit-sticky; position: sticky; top: 10px; }
  .tall { height: 100vh; }
}

.panelflotador {
  background-color: white;
  box-shadow: 1px 1px 10px 0px #C0C0C0;
  border-radius: 25px;
  width: 100%;
  padding:20px; 
}
.vaciar_carrito_2 {
  color: #D70B51;
  float: right;
  font-size: 18px;
  margin-top: 5px;
}
.vaciar_carrito_2:hover {
  color: #D70B51;
}
.panelflotador .envio, .panelflotador .descuento, .panelflotador .descuento_envio, .panelflotador .qponera, .panelflotador .propina, .panelflotador .descuento_prod {
  font-family: Montserrat !important;
  font-weight: 900 !important;
  font-size: 16px;
  color: #666;
  text-align: left;
  padding-top: 10px;
}
.panelflotador-titulo {
  font-family: Montserrat !important;
  font-weight: 900 !important;
  font-size: 30px;
  color: #D70B51;
}
.panelflotador2 {
  position: absolute;
  right: 0px;
  top: 290px;
  background-color: white;
  box-shadow: 1px 1px 10px 0px #C0C0C0;
  border-radius: 25px;
  width: 300px;
  height: 170px;
  z-index: 999;
  font-size: 30px;
  font-weight: bold;
  color: #D70B51;
  padding:20px; 
  padding-top: 40px;
}

.panelflotador .botonpanel {
  width: 100%;
  margin-top:10px;
  font-size: 20px;
  font-weight: normal;
}

.cartelito_obligatorio {
  padding: 5px 5px 5px;
  font-size: 13px;
  font-family: 'Gotham Round Medium';
  border-radius: 8px;
  /* text-transform: uppercase; */
  color: #b00505;
  border-style: none;
  background-color: #ff00007a;
  margin: 10px;
  margin-left: 0px;
}

.completado_obligatorio {
  padding: 5px 5px 5px;
  font-size: 13px;
  font-family: 'Gotham Round Medium';
  border-radius: 8px;
  /* text-transform: uppercase; */
  color: #06770a;
  border-style: none;
  background-color: #44ff5342;
  margin: 10px;
  margin-left: 0px;
}


/* .cartelito_listo {
  padding: 6px 6px 6px;
  font-size: 15px;
  font-family: 'Gotham Round Medium';
  border-radius: 8px;
  text-transform: uppercase;
  color: #167c06;
  border-style: none;
  background-color: #33f5554a;
  margin: 10px;
  margin-left: 0px;
} */

.cerrar_modal { 
  position: absolute; 
  top: 15px; 
  right: 15px; 
  cursor: pointer; 
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.cerrar_modal:hover {
  background: #f8f8f8;
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.cerrar_modal img { 
  width: 14px; 
  height: 14px; 
  margin: 0;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.cerrar_modal:hover img {
  opacity: 1;
}

.modaldetallefino {
  border-radius: 16px;
  width: 600px;
  background: #f8f9fa;
  padding: 20px 25px 25px;
  color: #2c3e50;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #e9ecef;
  position: relative;
  z-index: 99999 !important;
}

.modaldetallefino .h2titulo {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 15px;
  color: #2c3e50;
  margin: 0;
  text-align: left;
}

.modaldetallefino .fondoparadetalle {
  border-radius: 8px;
  background: white;
  border: 1px solid #dee2e6;
  margin-top: 8px;
  margin-bottom: 8px;
  text-transform: capitalize;
  width: 100%;
  padding: 12px 15px;
  transition: all 0.2s ease;
}

.modaldetallefino .fondoparadetalle:hover {
  border-color: #65BC98;
  background: #f8f9fa;
}

.modaldetallefino .fondoparadetalle select {
  margin-right: 15px;
  color: #34495e;
  font-weight: 500;
  background: transparent;
  font-size: 15px;
  cursor: pointer;
}

.modaldetallefino .textolabel {
  margin-top: 2px;
  display: inline-block;
  text-transform: capitalize;
  color: #2c3e50;
  font-weight: 600;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}

.modaldetallefino .textolabel2 {
  margin-top: 2px;
  display: inline-block;
  text-transform: capitalize;
  margin-right: 15px;
  color: #7f8c8d;
  font-size: 14px;
  font-weight: 500;
}

.selectdetalle {
  border: 2px solid #65BC98;
  border-radius: 8px;
  padding: 8px 12px;
  color: #2c3e50;
  background: white;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  min-width: 70px;
}

.selectdetalle:hover {
  border-color: #58a585;
  background: #f8fcfa;
}

.selectdetalle:focus {
  outline: none;
  border-color: #58a585;
  background: #f8fcfa;
  box-shadow: 0 0 0 3px rgba(101, 188, 152, 0.1);
}

/* Botón AGREGAR mejorado */
.modaldetallefino .botontoque {
  background: linear-gradient(135deg, #65BC98 0%, #58a585 100%);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 14px 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(101, 188, 152, 0.3);
  position: relative;
  overflow: hidden;
  min-width: 160px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.modaldetallefino .botontoque::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.modaldetallefino .botontoque:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(101, 188, 152, 0.4);
  background: linear-gradient(135deg, #58a585 0%, #4a8f71 100%);
}

.modaldetallefino .botontoque:hover::before {
  left: 100%;
}

.modaldetallefino .botontoque:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(101, 188, 152, 0.3);
}

.modaldetallefino .botontoque .fa-shopping-cart {
  font-size: 14px;
  margin-right: 0;
}

/* Centrar el botón */
.modaldetallefino .tac.mt20 {
  text-align: center;
  margin-top: 20px;
  padding-top: 15px;
}

/* Responsive */
@media only screen and (max-width: 768px) {
  .modaldetallefino {
    width: 95%;
    margin: 10px;
    padding: 15px 18px 20px;
  }

  .modaldetallefino .h2titulo {
    font-size: 20px;
    padding-bottom: 12px;
  }

  .modaldetallefino .fondoparadetalle {
    padding: 10px 12px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .modaldetallefino .textolabel {
    font-size: 14px;
  }

  .modaldetallefino .botontoque {
    padding: 12px 30px;
    font-size: 15px;
    min-width: 140px;
  }

  .modaldetallefino .tac.mt20 {
    margin-top: 15px;
    padding-top: 12px;
  }

  .cerrar_modal {
    width: 35px;
    height: 35px;
    top: 10px;
    right: 10px;
  }

  .cerrar_modal img {
    width: 12px;
    height: 12px;
  }
}

.nombre_detalle {
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  color: #373737;
}



.modaldetallefino .checkboxdetalle {
  margin-top: -4px;
  margin-left: 10px;
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.modaldetallefino .checkboxdetalle:checked {
    background-color: #65BC98;
}



.panelflotador .detalleminimo {
  border-top: 1px solid #C0C0C0;
  color: #878787;
  padding-top: 10px;
  display: block;
  text-align: left;
}
.panelflotador .detalleminimocontrol {
  font-size: 14px;
  color: #878787;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #65BC98;
}
.panelflotador .detalleminimofooter {
font-size: 10px;
  color: #878787;
  padding: 10px;
  display: inline-block;
  text-align: left;
}
.checkoutpanel {
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 0px #C0C0C0;
  width: 100%;
  text-align: left;
  min-height: 200px;  
  position: relative;
}
.checkoutpanel:hover {
  text-decoration: none;
}
@media (max-width: 768px) { .checkoutpanel { min-height:auto } }

.botontoquecheckout {
  margin: 0 auto;
  width: 250px;
  background-color: #65BC98;
  color:white;
  border-width: 0px;
  border-radius: 25px;
  height: 50px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  text-decoration: none;
  padding: 15px;
  font-family: "Gotham Ro Bold";
}
.botontoquecheckout:hover {
  text-decoration: none;
  font-weight: bold;
  background-color: white;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #D70B51;
  transform: translateY(-2px);
  text-decoration: none;
}

.panelfinalizarizquierda {
  background-color: white;
  box-shadow: 1px 1px 10px 0px #C0C0C0;
  border-radius: 25px;
  width: 100%;
  z-index: 999;
  font-size: 30px;
  font-weight: bold;
  color: #D70B51;
  padding:20px; 
  /* padding-top: 40px; */
  min-height: 380px;
}

.panelfinalizarizquierda .detalleminimo {
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  font-size: 14px;
  color: #878787;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  text-align: left;
}
.panelfinalizarizquierda .detalleminimocontrol {
  font-size: 14px;
  color: #878787;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #D70B51;
}
.panelfinalizarizquierda .detalleminimofooter {
  font-size: 10px;
  color: #878787;
  padding: 10px;
  display: inline-block;
  text-align: left;
}
.divconfirmacion {
  text-align: center; 
  color:white;
  margin:auto;
  background-color: #D70B51;
  border-radius: 50px;
  font-weight: bold;
}
.divconfirmacion h1 {
  padding: 15px 0px;
  text-align: center;
  font-family: "Gotham Ro Bold";
  font-size: 40px;
}
@media (max-width: 768px) {
  .divconfirmacion h1 { font-size: 24px; }
}
.subpanelconfirmacion {
  padding: 0px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.subpanelmapita {
  border: 6px solid #D70B51;
  border-radius: 25px;
  height: 380px;
  width: 100%;
}

.check1 {
  height: 50px;
  width: 50px;
  border: 3px solid #D70B51;
  border-radius: 25px; 
  color: #D70B51;
  padding-left: 7px;
  display:grid !important;
  place-content:center !important;
  padding:0 !important;
}

.panelfinalizarizquierda > .row {
  display: flex;
  align-items: center;
}

.check0 {
  height: 50px;
  width: 50px;
  border: 3px solid #C7C7C6; 
  border-radius: 25px;
  color: #C7C7C6;
  padding-left: 7px;
  display:grid !important;
  place-content:center !important;
  padding:0 !important;
}

.checktext1 {
  font-size: 18px; 
  display:contents;
  padding-left: 0px;
  color: #D70B51;
}

.checktext0 {
  font-size: 18px; 
  padding-left: 0px;
  display:contents;
  color: #C7C7C6;
}

.row-flex {
  display: flex;
  align-items: center;
}

.divtiempo {
   margin:auto;
   height: 70px; 
   padding:5px;
   width: 100%;
   border-radius: 25px;
   background-color: #D70B51;
   color:white;
}
.texttiempo {
   font-size: 36px; 
   padding-left: 10px;
   margin-top: 5px; 
   color:white;
}
.texttiempoo {
  font-size: 20px; 
  padding-left: 0px;
  margin-top: 0px; 
  color:black;
}
.nomostrar{
  display: none !important;
}
.circulogrande {
  border-radius: 100%;
}
.circulogrande .imagenfondo {
  height: 295px;
  width: 295px;
  border-radius: 100%;
}
.toquertitulo {
  font-weight: bold;
  color: #D70B51;
  font-size: 26px;
  margin-bottom: 20px;
}
.toqueritem {
  color: #70706F;
  font-size: 16px;
}

.titulotoquer {
  color:#D70B51;font-size: 50px;font-weight: bold;
}
.subtitulotoquer {
  color:#70706F;font-size: 50px;font-weight: bold;
}

.inputtoquer {
  
  border-width: 0px;
  background-color: transparent;
  padding-left: 0px;
  width:360px;
  outline: none;
  border-bottom:1px solid lightgrey;width: 100%;
}
.inputmenutoque::placeholder {
  color: #D70B51;
}

.botonciudad {
  border-radius: 23px;
  text-align:center; 
  padding: 5px; 
  padding-top:10px; 
  margin-left:2px;
  margin-right:2px;
  background-color: #D70B51;
  color:white;
  width: 110px; 
  height: 46px;
}

.botonciudadactivo {
  border-radius: 23px;
  text-align:center; 
  padding: 5px; 
  padding-top:10px; 
  margin-left:2px;
  margin-right:2px;
  background-color: white;
  color:#D70B51;
  width: 110px; 
  height: 46px;
  border: 1px solid #D70B51;  
}

.facebook-btn {
  padding: 11px !important;
  background-color: #3b5988;
  border-radius: 30px;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 360px;
  color: white;
  padding-top: 1%;
  padding-bottom: 0.5%;
  border-style: none;
  margin: 0px auto;
  margin-right: 18%;
}

.facebook-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 35px;
  height: 35px;
}

.facebook-icon {
  width: 90%;
  height: 90%;
  border: 1px;
  /* background: rgb(255, 255, 255); */
  border-radius: 10px;
  padding-top: 4px;
  /* margin-bottom: 10px; */
  /* box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4); */
  margin-left:8px;
}

.google-btn {
  height: 60px;
  width: 360px;
  background-color: #ffffff;
  border: 1px solid #d5d5d5b3;
  border-radius: 30px;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin-left: 18%;
}

.google-icon-wrapper {
  align-items: center;
  justify-content: center;
  margin-right: 2%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
}

.google-icon {
  width: 100%;
  height: 40px;
  border: 1px;
  margin-top: 5%;
  /* background: rgb(255, 255, 255); */
  border-radius: 20px;
  /* box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4); */
  padding: 3px 3px 3px;
} 

.btn-text {
  font-size: 19px;
  letter-spacing: 0.2px;
  color: #525252;
  align-self: center;
  font-family: 'Gotham Round Book';
  margin-top:13px;
}

.cancelar-pickup {
  margin: 0 auto !important;
  width: 250px !important;
  display: block !important;
  margin-top: 25px !important;
}

@media (min-width: 426px) and (max-width: 768px) {
  .cancelar-pickup {
    margin-left: 60px !important;
  }
}


.btn-text-fb {
  font-size: 19px;
  letter-spacing: 0.2px;
  color:white;
  margin-top:5px !important;
  margin-bottom:5px !important;
  font-family: 'Gotham Round Book';
  padding-top: 2px !important;
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
  color: #ffffff;
  font-size: 23px;
  padding-left: 29%;
  font-weight:bold;
}

.subtitulito {
  padding-top:5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #B2B2B2;
}
.subtitulito2 {
  width: 100%;
  color: #70706F;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .row:not(.panelfinalizarizquierda>.row) {
    flex-direction: column;
  }

  .facebook-btn, .google-btn {
    width: 90%;
    padding:1%;
    margin: 10px auto; /* AÃ±ade margen arriba y abajo para separar los botones */
  }

  .btn-text, .btn-text-fb {
    font-size: 18px;
    margin-top: 3%;
  }

  .facebook-icon-wrapper, .google-icon-wrapper {
    width: 30px;
    height: 30px;
    margin-top: 3%;
  }

  .facebook-icon {
    box-shadow:none;
  }

  .google-icon {
    margin-bottom: 10px;
  }

  .facebook-icon, .google-icon {
    width: 35px;
    height: 40px;
  }
}
 
@media only screen and (max-width: 768px) {
  .modaldetallefino {
    width: 95%;
  }

  .modaldetallefino .inputdetalle {
    width: 95%;
  }
  .modaldetallefino .fondoparadetalle {
    width: 95%;
  }
  .logofooter {
    margin-top: 10px;
  }
  .footertoque .c2 {
    text-align: center;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

}

.form .form-group {
  margin-bottom: 15px;
}
.form .form-control {
  display: block;
  padding: 7px 10px 5px 10px;
  border-radius: 10px;
  border: solid 1px #cecece;
  color: #222;
  font-size: 16px;
  height: auto;
}

.tituloanadir { font-family: "Gotham Round Book",Arial; font-weight: bold; color: #000; margin-bottom: 5px; text-transform:capitalize !important; }
.descripcionanadir { font-family: "Gotham Round Book",Arial; font-weight: normal; color: #555; margin-bottom: 5px; font-size: 12px; }
.precioanterior { margin-right: 5px; text-decoration: line-through; }
.precio-destacado { font-family: "Gotham Ro Bold"; color:#d70b51; }

.panelflotador .detalleminimo .item { font-size: 14px; overflow: hidden; border-bottom: 1px solid #C0C0C0; padding-bottom: 10px; margin-bottom: 10px; }
.panelflotador .detalleminimo .item-titulo { font-size: 14px; display: block; margin-bottom: 3px; clear: both; font-family: "Gotham Round Book",Arial; font-weight: bold; color: #000; }
.panelflotador .detalleminimo .item-precio { font-size: 14px; float: left; }
.panelflotador .detalleminimo .item-cantidad { font-size: 14px; float: right; }
.panelflotador .detalleminimo .item-eliminar { float: right; margin-left: 10px; }
.panelflotador .detalleminimo .item-eliminar i { font-size: 18px; color:#D70B51; }

/* .checkout .h3titulo { color:#D70B51; font-family: "Gotham Ro Bold"; font-weight: bold; font-size: 30px; padding: 0px; margin: 0px; margin-bottom: 30px; color: #D70B51; } */

.texto-pagina p { color: #222; font-size: 16px; line-height: 26px; }

.abrir_pedido { display: none; }

@media (max-width: 768px) {
  .texto-pagina p img{ width: 100%;height: auto; }
}

@media (max-width: 768px) {
  .abrir_pedido { 
    align-items: center;
    display: flex !important; 
    transition: all 0.3s ease; 
    position: fixed; 
    bottom: 5px; 
    z-index: 998; 
    left: 50%;
    transform: translateX(-50%);
    width: 90%; 
    border-radius: 25px; 
    box-shadow: 0 4px 20px rgba(101, 188, 152, 0.3); 
    padding: 12px 20px; 
    font-size: 16px; 
    text-align: center; 
    background: linear-gradient(135deg, #65BC98 0%, #58a585 100%); 
    color: white; 
    border: none; 
    cursor: pointer; 
    outline: none; 
    text-decoration: none; 
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
    animation: buttonPulse 2s infinite;
  }
  
  .abrir_pedido:before {
    content: "\f07a";
    font-family: 'FontAwesome';
    margin-right: 8px;
    font-size: 18px;
    vertical-align: middle;
  }
  
  .abrir_pedido:active, .abrir_pedido:focus, .abrir_pedido:hover { 
    padding: 12px 20px; 
    font-size: 16px; 
    text-align: center; 
    color: white; 
    text-decoration: none;
    background: linear-gradient(135deg, #58a585 0%, #4d9474 100%);
    transform: translateX(-50%) translateY(-2px);
    box-shadow: 0 6px 25px rgba(101, 188, 152, 0.4);
  }
  
  .abrir_pedido:active {
    transform: translateX(-50%) translateY(1px);
  }
  
  @keyframes buttonPulse {
    0% {
      box-shadow: 0 4px 20px rgba(101, 188, 152, 0.3);
    }
    50% {
      box-shadow: 0 6px 25px rgba(101, 188, 152, 0.5);
    }
    100% {
      box-shadow: 0 4px 20px rgba(101, 188, 152, 0.3);
    }
  }
  
  .dpb {display: block !important;}
  .panelflotador .detalleminimo { border-top: none; padding-top: 0px;}
  .panelflotador .botonpanel { font-size: 16px !important; background-color: #65bc98}
  .detalle .sticky .panelflotador { position: fixed; bottom: -200%; z-index: 99994; margin-bottom: 0px !important; margin-left: 0px !important; left: 0px; box-shadow: none; -webkit-box-shadow: none; border-radius: 0px; padding: 12px; }  
  .detalle .sticky .panelflotador.open { bottom: 64px; border: solid 3px #3D3D3C; }
  .detalle .sticky .panelflotador-titulo { font-size: 20px; }
  
  .abrir_pedido .numero_items{
    margin-left: 10px;
    background-color: #4d9474;
    width: 35px;
    border-radius: 20px;
    height: 35px;
    padding-right: 1px;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
  }
  
  .abrir_pedido .total{
    width: 20%;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.3px;
  }
  
  .abrir_pedido .texto{
    width: 67%;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
  }
  
  /* Versión desktop del botón */
  @media (min-width: 769px) {
    .abrir_pedido {
      position: sticky !important;
      bottom: 20px !important;
      right: 0 !important;
      left: auto !important;
      transform: none !important;
      width: 100% !important;
      margin-top: 20px;
      font-family: 'Montserrat', sans-serif !important;
      background: linear-gradient(135deg, #65BC98 0%, #58a585 100%) !important;
      border-radius: 15px !important;
      padding: 15px 25px !important;
      font-size: 16px !important;
      font-weight: 600 !important;
      letter-spacing: 0.5px !important;
      box-shadow: 0 4px 15px rgba(101, 188, 152, 0.3) !important;
      transition: all 0.3s ease !important;
      text-transform: uppercase;
    }
    
    .abrir_pedido:hover {
      background: linear-gradient(135deg, #58a585 0%, #4d9474 100%) !important;
      transform: translateY(-3px) !important;
      box-shadow: 0 8px 25px rgba(101, 188, 152, 0.4) !important;
    }
    
    .abrir_pedido:active {
      transform: translateY(-1px) !important;
    }
    
    .abrir_pedido:before {
      content: "\f07a" !important;
      font-family: 'FontAwesome' !important;
      margin-right: 10px !important;
      font-size: 18px !important;
    }
  }
}

.pagina-registro .contenedor-centro { max-width: 800px; margin-left: auto; margin-right: auto; }
.estado { border-radius: 5px; padding: 5px 10px; color: white; margin-top: 5px; display: inline-block; position: absolute; top: 0px; right: 7px; font-size: 10px;}
.estado.estado-sin-finalizar { background-color:#D70B51; }
.estado.estado-pendiente { background-color:#3f51b5; }
.estado.estado-en-camino { background-color:#ff9800; }
.estado.estado-finalizado { background-color:#4caf50; }
.estado.estado-cancelado { background-color:#ff0000; }
.estado.estado-programado { background-color:#ff8137; }

.mensaje-importante { background-color: #3D3D3C; font-weight: bold; font-size: 16px; color: white; padding: 10px; text-align: center; font-family: 'Montserrat', sans-serif;}
.mensaje-importante-activacion{
  background-color: #f1f1f1; 
  font-size: 16px;
  color: #333;
  padding: 12px 15px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; 
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
.mensaje-importante-activacion a{
  text-decoration: none;
  color: #333;
  font-weight: 700;
}
.mensaje-importante-activacion a:hover{
  text-decoration: none;
  color: #65BC98; 
}

.margin-mensaje-importante{ margin-top: 90px; }

.contenedor-centro .bnn {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top:5%;
}
.alinear{
  text-align: center;
}
.block{
  display:none !important;
}
.inicio-titulo {
  font-family: "Gotham Round Medium";
  font-size: 26px;
  color:white;
  margin-bottom: 30px;
  margin-top: 40px;
}
.inicio-boton-grande {  
  margin-bottom: 25px;
  background-color: #D70B51;
  color: white;
  border-width: 0px;
  border-radius: 40px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  text-decoration: none;
  display: inline-block;
  padding: 15px 36px;
  font-family: "Gotham Round Medium";
  font-weight: bold;
  font-size: 26px;
}
.inicio-boton-grande:hover {
  font-weight: bold;
  background-color: white;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #D70B51;
  text-decoration: none;
}

.calificardiv{
  text-align: center;
  font-size: 20px;
  line-height: 36px;  
}
.calificardiv textarea{
  max-width: 600px;
  width: 100%;
  margin: 20px auto;
}
.botoncalificar, .botoncalificar:focus, .botoncalificar:active {
  background-color: #D70B51;
  color:white;
  border-width: 0px;
  border-radius: 5px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  text-decoration: none;
  display: inline-block;
  padding: 7px 20px;
  font-family: "Gotham Round Medium";
  font-size: 13px;
  margin-bottom: 20px;
}
.botoncalificar:hover {
  font-weight: bold;
  background-color: white;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #D70B51;
  text-decoration: none;
}
@media (max-width: 500px) {
  .botoncalificar {font-size: 16px; margin-top: 20px;}
}

.prehome { overflow: hidden; }
@media (max-width:768px){ 
  .prehome { max-width: 300px; margin:0 auto; padding-left: 10px; padding-right: 10px; padding-top: 1px;}
  .pre_footer{color:white; text-align: center;}
  .fondo-gris{width: auto; height: auto; background-color: #dad5d2 ; border-radius: 20px;}
  .pre_footer{
    color: white;
    text-align: center;
    bottom: 0; 
    position: fixed;
    width: 100%;
  }
  .botontoque{
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 11px !important;
    padding: 15px;
  }
  .pre_footer_padding{padding-bottom:10px;}
}
@media (max-width: 768px){
  .fondo-gris{width: auto; height: auto; background-color: #dad5d2 ; border-radius: 20px; margin-top: 20px;}
}
@media (min-width: 768px) {
  .prehome {float: right; margin-right: 180px; background-color: #dad5d2; padding: 10px 10px 10px 10px;}
  .botontoquepd{display: block;text-align: center;margin-bottom: 25px;font-size: 18px;padding-left: 35px !important;padding-right: 35px !important;}
  .botontoquepd{box-shadow: 0px 15px 10px rgba(0,0,0, 0.4) !important;}
  .pre_footer{
    color: white;
    text-align: center;
    bottom: 0; 
    position: fixed;
    width: 100%;
  }
  .fondo-gris{width: auto; height: auto; background-color: #dad5d2 ; border-radius: 20px; }
  .pre_footer_float{float: right ; position: relative; margin-left: 10px; margin-right: 10px; margin-bottom: 10px; right: 25%;}
  .botontoquepd:hover{display: block;text-align: center;padding-left: 35px !important;padding-right: 35px !important;}
}
@media (min-width:768px) and (max-width: 1025px) {
  .prehome {float: right; margin-right: 180px; background-color: #dad5d2; padding: 10px 10px 10px 10px;}
  .botontoquepd{display: block;text-align: center;margin-bottom: 30px;font-size: 18px;padding-left: 35px !important;padding-right: 35px !important;}
  .botontoquepd{box-shadow: 0px 15px 10px rgba(0,0,0, 0.4) !important;}
  .pre_footer{
    color: white;
    text-align: center;
    bottom: 0; 
    position: fixed;
    width: 100%;
  }
  .pre_footer_float{float: right ; position: relative; margin-left: 10px; margin-right: 10px; margin-bottom: 10px; right: 13%;}
  .botontoquepd:hover{display: block;text-align: center;font-size: 14px;padding-left: 35px !important;padding-right: 35px !important;}
}
.centrar-divs{
  display: flex;
  align-items: center;
  justify-content: center;
}
.botontoquepd, .botontoquepd:focus{
  background-color: #D70B51;
  color: white;
  border-width: 0px;
  border-radius: 20px;
  box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
  cursor: pointer;
  outline: none;
  text-decoration: none;
  display: block;
  padding: 7px 20px;
  font-family: "Gotham Round Medium";
  font-size: 18px;
}
.botontoquepd:active {
  background-color: white;
  color: #D70B51;
  border-width: 0px;
  border-radius: 20px;
  box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
  cursor: pointer;
  outline: none;
  text-decoration: none;
  display: block;
  padding: 7px 20px;
  font-family: "Gotham Round Medium";
  font-size: 18px;
}
/* .fondo-gris{width: 200px; height: 200px; background-color: #dad5d2 ; border-radius: 20px; margin-top: 20px;} */
.guion{
  width: 34px;
  height: 2px;
  background-color: #9a9c9c;
  margin: auto;
  margin-bottom: 10px;
}
.barra{
  width: 2px;
  height: 20px;
  background-color: white;
  margin-top: 10px;
  margin-left: 10px;
}
.elegi-ciudad {
  
  font-size: 20px;
  text-align: center;
  color: #3c3c3b;
}
#botonera .botontoque{
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-size: 25px;
  padding: 15px;
}

.inactivo { background: #e1e1e1 }
.alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
}

.buscador{
  background-color: white !important;
  color: #65BC98 !important;
  border-radius: 20px;
  padding: 10px;
}
#form { width: 100%; }
.mas_info{ color: #D70B51; }
.mas_info:hover{ color: #D70B51; cursor: pointer }
/*Chat wpp*/
#float-cta {
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 9999999999
}
#float-cta a {
  display: inline-block;
  background-color: #25d366;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #fff;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transition: 0.3s
}
#float-cta a:hover,
#float-cta a:focus {
  text-decoration: none;
  background-color: #128c7e
}
#float-cta a .fa-times,
#float-cta a .fa-whatsapp {
  transition: 0.3s
}
#float-cta a .fa-times {
  visibility: hidden;
  opacity: 0;
  display: none
}
#float-cta a.open .fa-times {
  visibility: visible;
  opacity: 1;
  display: block
}
#float-cta a.open .fa-whatsapp {
  visibility: hidden;
  opacity: 0;
  display: none
}
#float-cta span {
  position: absolute;
  left: -150px;
  width: 190px;
  top: 16px;
  background-color: #999;
  color: #fff;
  padding: 5px 3px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
  letter-spacing: 0.5px;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden
}
#float-cta .whatsapp-msg-container {
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: -20px;
  opacity: 0;
  transform: translateY(-70px);
  width: 300px;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  transition: 0.3s
}
#float-cta .whatsapp-msg-container.open {
  visibility: visible;
  bottom: 0;
  opacity: 1
}
#float-cta .whatsapp-msg-header {
  text-align: center;
  background-color: #25d366;
  color: #fff;
  padding: 10px
}
#float-cta .whatsapp-msg-header h6 {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  margin: 0
}
#float-cta .whatsapp-msg-body {
  padding: 5px
}
#float-cta .whatsapp-msg-body textarea {
  width: 100%;
  height: 200px;
  border: none;
  padding: 15px
}
#float-cta .whatsapp-msg-body textarea.placeholder,
#float-cta .whatsapp-msg-body textarea::placeholder {
  color: lightgray;
  font-size: 14px
}
#float-cta .whatsapp-msg-footer {
  text-align: center;
  background-color: #fff;
  border-top: 1px solid lightgray;
  padding: 5px
}
#float-cta .btn-whatsapp-send {
  display: block;
  width: 100%;
  border: 2px solid #25d366;
  font-weight: 700;
  color: #fff;
  background-color: #25d366;
  padding: 7px 15px;
  transition: 0.3s
}
#float-cta .btn-whatsapp-send:hover {
  background-color: #fff;
  color: #25d366
}
#float-cta:hover span {
  opacity: 1;
  left: -200px;
  visibility: visible
}
#float-cta.open span {
  display: none
}
.tb .th{ background: #D70B51; color: white; font-family: "Gotham Ro Bold"; margin-top: 20px; text-align: center;}
.tb .td { margin: 10px 0px; width: 25%;}
.boton_agregar{ 
  display: inline-block; 
  background: #D70B51; 
  color: white; 
  font-family: "Gotham Ro Bold"; 
  width: 200px;
  border-radius: 5px; 
  height: 30px;
  text-align: center;
  padding-top: 5px;
  position: relative;
  top: 20px;
}
.boton_agregar .fa-plus{ margin-right: 5px; }
.boton_agregar:hover{ color: white; }
.boton_agregar:active{ color: white; text-decoration: none; }
.boton_agregar:focus{ color: white; text-decoration: none}
.tmh{background: #D70B51; color: white; font-family: "Gotham Ro Bold";}
.modal_body{ padding-left: 15px; padding-right: 15px; color: #D70B51;}
/*.btn-toque{border-color: #D70B51;}*/
.boton_buscar_direcciones{ 
  display: inline-block; 
  background: #D70B51; 
  color: white; 
  font-family: "Gotham Ro Bold"; 
  border-radius: 5px;
  width: 100%;
  text-align: center;
  padding: 8px;
  position: relative;
  border: none;
}
.boton_buscar_direcciones_modal{ 
  display: inline-block; 
  background: #D70B51; 
  color: white; 
  font-family: "Gotham Ro Bold"; 
  border-radius: 5px;
  width: 50px;
  text-align: center;
  padding: 7px;
  position: relative;
  border: none;
  margin-left:5px;
}
.checkout-select-dires {
  display: flex; 
  align-items: center;
}
.boton_insertar_direccion{ 
  display: block;
  border: 1px solid #cecece;
  background: white;
  color: #222;
  font-family: "Gotham Ro Bold";
  height: 35px;
  padding-top: 7px;
  text-align: center;
  min-width: 125px;
  position: relative;
}
.boton_buscar_direcciones:hover{text-decoration: none;}
.boton_buscar_direcciones:active{text-decoration: none}
.boton_buscar_direcciones:focus{text-decoration: none}
.boton_buscar_direcciones_modal:hover{text-decoration: none;}
.boton_buscar_direcciones_modal:active{text-decoration: none}
.boton_buscar_direcciones_modal:focus{text-decoration: none}
.modal_body_check{position: relative; left: 50px; color: #D70B51;}
.boton_insertar_direccion:hover{color: #D70B51; text-decoration: none;}
.pac-container{z-index: 2147483647 !important}
.tb tr{border-bottom: 1px solid #D70B51;}
.tb tr td{padding: 5px 0;}

.table-responsive table.table-striped tbody td.bg-success { background-color: #48cfae !important; color: white !important;}
.table-responsive table.table-striped tbody td.bg-warning { background-color: #e0a959 !important; color: #222 !important;}
.table-responsive table.table-striped tbody td.bg-danger { background-color: #e06559 !important; color: white !important;}
.table-responsive table.table-striped tbody td.bg-primary { background-color: #7266ba !important; color: white !important;}

.table-responsive { width: 100%; margin-bottom: 15px; overflow-x: auto; overflow-y: overlay; position: relative; }
.table-responsive table { margin-bottom: 0; width: 100%; max-width: 100%;}

.ctd td{text-align: center;}
.tbcheck{width: 80% !important;}

@media (max-width: 768px) {
  .table-responsive-xs { width: 100%; margin-bottom: 15px; overflow-x: auto; overflow-y: overlay; position: relative; }
  .table-responsive-xs table { margin-bottom: 0; }
}
.modal-header .close { margin-top: -2px; font-size: 30px; line-height: 28px; color: white; opacity: 1; }
@media (max-width: 768px) {
  .boton_agregar{top: 0px;}
  .tbcheck{width: 66% !important; max-width: 66%;}
}
.deshabilitar_boton_toque {
  background-color: #827e7f;
  cursor: pointer;
}

.deshabilitar_boton_toque:hover {
  cursor: pointer;
  background-color: #827e7f;
  color: white;
  font-weight: 100;
  box-shadow: none;
}

.centerdiv {
  margin: 0 auto;
}

.boton_play_store img,
.boton_apps_store img {
  max-width: 130px;
  width: 200px;
  margin-top: 10px;
  border-radius: 12px !important;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
}

.nonee {
  display: none !important;
}

.play_store_boton {
  background-color: #ffffff;
  height: 80px;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
  position: fixed;
  margin-top: -10px;
}

.img_close_play_store {
  position: relative;
  top: inherit;
  right: 10px;
}

.img_close_play_store img {
  width: 15px;
  height: auto;
  cursor: pointer;
}

.logo_play_store {
  display: flex;
  align-items: center;
}

.logo_play_store img {
  width: 35px;
  margin-right: 10px;
  height: auto;
  border-radius: 10px;
}

.margin-top-50 {
  margin-top: 50px;
}

.texto_play_store {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.boton_play_store {
  /* display: flex; */
  align-items: center;
}

.contentsPush {
  display: contents;
}

.displays {
  display: contents;
}

.boton_play_store button {
  background-color: #D70B51;
  color: white;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  text-decoration: none;
  padding: 8px 16px;
  font-size: 14px;
  margin-left: 10px;
}

.textoMargen {
  margin-bottom:-1px;
  font-size:12px;
}

.estrellas {
  display: flex;
  align-items: center;
}

.estrellas span {
  color: #D70B51;
  font-size: 16px;
}

.position_anuncio_play_store nav {
  z-index: 9999;
}

.margin-mensaje-importante {
  margin-top: 77px;
}

.margin-mensaje-importante-nulo {
  margin-top: 0 !important;
}

#play_store_anuncio {
  display: none;
}

/* sugerencia de prodcutos */
.producto_generico .fondo {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 2px;
  margin: 10px;
}

.producto_generico .texto {
  padding: 2px;
}

.producto_generico .texto h3 {
  font-weight: bold;
  font-family: Montserrat !important;
  font-weight: 600 !important;
}

.producto_generico .general {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.producto_generico .sugerencia textarea {
  resize: none;
  width: 280px;
  height: 50px;
  border: none;
  background-color: #f3f4f6;
  border-radius: 10px;
}

#textarea-a::placeholder {
  padding-top: 15px !important;
  padding-left: 10px;
}

.producto_generico .boton {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.producto .titulo {
  text-align: center;
  font-family: "Gotham Ro Bold";
  font-size: 20px;
  margin-top: 20px;
}
.producto .subtitulo {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 20px;
}

.producto_generico .fondo .botond{width: 318px;}
.producto_generico .fondo .sugerencia textarea{width: 318px;}


.dropdown-content {
  display: none;
  position: relative;
  background-color: transparent;
  z-index: 1;
}

.registro-form .mis_direcciones{margin-top: 5px; font-size: 20px; color: #D70B51; display: block; }
.registro-form { padding-left: 20px; padding-right: 20px; }

.botonnuevotoquebonito{
  height: 240.556px;
  width: 100%;
  border-radius: 25px;
  min-height: 90px;
  color: white;
  /* padding-top: 1px;
  padding-right: 30px;
  padding-left: 30px; */
  display: flex;
  
  
}
.textobotonbonito h2{
  text-align: center;
  font-weight: bold;
  margin-top: 0;
}
.panel-image-promotion {
  height: 130px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  background-color: #00a2e8;
  border-radius: 25px 25px 0px 0px;
}

.boton_anadir_direccion{
  background-color: #D70B51 !important;
  color: white !important;
}

.boton_anadir_direccion:hover{
  color: white;
  text-decoration: none;
}
.image-promotion img{
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.caja{display: flex;justify-content: center;flex-direction: initial;}
.caja .box{flex: 0 0 100%;}

.box img{
  width: 100%;
  height: auto;
  border-radius: 25px;
  vertical-align: unset;
}
@supports(object-fit: cover){
  .box img{
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
.boton-volver{
  float: right;
  margin-bottom: 10px;
}

.rotacion{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  border-radius: 25px;
}
.rotacion-size{
  background-size: 100% !important;
}
.opacidad {
  /* background: linear-gradient(to right, rgba(255, 255, 255, 0.096), rgb(255, 255, 255)); */
  
  opacity: 0.6; 
}
.border img{
  border-radius: 50px !important;
}

.container-800 { max-width: 800px; margin: 0 auto; }




#devoluciones .navbar{
  margin-top: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #D70B51;
  border: 0px solid #D70B51;
  border-right: 1px solid white;
}

#devoluciones nav.sidebar.navbar {
  width: 100%;
}
#devoluciones .navbar-inverse .navbar-nav>li>a{
  color: white !important;
}
#devoluciones .navbar-inverse .navbar-nav>li:not(:last-child) {
  border-bottom: 1px solid white;
}
#devoluciones .navbar-inverse .navbar-nav>li:last-child {
  border-bottom: none;
}
#devoluciones .navbar-inverse .navbar-nav>.active>a{
  background-color: white !important;
  color: #D70B51 !important;
}

#devoluciones #lastli.active a {
  height: 47px !important;
  border-bottom-left-radius: 20px !important;
}

#devoluciones #firstli.active a {
  height: 47px !important;
  border-top-left-radius: 20px !important;
}

#devoluciones nav.sidebar, .main{
  -webkit-transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    transition: margin 200ms ease-out;
}

#devoluciones .main{
  padding: 10px 10px 0 10px;
}

.dptel{
  display: none !important;
}

#devoluciones #bodydev{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 291px;
}
@media (min-width: 768px) {

  /*Allow main to be next to Nav*/
  #devoluciones .main{
    position: absolute;
    width: calc(100% - 40px); /*keeps 100% minus nav size*/
    margin-left: 40px;
    float: right;
  }

  /*lets nav bar to be showed on mouseover*/
  #devoluciones nav.sidebar:hover + .main{
    margin-left: 200px;
  }

  /*Center Brand*/
  #devoluciones nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
  }
  /*Center Brand*/
  #devoluciones nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
    text-align: center;
    width: 100%;
    margin-left: 0px;
  }

  /*Center Icons*/
  #devoluciones nav.sidebar a{
    padding-right: 13px;
  }

  /*adds border top to first nav box */
  #devoluciones nav.sidebar .navbar-nav > li:first-child{
    border-top: none;
  }

  /*adds border to bottom nav boxes*/
  #devoluciones nav.sidebar .navbar-nav > li{
    border-bottom: 1px #e5e5e5 solid;
  }

  /* Colors/style dropdown box*/
  #devoluciones nav.sidebar .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /*allows nav box to use 100% width*/
  #devoluciones nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
    padding: 0 0px 0 0px;
  }

  /*colors dropdown box text */
  #devoluciones .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  /*gives sidebar width/height*/
  #devoluciones nav.sidebar{
    width: 200px;
    height: 100%;
    /*margin-left: -160px;*/
    float: left;
    z-index: 8000;
    margin-bottom: 0px;
  }

  /*give sidebar 100% width;*/
  #devoluciones nav.sidebar li {
    width: 100%;
  }

  /* Move nav to full on mouse over*/
  #devoluciones nav.sidebar:hover{
    margin-left: 0px;
  }
  /*for hiden things when navbar hidden*/
  #devoluciones .forAnimate{
    opacity: 0;
  }
}

/* .....NavBar: Fully showing nav bar..... */

@media (min-width: 1330px) {

  /*Allow main to be next to Nav*/
  #devoluciones .main{
    width: calc(100% - 200px); /*keeps 100% minus nav size*/
    margin-left: 200px;
  }

  /*Show all nav*/
  #devoluciones nav.sidebar{
    margin-left: 0px;
    float: left;
  }
  /*Show hidden items on nav*/
  #devoluciones nav.sidebar .forAnimate{
    opacity: 1;
  }
}

#devoluciones nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, #devoluciones nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
  color: #CCC;
  background-color: transparent;
}

#devoluciones nav:hover .forAnimate{
  opacity: 1;
}
#devoluciones section{
  padding-left: 15px;
}

@media (max-width: 768px) {
  .dpntel{
    display: none !important;
  }
  .dptel{
    display: block !important;
    margin-bottom: 20px;
  }
  .dn.dptel{display: none !important;}
  #devoluciones #bodydev{
    height: auto;
  }
  .item-agregar, .dptel.item-eliminar, .dptel.item-restar{margin-bottom: 0px !important;}

}
.margin-top{margin-top: 50px;}

.width-mobile-true{
  /* width: 130px; */
  width: 100%;
  float: left;
}
.width-mobile-false{
  width: 330px;
}
@media (min-width: 768px){
  .acomodo {
    width: 18.666667%;
  }
  .inicio{
    width: 31%;
    float: right;
  }
}
@media (min-width: 992px){
  .acomodo {
    width: 11.666667%
  }
  .inicio{
    width: 36%;
    float: right;
  }
  
}
@media (min-width:1200px){
  .inicio{
    width: 100%;
    float: right;
    margin-top: 7px;
  }
}
.inicioo{
  display: block;
  width: 100%;
  font-size: 12px !important;
}
.logeado{
  float: right;
}

.logeadoo{
  float: right;
  display: inline-flex;
}
.margin-de-seguridad{margin-left: 20px;margin-right:20px };
/*.col-xs-12{ width: auto; padding-right: 0; padding-left: 0;}*/

.botontoquee{
  width: auto !important;
  padding: 7px 4px !important;
  display: inline-block;
  margin: 5px auto !important;
}
.botontoquee:active{
  font-size: 11px;
}
.producto{
  width: 100%;
  margin: 10px auto;
}

#devoluciones h3{
  font-size: 16px;
  margin-top: 10px;
}

.nuevo-fondo-panel{
  background-color: rgb(0 0 0 / 10%);
  border-radius: 20px;
  margin-top: 80px;
  margin-bottom: 40px;

}
.nuevo-fondo-panel .titulo{
  width: 225px !important;
}
.nuevo-fondo-panel .img-logos {
  width: 250px !important;
  margin: 0 auto;
  display: block;
}
.nuevo-fondo-panel .padding-0{
  padding: 0;
}
.nuevo-fondo-panel .iconopanel{
  align-items: center !important;
  justify-content: center !important;
  display: flex !important;
}
.localidad{
  margin-top: 5px;
  text-align: center;
  margin-bottom: -5px;
  display: inline-block;
}
.localidad2 {
  display: inline-block;
}
#logo{text-align: center;} 
@media (min-width: 480px){
  .localidad{
    display: none;
  }
}
.w58p{width: 58%;}
.w70p{width: 70%;}
@media (min-width:0px) and (max-width: 321px){
  .producto_generico .fondo .botond{width: 220px;}
  .producto_generico .fondo .sugerencia textarea {width: 252px;}
  .botontoque:active{font-size: 14px; padding:9px;}
  .botontoque:focus{font-size: 14px; padding:9px;}
  .panelblanco{margin-right: 10px;margin-left: 10px;}
  .margin-top{margin-top: 20px; margin-bottom: 10px;}
  .panel-body{margin-bottom: 0px !important;}
  .botonlogos{margin-bottom: 0px; font-size: 12px !important};
  .botontoque{ margin-bottom: 0px; font-size: 9px ; padding: 9px; margin-right: 3px;}
  .botontoquee{padding: 10px;margin-bottom: 0px; font-size: 8px !important;}
  .margin-row{padding-left: 23px; padding-right: 7px; float: right; }
  .logeadoo{display: flex;}
  .nuevo-fondo-panel{width: auto ; max-width: 260px !important;}
  .ubicaciontoque span{margin:0}
  .cambiar-footer{margin-top:5px; margin-right: auto; margin-left: auto;width: 100% !important;}
  .botontoquepd{margin-bottom: 15px !important; font-size: 18px!important;}
  .w40p{width: auto !important;}
  .margin-left{float: right; right: 10%;}
  .font-informatica{
    font-size:9px !important;
  }
}
.width100px{width: 109px !important;}
@media (min-width:321px) and (max-width: 376px){
  .w40p{width: auto !important;}
  .botontoque:active{font-size: 14px; padding:9px;}
  .botontoque:focus{font-size: 14px; padding:9px;}
  .cambiar-footer{margin-top:5px; margin-right: auto; margin-left: auto;width: 100% !important;} 
  .botontoquee{padding: 10px; font-size: 8px !important;}
  .panelblanco{margin-right: 10px;margin-left: 10px;}
  .margin-top{margin-top: 20px; margin-bottom: 10px;}
  .panel-body{margin-bottom: 0px !important;}
  .botonlogos{margin-bottom: 0px; font-size: 12px !important; }
  .botontoque{margin-bottom: 0px; font-size: 9px ; padding: 9px; margin-right: 10px;}
  .margin-row{padding-left: 23px; padding-right: 10px;}
  .logeadoo{display: flex;}
  .nuevo-fondo-panel{width: auto; max-width: 600px !important;}
  .botontoquepd{margin-bottom: 15px !important; font-size: 18px!important;}
  .font-informatica{
    font-size:9px !important;
  }
  .regaleria{max-width: 92px !important ;}
  .margin-left{float: right; right: 4%;}
}
@media (min-width:375px) and (max-width:426px){
  .margin-left{float: right; }
  .font-informatica{
    font-size:9px !important;
  }
  .regaleria{max-width: 100px !important}
  .botontoque:active{font-size: 14px; padding:9px;}
  .botontoque:focus{font-size: 14px; padding:9px;}
  .panelblanco{margin-right: 10px;margin-left: 10px;}
  .margin-top{margin-top: 20px; margin-bottom: 10px;}
  .panel-body{margin-bottom: 0px !important;}
  .botonlogos{margin-bottom: 0px; font-size: 12px !important}
  .botontoque{margin-bottom: 0px; font-size: 9px; padding: 9px; margin-right: 0px;}
  .margin-row{padding-left: 23px; padding-right: 10px; margin-left: 26px;}
  .logeadoo{display: flex;}
  .nuevo-fondo-panel{width: auto ;}
  .cambiar-footer{margin-top:5px; margin-right: auto; margin-left: auto; width: 100% !important;}
  .botontoquepd{margin-bottom: 15px !important; font-size: 18px!important;}
  .w40p{width: 55% !important; margin-left: 0;}
}

/* @media (min-width: 350px) and (max-width: 380px) {
  .nav-scrolled .buscador-nuevo {
    left: 90px !important;
    top: 50% !important;
  }
}

@media (min-width: 380px) and (max-width: 389px) {
  .nav-scrolled .buscador-nuevo {
    left: 160px !important;
    top: 50% !important;
  }
}

@media (min-width: 412px) and (max-width: 768px) {
  .nav-scrolled .buscador-nuevo {
    left: 140px !important;
    top: 50% !important;
  }
}

@media (min-width: 450px) and (max-width: 768px) {
  .nav-scrolled .buscador-nuevo {
    left: 190px !important;
    top: 50% !important;
  }
} */

@media (min-width:426px) and (max-width: 768px){
  .registro-p{padding-left: 5%; padding-right: 5%;}
  .botontoquee{padding: 10px; font-size: 12px !important;}
  .margin-row{float: right; padding: 0;}
  .margin-left{float: right; right: -6%;}
  .logeadoo{float: right; margin-right: -50px;}
  .botontoque{margin-bottom: 0px; font-size: 12px; padding: 9px; margin-right: 10px;}
  .nuevo-fondo-panel{background-color: rgba(0, 0, 0, .5); border-radius: 20px;  margin-top: 50px; margin-bottom: 15px; padding: 0; max-width: 600px !important;}
  .panel-centrado{display: block !important;}
  .botontoque:active{font-size: 14px; padding:9px;}
  .botontoque:focus{font-size: 14px; padding:9px;}
  .botonlogos{margin-bottom: 0px;font-size: 12px !important;}
  .cambiar-footer{margin-top:5px; margin-right: auto; margin-left: auto;width: 100% !important ;}
  .botontoquepd{margin-bottom: 15px !important; font-size: 18px!important;}
  .margin-left{float: left; left: -2%;}
  .categorias-principales{margin-left: 25px;}
  .titulo-categorias { margin-left: 30px !important; }
  .categorias-scroll{ margin-left: 22px; margin-right: unset !important; }
  .cambiar-footer { width: 100% !important; }
  /* .nav-scrolled .buscador-nuevo {
    position: absolute;
    left: 170px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 45px !important;
    height: 44px !important;
    margin: 0 !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    background: unset !important;
    box-shadow: unset !important;
  } */
}
@media (min-width:769px) and (max-width: 1024px){
  .margin-row{float: right; padding: 0;}
  .logeadoo{float: right;}
  .botonlogos{margin-bottom: 0px;font-size: 12px !important;}
  .botontoque{margin-bottom: 0px; font-size: 14px ; padding: 9px; margin-right: 10px;}
  .nuevo-fondo-panel{background-color: rgba(0, 0, 0, .5); border-radius: 20px; width: auto;  margin-top: 50px; margin-bottom: 15px; padding: 0; max-width: 850px !important;}
  .panel-centrado{display: flex;justify-content: center;}
  .botontoque:active{font-size: 14px; padding:9px;}
  .botontoque:focus{font-size: 14px; padding:9px;}
  .cambiar-footer{margin-top:5px; margin-right: auto; margin-left: auto;width: 100% !important;}
  .botontoquepd{margin-bottom: 15px !important; font-size: 18px!important;}
} 
 @media (min-width: 1024px) and (max-width: 1440px){
  .cambiar-footer{margin-top:5px; margin-right: auto; margin-left: auto;width: 100% !important;}
  .margin-row{float: right;}
  .logeadoo{float: right;}
  .botonlogos{margin-bottom: 0px; font-size: 12px !important;}
  .botontoque{margin-bottom: 0px; font-size: 14px ; }
  .botontoque:active{font-size: 14px; padding:9px;}
  .botontoque:focus{font-size: 14px; padding:9px;}
  .nuevo-fondo-panel{background-color: rgb(0 0 0 / 10%); border-radius: 20px;  margin-top: 50px; margin-bottom: 15px; padding: 0; max-width: 950px;}
  .panel-centrado{display: flex;justify-content: center;}
  .botontoquepd:hover{display: block;text-align: center;font-size: 14px;padding-left: 35px !important;padding-right: 35px !important;}
  .panel-centrado .img-logos{height: 150px;}
  .botontoquepd{margin-bottom: 10px !important;}
  .botontoque-mg0{margin-bottom: 0px;}
} 
.cambiar-footer{width: 100%; margin-left: auto; margin-right: auto;}
.nuevo-fondo-panel{
  background-color: rgb(0 0 0 / 10%);
  border-radius: 20px;
  margin-top: 80px;
  margin-bottom: 40px;
}
.nuevo-fondo-panel .titulo{
  margin-top: -20px;
  background-color: white;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  font-weight: bold;
  color: #2b2b2b;
  margin-right: auto;
  margin-left: auto;
  font-size: 22px;
  width: 300px;
}
.nuevo-fondo-panel .iconopanel{
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0;
  height: 150px;
}
.logo-home {
  border-radius: 20%;
  border: 1px solid rgb(92 193 151 / 60%);
}
.nuevo-fondo-panel .img-logos{
  max-width: 150px;
}
.nuevo-fondo-panel .botonlogos{
  background-color: #D70B51;
  color: white;
  border-width: 0px;
  border-radius: 50px;
  box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
  cursor: pointer;
  outline: none;
  text-decoration: none;
  display: inline-block;
  font-family: "Gotham Round Medium";
  padding: 10px;
}
.nuevo-fondo-panel .botonlogos:hover {
  font-weight: bold;
  background-color: white;
  box-shadow: 0px 15px 20px rgb(46 229 157 / 40%);
  color: #D70B51;
  text-decoration: none;
}
.nuevo-fondo-panel .parrafo{
  color: white;
  /*font-size: 19px;*/
  font-weight: bold;
  text-align: center;
}
.nuevo-fondo-panel .panel-body{
  padding: 0px;
  margin-bottom: 15px;
}
.mrg-logo-toque{
  margin-left: 100px;
}
.panel-noticias { padding: 30px; }
@media(max-width: 600px) {
  .panel-noticias { padding-left: 0px; padding-right: 0px; }
  .panel-noticias .titulotoquer { font-size: 24px; }
  .botonconfirmacion{
    margin-left: 0px;
    margin-right: 0px;
  }
  .menutel{
    padding-left: 15px !important;
  }
  .divcomum{
    display: block !important;
  }
  .descarga{padding-left: 15px !important;}
  
}
.help-blockk{
  color: #b1afaf;
  font-size: 10px;
}
.formulario_tarjeta .form-control{
  border-top-color: rgba(0,0,0,0);
  border-right-color:rgba(0,0,0,0);
  border-left-color: rgba(0,0,0,0); 
  box-shadow: none;
  margin-bottom: 5px;
  padding-left: 0px;
}
.formulario_tarjeta .contenedor{
  padding: 10px 15px 15px 10px;
}
.formulario_centrado{
  display: flex;
  justify-content: center;
}
.mt5p{margin-top: 5%;}
.mb5p{margin-bottom: 5%;}
.inline-flex{display: inline-flex;}
.mt22{margin-top: 22px;}
.mt-23{margin-top: -23px;}
.dsp-flow-root{display: flow-root;}
.muchas-gracias .h1titulo, .confirmacion .h1titulo {
  font-size: 22px;
  font-family: "Gotham Ro Bold";
  font-weight: bold;
}
.muchas-gracias .h1titulodestacado, .confirmacion .h1titulodestacado {
  font-size: 30px;
}
@media (max-width:  768px) {
  .muchas-gracias .h1titulodestacado, .confirmacion .h1titulodestacado { font-size: 24px; margin-bottom: 20px; }
}
.muchas-gracias p, .confirmacion .mensaje{
  color: #333;
  font-size: 20px;
}
.w45 { width: 45px ;}
.r17 { right: 17px; }
.botonconfirmacion{
  margin-left: 10px;
  margin-right: 10px;
}
.wrapper{
  max-height: 400px;
}
.wrapper .option{
  display: flex;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 10px;
  border: 2px solid black;
  transition: all 0.3s ease;
}
.wrapper .option .dot{
  height: 20px;
  width: 20px;
  background: #D70B51;
  border-radius: 50%;
  position: relative;
}
.wrapper .option .dot::before{
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #D70B51;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
/*
input[type="radio"]{
  display: none;
}
*/
#option-1:disabled:disabled ~ .option-1,
#option-3:disabled:disabled ~ .option-1,
#option-4:disabled:disabled ~ .option-2,
#option-5:disabled:disabled ~ .option-1,
#option-6:disabled:disabled ~ .option-2,
#option-2:disabled:disabled ~ .option-2{
  border-color: #b1abad;
  background: #b1abad;
}
#option-1:checked:checked ~ .option-1,
#option-3:checked:checked ~ .option-1,
#option-4:checked:checked ~ .option-2,
#option-5:checked:checked ~ .option-1,
#option-6:checked:checked ~ .option-2,
#option-2:checked:checked ~ .option-2{
  border-color: #D70B51;
  background: #D70B51;
}
.wrapper .option span{
  font-size: 14px;
  padding-left: 20px;
  color: #808080;
}
#option-1:checked:checked ~ .option-1 span,
#option-3:checked:checked ~ .option-1 span,
#option-4:checked:checked ~ .option-2 span,
#option-5:checked:checked ~ .option-1 span,
#option-6:checked:checked ~ .option-2 span,
#option-2:checked:checked ~ .option-2 span{
  color: #fff;
}

#option-1:disabled:disabled ~ .option-1 span,
#option-3:disabled:disabled ~ .option-1 span,
#option-4:disabled:disabled ~ .option-2 span,
#option-5:disabled:disabled ~ .option-1 span,
#option-6:disabled:disabled ~ .option-2 span,
#option-2:disabled:disabled ~ .option-2 span{
  color: #fff;
}


.menutel{
  padding-left: 0px;
}
.divcomun{
  display: none;
}
.round-circle{
  border-radius: 20px;
  width: 38px;
}
#containermapa{
  width: 100%; 
  height: 225px;
  margin-top: 15px;
}
.h360{
  height: 360px;
}
.verifica-direccion {
  margin-top: 0px;
  line-height: 26px;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  background-color: red;
}
.verifica-limites { 
  margin-top: 0px;
  line-height: 26px;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  background-color: red;
}
@media (max-width: 768px) {
  .w100p-xs { width: 100%; }
}
.descarga{padding-left: 0px;}
#devoluciones tr:hover{cursor: pointer;}
#devoluciones .active{background-color: #9bdec2;}


/*barra de navegacion para ios*/
.navBottomBar {
  display: none;
  width: auto;
  background-color: #fff;
  /* border-top-left-radius: 14px; 
  border-top-right-radius: 14px;  */
  box-shadow: 0px 5px 40px rgba(0,0,0,0.8);
}

.navBottomBar-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.navBottomBar-text {
  font-size: 20px;
  margin: auto;
  text-align: center;
  font-weight: 500;
  display: none;
  transition: all 0.3s ease;
}

.mostrarBottomBar{
display: flex;
}

.material-icons {
  display: inline;
  font-size: 30px;
  transition: color .3s;
  color: #8E9199;
}

.abrirPedidoBarIos{
  bottom:50px;
}
.abrirPedidoBarIosPanel{
  bottom:90px!important;
}

@media (min-width:500px) {
  .xs { display: none !important }
}
.form-controll{
  margin-right: 5px;
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.producto_inactivo span{padding: 5px 10px;background-color: #D70B51;color: white;display: inline-block;margin-top: 5px;margin-left: 5px;border-radius: 20px;font-weight: 400; font-family: "Gotham Round Medium";}
.producto_inactivo:hover p {color: black !important;}
.producto_inactivo span:hover {background-color: white; color: #D70B51}

.buscadoritems{
  margin-bottom: 20px;
}
.buttonbuscador {
  width: 65px;
  height: 34px;
  background-color: white;
  border: 1px solid darkgrey;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  margin-left: -15px;
}
.img-circle { width: 60px; height: 60px; border-radius: 100%; }
.confirmacion { padding-left: 20px; padding-right: 20px; padding-top: 30px; padding-bottom: 30px; }
.exclusivo {position: absolute;width: 100%;border-radius: 10px 10px 0px 0px; font-family: "Gotham Round Medium";
  font-size: 16px;text-align: center; height: 30px; padding-top: 4px; color: white; background-color: #65BC98; z-index: 9999}
.cerrado .exclusivo {color: white; background-color: #D70B51;}
#supermenu_notificacion a .texto{display: block;color: grey;font-size: 12px;}
#supermenu_notificacion a .fecha{text-align: right;display: block;color: grey;font-size: 12px;}
.notificaciones_item{display: block;}
.notificaciones_item:hover{text-decoration: none;}
.campana_noti{position: relative;}
.campana_noti .circulo_noti{position: absolute; color: white; background-color: red; border-radius: 20px;width: 15px; height: 15px; text-align: center;left: 50%;font-size: 10px;}

@media (max-width: 480px) {
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-2 {
    width: 16.666666666667%;
  }
  .col-xxs-4 {
    width: 33.333333333333%;
  }
  .col-xxs-8 {
    width: 66.666666666666%;
  }
  .col-xxs-12 {
    width: 100%;
  }

}

@media (max-width: 678px) {
  .header-pagina-interior .col-xxs-12 { width: 100% !important; }
}
@media (max-width: 398px) {
  .subtitulo_fs{font-size: 12px !important;}
}
@media (max-width: 348px) {
  .header-pagina-interior .inicio-home .botontoque { width: 100% !important; margin-bottom: 0px !important; }
}

#fecha_programada { background-color: white; background-image: url("../img/calendar.png"); background-repeat: no-repeat; background-position: right 10px center; cursor: pointer; }

.producto-programado { background-color:#a6d9c4; color: #000; }
.producto-programado .tituloanadir, .producto-programado .c-main, .producto-programado .anadirmas {  text-transform:initial; color: #000; }
.producto-programado:hover .tituloanadir, .producto-programado:hover .c-main, .producto-programado:hover .anadirmas,
.producto-programado:hover .descripcionanadir, .producto-programado:hover .precioanadir
{ color: white; text-transform: capitalize; }
.contenedor-productos-programados { padding-bottom: 20px; margin-bottom: 30px; border-bottom: solid 3px #eee; overflow: hidden; }
.geo_loc_button { display: none; }
.pedidos_botones .b-flex{display: flex;}
.pedidos_botones .b-flex a{width: 100%;}
.item-agregar i, .item-eliminar i, .item-restar i{color: black !important;font-size: 20px;}
.mostrar-item-nuevo-cantidad{position: relative; bottom: 5px; width: 50px;text-align: center;float: right;border: none;font-size: 20px;font-family: "Gotham Ro Bold";font-weight: bold;color: black;}
.mostrar-item-nuevo-cantidad::-webkit-outer-spin-button,.mostrar-item-nuevo-cantidad::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
.boton_aplicar{
  height: 37.2px;
  border-radius: 0px 10px 10px 0px;
  background-color: #D70B51 !important;
  color: white !important;
  border: none !important;
  font-family: "Gotham Round Medium";
  font-weight: bold;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.boton_aplicar:hover, .boton_aplicar:focus {
  background-color: #B8094A !important;
  color: white !important;
  transform: translateY(-1px);
  box-shadow: 0px 4px 8px rgba(215, 11, 81, 0.3);
  text-decoration: none;
}

.boton_aplicar:active {
  background-color: #A00843 !important;
  color: white !important;
  transform: translateY(0px);
  box-shadow: 0px 2px 4px rgba(215, 11, 81, 0.2);
}

#checkout_cupon_descuento{border-radius: 10px 0px 0px 10px !important}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videorow{
  margin:10px auto;
}

.pill-toque{display: block;width: 100%;background-color: #D70B51;border-radius: 20px;color: white;font-weight: 900;padding: 5px 0px;}


.botontoque-borde {
  margin: 0;
  display: inline-block;
  background-color: transparent;
  border: solid 2px #D70B51;
  color:#D70B51;
  border-radius: 20px;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  padding: 7px 20px;
  font-family: "Gotham Round Medium";
  font-size: 13px !important;
}
.botontoque-borde:hover, .botontoque-borde:focus {
  display: inline-block;
  background-color: #D70B51;
  border: solid 2px #D70B51;
  color:white;
  border-radius: 20px;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  padding: 7px 20px;
}

  .pregunta-pedido-cards .card {
    border-radius: 25px;
    padding: 20px;
    background-color: white;
  }
  .pregunta-pedido-cards h4{
    font-family: "Gotham Ro Bold";
    font-weight: bold;
    font-size: 30px;
    color: #D70B51;
    margin: 0;
  }
  .pregunta-pedido-cards .boton-confirmar-estar, .pregunta-pedido-cards .boton-no-estar{
    display: flex;
    align-items: center;
    color: white !important;
    border-width: 0px;
    border-radius: 20px;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-family: "Gotham Round Medium";
    font-size: 13px;
  }
  @media (max-width:768px) {
    .pregunta-pedido-cards .card { padding:0px }

    .pregunta-pedido-cards h4 {
      margin-bottom: 10px !important;
    }
  }
  .pregunta-pedido-cards .check-button{
    position: absolute;
    bottom: -35px;
    right: 35%;
    color: white;
    background-color: #3be23b;
    padding: 10px;
    border-radius: 25px;
    font-size: 30px;
  }
  .pregunta-pedido-cards .active {
    background-color: #d70b51;
  }
  .pregunta-pedido-cards .active > p {
    color: white;
  }
  .pregunta-pedido-cards .gris {
    background-color: #8e8e8e;
    color: white;
  }
  .pregunta-pedido-cards .card p a {
    color: white;
    display: block;
    font-weight: bold;
    padding-left: 10px; 
    padding-right: 10px;
  }
  .pregunta-pedido-cards .card h4 {
    color: #d70b51; font-weight: bolder;
  }

  .quiero_toquer {
    background-color: #73cda7;
    overflow: visible !important;
    min-height: 100vh;
  }

  /* Crear capa de fondo blanco dinámica para quiero_toquer - SOLO MOBILE */
  @media (max-width: 768px) {
    .quiero_toquer::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100vh;
      background: linear-gradient(to bottom, white 120px, transparent 120px);
      z-index: -1;
      pointer-events: none;
    }
  }

  /* Forzar fondo blanco del header en quiero_toquer - SOLO MOBILE */
  @media (max-width: 768px) {
    .quiero_toquer nav,
    .quiero_toquer .nav-mobile,
    .quiero_toquer .nav-desktop {
      background: white !important;
      background-color: white !important;
    }
  }

  .quiero_toquer .container {
    overflow: visible !important;
  }

  .quiero_toquer .row {
    overflow: visible !important;
  }

  .quiero_toquer .col-12,
  .quiero_toquer .col-lg-6 {
    overflow: visible !important;
  }

  /* Asegurar que el body y html permitan scroll completo */
  body.quiero_toquer,
  html.quiero_toquer {
    overflow-x: auto !important;
    overflow-y: auto !important;
    height: auto !important;
    min-height: 100vh !important;
  }

  .quiero_toquer .border-costado{
        border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    box-shadow: 7px 0px 0px 0px rgb(0 0 0 / 69%);
    -moz-box-shadow: 7px 0px 0px 0px rgba(0,0,0,0.69);
  }

  .quiero_toquer b {
    font-weight: bolder;
    font-family: Gotham Ro Bold;
  }

  .quiero_toquer .imagen::before {
    content: " ";
    background-color: #e22661;
    width: 100%;
    height: 260px;
    position: absolute;
    z-index: -1;
    border-radius: 0px;
    left: 0;
    bottom: 0;
  }

  .quiero_toquer #logo {
    width: 180px;
  }

  .quiero_toquer .titulo_rosa h3 {
    color: #D70B51 !important;
    font-weight: 600;
  }

  .quiero_toquer .fondo_gris {
    background-color: #eaeaea !important;
  }

  .quiero_toquer .fondo_verde {
    background-color: #73cda7;
  }

  .quiero_toquer .fondo_blanco {
    background-color: #ffffff;
  }

  .quiero_toquer .border-radius-top {
    border-radius: 20px 20px 0px 0px;
  }

  .quiero_toquer .border-radius-bottom {
    border-radius: 0px 0px 20px 20px;
  }

  .quiero_toquer .border-radius {
    border-radius: 20px;
  }

  .quiero_toquer .fondo {
    padding-top: 9px;
    background-color: #fff;
    padding: 15px;
    margin: 25px auto;
    width: 70%;
    padding-bottom: 1px;
    padding: 10px 15px 1px 15px;
  }

  .quiero_toquer .que_necesito .col_card {
    width: 100%;
    display: flex;
  }

  .quiero_toquer .border-bottom-white {
    position: relative;
  }

  .quiero_toquer .border-bottom-white::before {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    border-radius: 20px;
  }

  .quiero_toquer .card_rosa {
    position: relative;
    z-index: 1;
    padding: 20px;
    background-color: #D70B51;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
  }

  .quiero_toquer .que_necesito_fondo {
    padding-top:20px ;
    width: 70%;
    position: relative;
    margin: 0 auto;
  }

  .quiero_toquer .que_necesito_fondo::before {
    width: 100%;
    height: 70%;
    background-color: #fff;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    border-radius: 0px 0px 20px 20px;
  }


  .quiero_toquer .titulo_blanco h3 {
    color: #ffffff;
    font-weight: 600;
  }

  .quiero_toquer .ganancias p {
    color: black;
  }

  .quiero_toquer .register {
    width: 80%;
    margin: 0 auto;
  }

  .quiero_toquer .register form .form-group {
    width: 50%;
    margin-left: auto;
    margin-right: 40px;
    margin-bottom: 5px;
  }

  .quiero_toquer .register .form-group input , .quiero_toquer .register .form-group select{
    border-radius: 5px;
  }

  select#buscadortoque {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }

  .quiero_toquer .fondo_imagen {
    width: 70%;
  }

  .quiero_toquer .register .btn_rosa_toquer {
    background-color: #e22661;
    color: white;
    padding: 10px 10px;
    width: 40%;
    letter-spacing: 2px;
    border-radius: 20px 20px 0 0;
    line-height: 22px;
    font-weight: bolder;
    display: block;
    font-size: 20px;
    margin: 0;
    margin-left: auto;
    margin-right: 60px;
  }

  .quiero_toquer .register .btn_verde_toquer {
    font-family: Gotham Ro Bold;
    background-color: #73cda7;
    color: white;
    border: unset;
    padding: 10px 0;
    width: 70%;
    letter-spacing: 2px;
    border-radius: 20px;
    line-height: 26px;
    font-weight: bolder;
    display: block;
    text-align: center;
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    -webkit-box-shadow: 8px 8px 15px -11px rgb(215 11 81);
    -moz-box-shadow: 8px 8px 15px -11px rgb(215 11 81);
    box-shadow: 8px 8px 15px -11px rgb(215 11 81);
  }

  .quiero_toquer .register .form {
    position: relative;
  }

  .quiero_toquer .register .form::before {
    content: " ";
    background-image: url(../img/quiero_sumarme_4.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }

  .quiero_toquer .btn_sumarme {
    position: relative;
    z-index: 10;
    background-color: #e22661;
    color: white;
    padding: 10px 10px;
    width: 70%;
    letter-spacing: 2px;
    border-radius: 20px;
    text-align: center;
    line-height: 45px;
    font-weight: bolder;
    display: block;
    font-size: 43px;
    margin: 0 auto;
  }
  
  .quiero_toquer .btn_volver{
    position: absolute;
    background-color: #e22661;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-weight: bolder;
    padding: 10px 10px;
    margin-bottom: 10px;
    bottom: 0;
    left: 42%;
  }

  .quiero_toquer .sumarme {
    position: relative;
  }



  @media (min-width:992px) and (max-width:1199px) {
    .quiero_toquer .fondo_mobile_gris {
      background-color: #eaeaea;
      z-index: 1;
      position: relative;
    }

    .quiero_toquer .fondo_mobile_rosa {
      background-color: #e22661;
    }

    .quiero_toquer .fondo_mobile_blanco {
      background-color: #fff;
    }

    .quiero_toquer .fondo_mobile_verde {
      background-color: #D70B51;
    }
    .quiero_toquer .register{
      width: 50%;
    }
    .quiero_toquer .container{
      padding: 0;
      width: 80%;
    }

  }
  @media (min-width:768px) and (max-width:992px) {
    .quiero_toquer .fondo_mobile_gris {
      background-color: #eaeaea;
      z-index: 1;
      position: relative;
    }

    .quiero_toquer .fondo_mobile_rosa {
      background-color: #e22661;
    }

    .quiero_toquer .fondo_mobile_blanco {
      background-color: #fff;
    }

    .quiero_toquer .fondo_mobile_verde {
      background-color: #D70B51;
    }

    .quiero_toquer .register {
      width: 60%;
    }
  }

  @media (max-width: 768px) {
    .quiero_toquer .fondo_mobile_gris {
      background-color: #eaeaea;
      z-index: 1;
      position: relative;
    }

    .quiero_toquer .fondo_mobile_verde {
      background-color: #D70B51;
      z-index: 1;
      position: relative;
    }

    .quiero_toquer .fondo_mobile_blanco {
      background-color: #ffffff;
      z-index: 1;
      position: relative;
    }

    .quiero_toquer .btn_sumarme {
      margin-top: unset;
      line-height: 34px;
      font-size: 30px;
      width: 66%;
    }

    .quiero_toquer .div-final {
      height: 270px;
    }

    .quiero_toquer .register {
      width: 80%;
      margin: 0 auto;
    }
    .quiero_toquer .register .form::before{
      border-radius: 20px;
      background-size: cover;
    }
    .quiero_toquer .register .btn_rosa_toquer{
      font-size: 16px;
      text-align: center;
    }
    .quiero_toquer .register .btn_verde_toquer{
      top: 15px;
      position: relative;
    }
  }


  .quiero_sumarme {
    background-color: #73cda7;
    overflow-x: hidden;
  }

  .quiero_sumarme .imagen::before {
    content: " ";
    background-color: #e22661;
    width: 100%;
    height: 555px;
    position: absolute;
    z-index: -1;
    border-radius: 400px;
    left: 0;
    bottom: 0;
  }

  .quiero_sumarme #logo {
    width: 180px;
  }

  .quiero_sumarme .quieroSumarme {
    padding: 20px 0;
    font-weight: bolder;
    background-color: #73cda7;
    color: white;
    width: 70%;
    margin: 25px auto;
    letter-spacing: 3px;
    line-height: 45px;
    font-size: 50px;
    border-radius: 20px;
    -webkit-box-shadow: 8px 8px 15px -11px rgb(215 11 81);
    -moz-box-shadow: 8px 8px 15px -11px rgb(215 11 81);
    box-shadow: 8px 8px 15px -11px rgb(215 11 81);
  }

  .quiero_sumarme .quienesSomos {
    color: #e22661;
    font-weight: 700;
    position: relative;
  }

  .quiero_sumarme .img-lupa,
  .quiero_sumarme .img-lupa1,
  .quiero_sumarme .img-lupa2,
  .quiero_sumarme .img-lupa3,
  .quiero_sumarme .img-lupa4,
  .quiero_sumarme .img-lupa5 {
    position: relative;
  }

  .quiero_sumarme .img-lupa::before {
    content: " ";
    background-image: url(../img/ico-toque.png);
    width: 150px;
    height: 150px;
    z-index: 0;
    position: absolute;
    display: block;
    left: 15px;
    bottom: -70px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .quiero_sumarme .img-lupa2::before {
    background-repeat: no-repeat;
    content: " ";
    background-image: url(../img/ico-toque.png);
    width: 77px;
    height: 100px;
    z-index: 0;
    position: absolute;
    display: block;
    left: -44px;
    top: -90px;
    background-size: contain;
  }

  .quiero_sumarme .img-lupa3::before {
    right: -15px;
    background-repeat: no-repeat;
    content: " ";
    background-image: url(../img/ico-toque.png);
    width: 86px;
    height: 100px;
    z-index: 2;
    position: absolute;
    display: block;
    top: 0px;
    background-size: contain;
  }

  .quiero_sumarme .img-lupa4::before {
    background-repeat: no-repeat;
    content: " ";
    background-image: url(../img/ico-toque.png);
    width: 84px;
    height: 100px;
    z-index: 0;
    position: absolute;
    display: block;
    right: 50px;
    bottom: -30px;
    background-size: contain;
  }

  .quiero_sumarme .img-lupa5::before {
    background-repeat: no-repeat;
    content: " ";
    background-image: url(../img/ico-toque.png);
    width: 160px;
    height: 140px;
    z-index: 0;
    position: absolute;
    display: block;
    right: -90px;
    bottom: -20px;
    background-size: contain;
  }


  .quiero_sumarme .fondo {
    border-radius: 15px;
    background-color: #fff;
    padding: 15px;
    margin: 0px auto;
    width: 70%;
  }

  .quiero_sumarme p {
    color: #000000b8;
    word-break: break-word;
    margin: 0;
  }
  .quiero_sumarme b{
    color: #000;
  }
  .quiero_sumarme .informacion_caja p{
    color: #52525285;
    word-break: break-word;
    margin-bottom: 0px;
    flex: 1;
    padding-left: 10px;
    font-weight: 700;
  }
  .quiero_sumarme .requisitos_cajas p{
    font-weight: 800;
  }
  .quiero_sumarme .requisitos_cajas .bb1px{
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: "Gotham Round Light";
  }
  .quiero_sumarme .servicio_cajas .bb1px_black{
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .quiero_sumarme .beneficios_cajas .bb1px{
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .quiero_sumarme .taj{
    text-align: justify;
  }

  .quiero_sumarme .atraccion {
    width: 70%;
    color: white;
    font-weight: 700;
    margin: 30px auto 0px auto;
    letter-spacing: 2px;
  }

  /* .quiero_sumarme .atraccion::before {
    content: " ";
    background-color: #73cda7;
    width: 100%;
    height: 100%;
    z-index: -2;
  } */

  .quiero_sumarme .fondo_atraccion {
    background-color: #e22661;
    color: white;
    font-weight: 500;
    border-radius: 10px;
    padding: 5px 15px;
    width: 70%;
    margin: 9px auto;
  }

  .quiero_sumarme .beneficios {
    color: white;
    font-weight: 500;
  }

  .quiero_sumarme .beneficios_cajas {
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .quiero_sumarme .beneficios_textos {
    display: flex;
    align-items: baseline;
    color: white;
  }

  .quiero_sumarme .beneficios_textos i{
    margin-right: 10px;
    font-size: 16px;
    color: #ffffffdb;
  }

  .quiero_sumarme .bb1px {
    border-bottom: 1px solid #ffffffb0;
    padding-bottom: 20px;
  }

  .quiero_sumarme .bb1px_black {
    border-bottom: 1px solid #00000059;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .quiero_sumarme .sumarse_num {
    color: white;
    text-align: center;
    font-size: 37px;
    border: 1px solid white;
    border-radius: 90px;
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .quiero_sumarme .sumarse_caja {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .quiero_sumarme .sumarse_text {
    color: white;
    border: 1px solid white;
    border-radius: 90px;
    padding: 5px 15px;
    width: 60%;
    text-align: center;
  }

  .quiero_sumarme .servicio {
    color: #e22661;
    font-weight: 700;
  }

  .quiero_sumarme .servicio_cajas {
    width: 80%;
    margin: 0 auto;
  }

  .quiero_sumarme .servicio_textos {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    width: 70%;
    align-items: baseline;
    color: black;
  }

  .quiero_sumarme .servicio_textos>i {

    color: #73cda7;
  }

  .quiero_sumarme .informacion {
    background-color: #e22661;
    color: white;
    padding: 20px 0;
    width: 55%;
    margin: 26px auto;
    letter-spacing: 3px;
    border-radius: 20px;
    font-weight: bolder;
  }

  .quiero_sumarme .informacion_caja {
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
    border-radius: 10px;
    width: 80%;
    justify-content: flex-start;
    margin: 10px auto;
    padding: 20px 0;
    align-items: center;
  }

  .quiero_sumarme .informacion_caja .img {
    width: 80px;
    margin: 0px 5px 0px 20px;
  }    

  .quiero_sumarme .requisitos {
    color: #fff;
    font-weight: bolder;
  }

  .quiero_sumarme .requisitos_cajas {
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .quiero_sumarme .requisitos_textos {
    display: flex;
    align-items: baseline;
    color: #000;
  }

  .quiero_sumarme .requisitos_textos i {
    color: #ffffffa6;
  }

  .quiero_sumarme .fondo_after_quienes_somos {
    position: relative;
    padding-top: 10px;
  }

  .quiero_sumarme .fondo_after_quienes_somos::after {
    border-radius: 0px 0px 80px 80px;
    left: 0;
    z-index: -1;
    content: " ";
    position: absolute;
    background-color: #eeeeee;
    width: 100%;
    height: 65%;
    top: 0;
  }

  .quiero_sumarme .fondo_gris {
    background-color: #eeeeee;
  }

  .quiero_sumarme .fondo_rosa {
    background-color: #e22661;
    z-index: 1;
  }

  .quiero_sumarme .fondo_blanco {
    background-color: #fff;
  }

  .quiero_sumarme .fondo_verde {
    background-color: #73cda7;
  }


  .quiero_sumarme .quieroSumarmeBtn {
    background-color: #e22661;
    color: white;
    padding: 15px 0;
    width: 70%;
    margin: 130px auto 20px auto;
    letter-spacing: 2px;
    border-radius: 20px;
    line-height: 28px;
    font-weight: bolder;
    display: block;
    text-align: center;
    font-size: 28px;
    position: relative;
    z-index: 2;
  }

  .quiero_sumarme .btn_volver {
    background-color: #e22661;
    color: white;
    padding: 8px 15px;
    width: 50%;
    margin: 10px auto;
    letter-spacing: 1px;
    border-radius: 20px;
    line-height: 20px;
    font-weight: bolder;
    display: block;
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 2;
    text-decoration: none;
    border: none;
    cursor: pointer;
  }

  .quiero_sumarme .btn_volver:hover {
    background-color: #c71e54;
    color: white;
    text-decoration: none;
  }

  .quiero_sumarme .btn_volver:before {
    content: "← ";
    margin-right: 5px;
  }

  .quiero_sumarme .botones_container {
    margin-top: 60px;
    padding-bottom: 40px;
  }

  /* Crear capa de fondo blanco dinámica para quiero_sumarme - SOLO MOBILE */
  @media (max-width: 768px) {
    .quiero_sumarme::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100vh;
      background: linear-gradient(to bottom, white 120px, transparent 120px);
      z-index: -1;
      pointer-events: none;
    }
  }

  /* Forzar fondo blanco del header en quiero_sumarme - SOLO MOBILE */
  @media (max-width: 768px) {
    .quiero_sumarme nav,
    .quiero_sumarme .nav-mobile,
    .quiero_sumarme .nav-desktop {
      background: white !important;
      background-color: white !important;
    }
  }

  /* Evitar que se corte el contenido en quiero_sumarme */
  .quiero_sumarme {
    overflow: visible !important;
    min-height: 100vh;
  }

  .quiero_sumarme .container {
    overflow: visible !important;
  }

  .quiero_sumarme .row {
    overflow: visible !important;
  }

  .quiero_sumarme .col-12,
  .quiero_sumarme .col-lg-6 {
    overflow: visible !important;
  }

  /* Asegurar que el body y html permitan scroll completo */
  body.quiero_sumarme,
  html.quiero_sumarme {
    overflow-x: auto !important;
    overflow-y: auto !important;
    height: auto !important;
    min-height: 100vh !important;
  }

  .quiero_sumarme .img_pie {
    position: relative;
    height: auto;
    min-height: 300px;
  }

  .quiero_sumarme .img_pie::after {
    content: " ";
    background-image: url(../img/quiero_sumarme_8.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: center;
  }


  .quiero_sumarme .fondo_telefono{
    position: relative;
    padding: 30px 0px 200px 0px;
    /* background-color: #e22661; */
    z-index: 8;
  }
  .quiero_sumarme .fondo_telefono::after{
    content: " ";
    background-image: url(../img/quiero_sumarme_11.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
  }

  /* .quiero_sumarme .fondo_telefono::before{
    content: " ";
    background-color: #73cda7;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -3;
    bottom: 0;
    left: 0;
    border-radius: 0px 0px 300px 300px;
  } */
  @media (max-width:1199px) {
    .quiero_sumarme .fondo_mobile_gris {
      background-color: #eeeeee;
      z-index: -2;
      position: relative;
    }

    .quiero_sumarme .fondo_mobile_rosa {
      background-color: #e22661;
    }

    .quiero_sumarme .fondo_mobile_blanco {
      background-color: #fff;
    }

    .quiero_sumarme .fondo_mobile_verde {
      background-color: #73cda7;
    }
    .quiero_sumarme .fondo_telefono{
      padding: 30px 0px 590px 0px;
    }
    .quiero_sumarme .quieroSumarmeBtn{
    }
    .quiero_sumarme .img_pie {
      height: auto;
      min-height: 400px;
    }
  }

  @media (max-width: 768px) {
    .quiero_sumarme .container {
      padding: 0;
    }

    .quiero_sumarme .quieroSumarme {
      font-weight: bolder;
      background-color: #73cda7;
      color: white;
      width: 70%;
      letter-spacing: 3px;
      line-height: 21px;
      font-size: 20px;
      margin: 30px auto;
    }

    .quiero_sumarme .fondo_mobile_gris {
      background-color: #eeeeee;
      z-index: -2;
      position: relative;
    }

    .quiero_sumarme .fondo_mobile_rosa {
      background-color: #e22661;
    }

    .quiero_sumarme .fondo_mobile_blanco {
      background-color: #fff;
    }

    .quiero_sumarme .fondo_mobile_verde {
      background-color: #73cda7;
    }


    .quiero_sumarme .atraccion {
      width: 70%;
      color: white;
      font-weight: 700;
      margin: 30px auto 0px auto;
    }

    .quiero_sumarme .img-lupa,
    .quiero_sumarme .img-lupa1,
    .quiero_sumarme .img-lupa2,
    .quiero_sumarme .img-lupa3,
    .quiero_sumarme .img-lupa4,
    .quiero_sumarme .img-lupa5 {
      position: relative;
    }

    .quiero_sumarme .img-lupa::before {
      width: 114px;
      height: 150px;
      left: 10px;
      bottom: -60px;
    }

    .quiero_sumarme .img-lupa2::before {

      left: -1%;
      top: 0;
    }

    .quiero_sumarme .img-lupa3::before {
      right: 0%;
      width: 46px;
      top: 14px;
    }

    .quiero_sumarme .img-lupa4::before {
      width: 53px;
      height: 100px;
      left: 75%;
      bottom: -45px;
    }

    .quiero_sumarme .img-lupa5::before {
      width: 141px;
      height: 112px;
      left: 87%;
      bottom: -30px;
    }
    .quiero_sumarme .fondo_telefono::after {
      background-position: center;
    }
    .quiero_sumarme .fondo_telefono{
      position: relative;
      padding: 95px 0px 346px 0px;
      /* background-color: #e22661; */
      z-index: 8;
    }
    .quiero_sumarme .quieroSumarmeBtn{
      margin: 0 auto 20px auto;
    }
    .quiero_sumarme .botones_container {
      margin-top: 30px;
      padding-bottom: 20px;
    }
    
    /* Forzar fondo blanco del header en mobile */
    .quiero_sumarme nav,
    .quiero_sumarme .nav-mobile {
      background: white !important;
      background-color: white !important;
    }
  }
 


  
  @media (max-width:1024px){
    .quiero_sumarme .fondo_telefono{
      padding: 90px 0px 320px 0px;
    }
    .quiero_sumarme .quieroSumarmeBtn{
      margin: 0 auto 20px auto;
    }
    .quiero_sumarme .informacion{
      width: 50%;
    }
    
    .quiero_sumarme .informacion_caja {
      width: 60%;
    }
    .quiero_sumarme .botones_container {
      margin-top: 40px;
      padding-bottom: 30px;
    }
    
    /* Forzar fondo blanco del header en tablet */
    .quiero_sumarme nav,
    .quiero_sumarme .nav-mobile,
    .quiero_sumarme .nav-desktop {
      background: white !important;
      background-color: white !important;
    } 
  }

  @media (max-width:425px){
    .quiero_sumarme .fondo_telefono{
      position: relative;
      padding: 30px 0px 200px 0px;
      /* background-color: #e22661; */
      z-index: 8;
    }

    .quiero_sumarme .quieroSumarmeBtn{
      margin: 0 auto 20px auto;
    }
    .quiero_sumarme .informacion{
      width: 70%;
    }
    
    .quiero_sumarme .informacion_caja {
      width: 90%;
    }
    .quiero_sumarme .botones_container {
      margin-top: 20px;
      padding-bottom: 15px;
    }
    
    /* Forzar fondo blanco del header en móvil pequeño */
    .quiero_sumarme nav,
    .quiero_sumarme .nav-mobile {
      background: white !important;
      background-color: white !important;
    } 
  }
  /* @media (min-width:992px){
    .quiero_sumarme .fondo_telefono {
      padding: 90px 0px 520px 0px;
    }
  } */


.buscador_comercio {
  display: block;
  width: 40%;
  font-size: 12px !important;
  margin: 0 auto;
}
.exRow{
  display: inline-block;
}

@media (max-width: 768px) {
  .exRow { display: block; margin-left: -15px; margin-right: -15px; }
  .buscador_comercio { width: 100%; }
}

.subtitulo_comercio_slider {
  background-color: white;
  color: #D70B51;
  font-weight: bolder;
  border-radius: 100px;
  font-family: "Gotham Ro Bold";
}

.modal-msg { font-size:18px; padding:15px; }
.carousel-etiquetas-link p { text-transform: capitalize; }
.clasificacion_comercio{padding: 5px 10px;background-color: #ddd1a6;color: black;border-radius: 5px;display: inline-block;position: absolute;right: 10px;top: 110px;}
.clasificacion_comercio i{color: yellow;margin-right: 5px;}
.no-activo{background-color: grey !important;}

.botonWppToquer{position: absolute;bottom: 20px;right: 20px;}
.botonWppToquer span{position: fixed;right: 20px;height: 70px;z-index: 99999999;background-color: #117737;width: 70px;display: flex;align-items: center;justify-content: center;border-radius: 50px;font-size: 40px;color: white;}
.preference-checkout {
  font-size: 13px;
  font-weight: bold;
  font-family: 'Gotham Round Medium';
  color: #2b2b2b;
}
.preference-checkout-mapa {
  font-size: 13px;
  font-weight: bold;
  font-family: 'Gotham Round Medium';
  color: #2b2b2b;
}

.leaflet-control-attribution {
  display: none !important; /* Oculta la atribución del mapa */
}

.leaflet-control-zoom {
  display: none !important; /* Oculta los controles de zoom */
}

.ocultar_modal_detectar {
  display:none !important;
}

.pac-container:after {
  /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */

  background-image: none !important;
  height: 0px;
}

#agregar_observaciones {
  height: 100px !important; /* Establece la altura del input */
  padding-bottom: 60px;
  box-sizing: border-box; /* Asegúrate de que el padding no afecte la altura total */
}

/* Alinear el placeholder en la parte superior */
#agregar_observaciones::placeholder {
  vertical-align: top; /* Alinea el texto del placeholder al principio */
  opacity: 0.6; /* Puedes ajustar la opacidad si lo deseas */
}

#agregar_observaciones_modal_tres {
  height: 100px !important; /* Establece la altura del input */
  padding-bottom: 60px;
  box-sizing: border-box; /* Asegúrate de que el padding no afecte la altura total */
}

/* Alinear el placeholder en la parte superior */
#agregar_observaciones_modal_tres::placeholder {
  vertical-align: top; /* Alinea el texto del placeholder al principio */
  opacity: 0.6; /* Puedes ajustar la opacidad si lo deseas */
}

.panelflotador-titulo {
  position: relative;
}

.minimizar_panel {
  position: absolute;
  right: 40px;
  top: 44%;
  transform: translateY(-30%);
  cursor: pointer;
  font-size: 18px;
  margin-right: 18px !important;
  padding: 9px 9px !important;
}

.minimizar_panel_nuevo {
  position: absolute;
  right: 45px;
  top: 44%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  display: block;
  z-index: 10;
}

/* Para compu  */
@media (min-width: 1024px) {
  .minimizar_panel_nuevo {
    right: 45px;
    top: 55%;
  }
}

.minimizar_panel_nuevo:hover {
  color: #B8094A;
}

/* Mostrar para tablets */
@media (min-width: 768px) and (max-width: 1024px) {
  .minimizar_panel {
    display: block;
  }
}

.panelflotador.minimizado {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .inicio-home {
    margin-right: 50px !important;
  }
}

/* Estilos para las tarjetas de productos */
.card-container {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  border: 1px solid #e9ecef;
}

.card-container:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
  border-color: #65BC98;
}

.card-image {
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  min-height: 150px; /* Altura mínima fija */
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 150px; /* Altura mínima fija */
}

.card-content {
  display: flex;
  flex-direction: column;
  padding: 15px;
  flex: 1;
}

.card-comercio {
  font-family: "Gotham Ro Bold", sans-serif;
  font-size: 16px;
  margin: 0 0 5px 0;
  text-transform: capitalize;
}

.card-title {
  font-family: "Gotham Round Book",Arial;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 8px 0;
  color: #333;
  text-transform: capitalize;
}

.card-descripcion {
  font-family: "Gotham Round Book", sans-serif;
  font-size: 11px;
  margin: 0 0 15px 0;
  color: #666;
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limitar a 3 líneas */
  -webkit-box-orient: vertical;
}

.card-fechas {
  margin: 0 0 10px 0;
  font-size: 13px;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.card-precio {
  display: flex;
  flex-direction: column;
  color: #d70b51 !important;
}

.precio-anterior {
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
}

.precio-actual {
  font-size: 16px;
  font-weight: 600 !important;
}

.precio-destacado {
  color: #D70B51 !important;
}

.card-agregar {
  width: 28px;
  height: 28px;
  background-color: #D70B51;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s;
}

.card-agregar:hover {
  background-color: #b00843;
}

.card-agregar i {
  font-size: 14px;
}

/* Ajustes para que las tarjetas tengan el mismo tamaño */
.col-sm-6 {
  margin-bottom: 20px;
}

/* Estilos para la tarjeta cuando está inactiva o es un producto programado */
.producto.inactivo .card-container {
  opacity: 0.7;
}

.producto-programado .card-container {
  background-color: #a6d9c4;
}

/* Estilos responsivos */
@media (max-width: 767px) {
  .card-image {
    height: 120px;
  }
  
  .card-content {
    padding: 10px;
  }
  
  .card-title {
    font-size: 16px;
  }
  
  .card-descripcion {
    font-size: 11px;
    margin-bottom: 10px;
  }
  
  .precio-actual {
    font-size: 13px;
  }
}

/* Estilos para las tarjetas de productos destacados */
.h3titulodestacado + .row .card-container {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
}

.h3titulodestacado + .row .card-image {
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 0 !important;
}

.h3titulodestacado + .row .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}

.h3titulodestacado + .row .card-content {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.h3titulodestacado + .row .card-comercio {
  font-family: "Gotham Ro Bold", sans-serif;
  font-size: 16px;
  margin: 0 0 5px 0;
  text-transform: capitalize;
}

.h3titulodestacado + .row .card-title {
  font-size: 16px;
  font-weight: bold;
  font-family: "Gotham Round Book",Arial;
  margin: 0 0 8px 0;
  color: black;
  text-transform: capitalize;
}

.h3titulodestacado + .row .card-descripcion {
  font-family: "Gotham Round Book", sans-serif;
  font-size: 11px !important;
  margin: 0 0 15px 0;
  color: #666;
  flex-grow: 1;
}

.h3titulodestacado + .row .card-fechas {
  margin: 0 0 10px 0;
  font-size: 13px;
}

.h3titulodestacado + .row .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.h3titulodestacado + .row .card-precio {
  display: flex;
  flex-direction: column;
}

.h3titulodestacado + .row .precio-anterior {
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
}

.h3titulodestacado + .row .precio-actual {
  font-family: "Gotham Ro Bold", sans-serif;
  font-size: 16px;
  color: #D70B51 !important;
}

.h3titulodestacado + .row .card-agregar {
  width: 28px;
  height: 28px;
  background-color: #D70B51;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s;
}

.h3titulodestacado + .row .card-agregar:hover {
  background-color: #b00843;
}

.h3titulodestacado + .row .card-agregar i {
  font-size: 14px;
}

/* Ajustes para que las tarjetas tengan el mismo tamaño */
.h3titulodestacado + .row .col-sm-6 {
  margin-bottom: 20px;
}

/* Estilos para la tarjeta cuando está inactiva o es un producto programado */
.h3titulodestacado + .row .producto.inactivo .card-container {
  opacity: 0.7;
}

.h3titulodestacado + .row .producto-programado .card-container {
  background-color: #a6d9c4;
}

/* Estilos responsivos */
@media (max-width: 767px) {
  .h3titulodestacado + .row .card-image {
    height: 120px;
  }
  
  .h3titulodestacado + .row .card-content {
    padding: 10px;
  }
  
  .h3titulodestacado + .row .card-title {
    font-size: 20px;
  }
  
  .h3titulodestacado + .row .card-descripcion {
    font-size: 11px;
    margin-bottom: 10px;
  }
  
  .h3titulodestacado + .row .precio-actual {
    font-size: 16px !important;
    color: #D70B51 !important;
  }
}

/* Anular el efecto de transformación para los artículos destacados */
.h3titulodestacado + .row .submenubotonanadir:hover {
  transform: none !important;
}

/* Y añadir el efecto solo a la card-container */
.h3titulodestacado + .row .submenubotonanadir:hover .card-container {
  transform: translateY(-3px);
}

/* Estilos para el carrusel de productos destacados */
.productos-carrusel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0;
  margin: 0 -10px;
  margin-bottom: 20px;
  scrollbar-width: none; /* Para Firefox */
  -ms-overflow-style: none; /* Para IE y Edge */
}

.productos-carrusel::-webkit-scrollbar {
  display: none; /* Ocultar scrollbar pero mantener funcionalidad */
}

/* Estilos para las flechas de navegación del carrusel */
.position-relative {
  position: relative;
  margin-bottom: 20px;
}

.carrusel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #D70B51;
  border: 1px solid #D70B51;
  color: white !important;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}

.carrusel-arrow:hover {
  background-color: #D70B51;
  color: white;
}

.carrusel-prev {
  left: 10px;
}

.carrusel-next {
  right: 10px;
}

.carrusel-arrow i {
  font-weight: bold;
}

@media (max-width: 768px) {
  .carrusel-arrow {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

/* Ajustar el tamaño y comportamiento de las columnas en el carrusel */
.productos-carrusel .col-sm-6,
.productos-carrusel .col-xs-12 {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding: 0 10px;
  margin-bottom: 10px;
}

/* Eliminar el padding interno de las tarjetas */
.productos-carrusel .submenubotonanadir {
  margin: 0 !important;
  padding: 0 !important;
}

/* Tamaño fijo para las imágenes de productos destacados */
.card-image {
  width: 213px;
  height: 185px;
  overflow: hidden;
  display: flow !important;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.card-image img {
  width: 213px;
  height: 185px;
  object-fit: cover;
  border-radius: 0 !important;
}

/* Ajustes para el contenedor de la tarjeta */
.card-container {
  width: 213px;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  margin: 0 auto;
}

/* Ajuste del contenido de las tarjetas */
.card-content {
  padding: 10px 15px;
  flex-grow: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  display: flex;
  flex-direction: column;
}

.h3titulodestacado + .productos-carrusel .card-image,
.h3titulodestacado + .productos-carrusel .card-image img {
  width: 213px;
  height: 185px;
  display: flow !important;
}

.h3titulodestacado + .productos-carrusel .card-container {
  width: 213px;
}

.submenubotonanadir.active .fa-plus:before,
.card-agregar .fa-plus:before {
  color: white;
}

.submenubotonanadir.active .card-agregar .fa-plus:before {
  color: #d70b51;
}

.submenubotonanadir:not(.productos-carrusel .submenubotonanadir) {
  height: auto !important;
  min-height: 90px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.productos-carrusel .submenubotonanadir {
  height: auto;
}

.h3titulodestacado + .productos-carrusel .card-container {
  height: auto;
}

.submenubotonanadir:not(.productos-carrusel .submenubotonanadir) img {
  width: 165px !important;
  height: 165px !important;
  border-radius: 15px;
}

.productos-carrusel .submenubotonanadir {
  height: 347px !important;
}

.h3titulodestacado + .productos-carrusel .card-container {
  height: 347px;
}

.h3titulodestacado + .productos-carrusel .card-image {
  height: 185px;
}

p.dib.fl.precioanadir {
  color: black;
  font-weight: 600 !important;
}

/* Para productos activos, mantener el botón rosa con texto blanco */
.submenubotonanadir.active .anadirmas {
  background-color: #D70B51;
  color: white !important;
}

.submenubotonanadir.active .anadirmas i:before,
.submenubotonanadir.active .anadirmas .fa-plus:before {
  color: white !important;
}

/* Colores cuando el producto está activo */
.submenubotonanadir.active {
  background-color: #D70B51 !important;
  color: white !important;
}

.submenubotonanadir.active .dtc {
  background-color: #D70B51 !important;
}

.submenubotonanadir.active .tituloanadir,
.submenubotonanadir.active .precioanadir,
.submenubotonanadir.active p {
  color: white !important;
}

/* Aseguramos que el precio sea blanco cuando se selecciona */
.submenubotonanadir.active .dib.fl.precioanadir {
  color: white !important;
}

i.fa.fa-plus.fr.dib.anadirmas::before {
  color: white !important;
  margin-left: 7px !important;
  line-height: 25px !important;
}

/* Estilos para el carrusel de productos para encargar */
.productos-para-encargar {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0;
  margin-bottom: 20px;
  scrollbar-width: none; /* Para Firefox */
  -ms-overflow-style: none; /* Para IE y Edge */
}

.productos-para-encargar::-webkit-scrollbar {
  display: none; /* Ocultar scrollbar pero mantener funcionalidad */
}

/* Ajustar el tamaño y comportamiento de las columnas en el carrusel */
.productos-para-encargar .col-sm-6,
.productos-para-encargar .col-xs-12 {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding: 0 10px;
  margin-bottom: 10px;
}

/* Eliminar el padding interno de las tarjetas */
.productos-para-encargar .submenubotonanadir {
  margin: 0 !important;
  padding: 0 !important;
}

/* Estilos adicionales para asegurar que los productos con variantes se pinten correctamente */
.submenubotonanadir.active *:not(.card-agregar):not(.card-agregar *) {
  color: white !important;
}

/* Corrección para los bordes de imágenes cuando el producto está seleccionado */
.submenubotonanadir.active .card-image {
  background-color: #D70B51 !important;
  border-radius: 20px 20px 0 0 !important;
  overflow: hidden;
}

.submenubotonanadir.active .card-container {
  background-color: #D70B51 !important;
  border-radius: 20px !important;
  overflow: hidden;
}

.submenubotonanadir.active .card-image img {
  border-radius: 20px 20px 0 0 !important;
}

/* Estilos para productos con variantes */
.opciones-producto .opcion.active, 
#articulo_propiedades .propiedad_opcion.active {
  background-color: #D70B51 !important;
  color: white !important;
}

i.fa.fa-plus.fr.dib.anadirmas::before {
  color: white !important;
  margin-left: 7px !important;
  line-height: 25px !important;
}

/* Tamaño fijo para las imágenes de productos destacados */
.card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flow !important;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}

/* Ajustes para el contenedor de la tarjeta */
.card-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  margin: 0 auto;
}

/* Ajuste del contenido de las tarjetas */
.card-content {
  padding: 10px 15px;
  flex-grow: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  display: flex;
  flex-direction: column;
}

/* Estilos específicos para productos destacados en carrusel */
.productos-carrusel .submenubotonanadir {
  width: 285px !important;
  height: 450px !important;
  margin: 0 10px !important;
  padding: 0 !important;
}

.productos-carrusel .card-container {
  width: 100%;
  height: 100%;
}

.productos-carrusel .card-image {
  height: 285px;
  width: 100%;
}

.productos-carrusel .card-image img {
  width: 100%;
  height: 285px;
}

.h3titulodestacado + .productos-carrusel .card-image,
.h3titulodestacado + .productos-carrusel .card-image img {
  width: 100%;
  height: 285px;
}

.h3titulodestacado + .productos-carrusel .card-container {
  width: 100%;
  height: 550px;
}

/* Ajustar el tamaño y comportamiento de las columnas en el carrusel */
.productos-carrusel .col-sm-6,
.productos-carrusel .col-xs-12 {
  flex: 0 0 auto;
  width: 285px !important; /* Fijar ancho para las columnas */
  max-width: 285px !important;
  padding: 0 10px;
  margin-bottom: 10px;
}

/* Eliminar el padding interno de las tarjetas */
.productos-carrusel .submenubotonanadir {
  margin: 0 10px !important;
  padding: 0 !important;
  width: 285px !important;
  height: 450px !important;
}

/* Asegurar que las imágenes de las tarjetas del carrusel sean grandes */
.productos-carrusel .card-image {
  height: 285px !important;
  width: 100% !important;
}

.productos-carrusel .card-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Ajustar el contenido para que se vea bien en tarjetas más grandes */
.productos-carrusel .card-content {
  padding: 15px !important;
  height: 265px !important;
}

.productos-carrusel .card-title {
  font-size: 15px !important;
  margin-bottom: 10px !important;
}

.productos-carrusel .card-descripcion {
  font-size: 13.5px !important;
  margin-bottom: 15px !important;
  -webkit-line-clamp: 5 !important; /* Permitir más líneas de descripción */
}

.productos-carrusel .card-precio {
  margin-top: auto !important;
}

.productos-carrusel .card-footer {
  margin-top: 15px !important;
}

@media (max-width: 767px) {
  .productos-carrusel .submenubotonanadir {
    width: 250px !important;
    height: 400px !important;
  }
  
  .productos-carrusel .card-image {
    height: 250px !important;
  }
  
  .productos-carrusel .card-content {
    height: 230px !important;
  }
}

/* Ajustes para el botón de añadir en las tarjetas de carrusel */
.productos-carrusel .card-agregar,
.productos-carrusel .anadirmas {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 35px !important;
  height: 35px !important;
  z-index: 10;
}

.productos-carrusel .card-agregar i,
.productos-carrusel .anadirmas i {
  font-size: 18px !important;
}

/* Ajustar margen para que los precios no se solapen con el botón de añadir */
.productos-carrusel .card-precio {
  padding-right: 45px;
}

/* Agregar estilos para un scroll más fluido en el carrusel */
.productos-carrusel {
  scroll-snap-type: x mandatory;
  padding: 15px 0;
  gap: 15px !important;
}

@media (max-width: 768px) {
  .productos-carrusel, .productos-para-encargar {
    scroll-snap-type: x mandatory;
    gap: 0px !important;
  }
}

.productos-carrusel .col-sm-6,
.productos-carrusel .col-xs-12 {
  scroll-snap-align: start;
}

/* Ajustar las flechas de navegación del carrusel para que sean más visibles */
.position-relative .carrusel-arrow {
  width: 45px !important;
  height: 45px !important;
  z-index: 20;
}

.position-relative .carrusel-arrow i {
  font-size: 20px !important;
}

/* Hacer que el carrusel sea más atractivo con animaciones más suaves */
.productos-carrusel .submenubotonanadir:hover .card-container {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

/* Ajustes para tarjetas sin imagen */
.productos-carrusel .card-container:not(:has(.card-image)) .card-content {
  margin-top: 285px !important; /* Mismo alto que tendría la imagen */
  height: calc(100% - 285px) !important;
}

/* Alternativa para navegadores que no soportan :has */
.productos-carrusel .sin-imagen .card-content {
  margin-top: 285px !important;
  height: calc(100% - 285px) !important;
}

/* Estilos responsivos para tarjetas sin imagen */
@media (max-width: 767px) {
  .productos-carrusel .card-container.sin-imagen .card-content {
    margin-top: 250px !important; /* Ajustado al tamaño de imagen móvil */
    height: calc(100% - 250px) !important;
  }
}

/* Asegurar que las tarjetas sin imagen mantengan la altura correcta */
.productos-carrusel .card-container.sin-imagen {
  background-image: linear-gradient(to bottom, #f5f5f5 285px, white 285px);
}

@media (max-width: 767px) {
  .productos-carrusel .card-container.sin-imagen {
    background-image: linear-gradient(to bottom, #f5f5f5 250px, white 250px);
  }
}

/* Estilos para las etiquetas de productos */
.etiquetas-container {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.etiquetas-sin-imagen {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

.etiqueta-producto {
  display: inline-block;
  padding: 3px 10px;
  background-color: #D70B51;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  text-transform: uppercase;
}

.etiquetas-container-lista {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 5px;
}

.etiqueta-producto-lista {
  display: inline-block;
  padding: 2px 8px;
  background-color: #D70B51;
  color: white;
  font-size: 10px;
  font-weight: bold;
  border-radius: 3px;
  text-transform: uppercase;
}

/* Colores personalizados para diferentes tipos de etiquetas */
.etiqueta-producto[data-etiqueta="promo"],
.etiqueta-producto-lista[data-etiqueta="promo"] {
  background-color: #D70B51;
}

.etiqueta-producto[data-etiqueta="mas vendido"],
.etiqueta-producto-lista[data-etiqueta="mas vendido"] {
  background-color: #65BC98;
}

.etiqueta-producto[data-etiqueta="nuevo"],
.etiqueta-producto-lista[data-etiqueta="nuevo"] {
  background-color: #FF9800;
}

.etiqueta-producto[data-etiqueta="oferta"],
.etiqueta-producto-lista[data-etiqueta="oferta"] {
  background-color: #9C27B0;
}

/* Asegurar que las etiquetas sean visibles en las tarjetas destacadas */
.productos-carrusel .etiquetas-container {
  top: 15px;
  left: 15px;
}

.productos-carrusel .etiqueta-producto {
  font-size: 13px;
  padding: 4px 12px;
}

/* Posicionamiento específico para las etiquetas en tarjetas sin imagen */
.card-container.sin-imagen .etiquetas-container-sin-imagen {
  top: 10px; 
  left: 10px;
  z-index: 20;
  position: absolute;
}

/* Ajustes para etiquetas en modo carrusel */
.productos-carrusel .card-container .etiquetas-container {
  top: 20px;
  left: 20px;
}

/* Estilos responsivos para etiquetas */
@media (max-width: 767px) {
  .etiquetas-container {
    top: 8px;
    left: 8px;
  }
  
  .etiqueta-producto {
    font-size: 11px;
    padding: 2px 8px;
  }
  
  .etiqueta-producto-lista {
    font-size: 9px;
    padding: 1px 6px;
  }
}

/* Asegurar que las etiquetas no se superpongan con otros elementos */
.submenubotonanadir.active .etiquetas-container .etiqueta-producto,
.submenubotonanadir.active .etiquetas-container-lista .etiqueta-producto-lista,
.submenubotonanadir.active .etiquetas-sin-imagen .etiqueta-producto {
  background-color: white !important;
  color: #D70B51 !important;
}

/* Animación suave al pasar el cursor sobre las etiquetas */
.etiqueta-producto:hover,
.etiqueta-producto-lista:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 5px rgba(0,0,0,0.3);
  transition: all 0.2s ease;
}

/* Estilos para etiquetas en vista de lista (no destacados) */
.etiquetas-container-list {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: flex-end;
}

.etiqueta-producto-mini {
  display: inline-block;
  padding: 2px 6px;
  background-color: #D70B51;
  color: white;
  font-size: 9px;
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  text-transform: uppercase;
}

/* Colores personalizados para diferentes tipos de etiquetas en mini */
.etiqueta-producto-mini[data-etiqueta="promo"] {
  background-color: #D70B51;
}

.etiqueta-producto-mini[data-etiqueta="mas vendido"] {
  background-color: #65BC98;
}

.etiqueta-producto-mini[data-etiqueta="nuevo"] {
  background-color: #FF9800;
}

.etiqueta-producto-mini[data-etiqueta="oferta"] {
  background-color: #9C27B0;
}

/* Ajustes para la posición de la imagen y etiquetas en vista de lista */
.submenubotonanadir .dtc.tar {
  position: relative;
}

.submenubotonanadir .dtc.tar img {
  position: relative;
  z-index: 5;
  margin-left: 30px !important;
}

/* Asegurar que las etiquetas se vean bien en productos activos */
.submenubotonanadir.active .etiqueta-producto-mini {
  background-color: white !important;
  color: #D70B51 !important;
}

/* Estilos para etiquetas en línea entre descripción y precio */
.etiquetas-container-producto {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 5px 0 10px 0;
}

.etiqueta-producto-inline {
  display: inline-block;
  padding: 3px 8px;
  background-color: #D70B51;
  color: white;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  text-transform: uppercase;
}

/* Colores personalizados para diferentes tipos de etiquetas inline */
.etiqueta-producto-inline[data-etiqueta="promo"] {
  background-color: #D70B51;
  top: unset !important;
}

.etiqueta-producto-inline[data-etiqueta="mas vendido"] {
  background-color: #65BC98;
  top: unset !important;
}

.etiqueta-producto-inline[data-etiqueta="nuevo"] {
  background-color: #FF9800;
  top: unset !important;
}

.categoria-nombre {
  font-family: Montserrat !important;
  font-weight: 600 !important;
}

.categoria-titulo {
  font-family: Montserrat !important;
  font-weight: 600 !important;
}

.etiqueta-producto-inline[data-etiqueta="oferta"] {
  background-color: #9C27B0;
  top: unset !important;
}

/* Ajustes para productos destacados */
.productos-carrusel .etiquetas-container-producto {
  margin: 8px 0 15px 0;
}

.productos-carrusel .etiqueta-producto-inline {
  font-size: 12px;
  padding: 4px 10px;
}

.submenubotonanadir.active .etiqueta-producto-inline {
  background-color: #668e7d !important;
  color: white !important;
}

@media (max-width: 767px) {
  .etiqueta-producto-inline {
    font-size: 10px;
    padding: 2px 6px;
  }
}

/* ESTILOS ESPECÍFICOS PARA ARREGLAR PROBLEMAS DE CORTADO */

/* Dropdown de direcciones - mejor posicionamiento */
.dropdown {
  position: relative !important;
  width: 100% !important;
}

.modern-dropdown {
  background: white !important;
  border: 1px solid #D1D5DB !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
  padding: 8px 0 !important;
  margin-top: 2px !important;
  position: absolute !important;
  z-index: 1050 !important;
  width: 100% !important;
  max-height: 300px !important;
  overflow-y: auto !important;
  left: 0 !important;
  top: 100% !important;
}

/* Input groups ahora son flex por defecto */
.modern-input-group {
  display: flex !important;
  width: 100% !important;
  align-items: stretch !important; /* Estirar elementos a la misma altura */
  /* Ya no necesitamos altura fija aquí si los botones van abajo 
     height: 42px; 
  */
}

.modern-input-group .modern-input {
  border-radius: 6px !important; /* Ajustado para que no necesite el input-group-addon al lado */
  flex: 1 !important;
  /* Si el botón de dropdown se elimina del input-group, no necesitamos esto:
     border-right: none !important; 
  */
}

.modern-input-group .input-group-addon,
.modern-input-group .input-group-btn {
  display: flex !important;
  align-items: center !important;
}

/* Estilo para el nuevo botón de dropdown de direcciones */
.modern-dropdown-toggle {
  background-color: #f8f9fa !important;
  border: 1px solid #ced4da !important;
  color: #495057 !important;
  padding: 10px 15px !important;
  border-radius: 6px !important;
  text-align: left !important; /* Asegura que el texto esté alineado a la izquierda */
  width: 100% !important; /* Ocupa todo el ancho */
  margin-top: 8px !important; /* Espacio superior */
  font-weight: normal !important;
  text-decoration: none !important;
}

.modern-dropdown-toggle:hover, .modern-dropdown-toggle:focus {
  background-color: #e9ecef !important;
  border-color: #b1bbc4 !important;
  color: #495057 !important;
  text-decoration: none !important;
}

/* Ajustes para botones Aplicar (Propina y Descuento) */
.btn-apply-tip.btn-block,
.btn-apply-discount.btn-block {
  display: block !important;
  width: 100% !important;
  margin-top: 8px !important; /* Espacio sobre el botón */
  border-radius: 6px !important; /* Bordes redondeados consistentes */
  padding: 10px 16px !important;
}

/* Se eliminan estilos específicos de input-group-btn para estos botones si ya no están en un input-group */
.modern-input-group .btn-apply-tip,
.modern-input-group .btn-apply-discount {
    /* Estos estilos ya no aplicarían si los botones están fuera del grupo */
}


.btn-apply-tip,
.btn-apply-discount {
  background: #65BC98 !important;
  color: white !important;
  border: 1px solid #65BC98 !important;
  border-left: none !important; /* Unir con el input */
  padding: 0 10px !important; /* Padding horizontal ajustado */
  border-radius: 0 6px 6px 0 !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  font-size: 14px !important;
  height: 100% !important; /* Botón toma altura del grupo */
  min-width: 80px !important; /* Ancho mínimo para el texto "Aplicar" */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
}

.btn-apply-tip:hover, .btn-apply-discount:hover {
  background: #4CAF50 !important;
  border-color: #4CAF50 !important;
}

/* Botón dropdown de direcciones */
.dropdown-address-btn {
  background: #F9FAFB !important;
  border: 1px solid #D1D5DB !important;
  border-left: none !important;
  border-radius: 0 6px 6px 0 !important;
  padding: 0 6px !important; /* Padding reducido para el icono caret */
  color: #6B7280 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  height: 100% !important; /* Botón toma altura del grupo */
  display: flex !important;
  align-items: center !important;
  min-width: auto; /* Dejar que el ancho se ajuste al contenido y padding */
}

.dropdown-address-btn:hover {
  background: #65BC98 !important;
  color: white !important;
}

/* Contenedores de secciones con altura mínima y overflow */
.tip-section, .discount-section {
  margin-top: 25px !important;
  padding-top: 20px !important;
  border-top: 1px solid #E5E7EB !important;
  min-height: auto !important;
  width: 100% !important;
  overflow: visible !important; /* Permitir que el contenido se desborde si es necesario */
}

.custom-tip-container {
  margin-top: 10px !important; /* Reducir un poco el margen superior */
  width: 100% !important;
}

/* Panel content con más padding y altura garantizada */
.panel-content {
  background: white !important;
  color: #333 !important;
  padding: 25px !important;
  min-height: 250px !important;
  overflow: visible !important;
}

/* Form groups con más espacio */
.form-group {
  margin-bottom: 20px !important;
  width: 100% !important;
  overflow: visible !important;
}

/* Phone input mejorado */
.phone-input-container {
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  width: 100% !important;
  flex-wrap: wrap; /* Permitir que los elementos del teléfono pasen a la siguiente línea si no caben */
}

.phone-prefix, .phone-number {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.phone-prefix {
  flex: 0 1 auto !important; /* Permitir que se encoja pero no crezca innecesariamente */
}

.phone-number {
  flex: 1 1 auto !important; /* Permitir que crezca y se encoja */
  min-width: 150px; /* Ancho mínimo para el número principal */
}

/* Payment methods sin cortado */
.payment-methods {
  width: 100% !important;
  min-height: auto !important;
  overflow: visible !important;
}

.payment-option-modern {
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  background: white;
  min-height: 60px !important;
  width: 100% !important;
  overflow: visible !important;
}

/* Cash amount container visible */
.cash-amount-container {
  background: #F9FAFB !important;
  border-radius: 6px !important;
  padding: 20px !important;
  margin-top: 15px !important;
  width: 100% !important;
  min-height: auto !important;
  overflow: visible !important;
}

/* Tip buttons sin cortado */
.tip-buttons-container {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  margin-bottom: 15px !important;
  width: 100% !important;
}

.tip-button {
  padding: 10px 18px !important;
  border: 1px solid #D1D5DB !important;
  border-radius: 6px !important;
  background: white !important;
  color: #374151 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  font-size: 14px !important;
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 1 1 auto !important; /* Permitir que los botones se ajusten y crezcan */
  min-width: 70px !important; /* Ancho mínimo más pequeño para los botones de propina */
}

/* Contenedores con overflow visible */
.modern-panel {
  overflow: visible !important;
}

.checkoutpanel {
  overflow: visible !important;
  min-height: 300px !important;
}

/* --- AJUSTE PARA ANCHO DE CARDS EN DESKTOP --- */
@media (min-width: 992px) { /* A partir de breakpoint md (desktop) */
  .col-md-8 > .row > .col-sm-6 {
    width: 100% !important;    /* Hacer que cada panel ocupe el ancho completo */
    float: none !important;     /* Limpiar float si Bootstrap lo usa */
    flex: 0 0 100% !important; /* Para Bootstrap con flexbox, tomar todo el espacio */
    max-width: 100% !important;/* Para Bootstrap con flexbox */
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 30px; /* Añadir un margen inferior entre paneles apilados */
  }
  /* Si hay dos col-sm-6 en una fila, el último no necesita margen inferior extra si la fila ya tiene */
  .col-md-8 > .row > .col-sm-6:last-child {
      margin-bottom: 0; /* Evitar doble margen si es el último en la fila original */
  }
  .col-md-8 > .row {
      margin-bottom: 0; /* Las filas originales ya no necesitan margen si sus hijos lo tienen */
  }
}

/* Mobile específico (ajustes para cuando los input groups se apilan) */
@media (max-width: 768px) {
  .modern-input-group {
    height: auto; /* Permitir que la altura se ajuste en mobile si los elementos se apilan */
    flex-wrap: wrap; /* Si el input y botón no caben, que el botón pase abajo */
  }

  .modern-input-group .modern-input {
    border-radius: 6px !important; /* Input completo si el botón va abajo */
    border-right: 1px solid #D1D5DB !important;
    margin-bottom: 10px; /* Espacio si el botón va abajo */
    flex-basis: 100%; /* Input ocupa todo el ancho si está solo en la línea */
  }

  .modern-input-group .input-group-btn,
  .modern-input-group .input-group-addon {
    flex-basis: 100%; /* Botón ocupa todo el ancho si está solo en la línea */
    height: 42px; /* Mantener altura del botón */
  }
  
  .btn-apply-tip, .btn-apply-discount,
  .dropdown-address-btn {
     border-radius: 6px !important; /* Botón completo si está solo */
     border-left: 1px solid #D1D5DB !important;
     width: 100%;
     min-width: auto; /* Permitir que el min-width se ajuste */
  }

  /* Excepción para el dropdown de dirección, mantenerlo en línea si es posible */
  .address-input-container .modern-input-group {
    flex-wrap: nowrap !important; /* No permitir que el botón de dropdown pase abajo */
  }
  .address-input-container .modern-input-group .modern-input {
    border-radius: 6px 0 0 6px !important;
    border-right: none !important;
    margin-bottom: 0 !important;
    flex-basis: auto !important; /* Restaurar flex-basis */
  }
  .address-input-container .modern-input-group .input-group-addon {
    flex-basis: auto !important; /* Restaurar flex-basis */
    width: auto !important;
  }
  .address-input-container .dropdown-address-btn {
    border-radius: 0 6px 6px 0 !important;
    border-left: none !important;
    width: auto !important;
  }

  .panel-content {
    padding: 20px 15px !important;
    min-height: 280px !important;
  }

  .phone-prefix {
    flex: none !important;
    width: 100% !important;
  }

  .phone-number {
    width: 100% !important;
  }

  .tip-buttons-container {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .tip-button {
    width: 100% !important;
    flex: none !important;
  }

  .modern-dropdown {
    max-height: 250px !important;
  }

  .checkoutpanel {
    min-height: 250px !important;
  }
}

/* Extra mobile pequeño */
@media (max-width: 480px) {
  .panel-content {
    padding: 18px 12px !important;
    min-height: 260px !important;
  }

  .tip-section, .discount-section {
    margin-top: 20px !important;
    padding-top: 15px !important;
  }

  .checkoutpanel {
    min-height: 230px !important;
  }
}

/* Asegurar que no haya elementos cortados */
.container, .row, .col-sm-6, .col-md-8, .col-md-4 {
  overflow: visible !important;
}

/* Los paneles principales deben ser lo suficientemente altos */
.modern-panel .panel-content {
  min-height: 250px !important;
}

@media (max-width: 768px) {
  .modern-panel .panel-content {
    min-height: 220px !important;
  }
}

@media (max-width: 600px) {
  .geo_loc_button { display: block; }
}

.geolocation-btn:hover {
  background: #65BC98 !important;
  color: white !important;
  text-decoration: none !important;
  transform: translateY(-1px) !important;
  box-shadow: 0px 4px 8px rgba(215, 11, 81, 0.3) !important;
}

.geolocation-btn:active {
  background: #65BC98 !important;
  transform: translateY(0px) !important;
  box-shadow: 0px 2px 4px rgba(215, 11, 81, 0.2) !important;
}

.geolocation-btn i {
  margin-right: 5px !important;
  font-size: 12px !important;
}

@media (max-width: 768px) {
  .geolocation-button-container {
    text-align: center !important;
  }
  
  .geolocation-btn {
    width: 100% !important;
    justify-content: center !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
  }
}

/* ... existing code ... */

/* SOLUCIÓN: Asegurar que el modal de opciones esté por encima del sticky */
.modal.fade {
  z-index: 99999 !important;
}

.modal-backdrop {
  z-index: 99998 !important;
}

.modaldetallefino .botontoque {
  position: relative !important;
  z-index: 100000 !important;
}

.modaldetallefino .tac.mt20 {
  position: relative !important;
  z-index: 100000 !important;
}

/* Asegurar que el sticky no interfiera con el modal */
.sticky {
  z-index: 9999 !important;
}

.panelflotador {
  z-index: 9999 !important;
}

