/*!
Theme Name: MyWebsite
Theme URI: http://underscores.me/
Author: Adiat Diaz
Author URI: https://nicarobot.com
Description: This THEME is for the exclusive use of the client/owner of this website. Any distribution or changes to the files by the client/owner will be the responsibility of the client/owner and not the developers of this WordPress THEME. /////////////////////////////////// Este THEME es de uso exclusivo para el cliente/propietario de este sitio web. Cualquier distrubucion o cambios en los archivos por parte del cliente/propietario sera responsabilidad del cliente/propietario y no de los programadores de este THEME para WordPress.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: my_website
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

MyWebsite is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base 414
	- Typography
	- Elements
	- Links
	- Forms
## Layout 666
# Components 710
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scrollhome
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Francois+One&display=swap');

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-size: clamp(0.75rem, 0.5136rem + 1.1818vw, 1.4rem);
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: clamp(1.3rem, 0.6818rem + 3.0909vw, 3rem);
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: clamp(1.2rem, 0.7273rem + 2.3636vw, 2.5rem);
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: clamp(1.1rem, 0.7727rem + 1.6364vw, 2rem);
	margin: 0px;
	padding: 0px;
}

h4, h5 ,h6 {
	font-size: clamp(1.1rem, 0.9545rem + 0.7273vw, 1.5rem);
	margin: 0px;
	padding: 0px;
}
/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: clamp(0.75rem, 0.6591rem + 0.4545vw, 1rem);
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: clamp(0.75rem, 0.6591rem + 0.4545vw, 1rem);
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	font-size: 16px;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* ul,
ol {
	margin: 0 0 1.5em 3em;
} */

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	list-style: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #404040;
	text-decoration: none;
	font-weight: 500;
}

a:hover,
a:focus,
a:active {
	color: aqua;
	text-shadow: 0px 0px 1px black;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button{
	border: none;
	background: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	background: linear-gradient(135deg, #ffffff 2%, #4169e1 90%);
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.principal_layout{
	display: flex;
}

.main_layout{
	width: 100vw;
}

.sidebar_layout{
	display: none;
	border: solid 1px #111111
}

.sidebar_position{
	position: sticky;
	top: 80px;
	left: 0px;
}

.search_wooc{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.busqueda{
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin: 0 auto;
	width: 100vw;

}
.search_sidebar{
	display: none;
}
.search_sidebar_position{
	position: sticky;
	top: 80px;
}
.site_main_blog{
	width: 100%;
	height: auto;
	display: grid;
}
.site_main_blog_1{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
	grid-auto-rows: 40vh;
	justify-content: center;
	align-items: start;
	width: 100%;
	height: 100%;
	gap: 1rem;
	padding: 0 1rem;
}
.site_main_blog_2{
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: sticky;
	top: 80px;

}
/*--------------------------------------------------------------
# HOME PAGE LAYOUTS
--------------------------------------------------------------*/
.barraNegra{
	height: 5vh; width: auto; background: #000; color:#000;
}

.con1{
	color: whitesmoke;
	height: 100vh;
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative; /* Base para posicionar el video y el texto */
    overflow: hidden; /* Corta el video que sobresalga del contenedor */
	background: url(http://nicarobot.com/wp-content/uploads/2026/02/VideoProjectgif1-ezgif.com-loop-count.gif) no-repeat scroll center center;
	background-size: cover;
}
.con1__1 {
	width: 100%;
	padding: 1rem;
    text-align: center;
    color: white;
    z-index: 1; /* Asegura que el texto esté al frente */
    /*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5); /* Mejora la legibilidad */
}

.tituloprincipal {
	font-family: "Francois One", sans-serif;
	transform: scale(0);
	animation: ani_con1__1 1s cubic-bezier(0.075, 0.82, 0.165, 1) 1s 1 forwards;	
}

.con1__1 p {
	margin: 4rem 0rem;
	transform: scale(0);
	animation: ani_con1__1 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2s 1 forwards;
}

.con1__2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 2.5rem;
	transform: scale(0);
	animation: ani_con1__1 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 3s 1 forwards;
}

.con2{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; 
	margin: 0;
	width: 100%;
	gap: 2.5rem;
	background: #000000;
}

.con2__texto{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0.5rem;
	text-align: center;
}

.con2__img{
	display: none;
	margin-left: 1rem;
	margin-top: -20px;
	& img {border-radius: 35px;}
}

.con2__1{
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center; 
	margin: 0;
	width: 95%;
	background-color: rgba(115, 255, 0, 0.8);
	border-radius: 20px;
	position: sticky;
	top: 80px;
}

.con2__2{
	display: flex;
	justify-content: space-evenly;
	align-items: center; 
	margin: 0;
	width: 95%;
	background-color: rgba(0, 255, 255, 0.99);
	border-radius: 20px;
	position: sticky;
	top: 120px;
}

.con2__3{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 95%;
	background-color: #FDF5E8;
	border-radius: 20px;
	position: sticky;
	top: 160px;
}

.con3{
	height: 100vh;
	width: auto;
	display: grid;
	place-content: center;
	background: black;
	color: white;
	padding: 0 1rem;
	justify-items: center;

	& b {
		width: auto;
		margin-top: 2rem;
		border: solid 1px aqua;
		border-radius: 15px;
		padding: 1rem;
		text-align: justify;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

	/* Configuración de la animación de scroll */
.reveal-box{
    animation: reveal linear both;
    animation-timeline: view(); /* El scroll se activa según la visibilidad */
    animation-range: entry 10% cover 20%; /* Comienza al entrar un 20% y termina al 40% */
}
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin: 1rem 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

/* .comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
} */

.nav-links{
	margin-top: 3rem;
	flex-wrap: wrap;
	gap: 3rem;
	justify-content: space-between;
}

.comments-area{
	padding: 1rem 2rem 1rem 1rem;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
.page{
	margin: 0;
}
.post{
	margin: 0;
	display: flex;
	flex-direction: column;
	overflow-y: hidden;
	border: 3px double #272727;
	box-shadow: 5px 5px #272727;
	padding: 0rem 1rem 1rem 1rem;
	align-items: center;
	height: 100%;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*-----------------------
    Styles Menu Button
-----------------------*/


#menu-btn-container4589 {
	width: 39px;
	height: fit-content;
	margin-right: 1.5rem;
}

#menu-btn4589 {
	width: 39px;
	overflow: hidden;
	margin-right: 1rem;
}

#menu-checkbox4589 {
	display: none;
}

#menu-label4589 {
	position: relative;
	display: block;
	height: 29px;
	cursor: pointer;
}

#menu-label4589:before,
#menu-label4589:after,
#menu-bar4589 {
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #404040;
}

#menu-label4589:before,
#menu-label4589:after {
	content: "";
	transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) left;
}

#menu-label4589:before {
	top: 0;
}

#menu-label4589:after {
	top: 12px;
}

#menu-bar4589 {
	top: 24px;
}

#menu-bar4589:before {
	content: "MENU";
	position: absolute;
	top: 5px;
	right: 0;
	left: 0;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 0 5px aqua;
}

#menu-checkbox4589:checked+#menu-label4589:before {
	left: -39px;
}

#menu-checkbox4589:checked+#menu-label4589:after {
	left: 39px;
}

#menu-checkbox4589:checked+#menu-label4589 #menu-bar4589:before {
	animation: moveUpThenDown 0.8s ease 0.2s forwards,
    shakeWhileMovingUp 0.8s ease 0.2s forwards,
    shakeWhileMovingDown 0.2s ease 0.8s forwards;
}

/*-----------------------
    ##woocommerce style
-----------------------*/

/* Products presentation*/
.woocommerce img, .woocommerce-page img {
	border: 1px solid #000000;
}

.products li a{
	text-align: center
}	

.product .button {
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 100%;
}

ul.woocommerce-error{
	background-color: #222222;
}

.woocommerce-message{
	background-color: #272727;
}

/*BOTON PRINCIPAL*/

#wps-slider-section #sp-woo-product-slider-535 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link),
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button,
.woocommerce-privacy-policy-text + p > button.woocommerce-form-register__submit,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
div#wps-slider-section div.wps-product-section div.swiper-button-prev,
div#wps-slider-section div.wps-product-section div.swiper-button-next,
.lost_reset_password > p.woocommerce-form-row > button,
.woocommerce li.product > a.add_to_cart_button,
.woocommerce-page .woocommerce-message .button,
.comment-form > p.form-submit > input.submit,
.woocommerce div.product form.cart .button,
.woocommerce .woocommerce-message .button,
.woocommerce li.product > a.added_to_cart,
.wp-block-search__button,
.tab-buttons button,
.nav-links>div>a,
#primary-menu a,
.button1 {
	width: fit-content;
	background-color: black;
	color: white;
	text-decoration: none;
	font-size: clamp(0.75rem, 0.6591rem + 0.4545vw, 1rem);
	border: solid 1px white;
	border-radius: 15px;
	margin: 0rem 1rem;
	padding: 1rem 2rem;
	box-shadow: 0px 0px 15px aqua, 0px 0px 10px aqua inset;	
	transition: box-shadow 0.5s;
	&:hover{
		box-shadow: 0px 0px 20px blue, 0px 0px 10px blue inset;		
	}
	&:active:focus{
		box-shadow: 0px 0px 25px red, 0px 0px 10px #f82a2a inset;		
	}
}

div#wps-slider-section div.wps-product-section div.swiper-button-prev {
	right: auto;
    top: 90%;
}

div#wps-slider-section div.wps-product-section div.swiper-button-next {
    top: 90%;
}

/*-----------------------
    Wordpress buttoms
-----------------------*/

.wp-block-button.is-style-outline--1 .wp-block-button__link {
	border-style: none;
	&:hover{
		background: #0000003f;
	}
}

/*-----------------------
    Header secction
-----------------------*/

.site-header{
	position: sticky;
	top: 0px;
	width: 100%;
	height: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: transparent;
	z-index: 11;
	box-shadow: inset 0px -2px 2px #11111190;
}

.site-header:before{
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: transparent;
	z-index: -1;
	backdrop-filter: blur(4px);
}

.site-branding{
	width: fit-content;
	height: 100%;
	display: flex;
	
}
.custom-logo-link{
	width: 5rem;
}

.websitetitle { 
	display: grid;
	place-items: center;
}

.site-title{
	height: 0px;
}

.site-title a{
	text-decoration: none;
	font-family: "Russo One", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
}
.site-description{
	margin-top: 1rem;
}

.main-navigation{
	width: fit-content;
	height: 100%;
	display: flex;
	align-items: center;
}

#primary-menu {
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(4px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	inset: 0;
	z-index: -1;
	opacity: 1;
	transition: opacity 3s, transform .5s;
	transform: translate(0%, 200%);
}

.site-header:has(:checked) {
	#primary-menu {
		transform: translate(0%, 0%);
		opacity: 1;
	}
}

/*-----------------------
    Footer secction
-----------------------*/
.site-footer{	
	width: 100%;
	height: auto;
	display: grid;
	place-items: center;
	
}
.site-info{
	display: flex;
	height: fit-content;
	place-items: center;
	margin-top: 1rem;
}

#Secondary-menu{
	margin: 0;
	padding: 0;
}
#Secondary-menu li{
	list-style: none;
	text-align: center;
	margin: 1.5rem 0;
}
#Secondary-menu a{
	color: black;
	text-decoration: none;
	font-weight: 700;
}
/*Pagina de contactos*/
.contactos{
	color: white;
	width: 100%;
	background-color: rgb(39, 39, 39);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.contactos__1{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contactos__1__1{
	max-width: 1200px;
}
.contactos__2{
	position: relative;
	top: -3rem;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 30px 30px 0 0;
	z-index: 1;
	background-color: rgb(39, 39, 39);
}
.contactos__2__1{
	min-width: 50px;
	max-width: 100px;
	position: relative;
	top: -2rem;
	left: 1.5rem;
	& img{
		border-radius: 50%;
		border: blue solid 5px;
	}
}
.contactos__2__2{
	margin-left: 2rem;
	& > h1{
		font-size: clamp(1rem, 0.6364rem + 1.8182vw, 2rem);
	}
}
.tabs {
    font-family: Arial, sans-serif;
    padding: 2rem 1rem;
}

.tab-buttons {
    display: flex;
    gap: 10px;
    justify-content: space-evenly;
	padding: 0rem 0 1rem 0;
}

.tab-buttons button {
    background: #000000;
    cursor: pointer;
}


.tab-content {
    border: 1px solid #ffffff;
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
	text-align: center;
}

/* 👇 Aquí está la magia visual */
.tab {
    display: none;
}

.tab.active {
    display: block;
}

.certificados{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
	gap: 1rem;
}
/* .certificados figure:nth-child(even){
	&:hover{
		transform: scale(2) translate(-4rem, 4rem);
	}
	}
.certificados figure:nth-child(odd){
	&:hover{
		transform: scale(2) translate(4rem, 4rem);
	}
	} */

.mostrar{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000000b7;
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 1rem;
	z-index: 1;
	transform: translatex(100%);
}
.ocultar{
	transform: translatex(0%);
}
.agregar_imagen{
	transform: scale(0);
	transition: transform .3s .5s ease-in-out;
}
.mostrar_imagen{
	transform: scale(1);
}


.button2 {
	--stone-50: #fafaf9;
	--stone-800: #292524;
	--yellow-400: #facc15;
	font-family: "Rubik", sans-serif;
	cursor: pointer;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	line-height: 1;
	font-size: clamp(0.75rem, 0.6591rem + 0.4545vw, 1rem);
	border-radius: 1rem;
	outline: 2px solid transparent;
	outline-offset: 6px;
	color: var(--stone-50);

	&:active {
		outline-color: var(--yellow-400);
	}

	&:focus-visible {
		outline-color: var(--yellow-400);
		outline-style: dashed;
	}

	&::before {
		content: "";
		position: absolute;
		z-index: 0;
		height: 200%;
		max-height: 100px;
		aspect-ratio: 1;
		margin: auto;
		background: white;
		clip-path: polygon(100% 50%,
				91.48% 56.57%,
				97.55% 65.45%,
				87.42% 69.07%,
				90.45% 79.39%,
				79.7% 79.7%,
				79.39% 90.45%,
				69.07% 87.42%,
				65.45% 97.55%,
				56.57% 91.48%,
				50% 100%,
				43.43% 91.48%,
				34.55% 97.55%,
				30.93% 87.42%,
				20.61% 90.45%,
				20.3% 79.7%,
				9.55% 79.39%,
				12.58% 69.07%,
				2.45% 65.45%,
				8.52% 56.57%,
				0% 50%,
				8.52% 43.43%,
				2.45% 34.55%,
				12.58% 30.93%,
				9.55% 20.61%,
				20.3% 20.3%,
				20.61% 9.55%,
				30.93% 12.58%,
				34.55% 2.45%,
				43.43% 8.52%,
				50% 0%,
				56.57% 8.52%,
				65.45% 2.45%,
				69.07% 12.58%,
				79.39% 9.55%,
				79.7% 20.3%,
				90.45% 20.61%,
				87.42% 30.93%,
				97.55% 34.55%,
				91.48% 43.43%);

		animation: star-rotate 4s linear infinite;
		opacity: 0.1;
	}

	&:hover::before {
		opacity: 1;
	}

	&>div {
		padding: 2px;
		border-radius: 1rem;
		background-color: var(--yellow-400);
		transform: translate(-4px, -4px);
		transition: all 150ms ease;
		box-shadow:
			0.5px 0.5px 0 0 var(--yellow-400),
			1px 1px 0 0 var(--yellow-400),
			1.5px 1.5px 0 0 var(--yellow-400),
			2px 2px 0 0 var(--yellow-400),
			2.5px 2.5px 0 0 var(--yellow-400),
			3px 3px 0 0 var(--yellow-400),
			0 0 0 2px var(--stone-800),
			0.5px 0.5px 0 2px var(--stone-800),
			1px 1px 0 2px var(--stone-800),
			1.5px 1.5px 0 2px var(--stone-800),
			2px 2px 0 2px var(--stone-800),
			2.5px 2.5px 0 2px var(--stone-800),
			3px 3px 0 2px var(--stone-800),
			3.5px 3.5px 0 2px var(--stone-800),
			4px 4px 0 2px var(--stone-800),
			0 0 0 4px var(--stone-50),
			0.5px 0.5px 0 4px var(--stone-50),
			1px 1px 0 4px var(--stone-50),
			1.5px 1.5px 0 4px var(--stone-50),
			2px 2px 0 4px var(--stone-50),
			2.5px 2.5px 0 4px var(--stone-50),
			3px 3px 0 4px var(--stone-50),
			3.5px 3.5px 0 4px var(--stone-50),
			4px 4px 0 4px var(--stone-50);

		.button2:hover & {
			transform: translate(0, 0);
			box-shadow:
				0 0 0 0 var(--yellow-400),
				0 0 0 0 var(--yellow-400),
				0 0 0 0 var(--yellow-400),
				0 0 0 0 var(--yellow-400),
				0 0 0 0 var(--yellow-400),
				0 0 0 0 var(--yellow-400),
				0 0 0 2px var(--stone-800),
				0 0 0 2px var(--stone-800),
				0 0 0 2px var(--stone-800),
				0 0 0 2px var(--stone-800),
				0 0 0 2px var(--stone-800),
				0 0 0 2px var(--stone-800),
				0 0 0 2px var(--stone-800),
				0 0 0 2px var(--stone-800),
				0 0 0 2px var(--stone-800),
				0 0 0 4px var(--stone-50),
				0 0 0 4px var(--stone-50),
				0 0 0 4px var(--stone-50),
				0 0 0 4px var(--stone-50),
				0 0 0 4px var(--stone-50),
				0 0 0 4px var(--stone-50),
				0 0 0 4px var(--stone-50),
				0 0 0 4px var(--stone-50),
				0 0 0 4px var(--stone-50);
		}

		&>div {
			position: relative;
			pointer-events: none;
			border-radius: calc(1rem - 2px);
			background-color: var(--stone-800);

			&::before {
				content: "";
				position: absolute;
				inset: 0;
				border-radius: 1rem;
				opacity: 0.1;
				background-image: radial-gradient(rgb(255 255 255 / 80%) 20%,
						transparent 20%),
					radial-gradient(rgb(255 255 255 / 100%) 20%, transparent 20%);
				background-position:
					0 0,
					4px 4px;
				background-size: 8px 8px;
				mix-blend-mode: hard-light;
				box-shadow: inset 0 0 0 1px var(--stone-800);
				animation: dots 0.4s infinite linear;
				transition: opacity 150ms ease;
			}

			&>div {
				position: relative;
				display: flex;
				align-items: center;
				padding: 0.75rem 1.25rem;
				gap: 0.25rem;
				filter: drop-shadow(0 -1px 0 var(--stone-800));

				&:hover {
					filter: drop-shadow(0 -1px 0 rgba(255, 255, 255, 0.1));
				}

				&:active {
					transform: translateY(2px);
				}
			}
		}
	}
}

.codigo404{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
/*-----------------------
    Responsive Mode
-----------------------*/
.bloke{
	display: grid;
	place-content: center;
	background: green;
	height: 300px;
	width: auto;
}
/* Styles for mobile */
@media only screen and (max-width: 767px){
	.woocommerce .products ul, .woocommerce ul.products {
	display: flex;
	justify-content: center;
	align-items: center;
}
}
/* Tablet styles */
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.bloke{
	background: red;
	}
}

/* Desktop styles */
@media only screen and (min-width: 1025px){
	.bloke{
	background-color: blue;}
	#menu-btn-container4589 {
		display:none;
	}
	#primary-menu {
		position: static;
		flex-direction: row;
		backdrop-filter: blur(0px);
		transform: translate(0%, 0%);
		background: rgba(255, 0, 0, 0);
		opacity: 1;
	}
	#primary-menu a{
		color: black;
		font-weight: 700;
		background:transparent;
		box-shadow: none;
		text-shadow: 0 0 5px white;
	}
	.sidebar_layout{
		display: block;
		position: sticky;
		top: 80px;
	}
	.main_layout{
		width: 80vw;
	}
	.sidebar_layout{
		width: 20vw;
	}
	.busqueda{
		width: 40vw;
	}
	.search_sidebar{
		width: 20vw;
		display: block;
	}
	.site_main_blog{
	grid-template-areas:
		"A1 A1 A1 A1"
		"A2 A2 A2 A3";
	}
	.site_main_blog > h1{
	grid-area: A1;
	}
	.site_main_blog_1{
	grid-area: A2;
	}
	.site_main_blog_2{
	display: flex;
	grid-area: A3;
	}
	.con1__1{
		width: 60%;
	}
	.con2__texto{
		width: 50%;
	}
	.con2__img{
		display: block;
		width: 40%;
	}
	.con3{
		& b {
			width: 60%;
		}
	}
}

.displaynone{
	display: none;
}

/*-----------------------
    keyframes secction
-----------------------*/

@keyframes moveUpThenDown {
	0% {top: 0;}
	50% {top: -27px;}

	100% {top: -14px;}
}

@keyframes shakeWhileMovingUp {
	0% {transform: rotateZ(0);}
	25% {transform: rotateZ(-10deg);}
	50% {transform: rotateZ(0deg);}
	75% {transform: rotateZ(10deg);}
	100% {transform: rotateZ(0);}
}

@keyframes shakeWhileMovingDown {
	0% {transform: rotateZ(0);}
	80% {transform: rotateZ(3deg);}
	90% {transform: rotateZ(-3deg);}
	100% {transform: rotateZ(0);}
}

@keyframes star-rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes dots {
	0% {
		background-position:
			0 0,
			4px 4px;
	}

	100% {
		background-position:
			8px 0,
			12px 4px;
	}
}


@keyframes ani_con1__1 {
	0%{
		transform: scale(0);
		filter: blur(5px);
	}
	50%{
		transform: scale(2);
		filter: blur(2px);
	}
	100%{
		transform: scale(1);
		filter: blur(0px);
	}
}

@keyframes reveal {
    from {
    opacity: 0;
    transform: translateY(100px) scale(0.5);
    }
    to {
    opacity: 1;
    transform: translateY(0) scale(1);
    }
}