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

/*--------------------------------------------------------------
# 1. GENERAL & RESET
---------------------------------------------------------------*/
#cf-basic select {
    width: 100%;
}

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

::-moz-selection {
    background: rgba(90, 39, 84, 1);
    color: #fff;
}

::selection {
    background: rgb(148, 75, 139);
    color: #fff;
}

/* Typography */
body, button, input, select, optgroup, textarea, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

h1 { 
    font-size: 45px;
    font-weight: bold; 
}

h2 { 
    font-size: 26px; 
    font-weight: bold; 
}

h3 { 
    font-size: 18px; 
    font-weight: bold; 
}

/* Menu */
#menu a,
.navbar-default .navbar-nav > li > a,
#menu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
    font-weight: bold;
}

@media only screen and (min-width: 767px) {
    #menu .collapse ul ul {
        left: -50% !important;
        width:400px;
    }
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color:#FFFFFF;
}

#menu a,
.navbar-default .navbar-nav > li > a,
#menu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 20px;
}

.navbar-nav > .menu-item:last-child a {
    background-color: #000 !important;
    border: 3px solid #000 !important;
    appearance: none !important;
    padding: 4px 20px !important;
    min-height: 30px !important;
}

.navbar-nav > .menu-item:last-child a:hover {
    text-decoration: none;
    background-color: #fff !important;
    color: #000 !important;
    border: 3px solid #000;
}

.dv-btn.menu-item { 
    padding: inherit !important; 
}

/* Global Map */
.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

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

/* Global Shadows & Lines */
.intv-shadow {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.06);
}

.intv-line {
    display: block;
    width: 60px;
    height: 4px;
    margin-bottom: 25px;
    justify-self: center;
}

.intv-line-izq {
    width: 60px;
    height: 4px;
    display: block;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
# 2. COLORES GLOBALES
---------------------------------------------------------------*/
/* Backgrounds */
.intv-bg-white { 
    background-color: #ffffff; 
}

.intv-bg-grey { 
    background-color: #f8fbfe; 
}

.intv-bg-celeste { 
    background-color: #78dcf7 !important; 
}

.intv-bg-violeta { 
    background-color: #833f7b !important; 
}

.intv-bg-violeta-electrico { 
    background-color: #7F4BED !important; 
}

.intv-bg-rosa { 
    background-color: #FF2C9C !important; 
}

.intv-bg-amarillo { 
    background-color: #FFC700 !important; 
}

.intv-bg-azul { 
    background-color: #4285F4 !important; 
}

.intv-bg-naranja { 
    background-color: #F9A973 !important; 
}

.intv-bg-verde { 
    background-color: #46ce90 !important; 
}

.intv-bg-fixed { 
    background-size: cover; 
    background-position: center center; 
}

/* Textos */
.intv-grey { 
    color: #f8fbfe; 
}

.intv-celeste { 
    color: #78dcf7 !important; 
}

.intv-violeta { 
    color: #833f7b !important; 
}

.intv-violeta-electrico { 
    color: #7F4BED !important; 
}

.intv-rosa { 
    color: #FF2C9C !important; 
}

.intv-amarillo { 
    color: #FFC700 !important; 
}

.intv-azul { 
    color: #4285F4 !important; 
}

.intv-naranja { 
    color: #F9A973 !important; 
}

.intv-verde { 
    color: #46ce90 !important; 
}

/* Bordes Superiores */
.intv-br-grey { 
    border-top: 5px solid #f8fbfe; 
}

.intv-br-celeste { 
    border-top: 5px solid #78dcf7 !important; 
}

:not(.intv-cta) .intv-br-violeta { 
    border-top: 5px solid #78dcf7 !important; 
}

.intv-cta .intv-br-violeta { 
    border-top: 5px solid #833f7b !important; 
}

.intv-br-violeta-electrico { 
    border-top: 5px solid #7F4BED !important; 
}

.intv-br-rosa { 
    border-top: 5px solid #FF2C9C !important; 
}

.intv-br-amarillo { 
    border-top: 5px solid #FFC700 !important; 
}

.intv-br-azul { 
    border-top: 5px solid #4285F4 !important; 
}

.intv-br-naranja { 
    border-top: 5px solid #F9A973 !important; 
}

.intv-br-verde { 
    border-top: 5px solid #46ce90 !important; 
}

/* Bordes Enteros */
.intv-grey-border { 
    border: 1px solid #e2e2e2; 
}

.intv-border-grey { 
    border: 1px solid #f8fbfe; 
}

.intv-border-celeste { 
    border: 1px solid #78dcf7 !important; 
}

.intv-border-violeta { 
    border: 1px solid #833f7b !important; 
}

.intv-border-violeta-electrico { 
    border: 1px solid #7F4BED !important; 
}

.intv-border-rosa { 
    border: 1px solid #FF2C9C !important; 
}

.intv-border-amarillo { 
    border: 1px solid #FFC700 !important; 
}

.intv-border-azul { 
    border: 1px solid #4285F4 !important; 
}

.intv-border-naranja { 
    border: 1px solid #F9A973 !important; 
}

.intv-borde-naranja { 
    border: 2px solid #F9A973 !important; 
}

.intv-border-verde { 
    border: 1px solid #46ce90 !important; 
} /* Unificada */

/* Bordes Izquierdos */
.intv-border-left-grey { 
    border-left: 4px solid #f8fbfe; 
}

.intv-border-left-celeste { 
    border-left: 4px solid #78dcf7; 
}

.intv-border-left-violeta { 
    border-left: 4px solid #78DCF7; 
}

.intv-border-left-violeta-electrico { 
    border-left: 4px solid #7F4BED; 
}

.intv-border-left-rosa { 
    border-left: 4px solid #FF2C9C; 
}

.intv-border-left-amarillo { 
    border-left: 4px solid #FFC700; 
}

.intv-border-left-azul { 
    border-left: 4px solid #4285F4; 
}

.intv-border-left-naranja { 
    border-left: 4px solid #F9A973; 
}

.intv-border-left-verde { 
    border-left: 4px solid #46ce90; 
}

/*--------------------------------------------------------------
# 3. BOTONES
---------------------------------------------------------------*/
.bl-btn,
input.search-submit,
#cf-basic input[type="submit"],
.navbar-nav > .menu-item:last-child a {
    color: #fff !important;
    background-color: #000;
    font-weight: 700;
    font-size: 16px;
    min-height: 46px;
    align-content: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    text-decoration: none;
    outline: none;
    border: transparent;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    letter-spacing: .025em;
    margin-bottom: 0;
    padding: 5px 10px;
    text-align: center;
    transition: all 0.3s ease;
    align-items: center;
}

.bl-btn:hover,
input.search-submit:hover,
#cf-basic input[type="submit"]:hover,
.navbar-nav > .menu-item:last-child a:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    box-shadow: 0 5px 10px 0 #78DCF787 !important;
}

.intv-landing:not(.intv-oficina-virtual) .bl-btn::after,
.intv-inicio:not(.intv-oficina-virtual) .bl-btn::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-color: currentColor;
    mask-image: url('img/arrow-btn.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url('img/arrow-btn.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.bl-btn-secondary {
    color: #fff !important;
    background-color: #833F7B;
    min-width: 110px;
    font-weight: 700;
    font-size: 16px;
    min-height: 46px;
    align-content: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    text-decoration: none;
    outline: none;
    border: transparent;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    letter-spacing: .025em;
    margin-bottom: 0;
    padding: 5px 10px;
    text-align: center;
    transition: all 0.3s ease;
}

.bl-btn-secondary:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    box-shadow: 0 5px 10px 0 #833F7B !important;
    border: transparent !important;
}

.bl-btn.alternative:hover {
    color: #ffffff !important;
    background-color: #833F7B !important;
    box-shadow: 0 5px 10px 0 #833F7B !important;
    border: transparent !important;
}

.bl-btn-line { 
    border: 2px solid #fff; 
}

#cf-basic input[type="submit"] {
    max-width: none !important;
    width: 100% !important;
}

/*--------------------------------------------------------------
# 4. PRODUCTOS, HERO E INTRO
---------------------------------------------------------------*/
.intv-productos { 
    color: #fff; 
}

.intv-productos .container h2 { 
    color: #000 !important; 
    font-weight: normal; 
}

.intv-productos img { 
    max-width: 40px; 
}

.intv-productos a, 
.intv-productos .dumb-container.p-4 a.dummy-selector { 
    color: #fff !important; 
    width: 100%; 
}

.intv-productos a.dummy-selector:hover { 
    color: #fff !important; 
}

a:hover:not(.bl-btn, .bl-btn-secondary):not(.nav-link):not(.dummy-selector),
a:focus:not(.bl-btn, .bl-btn-secondary):not(.nav-link),
a:active:not(.bl-btn, .bl-btn-secondary):not(.nav-link) {
    color: #833f7b !important;
    text-decoration: none !important;
}

/* Fix Hover Acordeones Productos */
.intv-recursos-humanos .bl-destacadoPrincipal .heading .btn,
.intv-recursos-humanos .bl-destacadoPrincipal .heading .btn:hover:not(.bl-btn):not(.nav-link),
.intv-recursos-humanos .bl-destacadoPrincipal .heading .btn:focus:not(.bl-btn):not(.nav-link),
.intv-municipios .bl-destacadoPrincipal .heading .btn,
.intv-municipios .bl-destacadoPrincipal .heading .btn:hover:not(.bl-btn):not(.nav-link),
.intv-municipios .bl-destacadoPrincipal .heading .btn:focus:not(.bl-btn):not(.nav-link),
.intv-oficina-virtual .bl-destacadoPrincipal .heading .btn,
.intv-oficina-virtual .bl-destacadoPrincipal .heading .btn:hover:not(.bl-btn):not(.nav-link),
.intv-oficina-virtual .bl-destacadoPrincipal .heading .btn:focus:not(.bl-btn):not(.nav-link),
.intv-nosotros .bl-destacadoPrincipal .heading .btn,
.intv-nosotros .bl-destacadoPrincipal .heading .btn:hover:not(.bl-btn):not(.nav-link),
.intv-nosotros .bl-destacadoPrincipal .heading .btn:focus:not(.bl-btn):not(.nav-link) {
    color: #000;
}

.page-template-landing .intv-productos-hero p { 
    color: #000; 
}

.intv-productos-hero,
.intv-archive-hero,
.intv-hero-inicio {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 90vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: space-around;
    align-items: center;
}

.intv-archive-hero,
.intv-hero-inicio {
    background-size: contain;
}

.intv-hero-inicio ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
    
    & li { 
        flex: 1 1 45%; 
    }
}

.intv-hero-title {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.hero-title { 
    font-size: 3rem; 
    font-weight: 800; 
    line-height: 1.1; 
}

.hero-text { 
    font-size: 1.1rem; 
    opacity: 0.85; 
    max-width: 500px; 
}

.hero-visual { 
    position: relative; 
}

.hero-btn { 
    gap: 10px; 
}

.hero-features { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 15px 40px; 
}

.feature { 
    display: flex; 
    align-items: center; 
    font-weight: 500; 
}

.hero-btn-main {
    background: #111;
    padding: 16px 28px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
    font-weight: 600;
    transition: 0.3s ease;
}

.hero-btn-main:hover { 
    background: #222; 
}

.intv-productos-hero h1,
.intv-archive-hero h1 { 
    margin-bottom:2rem;
}

.intv-productos-hero > .container > .row .col-md-6:nth-child(2) { 
    text-align: center; 
}

.intv-productos-hero img, 
.intv-hero-inicio img { 
    max-height: 540px; 
}

.intv-productos-brand {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: space-around;
    align-items: center;
    padding: 15px 0;
}

.intv-productos-brand img { 
    max-width: 47px; 
}

.intv-productos-brand h2 { 
    text-transform: uppercase; 
    font-weight: bold; 
    font-size: 18px; 
    margin-bottom: 0; 
    padding-left:15px;
}

.intv-productos-intro {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.intv-shape { 
    position: absolute; 
    max-width: 50px; 
}

.intv-shape-1 { 
    left: 18%; 
    bottom: 10%; 
}

.intv-shape-2 { 
    right: 18%; 
    top: 10%; 
    transform: scale(-1); 
}

.px-6 { 
    padding-left: 2rem; 
    padding-right: 2rem; 
}

.intv-destacados img { 
    max-height: 400px; 
}

/* Boxes de Beneficios (Unificados por ser idénticos) */
.intv-item-container,
.intv-item-containerof {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: stretch;
    align-items: center;
    height: 100% !important;
}

.intv-item-container {
    border-radius: 8px;
}

.intv-item-container:hover,
.intv-item-containerof:hover {
    height: 100%;
    -webkit-box-shadow: 0 5px 10px #833F7B !important;
    -moz-box-shadow: 0 5px 10px #833F7B !important;
    box-shadow: 0 5px 10px #833F7B !important;
    transition: all 0.3s ease;
    border-top: 5px solid #833F7B !important;
}

.intv-oficina-virtual .intv-item-container,
.intv-lp-oficina-virtual .intv-item-container { 
    min-height: 360px !important; 
}

.intv-municipios .intv-item-container { 
    min-height: 300px !important; 
}

.intv-beneficios img { 
    max-height: 70px; 
    max-width: 70px; 
}

.intv-sistema-de-administracion-tributaria .intv-beneficios {
    background-color: #ffffff !important;
}

.intv-carac .col-lg-6 p { 
    border-left: 6px solid #e2e2e2; 
    padding-left: 10px; 
}

.intv-beneficios .row-cols-lg-4 { 
    margin-left: -8px; 
    margin-right: -8px; 
}

.intv-beneficios .row-cols-lg-4 .col { 
    padding-left: 8px; 
    padding-right: 8px; 
}

/* Accordions */
.bl-destacadoPrincipal h2 { 
    font-weight: bold; 
}

.bl-destacadoPrincipal .bl-archive { 
    border-top: 1px solid #eaeaea; 
    border-left: 1px solid #eaeaea; 
    border-right: 1px solid #eaeaea; 
}

.bl-destacadoPrincipal .bl-archive:last-child { 
    border-bottom: 1px solid #eaeaea; 
}

.bl-destacadoPrincipal .heading .btn { 
    display: flex; 
    flex-direction: row; 
    flex-wrap: nowrap; 
    justify-content: space-between; 
    font-weight: bold; 
    white-space: normal; 
    text-align: left; 
}

.bl-destacadoPrincipal .heading a:focus { 
    box-shadow: none; 
}

.bl-destacadoPrincipal a.btn.p-0.collapsed i { 
    margin-top: 5px; 
    transition: all 0.25s 0s ease-in-out; 
    transform: rotate(0deg) !important; 
    color: #000; 
}

.bl-destacadoPrincipal .heading .btn:not(.collapsed) i { 
    margin-top: 5px; 
    transform: rotate(45deg) !important; 
    transition: all 0.25s 0s ease-in-out; 
    color: #000; 
}

/* Intro Components */
.intv-intro-box { 
    border-radius: 16px; 
    padding: 1rem 1rem; 
    position: relative; 
    overflow: hidden; 
}

.intv-intro-line { 
    display: block; 
    width: 40px; 
    height: 4px; 
    margin: 0 auto 16px; 
    border-radius: 2px; 
}

.intv-intro-title { 
    font-size: 26px; 
    line-height: 31.2px; 
    font-weight: 700; 
    letter-spacing: 0; 
    margin-bottom: 16px; 
}

.intv-intro-text { 
    max-width: 747px; 
    margin: 0 auto; 
}

.intv-intro-text p { 
    font-size: 16px; 
    line-height: 24px; 
    margin-bottom: 0; 
}

@media (min-width: 992px) { 
    .intv-intro-title { 
        white-space: nowrap; 
    } 
}

.intv-beneficios-line { 
    display: block; 
    width: 40px; 
    height: 4px; 
    margin: 0 auto 16px; 
    border-radius: 2px; 
}

.intv-beneficios-title { 
    font-size: 26px; 
    line-height: 31.2px; 
    font-weight: 700; 
    margin-bottom: 8px; 
}

.intv-beneficios-disclaimer { 
    font-size: 16px; 
    line-height: 24px; 
    color: #666; 
    margin-bottom: 32px; 
}

.intv-beneficio-item { 
    display: flex; 
    align-items: center; 
    border-radius: 16px; 
    margin-bottom: 20px; 
    background: #fff; 
    transition: all .2s ease; 
}

.intv-nosotros .intv-beneficios-lista {
    padding-right:10px !important;
    padding-left:10px !important;
}

.intv-archive-hero .row {
  justify-content: center;
  text-align: center;
}

.intv-archive-hero {
  color: #ffffff;
}

.intv-archive-hero a {
  color: #ffffff;
}

.intv-archive-hero p {
  color: #ffffff;
  font-size:20px;
  line-height:32px;
  margin-bottom:0;
}

.intv-nosotros .intv-lista-beneficios .intv-border-violeta {
  border-color: #78DCF7 !important;
}

@media (min-width: 992px) {
  .intv-archive-hero .intv-hero-title {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 992px) {
  .intv-archive-hero h1 {
    margin-inline: 200px;
    text-align: center;
  }

  .intv-archive-hero p {
    font-size:24px;
  }
}

.items-nosotros { 
    width: 42px;
    height: 42px;
}

/* Timeline (Nosotros) */
.intv-timeline-item {
  position: relative;
}

.intv-timeline-icon {
  position: relative;
  width: 42px;
  min-width: 42px;
  height: 42px;
  z-index: 1; /* icono por encima de la línea */
}

.intv-timeline-item .intv-timeline-icon::before {
  --intv-timeline-extend: 56px;
  content: "";
  position: absolute;
  left: 50%;
  top: calc(-1 * var(--intv-timeline-extend));
  bottom: calc(-1 * var(--intv-timeline-extend));
  width: 2px;
  transform: translateX(-50%);
  background: #E4E8EF;
  z-index: -1;
}

.intv-timeline-item:first-child .intv-timeline-icon::before {
  top: 50%;
}

.intv-timeline-item:last-child .intv-timeline-icon::before {
  bottom: 50%;
}

.intv-beneficio-icon { 
    width: 56px; 
    height: 56px; 
    min-width: 56px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    border-radius: 12px; 
}

.intv-beneficio-icon img { 
    width: auto; 
    height: auto; 
    padding: 6px; 
}

.intv-beneficio-text { 
    font-size: 18px; 
    line-height: 24px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding-left: 10px; 
}

.page-id-199 .intv-beneficio-text { 
    font-size: 16px; 
    line-height: 24px; 
    display: flex; 
    align-items: flex-start; 
    justify-content: center; 
    padding-left: 10px; 
    flex-direction:column;
}


.intv-beneficio-text p { 
    margin-bottom: 0px !important; 
}

/*--------------------------------------------------------------
# 5. DOS COLUMNAS E ICONOS CHECK SVG
---------------------------------------------------------------*/
.intv-doscolumnas ul, 
.intv-hero-inicio ul {
    padding: 0;
    margin: 0;
    
    & li {
        list-style: none;
        position: relative;
        padding-left: 32px;
        margin-bottom: 10px;

        &::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0.15em;
            width: 22px;
            height: 22px;
            background-image: url('img/check.svg');
            background-size: contain;
            background-repeat: no-repeat;
        }
    }
}

.intv-doscolumnas .intv-line { 
    justify-self: start; 
}

.intv-doscolumnas__title { 
    font-weight: 700; 
    margin-bottom: 16px; 
}

.intv-doscolumnas__text { 
    font-size: 16px; 
    line-height: 24px; 
    font-weight: 400; 
    letter-spacing: 0; 
}

.intv-doscolumnas__text p { 
    margin-bottom: .75rem; 
}

.intv-doscolumnas__img { 
    max-width: 100%; 
    height: auto; 
    border-radius: 12px; 
}

.intv-doscolumnas__panel { 
    background: #FFFFFF; 
    border-radius: 8px; 
    padding: 15px 30px; 
    margin-top: 30px; 
    display: flex; 
    align-items: center; 
    gap: 20px; 
    box-shadow: 0 12px 30px rgba(0,0,0,0.08); 
}

.page-id-1274 .intv-doscolumnas__panel {
    align-items: flex-start;
}

.page-id-1274 .intv-doscolumnas__panel img {
    margin-top: 0.25rem;
}

.intv-doscolumnas__panel-icon { 
    width: 70px; 
    height: auto; 
}

.page-id-1274 .intv-doscolumnas__panel-icon { 
    width:auto;
    height: auto; 
}

.intv-doscolumnas__panel {
    box-shadow: 0px 2px 7.9px 0px #00000040;
}

.intv-doscolumnas__panel-text p { 
    margin: 0 !important; 
    font-weight: 400; 
}

.page-id-1274 .intv-doscolumnas__panel {
    border-radius: 4px;
}

.intv-intro__title { 
    font-weight: 700; 
    margin-bottom: 16px; 
}

/* Variantes SVGs Originales sin duplicar */
.intv-doscolumnas.rosa ul li::before { 
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.70831 12.5789C7.31919 12.177 6.67602 12.1725 6.28127 12.5689L6.20938 12.6411C5.81817 13.0339 5.82124 13.67 6.2162 14.0591L9.99992 17.7863L17.2896 10.5444C17.6817 10.1549 17.6835 9.52106 17.2934 9.12939L17.2131 9.04877C16.8205 8.65445 16.1814 8.65655 15.7914 9.05343L9.99992 14.946L7.70831 12.5789Z" fill="%23FF2C9C"/><path d="M12.0166 0.5C17.8248 0.5 22.5331 5.20843 22.5332 11.0166C22.5332 16.8248 17.8248 21.5332 12.0166 21.5332C6.20843 21.5331 1.5 16.8248 1.5 11.0166C1.50006 5.20847 6.20847 0.500059 12.0166 0.5Z" fill="%23FF2C9C" stroke="white"/><path d="M8.01074 11.5891L10.2999 15.0229L16.4045 7.01074" stroke="white" stroke-width="1.50228" stroke-linecap="round" stroke-linejoin="round"/></svg>'); 
}

.intv-doscolumnas.violeta-electrico ul li::before { 
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.70831 12.5789C7.31919 12.177 6.67602 12.1725 6.28127 12.5689L6.20938 12.6411C5.81817 13.0339 5.82124 13.67 6.2162 14.0591L9.99992 17.7863L17.2896 10.5444C17.6817 10.1549 17.6835 9.52106 17.2934 9.12939L17.2131 9.04877C16.8205 8.65445 16.1814 8.65655 15.7914 9.05343L9.99992 14.946L7.70831 12.5789Z" fill="%237F4BED"/><path d="M12.0166 0.5C17.8248 0.5 22.5331 5.20843 22.5332 11.0166C22.5332 16.8248 17.8248 21.5332 12.0166 21.5332C6.20843 21.5331 1.5 16.8248 1.5 11.0166C1.50006 5.20847 6.20847 0.500059 12.0166 0.5Z" fill="%237F4BED" stroke="white"/><path d="M8.01074 11.5891L10.2999 15.0229L16.4045 7.01074" stroke="white" stroke-width="1.50228" stroke-linecap="round" stroke-linejoin="round"/></svg>'); 
}

.intv-doscolumnas.amarillo ul li::before { 
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.70831 12.5789C7.31919 12.177 6.67602 12.1725 6.28127 12.5689L6.20938 12.6411C5.81817 13.0339 5.82124 13.67 6.2162 14.0591L9.99992 17.7863L17.2896 10.5444C17.6817 10.1549 17.6835 9.52106 17.2934 9.12939L17.2131 9.04877C16.8205 8.65445 16.1814 8.65655 15.7914 9.05343L9.99992 14.946L7.70831 12.5789Z" fill="%23FFC700"/><path d="M12.0166 0.5C17.8248 0.5 22.5331 5.20843 22.5332 11.0166C22.5332 16.8248 17.8248 21.5332 12.0166 21.5332C6.20843 21.5331 1.5 16.8248 1.5 11.0166C1.50006 5.20847 6.20847 0.500059 12.0166 0.5Z" fill="%23FFC700" stroke="white"/><path d="M8.01074 11.5891L10.2999 15.0229L16.4045 7.01074" stroke="white" stroke-width="1.50228" stroke-linecap="round" stroke-linejoin="round"/></svg>'); 
}

.intv-doscolumnas.azul ul li::before { 
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.70831 12.5789C7.31919 12.177 6.67602 12.1725 6.28127 12.5689L6.20938 12.6411C5.81817 13.0339 5.82124 13.67 6.2162 14.0591L9.99992 17.7863L17.2896 10.5444C17.6817 10.1549 17.6835 9.52106 17.2934 9.12939L17.2131 9.04877C16.8205 8.65445 16.1814 8.65655 15.7914 9.05343L9.99992 14.946L7.70831 12.5789Z" fill="%234285F4"/><path d="M12.0166 0.5C17.8248 0.5 22.5331 5.20843 22.5332 11.0166C22.5332 16.8248 17.8248 21.5332 12.0166 21.5332C6.20843 21.5331 1.5 16.8248 1.5 11.0166C1.50006 5.20847 6.20847 0.500059 12.0166 0.5Z" fill="%234285F4" stroke="white"/><path d="M8.01074 11.5891L10.2999 15.0229L16.4045 7.01074" stroke="white" stroke-width="1.50228" stroke-linecap="round" stroke-linejoin="round"/></svg>'); 
}

.intv-doscolumnas.naranja ul li::before { 
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.70831 12.5789C7.31919 12.177 6.67602 12.1725 6.28127 12.5689L6.20938 12.6411C5.81817 13.0339 5.82124 13.67 6.2162 14.0591L9.99992 17.7863L17.2896 10.5444C17.6817 10.1549 17.6835 9.52106 17.2934 9.12939L17.2131 9.04877C16.8205 8.65445 16.1814 8.65655 15.7914 9.05343L9.99992 14.946L7.70831 12.5789Z" fill="%23F9A973"/><path d="M12.0166 0.5C17.8248 0.5 22.5331 5.20843 22.5332 11.0166C22.5332 16.8248 17.8248 21.5332 12.0166 21.5332C6.20843 21.5331 1.5 16.8248 1.5 11.0166C1.50006 5.20847 6.20847 0.500059 12.0166 0.5Z" fill="%23F9A973" stroke="white"/><path d="M8.01074 11.5891L10.2999 15.0229L16.4045 7.01074" stroke="white" stroke-width="1.50228" stroke-linecap="round" stroke-linejoin="round"/></svg>'); 
}

.intv-doscolumnas.verde ul li::before { 
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.70831 12.5789C7.31919 12.177 6.67602 12.1725 6.28127 12.5689L6.20938 12.6411C5.81817 13.0339 5.82124 13.67 6.2162 14.0591L9.99992 17.7863L17.2896 10.5444C17.6817 10.1549 17.6835 9.52106 17.2934 9.12939L17.2131 9.04877C16.8205 8.65445 16.1814 8.65655 15.7914 9.05343L9.99992 14.946L7.70831 12.5789Z" fill="%2346ce90"/><path d="M12.0166 0.5C17.8248 0.5 22.5331 5.20843 22.5332 11.0166C22.5332 16.8248 17.8248 21.5332 12.0166 21.5332C6.20843 21.5331 1.5 16.8248 1.5 11.0166C1.50006 5.20847 6.20847 0.500059 12.0166 0.5Z" fill="%2346ce90" stroke="white"/><path d="M8.01074 11.5891L10.2999 15.0229L16.4045 7.01074" stroke="white" stroke-width="1.50228" stroke-linecap="round" stroke-linejoin="round"/></svg>'); 
}

/*--------------------------------------------------------------
# 6. LOGOS SLIDER & GRID
---------------------------------------------------------------*/
.slick-track { 
    display: -ms-flexbox !important; 
    display: -webkit-flex !important; 
    display: flex !important; 
}

.slick-track img { 
    max-width: 80px; 
    filter: grayscale(100%); 
    transition: all 0.3s ease; 
}

.slick-track img:hover { 
    filter: grayscale(0%); 
}

.intv-logos { 
    background: #F8FBFE; 
}

.intv-logos .row.g-4 { 
    row-gap: 0.5rem; 
}

.intv-logos .col-6 { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
}

.intv-logos img { 
    max-height: 80px; 
    width: auto; 
    height: auto; 
    object-fit: contain; 
    filter: grayscale(100%); 
    opacity: 0.8; 
    transition: all 0.3s ease; 
}

.intv-logos img:hover { 
    filter: grayscale(0%); 
    opacity: 1; 
}

.logos-grid { 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 30px 20px; 
}

.logo-item { 
    width: calc(100% / 7 - 20px); 
    display: flex; 
    align-items: center; 
    justify-content: center; 
}

.logo-item img { 
    max-height: 80px; 
    object-fit: contain; 
    filter: grayscale(100%); 
    opacity: 0.8; 
    transition: all 0.3s ease; 
}

.logo-item img:hover { 
    filter: grayscale(0%); 
    opacity: 1; 
}

/*--------------------------------------------------------------
# 6.1 LOGOS SLIDER (2 rows, opposite directions)
---------------------------------------------------------------*/
.intv-logos-slider {
    width: 100%;
    overflow: hidden;
}

.intv-logos-slider .slider-row {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}

.intv-logos-slider .track {
    display: flex;
    width: max-content;
    align-items: center;
    flex: 0 0 auto;
    will-change: transform;
}

.intv-logos-slider .set {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 14px 20px;
    flex: 0 0 auto;
}

.intv-logos-slider .item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intv-logos-slider .item img {
    max-height: 80px;
    max-width: 100%;
    width: 130px;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.intv-logos-slider .item img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.intv-logos-slider .slider-row.slider-row-rtl .track {
    animation: intvLogosSliderRtl 15s linear infinite;
}

.intv-logos-slider .slider-row.slider-row-ltr .track {
    animation: intvLogosSliderLtr 15s linear infinite;
}

@keyframes intvLogosSliderRtl {
    0% { transform: translateX(0); }
    100% { transform: translateX(-33.333333%); }
}

@keyframes intvLogosSliderLtr {
    0% { transform: translateX(-33.333333%); }
    100% { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
    .intv-logos-slider .slider-row.slider-row-rtl .track,
    .intv-logos-slider .slider-row.slider-row-ltr .track {
        animation: none;
        transform: none;
    }
}

/*--------------------------------------------------------------
# 7. PRICING & SOLUCIONES (Tabs y Cards)
---------------------------------------------------------------*/
.data-container { 
    position: relative; 
    height: 100%; 
    width: 100%; 
    display: flex; 
    flex-direction: column; 
    padding-top: 2rem !important; 
    border-radius: 8px; 
}

.data-container .bl-btn { 
    position: absolute; 
    bottom: 40px; 
}

.data-container.plan-destacado { 
    border: 5px solid #833F7B !important; 
}

.plan-badge { 
    position: absolute; 
    left: -5px; 
    right: -5px; 
    top: 0; 
    transform: translateY(-100%); 
    background-color: #833F7B; 
    color: #fff; 
    text-align: center; 
    font-weight: 600; 
    padding: 0.6rem 1rem; 
    z-index: 10; 
    border-radius: 8px 8px 0 0; 
}

.plan { 
    margin-top: 0.5rem !important; 
    margin-bottom: 1rem; 
}

.nav-tabs, 
.nav-tabs .nav-item { 
    border: none; 
    outline: none !important; 
}

.h2-tabulador { 
    color: black !important; 
}

.intv-precios-nav .nav-tabs .nav-tabs { 
    padding: 0.25rem 0; 
    background-color: #E2E2E2; 
    border-radius: 8px; 
    margin-bottom: 30px; 
}

.intv-precios-nav .nav-link.active { 
    font-weight: bold !important; 
}

.intv-precios-nav { 
    background-color: #E2E2E2; 
}

.intv-soluciones-nav { 
    padding: 0.25rem 0; 
    border-radius: 8px; 
    margin-bottom: 30px; 
}

.intv-soluciones .nav-tabs { 
    gap: 20px; 
}

.intv-soluciones .nav-item-soluciones { 
    max-width: 165px; 
    width: 100%; 
    padding: 8px 10px; 
    text-align: center; 
    align-content: center; 
    line-height: 1.4; 
    border-radius: 8px; 
}

.nav-tabs .nav-item, 
.intv-precios-nav, 
.intv-soluciones-nav { 
    border-bottom: none; 
    border-radius: 8px; 
    padding: 0.75rem 3rem; 
    margin-left: .3rem; 
    margin-right: .3rem; 
    margin-top: .3rem; 
    margin-bottom: .3rem; 
    transition: background-color .2s ease; 
}

.intv-precios-nav, 
.intv-soluciones-nav { 
    width: 100%; 
    margin-right: auto; 
    margin-left: auto; 
    padding: 0; 
}

.img-soluciones-cont { 
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); 
    border-radius: 10px; 
    width: 100%; 
}

.img-soluciones { 
    max-height: 390px; 
}

.nav-item-precios { 
    border: 1px solid #e2e2e2 !important; 
    background-color: white; 
    color: #000 !important; 
}

.nav-item-precios.active { 
    background-color: #fff; 
    color: #000 !important; 
    font-weight: bold !important; 
    border-bottom: none; 
    box-shadow: 0 2px 6px rgba(0,0,0,.08); 
}

.nav-item-soluciones { 
    border: 1px solid black !important; 
    background-color: #E2E2E2 !important; 
    color: #000 !important; 
    transition: all 0.2s ease; 
    cursor: pointer; 
}

.nav-item-soluciones:hover { 
    background-color: #d1d5db !important; 
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15); 
    transform: translateY(-4px); 
}

.nav-item-soluciones.active { 
    background-color: black !important; 
    color: #fff !important; 
    font-weight: bold !important; 
    border-bottom: none; 
    box-shadow: 0 2px 6px rgba(0,0,0,.08); 
}

.intv-precios .plan { 
    font-size: 16px; 
    font-weight: bold; 
    text-transform: uppercase; 
}

.intv-precios .precio { 
    font-size: 24px; 
    font-weight: bold; 
    color: #833F7B; 
}

.intv-precios .cuentas { 
    font-size: 14px; 
    color: #666666; 
}

.intv-precios .bl-btn { 
    background-color: #000; 
    width: 150px; 
    padding: 10px 30px; 
}

.intv-precios ul { 
    margin: 0px 10px; 
    padding-inline: 20px; 
    position: relative; 
}

.intv-precios li { 
    list-style: none; 
    padding: 5px 0; 
}

.intv-precios li:before { 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f058"; 
    left: -5px; 
    font-size: 17px; 
    color: #37A81C; 
    display: inline-block; 
    position: absolute; 
}

.intv-soluciones .plan { 
    font-size: 12px; 
    font-weight: bold; 
    text-transform: uppercase; 
}

.intv-soluciones .precio { 
    font-size: 24px; 
    font-weight: bold; 
}

.intv-soluciones .cuentas { 
    font-size: 13px; 
    max-width: 100px; 
    margin: auto; 
}

.intv-soluciones .bl-btn { 
    background-color: #000; 
    margin: 20px 0; 
    width: 150px; 
    padding: 5px; 
}

.pricing-cta, 
.soluciones-cta { 
    font-weight: bold; 
    font-size: 26px; 
    margin-bottom: 0; 
}

/*--------------------------------------------------------------
# 8. INTEGRACIONES, NOTIFICACIONES Y CTA
---------------------------------------------------------------*/
.intv-nsts { 
    text-align: center; 
    display: flex; 
    flex-direction: row; 
    flex-wrap: nowrap; 
    justify-content: center; 
    align-content: stretch; 
    align-items: center; 
}

.bl-pagination i { 
    font-weight: bold; 
    font-size: 18px; 
    font-style: normal; 
}

.integraciones-container { 
    height: 190px; 
    border-radius: 10px; 
}

.integraciones-container img { 
    max-height: 60px; 
    width: auto; 
}

.single-integraciones h1 { 
    font-weight: bold; 
}

.intv-notif-icon { 
    width: 52px; 
    height: 52px; 
    background: #F5F5F5; 
    border-radius: 14px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    flex-shrink: 0; 
}

.intv-notif-icon img { 
    width: 22px; 
    height: auto; 
}

.intv-notif-text p { 
    margin-bottom: 0; 
    font-size: 14px; 
    line-height: 21px; 
    padding-left: 5px; 
}

.intv-integracion-item { 
    background: #ffffff; 
    border-radius: 10px; 
    padding: 22px 22px; 
    margin-bottom: 18px; 
    box-shadow: 0px 1px 2px -1px #0000001A, 0px 1px 3px 0px #0000001A; 
}

.intv-integraciondos-item { 
    background: #ffffff; 
    border-radius: 10px; 
    padding: 20px 22px; 
    margin-bottom: 18px; 
    box-shadow: 0px 1px 2px -1px #0000001A, 0px 1px 3px 0px #0000001A; 
}

.intv-integracion-icon img { 
    width: 26px; 
    height: auto; 
}

.intv-radius {
    border-radius:8px;
}

.intv-integracion-destacado { 
    padding: 22px 30px; 
    border-radius: 10px; 
    font-weight: 500; 
    color: #fff; 
}

.intv-integracion-destacado p {
    margin-bottom: 0px !important;
}

.intv-integracion-text { 
    font-weight: 700; 
    padding-left: 50px; 
}

.intv-integraciondos-img {
    box-shadow: 0px 18px 50px 0px #0000001A;
}

.intv-integraciondos .intv-doscolumnas__panel {
    border-radius: 8px;
    padding: 15px 18px;
}

.intv-integraciondos .intv-doscolumnas__panel p {
    margin: 0;
    padding: 16px 0px;
    border-radius: 8px;
    font-weight:700;
}

.intv-cta-to h2 { 
    font-size: 45px !important; 
}

.intv-cta img { 
    max-width: 60px; 
}

.intv-gracias .col-md-6 { 
    color: #000 !important; 
}

.max-height { 
    max-height: 400px; 
}

.titulo-cta { 
    font-weight: 700; 
    font-style: Bold; 
    font-size: 45px; 
    line-height: 55px; 
    letter-spacing: 0%; 
}

.intv-form { 
    background: #fff; 
    border-radius: 8px; 
    padding: 40px 40px 0 40px; 
    box-shadow: 0 12px 30px rgba(0,0,0,0.08); 
}

.site-info .dummy-container, 
.intv-contacto .dummy-container { 
    position: relative; 
}

.site-info .dummy-container:before, 
.intv-contacto .dummy-container:before { 
    border-bottom: 3px solid #fff; 
    content: ''; 
    width: 200px; 
    height: 10px; 
    position: absolute; 
    bottom: -10px; 
}

.site-info .dummy-container h6, 
.intv-contacto .dummy-container h6, 
.intv-contacto .dummy-container p { 
    font-weight: bold; 
    color: #fff; 
}

.intv-video iframe { 
    border-radius: 8px; 
}

/*--------------------------------------------------------------
# 9. FLYBOX & ANIMATIONS
---------------------------------------------------------------*/
.open-button { 
    padding: 14px !important; 
    border: none; 
    border-radius: 10px 0 0 10px; 
    cursor: pointer; 
    position: fixed; 
    bottom: 50%; 
    transform: translateY(50%); 
    right: 0; 
    width: 100px; 
    color: #fff; 
    z-index: 999; 
    outline: none; 
}

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

@media (min-width: 768px) {
    .open-button {
      display: none !important;
    }
  }

.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 { 
    transform: inherit; 
}

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

/* Clouds */
.clouds { 
    position: absolute; 
    width: 100%; 
    height: 100vh; 
    left: 0; 
    top: 100px; 
}

.cloudss2 { 
    position: relative; 
    width: 100%; 
    height: 100%; 
}

.cloud { 
    width: 200px; 
    height: 60px; 
    background: #fff; 
    border-radius: 200px; 
    position: absolute; 
}

.cloud:before, 
.cloud:after { 
    content: ''; 
    position: absolute; 
    background: #fff; 
    width: 100px; 
    height: 80px; 
    top: -15px; 
    left: 10px; 
    border-radius: 100px; 
    transform: rotate(30deg); 
}

.cloud:after { 
    width: 120px; 
    height: 120px; 
    top: -55px; 
    left: auto; 
    right: 15px; 
}

@keyframes moveclouds {
    0% { opacity: 0; right: 0; }
    10% { opacity: 0.8; }
    90% { opacity: 0.8; }
    100% { right: 100%; opacity: 0; }
}

@keyframes moveclouds2 {
    0% { opacity: 0; left: 0; }
    10% { opacity: 0.8; }
    90% { opacity: 0.8; }
    100% { left: 80%; opacity: 0; }
}

@media only screen and (min-width: 767px) {
    .x1 { 
        transform: scale(0.5); 
        top: 20px; 
        animation: moveclouds 25s linear infinite; 
    }
    .x2 { 
        transform: scale(0.6); 
        top: 100px; 
        animation: moveclouds2 23s linear infinite; 
    }
    .x4 { 
        transform: scale(0.5); 
        bottom: 180px; 
        animation: moveclouds2 30s linear infinite; 
    }
    .x5 { 
        transform: scale(0.6); 
        opacity: 0.8; 
        bottom: 100px; 
        right: 0; 
        animation: moveclouds 15s linear infinite; 
    }
}

/*--------------------------------------------------------------
# 10. RESPONSIVE / MOBILE 
---------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
    .logo-item { 
        width: calc(100% / 5 - 20px); 
    }
}

@media only screen and (max-width: 768px) {
    .logo-item { 
        width: calc(100% / 3 - 20px); 
    }
}

@media only screen and (max-width: 766px) {
    .dropdown-menu {
        padding-left: 5%;
        border: none;
        border-bottom: 3px solid #000;
        border-radius: 0;
        background-color: #f3f3f3;
    } 
    .intv-shape { 
        max-width: 30px; 
    }
    .intv-shape-1 { 
        left: 5%; 
        bottom: 3%; 
    }
    .intv-shape-2 { 
        right: 5%; 
        top: 3%; 
        transform: scale(-1); 
    }
    .clouds { 
        display: none !important; 
    }
    .intv-hero-home { 
        height: auto; 
    }
}

@media only screen and (max-width: 480px) {
    .logo-item { 
        width: calc(100% / 2 - 20px); 
    }
}

/* HERO CASOS DE ÉXITO */
.intv-hero-inst {
    background-color: #7b3f7b; /* violeta base */
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Curva inferior */
.intv-hero-inst {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}   

/* Contenido */
.intv-hero-inst .container {
    position: relative;
    z-index: 2;
}

/* Texto */
.intv-experiencias h1 {
    font-size: 2.8125rem !important;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.intv-experiencias p {
    font-size: 1.5rem;
    color: #fff;
    opacity: 0.9;
}

.intv-card-exp {
    width: 100%;
    max-width: 360px;
    height: 262px;

    margin: 0 auto;

    display: flex;
    flex-direction: column;

    border-radius: 8px;
    overflow: hidden;

    background: #fff;
    border: 1px solid rgba(0,0,0,0.08); /* borde sutil tipo figma */
    border-top: 8px solid #78DCF7;
    box-shadow: none; /* sacamos sombra fuerte del theme */
}

.intv-card-exp img {
    width: 100%;
    height: 100px;

    object-fit: contain; /* clave */
    background: #fff;

    padding: 16px; /* genera el espacio tipo figma */
}

.intv-card-exp img {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.intv-card-exp__img {
    height: 110px;

    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.intv-card-exp__img img {
    max-height: 100%;
    width: auto;

    object-fit: contain;
}

.intv-card-exp .bl-boxContent {
    flex: 1;
    padding: 12px !important;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    text-align: left;
}

.intv-card-exp .bl-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8px;
}

.intv-card-exp p {
    font-size: 0.875rem;
    color: #555;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow: hidden;
}

.intv-card-exp .bl-link {
    font-size: 0.85rem;
    font-weight: 500;
    margin-top: 8px;
}

.intv-card-exp .bl-boxContent {
    overflow: hidden;
}

.intv-experiencias .intv-highlight-box p {
    color: #833F7B;
}

.intv-highlight-box {
    border: 1px solid #833F7B;
}

.intv-experiencias .intv-highlight-box {
    border: 1px solid #833F7B;
    border-radius: 8px;

    padding: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;
    box-sizing: border-box;
}

.intv-highlight-number {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 400;
    color: #833F7B;
}

.intv-highlight-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #333;
}

.intv-highlight-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px; /* espacio entre número y texto */
    text-align: center;
}

.intv-highlight-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.intv-highlight-box {
    width: 100%;
    max-width: 359px;
    height: 104px;
}

.intv-exp-counter {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.875rem; /* 14px */
    line-height: 1.25rem; /* 20px */

    margin-bottom: 16px;
    color: #333;
}

.intv-exp-counter-row {
    display: flex;
    justify-content: space-between;
    align-items: center;

    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;

    margin-bottom: 16px;
    color: #333;
}

.intv-exp-counter-left,
.intv-exp-counter-right {
    opacity: 0.7;
}

@media (max-width: 576px) {
    .intv-exp-counter-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
}

.intv-link-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center; 
    gap: 6px;
    font-size: 14px;
    line-height: 20px;
}

.intv-link-arrow .arrow svg {
    width: 14px;
    height: 14px;
    transform: translateY(2px);
}

.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.custom-pagination .prev,
.custom-pagination .next {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border: 1px solid #000000;
    border-radius: 12px;
    background: #f8fbfe;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.custom-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    text-decoration: none;
    font-size: 14px;
    color: #C4C4C4;
    border-radius:8px;
    border: 1px solid #E0E7ED; /* 👈 lo que pediste */
}

.custom-pagination .current {
    background: #000000;
    color: #ffffff;
    border-bottom: none !important;

}

.custom-pagination .arrow svg {
    width: 12px;
    height: 12px;
    transform: translateY(1px);
}

.custom-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.custom-pagination .disabled {
    opacity: 0.5;
    pointer-events: none;
        border: 1px solid #E0E7ED;

}


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

.bold {
    font-weight: 700 !important;
}

.italic {
    font-style: italic !important;
}

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