/* la deficicion de colores se hace desde la paramteros de la plantilla*/



@media (min-width:1200px) {
.modal.fade.in {top: 20%;}
}
  
body {
background-color: var(--body_bcolor);
font-family: "Nunito", sans-serif;
color: var(--text);
font-size: 1rem;
}

* {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
outline: none !important;
} 


/*Necesario para el notch */
@media (max-width: 767px) {
  html{height: 100%;}
  body{height: 100%;overflow-x: hidden;background:var(--mobile_header_bcolor);}
  .wbs-tpl-content-container{background:var(--body_bcolor)}
  :root {
	--2perRow: 100%;
	--3perRow: 100%;
	--4perRow: 46%;
	--5perRow: 100%;
	--6perRow: 100%;
}
}

/* colores */
.wbs-text-color{color:var(--text)}
.wbs-color{color:var(--color)}
.wbs-color-transparent{color:var(--color_transparent)}
.wbs-color2{color:var(--color2)}
.wbs-color3{color:var(--color3)}
.wbs-alt-color{color:var(--alt_color)}
.wbs-alt-color2{color:var(--alt_color2)}

a:link, a:visited, a:hover, a:focus, a {text-decoration: none; color: var(--color);}
a.btn{color: #FFFFFF;}
a.btn.btn-outline-secondary{color: var(--text);}

.wbs-test-mode{background:#000000; text-align:center; color:#FFFFFF;padding:4px 0}
.wbs-nofollowindex {position:fixed; top:5px;left:5px;z-index:5000}

.wbs-full-width-page .wbs-tpl-content-wrapper {padding: 0}

.wbs-logged-user .wbs-hide-for-user{display: none}
.wbs-show-ios, .wbs-show-android {display:none};

.wbs-back-to-full-width{ width: 99.5vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw;}

/* typography */
.page-header {text-align: center;color: var(--alt_color);text-transform: uppercase;margin: 2rem 0 3rem;}
h1{ font-size: 2.8rem;}
h1,h2{color: var(--color) !important;}
.wbs-page-wrapper > h3, h3.wbs-title, .wbs-title > h3 { text-align: center;  color: var(--color); font-size: 2.5rem;}
@media (max-width: 767px) {
.wbs-page-wrapper > h3, h3.wbs-title, .wbs-title > h3 {font-size: 1.8rem;}
}
.wbs-notifications-categories-wrapper.wbs-categories-list-wrapper {
	display: none;
}
/* botones */
.btn{border-radius: 5px;}
.btn.focus,.btn:focus{box-shadow: none}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
background-color: var(--color2);border-color: var(--color2);}
.btn-primary {background-color: var(--color); border-color: var(--color);}
.btn-primary:hover, .btn-primary:focus {background-color: var(--color2);border-color:var(--color2)}
.btn-outline-primary {color: var(--color) !important;border-color: var(--color) !important;border: 1px solid;}
.btn-outline-primary:hover {color: #fff !important;background-color: var(--color);border-color: var(--color);}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem var(--color_transparent)}
.btn-warning, .btn-warning:hover {color: #fff;}
.btn-group > .btn {min-width: 40px;}


.btn.btn-store, .btn.btn-store2 {width: 210px;font-size: 22px;	border: 2px solid #fff;	border-radius: 50px;padding: 8px 24px; transition: color 0.3s, border-color 0.3s;}
.btn.btn-store2 {border: 2px solid var(--color);	color: var(--color) !important;}
.btn.btn-store:hover, .btn.btn-store2:hover {border-color: var(--alt_color2); color: var(--alt_color2) !important;}
.btn.btn-store3 {border: 2px solid var(--color);	color: var(--color);}
.btn.btn-store:hover, .btn.btn-store2:hover {border-color: var(--alt_color2); color: var(--alt_color2);}

@media (max-width: 767px) {
.btn.btn-store,.btn.btn-store2 {margin-bottom: 1rem;width: 80%;}
}


/* Layout general */
.section-even{background-color: #f4f4f4  ;}
.section-odd{background: var(--body_bcolor);}
.mod-menu li{margin-bottom: 2px; }
.wbs-tpl-content-container {padding-top: 0px;}
.swal2-content {line-height: 1.5 !important;}
.wbs-tpl-content-wrapper {padding: 60px 0;}
@media (max-width: 767px) {
.wbs-tpl-content-wrapper {padding: 50px 0;}
.wbs-full-width-above {padding-top: 5px;}
.wbs-tpl-content-container {padding-top: 0;}
}


#map_canvas label { display:inline; }
#map_canvas img { max-width: none; max-height: none; }

@media (max-width: 767px) {
.item-page{border:0}
#sidebar{padding:40px 10px 0 10px;}
.navbar-fixed-top,.navbar-fixed-bottom {position: fixed;}
}



/** Correciones a los formularios */
.help-block {font-size: 10px;line-height:10px;margin-top:2px !important;}
.control-group label{margin-bottom:0px;}
/** Fin Correciones a los formularios  */



/** Menu - Principal con Drowdown **/
#wbs-tpl-menu-wrapper .nav {gap: 1.5rem;align-items: baseline;}
#wbs-tpl-menu-wrapper .nav > li > a  {color:var(--menu_text);;}
#wbs-tpl-menu-wrapper .nav > li  a:hover{color: var(--menu_text_hover);}
#wbs-tpl-menu-wrapper .nav >.active {border-bottom: 2px solid var(--color) ;}
/* revisado y comprodo las de arriba, las de abajo faltan por revisar */
ul.nav li.dropdown:hover > ul.dropdown-menu{display:block;top:90%}
.dropdown-menu{--bs-dropdown-link-active-bg:var(--color_transparent);}
#wbs-tpl-menu-wrapper .dropdown.parent > a::after {display: inline-block; margin-left: 10px;vertical-align: 3px;
  content: ""; border-top: .3em solid; border-right: .3em solid transparent;border-bottom: 0;border-left: .3em solid transparent;  }

.caret-right{display:inline-block;width:0;height:0;text-indent:0;vertical-align:top;border-top:4px solid transparent;
border-right:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #000;margin-top:6px;margin-left:4px;opacity:0.5}
a:hover > .caret-right,.active > .caret-right{border-left:4px solid #fff;opacity:1.0}
.navbar .dropdown-menu .dropdown-menu:before{border-bottom:7px solid transparent;border-left:none;border-right:7px solid rgba(0,0,0,0.2);border-top:7px solid transparent;left:-7px;top:10px}
.navbar .dropdown-menu .dropdown-menu:after{margin-top:0;border-top:6px solid transparent;border-left:none;border-right:6px solid #fff;border-bottom:6px solid transparent;top:11px;left:-6px}
.nav > li > span.separator{display:block}
.dropdown-menu .separator{display:block;clear:both;font-weight:400;line-height:18px;color:#555;white-space:nowrap;padding:3px 15px}
.navbar .nav > li > span.separator{float:none;line-height:19px;color:#999;text-decoration:none;text-shadow:0 -1px 0 rgba(0,0,0,0.25);padding:10px 10px 11px}
.nav-list .divider{background-color:#E5E5E5;border-bottom:1px solid #FFF;height:1px;overflow:hidden;margin:8px 1px}
.nav-list span.separator{display:block;margin-left:-15px;margin-right:-15px;text-shadow:0 1px 0 rgba(255,255,255,0.5);padding:3px 15px}

/*** Fin menú principal ***/

/* Avisos */
.wbs-mod-notices { background: var(--color);}
.wbs-mod-notice-item-link a {  color: var(--alt_color2);}




/* Header menu */
.wbs-header-menu {position: relative;}
.wbs-header-menu > ul {height: 0;overflow: hidden;}
.wbs-header-menu h3{font-size:14px;font-weight:bold;display:inline;border:1px solid var(--line);padding:8px 40px 8px 15px;border-radius:6px;cursor:pointer;position: relative;}
.wbs-header-menu h3:hover {border-color: #333;}
.wbs-header-menu h3::after{content: "\f078";font-family: 'Font Awesome 7 Pro'; font-weight: 300;position: absolute; right: 12px;top:9px}
.wbs-header-menu > ul {display: none;height: auto;overflow: hidden;	position: absolute;background: #fff;border-radius: 10px;box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
left: -20%;top: 57px;z-index: 900;flex-direction: column;width: 800px;}
.wbs-header-menu.open > ul {display:flex;}
.wbs-header-menu > ul::after{content: ""; left: 250px; top: 0;bottom: 0; border-left: 1px solid var(--line);position: absolute;}
.wbs-header-menu .dropdown-menu .separator {padding: 5px 0;}
.wbs-header-menu > ul > li{width: 250px; padding:5px 8px;position: unset;}
.wbs-header-menu > ul > li.active, .wbs-header-menu > ul > li:hover{background-color: #F5F5F5;}
.wbs-header-menu > ul > li.deeper::after {content: "\f054";font-family: 'Font Awesome 7 Pro';font-weight: 300;position:absolute;left:228px;}
.wbs-header-menu > ul > li > ul {display: none;position: absolute;top: 0;left: 251px;list-style: none;padding: 0;bottom: 0;right: 0;flex-direction: row;flex-wrap: wrap;z-index: 1;
background: #fff;align-content: flex-start}
.wbs-header-menu > ul > li.active > ul  {display: flex;}
.wbs-header-menu > ul > li.deeper:hover > ul,.wbs-header-menu > ul > li.deeper > ul:hover  {display: flex;z-index:2 }
.wbs-header-menu > ul > li > ul > li {flex: 0 0 50%;}
.wbs-header-menu > ul > li > ul > li > a{padding: 5px 8px; font-size: 90%}
.wbs-header-menu > ul > li > ul > li > a:hover{text-decoration: underlin}
.wbs-header-menu > ul > li > ul > li.separator {flex: 0 0 100%;font-size: 14px;font-weight: bold;padding: 10px;}

.wbs-hide-menu-text > a > span {display: none;}

/* Lazy Load */
img.lazy { opacity: 0; transition: opacity .3s ease-in;} 



/*Correciones al jcepopup*/
span#jcemediabox-popup-numbers a {padding:10px 0}

/* Menú lateral */
.nav-tabs.nav-stacked > li > a {background: none repeat scroll 0 0 #FFFFFF; padding-right:4px;padding-left:8px;}
.nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li > a:focus {background: none repeat scroll 0 0 #EEEEEE;}
/* fin menú lateral */



/* HEADER */
/* Top header */
.wbs-tpl-header-right {margin-top: 0}
.wbs-tpl-top-menu-wrapper.wbs-tpl-top-menu-wrapper-right {display: flex;align-items: center;gap: 0.3rem; justify-content: end;padding-right: 1rem;}
.wbs-tpl-header-top-wrapper {padding: 7px 0 4px;background: var(--color);}
.wbs-tpl-top-menu-wrapper .nav > li > a {color: var(--menu_text);}
.wbs-tpl-top-menu-wrapper .nav > li > a:hover {color: var(--menu_text_hover);}
.wbs-favorites-module {margin:  0.4rem 0;color: #fff;}
.wbs-cart-module {padding: 0;margin: 0;color: #fff;}
.wbs-cart-module a {color: #fff;}
.wbs-cart-module-link {color: var(--header_text); transition: color ease-in 0.2s;}
.wbs-cart-module-link:hover {color: #000;}
.wbs-mod-welcome {color: var(--menu_text);font-size: 0.8rem;}
.fa-light.fa-bell.fa-lg.text-secondary.fa-fw {color: var(--header_text) !important;}
.wbs-notifications-module {margin: 0}
.wbs-tpl-header-right .p-2 {padding: 0 .5rem !important;}
.wbs-notifications-module .active {margin: 0;color: #f88787;}
.wbs-tpl-header-right a {color: #FFFF;}

.wbs-tpl-header-left {font-size: 13px;line-height: 15px;display: flex;align-items: center;justify-content: start;gap: 10px;color: #fff;}


/*header*/
.wbs-tpl-header-center {margin-top:0}
#wbs-tpl-header-wrapper {border-bottom: 0 solid var(--line);padding: 1rem;position: sticky;height: 74px;right: 0;	top: 0;	left: 0;z-index: 1000;}
#wbs-tpl-header {margin: 0 auto;}
header{max-width: 100%;}
.frontpage header {border-bottom: 0}
#wbs-tpl-header > .row {align-items: center;}
.wbs-logo {width: 110px;margin: 0;}
#wbs-tpl-header > .row {align-items: center;}

/* END HEADER */

#wbs-tpl-menu-wrapper, #wbs-tpl-menu-wrapper .navbar-inner {background-color: transparent;border: 0;}
#wbs-tpl-menu-wrapper .nav > li > *  {border-bottom: 3px solid transparent; transition: all ease-in-out 0.3s; font-family: 'Golos Text', sans-serif;}
#wbs-tpl-menu-wrapper .nav > .active {border-bottom: 0}
#wbs-tpl-menu-wrapper .nav > li > * {color: var(--menu_text);}
.frontpage .wbs-cart-module-link {color: #fff;}
#wbs-tpl-menu-wrapper .dropdown-menu {padding:.9rem 0;background-color:var(--menu_bcolor);border-radius: 0;min-width: 300px;left:0;opacity: 0;} /* Si ponemos display:block funciona el efecto de los item menu moviendose pero se activa el menu a cada rato */
#wbs-tpl-menu-wrapper .dropdown-menu > li > a {color: var(--text);font-size: 15px;}
#wbs-tpl-menu-wrapper .dropdown-menu > li > a {font-size: 15px;font-family: 'Golos Text', sans-serif}
#wbs-tpl-menu-wrapper .dropdown-menu > li > a:hover {color: var(--color)}
#wbs-tpl-menu-wrapper ul.nav li.dropdown > ul.dropdown-menu > li {transform: translate3d(0,13px,0); transition: transform cubic-bezier(.2,.8,.25,1) .65s }
#wbs-tpl-menu-wrapper ul.nav li.dropdown:hover > ul.dropdown-menu > li {transform: translate3d(0,0,0);}
#wbs-tpl-menu-wrapper ul.nav li.dropdown:hover > ul.dropdown-menu {opacity: 1;}
#wbs-tpl-menu-wrapper .nav > .dropdown > .dropdown-menu  {z-index: 1000;}
#wbs-tpl-menu-wrapper .nav > .dropdown > .dropdown-menu .dropdown-menu {z-index: 2000;left: 250px; top: 5px;}
#wbs-tpl-menu-wrapper .nav {align-items: center; gap: 2rem;}
#wbs-tpl-menu-wrapper .nav > li {padding: .5rem 0; }


.wbs-logo {width: 250px;margin: 0;}




@media screen and (max-width: 979px){
.navbar-fixed-top {margin-bottom: 0px;position: fixed;}
}


/* FOOTER */
.wbs-tpl-footer-wrapper {background: var(--footer_bcolor);padding: 40px 0 15px; color: var(--footer_text);}
.wbs-tpl-footer{display: flex;gap: 1.5rem;}
.wbs-logo-footer {width: 220px; margin-bottom: 2rem !important;}
.wbs-tpl-footer p {font-size: 12px; line-height: 1.5;}
.wbs-tpl-footer h3 {color: var(--footer_htext);font-size: 18px;font-weight: normal;line-height: 1;margin: 0 0 5px;}
.wbs-tpl-footer a, .wbs-tpl-footer a:visited{color:var(--footer_text) !important;font-size: 12px;line-height: 20px;}
.wbs-tpl-footer-col .nav{flex-direction: column;}
.wbs-tpl-footer .nav a:hover{text-decoration: underline;background-color: transparent;color:var(--footer_text)}
.wbs-social-networks .nav {gap: 1rem; flex-direction: revert;}
.wbs-social-networks li span { font-size: 25px; transition: color 0.3s;}
.wbs-social-networks li span:hover, .wbs-app-footer:hover {color:var(--alt_color2)}

@media (max-width: 767px) {
  body{padding-top: 44px;}
  .wbs-tpl-footer-wrapper {text-align:center}
  .wbs-tpl-footer {flex-direction: column;}
  .wbs-logo-footer {max-width: 80%;margin: 0 auto;margin-bottom: 40px !important;width: auto;  }
  .wbs-social-networks .nav {justify-content: center;margin-bottom: 30px;}
}


/* Sticky Footer */
@media (min-width: 768px) {
  body{display: flex; min-height: 100vh; flex-direction: column;}
  .wbs-tpl-content-container{flex: 1}  
}
/* END FOOTER */


/* COPYRIGHT */
.wbs-tpl-copyright-wrapper {background: var(--footer_bcolor);color: var(--footer_text);font-size: 80%;text-align: center;}


.form-horizontal .control-group{margin-bottom:10px;}

/****  Modulos ****/
.mod1{background:#FFFFFF;margin-bottom:20px;background: none repeat scroll 0 0 #FFFFFF;border: 1px solid #DDDDDD;margin-bottom: 20px;padding:5px;}
.mod1 .custom{padding:5px;border: 0;box-shadow: none;padding:0 5px;}
.mod1 h3{margin:0;padding:5px;font-size:18px;line-height:24px;color:#0088CC;}
.mod3 h3{margin:0;padding:5px;font-size:18px;line-height:24px;color:#0088CC;}
.facebook-module {background:#FFFFFF;  height: 630px; margin-bottom: 20px; overflow: hidden; width: 232px;}
.facebook-module .custom{padding:0}
.mod2{background: none repeat scroll 0 0 #FFFFFF;border: 1px solid #DDDDDD;box-shadow: 0 0 5px #CCCCCC;margin-bottom: 20px;padding: 0;}
.mod1 .custom{padding:0px;border: 0;box-shadow: none;}
/**** Fin Modulos ***/




.form-control:focus{box-shadow: 0 0 0 .2rem var(--color_transparent); border-color:#ced4da }


.jcepopup.btn:hover:hover { background: none repeat scroll 0 0 var(--color) !important;}





/* Mobile Header */
#wbs-tpl-phone-header-wrapper {background:var(--mobile_header_bcolor);border-bottom: 1px solid #999;box-shadow:0 6px 15px rgba(0,0,0,0.2);left:0;
position:fixed;width:100%;top:0;height: 44px; z-index:20000; color: var(--mobile_header_text);display: flex; align-items: center; justify-content: space-between;}
.wbs-tpl-phone-menu-button {width: 44px;height: 44px;	display: flex;border-left: 1px solid rgba(255,255,255,0.2);
justify-content: center;align-items: center; min-width: 44px;}
.wbs-tpl-phone-menu-button button {border: 0;color: var(--mobile_header_text);background: transparent;padding: 0;height: 44px;}
.btn-back-wrapper {height: 20px;text-align: center;width: 44px;}
.btn-back {color: var(--mobile_header_text) !important;text-decoration:none !important;}
.wbs-tpl-phone-menu-button > .wbs-cart-module a{color:var(--mobile_header_text)}
@media (min-width: 768px) {
  #wbs-tpl-phone-header-wrapper {display: none;}
}
.wbs-tpl-phone-menu-button.wbs-tpl-phone-menu-button-cart {display: none;}
.wbs-tpl-phone-menu-button.wbs-tpl-phone-menu-button-search {display: none;}


/* Mobile Menu */
.wbs-mobile-menu {background:#f3f3f3;font-size:16px;position:fixed;transition:left 0.3s;width:300px;height:100%;overflow-y:scroll;
top:42px;left:0;left:-300px;z-index:2000;box-shadow: 0 0 30px rgba(0,0,0,0.3) inset}
.wbs-mobile-menu li > a,.wbs-mobile-menu li > span{color:rgba(0, 0, 0, 0.6);padding:15px;display:block;position:relative;border-bottom:1px solid rgba(0, 0, 0, 0.1)}
.wbs-mobile-menu li > a:hover, .wbs-mobile-menu .active > a {background-color: #fafafa;}
.wbs-mobile-menu li{list-style:none; position: relative;}
.wbs-mobile-menu.is-active{left:0}
body.has-active-menu {overflow: hidden;}
.menu-mask {position:fixed;z-index:100;top:0;left:0;overflow:hidden;width:0;height:0;background-color:#000;opacity: 0;
transition:opacity 0.3s, width 0s 0.3s, height 0s 0.3s;}
.menu-mask.is-active {width:100%;height:100%;opacity: 0.7;transition: opacity 0.3s;}
.wbs-mobile-menu > ul > .deeper > *::before {content: "";position:absolute;right: 15px;border-top: 8px solid transparent;
border-bottom: 8px solid transparent;border-left: 8px solid rgba(0,0,0,0.3);top: 18px;transition-duration:0.3s;}
.wbs-mobile-menu > ul > .deeper > *::after {content: "";position: absolute;right: 40px;	border-left: 1px rgba(0, 0, 0, 0.1) solid;
width: 1px;height: 100%;top: 0;}
.wbs-mobile-menu > ul > .deeper > ul{margin:0; transition:0.6s; max-height:0;overflow:hidden}
.wbs-mobile-menu > ul > .deeper.open > ul, .wbs-mobile-menu > ul > .deeper.active > ul {max-height:2000px;}
.wbs-mobile-menu > ul > .deeper.active> a::before, .wbs-mobile-menu > ul > .deeper.open> a::before {transform:rotate(90deg);}
.wbs-mobile-menu > ul > .deeper > ul > li > a {padding-left: 40px;padding: 10px 0 10px 40px;}


/*side_menu */
.wbs-side-menu span {text-align:center;width: 36px;}
.wbs-side-menu ul{flex-direction: column;}


/* Mensaje Cookies */
#wbs-tpl-cookie-msg{background:rgba(86, 86, 86, 0.95);color:#FFF;left:0;padding:20px 0;position:fixed;top:auto;bottom:0;z-index:10000000000;width:100%;}
.wbs-tpl-cookie-actions > * {flex: 1}
@media (max-width: 767px) {
.wbs-tpl-cookie-actions {flex-wrap: wrap; justify-content: space-between; padding: 0; }
.wbs-tpl-cookie-actions > *{flex: 0 0 calc(50% - 1rem)}
.wbs-tpl-cookie-actions .btn.btn-sm { font-size: 80% !important;}
}

/* whatsapp */
.wbs-whatsapp-mod {position: fixed;bottom: 70px;right: 15px;z-index: 9999;width: 75px;}
.wbs-whatsapp-mod a {color: #fff;background: #00e676;font-size: 35px;border-radius:20px;width: 50px;height: 50px;line-height: 50px;
display: block;text-align: center; transition: all ease-in-out 0.3s;}
.wbs-whatsapp-mod a:hover{color: #fff;background: #048b4a;}

/* Scrol to top */
.scrollToTop {width: 32px;height: 32px;text-align: center;background: var(--color);font-weight: bold;	color: #FFF;position: fixed;
bottom: 30px;right: 30px;display: none;line-height: 32px;border-radius: 50%;cursor: pointer;z-index: 2000;}

/* mensajes del sistema */
.frontpage .wbs-sys-messages {	position: absolute;	z-index: 200;	left: 0;	right: 0;	text-align: center;}


/* Pagina de error */
.wbs-error-page {text-align: center;} 
.wbs-error-page h4, .wbs-no-deal {color: #a94442; font-size: 100px; line-height: 100px; margin-bottom: 20px;}
.wbs-warning-msg {background: #000;color: #fff;	padding: 8px 20px;text-align: center;}

/* Pagination */
div.pagination {display: flex;justify-content: center;}
.page-item.active .page-link {color: #fff;	background-color: var(--color);	border-color: var(--color);}
.pagination [class^="icon-"] {font-family: "Font Awesome 7 Pro";}
.icon-angle-left::before {content: "";}
.icon-angle-double-left::before {content: "";}
.icon-angle-right::before {content: "";}
.icon-angle-double-right::before {content: "";}


/* Blog de noticias */
.blog-item {display: flex; gap: 5%;margin-bottom:2rem}
.blog-item .item-image {flex: 0 0 30%;aspect-ratio: 1.333;overflow: hidden;border-radius: 4px;}
.blog-item .item-content {flex: 0 0 65%;}
.blog-item .item-content .page-header h2 {font-size: 1.5rem;font-weight: bold;color:var(--text)}
.blog-item .item-content .article-info-term {display: none;}
.blog-item .item-content .article-info {margin-bottom: 0}
.blog-item .item-content .modified, .blog-item .item-content .create, .blog-item .item-content .published {font-size: 90%;color: #999;margin-bottom: 0.5rem}
.blog-item .tags{margin-bottom:0.5rem;}
.blog-item .readmore a {background: var(--color);color: white;	padding: 2px 20px 2px 9px;border: 0;border-radius: 4px;float: right;font-size:0.8rem;}
.tags a {padding: .1rem .4rem;font-size: 0.75rem;	font-weight: 700;background: var(--alt_color2);border: 0;}
.com-tags-tag h3 {font-size: 1rem;}
.icon-chevron-right::before {content: ""; font-family: var(--font_awesome); float: right;}
@media (min-width: 768px) { .wbs-blog-item-video, .wbs-blog-item-image {float: right;width: 50%;margin-left: 20px;} }
@media (max-width: 767px) { .blog-item {flex-direction: column;} }

/* simple light box */
.sl-overlay {background: #000 !important;}


/* correciones boostsrap 5 - revisar cuando estemos en joomla 5 algunas se podránn borrar*/
joomla-alert{margin-top: 20px !important;}
.label {display: inline-block;padding: .25em .4em;font-size: 75%;font-weight: 700;line-height: 1;	text-align: center;
	white-space: nowrap;vertical-align: baseline;border-radius: .25rem; transition: color .15s ease-in-out,background-color .15s ease-in-out,
  border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.wbs-mobile-menu > ul {padding-bottom: 40px}
.page-link {color: var(--color)}
*{-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;outline: none !important;} 
*,*:focus,*:hover{outline:none;}

.acymailing_lists {margin-top: 30px !important;display: flex;flex-wrap: wrap;}
.acymailing_lists .onelist {flex: 0 0 33%;margin: 10px 0;}
#wbs-tpl-main-wrapper {overflow-y: unset;overflow-x: unset; flex:1}
.wbs-mobile-menu > ul > .deeper > ul {padding-left: 0;}
#wbs-mobile-user-menu .fa-lg {font-size: 1em;vertical-align: initial;}
.wbs-mobile-search {background: var(--mobile_header_bcolor);overflow: hidden;transition: all 0.3s ease-in-out;max-height: 400px;
	z-index: 30000;position: fixed;width: 100%;top: 44px;overflow-y: auto;}
.wbs-close-search{max-height: 0;}
.wbs-mobile-menu > ul {flex-direction: column;}
img {max-width: 100%;height: auto;}
.alert-notice, .alert-error {color: #721c24;background-color: #f8d7da;border-color: #f5c6cb;}

.alert h4 {font-size: 1rem;margin-bottom: 0;}
.card-header {font-weight: bold;font-size: 1rem;}
.card-title {font-weight: bold;}
.wbs-side-menu {margin-bottom: 30px;}
#wbs-tpl-phone-header-wrapper {width: 100vw}
.wbs-logo-movil {text-align: center;}
.wbs-logo-movil img {height: 30px;}
.visible-phone { display: none !important;}
@media (max-width: 767px) {
.visible-phone {display: inherit !important;}
.hidden-phone {display: none !important;}
}


/* pagina recuperacion de contraseña*/
.icon-fw.icon-eye::before {content: "\f06e";font-family: "Font Awesome 7 Pro";}
.icon-fw.icon-eye-slash::before {content: "\f070";font-family: "Font Awesome 7 Pro";}
 
/* Correciones para la version groupjoom 5.x * y al pasar a BT 5 */
.form-group {margin-bottom: 1rem;}
.form-row{display: flex; gap:0.5rem}
joomla-alert .alert-heading {display: none;}
@media (min-width: 1400px) {.container-xl{ max-width: 1140px;}}
.form-control:disabled, .form-control[readonly] {background-color: #e9ecef;opacity: 1;} 
.btn-block{width: 100%;}




/* landings */
.wbs-landing-hero {padding: 80px 0 80px 0;}
.wbs-landing-title {padding: 0 !important;}
.wbs-landing-section > div {padding-top: 100px; padding-bottom: 100px;}
.wbs-mod-custom-html-subtitle {font-size: 1.2rem;color: #fff;margin: 1rem 0 2rem;}
.wbs-mod-custom-html-subtitle{margin-top: 1.3rem; color: var(--text); font-size: 1.3rem;}

.wbs-mod-custom-html-title, .wbs-landing-title h2 { font-size: 40px; text-transform: uppercase; line-height: 48px;}

@media (max-width:767px){
.wbs-landing-section > div {padding-top: 80px;padding-bottom: 80px; text-align: center;}
.wbs-mod-custom-html-title {font-size: 36px;text-transform: uppercase;line-height: 44px;}
}

/* Seccion descarga app*/
.wbs-descarga-app-img img { width: 78%;}
.wbs-descarga-app-img { text-align: center;}
.wbs-descarga-app-text {display: flex; flex-direction: column; justify-content: center;}


/* seccion de ventajas */
.wbs-ventajas {display: grid;   grid-template-columns: repeat(4,1fr);  gap: 40px;  max-width: 1200px;  margin: auto;}
.wbs-ventaja { text-align: center;  padding: 10px; transition: transform .35s ease, opacity .35s ease;}
.wbs-ventaja:hover { transform: translateY(-6px);}
.wbs-icono { font-size: 36px;color: var(--color); margin-bottom: 15px;transition: transform .35s ease;}
.wbs-ventaja:hover .wbs-icono{transform: scale(1.15);}
.wbs-ventaja h3 {color: var(--color); font-size: 22px; margin-bottom: 15px;text-transform: uppercase; letter-spacing: 1px;}
.wbs-ventaja p {font-size: 18px; line-height: 1.6; color: var(--text);}
@media (max-width:767px){
.wbs-descarga-app-img img {width: 100%;	margin-top: 3rem;padding-left: 10%;}
}

/* responsive */

@media (max-width: 768px) {
.wbs-ventajas {grid-template-columns: 1fr;  gap: 30px;}
}




/* seccion hero - video */
.wbs-tpl-hero .wbs-mod-custom-html-content {height: 85vh;	overflow: hidden;position: relative;}
.wbs-hero-video {position: absolute; width: 100%; top: -10%; z-index: 1;}
.wbs-hero-text { position: absolute; z-index: 200; display: flex; height: 100%; flex-direction: column; width: 100%; justify-content: center; align-items: center;}
.wbs-hero-video-background-overlay {background: #000;position: absolute;inset:0;z-index: 20;opacity: 0.6;}
.wbs-tpl-hero .wbs-mod-custom-html-title {color: #fff !important;}
.wbs-tpl-hero .wbs-mod-custom-html-subtitle {font-size: 1.3rem;color: #fff;margin: 1rem 0 2rem;}
@media (max-width: 768px) {
.wbs-tpl-hero .wbs-mod-custom-html-content{height: 75vh;}
.wbs-hero-video {height: 75vh;top: 0%}
.wbs-hero-video video{object-fit: cover; object-position: center;height: 100%;}
.wbs-hero-text {padding: 0 2%;}
.wbs-totalmente-trasnparente-img {margin-bottom: 2rem;}
}


/* sections tipo  wbs-landing-img-text */
.wbs-landing-img-text .wbs-mod-custom-html-content {position: relative;height: 85vh;overflow: hidden;}
.wbs-section-text {	position: absolute;	width: 100%;z-index: 200;inset: 0;	display: flex;	flex-direction: column;	justify-content: center;align-items: center;}
.wbs-section-img {position: absolute; width: 100%; top: 0; z-index: 1; inset: 0;}
.wbs-section-img img { width: 100%;  height: 100%;   object-fit: cover;}
.wbs-section-background-overlay{background: #000;position: absolute;;z-index: 20;opacity: 0.5;inset: 0;}
.wbs-section-text h2 {color: #FFF !important;font-size: 2.3rem;}
.wbs-section-text .wbs-mod-custom-html-subtitle {	color: #FFF;margin-top: 0;}
@media (max-width: 768px) {
 .wbs-section-text {text-align: center;padding: 0 2%;}
 .wbs-section-text h2 {font-size: 2rem; line-height: 1.2;}
 .wbs-section-text .wbs-mod-custom-html-subtitle {	line-height: 1.2;}
}

/* Seccion como ahorrar */
.wbs-how-grid {display:grid; grid-template-columns:repeat(3,1fr); gap:60px; max-width:1200px; margin:auto; margin-top: 3rem; padding: 0 15%}
.wbs-how-item {text-align: center; padding: 10px; transition: transform .35s ease, opacity .35s ease;}
.wbs-how-item:hover {transform: translateY(-6px);}
.wbs-how-item img { width:90px; margin-bottom:20px;}
.wbs-how-item h3 { font-size:20px; margin-bottom:15px;}
.wbs-how-item p {font-size:16px; line-height:1.4; color:#333;}
@media (max-width: 768px) {
.wbs-how-grid {grid-template-columns: 1fr; gap: 30px;}
}


/* preguntas frecuentes */
.wbs-faqs-categories {	display: none;}
.wbs-faqs-category.my-5.py-5 { margin: 0 !important;}

/* Listados de ofertas - deals */
.wbs-deals-deal-image, .wbs-deals-deal-link a {cursor: default;pointer-events: none;}

.wbs-deals-company-name { display: none;}
.wbs-deals-price-group-alt { justify-content: center;}
.wbs-deals-price-group-alt > div { margin-left: 0;}
.wbs-deals-deal-info { padding: 1rem;}


/* Filtros */
.wbs-listing-filter-title b {font-weight: 700;}
.wbs-listing-filter-tag,.wbs-listing-filter-arrow{color:#747474;text-transform:uppercase;font-size:13px;letter-spacing:6%;font-weight:700;line-height:100%;}
.wbs-listing-filter {border-radius: 8px;}
.wbs-listing-title-header {margin-bottom: 3rem !important;}
/* ponerle checkbox a los item del filtros */
.wbs-listing-filter-list-item.active {background: transparent;}
.wbs-listing-filter-list-item:not(.wbs-listing-filter-backitem) {position: relative; padding-left: 24px !important;margin-left: 0 !important;}
.wbs-listing-filter-list-item:not(.wbs-listing-filter-backitem)::before {border: 2px solid #454545;}
.wbs-listing-filter-list-item.active:not(.wbs-listing-filter-backitem)::before {color: var(--base);background-color:var(--yellow50); 
border-color: var(--yellow50);}
.wbs-vertical-filters .wbs-listing-filter-top {border-bottom: 0;}
.wbs-listing-filter-arrow {display: none; }
.wbs-vertical-filters .wbs-listing-filter-list-item {padding: 0 0 3px 0;}
.wbs-listing-filter-list-items {max-height: 500px;}
  

/* Categorias */
.wbs-companies-categories-wrapper {width: 100%;overflow-x: auto; display: block; margin-bottom: 2rem;}
.wbs-categories-category {background: var(--color);color: white; border-radius: 10px; border: 0;height: 60px; display: flex; justify-content: center; 
flex-direction: column; box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;}
.wbs-categories-category a {color: white; flex-direction: column;display: flex;   align-items: center;}
.wbs-categories-category-icon {font-size: 20px;}
.wbs-categories-category-name {white-space: nowrap;}
@media (max-width:767px) {
.wbs-categories-category{flex:none;}
}
.wbs-categories-list {margin-bottom: 10px; flex-wrap: nowrap !important;}


/* Listados de comercios - company */
.wbs-companies-company-wrapper{box-shadow:0px 4px 10px 0px rgba(10, 55, 135, 0.13);border-radius:8px;border:0;padding:15px;transition:transform .3s ease-out !important}
.wbs-companies-company-wrapper:hover {transform: scale(1.02);}
.wbs-companies-company-logo {height: 80px;padding: 0 25px;margin-bottom: 30px;}
.wbs-companies-company-logo a {display: block;height: 100%;}
.wbs-companies-company-logo a::after {position: absolute;inset: 0;content: "";}
.wbs-companies-company-name, .wbs-companies-subtitle, .wbs-companies-company-location, .wbs-companies-company-detail-link {display: none;}
.wbs-companies-company-logo img { margin: 0; height: 100%; width: 100%; object-fit: contain; object-position: center;}
.wbs-company-discount-text {text-transform: capitalize;}
.wbs-company-discount-per {font-weight: bold;}
.wbs-companies-company-info {text-align: center;}
@media (max-width: 768px) {
.wbs-items-listing {flex-direction: row;}
}

/* detalles de comercios */
.wbs-company-info {display: none;}

/* Calculadora de ahorroa */
.wbs-calculator-wrapper h2 {text-align: center;color: var(--color);padding: 0 40px;font-weight: bold;margin-top: 30px;}
.wbs-calculator-wrapper h3 {color: var(--color);margin: 60px 0 20px;font-weight: normal; font-size: 26px}
.wbs-wbanner-banner-7.wbs-wbanner-banner-item {  background-position: center;}
.wbs-wbanner-banner-item.active.wbs-wbanner-banner-7 {height: 70vh;overflow: hidden;min-height: 70vh !important;}
.wbs-wbanner-banner-7 .wbs-wbanner-title h1 {color: rgba(255, 255, 255, 1) !important; line-height: 1;}
.wbs-wbanner-banner-7 .wbs-wbanner-title h1 span {color: var(--alt_color2);}


.wbs-input-slider-ranges {display: flex;justify-content: space-between;margin-top: -10px;}
.wbs-input-slider {position: relative;overflow: hidden;padding: 0 5px 25px 5px;}
.wbs-input-slider-value {position: absolute;font-weight: bolder;width: 40px;margin-left: -8px;text-align: center;}
.form-range::-webkit-slider-thumb { background: var(--color);}
.form-range::-moz-range-thumb { background:  var(--color);}
.form-range::-ms-thumb {  background:  var(--color);}
.wbs-calculator-total-box {background: var(--color);padding: 30px;margin-top: 15px;color: #fff;border-radius: 15px;}
.wbs-input-slider-value-wrappper {position: relative;width: 92%;}
@media (max-width: 767px) {
.wbs-calculator-wrapper h2 {font-size: 24px;padding: 0;}
.wbs-calculator-form.mt-5.px-5 {padding: 1% !important;}
.wbs-calculator-wrapper h3 {text-align: center;font-size: 20px;}
.wbs-calculator-total-box {text-align: center;}
}

/* Pantalla de login y registros */
.wbs-register-group-wrapper {padding: 20px 0 0}
.wbs-register-card-header {text-align: center;}
.wbs-login-links {margin-top: 1rem;text-align: center;}
.wbs-register-card-title {display: none;}
.wbs-register-group-wrapper .wbs-form-separator {display: none; }
.wbs-register-form-name-lastname { display: flex; justify-content: space-between;}
.wbs-register-form-name-lastname > div { width: 48%;}
.wbs-register-form-name-lastname {display: flex; justify-content: space-between;}
.wbs-register-form-name-lastname > div { width: 48%;}
#wbs-register-form-id { display: flex; flex-direction: column;}
#wbs-register-form-id > * { order: 5;}
.wbs-register-userinf-fs { order: 1 !important;}
.wbs-register-article h4 {display: none;}
.wbs-register-article-body img { width: 20%; margin-bottom: 2rem;}
@media (min-width: 768px) {
.wbs-register-card {padding: 0 60px;}
}
@media (max-width: 767px) {
  .wbs-register-article-body img { width: 70%; margin-bottom: 2rem;}
}


/* Pantalla de saldo */
.wbs-app-home-plan-pensiones {background: #ffffff; border-radius: 1rem; border: 1px solid rgba(0,0,0,0.08); padding: 1rem; text-align: center;
 box-shadow:0 6px 12px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.05);}
.wbs-app-home-plan-pensiones-title { color: var(--color); font-size: 18px;}
.wbs-app-home-plan-pensiones-amount {font-size: 42px;font-weight: 700;color: #111;line-height: 1.3;}
.wbs-app-home-plan-pensiones-subtitle {font-size: 16px; color: #111;font-weight: 400;}
.wbs-points-top > h3 {display: none;}
.wbs-points-summary h3 {margin-bottom: 0 !important;}
.wbs-points-accepted.alert.alert-success { background: var(--color); color: #fff; border-radius: 1rem; border: 0; text-align: center;}
.wbs-points-accepted.alert.alert-success h3 { font-weight: bold; margin-bottom: 0}
.wbs-points-pending.alert.alert-danger {background: var(--alt_color2);color: #000;text-align: center;border-radius: 1rem; border: 0;}
.wbs-points-pending.alert.alert-danger h3 { font-weight: bold;margin-bottom: 0}

.wbs-vidahorro-movimientos #pills-tab {display: flex; width: 100%; border: 1px solid #e8edf5; border-radius: 14px;overflow: hidden; background: #ffffff;
margin-bottom: 25px !important;}
.wbs-vidahorro-movimientos #pills-tab .nav-item {flex: 1;}
.wbs-vidahorro-movimientos #pills-tab .nav-link {width: 100%; border-radius: 0;padding: 18px 10px;background: #ffffff;color: #1c2434;font-weight: 600;
text-align: center; border-right: 1px solid #edf1f7;position: relative;transition: all 0.2s ease;}
.wbs-vidahorro-movimientos #pills-tab .nav-item:last-child .nav-link {border-right: 0;}
.wbs-vidahorro-movimientos #pills-tab .nav-link:hover {background: #f8fbff; color: #057bff;}
.wbs-vidahorro-movimientos #pills-tab .nav-link.active {background: #ffffff;color: #057bff;}
.wbs-vidahorro-movimientos #pills-tab .nav-link.active::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; background: #057bff;}
.wbs-vidahorro-movimientos .tab-content { margin-top: 20px;}
.wbs-vidahorro-movimientos-tables{font-size: 80%;}
@media (max-width: 768px) {
.wbs-vidahorro-movimientos #pills-tab .nav-link { padding: 14px 4px; font-size: 12px;}
}




/*Cesta de la compra */
.wbs-cart-points-wrapper {display: none;}
.wbs-deal-price-buy-gift, .wbs-deal-price-timeleft,.wbs-deal-number-deal-deal-is-on,.wbs-deal-last-visited,.wbs-deal-number-deal-sold {display: none;}
.wbs-deal-options-info, .wbs-deal-price-column > div {border-top: 0;}


/* Notificaciones */
.wbs-notifications-module-popup a {color: #666 !important;}


/* aportaciones */
.wbs-aportacion-selector {display: flex; gap: 20px;}
.wbs-aportacion-selector > div {flex: 1;}
.wbs-aportacion-option-selector {text-align: center; background: var(--color); color: #fff; border-radius: 5px; padding: 20px;}
.wbs-aportacion-selector { width: 60%; margin: 0 auto;}
.wbs-aportacion-option-wrapper{width: 60%; margin: 0 auto;}
@media (max-width: 767px) {
.wbs-aportacion-selector { width: 90%; }
.wbs-aportacion-option-wrapper{width: 90%; }
}