/*
Theme Name: MasterBip
Theme URI: http://www.masterbip.cl
Author: MasterBip & Diseño Web Santa Cruz
Author URI: http://www.masterbip.cl
Description: Tema diseñado y programado completamente por MasterBip.cl y DiseñoWebSantaCruz.com para Wordpress. MasterBip.cl - Diseño Web Chile | Diseño Web Bolivia | Expertos Wordpress
Version: 7.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: MasterBip
Text Domain: masterbip

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ####################################    FUENTES */
/* Incluimos Fuente AHORA EN EL HEADER*/
/* Definimos Fuente */
body,
form *,
button,
.button,
.wpcf7-submit,
.elementor-button,
h1,h2,h3,h4,h5,h6{
	font-family: Helvetica, Arial, sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
code,kbd,pre,samp{
    font-family: monospace !important;
}

/* ####################################    COLORES */
:root {
	--texto: #555555;

	--naranjo-01: #FF5C35;
	--naranjo-02: #E93F16;
	--verde: #4EDD22;
	--azul: #3572FF;
	--blanco: #FFFFFF;
	--gris-01: #F5F7FA;
	--gris-02: #EDF0F5;
	--gris-03: #DFE3EA;
	--negro: #000000;

	--rojo: #F32013;
	
	
	/* REDES SOCIALES */
	--facebook: #1877F2;
	--instagram: #833AB4;
	--tiktok: #FE2C55;
	--youtube: #FF0000;
	--twitter: #000000;
	--pinterest: #E60023;
	--linkedin: #0A66C2;
	--whatsapp: #25d366;
	--skype: #00AFF0;
	--vimeo: #1ab7ea;
	--telegram: #0088CC;
	--email: #F17600;
}



/* ####################################    FONTAWESOME */
a.readmore:after,
.woocommerce-MyAccount-navigation li a::before,
.product-categories>li.cat-item::before,
.woocommerce ul.products li.product a.view_product::before,
.woocommerce ul.products li.product a.product_type_variable::before,
.woocommerce ul.products li.product a.add_to_cart_button::before{
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: 'Font Awesome 7 Free','Font Awesome 7 Brands';
	font-weight: 900;
	vertical-align: middle;
}

/* ####################################    RESET */
html {box-sizing: border-box; scroll-behavior: smooth;}
*, *:before, *:after {box-sizing: inherit;}
body,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
html,
body{
	max-width: 100% !important;
	overflow-x: hidden !important;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1;
}
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
ul,ol{
	margin: 0;
	padding: 0;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img,
picture {
  max-width: 100%;
	height: auto;
  /*display: block;*/
}
input,
button,
textarea,
select {
  font: inherit;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
    line-height: 1.33em;
	text-rendering: optimizeLegibility;
	margin-top: 0;
}
p{
	margin-bottom: 1.4em;
	line-height: 1.3em;
}
p:last-child{
	margin-bottom: 0;
}
strong{
	font-weight: 700;
}
/* link */
a,button,.button,input[type="submit"]{
	cursor: pointer !important;
	outline: none;
	text-decoration: none;
}
a:focus,
button:focus,
input:focus,
textarea:focus,
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
.slick-slide:focus,
.slick-slide:focus-visible{
    outline: none !important;
	-moz-outline: 0 none !important;
	box-shadow: none !important;
}
.alignright{
	float: right;
	margin-left: 3em;
}
.alignleft{
	float: left;
	margin-right: 3em;
}
.aligncenter{
	float: none;
	clear: both;
	display: block;
	margin-left:auto;
	margin-right: auto;
}
.alignleft,
.alignright,
.aligncenter{
	margin-bottom: 3em;
}
.text-left{
	text-align: left !important;
}
.text-right{
	text-align: right !important;
}
.text-center{
	text-align: center !important;
}
blockquote::before, blockquote::after,
.clear::after,.clear::before,.clearfix::after,.mb-row::after{
    content:'';
    display: block;
    clear: both;
}
blockquote,
.clear,
.clearfix,
.mb-row{
	display: block;
	float: none;
	clear: both;
}
blockquote{
	margin: 2em auto;
	padding: 2em;
	max-width: 90%;
	border-radius: 15px;
	font-size: 1.1em;
	text-align: center;
	font-style: italic;
}
.otgs-development-site-front-end{ display: none !important; visibility: hidden !important;}
.grecaptcha-badge{
	opacity: 0 !important;
	bottom: auto !important;
	top: -500px;
}
.addtoany_list{
	display: block;
	line-height: inherit !important;
}


/* ####################################    DEFAULTS */
body, html{
	font-size: 18px;
}
body{
	box-sizing: border-box;
	font-weight: 400;
	background-color:#fff;
    color: var(--texto);
}
h1,h2,h3,h4,h5,h6{
    color: var(--negro);
}
h1{
	font-size: 38px;
}
h2{
	font-size: 32px;
}
h3{
	font-size: 26px;
}
h4{
	font-size: 20px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
}
hr{
	border:none;
	border-top: 1px solid #f09;
	height:1px;
	margin:30px auto;
	width:100%;
	clear:both;
	float:none;
}

.scrolloff{
	pointer-events: none;
}
.video-wrap{
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	margin:0 auto 30px;
}
.video-wrap iframe,
.video-wrap object,
.video-wrap embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.cover,
.cover>.elementor-column-wrap,
.cover>.elementor-widget-wrap{
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.parallax{
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 150%;
    background-size: 150%;

    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.redondeado{
	-webkit-border-radius: 12px !important;
	-moz-border-radius: 12px !important;
	border-radius: 12px !important;
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
    opacity: .5;
}
.transicion,
.header-main,
a.readmore,
a.readmore:after,
.overlay,
nav a,
.button,
button, input, select, textarea,
.gallery-item a,
.alt .elementor-icon-box-wrapper i,
.mbsl a,
.mb-social a,
.single-paginacion a,
.single-paginacion a:before,
#header_usuario_toggle,
#header_minicart_toggle,
.mb-caluga,
.woocommerce ul.products li.product,
.blog-shortcode .blog-item{
    -webkit-transition: all 0.44s;
    -moz-transition: all 0.44s;
    -ms-transition: all 0.44s;
    -o-transition: all 0.44s;
    transition: all 0.44s;
}
/* Ocultamos para todo menos screen readers */
.screen-reader-text,
.oculto{
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
/* Contenido General */
.contenido ul,
.contenido ol,
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol,
.entry-content ul,
.entry-content ol{
	margin: 1em;
}
.contenido li,
.elementor-widget-text-editor li,
.entry-content li{
	margin-bottom: .25em;
	line-height: 1.2em;
}
.contenido blockquote,
.elementor-widget-text-editor blockquote{
	border: 1px solid #f09;
	padding: 2em;
	color: #f09;
	background-color: #ccc;
}
/* GRILLA */
.mb-row .mb-col{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.gallery{
	text-align: center;
	margin-bottom: 40px;
}
.gallery-item{
	display: inline-block;
	vertical-align: top;
	margin: 1.1% 1.1% 15px 1.1%;
	width: 31%;
	padding: 10px !important;
}
.gallery-item a{
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
}
.gallery-item img{
	border-radius: 3px;
	display: block;
}
.gallery-item a:before,
.gallery-item a:after{
	content: "";
	position: absolute;
	box-shadow: 0 15px 10px rgba(0,0,0,.6);
	bottom: 8px;
	height: 30%;
	z-index: -1;
	border-radius: inherit;
}
.gallery-item a:before{
	left: 5px;
	right: 50%;
	transform: skewY(-6deg);
	transform-origin: 0 0;
}
.gallery-item a:after{
	left: 50%;
	right: 5px;
	transform: skewY(6deg);
	transform-origin: 100% 0;
}
.wp-caption{
	border: 1px solid #f2f2f2;
	padding: 4px;
}

/* ####################################    FORMULARIOS */
form *{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
form ul{
	margin: 0 !important;
	list-style: none;
}
.wpcf7-form li{
	position: relative;
	margin: 0 auto 30px;
}
.wpcf7-form li label{
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	cursor: text;
	display: block;
	color: var(--texto);
	margin: 0 auto;
	padding: 10px 0;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	line-height: 24px;
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
.wpcf7-form li.activo label{
	top: -24px;
}
.wpcf7-form li.field .wpcf7-form-control{
	z-index: 2;
	margin: 0;
	padding: 10px 0;
	position: relative;
	line-height: 24px;
	background-color: transparent;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 1px solid var(--gris-03);
	font-weight: 500;
}
.wpcf7-form li.field.activo .wpcf7-form-control{
	border-color: transparent;
}
.wpcf7-form li.field:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
	margin-left: 50%;
	width: 1px;
	height: 2px;
	background-color: transparent;
	z-index: 2;
}
.wpcf7-form li.field.activo:after{
	margin-left: 0;
	height: 2px;
	width: 100%;
	background-color: var(--principal);
}

fieldset{
	margin-bottom: 2em;
	border-radius: 0;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="date"],
input[type="search"]{
	text-indent: 0;
	width:100%;
	height: 44px;
	max-width: 100%;
}
input[type="file"]{
	font-size: 14px;
	max-width: 100%;
	overflow: hidden;
}
textarea{
	text-indent: 0;
	height:70px;
	width:100%;
	max-width: 100%;
}
select{
	text-indent: 0;
	width:100%;
	height: 44px;
	max-width: 100%;
}
input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="date"]:hover,
input[type="search"]:hover,
select:hover,
textarea:hover,

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus{
    outline: none !important;
	-moz-outline: 0 none !important;
}
*:autofill {
  background: #fff;
}
input[type="password"]{
	color: var(--rojo);
}
input[type="checkbox"]{
	height: inherit;
}
input[type="submit"]{
	width: 100%;
	padding: .75em !important;
}
.wpcf7-spinner{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	margin: 0;
}
input.wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid{
	border-color: var(--rojo);
}
form li{
	position: relative;
	margin-bottom: 10px;
}
form small{
	line-height: 1.2em;
	font-size: 12px !important;
}
.wpcf7-form-control-wrap{
	display: block;
	position: relative;
}
span.wpcf7-not-valid-tip{
	position: absolute;
	top: 100%;
	right: 0;
	display: inline-block;
	width: auto;
	padding: 3px 6px;
	font-size: 10px !important;
	line-height: 1em;
	color: #fff;
	border-radius: 0 0 4px 4px;
	background-color: var(--rojo);
	text-align: center;
}
.wpcf7-mail-sent-ok{
	background-color: #35c057;
	padding: 20px;
	text-align: center;
	color: #fff;
	border: none !important;
}
.wpcf7 div.wpcf7-response-output{
	padding: 1em;
	text-align: center;
	font-size: .75em;
}
.wpcf7-list-item{
	margin: 0;
}
.acepto .wpcf7-form-control-wrap{
	display: inline-block;
}
.wpcf7 .wpcf7-submit:disabled{
	opacity: .5;
}




/* ####################################    MIGAS DE PAN */
/* YOAST */
#breadcrumb{
	margin: 20px 0;
	font-size: 14px;
	text-align: left;
	box-sizing: border-box;
	line-height: 1.4em;
}
#breadcrumb ol{
	list-style: none;
	margin: 0 auto;
}
#breadcrumb li{
	display: inline-block;
	text-transform: uppercase;
}
#breadcrumb a{
	padding:0 3px;
}
#breadcrumb a:hover{
	text-decoration: underline;
}
/* RANK MATH */
.rank-math-breadcrumb{
	max-width: 1400px;
	margin: 20px auto;
	padding: 0 20px;
	font-size: 14px;
	text-align: left;
	box-sizing: border-box;
}
.rank-math-breadcrumb a{
	color: #840505;
}
.rank-math-breadcrumb a:hover{
	text-decoration: underline;
}


/* ####################################    BOTONES */
.button,
.wpcf7-submit,
.elementor-button{
	font-weight: 700;
	color: var(--blanco);
	text-shadow: none;
	
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border: 0px;
	white-space: normal !important;

	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border-radius: 8px !important;
}

/* Tamaños de Botones */
.button,
.elementor-button{
	padding: .75em 1.25em !important;
}
.button,
.wpcf7-submit,
.elementor-button{
	font-size: 18px;
}
.button-xl{
	font-size: 1.25em;
}
.button-lg{
	font-size: 1.15em;
}
.button-sm{
	font-size: .85em;
}
.button-xs{
	font-size: .75em;
}

/* COLORES DE BOTONES */

/* Normal */
.button,
.wpcf7-submit,
.elementor-button{
    background-color: var(--naranjo-01);
	color: var(--blanco);
}
.button:hover,
.wpcf7-submit:hover,
.elementor-button:hover{
    background-color: var(--naranjo-02);
	color: var(--blanco);
	text-decoration: none;
}
/* Transparente */
.transparente .button,
.button.transparente,
.transparente .wpcf7-submit,
.transparente .elementor-button{
    background-color: rgba(255,255,255,.25);
	border: 2px solid var(--naranjo-01);
	color: var(--naranjo-01);
}
.transparente .button:hover,
.button.transparente:hover,
.transparente .wpcf7-submit:hover,
.transparente .elementor-button:hover{
    background-color: var(--naranjo-02);
	border-color: var(--naranjo-02);
	color: var(--blanco);
}
/* Blanco */
.blanco .button,
.button.blanco,
.blanco .wpcf7-submit,
.blanco .elementor-button{
    background-color: var(--blanco);
	color: var(--texto);
}
.blanco .button:hover,
.button.blanco:hover,
.blanco .wpcf7-submit:hover,
.blanco .elementor-button:hover{
    background-color: var(--blanco);
	color: var(--negro);
}
/* Blanco Transparente */
.blanco.transparente .button,
.button.blanco.transparente,
.blanco.transparente .wpcf7-submit,
.blanco.transparente .elementor-button{
    background-color: rgba(255,255,255,.25);
	border: 2px solid var(--blanco);
	color: var(--blanco);
}
.blanco.transparente .button:hover,
.button.blanco.transparente:hover,
.blanco.transparente .wpcf7-submit:hover,
.blanco.transparente .elementor-button:hover{
    background-color: var(--blanco);
    border-color: var(--blanco);
	color: var(--negro);
}
/* Boton Slider */
.slider-home .button{
    background-color: rgba(255,255,255,.25);
	border: 2px solid var(--blanco);
	color: var(--blanco);
}
.slider-home .button:hover{
    background-color: var(--blanco);
	color: var(--naranjo-01);
}


/* Informacion */
.elementor-element.elementor-button-info .elementor-button{
    background-color: #5BC0DE;
}
.elementor-element.elementor-button-info .elementor-button:hover{
    background-color: #3CB0D2;
}
/* Correcto */
.elementor-element.elementor-button-success .elementor-button{
    background-color:#5CB85C;
}
.elementor-element.elementor-button-success .elementor-button:hover{
    background-color: #42AB42;
}
/* Advertencia */
.elementor-element.elementor-button-warning .elementor-button{
    background-color: #FFCC00;
}
.elementor-element.elementor-button-warning .elementor-button:hover{
    background-color: #FF9900;
}
/* Peligro */
.elementor-element.elementor-button-danger .elementor-button{
    background-color: #D9534F;
}
.elementor-element.elementor-button-danger .elementor-button:hover{
    background-color: #DB312C;
}

/* Whatsapp */
.elementor-element.whatsapp .elementor-button,
a.button-whatsapp{
    background-color: var(--whatsapp) !important;
}


/* ####################################    WHATSAPP FLOTANTE */
.mb-wsp-img::after,.mb-wsp-msg::before{content:'';width:12px;position:absolute}#mb_wsp_button,.mb-wsp-start-chat a{text-decoration:none;cursor:pointer}.mb-wsp-widget{font-family:-apple-system,BlinkMacSystemFont,Roboto,Open Sans,Helvetica Neue,sans-serif!important;font-size:15px;line-height:1.3;font-weight:400;letter-spacing:initial!important;position:relative;width:100%}.mb-wsp-widget *{box-sizing:border-box!important;outline:0!important}.mb-wsp-widget-wrap{display:inline-block;position:fixed;bottom:30px;right:20px;left:auto;z-index:9999999}#mb_wsp_button{width:64px;height:64px;border-radius:50%;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;user-select:none;background-color:#fff;-webkit-box-shadow:0 3px 12px 0 rgba(0,0,0,.18);-moz-box-shadow:0 3px 12px 0 rgba(0,0,0,.18);box-shadow:0 3px 12px 0 rgba(0,0,0,.18)}#mb_wsp_button i{font-size:35px;color:#25d366}.mb-wsp-button-dot{display:block;width:12px;height:12px;background-color:#c00;position:absolute;border-radius:50%;right:3px;top:3px}.mb-wsp-bubble{max-width:88%;width:360px;display:flex;flex-direction:column;border-radius:10px;overflow:hidden;background-color:#dcdcdc;pointer-events:all;visibility:visible;touch-action:auto;margin-bottom:96px;position:fixed;bottom:0;right:0;left:auto;margin-right:20px;box-sizing:border-box;-webkit-box-shadow:0 12px 24px 0 rgba(0,0,0,.18);-moz-box-shadow:0 12px 24px 0 rgba(0,0,0,.18);box-shadow:0 12px 24px 0 rgba(0,0,0,.18);opacity:0;-webkit-transition:opacity .3s,margin .3s,visibility .3s;-moz-transition:opacity .3s,margin .3s,visibility .3s;-ms-transition:opacity .3s,margin .3s,visibility .3s;-o-transition:opacity .3s,margin .3s,visibility .3s;transition:opacity .3s,margin .3s,visibility .3s}.mb-wsp-bubble.active,.mb-wsp-close:hover{opacity:1}.mb-wsp-bubble:not(.active){pointer-events:none;touch-action:none;visibility:hidden}.mb-wsp-close{position:absolute;top:8px;right:8px;width:20px;height:20px;text-align:center;opacity:.4;cursor:pointer;color:#fff}.mb-wsp-header{background-color:#075e54;display:flex;-moz-box-align:center;align-items:center;padding:24px 20px}.mb-wsp-img{width:52px;height:52px;display:block;position:relative;flex-shrink:0;background:url("inc/img/mb-wsp-user.jpg") 50% 50%/cover no-repeat #075e54;border-radius:50%}.mb-wsp-img::after{display:block;height:12px;background-color:#25d366;border:2px solid #075e54;bottom:0;right:0;border-radius:50%}.mb-wsp-info{margin:0 16px;color:#fff;font-size:16px}.mb-wsp-info strong{font-weight:700}.mb-wsp-info small{font-size:12px}.mb-wsp-content{padding:20px 20px 20px 10px;background:url("inc/img/mb-wsp-content-bg.png") 0 0/100% auto #ece5dd;position:relative;overflow:hidden;max-height:380px}.mb-wsp-msg{display:inline-block;padding:8px 10px 6px 14px;background-color:#fff;border-radius:0 8px 8px;position:relative;margin-top:4px;margin-left:10px;max-width:calc(100% - 64px);-webkit-box-shadow:1px 1px 1px 0 rgba(0,0,0,.15);-moz-box-shadow:1px 1px 1px 0 rgba(0,0,0,.15);box-shadow:1px 1px 1px 0 rgba(0,0,0,.15);z-index:2px}.mb-wsp-msg::before{top:0;left:-12px;height:19px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC") 50% 50%/contain no-repeat}.mb-wsp-msg p{font-size:14px;color:#222;padding-top:5px}.mb-wsp-msg strong{display:block;font-size:13px;font-weight:700;color:#757575;margin-bottom:5px}.mb-wsp-msg small{display:block;text-align:right;margin-top:6px;font-size:12px;color:#757575}.mb-wsp-start-chat{background-color:#fff;text-align:center}.mb-wsp-start-chat a{background-color:#25d366;border-radius:24px;border:0;font-size:15px;font-weight:700;color:#fff;position:relative;padding:8px 10px;margin:20px;overflow:hidden;appearance:none;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center}.mb-wsp-start-chat a:hover{background-color:#0fb04a}.mb-wsp-start-chat i{margin-right:5px;font-size:18px}



/* ####################################    HEADER */

.header-main{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 100%;
	background-color: var(--blanco);
	z-index: 100;
	padding: 0 20px;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.mb-scrolled .header-main{
	box-shadow: 0px 6px 12px -6px rgba(0,0,0,.25);
}
.header-content {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.header-col {
  flex: 0 0 auto; /* por defecto: no crece, no encoge, ancho según contenido */
  padding: 10px 0;
}

/* La columna del buscador es la que absorbe todo el espacio sobrante */
.header-col-search {
  flex: 1 1 auto;
  min-width: 0;      /* para que el input interno pueda encogerse sin desbordar */
}

/* Header Components */
.header-logo{
	max-width: 260px;
}
.header-logo a{
	display: inline-block;
	text-decoration: none;
}
.header-logo h1{
	max-width: 280px;
	font-size: 1.5em;
	margin-bottom: 0;
}
.header-logo h2{
	max-width: 240px;
	font-size: 0.889em;
	font-weight: 400;
	margin-bottom: 0;
}


.header-woo-search,
.header-woo-search form,
.header-woo-search input[type="search"],
.header-woo-search input[type="text"] {
  width: 100%;
}
.aws-container .aws-search-form{
	height: 65px;
}
.aws-container .aws-show-clear .aws-search-field{
	border-color: var(--gris-03);
	border-radius: 12px 0 0 12px !important;
	font-size: 16px;
}
.aws-container .aws-search-form .aws-form-btn{
	width: 65px;
	border-radius: 0 12px 12px 0 !important;
}
.aws-container .aws-search-form .aws-search-btn_icon{
	width: 100%;
}

.header-usuario,
.header-minicart{
	display: inline-block;
	vertical-align: middle;
}
#header_usuario_toggle,
#header_minicart_toggle{
	position: relative;
	display: flex;
	flex-direction: column;   /* ícono arriba, texto abajo */
	align-items: center;      /* centra horizontalmente */
	justify-content: center;  /* centra verticalmente */
	gap: 4px;
	text-align: center;
	text-decoration: none;

	width: 65px;
	height: 65px;
	border: 1px solid var(--gris-03);
	border-radius: 12px;
	background-color: var(--gris-01);
	text-align: center;
	color: var(--texto);
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255,255,255,.75);
}
#header_usuario_toggle:hover,
#header_minicart_toggle:hover{
	background-color: var(--naranjo-01);
	border-color: var(--naranjo-01);
	color: var(--blanco);
	text-shadow: none;
}
#header_minicart_toggle small{
	position: absolute;
	top: -5px;
	right: -5px;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
	background-color: var(--texto);
	color: var(--blanco);
	font-weight: 700;
	font-size: 10px;
}
#header_usuario_toggle i,
#header_minicart_toggle i{
	font-size: 22px;
}
#header_usuario_toggle strong,
#header_minicart_toggle strong{
	font-size: 11px;
	font-weight: 400;
}
#menu_usuario,
#header_minicart{
	display: none;
}

/* ####################################    PERSONALIZADOS */
/* PAGES */
.page-wrap,
.single-wrap{
	box-sizing: border-box;
}
.slider-home img{
	display: block;
}
.header-page{
	text-align: center;
	padding: 30px 50px;
	width: 100%;
	max-width: 100%;
}
.header-title{
	border-bottom: 1px solid var(--gris-03);
	padding-bottom: 30px;
}


/* BLOG SHORTCODE */
/* ##### GRID BASE - blog-shortcode (cantidad variable) ##### */
.blog-shortcode {
	display: flex;
	flex-wrap: wrap;
	gap: 24px; /* ajusta a tu gusto, es solo referencia */
}

.blog-shortcode .blog-item {
	flex: 1 1 auto;
	box-sizing: border-box;
	position: relative;
	background: var(--blanco);
	box-shadow: 6px 6px 12px -2px rgba(0, 0, 0, 0.2);
	border-radius: 12px;
}
.blog-shortcode .blog-item:hover{
	box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.2);
}

.blog-item-img-wrap {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.blog-item-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background-size: cover;
	background-position: center;
	transition: transform 0.5s ease;
	border-radius: 12px 12px 0 0;
}

.blog-item-img-wrap:hover .blog-item-img {
	transform: scale(1.05);
}
.blog-item-content{
	padding: 20px 20px 60px 20px;
}
.blog-item-tit{
	font-size: 24px;
	margin-bottom: 10px;
}
.blog-item-tit a{
	color: var(--negro);
}
.blog-item-vermas{
	position: absolute;
	right: 20px;
	bottom: 20px;
	background-color: var(--gris-01);
	border: 1px solid var(--gris-03);
	border-radius: 8px;
	font-weight: 400;
	color: var(--texto);
	padding: .5em;
	font-size: 14px;
}
.blog-item-vermas:hover{
	background-color: var(--texto);
	border-color: var(--texto);
	color: var(--blanco);
}

/* ===== ALTURAS DE IMAGEN POR BREAKPOINT ===== */
@media (max-width: 767px) {
	.blog-item-img-wrap {
		height: 280px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.blog-item-img-wrap {
		height: 300px;
	}
}

@media (min-width: 1025px) {
	.blog-item-img-wrap {
		height: 380px;
	}
}

/* ===== DESKTOP (min-width 1025px): patrón 40/60/60/40 repetido cada 4 items ===== */
@media (min-width: 1025px) {
	.blog-shortcode .blog-item:nth-child(4n+1),
	.blog-shortcode .blog-item:nth-child(4n+4) {
		flex-basis: calc(40% - 12px); /* 12px = gap/2 */
	}

	.blog-shortcode .blog-item:nth-child(4n+2),
	.blog-shortcode .blog-item:nth-child(4n+3) {
		flex-basis: calc(60% - 12px);
	}
}

/* ===== TABLET (768px a 1024px): todos 50% ===== */
@media (min-width: 768px) and (max-width: 1024px) {
	.blog-shortcode .blog-item {
		flex-basis: calc(50% - 12px);
	}
}

/* ===== MOBILE (max-width 767px): un elemento por fila ===== */
@media (max-width: 767px) {
	.blog-shortcode .blog-item {
		flex-basis: 100%;
	}
}

/* ACORDEON */
.e-n-accordion-item{
	margin-bottom: 15px !important;
	border: 0;
	background-color: var(--gris-01);
	border-radius: 12px;
}
.elementor-widget-n-accordion .e-n-accordion-item-title{
	padding: 40px;
	border: 0;
}
.e-n-accordion-item>.e-child{
	padding: 0 40px 40px 40px;
	border: 0;
}
.e-n-accordion-item:hover,
.e-n-accordion-item[open]{
	background-color: var(--negro);
}
.e-n-accordion-item:hover .e-n-accordion-item-title-text,
.e-n-accordion-item[open] .e-n-accordion-item-title-text{
	color: var(--blanco);
}
.e-n-accordion-item[open]>.e-child *{
	color: var(--blanco);
}
.elementor-widget-n-accordion .e-n-accordion-item:hover .e-n-accordion-item-title-icon path,
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon path{
	fill: var(--naranjo-01);
}

/* DATOS CORPORATIVOS */
.datos-corporativos .elementor-icon-list-item{
	margin-bottom: 20px;
	padding: 20px;
	background-color: var(--negro);
	color: var(--blanco);
	border-radius: 12px;
}
.datos-corporativos .elementor-icon-list-item a{
	color: var(--blanco);
}
.datos-corporativos .elementor-icon-list-icon{
	color: var(--blanco);
	background-color: var(--naranjo-01);
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-radius: 50%;
	font-size: 24px;
	margin-right: 15px;
}
.datos-corporativos .elementor-icon-list-icon svg{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px !important;
	fill: var(--blanco) !important;
}

/* BLOG y ARCHIVES */
.hero-blog-list{
	margin-bottom: 4em;
}
.blog-list{
	max-width: 860px;
	margin-bottom: 4em;
}
.blog-list .post{
	margin-bottom: 3em;
	font-size: 16px;
}
.post-item-tags{
	margin-bottom: 10px;
}
.post-item-tags a,
.mb-single-etiquetas a{
	display: inline-block;
	padding: 4px 5px;
	background-color: var(--gris-01);
	border: 1px solid var(--gris-02);
	color: var(--texto);
	text-decoration: none;
	border-radius: 3px;
	font-size: 10px;
	margin: 2px;
}
.post-item-tags a:hover,
.mb-single-etiquetas a:hover{
	background-color: var(--texto);
	color: #FFF;
}
.post-item-title{
	font-size: 1.5em;
	font-weight: 500;
}
.post-item-title a{
	text-decoration: none;
	color: var(--texto);
}
.post-item-title a:hover{
	color: var(--rojo);
	text-decoration: underline;
}
a.readmore{
	text-decoration: none;
	font-size: .85em;
	opacity: .75;
}
a.readmore:hover{
	opacity: 1;
}
a.readmore:after{
	content:'\f35a';
	font-weight: 400;
	margin-left: 1px;
}
a.readmore:hover:after{
	margin-left: 5px;
}
.elementor-heading-title small{
	display: block;
	font-size: .5em;
}

/* CALUGAS */
/* ============================================
   MB CALUGAS - Wrapper flex responsive
   ============================================ */

.mb-calugas-wrapper {
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
    width: 100%;
	gap: 20px;
}

.caluga-item {
    flex: 1 1 25%; /* 4 columnas en desktop, se ajusta según cuántas calugas haya */
    min-width: 0; /* evita que el contenido fuerce overflow */
    box-sizing: border-box;
	max-width: 420px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.mb-caluga {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    box-sizing: border-box;
	background-color: var(--naranjo-01);
	padding: 20px 30px;
	color: var(--blanco);
	font-weight: 700;
	gap: 15px
}
.mb-caluga:hover{
	background-color: var(--naranjo-02) !important;
	color: var(--blanco) !important;
}
.caluga-item:nth-child(even) .mb-caluga{
	background-color: var(--texto);
}
.caluga-item:nth-child(even) .mb-caluga:hover{
	background-color: var(--negro) !important;
}

.mb-caluga-icono {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 48px;
}
.mb-caluga-textos {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0; /* permite que el texto largo haga wrap/ellipsis si hace falta */
	gap: 5px
}

.mb-caluga-txt-01,
.mb-caluga-txt-02 {
    display: block;
}
.mb-caluga-txt-01{
	font-size: 20px;
}
.mb-caluga-txt-02{
	font-size: 32px;
}

/* ============================================
   RESPONSIVE
   ============================================ */

/* Tablet: 2 columnas */
@media (max-width: 768px) {
    .caluga-item {
        flex: 1 1 50%;
    }
}

/* Mobile: 1 columna (apiladas) */
@media (max-width: 480px) {
    .caluga-item {
        flex: 1 1 100%;
    }
}


/* BLOG SINGLE */


/* SINGLE META */
.single-meta{
	background-color: var(--gris-01);
	padding: 20px;
	font-size: .65em;
	max-width: 1100px;
	margin: 40px auto;
}
.single-meta-row{
	border-bottom: 1px solid var(--gris-02);
	margin-bottom: 10px;
}
.compartir h4,
.addtoany_shortcode{
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px 0 0;
}
.single-etiquetas{
	padding-bottom: 10px;
}
.single-volver{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}
a.backlink{
	display: inline-block;
	text-decoration: none;
	background-color: #FFF;
	color: var(--texto);
	padding: .75em 1em;
	border-radius: 5px;
	border: 1px solid var(--gris-02);
}
.single-paginacion a{
	display: block;
	border-radius: 5px;
	margin: .5em;
	text-align: center;
	box-sizing: border-box;
	max-width: 100%;
	color: var(--blanco);
	text-decoration: none;
	height: 100%;
	padding: 2em;
	position: relative;
	font-weight: 500;
	line-height: 2em;
	overflow: hidden;
}
.single-paginacion a::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--negro);
	opacity: .3;
}
.single-paginacion a:hover::before{
	opacity: .8;
}
.single-paginacion a span{
	position: relative;
}

/* Resultados de busqueda */
.resultados{
	margin: 140px auto 60px auto;
	max-width: 1100px;
	width: 100%;
	padding: 20px;
}
.resultado-item{
	margin-bottom: 60px;
	border: 1px solid var(--gris-02);
	border-radius: 8px;
	overflow: hidden;
}
.resultado-link{
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	background-color: var(--blanco);
}
.resultado-link:hover{
	background-color: var(--gris-01);
}
.resultado-thumb{
	overflow: hidden;
}
.resultado-thumb img{
	display: block;
	transition: transform .5s ease;
}
.resultado-link:hover .resultado-thumb img{
	transform: scale(1.25);
}
.resultado-content{
	padding: 20px;
}
.resultado-title{
	font-size: 1.15em;
	margin-bottom: .5em;
}
.resultado-txt{
	color: var(--texto);
	font-size: .75em;
}
.resultado-content .vermas{
	display: block;
	text-align: right;
	font-size: .65em;
	margin-top: 10px;
}

/* SIDEBAR */
.mb-sidebar{
	margin-bottom: 4em;
	font-size: 16px;
}
.mb-sidebar .aws-container .aws-search-form{
	height: 50px;
}
.mb-sidebar .aws-container .aws-search-form .aws-form-btn{
	width: 50px;
}
.widget_product_categories{
	background-color: var(--gris-02);
	border-radius: 12px;
	overflow: hidden;
}

.mb-sidebar .widget-wrap{
	margin-bottom: 2.5em;
}
.mb-sidebar .widget-title{
	color: var(--negro);
	text-align: center;
	margin: 0;
	padding: 20px;
}
.buscador-container form{
	position: relative;
}
.buscador-container .buscarinput,
.buscador-container .buscarboton{
	height: 46px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.buscador-container .buscarinput{
	padding-right: 46px;
	text-indent: 1em;
}
.buscador-container .buscarboton{
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	background-color: transparent;
	color: var(--texto);
	border: 0 !important;
}
.mb-sidebar a{
	color: var(--texto);
	text-decoration: none;
}
.mb-sidebar a:hover{
	color: var(--gris-04);
}
.mb-sidebar .widget_categories ul,
.mb-sidebar .widget_recent_entries ul{
	margin-left: 1.5rem;
}
.mb-sidebar .widget_categories li,
.mb-sidebar .widget_recent_entries li{
	line-height: 1.25em;
	margin-bottom: .5em;
}
.mb-sidebar .mb-calugas-wrapper{
	display: block;
}
.mb-sidebar .mb-calugas-wrapper *{
	color: var(--blanco) !important;
}
.mb-sidebar .mb-calugas-wrapper .mb-caluga{
	padding: 15px;
	font-size: 28px;
}
.mb-sidebar .mb-caluga-txt-01{
	font-size: .5em;
}
.mb-sidebar .mb-caluga-icono,
.mb-sidebar .mb-caluga-txt-02{
	font-size: 1em;
}

/* PAGINACION */
.woocommerce-pagination,
.mb-pagination{
    margin-bottom: 60px;
}
.mb-pagination ul,
.woocommerce nav.woocommerce-pagination ul{
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid var(--gris-02);
    border-width: 1px 0 1px 1px;
    border-right: 0;
    margin: 0;
}
.mb-pagination li,
.woocommerce nav.woocommerce-pagination ul li{
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
	text-align: center;
}
.mb-pagination li a,
.mb-pagination li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
    display: block;
    margin: 0;
    text-decoration: none;
    padding: .7em;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    min-width: 2.3em;
    color: var(--gris-03);
	font-weight: 700;
}
.mb-pagination li a:hover,
.mb-pagination li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
    background-color: var(--gris-01);
    color: var(--naranjo-01);
}

/* MAPA DEL SITIO - SITEMAP */
.mb-sitemap{
	max-width: 1024px;
	margin: 20px auto;
	padding: 20px;
	box-sizing: border-box;
}
.sitemap-title{
	text-align: center;
	margin-bottom: 1em;
}
.sitemap-list-items{
	margin: 1em 0;
	padding-top: 1em;
	border-top: 1px solid #E2E2E2;
}
.mb-sitemap ul{
	list-style: none;
}
.mb-sitemap li{
	margin: 8px 0;
	padding: 2px;
}
.mb-sitemap li:first-child{
	margin-top: 0;
}
.mb-sitemap li::before{
    content: '• ';
    color: var(--naranjo-01);
}
.mb-sitemap li a{
	text-decoration: none;
}
.mb-sitemap li a:hover{
	text-decoration: underline;
}
.mb-sitemap ul ul{
	margin: 12px 0 10px 5px;
	padding-left: 8px;
	border-left: 1px solid #E2E2E2;
}

/* WOOCOMMERCE */
.mb-woo-main-wrapper{
	max-width: 1400px;
	padding: 20px;
	margin: 0 auto;
}
.mb-sidebar{
	max-width: 300px;
}
.woocommerce-products-header{
	margin-bottom: 30px;
}
.woocommerce-products-header__title{
	margin-bottom: 8px;
}
.mb-woo-loop-meta{
	font-size: 12px;
	border: 1px solid var(--gris-03);
	background-color: var(--gris-01);
	border-radius: 6px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.woocommerce .woocommerce-result-count{
	margin: 10px 20px;
}
.woocommerce .woocommerce-ordering{
	margin:0;
}
.woocommerce .woocommerce-ordering select{
	border: solid var(--gris-03);
	background-color: var(--blanco);
	border-width: 0 0 0 1px;
	padding-left: 10px;
	border-radius: 0 5px 5px 0;
}
.product-categories{
	margin-bottom: 20px;
}
.product-categories ul{
	list-style: none;
}
.product-categories a{
	display: block;
	padding: 10px;
	color: var(--texto);
	position: relative;
}
.product-categories a:hover{
	background-color: var(--blanco);
	color: var(--negro);
}
.product-categories>li{
	border-left: 3px solid var(--texto);
	margin-bottom: 1px;
}
.product-categories>li>a{
	font-weight: 700;
}
.product-categories li li a{
	padding: 8px 5px 8px 20px;
}
.product-categories li.current-cat>a{
	background-color: var(--blanco);
	color: var(--negro);
	font-weight: 700;
}
.product-categories li.current-cat>a:after{
	content: '';
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -3px;
	background-color: var(--naranjo-01);
}

.mb-woo-main{
	padding-top: 40px;
}
.woocommerce div.product div.images .flex-control-thumbs{
	margin: 0 -5px;
	padding-top: 5px;
}
.woocommerce div.product div.images .flex-control-thumbs li{
	width: 20%;
	box-sizing: border-box;
	padding: 5px;
}
.woocommerce div.product .product_title{
	margin-bottom: 20px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
	color: var(--naranjo-01);
	font-size: 30px;
	margin-bottom: 20px;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{
	color: var(--texto);
	font-weight: 700;
	padding-right: 10px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
	text-decoration: none;
}
.woocommerce div.product form.cart{
	margin: 30px 0;
	border: solid var(--gris-03);
	border-width: 1px 0;
	padding: 20px 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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{
	background-color: var(--naranjo-01);
	height: 44px;
}
.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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{
	background-color: var(--naranjo-02);
}
.mb-woo-meta-extra{
	display: flex;
	align-items: center;
	margin: -10px 0 30px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--gris-03);
}
.mb-woo-wsp-btn{
	margin-right: 30px;
}
.product-meta{
	font-size: 14px;
}
.product-meta>div{
	margin-bottom: 15px;
}
.product-meta strong{
	color: var(--naranjo-01);
}
.product-meta a{
	color: var(--texto);
}
.product-meta a:hover{
	color: var(--negro);
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs{
	border: solid var(--gris-03);
	border-width: 1px 0;
	padding-top: 2em;
	margin-bottom: 3em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{
	display: none;
	visibility: hidden;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border: 0 !important;
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color: var(--negro);
	padding: .5em 1em;
	border-bottom: 3px solid var(--negro);
}
.mb-woo-main .mb-banner{
	margin-top: 30px;
}
.mb-seo-txt-wrapper{
	margin: 30px auto 0;
	max-width: 1100px;
}
.mb-seo-txt-wrapper p{
	font-size: 14px;
	text-align: justify;
	line-height: 1.5em;
}


.woocommerce-info{
	font-size: 16px;
	font-weight: 700;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	padding: 1.5em 2em 1.5em 3.5em;
	border-radius: 12px;
	box-shadow: 6px 6px 6px -3px rgba(0,0,0,0.15);
	background-color: var(--gris-01);
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
	top: 1.5em;
}
.woocommerce ul.products li.product{
	box-sizing: border-box;
	background: var(--blanco);
	border: 1px solid var(--gris-01);
	box-shadow: 6px 6px 12px -2px rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	padding: 20px;
}
.woocommerce ul.products li.product:hover{
	box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.2);
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3{
	font-size: 20px;
	padding: 0;
	margin-bottom: 5px;
}
.mb-woo-excerpt{
	font-size: 16px;
	color: var(--negro);
}
.woocommerce ul.products li.product .price{
	font-size: 22px;
	font-weight: 700;
	color: var(--negro);
}
.woocommerce ul.products li.product .price ins{
	text-decoration: none;
}
.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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{
	background-color: var(--naranjo-01);
	color: var(--blanco);
	font-size: 14px;
	text-transform: uppercase;
}
.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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{
	background-color: var(--naranjo-02);
	color: var(--blanco);
}
.woocommerce ul.products li.product .button.mb-btn-cotizar-wsp{
	background-color: var(--negro);
	margin-left: .5em;
}
.woocommerce ul.products li.product .button.mb-btn-cotizar-wsp:hover{
	background-color: var(--texto);
}
.woocommerce span.onsale{
	background-color: var(--naranjo-01);
	font-size: 9px;
	text-transform: uppercase;
	padding: 1em .4em !important;
	font-family: Arial, Helvetica, sans-serif;
}

/* WOO CUENTA */
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content{
	margin: 60px 0;
}
.woocommerce-MyAccount-navigation ul{
	margin:0 0 40px 0 !important;
	list-style: none;
	text-align: left;
	padding: 30px 10px;
	border-radius: 8px;
	max-width: 300px;
	box-sizing: border-box;
	background-color: var(--gris-01);
}
.woocommerce-MyAccount-navigation li{
	padding: 1px 0;
}
.woocommerce-MyAccount-navigation li a{
	display: block;
	padding: 8px 5px 5px 8px;
	font-size: 1em;
	text-decoration: none;
	background-color: rgba(0,0,0,0);
	border-radius: 3px;
}
.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a{
	background-color: rgba(0,0,0,0.08);
}
.woocommerce-MyAccount-navigation li a::before{
	margin-right: 6px;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a::before{
	content: '\f3fd';
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a::before{
	content: '\f291';
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads a::before{
	content: '\f1c6';
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a::before{
	content: '\f015';
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a::before{
	content: '\f007';
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a::before{
	content: '\f2f5';
}
.woocommerce-MyAccount-content{
	margin-bottom: 60px;
}
.woocommerce-MyAccount-content .woocommerce-Address{
	width: 100%;
}
header.woocommerce-Address-title{
	position: relative !important;
}
header.woocommerce-Address-title h3{
	font-size: 1.333em;
}

/* ERROR 404 */
#error404{
    padding: 60px 40px 80px;
    text-align: center;
}
#error404 img{
    max-width: 240px;
}

/* SHORTCODE CORPORATIVO */
.mb-corporativo{
	margin-bottom: 2em;
}
.mb-corporativo h4{
	margin-bottom: 1em;
}
.mb-corporativo ul{
	list-style: none;
}
.mb-corporativo li{
	position: relative;
	line-height: 1.25em;
	margin-bottom: 1em;
	padding-left: 1.5em;
}
.mb-corporativo a{
	text-decoration: none;
}
.mb-corporativo i{
	margin-right: 4px;
	position: absolute;
	top: 2px;
	left: 0;
}
.mbdc.email{
    white-space: nowrap;
}

/* SHORTCODE REDES SOCIALES */
.mb-social ul{
	list-style: none;
	margin: 0 !important;
}
.mb-social ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 3px;
}
.mb-social a{
	text-decoration: none;
	display: block;
	height: 1.8em;
	width: 1.8em;
	line-height: 1.8em;
	text-align: center;
	color: var(--blanco) !important;
	font-size: 1.2em;
	border-radius: 50%;
	opacity: .75;
}
.mb-social li.facebook a{
	background-color: var(--facebook);
}
.mb-social li.instagram a{
	background-color: var(--instagram);
}
.mb-social li.tiktok a{
	background-color: var(--tiktok);
}
.mb-social li.youtube a{
	background-color: var(--youtube);
}
.mb-social li.twitter a{
	background-color: var(--twitter);
}
.mb-social li.linkedin a{
	background-color: var(--linkedin);
}
.mb-social li.vimeo a{
	background-color: var(--vimeo);
}
.mb-social li.pinterest a{
	background-color: var(--pinterest);
}
.mb-social li.telegram a{
	background-color: var(--telegram);
}
.mb-social a{
	opacity: 1;
}


/* ####################################    FOOTER */
#footer_main{
	margin-top: 80px;
	padding: 20px 20px 0 20px;
	background-color:var(--gris-01);
	font-size: 16px;
	border-top: 1px solid var(--gris-03);
}
#footer_main h3,
#footer_main h4{
	font-size: 16px;
	text-shadow: 1px 1px 0 var(--blanco);
	margin-bottom: .5em;
}
#footer_main a{
	color: var(--texto);
	text-decoration: none;
}
#footer_main a:hover{
	color: var(--naranjo-01);
}
#footer_main .current-menu-item a{
	font-weight: 700;
	color: var(--naranjo-01);
}
.footer-main{
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px;
}
.fr-01 .mb-col{
	width: 28%;
	max-width: 300px;
	margin-right: 4%;
}
.footer-widget{
	margin-bottom: 40px;
}
.footer-menu{
	list-style: none;
}
.footer-menu li{
	margin-bottom: 5px;
	line-height: 1.25em;
}
.footer-menu li>ul{
	margin-left: 10px;
	list-style: none;
	font-size: 14px;
	margin: .25em 0 .5em 1em;
}
.fr-02 .mb-col{
	vertical-align: middle;
}
.footer-menu-legal{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	font-size: 12px;
}

.footer-menu-legal li{
	position: relative;
}
.footer-menu-legal li:not(:last-child):after{
	content: '';
	display: block;
	width: 1px;
	height: 80%;
	position: absolute;
	top: 10%;
	right: -8px;
	background-color: var(--texto);
	opacity: .5;
}
.footer-logo .mb-corporativo{
	margin-top: 20px;
}
.copyright{
	font-size: 12px;
}

/* Back to Top */
.cd-top{
	display: inline-block;
	position: fixed;
	bottom: 25px;
	right: 25px;
	line-height: 1em;
	font-size: 2.3em;
	text-align: center;
	text-decoration: none;
	color: #000;
	visibility: hidden;
	opacity: 0;

	z-index: 500;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.con-wsp{
	right: 100px;
}
.cd-top::after{
	content: '';
	display: block;
	border-radius: 100%;
	width: 0.8em;
	height: 5px;
	background-color: #000;
	opacity: .15;
	margin-left: 0.1em;
	margin-top: 0.15em;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover{
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible{
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out{
	opacity: .5;
}
.cd-top:hover{
	opacity: 1;
}
.cd-top:hover::after{
	margin-top: 0.05em;
}

/* Creditos */
.creditos{
	letter-spacing: 0;
	padding: 5px 10px;
}
.creditos p{
	font-size: 9px;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
.creditos a{
	padding:0 2px;
}



/* ####################################    MEDIA QUERIES */

/* ---------- MOBILE (hasta 767px) ---------- */
@media only screen and (max-width:767px){
	.hide-on-mobile{
		display: none !important;
		visibility: hidden !important;
	}
	.creditos small{
		display: block;
		font-size: 0;
		line-height: 2px;
	}

	.header-content {
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
	}
	.header-logo img{ max-width: 145px; }

	.header-col--search {
		order: 4;
		flex: 1 1 100%;
		margin-top: 10px;
	}

	.header-usuario-toggle strong,
	#header_minicart_toggle strong { display: none; }

	.header-woo-search input[type="search"],
	.header-woo-search input[type="text"] {
		font-size: 14px;
		padding: 8px 12px;
	}
}

/* ---------- TABLET (desde 768px) ---------- */
@media only screen and (min-width:768px){
	form.wpcf7-form li.medio{
		display: inline-block;
		width: 48.1%;
		vertical-align: middle;
		margin-right: 1.5% !important;
	}
	form.wpcf7-form li:not(.medio){
		width: 98%;
	}
	.contenido ul,
	.contenido ol,
	.elementor-widget-text-editor ul,
	.elementor-widget-text-editor ol,
	.entry-content ul,
	.entry-content ol{
		margin: 2em;
	}
	.creditos p{
		font-size:11px;
	}
	.resultado-link{
		display: flex;
	}
	.resultado-thumb{
		width: 30%;
	}
	.resultado-content{
		width: 70%;
	}

	.header-content { flex-wrap: nowrap; gap: 15px; }
	.header-col--search {
		order: initial;
		flex: 1 1 auto;
		margin-top: 0;
	}
	.header-main{
		padding: 0 50px;
	}
	h1.xl,
	.xl>h1{
		font-size: 56px;
	}
	h2.xl,
	.xl>h2{
		font-size: 36px;
	}
	.slider-home .swiper-slide-inner{
		position: relative;
	}
	.slider-home .swiper-slide-inner:after{
		position: absolute;
		content: '';
		width: 70%;
		height: 100%;
		left: 0;
		top: 0;
		background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
		border-radius: 50px 0 0 50px;
		z-index: 5;
	}
	.slider-home .elementor-image-carousel-caption{
		position: absolute;
		top: 50%;
		left: 10%;
		max-width: 50%;
		box-sizing: border-box;
		text-align: left !important;
		transform: translateY(-50%);
		z-index: 10;
	}
	.slider-home h1,
	.slider-home p{
		color: var(--blanco);
	}
	.slider-home h1{
		font-size: 56px;
		text-shadow: 4px 4px 4px rgba(0,0,0,.25);
		text-align: left;
		padding-left: 20px;
		border-left: 9px solid var(--naranjo-01);
	}
	.slider-home p{
		font-size: 24px;
		text-shadow: 2px 2px 2px rgba(0,0,0,.25);
		text-align: left;
	}
	.woocommerce-products-header{
		position: relative;
		padding-left: 120px;
	}
	.woocommerce-products-header img{
		position: absolute;
		top: 0;
		left: 0;
	}
}

/* ---------- DESKTOP (desde 1025px) ---------- */
@media only screen and (min-width: 1025px){
	.mbdc.email{
		overflow: hidden !important;
		text-overflow: ellipsis;
	}
	.resultado-thumb{
		width: 35%;
	}
	.resultado-content{
		width: 65%;
	}

	.header-content { gap: 20px; }
}

/* ---------- DESKTOP GRANDE (desde 1225px) ---------- */
@media only screen and (min-width: 1225px){
	.header-content { gap: 24px; }
}

/* ---------- DESKTOP XL (desde 1400px) ---------- */
@media only screen and (min-width: 1400px){
	.header-content { gap: 28px; }
}
/* ANULANDO EN ELEMENTOR */
body.elementor-editor-active header.MainHeader,
body.elementor-editor-active header.header-main{
	position: relative !important;
	z-index: inherit !important;
}
body.elementor-editor-active.mb-scrolled #header_scroll{
	display: none !important;
	visibility: hidden !important;
}
body.elementor-editor-active .mfp-hide{
	display: initial !important;
	position: relative !important;
}
ul.elementor-editor-element-settings{
	margin: 0 !important;
}

/* FLEX GRID */
.flex-wrapper,
.flex-grid{
	box-sizing: border-box;
}
.flex-grid {
	display: flex;
	justify-content: space-between;
}
@media (min-width: 1025px) {
	.d-col-1		{width: 7.05%;}
	.d-col-2		{width: 15.5%;}
	.d-col-3		{width: 23.95%;}
	.d-col-4		{width: 32.4%;}
	.d-col-5		{width: 40.85%;}
	.d-col-6		{width: 49.3%;}
	.d-col-7		{width: 57.75%;}
	.d-col-8		{width: 66.2%;}
	.d-col-9		{width: 74.65%;}
	.d-col-10		{width: 83.1%;}
	.d-col-11		{width: 91.55%;}
	.d-col-12		{width: 100%;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.flex-grid		{flex-wrap: wrap;}
	.t-col-1		{width: 7.05%;}
	.t-col-2		{width: 15.5%;}
	.t-col-3		{width: 23.95%;}
	.t-col-4		{width: 32.4%;}
	.t-col-5		{width: 40.85%;}
	.t-col-6		{width: 49.3%;}
	.t-col-7		{width: 57.75%;}
	.t-col-8		{width: 66.2%;}
	.t-col-9		{width: 74.65%;}
	.t-col-10		{width: 83.1%;}
	.t-col-11		{width: 91.55%;}
	.t-col-12		{width: 100%;}
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
	.flex-grid		{flex-flow: row wrap;}
	.m-col-6		{width: 47.2%;}
	.m-col-12		{width: 100%;}
}
/* BANNER — mobile first */
.mb-banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1em;
	background: linear-gradient(90deg, var(--naranjo-01) 0%, var(--naranjo-02) 100%);
	border-radius: 12px;
	padding: 2em;
	text-decoration: none;
	color: var(--blanco);
	font-size: 18px;
	text-align: center;
}
.mb-banner__izq {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75em;
}
.mb-banner__icono {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2em;
	color: var(--blanco);
}
.mb-banner__textos {
	color: var(--blanco);
}
.mb-banner__txt01 {
	margin: 0 0 4px;
	font-size: 1em;
}
.mb-banner__txt01 strong,
.mb-banner__txt01 b {
	font-weight: 700;
}
.mb-banner__txt02 {
	margin: 0;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.25em;
}
.mb-banner__der {
	align-self: center;
}
.mb-banner__der img {
	max-width: 180px;
	width: auto;
	display: block;
}

/* Tablet */
@media (min-width: 768px) {
	.mb-banner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 24px;
		padding: 1em 1.5em;
		font-size: 24px;
		font-size: 20px;
	}
	.mb-banner__izq {
		flex-direction: row;
		align-items: center;
		gap: 1em;
	}
	.mb-banner__icono {
		font-size: 2em;
	}
	.mb-banner__textos{
		text-align: left;
	}
	.mb-banner__der {
		align-self: auto;
	}
	.mb-banner__der img {
		max-width: 220px;
	}
}

/* Desktop */
@media (min-width: 1025px) {
	.mb-banner {
		gap: 30px;
		padding: 1em 2em;
		font-size: 30px;
	}
	.mb-banner__icono {
		font-size: 26px;
	}
	.mb-banner__der img {
		max-width: 260px;
	}
}