﻿/*------------------ NOTIFICACIONES --------------------------*/

#mymtecModalNotificaciones {
	animation: bounce 0.5s ease-out;
}

	#mymtecModalNotificaciones .modal-body {
		padding: 0;
	}

	#mymtecModalNotificaciones .lista-notificaciones, #mymtecModalNotificaciones .notificacion {
		/*min-height: 650px;*/
		max-height: calc(100vh - 300px);
		overflow-y: auto !important;
		overflow-x: hidden !important;
		position: relative;
	}

	/*	#mymtecModalNotificaciones .lista-notificaciones {
		padding-top: 10px;
		padding-bottom: 10px;
	}*/

	#mymtecModalNotificaciones .lista-notificaciones {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

		#mymtecModalNotificaciones .lista-notificaciones .btnVerMas {
			width: 100%;
		}

.lista-notificaciones .notificacion-item {
	padding: 10px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	margin-left: 5px;
	margin-bottom: 5px;
	width: 100%;
}

#mymtecModalNotificaciones .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

#mymtecModalNotificaciones .fecha {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	 min-width: 150px; 
	/* font-weight: lighter; */
	/*width: 100%;*/
}

#mymtecModalNotificaciones .fecha-encabezado {
	display: block;
	text-align: right;
}

#mymtecModalNotificaciones .header h5 {
	font-size: 1.3em;
}

#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .header h5, .notificacion h5 {
	margin: 0;
}

#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn {
	float: right;
	padding: 4px 10px;
}

#mymtecModalNotificaciones .notificacion .descripcion {
	padding: 10px 5px;
	border-radius: 20px;
	width: 100%;
}

	#mymtecModalNotificaciones .notificacion .descripcion a {
		color: var(--blue);
	}

	#mymtecModalNotificaciones .notificacion .descripcion img {
		max-width: 100%;
	}

#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-blue,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .badge-blue,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-blue:hover {
	color: #fff;
	background-color: var(--blue);
	border-color: var(--blue);
}

#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-purple,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .badge-purple,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-purple:hover {
	color: #fff;
	background-color: var(--purple);
	border-color: var(--purple);
}

#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-yellow,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .badge-yellow,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-yellow:hover {
	color: #000;
	background-color: var(--yellow);
	border-color: var(--yellow);
}

mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-red,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .badge-red,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-red:hover {
	color: #fff;
	background-color: var(--red);
	border-color: var(--red);
}

#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-gray,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .badge-gray,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-gray:hover {
	color: #fff;
	background-color: var(--gray);
	border-color: var(--gray);
}

#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-indigo,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .badge-indigo,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-indigo:hover {
	color: #fff;
	background-color: var(--indigo);
	border-color: var(--indigo);
}

#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-pink,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .badge-pink,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-pink:hover {
	color: #fff;
	background-color: var(--pink);
	border-color: var(--pink);
}

#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-orange,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .badge-orange,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-orange:hover {
	color: #fff;
	background-color: var(--orange);
	border-color: var(--orange);
}

#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-green,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .badge-green,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-green:hover {
	color: #fff;
	background-color: var(--green);
	border-color: var(--green);
}

#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-teal,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .badge-teal,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-teal:hover {
	color: #fff;
	background-color: var(--teal);
	border-color: var(--teal);
}

#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-cyan,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .badge-cyan,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-cyan:hover {
	color: #fff;
	background-color: var(--cyan);
	border-color: var(--cyan);
}

#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-gray-dark,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .badge-gray-dark,
#mymtecModalNotificaciones .lista-notificaciones .notificacion-item .btn-gray-dark:hover {
	color: #fff;
	background-color: var(--gray-dark);
	border-color: var(--gray-dark);
}

.animacion-notificaciones {
	color: #f74b4b;
}

.nav-link .fa-bell.animacion-notificaciones {
	animation: vibrar 1s infinite;
}

.contentPrograma .banner {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 2px;
	text-align: center;
	box-sizing: border-box;
	z-index: 999;
	animation: slideDown 1s ease-out forwards;
	font-size: 0.9rem;
}

	.contentPrograma .banner .close {
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
		font-weight: bold;
	}

#mymtecModalNotificaciones .modal-content {
	/*border-radius: 15px;*/
	/*border: 2px solid var(--loginUp);*/
	box-shadow: 0 10px 30px #575757;
	overflow: hidden;
}

#mymtecModalNotificaciones .modal-header {
	background-color: var(--loginUp);
	color: white;
	/* border-bottom: 2px solid var(--loginUp);*/
	padding: 15px 20px;
	/*border-radius: 13px 13px 0 0;*/
}

#mymtecModalNotificaciones .modal-title {
	font-size: 1.6em;
}

#mymtecModalNotificaciones .resumen {
	font-size: 1.3em;
	color: var(--gray);
	/*font-weight: lighter;*/
}

#mymtecModalNotificaciones .close {
	color: white;
	opacity: 1;
	font-size: 1.5rem;
}

	#mymtecModalNotificaciones .close:hover {
		color: #00000073;
	}

#mymtecModalNotificaciones .modal-body {
	background-color: #f9f9f9;
}

#mymtecModalNotificaciones .modal-footer {
	border-top: 2px solid #ddd;
	padding: 15px 20px;
	background-color: #f9f9f9;
	border-radius: 0 0 13px 13px;
}

@keyframes bounce {
	0% {
		transform: scale(0.7);
	}

	50% {
		transform: scale(1);
	}

	70% {
		transform: scale(0.97);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes vibrar {
	0% {
		transform: rotate(0deg);
	}

	20% {
		transform: rotate(-10deg);
	}

	40% {
		transform: rotate(10deg);
	}

	60% {
		transform: rotate(-10deg);
	}

	80% {
		transform: rotate(10deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@keyframes parpadeo {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

@keyframes slideUp {
	from {
		transform: translateY(100%);
	}

	to {
		transform: translateY(0);
	}
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		transform: translateY(0%);
		opacity: 1;
	}
}
