@charset "utf-8";
/* CSS Document */

:root {
	--gold: #c9a227;
	--gold-light: #e6c467;
	--gold-deep: #9c7d1f;
	--bg: #ffffff;
	--cream: #f2ede2;
	--ink: #2b2822;
	--muted: #a39c8c;
	--rule: rgba(201,162,39,.35);
}
a{color: #ffffff; !important;}
body {
	background-color: var(--bg);
	background-image:
		radial-gradient(circle at 18% 0%, rgba(201,162,39,0.10), transparent 45%),
		radial-gradient(circle at 88% 12%, rgba(201,162,39,0.08), transparent 40%);
	background-attachment: fixed;
}
.appname {
    font-family: helvetica, arial;
    font-size: 1.2em;
    margin-top: 1em;
    display: block;
    line-height: 1em;
    color: #000000;
    text-align: center;
    position: relative;
    z-index: 999!important;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.0);
}	
.hero {
	position: relative;
	max-width: none;
	margin: 0;
	padding: 90px 20px 60px;
	text-align: center;
	overflow: hidden;
}
.hero-bg {
	position: absolute;
	inset: 0;
	background-image: -webkit-linear-gradient(90deg,rgba(16,16,18,0.55) 0%,rgba(16,16,18,0.85) 100%), url(images/bg.jpg);
	background-image: -moz-linear-gradient(90deg,rgba(16,16,18,0.55) 0%,rgba(16,16,18,0.85) 100%), url(images/bg.jpg);
	background-image: -o-linear-gradient(90deg,rgba(16,16,18,0.55) 0%,rgba(16,16,18,0.85) 100%), url(images/bg.jpg);
	background-image: linear-gradient(rgba(16,16,18,.55), rgba(16,16,18,.85)), url(images/bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.hero-overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 0%, rgba(201,162,39,0.12), transparent 45%),
		radial-gradient(circle at 88% 100%, rgba(201,162,39,0.08), transparent 45%);
}
.hero-content {
	position: relative;
	z-index: 2;
	max-width: 760px;
	margin: 0 auto;
}
.hero-name-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}
.hero-brand-logo {
	height: 20px;
	width: auto;
	opacity: .8;
	filter: brightness(0) invert(1);
}
.hero-photo {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid var(--gold);
	padding: 3px;
	margin-bottom: 18px;
}
.hero-name {
	font-family: "Fraunces", serif;
	font-weight: 600;
	font-style: italic;
	font-size: clamp(2.1rem, 5vw, 3.4rem);
	color: var(--cream);
	letter-spacing: .01em;
	margin: 0 0 6px;
	line-height: 1.05;
}
.hero-role {
	font-family: "Inter", helvetica, arial, sans-serif;
	font-size: 13px;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--gold-light);
	margin: 0 0 18px;
}
.hero-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0 auto 18px;
	width: 140px;
}
.hero-divider::before,
.hero-divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--rule);
}
.hero-divider span {
	width: 7px;
	height: 7px;
	background: var(--gold);
	transform: rotate(45deg);
	display: inline-block;
	flex: none;
}
.hero-tagline {
	font-family: "Inter", helvetica, arial, sans-serif;
	font-size: 15px;
	color: var(--muted);
	max-width: 480px;
	margin: 0 auto 22px;
	line-height: 1.6;
}
.hero-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.badge {
	font-family: "Inter", helvetica, arial, sans-serif;
	font-size: 12px;
	letter-spacing: .04em;
	color: var(--cream);
	border: 1px solid var(--rule);
	border-radius: 999px;
	padding: 7px 16px;
	background: rgba(255,255,255,0.02);
}
.section-eyebrow {
	text-align: center;
	font-family: "Inter", helvetica, arial, sans-serif;
	font-size: 18px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--gold-deep);
	margin: 36px 0 0;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}
#wrap .app {
	transition: transform .25s ease, filter .25s ease;
}
#wrap .app:hover {
	transform: translateY(-4px);
}
	h1 {
	color: #ffffff;
		font-family: "Stack Sans Text", sans-serif;
	}
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
	#testimonial3{display: block!important}
.footerFix {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-bottom: 0px;
    color: #ffffff;
    text-align: center;
    font-family: "Inter", helvetica, arial, sans-serif;
    background-color: #000000;
    border-top: 1px solid var(--rule);
    margin-top: 40px;
}
.footerFix p {
	margin: 0 0 10px;
	padding: 0 15px;
}
.footerFix a {
	color: var(--gold-deep);
	text-decoration: none;
}
.footerFix a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 700px) {
	.footerFix {
		padding: 20px 10px;
	}
	.footerFix p {
		font-size: 13px;
		line-height: 1.8;
	}
	.footerFix p a {
		display: inline-block;
	}
}

	#wrap {
    width: 75%;
    max-width: 1200px;
    height: 100%;
    display: block;
    margin: 0px auto;
    margin-top: 2% !important;
    margin-bottom: 5%;
    min-height: 500px;
    background-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    box-shadow: none !important;
}
#wrap .app,
#wrap .app .appicon,
#wrap .app .appicon img {
	box-shadow: none !important;
}

/* ================= VIDEO SECTION ================= */
.video-section {
	clear: both;
	max-width: 1200px;
	margin: 40px auto;
	padding: 0 20px;
	text-align: center;
}

.video-section-title {
	font-family: "Inter", helvetica, arial, sans-serif;
	color: var(--gold-deep);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.video-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.video-item {
	background: #000;
	border-radius: 6px;
	overflow: hidden;
}

.video-wrapper {
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* proporcion 16:9 */
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media only screen and (max-width: 900px) {
	.video-grid {
		grid-template-columns: 1fr;
	}
}

.video-fullscreen-btn {
	display: inline-block;
	margin-top: 12px;margin-bottom: 12px;
	padding: 8px 18px;
	font-family: "Inter", helvetica, arial, sans-serif;
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--gold-deep);
	background: transparent;
	border: 1px solid var(--rule);
	border-radius: 999px;
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
}
.video-fullscreen-btn:hover {
	background: var(--gold);
	color: #fff;
	border-color: var(--gold);
}

/* ================= VIDEO MODAL ================= */
.video-modal-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(16,16,18,0.9);
	z-index: 9999;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.video-modal-overlay.active {
	display: flex;
}
.video-modal-content {
	position: relative;
	width: 100%;
	max-width: 1100px;
}
.video-modal-close {
	position: absolute;
	top: -44px;
	right: 0;
	background: transparent;
	border: 1px solid var(--rule);
	color: #fff;
	font-family: "Inter", helvetica, arial, sans-serif;
	font-size: 13px;
	letter-spacing: .08em;
	text-transform: uppercase;
	padding: 8px 16px;
	border-radius: 999px;
	cursor: pointer;
}
.video-modal-close:hover {
	background: var(--gold);
	border-color: var(--gold);
}
.video-modal-wrapper {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background: #000;
	border-radius: 6px;
	overflow: hidden;
}
.video-modal-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* ================= END VIDEO MODAL ================= */
/* ================= END VIDEO SECTION ================= */