/*
 Theme Name: lmb_tech
 Template: generatepress
*/
:root {
	--ancho: 1100px;
	--maxanchomob: 92%;
	--gap: 40px;
}
/* =========================================================
	 1) Locks / gating (registro)
	 ========================================================= */
.lmb-doc-block.lmb-locked .lmb-locked-msg{ display:block; }

.lmb-doc-block.lmb-locked .lmb-video-frame,
.lmb-doc-block.lmb-locked .lmb-btn-pdf{
	opacity:.4;
	pointer-events:none;
}

html, body { height: auto; }

body{
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.container.grid-container {
	width: var(--ancho);
	max-width: var(--maxanchomob);
	margin: auto;
}
/* Header (está fuera de #page) */
.lmb-header{
	flex: 0 0 auto;
}

/* El wrapper #page tiene que ocupar el “resto” */
#page.site{
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	min-height: 0; /* importante para evitar desbordes raros */
}

/* Contenido crece */
#content.site-content{
  flex: 1 0 auto;
}

/* Footer dentro de #page */
.site-footer{
  flex: 0 0 auto;
}


/* =========================================================
	 2) Header
	 ========================================================= */
header.lmb-header {
	width: var(--ancho);
	max-width: 100%;
	margin: auto;
	background:white;
	padding:0;
	position: sticky;
	z-index: 999;
	top: 0;
}
header.lmb-header .site-header {
	background: var(--lmb-header-bg);
	border-bottom: 2px solid var(--lmb-header-border);
}
header.lmb-header .custom-logo-link {
	width: 195px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
}
header.lmb-header .custom-logo-link img {
	max-width: 195px;
	max-height: 65px;
}
header.lmb-header .lmb-header__top {
	padding: 20px 24px 15px;
	/* margin-bottom: 2px; */
	border-bottom: 2px solid var(--lmb-header-border);
}
header.lmb-header .lmb-header__top .int {
	display:flex;
	gap:48px;
	align-items: center;
}
header.lmb-header .lmb-header__brand {
	display:flex;
	align-items:center;
	flex: 0 0 auto;
}
header.lmb-header .lmb-header__message {
	width: 420px;
}

@media (max-width: 990px) {
	header.lmb-header .custom-logo-link {
		width: calc(100vw - 108px);
	}
	header.lmb-header .custom-logo-link img {
		max-height: 50px;
		width: auto;
	}
	header.lmb-header .lmb-header__top .int {
		gap:0;
	}
}
.lmb-ticker{
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}

.lmb-topbar__text{
  display: inline-block;
  white-space: nowrap;
  color: var(--lmb-topbar-color);
  font-family: var(--lmb-topbar-font-family);
  font-size: var(--lmb-topbar-font-size);
  font-weight: var(--lmb-topbar-font-weight);
  line-height: var(--lmb-topbar-line-height);
}

/* solo cuando haga falta */
.lmb-ticker.is-animated .lmb-topbar__text{
  padding-left: 100%;
  animation: lmb-marquee var(--lmb-topbar-speed) linear infinite
}

@keyframes lmb-marquee{
	0%{ transform:translateX(0); }
	100%{ transform:translateX(-100%); }
}
.lmb-register {
    flex: 1 1 auto;
}

@media (max-width: 990px){
	header.lmb-header .lmb-header__top {
		padding: 0px 0 24px;
		position: relative;
		border: none;
	}
	header.lmb-header .lmb-header__top .int {
		justify-content: space-between;
		width: var(--maxanchomob);;
		margin: auto;
	}
	header.lmb-header .lmb-header__message {
		position: absolute;
		top: 58px;
		width: 100%;
		left: 0;
		background: var(--dark-blue-garibaldi);
		border-top: 2px solid white;
		padding-top: 3px;
	}
	.lmb-topbar__text {
		color: white;
	}
	.lmb-register {
		flex: 0;
		margin-left: auto;
	}
}

@media (max-width: 990px){
	.lmb-logo-desktop {display: none}
}
@media (min-width: 991px){
	.lmb-logo-mobile {display: none}
}
/* =========================================================
	 2b) Menú (legacy por ID)
	 (lo dejo por si en algún punto WP le pone IDs)
	 ========================================================= */

ul.lmb-menu li {
	list-style:none;
	position: relative;
	line-height: 0.85;
}
.lmb-nav-mobile ul.lmb-menu li {
	border-bottom: 1px solid var(--lmb-header-menu-separadores);;
	padding: 10px 0;
}
.lmb-nav-desktop ul.lmb-menu li::after {
	content: "";
	background: var(--lmb-header-menu-separadores);
	width: 2px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: -21px;
}
.lmb-nav-desktop ul.lmb-menu li:first-child::before {
	content: "";
	background: var(--lmb-header-menu-separadores);
	width: 2px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: -21px;
}
ul.lmb-menu li a {
	text-decoration:none;
	text-transform:uppercase;
	font-weight:600;
	position: relative;
	color: var(--lmb-header-menu-color);
  font-family: var(--lmb-header-menu-font-family);
  font-size: var(--lmb-header-menu-font-size);
  font-weight: var(--lmb-header-menu-font-weight);
  line-height: var(--lmb-header-menu-line-height);
}
.lmb-nav-desktop ul.lmb-menu li.current-menu-item a::after {
	content: "";
	background: var(--lmb-header-menu-marcador);
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: -10px;
	right: 0;
}
@media (max-width: 990px){

  .lmb-drawer__nav .lmb-menu li.current-menu-item {
    position: relative;
    padding-left: 18px;
  }

  .lmb-drawer__nav .lmb-menu li.current-menu-item::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 5px;
    font-weight: bold;
    color: var(--lmb-header-menu-marcador);
    font-size: 25px;
  }
}
/* =========================================================
	 2c) Menú (por clase, que es lo que estás usando)
	 ========================================================= */
.lmb-nav-desktop .lmb-menu {
	justify-content: center;
	gap: 40px;
	list-style: none;
	height: 50px;
	background: var(--lmb-header-menu-bg);
}
.lmb-nav-desktop .lmb-menu li{
	list-style:none;
	position: relative;
	line-height: 0.85;
}
.main-navigation .main-nav.lmb-nav-desktop ul.lmb-menu li a{
	color:var(--lmb-header-menu-color);
	text-decoration:none;
	text-transform:uppercase;
	font-weight:600;
	line-height: normal !important;
	padding: 0 !important;
	font-family: var(--lmb-header-menu-font-family);
	font-size: var(--lmb-header-menu-font-size);
	font-weight: var(--lmb-header-menu-font-weight);
	line-height: var(--lmb-header-menu-line-height);
}
.main-navigation .main-nav.lmb-nav-desktop ul.lmb-menu li a:hover {
	color:var(--lmb-header-menu-hover-color);
}

/* lang (dentro del drawer en mobile) */
header.lmb-header .lmb-lang {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	flex: 0 0 auto;
}
header.lmb-header .lmb-lang.lang-mobile {
    padding: 20px 30px;
}
header.lmb-header .lmb-lang ul {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	gap:20px;
	align-items:center;
	font-family: var(--lmb-header-lang-font-family);
  font-size: var(--lmb-header-lang-font-size);
  font-weight: var(--lmb-header-lang-font-weight);
  line-height: var(--lmb-header-lang-line-height);
}
header.lmb-header .lmb-lang ul li {
	position: relative;
	line-height: 0.85;
}
header.lmb-header .lmb-lang ul li:not(:last-child)::after {
	content: "";
	background: white;
	width: 2px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: -11px;
}
header.lmb-header .lmb-lang ul li a {
	text-transform: uppercase;
	text-decoration: none;
	color: var(--lmb-header-lang-color);
}
header.lmb-header .lmb-lang ul li a:hover {
	text-transform: uppercase;
	text-decoration: none;
	color: var(--lmb-header-lang-hover-color);
}
header.lmb-header .lmb-lang ul li.current-lang a {
	font-weight: bold;
}

#lmb-view-start {
	display: flex;
	gap: 5px;
}
header.lmb-header .lmb-register button#lmb-editProfile,
header.lmb-header .lmb-register button#lmb-btnStartRegister,
header.lmb-header .lmb-register button#lmb-btnStartLogin {
	background: var(--lmb-header-user-bg);
	padding: 2px 8px;
	border-radius: 5px;
	border: 2px solid var(--lmb-header-user-border);
	transition: all .3s;
	white-space: nowrap;
	overflow: hidden;
	color: var(--lmb-header-user-color);
  font-family: var(--lmb-header-user-font-family);
  font-size: var(--lmb-header-user-font-size);
  font-weight: var(--lmb-header-user-font-weight);
  line-height: var(--lmb-header-user-line-height);
}

header.lmb-header .lmb-register button#lmb-editProfile {
	width: 215px;
}
header.lmb-header .lmb-register button#lmb-btnStartRegister {
	width: 150px;
}
header.lmb-header .lmb-register button#lmb-btnStartLogin {
	width: 70px;
}
header.lmb-header .lmb-register button#lmb-editProfile:hover,
header.lmb-header .lmb-register button#lmb-btnStartRegister:hover,
header.lmb-header .lmb-register button#lmb-btnStartLogin:hover {
	background: var(--lmb-header-user-hover-bg);
	border: 2px solid var(--lmb-header-user-hover-border);
	color: var(--lmb-header-user-hover-color);
}
@media (max-width: 990px) {
	header.lmb-header .lmb-lang {
	  border-bottom: 1px solid var(--lmb-header-menu-separadores);
	  border-top: 1px solid var(--lmb-header-menu-separadores);
	}

	header.lmb-header .lmb-register button#lmb-btnStartRegister,
	header.lmb-header .lmb-register button#lmb-editProfile,
	header.lmb-header .lmb-register button#lmb-btnStartLogin {
		position: relative;
		width: 44px;
		height: 44px;
		padding: 7px;
		border-radius: 50%;
		border: 2px solid;
		margin-top: 5px;
		font-size: 0;
		background: transparent;
		color: inherit;
	}

	:root{
		--lmb-user-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3E%3Cpath%20d='M320%20312C386.3%20312%20440%20258.3%20440%20192C440%20125.7%20386.3%2072%20320%2072C253.7%2072%20200%20125.7%20200%20192C200%20258.3%20253.7%20312%20320%20312zM290.3%20368C191.8%20368%20112%20447.8%20112%20546.3C112%20562.7%20125.3%20576%20141.7%20576L498.3%20576C514.7%20576%20528%20562.7%20528%20546.3C528%20447.8%20448.2%20368%20349.7%20368L290.3%20368z'/%3E%3C/svg%3E");
	}

	header.lmb-header .lmb-register button#lmb-btnStartRegister::before,
	header.lmb-header .lmb-register button#lmb-editProfile::before{
		content:"";
		display:block;
		width:100%;
		height:100%;
	}

	header.lmb-header .lmb-register button#lmb-btnStartRegister::before{
		background-color: currentColor;
		-webkit-mask: var(--lmb-user-icon) center / contain no-repeat;
		        mask: var(--lmb-user-icon) center / contain no-repeat;
	}

	header.lmb-header .lmb-register button#lmb-editProfile::before{
		content: attr(data-initials);
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		font-size: 14px;
		font-weight: 700;
		line-height: 1;
	}

	header.lmb-header .lmb-register button#lmb-btnStartRegister {
		color: var(--noregistrado);
	}

	header.lmb-header .lmb-register button#lmb-editProfile {
		color: var(--registrado);
	}
}
/* =========================================================
	 2d) Burger + Drawer (offcanvas)
	 ========================================================= */

/* Burger (desktop: oculto) */
header.lmb-header .lmb-burger{
	display:none;
	background:transparent;
	border:0;
	padding: 0 15px 10px 0;
	cursor:pointer;
}
header.lmb-header .lmb-burger span{
	display:block;
	width:26px;
	height:2px;
	background: white;
	margin:6px 0;
	border-radius:2px;
}

/* Overlay: hidden debe ganar SIEMPRE */
.lmb-overlay{
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.45);
	z-index: 9998;
}
.lmb-overlay[hidden]{
	display:none !important;
}

/* Drawer base (en desktop no se muestra) */
.lmb-drawer{
	display:none;
}

/* Estado abierto: bloquea scroll */
body.lmb-menu-open{
	overflow:hidden;
}

/* Mobile */
@media (max-width: 990px){

	/* burger visible */
	header.lmb-header .lmb-burger{
		display:block;
	}

	/* nav desktop oculto */
	.lmb-nav-desktop,
	header.lmb-header .lmb-lang.lang-desktop {
		display:none;
	}

	/* drawer habilitado (pero afuera por transform) */
	.lmb-drawer{
		display:flex;
		position: fixed;
		top: 0;
		right: 0;                 /* si lo querés a la izquierda: left:0 y translate negativo */
		width: min(86vw, 360px);
		height: 100vh;
		background: var(--lmb-header-bg);
		z-index: 9999;

		flex-direction: column;

		transform: translateX(110%);
		transition: transform .25s ease;

		box-shadow: -12px 0 30px rgba(0,0,0,.18);
	}

	/* overlay solo cuando está abierto */
	body:not(.lmb-menu-open) .lmb-overlay{
		display:none;
	}
	body.lmb-menu-open .lmb-overlay{
		display:block;
	}

	/* abrir drawer */
	body.lmb-menu-open .lmb-drawer{
		transform: translateX(0);
	}

	.lmb-drawer__head{
		display:flex;
		justify-content:flex-end;
		padding: 12px 14px;
		border-bottom: 1px solid rgba(0,0,0,.08);
	}

	.lmb-drawer__close{
		background: transparent;
		border: 0;
		font-size: 20px;
		line-height: 1;
		cursor: pointer;
		color: var(--lmb-header-menu-color);
	}

	.lmb-drawer__section{
		padding: 14px 20px;
		border-bottom: 1px solid white;
	}

	.lmb-drawer__nav{
		padding: 10px 0 20px;
		overflow:auto;
		flex:1;
	}

	/* menú vertical dentro del drawer */
	.lmb-drawer__nav .lmb-menu{
		list-style:none;
		margin: 0;
		padding: 0 20px;
		display:flex;
		flex-direction:column;
		align-items:flex-start;
		gap: 12px;
	}

	/* separadores del menú horizontal: afuera en mobile */
	.lmb-nav-desktop .lmb-menu li::after,
	.lmb-nav-desktop .lmb-menu li:first-child::before{
		display:none;
	}
}
@media (max-width: 450px) {
	header.lmb-header .lmb-header__top .int {
		align-items: flex-start;
	}
}
/* Desktop: nav desktop visible, drawer no */
@media (min-width: 991px){
	.lmb-nav-desktop{ display:block; }
	.lmb-nav-mobile{ display:none; }
	.lmb-drawer{ display:none; }
	.lmb-overlay{ display:none !important; }
	body.lmb-menu-open{ overflow:auto; }
}

/* =========================================================
	 3) Hero
	 ========================================================= */
.lmb-hero{
	width: var(--ancho);
	max-width: 100%;
	margin: auto;
}
.lmb-hero__img{
	width:100%;
	height:auto;
	object-fit:cover;
	display:block;
}
.lmb-hero__img--mobile {
  display: none;
}

@media (max-width: 768px) {
  .lmb-hero__img--desktop {
    display: none;
  }
  .lmb-hero__img--mobile {
    display: block;
  }
}
/* =========================================================
	 4) Containers (GeneratePress)
	 ========================================================= */
#content.site-content{
	display:flex;
	flex-direction:column;
}

/* =========================================================
	 5) Grid de documentos (macro layout)
	 ========================================================= */
.separate-containers .site-main {
	margin: 20px 0;
}
.lmb-documentos {
	display:flex;
	flex-wrap:wrap;
	gap: calc(var(--gap)/2) var(--gap);

}

article.is-private{
	position: relative;
}

/* BASE DEL ICONO */

article.is-private::before{
	box-shadow: 0 2px 6px rgba(0,0,0,0.25);
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;

	width: 52px;
	height: 52px;

	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;

	z-index: 5;
}
body.lmb-user-guest article.is-private::before{
	background-color: var(--noregistrado);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' fill='white'%3E%3Cpath d='M400 147h-11.27v-8.29C388.73 62.23 326.5 0 250 0S111.27 62.23 111.27 138.73V147H100a61.34 61.34 0 0 0-61.27 61.27v230.44A61.34 61.34 0 0 0 100 500h300a61.34 61.34 0 0 0 61.27-61.27V208.29A61.34 61.34 0 0 0 400 147Zm-261-8.29a111 111 0 0 1 222 0V147H139Zm-3 334.74H100a34.78 34.78 0 0 1-34.74-34.74V208.29A34.78 34.78 0 0 1 100 173.55h36a34.78 34.78 0 0 0-34.74 34.74v230.44A34.78 34.78 0 0 0 136 473.47ZM265.49 400h-31a23.35 23.35 0 0 1-22.65-29l20.75-83a35.83 35.83 0 1 1 34.79 0l20.75 83A23.35 23.35 0 0 1 265.49 400Z'/%3E%3C/svg%3E");
}
body.lmb-user-registered article.is-private::before{
	background-color: var(--registrado);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 422.54 500' fill='white'%3E%3Cpath d='M361.27 147h-261v-7C100.27 78.7 149.41 28 210.7 27.74a110.66 110.66 0 0 1 79.56 33.09A13.86 13.86 0 0 0 308.7 62a13.83 13.83 0 0 0 1.4-20.52A138.31 138.31 0 0 0 210.57 0c-76.56.38-138 63.48-138 140v7H61.27A61.34 61.34 0 0 0 0 208.29v230.44A61.34 61.34 0 0 0 61.27 500h300a61.34 61.34 0 0 0 61.27-61.27V208.29A61.34 61.34 0 0 0 361.27 147Zm-264 326.45h-36a34.78 34.78 0 0 1-34.74-34.74V208.29a34.78 34.78 0 0 1 34.74-34.74h36a34.78 34.78 0 0 0-34.74 34.74v230.44A34.78 34.78 0 0 0 97.29 473.47ZM226.76 400h-31a23.35 23.35 0 0 1-22.65-29l20.75-83a35.83 35.83 0 1 1 34.79 0l20.75 83A23.35 23.35 0 0 1 226.76 400Z'/%3E%3C/svg%3E");
}
/* base */
.lmb-documentos article.lmb-documento {
	min-width:0;
	padding-bottom: calc(var(--gap)/2);
	border-bottom-color: var(--dark-blue-garibaldi);
	border-bottom-style: double;
	border-bottom-width: 4px;
	position: relative;
}
.lmb-documentos article.lmb-documento.sep-simple {
	border-bottom-style: inset;
	border-bottom-width: 1px;
}
.lmb-documentos article.lmb-documento.is-empty {
	border-bottom-style: inset;
	border-bottom-width: 1px;
}
.lmb-documentos article.lmb-documento.sep-punteado {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

/* THIRD */
.lmb-documentos article.lmb-documento.is-third {
	flex: 0 0 calc((100%/3) - (var(--gap)*2/3));
	display: flex;
	flex-direction: column;
}

.lmb-documentos article.lmb-documento.is-third h2 {
	color: var(--lmb-datablocks-third-title-color);
  font-family: var(--lmb-datablocks-third-title-font-family);
  font-size: var(--lmb-datablocks-third-title-font-size, 24px);
  font-weight: var(--lmb-datablocks-third-title-font-weight, 700);
  line-height: var(--lmb-datablocks-third-title-line-height, 1.2);
}
.lmb-documentos article.lmb-documento.is-third p {
	color: var(--lmb-datablocks-third-text-color);
  font-family: var(--lmb-datablocks-third-text-font-family);
  font-size: var(--lmb-datablocks-third-text-font-size, 17px);
  font-weight: var(--lmb-datablocks-third-text-font-weight, normal);
  line-height: var(--lmb-datablocks-third-text-line-height, 22px);
}
/* HALF */
.lmb-documentos article.lmb-documento.is-half {
	flex:0 0 calc(50% - (var(--gap)/2));
	display: flex;
	flex-direction: column;
}
.lmb-documentos article.lmb-documento.is-half h2 {
	color: var(--lmb-datablocks-half-title-color);
  font-family: var(--lmb-datablocks-half-title-font-family);
  font-size: var(--lmb-datablocks-half-title-font-size, 24px);
  font-weight: var(--lmb-datablocks-half-title-font-weight, 700);
  line-height: var(--lmb-datablocks-half-title-line-height, 1.2);
}
.lmb-documentos article.lmb-documento.is-half p {
	color: var(--lmb-datablocks-half-text-color);
  font-family: var(--lmb-datablocks-half-text-font-family);
  font-size: var(--lmb-datablocks-half-text-font-size, 17px);
  font-weight: var(--lmb-datablocks-half-text-font-weight, normal);
  line-height: var(--lmb-datablocks-half-text-line-height, 22px);
}
/* FULL */
.lmb-documentos article.lmb-documento.is-full {
	flex:0 0 100%;
	display: flex;
	flex-direction: row;
	gap: calc(var(--gap)/2);
}
.lmb-documentos article.lmb-documento.is-full .lmb-doc-body {
	flex: 1;
	position: relative;
	background: var(--lmb-datablocks-full-bg-color);
	padding: 10px 10px 10px 20px;
	margin-left: -20px;
}
.lmb-documentos article.lmb-documento.is-full h2 {
	color: var(--lmb-datablocks-full-title-color);
  font-family: var(--lmb-datablocks-full-title-font-family);
  font-size: var(--lmb-datablocks-full-title-font-size, 24px);
  font-weight: var(--lmb-datablocks-full-title-font-weight, 700);
  line-height: var(--lmb-datablocks-full-title-line-height, 1.2);
}
.lmb-documentos article.lmb-documento.is-full p {
	color: var(--lmb-datablocks-full-text-color);
  font-family: var(--lmb-datablocks-full-text-font-family);
  font-size: var(--lmb-datablocks-full-text-font-size, 17px);
  font-weight: var(--lmb-datablocks-full-text-font-weight, normal);
  line-height: var(--lmb-datablocks-full-text-line-height, 22px);
}

@media (min-width: 991px) {
	.lmb-documentos article.lmb-documento.is-full .lmb-doc-media {
		flex: 0 0 596px;
		position: relative;
	}
}

@media (max-width: 990px) {
	.lmb-documentos article.lmb-documento.is-full .lmb-doc-body {
		padding: 20px 20px 10px 20px;
		margin-left: 0;
		margin-top: -10px;
	}
	.lmb-documentos article.lmb-documento.is-empty {
		display: none !important;
	}
}
.lmb-doc-actionsbar {
	position: absolute;
	bottom: 20px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.lmb-documentos article.lmb-documento.is-full .lmb-doc-actionsbar {
	width: calc(100% - 30px);
}
.lmb-doc-texto {
	padding-bottom: 30px;
}
@media (max-width: 990px) {
	.lmb-doc-texto {
		padding-bottom: 0;
	}
	.lmb-doc-actionsbar {
		position: relative;
		bottom: 0;
		margin-bottom: 20px;
	}
}
.lmb-share-pop { 
	display:none;
	position: absolute;
	bottom: 60px;
	left: 0;
	background: white;
	box-shadow: 3px 3px 7px #0000002b;
	padding: 20px;
	border-radius: 5px;
}
.lmb-share-pop.is-open { display:block; }
.lmb-share-pop .lmb-share-links {
	margin-bottom: 15px;
}
.lmb-share-pop .lmb-share-link {
	display: inline-block;
	line-height: 0;
	width: 60px;
	background: var(--dark-blue-garibaldi);
	border-radius: 5px;
	text-align: center;
	padding: 5px;
}
.lmb-share-pop .lmb-share-link svg {
    fill: white;
}
.lmb-share-url {
	display: flex;
	gap: 10px;
}
.lmb-share-url input {
	border-radius: 5px;
}
.lmb-share-url .lmb-share-copy {
	padding: 0;
	line-height: 0;
	background: var(--dark-blue-garibaldi);
	border-radius: 5px;
}
.lmb-share-url .lmb-share-copy svg {
	width: 47.5px;
	height: 30px;
	fill: white;
}
.lmb-share-url .lmb-share-copy svg.copiado {
	display: none;
}
.lmb-share-url .lmb-share-copy.is-copied svg.copiado {
	display: block;
}
.lmb-share-url .lmb-share-copy.is-copied svg.copy {
	display: none;
}
.lmb-close {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 10px;
    background: white;
    border-radius: 50%;
    line-height: 0;
}
.lmb-close svg {	
	width: 20px;
	height: 20px;
}
@media (max-width: 990px){
	/* Documentos: TODO apilado (full como half) */
	.lmb-documentos{
		gap:18px;
	}

	.lmb-documentos article.lmb-documento.is-third,
	.lmb-documentos article.lmb-documento.is-half,
	.lmb-documentos article.lmb-documento.is-full{
		flex:0 0 100%;
		display:flex;
		flex-direction:column;
		gap:12px;
		padding: 0;
	}

	.lmb-documentos article.lmb-documento.is-full .lmb-doc-media,
	.lmb-documentos article.lmb-documento.is-full .lmb-doc-body{
		width:100%;
	}

	/* en mobile no queremos separadores de desktop si llegaran a colarse */
	.lmb-nav-desktop .lmb-menu li::after,
	.lmb-nav-desktop .lmb-menu li:first-child::before{
		display:none;
	}
}
button.lmb-btn {
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent;
	box-shadow: none;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--dark-blue-garibaldi);
	transition: transform .3s ease;
}
button.lmb-btn:hover{
	transform: translateY(-2px);
}
button.lmb-btn svg {
	fill: var(--lmb-datablocks-button-color);
}
button.lmb-btn:hover svg {
	fill: var(--lmb-datablocks-button-hover-color);
}


button.lmb-like-btn svg,
button.lmb-share-btn svg {
	width: 22px;
	height: 22px;
	display: block;
}
/* Fill apagado por defecto */
.lmb-like-fill{
	opacity: 0;
	transform: scale(.85);
	transform-origin: 50% 50%;
	transition: opacity .18s ease, transform .22s cubic-bezier(.2,.9,.2,1.2);
}
/* Cuando está liked: aparece fill con “pop” */
.lmb-like-btn.liked .lmb-like-fill{
	opacity: 1;
	transform: scale(1);
}
/* Si está liked, no hace falta cursor pointer (y evitás doble intención) */
.lmb-like-btn.liked{
	cursor: default;
}
.lmb-like-count {
	display: none;
}
/* =========================================================
	 7) Media: misma relación para thumb/video/imagen
	 ========================================================= */
.lmb-doc-media{ position:relative; }

.lmb-doc-media .lmb-media-box,
.lmb-doc-media .lmb-doc-video {
	position:relative;
	width:100%;
	overflow:hidden;
	background:var(--black);
}

.is-full .lmb-doc-media .lmb-media-box,
.is-full .lmb-doc-media .lmb-doc-video {
	aspect-ratio:2 / 1;
}
.is-half .lmb-doc-media .lmb-media-box,
.is-half .lmb-doc-media .lmb-doc-video {
	aspect-ratio:265 / 149;
}
.is-third .lmb-doc-media .lmb-media-box,
.is-third .lmb-doc-media .lmb-doc-video {
	aspect-ratio:340 / 191;
}

.lmb-doc-media .lmb-media-box img.lmb-doc-img,
.lmb-doc-media .lmb-doc-video img.lmb-doc-img,
.lmb-doc-media .lmb-doc-video .lmb-video-frame iframe{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.lmb-doc-img--empty{
	display:grid;
	place-items:center;
	min-height:260px;
	background:var(--gris-claro-1);
}

/* cuando hay video activo, oculto el thumb */
.lmb-doc-video.is-playing .lmb-doc-img{
	display:none;
}

/* gate overlay */
.lmb-doc-gate{
	position:absolute;
	inset:auto 12px 12px 12px;
	background:rgba(0,0,0,.75);
	color:var(--white);
	padding:10px 12px;
	display:none;
}

/* gate para acciones (pdf) */
.lmb-doc-actions{ position:relative; }
.lmb-doc-actions .lmb-doc-gate{
	position:static;
	background:transparent;
	color:inherit;
	padding:0;
	display:none;
}

/* =========================================================
	 8) Body
	 ========================================================= */
.is-half .lmb-doc-body{
	display:flex;
	flex-direction:column;
	gap:2px;
	color: black;
}
.lmb-doc-body h2.lmb-doc-titulo {

}
.lmb-btn {
	text-decoration: none;
	padding: 5px 20px;
	box-shadow: 3px 3px 6px #0000002b;
	border-radius: 5px;
}
.lmb-btn:hover {
	color: white;
}

/* =========================================================
	 9) Orden defensivo
	 ========================================================= */
.lmb-documento .lmb-doc-media{ order:1; }
.lmb-documento .lmb-doc-body{ order:2; }

footer.site-info {
	display: none !important;
}
.lmb-footer .lmb-footer-inner {
	width: var(--ancho);
	max-width: 100%;
	display: flex;
	margin: auto;
	gap: 40px;
	padding: 20px;
	color: var(--lmb-footer-text-color, white);
  font-family: var(--lmb-footer-text-font-family);
  font-size: var(--lmb-footer-text-font-size, 13px);
  font-weight: var(--lmb-footer-text-font-weight);
  line-height: var(--lmb-footer-text-line-height, 1.15em);
  background: var(--lmb-footer-bg-color);
}
.lmb-footer h4 {
	border-bottom: 1px solid;
	text-align: center;
	color: var(--lmb-footer-title-color);
  font-family: var(--lmb-footer-title-font-family);
  font-size: var(--lmb-footer-title-font-size, 14px);
  font-weight: var(--lmb-footer-title-font-weight, bold);
  line-height: var(--lmb-footer-title-line-height);
  padding-bottom: 5px;
}

.lmb-footer p {
	margin: 5px 0;
}
.lmb-footer .lmb-footer-inner a,
.lmb-footer .lmb-footer-inner .copy {
    text-decoration: none;
    padding: 5px;
    border: 1px solid;
    text-align: center;
    margin-top: auto;
    display: block;
    width: 100%;
}
.lmb-footer .lmb-footer-inner a {
	color: var(--lmb-footer-link-color);
	border-color: var(--lmb-footer-link-border-color);
  font-family: var(--lmb-footer-link-font-family);
  font-size: var(--lmb-footer-link-font-size);
  font-weight: var(--lmb-footer-link-font-weight);
  line-height: var(--lmb-footer-link-line-height);
}
.lmb-footer .lmb-footer-inner a:hover {
	color: var(--lmb-footer-link-hover-color);
	border-color: var(--lmb-footer-link-border-hover-color);
}
.lmb-footer .lmb-footer-inner .copy {
	color: var(--lmb-footer-copyright-color);
	border-color: var(--lmb-footer-copyright-border-color);
	font-family: var(--lmb-footer-copyright-font-family);
	font-size: var(--lmb-footer-copyright-font-size);
	font-weight: var(--lmb-footer-copyright-font-weight);
	line-height: var(--lmb-footer-copyright-line-height);
}
@media (min-width: 991px){
	.lmb-footer-col-1{
		flex: 0 1 auto;          /* deja de ser fija */
		display:flex;
		gap:40px;
		align-items:stretch;
		max-width: 392px;
	}

	.lmb-footer-col-1 .lmb-footer-text{
		flex: 0 0 215px;         /* texto fijo */
		border-bottom: 1px solid;
	}

	.lmb-footer-col-1 .lmb-footer-photo{
		flex: 1 1 auto;          /* la foto crece */
		padding-top: 14px;
		display:flex;
		align-items:stretch;
	}

	.lmb-footer-col-1 .lmb-footer-photo img{
		height: 100%;
		width: 100%;
		object-fit: contain;
		align-self: flex-start;
		display:block;
	}
	.lmb-footer .lmb-footer-inner .lmb-footer-col-2 {
		flex: 1 1 0;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}

	.lmb-footer .lmb-footer-inner .lmb-footer-col-3 {
		flex: 0 0 215px;
		display: flex;
		flex-direction: column;
	}
}
@media (max-width: 990px){
	.lmb-footer .lmb-footer-inner {
		gap: 20px;
		flex-direction: column;
		padding: 20px 20%;
	}
	.lmb-footer .lmb-footer-inner .lmb-footer-col-1,
	.lmb-footer .lmb-footer-inner .lmb-footer-col-2,
	.lmb-footer .lmb-footer-inner .lmb-footer-col-3 {
		width: 100%;
	}
	.lmb-footer-photo {
		text-align: center;
	}
	.lmb-footer-photo img {
		width: 30vw;
	}
}

/* =========================
   LMB Contact Form (básico)
   Pegalo en tu style.css del child o en “CSS adicional”
   ========================= */

.lmb-simple-page {
	padding: clamp(24px, 4vw, 56px) 0;
}

.lmb-simple-page__inner {
	max-width: 920px;
	margin: 0 auto;
	padding: 0 clamp(16px, 3vw, 24px);
}

.lmb-contact-form {
	border: 1px solid rgba(0,0,0,.12);
	border-radius: 14px;
	padding: clamp(16px, 3vw, 28px);
}

/* spacing general */
.lmb-contact-form .lmb-row + .lmb-row {
	margin-top: 14px;
}

/* labels y tipografía */
.lmb-contact-form label {
	display: block;
	font-weight: 600;
	line-height: 1.25;
}

/* si el label trae texto + input/select/textarea adentro */
.lmb-contact-form label > input,
.lmb-contact-form label > select,
.lmb-contact-form label > textarea {
	margin-top: 6px;
}

/* inputs */
.lmb-contact-form input[type="text"],
.lmb-contact-form input[type="email"],
.lmb-contact-form select,
.lmb-contact-form textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 11px 12px;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,.20);
	background: var(--white);
	font: inherit;
	line-height: 1.2;
	outline: none;
}

.lmb-contact-form textarea {
	min-height: 140px;
	resize: vertical;
}

.lmb-contact-form input::placeholder {
	opacity: .6;
}

/* focus */
.lmb-contact-form input:focus,
.lmb-contact-form select:focus,
.lmb-contact-form textarea:focus {
	border-color: var(--dark-blue-garibaldi);
	box-shadow: 0 0 0 3px rgba(0,0,0,.08);
}

/* grid 2 columnas */
.lmb-grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

/* mobile */
@media (max-width: 720px) {
	.lmb-grid-2 {
		grid-template-columns: 1fr;
	}
}

/* recaptcha: que no quede pegada */
.lmb-contact-form .g-recaptcha {
	margin-top: 4px;
}

/* botón */
.lmb-contact-form button[type="submit"],
#lmb-view-register button.lmb-button,
#lmb-view-login button.lmb-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 18px;
	border-radius: 999px;
	border: 1px solid rgba(0,0,0,.20);
	background: var(--dark-blue-garibaldi);
	color: var(--white);
	font-weight: 700;
	cursor: pointer;
}

.lmb-contact-form button[type="submit"]:hover {
	filter: brightness(1.06);
}

.lmb-contact-form button[type="submit"]:active {
	transform: translateY(1px);
}

/* mensajes de resultado */
#lmb-contact-result {
	margin-top: 10px;
	font-size: 0.95rem;
	line-height: 1.35;
}

/* opcional: estados de validación (si tu JS agrega clases) */
.lmb-contact-form .is-error input,
.lmb-contact-form .is-error select,
.lmb-contact-form .is-error textarea {
	border-color: var(--dark-blue-garibaldi);
	box-shadow: 0 0 0 3px rgba(180,0,0,.10);
}

/* opcional: mejora legibilidad dentro de GeneratePress */
.lmb-contact-form * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1.lmb-simple-page__title {
    font-weight: 700;
    color: var(--dark-blue-garibaldi);
}

/* =========================
   Overlays LMB (cookies + register)
   - Similar al form
   - Mobile-safe (no desborde)
   ========================= */
header.lmb-header .lmb-register h2#lmb-greet {
	font-size: 15px;
	margin: 0 0 5px;
}
header.lmb-header .lmb-register button {
	box-shadow: 3px 3px 11px 0px #0000002b;
	transition: all .3s;
}
header.lmb-header .lmb-register button:hover {
	box-shadow: 4px 4px 8px 0px #00000066;
}

/* modal register (del plugin) */
header.lmb-header #lmb-view-register,
header.lmb-header #lmb-view-login{
	margin:0;
	position:fixed;
	top:0; left:0;
	width:100vw; height:100vh;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#00000066;
	z-index:9999;
	overflow:auto;
}
header.lmb-header #lmb-view-register .inner,
header.lmb-header #lmb-view-login .inner{
	color: black;
	padding:40px;
	position: relative;
}

/* capa modal (cookies) */
.lmb-cookies{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;              /* mostrás con JS */
  padding: clamp(14px, 4vw, 28px);
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(6px);

  /* centra panel */
  align-items: center;
  justify-content: center;
}

.lmb-cookies.is-open{ display: flex; }

/* sección modal (register) */
#lmb-view-register,
#lmb-view-login{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;              /* mostrás con JS */
  padding: clamp(14px, 4vw, 28px);
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(6px);

  align-items: center;
  justify-content: center;
}

#lmb-view-register.is-open,
#lmb-view-login.is-open{ display: flex; }

/* panel común */
.lmb-cookies .panel,
#lmb-view-register .inner,
#lmb-view-login .inner {
  width: min(720px, 100%);
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 14px;
  background: var(--white);
  padding: clamp(16px, 3vw, 26px);

  /* clave anti-overflow en mobile */
  max-height: calc(100dvh - 2 * clamp(14px, 4vw, 28px));
  overflow: auto;

  /* iOS: scroll suave dentro del panel */
  -webkit-overflow-scrolling: touch;

  box-shadow: 0 18px 60px rgba(0,0,0,.25);
}

/* “safe area” iOS (si aplica) */
@supports (padding: env(safe-area-inset-bottom)) {
  .lmb-cookies,
  #lmb-view-register,
  #lmb-view-login {
    padding-bottom: calc(clamp(14px, 4vw, 28px) + env(safe-area-inset-bottom));
    padding-top:    calc(clamp(14px, 4vw, 28px) + env(safe-area-inset-top));
  }
}

/* títulos */
.lmb-cookies h2,
#lmb-view-register h2,
#lmb-view-login h2{
  margin: 0 0 8px 0;
  line-height: 1.15;
}

.lmb-cookies p,
#lmb-view-register p,
#lmb-view-login p{
  margin: 0 0 14px 0;
  opacity: .85;
}

/* inputs estilo “form” */
#lmb-view-register select,
#lmb-view-register input,
#lmb-view-login select,
#lmb-view-login input{
  width: 100%;
  box-sizing: border-box;
  padding: 11px 12px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.20);
  background: var(--white);
  font: inherit;
  line-height: 1.2;
  outline: none;
  margin-top: 10px;
}

#lmb-view-register input::placeholder,
#lmb-view-login input::placeholder
{
  opacity: .6;
}

#lmb-view-register select:focus,
#lmb-view-register input:focus,
#lmb-view-login select:focus,
#lmb-view-login input:focus{
  border-color: rgba(0,0,0,.55);
  box-shadow: 0 0 0 3px rgba(0,0,0,.08);
}

/* botones (base) */
.lmb-cookies button,
#lmb-view-register button,
#lmb-view-login button{
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.20);
  font-weight: 700;
  cursor: pointer;
}
/* botones (base) */
#lmb-view-register button.is-active,
#lmb-view-login button.is-active{
  opacity: 0.2;
}

.lmb-cookies button:hover,
#lmb-view-register button:hover,
#lmb-view-login button:hover{
  filter: brightness(1.06);
}

.lmb-cookies button:active,
#lmb-view-register button:active,
#lmb-view-login button:active{
  transform: translateY(1px);
}

/* fila de botones cookies */
.lmb-cookies .lmb-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

@media (max-width: 520px){
  .lmb-cookies .lmb-row{
    grid-template-columns: 1fr;
  }
}

#lmb-view-register .inner button,
#lmb-view-login .inner button{
  margin-top: 12px;
}

/* botón imagen */
.lmb-img-zoom{
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
}

/* =========================
   Lightbox / Overlay base
   ========================= */

.lmb-img-lightbox{
  position: fixed;
  inset: 0;
  z-index: 10000;

  background: rgba(0,0,0,.9);

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

  /* estado cerrado */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity .25s ease,
    visibility .25s ease;
}

/* estado abierto */
.lmb-img-lightbox.lmb-open{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* panel interno */
.lmb-img-lightbox__inner{
  max-width: 100%;
  max-height: 100%;
  overflow: auto; /* pinch-to-zoom */
  -webkit-overflow-scrolling: touch;

  transform: scale(.96);
  transition: transform .25s ease;
}

.lmb-img-lightbox.lmb-open .lmb-img-lightbox__inner{
  transform: scale(1);
}

.lmb-img-lightbox img{
  max-width: 100%;
  height: auto;
  display: block;
}
.lmb-hidden{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.rotate-lock{
	display: none;
}

.rotate-lock{
	display: none;
}

@media screen and (orientation: landscape) and (max-height: 600px){

	html .rotate-lock{
		display: flex;
		position: fixed;
		inset: 0;
		z-index: 999999;
		background: var(--black);
		color: var(--white);
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 24px;
		font-size: 1.1rem;
		line-height: 1.4;
		box-sizing: border-box;
	}

	html,
	html body{
		overflow: hidden;
	}

	html[lang^="es"] .rotate-lock::before{
		content: "Por favor, girá el dispositivo a vertical.";
	}

	html[lang^="en"] .rotate-lock::before{
		content: "Please rotate your device to portrait mode.";
	}
}

#accordion-panel-generate_layout_panel {
	display: none !important;
}
#lmbGalleryModal {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	left: 0;
	background: #000000c9;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
#lmbGalleryModal .lmb-modal__panel {
	max-width: 90%;
}
#lmbGalleryModal .lmb-modal__panel img {
	max-height: calc(90vh - 120px);
}
#lmbGalleryModal .galleryClose {
	display: flex;
	justify-content: flex-end;
    margin-bottom: 8px;
}
#lmbGalleryModal .galleryNav {
	display: flex;
    justify-content: space-between;
    margin-top: 8px;
}
#lmbGalleryModal[hidden] { display: none !important; }

.lmb-contact-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.lmb-contact-modal.is-open {
  display: block;
}

.lmb-contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);
}

.lmb-contact-modal__dialog {
  position: relative;
  width: min(900px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  margin: 20px auto;
  background: var(--white);
  border-radius: 16px;
  padding: 30px;
  z-index: 2;
}

.lmb-contact-modal__close {
	position: absolute;
	top: 0px;
	right: 0px;
	border: 0;
	background: transparent;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
	box-shadow: none !important;
	border: none !important;
}

body.lmb-contact-modal-open {
  overflow: hidden;
}

article {
    scroll-margin-top: 200px;
}
.galleryNav button,
.galleryClose button {
    background: var(--gris-claro-1);
}

#lmb-consentRememberRow .lmb-checkbox-label {
	display: flex;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,.20);
	padding: 20px 20px 20px 0;
}
#lmb-consentRememberRow .lmb-checkbox-label {
	display: flex;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,.20);
	padding: 20px 20px 20px 0;
}
#lmb-consentRememberRow .lmb-checkbox-label input#lmb-consentRemember {
	flex: 0 0 70px;
}