/*
Theme Name: Mina de Sal - twentytwentyfour
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Template: twentytwentyfour
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.0.1710190287
Updated: 2024-03-11 20:51:27

*/

body {
  --wp--style--global--content-size: 90%!important;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Inter", sans-serif;
}

.wp-google-place{
	display:none!important;
}
.wp-google-reviews{
	display:flex!important;
	flex-direction:column;
	margin-bottom:1em;
}
.wp-google-url{
	display:none!important;
}
.espaciosHome li article{
	display:none;
}
.cardList{
	padding:0;
	display:flex;
	flex-direction: column;
	list-style:none;
	margin: 1em 0 2em;
	align-items:center;
}

.cardList > li{
	width: 90%;
	box-shadow:rgba(60,60,60, .3) 1px 0px 5px;
	border-radius: 0.3em;
	overflow:hidden;
	margin-bottom:2.5em;
	transition:all .5s;
	position:relative;
}
.cardList > li figure{
	margin:0!important;
}
.cardList > li div{
	margin:1em;
}
.cardList > li:hover{
	transform:scale(0.95);
}
.cardList > li a{
	display:block;
	text-decoration:none;
}
.cardList > li figure img{
	width: 100%;
	height: auto;
	object-fit:cover;
}
.cardList > li div h2,
.cardList > li div h3{
	font-size:1.1rem;
	padding: .1em .5em;
	border-bottom: none;	
	font-weight: bold;
	margin: 0;	
	line-height: normal;
}
.cardList > li div article{
	margin:0;
	padding: .1em 1em 1em;
    font-size: .9em;
    line-height: normal;
	color: #606060;
}
form input,
form textarea{
	display: block;
    width: 100%;
    padding: 1em;
    border: solid 1px #606060;
    border-radius: 0.4em
}
@media (min-width: 981px){
	.cardList{
		flex-direction: row;
		flex-wrap:wrap;
		justify-content:flex-start;
		align-items: inherit;
	}
	.cardList > li{
		width: 22%;
		margin:1em 1.5%;
	}
}