/*!
Theme Name: Ozado
Theme URI: http://underscores.me/
Author: Ozado
Author URI: https://ozado.pe/
Description: Paginas Web, Tiendas Virtuales
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: ozado
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.

Ozado 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;
}
*{
	box-sizing:border-box;
}

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

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

}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;	
    margin-top: 0;
	clear: both;
}

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: #F4F4F4;
}

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

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

ul {
       list-style: disc;
    list-style-position: inside;
   
  
}

ol {
	list-style: decimal;
}

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

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: #999;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

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: 1200px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
        justify-content: flex-end;
        gap: 16px;
	}
}

.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,
.page {
	margin: 0px;
}

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

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

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


/* Variables Globales */


#billing_tipo_field{
	display:none;	
}
	/* Layout
	--------------------------------------------- */
		:root {
			/*Colores*/

				/*Primarios*/
				--theme-color-1: #FFB700;
				--theme-color-2: #0061A8;
				--theme-color-3: #003D6A;
			    --theme-color-4: #002846;
		     	--theme-color-5: #7A7A7A;
				--theme-color-text: #93959D;
				/*Fin Primarios*/


				/*Secundarios*/
				--theme-black:#000;
				--theme-plomo-claro:#eee;

				/*Fin Secundarios*/

			/*Fin Colores*/
			
			/*Shadows*/
			
				--theme-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
				--theme-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
				--theme-shadow-md:  0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
				--theme-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
				--theme-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
				--theme-shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
			
			/*Fin shadows*/

		}
	/* Layout
	--------------------------------------------- */

	/* ---------------------- Variables ------------------*/

		.cta{
			cursor:pointer;
			display:flex;
			gap:.7rem;
			align-items:center;
			justify-items:center;
			justify-content:center;
		}
		.capa{
			display:none;
			position:fixed;
			top:0;
			left:0;
			height:100%;
			width:100%;    
			background:#00000032;
			z-index:9000;
		}
		.capa--active{
			display:none;
		}
	

	/* ---------------------- Fin Variables ------------------*/
	/*Containers-------------------------*/
		.container-xl {
			max-width: 1560px;
			margin: 0 auto;
			padding: 0 1rem;
		}

		.container-lg {
			max-width: 1400px;
			margin: 0 auto;
			padding: 0 1rem;
		}

		.container {
			max-width: 1450px;
			margin: 0 auto;
			padding: 0 1rem;
		}
		.container-footer p {
	    margin: 0;
		}
.container-single{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}
#colophon .menu-menu-principal-container {
    margin: 2.5rem 0;
}
	
	/*Containers-------------------------*/


	#page{
	
}
		

	/*Separaciones----------------------*/
		.separacion-lg{
			padding:5rem 0;
		}
		.separacion{
			padding:3rem 0;
		}
	/*Fin Separaciones----------------------*/

	/*Etiquetas---------------------------*/

		a {
			transition: .3s ease all;   
		}
		
		input, textarea {
		 
		  padding: .6rem .8rem !important;
		  outline: none;
		  overflow: hidden;
		  background-color: #F3F3F3;
		  border-radius: 3px !important;
		  transition: all 0.5s;
		  border: 1px solid #ccc !important;
		}

		input:hover , textarea:hover ,
		input:focus, textarea:focus  {
		  border: 1px solid var(--theme-color-1) !important;
		  box-shadow: 0px 0px 0px 7px rgb(74, 157, 236, 20%);
		  background-color: white;
		}

		/* Estilos generales para todos los select */
		select {
		  appearance: none; /* Oculta los estilos nativos del sistema */
		  padding: 10px; /* Espacio interno */
		  border: 1px solid #ccc; /* Borde */
		  border-radius: 4px; /* Bordes redondeados */
		  font-size: 16px; /* Tamaño de fuente */
		  background-color: #fff; /* Color de fondo */
		  width: 200px; /* Ancho del select */
		  cursor: pointer; /* Cambia el cursor al pasar el ratón */
		}

		/* Estilo cuando el usuario coloca el cursor en el select */
		select:hover {
		  border-color: #aaa; /* Cambia el color del borde en hover */
		}

		/* Estilo para la flecha desplegable */
		select::after {
		  content: '\25BC'; /* Flecha hacia abajo */
		  position: absolute;
		  top: 50%;
		  left:0;
		  transform: translateY(-50%);
		  pointer-events: none; /* Evita que la flecha sea interactiva */
		}

		/* Estilo para las opciones */
		select option {
		  padding: 10px; /* Espacio interno */
		  font-size: 16px; /* Tamaño de fuente */
		  background-color: #fff; /* Color de fondo */
		  color: #333; /* Color del texto */
		}

	/*Fin Etiquetas---------------------------*/

/*Fin Variables Globales */



.woocommerce span.onsale{
	background-color: var(--theme-color-1);
}
.woocommerce div.product p.stock{
	color: var(--theme-color-2);
}





/* Header
--------------------------------------------- */
.xoo-wsc-sc-cont {
	margin-top: 1rem;
}
#header-mobile {
    padding: 1.8rem 0;	
	display: none !important;
    background: #fff;	
}
#header-mobile .grid{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: center;	
    padding-bottom: 1rem;	
}
#header-mobile .grid .buttons-lateral{
    display: flex;
    justify-content: end;
    gap: 1rem;
    align-items: center;	
}
#header-mobile .grid .buttons-lateral img{
	cursor: pointer;
}
#header.woocommerce-products-header {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}
#header-desktop {
	display: block !important;
	background: #fff;
}
#header-mobile {
	display: none !important;
}
#header-desktop ul,
#header-desktop .widget,
#header-desktop p{
	margin: 0;
}
#header-desktop .head-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
}
#header-desktop .head-bottom {

}



#header-desktop .head-bottom {
  width: 100%;
  border-top: 1px solid #ddd; 
}

#header-desktop .head-bottom-inner {
      display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

#header-desktop .head-bottom .icono-categoria {
	border-right: 1px solid #ddd;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--theme-black);
    font-weight: 600;
}
#header-desktop .head-bottom .catalgo a{
	border: 1px solid #000000;
    padding: 4px 18px;
    border-radius: 50px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
#header-desktop .head-bottom .catalgo p{
	display: flex;
    align-items: center;
	gap: 0.5rem;
	
}
#header-desktop .main-navigation ul{
	justify-content: start;
    align-items: center;
    max-width: 800px;
    margin: auto;
}
#header-desktop .main-navigation ul a {
	 color: #000;
}
#header-desktop .menu-lateral p,
#header-desktop .btn-lateral-categoria p{
	display: flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #ddd;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 500;
    color: black;	
}
button.btn-lateral-categoria {
    background: #FFF;
    border: none;
    color: #000;
    font-weight: 600;
    display: flex;
    gap: 10px;
    align-items: center;
}
.woocommerce ul.products li.product a img {
	margin: 0 0 5px;
}
#header-desktop .head-right{
    display: flex;
    align-items: center;
    gap: 1.5rem;	
}
.search-head .asl_w_container .probox {
    border: 1px solid #FFB700 !important;
    border-radius: 50px !important;
    max-width: 544px;
    margin: auto !important;
}
#header-desktop button.promagnifier {
    background: #FFB700 !important;
    border-radius: 38px !important;
    padding: 0px 15px !important;
}
#header-desktop .botones-cabecera {
	display: flex;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
#header-desktop .botones-cabecera p {
	 color: #000;
}
#header-desktop .botones-cabecera section#text-57 {
	border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 17px 1rem;
}
#header-desktop .botones-cabecera section#text-58 {
	border-right: 1px solid #ddd;
    padding: 17px 1rem;
}
header.woocommerce-products-header {
    display: flex;
    justify-content: space-between;
}
h1.woocommerce-products-header__title.page-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #002846;
    font-weight: 800;
}
.woocommerce.columns-3 ul {	
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	gap: 2rem;
	position: relative;
}

#colophon .grid{
    display: grid;
    place-content: center;
}


#custom-product-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    padding: 20px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
}
.popup-content {
    position: relative;
    text-align: center;
}
.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
}
form.variations_form select {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
button.single_add_to_cart_button {
    background: #0071a1;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    display: block;
    margin: 0 auto;
}

button.single_add_to_cart_button:hover {
    background: #005c8a;
}



/*Fin Header
--------------------------------------------- */
/* Footer
--------------------------------------------- */
.container .site-info {
    display: flex;
    justify-content: space-between;
}
.container-footer {
	background: #002846;
    width: 100%;
}
.container-footer-4 {
    max-width: 980px;
    margin: auto;
    margin-bottom: 3rem;
	padding: 0 20px;
	
}
.container-footer-4 .textwidget p {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 0.6rem;
	
}
.container-footer-4 .textwidget {
	display: flex;
    color: #fff;
    gap: 1rem;
    
}
.container-footer-4 .textwidget p{
 
}
.container-footer .container-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 12px 20px;
    color: #AFAFAF;
    border-top: 1px solid #eeeeee1f;
	font-size: 14px;
    font-family: 'Corbel';

}
.container-footer .container-info a {
	color: #AFAFAF;
	
}
#colophon .widget {
	margin: 0;
}

footer#colophon {
	background: #002846;
	padding-top: 4rem;
}
.grid-item.footer-1 {
    margin: auto;
}
.grid-item.footer-2 {
    color: #fff;
    max-width: 700px;
    margin: auto;
    text-align: center;
}
.grid-item.footer-2 p {
	margin: 0;
	
}

.grid-item.footer-3 .menu {
	list-style: none;
    display: flex;
    gap: 2rem;
    border: 1px solid #ddd;
    border-radius: 20px;
    max-width: max-content;
    padding: 10px 2.5rem;
    margin: auto;
}
.grid-item.footer-3 .menu a {
    color: #fff;
}
.grid-item.footer-4 .textwidget {
	display: flex;
    color: #fff;
    text-align: center;
    gap: 2rem;
}
.grid-item.footer-4  {
	border-top: 1px solid #EEEEEE;

}
.grid-item.footer-4 p {
	display: flex;
    align-items: center;
    gap: 0.5rem;

	
}
.menu-lateral {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fffffff5;
    z-index: 999;
    width: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateX(-100%);
    padding: 0 1rem;
    transition: all .3s ease;
}
/* width */
#colophon .product-categories::-webkit-scrollbar {
  width: 7px;
}

/* Track */
#colophon .product-categories::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
#colophon .product-categories::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 10px;
}

/* Handle on hover */
#colophon .product-categories::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}


.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a {
    background: var(--theme-color-2) !important;
    padding: 10px !important;
    color: white !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
}


/* BLOG */
/* BLOG */
.section-blog .date small strong{
	font-size: 30px;
	font-weight: 800;
}


.section-blog h2 strong{
    font-weight: 800;

    
}

.section-blog .date {
  
}

.section-blog .title-content .title-description {
    position: absolute;
    bottom: 37px; 
    left: 13px;
    z-index: 9;
}

.section-blog .date {
    position: absolute;
    top: 10px;
    left: 16px;
    background: #fff;
    padding: 4px 10px;
    display: grid;
    border-radius: 10px;
    text-align: center;
    z-index: 9;
}
.section-blog .date small {
    border-radius: 15px;
    text-transform: uppercase;
    color: #002846;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1.1;
}
.section-blog .date small strong{
    
}
.loop-category a {
    color: #FFB700;
    text-transform: uppercase;
    font-weight: 700;
}
h1.entry-title {
    text-transform: uppercase;
    color: #003D6A;
    font-weight: 700;
}
.content-text .loop-category a {
    color: #FFB700;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
}
.description-blog {
    font-size: 14px;
    color: #000;
}
.content-text .button a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.blog-content {
	padding-top: 3rem;	
}
.blog-content .title-blog{
	color: var(--theme-color-4);
    text-align: center;
    font-size: 25px;
    margin: 0;
    padding-bottom: 4px;
    max-width: max-content;
    padding-right: 1rem;
    text-transform: uppercase;
    font-weight: 800;	
}
.blog-grid{
    
}
.button a {
}
.button a::after {
    content: "";
    background-image: url(/wp-content/uploads/2025/11/Leer-mas.webp);
    height: 31px;
    width: 31px;
	display: block;	
}
.blog-grid-loop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}
.blog-grid .sidebar-blog .widget {
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 10px 0;	
}
.blog-grid .sidebar-blog .widget h2{
	color: var(--theme-color-2);
    font-size: 22px;
    margin-bottom: 10px;
    border-bottom: 1px solid;	
}
.blog-grid .sidebar-blog .widget ul{
    padding: 0;
    list-style: none;
    margin: 0;	
}
.blog-grid .sidebar-blog .widget ul li{
    line-height: 1.3;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;	
}
.blog-grid .sidebar-blog .widget ul li:last-child{
	border: 0;	
}
.blog-grid-loop .post-loop {
    border: 1px solid #ddd;
	position: relative;
	border-radius: 15px;
	background: #fff;
}
.blog-grid-loop .post-loop .content-text .date {
    color: black;
    padding: 0;
    font-weight: 600;
    line-height: 1;
    max-width: max-content;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog-grid-loop .post-loop .content-text .date p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}
.blog-grid-loop .post-loop .content-text .date small {
    font-size: 16px;
}
.blog-grid-loop .post-loop .content-text {
    padding: 1rem;   
}
.blog-grid-loop .button a {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;    
}
.blog-grid-loop .post-loop .content-text .description-blog p {
    line-height: 1.2;
    margin-top: 4px;
    margin-bottom: 0;	
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    min-height: 35px;
    -webkit-box-orient: vertical;
}
.single-post{
    margin-bottom: 5rem;	
}
.single-post h2{
	text-transform: uppercase;
    color: var(--theme-color-3);
    font-size: 25px;
    font-weight: 800;
    padding-top: 1rem;	
}
.single-post .section-blog{
    margin-top: 4rem;	
}
.blog-grid-loop .title-post {
    font-size: 17px;	
    font-weight: 500;
    line-height: 1.2;
}
.blog-grid-loop .title-post a{
	color: #003D6A;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 38px;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0;
}


.section-marcas p{
	text-align: center;
}
/*FIN BLOG*/
.text-header marquee {
    color: #000;
    text-align: center;
    font-size: 20px;
    animation: slide 3s infinite;
    margin: 0px;
    font-weight: 600;
	background: var(--theme-color-4);
	padding: 10px 0;

}
.text-header img{
	height: 45px;
    padding-right: 1.5rem;
}

/* Tienda
--------------------------------------------- */

span.product-brand {
	position: absolute;
    top: 11px;
    right: 14px;
    background: #0061A8;
    color: #fff;
    padding: 3px 14px;
    border-radius: 15px;
    font-size: 10px;
}
#wc-main {
	background: #F4F4F4;
}
.woocommerce .woocommerce-breadcrumb {
	font-size: .92em;
    color: #002846;
    text-align: end;
}
.header-banner-products {
    background: var(--theme-plomo-claro);
	margin-bottom: 3rem;
}
.header-banner-products .espaciado {
    padding: 4rem 1rem;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}
.header-banner-products .espaciado h1{
	color: var(--theme-color-4);
    text-transform: uppercase;
}
.header-banner-products .espaciado .woocommerce-breadcrumb{
	color: white;
}
.header-banner-products .espaciado .woocommerce-breadcrumb a{
	color: white;
}
.woocommerce div.product form.cart {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
}
.woocommerce div.product form.cart {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
}
.woocommerce div.product form.cart:before,
.woocommerce div.product form.cart:after{
	display: none !important;
}
.woocommerce div.product form.cart .qib-button-wrapper {
    margin-bottom: 0;
}
#wc-main .grid aside#secondary section {
    border: 1px solid #E7E7E7;
    margin-bottom: 2rem;
    border-radius: 8px;
}
.button.single_add_to_cart_button.button.alt {
	height: auto !important;
    width: auto !important;
}
#order_review .button#place_order {
	padding: 0;
	
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: var(--theme-color-1);
    color: #000;
    transition: .3s ease all;
    border-radius: 50px;
    font-size: 14px;
    padding: 10px 4rem;
	height: 33px;
    width: 270px;

}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background: var(--theme-color-2);
    color: white;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    background: var(--theme-color-1);
    color: #000;
	border-radius: 50px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: var(--theme-color-2);
    color: white;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    color: var(--theme-black);
	font-weight:500;
	
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    display: -webkit-box;	
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 34px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover, 
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover, 
.woocommerce ul.products li.product h3:hover {
    color: var(--theme-color-2);
}
span.categoria-producto {
    color: #000;
    padding-bottom: 9px;	
	display: block;
    max-width: max-content;
    margin: auto;
	font-size: 14px;
}
/* Tienda
--------------------------------------------- */
#wc-main .grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 300px auto;
}
.tienda__contenido .filter-count{
    display: flex
;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background: #fff;
    padding: 1rem;
    margin-bottom: 2rem;	
}
.tienda__contenido .filter-count p,
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.tienda__contenido .filter-count .widget{
	margin: 0
}
.tienda__contenido .filter-count .result-order{
    align-items: center;
    gap: 2rem;
	display: flex;
}
.filter-count .woocommerce-ordering select{
    padding: 8px;
    font-size: 14px;
    color: #999999;	
}
.tienda__contenido .filter-count .order{
    display: flex;
    align-items: center;
    gap: 5px;	
}

.woo-wp-filtros-container{
	align-items: center;
}

.woo-wp-filtros-container .widget{
	margin-bottom: 0 !important;
}
.woo-wp-filtros-container #woo-wp-clear-filters{
	display: none;
}
.woo-wp-filtros-container .widget-title.open svg path{
    stroke: var(--theme-color-2) !important;	
}
.woo-wp-filtros-container .widget-title.open{
    color: var(--theme-color-2) !important;	
}

.woocommerce .products ul,
.woocommerce ul.products {
    
}
.woocommerce .products ul.columns-4,
.woocommerce ul.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;    
}
.woocommerce .products ul.columns-5,
.woocommerce ul.products.columns-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;    
}
.woocommerce .products ul:after,
.woocommerce ul.products:after,
.woocommerce .products ul:before,
.woocommerce ul.products:before {
    content: none;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    float: none;
    margin: 0 !important;
    padding: 0;
    width: 100% !important;
    padding: 1rem;
    border-radius: 10px;
}

.woocommerce ul.products li.product {
	padding: 0;
}

.woocommerce ul.products li.product.type-product {
    background: #fff;
	padding: 1rem;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: var(--theme-color-1);
}
ul.products.owl-carousel{
	display: block !important;
}

.woocommerce-pagination .page-numbers span{
    background: var(--theme-color-1) !important;
    color: black !important;
    font-weight: 500 !important;	
    padding: 14px !important;	
}
.woocommerce-pagination .page-numbers li a{
    color: var(--theme-color-2) !important;
    font-weight: 500 !important;
    padding: 14px !important;	
}


#logged-in .container{
	max-width: 1900px;
}
/*Nuevo*/

	

	/* Fin Herader */
	/*Nav Menu*/
	.current_page_item {
		font-weight:700;
		color:var(--theme-color-1);
	}
	/*Fin Nav Menu*/


	/*Tienda*/

		/*Tienda Productos*/
.widget_price_filter form {
	padding:1rem;
}
#wc-main .grid aside#secondary section ul {
	padding: 1rem;
}

#wc-main .grid aside#secondary section h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	color: black;
	border-bottom: 1px solid #E7E7E7;

	padding: 1rem;
}
.tienda__filter{
	transition:all .3s ease;
}
.tienda__filter h2{
	font-size:1.4rem;
	line-height:25px;
}
.tienda__productos{
	display:grid;
	grid-template-columns:21% 77%;
	justify-content:space-between;
}
.tienda__productos .tienda__filter h2{
	text-transform: uppercase;
    color: var(--theme-color-4);
    font-weight: 800;
    font-size: 16px;
	
}
#woocommerce_product_categories-3 .product-categories li a {
    position: relative;
    padding-left: 24px;
    display: block;
}


#woocommerce_product_categories-3 .product-categories li a::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #000000;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 5px;
    background: #fff;
}
#woocommerce_product_categories-3 .product-categories li.current-cat > a {
	color: #002846;
	font-weight: 600;
}

#woocommerce_product_categories-3 .product-categories li.current-cat a::before,
#woocommerce_product_categories-3 .product-categories li.current-cat-parent a::before {
    border-color: #0F2B46; /* color corporativo */
    background: #0F2B46;
}
.tienda__productos .tienda__filter .widget-area{
	
}
.tienda__productos .tienda__filter .widget-area ul{
	background: var(--wc-content-bg);
    padding: 1.5rem;
    border-radius: 5px;
	list-style: none;	
    overflow-y: auto;
}
.button__filter{
	padding:.5rem;
	border-radius:8px;
	cursor:pointer;
	display:none;
	gap:.7rem;
	align-items:center;
	justify-items:center;
	justify-content:center;
	outline:1px solid var(--theme-color-1);
	transition:all .2s ease;
	margin-left:auto;
	margin-bottom:1rem;
}
.woocommerce-tabs .woocommerce-Tabs-panel ul,
.woocommerce-product-details__short-description ul{
	padding: 0;	
	font-size: 14px;
    color: #000000;
}

.button__filter:hover{
	background:var(--theme-color-1);
	color:#fff;
	
}
.button__filter svg{
	width:25px;
	height:25px;
}
.woocommerce ul.products li.product .button {
	margin-top: 0 !important;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 6px;	
    color: #002846;
    font-weight: 600;
}

.woocommerce ul.products li.product .button:hover{
	color: #fff;
}
.woocommerce ul.products li.product .buttons__cards .button:hover:before{
	filter: invert(1);
}
.woocommerce ul.products li.product .buttons__cards .button:before {
	content: "";
	background-image: url(/wp-content/uploads/2025/11/cart-1.webp);
    width: 25px !important;
    height: 25px !important;
    display: block;
}
.buttons__cards{
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: .5rem;
}
.buttons__cards .added_to_cart.wc-forward{
	grid-row: 2;
	padding: 0;	
    text-align: center;	
}
.buttons__cards .agregarcarrito  ::before{
	content: "";
    
	
}
.cta--whatsapp svg{
	
	height:20px;
	width:20px;
	fill:#fff;
}
.cta--whatsapp:hover svg{

	fill:#25D366;
}
.cta--whatsapp{
    background: var(--theme-color-4);
    font-weight: 700;
    color: #fff;
    border-radius: 2rem;
    width: 35px;
    height: 35px;
}
.cta--whatsapp:hover{
	background:unset;
	outline:1px solid #25D366;
	color:#25D366;
}
.agregarcarrito{
	
}

/*Quitar precio de pago final*/
.woocommerce-order-overview__total.total {
	display: none !important;
}

/*Producto Individual*/
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {

}
.woocommerce-product-gallery__image {
	box-shadow: 0px 0px 10px -6px !important;
    border-radius: 15px;
}
.single-grid .grid{
	display: grid;
	padding-bottom: 2rem;	
    grid-template-columns: 52% 47%;
    gap: 1%;	
}
.single-grid .grid .images-text {
	position: relative;	
}
.single-grid .grid .gallery-content{
	
}

.entrega-productos {
	position: absolute;
    bottom: 0;
	
}
.entrega-productos ul {
	list-style: none;
    padding: 0;
    display: flex;
    gap: 1rem;
    text-transform: uppercase;
    color: var(--theme-color-4);
    font-weight: 700;
    flex-wrap: wrap;
    max-width: 702px;
	
}
.entrega-productos li {
	display: flex;
    align-items: center;
    background: var(--wc-content-bg);
    border-radius: 5px;
    padding: 15px 1rem;
    font-size: 12px;
    color: #000000;
    gap: 1rem;
    max-width: 216px;
		
}
.single-grid .grid .woo-variation-product-gallery{
	max-width: 100% !important;	
}
.single-grid .summary.entry-summary {
	width: 100% !important;
	padding: 2rem;
    box-shadow: 0px 0px 6px -4px;
    border-radius: 15px;
}
.product_title.entry-title {
    margin: 0;
    padding-bottom: 1.5rem !important;
	color: var(--theme-black);
	text-transform: uppercase;
}
.woocommerce-product-details__short-description {
    margin: 0;
    padding: 0;
}
.woocommerce div.product form.cart {
    padding: 1.5rem 0;
    margin: 0 !important;
	display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
}
.product_meta {
    display: grid;
    /* gap: 1.5rem; */
}
.woocommerce table.shop_table thead {
	background: #FFB700;
}

.woocommerce table.shop_table th {
	 font-size: 14px;
    color: #000000;
}
.woocommerce a.remove {
	color: #000 !important;
    font-size: 45px;
    font-weight: 400;
}
tr.woocommerce-cart-form__cart-item.cart_item {
	margin-bottom: 2rem !important;
    background: #FFFFFF;
}
td.product-quantity {

	
}
.cart-grid button.button:hover {
	color: #000;
	
}

td.product-remove {
    max-width: max-content;
    width: 150px;
	padding: 14px 48px !important;
}
td.product-name a {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.woocommerce table.shop_table td ,
.woocommerce table.shop_table {
	
	border: none;
}

body .qib-button-wrapper {
    display: flex;
    float: left;
    flex-wrap: nowrap;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.woocommerce div.product form.cart .qib-button-wrapper button, body .qib-button-wrapper .minus.qib-button, body .qib-button-wrapper .plus.qib-button {
    display: grid;
    place-items: center;
    height: 41px;
    padding: 0;
    background: #EFEFEF !important;
    transition: all .2s ease;
    color: var(--theme-black);
    font-weight: 600;
    font-size: 14px;

}
.qib-button-wrapper .quantity input.input-text.qty.text {
	background: #efefef !important; 
	font-size: 14px !important; 
	border: none !important;
	color: var(--theme-black);
}
.woocommerce div.product form.cart button {
    text-align: center;
    display: flex;
    gap: 0.8rem;
    justify-content: center;
    align-items: center;
    padding: 12px;
}
.woocommerce div.product form.cart .qib-button-wrapper button:hover ,body .qib-button-wrapper .minus.qib-button:hover ,body .qib-button-wrapper .plus.qib-button:hover{
    background:var(--theme-color-1) !important;
	color:#000 !important;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
    height: 41px;
    padding: 6px 12px 8px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #efefef;
    font-size: 20px;
    line-height: 20px;
    box-shadow: none;
}
.product_meta .posted_in {
	color: var(--theme-black);
    font-size: 14px;
    font-family: 'Corbel';
   
}
.product_meta .tagged_as {
	color: var(--theme-black);
    font-size: 14px;
    font-family: 'Corbel';
   
}
.delivery-single p {
    font-size: 14px;
    font-family: 'Corbel';
	color: #000;
}
.pago-seguro {
	background: #e9e9e9;
    padding: 1px 0;
    border-radius: 5px;
}
.pago-seguro p {
    font-family: 'Corbel';
    font-size: 14px;
    text-align: center;
	color: var(--theme-black);
}
.pago-seguro ul {
    list-style: none;
    margin: auto;
    max-width: 394px;
}

.accordion-icon svg {
    transition: transform 0.3s 
ease;
}

.accordion-header[aria-expanded="true"] .icon-minus {
    display: inline;
}
.accordion-header[aria-expanded="true"] .icon-plus {
    display: none;
}
.accordion-header {
    text-align: left;
    display: flex;
    margin-top: 1rem;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.single-grid{
    margin-top: 2rem;	
    margin-bottom: 5rem;
}
.accordion-header .accordion-title{
    color: var(--theme-black);
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 14px;
    border-bottom: 1px solid #FFB700;
    font-weight: 700;	
}
.accordion-content.open ul {
    color: #000;
    font-size: 14px;
}
.accordion-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 1rem;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    background: #fff;
    border-radius: 6px;
}
.icon-minus {
    display: none;
}


.card__skun{
	
}

.woocommerce div.product div.summary {
   background: #FFFFFF;
}

.entrega-productos img {
    max-width: max-content;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border: none;
}
.woocommerce-tabs.wc-tabs-wrapper {
    border-radius: 6px;
    padding: 8px 2rem; 
	margin-bottom: 2.5rem;
}
.woocommerce-tabs.wc-tabs-wrapper.accordion-tabs {
    padding: 0;
}
div#tab-description ul {
    list-style: none;
	font-size: 14px;
	color: #000000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none;
	background-color: #fff;
	padding: 0px;
	position: revert;
}
section.up-sells.upsells.products h2 {
    text-transform: uppercase;
    color: var(--theme-color-4);
    font-weight: 800;
    font-size: 30px;
}
i.wvg-thumbnail-next-arrow.dashicons.dashicons-arrow-right-alt2.slick-arrow,
i.wvg-thumbnail-prev-arrow.dashicons.dashicons-arrow-left-alt2.slick-arrow {
    background: #003D6A;
}
ul.tabs.wc-tabs {
    padding: 0 !important;
    margin: 0 !important;
	
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	overflow: initial;
	
}
ul.tabs.wc-tabs a {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
    color: #080000 !important;
    text-transform: uppercase;
	border-bottom: 2px solid #FFB700;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	position: unset;
	border: none;
}
a#continue-shop {
    background: none;
    display: flex;
    justify-content: flex-end;
    color: #002846;
    font-size: 14px;
    padding: 2rem 0rem;
	text-decoration: underline;
}
th.product-thumbnail {
	max-width: max-content;
    width: 200px;
}
.woo-wp-filtros-container{
	row-gap: 10px !important;
    column-gap: 15px !important;
}
.cart-grid button.button {
    background: none !important;
    color: #002846 !important;
    display: flex;
    justify-content: flex-end;
	 text-decoration: underline;
    font-size: 14px;
}
/* COTIZADOR RAPIDO*/

/*------------COTIZADOR-------------*/

#form-cotizador{
    display: grid;
    grid-template-columns: 60% 37%;
    column-gap: 3%;
}
#form-cotizador .form-filter{
    grid-column-start: 1;
    grid-column-end: 3;
}
#form-cotizador .form-filter .group{
    gap: 29px;
}
#form-cotizador .form-filter .group select{
    padding: 10px;
   /* border-radius: 3rem;*/
    color: #000;
    font-weight: 400;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 100%;
}
#form-cotizador .form-filter .group .input{
    /*line-height: 4;*/
    font-size: 17px;
}
#form-cotizador .form-filter .group .input input{
    padding: 9px;
   /* border-radius: 3rem;*/
    margin-bottom: 2rem;
}
#form-cotizador .form-filter .group .input a{
    color: red;
}
#form-cotizador .form-filter .group .input a:before{
    content: "";
    background-image: url(/wp-content/uploads/2022/08/Logo-Reiniciar.png);
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
}
#form-cotizador .dataTables_wrapper {
    grid-column-start: 1;
    grid-column-end: 2;
}
#form-cotizador .dataTables_wrapper table.dataTable.no-footer{
    border: 1px solid #f1f1f1;
    border-radius: 2rem;
    margin: 0;
    width: 100% !important;
}
#form-cotizador .dataTables_wrapper table.dataTable.no-footer thead th,
#form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody td{
    border: 1px solid #f1f1f1;
    text-align: justify;
    font-weight: 400;
    padding: 10px 7px;
}    
#form-cotizador .dataTables_wrapper table.dataTable.no-footer thead th.sorting.sorting_asc{
    text-align: left;
    padding: 0px 17px;
}
#form-cotizador .dataTables_wrapper table.dataTable.no-footer thead th:first-child{
   /* border-radius: 27px 0px 0px 0px;*/
}
#form-cotizador .dataTables_wrapper table.dataTable.no-footer thead th:last-child{
   /* border-radius: 0px 27px 0px 0px;*/
}
#form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody tr:last-child td:first-child {
  /*  border-radius: 0px 0px 0px 27px;*/
}
#form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody tr:last-child td:last-child{
   /* border-radius: 0px 0px 27px 0px;*/
}
#form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody td.dtr-control{
     min-width: 100px;
}
#form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody td.dtr-control img{
    padding: 0;
    height: 57px;
    object-fit: contain;
    width: 100%;
}
#form-cotizador .dataTables_wrapper table.dataTable.no-footer tbody td.sorting_1 a{
    float: left;
    margin: 0 10px;
    text-align: left;
}
#form-cotizador .table-form-cotizador{
    grid-column-start: 2;
    height: fit-content;
    grid-column-end: 3;
    border: 2px solid #f1f1f1;
  /*  border-radius: 1rem;*/
    padding: 15px;
}
#form-cotizador .table-form-cotizador h3{
    font-size: 14px;
    font-weight: 600;
}
#form-cotizador .table-form-cotizador hr{
    margin-bottom: 2rem;
    background-color: #f1f1f1;
    height: 2px;
}
#form-cotizador .table-form-cotizador table.table{
    border: 2px solid #f1f1f1;
}
#form-cotizador .table-form-cotizador table.table thead th{
    font-size: 17px;
     border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
}
#form-cotizador .table-form-cotizador table.table tbody tr a{
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
    
}
#form-cotizador .table-form-cotizador table.table tbody td{
    border: 2px solid #f1f1f1;
}
#form-cotizador .table-form-cotizador table.table tbody tr td:last-child a{
    padding: 8px 17px;
    display: flex;
    font-size: 17px;
}
#form-cotizador .table-form-cotizador table.table tbody tr input{
    text-align: center;
    margin: 5px;
    border: 0;
    font-size: 17px;
    font-weight: 700;
}
#form-cotizador .table-form-cotizador form.form input{
    /*border-radius: 2rem;*/
    padding: 8px 23px;
    margin: 0;
    width: 100%;
}
#form-cotizador .table-form-cotizador form.form select{
   /* border-radius: 2rem;*/
    width: 100%;
    padding: 10px 15px;
    margin: 0;
}
#form-cotizador .table-form-cotizador form.form textarea{
    /*border-radius: 1rem;*/
    padding: 25px;
}
#form-cotizador .table-form-cotizador form.form button{
    /*border-radius: 2rem;*/
    padding: 13px;
    background: #39b54a;
    color: white;
    font-size: 18px;
}
#form-cotizador #datatable button{
    min-width: max-content;
    display: inline-flex;
    padding: 10px 16px;
    width: fit-content;
    margin: 0 1rem;
    background: var(--theme-color-1);
    color: white;
    border: 0;
   /* border-radius: 1rem;*/
}
#form-cotizador #datatable button:disabled{
    background:  #39b54a;
}
#form-cotizador .dataTables_wrapper .paging_simple_numbers{
    margin-top: 25px;
    border: 1px solid#f1f1f1;
    /*border-radius: 2rem;*/
}
#form-cotizador .dataTables_wrapper .paging_simple_numbers a.disabled{
  /*  border-radius: 2rem;*/
    padding: 5px 27px;
    margin: 7px 7px 7px 32px;
    font-size: 14px;
    font-weight: 700;
    background: #e6e6e6;
    border: 0;
    color: #000 !important;
}
#form-cotizador .dataTables_wrapper .paging_simple_numbers a.next{
    margin: 0px 8px 0 7px;
}
#form-cotizador .dataTables_wrapper .paging_simple_numbers span a.paginate_button{
    margin: 1px;
    padding: 0;
    background: none;
    font-size: 17px;
}
#form-cotizador .dataTables_wrapper .paging_simple_numbers span a.paginate_button:hover,
#form-cotizador .dataTables_wrapper .paging_simple_numbers span a.paginate_button.current{
    border: 1px solid #f1f1f1;
    border-radius: 0px;
}

/* COTIZADOR RAPIDO FIN*/


#product-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    width: 90%;
    max-width: 500px;
    display: none;
}

.popup-content {
    text-align: center;
}

.popup-image {
    max-width: 100%;
    margin-bottom: 15px;
}

.popup-swatches {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;
}

.popup-swatches .swatch-button {
    padding: 10px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 5px;
    text-transform: capitalize;
}

.popup-swatches .swatch-button.selected {
    background: #007bff;
    color: white;
    border-color: #0056b3;
}

.popup-add-to-cart {
    margin-top: 20px;
    padding: 10px 20px;
    background: #ccc;
    color: white;
    border: none;
    cursor: not-allowed;
    border-radius: 5px;
    font-size: 16px;
}

.popup-add-to-cart:not([disabled]) {
    background: #28a745;
    cursor: pointer;
}




.sku_wrapper{
	color: var(--theme-black);
    font-size: 14px;
    font-family: 'Corbel';
	
}	
.container-boton {
	right: 12px !important;
	bottom: 12% !important;
}
.ficha-wsp-botones{
    display: grid;
    gap: 1rem;
    margin-bottom: 1.5rem;
    grid-template-columns: 1fr 1fr;
}
.ficha-wsp-botones  a{
    display: flex;
    background: var(--theme-color-3);
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    gap: 0.5rem;
    padding: 6px;
	align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 100%;  
}
.product_meta a {
    color: #000;
}
.qib-button-wrapper {
	 margin: -2px 0px !important;
}
a.wsp-button-product:before{
	content: "";
    background-image: url(/wp-content/uploads/2025/11/Cotizar-por-whatsapp.webp);
    height: 16px;
    width: 16px;
    display: block;
}
a.ficha-tecnica:before{ 
	content: "";
    background-image: url(/wp-content/uploads/2025/11/Ficha-Tecnica.webp);
    height: 15px;
    width: 15px;
    display: block;
	
}    
.ficha-tecnica{
	
}


	/*Carrito*/
	
.botones__card{
	display:flex;	
}
.botones__card .button__compra{
	margin-left: auto !important;
}
/*Fin carrito*/

/*Fin Nuevo*/





/* CART
--------------------------------------------- */
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
	margin: 0;
}
.cart-grid {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}
.cart-grid #continue-wsp {
    padding: 6px 3rem !important;
    justify-content: center;
    background: #003D6A;
    align-items: center;	
    color: #fff;
    border-radius: 2rem;
    font-size: 14px;
    display: flex;
}
.cart-grid #continue-wsp::before {
    
}
.cart-grid #continue-shop {
    margin-left: auto !important;
}
.cart-grid .cart-collaterals .cart_totals h2, .cart-grid .cart-collaterals .cart_totals table {
    display: none;
}
.cart-grid .button__compra{
    text-align: center;
    padding: 10px !important;	
}

.woocommerce-cart-form table.cart img {
    width: 80px;
}
.xoo-wsc-sc-count {
	background-color: #FF0000;
}
.owl-carousel .owl-stage {
	height: auto !important;
	
}

/* Responsive
--------------------------------------------- */
/*Tablets ipads*/
@media (max-width: 1400px) {
	.entrega-productos li {
	
	}
	.section-fin .text {
		 padding: 1.2rem;
	}
	
}
@media (max-width: 1265px) {
	.section-fin .text {
		  padding: 1.2rem !important;
        min-height: 194px !important;
	}
	
}
@media (max-width: 1199.98px) {
    #header-desktop {display: none !important;}
    #header-mobile {display: block !important;}
    #wc-main .grid {
        grid-template-columns: 1fr;
    }
    .woocommerce .products ul.columns-4,
    .woocommerce ul.products.columns-4 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;    
    }
    .woocommerce .products ul.columns-5,
    .woocommerce ul.products.columns-5 {
        grid-template-columns: repeat(4, 1fr);
    }
	.container-footer-4 .textwidget {
	   flex-wrap: wrap;
 	   justify-content: center;
	}
	.section-fin .text {
		padding: 2rem !important;
    	margin-bottom: 2rem !important;
    	text-align: center;
	}
	.trajes-seguridad { 
		background-image: none !important;
		padding-bottom: 4rem !important;
	}
	
.tienda__productos{
		grid-template-columns: 1fr;
	}
	.tienda__filter{
		background:#fff;
		position:fixed;
		top:0;
		bottom:0;
		left:0;
		height:100vh;
		overflow-y:auto;
		overflow-x:hidden;

		z-index:10000;
		transform:translatex(-100%);
	}
	.button__filter{
		display:flex;
	}
	.tienda__filter--active{
		transform:translate(0);
	}
	.tienda__filter{
		box-shadow:var(--theme-shadow-2xl);
	}

	.capa--active{

		display:block;
	}	
}

/*Tablets ipads*/
@media (max-width: 991.98px) {
    
	.blog-content {
    	padding-top: 3rem;
	}
	.blog-grid-loop{
	    grid-template-columns: 1fr 1fr;
	}
	.woocommerce .products ul.columns-4, .woocommerce ul.products.columns-4 {
		grid-template-columns: 1fr 1fr 1fr;
		
	}
	.section-fin .text {
	}
	.trajes-seguridad { 
		background-image: none !important;
		padding-bottom: 4rem !important;
	}
	.entrega-productos {
		display: none;
	}
	.button.single_add_to_cart_button.button.alt {
		font-size: 12px;
	}
	.woo-wp-filtros-container{
		flex-wrap: wrap; 
	}
	.single-grid .summary.entry-summary{
	    padding: 2rem 1rem;
	}
	.tienda__contenido .filter-count .result-order{
		display: none;
		
	}
	
	        
}
/*Mobile Horizontal*/
@media (max-width: 767.98px) {
    .woocommerce .products ul.columns-4,
    .woocommerce ul.products.columns-4 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;    
    }
	.product_title.entry-title{
	    font-size: 27px;
	}
    .woocommerce .products ul.columns-5,
    .woocommerce ul.products.columns-5 {
        grid-template-columns: repeat(3, 1fr);
    }
	.woocommerce-cart-form table .product-quantity {
    	display: flex !important;
    	justify-content: space-between;
    	align-items: center;
	}
	.woocommerce-page table.cart .product-thumbnail {
	}
	.woocommerce-cart-form td.product-name a{
	    font-size: 14px;
	}
	.single-post h1{
	    font-size: 25px;	
	}
	.single-post .content-main h2{
	    font-size: 20px;		
	}
	.single-post .blog-titulo-antes h2{
		 font-size: 19px;
	}
	.single-grid .grid{
	    display: block;
	}
	#form-cotizador{
		display: block;
	}
	.cart-grid #continue-shop {
		width: 100% !important;
	}
	.cart-grid {
		grid-template-columns: 1fr;
	}
	.cart-grid a {
		width: 100% !important;
		justify-content: center;
		display: flex !important;
	    padding: 10px 1rem !important;
	}
	.blog-grid{
	    grid-template-columns: 1fr;
	}
	.woocommerce .products ul.columns-4, .woocommerce ul.products.columns-4 {
		grid-template-columns: 1fr 1fr;
		
	}
	.section-fin .text {
	}
	.trajes-seguridad {
		background-image: none !important;
		padding-bottom: 4rem !important;
	}
	.section-nosotros p {
	}

}
/*Mobile*/
@media (max-width: 575.98px) {
    .woocommerce .products ul.columns-4,
    .woocommerce ul.products.columns-4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;    
    }
    .woocommerce .products ul.columns-5,
    .woocommerce ul.products.columns-5 {
        grid-template-columns: repeat(2, 1fr);
    }

	.blog-grid-loop{
	    grid-template-columns: 1fr;
	}
	#colophon .menu-menu-principal-container {
		    margin-top: 10px;
		
	}
	.grid-item.footer-2 {
		display: none;
	}
	.grid-item.footer-3 .menu {
		gap: 1rem;
		padding: 10px 1rem;
  		flex-wrap: wrap;
		justify-content: center;
	}
	footer#colophon {
   		 padding-top: 3rem;
	}
	.container-footer .container-info {
		flex-wrap: wrap;
  		 gap: 1rem;
	}
	.woocommerce .products ul.columns-4, .woocommerce ul.products.columns-4 {
		grid-template-columns: 1fr;
		
	}
	.section-categorias h2.woocommerce-loop-category__title{
		max-width: 170px !important;
	}
	.section-fin .text {
	}
	.trajes-seguridad {
		background-image: none !important;
		padding-bottom: 4rem !important;
	}
	.section-formulario .formulario .enviar ::after {
		    top: 37.4rem !important;
	}
	.woocommerce div.product form.cart,
	.ficha-wsp-botones {
        grid-template-columns: 1fr;
	}
	.ficha-wsp-botones a {
		width: 100%
	}
	.container-footer-4 .textwidget{
		justify-content: start;
	}
	.woo-wp-filtros-container h3.widget-title {
		font-size: 12px !important;
	}
	
	
}


div#n2-ss-8 .n2-ss-slide{
	background-color: revert !important;
}


h2 {
  font-family: 'Montserrat', sans-serif;	
	line-height: 1.2;
}
/* --------------------
   MONTSERRAT
-------------------- */
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/uploads/fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/uploads/fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/uploads/fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/uploads/fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}

/* --------------------
   ROBOTO SEMIBOLD (Opcional si la usarás)
-------------------- */
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/Roboto-SemiBold.ttf') format('truetype');
  font-weight: 600;
}

/* --------------------
   CORBEL (para textos largos o complementos)
-------------------- */
@font-face {
  font-family: 'Corbel';
  src: url('/wp-content/uploads/fonts/corbel-regular.ttf') format('truetype');
  font-weight: 400;
}


.section-blog {
    
}
.section-blog h2{
    text-transform: uppercase;
    font-size: 35px;
    color: var(--theme-color-4);
    margin: 0;
    margin-bottom: 2rem;
    font-weight: 800;
    text-align: center;
}
.section-blog h2 strong{
    font-weight: 800;

    
}

.section-blog .date {
    position: absolute;
    top: 10px;
    left: 16px;
    background: #fff;
    padding: 6px 14px;
    display: grid;
    border-radius: 10px;
    text-align: center;
	z-index: 9;
  
}


.section-blog .date small {
 
}
.section-blog .title-content .title-description {
	z-index: 9;
}
.post-loop .imagen {
	position: relative;
	overflow: hidden;
}

.post-loop .imagen::after {
	content: "";
	position: absolute;
	left: 0; 
	bottom: 0;
	width: 100%;
    border-radius: 15px 15px 0 0;	
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 67.79%, #000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
	z-index: 2;
}

.section-blog .title-description h4.title-post {
    text-transform: uppercase;
    color: var(--theme-color-1);
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0;
}

.section-blog .title-description .description-blog p {
    padding: 0;
    color: #fff;
    font-size: 18px;
    min-height: 46px;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0;
    margin-right: 1rem;
	text-align: revert;
}
.section-blog .description-blog p {
    
}


.menu-lateral.active,
.categorias-lateral.active{
    transform: translateX(0);	
}
.cerrar{
    width: max-content;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    background: var(--theme-color-2);
    margin-left: auto;
    padding: 1px 11px;
}
.categorias-lateral h2{
	text-align: center;
    color: black;
    font-size: 26px;	
}
.menu-lateral ul,
.categorias-lateral ul{
    padding: 0;
    list-style: none;
    margin: 0;
    overflow: auto;
    max-height: 500px;
}
.menu-lateral ul li,
.categorias-lateral ul li{
    border-bottom: 1px solid #ddd;	
    padding: 10px;	
}
.menu-lateral ul a,
.categorias-lateral ul a{
	color: black;
    padding: 9px 13px 9px 0;
}
.menu-lateral ul a:hover,
.categorias-lateral ul a:hover{
	color: var(--theme-color-2);	
}
.capa {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;	
	display: none;
    background: #000000a6;	
}
.capa.active{
	display: block;
}





