/*!
Theme Name: LSL Sage
Description: Lyra Store Locator for Sage
Version: 1.0.3.1592395117
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lsl-sage
Domain Path: /languages
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Store Locator UI is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Elements
# Forms
# Navigation
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@font-face {
	font-family: 'Sage Headline';
	src: url(fonts/Sage_Headline-Black.woff) format('woff');
}
@font-face {
	font-family: 'Sage Text';
	src: url(fonts/Sage_Text-Regular.woff) format('woff');
}
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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


dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/**************************
**** FORM BUSQUEDA ********
**************************/

#home-hero {
    height: auto !important;
	margin-top:3rem !important;
}

#home_page_form .form-select {
	float: none;
    display: inline-block;
	margin-left: 0;
	vertical-align: middle;
	position: relative;
}

#home_page_form .form-select select{
	width: 100%;
	height: 40px;
	color:#000;
	background-color: #fff;    
	border: 1px solid #00D639;
	padding-left: 10px;
}

/***********************************
****** RESULTADOS DE BUSQUEDA*******
***********************************/

.thumbnail-shadow{
	min-height: 390px;
}

.ps_taxonomy_combo_search_container{
	margin-bottom: 20px;
}

.solution-thumbnail-tags{
	display:none;
}

.solution-thumbnail-icon{
	width: 65% !important;
}

.solution-thumbnail-title{
	min-height: 36px;
}

.solution-thumbnail-title h3{
	font-size: 1.3rem !important;
	font-family: "Sage Headline", sans-serif !important;
}

.addons-level-icon,
.champion-level-icon,
.rockstar-level-icon,
.developer-level-icon{
	min-height:20px;
}

.addons-level-icon .fas,
.champion-level-icon .fas,
.developer-level-icon .fas{
	display:none;
}

.solution-thumbnail-claim{
    font-weight: 300;
    text-decoration: none;
}

.solution-thumbnail a{
	text-decoration:none !important;
}

.solution-thumbnail .text-center{
	margin-bottom:10px !important;
}

.solution-thumbnail .solution-thumbnail-claim{
	height: 76px;
	  overflow: hidden;
}

.solution-thumbnail-claim p{
	--max-lines: 4;
	position: relative;
	max-height: calc(var(--lh) * var(--max-lines));
	overflow: hidden;
	padding-right: 1rem; /* space for ellipsis */
	font-size: 1.0625rem !important;
}

.solution-thumbnail-claim p::before {
	position: absolute;
	content: "...";
  /*   inset-block-end: 0;
	inset-inline-end: 0; */
	bottom: 0;
	right: 0;
  }
  .solution-thumbnail-claim p::after {
	content: "";
	position: absolute;
  /*   inset-inline-end: 0; */
	right: 0;
	width: 1rem;
	height: 1rem;
	background: white;
  }

.mt-4, .my-4 {
	margin-top: 2.5rem!important;
}

/**************************
POPULAR AND LATEST APP'S
***************************/

.sage-post .title-apps{
	margin-left:15px;
}

.single-solution .lsl-image{
	margin: 5px auto;
	text-align:center;
}
.single-solution .lsl-image img{
	margin: 0 auto;
	width: 100%;
	border-radius: 30px;
}
.single-solution .lsl-info{
	margin-top:10px;
	padding: 0 5px;
}
.single-solution .lsl-info h3{
	font-size: 16px !important;
	margin-bottom: 5px;
}
.single-solution .lsl-info h3 a{
	color: #00D639;
}
.single-solution .lsl-info .subtitulo,
.single-solution .lsl-info .subtitulo a{
	font-size: 12px;
	color: #fff;
}
.single-solution a:hover{
	color: #00D639 !important;
	text-decoration:none;
}

/*TOOLTIP*/
.tooltip-box {
	position: relative;
	display: inline-block;
  }
  .tooltip-box .tooltip-text {
	font-size: 12px;
    visibility: hidden;
    background-color: #121212;
    text-align: left;
    padding: 20px 24px 24px;
	line-height: 1.6em;
	opacity:0;
    transition: opacity 0.50s, top 0.70s;
    text-shadow: none;
    width: 264px;
    box-shadow: 0 3px 10px 0 rgba(45,45,45,0.125);
    position: absolute;
	z-index: 1;
	top: 100%;
	left: -40%;
    /*left: 50%;*/
    word-wrap: break-word;
    color: #fff;
  }
  .tooltip-box .tooltip-text::before{
	bottom: 100%;
	border-color: transparent transparent #121212 transparent;
	content: "";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
  }
  .tooltip-box:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
	top: 90%;
  }
.tooltip-text h3{
	color: #00D639;
}
  .tooltip-text h3,
  .tooltip-text a{
	  font-size: 15px;
  }
  .tooltip-text p{
	  font-size: 13px;
  }

  /****************************
  HEADER
  ****************************/

  .logo img{
	  max-width: 187px;
  }

  #primary-menu li{
	  display:inline-block;
  }
  #primary-menu li:last-child{
	  margin-left: 15px;
  }
  #primary-menu li a:hover{
	  color: #008200;
  }
	header #buscador-header {
		display: flex !important;
		gap: 0px;
	}
header input.align-middle:focus-visible,
header .searchButton.ps_taxonomy_combo_search_button:focus-visible{
    outline: none;
}
  header .searchButton.ps_taxonomy_combo_search_button{
	  width:33px;
	  height: auto;
	  margin: 0 !important;
	  border-radius: 0px !important;
  }
header #buscador-header .searchButton img {
	position: relative;
	left: revert;
	top: revert;
	transform: revert;
	height: 100%;
}
  header input.align-middle{
	  font-size: 13px;
	  padding:5px;
  }

  #buscador-header.col-12{
	  margin-top: 15px;
  }
  #buscador-header.col-12 input{
	  width:90% !important;
  }


  /*******************************
  ************FOOTER**************
  *******************************/

  footer li a{
	  font-size:13px;
  }

  /************************************
  ********** SINGLE SOLUTION **********
  ************************************/

  body.single-product .woocommerce-tabs,
  body.single-product .product_meta{
	  display:none;
  }

  nav.woocommerce-breadcrumb{
	  max-width: 1100px;
	  margin: 25px auto !important;
  }

  .cat-logo img{
	  max-width: 50%;
  }

  #ps_contact_btn{
	color: #fff;
    transition: all ease 0.3s;
    font-size: 1.1rem;
    border: 0.1rem solid #CE0058;
    background-color: #CE0058;
  }

  .btn-link{
	color: #fff;
    transition: all ease 0.3s;
    font-size: 1.1rem;
    border: 0.1rem solid #00DC00;
    background-color: #00DC00;
    margin: 15px 0;
  }

.isv-name {
	font-family: "Sage Text", sans-serif;
}
  .solution-dev{
	font-weight: 600;
    color: #00D639;
	transition: all ease 0.3s;
	font-size:15px;
  }
 
  .link-solucion{
	background: transparent !important;
	border: 0 none !important;
	color: #333 !important;
  text-decoration: underline;	
}
.link-solucion:hover{
	color: #ce0058 !important;
}

body.single-lsl_solution iframe{
	margin-bottom: 25px;
}
.description-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 16px;
    margin-bottom: 24px;
}
.description-list>dt {
    flex-basis: 35%;
    font-size: inherit;
    color: rgba(0,0,0,0.9);
}
.description-list>dd {
    flex-basis: 65%;
	margin: 0;
}
.description-list>dt, .description-list>dd {
    margin-top: 0;
    padding: 16px 0;
    border-bottom: 1px solid #ccd6db;
	font-family: "Sage Text", sans-serif;
	font-size: 14px;
}
.description-list>dd a{
	font-weight: 400 !important;
	color: #008200 !important;
}

.video-list{
	margin-top: 15px;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.video-list img{
	border: 1px solid #ddd;
}
.video-overlay{
	width: 85%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    margin-left: 0px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-overlay a{
	width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-overlay i{
	color: rgba(255, 255, 255, 0.70);
}
.video-overlay a:hover i{
	color: rgba(255, 0, 0, 0.70);
}
#nav-tabContent{
	border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-bottom: 15px;
}
  /******************************
  ****** SLIDER HOME ****************
  ******************************/

  .sage-slider .carousel-inner{
	padding: 35px 20px 20px 20px;
	border-radius: 30px;
  }
  .sage-slider .carousel-control-prev,
  .sage-slider .carousel-control-next{
	transition: all .2s ease-in;
    background-color: transparent;
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 35px;
    height: 64px;
    display: block;
    z-index: 3;
    margin-top: -32px;
  }
  .sage-slider .carousel-control-prev{
	  margin-left: 25px;
  }
  .sage-slider .carousel-control-next{
	  margin-right: 25px;
  }
  .sage-slider .carousel-control-next-icon,
  .sage-slider .carousel-control-prev-icon{
	  position:relative;
	  top:35%;
	  color: #00D639;
  }

/*****************************
**** TAXONOMY ARCHIVE ********
*****************************/

.ps_taxonomy_combo_search_supra_hiper_search.justify-content-center,
.ps_taxonomy_combo_search_supra_hiper_search .justify-content-center{
	justify-content: left !important;
}
.ps_taxonomy_combo_search_supra_hiper_search #ps_taxonomy_combo_search_supra_container,
.ps_taxonomy_combo_search_supra_hiper_search,
.ps_taxonomy_combo_search_supra_hiper_search #home_page_form{
	padding-left: 0;
}

/*****************************
******** MEDIA QUERY *********
*****************************/

@media only screen and (max-width: 425px){
	.site-content {
		padding-top: 130px !important;
	}
}

#lsl_centre-main-content ul {margin-left: 45px;}

/*****************************
******** FONTS CLASSES *********
*****************************/

.fsage-bold{font-family:"Sage Text", sans-serif !important;font-weight:bold;}
.fsage-regular{font-family:"Sage Text", sans-serif !important;font-weight:400;}
.fsage-light{font-family:"Sage Text", sans-serif !important;font-weight:300;}

/*LANDING FABRICACION Y DEMAS*/
.elementor-widget-ha-cf7 .wpcf7-form-control:not(.wpcf7-submit){
	width: 100%;
}
/*PROBANDO*/
.pruebas {
	margin-bottom: 0!important;
}
.gradiant-prueba {
	background: url('https://marketplacepartners.sage.com/wp-content/uploads/2020/10/9f6bd473-e7f8-46d5-a52d-e6f773427cf7.png') top right no-repeat, linear-gradient(45deg, #30C87D 0%,  #007EC9 52%, #462278 100%);
}
.background-transparente {
	background-color: rgba(255, 255, 255, 0.7);
}
/*DISPLAY NONE*/
#ocultar-fila {
	display: none;
}

/*PAGINAS SEO*/
#menu-paginas-seo li{
	display:inline-flex;
	margin-right: 15px;
}

.legal{
	margin-top: 50px;
}
.padding30{
	padding: 10px 0;
}
.margin30{
	margin: 30px 0 0 0;
}
.marginbottom0{
	margin-bottom:0;
	padding-bottom:0 !important;
}
.legal a{
	margin-right: 30px;
	font-size: 13px;
}

/*ARREGLOS PDF EN MODAL*/
.modal-xxl {
    width: 95%;
    min-width: unset !important;
    max-width: unset !important;
    min-height: unset !important;
    max-height: 100% !important;
    height: 100% !important;
}
.modal-xxl object { 
	width: 100%; 
	max-height: 100%;
	height: 600px;
}
.pdfobject-container { height: 30rem; border: 1rem solid rgba(0,0,0,.1); }

/**********************************
 ******** NUEVA IMAGEN SAGE********
**********************************/

header{
	border-bottom: 2px solid #060606;
}
header,
footer {
	background: #000 !important;
}
header input.align-middle {
	border-radius: 5px !important;
    border: 2px solid #000 !important;
}
header a {
    color: #00D639 !important;
    transition: all ease 0.3s;
    font-size: 16px;
}
.logo img {
    max-width: 250px !important;
}
header .searchButton{
	background-color: transparent !important;
}
header .searchButton img{
	width: 100% !important;
}
.search-form-box{
	background-color: #fff !important;
	border-radius: 30px;
}
h3.slider-titulo,
.slider-sub{
	color: #fff;
}
h3.title-apps{
	color: #00D639;
}
.slider-primary{
	background-color: #00D639;
    border-color: #00D639;
	color: #000;
	border-radius:20px!important;
}
.slider-img img{
	border-radius: 30px;
}
footer{
	border-top: 2px solid #00D639;
}
footer h3{
	font-family: "Sage Text", sans-serif !important;
	color: #00D639 !important;
	font-size: 20px !important;
}

.slider-button{
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    padding: 11px 16px;
    position: relative;
    min-height: 48px;
    min-width: 96px;
    color: #000;
    background-color: #33DE61;
    text-align: center;
    text-decoration: none;
    border-width: 0;
    border-radius: 24px;
    overflow: hidden;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
}
@media screen and (max-width: 768px){
	#home-hero {
		margin:30px;
	}
	#logo{
		text-align: center;
	}
	.ps_taxonomy_combo_search_button{
		color: #000;
		border-radius: 24px;
	}
}

.single-lsl_solution #lsl_centre-main-content{
	background: #fff;
    border-radius: 20px;
    color: #000;
	padding: 50px;
}
.single-lsl_solution #lsl_centre-main-content h1{
	margin-top: 0;
}
.lsl_solution-secondary-info img {
    border-radius: 20px;
}
@media (min-width: 1300px){
.container {
    max-width: 1300px;
}
}
footer a {
	color: #FFF !important;
}

#formulario-solutions-container .row{
margin-bottom: 15px;}

#formulario-solutions-container small{
font-size: 70%;
}

#formulario-solutions-container .checkbox .wpcf7-list-item{
margin: 0;
}

#formulario-solutions-container .checkbox label{
font-size: 70%;
}
.commentFormContainer{
	width: 50% !important;
}
#masinfo{
	margin-bottom: 50px !important;
}
#masinfo #contactButton:hover {
    background-color: #00931d!important;
    border-color: #00931d!important;
}
#masinfo #contactButton {
    color: #05160A!important;
    border: 2px;
    border-radius: 20px!important;
    border-color: #00D639!important;
    background-color: #00D639!important;
	text-align: center;
	padding: 10px 25px !important;
}
/* Mensaje confirmacion CF7 mostrar y ocultar tras X segundos */
.wpcf7-response-output {
    padding: 8px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #333;
    border: 1px solid #FFFFFF;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    border-color: #FFF;
}
.wpcf7-response-output {
	animation: ocultarMensaje 0s ease-in 8s;
	animation-fill-mode: forwards;
}

@keyframes ocultarMensaje {
	to {
		visibility: hidden;
		width: 0;
		height: 0;
	}
}
@media (max-width: 768px) {
	#formulario-solutions-container .wpcf7-submit,
	#formulario-solutions-container .wpcf7-form-control-wrap.recaptcha{
		min-width: 100% !important;
	}
	.commentFormContainer {
    width: 85% !important;
    margin: 25% auto;
    padding: 7%;
	}
}
/* Fin Mensaje confirmacion CF7 mostrar y ocultar tras X segundos */