/* @override 
	http://eennttrreeaarrttee:8888/wp-content/themes/entrearte/style.css?*
	https://centraldediseno.mx/arte/wp-content/themes/entrearte/style.css?*
	https://entrearte.com.mx/wp-content/themes/entrearte/style.css?* */



/*
Theme Name: ENTREARTE
Theme URI: https://centraldediseno.com
Author: centraldediseno.com
Author URI: https://centraldediseno.com
Description: Plantilla Wordpress Original
Version: 1.0.0
*/
/*@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');*/
:root {
	--txtColor:#000000;
	--txtColorDown:#383838;
	--bgColor:#EBEDF0;
	--bgColorHeader:#ffffff;
	
	--bgColorAlpha:rgba(255, 255, 255, 0.38);
	--bgColorBeta:#A4A4A4;
	--aire:35px;
	--colSize:10%;
	--inversoTxtColor:#ffffff;
	--oscuro: #010000;
	--footerText:#ffffff;
}

body {
  color: var(--txtColor);
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  background-color: var(--oscuro);
  margin: 0;
  padding: 0;
  position: relative;
} 


.closeMenuMovilIcon img{
	display: block;
}

.closeMenuMovilIcon:hover {
	
	cursor: pointer;
	
	
}

.closeMenuMovilIcon {
	border-radius: 50%;
	
	position: absolute;
	top: calc(var(--aire) * 1);;
	right: calc(var(--aire) * 1);;
	border: thin solid black;
	width: 34px;  
  aspect-ratio: 1;
	text-align: center;
	
	 display: flex;
            justify-content: center;
			align-items: center;
  font-size: 21px;
  font-weight: bold;
  background-color: black;
  color: white;
}


.menuMovilBox {

transition: transform .3s ease;
transform: translate(-100%, 0);

position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	background-color: white;
	
}
.menuMovilBox.active {

	transform: translate(0%, 0);
}
.menu-principal-movil {
	
	
	
	
	 display: flex;
            justify-content: center;
			align-items: center;
	 height: 100%;
}
.menu-principal-movil ul{
	
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-principal-movil li a{
	font-weight: 900;
	text-decoration: none;
}


.menu-principal-movil .current-menu-item a{
	font-size: 30px;
	
	color: var(--txtColorDown);
	background: url(img/arrowRight.svg) 0% center no-repeat;
  transition: background-position .3s ease;
	ransition: all 1s ease-in-out;
  padding-right: 40px;
	padding-left: 40px;
}	



.pageContenido {
	padding-bottom: calc(var(--aire) * 1);
}
.menu-principal-movil li {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 30px;
	text-transform: uppercase;
}
.menuMovilIcon img{
	display: block;
	width: auto;
	height: 100%;
}
.menuMovilIcon img:hover{
	cursor: pointer;
}
.menuMovilIcon {
	height: 30px;
	width: auto;
	display: none;
}


.cart-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: calc(var(--aire) * 1);
}
.coupon .button{
	width: 100%;
}
.product-image-column {
	position: relative;
}

li.wc_payment_method {
	margin-top: calc(var(--aire) * 1);
	margin-bottom: calc(var(--aire) * 1);
}


.remove-button {
	border-radius: 50%;
	position: absolute;
	
	border: 1px none black;
	width: 25px;
	height: 25px;
	text-align: center;
	font-size: 50px;
	line-height: 19px;
	padding: 5px;
	background-color: white;
	top: calc(var(--aire) * .25);
	left: calc(var(--aire) * .25);
}
.remove-button a{
	text-decoration: none;
}

	.filtrosOpened .filtros-formBox {
	

	display: block;
	}
.artistaSingle {
	padding-top: calc(var(--aire) * 4);
}

.rango-slider input[type="range"] {
            width: 100%;
        }
        .rango-valores {
            display: flex;
            justify-content: space-between;
            margin-top: 5px;
        }
     
       
  #ship-to-different-address .checkbox {
   	
   } 

 h3#ship-to-different-address  {
 	font-size: 1rem;
 	font-weight: normal;
 	font-style: normal;
 }
 
 .footer-menu a:hover{
 	text-decoration: underline;
 }
.footer-menu a{
	text-decoration: none;
}
ul.footer-menu li{
	margin-bottom: calc(var(--aire) * .25);
}
 ul.footer-menu{
	margin: 0;
	padding: 0;
	list-style: none;
 	text-align: right;
 }
.footerLine {
	color: var(--footerText);
	background-color: var(--oscuro);

}
.footerLine a {
	color: var(--footerText);
	}
	
	
	
	.sidebar-filtros {
	background-color: var(--bgColor);
	padding: calc(var(--aire) * 1);
	position: relative;
	}
	
.slide-textBox p{
	margin: 1rem 0;
}
.slide-textBox p{
	
	background-color: var(--bgColorAlpha);
	padding: calc(var(--aire) * 1);
}
.slide-textBox {
	
	padding: 0 calc(var(--aire) * 1);
	font-size: 26px;
}
strong {
	font-weight: 800;
}

#filtros-form .button{
		border-radius: 10px;
background: white;
margin-top: calc(var(--aire) * .5);
color: black;
padding: calc(var(--aire) * .25);
font-size: .8rem;
}

.button:hover {
	cursor: pointer;
	text-decoration: underline;
}
a.btn, .button {
	
	background-color: var(--bgColor);
	color:  var(--txtColor);
	text-decoration: none;
	padding: calc(var(--aire) * .5);
	 box-sizing: border-box;
	text-transform: uppercase;
	font-size: 1rem;
	border-style: none;
	display: inline-block;
}


a.btn:hover{
	text-decoration: underline;
}

.woocommerce-message {
	padding: calc(var(--aire) * .25);
	 outline: none;
  box-shadow: none;
  margin-bottom: calc(var(--aire) * 1);
  font-style: italic;
}
.woocommerce-message .button {
	display: none;
}
.checkout-grid h3{
	font-weight: 900;
	font-size: 35px;
}
.obra-principal .amount, .order-total .amount, .granTotal{
	font-weight: bold;
	font-size: 30px;
}
.woocommerce-shipping-calculator {
	margin-bottom: calc(var(--aire) * .5);
}
.cart_totals .button {
	display: inline-block;
}
.checkout-button {
		margin-top: calc(var(--aire) * 1);

}

.filtrosIcon {
	height: 30px;
	float: right;
	position: absolute;
	right: calc(var(--aire) * .5);
	top: calc(var(--aire) * .4);
	display: none;
}
.onMobil {
	display: none;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background-color: var(--bgColorHeader);
}
.sliderHero .wrap {
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: grid;
	align-items: center;
}
.legalesFooter {
	padding-left: calc(var(--aire) * 1);
	padding-right: calc(var(--aire) * 1);
	text-align: center;
}

.listado-posts {
	display: grid; 
	grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	gap: calc(var(--aire) * 1);
}


.wrap {
	
	max-width: 1850px;
	margin-right: auto;
	margin-left: auto;
	width: 94%;
}
.artista-card {
	text-align: center;
	font-style: italic;
}
.artista-card a:hover {
	text-decoration: underline;
}
.artista-card a {
	text-decoration: none;
}
.newsletter input {
	 box-sizing: border-box;
	padding: calc(var(--aire) * .44);
}
.footer {
	display: grid;
	grid-template-columns: auto 1fr auto;
	padding-top: calc(var(--aire) * 1);
	padding-bottom: calc(var(--aire) * 2);
}
.contenedor-header {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;

}
.custom-next-hero-box img {
	 transform: rotate(180deg);
}
.custom-next-hero-box {
	right: 0;
}
.slide-text {
	padding-right: calc(var(--colSize) * 1);
	padding-left: calc(var(--colSize));
	width: 60%;
	margin-left: 60px;
}
.arrowsHero img:hover{
	cursor: pointer;
}
.arrowsHero img{
	width: 60px !important;
	display: block;
}

.pasos {
 display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); 

gap: calc(var(--aire) * 1);
  box-sizing: border-box;
padding-top: calc(var(--aire) * 1);
}


.arrowsHero {
	position: absolute;
	top: 50%;
	
/*	background-color: var(--bgColorAlpha);*/
	border-radius: 50%;
	padding: 6px;
margin-top: -37px;
}
.obras-grid {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: calc(var(--aire) * 2);
	
list-style: none;

}
.post-metaAutor {
	font-size: 50px;
	margin: 0;
}
.single-post .hero img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
img.alignnone {
	width: 100%;
	height: auto;
}
.heroData {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 110px;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
}
.single-post .hero {
	height: 100vh;
	position: relative;
}
.listado-productos {
	display: grid; 
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: calc(var(--aire) * 2);
}
a.added_to_cart.wc-forward {
	margin-top: 4px;
	display: inline-block;
	font-size: .8em;
}

.product-artist p{
	margin-top: 0;
	margin: 0 0 5px;
}
.obras-grid h3{
	margin: 0 0 5px;
}
ul.obras-grid {
	padding: 0;
margin: 0;
text-align: center;
}
.obra-info h1{
	font-size: 1em;
	margin: 0;
	line-height: 1em;
}

.proceso-compra h2:hover{
	cursor: pointer;
	text-decoration: underline;
}

.proceso-compra h2{
	font-size: 35px;
}

h1 {
	text-transform: uppercase;
	font-weight: 900;
	margin: 0;
	font-size: 72px;
	line-height: 55px;
}


.artista-info h1 {
	font-size: 40px;
}
h2.titleRow {
	letter-spacing: 18px;
	text-align: center;
}
h2 {
	font-size: 65px;
	font-weight: 900;
	text-transform: uppercase;
	
	margin: 0;
}

.cart_totals h2 {
	font-size: 35px;
	margin-bottom: calc(var(--aire) * 1);
}

.iconos-header a{
	display: inline-flex;
	text-decoration: none;
}
.iconos-header {
	display: inline-flex;
	gap: calc(var(--aire) * 1);
	padding-right: calc(var(--aire) * 1);
	padding-left: calc(var(--aire) * 1);
}
.iconos-header img{
	height: 50px;
	display: block;
}
.menu-principal {
	/*display: inline-flex;*/
	
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
	text-align: right;
}
.logo-header a{
	display: inline-block;
	float: left;
}
.logo-header {
	display: inline-flex;
	padding-right: calc(var(--aire) * 1);
}

.menu-principal ul{
	
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: inline-flex;
	gap: calc(var(--aire) * 0.5);
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.menu-principal li a{
	text-decoration: none;
	word-spacing: -2px;
	text-align: center !important;
	display: inline-block;
	padding-top: calc(var(--aire) * .25);
	padding-bottom: calc(var(--aire) * .25);
	border-bottom: 1px solid var(--bgColorHeader);
}
.menu-principal li a:hover{
border-bottom-color: var(--oscuro);
}
.menu-principal li.current-menu-item a{
	font-weight: 900;
}
.artista-imagen {
	aspect-ratio: 1;
}
.artista-imagen img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header {
	 transition: all 0.3s ease;
	
	padding: var(--aire) 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}
a{
  color: var(--txtColor);
  }
	a.reset-filtro:hover{
	text-decoration: underline;
}
a.reset-filtro{
	text-decoration: none;
}	
.filtrosOpened a.reset-filtro{
	display: inline-block !important;
}	
.logo-header img{
	
	width: auto;
	height: 45px;
	display: block;
}	


.contentBox h1{
	margin-bottom: calc(var(--aire) * 1);
}


.artistasLine, .productosLine, .artistaSingleLine, .carritoLine, .checkoutLine, .faqLine, .blogLine, .singlePostLine {
	
	background-color: var(--inversoTxtColor);
	padding-bottom: calc(var(--aire) * 2);
}

.procesoDeCompraLine {
	background-color: var(--inversoTxtColor);
}


.lineaPrimera {
	padding-top: calc(var(--aire) * 5);
	
}
.artista-foto img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.artista-header {
	display: grid;
	grid-template-columns: 1fr 2fr;
    gap: calc(var(--aire) * 2);
	margin-bottom: calc(var(--aire) * 1);
}
.artista-foto {
	aspect-ratio: 1;
	overflow: hidden;
	-webkit-border-top-left-radius: 40%;
-webkit-border-top-right-radius: 40%;
-moz-border-radius-topleft: 40%;
-moz-border-radius-topright: 40%;
border-top-left-radius: 40%;
border-top-right-radius: 40%;
}

.swiper-container-hero{
	position: relative;
}
.swiper-slide-contentText {
	position: absolute;
	left: 0;
	top: 107px;
	right: 0;
	bottom: 0;
	display: grid;

}

.featuredHomeLine {

background-color: var(--inversoTxtColor);
  padding-top: calc(var(--aire) * 1);
	padding-bottom: calc(var(--aire) * 1);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.38);
}


.sliderHero {
 
	height: calc(100vh - 100px);
	overflow: hidden;
}
.swiper-slide-content{
	position: relative;
	overflow: hidden;
}
.swiper-container-hero, 
.swiper-slide, 
.swiper-slide-content, 
.swiper-slide-content img {
    height: 100%;
    width: 100%;
    object-fit: cover; /* Para que la imagen cubra el espacio manteniendo proporciones */
}


.obra-galeria-grid {
	 display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: calc(var(--aire) * 2);
}


.section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    color: #333;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: calc(var(--aire) * 2);
	  padding-top: calc(var(--aire) * 2);

}
.galeria-thumb {
	aspect-ratio: 1;	
}
.galeria-thumb img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.product-card {

    transition: all 0.3s ease;
	text-align: center;
}
.product-card h3{
	margin-bottom: 5px;
}
.product-card p{
	margin: 0 0 5px;
}
.product-card:hover {
    transform: translateY(-5px);
}

.product-image {
    margin-bottom: calc(var(--aire) * .5);
   aspect-ratio: 1;	
}

.product-image img {
	width: 100%;
	height: 100%;
    display: block; 
	object-fit: cover;
	
}
.flex-control-nav.flex-control-thumbs {
  display: flex !important;
  overflow-x: auto;
  flex-wrap: nowrap;
  gap: 8px;
  padding-right: 0;
	padding-left: 0;
  scroll-behavior: smooth;
}
.flex-control-nav.flex-control-thumbs {
  display: flex !important;
  overflow-x: auto;
  flex-wrap: nowrap;
  gap: 8px;
  padding: 10px 0;
  scroll-behavior: smooth;
}

.flex-control-nav.flex-control-thumbs li {
  flex: 0 0 auto;
}
.flex-control-nav.flex-control-thumbs li {
  flex: 0 0 auto;
}
.obra-imagen img{
	height: auto;
	width: 100%;

	display: block; 
}
.obra-imagen {
	position: relative;
}
img:focus,
a:focus img {
  outline: none;
  box-shadow: none;
}
.obra-principal {
		
		display: grid;
    grid-template-columns: 55% 1fr; 
    gap: calc(var(--aire) * 2);
}
.homeSpotsLine{
		background: var(--bgColorBeta);
background: radial-gradient(circle,rgba(224, 224, 224, 1) 0%, rgba(164, 164, 164, 1) 100%);

}

.homeSpotsLine .wrap{
		width: 100%;
}


.home-spot-item {
	display: grid; 
	grid-template-columns: 1fr 1fr; 
	
	
	
}


.home-spot-image img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
    display: block; 
	object-fit: cover;
}
.home-spot-texto {
	display: grid;
	align-items: center;
	grid-template-columns:  1fr ;
	text-align: center;
	background-color:  var(--bgColorBeta);
}
.spot-text {
	display: grid;
	align-items: center;
	height: 100%;
	padding: calc(var(--aire) * 1);
	 box-sizing: border-box;
}
span.cart-count {
	background: transparent;
	color: black;
	padding-right: 3px;
	padding-top: 0;
	padding-left: 3px;
	border-radius: 3px;
	margin-left: 2px;
	margin-top: 5px;
	font-weight: 500;
	border: thin none black;
}
.postData {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: calc(var(--aire) * 1);
	padding: calc(var(--aire) * 1);
	background-color: var(--bgColorAlpha);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.post-card {
	position: relative;
}

.post-excerpt p{
	margin: calc(var(--aire) * .25) 0 0;
}
h3.post-title {
	margin: 0;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 900;
}
.home-spot-textoBox{
	aspect-ratio: 1;
	background-color: white;
	
	position: relative;
	width: 80%;
	height: 80%;
	margin-right: auto;
	margin-left: auto;
}
.listado-posts .post-image {
	width: 100%;
	aspect-ratio: 1;
}
.listado-posts img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.footer h3 {
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: calc(var(--aire) * .5);
}
.checkout ul li{
	display: inline-block !important;
}
section table.shop_table.order_details{
	display: inline-block;
	
}


.woocommerce-order h2 {
	margin-bottom: calc(var(--aire) * .5);
}

.woocommerce-order {
	 display: grid;
  grid-template-columns: 1fr ;
  gap: calc(var(--aire) *1);
  text-align: center;
}

.obra-principal .obra-precio {
	
}
.sidebar-filtros h3 a:hover{
	text-decoration: underline;
}
.sidebar-filtros h3 a{
	text-decoration: none;
}
.sidebar-filtros h3{
	font-weight: 900;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: calc(var(--aire) * .5);
	margin-top: 0;
}
.obra-precio {
	margin-bottom: calc(var(--aire) * .5);
}
form.cart .quantity {
	margin-bottom: calc(var(--aire) * .5);
}
.artista-info h3{
	font-weight: bold;
}
h3 {
	
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	font-weight: 500;
}
.slide-text h3 {
	margin: 0;
}
.artista-card h3 {
	margin-bottom: 8px;
}
a.product-link:hover {
	text-decoration: underline;
}
a.product-link {
	text-decoration: none;
	display: inline-block;
	width: 100%;
}
.product-price {
	margin-bottom: 10px;
}

.product-rating {
    margin-bottom: 10px;
}

.product-actions .button {
    width: 100%;
    text-align: center;
	display: inline-block;
}
.closeMenu {
	position: fixed;
	border: 3px none gray;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 22px;
	font-size: 24px;
	border-radius: 50%;
	padding: 4px;
	background-color: white;
	right: calc(var(--aire) * .5);
	top: calc(var(--aire) * .5);
	display: none;
}
.closeMenu:hover {
	cursor: pointer;
	}
.obra-info form{
display: inline-block;
}

.no-products-notice {
    text-align: center;
    padding: 40px;
    background: #f8f9fa;
    border-radius: 8px;
    max-width: 800px;
    margin: 30px auto;
}

.diagnostic-info {
    margin-top: 20px;
    padding: 15px;
    background: #f1f1f1;
    border-radius: 5px;
    font-size: 14px;
    text-align: left;
}
.back-link {
	text-align: center;
}

 a.linkToBack:hover{
	background-position: 160px;
}		
 a.linkToBack{
	font-size: 30px;
	text-decoration: none;
	color: var(--txtColorDown);
	padding-right: 75px;
	background: url(img/arrowLeft.svg) 135px center no-repeat;
  transition: background-position .3s ease;
	transform: rotate(180deg);
}	
	
.linkToObras a:hover{
	background-position: 160px;
}		
.linkToObras a{
	font-size: 30px;
	text-decoration: none;
	color: var(--txtColorDown);
	padding-right: 70px;
	background: url(img/arrowRight.svg) 150px center no-repeat;
  transition: background-position .3s ease;
	ransition: all 1s ease-in-out;
}	
	
.linkToObras {
	padding-top: calc(var(--aire) * 2);
	padding-bottom: calc(var(--aire) * 2);
	text-align: center;
}
	


.woocommerce-product-gallery__trigger{
	position: absolute;
	z-index: 1;
	background-color: white;
	padding: 5px;
	border-radius: 50%;
	left: 10px;
	top: 10px;
}

.woocommerce-product-gallery__trigger:focus {
  outline: none;
  box-shadow: none;
}


.proceso-compra {
  
  padding-top: calc(var(--aire) * 1);
	padding-bottom: calc(var(--aire) * 2);
}

.paso {
  flex: 1 1 100%;
}
.paso h3{
	font-size: 36px;
	font-weight: 900;
	margin: 0 0 calc(var(--aire) * 1) 0 0 calc(var(--aire) * 1) 0;
}
.product-remove a{
	text-decoration: none;
	font-size: 24px;
	line-height: 22px;
	padding: 8px;
}
.product-remove {
	position: absolute;
	top: calc(var(--aire) * .25);
	left: calc(var(--aire) * .25);
	width: 26px;
	height: 25px;
	text-align: center;
	background-color: white;
	border-radius: 50%;
	border: 1px solid black;
}
.product-thumbnail {
	position: relative;
}
.product-info-col strong{
	text-transform: uppercase;
	letter-spacing: 1px;
}
.product-info-col div{
	margin-bottom: calc(var(--aire) *.25);
}

.woocommerce-shipping-destination strong, .granTotal strong{
	letter-spacing: normal !important;
	text-transform: none !important;
}
.cart-total-row strong{
	text-transform: uppercase;
	letter-spacing: 1px;
}
.product-thumbnail img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.input-text.qty {
	width: 80px;
}

.input-text::placeholder {
  color: #999;
  font-style: italic;
  font-size: 14px;
}

.input-text {
	font-size: 18px;
	padding: calc(var(--aire) * .25);
	border: 1px solid gray;
	box-sizing: border-box;
	width: 100%;
	font-style: italic;
}
.cart_item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--aire) *1);
  margin-bottom: calc(var(--aire) *1);
}
.cart-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: calc(var(--aire) *1);

  align-items: start;
}
.checkout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--aire) *2);

  align-items: start;
}



.close {
	font-size: 28px;
	border-radius: 50%;
	border: 1px solid gray;
	
	display: inline-block;
	width: 21px;
	text-align: center;
	line-height: 18px;
	margin-right: 6px;
	font-weight: bold;
	aspect-ratio: 1;
}
.input-text:focus {
  outline: none;
  box-shadow: none;
}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 4px solid #9AA7B5; /* gris azulado */
    border-radius: 50%;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 8px;
    vertical-align: middle;
	margin-left: 6px;
}

  input[type="radio"]:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #9AA7B5; /* mismo color que el borde */
    border-radius: 50%;
  }
.artistas, .productos, .blog {
	display: grid; 
	grid-template-columns: minmax(300px, 20%) 1fr;
	gap:  calc(var(--aire) * 1);
}
.woocommerce-NoticeGroup {
	padding-top: 20px;
}
  label {
  
    cursor: pointer;
  }
label {
	margin-bottom: calc(var(--aire) * .05);
	display: inline-block;
}


	.woocommerce-review-order {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.review-order-header,
.cart-item,
.review-total-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid gray;
  padding: 0.5rem 0;
  
}
.review-order-header {
  font-weight: bold;
  border-bottom: 1px solid #gray;
}
.review-order-totals {
  margin-top: 1rem;
}
.label {
  font-weight: 600;
}
.value {
  text-align: right;
}

@media screen and (max-width: 1575px) {
	.menu-principal {
	font-size: 16px;
	
}

.lineaPrimera {
	padding-top: calc(var(--aire) * 3.5);
	
}


.header {
	
	padding: calc(var(--aire) * .5) 0;
	
}
.iconos-header img{
	height: 29px;
	
}
	
	.logo-header img{

	height: 27px;
	
}
.logo-header {

	padding-right: calc(var(--aire) * .5);
}
.iconos-header {
	
	gap: calc(var(--aire) * .3);
	padding-right: calc(var(--aire) * .5);
}
.menu-principal ul{
	
	
	gap: calc(var(--aire) * 0.4);
	}

	}


@media screen and (max-width: 1420px) {
	h2 {
		font-size: 3vw;
	}
	
	.products-grid {
   
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: calc(var(--aire) * 1);
	
}
	
.sliderHero {
	height: 830px;
}


}
@media screen and (max-width: 1024px) {

.cart-container {
  grid-template-columns: 1fr 1fr;

}
.cart_item {
 
  grid-template-columns: 1fr 3fr;
 
}

ul.footer-menu li{
	text-align: center;
}

.footer {
	grid-template-columns: 1fr;
	text-align: center;
}
	
}

	
@media screen and (max-width: 900px) {
	.slide-text {
	min-width: ;
	padding-right: 0;
	padding-left: 0;
	width: 90%;
	margin-left: auto;
			margin-right: auto;
	}
	
	.home-spot-item .home-spot-textoBox{
	aspect-ratio: auto;
	height: auto;
	}
	.home-spot-item .spot-text {
		height: auto;
	}
	.home-spot-item .logo-header img{

	height: 24px;
	
}


.home-spot-textoBox{
	margin-top: calc(var(--aire) * 1);
	margin-bottom: calc(var(--aire) * 1);
}



	
	.lineaPrimera {
	padding-top: calc(var(--aire) * 3);
	
}
		.menu-principal {
	font-size: 13px;
		}
	}
	@media screen and (max-width: 800px) {
		.logo-header img{

	height: 28px;
	
	
}
.iconos-header img{
	height: 35px;
	
	
}
.logo-header {

	padding-right: calc(var(--aire) * .25);
}

.menuMovilIcon {
	display: block;
}

.iconos-header {
	gap: calc(var(--aire) * .5);
	padding-left: calc(var(--aire) * .0);
	padding-right: calc(var(--aire) * .0);
}
	.header {
	padding: calc(var(--aire) * .25);
	}
	.menu-principal ul{
	display: none;
	}
	
	.lineaPrimera {
	padding-top: calc(var(--aire) * 1.9);
	
}
	
	
.filtrosOpened	.reset-filtro.onMobil  {
		display: block;
	}
	
		}
	
	
	
	
@media screen and (max-width: 730px) {
	
	
	.home-spot-item {
	grid-template-columns: 1fr ; 	
}
	
	

	h2 {
	font-size: 7vw;
	
}
	}
	
	
@media screen and (max-width: 640px) {
	
	.checkout-grid {
  grid-template-columns: 1fr ;

}
	.cart-container {
  grid-template-columns: 1fr;

}
	
	
	
	main .modulosList .listado-propiedades {
	grid-template-columns: 1fr;
	font-size: 30px;
	}
	
	}
	
@media screen and (max-width: 710px) {
	#filtros-form {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap:  calc(var(--aire) * 1);
	}
	.artistas, .productos, .blog {
	
	grid-template-columns: 1fr;

}
.filtrosIcon:hover {
	cursor: pointer;
}
.filtrosOpened {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.filtrosIcon {
	display: block;
}

#filtros-form .button{
		
margin-top: calc(var(--aire) * .0);

}

	.filtros-formBox {
position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  z-index: 9999;	
	background-color: var(--bgColor);
 box-sizing: border-box;
	padding: calc(var(--aire) * 1);
	text-align: left;
	display: none;
	}
.sidebar-filtros {
		padding: calc(var(--aire) * .5);
		text-align: center;
}
.sidebar-filtros h3{

	margin-bottom: 0;

}

.closeMenu {
	display: block;
}


	a.reset-filtro{
		display: inline-block;
	}
	}
	
	
	
	
	
	@media screen and (max-width: 500px) {

.footer {
	padding: calc(var(--aire) * 1.5);
}
.newsletter input {
	width: 100%;
	
}
.footerLine a {
	width: 100%;
	}
	#filtros-form {
	
	grid-template-columns: 1fr;

	}
	
	}