/* RESET */
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #3D4762;
	font-family: 'NewJuneBook', sans-serif;
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.h4_amount {
	background-color: #FBB960;
	display: block;
	padding: 5px;
	color: #FFF;
	font-size: 1.5rem;
	width: 30%;
	margin-left: 35%;
	border-radius: 5px;
}
a:visited {
    color: #6EC6B5;
    text-decoration: non;
}
.rojo {
	color: red;
}

/* HEADER */

.header {
	background-color: #2F374B;
	font-size: 1.3rem;
	color: #FBB960;
	font-family: 'NewJuneBold', sans-serif;
	font-weight: bold;
}
.header-logo {
	max-height: 2.3rem;
	margin: 0 0 0 10%;
}

/* indice */

.indice {
	padding: 20px 10%;
	font-size: .9rem;
	font-weight: normal;
}
.indice-num-on {
	color: #FFFFFF;
	display: block;
	float: left;
	background-color: #6EC6B5;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.indice-num-off {
	color: #FFFFFF;
	display: block;
	float: left;
	background-color: #8D9291;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.indice-nom-on {
	color: #FFFFFF;
	display: block;
	float: left;
	text-align: left;
	line-height: 30px;
	padding: 0 0 0 10px;
}
.indice-nom-off {
	color: #8D9291;
	display: block;
	float: left;
	text-align: left;
	line-height: 30px;
	padding: 0 0 0 10px;
	font-weight:lighter;
}

/* FORM */

form {
	padding-top: 30px;
}
.contexto {
	text-align: right;
	padding-top:50px;
}
.contexto img {
	width: 80%;
}
.contenido {
	text-align: center;
}
.mostrar {
	display: block;
}
.ocultar {
	display: none;
}
.data {
	width: 75%;
	margin-left: 12.5%;
}
.data p, .login-data {
	font-size: 1.5rem;
	color: #FFFFFF;
	font-weight: 200;
	text-align: left;
	padding: 20px 0 5px 0;
}
.detalle {
	padding-top: 5px;
	font-size: .9rem;
	color: #FFFFFF;
	font-weight: normal;
	font-family: 'NewJuneBook', sans-serif;
}
.instrucciones {
	font-size: 1.2rem;
	color: #FFFFFF;
	font-family: 'NewJuneBold', sans-serif;
	font-weight: bold;
}
.botones {
	padding-top: 30px;
	margin-bottom: 50px;
}

.btn-prev, .btn-sig, .btn-final, .btn-login {
	margin: 0 30px;
	min-width: 200px;
	font-family: 'NewJuneBold', sans-serif;
	text-transform: uppercase;
	border: 3px solid #2F374B;
	font-size:1.2rem;
}

.btn-prev {
	background-color: #959AA8;
}
.btn-prev:hover, .btn-prev:focus, .btn-prev:active {
	background-color: #2F374B;
	border: 3px solid #2F374B;
}
.btn-sig {
	background-color: #6EC6B5;
}
.btn-sig:hover, .btn-sig:focus, .btn-sig:active {
	background-color: #21B095;
	border: 3px solid #2F374B;
}
.btn-final {
	background-color: #FBB960;
}
.btn-final:hover, .btn-final:focus, .btn-final:active {
	background-color: #F3910C;
	border: 3px solid #2F374B;
}
.minimo, .maximo {
	display: inline-block;
	font-size: 1.5rem;
	color: #ffffff;
	padding: 5px 0;
	position: relative;
	width: 49%;
}
.minimo {
	text-align: left;
}
.maximo {
	text-align: right;
}

.invalid-feedback {
	font-size:1.2rem;
	text-align:left;
}

/* SECCION 1 */

#correo, #contrasena, #password_c, #phone, #rfc, #contrasena-rfc, #email, #password {
	background-size: contain;
	background-position: right; 
	background-repeat: no-repeat;
}
#correo, #email {
	background-image: url(../../img/haycash/ico-1.png);
}
#contrasena, #password_c, #password {
	background-image: url(../../img/haycash/ico-2.png);
}
#phone {
	background-image: url(../../img/haycash/ico-3.png);
}

/* SECCION 2 */

.slider-f {
	width: 100%;
}
  
.slider-f::-webkit-slider-thumb, .slider-f:focus::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #FBB960;
  cursor: pointer;
}
 
/* SECCION 3 */
 

input[type="range"] {
	outline: 0;
	border: 0;
	border-radius: 500px;
	width: 400px;
	max-width: 100%;
	margin: 24px 0;
	transition: box-shadow 0.2s ease-in-out; 
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		& {
			overflow: hidden;
			height: 40px;
			-webkit-appearance: none;
			background-color: #ddd;
		}
		&::-webkit-slider-runnable-track {
			height: 40px;
			-webkit-appearance: none;
			color: #444;
			margin-top: -1px;
			transition: box-shadow 0.2s ease-in-out;
		}
		&::-webkit-slider-thumb {
			width: 40px;
			-webkit-appearance: none;
			height: 40px;
			cursor: ew-resize;
			background: #fff;
			box-shadow: -340px 0 0 320px #1597ff, inset 0 0 0 40px #1597ff;
			border-radius: 50%;
			transition: box-shadow 0.2s ease-in-out;
			position: relative;
			// top: 1px;
		}
		&:active::-webkit-slider-thumb {
			background: #fff;
			box-shadow: -340px 0 0 320px #1597ff, inset 0 0 0 3px #1597ff;
		}
	}  
}

#dvActConst {
	width: 75%;
	margin-left: 12.5%;
	line-height: 10em;
	border: 2px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	border-radius: 2px;
    background-image: url(../img/drop-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	vertical-align: bottom;
  }
#dvActConst a {
	text-decoration: none;
	text-transform: uppercase;
	color: #6EC6B5;
}

.drop {
	background-image: url(../img/drop-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
  	outline: 2px solid #FFFFFF;
	width: 75%;
	margin-left: 12.5%;
	margin-top: 30px;
	padding: 20px;
	min-height: 300px;
}

.drop-dragndrop,
.drop-uploading,
.drop-success,
.drop-error {
  display: none;
}
.drop.has-advanced-upload {
  background-color: white;
  outline: 2px dashed black;
  outline-offset: -10px;
}
.drop.has-advanced-upload .drop-dragndrop {
  display: inline;
}
.item {
	width: 100%;
	border-bottom: 2px solid #FFFFFF;
	display: block;
	min-height: 50px;
}
.item-icon {
	width: 20%;
	display: block;
	background-image: url(../../img/haycash/item-ico.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 50px;
	float: left;
}
.item-name {
	width: 60%;
	display: block;
	font-size: .9rem;
	line-height: 50px;
	color: #FFFFFF;
	font-family: 'NewJuneBook', sans-serif;
	font-weight: normal;
	text-align: left;
	min-height: 50px;
	float: left;
}
.item-delete {
	width: 19%;
	display: block;
	min-height: 50px;
	float: left;
}
.btn-delete {
	background-image: url(../../img/haycash/trash-ico.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 50px;
	width: 40px;
	background-color: transparent;
	border: none;
}

/* SECCION 4 */

#rfc {
	background-image: url(../img/ico-1.png);
}
#contrasena-rfc {
	background-image: url(../img/ico-2.png);
}

/* SECCION 5 */

.final {
	text-align: center;
}

.final img {
	width: 25%;
	margin-bottom: 50px;
	
}

/* Login */

.brand {
	text-align: center;
	padding-top: 100px;
}
.brand img {
	width: 80%;
	margin: 0 auto;
}
.login-intro {
	font-size: 1rem;
	color: #FFFFFF;
	font-family: 'NewJuneBold', sans-serif;
	font-weight: bold;
	margin-top: 30px;
	width:100%;
}
.login-data a, .botones a {
	font-size: .8rem;
	color: #6EC6B5;
	font-family: 'NewJuneBook', sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}
.botones a {
	text-align: center;
}

footer {
	position: absolute;
	bottom: 0px;
}

.btn-login {
	background-color: #6EC6B5;
	margin: 0 auto;
}
.btn-login:hover, .btn-login:focus, .btn-login:active {
	background-color: #21B095;
	border: 3px solid #2F374B;
}

.line {
	background-color:#3D4762 !important;
}

#stepper_card{
	border: none !important;
}

input[type=checkbox]{
	width: 25px !important;
	height: 25px !important;
}

.bs-stepper-label {
	font-size:1.5rem;
}

.titSecc {
	font-size:1.2rem;
	width:100%;
	padding-bottom:5px;
}

.nav-link active {
	background-color:#6EC6B5 !important;
}

#cliRFC {
	width: 100%;
	text-align:center;
	font-weight: bold;
	margin:15px 0;
	font-size: 1.1rem;
}

.icon_status_check:after {
	content: '';
	display: inline-block;
	align-self: center;
	background: url('../../img/comprobado.png');
	background-size: 30px 30px;
	width: 30px; 
    height: 30px;
}

.icon_status_cancel:after {
	content: '';
	display: inline-block;
	align-self: center;
	background: url('../../img/cancelar.png');
	background-size: 30px 30px;
	width: 30px; 
    height: 30px;
}

.icon_status_wait:after {
	content: '';
	display: inline-block;
	align-self: center;
	background: url('../../img/stopwatch.png');
	background-size: 30px 30px;
	width: 30px; 
    height: 30px;
}

.icon_status_arrow:after {
	content: '';
	display: inline-block;
	align-self: center;
	background: url('../../img/right-arrow.png');
	background-size: 30px 30px;
	width: 30px; 
    height: 30px;
}

.background_haycash {
	background-color:#323B52;
	border-radius: 5px;
}

.background_haycash_g {
	background-color:#3D4762;
	border-radius: 5px;
}

.card-outline {
	border-top: solid 3px #3F4E65 !important;
}

.text_hc_1 {
	color:#3D4762;
	font-weight:600;
	font-size:.9rem;
}

.text_hc_2 {
	font-weight:600;
	font-size:1.2rem;
}

.alert_amount {
	color:red;
}

.txtLogin {
	margin-bottom:5px;
}

.isLink {
	cursor: pointer;
}

.msg001 {
	color:#FFF;
	font-size:1.2rem;
	text-align:center;
	margin-bottom:10px;
	width:100%;
}

.linkAttend:hover {
	background-color:red !important;
}

.tdSmall {
	width:50px !important;
}

.card-status {
	width:90%;
}

.headTitle {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.02em;
	text-align: right;
	color: #FBB960;

}

.headerContent {
	background: rgba(61, 71, 98, 0.1);
}

.headerContentItem {
	border-right: 1px solid #000!important;
}

.selCtrlCredits {
	border: 3px solid #2F374B;
	border-radius: 20px;
	height:58px;
	width:252px
}

.lbl1 {
	font-size: 24px;
	font-weight: 300;
	line-height: 16px;
	letter-spacing: -0.06em;
	text-align: left;
	color:#FBB960;
	margin-bottom:2px;
	;
}

.btn_hc {
	width: 250px !important; 
	height: 54px !important; 
	color: #FFF !important;
	border-radius: 20px;
	border: 1px solid #2F374B;
	background-color:#6EC6B5;
}

.btn_hc_sec {
	width: 250px !important; 
	height: 54px !important; 
	border-radius: 20px;
	border: 1px solid #2F374B;
}

.creditDesc {
	padding-bottom: 20px;
	font-size:20px;
}

.lblCd {
	font-weight: 600;
}

.titChart {
	font-size:20px;
	font-weight: 800px;
	letter-spacing: 3px;
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) { 
	.header-logo {
		max-height: 3rem;
		margin: 0 0 20px 0;
	}
	.indice-num-off, .indice-nom-off {
		display: none;
	}
	.contexto {
		position: absolute;
		top: 170px;
		right: 0px;
	}
	.btn-prev {
	display: none;
	}
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) { 
	.header-logo {
		max-height: 3rem;
		margin: 0 0 20px 0;
	}
	.indice-num-off, .indice-nom-off {
		display: none;
	}
		.contexto {
		position: absolute;
		top: 155px;
		right: 0px;
	}
		.btn-prev {
	display: none;
}
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) { 
	.indice {
		font-size: .7rem;
	}
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {  }

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) { ... }

/* FONTS */

@font-face {
	font-family: 'NewJuneBook';
	src: url('NewJune-Book.woff2') format('woff2'),
		url('NewJune-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'NewJuneBold';
	src: url('NewJune-Bold.woff2') format('woff2'),
		url('NewJune-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}