html {
	min-height: 100%;
	position: relative;
}

main {
	min-height: 80%;
}

.font-serif {
	font-family: sans-serif !important;
}

body {
	font-family: 'Barlow' !important;
	color: #444444 !important;
	margin: 0;
	margin-bottom: 70px !important;
	font-size: 16px !important;
}


select {
	background-image: url(../img/DesplegableVerde.png);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 100%;
	background-color: transparent;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	text-align-last: center;
}

.qnt-styles select {
	margin: 0;
	width: 80%;
	background-position: 95%;
	height: 40px;
	background-image: url(../img/down-chevron.svg);
	background-size: 15px;
	border: 2px solid #1371ab;
	font-size: 0.8em;
	text-align-last: center;
	padding: 0 9px;
	border-radius: 0.25em;
}

.qnt-styles select:focus {
	outline-color: rgba(0, 114, 174, 0.8);
}

input {
	border: 2px rgba(0, 114, 174, 0.8) solid;
	background: #FEFEFE;
	border-radius: 0.25em;
	padding: 6px;
}

input:disabled {
	background: #F8F8F8
}

input:focus {
	outline-color: rgba(0, 114, 174, 0.8);
}

.qnt-btn-blue {
	background-color: #1976d2;
	border-color: #1976d2;
}

.qnt-btn-blue>div {
	background: #FFFFFF;
	border: 4px #0072AE solid;
}

.qnt-btn-blue>div>div {
	background: #0072AE;
	border: 1px #FFFFFF solid;
}

.qnt-btn-green {
	background: #7FC200;
	border-color: #7FC200;
}

.qnt-btn-green>div {
	background: #FFFFFF;
	border: 4px #7FC200 solid;
}

.qnt-btn-green>div>div {
	background: #7FC200;
	border: 1px #FFFFFF solid;
}

.qnt-btn-blue.focus,
.qnt-btn-blue:focus,
.qnt-btn-green:focus {
	box-shadow: unset;
}

.qnt-btn-blue .fa-angle-double-right,
button div i.fa-angle-double-right {
	text-align: left;
	font-size: 2.5em;
	vertical-align: middle;
	color: white;
}

button[type="submit"].rounded {
	border-radius: 0.50rem !important;
}

button[type="submit"],
button[type="submit"]>span {
	font-size: 18px !important;
	font-weight: 700;
}

.fa-calendar {
	font-size: 2em;
}

.icoDownload,
.icoDownloadAll {
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center;
	cursor: pointer;
	height: 30px;
	width: 30px;
	z-index: 2;
}

.fa i.fa-download {
	font-size: 1.5em;
}

.icoDownloadAll {
	background-position: right;
	background-size: 20px;
	height: 20px;
	width: 20px;
}

#btnSave,
#btnSend,
#btnNext,
.btnSize {
	width: 200px;
}

#btnSave {
	width: 15em;
	margin-bottom: 2em;
}

#btnNext,
#btnPrev {
	width: 15em;
	max-width: 100%;
}

.btnRight {

	width: 260px;
}

.infoText {
	position: absolute;
}

.bottonButtons {
	position: absolute;
	bottom: 60px;
	width: 100%;
	background-color: #F2F2F2;
	color: white;
}

.form-input {
	border: 0px solid;
	border-bottom: 1px solid;
	width: 100%;
}

/*end register view*/

.container-fuid {

	padding: 0 15px;
}

.under-line {
	border-bottom: 1px solid;
}

.blue-text {
	color: #0072AE;
}

.bg-blue {
	background-color: #0072AE;
}

.pencil {
	background-image: url(../img/Lapiz.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 100% 90%;
	cursor: pointer;
}

.btn-warning {
	color: #FFF;
}

.btnGreen {
	background: #7FC200 !important;
	border: 1px solid #7FC200 !important;
}

.modal-content {
	border-radius: 0px !important;
}

.text-green {
	color: #7FC200;
}

.font36 {
	font-size: 36px !important;
}

.font30 {
	font-size: 30px !important;
}

.font28 {
	font-size: 28px !important;
}

.font22 {
	font-size: 22px !important;
}

.font20 {
	font-size: 20px !important;
}

.font18 {
	font-size: 18px !important;
}

.font14 {
	font-size: 14px !important;
}

.font12 {
	font-size: 12px !important;
}

.font10 {
	font-size: 10px !important;
}


.text-grey {
	color: #444444 !important;
}


.overAuto {
	overflow: auto;
}

.field .field__input {
	padding: 18px 10px 6px 9px;
}

.field label:not(.cw-form-select__label) {
	display: block;
	font-weight: 400;
	text-transform: none;
	position: absolute;
	height: 50px;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1;
	font-size: 16px;
	text-align: left;
	line-height: 1.8em;
	margin: 0;
	padding: 10px;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.field__input,
.field__wrapper {
	width: 100%;
}

.field--content label:not(.cw-form-select__label),
.field--focus label:not(.cw-form-select__label),
.field--placeholder label:not(.cw-form-select__label) {
	height: auto;
	line-height: 1em;
	font-size: 14px;
	top: -5px;
	padding: 7px 0 0 10px;
}

.hide {
	display: none;
}

.formulario .radio label {
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	position: relative;
	padding: 10px 15px 5px 51px;
	font-size: 1em;
	border-radius: 5px;
}

.formulario .radio label:before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	position: absolute;
	left: 15px;
	border-radius: 50%;
	background: none;
	border: 2px solid #FFFFFF;
}

.formulario input[type="radio"]:checked+label:before,
.formulario input[type="checkbox"]:checked+label:before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	position: absolute;
	left: 15px;
	border-radius: 50%;
	background: none;
	border: 7px solid #FFFFFF;
}

input.custom-range {
	width: 60%;
}

input.custom-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	/* Override default look */
	appearance: none;
	width: 30px;
	/* Set a specific slider handle width */
	height: 17px;
	/* Slider handle height */
	cursor: pointer;
	/* Cursor on hover */
}

input.custom-range::-moz-range-thumb {
	width: 30px;
	/* Set a specific slider handle width */
	height: 17px;
	border-radius: 50%;
	cursor: pointer;
}

.benefits {
	min-height: 17rem;
}

i img {
	width: 60px;
}

/* List number*/
.number-circle-list {
	list-style: none;
	padding-left: 1rem;
	counter-reset: circle-counter;
}

.number-circle-list--list-item {
	counter-increment: circle-counter;
	margin-bottom: 0.25rem;
	display: flex;
}

.number-circle-list--list-item:before {
	content: counter(circle-counter);
	background-color: #e1e1e1;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	display: inline-block;
	font-size: 1rem;
	color: black;
	text-align: center;
	margin-right: 0.5rem;
	position: relative;
	font-weight: 700;
	top: -2px;
}

.number-circle-list--list-item:last-child {
	margin-bottom: 0;
}

.number-circle-list--list-item .number-circle-list--list-item {
	margin-left: 0.25rem;
}

.number-circle-list--primary-color .number-circle-list--list-item:before {

	background-color: #0072AE;
	color: white;
	padding: 14px;
	padding-top: 8px;
	align-self: center;
}

@media (max-width: 333px) {

	html {
		font-size: 12px !important;
	}

	h1,
	.h1 {
		font-size: 2rem;
	}

	h2,
	.h2 {
		font-size: 1.75rem;
	}

	h3,
	.h3 {
		font-size: 1.5rem;
	}

	h4,
	.h4 {
		font-size: 1.25rem;
	}

	.h5,
	h5 {
		font-size: 1em;
	}

	.description-offer {
		min-height: 8rem;
	}
}


@media (max-width: 375px) {
	footer {
		display: none;
	}
}


@media (min-width: 334px) {
	html {
		font-size: 12px !important;
	}

	.description-offer {
		min-height: 9.3rem;
	}
}

@media (min-width: 576px) {
	html {
		font-size: 13px !important;
	}

	.description-offer {
		min-height: 9rem;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 14px !important;
	}

	.number-circle-list--list-item:before {
		width: 2.5rem;
		height: 2.5rem
	}

	.number-circle-list--primary-color .number-circle-list--list-item:before {
		padding: 8px;
		align-self: center;
	}

}

@media (min-width: 1200px) {
	html {
		font-size: 16px !important;
	}

	button .pl-4,
	button .px-4 {
		padding-left: 1.3rem !important;
	}

	button.pr-4,
	button .px-4 {
		padding-right: 1.3rem !important;
	}
}

.final-row {
	min-height: 4.4rem;
}

.qnt-red-color {
	color: rgb(255, 50, 0);
}

.qnt-grey-bg {
	background-color: #4E4E4E;
}

.bg-light-grey {
	background-color: #F8F8F8;
	border-radius: 16px;
	padding: 0.8rem 0;
}

.qnt-blue-bg {
	background-color: #00a0eb !important;
}

.scrolling-wrapper {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

.scrolling-wrapper-flexbox {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}

.scrolling-wrapper,
.scrolling-wrapper-flexbox {
	margin-bottom: 20px;
	-webkit-overflow-scrolling: touch;
}

.scrolling-wrapper::-webkit-scrollbar,
.scrolling-wrapper-flexbox::-webkit-scrollbar {
	display: none;
}

div i.fa {
	font-size: 1.2em;
}

.green-icons i.fa {
	color: green;
}

.red-icons i.fa {
	color: red;
}

#pageloader {
	background: rgba(255, 255, 255, 0.8);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9999;
	align-items: center;
	justify-content: center;
}

main div .row .bg-page {
	height: 215px;
	background-size: 430px 215px;
	background-position: center;
	align-items: center !important;
	display: flex !important;
}

.bg-page p {
	align-items: center !important;
	color: white;
	text-align: center;
	max-width: 650px;
	margin: auto;
}

.notification-letter {
	max-width: 660px;
	background-color: white;
	margin-top: 13px;
}

.btn-main-container {
	max-width: 750px;
	margin: auto;
}

.bg-validation {
	background: url(../img/mobile/bg_val.png) no-repeat;
}

.bg-offer {
	background: url(../img/mobile/bg_offer.png) no-repeat;
}

.bg-proposal {
	background: url(../img/mobile/bg_proposal.png) no-repeat;
}

.bg-register {
	background: url(../img/mobile/bg_register.png) no-repeat;
}

.bg-resume {
	background: url(../img/mobile/bg_resume.png) no-repeat;
}

.bg-setup {
	background: url(../img/mobile/bg_setup.png) no-repeat;
}

.bg-ticket {
	background: url(../img/mobile/bg_ticket.jpg) no-repeat;
}

.bg-no-debt {
	background: url(../img/mobile/bg_no-debt.jpg) no-repeat;
}

.bg-generic {
	background: url(../img/mobile/bg_generic.jpg) no-repeat;
}

div i.fa.fa-exclamation-triangle,
div i.fa.fa-exclamation-circle,
div i.fa-gift,

div.col-2:has(i.fa) {
	text-align: center;
}

.benefit-img-container i.fa {
	font-size: 1.8em;
	color: #0072AE;
}

.big-numbers {
	font-size: 18px;
	font-weight: 600;
	font-family: sans-serif;
	text-align: right;
}

.big-numbers span {
	font-family: sans-serif;
}

.input-group-append i.fa {
	color: #0072AE;
}

.input-group-prepend i.fa {
	color: #0072AE;
}

/**ERRROR*/
.form-error {
	color: rgb(185, 74, 72);
	font-size: 14px;
	width: 100%;
}

.modal-header {
	border-bottom: 3px solid #0072AE;
}

.modal-dialog .table thead th {
	border-width: 0px;
}

.table td,
.table th {
	border-color: #0072AE;
}

.table tr {
	font-weight: 600;
}

.justify-content-center .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	width: 60px !important;
}

.row>.col-11.mx-auto {
	max-width: 700px;
}

form {
	max-width: 750px;
	margin: auto;
}