/* 
Theme Name:      Lenor
Theme URI:       https://www.ingenima.com/
Description:     Lenor is a child theme of Blacklight
Author:          Ingenima
Template:        blacklight
Version:         1.4.24
Text Domain:     Lenor
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Normalize
# General
    ## Reset
    ## Selection
    ## BG Colors
    ## Text Colors
    ## iFrame
    ## Buttons
# Typography
# Nav
# Footer
# Modal
    ## Boton
# Heros
# Blog
# CTA
# GF
# Form
    ## Landing
    ## Forms
# Especial CSS
# Utilities

--------------------------------------------------------------*/

:root {

    /* Custom colors */    
    --blanco: #FFFFFF;
    --negro: #000000;
    --azul2: #27308B;
    --azul1: #6B74B6;
    --naranja2: #A95844;
    --naranja1: #F57876;
    --verde: #008077;
    --verde2: #174047;
    --verde3: #00AB92;
    --grisclaro: #EEEFF1;
    --grisoscuro: #D9D9E3;

    /* Transitions */
    --transition-duration:.1s;
    --transition-timing-function:ease;
    --transition-all:all;

    --01-transition:var(--transition-all) calc(var(--transition-duration)*1) var(--transition-timing-function);
    --02-transition:var(--transition-all) calc(var(--transition-duration)*2) var(--transition-timing-function);
    --03-transition:var(--transition-all) calc(var(--transition-duration)*3) var(--transition-timing-function);
    --04-transition:var(--transition-all) calc(var(--transition-duration)*4) var(--transition-timing-function);
    --05-transition:var(--transition-all) calc(var(--transition-duration)*5) var(--transition-timing-function);

    /* Space */
    --10px: 10px;

    /* Fonts */
    --ffamily: 'Manrope', sans-serif;
    --hfamily: 'Ubuntu', sans-serif;
    --fsize: 1rem;
    --fsize--4: clamp(0.5625rem, 0.5327rem + 0.1488vw, 0.625rem);
    --fsize--3: clamp(0.625rem, 0.5655rem + 0.2976vw, 0.75rem);
    --fsize--2: clamp(0.8125rem, 0.7827rem + 0.1488vw, 0.875rem);
    --fsize--1: clamp(0.875rem, 0.8155rem + 0.2976vw, 1rem);
    --fsize-0: clamp(1rem, 0.9405rem + 0.2976vw, 1.125rem);
    --fsize-1: clamp(1.1875rem, 1.0982rem + 0.4464vw, 1.375rem);
    --fsize-2: clamp(1.625rem, 1.506rem + 0.5952vw, 1.875rem);
    --fsize-3: clamp(2.1875rem, 2.0387rem + 0.744vw, 2.5rem);
    --fsize-4: clamp(2.5rem, 2.3512rem + 0.744vw, 2.8125rem);
}

/*--------------------------------------------------------------
# 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.
 */

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

    a:hover {
        color:var(--blackhover, rgb(0 0 0 / 60%));
    }

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

ul,
ol {
    margin: 0 0 1.5em 0;
    padding-left:1rem;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li {
   padding-block:.2rem;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 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%;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*******
## Reset
*******/

.post,
.page {
  margin: 0 !important;
}

.container-fluid {
  overflow-x:hidden;
}

/*******
## Selection
*******/

::-moz-selection {
  background: rgb(9 1 38 / 90%);
  color:#fff
}

::selection {
  background: rgb(9 1 38 / 90%);
  color:#fff
}

/*******
## BG Colors
*******/

/* 
  ### Main Colors 
*/

.len-bg--blanco {
    background-color: var(--blanco, #FFFFFF);
}
.len-bg--negro {
    background-color: var(--negro, #000000);
}
.len-bg--azul2 {
    background-color: var(--azul2, #27308B);
}
.len-bg--azul1 {
    background-color: var(--azul1, #6B74B6);
}
.len-bg--naranja2 {
    background-color: var(--naranja2, #A95844);
}
.len-bg--naranja1 {
    background-color: var(--naranja1, #F57876);
}
.len-bg--verde {
    background-color: var(--verde, #008077);
}
.len-bg--verde2 {
    background-color: var(--verde2, #174047);
}
.len-bg--verde3 {
    background-color: var(--verde3, #00AB92);
}
.len-bg--grisclaro {
    background-color: var(--grisclaro, #EEEFF1);
}
.len-bg--grisoscuro {
    background-color: var(--grisoscuro, #D9D9E3);
}

/*******
## Text Colors
*******/

.len--blanco {
    color: var(--blanco, #FFFFFF) !important;
}
.len--negro {
    color: var(--negro, #000000) !important;
}
.len--azul2 {
    color: var(--azul2, #27308B) !important;
}
.len--azul1 {
    color: var(--azul1, #6B74B6) !important;
}
.len--naranja2 {
    color: var(--naranja2, #A95844) !important;
}
.len--naranja1 {
    color: var(--naranja1, #F57876) !important;
}
.len--verde {
    color: var(--verde, #008077) !important;
}
.len--verde2 {
    color: var(--verde2, #174047) !important;
}
.len--verde3 {
    color: var(--verde3, #00AB92) !important;
}
.len--grisclaro {
    color: var(--grisclaro, #EEEFF1) !important;
}
.len--grisoscuro {
    color: var(--grisoscuro, #D9D9E3) !important;
}

/*******
## iFrame
*******/

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*******
## Buttons
*******/

.len-btn,
.blm-btn,
.gform_button {
    font-size: 18px !important;
    color: var(--blanco, #FFFFFF) !important;
    background-color: var(--verde, #008077) !important;
    min-height: 46px !important;
    font-weight: 700 !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    text-decoration: none !important;
    outline: none !important;
    border: 3px solid transparent !important;
    border-radius: 6px !important;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.04) !important;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.04) !important;
    cursor: pointer !important;
    display: inline-block !important;
    letter-spacing: .025em !important;
    margin-bottom: 0 !important;
    padding: 0 35px !important;
    text-align: center !important;
    align-content: center !important;
    -webkit-transition: var(--05-transition) !important;
    -moz-transition: var(--05-transition) !important;
    -ms-transition: var(--05-transition) !important;
    -o-transition: var(--05-transition) !important;
    transition: var(--05-transition) !important;
}

.len-btn:hover,
.blm-btn:hover,
.gform_button:hover {
    color: var(--blanco, #FFFFFF);
    background-color: var(--verde3, #00AB92) !important;
}

/*
  ## btn secondary
*/

.len-btn-secondary {
    font-size: 16px !important;
    color: var(--verde, #008077) !important;
    background-color: var(--blanco, #FFFFFF) !important;
    font-weight: 700 !important;
    height: auto !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    text-decoration: none !important;
    outline: none !important;
    border: 1px solid transparent !important;
    border-radius:calc(var(--10px) * 0.5) !important;
    cursor: pointer !important;
    display: inline-block !important;
    letter-spacing: .025em !important;
    margin-bottom: 0 !important;
    padding: 7px 25px !important;
    text-align: center !important;
    -webkit-transition: var(--05-transition) !important;
    -moz-transition: var(--05-transition) !important;
    -ms-transition: var(--05-transition) !important;
    -o-transition: var(--05-transition) !important;
    transition: var(--05-transition) !important;
}

.len-btn-secondary:hover {
  color: var(--blanco, #FFFFFF) !important;
  background-color: transparent !important;
  border: 1px solid var(--blanco, #FFFFFF) !important;
}

/*
  ## btn blog
*/

.len-btn-blog {
    font-size: 16px !important;
    color: var(--verde2, #174047) !important;
    background-color: var(--verde3, #00AB92) !important;
    font-weight: 700 !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    text-decoration: none !important;
    outline: none !important;
    border: transparent !important;
    border-radius:calc(var(--10px) * 1) !important;
    cursor: pointer !important;
    display: block !important;
    letter-spacing: .025em !important;
    margin-bottom: 0 !important;
    padding: 17px 0px;
    text-align: center !important;
    -webkit-transition: var(--05-transition) !important;
    -moz-transition: var(--05-transition) !important;
    -ms-transition: var(--05-transition) !important;
    -o-transition: var(--05-transition) !important;
    transition: var(--05-transition) !important;
}

.len-btn-blog:hover,
.len-btn-blog.selected {
  color: var(--azul2, #27308B) !important;
  background-color: var(--blanco, #FFFFFF) !important;
  border: transparent !important;
}

/*
  ## btn tag
*/

.len-btn-tag {
    font-size: 16px !important;
    color: var(--blanco, #FFFFFF) !important;
    background-color: var(--azul2, #27308B) !important;
    font-weight: 700 !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    text-decoration: none !important;
    outline: none !important;
    border: transparent !important;
    border-radius:calc(var(--10px) * 1) !important;
    cursor: pointer !important;
    display: block !important;
    letter-spacing: .025em !important;
    margin-bottom: 0 !important;
    padding: 12px 20px;
    text-align: center !important;
    -webkit-transition: var(--05-transition) !important;
    -moz-transition: var(--05-transition) !important;
    -ms-transition: var(--05-transition) !important;
    -o-transition: var(--05-transition) !important;
    transition: var(--05-transition) !important;
}

.len-btn-tag:hover,
.len-btn-tag.selected {
  color: var(--azul2, #27308B) !important;
  background-color: var(--blanco, #FFFFFF) !important;
  border: transparent !important;
}

.video-btn,
.blm-btn {
  -webkit-appearance: none !important; /*Safari/Chrome*/
  -moz-appearance: none !important; /*Firefox*/
  -ms-appearance: none !important; /*IE*/
  -o-appearance: none !important; /*Opera*/
  appearance: none !important;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:var(--ffamily);
  font-weight: 700;
  font-style: normal;
}

/*
## Estilos y pesos
*/

.italic {
    font-style: italic;
}

.normal {
    font-style: normal;
}

.regular {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 500;
}

.uppercase {
    text-transform:uppercase;
}

/*
## Font Size
*/

.fsize--4 {
  font-size: var(--fsize--4);
}

.fsize--3 {
  font-size: var(--fsize--3);
}

.fsize--2 {
  font-size: var(--fsize--2);
}

.fsize--1 {
    font-size:var(--fsize--1);
}

.fsize-0,
p {
    font-size:var(--fsize-0);
}

.fsize-1,
h4 {
    font-size:var(--fsize-1);
}

.fsize-2,
h3 {
    font-size:var(--fsize-2);
}

.fsize-3,
h2 {
    font-size:var(--fsize-3);
}

.fsize-4,
h1 {
    font-size:var(--fsize-4);
}

body,
button,
input,
select,
optgroup,
textarea {
    color:var(--negro, #000000);
    font-size: var(--fsize-0);
    line-height: 1.5;
    font-family:var(--ffamily);
}

p {
    margin-bottom: 0.8em;
}

.article-post p {
    margin-bottom: 1.2em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 .5em;
    padding: 25px;
    margin-bottom: 1.5em;
    font-style: italic;
    border-left: 4px solid #000000;
}

blockquote p {
    margin: 0;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}


/*
## h1 & btn colors
*/

:is(.len-bg--negro, .len-bg--azul1, .len-bg--azul2, .len-bg--verde, .len-bg--verde2, .len-bg--verde3) :is(.switch, a:is(:visited), a),
:is(.len-bg--negro, .len-bg--azul1, .len-bg--azul2, .len-bg--verde, .len-bg--verde2, .len-bg--verde3) .vw-hero-title p:not(.brand-hero),
:is(.len-bg--negro, .len-bg--azul1, .len-bg--azul2, .len-bg--verde, .len-bg--verde2, .len-bg--verde3) :where(h2, h3, h4, h5, p, li) {
    color: var(--blanco, #ffffff);
}

:not(.len-divisiones, .len-global, .len-soluciones):is(.len-bg--grisclaro, .len-bg--grisoscuro, .len-bg--blanco) :where(h2, h3, h4, h5, p, li) {
    color: var(--negro, #000000);
}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/

.admin-bar .ini-navbar.fixed-top {
    top:32px;
}

.primary-navbar .navbar {
    position: static;

    & .navbar-brand {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.secondary-navbar {
    ul li {
        & a {
            padding: 4px 5px;
            display: flex;

            &:hover {
                color: var(--verde, #008077) !important;
            }
        }
    }

    .navbar-nav {
        row-gap: 2px;
    }

    .collapse {
        ul ul {
            & .icono-menu {
                width: 10px;
            }

            & .title {
                font-size: var(--fsize-0) !important;
            }
        }
    }
}

#menu {
    ul li {
        & a {
            padding: 8px 5px;
            border-bottom:5px solid transparent;

            &:hover {
                border-bottom: 5px solid var(--verde, #008077);
            }

            @media only screen and (max-width: 1200px) {
                padding: 8px 0;
            }
        }
    }

    .collapse {
        ul ul {
            & .icono-menu {
                width: 12px;
            }
        }
    }
}

#menu ul li,
.secondary-navbar ul li {
    padding:0 10px;

    & a {
        color:var(--negro, #000000);
        font-size:var(--fsize--1);
        transition: all 0.1s ease;

        @media only screen and (max-width: 1200px) {
            font-size:var(--fsize--2);
        }
    }
}

/* merged into #menu block above */
#menu .collapse ul ul,
.secondary-navbar .collapse ul ul {
    background-color: var(--grisclaro, #EEEFF1);

    & .icono-menu {
        filter: brightness(0) saturate(100%) invert(38%) sepia(60%) saturate(434%) hue-rotate(143deg) brightness(95%) contrast(97%);
    }

    & a {
        color: var(--negro, #000000);
        border-bottom: 0;
        font-size:var(--fsize--2) !important;
        font-weight: 400;

        &:hover {
            color: var(--verde, #008077);
        }
    }

    & p {
        font-size:13px !important;
    }
}

@media only screen and (min-width: 768px) {
    .secondary-navbar .collapse ul ul {
        width: 250px !important;
        right: auto !important;
        left: auto !important;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    #menu .collapse ul .dropdown-menu,
    .secondary-navbar .collapse ul .dropdown-menu {
        overflow-x: clip;

        & .container {
            margin: 0;
            max-width: 100vw;
        }
    }
}

@media only screen and (min-width: 993px) {

    #menu .collapse ul {
        & .menu-item-object-custom.show,
        .menu-item-object-custom:hover {
            position:inherit;

            > .dropdown-menu.show,
            ul {
                transform:none;
                top:inherit;
                left: auto !important;
                right: auto !important;    
                width: 350px;
                
                .container-menu {
                    display: flex;
                    flex-direction: column !important;
                    flex-wrap: wrap;
                    flex-grow: initial;
                    align-content: space-between;
                    gap: .3rem;
          
                    > li {
                        position:initial !important;  
          
                        > ul {
                          left:10px !important;
                          grid-template-columns:repeat(1, 1fr);
                          width:min(200px, 100%);
                          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
                          grid-template-rows: auto;
                          grid-auto-flow: row;
                        }
                    }
                }
            }    
        }
    }

    #menu .collapse ul li:hover > ul,
    .secondary-navbar .collapse ul li:hover > ul {
        display: block;
        margin-top: 0;
    }

    /*******/
    #menu .collapse ul ul li,
    .secondary-navbar .collapse ul ul li {
        position: relative;
    }

    #menu .collapse ul ul li:hover > u,
    .secondary-navbar .collapse ul ul li:hover > u {
        display: block;

    }
}

@media only screen and (max-width: 992px) {

    #menu .collapse ul ul,
    .secondary-navbar .collapse ul ul {
        position: static;
        width: 100%;

        .texto-menu {
            display: none;
        }
    }

    .navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
        padding: 16px 15px 16px 35px;
    }
    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
        padding: 16px 15px 16px 45px;
    }
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-info .brand .logo {
    & img {
        filter: brightness(0) invert(1);
    }

    & p {
        font-size: var(--fsize--2);
        line-height: 1.7;
    }
}

.site-info .institucionales {
    & p {
        font-size: var(--fsize--2);
    }
}

.site-footer .rrss {
    height: fit-content;
    gap:10px;

    & img {
        filter: brightness(0) invert(1);
        width:30px;
    }
}

/*--------------------------------------------------------------
# Comp - Flybox
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Heros
--------------------------------------------------------------*/

.hero-inicio {
    position:relative;
    overflow-x:hidden;
    overflow-y:clip;

    & .container .carousel {
    margin-bottom: 0;

        .hero-img img {
            height: 100%;
            object-fit: cover;
            max-width: 100%;
            
        }
    }

    @media only screen and (min-width: 1308px) {
        min-height:50vh;

        & .container .carousel {
            width: 120%;

            .hero-img img {
                max-width: 120% !important;
            }
        }
    }
}

.len-hero {
    min-height:50vh;
    position:relative;
    overflow-x:hidden;

    .hero-img img {
        height: 100%;
        max-width: none;
        width: auto;

        @media only screen and (max-width: 992px) {
            max-width: 100%;
        }
    }
}

.len-hero.divisiones-hero {

    & .hero-img-div {
        position:absolute;
        top:0;
        width:100%;
        height: 100%;
        object-fit: cover;
        object-position:center;
        z-index: -3;
        overflow:hidden;
    }

    & .icono-div {
        position: absolute;
        bottom: 50px;
        right: 100px;
        width: 26px;
        filter: invert(180%) brightness(0) invert(1);
    }
}

.len-contacto {
    position: relative;

    & .bg-contacto {
        position: absolute;
        left: 0;
        top:0;
        height: 100%;

        @media (max-width: 767px) {
            display: none;
        }
    }

    & .blm-p-tape img {
        width:36px;
        height:36px;
    }
}

.hero-padres {
    min-height: 320px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.article-post a {
    color: var(--negro, #000000);

    &:hover {
        color:var(--azul2, #27308B);
    }
}

.blog-post .dummy-container {
    height: 100%;
}

.blog-post .dummy-container:hover {
    & h4, p {
        color: var(--azul2, #27308B);
    }
}
    
/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/

.len-cta  {
    position:relative;

    & .icono-cta {
        filter: brightness(0) invert(1);
        width: 40px;
    }

    & .bg-cta {
        position: absolute;
        right: 0;
        bottom:0;
    }

    & .bg-cta-empleo {
        position: absolute;
        left: 0;
        bottom:0;
    }
}

.len-landing  {
    position:relative;
    overflow-y:clip;
    min-height: 880px;

    & .bg-landing {
        position: absolute;
        right: 0;
        bottom:0;
        height: 100%;
    }
}


/*--------------------------------------------------------------
# GF
--------------------------------------------------------------*/

/* 
  ### Font
*/

.eide_wrapper .gfield_label, /*General*/
.eide_wrapper .select-selected, /*Select*/
.eide_wrapper .select-items,
.eide_wrapper input[type='text'],
.eide_wrapper input[type='email'],
.eide_wrapper textarea,
.eide_wrapper select {

}

/*
  ### General
*/

.eide_wrapper .gform_fields {
    row-gap: 10px !important;
}

.len-quejas_wrapper .gform_fields {
    row-gap: 25px !important;

    & select,
    textarea,
    input {
        border-radius: var(--10px) !important;
    }

    & .ginput_container_select select {
        height: 50px;
        padding-top: 7px;
        padding-left:20px;
        background-image: url(./img/flecha-cerrado.svg);
        background-repeat: no-repeat;
        background-size: 13px;
        background-position-x: 95%;
        color: #555;
    }

    & .ginput_container_text input,
    & .gfield--type-email input,
    & .gfield--type-phone input {
        height: 50px;
        padding-top: 7px !important;
        padding-left:20px !important;
    }

    & .gfield--type-text label,
    & .gfield--type-email label,
    & .gfield--type-phone label{
        position: absolute;
        top: 14px;
        left: 15px; 
        color: #555;
        transition: .1s all linear;
        cursor: text;
        font-weight:400 !important;
        padding:0 5px;
    }

    & .gform_drop_area {
        width: 210px;

        & .button {
            justify-content: start !important;
            width: 210px !important;
        }
    }
}

.len-empleo_wrapper .gform_fields {

    & .ginput_container_select select {
        background-image: url(./img/flecha-cerrado.svg);
        background-repeat: no-repeat;
        background-size: 13px;
        background-position-x: 95%;
        color: #555;
    }

    & .ginput_container_text input,
    & .gfield--type-email input,
    & .gfield--type-phone input,
    & .gfield--type-select select {
        height: 45px;
    }

    & .gfield--type-text label,
    & .gfield--type-textarea label,
    & .gfield--type-email label,
    & .gfield--type-phone label,
    & .gfield--type-select label {
        position: absolute;
        top: 12px;
        left: 13px; 
        color: #555;
        transition: .1s all linear;
        cursor: text;
        font-weight:400 !important;
        padding:0 5px;
    }

    & .gfield--type-select select {
        color: #555;
        transition: .1s all linear;
        cursor: text;
        font-weight:400 !important;
        padding: 4px 0 0 17px;
    }

    & .gform_drop_area {
        width: 160px;

        & .button {
            justify-content: center !important;
            width: 160px !important;
        }
    }

    & .ginput_container_fileupload .gfield_description {
            display: none !important;
        }
}

.len-quejas_wrapper .gform_fields,
.len-empleo_wrapper .gform_fields {
    & select,
    textarea,
    input {
        box-shadow: none !important;
        border: none !important;
    }

    & label {
        font-weight: 700;
    }  

    & .ginput_container_textarea textarea {
        color: #555;
        padding-top: 15px !important;
        padding-left:20px !important;
    }

    & .gform_drop_area {
        height:50px;
        padding:0;
        border:transparent;

        & .button {
            height: 50px !important;
            background-color: var(--grisoscuro, #D9D9E3) !important;
            color: var(--negro, #000000) !important;
        }

        &::before,
        span {
            display: none !important;
        }
    }
}

.eide_wrapper:not(.len-quejas_wrapper) .gfield input,
.eide_wrapper:not(.len-quejas_wrapper) .gfield textarea,
.eide_wrapper:not(.len-quejas_wrapper) .gfield select { 
    border: transparent !important;
    border-radius: 7px !important;
}

.eide_wrapper .gfield {
  position: relative;
}

.eide_wrapper ul li.gfield {
  margin-top:10px !important;
}


/* Input */
.eide_wrapper .gfield input:not(.gfield-choice-input):not([type="checkbox"]) {
  transition: .1s all linear;
  width:100% !important;
}

/* Border Color Not Active */
.eide_wrapper .gfield input,
.eide_wrapper .gfield textarea {
  border: 2px solid #ddd;
}

/* Border Color Active */
.eide_wrapper .gfield.active input,
.eide_wrapper .gfield.active textarea {
  border: 2px solid #00d07e;
}

/* Padding */
.eide_wrapper .gfield input ,
.eide_wrapper .gfield.active input,
.eide_wrapper .gfield textarea ,
.eide_wrapper .gfield.active textarea
.eide_wrapper .gfield select
.eide_wrapper .gfield.active select{
  padding:10px 0 0 10px!important;
}

/* Label */
.eide_wrapper:not(.len-quejas_wrapper, .len-empleo_wrapper) .gfield:not(.ev-select) label:not(.gfield_consent_label) {
  position: absolute;
  top: 9px;
  left: 10px;
  color: #8c8c8c;
  transition: .1s all linear;
  cursor: text;
  font-weight:400 !important;
  padding:0 5px;
}

/* Label font size active */
.eide_wrapper:not(.len-quejas_wrapper) .gfield.active label:not(.gfield_consent_label),
.eide_wrapper:not(.len-quejas_wrapper) .gfield_required,
.eide_wrapper:not(.len-quejas_wrapper) .gfield.active select {
  font-size:9px !important;
  top:4px;
}

/* Description */
.eide_wrapper .gform_body .gform_fields .gfield_description {
  font-size:12px;
  padding-top:5px;
}

/*
  ## Pagina de contacto
*/
.ev-select .gfield_label,
.eide_wrapper legend.gfield_label {
  color:#000 !important;
}

.eide_wrapper .gfield.active:not(.len-mensaje) label:not(label.gfield_consent_label) {
  top: 6px;
  left: 10px;
  z-index:99;
  color: #8c8c8c;
}

/*
  ### Tooltip
*/

.gf_tooltip {
  position:relative;
}

.gf_tooltip label {
  display:none !important;
}

.gf_tooltip .gravity-tooltip {
  position:absolute;
  z-index:99;
  right:0;
  top:10px;
}

/*
  ### Select
*/

.eide_wrapper .ev-select label {
  margin-bottom:0;
}

.eide_wrapper .ginput_container_select {
  margin-top:0 !important;
}

.eide_wrapper .gform_footer {
  margin-top:10px !important;
  padding:0 !important;
}

/*
  ## Select
*/

/* Oculta la flecha por defecto*/
.eide_wrapper select,
.eide_wrapper select {
  -webkit-appearance: none !important;
  appearance: none !important;
}

.eide_wrapper .ginput_container_select {
  position: relative;
}

.eide_wrapper:not(.len-quejas_wrapper, .len-empleo_wrapper) .ginput_container_select:after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: #555;
    top:10px;
    right:12px;
    height: 34px;
    position: absolute;
    pointer-events: none;
}

/* IE11 hide native button (thanks Matt!) */
.eide_wrapper .ginput_container_select  select::-ms-expand {
  display: none;
}

.eide_wrapper:not(.len-quejas_wrapper, .len-empleo_wrapper) .ginput_container_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #dfdfdf !important;
  background-color:#fff !important;
  color:#555 !important;
  width:100% !important;
}

.eide_wrapper .gfield_checkbox input[type=checkbox],
.eide_wrapper .gfield_radio input[type=radio] {
    opacity: 0;
    position: absolute;   
}

.eide_wrapper .gfield_checkbox input[type=checkbox] + label,
.eide_wrapper .gfield_radio input[type=radio] + label{
    position: relative;
    overflow: hidden;
    padding: 5px 0px 5px 30px;
    cursor: pointer;
    display: inline-block;
    font-weight:400;
    border-bottom:1px solid transparent;
    margin-bottom:0 !important;
    width:100%;
    color:#fff;
}

.eide_wrapper .gfield_checkbox input[type=checkbox] + label:before,
.eide_wrapper .gfield_checkbox input[type=checkbox] + label:after,
.eide_wrapper .gfield_radio input[type=radio] + label:before,
.eide_wrapper .gfield_radio input[type=radio] + label:after {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
    top:80px !important;
}

/* ### After */

.eide_wrapper .gfield_checkbox input[type=checkbox]:not(:checked) + label:after,
.eide_wrapper .gfield_radio input[type=radio]:not(:checked) + label:after  {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    top: 7px;
}

.eide_wrapper .gfield_checkbox input[type=checkbox]:checked + label:after,
.eide_wrapper .gfield_radio input[type=radio]:checked + label:after {
    top: 7px;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #fff;
    background-color: #fff;
}

/* Checkboxs */
.eide_wrapper .gfield_checkbox input[type=checkbox]:not(:checked) + label:after {
    border-radius:3px;
}

.eide_wrapper .gfield_checkbox input[type=checkbox]:checked + label:after {
    border-radius: 3px
}

/* Radio */
.eide_wrapper .gfield_radio input[type=radio]:not(:checked) + label:after {
    border-radius:50%;
}

.eide_wrapper .gfield_radio input[type=radio]:checked + label:after {
    border-radius: 50%;
    background-color:#fff;
    border:2px solid #26a69a
}

/* ### Before */

/* Checkboxs */
.eide_wrapper .gfield_checkbox input[type=checkbox]:not(:checked) + label:before{
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.eide_wrapper .gfield_checkbox input[type=checkbox]:checked + label:before{
    top: 10px;
    left: 2px;
    width: 6px;
    height: 10px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

/* Radio */
.eide_wrapper .gfield_radio input[type=radio]:not(:checked) + label:before{
    top: 7px;
    left: 2px;
    width: 6px;
    height: 10px;
    background-color:#fff;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.eide_wrapper .gfield_radio input[type=radio]:checked + label:before{
    top: 8px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius:50%;
    background-color:#26a69a;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield select:not(#input_1_31) {
  border: 1px solid #dfdfdf;
  background-color: transparent;
  color: #ff00f;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
}

/* Consent */
.eide_wrapper .ginput_container_consent {
  height:18px;
  margin-top:0 !important;
  position:relative;
  top:-10px;
}

.eide_wrapper .ginput_container.ginput_container_consent .gfield_consent_label {
  font-size:12px;
  position:relative;
  top:-3px;
}

.eide_wrapper .ginput_container.ginput_container_consent input {
  margin-top:0;
  position:top;
}

.eide_wrapper .ginput_container.ginput_container_consent a {
  font-weight:bold;
}

/*
  ## Search nav
*/

.search-form-nav label {
    position: relative;
    width:258px;
    margin: 0;
}

.search-form-nav button {
    filter: invert(90%) sepia(5%) saturate(150%) hue-rotate(180deg) brightness(95%);
}

.search-form-nav input[type="search"] {
    display: block;
    padding-left: 30px;
    outline: none;
    box-shadow: none;
    width: 100%;
    position: relative;
    z-index: 2;
    border: 1px solid var(--blanco, #FFFFFF);
    border-radius: 10rem;
    max-width: 300px;
    height: 30px;

    &::placeholder {
        color:var(--grisoscuro, #D9D9E3);
    }
}

.search-form-nav input[type="search"]:hover {
    border: 2px solid var(--grisoscuro, #D9D9E3);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.search-form-nav .search-submit  {
    position: absolute;
    right: 20px;
    top: 25%;
    z-index: 9;
    cursor: pointer;
    background: transparent;
    border:none;
    color: var(--grisoscuro, #D9D9E3);
    display: block;
    background-image: url(./img/fa-search.svg);
    height: 15px;
    width: 15px;
}

/*
  ## Search
*/

.search-form label {
    width:100%;
}

.search-form input[type="search"] {
    display: block;
    padding-left: 30px;
    outline: none;
    box-shadow: none;
    width: 100%;
    position: relative;
    z-index: 2;
    border: transparent;
    border-radius:var(--10px);
    max-width: 550px;
    height: 60px;

    &::placeholder {
        color:var(--grisoscuro, #D9D9E3);
    }
}

.search-form input[type="search"]:hover {
    border: transparent;
    opacity: .9;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.search-form .search-submit  {
    position: absolute;
    right: 40px;
    top: 18px;
    z-index: 9;
    cursor: pointer;
    background: transparent;
    border:none;
    display: block;
    background-image: url(./img/fa-lupa.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position:center center;
    height: 28px;
    width: 28px;

    &:focus {
        outline:none;
    }
}

.search-form button {
    filter: brightness(40%);
}

/*--------------------------------------------------------------
# Especial CSS
--------------------------------------------------------------*/

#industrias-home .blm-btn,
#busqueda.len-busquedas .blm-btn {
    padding: 0 !important;
    box-shadow: none !important;
    text-decoration: underline !important;
    height:30px !important;
}

#industrias-home .blm-btn {
    font-weight: 400 !important;
    font-size: var(--fsize--1) !important;

    &:hover {
        background-color: var(--verde, #008077) !important;
        text-decoration: underline !important;
    }
}

#busqueda.len-busquedas .blm-btn {
    color: var(--verde3, #00AB92) !important;
    background-color:transparent !important;
    font-weight: 700 !important;

    &:hover {
        color: var(--verde, #008077) !important;
        text-decoration: underline !important;
    }
}

.vidContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 5%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.len-divisiones .toc-divisiones {
    height: fit-content;

    & a {
        color: var(--negro, #000000);
        font-weight:700;

        & i.fas.fa-chevron-down {
            background-image: url(./img/flecha-abierto.svg);
            background-repeat: no-repeat;
            background-position: center right;
            height: 5px;
            width: 9px;
        }
    }

    & a.collapsed {
        font-weight:400;

        & i.fas.fa-chevron-down {
            background-image: url(./img/flecha-cerrado.svg);
        }
    }
}

.len-divisiones .toc-divisiones {
    & .titulo-contenido{
        font-weight: 400;
        color: var(--verde3, #00AB92);
    }

    & .titulo-contenido.collapsed {
        color: var(--negro, #000000);
    }
}

.len-divisiones .len-accordion,
.len-divisiones .blm-accordion.len-accordion,
.len-global .len-accordion {
    &  {
        background-color: var(--azul1, #6B74B6);
    }

    & a {
        color: var(--blanco, #FFFFFF);
        width: 100%;

        & svg,
        & i.fas.fa-accordion {
            background-image: url(./img/accordion-menos.svg);
            background-repeat: no-repeat;
            background-position: center right;
            height: 36px !important;
            width: 65px !important;
        }
    }

    & a.collapsed {
        color: var(--negro, #000000);

        & svg,
        & i.fas.fa-accordion {
            background-image: url(./img/accordion-mas.svg);
            background-repeat: no-repeat;
            background-position: center right;
            height: 36px;
            width: 65px;
        }
    }

    & .collapse,
    .collapsing {
        color: var(--blanco, #FFFFFF);
        border-bottom-left-radius:calc(var(--10px) * 2);
        border-bottom-right-radius:calc(var(--10px) * 2);
    }
}

.len-divisiones .len-accordion {
    & a {
        height: 85px;
    }

    & a.collapsed {
        background-color: var(--blanco, #FFFFFF);
    }  
}

.len-global .len-accordion {
    & a.collapsed {
        background-color: var(--grisoscuro, #D9D9E3);
    }

    & .card-body {
        & p {
            margin-bottom: 6px;
            font-size: var(--fsize--1);
        }

        & a {
            color: var(--negro, #A95844);
            text-decoration:underline;

            &:hover {
                opacity: .6;
            }
        }
    }  
}

.len-divisiones .blm-accordion.len-accordion {
    border: transparent;

    & .heading {
        padding: 0 !important;
    }

    & a.collapsed {
        background-color: var(--grisoscuro, #D9D9E3);
        padding: 0px 50px !important;
        font-size: var(--fsize-1);
        border-radius:calc(var(--10px) * 2);
        height: 70px;
    }

    & a {
        padding: 0px 50px !important;
        font-size: var(--fsize-1);
        height: 70px;
    }

    & .card-body.bg-white {
        background-color: var(--azul1, #6B74B6) !important;
        border-bottom-left-radius:calc(var(--10px) * 2);
        border-bottom-right-radius:calc(var(--10px) * 2);
        padding: 10px 50px !important;

        & a {
            font-size: var(--fsize-0);
            padding: 0 !important;
            text-decoration: underline;
            font-weight: 700;
        }
    }
}

.len-descargas a {
    color: var(--negro, #000000);
    -webkit-transition: var(--03-transition);
    -moz-transition: var(--03-transition);
    -ms-transition: var(--03-transition);
    -o-transition: var(--03-transition);
    transition: var(--03-transition);

    &:hover {
        color:var(--verde3, #00AB92);
    }

    & img {
        width: 18px;
        height: 18px;
    }
}

.rank-math-breadcrumb a {
    color: var(--negro, #000000);
    text-decoration: none;
}

.len-sec-divisiones .tape-div,
.len-sec-divisiones .tape-div-1 {
    position: relative;
    height:100%;

    & img {
        position:absolute;
        width: -webkit-fill-available;
        height: 100%;
    }

    & .dummy-container {
        position: absolute;
        height: 100%;
        width: 100%;

        & p {
            color: var(--verde3, #00AB92);
            text-decoration: underline;
            font-weight: 700;

            &:hover {
                color: var(--naranja2, #A95844);
            }
        }
    }
}

.len-sec-divisiones .tape-div {
    height: 173px;
}

.len-archive-padres {

    & .padres-thumbnail img {
        width: 100%;
    }

    & .page-container {
        min-height: 410px;
        flex:1;
    }

    & .dummy-container {
        flex-grow: 1;
        position: relative;

        & p {
            line-height: 1.4;
        }

        & a.len-link {
            position: absolute;
            bottom:0;
            left:0;
            color: var(--verde3, #00AB92);
            text-decoration: underline;
            font-weight: 700;

            &:hover {
                color: var(--naranja2, #A95844);
                text-decoration: underline !important;
            }
        }
    }
}

.len-soluciones {
    & .dummy-container {
        flex: 1;
        position: relative;
        min-height: 215px;
        line-height: 1.3;
    }

    & a {
        font-size: var(--fsize--1);
        font-weight: 700;

        &:hover:is(.len-bg--grisclaro) {
            background-color: var(--grisoscuro, #D9D9E3);
        }

        &:hover:not(.len-bg--grisclaro) {
            opacity: .6;
        }

        & span {
            position: absolute;
            bottom:0;
            left: 0;
            right: 0;
            margin: auto;
        }
    }
}

.len-soluciones,
.len-card-alternative {
    & img {
        max-height: 57px;
        width: 57px;
    }
}

.len-nosotros {
    & img {
        max-width: 110px;
    }

    & .blm-card .dummy-container h2 {
        font-size:var(--fsize-4);
    }
}

.len-clientes img {
    width: auto;
    max-height: 300px;
}

.clientes-slider .cliente-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

.row.clientes {
    min-height: 120px;
}

a.blm-ancla  {
    color:var(--blanco, #FFFFFF) !important;

    & .blm-card:hover:not(.tape-alternative) {
        background-color: var(--azul2, #27308B) !important;
    }
    & .blm-card.tape-alternative:hover {
        background-color: var(--azul1, #6B74B6) !important;
    }

    &:hover {
        text-decoration: none !important;
    }
}

.blm-tape.acreditaciones img {
    height: auto;
    max-width: 100%;
}

.img-iconos {
    height: 70px;
    width: 100px;
}

/*
## Polylang
*/

/* Ocultar idiomas específicos SOLO cuando NO estén dentro de .pll-parent-menu-item */
:not(.pll-parent-menu-item)  {
    > :is(.lang-item-cl, .lang-item-co, .lang-item-ca, .lang-item-ec, .lang-item-mx, .lang-item-pe, .lang-item-bo, .lang-item-py, .lang-item-eu, .lang-item-uy) {
        display: none !important;
    }
}

.pll-parent-menu-item .lang-item {
    display: list-item !important;
}

.pll-parent-menu-item .lang-item-ca {
        display: none !important;
}

/*
## Slick
*/

.carousel-home {
    & .slick-dots {
        bottom: 20px;

        & li {
            margin: 0 4px;
        }

        & li button:before, 
        & li.slick-active button:before {
            font-size: 70px;
        }

        & li button:before {
            color:var(--grisclaro, #EEEFF1);
            opacity: 0.7;
        }

        & li.slick-active button:before {
            color:var(--verde2, #174047);
            opacity: 1;
        }
    }
}

.clientes-slider {
    position: relative;
}

.clientes-slider .slick-prev,
.clientes-slider .slick-next {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .2s ease, background .25s ease;
}

.clientes-slider .slick-prev.slick-disabled,
.clientes-slider .slick-next.slick-disabled {
    opacity: .35;
    cursor: default;
}

.clientes-slider .slick-prev:before,
.clientes-slider .slick-next:before {
    font-size: 30px;
    color: var(--verde, #008077);
    line-height: 1;
    opacity: 1;
}

.clientes-slider .slick-prev:before {
    content: '‹';
}

.clientes-slider .slick-next:before {
    content: '›';
}

.clientes-slider .slick-prev {
    left: -30px;
}

.clientes-slider .slick-next {
    right: -30px;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

.p-block-345 {
    padding-block:clamp(3rem, 4rem, 5rem);
}

.p-block-start-345 {
    padding-block-start:clamp(3rem, 4rem, 5rem);
}

.p-block-end-345 {
    padding-block-end:clamp(3rem, 4rem, 5rem);
}

.len-shadow {
    -webkit-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.25);
}

.len-shadow-nav {
    box-shadow: 0 .1rem 1rem rgba(0,0,0,.2)!important;
    z-index: 10;
    position: relative;
}

.len-rounded {
    border-radius:var(--10px);
}

.len-rounded-20 {
    border-radius:calc(var(--10px) * 2);
}

.len-border {
    border: 1px solid var(--azul1, #6B74B6);
}

.len-border-top {
    border-top: 1px solid var(--azul1, #6B74B6);
}

.len-p {
    padding: 2.2rem !important
}

.len-m0 p {
    margin-bottom: 0px
}

.object-fit-contain {
    object-fit: contain;
}