:root {
  --color-principal: #2da49b;
}

* {
  box-sizing: border-box;
	--color-principal: #00a395;
  --color-secundario: #a29d3e;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/Montserrat-Hairline_gdi.woff);
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Montserrat-Light_gdi.woff);
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Montserrat-Regular_gdi.woff);
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Montserrat-Bold_gdi.woff);
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Montserrat-Light_gdi.woff);
  font-display: swap;
}

html {
  height: 100%;
}

body {
  font-family: Montserrat, sans-serif;
  margin: 0;
  padding: 0;
  color: #2b2b2b;
  font-size: 13px;
  font-weight: normal;
  background-image: url(../images/Fondo-Web.jpg);
  background-size: cover;
}

strong {
  font-family: Montserrat, sans-serif;
}

a,
a:link {
  color: #29a49b;
  text-decoration: underline;
}

a:visited {
  color: #29a49b;
}

a:hover {
  color: #2eb8ae;
}

a:active {
  color: #2eb8ae;
}

.contenedor {
  width: 100%;
  margin: 0 auto;
  max-width: 1080px;
  position: relative;
  padding: 20px 40px;
}

.cabezal_container {
  border-bottom: 1px solid #a29d3e;
  --altura-cabezal: 80px;
  background-color: #fff;
}

.cabezal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: var(--altura-cabezal);
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 40px;
  background: #fff;
  z-index: 1000;
}

.cabezal .navegacion,
.cabezal_container .info_usuario {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cabezal_container .nombre_usuario {
  font-size: 16px;
  margin: 0;
}

.item_navegacion {
  height: 26px;
  object-fit: contain;
}

.item_navegacion.logo {
  height: var(--altura-cabezal);
  width: auto;
}

.item_navegacion.logo.logo_empresa {
  height: calc(var(--altura-cabezal) / 2);
}

.cabezal .boton_desplegar_menu {
  display: none;
}

.cabezal_mobile {
  display: none;
  justify-content: center;
  position: fixed;
  top: var(--altura-cabezal);
  bottom: 0;
  background: #fff;
  width: 100%;
  z-index: 1100;
  padding: 10px 0;
  animation: fadein 0.125s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.cabezal_mobile .navegacion {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 20px;
}

.cabezal_mobile .navegacion img {
  margin-right: 10px;
}

.cabezal_mobile .navegacion a {
  text-decoration: none;
  color: #a29d3e;
}

.cabezal_mobile .container_navegacion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sub_cabezal {
  background-position: center center;
  background-size: cover;
  background-color: #70777d;
}

.sub_cabezal_cont {
  padding: 100px 40px 5px 40px;
  width: 100%;
  max-width: 1080px;
  color: #fff;
  margin: 0 auto;
}

.hamburguesa {
  width: 40px;
  height: 40px;
  background-image: url(../images/hamburguesa.png);
  background-size: 40px 40px;
  display: none;
  z-index: 100;
}

.hamburguesa_b {
  background-image: url(../images/hamburguesa_b.png);
}

.botonera {
  margin-bottom: 20px;
  height: 35px;
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  padding-left: 30px;
}

.botonera .boton {
  padding-right: 2px;
  height: 38px;
  display: inline-block;
  position: relative;
  margin-right: 46px;
}

.botonera .boton a {
  width: 100%;
  height: 35px;
  text-align: center;
  font-size: 19px;
  line-height: 35px;
  display: block;
  color: #6ec280;
  text-decoration: none;
  transition: all ease 0.15s;
}

.botonera .boton a:hover {
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.botonera .boton a.activo {
  font-family: Montserrat, sans-serif;
}

.botonera .boton a.activo:hover {
  -webkit-transform: none;
  transform: none;
}

.botonera .ultimo {
  padding-right: 0;
}

.contenido {
  position: relative;
  z-index: 2;
  min-height: 300px;
  font-size: 16px;
}

.contenido .titulo {
  font-size: 29px;
  clear: both;
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #9fd5d0;
}

.contenido .mensaje {
  font-size: 16px;
  margin-bottom: 20px;
}

.contenido .titulo .titulo_sub {
  font-size: 18px;
}

.contenido .subtitulo {
  clear: both;
  font-size: 20px;
  margin-bottom: 35px;
  height: 32px;
}

.titulo_f {
  font-size: 26px;
  float: left;
  line-height: 30px;
}

.subtitulo_f {
  font-size: 20px;
  line-height: 30px;
  text-align: right;
}

.contenido .menu_item {
  width: 100%;
  margin-right: 50px;
  font-size: 15px;
  margin-bottom: 15px;
}

.contenido .menu_item .menu_item_precio {
  float: right;
}

.contenido .lista_item {
  width: 100%;
  margin-right: 50px;
  font-size: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #9fd5d0;
  padding-bottom: 10px;
  margin-top: 30px;
}

.contenido .lista_item .lista_item_dato {
  float: right;
}

.contenido .lista_item_grande {
  width: 100%;
  margin-right: 50px;
  font-size: 19px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
}

.contenido .lista_item_grande .lista_item_dato {
  float: right;
}

span.descr_corta {
  display: block;
  font-size: 11px;
}

.contenido .columna_1 {
  float: left;
  padding-right: 25px;
  width: 50%;
}

.contenido .columna_2 {
  float: left;
  padding-left: 25px;
  width: 50%;
}

.contenido .separador {
  border-top: 1px solid #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contenido .separador_c {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contenido .aviso {
  font-size: 15px;
}

.contenido .referencia {
  font-size: 10px;
}

.contenido .imagenes {
  margin-top: 20px;
}

.contenido .imagenes img {
  height: 70px;
  margin-right: 20px;
}

.contenido .login_msg {
  font-size: 15px;
  margin-bottom: 10px;
}

.contenido .total {
  font-size: 24px;
  line-height: 24px;
}

.contenido .label {
  font-size: 15px;
  margin-bottom: 2px;
}

.pedido .columna_1 {
  font-size: 15px;
}

.pedido .form-control {
  float: right;
  height: 26px;
}

.pedido .columna_2 {
  text-align: right;
}

#map_canvas {
  width: 100%;
  height: 315px;
}

.separador_min {
  height: 1px;
  margin-bottom: 10px;
  clear: both;
}

.inboton2 {
  min-width: 200px;
  margin-left: 40px;
  color: #fff;
  background-color: #29a49b;
  font-size: 17px;
  line-height: 19px;
  padding: 14px 79px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.inboton {
  float: right;
  color: #fff;
  background-color: #29a49b;
  font-size: 13px;
  line-height: 19px;
  padding: 8px 15px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button,
input {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.inboton:active,
.inboton:hover,
.inboton:focus {
  opacity: 0.8;
}

.nolink {
  cursor: default;
}

.addboton {
  width: 50px;
  color: #f16856;
  background-color: #fff;
  border-color: #ccc;
  font-size: 19px;
  line-height: 19px;

  padding: 3px 10px 2px 9px;
  border-radius: 3px;

  float: right;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.addboton:active,
.addboton:hover,
.addboton:focus {
  background-color: #ffd3c5;
  border-color: #ccc;
  color: #dc5545;
}

.boton_link {
  background: none;
  color: #333;
  text-decoration: underline;
}

.boton_login {
  width: 78px;
  color: #fff;
  background-color: #f16856;
}

.boton_login:active,
.boton_login:hover,
.boton_login:focus {
  background-color: #dc5545;
  color: #fff;
}

.dia_menu {
  position: relative;
}

.dias_container .sin_menu {
  text-align: center;
  grid-column: 1/4;
  font-size: 18px;
  margin-top: 40px;
}

.dias_container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  row-gap: 60px;
  column-gap: 10px;
}

.dia_menu_dia {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 10px 20px;
  color: #fff;
  background-color: #29a49b;
}

.alerta_feriado {
  font-size: 12px;
  font-weight: 400;
  background: #a29d3e;
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #fff;
}

.dias_container .menu_opcion {
  --ancho-badges: 40px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: #fff;
  text-align: left;
  padding: 0;
  margin: 0;
  border: 2px solid #2da49b;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.125s ease-in-out;
  position: relative;
}

.dias_container .menu_opcion:active {
  background-color: #fff;
  border: 2px solid #2da49b;
}

.dias_container .menu_opcion.boton_seleccion_activo {
  --color-principal: #fff;
  background-color: #2da49b;
  text-shadow: none;
}

.menu_opcion.boton_seleccion_activo .menu_opcion_estrellas .icono.estrella {
  color: #fff;
}

.boton_seleccion_ver {
  pointer-events: none;
}

.menu_opcion .menu_opcion_imagen {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.menu_opcion .menu_opcion_contenedor_imagen {
  position: relative;
  height: 140px;
  overflow: hidden;
  background-image: url("data:image/jpeg;base64,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");
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
}

.menu_opcion .menu_opcion_titulo {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: initial;
}

.menu_opcion .menu_opcion_titulo {
  margin: 0;
  font-size: 16px;
  height: 38px;
  overflow: hidden;
}

.menu_opcion .menu_opcion_categoria {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}

.menu_opcion .menu_opcion_descripcion {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: initial;
  height: 34px;
  overflow: hidden;
}

.menu_opcion .menu_opcion_detalles {
  color: var(--color-principal);
  position: relative;
  padding: 10px 20px;
  height: 132px;
}

.menu_opcion .menu_opcion_detalles > *:not(:last-child) {
  margin-bottom: 0.5em;
}

.aviso_detalles_plato .menu_opcion_estrellas,
.menu_opcion .menu_opcion_estrellas,
.aviso_calificacion .aviso_calificacion_estrellas {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}

.aviso_calificacion .aviso_calificacion_estrellas {
  justify-content: space-between;
  padding: 0 1rem;
  margin-bottom: 10px;
}

.aviso_calificacion .aviso_calificacion_mensaje {
  width: 100%;
  min-height: 110px;
  border: 1px solid #0001;
  resize: none;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 6px;
}

.aviso_calificacion .aviso_calificar_imagen {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}

.aviso_calificacion_estrellas .btn-estrella {
	color: #d6d6d6;
	background: transparent;
	padding: 0;
	border: none;
	line-height: normal;
	font-size: 2.5rem;
	margin: 0;
	display: grid;
	place-content: center;
	transition: color 0.1s ease-in-out;
	cursor: pointer;
}

.aviso_calificacion_estrellas .btn-estrella:hover {
	background: transparent;
}

.aviso_calificacion_estrellas .btn-estrella.active {
  color: var(--color-secundario);
}

.aviso_calificacion .aviso_calificacion_titulo {
  margin: 0;
  margin-bottom: 0.5em;
}

.aviso_calificacion .aviso_calificacion_descripcion {
  font-weight: 300;
}

.menu_opcion .menu_opcion_contenedor_badges {
  position: absolute;
  right: 0;
  top: calc(-3 * var(--ancho-badges) / 4);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  margin: 0;
}

.menu_opcion .menu_opcion_contenedor_badges .badge {
  aspect-ratio: 1;
  width: var(--ancho-badges);
  height: auto;
}

.menu_opcion_calificaciones {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}

.menu_opcion_calificaciones .calificacion_propia {
  font-size: 1.25rem;
  color: var(--color-secundario);
  margin: 0;
  margin-left: auto;
}

.menu_opcion_calificaciones .calificacion_general {
  font-size: 1.25rem;
  color: #6b7280;
  margin: 0;
}

.detalle_plato {
  margin: 0;
  margin-bottom: 1em;
  font-weight: 300;
}

.boton_seleccion_activo .menu_opcion_detalles,
.boton_seleccion_activo .calificacion_propia,
.boton_seleccion_activo .calificacion_general,
.boton_seleccion_activo .detalle_plato {
  color: #fff;
}

.contenedor_opinion,
.contenedor_desplegable {
  background: #29a49b;
  padding: 10px;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 6px;
}

.contenedor_opinion .opinion {
  padding: 10px;
}

.contenedor_opinion .respuesta {
  background: #fff;
  padding: 10px;
  color: #29a49b;
  border-radius: 6px;
}

.contenedor_opinion .fecha {
  font-size: 12px;
  font-weight: 300;
  text-align: right;
}

.contenido .header_seccion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.header_seccion .titulo_seccion {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.subtitulo_seccion {
  font-size: 20px;
  font-weight: 400;
}

.header_seccion.boton_container .boton_primario {
  min-height: auto;
}

.boton_menu {
  width: 100%;
  color: #525254 !important;
  background-color: #fff;
  border: 1px solid #9fd5d0;
  float: none;
  display: block;
  margin-bottom: 12px;
  text-decoration: none !important;
  white-space: normal;
  font-size: 14px;
  line-height: 16px;
  height: 150px;
  overflow: hidden;
  position: relative;
}

.boton_menu:active,
.boton_menu:hover,
.boton_menu:focus {
  float: none;
}

.boton_menu_activo:active,
.boton_menu_activo:hover,
.boton_menu_activo:focus,
.boton_menu_activo {
  color: #fff !important;
  background-color: #29a49b !important;
  border: 1px solid #29a49b;
}

.icono {
  height: 30px;
}

.boton_menu_activo .iconos {
  color: #fff;
}

.boton_menu_activo .st0 {
  fill: #fff;
}

.boton_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}

.boton_container.inline {
  display: flex;
  flex-wrap: wrap;
}

.boton_container .boton_primario,
.boton_container .boton_blanco {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-family: Montserrat, "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
  background: #a29d3e;
  color: #fff;
  min-height: 44px;
  margin: 0;
  border-radius: 6px;
  border: none;
  transition: box-shadow 0.125s ease-in-out, background 0.125s ease-in-out;
  padding: 10px 20px;
  border: 2px solid transparent;
  text-decoration: none;
  gap: 10px;
}

.boton_container .boton_primario:hover,
.boton_container .boton_blanco:hover {
  color: #fff;
  background: #898421;
  text-shadow: none;
  border-color: transparent;
  box-shadow: 0 2px 2px #0001, 0 4px 4px #0001, 0 6px 8px #0001;
}

.boton_container.inline .boton_primario,
.boton_container.inline .seleccion_menu_container {
  flex: 1 0 auto;
}

.boton_container .boton_primario:disabled {
  opacity: 0.5;
}

.boton_container .boton_primario:disabled .boton_flecha {
  display: none;
}

.boton_primario .boton_flecha .icono,
.boton_blanco .boton_flecha .icono {
  transition: all 0.125s ease-in-out;
}

.boton_primario:not(.boton_desplegar):hover .icono,
.boton_blanco:not(.boton_desplegar):hover .icono {
  transform: translate(30%);
}

.boton_container .boton_primario .boton_titulo {
  font-weight: 400;
  font-size: clamp(14px, 1vw, 16px);
}

.boton_container .boton_primario .boton_primario_subtitulo {
  font-weight: 300;
  font-size: 14px;
  white-space: break-spaces;
}

.boton_container .boton_primario .boton_flecha {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.boton_primario.boton_sm {
  justify-content: center;
  padding: 4px 8px;
  min-height: auto;
}

.boton_container .boton_blanco {
  min-height: auto;
  background: #fff;
  color: #00a395;
  justify-content: center;
  border: 1px solid #00a395;
}

.boton_container .boton_blanco:hover {
  color: #00a395;
  background: #fff;
  border: 1px solid #00a395;
}

.boton_home {
  height: 71px !important;
}

.menu_opcion .menu_opcion_info {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 10px;
  min-height: auto;
  white-space: nowrap;
  box-shadow: 0px 0px 2px #0001, 0px 2px 4px #0001, 0px 4px 6px #0001;
  z-index: 4;
  width: auto;
  background: #fff;
  color: #a29d3e;
  border: 2px solid #a29d3e;
  font-weight: 400;
  font-size: 13px;
}

.seleccion_usuarios_row {
  display: grid;
  grid-template-columns: repeat(15, minmax(180px, 1fr));
  font-size: 12px;
  font-weight: 300;
  min-height: 180px;
}

.seleccion_usuarios_headers {
  min-height: unset;
}

.seleccion_usuarios_row .boton_seleccion,
.seleccion_usuarios_row .dias_semana {
  display: grid;
  place-content: center;
  text-align: center;
  background: #fff;
  padding: 5px;
  border: none;
  width: 100%;
  height: 100%;
}

.boton_seleccion_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.boton_seleccion_container .loader {
  width: 32px;
  height: 32px;
  border: 4px solid #a29d3e;
  border-bottom-color: transparent;
}

.seleccion_usuarios_row .boton_seleccion_container,
.seleccion_usuarios_row .dias_semana {
  border-right: 1px solid #0001;
  border-bottom: 1px solid #0001;
}

.boton_seleccion_container.active .boton_seleccion {
  display: none;
}

.seleccion_usuarios_row:hover .boton_seleccion,
.seleccion_usuarios_row:hover .seleccion_usuarios_nombres {
  background: #f5f5f5;
}

.seleccion_usuarios_row .boton_seleccion:hover {
  background: #a29d3e;
  color: #fff;
}

.seleccion_usuarios_row .mensaje_error {
  font-size: 11px;
  color: #fff;
  background: #ff5748;
  padding: 4px;
  border-radius: 6px;
}

.seleccion_usuarios_nombres {
  display: grid;
  place-items: center;
  position: sticky;
  left: 0;
  border-right: 1px solid #0001;
  border-bottom: 1px solid #0001;
  background: #fff;
}

.seleccion_usuarios_container {
  overflow-x: auto;
}

.select_seleccion_container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 5px;
}

.busqueda_container {
  margin: 10px 0;
}

.busqueda_container .buscador {
  height: 44px;
}

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

.paginado {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 10px;
  gap: 10px;
  background: #fff;
  border: 1px solid #0003;
  border-radius: 6px;
  margin: 10px 0;
}

.paginado_numero,
.paginado_boton {
  display: grid;
  place-items: center;
  height: 44px;
  aspect-ratio: 1;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}

.paginado_boton img {
  height: 26px;
  aspect-ratio: 1;
}

.paginado_boton .numero_pagina {
  position: absolute;
  right: 0px;
  top: -2px;
  display: grid;
  place-content: center;
  background: #29a49b;
  color: #fff;
  height: 18px;
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: 10px;
}

.paginado_puntos {
  letter-spacing: 4px;
}

.paginado_numero:hover {
  color: #a29d3e;
}

.paginado_numero.active {
  background: #a29d3e;
  color: #fff;
}

.loader {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: rotation 1s linear infinite;
}

.boton_primario .loader {
  height: 18px;
  width: 18px;
  border: 3px solid #fff;
  border-bottom-color: transparent;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.contenedor_desplegable {
  padding: 0;
  width: 100%;
}

.contenedor_desplegable .boton_desplegable {
  background: #00a395;
  padding: 10px 10px;
  min-height: 44px;
  width: 100%;
}

.contenedor_desplegable .boton_desplegable:hover {
  background: #00a395;
  text-shadow: none;
  border-color: transparent;
  box-shadow: none;
}

.contenedor_desplegable .boton_desplegable .boton_titulo {
  font-size: 16px;
  white-space: break-spaces;
}

.boton_desplegable .boton_flecha .icono {
  transition: all 0.125s ease-in-out;
}

.boton_desplegable:hover .boton_flecha .icono {
  transform: none;
}

.contenedor_desplegable.active .boton_desplegable .icono {
  transform: rotate(180deg);
}

.contenedor_desplegable .contenido_desplegable {
  height: 0;
  overflow: hidden;
  transition: height 0.125s ease-in;
}

.contenedor_desplegable .pregunta_frecuente_respuesta {
  background: #fff;
  color: #00a395;
  border-radius: 4px;
  padding: 10px;
  margin: 4px;
  font-size: 14px;
}

.home .boton_container:has(.seleccion_menu_container) {
  position: relative;
  top: -40px;
}

.home .contenedor {
  padding: 0 40px;
}

.seleccion_menu_container {
  position: relative;
}

.semanas_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  position: absolute;
  left: 0;
  bottom: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.125s ease-in-out;
}

.seleccion_menu_container .boton_desplegar {
  width: 100%;
}

.seleccion_menu_container.active .semanas_container {
  visibility: visible;
  opacity: 1;
  bottom: calc(100% + 10px);
}

.seleccion_menu_container.active .boton_desplegar .boton_flecha .icono {
  transform: rotate(180deg);
}

.select_sec {
  width: 100%;

  color: #525254;
  font-size: 15px;
  margin-bottom: 5px;
  background-color: #fff;
  padding: 0 10px 0 10px;
  border: 1px solid #9fd5d0;
  height: 30px;
}

.pie {
  padding: 9px;
  margin-top: 100px;
  font-size: 14px;
}

.pie_fixed {
  position: sticky;
  border-top: 1px solid #a29d3e;
  bottom: 0;
  z-index: 1000;
  background-color: #fff;
}

.pie_cont {
  font-size: 14px;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  padding: 20px 40px;
  background: #fff;
}

.pie_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.pie_detalles_seleccion {
  color: var(--color-principal);
  font-size: clamp(12px, 3vw, 18px);
}

.strong {
  font-weight: 400;
}

.clear {
  clear: both;
  height: 0;
}

.fright {
  float: right;
}

.botones_menu,
.botones_postre {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #29a49b;
}

.iconos {
  margin-top: 8px;
  line-height: 10px;
  font-size: 12px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 10px;
  height: 30px;
  overflow: hidden;
  color: #29a49b;
}

.iconos_corto {
  margin-top: 0;
}

.iconos img {
  padding: 2px;
  margin-right: 3px;
  width: 28px;
}

.iconos_cont {
  display: inline-block;
  height: 28px;
  margin-right: 10px;
}

.iconos_img {
  padding: 2px;
  width: 28px;
  height: 28px;
  float: left;
}

.iconos_label {
  height: 28px;
  float: left;
  line-height: 28px;
  margin-right: 3px;
}

.boton_disabled {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 2;
}

.popup {
  padding: 20px;
  width: 100%;
  height: auto;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #f8f5f4;
  margin: 50px auto;
  max-width: 700px;
}

.popup .titulo {
  font-size: 20px;
  height: 30px;
}

.popup .subtitulo {
  font-size: 15px;
  height: 30px;
  border-bottom: 1px solid #9fd5d0;
  font-weight: bold;
}

.popup #texto_popup {
  width: 100%;
  height: 265px;
  margin: 10px auto;
  overflow-x: hidden;
  overflow-y: scroll;
}
.popup #texto_popup_precio {
  text-align: center;
  font-size: 15px;
}

.popup #texto_popup div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 14px;
  font-size: 12px;
  padding: 5px 0;
}

.popup #texto_popup div .col1 {
  display: block;
  vertical-align: top;
}

.popup #texto_popup div .col2 {
  display: block;
  vertical-align: top;
}

a.entrada_dia_link {
  background-color: #2ba59b;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
}

a.entrada_dia_link:hover {
  background-color: #2fb6ab;
}

.entrada_dia_link_fecha {
  font-size: 22px;
}

.fondo_home {
  background-image: url(../imagenes_web/banner-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 60vh;
}

/****************************************************************/

.tag_aviso {
  background: #fff;
  color: #a29d3e;
  width: fit-content;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 400;
}

.menu_opcion .tag_aviso.nuevo {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #00a395;
  color: #fff;
  height: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  font-size: 13px;
  padding: 5px 10px;
}

.tooltip_container {
  position: absolute;
  z-index: 1110;
  animation: fade-in 0.1s ease-in-out forwards;
  opacity: 0;
  transform: scale(0);
  font-size: 14px;
}

.tooltip_container.tag_aviso {
  box-shadow: 0 1px 1px #0001, 0 2px 2px #0001, 0 4px 4px #0001, 0 8px 8px #0001, 0 16px 16px #0001;
}

.aviso_contenedor_badges {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

@keyframes fade-in {
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/**************************** MODAL ****************************/

#modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  border: 0;
  background: #0005;
  z-index: 1101;
}

.aviso {
  flex: 1;
  background-color: #fff;
  box-shadow: 0 0 2px #0001, 0 2px 4px #0001, 0 4px 8px #0001;
  padding: 20px 20px;
  z-index: 1002;
  margin: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 6px;
  max-width: 400px;
	animation: animacion-modal cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.225s forwards;
}

@keyframes animacion-modal {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}

.aviso_imagen img {
  width: 100%;
  object-fit: contain;
}

.aviso .aviso_detalles_plato_imagen {
  object-fit: cover;
  height: 180px;
  border-radius: 6px;
}

.aviso_titulo {
  font-size: 20px;
  margin: 0;
}

.aviso_texto {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.aviso .boton_container,
.boton_container.flex {
  display: flex;
}

.boton_container.flex {
  flex-wrap: wrap;
}

.aviso .boton_container .boton_primario {
  width: 100%;
  justify-content: center;
  font-size: clamp(0.5rem, 4vw, 1rem);
  padding: 5px 10px;
  text-align: center;
  min-height: 44px;
}

.aviso .aviso_input {
  width: 100%;
  font-size: 16px;
  padding: 10px 10px;
  border: 1px solid #0003;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
}

.aviso_detalles_plato .aviso_detalles_plato_titulo {
  font-size: 16px;
  margin-bottom: 1em;
}

.aviso_detalles_plato span.detalle_plato {
  display: block;
  font-size: 10px;
}

.aviso_detalles_plato > .detalle_plato {
  margin: 0;
}

.aviso_detalles_plato > .detalle_plato:not(:last-child) {
  margin-bottom: 1em;
}

.aviso_detalles_plato > .detalle_plato {
  font-weight: 300;
}

#opinion_mensaje {
  resize: vertical;
  min-height: 150px;
  max-height: 300px;
}

/**************************************************************************************************/

@media (max-width: 800px) {
  .boton_container .boton_primario,
  .boton_container .boton_blanco {
    padding: 5px 10px;
  }

  .boton_container .boton_primario .icono,
  .boton_container .boton_primario .icono {
    height: 20px;
  }

  .botonera .boton a {
    font-size: 13px;
  }

  .titulo_f {
    float: none !important;
  }

  .subtitulo_f {
    text-align: left !important;
  }
}

@media (max-width: 768px) {
  .contenido .columna_1 {
    float: none;
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .contenido .columna_2 {
    float: none;
    padding-left: 0;
    width: 100%;
  }

  .cabezal_container {
    position: sticky;
    top: 0;
    z-index: 1100;
  }

  .cabezal .cabezal_desktop {
    display: none;
  }

  .cabezal .boton_desplegar_menu {
    display: block;
  }

  .cabezal_container.active .cabezal_mobile {
    display: flex;
  }

  .pie_cont,
  .contenedor {
    padding: 10px 20px;
  }

  .cabezal {
    padding: 0 20px;
  }
}

@media (max-width: 578px) {
  .pie_container.boton_container .boton_primario,
  .pie_container.boton_container .boton_blanco {
    width: 100%;
  }
}

@media (max-width: 350px) {
  .popup .subtitulo {
    font-size: 13px;
  }
}

@media (max-height: 550px) {
  .popup {
    margin: 10px auto;
  }
}
