/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/



ul#menu-menu-con-imaxes{
	margin-left: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2rem -1rem;
}
nav/*#menu-imaxes-nav .w-nav-control + ul.level_1{
	display: grid !important;
	grid-template-columns: repeat(8,1fr);
	overflow-x: scroll;
}*/
nav#menu-imaxes-nav .w-nav-control:not(.active) + ul.level_1{
	display: none !important;
}
#menu-menu-con-imaxes li.menu-item{
	position: relative;
	z-index: 10;
	width: calc(50% - 2rem);
	height: 400px;
	margin: 1rem !important;
}
nav#menu-imaxes-nav ul.level_1 li.menu-item{
	width:  250px;
	height: 150px;
	margin: 1rem;
}
/*#menu-menu-con-imaxes li.menu-item.tenda,
#menu-menu-con-imaxes li.menu-item.rua{
	margin: 4rem 1rem 1rem 1rem !important;
}*/
#menu-menu-con-imaxes a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	overflow: hidden;
	text-align: center;
	font-weight: 700;
	font-family: var(--h1-font-family);
	border-radius: 1.5rem;
	border: 4px solid var(--color-amarelo);
	line-heigh: 1.2;
	display:flex;
	flex-direction: column;
	justify-content: center;
	padding:1rem;
	font-size:2rem;
}
nav#menu-imaxes-nav ul.level_1 a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	overflow: hidden;
	padding: 1.5rem 1rem 1rem 1rem;
	text-align: center;
	font-weight: 700;
	font-family: var(--h1-font-family);
	font-size: 1.5rem;
	border-radius: 1.5rem;
	border: 2px solid var(--color-amarelo);
	line-heigh: 1;
}
#menu-menu-con-imaxes a:hover{
	color: var(--color-amarelo);
}

nav#menu-imaxes-nav ul.level_1 .item_imaxe,
#menu-menu-con-imaxes .item_imaxe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -20;
	height: 400px;
	width: 100%;
	object-fit: cover;
	transition-duration: 0.3s;
 	transform-origin: 50% 50%;
}
nav#menu-imaxes-nav ul.level_1 .item_imaxe{
	height: 150px !important;
}
#menu-menu-con-imaxes a:hover .item_imaxe,
nav#menu-imaxes-nav ul.level_1 a: hover .item_imaxe{
	transform: scale(1.05) translate(0%,0%)
}
header.id_2967 .w-nav-control span{
	font-weight: 600 !important;
}
@media (max-width: 600px){
	ul#menu-menu-con-imaxes{
		margin: 2rem 0;
	}
	#menu-menu-con-imaxes li.menu-item{
		width: 100%;
		margin: 2rem 0 !important;
		height: 250px;
	}
	/*#menu-menu-con-imaxes li.menu-item.tenda,
	#menu-menu-con-imaxes li.menu-item.rua{
		margin: 4rem 0 2rem 0 !important;
	}*/
	#menu-menu-con-imaxes a,
	nav#menu-imaxes-nav ul.level_1 a{
		font-size: 1.25rem;
	}
	#menu-menu-con-imaxes .item_imaxe{
		height: 300px;
	}
}

nav#menu-imaxes-nav ul.slick-slider{
	padding-left:0;
	padding-right:0;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  transform: translateY(-50%);
  top: 50%;
  line-height: 1;
  border-radius:50%;
  padding:1em 1em;
  background: var(--color-header-middle-text-hover);
  border-color:transparent;
  color: var(--color-alt-content-bg-alt) !important;
}
button.slick-arrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius:inherit;
  border-style:solid;
  border-color:inherit;
  border-image:inherit;
  border-width:0;
}
button.slick-arrow:after{
	width:1rem;
	padding-left:0;
  font-family: fontawesome;
  font-weight: 400;
  display:inherit;
}

button.slick-arrow.slick-next:after{
	content: '\f105';
}
button.slick-arrow.slick-prev:after{
	content: '\f104';
} 
.slick-prev.slick-arrow {
  left: 1.5rem;
  right: unset;
}
.slick-next.slick-arrow {
  right: 1.5rem;
  left: unset;
}


.owl-dots{
	position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.dotstyle_circle .owl-dot span{
	width:  15px;
	height: 15px;
	box-shadow: 0 0 0 2px var(--color-content-primary);
	background: transparent;
	opacity: 1;
}
.dotstyle_circle .owl-dot.active span{
	background: var(--color-amarelo) !important;
}
.owl-carousel .owl-nav .owl-next:after, 
.owl-carousel .owl-nav .owl-prev:after{
	width:1rem;
	padding-left:0;
}

.w-search .w-form-row{
	justify-content:space-between;
}
@media (min-width:600px) {
	.w-search .w-form-row input[type="text"]{
		min-width:400px;
	}
}
.w-filter-list .w-filter-item-title,
.w-filter-list .w-filter-item-reset{
	display:none;
}
/* Modo checkboxes */
.w-filter-list .w-filter-item-values{
	display:flex;
	flex-wrap: wrap;
}
/*.w-filter-list .w-filter-item-values:before{
	content:"Temas: ";
	display:block;
	width:100%;
	font-size: 80%;
}*/
.w-filter-list .w-filter-item-value{
	line-height:1.25;
	margin-right:1rem;
}
.w-filter-list .w-filter-item-value label{
	display:flex;
	align-items:center;
}
@media (max-width:600px){
	#buscador button.w-search-form-btn{
		display:none;
	}
	#buscador .w-form-row-field{
		width:100%;
	}
	#buscador .w-filter-list .w-filter-item-values{
		justify-content:center;
	}
}

/* Modo despregable */
.w-filter-item.type_dropdown select {
  border-radius: 30px;
  line-height: 3rem;
  height: 3rem;
  font-size: 1rem;
  color: #363f5a94;
  border: 2px solid var(--color-azulescuro);
}


a.button.yith-wcqv-button,
#yith-quick-view-modal.open .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button{
	font-family: var(--h1-font-family);
  font-size: 15px;
  line-height: 1 !important;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0em;
  border-radius: 2rem;
  padding: 1.0em 2.0em;
  background: var(--color-header-middle-text-hover);
  border-color:
transparent;
  color: var(--color-alt-content-bg-alt) !important;	
}

#yith-quick-view-modal.open .yith-wcqv-wrapper,
.yith-quick-view-content.woocommerce div.product .product{
        height: auto !important;
    }
#yith-quick-view-modal.open .yith-wcqv-main{
    border-radius: 30px;
    box-shadow: none;
    overflow-x: clip;
    border:3px solid var(--color-amarelo);
}
.yith-wcqv-main #yith-quick-view-close{
    border: none;
    top: 1rem;
    right: 1rem;
}
#yith-quick-view-content div.summary{
    padding: 1.5rem;
}
#yith-quick-view-content div.summary h1{
    font-size:  1.5rem;
}
#yith-quick-view-content div.summary .price{
    font-size:  1.25rem;
    color: var(--color-amarelo);
}
#yith-quick-view-content .variations th,
#yith-quick-view-content .variations td.value{
	padding-bottom:0;
	vertical-align:middle;
}
#yith-quick-view-content .variations th label{
	color: white;
	padding-top:0;
}
.yith-quick-view-content.woocommerce div.summary table.variations{
	overflow: hidden !important;
} 
.woocommerce .quantity input.qty,
.istwqfs-shop-cart .quantity input, 
#yith-quick-view-content div.summary .quantity input.qty,
#yith-quick-view-content div.summary .variations select{
border-radius: 28px !important;
border-color:var(--color-amarelo);
  min-height: 3rem !important;
  line-height: 3rem !important;     
  margin-bottom: 0;
  color:#a3a7b3;
}
#yith-quick-view-content .woocommerce-variation.single_variation{
	gap:0;
	color: #fff !important;
}
#yith-quick-view-content .images img{
    aspect-ratio: 1;
    object-fit: cover;
}
#yith-quick-view-content .woocommerce-variation-price, 
#yith-quick-view-content .woocommerce-variation-availability{
    margin-right: 0;
}
#yith-quick-view-content .woocommerce-variation-availability p.stock{
    color: inherit !important;
}
.woocommerce .cart_totals, 
.woocommerce-checkout #order_review,
.woocommerce-info, 
.woocommerce-error, 
.woocommerce-message{
	background: var(--color-amarelo);
	border-radius:30px;
	color:var(--color-azulescuro);
}
.woocommerce-info a, 
.woocommerce-error a, 
.woocommerce-message a{
	color: var(--color-azulescuro);
}
.woocommerce .cart_totals a.button.alt{
	background: var(--color-azulescuro);
	color: white !important;
}
.woocommerce-checkout-review-order-table label[for*="flat"]{
    visibility: hidden;
}
.woocommerce-checkout-review-order-table label[for*="flat"] span{
    visibility: visible;
}
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping th:after{
    content: ' (aprox. 1 semana)';
}
.woocommerce .entry-summary .product_meta{
	display:none;
}
#yith-quick-view-content div.images a{
	pointer-events: none;
	cursor: default;
}
@media(min-width:600px){
	.caderno-horizontal article:nth-child(2n) .invertir {
	  flex-direction: row-reverse;
	}
	.caderno-horizontal article:nth-child(2n) .invertir .post_image{
		margin-right:auto;
	}	
	.caderno-horizontal article:nth-child(2n) .invertir .w-vwrapper{
		margin-right: var(--hwerapper-gap,2rem);
	} 
}

.w-grid.capitulos .us-btn-style_5{
	border:2px solid var(--color-amarelo);
}
.w-grid.capitulos .us-btn-style_5:hover{
	border:2px solid white;
}

#equipo ul{
	column-count: 3;
	text-align:center;
	list-style-type: none;
	margin-left: 0;
}
#equipo ul li{
	page-break-inside: avoid;
	font-weight:600;
	font-size: .8rem;
}
#equipo ul li strong{
	font-weight:400 !important;
	font-size: .9rem !important;
}
@media (min-width:600px) and (max-width:1380px) {
	#equipo ul{
		column-count: 2;
	}
}
@media (max-width:600px) {
	#equipo ul{
		column-count: 1;
	}
}

table.aineventos{
	border-collapse:separate;
	border-spacing:0 1rem;
}
table.aineventos thead{
	display:none;
}
table.aineventos td{
	border-bottom:0;
	background:var(--color-azulceo);
	color:var(--color-amarelo);
	text-transform: uppercase;
	font-weight: 600;
	font-size:90%;
	line-height:1.1;
}
table.aineventos td.recinto{
	text-transform: none;
	font-weight:400;
}
table.aineventos td.data{
	border-radius:28px 0 0 28px;
	min-width:120px;
}
table.aineventos td.entradas{
	border-radius:0 28px 28px 0;
}
table.aineventos .entradas a:before{
	font-family:'fontawesome';
	content:'\f3ff';
	display:inline-block;
	transform:rotate(-25deg);
	font-weight:400;
	margin-right:.5rem;
	color:var(--color-amarelo);
}
.entradas a:hover {
  color: var(--color-azulclaro) !important;
}
@media (max-width:600px) {
	table.aineventos td.data{
		border-radius: 28px 28px 0 0;
		padding-top:1rem;
	}
	table.aineventos td.entradas{
		border-radius:0 0 28px 28px;
		padding-bottom: 1rem;
	}
	table.aineventos tr{
		border-bottom: 0;
	}
}
#baner-aineventos .tablewrap{
	padding:1rem;
}
#baner-aineventos tbody{
	display:grid;
	grid-template-columns: 50% 50%;
	grid-gap:1rem;
}
#baner-aineventos tr.ainevento{
	display:flex;
	align-items:center;
	background: var(--color-azulceo);
	padding:1rem;
	border-radius:28px;
}
#baner-aineventos #foto-lidia{
	position:absolute;
	bottom:0;
	left:0;
}
#baner-aineventos .aineventos td{
	border-radius:0;
	padding: 0;
}
#baner-aineventos td.data{
	min-width:85px;
}
#baner-aineventos td.localidade{
	flex-grow:1;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	text-align:left;
}
#baner-aineventos td.recinto{
	display:none;
}
#baner-aineventos .entradas a{
  width: 28px;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  padding-left: 5px;
  color:var(--color-azulceo);
}
#baner-aineventos .entradas a:before{
	font-size:90%;
	width: 28px;
}
#baner-aineventos tr:hover .entradas a::before{
	color:var(--color-azulclaro);
}
@media(max-width:1024px){
	#baner-aineventos table.aineventos{
		display:block;
		min-width:unset;
		margin-bottom:1rem;
	}
	#baner-aineventos > .wpb_column{
		width:100%;
	}
	#baner-aineventos #foto-lidia{
		position: static;
		text-align:center;
		position:relative;
		bottom:50px;
	}
	#baner-aineventos #logo{
		position:absolute;
		top:-150px;
		left:0;
		right: 0;
	}
	#baner-aineventos .tablewrap{
		padding:0;
		overflow-x: unset;
	}
	#baner-aineventos tbody{
		grid-template-columns:100%;
	}
}
@media (min-width: 1024px){
	#baner-aineventos #foto-lidia{
		max-width:unset;
		width:350px;
		left:-10px;
	}
}
@media (max-width: 600px){
	#baner-aineventos tbody{
		grid-gap:0.5rem;
	}
	#baner-aineventos tr.ainevento{
		padding:.5rem;
	}
	#baner-aineventos td{
		font-size: .85rem;
	}
}
@media (min-width: 601px) and (max-width:1024px){
	#baner-aineventos .tablewrap{
		margin-top:50px;
	}
}
@media (max-width: 450px){
	#baner-aineventos .tablewrap{
		overflow-x:auto !important;
		margin-top:2rem;
	}
	#baner-aineventos td.localidade{
		max-width:165px;
	}	
	#baner-aineventos #foto-lidia{
		bottom:25px;
	}
	#baner-aineventos #logo{
		top: -80px;
	}
}



#carrusel article h2:hover a{
	color:var(--color-amarelo);
}
@media (max-width:600px){
	#carrusel h2{
		font-size:1.25rem;
	}
	#carrusel .subtitulo{
		font-size: .9rem;
		line-height:1.2;
	}
}
#galeriacap .rsOverflow{
	padding-left:1rem;
	padding-right:1rem;
}
#galeriacap img{
	border-radius:30px;
	border:3px solid var(--color-amarelo);
}
#galeriacap .rsThumb.rsNavSelected img{
	border-color:var(--color-azulceo);
}
#galeriacap .rsThumb.rsNavSelected:after{
	border:none;
}
#galeriacap .royalSlider .rsArrow,
article.w-grid-item.product .royalSlider .rsArrow{
	background: var(--color-amarelo);
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
  text-shadow:none;
  color: var(--color-azulceo);
  top:calc(50% + 1rem);
}

#personaxes .g-cols.via_flex.type_boxes > div > .vc_column-inner{
	padding: 2rem 4rem;
}
@media (max-width:600px){
	#personaxes .wpb_text_column h3,
	#personaxes .wpb_text_column p{
		text-align:left !important;
	}
	#personaxes .wpb_text_column h3{
		font-size: calc(20px + 1vw);
	}
}
#enquisa{
	background:var(--color-azulclaro);
	border-radius:28px;
	border-color: var(--color-azulescuro);
}
#enquisa .boton{
	margin-bottom:1rem;
}

input[type="email"].sib-email-area{
	border:none;
	color:var(--color-verde);
}
@media (min-width:767px){
	footer #creditos > .wpb_column > .vc_column-inner > .wpb_wrapper{
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
}

@media (max-width:767px){
	footer #creditos .w-hwrapper{
		margin-bottom:3rem;
	}
}

/*botons xabarin*/
a.w-btn.us-btn-style_5[href*="xabarin"]{
	border-color:red;
	background: black;
	color: red !important;
}
a.w-btn.us-btn-style_5[href*="xabarin"] i{
	display: none;
}
a.w-btn.us-btn-style_5[href*="xabarin"]:before{
	content:'';
	height:1rem;
	width:1rem;
	background-image:url(https://bibopalula.gal/wp-content/uploads/2025/09/xabarin-icon.png);
	background-size: contain;
	margin-top:.85em;
	margin-left:1em;
}
a.w-btn.us-btn-style_5[href*="xabarin"] span{
	margin-left: 1em;
}
.acf-field textarea{
	padding:2rem !important;
	font-size: 1rem !important;
}
.acf-field input[type="text"], 
.acf-field input[type="password"], 
.acf-field input[type="email"], 
.acf-field input[type="search"], 
.acf-field input[type="tel"], 
.acf-field input[type="url"], 
.acf-field select{
	padding: .5rem 2rem !important;
	font-size:1rem !important;
}
.acf-field .acf-label{
	color:var(--color-amarelo);
}
.fea-submit-button{
font-family: var(--h1-font-family);
  font-style: normal;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1 !important;
  font-weight: 600;
  letter-spacing: 0em;
  padding: 1.0em 2.0em;
  transition-duration: 0.3s;
  border-radius: 2rem;
  transition-timing-function: ease;
  --btn-height: calc(1em + 2 * 1.0em);
  background: var(--color-amarelo);
  border-color: transparent;
  border-image: none;
  color: #fafafa !important;
}