/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2026
BlankSlate is distributed under the terms of the GNU GPL
*/

@font-face {
    font-family: 'Jamel';
    src: url('/wp-content/themes/blankslate/fonts/JamelRegular.eot');
    src: url('/wp-content/themes/blankslate/fonts/JamelRegular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/blankslate/fonts/JamelRegular.woff2') format('woff2'),
        url('/wp-content/themes/blankslate/fonts/JamelRegular.woff') format('woff'),
        url('/wp-content/themes/blankslate/fonts/JamelRegular.ttf') format('truetype'),
        url('/wp-content/themes/blankslate/fonts/JamelRegular.svg#JamelRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	line-height: 1;
	font-family: 'Goudy Bookletter 1911', serif;
	color: rgb(255, 247, 227);
	font-size: font-size: 20px;
	font-style: normal;
	font-weight: normal;
	background-color: rgb(10, 10, 10);
}

div, nav, article, header, main, footer {
	margin: 0;
	padding: 0;
	background: none;
}

h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	cursor: pointer;
	color: rgb(255, 247, 227);
}

ol, ul {
	display: flex;
	justify-content: center; /* Centra los elementos */
	list-style-type: none; /* Quita los puntos de la lista */
	margin:0;
	padding:0;
	border:0;
}

li {
	display: inline-block;
	*display: inline;
	margin:0;
	padding:0;
	border:0;
}

.line-height-15 {
	line-height: 1.5;
}

.line-height-12 {
	line-height: 1.2;
}

.d-none {
	display: none;
}

.unselectable {
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#preloader-section-layer {
	display: fixed;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 890;
	background-color: rgb(10, 10, 10);
	opacity: 1;
}

#preloader-counter-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Tourney', sans-serif;
	font-weight: 100;
	color: rgb(255, 247, 227);
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}

.site-frame {
	position: fixed;
	top: 32px;
	bottom: 32px;
	left: 32px;
	right: 32px;
	border: 4px solid rgb(207, 144, 141);
	filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
	box-sizing: border-box;
	pointer-events: none;
	z-index: 900;
	content: "";
	background: none;
	mix-blend-mode: screen; /* Applies the screen blend mode */
	pointer-events: none; /* Allows interaction with content behind the pseudo-element */
}
