@font-face {
    font-family: 'BentonSansBBVA Bold';
    src: url("fonts/BBVABentonSans-Bold.otf");
    font-style: normal;
    font-weight: 700
}
@font-face {
    font-family: 'BentonSansBBVABook';
    src: url("../fonts/BentonSansBBVA-Book.otf");
    font-style: normal;
    font-weight: 400
}
@font-face {
    font-family: 'BentonSansBBVABook Italic';
    src: url("fonts/BentonSansBBVA-BookItalic.otf");
    font-style: normal;
    font-weight: 400
}
@font-face {
    font-family: 'BentonSansBBVA Light';
    src: url("fonts/BentonSansBBVA-Light.otf");
    font-style: normal;
    font-weight: 200
}
@font-face {
    font-family: 'BentonSansBBVA Medium';
    src: url("fonts/BentonSansBBVA-Medium.otf");
    font-style: normal;
    font-weight: 400
}
@font-face {
    font-family: 'BentonSansBBVA Medium Italic';
    src: url("fonts/BentonSansBBVA-MediumItalic.otf");
    font-style: normal;
    font-weight: 400
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0;
    font-family: "BentonSansBBVABook", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #626262
}
html, body {
 max-width: 100vw!important;
}
.step2-btn{
  background: #0079c1!important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0079c1, endColorstr=#00559d, GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0px;
  padding: 12px;
  color: #FFF;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-shadow: none;
  font: 15px/24px "BentonSansBBVA Medium", arial, sans-serif;
  position: fixed;
  height: 56px;
  top: -26%;
  width: 176px;
  margin-left: -6%;
}


.container {
    display: flex;
    gap: 2rem;
    justify-content: center;
}
/*.container h1{*/
/*   	font-size:32px;*/
/*    font-family: "BentonSansBBVABook", "Helvetica Neue", Arial, Helvetica, sans-serif!important;*/
/*    color: #121212;*/
/*    text-align:center;*/
/*     */
/*}*/
#titulo1{
    color: #070e46;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 2rem;
    font-family: TiemposHeadline-Bold;
    font-weight: 700;
}
.titulo_1{
    font-size: 48px !important;
    font-family: TiemposHeadline-Bold;
    color: #121212;
    margin-left: 2%;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    margin-top: 3%;
}

.container #titulo3{
	margin-left:22%!important;
}
select {
    padding: 25px 10px 0 16px;
    background: #f4f4f4;
    border: 0;
    border-bottom: 1px solid #000;
    height: 56px;
    width: 47%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    font-size: 15px!important;
   font-family: "BentonSansBBVABook"!important;
}

input:not([type=radio]),select {
    font-family: "BentonSansBBVABook";
    color: #121212
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}
.form-group p.help-message {
    margin-top: 8px;
    margin-bottom: 8px;
}
/*.rel {*/
/*    position: relative;*/
/*}*/
label.control-label {
    position: absolute;
    margin: auto;
    overflow: hidden;
    cursor: text;
    color: #121212;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    top: 10px;
    left: -22px;
    font-size: 15px;
}

label.control-label, .control {
    font-family: "BentonSansBBVABook";
}
label.ced {
    position: absolute;
    margin: auto;
    overflow: hidden;
    cursor: text;
    color: #121212;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    top: 10px;
    left: -22px;
    font-size: 15px;
}

label.ced, .control {
    font-family: "BentonSansBBVABook";
}
label.esp {
    position: absolute;
    /* margin: auto; */
    overflow: hidden;
    cursor: text;
    color: #121212;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    margin-top: 1px;
    margin-left: -600px;
    font-size: 15px;
}

label.esp, .control {
    font-family: "BentonSansBBVABook";
}
input:not([type=radio]):not([type=checkbox]).validacion {
    -moz-appearance: none!important;
    -ms-appearance: none!important;
    color: #121212;
    background-color: #fcdfdf;
    border-bottom-color: #b92a45;
}
input.focus-label~label {
    transform: translateY(-10px);
    font-size: 12px !important;
    transition: all 0.2s;
    margin-top: -2px;
    /* margin-left: -605px; */
    font-family: "BentonSansBBVA Light";
}
.botonEntrar{
    width: 100%;
    text-align: center;
    margin: auto;
    position: relative;
    margin-top: 3%;
}

.boton{
    font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif!important;
    height: 56px;
    max-width: 100%;
    padding: 20px!important;
    font-size: 15px!important;
    border-radius: 0.5rem!important;
    border: 0!important;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-weight: normal!important;
    padding: 15px 0px 10px 0px;
    margin: 8px 0px;
    margin-left: 0%;
    text-align: center!important;
    background-color: #001391 !important;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    background: #001391!important;
    color: #fff !important;
   /* pointer-events: none;*/
}
.step3-btn.disabled, .step3-btn[disabled], fieldset[disabled] .step3-btn {
    background: #001391 !important;
    color: #ffff !important;
    cursor: pointer;
}
.btncvv.disabled, .btncvv[disabled], fieldset[disabled] .btncvv {
    background: #E9E9E9!important;
    color: #BDBDBD !important;
    pointer-events: none;
}
/* input:not([type=radio]):not([type=checkbox]) {*/
/*    padding: 25px 10px 0 16px;*/
/*    background: #f4f4f4;*/
/*    border-radius: 1px;*/
/*    border: 0;*/
/*    border-bottom: 1px solid #000;*/
/*    height: 56px!important;*/
/*    width: 75%;*/
/*    -webkit-box-sizing: border-box;*/
/*    -moz-box-sizing: border-box;*/
/*    box-sizing: border-box*/
/*}*/
select::-ms-expand {
    display: none
}
.fa-angle-down {
    position: absolute;
    top: 48% !important;
    left: 89%;
    width: 24px;
    height: 24px;
    pointer-events: none;
    color: #1464a5;
}
select:focus~ .fa-angle-down{
    -webkit-transform:rotateZ(180deg);
    -moz-transform:rotateZ(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotateZ(180deg);
    transform:rotateZ(180deg) 
}
input:focus, select:focus {
    outline: 0;
}
.prueba {
    position: absolute;
    margin: auto;
    overflow: hidden;
    cursor: text;
    color: #757575;
    font-family: "BentonSansBBVA Light";
    font-weight: normal;
    margin: 0;
    top: 129px;
    left: 40px;
    /* font-size: 12px; */
    /* color: #121212; */
}
	
/*.container{
    font-size: 15px;
    font-family: "BentonSansBBVABook";
    margin-bottom: 4%;
    color: #121212;
     text-align:center;
}*/
.container p a{
    font-family: BentonSansBBVA Medium;
    font-weight: normal;
}
.notification {
    padding: 25px;
    background: #FFF5E5;
    border-radius: 1.5rem;
    font-size: 2rem;
}
.not-reg{
    padding: 3% 8% 3% 7%;
    background: #f3ebd5;
    width: 100%;
    margin-top: -4%;
}
.icon-alert{
    margin-bottom: 4%;
}
.notification img{
	width:19.2px!important;
}
/*.notification h6{ */
/*    font-size: 15px;*/
/*    font-weight: normal;*/
/*    font-family: "BentonSansBBVABook";*/
/*    color:#121212;*/
/*    width: 100%;*/
/*}*/
.notification ul li{
    font-size: 15.01px;
    font-weight: normal;
    font-family: "BentonSansBBVABook";
    color:#070E46;
    width: 100%;
    margin-left:4%;
}
.notification a{
    font-size: 15px;
    font-family: "BentonSansBBVA Medium";
    width: 100%;
    color: #1973b8!important;
    display: inline-block!important;
    text-decoration: none!important;
    background-color: transparent!important;
    cursor: pointer;
    padding-left: 30px;
}
.not-reg img{
    width:6%!important;
}
.not-reg h6{ 
    font-size: 15px;
    font-weight: normal;
    font-family: "BentonSansBBVABook";
    color:#121212;
    width: 100%;
}
.not-reg ul li{
    font-size: 15px;
    font-weight: normal;
    font-family: "BentonSansBBVABook";
    color:#121212;
    width: 100%;
    margin-left:4%;
}
.not-reg a{
    font-size: 15px;
    font-family: "BentonSansBBVA Medium";
    width: 100%;
    color: #1973b8!important;
    display: inline-block!important;
    text-decoration: none!important;
    background-color: transparent!important;
    cursor: pointer;
  
}
.boton:hover{
    background: #1464a5;
}
/******************Clave de Acceso*******************************/
/* .notif-clave {
    padding: 0px 7px;
    background: #D9EFE0;
    width: 100%;
    margin-left: 4%;
    margin-top: 4%;
    margin-bottom: 2%;
} */
.notif-clave h6{
	font-size: 15px;
    font-weight: normal;
    font-family: "BentonSansBBVA book";
    color:#121212;
    width: 100%;
}
.notif-clave ul li{
 	font-size: 15px;
    font-weight: normal;
    font-family: "BentonSansBBVA book";
    color:#070E46;
    width: 100%;
    margin-left:5%;
    margin-bottom: -10px;
}
.notif-clave-list{
 	font-size: 15px;
    font-weight: normal;
    font-family: "BentonSansBBVA book";
    color:#070E46;
    width: 100%;
    margin-left:5%;
}

.val-ok{
    list-style-image: url("https://assets.caasbbva.com/venezuela/net/assets-spherica/iconos/right-verde.svg");
}
.val-Err{
    list-style-image: url("https://assets.caasbbva.com/venezuela/net/assets-spherica/iconos/warning-rojo.svg");
}
.show-Password {
    /* position: absolute; */
    /* margin-top: -6%; */
    margin-left: 546px;
    height: 18px;
}
.hide-Password {
    /* position: absolute; */
    margin-top: -6%;
    margin-left: 546px;
    height: 18px;
}
.show-Password1{
    /* position: absolute; */
    margin-top: -6%;
    margin-left: 546px;
    height: 18px;
}
.hide-Password1 {
    /* position: absolute; */
    margin-top: -6%;
    margin-left: 546px;
    height: 18px;
}
 .hide-Password-error1 {
    position: absolute;
    top: 40%;
    right: 123px;
    height: 18px;
}
.show-Password-error1 {
   position: absolute;
    top: 40%;
    right: 123px;
    height: 18px;
 }
/******************Modal*******************************/
/*.modal-dialog {
    max-width: 60%!important;
}*/
.modal-body img{
/*     width: 2%; */
}
.modal-body button{
    /* margin-bottom: 2%; */
}
@media (max-width: 768px){
.modal-dialog {
    max-width: 100%!important;
}
}

/********************Paso 2***************************/
.conf{
    margin: 0 20% 0 20%;
}
table td img{
    width: 168px;
    height:168px;
}
td {
    padding-top: 3%;
    font-size: 24px;
    font-family: 'BentonSansBBVABook';
    line-height: 63px;
    font-weight: 500;
    color: #070E46;
}
td p strong{
    font-size: 15px;
    font-family: "BentonSansBBVA Medium";
    color: #1973b8;
    font-weight: normal;
}
.messagesAEM {
    text-align: center;
    margin: auto;
    width: 64%;
}
.messagesAEM p {
    line-height: 1.5;
    font-size: 20px !important;
    font-family: "BentonSansBBVABook" !important;
    margin-top: 2%;
    color: #070E46;
}
.messagesAEM  h6 span{
    font-size: 15px;
    font-family: "BentonSansBBVA Medium";
    color: #1973b8!important;
    display: inline-block!important;
    text-decoration: none!important;
    background-color: transparent!important
}

/*********************Clave Digital***********************************/

#cuadro{
    margin-bottom: 5%;
    width: 100%;
    margin-top: 5%;
 } 
.claved{
    background: #f4f4f4;
    border-radius: 1px;
    border: 0;
    border-bottom: 1px solid #676767;
    height: 56px;
    width: 10%!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0!important;
    text-align: center;
}
.cont{
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}
#retryArea {
    /* padding: 5%; */
    /* background: #f3ebd5; */
    /* width: 100%; */
    /* margin: auto; */
    /* padding-left: 6%; */
    /* margin-top: -17%; */
}
#retryArea h3{
    font-size: 15px!important;
    font-weight: normal;
    font-family: "BentonSansBBVABook";
    color: #121212;
    width: 100%;
    padding-top: 3%;
    margin-left: 0px;
    text-align: left;
}
#retryArea p{
    font-size: 15px;
    font-weight: normal;
    font-family: "BentonSansBBVABook";
    color:#121212;
    width: 100%;
    text-align: left!important;
}
#retryArea a{
   font-size: 15px;
   font-family: "BentonSansBBVA Medium";
   width: 190px;
   color: #1973b8!important;
   display: inline-block!important;
   text-decoration: none!important;
   background-color: transparent!important;
   cursor: pointer;
}
/*******************CVV*******************************************/
.mesv{
    float: left; 
    width: 48%;
}
.fechav{
   float: right; 
   width: 48%;
}
.fa-angle{
    position: absolute;
    top: 60% !important;
    right: 15px;
    width: 14px;
    height: 10px;
    pointer-events: none;
    color: #1464a5;
}
select:focus~ .fa-angle-down{
    -webkit-transform:rotateZ(180deg);
    -moz-transform:rotateZ(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotateZ(180deg);
    transform:rotateZ(180deg) 
}

/******************************************************************/
@media (max-width: 480px){
    .conf{
        margin: 0;
    }
    .claved {
    height: 40px!important;
    }
}
@media (min-width:768px) {
#container2 {
    max-width: 514px !important;
    width: 100%;
    margin: 74px auto;
    display: block;
    min-height: 61vh;
}
#container3 {
    width: 100%;
    margin: 0px auto;
    display: block;
}
/*.btn{
    width: 32%!important;
}*/
.btncvv{
    width: 32%!important;
}
.medium{
    width: 35%!important; 
}
/**.formaem{
    margin:  20% 5% 40% 5%;
}*/
#formlogin{
   margin: 0 12% 0 12%!important;  
}

}
@media(max-width:768px) {
    .formaem {
        width: 100%;
        padding: 0px 32px;
        box-sizing: border-box;
        margin-top: 20%;
        box-sizing: border-box;
    }     
  .notification{
    margin-left: 0!important;
    margin-right: 0!important;
    width: 100%!important;
    box-sizing: border-box;
}
.not-reg{
    margin-left: 0!important;
    margin-right: 0!important;
    width: 100%!important;
    box-sizing: border-box;
}

.btn{
    width: 100%!important;
    margin: 16px 0!important;
}
.btncvv{
    width: 100%!important;
    margin: 16px 0!important;
}
/* .container p{
    margin: 3%;
} */
.btn{
    width: 80%!important;
    margin: 16px 0!important;
    /*margin-top: 40px !important;*/
}
.btncvv{
    width: 80%!important;
    margin: 16px 0!important;
}
.messagesAEM{
    width: 100%;
}

}
/*******************CVV******************/
 /* INICIO: ESTILOS DEL TOOLTIP */
#tooltip{
    color: #575757;
    background: #D4EDFC;
    border: 1px solid #D4EDFC;
    position: absolute;
    z-index: 100;
    padding: 7px;
    font-family: "BentonSansBBVA Light", "Helvetica Neue", Arial, Helvetica, sans-serif!important;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 8px;
    line-height: 16px;
    width: 12em;
    text-align: center;
    margin-left: 13em;
    margin-top: 3em;
}
 
 #tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #D4EDFC;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
 
#tooltip.top:after{
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after{
    left: 10px;
    margin: 0;
}

#tooltip.right:after{
    right: 10px;
    left: auto;
    margin: 0;
}
abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

/* FIN: ESTILOS DEL TOOLTIP */
.question-circle{
    position: relative;
    background-image: url("../fbin/icon-help.png") !important;
    width: 22px;
    height: 22px;
    margin-top: -14%;
    margin-left: 93%;
    float: right;
    left: -3%;
}
.lost{
display: none!important;
}
.clave{
	margin-top:4%;
	/* left:16%; */
}
.block-wizard-success h1 {
    text-align: center;
    margin-left: 0;
    margin-top: 1%;
    font-weight: 700;
    font-family: 'TiemposHeadline Bold' !important;
    color: #070E46;
}
.block-wizard-success p{
    font-size: 15px !important;
    font-family: "BentonSansBBVABook" !important;
    margin-bottom: 4%;
    color: #070E46 !important;
    text-align: center;
    margin-top: 2%;
    max-width: 800px;
    width: 95%;
}
.validation-error{
	/* margin-left: 17%; */
	width:90%;
    margin-top: 2%;
}
.ocultar{
    width: 62px;
    height: 62px;
}
.validation-error img{
	width: 16px;
    height: 16px;
}
.validation-error span{
	font-size:15.01px;
	font-family: "BentonSansBBVA book" !important;
	margin-left: 1.5%;
    color: #070E46;
}
.validationinvalid{
	border: solid 2px #C30A0A!important;
    /* background-color: #FCDFDF!important; */
}
/*#titulo2{
margin-left:7%;
margin-top: 5%;
}*/
.uno{
	width:75%;
}
label.control-label2{
	 position: absolute;
    margin: auto;
    overflow: hidden;
    cursor: text;
    color: #121212;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    top: -67%;
    left: 17%;
    font-size: 15px;
    padding-left: 0px !important;
    font-weight: normal !important;
    font-family: "BentonSansBBVABook";
	}

select.formaem2  {
 	width: 75%;
}
.container2 h1{
     font-size:32px;
     font-family: "BentonSansBBVABook", "Helvetica Neue", Arial, Helvetica, sans-serif!important;
     color: #121212;
     margin-top: 5%;
    }
select.uno{ 
    padding: 25px 10px 0 16px;
    background: #f4f4f4;
    border: 0;
    border-bottom: 1px solid #000;
    height: 55px;
    width: 75%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    font-size: 15px!important;
    font-family: "BentonSansBBVABook"!important;
    
}
.messagesAEM2  h6{
    line-height: 1.5;
    font-size: 15px!important;
    font-family: "BentonSansBBVABook" !important;
    margin-top: 5%;
    margin-bottom: 0% !important;
    color: #121212;
 }
 
 .messagesAEM2 {
    text-align: center;
    margin: auto;
    width: 100%;
}
.messagesAEM2  h6 span{
    font-size: 15px;
    font-family: "BentonSansBBVA Medium";
    color: #1973b8!important;
    display: inline-block!important;
    text-decoration: none!important;
    background-color: transparent!important
}
.prueba1{    
    position: absolute;
    margin: auto;
    overflow: hidden;
    cursor: text;
    color: #121212;
    font-family: "BentonSansBBVA Light";
    font-weight: normal;
    margin: 0;
    top: 1%;
    left: 16%;
    font-size: 12px;
    color: #121212;
}
/*label.control-label3{*/
/*	position: absolute;*/
/*    margin: 4% 0 0 0;*/
/*    overflow: hidden;*/
/*    cursor: text;*/
/*    color: #121212;*/
/*    -webkit-transition: 0.2s ease all;*/
/*    -o-transition: 0.2s ease all;*/
/*    transition: 0.2s ease all;*/
/*    left: 17%;*/
/*    font-size: 15px;*/
/*    padding-left: 0px !important;*/
/*    font-weight: normal !important;*/
/*    font-family: "BentonSansBBVABook";*/
/*	}*/
input.focus-label3~label{
	position: absolute;
    font-family: "BentonSansBBVA Light", "Helvetica Neue", Arial, Helvetica, sans-serif!important;
    top:60px;
    left: 17%;
    font-size:12px;
    color: #121212;
    }
.text-tarjeta-cvv{
	position: absolute;
    margin: -6% 0 0px 18%;
    overflow: hidden;
    cursor: text;
    color: #121212;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    left: 17%;
    font-size: 12px;
    padding-left: 0px !important;
    font-weight: normal !important;
    font-family: "BentonSansBBVABook";
	}
select.dos{
    margin: -5% 0 0 -32%;
    padding: 5% 0 0 3%;
    background: #f4f4f4;
    border: 0;
    border-bottom: 1px solid #000;
    height: 56px;
    width: 35%;
    box-sizing: border-box;
    text-indent: 1px;
    font-size: 15px!important;
    font-family: "BentonSansBBVABook"!important;

    
}
select.tres{
	float: left;
	margin: -10% 0 0 -7%;
    background: #f4f4f4;
    border: 0;
    border-bottom: 1px solid #000;
    height: 55px;
    width: 77%;
    box-sizing: border-box;
    text-indent: 1px;
    font-size: 15px!important;
    font-family: "BentonSansBBVABook"!important;
 
}

.text-tarjeta-cvv2{
	display: block;
	float: left;
	margin: -21% 0 0 -2%;
    overflow: hidden;
    cursor: text;
    color: #121212;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    left: 17%;
    font-size: 12px;
    padding-left: 0px !important;
    font-weight: normal !important;
    font-family: "BentonSansBBVABook";
	}
.fa-angle-down1{
	position: absolute;
    top: 79%;
    left: 42%;
    width: 14px !important;
    height: 10px;
    pointer-events: none;
    color: #1464a5;
}
select:focus~ .fa-angle-down1{
   -webkit-transform:rotateZ(180deg);
   -moz-transform:rotateZ(180deg);
   -ms-transform:rotate(180deg);
   -o-transform:rotateZ(180deg);
   transform:rotateZ(180deg)
}
.fa-angle-down2{
	position: absolute;
    top: 30% !important;
    left: 59%;
    width: 14px !important;
    height: 10px;
    pointer-events: none;
    color: #1464a5;
}
select:focus~ .fa-angle-down2{
   -webkit-transform:rotateZ(180deg);
   -moz-transform:rotateZ(180deg);
   -ms-transform:rotate(180deg);
   -o-transform:rotateZ(180deg);
   transform:rotateZ(180deg)
}
.erbtn12 {
    background: #001391;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0079c1, endColorstr=#00559d, GradientType=0)!important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px;
    padding: 14px;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-shadow: none;
    font: 15px / 24px "BentonSansBBVA Medium", arial, sans-serif;
    position: relative;
    height: 56px;
    width: 128px;
    margin-left: 0%;
    display: inline-block;
    margin-top: 27px;
    border: 1px solid transparent;
}
.title2 {
    display: flex;
    font-size: 48px !important;
    font-family: 'TiemposHeadline Bold' !important;
    color: #070E46 !important;
    text-align: center !important;
    line-height: 56px !important;
    padding-top: 30px;
    margin: auto;
}
.spanclas.spanclas {
    font-family: "BentonSansBBVA book" !important;
    text-align: -webkit-center;
    font-size: 15px;
    color: #070E46;
    text-align: center;
    margin: auto;
    width: 100%;
    line-height: 1.5;
    padding: 2vw;
}
.fa-angle-down0{
	position: absolute;
	top: 10% !important;
    left: 82%;
    width: 14px !important;
    height: 10px;
    pointer-events: none;
    color: #1464a5;
}
select:focus~ .fa-angle-down0{
   -webkit-transform:rotateZ(180deg);
   -moz-transform:rotateZ(180deg);
   -ms-transform:rotate(180deg);
   -o-transform:rotateZ(180deg);
   transform:rotateZ(180deg)
}
select{
    border-radius: 1px;
    -webkit-border-radius:1px;
}
.question-circle1{
    position: absolute;
    background-image: url(/LFSP_VE_WEB/lfsp_ve_web_modulolfsp_01/modulolfsp/img/icon-help.png) !important;
    width: 22px;
    height: 22px;
    margin-top: 8%;
    margin-left: 81%;
    float: right;
    left: -2%;
}
.titulo3{
	margin-left:7%!important;
}

.alert22{
background: url(img/icon-alert.png) no-repeat top left;
}
/*Cambios para botones step1 en registro y recuperacion*/
.step1btn.disabled, .step1btn[disabled], fieldset[disabled] .step1btn {
    background: #001391!important;
    color: #FFF !important;
    pointer-events: none;
}

.rstep1btn.disabled, .rstep1btn[disabled], fieldset[disabled] .rstep1btn {
    background: #E9E9E9!important; 
    color: #BDBDBD !important;
    pointer-events: none;
}
/*Fin de cambios para botones step1 en registro y recuperacion*/
/*Cambios para boton de step2 registro*/
.bt24.disabled, .bt24[disabled], fieldset[disabled] .bt24 {
    background: #E9E9E9!important; 
    color: #BDBDBD !important;
    pointer-events: none;
}
/*Fin de Cambios para boton de step2 registro*/

#cerrar{
    margin-top: -3%!important;
}

/*Error generico step 3 MA*/
.btn-step3{
    margin-top: 0!important;
}
.container-msj{
    width: 480px;
    text-align: center;

}

.outside {
    margin-top: 1%;
    margin-right: 1%;
}
.txt20 {
    Size: 12px;
    height: 14.4px;
    color: #F8CD51;
    cursor: pointer;
    font-family: 'BentonSansBBVA Medium';
}

.txt10 {
    Size: 12px;
    height: 14.4px;
    font-family: 'BentonSansBBVA Medium';
    color: #FFFFFF;
}
.outside1 {
    Width: 20px;
    Height: 20px;
    margin-Top: -1%;
    margin-Left: 2%;
    cursor: pointer;
}
.barra1 {
    Font: Benton Sans BBVA;
    width: 32px;
    Size: 12px;
    height: 17px;
    color: #FFFFFF;
}

.HeaderRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 32px);
    max-width: 1176px;
    height: 64px;
    margin: auto;
    padding: 0 16px;
}
.headerLogo {
    width: auto;
    max-width: 100%;
    height: auto;
    left: 0%;
    top: 3px;
    cursor: pointer;
    max-height: 20px;
}
.headerRight {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    /* height: 33px; */
    font-family: 'BentonSansBBVA-Medium';
    /* position: absolute; */
    left: 62%;
    top: 40%;
    width: 37%;
}
.headerRight1 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    /* height: 33px; */
    font-family: 'BentonSansBBVA-Medium';
    /* position: absolute; */
    left: 62%;
    top: 40%;
    width: 45%;
}
.headerReclamos {
    background: #072146;
    padding: 0 16px;
    margin: auto;
    display: flex;
    flex-direction: row;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}
/*.content {
    margin-top: 9%;
}*/

.iconos0 {
    margin-top: 8%;
    margin-left: 70%;
}
.creaOP1 {
    color: #2DCCCD;
    font-family: 'BentonSansBBVA Medium';
    font-size: 10px;
}
.creaOP  {
    margin-top: 6%;
    margin-left: 76%;
}
.creaOP2  {
    margin-top: 6%;
    margin-left: 76%;
}

.icono30 {
    /* color: #5BBEFF; */
    width: 100%;
    height: 32px;
    margin: 3px;
    cursor: pointer;
}

.textP {
    color: #FFFFFF;
    font-size: 10px;
    font-family: 'BentonSansBBVABook';
    font-weight: 500;
    margin-top: 97px;
}

.logos12{
    width: 168px;
    max-width: 100%;
    height: 20px;
    left: 0%;
    top: 3px;
    cursor: pointer;
    max-height: 20px;
}

.logos1 {
    Top: 43px;
    position: relative;
}
.bodyF {
  background: #f1f1f1;
  font-family: Arial, Helvetica, sans-serif;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

/*h1 {*/
/*  font-size: 10vw;*/
/*  text-align: center;*/
/*  margin-top: 20px;*/
/*  color: #333;*/
/*}*/

.contenu {
  flex: 1 0 auto;
}

.contenu p {
  padding: 5vw 10vw;
  text-align: justify;
}

/*footer {
    flex-shrink: 0;
    border-top: 1px dashed #000;
    width: auto;
    background: #072146;
    height: 173px;
    margin-top: auto;
    
}*/
@media (min-width: 1081px) and (max-width: 2560px) {
    .formaem {
        margin: 20% 5% 45% 5%;
    }
    /** antes se veia bien asi !!!
    .formaem {
        margin: 20% 5% 60% 5%;
    }*/
}
@media (min-height: 790px) and (max-height: 925px) {
    /**para el footer con espacio en pantalla normal*/
    .formaem {
        margin: 20% 5% 60% 5%;
        width: 100%;
    }
}
@media (min-height: 930px) and (max-height: 1080px) {
    /**para el footer con espacio en pantalla gigante*/
    .formaem {
        margin: 20% 5% 80% 5% !important;
    }
}
@media (min-height: 1081px) and (max-height: 1190px) {
    /**para el footer con espacio en pantalla exagerada*/
    .formaem {
        margin: 20% 5% 100% 5% !important;
    }
}

@media (min-height: 1191px) and (max-height: 1350px) {
    /**para el footer con espacio en pantalla exagerada*/
    .formaem {
        margin: 32% 5% 100% 5% !important
    }
}
@media (min-height: 1351px) and (max-height: 1445px) {
    /**para el footer con espacio en pantalla exagerada*/
    .formaem {
        margin: 50% 5% 100% 5% !important
    }
}
/*footer {*/
/*    !* background: #072146; *!*/
/*    padding: 0 16px;*/
/*    margin: auto;*/
/*    !* display: flex; *!*/
/*    flex-direction: row;*/
/*    position: relative;*/
/*    width: 100%;*/
/*    z-index: 100;*/
/*    margin-top: auto;*/
/*    left: 0;*/
/*    height: 173px;*/
/*}*/

.contenu-footer{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    height: 100%;
}

.bloc {
    width: 50%;
    margin: 0 30px;
    height: 100%;
}

.textP1{
    font-size: 10px;
    font-family: 'BentonSansBBVABook';
}

.content{
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}


/*Estilos header y footer*/

@media (min-width: 320px) and (max-width: 1080px){

    .barra1 {
        display: none;
    }
    .txt20 {
        display: none;
    }
    .outside1 {
        display: none;
    }
    .headerRight {
        font-size: 10px;
        font-family: 'BentonSansBBVA-Medium';
        top: 65%;
        width: 100%;
        left: auto;
        /* position: absolute; */
    }
    .headerRight1 {
        font-size: 10px;
        font-family: 'BentonSansBBVA-Medium';
        top: 56%;
        width: 100%;
        left: auto;
        position: absolute;
    }
    .container {
        width: auto;
        padding: 0;
        /* margin-top: 8%; */
    }

    .contenu-footer {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }
    .footer-services {
        width: auto ;
        margin: auto;
        height: auto;
    }
    .logos1 {
        Top: 36px;
        position: relative;
        margin-left: 10%;
    }
    .iconos0 {
        top: -99px;
        right: -1%;
        position: relative;
        width: 135%;
        margin-top: auto;
        margin-left: auto;
    }
    .textP1 {
        font-size: 10px !important;
        left: 0%;
        position: relative;
        top: -14px;
    }
    .bloc {
        width: auto;
        margin: auto;
        height: auto;
    }
    .creaOP1 {
        color: #2DCCCD;
        font-family: 'BentonSansBBVA Medium';
        font-size: 10px;
        width: 100%;
        position: relative;
        top: 4%;
        font-size: 10px !important;
    }
    .creaOP {
        margin-top: -37%;
        margin-left: 17%;
        width: 100%;
    }
    .formaem {
        min-height: 64vh !important;
        margin-top: 25%;
    }

    .closex {
        height: 20px;
        width: 20px;
        margin-right: 0%;
        margin-top: 0%;
    }
    footer {

        height: 180px !important;
        padding: 0 0px !important;

    }
    .headerLogo {
        width: auto;
        max-width: 100%;
        height: auto;
        left: 0%;
        top: -10px;
        cursor: pointer;
        max-height: 20px;
        position: relative;
    }

}

@media(min-width:1080px) {

    .closex{
        display: none;

    }
    .closex1{
        display: none;

    }
} 
/* Estilo inicial del label dentro de .rel.clave */
.rel.clave .clave-label {
    position: absolute;
    margin: auto;
    overflow: hidden;
    cursor: text;
    transition: 0.2s ease all;
    top: 50%; /* Centrado verticalmente */
    left: 10px;
    transform: translateY(-50%);
    font-size: 15px;
     font-weight: normal;
     font-family: "BentonSansBBVA Book", Helvetica, Arial, sans-serif!important;
     color: #626262;
}

/* Cuando el input est� enfocado o tiene contenido */
.rel.clave .clave-input:focus ~ .clave-label,
.rel.clave .clave-input:not(:placeholder-shown) ~ .clave-label {
    font-family: "BentonSansBBVA Light", "Helvetica Neue", Arial, Helvetica, sans-serif!important;
    top: 18px;
    font-size:12px;
    color: #666666;
}

/* .password-strength {
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
}

.password-strength span {
    font-weight: bold;
} */

.glmlgcy-pass-strength-bar {
    margin: 0em 3.1em 0.625em 0em;
    padding: 0.15em;
    border-radius: 0.125em;
  }
  /* .color-bar1 {
    color: #C30A0A;
  }
  .color-bar2 {
    color: #C30A0A;
  }
  .color-bar3 {
   color: #B98409;
  }
  .color-bar4 {
    color: #277A3E;
  } */
  .glmlgcy-label-mp-verylow {
    width: 100%;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em;
    color: #C30A0A;
   /* margin-left: 16.5%;*/
  }
  .glmlgcy-label-mp-low {
    width: 100%;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em;
    color: #C30A0A;
   /* margin-left: 16.5%;*/
  }
  .glmlgcy-label-mp-middle {
    width: 100%;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em;
    color: #B98409;
   /* margin-left: 16.5%;*/
  }
  .glmlgcy-label-mp-high {
    width: 100%;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em;
    color: #277A3E;
   /* margin-left: 16.5%;*/
  }
  
  @media (max-width: 1080px) {
    .glmlgcy-label-mp-high {
     margin-left: 0%;
    }
    .glmlgcy-label-mp-verylow{
      margin-left: 0%;
    }
    .glmlgcy-label-mp-low{
      margin-left: 0%;
    }
    .glmlgcy-label-mp-middle{
      margin-left: 0%;
    }
  }

/*estilos nuevo posicionamiento*/

* {
    box-sizing: border-box;
    font-family: BentonSansBBVA, sans-serif, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

/*.container {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 2rem;*/
/*    min-height: 98vh;*/
/*}*/

.all_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    background-color: #fff;
    max-width: 1224px;
    margin: 0 auto;
    gap: 46rem;
}
.all_header_2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    background-color: #fff;
    max-width: 1224px;
    margin: 0 auto;
}

.right {
    display: flex;
    gap: 1rem;
    flex-direction: row;
}

.right_2{
    display: flex;
    gap: 3rem;
    flex-direction: row;
}

.logo1{
    height: 32px;
    max-width: 191px;
    width: 100%;
}

.title {
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 500;
    color: #070e46;
    margin-top: 17px;
}


/*.footer{*/
/*    background-color: #fff;*/
/*    color: #fff;*/
/*    min-height: 232px;*/
/*}*/

.footer-wrapper{
    margin: 1.5rem;
    margin-top: 0;
}

.footer-container{
    border-radius: 1rem;
    background: #001391;
    height: 232px;
    padding: 40px;
}

.footer-main{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1224px;
    margin: auto;
}

.footer-left{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.logo2{
    height: 30px;
    color: #fff;
}

.footer-right{

    display: flex;
    gap: .5rem;
}
.divider {
    width: 1px;
    height: 24px;
    background: #ccc;
    margin-top: .5rem;
}

.footer-copyright{
    text-align: left;
    font-size: 12px;
    color: #ffffffb3;
    padding-top: 10px;
    max-width: 1200px;
    margin: auto;
    margin-top: 2.5rem;
}

.main-content{
    flex: 1 0 auto;
    margin: 0 1.5rem;
}

.login-content{
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.login-form{
    max-width: 594px;
}
.login-form-container {
    height: 100%;
    background-color: #f5f7fa;
    border-radius: 16px;
    padding: 2.5rem;
}

.welcome-title{
    font-family: TiemposHeadline, serif, Arial, Helvetica, sans-serif;
    color: #070e46;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 1rem;
}

.login-form{
    width: 100%;
}

.form-group{
    margin-bottom: 1.5rem;
}

.form-floating{

    width: 100%;
}

.label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .15s ease-in-out, transform .15s ease-in-out;
    color: #47536d;
    font-size: 15px;
}

.social-icon {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: background-color .2s;
}

.close-btn {
    background: none;
    border: none;
    padding: .5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-sidebar {
    width: 392px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.login-sidebar .login-sidebar-card.new-user {
    font-size: 2rem;
    background-color: #FFF5E5;
}

.login-sidebar .login-sidebar-card {
    border-radius: 1rem;
    padding: 1.5rem;
}

.login-sidebar .login-sidebar-title {
    font-family: "BentonSansBBVABook";
    font-size: 14.5px;
    margin-top: 0;
    margin-bottom: 15px;
}

.lista {
    font-family: "BentonSansBBVABook";
    font-size: 13px;
}

.texto-1{
    font-family: "BentonSansBBVABook";
    font-size: 13px;
    color: #001391;
}

.form-control {
    width: 600px;
    position: relative;
    border-radius: 8px;
    background-color: #FFFFFF;
    height: 56px;
    transition: all 0.2s ease;
    display: flex;
    align-items: flex-end;
    padding: 0 12px;
    border: 2px solid #47536d;
}

.option{
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
}


.custom-select-display {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0px 13px;
    background-color: #fff;
    border: 2px solid #47536d;
    border-radius: 8px;
    /* cursor: pointer; */
    width: 100%;
    margin-bottom: 3.5rem;
}

.custom-select-display2{
    display: flex;
    align-items: center;
    height: 52px;
    padding: .375rem .75rem;
    background-color: #fff;
    border: 2px solid #47536d;
    border-radius: .5rem;
    cursor: pointer;
    width: 100%;
}

.select-input-field{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .15s ease-in-out, transform .15s ease-in-out;
    color: #47536d;
    font-size: 15px;
}

.options-list {
    position: absolute;
    margin-top: -14px;
    margin-left: -14px;
    width: 42%;
    max-height: 420px;
    overflow-y: auto;
    background: #fdfdfd;
    z-index: 10;
    border-radius: 1rem;
    padding: .5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}
.options-list2 {
    position: absolute;
    margin-top: 3px;
    margin-left: -14px;
    width: 42%;
    max-height: 420px;
    overflow-y: auto;
    background: #fdfdfd;
    z-index: 10;
    border-radius: 1rem;
    padding: .5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}
.options-list2 li {
    display: flex;
    align-items: center;
    padding: 1rem;
    padding-inline: 1rem;
    cursor: pointer;
    background: #b0b2b5;
    border-radius: .5rem;
    transition: background .2s, color .2s;
    height: 65px;
}
.options-list li {
    display: flex;
    align-items: center;
    padding: 1rem;
    padding-inline: 1rem;
    cursor: pointer;
    background: #b0b2b5;
    border-radius: .5rem;
    transition: background .2s, color .2s;
    height: 65px;
}

.button-container {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 2rem;
}
.btn-primary {
    background-color: #001391;
    color: #fff;
    border: none;
}
.btn-primary, .btn-secondary {
    padding: .75rem 1.5rem;
    border-radius: .5rem;
    font-size: .875rem;
    font-weight: 500 !important;
    cursor: pointer;
    transition: background-color .2s ease;
    height: 56px;
    min-width: 130px;
}

.btn-primary:hover {
    background-color: #003366;
}

.options-list li .option-label {
    color: #070e46;
    font-weight: 300;
}

.options-list li:hover {
    background-color: #001391;
}
.options-list2 li:hover {
    background-color: #001391;
}
.form-floating>.form-select~label {
    display: block;
    padding-top: 1rem;
    height: auto;
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translate(.15rem);
}

.hid {
    display: none;
}

.label-up {
    transform: translateY(-18px);
    font-size: 12px !important;
    transition: all 0.2s;
    margin-top: 4px;
    margin-left: 11px;
}
.label-up2 {
    transform: translateY(-18px);
    font-size: 12px !important;
    transition: all 0.2s;
    margin-top: 6px;
    margin-left: 11px;
}

.control-label {
    position: absolute;
    cursor: text;
    color: #757575;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    top: 236px;
    font-size: 15px;
    margin-left: 14px;
}
.control-label2 {
    position: absolute;
    cursor: text;
    color: #757575;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    top: 258px;
    font-size: 15px;
    margin-left: 14px;
}

.welcome-title2 {
    font-family: TiemposHeadline, serif, Arial, Helvetica, sans-serif;
    color: #070E46;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 1rem;
}
.texto-2 {

    font-family: BentonSansBBVA, sans-serif, Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #070e46;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #070E46;
}

.login-sidebar {
    width: 392px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.card-alert{
    display: flex;
    align-items: flex-start;
    padding: 1.25rem;
    border-radius: 16px;
    background-color: #D6E9F8;
}
.icon1{
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .75rem;
}

.prueba2{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 526px;
}
.texto-3{
    margin-top: 0px;
}
.step-indicator{
    display: inline-block;
    font-size: 14px;
    margin-bottom: 24px;
    background-color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    text-wrap: nowrap;
    font-weight: 300;
    font-style: italic;
    margin-top: -9px;
}
.step3-indicator{
    display: inline-block;
    font-size: 14px;
    margin-bottom: 24px;
    background-color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    text-wrap: nowrap;
    font-weight: 300;
    font-style: italic;
}

.control-label3 {
    position: absolute;
    cursor: text;
    color: #757575;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    top: 231px;
    font-size: 15px;
    margin-left: 14px;
}

.container-info{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    min-height: 98vh;
    background-color: #001391;
}

.contenedor-center{

    background-color: white;

}


.main-content-3 {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.container-datos-3 {

    background-color: #001391;
    position: absolute;
    inset: 0;
}

.login-form-container-3{
    position: relative;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px #d040400d;
    width: 100%;
    max-width: 1000px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 1.5rem;
}

.step-indicator-1 {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 12px;
    background-color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    text-wrap: nowrap;
    font-weight: 300;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.imagen-datos {
    display: flex;
    justify-content: space-around;
}
.imagen-datos-candado {

}

.otp-modal__info{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 clamp(.5rem, 10%, 2rem);
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: background-color .2s;
}

#operacion-container2 {

	overscroll-behavior-x: none;
    overflow-x: hidden;
    overflow: hidden;

}


.title2-step2 {
    font-size: 15px;
    font-family: 'BentonSansBBVABook';
    font-weight: 350;
    line-height: 24px;
    color: #070E46;
    margin-left: 35px;
}

.tx-dat {
    font-size: 15px;
    line-height: 24px;
    font-weight: 350;
    font-family: 'BentonSansBBVABook';
    width: 90%;
    margin-left: 3%;
    color: #070E46;
}

.title-step5{
    display: flex;
    justify-content: space-around;
    font-size: 32px;
    font-family: TiemposHeadline-Bold;
    color: #070E46;
    font-weight: 700;
}

.imagenesssss{
 
    width: 80px;
    height: 80px;
    margin-bottom: 20px;

}

.img-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 32px;
    font-family: 'TiemposHeadline Bold' !important;
    font-weight: 700;
    color: #070E46 !important;
}

.timer-container {
    width: 150px;
    height: 150px;
    position: relative;
    margin: 0px auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Estilo del texto */
.timer-time {
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 19px;
    font-weight: 600;
    color: #001f7f;
}

/* Estilo del SVG */
.timer-svg {
    width: 80%;
    height: 80%;
    transform: rotate(-90deg); /* Rota para que el progreso empiece en la parte superior */
}

/* Círculo de fondo (la parte clara) */
.timer-background {
    fill: none; /* Sin relleno */
    stroke: #e0e0e0; /* Color claro del trazo */
    stroke-width: 10; /* Grosor del trazo */
}

/* Círculo de progreso (la parte azul) */
.timer-progress {
    fill: none; /* Sin relleno */
    stroke: #0033a0; /* Color azul oscuro del trazo */
    stroke-width: 10; /* Grosor del trazo */
    stroke-linecap: round; /* Da un borde redondeado, como en tu imagen */
    
    /* Propiedades clave del SVG para el progreso: */
    /* La longitud total de la circunferencia (C = 2 * pi * r). Para r=45, C es aprox 283 */
    stroke-dasharray: 283; 
    /* Esta propiedad es la que animaremos con JavaScript. Inicialmente está en 0 */
    stroke-dashoffset: 0; 
    transition: stroke-dashoffset 1s linear; /* Suaviza el movimiento del progreso */
}

.conter {
    display: flex;
    margin-top: -54px;
    margin-left: 107px;
    font-size: 15px;
}

.content-step3{
    background-color: #FFF5E5;
    border-radius: 1.5rem;
    height: 145px;
    padding: 0 37px;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-direction: column;
}

.mega-content{
    background-color: #F7F8F8;
    padding: 2.5rem;
    border-radius: 1.5rem;
    margin-top: auto;
}

.mega-content-cvv{
    background-color: #F7F8F8;
    padding: 2.5rem;
    border-radius: 1.5rem;
    margin: auto;
    justify-content: center;
    display: flex;
}

.img-step3{
    
    width: 19.2px;
    height: 19.2px;

}

.fondo-text{
    background-color: #FFFFFF;
    border-radius: 1.5rem;
    padding: 0px 13px 0px 15px;
    width: 187px;
}

.imagen-final{
    width: 80px;
    height: 80px;
    margin-top: 26px;
}

.Parraf-ult {
    width: 100%;
    font-size: 15px;
    font-weight: 350;
}

.pepito{
    display: flex;
    column-gap: 1rem;
    align-items: center;
    font-family: 'BentonSansBBVA Medium';
    font-weight: 500;
}

.img-logo{
    width: 10px;
    height: auto;
}

.img-logo2{
    width: 10px;
    height: auto;
}

.peque-cuadro {
    display: flex;
    position: absolute;
    margin-top: -70px;
    max-width: 1182px;
    width: 95vw;
}

.peque-cuadro2 {
    display: flex;
    

}
.parrafo-peque{
    font-size: 12px;
    font-weight: 350;
    font-family: 'BentonSansBBVABook';
    color: #070E46;
    padding-left: 10px;
}

.titulo-modal{
    font-family: 'TiemposHeadline Bold';
    font-size: 40px;
    color: #070E46;
    font-weight: 700;
    margin-bottom: 49px;
}

.text-modal{
    font-size: 16px;
    font-weight: 350;
    color: #070E46;
    font-family: 'BentonSansBBVABook';
    margin-bottom: 36px;
}

.text-modal2{
    font-size: 16px;
    font-weight: 350;
    color: #070E46;
    font-family: 'BentonSansBBVABook';
}

.parte1 {
    width: 760px;
    height: 425px;
    margin: 46px;
    /* margin-top: 111px; */
}

.img-modal{
    width: 335px;
    height: 372px;
    margin-top: 64px;
    margin-left: -56px;
}

.boton-modal{
    background: #070E46;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0079c1, endColorstr=#00559d, GradientType=0)!important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 1.5rem;
    padding: 12px;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-shadow: none;
    font: 15px / 24px "BentonSansBBVA Medium", arial, sans-serif;
    position: relative;
    height: 56px;
    width: 128px;
    margin-left: 61% !important;
    display: inline-block;
    margin-top: 12%;
    border: 1px solid transparent;
}

.fa-angle-down3 {
    position: absolute;
    top: 78% !important;
    left: 89%;
    width: 24px;
    height: 24px;
    pointer-events: none;
    color: #1464a5;
}

.parrafo-ultimo{
    margin-left: 15.01px;
    color: #070E46;
    font-family: "BentonSansBBVABook" !important;
}

.inner-info{
    /* width: 60%;
    margin-left: 210px; */
    margin: 20px;
}

 .enmascara{
    font-size: 24px;
    font-family: 'BentonSansBBVA Medium';
    font-weight: 500;
    color: #070E46;
}