html, body {
	font-family: "BBVAWebLight-Regular", "Arial-MT", "Sans-Serif";
}

h1 {
	font-family: "BBVAWebLight-Regular", "Arial-MT", "Sans-Serif";
}

.tooltip-style{
	color:#white;
	background-color: #0079c1;
	font-size: 13px;
}

.wrap {
	max-width: 1400px;
	margin: 0 auto;
}

.error-page {
	font-size: 20px;
}

.hs-text-bolt {
	font-family: "BBVAWebBook-Regular";
	color: #0070c0;
}

.hst-page-title {
	background-color: #2998D4;
	color: #FFFFFF;
	font-family: BBVAWebBook-Regular;
	font-size: 26px;
	min-height: 50px;
	letter-spacing: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	z-index: 4;
}

.hst-page-title span {
	display: none;
}

.hst-form-tittle {
	font-size: 1.7em;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #00a2eb;
}

.hst-for-close {
	position: relative;
}

.hst-closed {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
/* 	height: 100vh; */
/* 	min-height: 50px; */
/* 	max-height: 1000px !important; */
	transition: all 0.5s;
}

.aside-mobile{
	background-color: #F4F4F4;
	padding: 15px;
}

.aside-mobile .aside-titulo h1{
	margin-top: 10px;
	margin-bottom: 6px;
	font-family: BBVAWebBook-Regular;
    font-size: 30px;
    color: #121212;
    letter-spacing: 0px;
    line-height: 110%;
}
.aside-mobile .icon-check{
	width: 25px;
}
.aseide-mobile .aside-bcrums .texto{
	font-family: BBVAWebBook-Regular;
    font-size: 12px;
    color: #003A8C;
    letter-spacing: 1px;
}

.hst-seccion h1.hst-form-tittle {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: #00a2eb;
}

.hst-middleScreen {
	display: none;
}

.hst-no-padding {
	padding: 0;
}

.hst-no-margin {
	margin: 0;
}

.bbva-aside {
	background-color: #F4F4F4;
	font-family: "BBVAWebLight-Regular";
}

.bbva-aside .icon-check {
	width: 25px;
	margin-top: 24px;
}



.aside-titulo h1 {
	font-family: "BBVAWebBook-Regular";
	font-size: 28px;
	color: #121212;
	letter-spacing: 0px;
	line-height: 110%;
	margin-bottom: 0px;
}

.aside-leyenda p {
	font-size: 15px;
	color: #3F3F3F;
	letter-spacing: 0px;
	line-height: 1.125;
}

.leyenda-beneficios {
	font-family: "BBVAWebBook-Regular";
	font-size: 15px;
	color: #3F3F3F;
	line-height: 16px;
}

.ben-item {
	padding-bottom: 15px;
}
.hst-content-icon{
	margin-top: -5px;
}
.hst-icon-li{
	font-size: 30px;
	color: #003D8E;
}

.beneficio-titulo {
	font-family: BBVAWebBook-Regular;
	font-size: 15px;
	color: #3F3F3F;
	line-height: 16px;
}

.beneficio-texto {
	font-size: 14px;
	color: #6C6565;
	font-weight: normal;
	padding-left: 15px;
	padding-top: 5px;
	line-height: 1.125;
}

.aside-beneficios .text-extra {
	font-size: 13px;
	padding-bottom: 30px;
}

.hst-center-attention {
	margin-top: 10%;
	margin-bottom: 10px;
	transition: all 1s;
}

.hst-dropbox {
	padding-top :21px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 21px;
	
}

.hst-center-attention-datos-vehiculo {
	margin-top: 10%;
	margin-bottom: 10px;
	transition: all 1s;
}

.hst-center-attention-aside {
	margin-top: 10%;
}

.hst-form {
	padding-top: 15px;
	border-radius: 2px;
	background: #fff;
}

.autoriza-trata-datos{
	font-size: 14px;
}

.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;
}

.trata-datos-titulo {
	font-size: 17px;
}

.error-sms {
	margin-top: -20px;
	color: rgb(213, 0, 0);
	font-size: 12px;
}

.iconoTooltip {
	width: auto;
	height: 16px;
}

/*-- Sombras de elevacion --*/
.shadow-left-4dp {
	box-shadow: 3px -3px 4px 0 rgba(0, 0, 0, 0.14);
}

.shadow-transition: {
	transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.shadow-none: {
	box-shadow: none;
}

.shadow-elevation-2dp {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0
		rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.shadow-elevation-3dp {
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0
		rgba(0, 0, 0, 0.12), 0 3px 3px -2px rgba(0, 0, 0, 0.4);
}

.shadow-elevation-4dp {
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0
		rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
}

.shadow-elevation-6dp {
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0
		rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
}

.shadow-elevation-8dp {
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px
		rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
}

.shadow-elevation-12dp {
	box-shadow: 0 12px 16px 1px rgba(0, 0, 0, 0.14), 0 4px 22px 3px
		rgba(0, 0, 0, 0.12), 0 6px 7px -4px rgba(0, 0, 0, 0.4);
}

.shadow-elevation-16dp {
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px
		rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
}

.shadow-elevation-24dp {
	box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px
		rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.4);
}

.shadow-z-depth-1 {
	box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0
		rgba(0, 0, 0, 0.24);
}

.shadow-z-depth-2 {
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16), 0 3px 3px 0
		rgba(0, 0, 0, 0.23);
}

.shadow-z-depth-3 {
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.19), 0 6px 3px 0
		rgba(0, 0, 0, 0.23);
}

.shadow-z-depth-4 {
	box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.25), 0 10px 5px 0
		rgba(0, 0, 0, 0.22);
}

.shadow-z-depth-5 {
	box-shadow: 0 19px 9px 0 rgba(0, 0, 0, 0.30), 0 15px 6px 0
		rgba(0, 0, 0, 0.22);
}
/*-- FIN Sombras de elevacion --*/

/*-- Bordes --*/

.hst-border-bottom{
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.hst-border-top{
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.hst-border-top-bottom{
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.hst-border-left{
	border-left: 1px solid rgba(0, 0, 0, .1);
}

.hst-border-right{
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.hst-border{
	border: 1px solid rgba(0, 0, 0, .1);
}

/*-- FIN Bordes --*/

/*-- Inputs Custom --*/
input[type=text] {
	font-family: "BBVAWebLight-Regular";
	font-size: 14px;
	color: #064CA4;
	border-color: #DDDDDD;
	width: 100%;
}

input[type=email] {
	font-family: "BBVAWebLight-Regular";
	font-size: 14px;
	color: #064CA4;
	border-color: #DDDDDD;
	width: 100%;
}

input[type=number] {
	font-family: "BBVAWebLight-Regular";
	font-size: 14px;
	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;
}

input.text-error-input {
	background-color: #F7E9E9 !important;
	border-color: #F4CCDF;
	color: #C4136C !important;
}
/*-- FIN Inputs Custom --*/
/*-- Button 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 !important;
	/* Old browsers */
	background: -moz-linear-gradient(top, #0079c1 0%, #00559D 100%)
		!important;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0079c1),
		color-stop(100%, #00559D)) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0079c1 0%, #00559D 100%)
		!important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0079c1 0%, #00559D 100%) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0079c1 0%, #00559D 100%)
		!important;
	/* IE10+ */
	background: linear-gradient(to bottom, #0079c1 0%, #00559D 100%)
		!important;
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0079c1',
		endColorstr='#00559D', GradientType=0) !important;
	/* 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 !important;
	cursor: pointer;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
	padding: 10px 20px;
	letter-spacing: 0px;
	text-decoration: none;
	background-image: linear-gradient(-180deg, #0071BF 0%, #004D9C 100%)
		!important;
}

.bt:disabled {
	cursor: not-allowed;
	background-image: linear-gradient(-180deg, #E9E9E9 0%, #CFCFCF 100%)
		!important;
	border: 1px solid #DCDCDC !important;
	border-radius: 6px;
	font-family: "BBVAWebLight-Regular";
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF !important;
	letter-spacing: 0px;
}
/*-- FIN Button Custom --*/
/*-- 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;
}
/*-- 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;
	}
}

@media ( max-device-width : 480px) and (orientation: landscape) {
	.hst-center-attention {
		margin-top: 10%;
	}
	.hst-center-attention-datos-vehiculo {
		margin-top: 10%;
	}
}

@media ( min-width : 480px) {
	.hst-center-attention {
		margin-top: 2%;
	}
	.hst-center-attention-datos-vehiculo {
		margin-top: 2%;
	}
}

@media ( min-width : 768px) {
	.hst-center-attention {
		margin-top: 0%;
	}
	
	.hst-center-attention-datos-vehiculo {
		margin-top: 0%;
	}
	
	.hst-page-title span {
		display: inline;
	}
	.hst-page-title {
		display: block;
	}
}

/*-- Modificacion al Bootstrap --*/
.tooltip>.tooltip-inner {
	background-color: #006ec1;
	font-family: "BBVAWebLight-Regular", "Arial-MT", "Sans-Serif" !important;
	color: white;
	padding-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #006ec1;
	font-weight: bold;
}

.tooltip>.tooltip-arrow {
	border-top-color: #006ec1 !important;
}

.errorTooltip+.tooltip>.tooltip-inner {
	background-color: #F7E9E9;
	font-family: "BBVAWebLight-Regular", "Arial-MT", "Sans-Serif" !important;
	color: #C4136C;
	padding-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #F4CCDF;
	font-weight: bold;
}

.errorTooltip+.tooltip>.tooltip-arrow {
	border-top-color: #F7E9E9 !important;
}

@media ( min-width : 768px) {
	.col-md-3_5 {
		width: calc(100% * 7/ 24);
	}
	.col-md-8_5 {
		width: calc(100% * 17/ 24);
	}
}
/*-- FIN Modificacion al Bootstrap --*/

.opacityNone{
	opacity: initial !important;
}
.mdl-menu{
	width: 100% !important;
}
.mdl-menu__container {
	width: 100% !important;
}