body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
		Arial, sans-serif;
	font-size: 12px;
	background: #f5f4f0;
}

._row {
	height: 100%;
	/*min-width: 700px;*/
}

._row .grid {
	height: 100%;
}

/*.image {
  margin-top: -100px;
}*/

/* .column {
	max-width: 450px;
} */
.login-div {
	max-width: 450px;
}

.btnmulti_1 {
	background: #ffb441 !important;
}

.btnmulti_1:hover {
	background: #ffc771 !important;
}

.btnmulti_1:active {
	background: #ff9f0c !important;
}

.pace .pace-progress {
	background: #ffc56c; /*color barra progreso*/
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 3.2px;
}

.linkdn {
	width: 189px;
	margin: auto;
	background: #0077b5;
	color: white;
	cursor: pointer;
	border: 1px #c1c1c1 solid;
	text-align: left;
	font-family: helvetica, arial, sans-serif;
}

.linkdn i {
	font-size: 25px;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	height: auto;
	border-right: 1px #717171 solid;
}

.linkdn span {
	font-size: 12px;
	padding: 11px;
}

.ui.error.message {
	font-size: 12.5px;
}

#frmRegister {
	transition: 0.3s ease;
	-moz-transition: 0.3s ease; /* Firefox */
	-webkit-transition: 0.3s ease; /* Chrome - Safari */
	-o-transition: 0.3s ease; /* Opera */
}

.segment {
	border-radius: 9px !important;
	border: 0px !important;
	font-size: 1rem !important;
	position: relative !important;
    background: #fff !important;
    -webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15) !important;
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15) !important;
    margin: 1rem 0 !important;
    padding: 1em 1em !important;
}

.msjNoti {
	background: #ff920a;
	width: auto;
	position: fixed;
	top: 8px;
	left: 40%;
	right: 40%;
	min-width: 200px;
	text-align: center;
	border: 1px #e27e00 solid;
	box-shadow: -1px 2px 3px -1px rgba(0, 0, 0, 0.28);
	color: white;
	border-radius: 4px;
	padding: 3px;
	font-size: 12px;
	opacity: 1;
	z-index: 2;
}


.o_userolink {
	margin-bottom: 10px;
	margin-top: 10px;
	display: inline-flex;
	width: 100%;
}

.o_userolink ._o1 {
	height: 1px;
	width: 46%;
	border: 1px #c7c7c7 solid;
}

.o_userolink ._o2 {
	margin-top: -9px;
	width: 8%;
	color: #676767;
}

.o_userolink ._o3 {
	height: 1px;
	width: 46%;
	border: 1px #c7c7c7 solid;
}

#contenido_nav {
	display: none;
	z-index: 4;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	padding: 20px;
	background: #ff5151;
	color: white;
	border-bottom: 1px #ff362e solid;
	font-size: 14px;
	box-shadow: 0px 3px 9px 0px #00000047;
	opacity: 0;
}

#contenido_nav a {
	color: black;
	font-size: 15px;
	font-weight: 600;
	text-decoration: underline;
}

.animacion {
	/*position: absolute;*/

	animation-name: parpadeo;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

	-webkit-animation-name: parpadeo;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes parpadeo {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes parpadeo {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
