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


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Elements
# General
    ## Reset
    ## Selection
    ## BG Colors
    ## Text Colors
    ## iFrame
    ## Buttons
    ## Partners
    ## Article
# Typography
# Nav
# Modal
    ## Boton
# Footer
# Comp - Flybox
# Heros & CTAs
# Blog
# GF (Gravity Forms)
    ## Font
    ## General
    ## Tooltip
    ## Select
    ## Search
# Especial CSS
    ## Reset BLM
    ## Videos
    ## Tapes
    ## Logos
    ## FAQ
    ## Clientes
    ## Utilities
--------------------------------------------------------------*/


:root {

    /* Colors */
    --black:#000000;
    --blackhover:rgb(0 0 0 / 60%);
    --whitehover:rgb(255 255 255 / 60%);
    --white:#ffffff;
    --cyan-aqua:#02D1E4;
    --sunset-orange:#F75447;
    --soft-black:#333333;
    --cloud:#EFEFEC;
    --mint:#A9DED8;
    --chartreuse:#EFDF00;
    --blush:#F9B6B4;
    --prussian-blue:#003253;
    --cyprus:#005254;
    --chestnut:#7E0228;
    
    /* Space */
    --10px: 10px;
    
    /* Fonts */
    --ffamily:'Open Sans', sans-serif;;
    --hfamily: 'Ubuntu', sans-serif;
    --fsize: 1rem;
    --fsize--6: clamp(0.75rem, 0.7rem + 0.1vw, 0.85rem);
    --fsize--5: clamp(0.8rem, 0.75rem + 0.125vw, 0.9rem);
    --fsize--4: clamp(0.85rem, 0.8rem + 0.15vw, 0.95rem);
    --fsize--3: clamp(0.9rem, 0.85rem + 0.175vw, 1rem);
    --fsize--2: clamp(0.95rem, 0.9rem + 0.2vw, 1.05rem);
    --fsize--1: clamp(0.9rem, 0.85rem + 0.2vw, 1rem);
    --fsize-0: clamp(1rem, 0.9474rem + 0.2632vw, 1.125rem);
    --fsize-1: clamp(1.0669rem, 0.9477rem + 0.5961vw, 1.35rem);
    --fsize-2: clamp(1.1388rem, 0.9361rem + 1.0132vw, 1.62rem);
    --fsize-3: clamp(1.215rem, 0.9082rem + 1.5342vw, 1.9438rem);
    --fsize-4: clamp(1.2963rem, 1.2rem + 2.1816vw, 2.3325rem);
    --fsize-5: clamp(1.3831rem, 1.3rem + 2.9816vw, 2.7994rem);
    }
    
/*--------------------------------------------------------------
# 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 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%;
}

.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(--sunset-orange, #F75447);
    color:#fff;
    border: 1px solid var(--sunset-orange, #F75447);
}

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

.vw-bg--black {
    background-color: var(--black, #000000);
}

.vw-bg--white {
    background-color: var(--white, #ffffff);
}

.vw-bg--cyan-aqua {
    background-color: var(--cyan-aqua, #02D1E4);
}

.vw-bg--sunset-orange {
    background-color: var(--sunset-orange, #F75447);
}

.vw-bg--soft-black {
    background-color: var(--soft-black, #333333);
}

.vw-bg--cloud {
    background-color: var(--cloud, #EFEFEC);
}

.vw-bg--mint {
    background-color: var(--mint, #A9DED8);
}

.vw-bg--chartreuse {
    background-color: var(--chartreuse, #EFDF00);
}

.vw-bg--blush {
    background-color: var(--blush, #F9B6B4);
}

.vw-bg--prussian-blue {
    background-color: var(--prussian-blue, #003253);
}

.vw-bg--cyprus {
    background-color: var(--cyprus, #005254);
}

.vw-bg--chestnut {
    background-color: var(--chestnut, #7E0228);
}


/*
### Gradientes
*/
.vw-cyprus-cloud {
  background-image: linear-gradient(to bottom, var(--cyprus) 50%, var(--cloud) 50%);
}

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

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

.vw--black,
:is(.vw--black):is(h2, h3, h4, p) {
    color: var(--black, #000000);
}

.vw--white,
:is(.vw--white):is(h2, h3, h4, p) {
    color: var(--white, #ffffff);
}

.vw--cyan-aqua,
:is(.vw--cyan-aqua):is(h2, h3, h4, p) {
    color: var(--cyan-aqua, #02D1E4);
}

.vw--sunset-orange,
:is(.vw--sunset-orange):is(h2, h3, h4, p) {
    color: var(--sunset-orange, #F75447);
}

.vw--soft-black,
:is(.vw--soft-black):is(h2, h3, h4, p) {
    color: var(--soft-black, #333333);
}

.vw--cloud,
:is(.vw--cloud):is(h2, h3, h4, p) {
    color: var(--cloud, #EFEFEC);
}

.vw--mint,
:is(.vw--mint):is(h2, h3, h4, p) {
    color: var(--mint, #A9DED8);
}

.vw--chartreuse,
:is(.vw--chartreuse):is(h2, h3, h4, p) {
    color: var(--chartreuse, #EFDF00);
}

.vw--blush,
:is(.vw--blush):is(h2, h3, h4, p) {
    color: var(--blush, #F9B6B4);
}

.vw--prussian-blue,
:is(.vw--prussian-blue):is(h2, h3, h4, p) {
    color: var(--prussian-blue, #003253);
}

.vw--cyprus,
:is(.vw--cyprus):is(h2, h3, h4, p) {
    color: var(--cyprus, #005254);
}

.vw--chestnut,
:is(.vw--chestnut):is(h2, h3, h4, p) {
    color: var(--chestnut, #7E0228);
}


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

/*******
## Botones
*******/

/*
    ### Primary 
*/

.vw-btn,
.blm-btn:not(.vw-btn-home),
:not(.vw-cta-home) .gform_button,
.primary-navbar > ul > li.vw-btn {
    font-size: 17px;
    font-weight: 700;
    background-color: transparent;
    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;
    text-align: center;
    position:relative;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -webkit-appearance: none !important; /*Safari/Chrome*/
    -moz-appearance: none !important; /*Firefox*/
    -ms-appearance: none !important; /*IE*/
    -o-appearance: none !important; /*Opera*/
    appearance: none !important;
}

:not(.vw-cta-home) .gform_button:after,
.vw-btn:not(.menu-item):after,
.blm-btn:not(.menu-item, .vw-btn-home):after {
    content:'';
    background-image: url(./img/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: calc(var(--10px) * 1.3);
    background-color: #fff;
    background-position:center center;
    display: block;
    float: right;
    margin-left:10px;
    height:calc(var(--10px) * 4);
    width:calc(var(--10px) * 4);
    border-radius:calc(var(--10px) * 4);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 0px 10px 0 rgba(0,0,0,.3);
}

:not(.vw-cta-home) .gform_button:hover:after,
.vw-btn:hover:not(.menu-item):after,
.blm-btn:hover:not(.menu-item):after{
    transform: translateX(calc(var(--10px) * .5));
}

/*
    ### Nav Menu
*/

.vw-btn.menu-item {
    border-radius:calc(var(--10px) * 4);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 0px 10px 0 rgba(0,0,0,.3);
}

.vw-btn.menu-item a:after{
    content:'';
    display: block;
    float: right;
    background-image: url(./img/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: calc(var(--10px) * 1.3);
    background-position:center center;
    height:26px;
    width:calc(var(--10px) * 3);
}

.vw-btn.menu-item:hover:after{
    transform:translateX(calc(var(--10px) * .5));
}

/*
    ### Icon BTNs animation
*/

:not(.vw-cta-home) .gform_button:after,
.vw-btn:not(.menu-item):after,
.vw-btn.menu-item:after,
.blm-btn:not(.menu-item, .vw-btn-home):after,
.vw-faq .heading a:after {
    -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;
}

/*
    ### Secondary
*/

.vw-btn-secondary,
.vw-btn-cta {
    color:#fff !important;
    font-size: 17px;
    padding:.3rem 1rem;
    border-radius:calc(var(--10px) * 3);
    background-color: var(--sunset-orange, #F75447);
    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;
}

.vw-btn-secondary.btn-spf {
    background-image: url('./img/spotify.svg');
    font-size: 20px;
    background-size: 50px; /* Ajusta el tamaÃ±o de la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    padding: 0px 0px 0px 50px; /* Ajusta el espacio para que el texto no se sobreponga */
    background-position: 10% center; /* Posiciona la imagen a la izquierda */
    height: 80px;
    width: 350px;
    border-radius: calc(var(--10px) * 4);
}

.vw-btn-cta {
    display: inline-block !important;
    padding:.4rem 1.3rem;
    font-weight: 700;
    border:2px solid var(--sunset-orange, #F75447);
}

.vw-btn-cta:hover {
    background-color: transparent;
    border:2px solid var(--sunset-orange, #F75447);
    color: var(--sunset-orange, #F75447) !important;
    opacity: 1 !important;
}

/*
    ### Home
*/

.vw-btn-home,
.vw-cta-home .gform_button,
.vw-btn-home2 {
    font-size: 18px;
    font-weight: 400;
    color: var(--black, #000000) !important;
    border:inherit;
    border-radius: calc(var(--10px) * 3);
    padding: 7px 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    text-decoration: none !important;
    outline: none;
    cursor: pointer;
    letter-spacing: .025em;
    margin-bottom: 0;
    text-align: center;
    justify-content: center;
    position:relative;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: inline-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;
}

.vw-cta-home .gform_button {
    background-color: var(--blush, #F9B6B4);
}

.vw-btn-home:after,
.vw-cta-home .gform_button:after,
.vw-btn-home2:after {
    content:'';
    background-image: url(./img/arrow-right-alternative.svg) !important;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position:center center;
    display: block;
    float: right;
    margin-left:10px;
    height:17px;
    width:17px;
    box-shadow: none;
}

.vw-btn-home {
    width: 290px;
}

.vw-btn-home2,
.vw-cta-home .gform_button {
    width: 160px;
}

.vw-btn-home:hover,
.vw-btn-home2:hover, 
.vw-cta-home .gform_button:hover {
    font-weight: 700;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.vw-btn-home:hover:after,
.vw-btn-home2:hover:after,
.vw-cta-home .gform_button:hover:after {
    background-image: url(./img/arrow-right-alternative-hover.svg) !important;
    width:20px;
}


/*--------------------------------------------------------------
# Partners
--------------------------------------------------------------*/

.partner-hero {
    min-height:calc(30vh - 60px);
    background-color: #7E0228;
}

.partner-hero h1 {
    color: #FFFFFF;
}

.partner-nav li {
    display: inline;
}

.partner-archive {
    background-color: #EFEFEC;
}

.partner-archive .site-content img {
 width: 120px;
 aspect-ratio:1/1;
 margin:auto;
}

.single-partners .site-content img {
 width: 160px;
 aspect-ratio:4/3;
 object-fit:contain;
}

.partner-archive h2 {
 padding-block:.6rem;
}


/*--------------------------------------------------------------
# Author
--------------------------------------------------------------*/

.vw-author {
    & .author-pic {
        width: 160px;
        aspect-ratio:1/1;
        border-radius:50%;
    }

    & p {
        margin-block:0;
    }
}

.about-author {

    & .container {
        border-top:1px solid #959799;
        padding-block-start:2rem;
    }
    
    & .author-pic {
        aspect-ratio:1/1;
        border-radius:50%;
    }
}

.related {
    padding-left: 15px;
    padding-right: 15px;
    grid-auto-rows: 1fr;
    display: flex;
}

/*--------------------------------------------------------------
# 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,
.blm-tape:is(.vw-tape) :is(h3){
    color: #404040;
    font-size:var(--fsize-0);
    line-height: 1.5;
    font-family:var(--ffamily);
    text-wrap:auto;
}

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

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

.navbar li a {
    color:var(--black, #000000);
    width:100%;
    display:block
}

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

.vw-navbar {
 
  padding:10px 0;
  z-index:999;
  position: sticky;
  position: -webkit-sticky;
  top: 0; /* required */
  width:100%;
  background-color:#fff;

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

} 

/* Primer Nivel */
nav:is(.navbar) .collapse > ul > li {
  position:relative;
  cursor:pointer;
}

/* Selecciona todo lo que tiene hijos */
nav:is(.navbar) .collapse > ul li.menu-item-has-children {
}

/* Segundo Nivel */  
nav:is(.navbar) .collapse > ul > li.menu-item-has-children:hover > .dropdown-menu {
  top:calc(100% - 10px);
  width:max-content;
}

.menu-item-has-children.dropdown-submenu > a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.menu-item-has-children.dropdown-submenu > a::after{
    display: inline-block;
    transform:translateY(8px) translateX(8px);
    height: 0;
    content: "";
    border-top: .35rem solid transparent;
    border-right: .35rem solid transparent;
    border-bottom: .35rem solid transparent;
    border-left: .35rem solid;
}

/* Tercer Nivel */
nav:is(.navbar) .collapse > ul > li.menu-item-has-children > .dropdown-menu .dropdown-menu {
  position:absolute;
  top:0;
  left:100%;
  width:max-content;
}

nav:is(.navbar) .collapse > ul > li.menu-item-has-children:hover > .dropdown-menu li:hover > .dropdown-menu {
 display:grid;
 grid-template-columns:1fr 1fr;
} 

/*
 # Hovers
*/

/* Primer Nivel */
nav:is(.navbar) .collapse ul ul li:hover {
  background-color:rgb(0 0 0 / 4%);
}

.pll-parent-menu-item :is(.dropdown-menu ) {
 bottom:inherit;
 top:100%;
 left:inherit;
 right:0;
 min-width:max-content;
}

.pll-parent-menu-item img {
 margin-right:5px;
}

/*--------------------------------------------------------------
# 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(.brand, .legal) {
 border-top:1px solid var(--cloud, #EFEFEC);
 padding-top:.7rem;
}

.site-info .logo img {
 max-width:160px;
}

/*
## RRSS
*/

.rrss img {
    filter: grayscale(100%);
    width:25px;
    margin-inline-end:5px;
}

/*--------------------------------------------------------------
# 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:#fff;
    z-index:999;
    outline:none;
    font-size:18px;
}

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

/*--------------------------------------------------------------
# Heros & CTAs
--------------------------------------------------------------*/

.rank-math-breadcrumb p  {
    font-size:var(--fsize--6)
}

.vw-hero {
    min-height:calc(100vh - 60px);
}

.lp-template .vw-hero {
    min-height:calc(60vh - 60px);
}

.brand-hero {
    font-weight:bold;
    margin-bottom:0.5rem;
}

.vw-hero-title {
    padding-block:min(2rem, 3rem);
    padding-inline:min(2rem, 3rem);
}

.vw-bg--soft-black :is(.brand-hero, .blm-p-datos > span) {
    color: var(--mint, #A9DED8);
}

.vw-bg--mint :is(.brand-hero, .blm-p-datos > span) {
    color: var(--prussian-blue, #003253);
}

.vw-bg--blush :is(.brand-hero, .blm-p-datos > span),
.vw-bg--chartreuse :is(.brand-hero, .blm-p-datos > span) {
    color: var(--chestnut, #7E0228);
}

.vw-bg--cyprus :is(.brand-hero, .blm-p-datos > span) {
    color: var(--chartreuse, #EFDF00);
}

.vw-bg--prussian-blue :is(.brand-hero, .blm-p-datos > span) {
    color: var(--cyan-aqua, #02D1E4);
}

.vw-bg--chestnut :is(.brand-hero, .blm-p-datos > span) {
    color: var(--sunset-orange, #F75447);
}

/*
## h1 & btn colors
*/

:is(.vw-bg--soft-black, .vw-bg--cyprus, .vw-bg--prussian-blue, .vw-bg--chestnut) :is(.switch, a:is(:visited), a),
:is(.vw-bg--soft-black, .vw-bg--cyprus, .vw-bg--prussian-blue, .vw-bg--chestnut) .vw-hero-title p:not(.brand-hero),
:is(.vw-bg--soft-black, .vw-bg--cyprus, .vw-bg--prussian-blue, .vw-bg--chestnut) :where(h2, h3, p, li),
.vw-bg--soft-black .eide_wrapper,
.tape-novedades .data a:is(.vw-bg--soft-black, .vw-bg--cyprus, .vw-bg--prussian-blue, .vw-bg--chestnut) {
    color: var(--white, #ffffff);
}

.vw-bg--soft-black .vw-cta-form .eide_wrapper {
    color: inherit; /* O el color que se supone debe tener cuando estÃ¡ presente .vw-cta-form */
}

:is(.vw-bg--mint, .vw-bg--chartreuse, .vw-bg--blush, .vw-bg--cloud) :is(.switch, a:is(:visited), a),
:is(.vw-bg--mint, .vw-bg--chartreuse, .vw-bg--blush, .vw-bg--cloud) .vw-hero-title p:not(.brand-hero),
:is(.vw-bg--mint, .vw-bg--chartreuse, .vw-bg--blush, .vw-bg--cloud) :where(h2, h3, p, .page-template-contacto .gform_button),
:is(.vw-bg--soft-black, .vw-bg--cyprus, .vw-bg--prussian-blue, .vw-bg--chestnut) .eide_wrapper :where(h2, h3, p, li),
.tape-novedades .data a :is(.vw-bg--mint, .vw-bg--chartreuse, .vw-bg--blush, .vw-bg--cloud) {
    color:var(--black, #000000);
}

:is(.vw-bg--mint, .vw-bg--chartreuse, .vw-bg--blush, .vw-bg--cloud) a.switch:hover {
    color:var(--blackhover, rgb(0 0 0 / 60%));
}

:is(.vw-bg--soft-black, .vw-bg--cyprus, .vw-bg--prussian-blue, .vw-bg--chestnut) a.switch:hover {
    color:var(--whitehover, rgb(255 255 255 / 60%));
}

/* Links  */
.site .site-content a:not(.vw-btn, .vw-btn-secondary, .vw-btn-cta, .blm-btn, .partner-nav a, .partner-archive a, .vw-soluciones-list a, .post a, .article-related a, .page-numbers, .rank-math-breadcrumb a, .tape-novedades a) {
 text-decoration:underline;
 color:var(--sunset-orange, #F75447);
}

.site .site-content a:is(:hover, :focus) {
 opacity:.6;
}


/*
## CTAs
*/

.vw-cta:is(.vw-bg--soft-black, .vw-bg--cyprus, .vw-bg--prussian-blue, .vw-bg--chestnut) .vw-cta,
.vw-cta:is(.vw-bg--soft-black, .vw-bg--cyprus, .vw-bg--prussian-blue, .vw-bg--chestnut) .vw-cta-form button,
.vw-cta:is(.vw-bg--soft-black, .vw-bg--cyprus, .vw-bg--prussian-blue, .vw-bg--chestnut) .vw-cta-form .gfield_consent_label > a,
.vw-cta:is(.vw-bg--soft-black, .vw-bg--cyprus, .vw-bg--prussian-blue, .vw-bg--chestnut) :is(.required-text, .gform_required_legend) {
    color:var(--black, #000000);
}

.vw-cta:is(.vw-bg--mint, .vw-bg--chartreuse, .vw-bg--blush, .vw-bg--cloud, .vw-fl)  .vw-cta,
.vw-cta:is(.vw-bg--mint, .vw-bg--chartreuse, .vw-bg--blush, .vw-bg--cloud, .vw-fl)  .vw-cta-form :is(button, label, .gfield_description ),
.vw-cta:is(.vw-bg--mint, .vw-bg--chartreuse, .vw-bg--blush, .vw-bg--cloud, .vw-fl)  .vw-cta-form .gfield_consent_label > a,
.vw-cta:is(.vw-bg--mint, .vw-bg--chartreuse, .vw-bg--blush, .vw-bg--cloud, .vw-fl)  :is(.required-text, .gform_required_legend) {
    color:var(--white, #ffffff);
}

:is(.vw-bg--soft-black, .vw-bg--cyprus, .vw-bg--prussian-blue, .vw-bg--chestnut, .vw-fl) .vw-cta-form {
    background-color: var(--cloud, #EFEFEC);
    border-radius:var(--10px);
}

:not(.vw-cta-home):is(.vw-bg--mint, .vw-bg--chartreuse, .vw-bg--blush, .vw-bg--cloud, .vw-fl) .vw-cta-form {
    background-color: var(--soft-black, #333333);
    border-radius:var(--10px);
}

.vw-cta-blog-medio h2 {
    text-wrap: auto !important;
}

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

/*
## Archive
*/

.tags {

    & .vw-btn-secondary {
        margin-bottom: 8px;
    }

    & .selected {
        font-weight: bold;
        background-color: var(--chestnut, #7E0228);
    }
}


.blog .post {
    p {
        margin-bottom:.4rem;
    }
    
    a {
        color:var(--black, #0000000);
    }
    
    .dummy-container {
        min-height:280px;
    }
}

/* ### Tendencias */
.tendencia .tendencia-container {
    
    height: calc(100% - 1rem);
    & h2 {
        color:var(--white, #ffffff);
    }

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

    & .selected {
        font-weight: bold;
        background-color: var(--blush, #F9B6B4);
    }
}


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

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

  & ol {
    color:var(--sunset-orange, #F75447);
    margin-inline:auto;
    width:95%;
  }

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

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

/* 
### Font
*/

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

}

/*
### General
*/

.vw-cta-form:has(.gform_confirmation_message) h3,
.vw-cta-form:has(.gform_confirmation_message) h3 + p {
  display: none;
}

.gform_wrapper .gfield {
    position: relative;
}

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

.gform_wrapper.gravity-theme.gform_wrapper .gform_fields {
    grid-column-gap: 2%;
    -ms-grid-columns: (1fr 2%) [12];
    grid-row-gap: 8px;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    width: 100%
}

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

/* Phone */
.eide_wrapper :is(.gfield input[type='tel'], .gfield.active input.iti__tel-input) {
    padding-left:50px !important;
    padding-block:6px !important;
}

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

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

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

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

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

/* Label font size */
.gform_wrapper .gfield.active label:not(.gfield_consent_label),
.gform_wrapper .gfield_required {
    left: 7px;
    font-weight:bold;
    z-index:99;

}

/* Label active */
.gform_wrapper .gfield.active .gfield_required,
.gform_wrapper .gfield.active label:not(.gfield_consent_label) {
    font-size:9px !important;
    top:3px;
    color:#8c8c8c;
}


:is(.vw-bg--mint, .vw-bg--chartreuse, .vw-bg--blush, .vw-bg--cloud) .gfield:is(.gfield--type-select, .gfield--type-consent) :is(span.gfield_required) {
   color:#fff;
}



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

.eide_wrapper.gform_wrapper.gravity-theme .gfield_validation_message,
.eide_wrapper.gform_wrapper.gravity-theme .validation_message {
    background: #c02b0a;
    border: 1px solid #c02b0a;
    font-size: 14.992px;
    margin-block-start:8px;
    padding: 10px;
    color: #fff;
}

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

.gform_wrapper .gfield--type-select label {
    margin-bottom:0;
}

.gform_wrapper .ginput_container_select {
    margin-top:10 !important;
}

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

/*
## Select
*/
/*
### Select
*/

.gform_wrapper .gfield--type-select label {
    margin-bottom:0;
}

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

.gform_wrapper .gform_footer {
    /* margin-top:10px !important; */
    padding:0 !important;
}

/*
## Select
*/

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

.gform_wrapper .ginput_container_select {
    position: relative;
}

.gform_wrapper .ginput_container_select:after {
    content:"";
    width: 30px;
    height: 25px;
    background-image: url(./img/chevron-down-solid.svg);
    background-repeat: no-repeat;
    background-size: calc(var(--10px) * 1.3);
    background-position:center center;
    color: #555;
    top:10px;
    position: absolute;
    pointer-events: none;
    top: 10px;
    right: 5px;
    position: absolute;
    display: inline-block;
}

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

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

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

.gform_wrapper .gfield_checkbox input[type=checkbox] + label,
.gform_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;
}

.gform_wrapper .gfield_checkbox input[type=checkbox] + label:before,
.gform_wrapper .gfield_checkbox input[type=checkbox] + label:after,
.gform_wrapper .gfield_radio input[type=radio] + label:before,
.gform_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 */

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

.gform_wrapper .gfield_checkbox input[type=checkbox]:checked + label:after,
.gform_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 */
.gform_wrapper .gfield_checkbox input[type=checkbox]:not(:checked) + label:after {
    border-radius:3px;
}

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

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

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

/* ### Before */

/* Checkboxs */
.gform_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%;
}

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

.gform_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 */
.gform_wrapper .ginput_container_consent {
    margin-top:0 !important;
    position:relative;
    top:-10px;
}

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

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

.gform_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(--sunset-orange, #F75447);;
    -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;
}

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

/*
## Home
*/

.hero-home {
    position: relative;
    overflow:clip;

    & .img-home {
        position: absolute;
        right: -5vw;
        top: 20vh;
        z-index: -1;

        @media only screen and (max-width: 992px) {
            top: -20px;
            right: -18vw;
        }
    }

    & .bg-home {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        overflow: hidden;
    }
}

.cta-home {
    & .img-container {
        margin-top: -100px;

        & .img-cta-home {
            position: relative;
            bottom: -22%;

            @media only screen and (min-width: 992px) {
                position: absolute;
                bottom: -21%;
            }
        }
    }
}

.vw-novedades {

    & .tape-novedades {
        position: relative;
        height: 240px;
    }

    & .hero-img-novedades {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    & .img-container::after {
      content: "";
      position: absolute;
      inset: 0; /* ocupa todo el contenedor */
      background: rgba(0,0,0,0.6); /* sombreado */
      border-radius: var(--10px);
    }

    & .dummy-container {
        position: absolute;
        bottom: 0;

        & .data a {
            text-decoration: none !important;
            padding-inline: 15px;

            &:hover {
                text-decoration: underline;
            }
        }
    }
}


@media only screen and (min-width: 992px) {
    .vw-cta-home img {
        margin-left: -60px;
        max-width: 120%;
    }
}

/*
## Landing Recursos
*/

.landing-recursos {
    height: 400px !important;

    & p {
        color: #000;
    }
}

.img-landing-recurso {
    position: absolute; /* Necesario para la posiciÃ³n de la imagen */

    & img {
        position: relative;
        top: -170px; /* Esto hace que la imagen sobresalga hacia el div superior */
        z-index: 1; /* Asegura que estÃ© por encima del contenido de los divs */
        width: auto;
    }
}

/*
## Reset BLM
*/

:is(.blm-img) {
    max-height:inherit;
}

/*
## Videos
*/

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

/*
## Tapes
*/

.blm-p-tape img {
 aspect-ratio:1 / 1;
 width:calc(3.25rem - .7rem);
 margin-bottom:15px;
}

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

:is(.vw-tape) .blm-p-tape img {
  margin-bottom:inherit;
}

.blm-p-tape.tape2 {
    display: grid;
    gap: 0rem;
    grid-template-columns: 4.54rem auto;
    grid-template-areas:
    "img title"
    "img text";
}

.blm-p-tape.tape2 img {
    grid-area: img;
}

.blm-p-tape.tape2 :is(h2, h3) {
    grid-area: title;
}

.blm-p-tape.tape2 :is(p) {
    grid-area: text;
}

.vw-tape-box img {
    background-color:#efefec;
    width:3.25rem;
    padding:.7rem;
    border-radius:var(--10px);
}

:is(.vw-bg--cloud) .vw-tape-box img {
    background-color:var(--white, #ffffff);
    width:3.25rem;
    padding:.7rem;
    border-radius:var(--10px);
}

.blm-tape:is(.vw-tape) :is(h3, p) {
    font-weight:400;
    font-size:var(--fsize);
    margin-bottom:0;
}

.vw-tape-box .blm-p-tape p {
 margin-bottom:0;
}

/*
## Logos
*/

.blm-logos :has(img) img {
    aspect-ratio:4/3;
    object-fit:contain;
    min-width:150px;
    max-height:inherit;
}

/*
## FAQ
*/

.vw-faq .heading a {
 font-weight:bold; 
}

.vw-faq .heading a.collapsed:after {
     content:'';
    display: block;
    float: right;
    background-image: url(./img/chevron-down-solid.svg);
    background-repeat: no-repeat;
    background-size: calc(var(--10px) * 1.3);
    background-position:center center;
    height:20px;
    width:calc(var(--10px) * 3);
}

.vw-faq .heading a:not(.collapsed):after {
    content: '';
    display: block;
    float: right;
    background-image: url(./img/chevron-down-solid.svg);
    background-repeat: no-repeat;
    background-size: calc(var(--10px) * 1.3);
    background-position: center center;
    height: 20px;
    width: calc(var(--10px) * 3);
    transform: rotate(180deg); /* Rotar 180 grados */
}

/*
## Clientes
*/
:is(.vw-clientes, .blm-logos) .row {
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: -ms-flexbox!important;
    display: flex!important;
}


/*
## Way Ads
*/
.way-ads .col-md-6 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.way-ads .col-md-6 img {
    width:100%;
    object-fit: fill;
}

.way-ads .dummy-container {
    background-color:var(--cloud, #EFEFEC);
    padding-block:calc(var(--10px) * 3) var(--10px);
    padding-inline:calc(var(--10px) * 4);
    border-bottom-left-radius:var(--10px);
    border-bottom-right-radius:var(--10px);
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    align-self: stretch;
}

/*
## Accordions
*/
.blm-accordion {
    background-color:var(--white);
    border-radius:var(--10px);
    border:var(--white) 3px solid;
    -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);

    & a.btn {
        color:var(--black) !important;
        text-decoration:none !important;
    }

    & svg {
        fill:var(--black);
    }
}

/*
## Slick
*/

.slider-home {
    & .dummy-container {
        border-bottom-left-radius: var(--10px);
        border-bottom-right-radius: var(--10px);
    }

    & .img-slider {
        width: 100%;
        height: auto;
    }
}

.carousel-clientes .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.carousel-clientes .carousel-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.carousel-clientes img {
    max-height: 100%;
}


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

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

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

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

.vw-sticky {
    position:fixed;
    width:100%;
    z-index:999;
    top: 0;
    -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);
}

.vw-underline {
    text-decoration:underline;
}

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

.vw-end {
    position: absolute;
    bottom: 0px;
}

.blm-logos .row:last-child > div:nth-child(-n+4) {
    margin-bottom:1rem
}

.vw-m0 p {
    margin-bottom: 0;
}