/*
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: 2025
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-2025
BlankSlate is distributed under the terms of the GNU GPL
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1;
}
a {
  text-decoration-skip-ink: auto;
}
a[href^="tel"] {
  color: white;
  text-decoration: none;
}
button {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
q {
  display: inline;
  font-style: italic;
}
q:before {
  content: '"';
  font-style: normal;
}
q:after {
  content: '"';
  font-style: normal;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 2px;
}
big {
  font-size: 120%;
}
small,
sup,
sub {
  font-size: 80%;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
dd {
  margin-left: 20px;
}
kbd,
tt {
  font-family: courier;
  font-size: 12px;
}
ins {
  text-decoration: underline;
}
del,
strike,
s {
  text-decoration: line-through;
}
dt {
  font-weight: bold;
}
address,
cite,
var {
  font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
/* WordPress default classes - intentionally empty for theme compatibility */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}
.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* ========================================
   Default Typography & Element Styles
   ======================================== */

/* Body and Base Typography */
body {
  font-family: "Rajdhani", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #222;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 2rem;
  margin-bottom: 1.25rem;
}

h3 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
}

h6 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

/* Paragraphs */
p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
}

/* Links */
a {
  color: #d16609;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #b85a08;
  text-decoration: underline;
}

a:focus {
  outline: 2px solid #d16609;
  outline-offset: 2px;
}

/* Text Formatting */
strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

mark {
  background-color: #fff3cd;
  padding: 0.1em 0.3em;
}

small {
  font-size: 0.875rem;
}

/* Lists */
ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul ul,
ol ul {
  list-style-type: circle;
}

ul ol,
ol ol {
  list-style-type: lower-alpha;
}

li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

/* Blockquotes */
blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid #d16609;
  background-color: #f9f9f9;
  font-style: italic;
  color: #555;
}

blockquote p:last-child {
  margin-bottom: 0;
}

/* Code */
code,
kbd,
pre,
samp {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
}

code {
  background-color: #f4f4f4;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  color: #d16609;
}

pre {
  background-color: #f4f4f4;
  padding: 1rem;
  border-radius: 4px;
  overflow-x: auto;
  margin-bottom: 1rem;
}

pre code {
  background-color: transparent;
  padding: 0;
  color: inherit;
}

/* Horizontal Rule */
hr {
  border: 0;
  height: 1px;
  background-color: #ddd;
  margin: 2rem 0;
}

/* Tables */
table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
}

th,
td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

th {
  font-weight: 700;
  background-color: #f9f9f9;
  color: #333;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Figures */
figure {
  margin: 0 0 1rem 0;
}

figcaption {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.5rem;
  font-style: italic;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  background-color: #d16609;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 1rem;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  background-color: #b85a08;
}

button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  outline: 2px solid #d16609;
  outline-offset: 2px;
}

/* Form Elements */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea,
select {
  font-family: "Rajdhani", sans-serif;
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  border-color: #d16609;
  outline: none;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

/* Responsive Typography */
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.1rem;
  }

  h6 {
    font-size: 1rem;
  }
}

/* Site Header Styles */
.site-header {
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  transition: background-color 0.3s ease;
}

.site-header.scrolled {
  background-color: #d16609;
}

/* Add padding to content area to account for fixed header */

.header-container {
  width: 100%;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 115px;
}

/* Logo Section */
.header-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-family: "Rajdhani", sans-serif;
}

.header-logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-family: "Rajdhani", sans-serif;
}

.logo-image {
  height: 80px;
  width: auto;
  margin-right: 15px;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-family: "Rajdhani", sans-serif;
}

.logo-text-main {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
  font-family: "Rajdhani", sans-serif;
}

.logo-text-sub {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Rajdhani", sans-serif;
}

/* Right Section: Navigation and Language Selector */
.header-right-section {
  display: flex;
  align-items: center;
  gap: 30px;
}

/* Navigation Menu */
.header-navigation {
  display: flex;
  justify-content: flex-end;
}

.main-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
  font-family: "Rajdhani", sans-serif;
}

.main-menu li {
  position: relative;
}

.main-menu a {
  color: #f5f5f5;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 10px 0;
  transition: color 0.3s ease;
  font-family: "Rajdhani", sans-serif;
}

.main-menu a:hover {
  color: #ffffff;
}

/* Submenu Styles */
.main-menu .sub-menu {
  position: absolute;
  top: calc(100% + 25px);
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  min-width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1001;
  border-radius: 4px;
  list-style-type: none;
  padding-left: 0;
}

.main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-menu .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu .sub-menu li:last-child {
  border-bottom: none;
}

.main-menu .sub-menu a {
  display: block;
  padding: 12px 20px;
  color: #f5f5f5;
  font-size: 13px;
  font-weight: 600;
  border-bottom: none;
  font-family: "Rajdhani", sans-serif;
}

.main-menu .sub-menu a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

/* Language Selector */
.header-language-selector {
  display: flex;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.language-option {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}

.language-option.active {
  background-color: #d16609;
}

.language-option:not(.active) {
  background-color: #f8f8f8;
}

.language-option:hover {
  background-color: #e0e0e0;
}

.language-option.active:hover {
  background-color: #b85a08;
}

.flag-icon {
  width: 24px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    height: auto;
    padding: 15px 20px;
  }

  .header-logo {
    margin-bottom: 15px;
  }

  .header-right-section {
    flex-direction: column;
    gap: 15px;
    order: 2;
  }

  .header-navigation {
    margin: 0;
  }

  .main-menu {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .main-menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
    margin-top: 10px;
    border-radius: 4px;
  }

  .main-menu .sub-menu li {
    border: none;
  }

  .main-menu .sub-menu a {
    padding: 8px 0;
    font-size: 12px;
  }

  .header-language-selector {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .header-container {
    padding: 10px 15px;
  }

  .logo-image {
    height: 40px;
    margin-right: 10px;
  }

  .logo-text-main {
    font-size: 16px;
  }

  .logo-text-sub {
    font-size: 12px;
  }

  .main-menu {
    gap: 8px;
  }

  .main-menu a {
    font-size: 12px;
  }
}

/* Template Ejemplo - Non-fixed header with background */
.page-template-template_ejemplo .site-header {
  position: static;
  background-color: #d16609;
}

.page-template-template_ejemplo .site-header.scrolled {
  background-color: #d16609;
}

.hamburger {
	display: none;
	order: 2;
	flex-direction: column;
	gap: 6px;
	background: none;
	border: none;
	cursor: pointer;
}

.hamburger span {
	width: 28px;
	height: 3px;
	background: white;
	display: block;
	transition: .3s;
}

@media (max-width: 768px) {
	
	.header-container {
		background: #d16609;
	}
	
	.hamburger {
		display: flex;
	}
	
	.header-burger {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		background: #d16609;
	}
	
	.header-right-section {
		display: none;
	}
	
	.header-right-section.menu-open {
		display: flex;		
		flex-direction: column;
		background: #d16609;
	}

}

@media (max-width: 1024px) {
    .header-navigation .sub-menu {
        display: none;
        opacity: 0;
        transform: translateY(10px);
        transition: all 0.3s ease;
    }

    .header-navigation .menu-item-has-children.open > .sub-menu {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }
}

.header-navigation .menu-item-has-children > a {
    position: relative;
    padding-right: 24px;
}

.header-navigation .menu-item-has-children > a::after {
    content: "▾";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%); 
    font-size: 14px;
    line-height: 1;
    transition: transform 0.25s ease;
    pointer-events: none;        
}

@media (max-width: 1024px) {
	
	.header-navigation .sub-menu {
        display: none;
        opacity: 0;
        transform: translateY(10px);
        transition: all 0.3s ease;
    }

    .header-navigation .menu-item-has-children.open > .sub-menu {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .header-navigation .menu-item-has-children.open > a::after {
        transform: translateY(-50%) rotate(180deg); 
    }

@media (min-width: 1025px) {
    .header-navigation .menu-item-has-children > a::after {
        font-size: 12px;
    }
}
	
	.accordion-body .sub-item-text ul li{
		list-style-type: none;
		
	}
	.accordion-body .sub-item-text ul li  {
  		list-style-image: url(/uploads/2026/06/check-circle-svgrepo-com.svg);
  		color: #d16609;
  		font-size: 1.2rem;
	}