/* Importar Tailwind */

@import url('tailwind.css');

/* Estilos Personalizados Nueva Propuesta MBA3 2025 */

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

/* <weight>: Use a value from 400 to 700
   <uniquifier>: Use a unique and descriptive class name */

.caveat-<uniquifier> {
  font-family: "Caveat", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}



.tm-page .tm-toolbar{
	border-bottom: 1px solid #b5bcc3;
}
.tm-page .tm-toolbar{
  padding-top: 4px;
  padding-bottom: 4px;
}

span.uk-icon svg{
	fill:#214b67;
}

.icoborder{
	position: absolute;
    left: 10px;
}

ul.lista-icono {
  list-style-type: none; /* Quita las viñetas predeterminadas */
  margin: 0;
  padding: 0;
}

ul.lista-icono li {
  /* Asegúrate de dejar un pequeño margen o padding
     si deseas espacio entre ítems o alrededor del icono */
  margin-bottom: 1em;
  padding-left: 2em;    /* Deja espacio a la izquierda si deseas el icono en pseudo-elemento posicionado */
  position: relative;   /* Permite posicionar el pseudo-elemento */
}

ul.lista-icono li::before {
  content: "";
  position: absolute;
  left: 0;              /* Ajusta la posición horizontal del icono */
  top: 50%;             /* Parte superior centrada verticalmente */
  transform: translateY(-50%);

  /* Ajusta el tamaño del icono a tu preferencia */
  width: 1.2em;
  height: 1.2em;

  /* Reemplaza la ruta con la de tu archivo SVG */
  background-image: url('/images/icon-check.svg');
  background-repeat: no-repeat;
  background-size: contain; /* Ajusta la imagen dentro del contenedor */
}

.uk-grid-divider>:not(.uk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(181,188,195,.8);
    box-shadow: none;
}

.slidep div div{
  justify-content:center;
}

.slidep div div.uk-grid div div.el-item div.el-meta{
  margin-top:5px!important;
}

.uk-totop{
  box-shadow:-5px -5px 15px rgba(255, 255, 255, .9), 1px 1px 7px 0px rgba(57, 65, 124, .2);
  width: 14px;
}

/*  COLORES BARRA DEL PIE */

.barrapie2 .el-image .forma-1 {
  fill: var(--color-1, #009fae); /* #009faf es el valor por defecto */
}

.barrapie2 .el-image .forma-2 {
  fill: var(--color-2, #8abb41); /* #96bb3b por defecto */
}

.barrapie2 .el-image .forma-3 {
  fill: var(--color-3, #1071b9); /* #0d71b9 por defecto */
}

/* Lista Paises */
.footcountry{
    text-align: center;
    padding-left: 0!important;
}
.footcountry li{
    color:#214b67!important;
    list-style: none;
    display: inline;
    font-size: 14px;
    font-weight: 500;
}

/* Top bars */

/*.tm-toolbar .uk-container div*/

/*#module-192 > div > div{
    position: relative;
    left: -7.3vw;
}
#module-190 > div > div{
    position: relative;
    right: -6.5vw;  
}*/


/*  Botón Conoce Más Menú   */


#module-1 > li.item-108{
    display: block !important;
    background: #8abb42;
    box-sizing: content-box;
    height: 20px;
    margin: 26px 0 0 0;
    padding: 7px 0 10px;
    border-radius: 10px;
    text-align: center;
}
#module-1 > li.item-108 > a{
  margin-top: -32px;
  color: #fff;
  font-weight: 500;
}
#module-1 > li.item-108:hover{
  background: #214b67;
}
.uk-search-input{
  height: 20px!important;
  font-size: 12px!important;
}

#searchForm .uk-button{
  height: 20px;
  line-height: 0;
}

#searchForm legend{
  font-size: 12px!important;
  margin-right: 50px;
}
#searchForm select{
min-width: 150px;
font-size: 12px;
font-weight: 500;
}

.uk-navbar-dropdown{
  border-radius: 0;
  top:90px!important;
}

/* Menu Productos  */
ul.lista-menu {
  list-style-type: none; /* Quita las viñetas predeterminadas */
  margin: 0;
  padding: 0;
}

ul.lista-menu li {
  /* Asegúrate de dejar un pequeño margen o padding
     si deseas espacio entre ítems o alrededor del icono */
  margin-bottom: 1em;
  padding-left: 2em;    /* Deja espacio a la izquierda si deseas el icono en pseudo-elemento posicionado */
  position: relative;   /* Permite posicionar el pseudo-elemento */
}

ul.lista-menu li::before {
  content: "";
  position: absolute;
  left: 0;              /* Ajusta la posición horizontal del icono */
  top: 50%;             /* Parte superior centrada verticalmente */
  transform: translateY(-50%);

  /* Ajusta el tamaño del icono a tu preferencia */
  width: 1.2em;
  height: 1.2em;

  /* Reemplaza la ruta con la de tu archivo SVG */
  background-image: url('/images/icon-check.svg');
  background-repeat: no-repeat;
  background-size: contain; /* Ajusta la imagen dentro del contenedor */
}

body.advretail .navretail .uk-nav .el-item:nth-child(1) .el-link{
  color:#8abb42;
}
body.advretail .navretail .uk-nav .el-item:nth-child(1) a:hover{
  color:#214b67!important;
}

body.wholesal .navretail .uk-nav .el-item:nth-child(2) .el-link{
  color:#8abb42;
}
body.wholesal .navretail .uk-nav .el-item:nth-child(2) a:hover{
  color:#214b67!important;
}
body.puntoven .navretail .uk-nav .el-item:nth-child(3) .el-link{
  color:#8abb42;
}
body.puntoven .navretail .uk-nav .el-item:nth-child(3) a:hover{
  color:#214b67!important;
}
body.smartlp .navretail .uk-nav .el-item:nth-child(4) .el-link{
  color:#8abb42;
}
body.smartlp .navretail .uk-nav .el-item:nth-child(4) a:hover{
  color:#214b67!important;
}
body.addonspage .navretail .uk-nav .el-item:nth-child(5) .el-link{
  color:#8abb42;
}
body.addonspage .navretail .uk-nav .el-item:nth-child(5) a:hover{
  color:#214b67!important;
}
/*body.advretail .uk-nav .el-item:nth-child(1) .el-link img{
  fill:red!important;
}*/
/*
advretail
wholesal
puntoven
smartlp
addonspage
*/

/* Styles Menú Activo Verticales */
body.matconst .navvertical .uk-first-column .uk-nav .el-item:nth-child(1) .el-link{
  color:#8abb42;
}
body.matconst .navvertical .uk-first-column .uk-nav .el-item:nth-child(1) a:hover{
  color:#214b67!important;
}
body.ferreteria .navvertical .uk-first-column .uk-nav .el-item:nth-child(2) .el-link{
  color:#8abb42;
}
body.ferreteria .navvertical .uk-first-column .uk-nav .el-item:nth-child(2) a:hover{
  color:#214b67!important;
}
body.matelect .navvertical .uk-first-column .uk-nav .el-item:nth-child(3) .el-link{
  color:#8abb42;
}
body.matelect .navvertical .uk-first-column .uk-nav .el-item:nth-child(3) a:hover{
  color:#214b67!important;
}
body.compint .navvertical .uk-first-column .uk-nav .el-item:nth-child(4) .el-link{
  color:#8abb42;
}
body.compint .navvertical .uk-first-column .uk-nav .el-item:nth-child(4) a:hover{
  color:#214b67!important;
}
body.prodhogar .navvertical .uk-first-column .uk-nav .el-item:nth-child(5) .el-link{
  color:#8abb42;
}
body.prodhogar .navvertical .uk-first-column .uk-nav .el-item:nth-child(5) a:hover{
  color:#214b67!important;
}
body.vestidomoda .navvertical .uk-first-column .uk-nav .el-item:nth-child(6) .el-link{
  color:#8abb42;
}
body.vestidomoda .navvertical .uk-first-column .uk-nav .el-item:nth-child(6) a:hover{
  color:#214b67!important;
}
body.celacces .navvertical .uk-first-column .uk-nav .el-item:nth-child(7) .el-link{
  color:#8abb42;
}
body.celacces .navvertical .uk-first-column .uk-nav .el-item:nth-child(7) a:hover{
  color:#214b67!important;
}
body.cosmbelleza .navvertical div:nth-child(2) .uk-nav .el-item:nth-child(1) .el-link{
  color:#8abb42;
}
body.cosmbelleza .navvertical div:nth-child(2) .uk-nav .el-item:nth-child(1) a:hover{
  color:#214b67!important;
}
body.comptec .navvertical div:nth-child(2) .uk-nav .el-item:nth-child(2) .el-link{
  color:#8abb42;
}
body.comptec .navvertical div:nth-child(2) .uk-nav .el-item:nth-child(2) a:hover{
  color:#214b67!important;
}
body.supabarrot .navvertical div:nth-child(2) .uk-nav .el-item:nth-child(3) .el-link{
  color:#8abb42;
}
body.supabarrot .navvertical div:nth-child(2) .uk-nav .el-item:nth-child(3) a:hover{
  color:#214b67!important;
}
body.electrodom .navvertical div:nth-child(2) .uk-nav .el-item:nth-child(4) .el-link{
  color:#8abb42;
}
body.electrodom .navvertical div:nth-child(2) .uk-nav .el-item:nth-child(4) a:hover{
  color:#214b67!important;
}
body.franquicias .navvertical div:nth-child(2) .uk-nav .el-item:nth-child(5) .el-link{
  color:#8abb42;
}
body.franquicias .navvertical div:nth-child(2) .uk-nav .el-item:nth-child(5) a:hover{
  color:#214b67!important;
}
body.farmacias .navvertical div:nth-child(2) .uk-nav .el-item:nth-child(6) .el-link{
  color:#8abb42;
}
body.farmacias .navvertical div:nth-child(2) .uk-nav .el-item:nth-child(6) a:hover{
  color:#214b67!important;
}
body.vinoslicor .navvertical div:nth-child(3) .uk-nav .el-item:nth-child(1) .el-link{
  color:#8abb42;
}
body.vinoslicor .navvertical div:nth-child(3) .uk-nav .el-item:nth-child(1) a:hover{
  color:#214b67!important;
}
body.tiendadep .navvertical div:nth-child(3) .uk-nav .el-item:nth-child(2) .el-link{
  color:#8abb42;
}
body.tiendadep .navvertical div:nth-child(3) .uk-nav .el-item:nth-child(2) a:hover{
  color:#214b67!important;
}
body.reprefac .navvertical div:nth-child(3) .uk-nav .el-item:nth-child(3) .el-link{
  color:#8abb42;
}
body.reprefac .navvertical div:nth-child(3) .uk-nav .el-item:nth-child(3) a:hover{
  color:#214b67!important;
}
body.empilum .navvertical div:nth-child(3) .uk-nav .el-item:nth-child(4) .el-link{
  color:#8abb42;
}
body.empilum .navvertical div:nth-child(3) .uk-nav .el-item:nth-child(4) a:hover{
  color:#214b67!important;
}
body.cominorista .navvertical div:nth-child(3) .uk-nav .el-item:nth-child(5) .el-link{
  color:#8abb42;
}
body.cominorista .navvertical div:nth-child(3) .uk-nav .el-item:nth-child(5) a:hover{
  color:#214b67!important;
}
body.comayorista .navvertical div:nth-child(3) .uk-nav .el-item:nth-child(6) .el-link{
  color:#8abb42;
}
body.comayorista .navvertical div:nth-child(3) .uk-nav .el-item:nth-child(6) a:hover{
  color:#214b67!important;
}

/* 
#menu-item-259\#0 > div > div:nth-child(2) > ul > li:nth-child(1) > a
*/

/* Styles Grid Verticales */

.gridsubtitle h3{
    color:#fff;
    /*font-family:Roboto;*/
    font-kerning: normal;
    font-size:0.85rem;
    font-weight: 600!important;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    background: #0074bc;
    padding: 10px 0;
    margin-top: 0!important;
}

.gridsubtitle h2{
    color:#fff;
    /*font-family:Roboto;*/
    font-kerning: normal;
    font-size:1.2rem;
    font-weight: 600!important;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    background: #0074bc;
    padding: 10px 0;
    margin-top: 0!important;
}

/*body > div > div > div > div.tm-page > header.tm-header.uk-visible\@m > div.uk-sticky > div.uk-drop.uk-navbar-dropdown.uk-open{
  margin-top:-25px;
}*/

/* ADDONS GRID STYLE*/

.addonsgrid .uk-grid .uk-panel:nth-child(1){
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;  
}

div.addonsgrid > div > div:nth-child(13) > div,
div.addonsgrid > div > div:nth-child(14) > div,
div.addonsgrid > div > div:nth-child(15) > div,
div.addonsgrid > div > div:nth-child(16) > div{
    border-bottom:none!important;
}

.addonsgrid .el-title{
    color:#214b67;
    font-size:0.8rem;
    font-weight:800;
    position: relative;
    bottom: -12px;
}

@media only screen and (max-width: 600px) {
    .addonsgrid .el-title {
        color: #214b67;
        font-size: 0.5rem;
        font-weight: 800;
        position: relative;
        bottom: -12px;
    }
}
#page\#18 > div > div:nth-child(1) > div > a > h3 img:hover{
  fill:blue;
}

#gridappsection{
  padding-left:2rem!important;
}

#teasercontent1 p{
  font-size:21px; 
  text-align:justify;     
}

/* Alineación del título de los paneles de add-ons(etiqueta "meta") */
.uk-slider-container div div div div.el-meta{
  text-align: center;
  width: 100%;
}


/*listas con viñeta punto verde*/
ul.green-point {
  list-style-type: none; /* Quita las viñetas predeterminadas */
  margin: 0;
  padding: 0;
}

ul.green-point li {
  margin-bottom: 1em;
  padding-left: 1em;    
  position: relative;
}

ul.green-point li::before {
  content: "";
  position: absolute;
  left: 0;              
  top: 0.5em; /* Posición ajustada hacia abajo ligeramente desde la parte superior de la primera línea */
  
  width: 0.4em; /* ajusta si necesitas otra proporción */
  height: 0.4em; /* ajusta si necesitas otra proporción */

  background-image: url('/images/greenpoint.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}

#menu-item-781\#0 {
  background: rgba(255,5,5,0);
}

.sizeimghead{
  height: 280px;
}

.sizeimgblue{
  height: 190px;
}

body .convertforms .cf-control-input-desc {
    color: rgba(255,255,255,.5) !important;
}

/*
Estilos Verticales
*/

.verticalstyle h1,
.verticalstyle h2,
.verticalstyle h3,
.verticalstyle h4,
.verticalstyle h5,
.verticalstyle h6,
.verticalstyle .whitebtn .el-content{
  color:#214b67;
}

.verticalstyle h2{
  font-size: 21px;
}

.verticalstyle h2.mbatitle{
  font-size: 24px!important;
}

.verticalstyle .uk-button-default {
    background-color: #fff;
    color: #214b67;
    border: 2px solid transparent;
    border-radius: 5px;
    box-shadow: none; 
}

.verticalstyle .tit-barra-azul {
    color: #ffffff;
    padding: 20px 0;
}

.verticalstyle .lpname2{
  display: inline-block;
  padding: 20px 0;
}

.verticalstyle #module-137\#4 .el-content {
    background-color: #214b67;
    color: #fff;
}

.verticalstyle .uk-section-muted {
    background: #f7f7f7;
}

.verticalstyle .gridsubtitle h3{
    color: #fff;
}

/*
Blog Link Aspect
*/

.blog-uikit3-frontpage .uk-article ul.uk-subnav {
    display: flex;
    justify-content: flex-start;
}

.blog-uikit3-frontpage .uk-article ul.uk-subnav li.element.element-itemlink {
    margin-top: 20px;
    margin-left: -50px!important; 
    padding-right: 20px; 
}

.blog-uikit3-frontpage .uk-article ul.uk-subnav li.element.element-itemlink a {
    display: inline-block;
    padding: 8px 15px 8px 20px; 
    margin-top:-15px;
    text-decoration: none; 
    background-color: #657b85;
    color: #fff; 
    border-radius: 5px;
    margin-left:10px;
    font-size: 11px;
    font-weight: 600;
}

.blog-uikit3-frontpage .uk-article ul.uk-subnav li.element.element-itemlink a:hover {
    background-color: #214b67; 
}


/* Estilos headings blog */

.blog-uikit3 h1, .blog-uikit3 h2, .blog-uikit3 h3{
  color:#214b67;
}

.blog-uikit3 .uk-card-default .uk-card-title {
  color:#214b67;
}

.blog-uikit3 .uk-subnav>*>:first-child {
  color:#214b67;
}

/* Estilos boton continuar blog */

.blog-uikit3-frontpage .uk-article ul.uk-subnav li.element.element-itemlink a{
font-size: 14px;
}

.blog-uikit3 .uk-article-meta{
font-size: 12px;
}

.blog-uikit3 .uk-article-meta a{
color:#214b67;
text-decoration: underline;
}

.blog-uikit3 .uk-article-meta a:hover{
text-decoration: none;
}

.blog-uikit3 .uk-article p{
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
}

.blog-uikit3 .uk-article ul li{
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
}

/* Panel Blue  */
.contentpane .panelblue{
  background:#214b67;
}

/* Lista de Funciones */
.listfunc{
    list-style-position: outside!important;
    text-indent: -15px;
    margin-left: 20px;
}

.listfunc .el-item {
    color: #214b67;
    font-weight: 500;
    line-height: 1.5rem;
    margin-left: 30px;
    font-size: 16px;
}

.listfunc .el-content:before {
    content: "• ";
    color: #214b67;
    display: inline;
    font-size: 1.5rem;
    position: relative;
    top: 0.20rem;
}


.blogmba3 #tm-main{
  padding-top: 0;
}

.blogmba3 .uk-article .uk-margin p a{
  color:#1071b9;
  text-decoration-line: underline;
  text-decoration-style: none;
}

.blogmba3 .uk-article .uk-margin p a:hover{
    text-decoration-line: none;
}

.blogmba3 .uk-article .uk-margin li a{
  color:#1071b9;
  text-decoration-line: underline;
  text-decoration-style: none;
}

.blogmba3 .uk-article .uk-margin li a:hover{
    text-decoration-line: none;
}

.eb-dialog{
  max-width: 1360px;
}


/*  Styles for "Conoce Más" button in Marketplace  */

.barlinks .sp1{
    display:flex;
    justify-content:left;
    font-size: 12px;
}
.barlinks .sp1 strong{
    font-weight: 700;
}
.barlinks .sp2{
    margin:0.3rem 0 0 0;
    display:flex;
    justify-content:center;
    width:100%;
}

.barlinks .sp2 a.btnmkt{
    width:100px;
    background-color: #0097ae;
    color:#fff;
    border-radius:5px;
    text-transform:uppercase;
    font-size:14px;
    font-weight:300;
    padding:8px 10px!important;
    display:block;
    text-align:center;
}
.barlinks .sp2 a.btnmkt:hover{
    background-image: linear-gradient(to bottom, #2191db, #115989);
    text-decoration:none;
}

/* Ribon */
.ribbon {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 236px;
    padding: 10px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    color: #fff;
    font: 700 18px/1 sans-serif;
    font: 700 11px/1 sans-serif;
    dow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.05rem;
}

/*
top: 6.87rem;
left: 7px;
*/

.ribbon-top-right {
  top: -1px;
  right: -1px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
left: -35px;
    top: 20px;
    transform: rotate(45deg);
}

/*Botones Marketplace*/
.gallerym > div > div > div > a{
    /*box-shadow: 0 3px 12px rgb(0 0 0 / 12%);*/
}

.gallerym > div > div > div > a:hover{
    /*box-shadow: 0 3px 12px rgb(0 0 0 / 15%);*/
}

.gallerym > div > div > div > a > div.uk-panel.uk-position-bottom.uk-margin-remove-first-child{
/*    position: relative!important;*/
    top: 20px;
    padding: 15px 0 40px;
    border-top:4px solid #acaaaa;
}

.gallerym > div > div > div > a{
    padding:15px;
}
.gallerym  > div > div > div > a > img    
.gallerym  > div > div > div > a > img{
    box-shadow:  7px 7px 14px #e0e0e0, -7px -7px 14px #ffffff;
}

/* ***************************
* MARKETPLACE GALLERY TITLES *
*****************************/

#GallMovil .el-item{
/*    padding-bottom:30px !important;*/
}

#GallMovil .el-title{
    font-size: 14px !important;
}

#GallMovil1 .el-item{
/*    padding-bottom:30px !important;*/
}

#GallMovil1 .el-title{
    font-size: 14px !important;
}

#GallMovil div div div a{
  padding-bottom: 40px; 
}

/* Subtitulos Componentes */
.subtitle-f{
  font-size: 26px;
}

/* Estilo para los enlaces de artículos frecuentes del blog */
.uk-article .uk-list a{
  font-weight: 500;
}

/* Estilo fondo popup */
.eb-dialog{
  background: rgba(255, 255, 255, 0)!important;
}

/* Estilo icono de divisor */
 .uk-divider-icon {
      background-image: url(/images/mba3_bag1.png);
      /* Add other styling as needed, like background-size or width */
    }


/**********************
* Landing Page Styles *
**********************/

.landingpage iframe{
    width: 100vw;
}

/*// hide header */
.landingpage .tm-header { display: none!important; }

/*// hide header on mobile*/
.landingpage .tm-header-mobile { display: none!important; }

/*// hide footer
// put pa-hide-for-landing in footer class for trigger*/
.landingpage .pa-hide-for-landing { display: none!important; }

.landingpage #footer\#1{ display: none!important; }
.landingpage #footerfacts{ display: none!important; }

.landingpage .sp{ display: none!important; }
.landingpage #module-93{ display: none!important; }
.landingpage .uk-section-default{
    margin: 0!important;
    padding: 0!important;
}
.landingpage .uk-container{
    width: 100vw;
    margin: 0!important;
    padding: 0!important;
}

.landingpage1 .sp{ display: none!important; }

.landingpage .tm-toolbar{ display: none!important; }


.landingpage #footer\#13{ display: none!important; }

.prescorta #module-93{ display: none!important; }

.prescorta .sp{ display: none!important; }

.presentat #footerfacts22{
    display: none;
}

.presentat #footer\#14{
    display:none;
}

.landingp h1, .landing h1, .prescorta h1{
  color:#fff;
}

.socialbuttons{
display: none;
}

.blog-uikit3-frontpage .linkedmba{
display: none;
}


.blog-uikit3-frontpage .IN-widget{
display: none!important;
}

.blog-uikit3-frontpage .conocermba{
display: none!important;
}
.mba3-buttons{
  margin-top:20px!important;
}

/* ******************
Estilo tablas blog
****************** */
table.tablines {
    border-collapse: collapse; /* ¡Los bordes se combinan! */
  }
  .tablines th, .tablines  td {
    border: 1px solid #333;   /* Color y grosor de los bordes */
    padding: 8px 12px;        /* Espaciado interno */
  }
  .tablines  th {
    background-color: #f3f3f7; /* Color de fondo para las cabeceras */
  }

/*
Estilos LP Socios, LP Consultor
*/

.lphide .tm-toolbar{
  display: none;
}

.lphide .tm-header{
  display: none;
}

/*.lphide #module-1{
  display: none;
}*/

.lphide #footerfacts22{
  display: none;
}

.lphide .tm-header-mobile{
  display: none;  
}

/* Estado inicial (arriba de la página, aún no sticky) */
#lp-sticky {
  z-index: 980; /* por encima del contenido */
  border-bottom: 1px solid transparent; /* sin borde visible al inicio */
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
  /* opcional: fondo transparente para que no tape */
  background: transparent;
}

/* Estado sticky (al hacer scroll; UIkit agrega lp-sticky--active) */
#lp-sticky.lp-sticky--active {
  border-bottom-color: rgba(0,0,0,.12);       /* tu color de borde “on scroll” */
  background: rgba(255,255,255,.85);          /* opcional: efecto de barra */
  backdrop-filter: saturate(180%) blur(6px);   /* opcional: efecto glass */
  box-shadow: 0 2px 8px rgba(0,0,0,.06);      /* opcional: leve sombra */
}

/* Estilos Gtranslate */

.lphide .gridsubtitle h3{
  background: #214b67;
}

.gtranslate_wrapper{
top:-20px!important;
}
#google_translate_element2{
  display: none;
}
.skiptranslate iframe{
  display: none;
}

#gt_float_wrapper{
    position: absolute!important;
    width: 136px!important;
    top: -15px!important;
    right: -90px!important;
}

/*modulo iconos sociales*/
#module-185{
  position: relative;
  right: 40px;
}

#goog-gt-vt,
.VIpgJd-yAWNEb-hvhgNd,
#goog-gt-votingHiddenPane {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.glink{
  margin-right: 5px;
}

a.glink img {
  width: 18px!important;
}

/* ordenar banderas */
#gt-wrapper-231 {
  display: flex;
  gap: 5px; /* opcional: espacio entre los ítems */
}

/* Reordenamos visualmente los idiomas */
[data-gt-lang="es"] {
  order: 1;
}

[data-gt-lang="en"] {
  order: 2;
}

[data-gt-lang="pt"] {
  order: 3;
}

#gt-wrapper-231 > a.glink > img{
  width: 21px!important;
}

.tm-header-mobile .uk-nav-bar{
  width: 100vw!important;
}

.tm-header-mobile .uk-navbar-left{
  width: 10vw;
}

.tm-header-mobile .uk-navbar-center{
    width: 50vw !important;
    justify-content: right;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
}

.tm-header-mobile .uk-navbar-right{
  width: 40vw;
  justify-content: right;
}

.tm-header-mobile .uk-nav-center:not(:only-child){
  width: 40vw!important;
  left:40%!important;
}

#module-234 a.glink{
  margin-right: 10px;
}

.tm-header{
  z-index: 99999;
}
.lphide___ #page\#0{
  opacity: 0;
}

ol{
  font-size: 16px;
}

.uk-article h3 a{
  color:#1071b9;
    text-decoration: underline;
}
.uk-article h3 a:hover{
  color:#214b67;
  text-decoration: none;
}


  /*************************/
 /* ESTILOS DISPOSIITIVOS */
/*************************/

/* Tablets y dispositivos más pequeños */
@media (max-width: 1023px) {
    #logoesquema{
        display:flex;
        justify-content:center;
        margin-top:20px;
    }
    #sloganesquema1{
        display:flex;
        justify-content:center;
        margin-top:-20px;
    }
    #sloganesquema2{
        display:flex;
        justify-content:center;
    }
    #logosapesquema{
        display:flex;
        justify-content:center;
        margin-top:-20px;
    }
    #gridappsection{
      padding-left: 0!important;
    }
    #teasercontent1 p{
      font-size: 19px;
      padding: 0 30px 30px;
      text-align: left;
    }
    .sizeimghead{
      height: 450px;
    } 
    .sizeimgblue{
      height: 350px;
    }
    #ygriega{
      width: 100%;
      padding-bottom: 3px;
    }
    .c1fotos2x1{
      min-height: 300px;
    }
    .c1fotos2x1 div div{
      background-position: 50% 50%;
    }
    .c2fotos2x1 h2{
      padding-left:20px;
    }
    .c2fotos2x1 p{
      padding:20px;
    }
    .c2fotos2x1 a{
      margin-right:20px;
    }
    .c2fotos2x1{
      padding: 0 25vw;
      display: flex;
      flex-direction: column;
      align-items: center;
      align-self: stretch;
      justify-content: center;  
    }
    .c3fotos2x1{
      min-height: 300px;
    }
    .c3fotos2x1 div div{
      background-position: 50% 50%;
    }
    .lphide .lptopbar{
      display: none;
    }
}

/*
    padding: 0 25vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    justify-content: center;
*/

/* Solo móviles */
@media (max-width: 480px) {
    #logoesquema{
        display:flex;
        justify-content:center;
        margin-top:20px;
    }
    #sloganesquema1{
        display:flex;
        justify-content:center;
        margin-top:-20px;
    }
    #sloganesquema2{
        display:flex;
        justify-content:center;
    }
    #logosapesquema{
        display:flex;
        justify-content:center;
        margin-top:-20px;
    }
    #gridappsection{
      padding-left: 0.01rem!important;
    }
    #teasercontent1 p{
      font-size: 19px;
      padding: 0 30px 30px;
      text-align: left;
    }
    .sizeimghead{
      height: 280px;
    }
    .sizeimgblue{
      height: 190px;
    }
    .rpanelblue div div div div div .uk-first-column{
      height:0;
    }
    .c1fotos2x1{
      min-height: 300px;
    }
    .c2fotos2x1 h2{
      padding-left:20px;
    }
    .c2fotos2x1 p{
      padding:20px;
    }
    .c2fotos2x1 a{
      margin-right:20px;
    }
    .c3fotos2x1{
      min-height: 300px;
    }
    .blog-uikit3-frontpage .uk-article ul.uk-subnav li.element.element-itemlink {
        margin-left: -10px!important; 
    }
    .uk-offcanvas-bar .uk-nav-primary{
      font-size:15px;
    }

    .uk-offcanvas-bar .uk-nav-sub{
      font-size:14px;
    }
    .uk-offcanvas-bar .uk-nav-sub li{
      margin:5px 0;
    }
    .lphide .lptopbar{
      display: flex;
    }
    .lphide .lptopbar > div > div > .uk-width-1-2\@m{
  margin-top: -15px;
  }
  .lphide .lptopbar > div > div > .uk-width-1-2\@m > div > ul{
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      font-size: 10px!important;
  }

  .lphide .lptopbar > div > div > .uk-width-1-2\@m > div > ul li{
    margin-right: 0!important;
    margin-left: 0;
    font-size: 10px!important;
  }
  .lphide .lptopbar > div > div > .uk-width-1-2\@m div > ul li a{
    font-size: 12px!important;
  }
  .lphide .lptopbar > div > div > div:last-child{
    display: flex;
    justify-content: center;
    margin-top: -15px;
    padding-bottom: 20px;
  }
   .lphide .lptopbar > div > div > div:last-child > div{
    padding: 5px!important;
    line-height: 16px!important;
   }
   .lphide .lptopbar > div > div > div:last-child > div a{
    font-size: 12px;
    border-radius: 5px;
        padding: 4px 8px;
    line-height: 17px;
   }
   #lp-sticky > div > div{
    flex-wrap: nowrap;
   }
}


/* /////////////newdesign///////////////  */

/* MBA3 PREVIEW 017: INICIO

   ESTE ARCHIVO NO ES UN custom.css. Es un bloque que se AÑADE al final del
   custom.css que ya tenga el servidor. Si lo subes encima del archivo del
   child theme, borras todo el CSS del sitio.

   Generado por scripts/build-mba3-preview-017-yootheme.mjs desde
   fallback/preview_017.html. Todo queda acotado al contenedor de sección: no
   hay una sola regla que alcance al resto del sitio.
   Para actualizar, sustituye solo lo comprendido entre MBA3 PREVIEW 017: INICIO y MBA3 PREVIEW 017: FIN. */
@font-face{font-family:"Montserrat";src:url("/images/dgtexp/assets/brand/fonts/montserrat/Montserrat-Regular.ttf") format("truetype");font-style:normal;font-weight:400;font-display:swap;}
@font-face{font-family:"Montserrat";src:url("/images/dgtexp/assets/brand/fonts/montserrat/Montserrat-Medium.ttf") format("truetype");font-style:normal;font-weight:500;font-display:swap;}
@font-face{font-family:"Montserrat";src:url("/images/dgtexp/assets/brand/fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");font-style:normal;font-weight:600;font-display:swap;}
@font-face{font-family:"Montserrat";src:url("/images/dgtexp/assets/brand/fonts/montserrat/Montserrat-Bold.ttf") format("truetype");font-style:normal;font-weight:700;font-display:swap;}
@font-face{font-family:"Montserrat";src:url("/images/dgtexp/assets/brand/fonts/montserrat/Montserrat-ExtraBold.ttf") format("truetype");font-style:normal;font-weight:800;font-display:swap;}
@font-face{font-family:"Montserrat";src:url("/images/dgtexp/assets/brand/fonts/montserrat/Montserrat-Black.ttf") format("truetype");font-style:normal;font-weight:900;font-display:swap;}

      :is([data-mba3-preview-017-section], .mba3-preview-017){
        --ink: #1f3f52;
        --deep: #214b67;
        --deep-2: #173f58;
        --blue: #128ed8;
        --sky: #eaf3f7;
        --paper: #f7fbfd;
        --white: #ffffff;
        --muted: #6d8290;
        --line: #d3e0e6;
        --amber: #eea93e;
        --shadow: 0 20px 52px rgba(33, 75, 103, 0.16);
        --font-sans: "Montserrat";
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017),:is([data-mba3-preview-017-section], .mba3-preview-017) *{
        box-sizing: border-box;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017){
        scroll-behavior: smooth;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017){
        margin: 0;
        background: var(--paper);
        color: var(--ink);
        font-family: var(--font-sans);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) img{
        max-width: 100%;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .page{
        width: 100%;
        margin: 0;
        background: var(--paper);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .nav,:is([data-mba3-preview-017-section], .mba3-preview-017) .hero,:is([data-mba3-preview-017-section], .mba3-preview-017) .trust,:is([data-mba3-preview-017-section], .mba3-preview-017) .client-proof,:is([data-mba3-preview-017-section], .mba3-preview-017) .micro-landing,:is([data-mba3-preview-017-section], .mba3-preview-017) .testimonials,:is([data-mba3-preview-017-section], .mba3-preview-017) .problem,:is([data-mba3-preview-017-section], .mba3-preview-017) .suite,:is([data-mba3-preview-017-section], .mba3-preview-017) .direction,:is([data-mba3-preview-017-section], .mba3-preview-017) .solutions,:is([data-mba3-preview-017-section], .mba3-preview-017) .blog,:is([data-mba3-preview-017-section], .mba3-preview-017) .faq,:is([data-mba3-preview-017-section], .mba3-preview-017) .site-footer{
        padding-left: clamp(28px, 5vw, 72px);
        padding-right: clamp(28px, 5vw, 72px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .nav{
        height: 82px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--paper);
        font-size: 12px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .brand{
        width: clamp(322px, 27.6vw, 437px);
        display: inline-flex;
        align-items: center;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .brand img{
        display: block;
        width: 100%;
        height: auto;
        image-rendering: auto;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .nav-links{
        display: flex;
        align-items: center;
        gap: 18px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .nav-item{
        position: relative;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .nav-item summary{
        list-style: none;
        cursor: pointer;
        min-height: 32px;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        color: var(--deep);
        font-weight: 800;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .nav-item summary::-webkit-details-marker{
        display: none;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .nav-item summary::after{
        content: "";
        width: 6px;
        height: 6px;
        border-right: 1.5px solid var(--blue);
        border-bottom: 1.5px solid var(--blue);
        transform: translateY(-2px) rotate(45deg);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .dropdown{
        position: absolute;
        right: 0;
        top: 38px;
        width: 330px;
        z-index: 30;
        border: 1px solid var(--line);
        border-radius: 6px;
        background: var(--white);
        box-shadow: var(--shadow);
        padding: 8px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .dropdown a{
        display: grid;
        gap: 4px;
        padding: 12px;
        border-radius: 5px;
        color: var(--ink);
        text-decoration: none;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .dropdown a:hover{
        background: var(--sky);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .dropdown strong{
        color: var(--deep);
        font-size: 13px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .dropdown span{
        color: var(--muted);
        font-size: 12px;
        line-height: 1.35;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .nav-link{
        min-height: 32px;
        display: inline-flex;
        align-items: center;
        color: var(--deep);
        font-weight: 800;
        text-decoration: none;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .eyebrow{
        color: var(--blue);
        font-size: 16px;
        font-weight: 900;
        line-height: 1.2;
        text-transform: uppercase;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) h1,:is([data-mba3-preview-017-section], .mba3-preview-017) h2,:is([data-mba3-preview-017-section], .mba3-preview-017) h3,:is([data-mba3-preview-017-section], .mba3-preview-017) p{
        margin-top: 0;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) h1,:is([data-mba3-preview-017-section], .mba3-preview-017) h2{
        font-family: var(--font-sans);
        font-weight: 600;
        color: var(--deep);
        letter-spacing: 0;
      }

      /* Ajuste óptico sutil para compactar todos los títulos sin afectar su legibilidad. */
      :is([data-mba3-preview-017-section], .mba3-preview-017) h1,:is([data-mba3-preview-017-section], .mba3-preview-017) h2,:is([data-mba3-preview-017-section], .mba3-preview-017) h3{
        letter-spacing: -0.01em;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero{
        min-height: 512px;
        display: grid;
        grid-template-columns: minmax(0, 1.03fr) minmax(330px, 0.72fr);
        align-items: center;
        gap: clamp(34px, 5vw, 72px);
        position: relative;
        overflow: hidden;
        isolation: isolate;
        padding-top: 80px;
        padding-bottom: 22px;
        background: var(--deep);
        color: var(--white);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero::before{
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background:
          linear-gradient(90deg, rgba(18, 52, 74, 0.67) 0%, rgba(18, 52, 74, 0.60) 42%, rgba(18, 52, 74, 0.34) 72%, rgba(18, 52, 74, 0.18) 100%),
          linear-gradient(0deg, rgba(18, 52, 74, 0.52), rgba(18, 52, 74, 0.11) 58%, rgba(18, 52, 74, 0.36));
        pointer-events: none;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero::after{
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        background:
          linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 25% 100%,
          linear-gradient(0deg, rgba(255, 255, 255, 0.1), transparent 32%);
        opacity: 0.5;
        pointer-events: none;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero-copy{
        grid-column: 1 / -1;
        grid-row: 1;
        position: relative;
        z-index: 4;
        padding-top: 0;
        transform: translateY(-30px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) [data-hero-slide]{
        transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1), opacity 420ms ease;
        will-change: transform, opacity;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero.is-sliding-out [data-hero-slide]{
        opacity: 0;
        transform: translate3d(-64px, -30px, 0);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero.is-sliding-in [data-hero-slide]{
        opacity: 0;
        transform: translate3d(64px, -30px, 0);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero .eyebrow{
        color: var(--amber);
        font-size: 16px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero .actions{
        width: 100%;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero h1{
        max-width: 760px;
        margin: 28px 0 22px;
        color: var(--white);
        font-size: clamp(42px, 3.4vw, 74px);
        line-height: 0.98;
        font-weight: 800;
        text-wrap: balance;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero h1.hero-title-compact{
        margin-bottom: 16px;
        font-size: clamp(38px, 3.45vw, 66px);
        line-height: 0.96;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero h1.hero-title-extra-compact{
        font-size: clamp(36px, 4.1vw, 62px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .lead{
        max-width: 690px;
        color: #dceaf0;
        font-size: clamp(17px, 1.6vw, 22px);
        font-weight: 700;
        line-height: 1.45;
        text-wrap: pretty;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .actions{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 14px;
        margin-top: 30px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .button{
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.36);
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.92);
        color: var(--deep);
        padding: 0 18px;
        font-size: 13px;
        font-weight: 900;
        text-decoration: none;
        cursor: pointer;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) button.button{
        font-family: inherit;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .button.primary{
        border-color: var(--blue);
        background: var(--blue);
        color: var(--white);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .button:hover{
        border-color: rgba(255, 255, 255, 0.82);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero-visual{
        grid-column: 2;
        grid-row: 1;
        position: relative;
        z-index: 4;
        pointer-events: none;
        min-height: 430px;
        align-self: end;
        transform: translateY(-30px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero-frame{
        position: absolute;
        inset: 0;
        margin: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
        overflow: hidden;
        border-radius: 0;
        background: var(--deep);
        box-shadow: none;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero-frame[data-hero-slide],:is([data-mba3-preview-017-section], .mba3-preview-017) .hero-frame[data-hero-slide] img{
        transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1), opacity 520ms ease, filter 520ms ease;
        will-change: transform, opacity;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero-frame img{
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
        filter: saturate(0.92) contrast(1.04);
      }

      @media (min-width: 1200px) and (max-width: 1399px) {
        :is([data-mba3-preview-017-section], .mba3-preview-017) .hero::before{
          background:
            linear-gradient(90deg, rgba(18, 52, 74, 0.88) 0%, rgba(18, 52, 74, 0.84) 44%, rgba(18, 52, 74, 0.70) 62%, rgba(18, 52, 74, 0.36) 82%, rgba(18, 52, 74, 0.18) 100%),
            linear-gradient(0deg, rgba(18, 52, 74, 0.60), rgba(18, 52, 74, 0.20) 58%, rgba(18, 52, 74, 0.44));
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .hero-frame img[src$="mba3-hero-retail-01.3.jpg"],:is([data-mba3-preview-017-section], .mba3-preview-017) .hero-frame img[src$="mba3-hero-retail-03.1.1.jpg"],:is([data-mba3-preview-017-section], .mba3-preview-017) .hero-frame img[src$="mba3-hero-retail-02.2.jpg"]{
          object-position: right center;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .hero-frame img[src$="mba3-hero-retail-01.3.jpg"]{
          width: calc(100% + 50px);
          max-width: none;
        }
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero.is-sliding-out .hero-frame[data-hero-slide]{
        opacity: 0;
        transform: translate3d(-7%, 0, 0);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero.is-sliding-in .hero-frame[data-hero-slide]{
        opacity: 0;
        transform: translate3d(7%, 0, 0);
      }

      @media (min-width: 1200px) and (max-width: 1399px) {
        :is([data-mba3-preview-017-section], .mba3-preview-017) .hero.is-sliding-out .hero-frame[data-hero-slide],:is([data-mba3-preview-017-section], .mba3-preview-017) .hero.is-sliding-in .hero-frame[data-hero-slide]{
          transform: none;
        }
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero-controls{
        position: absolute;
        top: 433px;
        right: clamp(28px, 5vw, 72px);
        z-index: 8;
        display: none;
        gap: 8px;
        align-items: center;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero-controls .arrow-button{
        position: relative;
        width: 35px;
        height: 35px;
        display: grid;
        place-items: center;
        border-color: rgba(255, 255, 255, 0.68);
        background: rgba(18, 142, 216, 0.88);
        color: var(--white);
        font-size: 0;
        box-shadow: 0 18px 42px rgba(6, 24, 35, 0.34);
        backdrop-filter: blur(12px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero-controls .arrow-button:hover{
        border-color: rgba(255, 255, 255, 0.92);
        background: rgba(18, 142, 216, 1);
        transform: translateY(-2px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero-controls .arrow-button::before{
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        opacity: 0.95;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero-controls .arrow-button[data-hero-prev]::before{
        border-right: 8px solid currentColor;
        transform: translate(-58%, -50%);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero-controls .arrow-button[data-hero-next]::before{
        border-left: 8px solid currentColor;
        transform: translate(-42%, -50%);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero-sun{
        display: none;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .hero-panel{
        position: absolute;
        right: 0;
        top: 42px;
        width: min(420px, 100%);
        min-height: 0;
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.13);
        box-shadow: 0 30px 70px rgba(6, 24, 35, 0.24);
        padding: 20px;
        color: var(--white);
        backdrop-filter: blur(8px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .panel-title{
        color: #dceaf0;
        font-size: 11px;
        font-weight: 900;
        text-transform: uppercase;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .panel-stats{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 14px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .panel-stats span{
        display: grid;
        min-height: 66px;
        align-content: center;
        gap: 6px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 7px;
        background: rgba(255, 255, 255, 0.11);
        padding: 10px 12px;
        color: #dceaf0;
        font-size: 10px;
        font-weight: 900;
        text-transform: uppercase;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .panel-stats strong{
        color: var(--white);
        font-family: var(--font-sans);
        font-size: 24px;
        font-weight: 500;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .panel-stats span:last-child{
        grid-column: 1 / -1;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .sparkline{
        width: 100%;
        height: 44px;
        margin-top: 14px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .trust{
        min-height: 250px;
        display: grid;
        grid-template-columns: minmax(300px, 0.78fr) minmax(520px, 1.22fr);
        align-items: center;
        gap: clamp(36px, 5vw, 72px);
        padding-top: 48px;
        padding-bottom: 52px;
        background: var(--sky);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .trust .eyebrow{
        display: block;
        margin-top: 8px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .trust h2,:is([data-mba3-preview-017-section], .mba3-preview-017) .problem h2,:is([data-mba3-preview-017-section], .mba3-preview-017) .solutions h2,:is([data-mba3-preview-017-section], .mba3-preview-017) .blog h2{
        margin: 18px 0 12px;
        font-size: clamp(35px, 4.1vw, 58px);
        line-height: 1.04;
        text-wrap: balance;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .section-copy{
        max-width: 650px;
        color: var(--muted);
        font-size: 16px;
        font-weight: 700;
        line-height: 1.45;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .section-copy.copy-medium{
        font-weight: 500;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .section-copy.copy-medium .text-link{
        font-weight: 600;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .client-logos{
        display: grid;
        grid-template-columns: repeat(4, minmax(132px, 1fr));
        gap: 18px;
        align-items: center;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .client-logo{
        min-height: 88px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--line);
        border-radius: 6px;
        background: var(--white);
        padding: 16px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .client-logo img{
        width: auto;
        max-width: 132px;
        max-height: 52px;
        object-fit: contain;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .client-logo.text-logo{
        color: var(--deep);
        font-size: 38px;
        font-weight: 900;
        letter-spacing: 0;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .micro-landing{
        padding-top: 76px;
        padding-bottom: 94px;
        background: #fbfdfe;
        border-bottom: 1px solid var(--line);
      }

      /* Esta variante de preview no muestra el bloque de preguntas frecuentes. */
      :is([data-mba3-preview-017-section], .mba3-preview-017) .faq{
        display: none;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .micro-grid{
        display: grid;
        grid-template-columns: minmax(0, 0.72fr) minmax(440px, 1fr);
        gap: clamp(40px, 6vw, 84px);
        align-items: start;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .micro-grid h2,:is([data-mba3-preview-017-section], .mba3-preview-017) .testimonials h2{
        margin: 18px 0 16px;
        color: var(--deep);
        font-size: clamp(34px, 4vw, 56px);
        line-height: 1.04;
        text-wrap: balance;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-pills{
        display: grid;
        gap: 14px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-pill{
        display: grid;
        grid-template-columns: 118px minmax(0, 1fr);
        gap: 18px;
        align-items: center;
        min-height: 118px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: var(--white);
        padding: 12px 18px 12px 12px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-pill img{
        width: 100%;
        height: 94px;
        border-radius: 6px;
        object-fit: cover;
        filter: saturate(0.9) contrast(1.02);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-pill small{
        color: var(--blue);
        font-size: 11px;
        font-weight: 900;
        text-transform: uppercase;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-pill h3{
        margin: 6px 0 7px;
        color: var(--deep);
        font-size: 20px;
        line-height: 1.16;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-pill p{
        margin: 0;
        color: var(--muted);
        font-size: 14px;
        font-weight: 700;
        line-height: 1.42;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonials{
        padding-top: 76px;
        padding-bottom: 68px;
        background:
          linear-gradient(180deg, rgba(23, 63, 88, 0.98), rgba(33, 75, 103, 0.96));
        border-top: 1px solid rgba(255, 255, 255, 0.16);
        border-bottom: 1px solid rgba(18, 142, 216, 0.28);
        color: var(--white);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonials .eyebrow{
        color: var(--blue);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonials h2{
        color: var(--white);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonials .section-copy{
        color: #dceaf0;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonial-shell{
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(290px, 0.42fr);
        gap: clamp(28px, 4vw, 52px);
        align-items: stretch;
        margin-top: 34px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonial-slider{
        display: grid;
        align-content: start;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonial-card{
        display: none;
        grid-area: 1 / 1;
        grid-template-columns: minmax(210px, 0.34fr) minmax(0, 1fr);
        gap: 24px;
        opacity: 0;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: var(--white);
        padding: clamp(20px, 2.5vw, 28px);
        transform: translate3d(0, 0, 0);
        transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), opacity 360ms ease;
        will-change: transform, opacity;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonial-card.is-active{
        display: grid;
        opacity: 1;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonial-card.is-entering-from-right{
        display: grid;
        opacity: 0;
        transform: translate3d(72px, 0, 0);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonial-card.is-entering-from-left{
        display: grid;
        opacity: 0;
        transform: translate3d(-72px, 0, 0);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonial-card.is-leaving-left{
        display: grid;
        opacity: 0;
        transform: translate3d(-72px, 0, 0);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonial-card.is-leaving-right{
        display: grid;
        opacity: 0;
        transform: translate3d(72px, 0, 0);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonial-media{
        display: grid;
        gap: 14px;
        align-content: start;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonial-logo{
        min-height: 64px;
        display: grid;
        place-items: center;
        border: 1px solid var(--line);
        border-radius: 6px;
        background: var(--paper);
        padding: 12px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonial-logo img{
        max-height: 38px;
        object-fit: contain;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .author-photo{
        width: 100%;
        aspect-ratio: 1 / 1;
        border-radius: 8px;
        object-fit: cover;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonial-quote{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 16px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonial-quote blockquote{
        margin: 0;
        color: var(--deep);
        font-size: clamp(21px, 2.1vw, 30px);
        font-weight: 700;
        line-height: 1.2;
        text-wrap: pretty;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonial-quote cite{
        display: block;
        color: var(--muted);
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 1.4;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonial-controls{
        grid-area: 2 / 1;
        display: flex;
        gap: 10px;
        margin-top: 10px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .arrow-button{
        width: 42px;
        height: 42px;
        display: grid;
        place-items: center;
        border: 1px solid var(--line);
        border-radius: 999px;
        background: var(--white);
        color: var(--deep);
        cursor: pointer;
        transition: transform 160ms ease, border-color 160ms ease;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .arrow-button:hover{
        border-color: var(--blue);
        transform: translateY(-2px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .facts-panel{
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        align-content: start;
        border: 1px solid rgba(255, 255, 255, 0.24);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.9);
        padding: 20px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(8px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .facts-panel .metric{
        background: rgba(255, 255, 255, 0.1);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .countries-line{
        margin: 30px auto 0;
        color: #dceaf0;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.6;
        text-align: center;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .client-proof{
        padding-top: 76px;
        padding-bottom: 65px;
        background: #eef6f9;
        border-top: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .proof-header{
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 28px;
        align-items: end;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .brand-row{
        display: grid;
        grid-template-columns: minmax(260px, 2fr) minmax(0, 3fr);
        gap: clamp(28px, 4vw, 54px);
        align-items: start;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .brand-copy{
        padding-top: 4px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .brand-copy h2{
        font-size: clamp(34px, 3.4vw, 52px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .brand-copy .section-copy{
        max-width: 440px;
        font-size: 16px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .client-proof h2{
        max-width: 820px;
        margin: 18px 0 14px;
        color: var(--deep);
        font-size: clamp(34px, 4vw, 56px);
        line-height: 1.04;
        text-wrap: balance;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .logo-controls{
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: flex-end;
        margin-top: 16px;
        padding-right: 10px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .logo-controls .arrow-button{
        width: 35px;
        height: 35px;
        border-color: rgba(18, 142, 216, 0.34);
        background: #214b67;
        color: var(--white);
        font-size: 0;
        box-shadow: 0 12px 28px rgba(33, 75, 103, 0.24);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .client-proof .arrow-button{
        position: relative;
        display: grid;
        place-items: center;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .client-proof .arrow-button::before{
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        opacity: 0.72;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .client-proof .arrow-button[data-logo-prev]::before,:is([data-mba3-preview-017-section], .mba3-preview-017) .client-proof .arrow-button[data-testimonial-prev]::before{
        border-right: 10px solid currentColor;
        transform: translate(-58%, -50%);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .client-proof .arrow-button[data-logo-next]::before,:is([data-mba3-preview-017-section], .mba3-preview-017) .client-proof .arrow-button[data-testimonial-next]::before{
        border-left: 10px solid currentColor;
        transform: translate(-42%, -50%);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .brand-carousel{
        margin-top: 18px;
        margin-bottom: 0;
        overflow: hidden;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .brand-logo-track{
        display: grid;
        width: 100%;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .brand-logo-page{
        grid-area: 1 / 1;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        padding-right: 1px;
        opacity: 0;
        pointer-events: none;
        transform: translate3d(0, 0, 0);
        transition: transform 1400ms cubic-bezier(0.16, 1, 0.3, 1), opacity 980ms ease;
        will-change: transform, opacity;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .brand-logo-page.is-active{
        display: grid;
        opacity: 1;
        pointer-events: auto;
        z-index: 2;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .brand-logo-page.is-entering-from-right{
        opacity: 0;
        transform: translate3d(105%, 0, 0);
        z-index: 3;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .brand-logo-page.is-entering-from-left{
        opacity: 0;
        transform: translate3d(-105%, 0, 0);
        z-index: 3;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .brand-logo-page.is-leaving-left{
        opacity: 0;
        transform: translate3d(-105%, 0, 0);
        z-index: 1;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .brand-logo-page.is-leaving-right{
        opacity: 0;
        transform: translate3d(105%, 0, 0);
        z-index: 1;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .brand-placeholder{
        color: #7899a4;
        font-size: 13px;
        font-weight: 900;
        text-align: center;
        text-transform: uppercase;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .brand-row .client-logo{
        min-height: 112px;
        padding: 4px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .brand-row .client-logo img{
        width: min(100%, 108px);
        max-width: 108px;
        max-height: 108px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonial-row{
        display: grid;
        overflow: hidden;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .featured-testimonial{
        grid-area: 1 / 1;
        display: grid;
        grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr) minmax(260px, 0.36fr);
        gap: clamp(26px, 4vw, 54px);
        align-items: center;
        min-height: 370px;
        opacity: 0;
        pointer-events: none;
        transform: translate3d(0, 0, 0);
        transition: transform 1400ms cubic-bezier(0.16, 1, 0.3, 1), opacity 980ms ease;
        will-change: transform, opacity;
        margin-top: 10px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: var(--white);
        padding: clamp(26px, 4vw, 46px);
        box-shadow: 0 24px 58px rgba(33, 75, 103, 0.12);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .featured-testimonial.is-active{
        display: grid;
        opacity: 1;
        pointer-events: auto;
        z-index: 2;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .featured-logo{
        display: grid;
        place-items: center;
        min-height: 260px;
        border-right: 1px solid var(--line);
        padding-right: clamp(12px, 3vw, 34px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .featured-logo img{
        width: min(100%, 546px);
        max-height: 390px;
        object-fit: contain;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .featured-logo img.testimonial-logo--miniso{
        transform: scale(0.56);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .featured-logo img.testimonial-logo--3m{
        transform: scale(1.2);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .featured-quote blockquote{
        margin: 0;
        color: var(--deep);
        font-size: clamp(21px, 2.2vw, 34px);
        font-weight: 800;
        line-height: 1.14;
        text-wrap: pretty;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .featured-quote cite{
        display: block;
        margin-top: 46px;
        color: var(--muted);
        font-size: 15px;
        font-style: normal;
        font-weight: 800;
        line-height: 1.55;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .video-thumb{
        position: relative;
        width: 100%;
        min-height: 210px;
        overflow: hidden;
        border: 0;
        border-radius: 8px;
        background: var(--deep);
        padding: 0;
        cursor: pointer;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .video-thumb img{
        width: 100%;
        height: 100%;
        min-height: 210px;
        display: block;
        object-fit: cover;
        filter: saturate(0.9) contrast(1.05) brightness(0.82);
        transition: transform 220ms ease, filter 220ms ease;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .video-thumb--trujillo img{
        object-position: right center;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .video-thumb--miniso img,:is([data-mba3-preview-017-section], .mba3-preview-017) .video-thumb--trujillo img{
        transform: scale(1.14);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .video-thumb--miniso:hover img,:is([data-mba3-preview-017-section], .mba3-preview-017) .video-thumb--trujillo:hover img{
        transform: scale(1.18);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .video-thumb--3m img{
        transform: scale(1.14);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .video-thumb--3m:hover img{
        transform: scale(1.18);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .video-thumb::after{
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 74px;
        height: 74px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.68);
        transform: translate(-50%, -50%);
        backdrop-filter: blur(3px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .video-thumb::before{
        content: "";
        position: absolute;
        left: calc(50% + 4px);
        top: 50%;
        z-index: 1;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 23px solid var(--deep);
        transform: translate(-50%, -50%);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .video-thumb:hover img{
        filter: saturate(1) contrast(1.08) brightness(0.9);
        transform: scale(1.035);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .video-action{
        display: grid;
        gap: 12px;
        align-content: start;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .video-label{
        color: var(--blue);
        font-size: 14px;
        font-weight: 900;
        line-height: 1.2;
        text-align: center;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonial-nav{
        display: flex;
        justify-content: flex-end;
        gap: 8px;
        margin-top: 14px;
        padding-right: 10px;
        padding-bottom: 20px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonial-title{
        width: 100%;
        max-width: 100%;
        margin: 0 0 8px;
        padding-top: 0;
        color: var(--blue);
        font-size: clamp(30px, 3.4vw, 52px) !important;
        font-weight: 600;
        line-height: 1.04;
        text-align: left;
        text-wrap: balance;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .testimonial-nav .arrow-button{
        width: 38px;
        height: 38px;
        border-color: rgba(255, 255, 255, 0.2);
        background: #214b67;
        color: var(--white);
        font-size: 0;
        box-shadow: 0 6px 14px rgba(33, 75, 103, 0.16);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .facts-showcase{
        margin: 36px 0 0;
        padding: 0;
        color: var(--deep);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .facts-showcase-header{
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        align-items: end;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .facts-showcase .eyebrow{
        color: var(--blue);
        font-size: 16px;
        font-weight: 900;
        letter-spacing: 0;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .facts-showcase h3{
        max-width: 1120px;
        margin: 10px 0 0;
        color: var(--deep);
        font-size: clamp(25px, 2.16vw, 28px);
        font-weight: 800;
        line-height: 1.08;
        text-wrap: balance;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .facts-title-break{
        display: block;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .facts-showcase-rule{
        height: 1px;
        margin-bottom: 4px;
        background: rgba(18, 142, 216, 0.16);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .facts-showcase-grid{
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
        margin-top: 24px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .fact-tile{
        min-height: 128px;
        display: grid;
        align-content: space-between;
        border: 1px solid rgba(18, 142, 216, 0.16);
        border-radius: 7px;
        background: rgba(255, 255, 255, 0.46);
        color: var(--deep);
        padding: 20px;
        box-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.42),
          0 18px 42px rgba(33, 75, 103, 0.1);
        backdrop-filter: blur(6px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .fact-tile small{
        color: var(--blue);
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0;
        line-height: 1.35;
        text-transform: uppercase;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .fact-value{
        display: flex;
        align-items: baseline;
        justify-content: flex-end;
        gap: 6px;
        color: var(--deep);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .fact-value .plus{
        color: var(--blue);
        font-size: 20px;
        font-weight: 800;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .fact-value strong{
        font-size: clamp(42px, 4.2vw, 52px);
        font-weight: 900;
        line-height: 0.9;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .facts-countries{
        margin: 70px auto 0;
        padding-top: 0;
        border-top: 0;
        color: var(--muted);
        font-size: 15px;
        font-weight: 700;
        line-height: 1.6;
        text-align: center;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .facts-countries span + span::before{
        content: "|";
        margin: 0 12px 0 10px;
        color: rgba(109, 130, 144, 0.42);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .modal{
        position: fixed;
        inset: 0;
        z-index: 80;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 24px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .modal.is-open{
        display: flex;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .modal-backdrop{
        position: absolute;
        inset: 0;
        border: 0;
        background: rgba(9, 31, 43, 0.72);
        cursor: pointer;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .modal-panel{
        position: relative;
        z-index: 1;
        width: min(100%, 980px);
        max-height: min(86vh, 820px);
        overflow: auto;
        border-radius: 10px;
        background: #fbfdfe;
        box-shadow: 0 30px 80px rgba(6, 24, 35, 0.32);
        padding: clamp(24px, 4vw, 42px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .modal-close{
        position: absolute;
        right: 16px;
        top: 16px;
        width: 36px;
        height: 36px;
        display: grid;
        place-items: center;
        border: 1px solid var(--line);
        border-radius: 999px;
        background: var(--white);
        color: var(--deep);
        cursor: pointer;
        font-size: 24px;
        line-height: 1;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .route-modal-grid{
        display: grid;
        grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
        gap: clamp(28px, 5vw, 58px);
        align-items: start;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .route-modal-grid h2{
        margin: 16px 0;
        color: var(--deep);
        font-size: clamp(30px, 3.5vw, 48px);
        line-height: 1.06;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal .modal-panel{
        width: min(100%, 1160px);
        overflow: hidden;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal-grid{
        display: grid;
        grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
        gap: clamp(30px, 4.5vw, 66px);
        align-items: start;
        max-height: calc(86vh - clamp(48px, 8vw, 84px));
        min-height: 0;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal-meta{
        margin: 0 0 12px;
        color: var(--blue);
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 0.08em;
        text-transform: uppercase;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal h2{
        margin: 0;
        color: var(--deep);
        font-size: clamp(27px, 3.1vw, 42px);
        line-height: 1.08;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal-subtitle{
        margin: 14px 0 22px;
        color: #40565b;
        font-size: clamp(16px, 1.35vw, 18px);
        font-weight: 700;
        line-height: 1.4;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal-media{
        height: clamp(180px, 26vh, 250px);
        min-height: 0;
        margin: 0;
        overflow: hidden;
        border-radius: 8px;
        background: var(--soft);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal-media img{
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
        object-position: center;
      }

      /* El POS contiene una captura más compacta: se le reserva un 20% más de área. */
      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="02"] .component-modal-media{
        height: clamp(259px, 37.44vh, 360px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="06"] .component-modal-media{
        height: clamp(259px, 37.44vh, 360px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="05"] .component-modal-media{
        height: clamp(216px, 31.2vh, 300px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="09"] .component-modal-media{
        height: clamp(216px, 31.2vh, 300px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="09"] .component-modal-media{
        height: clamp(259px, 37.44vh, 360px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="10"] .component-modal-media,:is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="12"] .component-modal-media{
        height: clamp(216px, 31.2vh, 300px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="16"] .component-modal-media{
        height: clamp(216px, 31.2vh, 300px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="13"] .component-modal-media{
        height: clamp(216px, 31.2vh, 300px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="08"] .component-modal-media{
        height: clamp(259px, 37.44vh, 360px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="07"] .component-modal-media{
        height: clamp(259px, 37.44vh, 360px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="15"] .component-modal-media{
        height: clamp(485px, 70.08768vh, 674px);
        max-height: 100%;
        width: 120%;
        max-width: none;
        align-self: center;
        justify-self: center;
        transform: translateY(-40px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="15"] .component-modal-grid{
        align-items: stretch;
        height: calc(100vh - 64px);
        max-height: calc(100vh - 64px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="15"]{
        padding: 8px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="15"] .modal-panel{
        max-height: calc(100vh - 16px);
        padding: 24px clamp(24px, 4vw, 42px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="15"] .component-modal-intro{
        min-height: 0;
        display: grid;
        grid-template-rows: auto auto auto minmax(0, 1fr);
      }

      /* Kiosco usa el espacio libre de la primera columna para destacar su pantalla vertical. */
      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="04"] .component-modal-grid{
        align-items: stretch;
        height: calc(86vh - clamp(48px, 8vw, 84px));
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="04"] .component-modal-intro{
        min-height: 0;
        display: grid;
        grid-template-rows: auto auto auto minmax(0, 1fr);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="04"] .component-modal-media{
        height: clamp(259px, 37.44vh, 360px);
        max-height: 100%;
        align-self: end;
        transform: translateY(-50px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal-features-column{
        min-height: 100%;
        max-height: calc(86vh - clamp(48px, 8vw, 84px));
        padding: 0 6px 0 0;
        background: transparent;
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-width: thin;
        scrollbar-color: rgba(35, 76, 104, 0.45) transparent;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal-features-column::-webkit-scrollbar{
        width: 6px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal-features-column::-webkit-scrollbar-thumb{
        border-radius: 999px;
        background: rgba(35, 76, 104, 0.45);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal-features-title{
        margin: 0 0 16px;
        color: var(--blue);
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 0.1em;
        text-transform: uppercase;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal-features{
        display: grid;
        margin: 0;
        padding: clamp(18px, 2.25vw, 28px);
        border: 1px solid var(--line);
        border-radius: 8px;
        background: var(--white);
        box-shadow: 0 6px 18px rgba(23, 64, 85, 0.06);
        list-style: none;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal-features li{
        position: relative;
        padding: 13px 0 13px 22px;
        border-bottom: 1px solid var(--line);
        color: #40565b;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.42;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal-features li:first-child{
        padding-top: 0;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal-features li:last-child{
        padding-bottom: 0;
        border-bottom: 0;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal-features li::before{
        content: "";
        position: absolute;
        top: calc(13px + 0.58em);
        left: 0;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--blue);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal-features li:first-child::before{
        top: 0.58em;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .video-modal .modal-panel{
        width: min(calc(100vw - 48px), 960px);
        max-height: none;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.08);
        box-shadow: 0 36px 90px rgba(6, 24, 35, 0.42);
        backdrop-filter: blur(26px) saturate(1.2);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .video-frame{
        display: grid;
        place-items: center;
        min-height: auto;
        overflow: hidden;
        border-radius: 8px;
        background: rgba(8, 29, 41, 0.36);
        color: #dceaf0;
        font-weight: 800;
        text-align: center;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .video-frame video{
        width: 100%;
        max-height: 68vh;
        border-radius: 8px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .video-frame iframe{
        width: 100%;
        max-height: calc(100vh - 130px);
        aspect-ratio: 16 / 9;
        border: 0;
        border-radius: 8px;
        background: rgba(8, 29, 41, 0.36);
        box-shadow: 0 18px 58px rgba(6, 24, 35, 0.5);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .problem{
        padding-top: 76px;
        padding-bottom: 94px;
        background: var(--paper);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .sector-pills{
        display: grid;
        gap: 8px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .sector-panel-logo{
        display: block;
        width: min(100%, 376px);
        height: auto;
        margin: 0 0 clamp(14px, 1.6vw, 20px);
        transform: translateX(-2.15%);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .sector-pill-row{
        width: 100%;
        display: flex;
        gap: 8px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .sector-pills a{
        justify-content: center;
        min-width: 0;
        min-height: 36px !important;
        padding: 5px clamp(3px, 0.7vw, 10px) !important;
        font-size: clamp(8px, 1.05vw, 12px) !important;
        line-height: 1.15;
        overflow-wrap: anywhere;
        text-align: center;
        text-decoration: none;
        white-space: normal;
        flex: 1 1 0;
        transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .sector-pills a:hover{
        border-color: rgba(18, 142, 216, 0.55) !important;
        background: #ffffff !important;
        color: var(--deep) !important;
        box-shadow: 0 5px 14px rgba(33, 75, 103, 0.08);
        transform: translateY(-1px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .sector-pills a:focus-visible{
        outline: 2px solid var(--blue);
        outline-offset: 2px;
      }

      /* Sección 4: las verticales pasan a dos columnas en pantallas compactas
         y a una sola cuando el ancho ya no permite leerlas con comodidad. */
      @media (max-width: 720px) {
        :is([data-mba3-preview-017-section], .mba3-preview-017) .problem .sector-pill-row{
          display: grid;
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .problem .sector-pill-row a{
          font-size: calc(clamp(8px, 1.05vw, 12px) + 2px) !important;
        }
      }

      /* En dos columnas, las filas del marcado se comportan como una sola
         secuencia: así ningún hueco intermedio separa las verticales. */
      @media (min-width: 461px) and (max-width: 720px) {
        :is([data-mba3-preview-017-section], .mba3-preview-017) .problem .sector-pills{
          grid-template-columns: repeat(2, minmax(0, 1fr));
          align-items: start;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .problem .sector-pill-row{
          display: contents;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .problem .sector-pill-row a{
          width: auto;
        }
      }

      @media (max-width: 460px) {
        :is([data-mba3-preview-017-section], .mba3-preview-017) .problem .sector-pill-row{
          grid-template-columns: 1fr;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .problem .sector-pill-row a{
          width: 80%;
          justify-self: center;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        :is([data-mba3-preview-017-section], .mba3-preview-017) .sector-pills a{
          transition: none;
        }
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .problem-top{
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.74fr);
        align-items: center;
        gap: clamp(46px, 7vw, 110px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .problem h2{
        max-width: 740px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .problem-media{
        position: relative;
        min-height: 310px;
        overflow: hidden;
        border-radius: 8px;
        background: var(--deep);
        box-shadow: 0 18px 42px rgba(33, 75, 103, 0.14);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .problem-media::after{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 68%;
        background: linear-gradient(0deg, rgba(12, 47, 68, 0.94), rgba(12, 47, 68, 0.58) 52%, rgba(12, 47, 68, 0));
        pointer-events: none;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .problem-media img{
        width: 100%;
        height: 100%;
        min-height: 310px;
        display: block;
        object-fit: cover;
        object-position: center;
        filter: saturate(0.88) contrast(1.02) brightness(0.78);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .media-caption{
        position: absolute;
        left: 24px;
        bottom: 22px;
        z-index: 1;
        display: grid;
        gap: 6px;
        color: var(--white);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .media-caption small{
        color: var(--amber);
        font-size: 11px;
        font-weight: 900;
        text-transform: uppercase;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .media-caption strong{
        font-family: var(--font-sans);
        font-size: 24px;
        font-weight: 500;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .cards{
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 40px;
        margin-top: 44px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .card,:is([data-mba3-preview-017-section], .mba3-preview-017) .solution-card,:is([data-mba3-preview-017-section], .mba3-preview-017) .article-card{
        border: 1px solid var(--line);
        border-radius: 6px;
        background: var(--white);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .card{
        min-height: 190px;
        position: relative;
        padding: 38px 36px 34px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .card::before,:is([data-mba3-preview-017-section], .mba3-preview-017) .solution-card::before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 64px;
        height: 4px;
        background: var(--blue);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .card h3{
        margin: 22px 0 18px;
        color: var(--deep);
        font-family: var(--font-sans);
        font-size: 24px;
        font-weight: 500;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .card p{
        margin: 0;
        color: var(--muted);
        font-size: 15px;
        font-weight: 700;
        line-height: 1.45;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .direction{
        min-height: 520px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
        align-items: center;
        gap: 68px;
        overflow: hidden;
        padding-top: 76px;
        padding-bottom: 94px;
        background:
          linear-gradient(90deg, rgba(33, 75, 103, 0.95), rgba(33, 75, 103, 0.86) 48%, rgba(33, 75, 103, 0.34)),
          url("/images/dgtexp/assets/retail-context/omnichannel_v3.jpg") center / cover;
        color: var(--white);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .direction .eyebrow{
        color: var(--amber);
        font-size: 16px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .direction h2{
        max-width: 760px;
        margin: 18px 0 20px;
        color: var(--white);
        font-size: clamp(36px, 4.3vw, 58px);
        line-height: 1.04;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .direction p{
        max-width: 740px;
        color: #dceaf0;
        font-size: 17px;
        font-weight: 800;
        line-height: 1.45;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .operations-cta{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 430px;
        background: var(--deep);
        color: var(--white);
        overflow: hidden;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .operations-cta__copy{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: clamp(48px, 5vw, 72px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .operations-cta--retail{
        min-height: 0;
        height: 430px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .operations-cta--retail .operations-cta__media{
        min-height: 0;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .operations-cta h2{
        margin: 0;
        color: var(--white);
        font-size: clamp(35px, 3.54vw, 53px);
        line-height: 1.03;
        white-space: nowrap;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .operations-cta p{
        max-width: 430px;
        margin: 24px 0 30px;
        color: #dceaf0;
        font-size: 17px;
        font-weight: 700;
        line-height: 1.45;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .operations-cta .button.primary{
        background: var(--blue);
        color: var(--white);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .operations-cta__media{
        min-height: 430px;
        margin: 0;
        position: relative;
        overflow: hidden;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .operations-cta__media::before{
        content: "";
        position: absolute;
        z-index: 1;
        inset: 0 auto 0 0;
        width: clamp(56px, 8vw, 128px);
        background: linear-gradient(90deg, var(--deep) 0%, rgba(33, 75, 103, 0.86) 24%, rgba(33, 75, 103, 0) 100%);
        pointer-events: none;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .operations-cta__media::after{
        content: "";
        position: absolute;
        z-index: 2;
        inset: 0;
        background: rgba(33, 75, 103, 0.14);
        pointer-events: none;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .operations-cta__media img{
        position: relative;
        z-index: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 62% center;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .suite{
        min-height: 760px;
        display: grid;
        align-content: end;
        gap: 28px;
        padding-top: 76px;
        padding-bottom: 92px;
        position: relative;
        isolation: isolate;
        color: var(--deep);
        text-align: left;
        background: #c1d1d8;
        border-top: 1px solid #d9e5ea;
        border-bottom: 1px solid #d9e5ea;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .seccion-degradada{
        background-color: #768693;
        background-image: linear-gradient(
          to bottom,
          #ffffff 0%,
          #ffffff 31%,
          42.2%,
          #768693 100%
        );
        background-repeat: no-repeat;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .suite-copy{
        width: min(100%, 1180px);
        margin: 0 auto;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .suite-copy .eyebrow{
        color: var(--blue);
        font-size: 16px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .suite-copy h2{
        max-width: 760px;
        margin: 18px 0 20px;
        color: var(--deep);
        font-size: clamp(36px, 4.3vw, 58px);
        font-weight: 600;
        line-height: 1.04;
        text-wrap: balance;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .suite-copy p{
        max-width: 740px;
        margin: 0;
        color: var(--muted);
        font-size: 17px;
        font-weight: 800;
        line-height: 1.55;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .addon-grid{
        width: min(100%, 1180px);
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        margin: 0 auto;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .addon-card{
        display: block;
        position: relative;
        min-height: 172px;
        border: 1px solid #d7e3e8;
        border-radius: 8px;
        background: var(--white);
        padding: 16px 20px 18px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .addon-card img{
        position: absolute;
        top: 25px;
        left: 20px;
        width: 78px;
        max-height: 72px;
        object-fit: contain;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .addon-card-text{
        display: block;
        position: relative;
        gap: 6px;
        min-width: 0;
        min-height: 76px;
        padding-left: 104px;
        padding-top: 17px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .addon-card strong{
        display: block;
        color: #234c68;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.12;
        text-align: left;
        text-transform: uppercase;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .addon-card--autofacturacion strong{
        font-size: 14px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .addon-card em,:is([data-mba3-preview-017-section], .mba3-preview-017) .addon-card p{
        margin: 0;
        color: var(--deep);
        font-style: normal;
        text-align: left;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .addon-card em{
        display: block;
        margin-top: 12px;
        color: #234c68;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.12;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .addon-card p{
        color: #5a6973;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.2;
        text-align: justify;
        text-align-last: left;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .addon-card > p{
        margin-top: 10px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-details-trigger{
        position: absolute;
        right: 10px;
        bottom: 10px;
        z-index: 2;
        width: 30px;
        height: 30px;
        display: grid;
        place-items: center;
        border: 0;
        border-radius: 999px;
        background: transparent;
        color: #40565b;
        cursor: pointer;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-details-trigger:hover,:is([data-mba3-preview-017-section], .mba3-preview-017) .component-details-trigger:focus-visible{
        background: #e7eef1;
        color: var(--deep);
        outline: none;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .component-details-trigger svg{
        width: 18px;
        height: 18px;
      }

      /* Compact desktop cards keep short descriptions from leaving excess space below. */
      @media (min-width: 721px) {
        :is([data-mba3-preview-017-section], .mba3-preview-017) .addon-card{
          min-height: 164px;
          padding-bottom: 14px;
        }
      }

      @media (min-width: 981px) {
        :is([data-mba3-preview-017-section], .mba3-preview-017) .addon-card{
          display: grid;
          grid-template-columns: 78px minmax(0, 1fr);
          column-gap: 18px;
          min-height: 178px;
          padding: 18px 20px 16px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .addon-card img{
          position: static;
          grid-row: 1;
          align-self: center;
          width: 78px;
          max-height: 72px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .addon-card-text{
          min-height: 0;
          padding: 0;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .addon-card > p{
          grid-column: 1 / -1;
          margin-top: 12px;
          text-align: left;
          text-align-last: auto;
          text-wrap: pretty;
        }
      }

      @media (max-width: 980px) {
        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-details-trigger{
          position: relative;
          right: auto;
          bottom: auto;
          width: auto;
          min-width: 112px;
          height: 36px;
          margin: 14px 0 0 auto;
          padding: 0 12px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          gap: 7px;
          border: 1px solid #c7d8e0;
          border-radius: 999px;
          background: #f1f6f8;
          color: #234c68;
          font-family: var(--font-sans);
          font-size: 11px;
          font-weight: 800;
          letter-spacing: 0.02em;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-details-trigger::after{
          content: "Ver detalle";
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-details-trigger:hover,:is([data-mba3-preview-017-section], .mba3-preview-017) .component-details-trigger:focus-visible{
          border-color: var(--blue);
          background: #e1eff4;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-details-trigger svg{
          width: 16px;
          height: 16px;
        }
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .metric-grid{
        display: grid;
        grid-template-columns: repeat(2, minmax(120px, 1fr));
        gap: 8px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .metric{
        min-height: 92px;
        display: grid;
        align-content: center;
        gap: 8px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 7px;
        background: rgba(255, 255, 255, 0.13);
        padding: 16px;
        backdrop-filter: blur(6px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .metric small{
        color: #d4e6ed;
        font-size: 10px;
        font-weight: 900;
        text-transform: uppercase;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .metric strong{
        color: var(--white);
        font-family: var(--font-sans);
        font-size: 24px;
        font-weight: 500;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solutions{
        padding-top: 76px;
        padding-bottom: 94px;
        background: var(--paper);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solutions h2{
        max-width: 1120px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-grid{
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 34px;
        margin-top: 62px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-card{
        min-height: 245px;
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 40px 34px 25px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-card:nth-child(1)::before{
        width: 100%;
        background: var(--deep);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-card:nth-child(2)::before{
        width: 100%;
        background: #395867;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-card:nth-child(3)::before{
        width: 100%;
        background: var(--blue);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-card:nth-child(4)::before{
        width: 100%;
        background: #7899a4;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-card:nth-child(5)::before{
        width: 100%;
        background: var(--amber);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-card:nth-child(6)::before{
        width: 100%;
        background: #7899a4;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .article-tag{
        color: var(--blue);
        font-size: 11px;
        font-weight: 900;
        text-transform: uppercase;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-product-logo{
        display: block;
        width: auto;
        max-width: 100%;
        height: 32px;
        margin-top: 16px;
        object-fit: contain;
        object-position: left center;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-product-image{
        display: block;
        max-width: none;
        width: calc(100% + 68px);
        height: auto;
        aspect-ratio: 4 / 3;
        margin: -32px -34px 18px;
        object-fit: cover;
        object-position: center;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-product-logo--advanced{
        width: 230px;
        height: auto;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-product-logo--wholesale{
        width: 300px;
        height: auto;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-product-logo--pos{
        width: 212px;
        height: auto;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-product-logo--sap{
        height: 38.4px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-product-logo--store-v2,:is([data-mba3-preview-017-section], .mba3-preview-017) .solution-product-logo--partners-v2{
        height: 22px;
        margin-bottom: 16.4px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-card h3{
        margin: 20px 0 16px;
        color: #6b949d;
        font-family: var(--font-sans);
        font-size: 18px;
        font-weight: 500;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-card p{
        min-height: 88px;
        color: var(--muted);
        font-size: 15px;
        font-weight: 700;
        line-height: 1.45;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .text-link{
        color: var(--deep);
        font-size: 13px;
        font-weight: 900;
        text-decoration: none;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-card > .text-link{
        margin-top: auto;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .blog{
        padding-top: 76px;
        padding-bottom: 94px;
        border-top: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
        background: #fbfdfe;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .blog-header{
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(290px, 0.5fr);
        align-items: end;
        gap: 80px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .blog-grid{
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 34px;
        margin-top: 58px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .article-card{
        overflow: hidden;
        min-height: 430px;
        display: flex;
        flex-direction: column;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .article-card figure{
        position: relative;
        height: 205px;
        margin: 0;
        overflow: hidden;
        background: var(--deep);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .article-card img{
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        filter: saturate(0.9) contrast(1.02);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .article-tag{
        position: absolute;
        left: 16px;
        top: 14px;
        min-height: 22px;
        display: inline-flex;
        align-items: center;
        border-radius: 3px;
        background: rgba(255, 255, 255, 0.9);
        padding: 0 8px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .article-body{
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: space-between;
        padding: 26px 28px 28px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .article-card h3{
        margin: 0 0 18px;
        color: var(--deep);
        font-family: var(--font-sans);
        font-size: 25px;
        font-weight: 500;
        line-height: 1.15;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .article-card p{
        color: var(--muted);
        font-size: 15px;
        font-weight: 700;
        line-height: 1.45;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .faq{
        padding-top: 76px;
        padding-bottom: 94px;
        background:
          linear-gradient(180deg, rgba(234, 243, 247, 0.72), rgba(251, 253, 254, 0.98));
        border-bottom: 1px solid var(--line);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .faq-header{
        display: grid;
        grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.52fr);
        gap: clamp(36px, 7vw, 92px);
        align-items: start;
        margin-bottom: 48px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .faq h2{
        max-width: 720px;
        margin: 14px 0 0;
        color: var(--deep);
        font-size: clamp(36px, 4.4vw, 62px);
        line-height: 1.02;
        text-wrap: balance;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .faq-grid{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        align-items: start;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .faq-column{
        display: grid;
        gap: 14px;
        align-items: start;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .faq-item{
        border: 1px solid rgba(211, 224, 230, 0.92);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.78);
        box-shadow: 0 14px 34px rgba(33, 75, 103, 0.07);
        overflow: hidden;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .faq-item summary{
        min-height: 62px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 30px;
        align-items: center;
        gap: 18px;
        padding: 18px 18px 18px 20px;
        color: var(--deep);
        cursor: pointer;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.22;
        list-style: none;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .faq-item summary::-webkit-details-marker{
        display: none;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .faq-item summary::after{
        content: "";
        justify-self: center;
        width: 9px;
        height: 9px;
        border-right: 2px solid var(--deep);
        border-bottom: 2px solid var(--deep);
        transform: translateY(-3px) rotate(45deg);
        transition: transform 160ms ease;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .faq-item[open]{
        background: var(--white);
        border-color: rgba(18, 142, 216, 0.28);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .faq-item[open] summary::after{
        transform: translateY(2px) rotate(225deg);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .faq-answer{
        margin: 0;
        padding: 0 20px 20px;
        color: var(--muted);
        font-size: 14px;
        font-weight: 700;
        line-height: 1.55;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .site-footer{
        background: var(--deep);
        color: var(--white);
        padding-top: 82px;
        padding-bottom: 42px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .footer-top{
        display: grid;
        grid-template-columns: minmax(280px, 1fr) minmax(150px, 0.5fr) minmax(160px, 0.54fr) minmax(260px, 0.8fr);
        gap: 58px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .footer-logo{
        width: 128px;
        margin-bottom: 28px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .footer-lead{
        max-width: 450px;
        color: #dbe8ee;
        font-size: 16px;
        font-weight: 800;
        line-height: 1.45;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .footer-cta{
        margin-top: 10px;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .footer-countries{
        grid-column: 1 / -1;
        width: 100%;
        margin: 8px 0 0;
        color: #dbe8ee;
        font-size: 13px;
        font-weight: 800;
        line-height: 1.45;
        text-align: center;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .footer-col h3{
        margin: 0 0 22px;
        color: var(--white);
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .footer-col a,:is([data-mba3-preview-017-section], .mba3-preview-017) .footer-col span{
        display: block;
        margin-bottom: 12px;
        color: #dbe8ee;
        font-size: 13px;
        font-weight: 800;
        line-height: 1.35;
        text-decoration: none;
      }


      :is([data-mba3-preview-017-section], .mba3-preview-017) .footer-bottom{
        display: flex;
        justify-content: space-between;
        gap: 22px;
        margin-top: 62px;
        padding-top: 28px;
        border-top: 1px solid rgba(219, 232, 238, 0.22);
        color: #dbe8ee;
        font-size: 12px;
        font-weight: 700;
        flex-wrap: wrap;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .back-to-top{
        width: 44px;
        height: 44px;
        display: grid;
        place-items: center;
        margin: 28px auto 0;
        border: 1px solid rgba(219, 232, 238, 0.38);
        border-radius: 999px;
        color: var(--white);
        text-decoration: none;
        transition: background 160ms ease, transform 160ms ease, border-color 160ms ease;
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .back-to-top:hover{
        background: rgba(255, 255, 255, 0.12);
        border-color: rgba(255, 255, 255, 0.7);
        transform: translateY(-2px);
      }

      :is([data-mba3-preview-017-section], .mba3-preview-017) .back-to-top svg{
        width: 22px;
        height: 22px;
      }

      @media (max-width: 980px) {
        :is([data-mba3-preview-017-section], .mba3-preview-017) .hero,:is([data-mba3-preview-017-section], .mba3-preview-017) .trust,:is([data-mba3-preview-017-section], .mba3-preview-017) .proof-header,:is([data-mba3-preview-017-section], .mba3-preview-017) .brand-row,:is([data-mba3-preview-017-section], .mba3-preview-017) .featured-testimonial,:is([data-mba3-preview-017-section], .mba3-preview-017) .route-modal-grid,:is([data-mba3-preview-017-section], .mba3-preview-017) .micro-grid,:is([data-mba3-preview-017-section], .mba3-preview-017) .problem-top,:is([data-mba3-preview-017-section], .mba3-preview-017) .testimonial-shell,:is([data-mba3-preview-017-section], .mba3-preview-017) .testimonial-card,:is([data-mba3-preview-017-section], .mba3-preview-017) .direction,:is([data-mba3-preview-017-section], .mba3-preview-017) .operations-cta,:is([data-mba3-preview-017-section], .mba3-preview-017) .blog-header,:is([data-mba3-preview-017-section], .mba3-preview-017) .faq-header{
          grid-template-columns: 1fr;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .hero{
          min-height: auto;
          padding-top: 0;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .hero-copy{
          grid-column: 1;
          grid-row: 1;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .hero-visual{
          grid-column: 1;
          grid-row: 2;
          min-height: 460px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .hero-panel{
          left: 24px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .client-logos,:is([data-mba3-preview-017-section], .mba3-preview-017) .brand-logo-page,:is([data-mba3-preview-017-section], .mba3-preview-017) .facts-showcase-grid,:is([data-mba3-preview-017-section], .mba3-preview-017) .addon-grid,:is([data-mba3-preview-017-section], .mba3-preview-017) .cards,:is([data-mba3-preview-017-section], .mba3-preview-017) .solution-grid,:is([data-mba3-preview-017-section], .mba3-preview-017) .blog-grid,:is([data-mba3-preview-017-section], .mba3-preview-017) .faq-grid,:is([data-mba3-preview-017-section], .mba3-preview-017) .footer-top{
          grid-template-columns: 1fr;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .client-logos{
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .brand-logo-page,:is([data-mba3-preview-017-section], .mba3-preview-017) .addon-grid{
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .facts-showcase-grid{
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .brand-row{
          gap: 26px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .facts-showcase{
          margin-bottom: 0;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .facts-showcase-header{
          grid-template-columns: 1fr;
          gap: 28px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .facts-showcase-rule{
          margin-bottom: 0;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .featured-logo{
          min-height: 120px;
          border-right: 0;
          border-bottom: 1px solid var(--line);
          padding: 0 0 24px;
        }

        /* En responsive, las marcas de los testimonios ocupan el 60% del
           tamaño de escritorio, sin alterar los ajustes particulares de MINISO y 3M. */
        :is([data-mba3-preview-017-section], .mba3-preview-017) .featured-logo img{
          width: min(60%, 327.6px);
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-pill{
          grid-template-columns: 96px minmax(0, 1fr);
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .direction{
          padding-top: 76px;
          padding-bottom: 94px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .operations-cta{
          grid-template-columns: 1fr;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .operations-cta--retail{
          height: auto;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .operations-cta__copy{
          min-height: 320px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .operations-cta__media{
          min-height: 280px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .operations-cta--retail .operations-cta__media{
          min-height: 280px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .operations-cta__media::before{
          content: none;
        }
      }

      @media (max-width: 720px) {
        :is([data-mba3-preview-017-section], .mba3-preview-017) .operations-cta__copy{
          padding-right: 28px;
          padding-left: 28px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .operations-cta h2{
          font-size: clamp(20px, 7vw, 35px);
          white-space: nowrap;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .nav{
          height: 72px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .nav-links{
          display: none;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .brand{
          width: min(82vw, 380px);
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .hero h1{
          font-size: 34px;
          margin: 18px 0 16px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .hero h1.hero-title-compact{
          font-size: 30px;
          margin-bottom: 12px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .hero h1.hero-title-extra-compact{
          font-size: 28px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .hero{
          padding-top: 24px;
          padding-bottom: 26px;
          gap: 24px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .hero-visual{
          min-height: 300px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .hero-controls{
          top: 437px;
          right: 28px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .hero-sun{
          width: 62px;
          height: 62px;
          right: -7px;
          top: -14px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .hero-panel{
          left: 14px;
          top: -34px;
          bottom: auto;
          width: calc(100% - 28px);
          min-height: 0;
          padding: 15px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .panel-stats{
          gap: 7px;
          margin-top: 11px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .panel-stats span{
          min-height: 48px;
          padding: 8px 10px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .panel-stats strong{
          font-size: 20px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .sparkline{
          height: 30px;
          margin-top: 9px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .trust h2,:is([data-mba3-preview-017-section], .mba3-preview-017) .problem h2,:is([data-mba3-preview-017-section], .mba3-preview-017) .solutions h2,:is([data-mba3-preview-017-section], .mba3-preview-017) .blog h2{
          font-size: 37px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .metric-grid{
          grid-template-columns: 1fr;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .brand-logo-page,:is([data-mba3-preview-017-section], .mba3-preview-017) .facts-showcase-grid,:is([data-mba3-preview-017-section], .mba3-preview-017) .addon-grid{
          grid-template-columns: 1fr;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .facts-showcase{
          padding-top: 0;
          padding-bottom: 0;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .fact-tile{
          min-height: 154px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .client-proof{
          padding-top: 58px;
          padding-bottom: 60px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .suite,:is([data-mba3-preview-017-section], .mba3-preview-017) .problem,:is([data-mba3-preview-017-section], .mba3-preview-017) .direction,:is([data-mba3-preview-017-section], .mba3-preview-017) .solutions,:is([data-mba3-preview-017-section], .mba3-preview-017) .blog,:is([data-mba3-preview-017-section], .mba3-preview-017) .faq{
          padding-top: 58px;
          padding-bottom: 60px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .featured-testimonial{
          padding: 22px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .featured-quote cite{
          margin-top: 30px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .route-modal-grid{
          grid-template-columns: 1fr;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal-grid{
          grid-template-columns: 1fr;
          max-height: none;
          width: auto;
          max-width: 100%;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal-media{
          height: min(28vh, 210px);
          min-height: 0;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="02"] .component-modal-media{
          height: min(40.32vh, 302px);
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="06"] .component-modal-media{
          height: min(40.32vh, 302px);
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="05"] .component-modal-media{
          height: min(33.6vh, 252px);
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="09"] .component-modal-media{
          height: min(33.6vh, 252px);
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="09"] .component-modal-media{
          height: min(40.32vh, 302px);
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="10"] .component-modal-media,:is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="12"] .component-modal-media{
          height: min(33.6vh, 252px);
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="16"] .component-modal-media{
          height: min(33.6vh, 252px);
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="13"] .component-modal-media{
          height: min(33.6vh, 252px);
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="08"] .component-modal-media{
          height: min(40.32vh, 302px);
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="07"] .component-modal-media{
          height: min(40.32vh, 302px);
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="15"] .component-modal-media{
          height: min(75.47904vh, 568px);
          max-height: none;
          align-self: auto;
          justify-self: auto;
          transform: none;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="15"] .component-modal-grid{
          align-items: start;
          height: auto;
          max-height: none;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="15"]{
          padding: 12px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="15"] .modal-panel{
          max-height: 86vh;
          padding: clamp(24px, 4vw, 42px);
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="15"] .component-modal-intro{
          display: block;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="04"] .component-modal-grid{
          align-items: start;
          height: auto;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="04"] .component-modal-intro{
          display: block;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal[data-component-number="04"] .component-modal-media{
          height: min(40.32vh, 302px);
          display: block;
          transform: none;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal .modal-panel{
          overflow: auto;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .component-modal-features-column{
          max-height: none;
          overflow: visible;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .modal{
          padding: 12px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .video-modal .modal-panel{
          width: min(calc(100vw - 24px), 960px);
          padding: 14px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-pill{
          grid-template-columns: 1fr;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .solution-pill img{
          height: 150px;
        }

        :is([data-mba3-preview-017-section], .mba3-preview-017) .footer-bottom{
          display: grid;
        }
      }

/* ============================================================================
   HERO S03: INICIO
   Portado desde fallback/smart_preview_03.html (bloques "SMARTRETAIL S03 HERO
   v2" y "v3"). Único cambio de fondo: el alcance pasa de `.s02-page.s03-hero-root`
   a `.s03-hero-root`, porque preview_017 no usa la base S02.
   Se omite la regla que oculta `.button[href="#s03-cta-panels"]`: aquí el segundo CTA
     sigue siendo `data-route-open` y abre el modal de ruta de 016.
   ============================================================================ */

/* Paneles CTA S03: misma composición del Hero, pero estáticos y sin controles. */
:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-static-root{
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

/* El full-bleed del Hero no puede generar desplazamiento horizontal. */
:is([data-mba3-preview-017-section], .mba3-preview-017),:is([data-mba3-preview-017-section], .mba3-preview-017){ max-width: 100%; overflow-x: hidden; overflow-x: clip; }

:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root{
  /* Fuente única de las duraciones: el JS lee estas variables. */
  --s03-out: 520ms;
  --s03-in: 780ms;
  --s03-ease: cubic-bezier(.22, 1, .36, 1);
  --s03-crossfade: 920ms;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

/* 016 mantenía las flechas ocultas. El Hero S03 sí navega. */
:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero-controls{
  display: inline-flex;
}

/* En tablet y móvil las flechas se apoyan en la esquina visible de la imagen,
   no sobre el bloque de lectura. */
@media (max-width: 980px) {
  :is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero-controls{
    top: auto;
    right: clamp(18px, 5vw, 28px);
    bottom: clamp(18px, 4vw, 28px);
    z-index: 9;
  }
}

/* 016 dibuja las puntas solo para data-hero-*. S03 usa data-s03-*. */
:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero-controls .arrow-button[data-s03-prev]::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid currentColor;
  transform: translate(-58%, -50%);
}

:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero-controls .arrow-button[data-s03-next]::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
  transform: translate(-42%, -50%);
}

/* ---------- Rotación del Hero ---------- */
/* Reposo. Solo se animan transform y opacity. */
:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero [data-s03-eyebrow],:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero [data-s03-title],:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero [data-s03-lead]{
  transition: transform var(--s03-in) var(--s03-ease), opacity calc(var(--s03-in) * .55) ease;
  will-change: transform, opacity;
}

:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero .hero-frame,:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero .hero-frame img{
  transition: transform var(--s03-in) var(--s03-ease), opacity calc(var(--s03-in) * .6) ease;
  will-change: transform, opacity;
}

/* Escalonado de entrada: el ojo lee eyebrow, título y bajada en ese orden. */
:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero [data-s03-title]{
  transition-delay: 70ms;
}

:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero [data-s03-lead]{
  transition-delay: 130ms;
}

/* Salida: más corta que la entrada y sin escalonado. */
:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero.is-sliding-out [data-s03-eyebrow],:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero.is-sliding-out [data-s03-title],:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero.is-sliding-out [data-s03-lead]{
  opacity: 0;
  transform: translate3d(-34px, 0, 0);
  transition-duration: var(--s03-out), calc(var(--s03-out) * .7);
  transition-delay: 0ms;
}

/* Entrada: estado inicial. El JS lo aplica con .is-instant y lo suelta un frame después. */
:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero.is-sliding-in [data-s03-eyebrow],:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero.is-sliding-in [data-s03-title],:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero.is-sliding-in [data-s03-lead]{
  opacity: 0;
  transform: translate3d(34px, 0, 0);
}

:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero.is-sliding-out .hero-frame{
  opacity: 0;
  transform: translate3d(-4%, 0, 0) scale(1.02);
  transition-duration: var(--s03-out), calc(var(--s03-out) * .7);
}

:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero.is-sliding-in .hero-frame{
  opacity: 0;
  transform: translate3d(4%, 0, 0) scale(1.02);
}

/* En este rango la imagen se desborda a propósito: solo se funde, no se desplaza. */
@media (min-width: 1200px) and (max-width: 1399px) {
  :is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero.is-sliding-out .hero-frame,:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero.is-sliding-in .hero-frame{
    transform: none;
  }

  /* La imagen entrante y la definitiva comparten el mismo encuadre.
     Anula el `width: calc(100% + 50px)` que 016 aplica a esta imagen. */
  :is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero-frame img[src$="mba3-hero-retail-01.3.jpg"]{
    width: 100%;
    max-width: none;
  }
}

/* Reposicionamiento entre salida y entrada: debe ser instantáneo. */
:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero.is-instant,:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero.is-instant *{
  transition: none !important;
  animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
  :is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero [data-s03-eyebrow],:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero [data-s03-title],:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero [data-s03-lead],:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero .hero-frame,:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero .hero-frame img{
    transition: none !important;
    transform: none !important;
  }
}

/* La composición no cambia con la longitud de cada titular. */
:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero{
  min-height: clamp(620px, 39vw, 720px);
}

@media (min-width: 981px) and (max-width: 1199px) {
  :is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero{ min-height: 800px; }
}

/* Los tres frames comparten foco y dimensiones durante el relevo de imagen. */
:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero-frame img[src$="mba3-hero-retail-01.3.jpg"],:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero-frame img[src$="mba3-hero-retail-02.2.jpg"],:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero-frame img[src$="mba3-hero-retail-03.1.1.jpg"]{
  width: 100%;
  max-width: none;
  object-position: right center;
}

:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero-frame .s03-image-transition{
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0;
  transform: none;
  transition: opacity var(--s03-crossfade) var(--s03-ease);
  will-change: opacity;
  pointer-events: none;
  /* 016 aplica este filtro a .hero-frame img; la capa entrante debe igualarlo
     para que el fundido no cambie el tratamiento de color a medio camino. */
  filter: saturate(0.92) contrast(1.04);
}

:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero.is-crossfading .s03-image-transition{
  opacity: 1;
}

/* Durante el fundido ambas imágenes permanecen visibles, sin un destello del fondo azul. */
:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero.is-crossfading .hero-frame,:is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero.is-crossfading .hero-frame > img:not(.s03-image-transition){
  opacity: 1 !important;
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  :is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero-frame .s03-image-transition{
    transition: none;
    transform: none;
  }
}

/* En responsive el fondo termina con el copy: no se reserva una fila de imagen adicional. */
@media (max-width: 980px) {
  :is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero{
    display: block;
    min-height: 0;
    padding-top: 30px;
    /* 30 px para los controles más 10 px de aire hasta el borde inferior. */
    padding-bottom: 40px;
  }

  :is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero-copy{
    display: block;
    transform: none;
  }

  :is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero-visual{
    display: none;
  }

  :is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero-controls{
    top: auto;
    right: 18px;
    bottom: 10px;
    gap: 6px;
  }

  :is([data-mba3-preview-017-section], .mba3-preview-017) .s03-hero-root .hero-controls .arrow-button{
    width: 30px;
    height: 30px;
  }
}

/* En la vista responsiva de 017, los paneles estáticos cierran 30 px después
   del CTA. El visual vacío usado en escritorio no debe reservar altura. */
@media (max-width: 980px) {
  :is([data-mba3-preview-017-section], .mba3-preview-017) .s03-static-root .hero{
    display: block;
    min-height: 0;
    padding-top: clamp(36px, 7vw, 48px);
    padding-bottom: 30px;
  }

  :is([data-mba3-preview-017-section], .mba3-preview-017) .s03-static-root .hero-copy{
    display: block;
    transform: none;
  }

  :is([data-mba3-preview-017-section], .mba3-preview-017) .s03-static-root .hero-visual{
    display: none;
  }
}

@media (max-width: 460px) {

  :is([data-mba3-preview-017-section], .mba3-preview-017) .s03-static-root .hero h1{
    margin: 14px 0 12px;
    font-size: 28px;
    line-height: 1;
  }

  :is([data-mba3-preview-017-section], .mba3-preview-017) .s03-static-root .hero .lead{
    font-size: 15px;
    line-height: 1.36;
  }

  :is([data-mba3-preview-017-section], .mba3-preview-017) .s03-static-root .hero .actions{
    margin-top: 18px;
  }

  :is([data-mba3-preview-017-section], .mba3-preview-017) .blog-header{
    gap: 24px;
  }
}
/* HERO S03: FIN */
    
/* Ajustes propios del montaje en YOOtheme. */
.mba3-preview-017-section .uk-container,.mba3-preview-017-section > .uk-section{padding-left:0;padding-right:0;max-width:none;}
.mba3-preview-017-section{overflow:visible;}
:is([data-mba3-preview-017-section], .mba3-preview-017){position:relative;}
:is([data-mba3-preview-017-section], .mba3-preview-017).mba3-preview-017-modales{position:static;}
:is([data-mba3-preview-017-section], .mba3-preview-017){--mba3-017-modal-z:99999;}
:is([data-mba3-preview-017-section], .mba3-preview-017) .modal{z-index:var(--mba3-017-modal-z);}
:is([data-mba3-preview-017-section], .mba3-preview-017) .modal{overflow:visible;}
:is([data-mba3-preview-017-section], .mba3-preview-017) .modal-backdrop{z-index:0;width:auto;height:auto;opacity:1;}
:is([data-mba3-preview-017-section], .mba3-preview-017) .modal-panel{z-index:1;}
:is([data-mba3-preview-017-section], .mba3-preview-017) .modal-close{z-index:2;}
/* Protección tipográfica frente a las reglas globales de YOOtheme. */
:is([data-mba3-preview-017-section], .mba3-preview-017){--font-sans:"Montserrat",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,sans-serif;}
:is([data-mba3-preview-017-section], .mba3-preview-017),:is([data-mba3-preview-017-section], .mba3-preview-017) h1,:is([data-mba3-preview-017-section], .mba3-preview-017) h2,:is([data-mba3-preview-017-section], .mba3-preview-017) h3,:is([data-mba3-preview-017-section], .mba3-preview-017) h4,:is([data-mba3-preview-017-section], .mba3-preview-017) h5,:is([data-mba3-preview-017-section], .mba3-preview-017) h6,:is([data-mba3-preview-017-section], .mba3-preview-017) p,:is([data-mba3-preview-017-section], .mba3-preview-017) a,:is([data-mba3-preview-017-section], .mba3-preview-017) button,:is([data-mba3-preview-017-section], .mba3-preview-017) input,:is([data-mba3-preview-017-section], .mba3-preview-017) textarea,:is([data-mba3-preview-017-section], .mba3-preview-017) select,:is([data-mba3-preview-017-section], .mba3-preview-017) summary,:is([data-mba3-preview-017-section], .mba3-preview-017) small,:is([data-mba3-preview-017-section], .mba3-preview-017) span,:is([data-mba3-preview-017-section], .mba3-preview-017) blockquote,:is([data-mba3-preview-017-section], .mba3-preview-017) cite,:is([data-mba3-preview-017-section], .mba3-preview-017) li,:is([data-mba3-preview-017-section], .mba3-preview-017) label{font-family:var(--font-sans)!important;}
/* MBA3 PREVIEW 017: FIN */

/* P017D COMPONENTES · añadido después del custom.css de Preview 017 */
.mba3-preview-017d-componentes #plataforma-componentes {
    min-height: 0;
    padding: 0;
    background: var(--white, #fff);
}

.mba3-preview-017d-componentes #plataforma-componentes .suite-copy {
    width: auto;
    margin: 0;
    padding-inline: clamp(30px, 1vw, 72px);
}

.mba3-preview-017d-componentes .component-rows {
    display: grid;
    gap: 0;
}

.mba3-preview-017d-componentes .component-row {
    display: grid;
    grid-template-columns: clamp(140px, calc(20vw - 80px), 200px) minmax(0, 1fr);
    gap: 24px;
    padding: 8px 0;
}

.mba3-preview-017d-componentes .component-row:first-child {
    padding-top: 30px;
}

.mba3-preview-017d-componentes .component-row:last-child {
    padding-bottom: 30px;
}

.mba3-preview-017d-componentes .component-row__label {
    align-self: center;
    padding-left: clamp(28px, 5vw, 72px);
    color: #1b2a41;
}

.mba3-preview-017d-componentes .component-row__label::before {
    display: block;
    width: 34px;
    height: 3px;
    margin-bottom: 12px;
    background: currentColor;
    content: "";
}

.mba3-preview-017d-componentes .component-row__label span {
    display: block;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.mba3-preview-017d-componentes .component-row__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding-right: clamp(16px, 2.5vw, 36px);
}

.mba3-preview-017d-componentes .component-row--nucleo {
    background: #f5f7fa;
}

.mba3-preview-017d-componentes .component-row--experiencia {
    background: #f2f4f8;
}

.mba3-preview-017d-componentes .component-row--fidelizacion {
    background: #eff1f6;
}

.mba3-preview-017d-componentes .component-row--escalamiento {
    background: #eceef4;
}

.mba3-preview-017d-componentes .component-row--inteligencia {
    background: #e9ebf2;
}

@media (max-width: 1199px) {
    .mba3-preview-017d-componentes .component-row {
        gap: 20px;
    }

    .mba3-preview-017d-componentes .component-row__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 899px) {
    .mba3-preview-017d-componentes .component-row {
        grid-template-columns: 1fr;
        gap: 14px;
        padding-block: 10px;
    }

    .mba3-preview-017d-componentes .component-row__label {
        display: flex;
        align-items: center;
        gap: 12px;
        padding-right: clamp(28px, 5vw, 72px);
    }

    .mba3-preview-017d-componentes .component-row__label::before {
        width: 26px;
        margin-bottom: 0;
    }
}

@media (max-width: 559px) {
    .mba3-preview-017d-componentes .component-row {
        gap: 12px;
        padding-block: 9px;
    }

    .mba3-preview-017d-componentes .component-row__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}
/* P017G SECCIONES: INICIO */
.p017g-deploy .caveat-<uniquifier>{font-family: "Caveat", serif; font-optical-sizing: auto; font-weight: <weight>; font-style: normal;}
.p017g-deploy{--brand-primary: #214b67; --brand-secondary: #2378ba; --brand-accent: #2378ba; --neutral-dark: #111111; --neutral-light: #ffffff;}























































































































































































































































@media (max-width: 1023px){
















}
@media (max-width: 480px){


























}
@media (max-width: 768px){





}

@font-face{font-family:"Montserrat";src:url("/images/dgtexp/assets/brand/fonts/montserrat/Montserrat-Regular.ttf") format("truetype");font-style:normal;font-weight:400;font-display:swap;}
@font-face{font-family:"Montserrat";src:url("/images/dgtexp/assets/brand/fonts/montserrat/Montserrat-Medium.ttf") format("truetype");font-style:normal;font-weight:500;font-display:swap;}
@font-face{font-family:"Montserrat";src:url("/images/dgtexp/assets/brand/fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");font-style:normal;font-weight:600;font-display:swap;}
@font-face{font-family:"Montserrat";src:url("/images/dgtexp/assets/brand/fonts/montserrat/Montserrat-Bold.ttf") format("truetype");font-style:normal;font-weight:700;font-display:swap;}
@font-face{font-family:"Montserrat";src:url("/images/dgtexp/assets/brand/fonts/montserrat/Montserrat-ExtraBold.ttf") format("truetype");font-style:normal;font-weight:800;font-display:swap;}
@font-face{font-family:"Montserrat";src:url("/images/dgtexp/assets/brand/fonts/montserrat/Montserrat-Black.ttf") format("truetype");font-style:normal;font-weight:900;font-display:swap;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017){--ink: #1f3f52; --deep: #214b67; --deep-2: #173f58; --blue: #128ed8; --sky: #eaf3f7; --paper: #f7fbfd; --white: #ffffff; --muted: #6d8290; --line: #d3e0e6; --amber: #eea93e; --shadow: 0 20px 52px rgba(33, 75, 103, 0.16); --font-sans: "Montserrat";}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017),.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) *{box-sizing: border-box;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017){scroll-behavior: smooth;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017){margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans);}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) img{max-width: 100%;}

.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .suite{padding-left: clamp(28px, 5vw, 72px); padding-right: clamp(28px, 5vw, 72px);}














.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .eyebrow{color: var(--blue); font-size: 16px; font-weight: 900; line-height: 1.2; text-transform: uppercase;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) h1,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) h2,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) h3,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) p{margin-top: 0;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) h1,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) h2{font-family: var(--font-sans); font-weight: 600; color: var(--deep); letter-spacing: 0;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) h1,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) h2,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) h3{letter-spacing: -0.01em;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero{min-height: 512px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(330px, 0.72fr); align-items: center; gap: clamp(34px, 5vw, 72px); position: relative; overflow: hidden; isolation: isolate; padding-top: 80px; padding-bottom: 22px; background: var(--deep); color: var(--white);}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero::before{content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(18, 52, 74, 0.67) 0%, rgba(18, 52, 74, 0.60) 42%, rgba(18, 52, 74, 0.34) 72%, rgba(18, 52, 74, 0.18) 100%), linear-gradient(0deg, rgba(18, 52, 74, 0.52), rgba(18, 52, 74, 0.11) 58%, rgba(18, 52, 74, 0.36)); pointer-events: none;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero::after{content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 25% 100%, linear-gradient(0deg, rgba(255, 255, 255, 0.1), transparent 32%); opacity: 0.5; pointer-events: none;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero-copy{grid-column: 1 / -1; grid-row: 1; position: relative; z-index: 4; padding-top: 0; transform: translateY(-30px);}



.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero .eyebrow{color: var(--amber); font-size: 16px;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero .actions{width: 100%;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero h1{max-width: 760px; margin: 28px 0 22px; color: var(--white); font-size: clamp(42px, 3.4vw, 74px); line-height: 0.98; font-weight: 800; text-wrap: balance;}


.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .lead{max-width: 690px; color: #dceaf0; font-size: clamp(17px, 1.6vw, 22px); font-weight: 700; line-height: 1.45; text-wrap: pretty;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .actions{display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 30px;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .button{min-height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, 0.36); border-radius: 4px; background: rgba(255, 255, 255, 0.92); color: var(--deep); padding: 0 18px; font-size: 13px; font-weight: 900; text-decoration: none; cursor: pointer;}

.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .button.primary{border-color: var(--blue); background: var(--blue); color: var(--white);}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .button:hover{border-color: rgba(255, 255, 255, 0.82);}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero-visual{grid-column: 2; grid-row: 1; position: relative; z-index: 4; pointer-events: none; min-height: 430px; align-self: end; transform: translateY(-30px);}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero-frame{position: absolute; inset: 0; margin: 0; z-index: 0; width: 100%; height: 100%; aspect-ratio: auto; overflow: hidden; border-radius: 0; background: var(--deep); box-shadow: none;}

.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero-frame img{width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; filter: saturate(0.92) contrast(1.04);}
@media (min-width: 1200px) and (max-width: 1399px){.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero::before{background: linear-gradient(90deg, rgba(18, 52, 74, 0.88) 0%, rgba(18, 52, 74, 0.84) 44%, rgba(18, 52, 74, 0.70) 62%, rgba(18, 52, 74, 0.36) 82%, rgba(18, 52, 74, 0.18) 100%), linear-gradient(0deg, rgba(18, 52, 74, 0.60), rgba(18, 52, 74, 0.20) 58%, rgba(18, 52, 74, 0.44));}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero-frame img[src$="mba3-hero-retail-01.3.jpg"],.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero-frame img[src$="mba3-hero-retail-03.1.1.jpg"],.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero-frame img[src$="mba3-hero-retail-02.2.jpg"]{object-position: right center;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero-frame img[src$="mba3-hero-retail-01.3.jpg"]{width: calc(100% + 50px); max-width: none;}}



.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero-controls{position: absolute; top: 433px; right: clamp(28px, 5vw, 72px); z-index: 8; display: none; gap: 8px; align-items: center;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero-controls .arrow-button{position: relative; width: 35px; height: 35px; display: grid; place-items: center; border-color: rgba(255, 255, 255, 0.68); background: rgba(18, 142, 216, 0.88); color: var(--white); font-size: 0; box-shadow: 0 18px 42px rgba(6, 24, 35, 0.34); backdrop-filter: blur(12px);}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero-controls .arrow-button:hover{border-color: rgba(255, 255, 255, 0.92); background: rgba(18, 142, 216, 1); transform: translateY(-2px);}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero-controls .arrow-button::before{content: ""; position: absolute; left: 50%; top: 50%; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; opacity: 0.95;}


.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero-sun{display: none;}















































.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .arrow-button{width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--deep); cursor: pointer; transition: transform 160ms ease, border-color 160ms ease;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .arrow-button:hover{border-color: var(--blue); transform: translateY(-2px);}

































































.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .modal{position: fixed; inset: 0; z-index: 80; display: none; align-items: center; justify-content: center; padding: 24px;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .modal.is-open{display: flex;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .modal-backdrop{position: absolute; inset: 0; border: 0; background: rgba(9, 31, 43, 0.72); cursor: pointer;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .modal-panel{position: relative; z-index: 1; width: min(100%, 980px); max-height: min(86vh, 820px); overflow: auto; border-radius: 10px; background: #fbfdfe; box-shadow: 0 30px 80px rgba(6, 24, 35, 0.32); padding: clamp(24px, 4vw, 42px);}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .modal-close{position: absolute; right: 16px; top: 16px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--deep); cursor: pointer; font-size: 24px; line-height: 1;}


.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-component-modal .modal-panel{width: min(100%, 1160px); overflow: hidden;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-component-modal-grid{display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr); gap: clamp(30px, 4.5vw, 66px); align-items: start; max-height: calc(86vh - clamp(48px, 8vw, 84px)); min-height: 0;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-component-modal-meta{margin: 0 0 12px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-component-modal h2{margin: 0; color: var(--deep); font-size: clamp(27px, 3.1vw, 42px); line-height: 1.08;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-component-modal-subtitle{margin: 14px 0 22px; color: #40565b; font-size: clamp(16px, 1.35vw, 18px); font-weight: 700; line-height: 1.4;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-component-modal-media{height: clamp(180px, 26vh, 250px); min-height: 0; margin: 0; overflow: hidden; border-radius: 8px; background: var(--soft);}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-component-modal-media img{width: 100%; height: 100%; display: block; object-fit: contain; object-position: center;}


















.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-component-modal-features-column{min-height: 100%; max-height: calc(86vh - clamp(48px, 8vw, 84px)); padding: 0 6px 0 0; background: transparent; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: rgba(35, 76, 104, 0.45) transparent;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-component-modal-features-column::-webkit-scrollbar{width: 6px;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-component-modal-features-column::-webkit-scrollbar-thumb{border-radius: 999px; background: rgba(35, 76, 104, 0.45);}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-component-modal-features-title{margin: 0 0 16px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-component-modal-features{display: grid; margin: 0; padding: clamp(18px, 2.25vw, 28px); border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 6px 18px rgba(23, 64, 85, 0.06); list-style: none;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-component-modal-features li{position: relative; padding: 13px 0 13px 22px; border-bottom: 1px solid var(--line); color: #40565b; font-size: 14px; font-weight: 700; line-height: 1.42;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-component-modal-features li:first-child{padding-top: 0;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-component-modal-features li:last-child{padding-bottom: 0; border-bottom: 0;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-component-modal-features li::before{content: ""; position: absolute; top: calc(13px + 0.58em); left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--blue);}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-component-modal-features li:first-child::before{top: 0.58em;}











@media (max-width: 720px){
}
@media (min-width: 461px) and (max-width: 720px){

}
@media (max-width: 460px){
}






























.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .suite{min-height: 760px; display: grid; align-content: end; gap: 28px; padding-top: 76px; padding-bottom: 92px; position: relative; isolation: isolate; color: var(--deep); text-align: left; background: #c1d1d8; border-top: 1px solid #d9e5ea; border-bottom: 1px solid #d9e5ea;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .seccion-degradada{background-color: #768693; background-image: linear-gradient( to bottom, #ffffff 0%, #ffffff 31%, 42.2%, #768693 100% ); background-repeat: no-repeat;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .suite-copy{width: min(100%, 1180px); margin: 0 auto;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .suite-copy .eyebrow{color: var(--blue); font-size: 16px;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .suite-copy h2{max-width: 760px; margin: 18px 0 20px; color: var(--deep); font-size: clamp(36px, 4.3vw, 58px); font-weight: 600; line-height: 1.04; text-wrap: balance;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .suite-copy p{max-width: 740px; margin: 0; color: var(--muted); font-size: 17px; font-weight: 800; line-height: 1.55;}

.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-addon-card{display: block; position: relative; min-height: 172px; border: 1px solid #d7e3e8; border-radius: 8px; background: var(--white); padding: 16px 20px 18px;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-addon-card img{position: absolute; top: 25px; left: 20px; width: 78px; max-height: 72px; object-fit: contain;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-addon-card-text{display: block; position: relative; gap: 6px; min-width: 0; min-height: 76px; padding-left: 104px; padding-top: 17px;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-addon-card strong{display: block; color: #234c68; font-size: 14px; font-weight: 800; line-height: 1.12; text-align: left; text-transform: uppercase;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-addon-card--autofacturacion strong{font-size: 14px;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-addon-card em,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-addon-card p{margin: 0; color: var(--deep); font-style: normal; text-align: left;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-addon-card em{display: block; margin-top: 12px; color: #234c68; font-size: 13px; font-weight: 600; line-height: 1.12;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-addon-card p{color: #5a6973; font-size: 12px; font-weight: 600; line-height: 1.2; text-align: justify; text-align-last: left;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-addon-card > p{margin-top: 10px;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .component-details-trigger{position: absolute; right: 10px; bottom: 10px; z-index: 2; width: 30px; height: 30px; display: grid; place-items: center; border: 0; border-radius: 999px; background: transparent; color: #40565b; cursor: pointer;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .component-details-trigger:hover,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .component-details-trigger:focus-visible{background: #e7eef1; color: var(--deep); outline: none;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .component-details-trigger svg{width: 18px; height: 18px;}
@media (min-width: 721px){.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-addon-card{min-height: 164px; padding-bottom: 14px;}}
@media (min-width: 981px){.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-addon-card{display: grid; grid-template-columns: 78px minmax(0, 1fr); column-gap: 18px; min-height: 178px; padding: 18px 20px 16px;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-addon-card img{position: static; grid-row: 1; align-self: center; width: 78px; max-height: 72px;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-addon-card-text{min-height: 0; padding: 0;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-addon-card > p{grid-column: 1 / -1; margin-top: 12px; text-align: left; text-align-last: auto; text-wrap: pretty;}}
@media (max-width: 980px){.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .component-details-trigger{position: relative; right: auto; bottom: auto; width: auto; min-width: 112px; height: 36px; margin: 14px 0 0 auto; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid #c7d8e0; border-radius: 999px; background: #f1f6f8; color: #234c68; font-family: var(--font-sans); font-size: 11px; font-weight: 800; letter-spacing: 0.02em;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .component-details-trigger::after{content: "Ver detalle";}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .component-details-trigger:hover,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .component-details-trigger:focus-visible{border-color: var(--blue); background: #e1eff4;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .component-details-trigger svg{width: 16px; height: 16px;}}




























































@media (max-width: 980px){.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero{grid-template-columns: 1fr;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero{min-height: auto; padding-top: 0;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero-copy{grid-column: 1; grid-row: 1;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero-visual{grid-column: 1; grid-row: 2; min-height: 460px;}


















}
@media (max-width: 720px){




.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero h1{font-size: 34px; margin: 18px 0 16px;}


.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero{padding-top: 24px; padding-bottom: 26px; gap: 24px;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero-visual{min-height: 300px;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero-controls{top: 437px; right: 28px;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .hero-sun{width: 62px; height: 62px; right: -7px; top: -14px;}











.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .suite{padding-top: 58px; padding-bottom: 60px;}



.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-component-modal-grid{grid-template-columns: 1fr; max-height: none; width: auto; max-width: 100%;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-component-modal-media{height: min(28vh, 210px); min-height: 0;}


















.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-component-modal .modal-panel{overflow: auto;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .p017g-component-modal-features-column{max-height: none; overflow: visible;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .modal{padding: 12px;}



}

.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017),.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017){max-width: 100%; overflow-x: hidden; overflow-x: clip;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root{--s03-out: 520ms; --s03-in: 780ms; --s03-ease: cubic-bezier(.22, 1, .36, 1); --s03-crossfade: 1400ms; width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); overflow: hidden;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero h1{max-width: 760px; margin: 22px 0 16px; font-size: clamp(36px, 3vw, 44px); line-height: 1.02; font-weight: 800; text-wrap: balance;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero .lead{margin: 0; line-height: 1.38; text-wrap: pretty;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero .actions{margin-top: 24px;}
@media (max-width: 980px){.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero h1{margin: 16px 0 14px; font-size: clamp(30px, 8vw, 40px); line-height: 1.04;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero .actions{margin-top: 22px;}}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero-controls{display: inline-flex;}
@media (max-width: 980px){.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero-controls{top: auto; right: clamp(18px, 5vw, 28px); bottom: clamp(18px, 4vw, 28px); z-index: 9;}}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero-controls .arrow-button[data-p017g-s03-prev]::before{content: ""; position: absolute; left: 50%; top: 50%; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-right: 8px solid currentColor; transform: translate(-58%, -50%);}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero-controls .arrow-button[data-p017g-s03-next]::before{content: ""; position: absolute; left: 50%; top: 50%; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid currentColor; transform: translate(-42%, -50%);}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero [data-p017g-s03-eyebrow],.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero [data-p017g-s03-title],.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero [data-p017g-s03-lead]{transition: transform var(--s03-in) var(--s03-ease), opacity calc(var(--s03-in) * .55) ease; will-change: transform, opacity;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero .hero-frame,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero .hero-frame img{transition: transform var(--s03-in) var(--s03-ease), opacity calc(var(--s03-in) * .6) ease; will-change: transform, opacity;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero [data-p017g-s03-title]{transition-delay: 70ms;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero [data-p017g-s03-lead]{transition-delay: 130ms;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero.is-sliding-out [data-p017g-s03-eyebrow],.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero.is-sliding-out [data-p017g-s03-title],.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero.is-sliding-out [data-p017g-s03-lead]{opacity: 0; transform: none; transition-duration: var(--s03-out), calc(var(--s03-out) * .7); transition-delay: 0ms;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero.is-sliding-in [data-p017g-s03-eyebrow],.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero.is-sliding-in [data-p017g-s03-title],.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero.is-sliding-in [data-p017g-s03-lead]{opacity: 0; transform: none;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero.is-sliding-out .hero-frame{opacity: 0; transform: translate3d(-4%, 0, 0) scale(1.02); transition-duration: var(--s03-out), calc(var(--s03-out) * .7);}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero.is-sliding-in .hero-frame{opacity: 0; transform: translate3d(4%, 0, 0) scale(1.02);}
@media (min-width: 1200px) and (max-width: 1399px){.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero.is-sliding-out .hero-frame,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero.is-sliding-in .hero-frame{transform: none;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero-frame img[src$="mba3-hero-retail-01.3.jpg"]{width: 100%; max-width: none;}}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero.is-instant,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero.is-instant .hero-frame,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero.is-instant [data-p017g-s03-eyebrow],.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero.is-instant [data-p017g-s03-title],.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero.is-instant [data-p017g-s03-lead]{transition: none !important; animation: none !important;}
@media (prefers-reduced-motion: reduce){.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero [data-p017g-s03-eyebrow],.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero [data-p017g-s03-title],.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero [data-p017g-s03-lead],.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero .hero-frame,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero .hero-frame img{transition: none !important; transform: none !important;}}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero{min-height: clamp(620px, 39vw, 720px);}
@media (min-width: 981px){.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero{display: block;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero-copy{position: absolute; top: calc(clamp(64px, 6vw, 82px) - 10px); left: clamp(32px, 5vw, 68px); right: clamp(32px, 5vw, 68px); z-index: 4; align-self: auto; box-sizing: border-box; margin: 0; padding: 0; transform: none !important;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero-visual{display: none;}}
@media (min-width: 981px) and (max-width: 1199px){.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero{min-height: 800px;}}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero-frame img[src$="mba3-hero-retail-01.3.jpg"],.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero-frame img[src$="mba3-hero-retail-02.2.jpg"],.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero-frame img[src$="mba3-hero-retail-03.1.1.jpg"]{width: 100%; max-width: none; object-position: right center;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero .hero-frame img.s03-image-transition{position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; display: block; object-fit: cover; opacity: 0; transform: translate3d(1.5%, 0, 0); transition: opacity var(--s03-crossfade) linear, transform var(--s03-crossfade) cubic-bezier(.33, 1, .68, 1); will-change: opacity, transform; pointer-events: none; filter: saturate(0.92) contrast(1.04);}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero.is-crossfading .hero-frame img.s03-image-transition{opacity: 1; transform: translate3d(0, 0, 0);}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero.is-crossfading .hero-frame,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero.is-crossfading .hero-frame > img:not(.s03-image-transition){opacity: 1 !important; transform: none !important;}
@media (prefers-reduced-motion: reduce){.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero .hero-frame img.s03-image-transition{transition: none; transform: none;}}
@media (max-width: 980px){.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero{display: block; min-height: 0; padding-top: 30px; padding-bottom: 40px;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero-copy{display: block; transform: none;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero-visual{display: none;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero-controls{top: auto; right: 18px; bottom: 10px; gap: 6px;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .s03-hero-root .hero-controls .arrow-button{width: 30px; height: 30px;}}
@media (max-width: 980px){

}
@media (max-width: 460px){


}


.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017){position:relative;}

.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017){--mba3-017-modal-z:99999;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .modal{z-index:var(--mba3-017-modal-z);}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .modal{overflow:visible;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .modal-backdrop{z-index:0;width:auto;height:auto;opacity:1;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .modal-panel{z-index:1;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) .modal-close{z-index:2;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017){--font-sans:"Montserrat",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,sans-serif;}
.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017),.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) h1,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) h2,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) h3,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) p,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) a,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) button,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) span,.p017g-deploy :is([data-p017g-source-section], .mba3-preview-017) li{font-family:var(--font-sans)!important;}
.p017g-deploy .mba3-preview-017d-componentes #plataforma-componentes{min-height: 0; padding: 0; background: var(--white, #fff);}
.p017g-deploy .mba3-preview-017d-componentes #plataforma-componentes .suite-copy{width: auto; margin: 0; padding-inline: clamp(30px, 1vw, 72px);}
.p017g-deploy .mba3-preview-017d-componentes .component-rows{display: grid; gap: 0;}
.p017g-deploy .mba3-preview-017d-componentes .component-row{display: grid; grid-template-columns: clamp(140px, calc(20vw - 80px), 200px) minmax(0, 1fr); gap: 24px; padding: 8px 0;}
.p017g-deploy .mba3-preview-017d-componentes .component-row:first-child{padding-top: 30px;}
.p017g-deploy .mba3-preview-017d-componentes .component-row:last-child{padding-bottom: 30px;}
.p017g-deploy .mba3-preview-017d-componentes .component-row__label{align-self: center; padding-left: clamp(28px, 5vw, 72px); color: #1b2a41;}
.p017g-deploy .mba3-preview-017d-componentes .component-row__label::before{display: block; width: 34px; height: 3px; margin-bottom: 12px; background: currentColor; content: "";}
.p017g-deploy .mba3-preview-017d-componentes .component-row__label span{display: block; font-size: 12.5px; font-weight: 800; line-height: 1.35; letter-spacing: 1.1px; text-transform: uppercase;}
.p017g-deploy .mba3-preview-017d-componentes .component-row__grid{display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding-right: clamp(16px, 2.5vw, 36px);}
.p017g-deploy .mba3-preview-017d-componentes .component-row--nucleo{background: #f5f7fa;}
.p017g-deploy .mba3-preview-017d-componentes .component-row--experiencia{background: #f2f4f8;}
.p017g-deploy .mba3-preview-017d-componentes .component-row--fidelizacion{background: #eff1f6;}
.p017g-deploy .mba3-preview-017d-componentes .component-row--escalamiento{background: #eceef4;}
.p017g-deploy .mba3-preview-017d-componentes .component-row--inteligencia{background: #e9ebf2;}
@media (max-width: 1199px){.p017g-deploy .mba3-preview-017d-componentes .component-row{gap: 20px;}
.p017g-deploy .mba3-preview-017d-componentes .component-row__grid{grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px;}}
@media (max-width: 899px){.p017g-deploy .mba3-preview-017d-componentes .component-row{grid-template-columns: 1fr; gap: 14px; padding-block: 10px;}
.p017g-deploy .mba3-preview-017d-componentes .component-row__label{display: flex; align-items: center; gap: 12px; padding-right: clamp(28px, 5vw, 72px);}
.p017g-deploy .mba3-preview-017d-componentes .component-row__label::before{width: 26px; margin-bottom: 0;}}
@media (max-width: 559px){.p017g-deploy .mba3-preview-017d-componentes .component-row{gap: 12px; padding-block: 9px;}
.p017g-deploy .mba3-preview-017d-componentes .component-row__grid{grid-template-columns: 1fr; gap: 12px;}}
.p017g-deploy .p017g-hero-source{display: none;}
.p017g-deploy .p017g-component-modal [data-p017g-component-source]{display: none;}
.p017g-deploy .p017g-component-modal.p017g-static-component-active [data-p017g-p017g-component-modal-features]{display: none;}
.p017g-deploy .p017g-component-modal.p017g-static-component-active [data-p017g-component-source]{display: block;}
.p017g-deploy .p017g-component-modal.p017g-static-component-active [data-p017g-component-source] article{display: none;}
.p017g-deploy .p017g-component-modal.p017g-static-component-active [data-p017g-component-source] article.is-active{display: block;}
.p017g-deploy .p017g-component-modal.p017g-static-component-active [data-p017g-component-source] h3{display: none;}
.p017g-section-0,.p017g-section-0 > .uk-container{max-width:none!important; padding-inline:0!important; overflow:visible!important;}
.p017g-deploy[data-p017g-deploy="hero"]{width:var(--p017g-viewport-width, 100vw)!important; max-width:none!important; margin-left:var(--p017g-viewport-offset, calc(50% - 50vw))!important; margin-right:0!important; padding-inline:0!important; overflow:visible!important;}
.p017g-deploy[data-p017g-deploy="hero"] > .mba3-preview-017{width:100%!important; max-width:none!important; overflow:visible!important;}
.p017g-deploy[data-p017g-deploy="hero"] .s03-hero-root{width:100%!important; max-width:none!important; margin-inline:0!important;}
.p017g-deploy[data-p017g-deploy="hero"] .hero .hero-frame{opacity:1!important; transform:none!important; transition:none!important;}
.p017g-deploy[data-p017g-deploy="hero"] .hero .hero-frame > img{position:absolute!important; inset:0!important; width:100%!important; height:100%!important; max-width:none!important; object-fit:cover!important; object-position:right center!important; transform:none!important; transition:none!important;}
.p017g-deploy[data-p017g-deploy="hero"] .hero .hero-frame > img.s03-image-transition{transition:opacity var(--s03-crossfade) linear!important;}
/* P017G SECCIONES: FIN JC-01 */
