@keyframes opacityAnimation
{
	0%
	{
		opacity: 1;
	}
	50%
	{
		opacity: 0.2;
	}
	100%
	{
		opacity: 1;
	}
}

@keyframes animatioLogo
{
	0%
	{
		box-shadow: 0px -1.3px 3px rgba(0, 180, 216, 0.8);
	}
	12.5%
	{
		box-shadow: 1.3px -1.3px 3px rgba(0, 180, 216, 0.8);
	}
	25%
	{
		box-shadow: 1.3px 0px 3px rgba(0, 180, 216, 0.8);
	}
	37.5%
	{
		box-shadow: 1.3px 1.3px 3px rgba(0, 180, 216, 0.8);
	}
	50%
	{
		box-shadow: 0px 1.3px 3px rgba(0, 180, 216, 0.8);
	}
	62.5%
	{
		box-shadow: -1.3px 1.3px 3px rgba(0, 180, 216, 0.8);
	}
	75%
	{
		box-shadow: -1.3px 0px 3px rgba(0, 180, 216, 0.8);
	}
	87.5%
	{
		box-shadow: -1.3px -1.3px 3px rgba(0, 180, 216, 0.8);
	}
	100%
	{
		box-shadow: 0px -1.3px 3px rgba(0, 180, 216, 0.8);
	}
}

body#body
{
	background-color: #d5d5d5;
	padding-top: 0;
	padding-bottom: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	min-height: 100vh !important;
}

.container
{
	margin-top: 100px;
}

footer
{
	background-color: #ffffff;
	color: #000000;
	padding: 7px;
	padding-bottom: 0px;
}

footer a
{
	color: #000000;
	margin-bottom: 10px;
}

header
{
	background-color: rgba(11, 15, 25, 0.85);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(0, 180, 216, 0.15);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	height: 60px;
	left: 0px;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100%;
	z-index: 30000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 77px;
	transform: translateY(0);
	transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

body:has(#homeLoadingScreen) header {
	transform: translateY(-80px);
}

body.intro-animations header
{
	transform: translateY(0) !important;
}

header .header-left,
header .header-right
{
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

header .header-center
{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
}

header #imgLogo, header #imgLogoMinimo
{
	animation: animatioLogo 1.5s linear infinite;
	border-radius: 7px;
	box-shadow: 0px -1.3px 3px rgba(0, 180, 216, 0.8);
	height: 45px;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

header #imgLogoMinimo
{
	display: none;
}

h3
{
	margin-bottom: 4px;
	margin-top: 4px;
}

h4
{
	margin-bottom: 4px;
	margin-top: 4px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

hr
{
	margin-bottom: 7px;
	margin-top: 7px;
}

textarea
{
	resize: none;
}

#divContentInputSearch
{
	display: inline-block;
	width: 220px;
}

#divContentInputSearch .form-control
{
	border-radius: 30px 0 0 30px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-right: none;
	background-color: rgba(255, 255, 255, 0.05);
	color: #ffffff;
}

#divContentInputSearch .input-group-addon
{
	border-radius: 0 30px 30px 0;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-left: none;
	background-color: rgba(255, 255, 255, 0.05);
	color: #ffffff;
}

#divContentInputSearch .form-control:focus
{
	border-color: rgba(0, 180, 216, 0.5);
	background-color: rgba(255, 255, 255, 0.08);
	box-shadow: 0 0 8px rgba(0, 180, 216, 0.25);
}

#divSpanSoundNotify
{
	bottom: 0px;
	display: inline-block;
	left: 4px;
	position: fixed;
	user-select: none;
	z-index: 20000;
}

#divSpanSoundNotify > span
{
	background-color: #ffffff;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-radius: 4px 4px 0px 0px;
	cursor: pointer;
	padding: 10px;
}

.btn-xs
{
	margin: 1px;
}

.ck-editor__editable
{
    min-height: 170px !important;
}

.contenedorResultadoFiltro
{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	display: inline-block;
	margin: 4px;
	width: 30%;
	vertical-align: top;
}

.contenedorResultadoFiltro > a > div
{
	overflow: hidden;
	padding: 20px;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}

.contentCKEditor
{
	font-family: 'Times New Roman', Times, serif;
	font-size: 17px;
	line-height: 27px;
	text-align: justify;
	word-wrap: break-word;
}

.contentCKEditor h3
{
	margin-bottom: 20px;
	margin-top: 20px;
}

.contentCKEditor blockquote
{
	border: 3px solid #d5d5d5;
	border-radius: 7px;
	margin: 0px;
	font-size: 17px;
	padding: 7px;
}

.contentCKEditor table td, .contentCKEditor table th
{
	padding: 10px;
	text-align: left;
}

.contentCKEditor .codeInlineStyleOwner
{
	background: #eeeeee;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
	display: inline-block;
	margin: 0px;
	padding: 0px !important;
	padding-left: 2px !important;
	padding-right: 2px !important;
	vertical-align: middle;
}

.cursorPointer
{
	cursor: pointer;
}

.cursorDefault
{
	cursor: default;
}

.datepicker
{
	z-index: 50000 !important;
}

.displayInLineBlock
{
	display: inline-block;
}

.divCalificacion > img
{
	border-radius: 22px;
	padding: 1px;
	width: 22px;
}

.divCalificacion > img[class~="eventHover"]:hover
{
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
	cursor: pointer;
}

.etiquetaNota
{
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
	display: inline-block;
	font-size: 13px;
	margin: 7px;
	padding: 7px;
	text-align: left;
	transition: transform 0.2s;
	vertical-align: top;
	width: 185px;
	word-wrap: break-word;
}

.etiquetaNota:hover
{
	transform: scale(1.1);
}

.etiquetaNota:hover > .etiquetaNotaBotonEditar
{
	display: inline-block;
}

.etiquetaNota:hover > .etiquetaNotaBotonEliminar
{
	display: inline-block;
}

.etiquetaNota > .etiquetaNotaBotonEditar
{
	display: none;
	left: -2px;
	position: absolute;
	top: 20px;
}

.etiquetaNota > .etiquetaNotaBotonEliminar
{
	display: none;
	left: -2px;
	position: absolute;
	top: -2px;
}

.etiquetaNota > .etiquetaNotaAvatar
{
	border-radius: 35px;
	float: left;
	margin-right: 5px;
	height: 35px;
	width: 35px;
}

.modal
{
	z-index: 30000;
}

@keyframes floatMoreService {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0px); }
}

.moreService
{
	background-color: #ffffff;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.02);
	padding: 25px 15px 20px 15px;
	width: 260px;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	text-align: center;
	position: relative;
	overflow: hidden;
	animation: floatMoreService 6s ease-in-out infinite;
}

.moreService:nth-child(2n) { animation-delay: 1s; animation-duration: 7s; }
.moreService:nth-child(3n) { animation-delay: 2s; animation-duration: 5s; }
.moreService:nth-child(5n) { animation-delay: 3.5s; animation-duration: 8s; }

.moreService::after {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 3px;
	background: linear-gradient(90deg, #e0e0e0, #f5f5f5);
	transition: height 0.3s ease, background 0.3s ease;
}

.moreService:hover
{
	animation-play-state: paused;
	transform: translateY(-10px) !important;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.08);
	border-color: #d0d0d0;
}

.moreService:hover::after {
	height: 5px;
	background: linear-gradient(90deg, #141414, #444444);
}

.moreService > a
{
	color: #666666;
	text-decoration: none;
	font-size: 13px;
	display: inline-block;
	margin-top: 10px;
	font-weight: 600;
	transition: color 0.2s ease;
}

.moreService > a:hover
{
	color: #141414;
}

.moreService > span
{
	color: #141414;
	font-weight: 800;
	font-size: 16px;
}

.moreService small {
	color: #888888 !important;
	font-size: 12px;
	margin-top: 4px;
	display: block;
}

.noWrap
{
	white-space: nowrap;
	overflow: hidden;
}

.nav-tabs-custom
{
	background-color: #f5f5f5;
}

.opacityAnimation
{
	animation: opacityAnimation 1s linear infinite;
}

.ownerBtn
{
	border: 1px solid #000000;
	background-color: transparent;
	color: #000000;
}

.ownerBtn:hover
{
	background-color: #f5f5f5;
}

.scrollStyle
{
	padding-right: 7px !important; 
}

.scrollStyle::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.scrollStyle::-webkit-scrollbar
{
	background-color: #F5F5F5;
	height: 7px;
	width: 7px;
}

.scrollStyle::-webkit-scrollbar-thumb
{
	background-color: #3d6e8a;
}

.select2-dropdown
{
	z-index: 30001;
}

.swal-overlay
{
	z-index: 50000;
}

.table > tbody > tr > td
{
	vertical-align: middle;
}

.table > thead > tr > th
{
	vertical-align: middle;
}

.tdEditable
{
	background-color: #e9e442;
	background-image: url('../img/index/general/fondoRayas.png');
}

.verticalAlignMiddle
{
	vertical-align: middle;
}

.wordWrap
{
	word-wrap: break-word;
}

@media screen and (max-width: 1485px)
{
	#divContentInputSearch
	{
		width: 220px;
	}
}

@media screen and (max-width: 1415px)
{
	#divContentInputSearch
	{
		width: 150px;
	}
}

@media screen and (max-width: 1335px)
{
	#divContentInputSearch
	{
		display: none;
	}
}

@media screen and (max-width: 1170px)
{
	header #imgLogo
	{
		display: none;
	}

    header #imgLogoMinimo
	{
		display: inline-block;
	}
}

@media screen and (max-width: 1050px)
{
	header
	{
		padding: 0 15px;
	}
}

@media screen and (max-width: 770px)
{
	.moreService
	{
		width: 90%;
	}
}

.main-footer-redesign {
	background-color: #0b0c10 !important;
	color: #94a3b8 !important;
	border-top: 2px solid #2E3851 !important;
	padding: 70px 77px 30px 77px !important;
	font-family: 'Geist', sans-serif;
	position: relative;
	z-index: 10;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.9fr 0.9fr;
	gap: 60px;
	max-width: 1440px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.footer-col {
	display: flex;
	flex-direction: column;
	text-align: left;
}

.footer-logo {
	height: 38px;
	width: auto;
	object-fit: contain;
	align-self: flex-start;
	margin-bottom: 15px;
}

.footer-brand-desc {
	font-size: 13.5px;
	line-height: 1.6;
	color: #64748b;
	margin-bottom: 20px;
	font-weight: 400;
}

.footer-contact-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.contact-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #cbd5e1 !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 500;
	transition: color 0.25s ease, transform 0.25s ease;
}

.contact-link i {
	color: #2E3851;
	font-size: 16px;
	width: 20px;
	text-align: center;
}

.contact-link:hover {
	color: #4E5F88 !important;
	transform: translateX(4px);
}

.footer-title {
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px;
}

.footer-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35px;
	height: 2px;
	background-color: #2E3851;
	border-radius: 2px;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.footer-links li a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #94a3b8 !important;
	text-decoration: none !important;
	font-size: 13.5px;
	font-weight: 500;
	transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links li a i {
	font-size: 13px;
	color: rgba(46, 56, 81, 0.6);
	transition: color 0.25s ease;
}

.footer-links li a:hover {
	color: #4E5F88 !important;
	transform: translateX(4px);
}

.footer-links li a:hover i {
	color: #4E5F88;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	padding-top: 30px;
	width: 100%;
}

.footer-bottom-content {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12.5px;
	color: #475569;
}

.footer-bottom-content a{
	color: #4E5F88;
	text-decoration: none;
	margin-bottom: 0 !important;
}

.footer-bottom-content a:hover{
	color: #ffffff !important;
	transition: color 0.25s ease, transform 0.25s ease;
}

.footer-bottom-content p {
	margin: 0;
}

.made-by i {
	color: #ef4444;
	margin-left: 2px;
}

@media screen and (max-width: 991px) {
	.footer-grid {
		grid-template-columns: 1fr;
		gap: 40px;
		padding-bottom: 40px;
	}
	
	.footer-col {
		text-align: center;
		align-items: center;
	}
	
	.footer-logo {
		align-self: center;
	}
	
	.footer-title::after {
		left: 50%;
		transform: translateX(-50%);
	}
	
	.footer-bottom-content {
		flex-direction: column;
		gap: 10px;
		text-align: center;
	}
}

@media screen and (max-width: 1050px) {
	.main-footer-redesign {
		padding: 50px 15px 25px 15px !important;
	}
}

@media screen and (max-width: 991px) {
	header .header-right {
		display: none !important;
	}
	header .header-center {
		justify-content: flex-end !important;
	}
}

#main-layout-wrapper {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	width: 100%;
}

#main-layout-wrapper > .container {
	flex-grow: 1;
	margin-bottom: 40px;
}

.main-footer-redesign {
	margin-top: auto !important;
	flex-shrink: 0;
}

.grecaptcha-badge {
	visibility: hidden !important;
}

.board-header
{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 24px;
	border-bottom: 1px solid #e3e6e8;
	padding-bottom: 16px;
}

.board-header-left
{
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.board-breadcrumb
{
	font-size: 13px !important;
	font-weight: 500 !important;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #64748b;
	margin-bottom: 6px;
}

.board-breadcrumb a
{
	color: #4e5f88 !important;
	text-decoration: none !important;
	font-weight: 600;
}

.board-breadcrumb a:hover
{
	text-decoration: underline !important;
}

.board-breadcrumb i
{
	font-size: 11px;
	color: #cbd5e1;
}

.board-breadcrumb span
{
	color: #2e3851 !important;
	font-weight: 700;
}

.board-title
{
	font-size: 22px;
	font-weight: 700;
	color: #2e3851;
	margin: 0;
}

#modalBuscarGeneralResultado .modal-content {
	border-radius: 16px;
	border: none;
	box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
	overflow: hidden;
}

#modalBuscarGeneralResultado .modal-header {
	background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
	color: #0f172a;
	padding: 20px 24px;
	border-bottom: 1px solid #e2e8f0;
	position: relative;
}

#modalBuscarGeneralResultado .modal-header .modal-title {
	font-weight: 700;
	font-size: 20px;
	color: #0f172a !important;
}

#modalBuscarGeneralResultado .modal-header .close {
	color: #0f172a;
	opacity: 0.6;
	text-shadow: none;
	font-size: 24px;
	margin-top: 2px;
	transition: opacity 0.2s ease;
}

#modalBuscarGeneralResultado .modal-header .close:hover {
	opacity: 1;
}

#modalBuscarGeneralResultado .modal-body {
	background-color: #f8fafc;
	padding: 24px;
	max-height: 70vh;
	overflow-y: auto;
}

#modalBuscarGeneralResultado .modal-footer {
	background-color: #ffffff;
	border-top: 1px solid #e2e8f0;
	padding: 16px 24px;
}

#modalBuscarGeneralResultado .modal-footer .btn {
	border-radius: 8px;
	padding: 8px 20px;
	font-weight: 600;
	transition: all 0.2s ease;
}

#modalBuscarGeneralResultado .modal-footer .btn-default {
	border: 1px solid #cbd5e1;
	color: #475569;
}

#modalBuscarGeneralResultado .modal-footer .btn-default:hover {
	background-color: #f1f5f9;
}

#modalBuscarGeneralResultado .modal-footer .btn-primary {
	background-color: #1e293b;
	border-color: #1e293b;
	color: #ffffff;
}

#modalBuscarGeneralResultado .modal-footer .btn-primary:hover {
	background-color: #0f172a;
}

/* Category Sections */
.search-category-section {
	background: #ffffff;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	padding: 18px;
	margin-bottom: 18px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.search-category-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #f1f5f9;
	padding-bottom: 10px;
	margin-bottom: 14px;
}

.search-category-title {
	font-size: 15px;
	font-weight: 700;
	color: #0f172a;
	display: flex;
	align-items: center;
	gap: 8px;
}

.search-category-icon {
	color: #3b82f6;
	font-size: 16px;
}

.search-count-badge {
	font-size: 12px;
	font-weight: 600;
	padding: 3px 10px;
	border-radius: 20px;
	background-color: #dbeafe;
	color: #1e40af;
}

.search-count-badge.zero {
	background-color: #f1f5f9;
	color: #64748b;
}

.search-results-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 10px;
}

.search-result-item {
	display: block;
	background-color: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 12px 14px;
	text-decoration: none !important;
	transition: all 0.2s ease;
}

.search-result-item:hover {
	background-color: #eff6ff;
	border-color: #bfdbfe;
	transform: translateY(-1px);
	box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.05);
}

.search-item-content {
	display: flex;
	align-items: center;
	gap: 8px;
}

.search-item-arrow {
	color: #94a3b8;
	font-size: 14px;
	transition: transform 0.2s ease, color 0.2s ease;
}

.search-result-item:hover .search-item-arrow {
	color: #3b82f6;
	transform: translateX(2px);
}

.search-item-text {
	font-size: 13.5px;
	font-weight: 600;
	color: #334155;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}

.search-result-item:hover .search-item-text {
	color: #1d4ed8;
}

.search-no-results {
	font-size: 13px;
	color: #64748b;
	padding: 6px 0;
	display: flex;
	align-items: center;
	gap: 6px;
}