/*!
Theme Name: edelco
Theme URI: http://underscores.me/
Author: Alberto Rodríguez del Pozo
Author URI: http://underscores.me/
Description: Description
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: edelco
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.

edelco 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
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

/* 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;
  word-break: normal;
  font-family: var(--texto);
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

main p {
  display: block;
  margin: 10px 0;
}

main h1 {
  display: block;
  font-family: var(--titulosL);
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-weight: 700;
}

/* 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-size: 1em;
}

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

p {
  font-size: 1rem;
}

/**
 * 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-size: 1em;
}

/**
 * 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;
  max-width: 1000px;
  margin: 0 auto;
  object-fit: cover;
}

.wp-block-list {
  margin: 15px;

}

/* botones */

.wp-block-button a {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--contrast-color);
  font-family: var(--texto);
  border-radius: 20px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  color: black;
}

.wp-block-button a:hover {
  background-color: var(--contrast-color) !important;
  color: white;
  box-shadow: 0 2px 8px rgba(248, 81, 25, 0.4);
}

/* 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;
}

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

/* Typography
--------------------------------------------- */
body,
input,
select,
optgroup,
textarea {
  color: #303133;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
  font-size: 1rem;
  line-height: 1.5;
  font-family: var(--texto);
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1;
  text-transform: uppercase;
  margin-block-start: 20px;
  margin-block-end: 10px;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
  word-break: normal;
  letter-spacing: 0;
  color: var(--primary-color);
  font-family: var(--titulosL);
}

h1 {
  font-size: 6.5625rem;
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 1.75rem;
}

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;
  word-break: normal;
  border: 8px solid var(--primary-color);
}

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>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%;
}

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

/* Links
--------------------------------------------- */
a {
  color: #000000;
}

/* a:focus {
  outline: thin dotted;
} */

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

/* Forms
--------------------------------------------- */
button,
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%;
}

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

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

/* 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;
}

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

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

@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;
}


.entry-header {
  min-height: 300px;
  background: url("https://www.edelco.eu/wp-content/uploads/2026/02/titlebackground.jpg") no-repeat 100%;
  background-size: cover;
  background-color: black;
  display: grid;
  align-items: center;
  background-position: center;
  margin-bottom: 60px;
}

.entry-title {
  padding: 0;
  text-align: center;
  color: white;
}



.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%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

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

.page-content,
.entry-content,
.entry-summary {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
}

.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%;
}

.widget-area {
  background: var(--primary-color);
  padding: 1rem 0;
  margin-top: 60px;
}

.widget-area * {
  color: white;
}

/* 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;
}

#primary {
  background: white;
}

/* 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;
}

/* fuentes y variables de color */

/* Fuentes */

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago/Tussilago-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago/Tussilago-Regular-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago/Tussilago-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago/Tussilago-Light-Italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago/Tussilago-Thin.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago/Tussilago-Thin-Italic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago/Tussilago-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago/Tussilago-Bold-Italic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago/Tussilago-Heavy.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago/Tussilago-Heavy-Italic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
}

/* titulos L */

@font-face {
  font-family: "Work_Sans";
  src: url("assets/fonts/Work_Sans/static/WorkSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Hind_Vadodara";
  src: url("assets/fonts/Hind_Vadodara/HindVadodara-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

:root {
  /* Variables de colores */
  --primary-color: #031F4F;
  --secondary-color: #cc9629;
  --contrast-color: #d14217;
  --tertiary-color: #2e52f5;

  /* Variables de fuentes */
  --titulosL: "Interstate Condensed", Helvetica, sans-serif;
  --texto: "Interstate", Helvetica, sans-serif;
}

/* css para el menu */

.site-header {
  background-color: black;
}

.header-container {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  min-height: 80px;
  gap: 0;
  width: 100%;
  margin: 0 auto;
}

.header-logo {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
}

.header-logo img {
  height: auto;
  padding: 13px;
  width: 180px;
  min-width: 100%;
}

.header-menu {
  display: flex;
  height: 80px;
  margin-right: 15px;
  align-content: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
}

.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.menu-list li {
  display: flex;
  justify-content: center;
}

.menu-list li a {
  color: white;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 600;
  transition: color 0.3s ease;
  align-content: center;
  padding: 0 20px;
  text-transform: uppercase;
}

.menu-list li a:hover {
  color: var(--secondary-color);
}

/* Estilo para el enlace activo */
.header-menu .current-menu-item {
  background-color: var(--secondary-color) !important;
}

.header-menu .current-menu-item a {
  color: white !important;
  border-bottom: none;
}

/* menu responsive con hamburguesa */

.hamburger-icon {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  height: 40px;
}

.header-menu.active {
  display: block;
}

.header-menu .menu-list {
  display: flex;
  height: 100%;
  gap: 15px;
}

.header-menu.active .menu-list {
  display: flex;
}

/* footer */

.menu-footer-container {
  background-color: white;
}

.footer-menu {
  display: flex;
  text-transform: uppercase;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  font-family: var(--texto);
  padding: 10px;
  font-size: 14px;
  overflow: auto;
  white-space: nowrap;
  max-width: 1920px !important;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.footer-menu li {
  padding: 1em;
  list-style: none;
}

.footer-menu a {
  text-decoration: none;
}

.footer-menu a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

.bloque-txt-index {
  text-transform: uppercase;
  font-size: 70px !important;
  width: 70%;
  text-align: left;
  margin: 20px 30px;
  font-weight: 700;
}

.wp-block-columns {
  margin: 0;
  padding: 0;
}

.wp-block-column *:not(figure):not(img):not(.wp-block-image) {
  padding-block-start: 10px;
  padding-block-end: 10px;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 0;
}

.wp-block-column,
.is-vertically-aligned-center figure {
  margin: 0;
}

button a {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
  font-family: var(--texto);
  border-radius: 0;
  transition: background-color 0.3s ease;
  text-decoration: none;
  color: white;
}

button a:hover {
  background-color: #0c0c0c !important;
  color: white;
  box-shadow: 0 2px 8px rgba(248, 216, 25, 0.4);
}

/* pagina contacto */

/* formulario */

.contact-form-7-formContacto {
  color: rgb(0, 0, 0);
  margin: 0;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 70vh;
  overflow-y: hidden;
}

.contact-form-7-nomTelfCorr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}

.contact-form-7-nomTelfCorr p label {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.contact-form-7-labels {
  width: 85%;
  padding: 15px;
}

input[type="text"],
input[type="email"],
textarea {
  color: rgb(0, 0, 0);
  border: none;
  border-bottom: 2px solid var(--secondary-color);
  padding: 5px !important;
  margin-top: 5px;
  width: 100%;
  border-radius: 0;
}

textarea::placeholder,
input::placeholder {
  color: rgb(0, 0, 0);
}

.contact-form-7-formContacto textarea {
  color: rgb(0, 0, 0);
  border: none;
  border-bottom: 2px solid var(--secondary-color);
  padding: 10px;
  width: 100%;
  height: 70px;
  min-height: 70px;
  max-height: 130px;
  overflow-y: hidden;
  resize: vertical;
  font-family: var(--texto);
  display: flex;
  margin: 10px auto;
  overflow-y: auto;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: none;
  border-bottom: 2px solid white;
  border-radius: 0;
}

input[type="submit"] {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--contrast-color);
  border-radius: 20px !important;
  font-family: var(--texto);
  font-size: 22px;
  border-radius: 0;
  transition: background-color 0.3s ease;
  text-decoration: none;
  color: black;
  padding: 8px 20px;
}

input[type="submit"]:hover {
  background-color: var(--contrast-color) !important;
  color: white;
  box-shadow: 0 2px 8px rgba(248, 81, 25, 0.4);
}

input#daterium-input-search {
  color: white;
}

.wpcf7-response-output {
  background-color: #0c0c0c;
  margin: 0 !important;
  color: white;
  border: 1px solid var(--secondary-color) !important;
  padding: 10px 35px !important;
}

.columnasContacto {
  margin: 50px auto;
  max-width: 1440px;
  padding: 0 100px;
}

.contactoDatos {
  padding: 25px 50px;
  border-radius: 20px;
}

.contactoDatos h1 {
  word-break: normal;
}

.cajaContactoIndividual {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

.cajaContactoIndividual .wp-block-image {
  display: flex;
  align-items: center;
  height: auto;
  width: 50px;
  margin-right: 40px;
}

.rrss {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rrss figure {
  padding: 37px;
}

/* css para el plugging de daterium */

.daterium-brand-box {
  display: flex;
  flex-direction: column;
}

.daterium-brand-family {
  scroll-behavior: smooth;
  margin-top: 55px;
}

.daterium-brand-title {
  color: var(--primary-color);
}

.daterium-brand-subfamily {
  margin: 0 0 1rem;
}

.daterium-brand-toggle {
  cursor: pointer;
}

.daterium-brand-subtitle-box {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  cursor: auto;
}

.daterium-brand-subtitle {
  font-family: var(--titulosL);
  margin: 10px 0 0 0;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--primary-color);
}

.daterium-bloque-flecha {
  background-color: white;
  height: 40px;
  width: 40px;
  margin-left: 10px;
  text-align: center;
}

.daterium-brand-toggle-button {
  padding: 0;
  border: none;
  margin: 0;
  font-size: 2rem;
  display: flex;
  color: #0c0c0c;
  font-weight: 500;
  user-select: none;
  cursor: pointer;
}

.daterium-brand-toggle-button:hover {
  background: 0 0;
  color: #0c0c0c;
}

.daterium-lista-categorias-container {
  max-height: 100%;
  display: block;
  padding-top: 1.5rem;
}

.daterium-lista-collapsed {
  max-height: 0;
  display: none;
}

.daterium-lista-categorias {
  gap: 1rem;
  display: inline-grid;
  width: 100%;
  align-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  justify-content: space-around;
}

.daterium-lista-marcas {
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 4rem;
}

.daterium-categoria,
.daterium-list-inner {
  height: 100%;
}

.daterium-categoria {
  transition: all 0.15s ease-in-out;
  position: relative;
  top: 0;
  text-decoration: none;
}

.daterium-categoria a {
  text-decoration: none;
}

.daterium-list-inner {
  background-color: white;
  padding: 15px;
}

.imagenEfecto {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imagenEfecto img {
  width: 85%;
  transition: transform 0.3s ease;
  height: auto;
  padding: 25px;
}

.daterium-list-inner:hover .imagenEfecto img {
  transform: scale(1.1);
}

.daterium-list-title-container {
  display: flex;
  flex-direction: row;
  margin: 15px 10px 10px 10px;
  justify-content: center;
}

.daterium-list-title {
  margin: 0;
  color: rgb(43, 43, 43);
  text-transform: none;
  font-family: var(--texto);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

/* menu productos */
.daterium-brand-menu {
  display: block;
  width: 100%;
  /* max-width: 1440px;
  margin: 0 auto; */
}

.daterium-brand-menu-container {
  max-width: 100%;
  margin: 0 auto;
  background: black;
}

.daterium-brand-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  width: auto;
  gap: 5px;
}

.daterium-brand-menu-list-item {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
}

.daterium-brand-menu-list-title {
  font-family: var(--titulosL);
  color: #0c0c0c;
  font-size: 24px;
  text-decoration: none;

  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.daterium-brand-menu-list-title a {
  font-weight: 500;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.2rem;
}

.daterium-brand-menu-list-title a:hover {
  color: lightgray;
}

.menu-familia-active {
  background-color: #3A3A3A;
}

.menu-familia-active a {
  font-weight: bold;
}

.daterium-toggle-button {
  background-color: rgb(255, 255, 255);
  color: #0c0c0c;
  height: 40px;
  width: 40px;
  cursor: pointer;
  font-size: 32px;
  font-weight: 400;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.daterium-subfamilia-list {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  overflow: auto;
  padding: 15px;
  gap: 30px;
}

.daterium-subfamilia-list-container {
  width: 100%;
  background-color: #3A3A3A;
}

.daterium-subfamilia-list.active {
  display: flex;
  flex-direction: row;
  position: absolute;
  max-width: 100%;
  left: 0;
  top: 100%;
}

.daterium-brand-menu-list-item:nth-child(2) .daterium-subfamilia-list {
  display: none !important;
}

.daterium-brand-menu-subitem {
  font-family: var(--texto);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
}

.imagenSubfamiliaMenu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 190px;
  background-color: white;
  border-radius: 50rem;
  margin-bottom: 15px;
}

.daterium-brand-menu-subitem img {
  width: 170px;
  height: auto;
  border-radius: 50rem;
}


.element-size-large {
  width: 95%;
  max-width: 100rem;
  margin: 0 auto;
}


.daterium-brand-menu-subitem a {
  color: white;
  font-family: var(--titulosL);
  text-decoration: none;
  width: 100%;
  font-size: 1rem;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.daterium-brand-menu-subitem a:hover {
  color: white;
}

/* css producto */
.daterium-cuerpo-enfasis {}

.daterium-cuerpo-producto {
  font-size: 1.2rem;
  padding: 0 10px;
}

.daterium-cuerpo-producto p {
  font-size: 1.2rem;
}

.daterium-info-producto {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 25px;
  width: 100%;
  max-width: 1440px;
  margin: 50px auto;
  align-items: center;
}

.daterium-imagen-centrada {
  max-width: 500px;
}

.slideshowButton {
  display: flex;
  flex-direction: column;
  width: 65%;
}

.slideshow-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  top: 50px;
  height: fit-content;
  max-width: 500px;
}

.slideshow-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.daterium-producto-slide {
  place-self: center;
  width: 100%;
  min-height: 300px;
  display: flex;
  justify-content: center;
  aspect-ratio: 1/1;
  grid-column: 1 / span 2;
  position: relative;
  border-radius: 20px;
}

.daterium-producto-slide.hidden {
  display: none;
}

.daterium-producto-slide.visible {
  display: block;
}

button.ver-mas {
  grid-column: 1 / span 2;
  background-color: var(--primary-color);
  font-family: var(--texto);
  font-size: 22px;
  padding: 10px;
  color: black;
  border: none;
  cursor: pointer;
  text-align: center;
}

button.ver-mas:hover {
  color: var(--contrast-color);
}

.daterium-imagen-producto {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px;
}

.daterium-imagen-producto:hover {
  cursor: pointer;
}

.daterium-producto-img-buttons {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}

.daterium-producto-img-buttons a {
  color: #0c0c0c;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  cursor: pointer;
  font-size: 30px;
}

.select-ref {
  max-width: 250px;
}

.daterium-text-producto {
  width: 60%;
  font-family: var(--texto);
  line-height: 1.5;
  text-align: left;
}

.daterium-text-cabecera {
  width: 60%;
  font-family: var(--texto);
  font-size: 19px;
  line-height: 1.5;
  margin: 0;
}

.daterium-puntos-clave {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 2rem;
  line-height: 1.4;
}

.daterium-puntos-clave li {
  font-weight: 700;
}

.daterium-tabla-articulos-container {
  overflow-x: auto;
  margin: 0 auto;
  max-height: 70vh;
  touch-action: pan-x pan-y;
  border: none;
  background-color: white;
  padding: 1rem 0;
}

.daterium-tabla-articulos-container::-webkit-scrollbar {
  height: 6px;
}

.daterium-tabla-articulos-container::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 20px;
}

.daterium-tabla-articulos-container::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}

.daterium-tabla-articulos-container::-webkit-scrollbar-track {
  background: white;
  border-radius: 20px;
}

.tabla-articulos {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.cabecera-articulos {
  background-color: black;
}

.daterium-elementos-cabecera-productos {
  text-transform: uppercase;
  font-weight: 300;
  padding: 10px;
  font-family: var(--titulosL);
  font-size: 18pt;
  color: white;
  line-height: 1;
  text-align: left;
}

.daterium-producto-referencias>* {
  text-size-adjust: 95%;
  -webkit-text-size-adjust: 95%;
}

.daterium-producto-referencias tr:nth-child(even) {}

.daterium-producto-referencias tr>td {
  height: 4.375rem;
}

.daterium-ref.daterium-elemento-tabla-fixed {
  z-index: 1;
  font-weight: 700;
}

.daterium-elementos-lista {
  line-height: 1;
  padding: 1rem 1rem;
  text-align: left;
}

.daterium-ref-container {
  cursor: copy;
}

.daterium-element-align {
  vertical-align: middle;
}

.daterium-info-div-cabecera {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: space-between;
  padding: 1.5rem 1em;
  font-weight: 700;
  line-height: 32px;
  font-size: 20px;
  cursor: pointer;
  width: 100%;
  color: #0c0c0c;
  overflow: hidden;
  border-width: 1.5px 0 0 0;
  border-style: solid;
  border-color: #e9edf2;
}

.daterium-fill-space {
  flex-grow: 1;
  align-self: stretch;
}

.daterium-img-expandir {
  color: #0c0c0c;
  margin: 0;
}

.girar-imagen {
  transform: rotate(180deg);
}

.ocultar {
  display: none;
}

.daterium-info-expand {
  padding-bottom: 1.5rem;
}

.daterium-referencia-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 10px;
}

.daterium-referencia-flex>* {
  flex: 1 1 calc(50% - 2rem);
  min-width: 200px;
}

.info-div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0.5rem 3em;
}

.info-div p {
  margin: 0;
}

.info-div a {
  text-decoration: none;
}

.daterium-info-bloques {
  border: 1px solid var(--secondary-color);
  padding: 15px;
}

.daterium-info-title {
  margin: 0 15px 10px 15px;
  font-weight: 400;
  font-size: 22px;
  color: var(--secondary-color);
  font-family: var(--titulosL);
  font-weight: 700;
  text-transform: uppercase;
}

.daterium-producto-info-cab {
  font-weight: 700;
}

.daterium-info-expand-cabecera {
  cursor: auto;
}

/* css cuando son varias imgs */

#myImg:hover {
  opacity: 0.7;
}

.modal {
  display: none;
  position: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 11;
  padding-top: 55px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.modal-img-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.prev {
  color: white;
  font-size: 40px;
}

.next {
  color: white;
  font-size: 40px;
}

.prev:hover {
  cursor: pointer;
}

.next:hover {
  cursor: pointer;
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

.daterium-productos-relacionados {
  display: grid;
  grid-template-columns: repeat(auto-fill, 240px);
  justify-content: space-evenly;
  align-content: center;
  padding: 1em;
  gap: 2em;
  align-items: stretch;
}

.daterium-producto-relacionado {
  max-height: 100%;
}

.daterium-producto-relacionado a {
  margin-top: 0.7rem;
  text-decoration: none;
  color: currentColor;
}

.daterium-producto-relacionado-foto {
  margin: 5px 0;
}

.imagen-relacionados {
  display: block;
  width: auto;
  max-height: 200px;
  margin: 0 auto;
  padding: 15px;
  background: white;
}

.texto-producto-relacionado {
  text-align: center;
  padding: 10px;
}

.bloque-mejores-opciones {
  width: 75%;
  margin: 20px auto;
  max-width: 1440px;
}

.bloque-mejor-opcion {
  width: 100%;
  height: auto;
  margin: 70px 0;
}

.bloque-mejor-opcion-txt {
  margin: 0 35px !important;
}

.bloque-mejor-opcion-txt p {
  font-size: 22px;
}

.bloque-mejor-opcion-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-color);
  height: 250px;
  width: auto;
  max-width: 400px;
  padding: 20px;
  border-radius: 20px;
}

/* estilos para las familias en el index */

.wp-block-cover__inner-container.is-layout-flow.wp-block-cover-is-layout-flow {
  width: 100% !important;
}

.enlaceFlecha {
  text-align: center;
  transform: rotate(90deg);
}

.enlaceFlecha a {
  text-decoration: none;
  font-size: 50px;
  color: #ffffff;
  display: inline-block;
  animation: aumentarDisminuir 2s ease-in-out infinite;
  transition: color 0.3s ease;
}

.enlaceFlecha a:hover {
  color: #dd3333;
}

@keyframes aumentarDisminuir {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.imagenIndex {
  height: 50vw;
  width: 100%;
  margin: 0 auto;
  max-height: 90vh;
  max-width: 1920px !important;
}

.wp-block-cover,
.wp-block-cover-image {
  min-height: 0;
}

/* familias */

.daterium-bloque-familias {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  gap: 2rem;
}

.daterium-bloque-familia {
  background-color: white;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 20rem;
  background-size: contain;
}

.daterium-bloque-familia:hover .daterium-familia-nombre {
  background: var(--secondary-color);
}

.daterium-bloque-familias-colm1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 20px 0;
  padding: 0 40px;
  text-decoration: none;
  width: 100%;
  flex-wrap: nowrap;
}

.daterium-familia-nombre {
  color: #0c0c0c;
  text-decoration: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  background: var(--primary-color);
  color: white;
  padding: .5rem;
}

.button-familia {
  font-family: var(--texto);
  font-size: 22px;
  transition: color 0.3s ease;
  text-decoration: none;
  color: black;
}

.button-familia:hover {
  color: var(--contrast-color);
}

.daterium-bloque-familias-colm2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  padding: 0 35px;
}

.daterium-bloque-familias-colm2 img {
  background-color: white;
  margin: 0;
  width: 70%;
  padding: 0;
  max-width: 500px;
  height: 250px;
  object-fit: cover;
  object-position: 50%;
}

.daterium-ref-resaltado {
  font-weight: 700;
}

.cajaFaldon {
  height: 65vh;
  margin: 0 auto;
  max-width: 1920px;
}

.tituloFaldonIndex {
  font-size: 35px;
  color: var(--secondary-color);
  margin-right: 55%;
  margin-left: 70px;
  margin-top: 60px;
  max-height: 75vh;
  max-width: 1000px;
}

/* css para pagina 404 */

.main-error404 .daterium-bloque-familias {
  display: flex;
  justify-content: center;
}

.main-error404 .daterium-familia {
  background-image: url("./assets/img/g116\ 1.svg");
  background-color: black;
  background-repeat: no-repeat;
  background-position: cover;
  background-size: auto 100%;
  padding: 10px 20px;
  margin: 10px;
  width: auto;
  max-width: 300px;
  min-height: 95px;
  transition: background-color 0.3s ease;
}

.main-error404 .daterium-familia:hover {
  box-shadow: 0 2px 8px rgba(248, 215, 25, 0.865);
}

.main-error404 .daterium-familia-nombre {
  font-family: var(--titulosL);
  color: black;
  text-align: left;
  display: flex;
  justify-content: right;
  font-size: 50px;
}

.main-error404 .daterium-bloque-familia {
  padding: 25px;
}

.main-error404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 80vh;
  padding: 15px;
}

.error-404 {
  text-align: center;
}

.error-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* busqueda */

.daterium-buscador-container {
  background: #3A3A3A;
  padding: 15px;
  max-width: 100%;
  margin: 0 auto;
}

.daterium-buscador input {
  height: 50px;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.daterium-titulo-busqueda {
  margin-left: 8%;
  margin-top: 3%;
  font-size: 24px;
}

.daterium-lista-categorias-busqueda {
  border-radius: 20px;
  gap: 2rem;
  display: inline-grid;
  width: 97%;
  align-content: center;
  align-items: center;
  padding: 3% 10%;
  margin: 1%;
  overflow: hidden;
  justify-content: space-around;
  grid-template-columns: repeat(3, 1fr);
}

.menu-combo {
  display: flex;
}

/* menu idiomas */
.language {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: auto;
}

.language-switcher-toggle,
.language-switcher a {
  font-size: 24px;
  font-weight: 300;
  font-family: var(--titulosL);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  text-decoration: none;
}

.language-switcher-toggle:hover,
.language-switcher a:hover {
  color: var(--secondary-color);
}

.language-switcher {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.language:hover .language-switcher {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  background: black;
}

.language-switcher li {
  margin: 0;
  padding: 0;
}

.top-menu-container {
  font-weight: bold;
}

/* menu busqueda */

.menu-busqueda {
  display: flex;
  height: 100%;
  position: relative;
}

.daterium-ocultar {
  display: none;
}

.daterium-mostrar {
  display: block;
}

.menu-item-busqueda {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0 20px;
}

.menu-item-busqueda:hover {
  cursor: pointer;
}

/* menu idiomas */

/* #menu-primary-menu .trp-language-switcher-container a {
  font-size: 24px !important;
} */

/* busqueda erronea */

.vista-busqueda-erronea {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 85vh;
}

.error-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.922);
  padding: 15px;
}

.resaltado-buscador {
  font-weight: 400;
  text-transform: none;
}

.txt-resultado {
  font-weight: 700;
}

.daterium-buscador-search-page {
  background: var(--secondary-color);
  padding: 15px;
  width: 65vw;
  border-radius: 20px;
}

/* pagina empresa */

.empresaTitInicial {
  width: 60%;
  margin: 50px auto;
  max-width: 1440px;
}

.empresatxt {
  margin: 30px !important;
}

.faldonEmpresa {
  padding: 50px;
  margin: 0 auto;
  max-width: 1440px;
  gap: 10px;
}

.faldonEmpresa div:first-child {
  margin: auto;
}

.faldonEmpresaPreguntas {
  padding: 50px;
  margin: 0 auto;
  max-width: 1440px;
}

.faldonCompraEmpresa {
  padding: 50px;
  text-decoration: none;
  margin: 0 auto;
  max-width: 1440px;
}

.faldonCompraEmpresa a {
  text-decoration: none;
}

.faldonCompraEmpresa a:hover {
  color: var(--contrast-color);
}

.faldonEmpresa2 {
  max-width: 1440px;
  margin: 0 auto;
}

/* boton subir */

#topbutton {
  position: fixed;
  display: none;
  height: 40px;
  width: 40px;
  line-height: 40px;
  right: 15px;
  bottom: 2%;
  z-index: 1000000;
  background: var(--primary-color);
  text-decoration: none;
  color: #ffffff;
  text-align: center;
}

#topbutton:after {
  content: "\2191";
}

/* responsive titulos generales */

@media (max-width: 1600px) {
  .daterium-lista-marcas {
    grid-template-columns: repeat(3, 1fr);
  }

  .daterium-titulo-producto {
    font-size: 4rem;
  }
}

@media (max-width: 1026px) {
  h1 {
    font-size: 5.125rem;
  }
}

@media (max-width: 980px) {
  h1 {
    font-size: 3rem;
    line-height: 2.5rem;
  }

  h2 {
    font-size: 1.75rem;
    line-height: .8;
  }

  .daterium-titulo-producto {
    font-size: 52px;
  }

  h4 {
    font-size: 22px;
  }

  .daterium-text-cabecera {
    width: 95%;
  }
}

/* menu responsive */

@media (max-width: 845px) {
  .header-menu .menu-list {
    display: none;
    flex-direction: column;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: var(--primary-color);
    z-index: 10;
  }

  .menu-list li {
    margin-left: 0;
    width: 100%;
    padding: 15px;
  }

  .header-logo img {
    max-width: 160px;
  }

  .hamburger-icon {
    display: flex;
    height: 100%;
    justify-content: center;
  }

  .menu-item-busqueda {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    margin: 0 10px;
    padding: 0;
  }
}

@media (max-width: 700px) {

  .daterium-titulo-producto {
    font-size: 42px;
  }

  h4 {
    font-size: 20px;
  }
}

#menu-primary-menu .trp-language-switcher-container .trp-flag-image {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  object-fit: cover;
  margin-right: 10px;
}

#menu-primary-menu .trp-language-switcher-container a {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  font-size: 16px;
}

/* responsive index */

/* ordenadores pequeños (entre 790px y 1024px) */
@media (min-width: 790px) and (max-width: 1024px) {
  .daterium-lista-categorias-busqueda {
    grid-template-columns: repeat(2, 1fr);
  }

  .daterium-bloque-familia {
    padding: 15px;
  }

  .daterium-bloque-familias-colm1 {
    margin: 30px 0;
  }

  .daterium-bloque-familias-colm1 {
    padding: 0 25px;
  }

  .daterium-bloque-familias-colm2 {
    padding: 0;
  }

  .button-familia {
    font-size: 22px;
  }

  .tituloFaldonIndex {
    font-size: 40px !important;
    margin-left: 25px;
    margin-top: 25px;
  }

  .wp-block-spacer {
    height: 30px !important;
  }

  .bloque-mejores-opciones,
  .bloque-mejor-opcion {
    margin: 25px auto;
  }
}

/* tablets */
@media (min-width: 600px) and (max-width: 789px) {
  .daterium-bloque-familias {
    width: 80%;
  }

  .daterium-bloque-familia {
    padding: 10px;
  }

  .daterium-bloque-familias .daterium-bloque-familia .daterium-bloque-familias-colm1 {
    margin: 10px;
    padding: 0;
  }

  .daterium-bloque-familias-colm2 {
    padding: 0;
  }

  .button-familia {
    font-size: 22px;
  }

  .tituloFaldonIndex {
    font-size: 35px !important;
    margin-left: 25px;
    margin-top: 25px;
  }

  .wp-block-spacer {
    height: 25px !important;
  }

  .bloque-mejores-opciones {
    margin: 20px auto;
  }

  .bloque-mejor-opcion {
    margin: 20px auto;
    justify-content: center;
  }

  .bloque-mejor-opcion-img {
    display: none;
  }
}


/* Ordenadores pequeños (entre 790px y 1024px) */
@media (min-width: 790px) and (max-width: 1024px) {
  .empresaTitInicial {
    margin: 0 auto;
  }

  .empresatxt p {
    font-size: 22px !important;
  }

  .faldonEmpresa {
    display: flex;
    flex-direction: column;
  }

  .faldonEmpresa div:first-child {
    margin: 0;
  }

  .faldonEmpresaPreguntas {
    display: flex;
    flex-direction: column !important;
    padding: 50px;
  }

  .faldonEmpresaPreguntas:nth-child(2) {
    flex-direction: column-reverse;
  }
}

/* ordenadores pequeños (entre 790px y 980px) */
@media (min-width: 790px) and (max-width: 980px) {

  .daterium-brand,
  .daterium-info-producto {
    width: 90%;
  }

  .daterium-info-producto {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .daterium-brand-title {
    padding: 0 !important;
  }

  .daterium-text-cabecera {
    font-size: 18px;
  }

  .slideshow-container {
    width: 85%;
    position: relative;
  }


}

/* responsive productos */
@media (max-width: 1120px) {
  .daterium-lista-marcas {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* tablets (entre 600px y 789px) */
@media (min-width: 600px) and (max-width: 789px) {

  .empresaTitInicial {
    margin: 0 auto;
  }

  .empresatxt p {
    font-size: 22px !important;
  }

  .faldonEmpresa {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding: 10px;
    margin: 0;
  }

  .faldonEmpresa div:first-child {
    margin: 0;
  }

  .faldonEmpresaPreguntas {
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    padding: 15px;
  }

  .faldonEmpresaPreguntas:last-child {
    flex-direction: column-reverse;
  }

  .faldonEmpresaPreguntas p,
  .faldonEmpresaPreguntas li {
    font-size: 20px !important;
  }

  .daterium-brand {
    width: 90%;
  }

  .daterium-text-cabecera {
    font-size: 36px;
  }

  .daterium-info-producto {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
  }

  .slideshow-container {
    width: 85%;
    position: relative;
  }

  .daterium-lista-categorias,
  .daterium-lista-marcas,
  .daterium-lista-categorias-busqueda {
    grid-template-columns: repeat(1, 1fr);
  }

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

  .daterium-brand-menu-list {
    margin: 0 20px;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0;
  }

  .daterium-brand-menu-list-item {
    padding: 0;
  }

  .daterium-brand-title {
    padding: 0 !important;
  }

  .daterium-brand-menu-list-title {
    font-size: 22px !important;
    padding: 5px;
  }

  .imagenSubfamiliaMenu {
    width: auto;
    height: 121px;
  }
}

/* responsive contacto */

@media (max-width: 1200px) {
  .contactoDatos h1 {
    font-size: 35px;
  }
}

@media (min-width: 600px) and (max-width: 1190px) {

  .columnasContacto,
  .contact-form-7-formContacto {
    display: flex;
    flex-direction: column;
  }

  .contact-form-7-labels {
    width: 100%;
  }

  .contact-form-7-formContacto {
    border-radius: 20px;
    justify-content: normal;
    height: auto;
    max-height: fit-content;
  }

  .contact-form-7-nomTelfCorr p label {
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 780px) {
  .contact-form-7-nomTelfCorr {
    display: flex;
    flex-direction: column;
  }
}

/* responsive empresa */

@media (max-width: 599px) {


  .enlaceFlecha {
    display: none;
  }

  .daterium-bloque-familias {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .daterium-bloque-familia {
    width: 100%;
    margin: 15px 0;
  }

  .daterium-bloque-familias-colm2 img {
    max-width: 250px;
  }

  .daterium-bloque-familias .daterium-bloque-familia .daterium-bloque-familias-colm2 {
    width: 55%;
  }

  .daterium-bloque-familias .daterium-bloque-familia .daterium-bloque-familias-colm2 img {
    width: 100%;
  }

  .daterium-bloque-familias-colm2 {
    padding: 0;
  }

  .daterium-bloque-familias-colm2 img {
    padding: 25px;
  }

  .button-familia {
    font-size: 20px;
    margin: 0 auto;
  }

  .tituloFaldonIndex {
    font-size: 22px !important;
    margin-left: 5px;
    margin-top: 5px;
  }

  .wp-block-spacer {
    height: 0px !important;
  }

  .bloque-mejores-opciones {
    margin: 25px auto;
  }

  .bloque-mejor-opcion {
    margin: 20px auto;
  }

  .bloque-mejor-opcion-img {
    display: none;
  }

  .bloque-mejor-opcion-txt {
    margin: 0 !important;
  }

  .bloque-mejor-opcion-txt h1 {
    font-size: 30px !important;
  }

  .bloque-mejor-opcion-txt p {
    font-size: 20px;
  }

  .footer-menu {
    display: flex;
    flex-direction: column;
  }

  .daterium-brand-menu-list {
    padding: 1rem 0;
  }

  .daterium-brand-menu-list-title {
    font-size: 22px !important;
    padding: 5px;

  }

  .daterium-text-cabecera {
    width: 95%;
  }

  .imagenSubfamiliaMenu {
    width: auto;
    height: 121px;
  }

  .daterium-brand-menu-subitem img {
    width: 125px;
    height: auto;
  }

  .daterium-brand {
    width: 90%;
  }

  .daterium-lista-categorias,
  .daterium-lista-marcas,
  .daterium-lista-categorias-busqueda {
    grid-template-columns: repeat(1, 1fr);
  }

  .daterium-lista-categorias-busqueda {
    padding: 5px;
  }

  .daterium-info-producto {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
  }

  .daterium-referencia-flex {
    display: flex;
    flex-direction: column;
  }

  .daterium-brand-menu-list {
    margin: 0 20px;
    flex-direction: column;
    gap: 1rem;
  }

  .daterium-brand-menu-list-item {
    padding: 0;
  }

  .daterium-brand-title {
    padding: 0 !important;
  }

  .slideshow-container {
    position: relative;
  }

  .slideshow-container,
  .slideshowButton {
    width: 100%;
  }
}

/* Plugin de idioma */

@font-face {
  font-family: "Interstate";
  src: url("assets/fonts/interstate-regular/interstate-regular.eot");
  src: url("assets/fonts/interstate-light/interstate-light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/interstate-light/interstate-light.woff") format("woff"), url("assets/fonts/interstate-light/interstate-light.ttf") format("truetype"), url("assets/fonts/interstate-light/interstate-light.svg#interstate-light") format("svg");
  font-weight: 400;
}

@font-face {
  font-family: "Interstate";
  src: url("assets/fonts/interstate-regular/interstate-regular.eot");
  src: url("assets/fonts/interstate-regular/interstate-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/interstate-regular/interstate-regular.woff") format("woff"), url("assets/fonts/interstate-regular/interstate-regular.ttf") format("truetype"), url("assets/fonts/interstate-regular/interstate-regular.svg#interstate-regular") format("svg");
  font-weight: 700;
}

@font-face {
  font-family: "Interstate";
  src: url("assets/fonts/interstate-bold/interstate-bold.eot");
  src: url("assets/fonts/interstate-bold/interstate-bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/interstate-bold/interstate-bold.woff") format("woff"), url("assets/fonts/interstate-bold/interstate-bold.ttf") format("truetype"), url("assets/fonts/interstate-bold/interstate-bold.svg#interstate-bold") format("svg");
  font-weight: 900;
}

@font-face {
  font-family: "Interstate";
  src: url("assets/fonts/interstate-light-italic/interstate-lightitalic.eot");
  src: url("assets/fonts/interstate-light-italic/interstate-lightitalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/interstate-light-italic/interstate-lightitalic.woff") format("woff"), url("assets/fonts/interstate-light-italic/interstate-lightitalic.ttf") format("truetype"), url("assets/fonts/interstate-light-italic/interstate-lightitalic.svg#interstate-lightitalic") format("svg");
  font-style: italic;
}


@font-face {
  font-family: 'Interstate Condensed';
  src: url('assets/fonts/interstate-condensed/interstate-blackcondensed.eot');
  src: url('assets/fonts/interstate-condensed/interstate-blackcondensed.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/interstate-condensed/interstate-blackcondensed.woff') format('woff'),
    url('assets/fonts/interstate-condensed/interstate-blackcondensed.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;

}


@font-face {
  font-family: 'Interstate Condensed';
  src: url('assets/fonts/interstate-condensed/interstate-boldcondensed.eot');
  src: url('assets/fonts/interstate-condensed/interstate-boldcondensed.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/interstate-condensed/interstate-boldcondensed.woff') format('woff'),
    url('assets/fonts/interstate-condensed/interstate-boldcondensed.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;

}


@font-face {
  font-family: 'Interstate Condensed';
  src: url('assets/fonts/interstate-condensed/interstate-light-cond.eot');
  src: url('assets/fonts/interstate-condensed/interstate-light-cond.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/interstate-condensed/interstate-light-cond.woff') format('woff'),
    url('assets/fonts/interstate-condensed/interstate-light-cond.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;

}

@font-face {
  font-family: 'Syne';
  src: url('assets/fonts/syne-bold/Syne-Bold.woff2') format('woff2');
  src: url('assets/fonts/syne-bold/Syne-Bold.otf') format('otf'),
    url('assets/fonts/syne-bold/Syne-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;

}

@font-face {
  font-family: 'Syne';
  src: url('assets/fonts/syne-regular/Syne-Regular.woff2') format('woff2');
  src: url('assets/fonts/syne-regular/Syne-Regular.otf') format('otf'),
    url('assets/fonts/syne-regular/Syne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;

}