body {
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	font-family: Arial, \Helvetica Neue\,Helvetica, sans-serif;
	line-height: 1.2;
	color: #000000;
}
.text-login {
	color: #000000;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
	text-align: center;
}
.input-login {
	border: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
	background-color: #BCBEC0;
	width: 290px;
	text-align: center;
}
.label-login {
	color: #000000;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
	text-align: center;
}
.botom-login {
	width: 100%;
	text-align: center;
	background-color: #000000;
	padding: 10px 0px;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
}
::placeholder {
 color: #000000;
 font-size: 11px;
 font-style: normal;
 font-weight: 700;
 font-variant: normal;
 text-align: center;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000000;
 font-size: 11px;
 font-style: normal;
 font-weight: 700;
 font-variant: normal;
 text-align: center;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #000000;
 font-size: 11px;
 font-style: normal;
 font-weight: 700;
 font-variant: normal;
 text-align: center;
}
.textodetalle {
	color: #000000;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}
.textodetallemodal {
	color: #000000;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 9.5px;
}
.botom-detalle{	
	text-align: center;
	background-color: #000000;
	padding: 10px 0px;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	width: 150px;
	margin: 0px auto;
	}
.space-vertical{
	height:10px;
	}
.wizard {
	width: 80%;
	margin: 0px auto;
}
.container-step {
	display: table;
	width: 100%;
}
.non-selectable {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.has-error .form-control {
	border: solid 1px #C2020A;
	-webkit-box-shadow: 0px 0px 10px 3px rgba(196, 176, 108, 1);
	-moz-box-shadow: 0px 0px 10px 3px rgba(196, 176, 108, 1);
	box-shadow: 0px 0px 10px 3px rgba(196, 176, 108, 1);
}
.has-error .form-control:focus {
	border: solid 1px #C2020A;
	-webkit-box-shadow: 0px 0px 10px 3px rgba(196, 176, 108, 1);
	-moz-box-shadow: 0px 0px 10px 3px rgba(196, 176, 108, 1);
	box-shadow: 0px 0px 10px 3px rgba(196, 176, 108, 1);
}
.modal-loading {
	visibility: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	z-index: 99999;
	width: 100%;
	background-color : rgba(255, 255, 255, 0.5);
	text-align: center;
}
.modal-messageboxmain, .modal-messageboxmainf {
	background-color: rgba(224,224,224,0.7);
	bottom: 0;
	color: #000;
	display: flex;
	justify-content: center;
	left: 0;
	padding: 15px;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	z-index: 2;
}
.modal-messageboxmain {
	z-index: 99990;
}
.modal-messageboxcontainer, .modal-messageboxcontainerf {
	max-height: 500px;
	margin: auto;
	margin-top: -5px;
	padding: 0px;
	overflow-y: auto;
}
.modal-messageboxtext, .modal-messageboxicon, .modal-messageboxtextf {
	display: block;
	font-size: 12px;
	padding: 0px 10px 10px 10px;
	text-align: justify;
	vertical-align: middle;
	word-wrap: break-word;
}
.modal-messageboxtext {
	color: #666666;
	width: 100%;
}
.modaldivclose {
	visibility: hidden;
	text-align: end;
	z-index: 1000;
}
.modaldivclosef {
	text-align: end;
	z-index: 1000;
}
.modaldivok, .modaldivokf {
	padding: 0px 0px 10px 0px;
}
.modal-contenedor, .modal-contenedorf {
	background: #fff;
	border-radius: 10px;
	max-width: 500px;
	/*width:500px;*/
	margin: auto;
	text-align: center;
}
i {
	color: #000000;
	cursor: pointer;
}
.closeiconremove {
	font-size: 25px;
}
.closeiconremovef {
	font-size: 25px;
}
.closeiconok {
	background: #000000;
	border: solid 1px;
	border-radius: 10px;
	color: #fff;
	padding: 8px 15px 5px 15px;
	cursor: pointer;
	font-size: 13px;
}
.aceptariconokf {
	background: #000000;
	border: solid 1px;
	color: #FFFFFF;
	padding: 8px 15px 5px 15px;
	cursor: pointer;
	font-size: 11px;
}
.texticonok, .texticonokf {
	cursor: pointer;
	font-family: Arial, Helvetica, Verdana, Trebuchet, Tahoma, Futura;
	font-size: 14px;
	margin-left: 3px;
}
.glyphicon-alert:before {
	color: #c0c4c6;
	/*content:"\e101";*/                   
	font-size: 48px;
}
/*input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}*/
/* Firefox */
/*input[type=number] {
	-moz-appearance: textfield;
}*/
.modal-messageboxcontainer::-webkit-scrollbar {
 width: 8px;
}
.modal-messageboxcontainer::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
}
.modal-messageboxcontainer::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
}
.msj-confirmacion {
	display: none;
}
.loader, .loader:after {
	border-radius: 50%;
	width: 7em;
	height: 7em;
}
.loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(0, 81, 146, 0.7);
	border-right: 1.1em solid rgba(0, 81, 146, 0.7);
	border-bottom: 1.1em solid rgba(0, 81, 146, 0.7);
	border-left: 1.1em solid rgba(223, 228, 239, 0.7);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.img-header, .container-footer, .container-body, .container-body-text {
	border: 0;
	width: 100%;
	height: auto;
	max-width: 500px;
	text-decoration: none;
}
.img-header {
	pointer-events: none;
}
.img-footer {
	pointer-events: none;
	width: 100%;
	height: auto;
}
.container-footer {
	height: 54px;
	background: #000000;
	margin: 0px auto;
	text-align: center;
	padding: 10px 0px;
}
.container-body-text {
	margin: 0px auto;
	text-align: justify;
	word-wrap: break-word;
}
.container-body {
	/*background: #000000;*/
	margin: 0px auto;
}
.padding-0 {
	padding-right: 0px;
	padding-left: 0px;
}
.cpn-body-check, .cpn-body-envio {
	height: 100vh;
	max-height: 127px;
}
.cpn-input-check {
	margin: 50px 45%;
}
.cpn-img-cupo {
	height: 100%;/*max-height: 119px;*/
}
.cpn-img-img-cupo {
	height: 100%;
	max-width: 208px;
}
:focus {
	outline: none;
}
/* necessary to give position: relative to parent. */
.input-login {
	color: #333;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 1px;
}
.effect-1 {
	border: 0;
	/*padding: 7px 0;*/ 
	border-bottom: 1px solid #ccc;
}
.effect-1 ~ .focus-border {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #8d7632;
	transition: 0.4s;
}
.effect-1:focus ~ .focus-border {
	width: 100%;
	transition: 0.4s;
}
.color-title1 {
	color: #000000;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
}
 @-webkit-keyframes load8 {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes load8 {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.textValidacion {
	color: #C2020A;
}
.add-border {
	padding-left: 0;
	padding-right: 0;
	border-bottom: 3px solid #000;
}
/*Paginacion*/
.holder {
	margin: 15px 0;
	display: inline-block;
}
.holder a {
	font-size: 10px;
	cursor: pointer;
	margin: 0px 1px;
	color: #333;
	padding: 3px 8px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
}
.holder a:hover {
	background-color: #000000;
	color: #fff;
	font-weight: bold;
}
.holder a.jp-previous {
	margin-right: 0px;
}
.holder a.jp-next {
	margin-left: 15px;
}
.holder a.jp-current, a.jp-current:hover {
	display: inline-block;
	padding: 3px 8px;
	background-color: #000000;
	color: #fff;
	font-weight: bold;
}
.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}
/* .holder a.jp-current, a.jp-current:hover, numero de paginacion*/
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default;
	background: none;
}
.holder span {
	margin: 0 5px;
}
#step2 {
	display: none;
}
.rowscuponesheadercenter, .rowscuponesheaderleft {
	color: #fff;
	background-color: #000000;
	font-size: 10.5px;
	padding: 3px 0px;
}
.rowscuponesheadercentersup {
	color: #000;
	font-weight: bold;
}
.rowscuponescenter, .rowscuponesleft {
	border-bottom: 1px solid #555;
	font-size: 10pt;
}
/*.divtablerow{
    background: #000000;
}
.divtablerow:nth-child(even) {
    background: #F5C8BF;
}*/
.rowscuponescenter, .rowscuponesheadercenter {
	text-align: center;
}
.rowscuponesleft, .rowscuponesheaderleft {
	text-align: left;
}
.rowscuponesright, .rowscuponesheaderright {
	text-align: right;
}
.padding-top {
	padding: 5px 0px;
}
.asignar-input {
	background-color: #ffffcc;
	border: 0.5px solid #ccc;
	height: 20px;
	text-align: end;
	width: 100%;
}
.icon-whatsapp {
	width: 50px;
	height: 50px;
	left: 75%;
	top: 77%;
	position: fixed;
	z-index: 100;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
}
.whatsapp-icon {
	margin-top: 9px;
	color: #FFF;
}
.icon-whatsapp-form {
	width: 50px;
	height: 50px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
}
#wsp-form, #msg-wsp {
	display: none;
}
@media screen and (max-width: 500px) {
.wizard {
	width: 95%;
}
.wizard .nav-tabs {
	width: 30%;
}
.modal-container-messagebox {
	margin: 45% auto;
}
.img-footer {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 5px 0px;
}
.cpn-body-check {
	height: 100vh;
	max-height: 300px;
}
.cpn-input-check {
	margin: 90px 45%;
}
.cpn-title-check {
	margin: 0px 45%;
}
.cpn-img-img-cupo {
	height: 100%;
	max-width: 85%;
}
.rowscuponescenter, .rowscuponesleft {
	font-size: 8pt;
	height: 50px;
}
.rowsgrupocuponesleft {
	text-align: left;
	font-size: 8pt;
}
.rowsgrupocuponescenter {
	text-align: center;
	font-size: 8pt;
}
.rowscuponesheaderleft, .rowscuponesheadercenter {
	font-size: 8pt;
}
.icon-whatsapp {
	left: 83%;
}
.whatsapp-icon {
	margin-top: 10px;
}
.label-orientacion-login {
	text-align: center;
}
.text-size{
	text-align:center;
	max-width:110px;
	font-size:8px;
	}
}
@media (min-width: 501px) and (max-width: 800px) {
.wizard {
	width: 95%;
}
.modal-container-messagebox {
	margin: 35% auto;
}
.img-footer {
	display: flex;
	width: 40%;
	height: auto;
	margin: 0px auto;
	padding: 5px 0px;
}
.cpn-img-cupo {
	height: 100%;
}
.rowscuponescenter, .rowscuponesleft {
	font-size: 10pt;
	height: 50px;
}
.rowscuponesheaderleft, .rowscuponesheadercenter {
	font-size: 8pt;
}
.icon-whatsapp {
	left: 90%;
}
.rowsgrupocuponesleft {
	text-align: left;
	font-size: 7pt;
}
.rowsgrupocuponescenter {
	text-align: center;
	font-size: 7pt;
}
.label-orientacion-login {
	text-align: right;
}
.modal-contenedorf{
	width:400px;
	}
}
 @media screen and (min-width: 801px) {
.img-footer {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 5px 0px;
}
.rowscuponescenter, .rowscuponesleft {
	/*font-size: 10pt;*/
	height: 50px;
}
.rowsgrupocuponesleft {
	text-align: left;
	font-size: 8pt;
}
.rowsgrupocuponescenter {
	text-align: center;
	font-size: 8pt;
}
.label-orientacion-login {
	text-align: right;
}
}
