@import "usmef_main.css";

html,
body {
	height: 100%;
	font-family: 'Arial';
}

iframe {
	background-color: white;
}

#tituloMenu {
	font-weight: bold;
	font-size: 20px;
	color: #1C854B;
	text-align: left;
	padding: 20px;
}

#menu {
	display: none;
}

@keyframes aparecer {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.pulse button {
	transform: scale(1);
	animation: pulseanim 2s infinite;
}

@keyframes pulseanim {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

#seleccionidioma {
	display: none;
}

#seleccionidioma ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 300px;
	background-color: #f1f1f1;
}

#seleccionidioma li {
	display: block;
	color: #000;
	padding: 18px 26px;
	text-decoration: none;
	cursor: pointer;
}

/* Change the link color on hover */

#seleccionidioma li:hover {
	background-color: rgb(144, 179, 219);
	color: white;
}

.grow {
	flex: 1;
}

.main {
	width: 100%;
	overflow-y: hidden;
	height: calc(100% - 48px);
}

.e0 {
	border-left: 5px solid #D1D1D3;
}

.e1 {
	border-left: 5px solid #ffb600;
}

.e2 {
	border-left: 5px solid #9CC662;
}

.mitem {
	white-space: normal;
	cursor: pointer;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	padding: 7px;
	margin-bottom: 3px;
}

a.mitem{
	display: block;
	border-left-width: 0px;
	color: darkslategrey;
	padding: 3px;
	font-size: .9rem;
	padding-left: 1.5rem;
	text-decoration: none;
}

.mitem:hover {
	background-color: #F1DB79 !important;
}

.dropdown-menu {
	min-width: 100%;
	height: 100% !important;
	overflow-y: hidden;
}

.btn-circle {
	position: fixed;
	width: 50px;
	height: 50px;
	padding: 6px 0px;
	border-radius: 25px;
	text-align: center;
	font-size: 12px;
	line-height: 1.42857;
	bottom: 14px;
	margin: 20px;
}

.flechasig {
	background-image: url('../img/plantilla/siguiente.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #bd3843;
	right: 0px;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
	animation-name: aparecer;
	animation-duration: 0.5s;
}

.flechaatr {
	background-image: url('../img/plantilla/atras.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #d14337;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

#cargador div {
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -150px;
	position: absolute;
}

#cargador span {
	position: absolute;
	top: 136px;
	left: 0px;
	text-align: center;
	width: 400px;
	font-weight: bold;
}

#titulo {
	font-weight: bold;
	font-size: 20px;
}

#dropdownMenuButton {
	color: white;
	font-size: 20px;
	font-weight: bold;
}

#btnMenu img {
	width: 30px;
}

#mnuconten {
	width: 400px;
	min-width: 250px;
	height: 200px;
}

.navbar {
	background-color: #c1272d;
	color: white;
	font-size: 24px;
	font-family: Calibri;
}

.nav-link {
	color: white;
	font-size: 20px;
	font-family: Calibri;
	font-weight: bold;
}

.nav-link:hover {
	color: white;
}

.contenletra1 {
	position: relative;
}

.contenletra1 img,
.contenletra1 span {
	position: fixed;
	width: 30px;
	height: 30px;
	left: 60px;
	bottom: 76px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
}

.contenletra3 {
	position: relative;
}

.contenletra3 img,
.contenletra3 span {
	position: fixed;
	width: 30px;
	height: 30px;
	right: 60px;
	bottom: 76px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes hoverAnim {
	from {
		background-color: red;
	}
	to {
		background-color: yellow;
	}
}

/* Standard syntax */

@keyframes hoverAnim {
	from {
		background-color: #00000000;
	}
	to {
		background-color: #a92429;
	}
}

.nav-item {
	padding: 0px;
	margin-left: 14px;
	margin-right: 14px;
	border-width: 0 1px 0 0px;
	border-style: solid;
	border-color: #8c2428;
}

.nav-item:hover {
	animation-name: hoverAnim;
	animation-duration: 0.25s;
	background-color: #a92429;
}

.nav-item > div,
.nav-item > a {
	display: inline-block;
}

.contenletras {
	position: relative;
	top: -40px;
	left: -60px;
	width: 70px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.contenletras img,
.contenletras span {
	position: absolute;
}

.contenletras img,
.contenletras span {
	width: 30px;
	height: 30px;
}

.letrag,
.letraf,
.letrah {
	color: black;
}

.letrag {
	margin-top: 2px;
}

#menu-ul-item {
	margin-left: 0;
	margin-right: 0;
}

#navbarText {
	flex-direction: row-reverse;
}

.dropdown-menu {
	height: 280px !important;
}

#titulo {
	text-align: center;
	width: calc(100vw - 230px) !important;
}

@media (min-width: 576px) {
	.mitem {
		min-width: 180px;
	}
	.dropdown-menu {
		min-width: 200px;
		overflow-y: auto;
	}
	.navbar {
		height: auto;
	}
	#titulo {
		text-align: left;
		/* width: auto !important */
	}
}

#mnuconten {
	height: 400px !important;
}

@media (max-width: 767px) {
	#mnuconten {
		width: 100vw;
		margin-right: 0px;
	}
	.nav-item {
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #8c2428;
	}
	#menu-ul-item {
		margin-left: 14px;
		margin-right: 14px;
	}
}

.tecla-div {
	background-color: yellow;
	background: linear-gradient(180deg, rgba(247, 252, 24, 1) 0%, rgb(255, 188, 0) 100%);
	border-radius: 6px;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
	color: black;
	display: flex;
	height: 35px;
	width: 35px;
}

.tecla-div > p {
	margin: auto;
	font-weight: 900;
}

.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

/*.progress-bar-wrapper > div:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(
		-45deg,
		rgba(255, 255, 255, 0.6) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.6) 50%,
		rgba(255, 255, 255, 0.6) 75%,
		transparent 75%,
		transparent
	);
	z-index: 1;
	background-size: 50px 50px;
	animation: animate-bg-progress-bar 2s linear infinite;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}*/

@keyframes animate-bg-progress-bar {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}

.pos-top-bar {
	position: absolute;
	top: 62px;
	font-size: 18px;
	font-weight: bold;
	z-index: 90;
}
.r-bar {
	right: 0;
}
.puntos-wrapper {
	letter-spacing: 2px;
	background-color: orange;
	width: fit-content;
	font-weight: bold;
}
.insignias-wrapper {
	/* right: 15px; */
	cursor: pointer;
	max-width: auto;
	/* color: white; */
}
.insignias-wrapper img {
	width: 30px;
	height: 30px;
}
.insignias-wrapper .rounded {
	background-color: orange;
}
.insignias-wrapper .panel {
	opacity: 0;
	position: absolute;
	color: rgb(135, 135, 135);
	font-size: 18px;
}
.insignias-wrapper .panel img {
	/* height: 100px; */
	width: 100%;
	/* width: 130px !important; */
	height: auto;
	display: block;
	max-width: 400px;
}
/* .insignia{
	width: 200px;
} */
.panel .hidden {
	opacity: 0.1;
}
.panel {
	min-width: 400px;
}

.bc {
	display: inline-block;
	background-color: orange;
	position: relative;
	z-index: 3;	
	color: white;
	
}
@media screen and (max-width: 800px) {
	.text-truncate.bc{
		width: 100px;
	}
 }
 @media screen and (max-width: 500px) {
	.text-truncate.bc{
		width: 80px;
	}
 }

.bc:first-child {
	background-color: rgb(55, 0, 255);
	width: auto;
}
.bc:nth-child(2) {
	background-color: hsl(165, 71%, 28%);
}
.bc:nth-child(3) {
	background-color: rgb(0, 134, 143);
}
.bc:nth-child(4) {
	background-color: hsl(202, 66%, 39%);
}


/* bc styles */
/* .txt-bc{
	z-index: 2;
}


.bc::before {
    top: -2px;
    transform: skew(30deg);
    border-top: 2px solid orange;
}
.bc::after {
    bottom: -2px;
    transform: skew(-30deg);
    border-bottom: 2px solid orange;
}

.bc::before, .bc::after {
    content: "";
    position: absolute;
    left: 0;
    height: 61%;
    width: 112%;
    background: orange;
    border-left: 2px solid orange;
    border-right: 2px solid orange;
    z-index: -1;
	margin-left: 5px;
}

.bc::before,.bc::after{
	left: -9px;
}
.bc:first-child::before, .bc:first-child::after {
	width: 100%;
    left: 5px;
} */
