html, body {
	font-family: "BBVAWebLight-Regular", "Arial-MT", "Sans-Serif";
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.error-page {
	font-size: 20px;
}

.hs-message-final {
	font-size: 1.5em;
}

.icono-documento {
    background-image: url(../img/icons/document-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    width: 16px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.hst-congrats-final.hst-message-center {
/*     background-image: url("../img/ahorro.png"); */
/*     background-position: center 10px; */
/*     background-repeat: no-repeat; */
/*     background-size: 250px auto; */
    padding-top: 140px;
}

.hst-congrats-final-plin.hst-message-center-plin {
/*     background-image: url("../img/ahorro.png"); */
/*     background-position: center 10px; */
/*     background-repeat: no-repeat; */
/*     background-size: 250px auto; */
    padding-top: 120px;
}

.hst-notAccount-final.hst-message-center {
	padding-top: 140px;
}

.hst-notClient-final.hst-message-center {
	padding-top: 140px;
}

.hst-congrats-final, .hst-dupe-final, .hst-error-final {
	display: none;
}

.hst-congrats-final.active, .hst-dupe-final.active, .hst-error-final.active {
	display: block;
}

.error-page .espacio95 {
	padding-bottom: 95px;
}

.hst-page-title {
	color: #0070c0;
	font-family: BBVAWebBook-Regular;
	font-size: 20px;
	min-height: 50px;
	letter-spacing: 0px;
	padding-top: 20px;
	padding-bottom: 5px;
	vertical-align: middle;
	z-index: 100;
	line-height: 200%;
	text-align: center;
	visibility: hidden;
}

.hst-page-title.active {
	visibility: visible;
}

@media(min-width:768px) {
	.hst-page-title {
		font-size: 24px;
		font-weight: bold;
	}	
}

.hst-middleScreen {
	display: none;
}

.hst-image-panel.inicio {
	padding-top: 30px;
}

.hst-adjustment.inicio {
	max-width: 460px;
	padding-top: 20px;
}

.hst-title.inicio {
	margin-bottom: 20px;
}

.hst-title.inicio h1 {
	font-size: 22px;
	color: #00a2eb;
	line-height: 1.2;
}

.hst-title.inicio h1 strong {
	color: #0070c0;
}

.hst-title.inicio h2 {
	font-size: 16px;
	color: #00a2eb;
	line-height: 1.2;
}

.hst-terms span {
	width: 100%;
}

.hst-more.inicio strong {
	font-family: "BBVAWebBook-Regular";
}

.hst-no-padding {
	padding: 0;
}

.hst-no-margin {
	margin: 0;
}

.hst-transition {
	visibility: hidden;
	opacity: 0;
	height: 0px;
	overflow: hidden;
	transition: visibility 0s, opacity 0.5s linear;
}

.hst-transition.active {
	visibility: visible;
	opacity: 1;
	height: auto;
	transition: visibility 0s, opacity 0.5s linear;
}

.hst-transition:nth-child(1) {
	display: block;
}

/*-- Inputs Custom --*/
input[type=text] {
	font-family: "BBVAWebLight-Regular";
	font-size: 16px;
	color: #064CA4;
	border-color: #DDDDDD;
	width: 100%;
}

input[type=email] {
	font-family: "BBVAWebLight-Regular";
	font-size: 16px;
	color: #064CA4;
	border-color: #DDDDDD;
	width: 100%;
}

input[type=number] {
	font-family: "BBVAWebLight-Regular";
	font-size: 16px;
	color: #064CA4;
	border-color: #DDDDDD;
	width: 100%;
	-moz-appearance:textfield;
	
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
	{
	-moz-appearance:textfield;
	-webkit-appearance: none;
	margin: 0;
}

/*-- FIN Inputs Custom --*/
.bt, .bt:hover, .bt:visited, .bt:link, .bt:active {
	font-family: "BBVAWebLight-Regular";
	font-weight: bold;
	font-size: 15px;
	height: 40px;
	line-height: initial;
	background: #0079c1; /* Old browsers */
	background: -moz-linear-gradient(top, #0079c1 0%, #00559D 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0079c1),
		color-stop(100%, #00559D)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0079c1 0%, #00559D 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0079c1 0%, #00559D 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0079c1 0%, #00559D 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #0079c1 0%, #00559D 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079c1',
		endColorstr='#00559D', GradientType=0); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border-radius: 6px;
	display: inline-block;
	zoom: 1;
	color: #fff;
	border: 1px solid #1867AC;
	cursor: pointer;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 20px;
	letter-spacing: 0px;
	text-decoration: none;
	background-image: linear-gradient(-180deg, #0071BF 0%, #004D9C 100%);
}

.bt:disabled {
	cursor: not-allowed;
	background-image: linear-gradient(-180deg, #E9E9E9 0%, #CFCFCF 100%);
	border: 1px solid #DCDCDC;
	border-radius: 6px;
	font-family: "BBVAWebLight-Regular";
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF !important;
	letter-spacing: 0px;
}

.btVerde{
	background: #58bf00; /* Old browsers */
	background: -moz-linear-gradient(top,  #58bf00 0%, #4a9900 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#58bf00), color-stop(100%,#4a9900)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #58bf00 0%,#4a9900 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #58bf00 0%,#4a9900 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #58bf00 0%,#4a9900 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #58bf00 0%,#4a9900 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58bf00', endColorstr='#4a9900',GradientType=0 ); /* IE6-9 */
	border: 1px solid #4a9900;
}

.btVerde:hover{
	background: #0069b1; /* Old browsers */
	background: -moz-linear-gradient(top,  #4da306 0%, #49a300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4da306), color-stop(100%,#49a300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4da306 0%,#49a300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4da306 0%,#49a300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4da306 0%,#49a300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4da306 0%,#49a300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da306', endColorstr='#49a300',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);

	border: 1px solid #49a300;
}

/*-- CheckBoxMask --*/
.checkbox label {
	padding-left: 0;
}

.checkbox label input[type="checkbox"] {
	display: none;
}

.checkbox .checkMask {
	width: 18px;
	height: 18px;
	border: 1px solid #b1b1b1;
	border-radius: 1px;
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 4px;
	margin-top: 1px;
}

.checkMaskIcon {
	position: absolute;
	font-size: 13px;
	left: 1px;
}

.checkbox label input[type="checkbox"]+.checkMask>.checkMaskIcon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.checkMask>.checkMaskIcon
	{
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
}

.checkbox a, .checkbox a:hover, .checkbox a:focus {
	text-decoration: none;
	cursor: pointer;
	color: black;
}

.checkbox a:focus, .checkbox a:hover {
	color: #23527c;
}

.hst-more.inicio a {
	text-decoration: none;
	cursor: pointer;
	color: #333;
}

.hst-more.inicio a:focus, .hst-more.inicio a:hover {
	
}

/*-- FIN CheckBoxMask --*/

/*-- Bootstrap Select Custom --*/
.bootstrap-select {
	width: 100% !important;
	border-radius: 1px;
}

.bootstrap-select .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus
	{
	outline: none !important;
}

.bootstrap-select button {
	width: 100% !important;
	text-align: center;
	background: #2a86ca none repeat scroll 0 0 !important;
	color: #ffffff !important;
	box-shadow: inset 0px 3px 0px 0px #4670ac !important;
	margin-bottom: 0 !important;
}

.bootstrap-select button .filter-option {
	text-align: center !important;
}

.bootstrap-select button .glyphicon {
	font-size: 15px;
	right: 35px;
}

.bootstrap-select button .bs-caret {
	display: inline;
	color: #c3c0c0;
}

.bootstrap-select button.btn-secondary {
	background: #E9E9E9 !important;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.09) !important;
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.09) !important;
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.09) !important;
	margin: 0;
	font-family: "StagSansBook", sans-serif;
	font-size: 14px;
	color: #143F9F !important;
	background: linear-gradient(-180deg, #ffffff 0%, #f6f8f9 100%)
		!important;
	border: 1px solid #DEE9F2;
	border-radius: 5px;
	padding: 9px 34px 9px 12px;
	line-height: 1em;
}

.bootstrap-select button.btn-secondary .glyphicon {
	width: 34px;
	height: 32px;
	line-height: 34px;
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #DEE9F2;
	color: #DEE9F2;
}

.bootstrap-select button.btn-secondary.btn-left .filter-option {
	text-align: left !important;
	/*       agregados para bootstrap */
	font-family: "BBVAWebBook-Regular" !important;
	font-size: 14px !important;
	outline: none !important; /* remove focus ring from Webkit */
	color: #143F9F !important;
}

.bootstrap-select .dropdown-menu {
	width: 100%;
	border-radius: 0 !important;
	margin: 0;
}

.bootstrap-select.open .dropdown-toggle {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.bootstrap-select.btn-group .dropdown-menu li a {
	/*       agregados para bootstrap */
	font-family: "BBVAWebBook-Regular" !important;
	font-size: 13px !important;
	outline: none !important; /* remove focus ring from Webkit */
	color: #143F9F !important;
}
/*-- FIN Bootstrap Select Custom --*/
@media ( max-width : 900px) {
	.hst-middleScreen {
		display: block;
	}
	.hst-no-middleScreen {
		display: none;
	}
}

@media ( max-width : 767px) {
	.hst-no-mobile {
		display: none;
	}
	.hst-congrats-final.hst-message-center {
		padding-top: 100px;
	}
	.hst-notAccount-final.hst-message-center {
		padding-top: 100px;
	}
	.hst-notClient-final.hst-message-center {
		padding-top: 100px;
	}
}

.d-inline-block {
	display: inline-block;
}

.mensajeErrorGenerico {
	text-align: center;
	background-color: #F7E9E9;
	border: 1px solid #CA215F;
	border-radius: 5px;
	padding: 5px;
	font-family: BBVAWebBook-Regular;
	font-size: 14px;
	color: #D54E7F;
	letter-spacing: 0px;
}

input.text-error-input {
	background-color: #F7E9E9 !important;
	border-color: #F4CCDF;
	color: #C4136C !important;
}

@media(min-width:768px) {
	.modal-dialog{
		width:90%;
	}
}


.font-bold {
	font-weight:bold;
}

/**
  * de bootstrap v4 alpha
*/
.align-middle{
	vertical-align:middle;
}

.form-control::placeholder {
	color: #064CA4;
}