.centeredScreen{
	margin:0 auto;
	padding-left: 1em;
	padding-right: 1em;
	max-width: 1200px;
}

.oculto{
	display: none !important;
}

.letrasNegrasFormulario {
	color:black !important;
	font-weight: bold;
}

.backArrow{
	margin-top: 5px !important;
}

.ui.text.container {
    max-width: 720px !important;
}

.enlace{
	color : #4183c4 !important;
}

.centeredScreen{
	margin-top: 25px;
}

.ui.basic.red.pointing.prompt.label.transition.visible{
	text-align: left;
}

.marginBotonRegresar{
	margin-left: 0em !important;
	margin-right: 1em !important;
}

.marginBotonContinuar{
	margin-left: 1em !important;
	margin-right: 0em !important;
}

#txtProducto{
	text-transform: uppercase;
}

#lblUsuario{
	margin-right: 2em !important;
	color: #0030a0;
	font-size: 20px !important;
}

.base-timer {
	position: relative;
	width: 300px;
	height: 300px;
  }
  
  .base-timer__svg {
	transform: scaleX(-1);
  }
  
  .base-timer__circle {
	fill: none;
	stroke: none;
  }
  
  .base-timer__path-elapsed {
	stroke-width: 7px;
	stroke: #E2E4E7;
  }
  
  .base-timer__path-remaining {
	stroke-width: 7px;
	stroke-linecap: round;
	transform: rotate(90deg);
	transform-origin: center;
	transition: 1s linear all;
	fill-rule: nonzero;
	stroke: currentColor;
  }
  
  .base-timer__path-remaining.green {
	color: #0030a0;
  }
  
  .base-timer__label {
	position: absolute;
	width: 300px;
	height: 300px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	padding-bottom: 0.7em;
	margin-top: 0.1em;
	color: red;
  }
  .base-timer1__label {
	position: absolute;
	width: 300px;
	height: 300px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	padding-top: 3em;
	color: #0030a0;
	margin-left: 0.25em;
  }
  #divTimerRecuperacion {
	max-height: 150px !important;
  }
  #timerRecuperacion {
	max-height: 150px !important;
  }
  #base-timer {
	max-height: 150px !important;
  }	
  #base-timer__svg {
	height: 150px !important;
  }	
  #base-timer-label {
	max-height: 50px !important;
	top: 50px;
  }	

#msgPaso3 {
	background: #f2f4fb;
	box-shadow: none !important;
}
#tituloP3 {
	font-size: larger;
	color: #0030A0;
	font-weight: bold;
}
#textoP3 {
	font-size: larger;
	color: black;
}

  @media screen and (max-width: 767px){
	#lblUsuario{
		margin-right:  auto !important;
		color: #0030a0;
		font-size: 20px !important;
	}
  }