/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.0.1774040256
Updated: 2026-03-20 20:57:36

*/
/*estilos menu*/
li#menu-item-299 a {
color: #63465a !important;
}
li#menu-item-300 a {
color: #d88128 !important;
}
li#menu-item-821 a {
color: #7d6bdc !important;
}
li#menu-item-302 a {
color: #48c75f !important;
}
li#menu-item-303 a {
color: #ed7855 !important;
}
li#menu-item-799 a {
color: #a9b421 !important;
}
/*estilos varios */
.entry-meta {
	display:none!important;
}
/* estilos calendario reservas */
/* Día concreto con reserva: cambia la fecha */
.bpa_day-select.day-cal-2026-04-23 .vc-day-content {
  background: #f7c59f !important;
  color: #5a2f00 !important;
  border-radius: 12px;
}

/* número del día */
.bpa_day-select.day-cal-2026-04-23 .vc-day-content > span:first-child {
  background: #f4a261 !important;
  color: #fff !important;
  border-radius: 999px;
  padding: 4px 8px;
}

/* días no disponibles */
.bpa_day-select .vc-day-content.is-disabled {
  background: #e57373 !important;
  color: #fff !important;
  border-radius: 12px;
}

/* waiting */
.bpa_day-select .vc-day-content.bpa-front-bi-day__waiting {
  background: #ffd166 !important;
  color: #5a4200 !important;
  border-radius: 12px;
}

/* etiqueta inferior */
.bpa_day-select .bpa-front-dt__day-slot-label {
  background: #6a4b80 !important;
  color: #fff !important;
  border-radius: 999px;
  padding: 2px 6px;
  font-size: 11px;
  display: inline-block;
}
/* ocultar categorias*/
.bpa-front-module--category {
	display:none!important;
}
/* Dia parcialmente ocupado: tiene reservas activas pero aun admite nuevas reservas */
.bpa-front--dt__calendar .vc-day .bpa_day-select .vc-day-content.bpa-front-day--has-booking:not(.is-disabled) {
	background-color: rgba(255, 184, 0, 0.18) !important;
	color: #1f2937 !important;
	border-color: rgba(255, 184, 0, 0.45) !important;
}

/* Hover y foco para mantener una respuesta visual consistente */
.bpa-front--dt__calendar .vc-day .bpa_day-select .vc-day-content.bpa-front-day--has-booking:not(.is-disabled):hover,
.bpa-front--dt__calendar .vc-day .bpa_day-select .vc-day-content.bpa-front-day--has-booking:not(.is-disabled):focus {
	background-color: rgba(255, 184, 0, 0.28) !important;
	color: #111827 !important;
}

/* Dia seleccionado: el estilo de seleccionado debe seguir mandando */
.bpa-front--dt__calendar .vc-day .bpa_day-select .vc-day-content.bpa-front-day--has-booking.vc-highlight,
.bpa-front--dt__calendar .vc-day .bpa_day-select .vc-day-content.bpa-front-day--has-booking.is-selected,
.bpa-front--dt__calendar .vc-day .bpa_day-select .vc-day-content.__bpa-is-selected.bpa-front-day--has-booking {
	background-color: var(--bpa-pt-main-green) !important;
	color: #ffffff !important;
}