.tm-header,
.tm-header .uk-navbar-container,
.tm-header .uk-sticky {
	position: relative;
	z-index: 1000;
}

.uk-navbar-center>.uk-navbar-center-left,
.uk-navbar-center>.uk-navbar-item,
.uk-navbar-center>.uk-navbar-center-right,
.tm-header>.uk-navbar-container.uk-sticky.uk-navbar-transparent.uk-dark {
	background-color: rgba(255, 255, 255, 0.88);
}

.uk-navbar a[href$='#'] {
	cursor: pointer;
}

.uk-navbar-dropdown {
	border-radius: 10px;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
	padding: 10px 0;
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.uk-navbar-dropdown .uk-navbar-dropdown-nav > li:not(:first-child) {
	border-top: 1px solid rgba(233, 123, 9, 0.28);
}

.uk-navbar-dropdown .uk-navbar-dropdown-nav > li > a {
	padding: 10px 18px;
	font-weight: 600;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.uk-navbar-dropdown .uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown .uk-navbar-dropdown-nav > li > a:focus {
	background-color: rgba(233, 123, 9, 0.10);
	color: #e97b09;
}

.uk-navbar-nav > li > a,
.uk-navbar-dropdown-nav > li > a {
	text-decoration: none;
}

.tm-header .uk-navbar-right .uk-logo img,
.tm-header .uk-navbar-left .uk-logo img {
	display: block;
	max-height: 46px;
	width: auto;
}

.tm-header .uk-navbar-left .uk-logo {
	padding-right: 18px;
}

.tm-header .uk-navbar-right {
	margin-left: auto;
}

@media (max-width: 767px) {
	.tm-header-mobile .uk-navbar-container {
		background: rgba(255, 255, 255, 0.96);
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}

	.tm-header-mobile .uk-navbar {
		min-height: 64px;
		padding: 0 8px;
	}

	.tm-header-mobile .uk-navbar-item,
	.tm-header-mobile .uk-navbar-toggle {
		min-height: 64px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.tm-header-mobile .uk-logo img {
		max-height: 34px;
		width: auto;
	}

	#tm-mobile .uk-offcanvas-bar,
	#tm-mobile .uk-modal-dialog {
		background: #fff;
		color: #222;
		padding: 20px 18px 28px;
	}

	#tm-mobile .uk-offcanvas-close,
	#tm-mobile .uk-modal-close-full {
		top: 14px;
		right: 14px;
		color: #222;
	}

	#tm-mobile .uk-nav-default > li > a,
	#tm-mobile .uk-nav-default > li.uk-nav-header {
		padding: 11px 6px;
		font-size: 17px;
		line-height: 1.35;
	}

	#tm-mobile .uk-nav-default > li.uk-parent > a {
		font-weight: 700;
		color: #111;
	}

	#tm-mobile .uk-nav-sub {
		margin: 6px 0 2px 0;
		padding-left: 16px;
		border-left: 2px solid rgba(233, 123, 9, 0.25);
	}

	#tm-mobile .uk-nav-sub > li > a {
		padding: 9px 6px;
		font-size: 15px;
		color: #444;
	}

	#tm-mobile .uk-nav-sub > li > a:hover,
	#tm-mobile .uk-nav-sub > li > a:focus {
		background: rgba(233, 123, 9, 0.08);
		color: #e97b09;
	}
}

#cnanogallery [class^="icon-"]:before,
#cnanogallery [class*=" icon-"]:before {
	font-family: ngy2_icon_font;
}


.tm-footer {
	background: linear-gradient(180deg, #4a4b51 0%, #3d3e44 100%);
	color: #fff;
	padding: 48px 0 32px;
}

.tm-footer .footer-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
}

.tm-footer .footer-brand-mark img {
	display: block;
	width: 118px;
	height: auto;
	margin: 0 auto 14px;
}

.tm-footer .footer-brand {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.tm-footer a {
	color: #fff;
	opacity: 0.9;
	text-decoration: none;
}

.tm-footer a:hover,
.tm-footer a:focus {
	color: #fff;
	opacity: 1;
}

.tm-footer .footer-heading {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: none;
	color: rgba(255, 255, 255, 0.9);
}

.tm-footer .footer-contact-line {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.68);
}

.tm-footer .footer-contact-line a {
	opacity: .92;
	font-weight: 500;
}

.tm-footer .footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tm-footer .footer-list > li + li {
	margin-top: 10px;
}

.tm-footer .footer-list strong {
	display: block;
	margin-bottom: 3px;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.58);
}

.tm-footer .footer-social {
	margin-top: 18px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.tm-footer .footer-links-inline {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 18px;
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tm-footer .footer-links-inline > li + li {
	margin-top: 0;
}

.tm-footer .footer-social {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.tm-footer .footer-social .uk-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	opacity: 0.82;
	transition: opacity 0.15s ease, transform 0.15s ease, background-color 0.15s ease;
}

.tm-footer .footer-social .uk-icon:hover,
.tm-footer .footer-social .uk-icon:focus {
	opacity: 1;
	transform: translateY(-1px);
	background: rgba(255, 255, 255, 0.16);
}

@media (max-width: 767px) {
	.tm-footer {
		padding: 28px 0 22px;
	}

	.tm-footer .footer-brand,
	.tm-footer .footer-contact,
	.tm-footer .footer-links {
		text-align: center;
	}

	.tm-footer .footer-brand-mark img {
		margin-left: auto;
		margin-right: auto;
	}

	.tm-footer .footer-links-inline {
		gap: 8px 12px;
	}
}

.nGY2 .nGY2ViewerLogo{display:none!important}
#tm-main > .uk-section-default.uk-section.uk-section-xsmall:has(.asimov-announce-copy) .uk-flex-middle.uk-grid-margin {
	align-items: center;
	gap: 24px;
}

#tm-main > .uk-section-default.uk-section.uk-section-xsmall:has(.asimov-announce-copy) .uk-width-2-3\@m > h1.uk-heading-divider.uk-text-primary {
	display: inline-flex;
	align-items: center;
	margin: 0 0 14px;
	padding: 8px 14px;
	border: 0;
	border-radius: 999px;
	background: rgba(233, 123, 9, 0.14);
	color: #c46600;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

#tm-main > .uk-section-default.uk-section.uk-section-xsmall:has(.asimov-announce-copy) .uk-width-2-3\@m > h1.uk-heading-divider.uk-text-primary::after {
	display: none;
}

#tm-main > .uk-section-default.uk-section.uk-section-xsmall:has(.asimov-announce-copy) .uk-width-2-3\@m > .uk-margin {
	margin: 0;
}

#tm-main > .uk-section-default.uk-section.uk-section-xsmall:has(.asimov-announce-copy) .asimov-announce-copy {
	max-width: 42rem;
	margin: 0;
	padding: 18px 20px;
	border: 1px solid rgba(233, 123, 9, 0.18);
	border-left: 4px solid #e97b09;
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(255, 248, 241, 0.92), rgba(255, 255, 255, 0.98));
	box-shadow: 0 16px 38px rgba(17, 26, 36, 0.08);
	color: #212734;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.45;
}

#tm-main > .uk-section-default.uk-section.uk-section-xsmall:has(.asimov-announce-copy) .uk-width-expand\@m > .uk-margin {
	margin: 0;
	display: flex;
	justify-content: center;
}

#tm-main > .uk-section-default.uk-section.uk-section-xsmall:has(.asimov-announce-copy) .uk-width-expand\@m .el-image {
	display: block;
	width: min(100%, 320px);
	height: auto;
	padding: 10px;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 252, 0.96));
	box-shadow: 0 20px 48px rgba(17, 26, 36, 0.16);
}

@media (max-width: 959px) {
	#tm-main > .uk-section-default.uk-section.uk-section-xsmall:has(.asimov-announce-copy) .uk-flex-middle.uk-grid-margin {
		gap: 18px;
	}

	#tm-main > .uk-section-default.uk-section.uk-section-xsmall:has(.asimov-announce-copy) .uk-width-2-3\@m {
		text-align: center;
	}

	#tm-main > .uk-section-default.uk-section.uk-section-xsmall:has(.asimov-announce-copy) .asimov-announce-copy {
		margin-left: auto;
		margin-right: auto;
		padding: 16px 18px;
		font-size: 18px;
	}
}

#homesecondtitle{font-size:25px;color:#222;font-weight: bold;width: 288px;margin: auto;background-color: rgb(233, 123, 9);}
#cursossecondtitle{font-size:25px;color:#222;font-weight: bold;}
#santasecondtitle{font-size:25px;color:#222;font-weight: bold;}
#mayoressecondtitle{font-size:25px;color:#222;font-weight: bold;}

#homequienesomos{border-top:10px solid #e97b09;border-bottom:10px solid #e97b09;}
#homequienesomos .uk-width-expand\@m:nth-child(2) { margin: 10px; }

#divhomeiframe iframe{width:100%;height:700px}

.headersubtitulo{font-size:25px;color:#222;font-weight: bold;margin: auto;background-color: rgb(233, 123, 9);}

.footerlogo{width:120px;height:auto;margin:30px}

h5, .uk-h5{font-size: 14px;}

.colornaranja{color:#e97b09!important}

.fontborder{text-shadow: -1px 0 #000000,0 1px #000000,1px 0 #000000,0 -1px #000000;}

.asimov-video-lite{
	position:relative;
	display:block;
	width:min(100%,960px);
	margin:0 auto;
	padding:0;
	border:0;
	overflow:hidden;
	border-radius:18px;
	background:#0e1822;
	box-shadow:0 24px 50px rgba(4,10,18,.28);
	cursor:pointer;
	text-align:left;
}

.asimov-video-lite__poster{
	display:block;
	width:100%;
	height:100%;
	min-height:315px;
	background:linear-gradient(160deg, rgba(227,151,9,.95), rgba(13,27,43,.94));
	background-position:center;
	background-size:cover;
}

.asimov-video-lite.is-playlist .asimov-video-lite__poster{
	background-image:linear-gradient(160deg, rgba(227,151,9,.95), rgba(13,27,43,.94));
}

.asimov-video-lite__badge{
	position:absolute;
	top:18px;
	left:18px;
	padding:7px 11px;
	border-radius:999px;
	background:rgba(9,16,24,.72);
	color:#fff;
	font-size:12px;
	font-weight:700;
	letter-spacing:.06em;
	text-transform:uppercase;
}

.asimov-video-lite__play{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	display:grid;
	place-items:center;
	width:84px;
	height:84px;
	border-radius:999px;
	background:rgba(255,255,255,.92);
	color:#0d1b2b;
	box-shadow:0 20px 45px rgba(0,0,0,.3);
	transition:transform .2s ease, box-shadow .2s ease;
}

.asimov-video-lite__text{
	position:absolute;
	left:22px;
	bottom:18px;
	padding:10px 14px;
	border-radius:12px;
	background:rgba(9,16,24,.76);
	color:#fff;
	font-size:15px;
	font-weight:600;
}

.asimov-video-lite:hover .asimov-video-lite__play,
.asimov-video-lite:focus-visible .asimov-video-lite__play{
	transform:translate(-50%,-50%) scale(1.05);
	box-shadow:0 26px 55px rgba(0,0,0,.34);
}

.asimov-video-lite:focus-visible{
	outline:3px solid rgba(227,151,9,.45);
	outline-offset:4px;
}

.asimov-video-lite__iframe{
	position:absolute;
	inset:0;
	display:block;
	width:100%;
	height:100%;
	border:0;
	border-radius:18px;
}

.asimov-video-lite__frame{
	position:relative;
	display:block;
	width:min(100%,960px);
	margin:0 auto;
	overflow:hidden;
	border-radius:18px;
	background:#0e1822;
	box-shadow:0 24px 50px rgba(4,10,18,.28);
}

@media (max-width: 959px){
	.asimov-video-lite__poster{min-height:220px}
	.asimov-video-lite__play{width:68px;height:68px}
	.asimov-video-lite__text{left:14px;right:14px;bottom:14px;font-size:14px}
}
