/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* Colores exactos */
.rojo { background-color: #e94646; }
.azul { background-color: #00c6ed; }
.verde { background-color: #2bd058; }
.azul-gris { background-color: #76CBE0;}
.black {background-color: #000;}
.amarillo { background-color: #ffca3a; }
.turquesa { background-color: #00f7d7; }
.naranja { background-color: #ff8800; }
.rosado { background-color:#FC04DF; }
.azul-marino { background-color: #0099FF; }
.purple { background-color: #A802FB; }
.wine { background-color: #70050B; }
.strong_green { background-color: #008702; }

#ast-desktop-header > div > div {
	background: rgba(0, 0, 0, 0.1);
}

/* #ast-desktop-header > div > div > div.site-below-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container > div > div.site-header-below-section-right.site-header-section.ast-flex.ast-grid-right-section * {
	height: 100%;
} */

.menu-item:hover
/* , .current_page_item { */
/* 	background: #7c3aed; */
	background: #0A0A0A;
}

.menu-item:hover a, .current_page_item a {
	color: #fff!important;
}

/** SUBMENU **/
/* .sub-menu {
	background: rgba(0, 0, 0, 0.1)!important;
} */
.sub-menu li {
/* 	line-height: 1.8!important; */
	max-height: 50px;
	
}

.sub-menu li a {
	background: rgba(0, 0, 0, 0.1)!important;
}


/*** general ***/
.max-width-text {
	max-width: 800px;
	align-self: flex-start;
}
.h2-vip-con-bg {
	background: url(https://clubesbarcelona.com/wp-content/uploads/2025/07/icono-corona-vip-dorado-clubesbarcelona.png) no-repeat;
	background-size: 60px;
	padding-left: 70px;
	
}

@media all and (max-width: 767px) {

	.hero-home h3 {
	font-size: 20px!important;
}
.hero-home h1 {
	font-size: 36px!important;
}

.hero-home p, .display-none-mobile {
	display: none;
}
	
}
/* FORMULARIOS */
form input, form select {
	border-radius: 8px!important;
	height: 50px;
}
form div {
	margin-bottom: 10px!important;
}
form div p {
	margin-bottom: 0!important;
}
/*** iconos lista clubes ***/
.list-iconos-clubes img {
	width: 36px!important;
}

/*** Botones ***/
.btn-reservas * {
	width: 100%!important;
}

/*** PAGINA HOME ***/
@media all and (max-width: 600px) {
	.relax-img img {
	max-height: 300px;
    object-fit: cover;
}
}


/*** PAGINAS CLUBES ***/
.box-flex-3col > div > div {
	height: 100%;
}
.box-flex-3col > div > div p:first-of-type {
	flex-grow: 2;
}

/*** PAGINA RESERVA OPIUM ***/
.section {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #212D45;
}

.section h2 {
  border-left: 4px solid #FACC15;
  padding-left: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}

/*** FICHA PRODUCTO ***/
.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
	   margin-left: 0;
}
.woocommerce-js div.product .related.products {
	display: none;
}

.mesa-recursos {
	display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 4px;
}
@media all and (min-width: 768px) {
	.single .entry-header {
		display: none;
	}
}

@media all and (max-width: 768px) {
	.single .entry-header {
		padding-top: 20px;
		margin-bottom: 0px;
	}
	.single .entry-meta, .woocommerce-js div.product .product_title {
		display: none;
	}
	.custom-resource-options {
		flex-direction: column;
	}
}
/* Entradas */
.ticket-option {
  background-color: #2a2a2a;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.ticket-option span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
	margin-bottom: 15px;
}

.ticket-option small {
  font-size: 14px;
  color: #ccc;
}

.price {
  background: #333;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 14px;
}

.ticket-option a {
  background: #FACC15;
  color: white;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
}

/* Mapa imagen */
.map-img {
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
  display: block;
  border-radius: 10px;
}

/* Mesas */
.mesa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1f1f1f;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 12px;
}

.mesa:hover {
	cursor: pointer;
	background-color: #7c3aed;
}
.mesa-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
}

.mesa-left {
  display: flex;
  flex-direction: column;
}

.dots {
  display: flex;
  gap: 6px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}


.mesa-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.precio {
  background-color: #3a3a3a;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}

.boton {
  background-color: #FACC15;
  color: white;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
}

@media all and (max-width: 600px) {
	.ticket-option, .mesa {
		flex-direction: column;
		align-items: flex-start;
	}
	.ticket-option > div {
		width: 100%;
		justify-content: space-between;
	}
	.mesa-left {
		flex-direction: row;
		align-items: center;
    width: 100%;
		justify-content: space-between;
	}
	.mesa-right {
		width: 100%;
		justify-content: space-between;
		margin-top: 15px;
	}
}

/*** calendario ***/
.wc-bookings-booking-form fieldset {
	padding: 10px 0 0;
	border-width: 0px;
}
.wc-bookings-date-picker .ui-datepicker td {
	background: #ccc;
}

.wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a,
.wc-bookings-date-picker .ui-datepicker td.partial_booked a,
.wc-bookings-date-picker .ui-datepicker td.bookable a{
	background: #facc15!important;
		font-weight: bold;
}

/**** WOOCOMMERCE ****/
.woocommerce-js table.shop_table thead, .woocommerce-page table.shop_table thead,
.woocommerce-cart .cart-collaterals .cart_totals>h2{
	background-color: #212D45;
}



