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


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

# General
    ## Reset
    ## Selection
    ## BG Colors
    ## Text Colors
    ## Gradients
    ## iFrame
    ## Buttons
    ## Typography
    ## Right Image
    ## Elements
# Nav
# Modal
    ## Boton
# Heros
# Blog
# GF
# Desplegable

# Especial CSS
  ## Cards
  ## TOC
  ## Modulos
  ## Nav
  ## Tab Content
  ## Casos
  ## Tapes
  ## Precios
# Form
  ## Landing
  ## Forms
  ## Search
# Promociones
# CTA
# Footer

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

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

:root {
    --main-gradient: linear-gradient(180deg, rgba(65,107,169,1) 0%, rgba(0,155,174,1) 100%);
    --main-gradient90: linear-gradient(90deg, rgba(65,107,169,1) 0%, rgba(0,155,174,1) 100%);
    --main-dark-blue: #132D53;
    --main-blue: #416BA9;
    --main-green: #009BAE;
    --main-orange: #EF877D;
    --main-grey: #F3F3F3;
    --main-black: #191919;
    --carolina-blue:#009BAE;


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

    /* Fonts */
    --ffamily:'Open Sans', sans-serif;;
    --hfamily: 'Montserrat', sans-serif;
    --fsize: 1rem;
    --fsize--6: clamp(0.6rem, 0.56rem + 0.1vw, 0.68rem);
    --fsize--5: clamp(0.64rem, 0.6rem + 0.125vw, 0.72rem);
    --fsize--4: clamp(0.68rem, 0.64rem + 0.15vw, 0.76rem);
    --fsize--3: clamp(0.72rem, 0.68rem + 0.175vw, 0.8rem);
    --fsize--2: clamp(0.76rem, 0.72rem + 0.2vw, 0.84rem);
    --fsize--1: clamp(0.72rem, 0.68rem + 0.2vw, 0.8rem);
    --fsize-0: clamp(0.8rem, 0.75792rem + 0.2632vw, 0.9rem);
    --fsize-1: clamp(0.85352rem, 0.75816rem + 0.5961vw, 1.08rem);
    --fsize-2: clamp(0.91104rem, 0.74888rem + 1.0132vw, 1.296rem);
    --fsize-3: clamp(0.972rem, 0.72656rem + 1.5342vw, 1.55504rem);
    --fsize-4: clamp(1.03704rem, 0.96rem + 2.1816vw, 1.866rem);
    --fsize-5: clamp(1.10648rem, 1.04rem + 2.9816vw, 2.23952rem);
    
    --joinchat-ico: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12.002 12.002 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.846 9.846 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22l3.961-.501zm6.534-7.003-.933 1.164a9.843 9.843 0 0 1-3.497-3.495l1.166-.933a.792.792 0 0 0 .23-.94L9.561 6.96a.793.793 0 0 0-.924-.445 1291.6 1291.6 0 0 0-2.023.524.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.793.793 0 0 0-.445-.923L14.6 13.327a.792.792 0 0 0-.94.23z'/%3E%3C/svg%3E");
    --joinchat-font: -apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif
}

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

/* 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,
a:is(:visited) {
    background-color: transparent;
    color:inherit;
}

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

.page-numbers:not(.dots, .next, .prev) {
    border-radius:3px;
    margin:0 .3rem;
    padding:.3rem .8rem;
    border: 1px solid var(--soft-black, #333333);
    color:var(--soft-black, #333333);
}

.page-numbers.current {
    background-color: var(--main-dark-blue, #132D53);
    color:#fff;
    border: 1px solid var(--main-dark-blue, #132D53);
}

.site-content {
    position:relative;
}


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

.lau--bg-main-dark-blue {
    background-color: var(--main-dark-blue, #132D53);
}
.lau--bg-main-blue {
    background-color: var(--main-blue, #416BA9);
}
.lau--bg-main-green {
    background-color: var(--main-green, #009BAE);
}
.lau--bg-main-orange {
    background-color: var(--main-orange, #EF877D);
}
.lau--bg-main-grey {
    background-color: var(--main-grey, #F3F3F3);
}
.lau--bg-main-black {
    background-color: var(--main-black, #191919);
}
.lau--bg-carolina-blue {
    background-color: var(--carolina-blue, #009BAE);
}
.lau--bg-secondary-orange {
    background-color: var(--secondary-orange, #FC8650);
}
.lau--bg-main-pink {
    background-color: var(--main-pink, #DA8A81);
}

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

:is(.lau-bg-main-gradient90, .lau-bg-main-gradient, .lau--bg-main-dark-blue, .lau--bg-carolina-blue, .lau--bg-main-blue, .lau--bg-main-green) {
    
    & :where(h1, h2, h3, p, span) {
        color: var(--white, #ffffff);
    }
    
    & :is(.servicios-home) :where(h1, h2, h3, p, span) {
        color: inherit;
    }
    
}

:is(.industria) {
    & :where(h1) {
      color: #000 !important;
    }
}

.bg-white :where(h2, h3, p) {
    color: initial; /* O el color que tengan normalmente */
}

.lau--main-dark-blue {
    color: var(--main-dark-blue, #132D53);
}
.lau--main-blue {
    color: var(--main-blue, #416BA9);
}
.lau--main-green {
    color: var(--main-green, #009BAE);
}
.lau--main-orange {
    color: var(--main-orange, #EF877D);
}
.lau--main-grey {
    color: var(--main-grey, #F3F3F3);
}
.lau--main-black {
    color: var(--main-black, #191919);
}
.lau--carolina-blue {
    color: var(--carolina-blue, #009BAE);
}
.lau--main-pink {
    color: var(--main-pink, #DA8A81);
}

/*******
## Gradients
*******/

.lau-bg-main-gradient {
  background: var(--main-gradient, linear-gradient(180deg, rgba(65,107,169,1) 0%, rgba(0,155,174,1) 100%));
}

.lau-bg-main-gradient90 {
  background: var(--main-gradient90, linear-gradient(90deg, rgba(65,107,169,1) 0%, rgba(0,155,174,1) 100%));
}

.lau-bg-secondary-gradient {
  background: var(--secondary-gradient, linear-gradient(180deg, #009BAE 0%, #DA8A81 65%, #F3F3F3 0%))
}

.lau-bg-recursos-gradient {
  background: var(--recursos-gradient, linear-gradient(180deg, #009BAE 0%, #DA8A81 100%))
}

.lau-grey-white-gradient {
  background-image: linear-gradient(to bottom, var(--main-grey) 50%, #ffffff 50%); 
}

/*******
## 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
*******/
.lau-btn,
.blm-btn,
.gform_button,
.primary-navbar ul.navbar-nav > li:last-child a,
.bl-blog .lau-btn {
  font-size: 17px;
  color: #fff !important;
  background-color: var(--main-dark-blue, #132D53);
  font-weight: 700;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-decoration: none;
  outline: none;
  border: 3px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.04);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.04);
  cursor: pointer;
  display: inline-block;
  letter-spacing: .025em;
  margin-bottom: 0;
  padding: 5px 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lau-btn:hover,
.blm-btn:hover,
.gform_button:hover,
.primary-navbar ul.navbar-nav > li:last-child a:hover {
  color: var(--main-dark-blue, #132D53) !important;
  background-color:#fff;
  border: 3px solid var(--main-dark-blue, #132D53) !important;
}

.lau-btn:after,
.blm-btn:after  {
    content: '';
    background-image: url(./img/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: flex;
    float: right;
    margin-left: 10px;
    height: 26px;
    width: 26px;
    transform: translateY(-1px);
    transition: filter 0.3s ease; /* Animacion suave del filtro */
}

.lau-btn:hover:after,
.blm-btn:hover:after {
    filter: brightness(0) saturate(100%) invert(20%) sepia(90%) saturate(750%) hue-rotate(190deg) brightness(90%) contrast(90%);
}

.lau-btn-archive { 
  color:#fff !important;
  font-size: 17px;
  padding:.3rem 1rem;
  border-radius:calc(var(--10px) * 0.7);
  background-color: var(--secondary-orange, #FC8650);
  border:inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  letter-spacing: .025em;
  margin-bottom: 0;
  position:relative;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-appearance: none !important; /*Safari/Chrome*/
  -moz-appearance: none !important; /*Firefox*/
  -ms-appearance: none !important; /*IE*/
  -o-appearance: none !important; /*Opera*/
  appearance: none !important;
}

.lau-btn-recursos { 
  color:var(--carolina-blue, #009BAE) !important;
  font-size: 17px;
  padding:.7rem 1rem;
  border-radius:calc(var(--10px) * 0.7);
  background-color: #fff;
  border:inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  letter-spacing: .025em;
  margin-bottom: 0;
  position:relative;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.25);
  -webkit-appearance: none !important; /*Safari/Chrome*/
  -moz-appearance: none !important; /*Firefox*/
  -ms-appearance: none !important; /*IE*/
  -o-appearance: none !important; /*Opera*/
  appearance: none !important;

  &:hover {
    color: #fff !important;
    background-color: var(--carolina-blue, #009BAE);
    transition: filter 0.3s ease;
  }
}

.lau-btn-descarga { 
  color:#fff !important;
  font-size: 17px;
  padding: .5rem .8rem .5rem .5rem;
  border-radius:calc(var(--10px) * 0.7);
  background-color: var(--main-pink, #DA8A81);
  border:inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  letter-spacing: .025em;
  margin-bottom: 0;
  position:relative;
  text-align: left;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-appearance: none !important; /*Safari/Chrome*/
  -moz-appearance: none !important; /*Firefox*/
  -ms-appearance: none !important; /*IE*/
  -o-appearance: none !important; /*Opera*/
  appearance: none !important;
}

.lau-btn-descarga:before {
  content: '';
  background-image: url(./img/flecha-descarga.svg);
  filter: grayscale(100%) brightness(200%);
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  float: center;
  margin-right: 10px;
  height: 26px;
  width: 26px;
  transform: translateY(-1px);
  transition: filter 0.3s ease; /* Animacion suave del filtro */
}

:is(.lau-btn-archive,.lau-btn-tendencia, .lau-btn-descarga):is(:hover, :focus) {
  opacity:.6;
}

.industria-card .btn-big .blm-btn {
  color: var(--main-dark-blue, #132D53) !important;
  font-size: 18px;
  font-weight: 700;
  padding: 1.3rem 1rem;
  border-radius:calc(var(--10px) * 0.7);
  background-color: #fff;
  border:inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  letter-spacing: .025em;
  margin-bottom: 0;
  position:relative;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-appearance: none !important; /*Safari/Chrome*/
  -moz-appearance: none !important; /*Firefox*/
  -ms-appearance: none !important; /*IE*/
  -o-appearance: none !important; /*Opera*/
  appearance: none !important;

  &:hover {
    color: #fff !important;
    background-color: var(--main-dark-blue, #132D53);
    transition: filter 0.3s ease;
    border:none !important;
  }
}

/*
  ## btn secondary
*/

.lau-btn-secondary {
  background-color: var(--main-orange, #EF877D);
  padding:10px;
  color:#fff !important;
  font-weight: 700;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-decoration: none;
  outline: none;
  opacity: 1;
  cursor: pointer;
  display: inline-block;
  letter-spacing: .025em;
  margin-bottom: 0;
  text-align: center;
  border-radius:50px;
  width:100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.lau-btn-secondary:hover {
  color:#000 !important;
}

.wpcf7-submit {
  color:#fff !important;
  border:3px solid #000;
}

.wpcf7-submit:hover {
  color:#000 !important;
  border:3px solid #000 !important;
  background-color:#fff;
}

.video-btn,
.lau-btn,
.blm-btn,
.wpcf7-submit {
  -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(--hfamily);
    font-weight: 700;
    font-style: normal;
    color:var(--black, #000000);
}

/*
## Font Size
*/

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

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

.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,
h6 {
    font-size:var(--fsize-0)
}

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

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

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

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

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

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-size:var(--fsize-1);
    line-height: 1.5;
    font-family:var(--ffamily);
    text-wrap:balance;
}

p:not(:last-of-type) {
    margin-bottom: 1.5em;
}

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










/*******
## Right Image
*******/
.alignright {
  max-width: 260px;
  height: auto;
  display: inline;
  float: right;
}

/*******
## Elements
*******/
#removeSticky {
  position:relative;
  top:-400px;
}

.img-h100 {
  max-height:inherit !important;
}

.img-img {
  border-radius:20px;
  -webkit-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.2); 
  box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.2);
}

/*--------------------------------------------------------------
# Utilidades
--------------------------------------------------------------*/

.lau-border-top {
    border-top:1px solid #000;
}

.lau-border-bottom {
    border-bottom:1px solid #000;
}

.lau-border-left {
    border-left:1px solid #000;
}

.lau-border-right {
    border-right:1px solid #000;
}

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

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

.radius-30 {
  border-radius:calc(var(--10px)*3);
}

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

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

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

.bold {
  font-weight: bold;
}

.lau-sticky {
    position:fixed;
    width:100%;
    z-index:999;
}

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

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

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

.lau-font-13 {
    font-size: 13px;
    color: #000;
}

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

.lau-navbar {
  
  padding:10px 0;
  z-index:999;
  position: sticky;
  position: -webkit-sticky;
  top: 0; /* required */
  width:100%;

  & .navbar-brand { padding:0; margin-right:0; }
  & a { color:#000; }

  /* ## Primary */
  
  & .primary-navbar {
    
    & ul li {padding:0px 10px;}
    & ul li:last-child { padding-right:0px; }
    & ul li .dropdown-menu { padding:0px; }
    & ul li a {
      border-top: 3px solid transparent;
      border-bottom: 3px solid transparent;
      margin:0 !important;
    }

    & ul li:not(:last-child) a:hover {
      color: var(--main-dark-blue, #132D53);
      border-bottom: 3px solid var(--main-dark-blue, #132D53);
    }
    
    & ul li.menu-label > a:hover,
    & ul li.menu-label > a {
      color:#000;
      font-weight:bold;
      border-bottom: 3px solid transparent !important;
    }

    & .container nav.navbar .collapse ul ul ul {
        position: absolute;
        top: 0;
        right:100%;
        left: 99.6% !important;
        min-width: 250px;
        display: none;
    }
  }

  /* ## Secondary */
  .secondary-navbar {
    & li.menu-item { font-size:12px; }
    & li.menu-item { padding:0 10px; }
  }

} /*.lau-navbar*/

.ml-auto li .dropdown-menu {
    left: 0 !important;
    right: 0px;
}
.admin-bar .ini-navbar.fixed-top {
  top:32px;
}

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

#cf-basic br {
  display:none;
}

.modal-dialog {
  max-width: 500px;
}

.modal-header h3 {
  margin-bottom:0 !important;
}

.modal-header button {
  line-height:1em !important;
}

.modal-body h3,
.modal-body p {
  font-size:20px !important;
}

.modal-body img {
  max-width:300px;
  margin-top:25px;
}

/* Aparicion */
.slide-left {
  -webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/**
 * ----------------------------------------
 * animation slide-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translafteX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }}


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

.site-info a {
  color: var(--soft-black, #333333);
}

.site-info :is(.institucionales) {
 border-top:1px solid var(--main-grey, #F3F3F3);
}

.site-info .logo img {
 max-height:30px;
}

.site-info .rrss img {
 filter: grayscale(100%);
 width:25px;
 
}

.site-footer,
.site-info p,
.site-footer a,
.site-footer a:visited {
    color: #000 !important;
}


/*--------------------------------------------------------------
# Comp - Flybox
--------------------------------------------------------------*/
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  padding: 16px 20px !important;
  border: none;
  border-radius:10px 0 0 10px;
  cursor: pointer;
  position: fixed;
  bottom: 50%;
  right: -100px;
  width: 120px;
  color:#000;
  z-index:999;
  outline:none;
  font-size:16px;
}

.open-button:focus  {
  outline:none;
}

/* The popup form - hidden by default */
.form-popup {
  padding: 16px 20px;
  border: none;
  border-radius:10px 0 0 10px;
  position: fixed;
  bottom: 50%;
  transform:translateY(50%);
  color:#fff;
  z-index: 99999999;
  width:100%;
  max-width:600px;
}

.form-popup > div:last-child {
  border-left:1px solid #fff;
}

.modal.show .dialog-flybox {
  -webkit-transform: inherit;
  transform: inherit;
}

.modal.fade .dialog-flybox {
  transition: inherit;
  transition: inherit;
  transition: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}

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

#popup .modal-dialog {
    max-width: 550px;

    & img {
        max-width: 46px;
    }

    & a {
        display: inline;
        padding: .5rem 1.5rem !important;
    }
}

#popup .modal-header {
    display: block;
    border-bottom: none;
    padding: .5rem 0 0 .5rem;

    & .close {
        float:left;
        font-size: 3rem;
    }
}

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

.page-template-oferta-2 .lau-hero {
  min-height:calc(100vh - 75px);
  height:100%;
}

.page-template-oferta-2 .lau-form {
  max-width:520px;
  border-radius:calc(var(--10px)*2);
}

.lp-template-ads .lau-form {
    width:100%;
}

:is(.lau--bg-carolina-blue, .lau--bg-main-black, .lau--bg-main-green, .lau--bg-main-blue, .lau--bg-main-dark-blue, .lau-bg-secondary-gradient, .lau-bg-recursos-gradient) :is(.switch, a:is(:visited), a) {
    color: var(--white, #ffffff);
}

.industria  span {
  color: var(--main-blue, #416BA9);
  font-weight: 700;
}

.industria .hero-img {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

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

.bl-blog {

    & p {
        text-wrap: wrap;
        font-size: 20px;
        font-family: var(--ffamily);
    }

    & .rank-math-breadcrumb p  {
        font-size:var(--fsize-0);
    }

    & .categorias {
        margin-bottom: 1rem;

        & a {
            color: var(--main-blue, #416BA9);
            text-decoration: underline;
        }
    }
}

.article-post {
  text-wrap: wrap;

  a {
    color: var(--main-blue, #416BA9);
    font-weight:bold;
  }

  & ul a {
    text-decoration: underline;
  }
}

/*
  ## Archive
*/

.blog-hero .title {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.categorias {

  & .lau-btn-archive {
    margin-bottom: 8px;
  }

  & .selected {
    font-weight: bold;
    color: #fff;
    background-color: var(--main-black, #191919);
  }
}

.blog-post .post {
  margin-bottom: 3rem !important;

  p {
    margin-bottom:.4rem;
  }
  
  a {
    color: var(--main-black, #191919);
  }
  
  .dummy-container {
    min-height:200px;
  }

  & .data a {
    color: var(--main-blue, #416BA9);
    font-weight:bold;
  }
}

/* 
  ## Tendencia 
*/

.tendencia .tendencia-container {
    
    height: 100%;

    & h2 {
        color:var(--white, #ffffff);
    }

    & .lau-btn-tendencia {
        font-size:var(--fsize-1);
        border-radius:calc(var(--10px) * 0.7);
        padding: .3rem 1rem;
        color: #000;
        background-color: #ffffff;
        border: inherit;
        text-decoration: none;
        outline: none;
        cursor: pointer;
        letter-spacing: .025em;
        margin-bottom: 10px;
        margin-right: 8px;
        display: inline-block;
    }

    & .selected {
        font-weight: bold;
        color: #fff;
        background-color: var(--main-black, #191919);
    }
}

/*--------------------------------------------------------------
# Recursos
--------------------------------------------------------------*/

.recursos-hero .title {
  padding-top: 5rem;
  padding-bottom: 4rem;
  color:var(--white, #ffffff);
}

.recursos-hero .buttons {
  -webkit-box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.25);
  border-top-right-radius: var(--10px);
  border-top-left-radius: var(--10px);
}

.recursos-hero .selected {
  color: #fff !important;
  background-color: var(--carolina-blue, #009BAE);
  transition: filter 0.3s ease;
}

.recursos h4 {
  color:var(--main-pink, #DA8A81);
  font-weight: bold;
}

.recursos {

  a {
    color: var(--main-blue, #416BA9);
    font-weight:bold;
  }

  & .recursos-body {
    -webkit-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.25), 5px 10px 10px -5px rgba(0, 0, 0, 0.25), -5px 10px 10px -5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.25), 5px 10px 10px -5px rgba(0, 0, 0, 0.25), -5px 10px 10px -5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.25), 5px 10px 10px -5px rgba(0, 0, 0, 0.25), -5px 10px 10px -5px rgba(0, 0, 0, 0.25);
    border-bottom-right-radius: var(--10px);
    border-bottom-left-radius: var(--10px);
  }

  & .integraciones {
    display: flex;
    padding-left: 40px;
    padding-right: 40px;
    min-height: 320px;

    & img {
        max-width:250px;
    }
    
    & .dummy-container {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;

      & a:not(.lau-btn-descarga) {
        color: var(--main-pink, #DA8A81);
        text-decoration: underline;
      }

      & .integraciones-btn {
        margin: 0;
      }
    }
  } 
    
  & .descarga-btn {
    display: block;
    background-image: url(./img/flecha-descarga.svg);
    background-repeat: no-repeat;
    background-position:center center;
    height: 62px;
    width: 62px;
  }

  & .descarga {
    border-bottom:2px solid #f4f4f4;
  }
  
  & .iconos {
  
    margin-inline-end:30px;
    
    & img {
        max-width:60px;
        aspect-ratio:1/1;
    }
  }  
}

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

/* Phone */
.eide_wrapper :is(.gfield input.iti__tel-input) {
    padding-left:50px !important;
    padding-block:4px !important;
}

.eide_wrapper .gfield.active input[type='tel'].iti__tel-input {
  padding-left:50px;  
  padding-top:inherit;
}

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

/* 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 {
  padding:10px 0 0 10px!important;
}

.eide_wrapper .gfield select {
  padding: 5px 0px 5px 10px !important;
}

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

.eide_wrapper .gfield:not(.ev-select, .pcafe_sp_field) label:not(.gfield_consent_label) {
  z-index: 1;
}

/* Label font size active */
.eide_wrapper .gfield.active label:not(.gfield_consent_label),
.eide_wrapper .gfield_required {
  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 label:not(label.gfield_consent_label) {
  top: 6px;
  left: 7px;
  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;
}

/* 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 .ginput_container_select:after {
    font-weight: 900;
    content: "\25BE ";
    color: #555;
    top:6px;
    right:12px;
    font-size:19px;
    height: 20px;
    position: absolute;
    pointer-events: none;
}

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

.eide_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 !im;
}

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

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

.search-form input[type="search"] {
    border: transparent;
    display: block;
    font-size: 20px;
    line-height: 26px;
    height: 62px;
    padding: 17px 20px 17px 70px;
    background: #fff;
    outline: none;
    box-shadow: none;
    width: 100%;
    position: relative;
    z-index: 2;
    border-bottom:1px solid #000;
}

.search-form input[type="search"]:hover {
    border-bottom:1px solid var(--main-green, #009BAE);
    -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;
    left: left;
    z-index: 9;
    cursor: pointer;
    background: transparent;
    border:none;

    display: block;
    float: right;
    background-image: url(./img/fa-search.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position:center center;
    height: 62px;
    width: 62px;
}

/*--------------------------------------------------------------
# Desplegable
--------------------------------------------------------------*/

.blm-accordion {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.15);
    border-radius:var(--10px);
}

.blm-accordion .heading a,
.blm-accordion .heading a:hover {
    color:#000000;
}

/* Reset style */
.blm-accordion .heading a,
.blm-accordion .heading a:active,
.blm-accordion .heading a:focus {
    width:100%;
    text-align:left;
    outline:none !important;
    border:none;
    box-shadow: none;
}

.blm-accordion .heading .btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight:bold;
    white-space: normal;
    text-align:left;
}

.blm-accordion svg {
    height:15px;
    width:15px;
    -webkit-transition: all 0.25s 0s ease-in-out;
    -moz-transition: all 0.25s 0s ease-in-out;
    -o-transition: all 0.25s 0s ease-in-out;
    transition: all 0.25s 0s ease-in-out;
    -ms-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    transform-origin:center center;
    fill:#000;
}

.industria-accordion {
    background-color: var(--main-blue, #416BA9) !important;
    border: 0;

    & .card-body {
      background-color: var(--main-blue, #416BA9) !important;
    }

    & .btn {
      color: #fff !important;
    }

    & p {
      margin-bottom: 0;
      color: #fff;
    }

    & svg {
      fill:#fff;
    }

}

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

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

/*
  ## Cards
*/

/*
  ### Cards 1
*/

.blm-cards:not(.blm-cards2, .cards-modulos) {
  
  & .blm-card {
    min-height:200px!important;

    & .dummy-container * {
      padding:8px 0;
      margin:0;
    }

  }

  & h3 {
    font-weight:bold;
    font-size:var(--fsize-2);
  }
}

/*
  ### Cards 2
*/


.blm-cards2 {
    
  & .blm-card {

    min-height:220px!important;
    border-radius:calc(var(--10px) * 1.5);

    & .dummy-container {
      display: grid;
      grid-template-columns: auto 50px; /* ajusta 50px al tamanio de tu icono */
      grid-template-areas: 
        "title icon"
        "text text";
      align-items: center;
    }
    
    & .dummy-container h3 {
      grid-area: title;
      margin: 0; /* Remueve cualquier margen por defecto */
    }
    
    & .dummy-container img {
      grid-area: icon;
      justify-self: end; /* Alinea el icono a la derecha */
    }
    
    & .dummy-container p {
      grid-area: text;
      margin: 0; /* Remueve cualquier margen por defecto */
      padding-top: 10px; /* Ajusta el espacio sobre el texto segun sea necesario */
    }

  }

  & h3 {
    font-weight:bold;
  }
}

/*
  ### Cards Modulos
*/

.cards-modulos {

    & .dummy-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    }

    & img {
        margin-block-end:20px;
        margin-inline:auto;
    }

    & .blm-btn {
        background-color: #fff;
        color: var(--main-blue, #416BA9) !important;
        padding-inline:10px !important;
    }

    & .blm-btn:after {
        display:none;
    }
    
    & .dummy-container :is(h2, h3) {
        display:none;
    }
}

.carolina-blue {
    & :where(h3) {
        color: var(--carolina-blue, #009BAE);
    }
}

.main-blue {
    & :where(h3) {
        color: var(--main-blue, #416BA9);
    }
}

/*
  ## TOC
*/

.content-toc {
  padding-inline:clamp(2rem, 2.2rem, 3rem);
  padding-block:clamp(1rem, 1.5rem, 2rem);
  top:30px;
  margin-bottom: 3rem;
  border-radius:10px;
  overflow-y: auto;
  font-size:var(--fsize);
  font-family: 'Montserrat', sans-serif;
  counter-reset: section; /* Initialize the counter */;

  & .bl-title {
    font-weight:bold;
    margin-left:10px;
    margin-bottom:5px;
    font-size:16px;
  }

  & ol {
    color: var(--cal-black);
    margin-inline:auto;
    width:95%;
  }

  & ol, 
  & li {
    margin-bottom:0;
    padding:0 5px 0 5px;
  }

  a {
    color: var(--main-blue, #416BA9);
    text-decoration: underline !important;!i;!;
    font-weight: normal;
  }

  & .toc-item {
    list-style: none; /* Remove default list styling */
    position: relative; /* Allow absolute positioning of counter */

    &::before {
      counter-increment: section; /* Increment the counter */
      content: counter(section) ". "; /* Display the counter */
      position: absolute;
      left: -20px; /* Align the counter to the left */
    }
  }

  & .toc-item-h3 {
    padding-left: 30px; /* Indentation for h3 items */

    &::before {
      left: 5px;
    }
  }
}

/*
  ## Modulos
*/

/*
  ### Nav
*/

.lau-modulos {
  & .nav {
    & .nav-link {
      border-bottom: 1px solid var(----main-black, #191919);
      position: relative;

      &:active,
      &:focus,
      &.active {
        color: var(----main-black, #191919) !important;
        border-color: transparent;

        &::after {
          content: '';
          width: 100%;
          height: 8px;
          position: absolute;
          bottom: -4px;
          left: 0;
          background-color: var(----main-black, #191919);
        }
      }
    }
  }
}

.menu-item-has-children.dropdown-submenu > a::after{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: center;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid transparent;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

.show-submenu {
  display: block !important;
}

/*
Drop-down menu work on hover
*/

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

  .dropdown,.dropleft,.dropright,.dropup {
    position: initial;
  }

  #menu .collapse ul ul li:hover > ul {
    display: block;
    z-index: 1;
  }

/*Third Level*/
  #menu .collapse ul ul ul {
    position: absolute;
    top: 100%;
    left: 0% !important;
    min-width: 250px;
    display: none;
  }
}

/*
  ### Tab Content
*/

.lau-modulos img {
  height:100%;
  object-fit:cover;
  object-position:center;
  border-radius: 10px;
}

/*
  ## Casos
*/

.cards-partners  {

  & .blm-shadow {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }

  & .dummy-container {
    flex: 1; /* Make the dummy-container take up remaining space */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensure content is spread out */

    & .lau-btn {
      align-self: flex-start; /* Adjust button alignment if needed */
    }
  }  
}

.lau-casos {

  & .lau-caso-persona {
    gap:30px;
  }
  
  & .datos p {
    margin-bottom:0;
  }
  
  & .nombre {
    font-weight:bold;
    font-size:23px;
  }
  
}

/*
  ## Tapes
*/

:is(.lau-tape) .blm-p-tape {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    padding-block:min(.8rem, 2rem);
}

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

/*
  ## Precios
*/

.frecuencia {
    border:1px solid #fff;
    text-align:center;
    padding:10px;
    text-transform:uppercase;
    font-weight:bold;
    
}

.laudus-wp {
  --s: 50px;
  width: var(--s);
  height: var(--s);
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  background: rgb(0 0 0/0) var(--joinchat-ico) 50% no-repeat;
  background-size: 60%;
  overflow: hidden;
  z-index: 1000; /* Asegura que esta por encima de otros elementos */
}

/* Estilos para el boton, si es necesario */
.laudus-wp > p {
  margin: 0; /* Elimina margenes adicionales */
}


. {
    --bottom: 20px;
    --sep: 20px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9000;
    font: normal normal normal 16px/1.625em var(--joinchat-font);
    letter-spacing: 0;
    animation: joinchat_show .5s cubic-bezier(.18,.89,.32,1.28) 10ms both;
    transform: scale3d(0,0,0);
    transform-origin: calc(var(--s)/-2) calc(var(--s)/-4);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: manipulation;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgb(0 0 0/0)
}

.laudus-wp p {
    width: var(--s);
    height: var(--s);
    border-radius: 50%;
    background: rgb(0 0 0/0) var(--joinchat-ico) 50% no-repeat;
    background-size: 60%;
    overflow: hidden
}

.lau-banner-gestiona {
  max-height:800px;
}

.lau-banner-gestiona img {
  height:100%;
  width:100%;
  object-fit:cover;
  object-position:right
}

/*
  ## Tabla planes
*/

@media only screen and (max-width: 768px) {
    .lau-planes {
        display: none;
    } 
    .lau-planes-mobile {
        display: block;
        overflow-x: hidden;
    }
}

@media only screen and (min-width: 768px) { 
    .lau-planes {
        display: block;
    } 
    .lau-planes-mobile {
        display: none;
    }
}

.lau-planes .aclaraciones p,
.lau-planes-mobile .aclaraciones p {
    font-size: 13px;
}

.lau-planes table,
.lau-planes-mobile table {
    font-size: 16px;

    & p.fila-planes,
    p.fila-tipo {
        color: var(--main-dark-blue, #132D53) !important;
        font-size: 18px;
    }

    & thead tr th {
        background-color: #94E6E4;

        &:not(.column-0) {
            vertical-align: bottom;
            line-height: 1.8;
        }

        & .fila-planes {
            font-weight: 400;
        }
    }

    & tbody tr td {
        background-color: var(--white, #ffffff);
        height: 50px;
        border-bottom: 1px solid #ccc;

        & p {
            color:#000 !important;
        }

        &.column-0 {
            text-align: start;
            padding-left: 15px;
        }

        &.fila-grande {
            height: 75px;
        }
    } 

    & tbody tr:last-child td {
        border-bottom:0;
    }

    & th, td {
        position:relative;
    }

    & :is(tr) :is(th.column-0, th.column-1, th.column-4) {
        border-top-left-radius:var(--10px);
    }

    & :is(tr) :is(th.column-0, th.column-3, th.column-4) {
        border-top-right-radius:var(--10px);
    }

    & tr:last-child :is(td.column-0, td.column-1, td.column-4) {
        border-bottom-left-radius:var(--10px);
    }

    & tr:last-child :is(td.column-0, td.column-3, td.column-4) {
        border-bottom-right-radius:var(--10px);
    }
}

.lau-planes-mobile table {
    width:80%;
    background-color: #94E6E4;
    border-radius:var(--10px);

    & tbody {
        display: inline-block;
        padding-left: 5%;
        padding-right: 5%;

        & tr td {
            border-radius:var(--10px);
            padding: 0 10px 10px 10px;
        }

        & ul li {
            color: #000 !important;
        }
    }
    
    & th {
        line-height:1.5;
        border-top-right-radius:var(--10px);
        border-top-left-radius:var(--10px);
        vertical-align:end;
        height: 50px;
    }

    & tr {
        line-height:1.5;
    }

    & hr {
        margin-bottom:1rem;
        margin-top:1rem;
        color: #707070;
        height: 2px;
    }
}

.lau-planes table {
    & thead tr th {
        height:70px;
    }

    & tr:last-child td hr {
        height: 0; 
    }

}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
/*
  ## Landing
*/


/*
  ## Forms
*/

/*--------------------------------------------------------------
# Promociones
--------------------------------------------------------------*/

.promociones-template {
    .lau-hero {
        .logo-hero {
            max-width:155px;
            margin-block-end:15px;
        }
    }
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/


.funcionalidades-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(15rem - 20px), 1fr));
    gap: 10px 20px; /* Espacio entre las celdas de la grilla */
}

.nav-item {
    font-weight:bold;
    color:var(--carolina-blue, #009BAE);
}

.nav-item:has(.active){
    background-color:var(--carolina-blue, #009BAE);
    color:white;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.servicios-home .dummy-container {
    background-color:#fff;
    padding:20px;
    border-bottom-left-radius:var(--10px);
    border-bottom-right-radius:var(--10px);
}

.hero-small .hero-img {
    aspect-ratio:1.4;
    height:100%;
    object-fit:cover;
    object-position:top;
}

.card-funcionalidades {
    & :is(.blm-btn) {
        background-color:#fff;
        color:#000 !important;
    }

    & .blm-btn:after {
        content:none;
    }
}

/*
  ## Slick
*/

.carousel-clientes {

    .slick-arrow {
        display:none !important;
    }

    & img {
        aspect-ratio:1/1;
        object-fit:contain;
        width:160px;
        padding-inline:30px;
    }
}

.carousel-planes {    
    & .slick-next,
    & .slick-prev {
        z-index:2;
    }

    & .slick-next {
        right:20px;

        &:before {
            content: url(./img/flecha-planes-next.svg);
        }
    }

    & .slick-prev {
        left:0;

        &:before {
            content: url(./img/flecha-planes-prev.svg);
        }
    }

    &.slick-dotted.slick-slider {
        margin-bottom: 5px;
    }
}