/*
Theme Name: Sierra Blanca
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Zaguan Estudio
Author URI: https://www.zaguanestudio.com/
Description: Sierra Blanca is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1756205043
Updated: 2025-08-26 10:44:03

*/

.estado {
    background: red;
    padding: 4px 14px;
    border-radius: 10px;
    color: #fff;
    background: #93B0AE;
    font-size: 13px;
}

.estado.available {
	background: #93B0AE;
}

.estado.sold {
	background: #C77E7E;
}


#ps-logout {
	color: #000;
font-family: "Cormorant", Sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 3px;
	padding: 10px 20px
}

#ps-logout:hover,
#ps-logout:focus {
	color: #000;
	background: #D8D0C754;
}