/* 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;
}


/* 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 */
}

.lphide .gridsubtitle h3{
  background: #214b67;
}


/*
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;
   }
}