/*  Styles CSS                   */

/*  ################################################  */
/*  General styles #################################  */

@font-face {
  font-family: BentonSansBBVABold;
  src: url("/fonts/BentonSansBBVA-Bold.woff") format("woff"), url("/fonts/BentonSansBBVA-Bold.woff2") format("woff2"), url("/fonts/BentonSansBBVA-Bold.ttf") format("opentype"), url("/fonts/BentonSansBBVA-Bold.svg") format("SVG"), url("/fonts/BentonSansBBVA-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: BentonSansBBVABook;
  src: url("/fonts/BentonSansBBVA-Book.woff") format("woff"), url("/fonts/BentonSansBBVA-Book.woff2") format("woff2"), url("/fonts/BentonSansBBVA-Book.ttf") format("opentype"), url("/fonts/BentonSansBBVA-Book.svg") format("SVG"), url("/fonts/BentonSansBBVA-Book.eot") format("embedded-opentype");
}
@font-face {
  font-family: BentonSansBBVAItalic;
  src: url("/fonts/BentonSansBBVA-BookItalic.woff") format("woff"), url("/fonts/BentonSansBBVA-BookItalic.woff2") format("woff2"), url("/fonts/BentonSansBBVA-BookItalic.ttf") format("opentype"), url("/fonts/BentonSansBBVA-BookItalic.svg") format("SVG"), url("/fonts/BentonSansBBVA-BookItalic.eot") format("embedded-opentype");
}
@font-face {
  font-family: BentonSansBBVALight;
  src: url("/fonts/BentonSansBBVA-Light.woff") format("woff"), url("/fonts/BentonSansBBVA-Light.woff2") format("woff2"), url("/fonts/BentonSansBBVA-Light.ttf") format("opentype"), url("/fonts/BentonSansBBVA-Light.svg") format("SVG"), url("/fonts/BentonSansBBVA-Light.eot") format("embedded-opentype");
}
@font-face {
  font-family: BentonSansBBVAMedium;
  src: url("/fonts/BentonSansBBVA-Medium.woff") format("woff"), url("/fonts/BentonSansBBVA-Medium.woff2") format("woff2"), url("/fonts/BentonSansBBVA-Medium.ttf") format("opentype"), url("/fonts/BentonSansBBVA-Medium.svg") format("SVG"), url("/fonts/BentonSansBBVA-Medium.eot") format("embedded-opentype");
}
@font-face {
  font-family: BentonSansBBVAMediumItalic;
  src: url("/fonts/BentonSansBBVA-MediumItalic.woff") format("woff"), url("/fonts/BentonSansBBVA-MediumItalic.woff2") format("woff2"), url("/fonts/BentonSansBBVA-MediumItalic.ttf") format("opentype"), url("/fonts/BentonSansBBVA-MediumItalic.svg") format("SVG"), url("/fonts/BentonSansBBVA-MediumItalic.eot") format("embedded-opentype");
}


/*  Reset styles      */
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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

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
}

a,
a:link,
a:visited,
a:hover,
a:active{
  text-decoration: none;
  color: #2A86CA !important;
}
a.link{
	font-weight:bold;
}
a.link:hover{
	font-weight:bold;
		text-decoration:underline;
}

a.underline{text-decoration:underline !important;}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

body {
  font-family: BentonSansBBVABook, Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #004481 !important;
 }

.blue{
  font-size: 15px;
  line-height: 1.60;
  color: #2a86ca;
}

.fontgrey{
  font-size: 12px;
  font-weight: normal;
  line-height: 1.53;
  color: #ccc;
}

.dark{
  font-weight: normal;
  line-height: 1.55;
  color: #555;
}

.white{
  font-weight: normal;
  color: #fff;
}

.grey{
	color:#d7d7d7;
}

.bold{font-weight:bold;}

.big{
  font-family: BentonSansBBVAMedium;
  font-size: 18px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #004481;
}

.big1{
	font-family: BentonSansBBVALight;
	font-size:1.6em;
	
}

.small{
	font-size:0.9em !important;
}

.icon {
    background-image: url(icons.png);
    background-repeat: no-repeat;
}

.icon2 {
    background-image: url(icons_login.png);
    background-repeat: no-repeat;
}


p{
	padding:5px 0px 0px 5px;
}

.positionLeft{
    position: relative;
    left: -20px;
}

.line__grey{
	background:#e9e9e9;
	width:100%;
	height:1px;
}

.padding{
	padding:10px 0px 40px 0px;	
}

.mostrarResponsive{display:none;}

.ocultar{display:none;}
.mostrar{display:block;}


/*  CSS for inputs elements   */

.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  /*max-width: 360px;*/
  max-width: 100%;
  width: 100%;
  vertical-align: top;
  margin-top: 20px;
}

.input__field, .input__field--phone {
  position: relative;
  display: block;
  float: right;
  width: 60%;
  border: none;
  border-radius: 0;
  color: #121212;
  font-family: BentonSansBBVABook, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none; /* for box shadows to show on iOS */
}


.input__field--bbva, .input__field--phone {
  width: 100%;
  border-radius: 1px;
  background-color: #f4f4f4;
  height: 35px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: left;
  color: #121212;
  padding: 0;
  margin-top: 20px;
  padding-left: 18px;
}

.input__field--bbva.phone:focus{
  padding:0px 10px 0px 0px;
  width:100%;
}




.error .input__field--bbva:focus{
  border:none;
  padding-left: 18px;
}

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #6a7989;
  margin-top: 20px;
  font-size: 16px;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input__label-content {
  position: relative;
  width: 100%;
  font-size: 16px;  
  
}

.input--bbva {
  overflow: hidden;
  background-color: #f4f4f4;    
  /*padding-left: 16px; */
  margin-bottom: 10px;
}

.input__field--bbva.input__assistance{
  width: 100%;
  border-radius: 1px;
  background: #f4f4f4 url(copy.png) no-repeat 260px 15px;
  height: 50px;
  box-sizing: border-box;
  font-size: 30px;
  text-align: center;
  color: #004481;
  padding: 10px;
  margin-top: 0px;
 }
 
 .input__field--bbva.input__assistance:focus{
  width: 100%;
  border-radius: 1px;
  background: #f4f4f4 url(copy.png) no-repeat 258px 13px;
  height: 50px;
  box-sizing: border-box;
  font-size: 30px;
  text-align: center;
  color: #004481;
  padding: 10px;
  margin-top: 0px;
 }

.ico__mostrarPass, .ico__mostrarConfirmPass{
  background: url(mostrarPass.png) 50% 50% no-repeat;
  width:30px;
  height:52px;
  position:absolute;
  right:15px;
  top:1px;
  float:right;
  
}
/*
.error .ico__ocultarPass, .error .ico__ocultarConfirmPass{
	display:none;
}
*/
.ico__ocultarPass, .ico__ocultarConfirmPass{
  background: url(ocultarPass.png) 50% 50% no-repeat;
  width:30px;
  height:52px;
  position:absolute;
  right:15px;
  top:1px;
  float:right;
	
}

.error .ico__mostrarPass, .error .ico__mostrarConfirmPass{
  background: url(mostrarPassKO.png) 50% 50% no-repeat;
  width:30px;
  height:52px;
  position:absolute;
  right:15px;
  top:1px;
  float:right;
}

.error .ico__ocultarPass, .error .ico__ocultarConfirmPass{
  background: url(ocultarPassKO.png) 50% 50% no-repeat;
  width:30px;
  height:52px;
  position:absolute;
  right:15px;
  top:1px;
  float:right;
  }

.ico__delete{
  background: url(delete.png) no-repeat 50% 50%;
  text-align:center;
  width:30px;
  height:30px;
  margin-top:-30px;
  position:relative;
  right:-280px;
  cursor:hand;
  cursor:pointer;
}

/*
.error .ico__mostrarPass, .error .ico__mostrarConfirmPass{
	display:none;
}
*/


div.error{
	color: #da216e;
	font-size: 15px;
	border: solid 1px #da216e;
}

div.error_container,
div.error{
	display:none;
	color: #da216e;
	font-size: 15px;
	border: solid 1px #da216e;
	margin: 10px 30px 0 20px;
	border-radius: 3px;
	padding: 0;
}

div.error{
	font-weight: bold;
	font-size: 13px;
	margin-top: 5px;
}



.input--bbva.error{
  background-color: #fcdfdf;
  border-bottom:1px solid #c03f57;
}

.aspaKO, .confirm_aspaKO{
	display:none;
}


.aspaKO_phone{
  background: url(focusError.png) no-repeat 10%;
  cursor:pointer;
  cursor:hand;
  position:relative;
  top:-50px;
  left:90%;
  width:20px;
  height:20px;
  display:block;
}

.error .confirm_aspaKO,
.error .aspaKO, .error .aspaKO:focus{
  background: url(focusError.png) no-repeat 10%;
  cursor:pointer;
  cursor:hand;
  position:relative;
  top:20px;
  left:90%;
  width:20px;
  height:20px;
  display:block;
}

.error .input__field--bbva{
  background: #fcdfdf;
}

/*
.error .input__field--bbva:focus{
  background: #fcdfdf url(focusError.png) no-repeat 95% 21px;
}
*/

.input__label--bbva{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.25em;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none;
  color: #bdbdbd;
  height: 100%;
    box-sizing: border-box; 
}

.input__label-content--bbva {
  position: absolute;
  top: 15px;
  left: 16px;
}

.input__label--bbva::before,
.input__label--bbva::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
}

.input__field--bbva:focus + .input__label--bbva .input__label-content--bbva,
.input--filled .input__label-content--bbva {
  font-size: 12px;
  line-height: 1.33;
  text-align: left;
  color: #626262;
  top: 5px;
  left: 16px;
  box-sizing: border-box; 
}

.error .input__field--bbva:focus + .input__label--bbva .input__label-content--bbva,
.error .input--filled .input__label-content--bbva {
  font-size: 12px;
  line-height: 1.33;
  text-align: left;
  color: #c85569;
  top: 5px;
  left: 16px;
  box-sizing: border-box; 
}


form.access, .access{
  max-width: 380px;
  /*max-width:420px;*/
  margin: 0  auto;
}

form.access0, .access0{
  max-width: 300px;
  margin: 0  auto;
}


form.access1, .access1{
  max-width:420px;
  padding-left:30px;
  padding-right:30px;
  margin: 0  auto;
}

form.access2, .access2{
  max-width:420px;
  margin: 0  auto;
}


/*  ***********************   */


#app{
  margin: 0 auto;
  width: 100%;
}

button.darKblue{
  height: 60px;
  border-radius: 1px;
  background-color: #004481;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;  
  outline-style: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  min-width: 170px;
  border:1px solid #004481;
}  

button.darKblue:hover,
button.darKblue:active{
  background-color: #004481!important;
}  


button.white{
  height: 60px;
  border-radius: 1px;
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #2a86ca;  
  outline-style: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  min-width: 170px;
  border:1px solid #2a86ca;
}  

button.white:hover,
button.white:focus,
button.white:active{
  border-radius: 1px;
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #2a86ca;  
  outline-style: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  min-width: 170px;
  border:1px solid #2a86ca;
}  

button.btn.deshabilitar, button.btn.deshabilitar:hover{
  height: 60px;
  border-radius: 1px;
  background-color: #ddd;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #aaa;  
  outline-style: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-width: 170px;
  border:1px solid #ddd;
  opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}


#app header{
  height: 300px;
  padding-top: 20px;
  background: #004481 url(bg_header.png) no-repeat 0 0;  
}

#app header.mini{
  height: 160px;
  padding-top: 20px;
  background: #004481 url(bg_header.png) no-repeat 0 0;  
}

.wrapper_mini{
	padding:20px 20px 20px 50px;
}

#app #langSelector{
  width: 960px;
  margin: 0 auto;
  text-align: right;
  max-width: 100%;
}

#app #languageOptions{
  display: none;
  width: 90%;
  margin: 10px auto 0 auto;
}
.space{height:32px;}

.space20{
	height:20px;
}

.space50{
	height:50px;
}


/*  sobreescribo el componente select de bootstrap-select   */
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 42%;
  right: 20px;
  margin-top: -2px;
  vertical-align: middle;
  background: url('icons.png') no-repeat -36px -135px;
  width: 13px;
  height: 8px;  
}

#app header h1{
  background-position: -10px 0x;
  width: 235px;
  height: 50px;
  margin: 0 auto 25px auto;
}

#app header h1 span{
  display: none;
}

#app header h2{
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-family: BentonSansBBVAMedium, Arial,"Helvetica Neue",Helvetica,sans-serif;
}
h1{
	font-size:2.2em;
}

#app h1{
  text-align: center;
  font-size: 36px;
  color: #2a86ca;
  font-weight:normal;
  padding-top:20px;
  font-family: BentonSansBBVAMedium, Arial,"Helvetica Neue",Helvetica,sans-serif;
}


#app section#steps{
  box-sizing: border-box;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  overflow: hidden; 
  margin-top: -65px;
}

#app section#steps div.column{
  width: 100%;
  height: auto;
  border: solid 2px #f0f0f0;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 10px;  
  background-color: #fff;
}


#app section#mainContent{
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden; 
  margin-top: -65px;
}

#app section#mainContent div.column{
  width: 100%;
  height: 530px;
  border: solid 1px #f0f0f0;
  /*
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  */
  -webkit-box-shadow: 0 0 10px 0 rgba(0,68,129,0.2);
-moz-box-shadow: 0 0 10px 0 rgba(0,68,129,0.2);
  box-shadow: 0 0 10px 0 rgba(0,68,129,0.2);
  overflow: hidden;
  margin-bottom: 10px;  
  box-sizing: border-box;
  padding: 20px 40px;
  background-color: #fff;
}

#app section#mainContent div.column.status{
  height: 380px;
}    

#app section#mainContent .wrapper{
  padding-bottom: 40px;
  overflow: hidden;
  margin: 0 120px;
}


#app p.field {
    margin-bottom: 5px;
    overflow: hidden;
}

#app p.field.first{
    margin-bottom: 15px;
}

#app p.errorMessage, #app p.errorMessage1{
    color: #333;
    font-size: 12px;
    max-width: 360px;
    width: 100%;
    text-align: left;
	/*margin-left:20px;*/
	padding-bottom: 10px;
	padding-left: 25px;
	display:none;
}

#app p.Message{
    color: #333;
    font-size: 12px;
    max-width: 360px;
    width: 100%;
    text-align: left;
	padding-bottom: 10px;
}
 
.errorMessage{
	display:none;
	padding-left:25px;

}

.ico__error{
		width:25px;
		height:25px;
		position:relative;
		background: url(error.png) no-repeat;
		background-position:0% 50%;
}

#app section#steps .wrapper{
  width: 100%;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding-top: 10px;  
}

#app h2{
  font-family: BentonSansBBVALight;
  font-size: 36px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #004481;
  padding: 10px 0px 10px 0px;
}


#app h3{
  font-family: BentonSansBBVAMedium;
  font-size: 18px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #004481;
  padding: 25px 0px 10px 0px;
}



#app h3.error{
  color: #da3851;
  text-align: center;
}

#app .subtile{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: -0.3px;
  text-align: ce;
  color: #004481;

}


/*  ------------------------------------------counter-reset: */

#app input:focus,
#app *:focus{
  outline:0;
}

#app form .disclaimer {
    margin: 0;
    line-height: 1.1em;
    max-height: 70px;
    overflow-x: hidden;
    margin-bottom: 20px;
}

#app p.field .title {
  font-weight: bold;
  margin-right: 5px;
}

#app #deleteIcon {
  background: url(icons.png) no-repeat -190px -458px;
  width: 15px;
  height: 17px;
  cursor: pointer;
  margin-left: 5px;
  margin-top: 2px;
}

#app p.field span {
    display: block;
    float: left;
}

#app div.checkbox {
    /*background-color: #e3f4fc;*/
    overflow: hidden;
}

#app .selected {
    color: #004481;
}

#app input[type=checkbox] {
    display: none;
}

#app div.first {
    float: left;
	margin-top:5px;
}

#app input[type=checkbox] + label.check {
    display: inline-block;
    cursor: pointer;
    outline: 0;
    width: 32px;
    height: 34px;
    background: url(icons.png) no-repeat -219px -437px;
    text-align: center;
    font-weight: bold;
}

#app input[type=checkbox]:checked + label.check {
    background-position: -218px -390px;
}

#app input[type=checkbox] + label.check span {
    vertical-align: -60px;
}

#app div.second {
    margin-top: 10px;
	margin-left: -15px;
	text-align:left;
	/*font-weight:bold;*/
	font-size: 14px;
}

#app div#errorContainer, #app div#errorContainer1 {
    display: none;
    color: #da3851;
    font-size: 14px;
    width: 100%;
    text-align: left;
}

#app #about{
  float: left;
  width: 45%;
  border-right: solid 1px #979797;
}

#app #form .content{
  width: 360px;
  margin: 0 auto;
}


#app .actions{
	
  padding-top: 30px;
  padding-bottom:30px;
}

.actions.right{
	text-align:right !important;
}

/****/



#app section#unlock{
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden; 
  margin-top: -65px;
}

#app section#unlock div.column{
  width: 100%;
  height: 500px;
  border: solid 1px #f0f0f0;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 10px;  
  /*padding-top: 40px;*/
  padding-top: 0px;
  background-color: #fff;
}
#app section#unlock div.column.status{
  height: 480px;
}

#app section#unlock .wrapper{
  width: 100%;
  margin: 30px auto 0 auto;
  padding-bottom: 40px;
}


#app section#unlock div.column.main.unlock{
  height: 400px;
}



#app section div.column.shadow {
    border: solid 1px #f0f0f0;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

#app .choose{
  color: #626262;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}

#app .redLock {
    background-position: -316px -70px;
    width: 183px;
    height: 102px;
    margin: 10px auto 31px auto;
}

  #app .icon.locked{
  background-position: -164px -122px;
  width: 18px;
  height: 24px;
  margin: 0 auto 10px auto;
}  

#app .isOK,
#app .isKO{
  margin: 0 auto;
}

#app .isOK p,
#app .isKO p{
  width: 400px;
  margin: 20px auto;
  text-align: center;
}

#app p.main_p{
  width: 245px;
  font-weight: bold;
  font-size: 18px;
  line-height: 31px;
}

#app p.secondary_p{
  width: 400px;
  font-size: 16px;
}

 #app .isOK .unlockOK,
 #app .unlockOK{
  background-position: -2px -165px;
  width: 140px;
  height: 140px;
  margin: 40px auto 32px auto;
}

#app .isKO .unlockKO,
#app .unlockKO{
  background-position: -3px -338px;
  width: 140px;
  height: 141px;
  margin: 40px auto 32px auto;  
} 

#app .otpOK{
  background: url('otpOK.png') no-repeat;
  width: 102px;
  height: 100px;
  margin: 40px auto 32px auto;  
}

#app .otpKO{
  background: url('otpKO.png') no-repeat;
  width: 102px;
  height: 100px;
  margin: 40px auto 32px auto; 
}

#app .keyOK{
  background: url('keyOK.png') no-repeat;
  width: 102px;
  height: 100px;
  margin: 40px auto 32px auto; 
}

#app .keyKO{
  background: url('keyKO.png') no-repeat;
  width: 102px;
  height: 100px;
  margin: 40px auto 32px auto; 
}

#app .passOK{
  background: url('passOK.png') no-repeat;
  width: 166px;
  height: 100px;
  margin: 40px auto 32px auto; 
}

#app .passKO{
  background: url('passKO.png') no-repeat;
  width: 166px;
  height: 100px;
  margin: 40px auto 32px auto; 
}


#app .movilOK{
  background: url('movilOK.png') no-repeat;
  width: 102px;
  height: 100px;
  margin: 40px auto 32px auto; 
}

#app .movilKO{
  background: url('movilKO.png') no-repeat;
  width: 102px;
  height: 100px;
  margin: 40px auto 32px auto; 
}

#app .emailOK{
  background: url('emailOK.png') no-repeat;
  width: 105px;
  height: 100px;
  margin: 40px auto 32px auto; 
}

#app .emailKO{
  background: url('keyKO.png') no-repeat;
  width: 102px;
  height: 100px;
  margin: 40px auto 32px auto; 
}

#app p.iconOK, #app p.iconOK_confirm{
  background: url('iconOK.png') no-repeat;
  width:30px !important;
  height:30px !important;
  float:left;
  margin-left:-30px;
  margin-top:40px;
  display:none;
}

#app .confianzaOK{
  background: url('confianzaOK.png') no-repeat;
  width: 220px;
  height: 108px;
  margin: 40px auto 32px auto; 
}

 .register{
  background: url('register.png') center no-repeat;
  width: auto;
  height: 152px;
}

.iconError{
	background: url('error.png') no-repeat;
	width:20px;
	height:20px;
}

#app .claveOK{
  background: url('claveOK.png') no-repeat;
  width: 102px;
  height: 100px;
  margin: 40px auto 32px auto; 
}

#app .claveKO{
  background: url('claveKO.png') no-repeat;
  width: 102px;
  height: 100px;
  margin: 40px auto 32px auto; 
}

#app .dniOK{
  background: url('dniOK.png') no-repeat;
  width: 205px;
  height: 100px;
  margin: 40px auto 32px auto; 
}

#app .dniKO{
  background: url('dniKO.png') no-repeat;
  width: 205px;
  height: 100px;
  margin: 40px auto 32px auto; 
}

#app .assistanceKeyOK{
  background: url('assistanceKeyOK.png') no-repeat;
  width: 100px;
  height: 100px;
  margin: 40px auto 32px auto; 
}


#app .assistanceKeyKO{
  background: url('assistanceKeyKO.png') no-repeat;
  width: 100px;
  height: 100px;
  margin: 40px auto 32px auto; 
}

#app .errorID{
  background: url('errorID.png') no-repeat;
  width: 102px;
  height: 102px;
  margin: 40px auto 32px auto; 
}

#app .welcome{
  background: url('welcome.png') no-repeat;
  width: 180px;
  height: 195px;
  margin: 40px auto 32px auto; 
}

#app .arrowLine{
  background: url('arrowLine.png') 10% 50% no-repeat;
  width: auto;
  height: auto;
}


#app .userOK{
  color:#004481;
  font-weight:bold;
  width: 90px;
  height: 25px;
  text-align:center;
  position:absolute;
  margin-top:63px;
  margin-left:-50px;
}

#app .userpassOK{
  color:#004481;
  font-weight:bold;
  font-size:1.2em;
  width: 90px;
  height: 25px;
  text-align:center;
  position:absolute;
  margin-top:37px;
  margin-left:-20px;
}



#app .userOK.userKO, #app .userpassOK.userpassKO{
  color:#da3851;
}

#app .opcionesOK{
  background: url('opcionesOK.png') no-repeat;
  width: 105px;
  height: 100px;
  margin: 40px auto 32px auto; 
}

#app .telefonoAlter{
  background: url('telefonoAlter.png') no-repeat;
  width: auto;
  height: auto;
  margin: auto auto 10px auto;
  padding:0px 0px 0px 30px;
}


#app .disabled .telefonoAlter{
  background: url('telefonoAlterDisabled.png') no-repeat;
  width: auto;
  height: auto;
  margin: auto auto 10px auto;
  padding:0px 0px 0px 30px;
}

#app .OpEmail{
  background: url('OpEmail.png') no-repeat;
  width: auto;
  height: auto;
  margin: auto auto 10px auto;
  padding:0px 0px 0px 30px;
}


#app .disabled .OpEmail{
  background: url('OpEmailDisabled.png') no-repeat;
  width: auto;
  height: auto;
  margin: auto auto 10px auto;
  padding:0px 0px 0px 30px;
}

#app .soporte{
  background: url('soporte.png') no-repeat;
  width: auto;
  height: auto;
  margin: auto auto 10px auto;
  padding:0px 0px 0px 30px;	
}


ul.optionList > li{
	border-top:1px solid #dfdfdf;
	background: url('arrow.png') right no-repeat;
	text-align:left;
	font-size:1.1em;
	height: auto;	
	color: #004481;	
	font-weight: 500;	
	line-height: 25px;
	padding:20px 0px 10px 0px;
}
/*
ul.optionList.disabled > li:last-child{
	border-bottom:1px solid #dfdfdf;
	background: url('arrow.png') right no-repeat;
	text-align:left;
	font-size:1.1em;
	height: auto;	
	color: #004481;	
	font-weight: 500;	
	line-height: 25px;
	padding:20px 0px 15px 0px;
}

ul.optionList.disabled > li{
	background: url('arrowDisabled.png') right no-repeat;
	text-align:left;
	font-size:1.1em;
	height: auto;	
	color: #d7d7d7;	
	font-weight: 500;	
	line-height: 25px;
	
}
*/

ul.optionList > li:last-child{
	border-bottom:1px solid #dfdfdf;
	text-align:left;
	font-size:1.1em;
	height: auto;	
	color: #004481;	
	font-weight: 500;	
	line-height: 25px;
	padding:20px 0px 15px 0px;
}


ul.optionList > li.disabled {
	background: url('arrowDisabled.png') right no-repeat;
	text-align:left;
	font-size:1.1em;
	height: auto;	
	color: #d7d7d7;	
	font-weight: 500;	
	line-height: 25px;
}

ul.optionList> li > a{
	color:#2A86CA !important;
}
ul.optionList> li.disabled a{
	color:#d7d7d7 !important;
	pointer-events: none;
  cursor: default;
  text-decoration: none;

}

/*
ul.listConfianza li{
	padding:20px 0px 20px 0px;
	border-bottom:1px solid #999;
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
}
*/


/***** radio button *********/



ul.listConfianza li{
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height:auto;
border-bottom: 1px solid #aaa;
}


ul.listConfianza li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

ul.listConfianza li label{
  display: block;
  position: relative;
  	font-size:1.1em;
	font-weight:bold !important;
	margin: 10px auto;
	text-align:left;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 8px 8px 35px;
  margin: 10px auto;
  height: auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  
}

ul.listConfianza li .radio{
  display: block;
  position: absolute;
  border: 1px solid #555;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 6px;
  left: 1px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

ul.listConfianza li:hover .radio {
  border: 1px solid #004481;
  background:#f8f8f8;
}

ul.listConfianza li .radio::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 13px;
  width: 13px;
  top: 5px;
	left: 5px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type=radio]:checked  .radio {
  border: 1px solid #0DFF92;
}


input[type=radio]:checked  label{
  color: #0DFF92;
}







input[type=radio]:checked ~ .radio::before{
  background: #004481;
}


/****************************/



#app .validationErrors{
  width: 360px;
  font-size: 14px;
  line-height: 1.14;
  text-align: left;
  color: #da3851;
  margin: 0 auto 30px auto;
}

#app p.helper{
  margin-bottom: 30px;
  color: #626262;
}

#app p.text{
  margin-bottom: 10px;
  color: #626262;
}
#app .actions{
  margin: 0 auto;
  text-align: center;
}

#app #about{
  float: left;
  width: 45%;
  border-right: solid 1px #979797;
}

#app #about h3{
  text-align: center;
  font-family: BentonSansBBVABold;
  font-size: 18px;
}

#app #about p{
  text-align: center;
  margin: 0;
  font-size: 16px;
}

#app #form{
  float: left;
  width: 54%;
  }

#app #form .content{
  width: 360px;
  margin: 0 auto;
}
/*
#app .input--bbva{
  margin-bottom: 10px;
}
*/
#app #form p{
  width: 360px;
  line-height: 25px;
  margin-bottom: 30px;
  margin-top: 30px;
}

#app .validationForm{
  width: 360px;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  color: #da3851;
}

#app strong,

#app p.strong{
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}

#app .actions button, .actions button{
  margin-right: 0px;
  margin-top:10px;
  text-align: center !important;
 /* border:none;*/
}



/* CSS para el selector desplegable   */

div#wrapperSelectMobile{
  width: 100%;
  margin: 20px auto 40px auto;
  color: #121212;
  font-size: 17px;
  text-align: center;  
  display: none;
}

div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  z-index: 100;
  width: 100%;
  max-width: 600px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: auto;
  margin-left: auto;
  border-top: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;  
}

div.cs-select:focus {
  outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select select {
  display: none;
}

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Placeholder and selected option */
.cs-select > span {
  padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
  content: '\25BE';
  right: 1em;
}

.cs-select .cs-selected span::after {
  margin-left: 1em;
}

.cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
  z-index: 200;
}

/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden;
}

.cs-select.cs-active .cs-options {
  visibility: visible;
  margin-top: 1px;  
}

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.cs-select ul li{
  border-bottom: solid 1px #e9e9e9;  
}

.cs-select ul span {
  padding: 1em;
}

.cs-select ul li.cs-focus span {
  background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
  padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
  cursor: default;
}

label{
	font-weight:normal !important;
}

/******** list global *******/

 .list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.list li{
	/*border:1px solid red;*/
	padding:10px 0px 10px 0px;
}


.line{
	width:10px;
	text-align:left;
	height:3px;
	background:#1973b8;
}

.padding__botton{
	padding-bottom:20px;
}

.margin_top{
	position:relative;
	top:12px;
}

.center{text-align:center !important;}

/*  *********************************   */

.left{text-align:left !important;}
.right{text-align:right;}

#about #requirements{
	float:left !important;
	text-align:left !important;
	width:90%;
	padding:15px;
	margin-left:20px;
}

#requirements ul {
	list-style-type: square;
    display: block;
}

#requirements li {
	margin-left:20px;
	font-size:15px;
}


/***********************************/


.txtvip a{text-decoration:underline;}


#app .wrapperSelectDesktop .helpIcon{
  background-position: -126px -123px;
  width: 24px;
  height: 24px;
  display: none;
  float: right;
  margin-top: 14px;
  cursor: pointer;
}

#app .wrapperSelectDesktop .active .helpIcon{
  display: inline-block;
}


/*  sobreescribo algunos CSS del componente selector de países  */
#app .intl-tel-input {
  margin-bottom: 10px;
  height: 50px;
  width:100%;
}


#app form .mainFieldset input.phone{
    padding-left: 85px !important;
    height: 50px;
    border: none;
    background-color: #f4f4f4;
	border-bottom:1px solid #333333;
}

/*
.input.phone:focus{
	border:1px solid red;
}
*/

#app form .mainFieldset input.phone.error{
    background:#fcdfdf;
}


#app .intl-tel-input .country-list .divider{
    padding-bottom: 0;
}

/*
#app .intl-tel-input.separate-dial-code .selected-flag{
  background-color: #f4f4f4;
}
*/



/**** column *******/

.col-sm-0{
	padding-left:0px;
	padding-right:0px;
	float:left;
}

.col-sm-6{
	float:left;
	width:50%;
}


/******** modal ***********/

@media (min-width:768px){
.modal-dialog{
	width:700px;
	margin:80px auto;
	}

}

.modal-content {
    border-radius: 0px;
}

.modal-header {
    padding: 10px;
    border-bottom: none;
}

.modal-body {
    padding:30px 45px 20px 45px;
}

.title{
  font-family: BentonSansBBVALight;
  font-size: 18px;
  font-weight:normal;
  letter-spacing: -0.2px;
  padding: 10px 0px 10px 0px
  
}

/**************** wizard data step *****************/


#app .data_step{
  width: 400px;
  margin: 10px auto;
  text-align: center; 
 
}

#app .data_step1{
  width: 500px;
  margin: 10px auto;
  text-align: center;  
  
}

#app .data_step .subtitle{
  margin-bottom: 15px;
  text-align: center;
}

#app .data_step .status{
  
  color: #626262;
  margin: 0 auto 20px auto;
  max-width: 360px;
  width: 100%;
  text-align: left;
}

#app .data_step .status.info{
  color: #004481;
}

#app .data_step .actions{
    max-width: 360px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

#app .data_step .actions button.left{
  float: left;
}

#app .data_step .actions button.right{
  float: right;
}

#app .data_step .lockIcon{
  background-image: url('steps_icons.png');
  background-repeat: no-repeat;
  width: 204px;
  height: 109px;  
  margin: 0 auto 20px auto;
}

#app .data_step .lockIcon.icon1{
  background-position: -458px -10px;
}

#app .data_step .lockIcon.icon2{
  background-position: -234px -10px;
}

#app .data_step .lockIcon.icon3{
  background-position: -10px -142px;
}

#app .data_step .lockIcon.icon4{
  background-position:  -234px -142px;
}

#app .data_step .lockIcon.icon5{
  background-position: -10px -272px;
}

#app .data_step .lockIcon.icon6{
  background-position: -234px -272px;
}

#app .data_step .lockIcon.icon7{
  background-position: -10px -10px;
}

#app .data_step .lockIcon.icon8{
  background-position: -458px -139px;
}

#app .data_step .lockIcon.icon9{
  background-position: -458px -268px;
}


/*  CSS del asistent de pasos   */

.wizard {
    width: 520px;
    margin: 20px auto 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 0 auto;
        margin-bottom: 0;
        border: 0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

  .connecting-line {
      height: 2px;
      background: #5bc0de;
      position: absolute;
      width: 70%;
      margin: 0 auto;
      left: 0;
      right: 0;
      top: 40%;
      z-index: 1;
  }

  .connecting-line .content-percentage{
      height: 2px;
      background: #02a5a5;
      width: 0;
      z-index: 2;    
  }
  .connecting-line .content-percentage.percentage25{
     width: 25%;
  }
  .connecting-line .content-percentage.percentage50{
     width: 50%;
  }
  .connecting-line .content-percentage.percentage75{
     width: 75%;
  }
  .connecting-line .content-percentage.percentage100{
     width: 100%;
  }



.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: solid 1px #02a5a5;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #02a5a5;
    border: solid 1px #02a5a5;    
}

.wizard li.done span.round-tab {
     background: #02a5a5;
    border: solid 1px #02a5a5;     
}

.wizard li.done span.round-tab .stick{
    /*background-position:  -197px -126px;*/
	/*background-position: -33px -126px;*/
	background: url('checked.png') 50% 100% no-repeat;
    width: 20px;
    height: 20px; 
    display: inline-block;
    margin-bottom: 3px;    
    margin-left: 2px;    
}


.wizard li.active span.round-tab i{
	color: #02a5a5;
}

.wizard .nav-tabs > li {
	width: 33%;
}

.wizard .nav-tabs > li a {
  width: 40px;
  height: 40px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
  cursor: default;  
}

  .wizard .nav-tabs > li a:hover {
      background: transparent;
  }


.wizard .info_step{
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: BentonSansBBVABook;
}

.wizard .current .info_step,
.wizard .active .info_step{
  font-weight: bold;
}  

.wizard .done .info_step{
  font-weight: normal;
}  

.wizard .pending info_step{
  font-family: BentonSansBBVABook;
}  


.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

.marginLeft{
	position:relative;
	left:-10px;
}


