/*!
Theme Name: komypets
Theme URI: http://underscores.me/
Author: MichProArt
Author URI: https://proart.top/
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: komypets
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.

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

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

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

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

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

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

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

/* 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-face {
    font-family: "Parkinsans";
    src: url("fonts/Parkinsans/Parkinsans-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}


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

:root {
    --komypets-negro: #1a1a1a;
    --komypets-blanco: #fff;
    --grey-komypets: #a7a7a8;
    --komypets-cream: #F3ECE1;
    --color-primary: #EB5A43;
    --color-secondary: #143443;
    --font-Parkinsans: "Parkinsans", sans-serif;
    --Roca-family: "Montserrat", sans-serif;
    --font-12px: 12px;
    --font-14px: 14px;
    --h1: 42px;
    --h2: 38px;
    --h3: 32px;
    --h4: 28px;
    --h5: 22px;
    --h6: 18px;
    --letter-spacing-01: 0.1em;
    --shadow: 0 10px 30px rgba(20, 52, 67, .08);
    --ink: #0e1b1b;
    --muted: #6c7b7b;
    --bg: #f7f9f9;
    --radius: 18px;
    --footer-bg: #0f2f36;
    /* azul verdoso oscuro */
    --footer-text: #bcd0d5;
    /* texto principal */
    --footer-muted: #9fb1b6;
    /* texto tenue */
    --footer-head: #d9e7ea;
    /* títulos */
    --ring: rgba(255, 255, 255, .22);
}


@font-face {
    font-family: "Roca";
    src: url("fonts/Roca-Font/Roca Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Roca";
    src: url("fonts/Roca-Font/Roca Thin Italic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
}

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

@font-face {
    font-family: "Roca";
    src: url("fonts/Roca-Font/Roca Light Italic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Roca";
    src: url("fonts/Roca-Font/Roca Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roca";
    src: url("fonts/Roca-Font/Roca Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Roca";
    src: url("fonts/Roca-Font/Roca Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Roca";
    src: url("fonts/Roca-Font/Roca Bold Italic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Roca";
    src: url("fonts/Roca-Font/Roca Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Roca";
    src: url("fonts/Roca-Font/Roca Black Italic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "Roca";
    src: url("fonts/Roca-Font/Roca Heavy.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Roca";
    src: url("fonts/Roca-Font/Roca Heavy Italic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
}


/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea,
p,
li {
    color: #000;
    font-family: var(--font-Parkinsans);
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: "Roca";
}

p {
    margin-bottom: 1.5em;
}

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>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: 1em 0;
}

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



/* Links
--------------------------------------------- */
a {
    color: var(--color-primary);
}

.clear-selection,
.onsale {
    color: #45BABF !important;
}

.single-post a {
    color: var(--color-primary) !important;
}

.single-post footer a {
    color: #fff !important;
}

.single-post a:hover {
    color: var(--color-secondary) !important;
}

.entry-content a {
    color: var(--color-primary) !important;
}

.entry-content a:hover {
    color: var(--color-secondary) !important;
}

.entry-content ul {
    margin-left: 0px !important;
}

/* a:visited {
	color: #800080;
} */

a:hover,
a:focus,
a:active {
    color: var(--color-secondary);
}

a:focus {
    outline: thin dotted;
}

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

.button,
.wc-block-mini-cart__footer-checkout,
.wp-block-woocommerce-cart .wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
    border: 1px solid;
    border-color: var(--color-primary);
    border-radius: 0px;
    background: var(--color-primary);
    color: var(--komypets-blanco) !important;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    /* letter-spacing: 0.1em; */
    text-transform: normal;
    text-align: center;
    line-height: 1;
    padding: 16px 32px;
    /*   min-width: 302px;
  min-height: 52px; */
    text-decoration: none;
    display: inline-block;
    border-radius: 12px;
    transition: all 0.5s ease-in-out;
}

.button:hover,
.wc-block-mini-cart__footer-checkout:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
    background: #45BABF;
    border-color: #45BABF;
    transition: all 0.5s ease-in-out;
}

/* 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,
input.form-control,
textarea.form-control {
    background: #F4F7F8;
    border: 1px solid #E5EAEE;
    border-radius: 12px;
    padding: .7rem .9rem;
    height: 48px;
    box-shadow: none;
    width: 100%;
}

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,
input.form-control:focus,
textarea.form-control:focus,
input:focus {
    border-color: #EB5A43;
    box-shadow: 0 0 0 .25rem rgba(235, 90, 67, .15);
    outline: 0;
}

select {
    border: 1px solid #ccc;
}

textarea.form-control,
textarea {
    min-height: 140px;
    height: auto;
    resize: vertical;
}

::placeholder {
    color: #9AA6B2;
    opacity: 1;
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #143443;
    border-radius: 100%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1rem !important;
}

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

.main-navigation {
    flex: 1;
    margin: 0px;
}

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

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }

    .main-navigation {
        flex: 1;
        margin: 0 40px;
    }

}

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

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

.post {
    margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 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;
}

/* Contenedor general del header */
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    background-color: white;
    border-radius: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 100;
    width: 90% !important;
}

/* Branding */
.site-branding {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-title,
.site-description {
    display: none;
    /* Oculta el texto si solo usarás el logo */
}

/* Menú principal */


.main-navigation ul {
    /* display: flex; */
    list-style: none;
    justify-content: center;
    gap: 40px;
    margin: 0;
    padding: 1.5rem .5rem;
    position: absolute;
    width: 90%;
    text-align: center;
    background: white;
    left: 0%;
    top: 107%;
    transform: translateX(5%);
    border-radius: 40px;
}

.main-navigation ul li a {
    font-weight: 500;
    color: #1b2b38;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
}

.main-navigation ul li.current-menu-item a {
    color: #f25c47;
}

.main-navigation ul li.current-menu-item a::after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background-color: #f25c47;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 2px;
}

/* Buscador */
.search-container {
    display: flex;
    align-items: center;
    background: #f5f6f7;
    padding: 0 15px;
    border-radius: 30px;
    height: 48px;
}

.search-container input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 16px;
    width: 160px;
}

.search-container button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #0d1f2b;
}

/* Contenedor del formulario */
.search-form {
    display: flex;
    align-items: center;
    background-color: #f5f6f7;
    border-radius: 30px;
    padding: 0 15px;
    height: 48px;
    width: 220px;
    position: relative;
    margin-right: 20px;
}

/* Input de búsqueda */
.search-form .search-field {
    border: none;
    background: transparent;
    outline: none;
    font-size: 16px;
    width: 100%;
    padding: 10px;
    color: #1b2b38;
}

/* Botón de envío (convertido en ícono) */
.search-form .search-submit,
.custom_lupa {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    width: 30px;
    height: 30px;
    /* background-image: url("data:image/svg+xml,%3Csvg fill='black' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10,2A8,8,0,1,1,2,10,8,8,0,0,1,10,2Zm8.71,15.29-3.39-3.39A9,9,0,1,0,10,19a9,9,0,0,0,5.9-2.21l3.39,3.39a1,1,0,0,0,1.42-1.42Z'/%3E%3C/svg%3E"); */
    background-image: url("https://komypets.com/wp-content/uploads/2025/08/buscador.svg");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    /* margin-left: 5px; */
}

.wc-block-mini-cart__icon {
    display: none !important;
}

.wc-block-mini-cart__button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    width: 30px;
    height: 30px;
    background-image: url("https://komypets.com/wp-content/uploads/2025/08/Carrito-azul-oscuro-50x50px.svg");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
}

.icon_heart {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    width: 30px;
    height: 30px;
    background-image: url("https://komypets.com/wp-content/uploads/2025/08/Corazon-azul-oscuro-200x200px.svg");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
}

/* Íconos a la derecha */
.header-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.header-icon {
    position: relative;
    font-size: 24px;
    color: #0d1f2b;
    cursor: pointer;
    display: none;
}

.header-icon .badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #f25c47;
    color: white;
    font-size: 12px;
    border-radius: 50%;
    padding: 2px 5px;
}

.site-branding .custom-logo {
    width: 150px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.wc-block-mini-cart__button {
    padding: 0px !important;
}


.overlay {
    /* background-color: #3a221d; */
    background-color: #000;
    opacity: 0.6;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.overlay_hover {
    /* background-color: #3a221d; */
    background-color: #000;
    opacity: 0;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
    transition: all 0.5s;
}

.hover_product:hover .overlay_hover {
    transition: all 0.5s;
    opacity: 0.4;
}

.custom_overlay {
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.banner_opacity {
    position: relative;
    width: 100%;
}

/* Para asegurar que el contenido se muestre por encima del overlay */
.banner_opacity>* {
    position: relative;
    z-index: 2;
}

.page-template-default main {
    padding: 1.7rem;
}

.contenido__video {
    height: 100%;
    position: relative;
}

.contenido__video_agrupacion {
    height: 100%;
    width: 100%;
    position: static !important;
}

video.bg-video {
    position: absolute;
    top: 1%;
    left: -1.5rem;
    width: auto;
    /*  height: auto; */
    /* transform: translateX(-50%); */
    z-index: 0;
}

.contenido__video_agrupacion video.bg-video {
    top: 0rem;
    left: 0rem;
    width: 100%;
}


.formato h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: var(--third-family); */
}

.formato h1,
.formato h1 strong {
    font-size: var(--h1);
    margin-bottom: 1.2rem;
}

.formato h2,
.formato h2 strong {
    font-size: var(--h2);
}

.formato h3,
.formato h3 strong {
    font-size: var(--h3);
}

.formato h4,
.formato h4 strong {
    font-size: var(--h4);
}

.formato h5,
.formato h5 strong {
    font-size: var(--h5);
}

.formato h6,
.formato h6 strong {
    font-size: var(--h6);
}

h1 span[style*="font-size"],
h2 span[style*="font-size"],
h3 span[style*="font-size"],
h4 span[style*="font-size"],
h5 span[style*="font-size"],
h6 span[style*="font-size"] {
    display: inline-block;
    line-height: 1;
}

h2 span[style*="font-size: 40px"] {
    font-size: 40px !important;
}

.Product_title {
    font-size: 20px;
    color: var(--color-secondary) !important;
    font-weight: 600;
    font-family: var(--font-Parkinsans) !important;
}

.Price_title {
    font-size: 16px;
    color: var(--color-secondary) !important;
    font-weight: 600;
    font-family: var(--font-Parkinsans) !important;
}

hr {
    width: 240px;
    opacity: 1 !important;
    border-color: #EB5A43 !important;
    background-color: transparent !important;
    margin: 3rem auto !important;
}

.br-22px {
    border-radius: 22px;
}

.banner-swiper .swiper-slide img {
    width: 350px;
    height: auto;
    object-fit: contain;
    /* no recorta */
    margin: 0 auto;
}


/* Botones circulares */
.circle-btn {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: none;
    display: inline-grid;
    place-items: center;
    cursor: pointer;
    background: var(--color-primary);
    color: #fff;
    box-shadow: var(--shadow);
    transition: transform .15s ease, opacity .2s ease;
    place-items: center;
}

.circle-btn:is(:hover, :focus-visible) {
    transform: translateY(-1px);
    opacity: .95
}

.circle-btn svg {
    width: 18px;
    height: 18px
}

.section-testimonials {
    position: relative;
    padding: 2rem 0px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}

/* Decor de fondo */
.section-testimonials::after {
    content: "";
    position: absolute;
    inset: 34% -60vw -28% auto;
    width: 190vw;
    height: 180vw;
    background: radial-gradient(70% 70% at 70% 40%, var(--color-primary) 0 65%, transparent 10%);
    opacity: .9;
    z-index: -1;
    border-bottom-left-radius: 48%;
}

.testimonials-grid {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#masthead.mt_5rem {
    margin-top: 1rem !important;
}

.single-product #page {
    margin-top: 5rem !important;
}

.page-id-3235 #page {
    margin-top: 5rem !important;
}

.mt_77rem {
    margin-top: 5rem !important;
}

#post-42,
#post-43 {
    margin-top: 5rem;
}

@media (min-width: 980px) {
    .testimonials-grid {
        display: grid;
        align-items: center;
        gap: 40px;
        grid-template-columns: 1fr 1.15fr
    }

    #masthead.mt_5rem {
        margin-top: 4rem !important;
    }

    #masthead.mt_5rem.scrolled {
        margin-top: 1rem !important;
    }

    .single-product #page {
        margin-top: 7rem !important;
    }

    .page-id-3235 #page {
        margin-top: 7rem !important;
    }

    .mt_77rem {
        margin-top: 7rem !important;
    }

    #post-42,
    #post-43 {
        margin-top: 11rem;
    }

    .header-icon {
        position: relative;
        font-size: 24px;
        color: #0d1f2b;
        cursor: pointer;
        display: block;
    }

    /* =========================
     1) SECCIÓN TESTIMONIOS
     ========================= */
    .section-testimonials {
        position: relative;
        padding: 90px 0 120px;
        overflow: clip;
        display: flex;
        align-items: center;
    }

    /* Decor de fondo */
    .section-testimonials::after {
        content: "";
        position: absolute;
        inset: auto -20vw -28% auto;
        width: 64vw;
        height: 64vw;
        background: radial-gradient(70% 70% at 70% 40%, var(--color-primary) 0 65%, transparent 10%);
        opacity: .9;
        z-index: -1;
        border-bottom-left-radius: 48%;
    }

    .site-header {
        width: 100% !important;
    }

    .main-navigation ul {
        /* display: flex; */
        list-style: none;
        justify-content: center;
        gap: 40px;
        margin: 0;
        padding: 0;
        position: static;
        width: auto;
        transform: none;

    }
}



.t-left .nav {
    display: flex;
    gap: 10px;
    margin-top: 18px
}

/* .t-left h2 {
	max-width: 14ch
} */

.t-left {
    position: relative;
    z-index: 22;
    background: #fff;
}

.t-right {
    position: relative;
}

.t-right .swiper {
    overflow: visible
}

.testimonial-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 18px 18px 18px 18px;
    width: 94%;
}

.testimonial-card .name {
    font-weight: 800;
    color: #1a3434;
    margin-bottom: 6px;
    font-size: .98rem
}

.stars {
    color: #ffb400;
    font-size: 14px;
    letter-spacing: 2px;
    display: flex;
    gap: 6px;
    align-items: center
}

.stars .star {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block
}

.t-text {
    color: #355;
    line-height: 1.55;
    font-size: .95rem;
    margin-top: 10px
}

.swiper-slide {
    width: auto
}

/* para que se vea “la siguiente” */
/* tamaño visual de slides y separación */


@media (min-width: 980px) {

    .t-right .swiper-wrapper {
        gap: 24px
    }

    .t-right .swiper-slide {
        transform: translateZ(0);
    }

    .t-right {
        position: relative;
        left: 15%;
    }

    .testimonial-card {
        background: #fff;
        border-radius: 16px;
        box-shadow: var(--shadow);
        padding: 18px 18px 18px 18px;
        max-width: 520px;
        width: 100%;
    }
}

.post-card {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow)
}

.post-media {
    aspect-ratio: 4/3;
    background: #dde7e7;
    display: block;
    overflow: hidden
}

.post-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease
}

.post-card:hover .post-media img {
    transform: scale(1.04)
}

.post-body {
    padding: 14px 14px 18px
}

.date {
    display: block;
    font-size: .8rem;
    color: #8aa;
    margin-bottom: 6px
}

.post-title {
    font-size: 1rem;
    line-height: 1.35;
    margin: 0
}

.post-title a {
    color: #0f2e2e;
    text-decoration: none
}

.post-title a:hover {
    color: var(--brand)
}

.cta-wrap {
    display: flex;
    justify-content: center
}

.cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    font-weight: 700;
    color: var(--navy);
    text-decoration: none
}

.cta .circle {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: var(--brand);
    display: grid;
    place-items: center;
    box-shadow: var(--shadow)
}

.cta svg {
    width: 16px;
    height: 16px;
    color: #fff
}

.cta {
    color: var(--color-secondary);
    font-family: "Parkinsans";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.site-footer {
    background: var(--footer-bg);
    color: var(--footer-text);
    font-size: 14px;
    line-height: 1.6;
}

.site-footer a,
.site-footer li {
    color: var(--footer-text);
    text-decoration: none;
    opacity: .9;
}

.site-footer a:hover {
    opacity: 1;
    text-decoration: none;
}



.footer-inner {
    display: grid;
    grid-template-columns: 220px 1fr 1fr 1.2fr;
    gap: 40px;
    align-items: start;
}

.brand-logo img {
    max-width: 160px;
    height: auto;
    display: block;
}

.footer-col h4 {
    color: var(--footer-head);
    font-size: 13px;
    letter-spacing: .02em;
    text-transform: none;
    margin: 0 0 12px;
    font-weight: 600;
    font-family: "Parkinsans";
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col li {
    margin: 8px 0;
}

.contact-list li {
    margin: 6px 0;
}

.social {
    display: flex;
    gap: 12px;
    margin-top: 12px;
}

.social-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ring);
}

.social-btn svg {
    width: 16px;
    height: 16px;
    display: block;
}

.footer-bottom * {
    text-align: center;
    padding: 10px 20px 26px;
    color: var(--footer-muted);
    font-size: 12px;
    margin: 0px;
}

.home #banner_columnas_4 span[style*="font-size: 48px"] {
    display: inline-flex;
    /* para alinear el icono con el texto */
    align-items: center;
    gap: .5rem;
}

.home #banner_columnas_4 span[style*="font-size: 48px"]::before {
    content: "";
    display: inline-block;
    width: 1.15em;
    height: 1.15em;
    flex: 0 0 auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='11.5' fill='%23E53935'/%3E%3Cpath d='M8 6l8 6-8 6' stroke='%23FFFFFF' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 50%;
}

/* Responsive */
@media (max-width: 1600px) {
    h1 span[style*="font-size: 64px"] {
        font-size: 44px !important;
    }

    p span[style*="font-size: 20px"] {
        font-size: 18px !important;
    }
}

@media (max-width: 1440px) {
    .variable-item-span.variable-item-span-button {
        font-size: 12px !important;
    }

    .single-product #primary {
        padding-top: 3rem;
    }
}

@media (max-width: 900px) {
    .footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .brand {
        grid-column: 1/-1;
    }

    .site-branding {
        flex: 2;
    }

    .header-right {
        flex: 1;
    }

    .header-right {
        justify-content: flex-end;
    }

    #block-7 {
        padding-right: 1rem !important;
    }

    .formato h1,
    .formato h1 strong,
    .formato h1 span,
    .formato h2,
    .formato h2 strong,
    .formato h2 span {

        overflow: hidden;
        text-overflow: ellipsis;
        font-family: "Roca";
        font-size: 30px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
    }


    .formato h3,
    .formato h3 strong {
        font-size: var(--h3);
    }

    .formato h4,
    .formato h4 strong {
        font-size: var(--h4);
    }

    .formato h5,
    .formato h5 strong {
        font-size: var(--h5);
    }

    .formato h6,
    .formato h6 strong {
        font-size: var(--h6);
    }

    .formato p,
    .formato p strong,
    .formato p span {
        text-overflow: ellipsis;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .single-product #primary {
        padding-top: 0rem;
    }
}

@media (max-width: 600px) {
    .footer-inner {
        grid-template-columns: 1fr;
    }

    .brand-logo img {
        max-width: 130px;
        margin-inline: auto;
    }

    .footer-bottom {
        font-size: 11px;
    }

    .home #vitrina_sin_productos_9 #banner_agrupacion_9~.col {
        height: 220px !important;
    }

    .home #carrusel_de_productos_2 span[style*="font-size: 64px"] {
        font-size: 34px !important;
    }

    .home #banner_columnas_4 span[style*="font-size: 48px"] {
        font-size: 26px !important;
    }

    .home #banner_columnas_4 .col {
        height: 444px !important;
    }

    .home #banner_columnas_6 img {
        min-width: 135px;
    }

    .home .section-testimonials .t-left span[style*="font-size: 64px"] {
        font-size: 35px !important;
    }

    .t-left {
        text-align: center;
        background-color: transparent;
    }

    .home #posts_destacado_blog_8 span[style*="font-size: 32px"] {
        font-size: 32px !important;
        font-family: Roca;
    }

    .cta {
        font-size: 20px;
    }

    .page-id-538 #vitrina_sin_productos_1 .col.nada.h-auto {
        height: 40vh !important;
        order: 1 !important;
    }

    .page-id-538 #vitrina_sin_productos_1 #banner_agrupacion_1 {
        order: 2 !important;
    }

    .padre_quantity .quantity {
        width: 100% !important;
    }

    .yith-add-to-wishlist-button-block {
        width: 100% !important;
        align-items: center !important;
    }

    .yith-wcwl-add-to-wishlist-button__label {
        letter-spacing: 0px !important;
    }

    .title_related {
        font-size: 40px !important;
    }

    .social {
        justify-content: center !important;
    }

    .home #banner_columnas_0 #banner_0 .col-lg-6,
    .page-id-538 #banner_columnas_0 #banner_0 .col-lg-6,
    .woocommerce-shop #banner_cat_tag .col-lg-6,
    .tax-product_cat #banner_cat_tag .col-lg-6 {
        margin-bottom: 12rem !important;
    }

    .page-id-538 form.wpcf7-form .container-fluid .row :last-child p {
        text-align: center !important;
    }

    .single.single-product #banner_columnas_cat .row .col {
        flex: 100% !important;
        height: 350px !important;
    }

    .home #banner_galeria_de_productos_5 {
        text-align: center !important;
    }

    .home #banner_columnas_6 .row {
        overflow: scroll;
        scroll-snap-type: x mandatory;
        width: 100%;
        max-width: 600px;
        margin: auto;
        flex-wrap: nowrap;
    }

    .home #banner_columnas_6 .row .col {
        flex: 1 0 100% !important;
        scroll-snap-align: center;
    }

    .t-left .nav {
        visibility: hidden;
    }

    .home #vitrina_sin_productos_9 #banner_agrupacion_9 {
        text-align: center !important;
    }

    .sidebar_content {
        border-top: solid black 5px;
        padding-top: 3rem;
        margin-top: 3rem;

    }

    .home #posts_destacado_blog_8 {
        padding-top: 4rem !important;
    }
}

.woo-variation-items-wrapper ul[data-attribute_name="attribute_pa_sensor-de-movimiento"] .variable-item-span.variable-item-span-button {
    font-size: 14px !important;
    line-height: 1 !important;
}

.absolute-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.nice-select {
    border-radius: 22px !important;
    margin-bottom: 3rem !important;
    margin-top: 2rem !important;
}

.text_top {
    color: var(--color-secondary);
    font-family: "Parkinsans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.text_top img {
    width: 35px;
    height: auto;
}

body.page-id-538 #banner_agrupacion_1 .col-lg-8 {
    flex: 0 0 auto !important;
    width: 100% !important;
}

body.page-id-538 #banner_agrupacion_1 {

    border-radius: 22px;
    background: #F8F9FA;
}

.wc-block-components-product-name {
    color: var(--color-secondary);
    font-family: "Parkinsans", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.78px;
    text-decoration: none !important;
}

.wc-block-components-product-name:hover {
    color: var(--color-primary);
}

.wc-block-mini-cart__footer-cart {
    border: 1px solid;
    border-color: var(--color-primary);
    font-family: var(--font-family);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: normal;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    border-radius: 12px;
    transition: all 0.5s ease-in-out;
    box-shadow: none !important;
}

.wc-block-mini-cart__footer-cart:hover,
.wc-block-components-button:not(.is-link).outlined:hover {
    background-color: #45BABF !important;
    border-color: #45BABF;
    transition: all 0.5s ease-in-out;
    box-shadow: none !important;
}

/*  $("#post-42").addClass("container my-lg-5 my-3"); */

aside.widget-area .swiper-slide {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}

aside.widget-area .wpcu-front-box.bottom {
    padding: 5px 14px 18px 14px;
}

aside.widget-area .wpcu-front-box.top.equalHeightImg .wplp-box-item .title {
    padding: 14px 14px 0px;
}

.btn_buynow .single_add_to_cart_button {
    background-color: var(--color-secondary) !important;
    border-color: var(--color-secondary) !important;
}

.btn_buynow_loop .wpcbn-btn-archive {
    background-color: transparent !important;
    border-color: var(--color-primary) !important;
    color: var(--color-primary) !important;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #45BABF !important;
}

#accordionSidebar,
#accordionSidebar .accordion-item,
#accordionSidebar .accordion-button {
    border-radius: 22px;
}

.home #banner_columnas_4 .formato p:last-child {
    margin-bottom: 0 !important;
}

.page-id-538 #banner_galeria_de_productos_4 {
    display: none !important;
}

.page-id-538 #vitrina_galeria_de_productos_4 img {
    border-radius: 22px !important;
}

/* Controles tipo "dots" puramente CSS para el slider .home #banner_columnas_6
   - Visual por defecto.
   - Si añades ids en las slides (id="slide-1", id="slide-2", ...) las reglas :has(...:target)
     desplazan el dot activo sin JS. */
.swiper-pagination-bullet-active {
    background: var(--color-primary) !important;
}

/* Pequeña mejora visual para pantallas pequeñas */
@media (max-width: 600px) {
    .home #banner_columnas_6 {
        position: relative;
        /* Ajusta estos valores según número de slides y tamaño deseado */
        --dots: 1;
        --dot-size: 8px;
        --dot-gap: 22px;
        /* espacio entre centros de puntos */
        --dot-color: rgba(0, 0, 0, 0.12);
        --dot-active: var(--color-primary);
        padding-top: 3rem;
    }

    /* Genera la fila de puntos con background repetido (visual) */
    .home #banner_columnas_6::after {
        content: "";
        position: absolute;
        left: 55%;
        transform: translateX(-50%);
        bottom: 12px;
        height: calc(var(--dot-size));
        width: calc((var(--dots) - 1) * var(--dot-gap) + var(--dot-size));
        pointer-events: none;
        /* visual por defecto */
        background-image: radial-gradient(circle var(--dot-size) at 50% 50%, var(--dot-color) 40%, transparent 51%);
        background-repeat: repeat-x;
        background-size: var(--dot-size) var(--dot-size);
        background-position: 0 50%;
        display: block;
        z-index: 40;
        filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.06));
    }

    /* Indicador del dot activo: una capa adicional como punto activo */
    .home #banner_columnas_6::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 12px;
        height: calc(var(--dot-size));
        width: calc(var(--dot-size));
        border-radius: 999px;
        background: var(--dot-active);
        z-index: 41;
        transition: margin-left .35s cubic-bezier(.2, .9, .3, 1), transform .35s cubic-bezier(.2, .9, .3, 1);
        /* posicion inicial: primer dot (centrado en la primera posición) */
        margin-left: calc(-((var(--dots) - 1) * var(--dot-gap) / 2));
        pointer-events: none;
    }

    /* ---------- Soporte opcional: si añades id="slide-N" a cada .col, estas reglas mueven el dot activo. */
    /* Ajusta o replica hasta --dots (aquí ejemplo para 5 slides) */
    .home #banner_columnas_6:has(#banner_1:target)::before {
        margin-left: calc(-((var(--dots) - 1) * var(--dot-gap) / 2) + 0 * var(--dot-gap));
    }

    .home #banner_columnas_6:has(#banner_2:target)::before {
        margin-left: calc(-((var(--dots) - 1) * var(--dot-gap) / 2) + 1 * var(--dot-gap));
    }

    .home #banner_columnas_6:has(#banner_3:target)::before {
        margin-left: calc(-((var(--dots) - 1) * var(--dot-gap) / 2) + 2 * var(--dot-gap));
    }

    .home #banner_columnas_6:has(#banner_4:target)::before {
        margin-left: calc(-((var(--dots) - 1) * var(--dot-gap) / 2) + 3 * var(--dot-gap));
    }

    .home #banner_columnas_6:has(#banner_5:target)::before {
        margin-left: calc(-((var(--dots) - 1) * var(--dot-gap) / 2) + 4 * var(--dot-gap));
    }

    /* Añade más reglas si --dots > 5 */



}

/* Botón de búsqueda para móvil */
.search-btn-mobile {
    padding: 8px;
    color: var(--color-secondary);
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.search-btn-mobile:hover {
    background-color: #f5f6f7 !important;
}

/* Modal de búsqueda */
.modal-dialog-top {
    margin-top: 2rem;
}

.search-container-mobile .search-form {
    width: 100%;
    margin: 0;
}

.search-container-mobile .search-field {
    font-size: 18px;
    padding: 12px 15px;
    height: 56px;
}

.search-container-mobile .search-submit {
    width: 40px;
    height: 40px;
    background-size: 28px;
}

/* Ajustes responsive para los iconos del header */
@media (max-width: 991px) {
    .header-icons {
        gap: 10px;
    }
    
    .header-right {
        gap: 15px;
    }
}
.wa__btn_popup{
  right: unset !important;
  left: 30px !important;
}

.wa__popup_chat_box.wa__active{
    right: unset !important;
    left: 50px !important;
}