/*  Material icons
* ======================================================================= */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/MaterialIcons-Regular.eot"); /* For IE6-8 */
    src: local('Material Icons'),
      local('MaterialIcons-Regular'),
      url("../fonts/MaterialIcons-Regular.woff2") format('woff2'),
      url("../fonts/MaterialIcons-Regular.woff") format('woff'),
      url("../fonts/MaterialIcons-Regular.ttf") format('truetype');
  }
/* ======================================================================= */
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.main-container{padding: 0!important; margin: 0!important;}
h1{text-align: left!important}
.bkg-app{
    background-color: #F3F6F9;
}
.bg_cuentaNueva{
    background-image: none;
}

/* -LOGIN CSS- */
body {
    background: #f3f6f9;
}
.logo_BA{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.logo_BA img{
    height: 26px;
}
@media(min-width: 768px) {
    .logo_BA{
        text-align: start;
    }
}
.logo_BA
.boton_redes{
    padding: 14px 12% !important;
}
/* .boton_redes a{
    box-shadow: none;
} */
/* .boton_redes a:hover{
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
} */
.btn_baColor{
    padding: 8px 12% 20px 12%!important;
}
.btn_baColor a{
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .btn_baColor a:hover{
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
} */
/*.titulo{
    text-align: left!important;
    width: 100%;
}*/
.titulo{
    margin-top: 0;
    color: #38485C!important;
    font-family: 'Nunito'!important;
    font-weight: 700!important;
    font-size: 37px!important;
    line-height: 44px!important;
}
.subtitulo{
    color:#38485C!important;
    font-family: 'Open Sans'!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 13px!important;
    line-height: 20px!important;
}
.subtitulo2{
    color:#505E70!important;
    font-family: 'Open Sans'!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 24px!important;
}
.titulo-modal{
    margin-top: 0;
    color: #38485C!important;
    font-family: 'Nunito'!important;
    font-weight: 600!important;
    font-size: 21px!important;
    line-height: 28px!important;
}
.card_footer{
    margin-top: 50px;
}

/* -FONDO IMAGEN- */
/* -FONDO IMAGEN- */
.miba_image{
    height: 616px;
    padding: 0;
    margin-bottom: 120px;
}
.imagen{
    background-image: url(../img/institucional/obelisco-ba.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    margin: 64px 0 54px 32px;
    margin-right: 0;
    border-radius: 12px;
}
.miba_contenedor {
    display: flex;
    align-items: normal;
    justify-content: center;
    align-content: center;
}
.miba_permiso{
   background-color: #e8e8e8;
   padding: 8%;
}
.imagen.img_crear {
    background-image: url(../img/institucional/obelisco-ba.png);
}
.imagen_datos{
    background-image: url(../images/img_datos_adicionales.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    border-radius: 12px;
}
.imagen_nueva_cuenta{
    background-image: url(../images/img_mano_celu.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    border-radius: 12px;
}
.imagen_verificar_mail{
    background-image: url(../img/institucional/obelisco-ba.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center; 
    border-radius: 12px;
}
.imagen_error{
    background-image: url(../img/institucional/obelisco-ba.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center; 
    margin: 64px 0 54px 32px;
    margin-right: 0;
    border-radius: 12px;
}
.imagen_user_disabled{
    background-image: url(../images/img_necPermis.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center; 
    border-radius: 12px;
}

@media (max-width: 991px){
    .imagen_error_mobile {
     background-image: url(../images/img_error_mobile.svg);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    height: 210px;
    background-position: center; 
    border-radius: 12px;
	width: 100%;
	padding: 8px 5%;
    }
}

@media (max-width: 991px){
    .imagen_error {
        display: none;
    }
}

.imagen_permisos{
    background-image: url(../images/permisos.svg);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center; 
    border-radius: 12px;
	margin-left: 11%;
}
.btn_volver {
    /* color: #777777!important;
    margin-right: 5px; */
    text-decoration: underline;
}
.datos_collapse{
    width:100%;
}
.datos_collapse a{
color: #38485C!important;
    font-size: 12px;
    background-color: transparent!important;
}
.datos_collapse a:hover{
    color: #19c3e3;
    font-size: 12px;
	background-color: transparent!important;
    color: #005387!important;
}
.datos_collapse span{
    color: #38485C;
    margin-right: 5px;
}
.datos_collapse .panel-heading{
    border: 0!important;
}
.txt_agregar{
    /* font-size: 12px!important; */
    font-weight: 600!important;
    color: #333333!important;
}
.icon_agregar{
    float: right;
    margin-left:5px;
}
.txt_agregar_otro{
    /* font-size: 12px!important; */
	font-family: 'Open Sans'!important;
    font-style: normal!important;
    font-weight: 600!important;
    font-size: 13px!important;
    line-height: 20px!important;
    color: #007BC7!important;
}
.txt_cancelar{
	font-family: 'Open Sans'!important;
    font-style: normal!important;
    font-weight: 600!important;
    font-size: 13px!important;
    line-height: 20px!important;
    color: #38485C!important;
}
/* .agregar_datos{
    color: #333333!important;
    font-size: 13px!important;
    font-weight: 500;
} */

/*ESTILOS CSS BA*/
/* LOGIN */
.container.login {display: flex; flex-direction: column; justify-content: space-around; min-height: calc(100% - 150px); padding-top: 90px; }
.container.login .col.s12{ float:none; margin:0 auto; }
.container.login .input-field { margin-top:0px; }
.container.login .titulo {width: 100%;text-align: center;}

select {border: none; margin-bottom: 20px; padding: 10px 0px; font-size: 14px; border-bottom: 1px solid #9e9e9e; transition: all, 0.3s;}
/* select:focus { outline: none; border:none; background: none; border-bottom: 2px solid #555;} */
select option { padding: 10px 0px;  background-color: #fff;}

.card.login {
    background-color: #ffffff;
    display: block;
    border-radius: 12px!important;
    /* margin-bottom: 3rem;*/
    min-height: 616px; 
}
form.card-content {overflow: visible !important;}

.card.login .card-content { padding: 8px 24px;}
.card.login .card-content h3.titulo:before { content: none; margin: 0px; }
.card.login .mtop{ margin-top: 10px; }
.card.login .mbot{ margin-bottom: 20px; }
.row.log-divider{margin-top: 10px;margin-bottom: 10px;height: 20px;}
.row.log-divider .col.s2 { margin-top:-10px; }
/*.card.login a {
    text-decoration: underline;
}*/
.secContenedor__botones{
    display: flex;
    justify-content: right;
    padding: 0!important;
}
.nmb{ margin-bottom:0px; }

a.btn.social, button.btn.social {
    width: 100%;
    padding: 0px;
    text-transform: none;
    font-weight: 600;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 4px 10px;
    gap: 5px;
}
a.btn.social .social-icon, button.btn.social .social-icon {
    display:block;
    min-width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 95%;
    border-radius: 36px;
}
.social-text-container .btn-primary_text_social {
    padding: 0 !important;
}

.social-text-container {
    flex-grow: 1;
    margin: 0;
    text-align: center;
}

.card-content p.social-text {text-align: center; font-family: 'Open Sans'; font-size: 16px; }
a.btn.social.facebook, button.btn.social.facebook {margin-bottom: 15px;background-color:#2D66B1; color: #fff;align-items:center;}
a.btn.social.google, button.btn.social.google { margin-bottom: 15px; background-color: #2984FC; color: #fff;;align-items:center;}
a.btn.social.agip, button.btn.social.agip { 
	background-color: #4daa5b; 
	color: #fff;;align-items:center;
}
a.btn.social.agip:hover, button.btn.social.agip:hover,a.btn.social.agip:focus, button.btn.social.agip:focus {
	background-color: #186E37 !important;
	color: #FFF !important;
	box-shadow: none !important;
	border: 4px solid #0D5427!important;
	border-radius: 4px;
  }

a.btn.social.quarkId, button.btn.social.quarkId { 
	background-color: #008AA1; 
	color: #fff;
    align-items:center;
}
a.btn.social.quarkId:hover, button.btn.social.quarkId:hover,a.btn.social.quarkId:focus, button.btn.social.quarkId:focus {
	background-color: #117989 !important;
	color: #FFF !important;
	box-shadow: none !important;
	border: 4px solid #025765 !important;
	border-radius: 4px;
}

a.btn.social.appmiBA, button.btn.social.appmiBA { 
	background-color: #153244; 
	color: #fff;
    align-items:center;
}
a.btn.social.appmiBA:hover, button.btn.social.appmiBA:hover,a.btn.social.appmiBA:focus, button.btn.social.appmiBA:focus {
	background-color: #153244 !important;
	color: #FFF !important;
	box-shadow: none !important;
	border: 4px solid #025765 !important;
	border-radius: 4px;
}

a.btn.social.facebook .social-icon, button.btn.social.facebook .social-icon {background-image: url('../images/icons/facebook-logo-btn.svg');}
a.btn.social.google .social-icon, button.btn.social.google .social-icon { background-image: url('../images/icons/google-logo-btn.svg');}
a.btn.social.agip .social-icon, button.btn.social.agip .social-icon {background-image: url('../images/icons/agip-logo.png');}
a.btn.social.quarkId .social-icon, button.btn.social.quarkId .social-icon {background-image: url('../images/icons/quarkId-logo.png');}
a.btn.social.appmiBA .social-icon, button.btn.social.appmiBA .social-icon {background-image: url('../images/icons/app_miBA-logo.png');}

button.btn.btn_icon { 

    width: 100%;
    text-transform: none;
    display: flex;
    justify-content: center;
    /* padding-left: 20%; */
}
.btn-volver {
    font-family: 'Open Sans'!important;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #38485C!important;
    text-decoration: none!important;
    place-content: center;
}
.email .social-icon {
    background-image: url(../images/icons/baseline-email-24px.svg);
    background-color: white;
}
.input-link {
    color: #19c3e3;
    border: none;
    background-color: #fff;
    text-decoration: underline;
    padding-bottom: 2px;
}
/*.input-link:hover, .input-link:focus {
    color: #119db7;
}*/

.icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
}

.icon.instagram {
    background-image: url('../images/icons/instagram.svg');
}
.icon.facebook {
    background-image: url('../images/icons/facebook-f.svg');
}
.icon.twitter {
    background-image: url('../images/icons/twitter.svg');
}
.icon.youtube {
    background-image: url('../images/icons/youtube.svg');
}
.icon.linkedin {
    background-image: url('../images/icons/linkedin.svg');
}
.imagen_header {
    display: flex;
    align-items: flex-end;
}

.btn.baColor{ background-color:#FDD204; color:#000; height: 45px; line-height: 45px; text-transform: none; }
.mg-20 { margin: 20px 0;}

div.alert-validator { margin-top: -18px;}
div.alert-validator-select { margin-top: -38px; position: absolute;}


.dividerL {margin: 0 0 0 50px!important; border-bottom: 1px solid #e0e0e0; height: 10px;}
.dividerR {margin: 0 50px 0 0!important; border-bottom: 1px solid #e0e0e0; height: 10px;}

@media (max-width: 420px) {
	ul.servicios li img { height:16px; }
}
/* FIN LOGIN */

/* CARDS*/
.card .titulo {margin-bottom: -6px;float: left;}
.card-header {
    margin-bottom: 1rem;
    background-color: unset;
    padding-left: 0;
    padding-right: 0;
}
.card .card-content {
    line-height: 18px; font-size: 14px; color:#666; min-height: 50px;
    display: flex;
    flex-wrap: wrap;
} 
.card .card-content i.right { margin:-1px -8px 0 0; }
.card .card-action, .card .card-content { clear: both; padding: 15px ; overflow: hidden; width: 100%;} 
.card .card-action { margin-top:-1px; background-color: #fff; padding:8px 10px; border-radius: 0 0 2px 2px;}
.card .card-action a { color: #039be5 !important; }
.card .card-action a.btn-flat { font-size: 13px !important; padding: 0 18px; transition: all, 0.3s; }
.card .card-action a i{float: right; margin-top:1px;}
.card span.excerpt {line-height: 15px; opacity: 0.9; float: left; font-size: 12px;}
.card .dropdown-button { margin-bottom: -20px; margin-top: 0px; height: 37px; }
.card.col{ padding:0px; }
.modal.card {margin:0px;}

.card .collection { margin: 0px 0px 0px; border-left: none; border-right: none; border-bottom: none; border-top-style: solid; }
.card .collection-item { line-height: 18px; overflow: hidden; transition: all, 0.3s; position: relative; }
.card .collection-item.empty {padding-top: 35px; padding-bottom: 35px; }
.card .collection-item p { font-size: 14px; margin:0px;}
.card #lines .collection-item { padding-left: 55px; display: flex; flex-direction: column;}
.card #lines .collection-item.hidden, .card .collection-item.hidden { display: none; }
.card #lines .collection-item.visible { display: flex; }
.card #lines .col { line-height: 30px; padding: 14px; border-right: 1px solid rgba(0, 0, 0, 0.07); }
.card #lines .col > .subteLine { float: left; position: relative; margin-right: 10px; left: 0; margin-left: 15px; }
/*.card .collection-item:hover { background-color: rgba(0, 0, 0, 0.03); }*/
.card .collection-item div.entrada{ float: left; width: 65% }
.card .collection.feed .collection-item small.top{ float: left; width: 100%; line-height: 10px; display: inline-block;}
.card .collection.feed .collection-item small {opacity:0.7;}
.card a.collection-item { color: #666; padding: 15px; }
.card a.collection-item:hover { color: #000; }
.card span.itemTitle { display: block; margin:0px 0px 12px; font-size: 14px; color:#555; line-height: 16px; font-weight: bold;}
.card span { font-size: 12px; line-height: 12px; color:#777; }

.card img.thumbnail { width: 30%; height: 72px; float: left; margin-right: 5%; background-color: #eee; }
.card li em { display: block; font-size: 12px; }

.card-content.short {padding: 10px 15px;}

li.cards-list-item ul{ margin-bottom: 0px; }

li > h3:before{ content:''; display: inline-block; width: 25px; height: 25px; background-repeat: no-repeat; background-position: center center; background-size: contain; margin-right: 10px; margin-top: 0px; float: left;}
li.cards-list-item h3 { line-height: 30px; }
/* FIN CARDS */

.waves-effect{
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
/* FIN CSS BA */
.form-login {
    padding: 3rem 0;
}
.login_pasos{
    min-height: 39px!important;
}
.has-button .btn{
    top: 0px;
    height: 48px;
    padding: 4px 0 0 0;
}
.has-button select{
    margin-bottom: 0;
}
.panel-body{
    padding: 15px 0!important;
}
.btn_guardar{
    padding: 0!important;
}
.btn_guardar a{
    color: #000!important;
}

.pasos {
    /*width: 100%;
    border-bottom: 1px solid #e6ebf0;
    margin-bottom: 8px;*/
}
.pasos .paso {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background-color: #e6ebf0;
    border: solid 1px #38485c;
    margin-right: 5px;
}
.paso.lleno {
    background-color: #38485c;
}
.pasos .pasos-label {
    display: inline-block;
    margin: 0;
    margin-left: 1.5rem;
}

@media(min-width: 767px){
    .bg_cuentaNueva{
        display: block;
        background-image: url(../images/img_fondo-ingreso.png);
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-size: contain;
        height: 100vh;
        border-radius: 12px;
    }
    .imagen, .imagen_datos{
        display: block;
    }
}
.icon-align{
    font-size: 1.2em!important;
    line-height: 2.3em!important;
}
.card span {
    font-size: 13px;
}
.card span.alert-error {
    font-size: 13px;
    color:  #FFFFFF;
    line-height: 1.5;
}
.card span.alert-info {
    font-size: 13px;
    color:  #FFFFFF;
    line-height: 1.5;
}
.card span.alert-success {
    font-size: 13px;
    color:  #FFFFFF;
    line-height: 1.5;

}
.card span.alert-warning {
    font-size: 13px;
    color:  #FFFFFF;
    line-height: 1.5;
}


.btn_alto_sinMedia{
    height: 48px;
}
.btn_alto{
    height: 52px;
}
.txt_login_o{
    font-size: 11px;
}
.txt_subtitulo{
    font-size: 13px;
    line-height: 1.54;
    width: 100%;
    margin: 0;
    color: #505E70;
}
.txt_label_ingCorreo{
    font-size: 11px;
    font-weight: 400;
}
.txt_label_weight{
    font-weight: 400;
    margin: 0;
}
.terms-links {
    text-align: center;
    margin-top: 24px;
    font-size: 13px;
    line-height: 20px;
}
.pointer {
	cursor: pointer;
}

.hr_class{
    border-color:#E6EBF0;
}
.spacer {
    margin: 24px 0;
}

/**Estilos Datos adicionales*/
.paso_de{
    font-weight: 200!important;
}
.btn-group{
    display: inline-flex;
    margin-top: 18px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif!important;
	justify-content: space-between;
}

.btn-group .btn{
    padding-left: 0px;
    padding-right: 0px;
    background: transparent;
    border-radius: 4px!important;
}
.btn-group .btn.active {
    background: #CCF1FC;
    color: #19c3e3;
    border: 1px solid #00B9F1!important;
    box-shadow: none;
    border-radius: 4px!important;
}
.radioDir{
    margin-right: 5px;
}
.btn_tu_direccion{
    width:110px!important;
    padding-top: 10px;
    padding-bottom:10px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif!important;
    font-weight: 600;
}
.margint_forms{
    margin-top: 10px;
}
.margint_formsx2{
    margin-top: 25px;
}
.enviar_link{
    font-size: 14px;
    font-weight: 400;
    float: left;
}
.enviar_almail{
    font-size: 12px;
    font-weight: 400;
    float: left;
    margin-left: 50px;
    line-height: normal;
}

.chevron_margin{
    margin-left: 150px;
}
.notenes_margin{
    margin-top: 100px;
}

@media (max-width: 768px){
    .chevron_margin{
        margin-left:110px;
    }
}

/*estilo del dropdown de las banderitas*/
.clip-circle {
    clip-path: circle(28% at center);
}
.bootstrap-select .dropdown-menu{
    border: 1px solid #7a9cd3;
    width: 220px;
    padding: 5px 0;
    position: inherit;
    border-radius: 0px;
    box-shadow: none;
    max-height: 250px!important;
    overflow-x: hidden!important;
}
.dropdown-menu>li>a {
    padding: 3px 0px;
}
.f32 .flag{
    vertical-align: middle!important; 
    margin-top: -1px!important;
}
.white-tooltip{
    background-color: #ffffff;
    color:black!important;
}
.white-tooltip + .tooltip > .tooltip-inner {background-color: #ffffff;color:black;}
/* .white-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#ffffff; color:black;} */

/* .tooltip{
    box-shadow: 0px 0px 5px 0px darkgrey;
    z-index: 1099;
} */

.tooltip_help{
    margin: 14px 0 0 -20px;
}
.icon_help{
    font-size: 22px!important;
    color: #919191!important;
	opacity: 100%;
    /* float: right; */
}
.fl{
    float: right;
}
/* Icono V collapse */
.panel-heading .glyphicon{
    transition: .3s transform ease-in-out;
}
.panel-heading .collapsed .glyphicon {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.panel-heading .material-icons{
    transition: .3s transform ease-in-out;
}
.panel-heading .collapsed .material-icons {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.card .card-content .cred span { background: transparent;border:1px solid #a0a0a0!important;border-left: 0!important}

.txt_error{
    margin-top: 20px;
}
/*/// Media para grilla anti estandar ///*/
.anti_estandar{
    width: 100%;
}
@media (max-width: 768px){
    .anti_estandar {
        width: 100%;
    }
}
.anti_estandar_col6{
    width: 99%;
}
@media (max-width: 768px){
    .anti_estandar_col6 {
        width: auto;
    }
}
.fc_padding{
    padding: 11px 12px 4px; 
}
.anti_estandar_dires{
    width: 87.5%;
}
@media (max-width: 768px){
    .anti_estandar_dires {
        width: 94%;
    }
}
.col_especia_conTt{
    width: 91.333333%;
}
@media (max-width: 768px){
    .col_especia_conTt{
        width: 87.333333%;
    }
}
.col_especia_conTc{
    width: 90.7%;
}
@media (max-width: 768px){
    .col_especia_conTc{
        width: 100%;
    }
}
.anti_estandar_aditionaldata{
    width: 90.5%;
}
@media (max-width: 768px){
    .anti_estandar_aditionaldata {
        width: 100%;
    }
}
/* Fin Media */

.image_icon_tooltip::after{
    content: "";
    background: url(images/image_icon_tooltip.png) no-repeat;
    position:absolute;
    top: 63%;
    left: 87%;
    width: 30px;
    height: 30px;  
    /*background-image: url(../images/image_icon_tooltip.png);
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;  */
}
.icon_V{
    font-size: 22px!important;
    color: #333333!important;
    margin-right: 20px;
    line-height: .5;
}
.input-group-addon{
    background-color: #F3F6F9;
	color: #38485C;
}
.card_permiso{
    margin: 24px 0;
    width: 100%;
}
.card_permiso .permiso-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    align-items: center;
    width: 100%;
    gap: 14px;
    margin-bottom: 24px;
}
.card_permiso .permiso-item:last-child {
    margin-bottom: 0;
}
.permiso-item .permiso-icon {
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
}
.iconPermisos_perfil{
    background-image: url(../images/perfil_consentimiento.svg);
}
.imagen.img-permisos {
    background-image: url(../images/hombre-obelisco-ba.jpg);
}
.iconPermisos_perfil{
    background-image: url(../images/perfil_consentimiento.svg);
}
.iconPermisos_email{
    background-image: url(../images/mail_consentimiento.svg);
}
.iconPermisos_direccion{
    background-image: url(../images/direccion_consentimiento.svg);
}
.iconPermisos_datPerso{
    background-image: url(../images/datos_consentimiento.svg);
}
.mb_conf{
    margin-bottom: 20px;
}
.mt_iconitos{
    margin-top: 10px;
    margin-left: 14px;
    margin-right: 5px;
}
.btn_gigante_modal{
    padding: 15px 80px;
}
@media(max-width: 425px){
    .btn_gigante_modal{
        width: 100%;
    }
    .form-login {
        padding: 0px;
    }
    .form-login .btn.social {
        margin: 0;
    }
    .login .txt_olvidaste {
        padding-bottom: 20px;
    }
    .login .txt_crear_cuenta {
        margin: 10px 0;
    }
    .login .txt_crear_cuenta a {
        white-space: nowrap;
    }
    .card.login {
        min-height: auto;
    }
}
.btn-link_custom{
    color: #666666 !important;
}
.btn-link_custom:hover, .btn-link_custom:focus {
    color: #4e4e4e !important;
}
.btn-danger_link{
    color: #d9534f;
}
.btn-danger_link:hover, .btn-danger_link:focus{
    color: #c44c48;
}
.ajuste_link_padding{
    padding: 15px 60px!important;
}
.ajuste_link_padding1{
    padding: 15px 50px!important;
}
.ajuste_link_padding2{
    padding: 10px 50px;
}
.asd{
    -webkit-box-shadow: none;
}
.imagen_sopermi{
    background-image: url(../images/img_necPermis.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    height: 160px;
    background-position: center;
    border-radius: 12px;
    margin-top: 40px;
}
.size_x{
    font-size: 20px!important;
}
.mt_btn_CP{
    margin-top: 40px;
}
.alto_btnTipo{
    height: 45px;
}
.txt_capitalize{
    text-decoration: capitalize;
}
.div_alto_fijo{
    height: calc(100vh - 420px);
    overflow-y: auto!important;
    margin-bottom: 20px;
}
.btn_tyc{
    padding-top: 10px!important;
}
@media(max-width: 420px){
    .btn_tyc{
        padding-top: 20px!important;
    }
}
input.userInfo {
    text-transform: capitalize;
}
.modal_sizeCP{
    width: fit-content;
    margin-left: 14%;
}
@media (max-width:767px){
    .modal_sizeCP{
        width: fit-content;
        margin-left: 0%;
    }
}
.tipo_marginCP{
    width: 70%;
    margin-left: 15%;
}
@media (max-width: 767px){
    .tipo_marginCP{
        width: 100%;
        margin-left: auto;
    }
}
.btn_celeste{
    color: #00B9F1!important;
}
.btn_celeste:hover, .btn_celeste:focus {
    color: #00B9F1!important;
}
.mb-cero{
    margin-bottom: 0!important;
}
.card_permiso{
    margin-top: 20px;
}
.g-recaptcha {
    transform:scale(0.87);
    transform-origin:0 0;
    -webkit-transform:scale(0.87);
    -moz-transform:scale(0.87);
    -ms-transform:scale(0.87);
    -o-transform:scale(0.87);
}
.v-a{
    vertical-align: middle;
}
.mb-success-new{
    background-color: #F5FCF8;
	border: 1px solid #26874A;
	border-radius: 8px;
	padding: 8px 0px;
	border-left: 10px solid #26874A;
}
.check_icon {
	font-size: 20px!important;
	color: #26874A!important;
	margin-top: 5px!important;
}
.icon_message-new {
	padding: 4px 13px;
	margin-top: 0;
}
.mb-error-new{
    background-color: #FCF5F5;
	border: 1px solid #BA4641;
	border-radius: 8px;
	padding: 8px 0px;
	border-left: 10px solid #BA4641;
}
.mb-info-new{
    background-color: #F5F9FC;
	border: 1px solid #327BC1;
	border-radius: 8px;
	padding: 8px 0px;
	border-left: 10px solid #327BC1;
}
.mb-warning-new{
    background-color: #FCF9F5;
	border: 1px solid #F3AB4B;
	border-radius: 8px;
	padding: 8px 0px;
	border-left: 10px solid #F3AB4B;
}

.mb-error{
    background-color: #E74C3C;
    padding: 10px;
    font-size: 12px;
    color: #ffffff;
    width: 85%;
    margin-left: 15px;
    margin-bottom: 15px;
}
.mb-error-dat-adi{
    background-color: #E74C3C;
    padding: 10px;
    font-size: 12px;
    color: #ffffff;
    width: 91%;
    margin-left: 0;
    margin-bottom: 15px;
}
.mb-error-dat-obli{
    background-color: #E74C3C;
    padding: 10px;
    font-size: 12px;
    color: #ffffff;
    width: 81.5%;
    margin-left: 20px;
    margin-bottom: 15px;
}
.mb-error-login{
    background-color: #E74C3C;
    padding: 10px;
    font-size: 12px;
    color: #ffffff;
    width: 90%;
    margin-left: 20px;
    margin-bottom: 15px;
    text-align: center;
}
div.alert-error {
    font-size: 12px;
    color: #ffffff;
    
}
.mb-success{
    background-color: #F5FCF8;
    padding: 10px;
    font-size: 12px;
    color: #ffffff;
    width: 90%;
    margin-left: 15px;
    margin-top: 15px;
    text-align: center;
}
div.alert-success {
    font-size: 12px;
    color: #FFFFFF;
}
.mb-warning{
    background-color: rgb(181, 131, 24);
    padding: 10px;
    font-size: 12px;
    color: #ffffff;
    width: 90%;
    margin-left: 15px;
    margin-top: 15px;
    text-align: center;
}
div.alert-warning {
    font-size: 12px;
    color: #FFFFFF;
}
.mb-info{
    background-color: rgb(24, 131, 181);
    padding: 10px;
    font-size: 12px;
    color: #ffffff;
    width: 90%;
    margin-left: 15px;
    margin-top: 15px;
    text-align: center;
}
div.alert-info {
    font-size: 12px;
    color: #FFFFFF;
}
.ml-panel-title{
    margin-left: 20px;
}
@media(max-width:768px){
    .ajuste_inputMobile_x{
        margin-bottom: 15px;
    }
}

.header_content_nb{
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.25);
    height: 50px;
}
.logo_BA_nb img{
    width: 6%;
    margin-top: 10px;
    margin-left: 25px;
}
@media (max-width:425px){
    .logo_BA_nb img{
        width: 27%;
    }
}
@media (min-width:425px) and (max-width:767px){
    .logo_BA_nb img{
        width: 22%;
    }
}
@media (min-width:768px) and (max-width:1024px){
    .logo_BA_nb img{
        width: 12%;
    }
}

.noBrowser_wrapper {
    width: 60%;
    margin: 0 auto;
}
@media (max-width:768px){
    .noBrowser_wrapper {
        width: 90%;
        margin: 0 auto;
    }
}
.bg_link_copiar{
    background-color:#F4F4F4;
    padding: 13px 10px;
    border-radius: 25px;
    white-space: nowrap;
}
.txt-desborde{
    text-overflow: ellipsis;
    overflow: hidden;
}
.size_copiar-link{
    width: 80%;
    margin-left: 10%;
}
.marB{
    margin-bottom: 30px;
}
.martB{
    margin-top: 3%;
    margin-bottom: 3%;
}
.footer_content_nb{
    height: 10%;
    background-color: #343434;
}

.logo_BA_footer_nb img{
    width: 160px;
    margin-top: 40px;
    margin-left: 85px;
}
.logo_BA_footer_nb2 img{
    width: 240px;
    margin-top: 40px;
    margin-right: 85px;
    float: right;
}
@media (max-width:768px){
    .logo_BA_footer_nb img{
        width: 120px;
        margin-left: 45px;
    }
    .logo_BA_footer_nb2 img{
        width: 200px;
        margin-right: 45px;
    }
    .hr_size{
        margin-left: 15px;
        margin-right: 15px;
    }
}
.linea_footer_etc{
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    padding-bottom: 10px;
}
.hr_size{
    margin-left: 85px;
    margin-right: 85px;
}
.p_size_bajadas{
    font-size: 16px;
}
textarea {
    resize: vertical; /* user can resize vertically, but width is fixed */
}
.H_textarea{
    border: 1px solid #a0a0a0!important;
    font-size: 13px!important;
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
}
::placeholder {
    color: rgb(212, 212, 212);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(212, 212, 212);
}

.error_icon{
    color: #C93B3B;
    font-size: 14px;
}
.input-error {
    border: 2px solid #C93B3B!important;
}
.input-group-addon_calendario.input-error{
    border-left: none!important;
}
.form-control_calendario.input-error{
    border-right: none!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(212, 212, 212);
}
.input_ML{
    padding-left: 5px!important;
}
.input_MR{
    padding-right: 5px!important;
}
.input_PB{
    padding-bottom: 5%!important;
}
@media (min-width: 320px) and (max-width: 768px){
    .input_ML{
        padding-left: 15px!important;
    }
    .input_MR{
        padding-right: 15px!important;
    }
}
.modal-body{
    padding: 24px;
}
.panel-heading {
	padding: 0;
}
@media (max-width:375px){
    .modal-body{
        padding: 15px 20px;
    }
}
.cuerpo__modal{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 7.35%), #38485c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #38485c;
    background-clip: text;
    text-fill-color: transparent;
    flex: none;
    order: 0;
    flex-grow: 0;
    background-color: transparent;
}
.modal-content {
	background: #FFFFFF;
	border: 1px solid #E6EBF0;
	box-shadow: 0px 1px 3px rgba(56, 72, 92, 0.2);
	border-radius: 12px;	
}
.modal-content-button {
	display:flex;
	justify-content: flex-end;
	align-items: center;
	margin-right:15px;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 50%!important;
	}
	.modal-content-actividad {
		width: 900px;
		height: auto;
	}
	.modal-dialog.modal-content-confirm {
		width: 30%!important;
		margin-top: 10%;
	}	
}
@media (max-width: 767px) {
	.modal-dialog.modal-content-confirm {
		margin-top: 40%;
	}	
	.modal-content-button-login {
		flex-direction: column;
		align-items: flex-end;
		margin: 12px;
	}
	button.btn.social {
		margin-right: 0!important;
	}
}
.modal-divider {
    padding: 0 24px;
}

.full-width {
    width: 100%;
}
.div_alto_fijo_login {
    height: calc(100vh - 300px);
    overflow-y: auto!important;
    margin-bottom: 16px;
    padding: 0!important;
}

@media (min-width: 768px){
    .modal-dialog {
        margin-top: 10vh;
    }

    .div_alto_fijo_login {
        height: 40vh;
    }
}

.bradius_tyc{
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.txt_olvidaste{
    font-weight: normal;
    width: 100%;
	padding: 10px 0 40px 0;
    margin-bottom: 0;
}
.txt_link_center {
	justify-content:center;
}
.txt_olvidaste a {
	color: #007BC7;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	text-decoration-line: underline!important;
}	
.txt_crear_cuenta{
    font-weight: normal;
    width: 100%;
	margin: 15px 0;
}
.txt_crear_cuenta input {
	color: #007BC7;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	text-decoration-line: underline;
}	
.txt_crear_cuenta input:hover {
	color:#005387;
}
.txt_crear_cuenta input:focus{
  background-color: #38485C;
  color: #FFF;
}
.txt_ink_tyc{
    line-height: 1.5!important;
    font-weight: normal;
    font-size: 13px!important;
}
.mb-success-bg{
    background-color: transparent!important;
    font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #505E70;
}
.font_openSans{
    font-family: 'Open Sans', sans-serif;
}
.font_chanewei{
    font-family: "CHANEWEI", Helvetica, Arial, sans-serif;
}
.font_bold {
font-weight: bold;
}

@media (max-width: 991px){
    .text-center_mobile{
    text-align: center!important;
    float: none!important;
}
}
.form-control{
    min-height: 48px!important;
    border: 2px solid #38485c; 
    margin-top: 1rem;
    background-color: #F3F6F9!important;
    border-radius: 4px;
    font-family: "Open Sans"!important;
	color: #38485C;
}
.form-control:focus {
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    border: 2px solid #005387!important;
}
.form-control_calendario + .input-group-addon,
.form-control_calendario:focus + .input-group-addon,
.form-control_calendario.ng-valid:focus + .input-group-addon,
.form-control_calendario.ng-valid + .input-group-addon {
    border: 2px solid #38485c ;
    border-left: none!important;
    float: none;
}
.form-control_calendario:focus + .input-group-addon,
.form-control_calendario.ng-valid:focus + .input-group-addon {
    border: 2px solid #005387!important;
    border-left: none!important;
}
.form-control_calendario,
.form-control_calendario:focus,
.form-control_calendario.ng-valid,
.form-control_calendario.ng-valid:focus
{
    border-right: none!important;
}
.form-control {
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}
.form-control_label{
    font-family: 'Open Sans'!important;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #38485C;
    flex: none;
    order: 0;
    flex-grow: 0;
	margin-bottom: 0;
}
.form-control_help{
    font-family: 'Open Sans'!important;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: inherit!important;
    color: #38485C;
    flex: none;
    order: 1;
    flex-grow: 0;
    display: block;
    margin-top: 1rem;
}
.form-control_check{
    height: 20px;
    width: 20px;
    border: 2px solid #38485C;
}
.form-control:placeholder-shown, .form-control:placeholder-shown+#icon-calendar {
    border-color: rgba(0, 0, 0, 0.02);
}
.form-control:focus, .form-control.valid:focus {
    border: 2px solid #38485c;
}
.form-control.valid {
    border: 1px solid #38485c;
}
.form-control.invalid {
    border: 2px solid #d9534f;
}
.form-control_text{
    font-family: 'Open Sans'!important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px!important;
    line-height: 24px;
    color: #38485C!important;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.form-control_inputText {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #505E70;
}
.miba-form-group {
    width: 100%;
}
.miba-form-group .help-block {
    font-size: 13px;
    margin: 0;
    margin-bottom: 5px;
    color: #38485C;
}
.txt_tit_permisos{
    font-family: 'Open Sans'!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 24px!important;   
    color: #505E70!important;
    margin-bottom: 4px;
}
.txt_error_input{
    color:#C93B3B!important;
    font-family: 'Open Sans'!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 13px!important;
    line-height: 20px!important;
}
.div-error-inline {
	margin-top:5px;
	display: flex;
	gap: 5px;
	align-items: center;
}
/*HEADER Inicio*/
#header {
    position: relative;
    height: 64px;
    /*border-bottom: 1px solid #cccccc;*/
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(56, 72, 92, 0.161);
    padding: 20px 0px!important;
}

.arrow_back_icon{
    color: #007BC7;
    vertical-align: middle;
    margin-right: 1rem;
}
.enlace-boton {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline!important;
    color: #007BC7;
    flex: none;
    order: 1;
    flex-grow: 0;	
	background-color: transparent;
	border: 0
}
.enlace-boton:focus {
    color: white!important;
	background-color: #005387!important;
}
.enlace:hover .arrow_back_icon, .enlace-boton:hover {
    color: #005387;
}
.enlace:focus .arrow_back_icon {
    color: white!important;
}
.enlace:active.arrow_back_icon,
.enlace.active.arrow_back_icon, .enlace-boton:active, .enlace-boton.active {
    color: #007BC7;
}
.enlace:visited.arrow_back_icon, .enlace-boton.visited {
    color: #0063A1;
}
/*HEADER Fin*/

/*PIE DE PAGINA Inicio*/
footer {
    /*height: 34vw;*/
    padding: 3rem 0;
    border-top: 0.25rem solid #FFDB2E;
    background-color: #38485c !important;
    color: #fff !important;
}
.secContenedor__pie--contacto{
    margin-bottom: 3rem;
}
.secContenedor__pie--legal{
    margin-bottom: 1.5rem;
}
.secContenedor__pie--img{
    display: flex;
    justify-content: space-between;
}
.img-legal-1{
    display: none;
}
.img-legal-2{
    display: inline-block;
}
.secContenedor__pie--licencia{
    font-family: "Nunito", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.secContenedor__pie--licencia2{
    font-family: "Nunito", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    display: none;
}
footer .col-xl-4 {
    flex: 0 0 76.66%!important;
    max-width: 76.66%!important;
}
.titulo-items{
    font-weight: 400;
    font-size: 19px!important;
    line-height: 24px!important;
    font-family: "Nunito"!important;
    font-style: normal;
    margin-bottom: 1rem;
}
footer .list-inline{
    font-family: "Open Sans",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
footer .list-inline .list-inline-item.phone-items {
    margin-right: 1.1rem;
    font-weight: 600!important;
}
footer .list-inline .list-inline-item.redes-items {
    margin-right: 2.641rem;
}
.img-redes-items{
    margin-right: 1rem;
}
footer a{
    color: #fff !important;
    text-decoration: underline!important;
    font-size: 16px;
    line-height: 22px;
}
footer .divider{
    border-top: none!important;
    margin: 3.063rem 0 3.188rem;
}
.img-vamos-ba{
    height: 38px;
}
@media (max-width: 767px) {
    .img-legal-1{
        display: inline-block;
    }
    .img-legal-2{
        display: none;
    }
    .secContenedor__pie--licencia2{
        display: inline-block;
    }
    footer .list-inline .list-inline-item {
        display: block;
        margin-bottom: 0.75rem;
    }
}
/*PIE DE PAGINA Fin*/

/* CARD Inicio */
.miba_login{
    height: auto;
    padding: 0;
}
.login-wrapper{
    max-width: 500px;
    margin: 0 auto;
    padding-top: 25px;
}
.secContenedor__legales {
	padding: 1.5rem 0;
}
@media (max-width: 1200px) {
	.login-wrapper { width: 100%;}
	.secContenedor__legales { margin-top: 0;}
}
/* CARD Fin*/

/* WEBKIT PARA SAFï¿½RI */
select{    
    /* background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50% !important; */
    background: url('../images/icons/una_flecha_select.svg') no-repeat 94% 45% !important;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
    background-size: 5% !important;
    padding-right: 24px !important;
}
@media (min-width: 320px) and (max-width: 425px){
    select{
        background-size: 2.5%!important;
    }
}
@media (min-width: 426px){
    select.sm-12{
        background-size: 2.4%!important;
        background-position-x: 94%!important;
    }
}
/* FIN WEBKIT SAFï¿½RI*/

.password-container{
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.password-eye{
    position: absolute;
    right: 30px;
    cursor: pointer;
}
.password-field{
    padding-right: 45px;
    width: 90%;
}

.tooltip_help{
    float: right;
    margin: 8px 0 0 -20px;
}

/* INPUT COMBINADO CALENDAR Y HELP */
.tooltip_help{
    margin: 10px 0;
}
@media (max-width:768px){
    .tooltip_help{
        margin: 0 0 0 -15px;
        border-bottom-right-radius: 4px;
        padding: 8px 8px 8px 0px;
        border-top-right-radius: 4px;
        left: -1px;
    }
    .form-control_help_mobile {
        border-right: 1px solid #fff !important;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .input-group-addon_help_mobile{
        border-top: 1px solid #a0a0a0!important;
        border-right: 1px solid #a0a0a0!important;
        border-bottom: 1px solid #a0a0a0!important;
    }
    .form-control_help {
        border-right: 1px solid #fff !important;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
}
.input-group {
    margin-top: 1rem;
    width: 100%;
}
.input-group .form-control {
    margin-top: 0;
}
.form-control_calendario {
    border-right: 1px solid #F3F6F9;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon_calendario{
    /*border: none !important;*/
    background-color: #F3F6F9;
    width: 10% !important;
}
.input-group-addon_calendario_red{
    border-top: 2px solid #C93B3B!important;
    border-right: 2px solid #C93B3B!important;
    border-bottom: 2px solid #C93B3B!important;
}
.calendar_icon{
    color: #000000!important;
    font-size: 18px!important;
}
.help_icon {
	font-size: 17px!important;
	color: #38485C!important;
    margin-left: 9px;
	cursor: pointer;
}
.help_icon_mobile{
    font-size: 22px;
}
/* .icon_help{
    font-size: 16px!important;
    color: #919191!important;
} */
.icono_calendario_svg{
    background: url('../images/icons/calendario_input.svg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    background-color: #00B9F1;
}
.calendar_size_icon{
    height: 17px;
}

/* btn view boti */
.container-btn-boti{
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 60px;
}

.container-btn-boti#visibleBoti{
    width: 30px;
    height: 30px;
    right: 5px;
}

.container-btn-boti#hiddenBoti{
    width: 20px;
    height: 20px;
    right: 15px;
}

.btn-boti{
    width: 100%; 
    height: 100%;
    margin: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 1px 1px 2px #949494;
}

.btn-boti:hover{
    box-shadow: none;
    background: #eee;
}

.icon-view-boti svg{
    width: 30px;
    height: 30px;
}

.icon-hidden-boti svg{
    width: 20px;
    height: 20px;
}


@media (max-width: 768px){
    .col_help_input_mobile{
        width: 85%;
        padding-right: 0;
    }
    .col_help_icon_mobile{
        width: 15.4%;
        position: initial;
    }
}

/* FIN INPUT COMBINADO CALENDAR Y HELP */
.top_chevron {
    top: 14px!important;
}
@media (max-width: 340px){
    .ajusteMob_margin{
        margin-right: 0!important;
    }
}
.col1_helper{
    position: initial;
}

/* Agregar telï¿½fono Registracion */
.input-paises{
    box-shadow: none!important;
    padding: 0.5px 14px 0 10px !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif!important;
}

.input-paises:focus{
    /*background-color: #fff;*/
    /*border: 1px solid #01B9F1;*/
    /*box-shadow: 0 0 0 0.1rem #E9E9E9;*/
	outline: none!important;
}

/* ENLACES Inicio */
/*a:visited {
  color: #0063A1;
}*/
.enlace{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-decoration-line: underline!important;
    color: #007BC7;
    flex: none;
    order: 1;
    flex-grow: 0;
}
/* ENLACES Fin */
.filter-option-inner {
    line-height: 46px;
}

.no_padding {
    padding: 0px;
    /* border-left: solid 1px #e0e0e0; */
}
.no_margin {
    margin: 0px!important;    
}

.form-control{
    background-size: 10px!important;
}

.filter-option-inner-inner{
    position: relative;
    top: -5px;
}

.tooltip .tooltip-arrow {
    display: none;
}
.tooltip .tooltip-inner {
   max-width: 320px;
   background-color: #505E70;
   font-family: 'Open Sans';
   font-style: normal;
   font-weight: 400;
   font-size: 11.7px;
   line-height: 12px;
   border-radius: 8px;
   padding: 6px 8px;
}

button#crearMail {
    width: 100%;
}

.cuadro-mensaje{
    width: 100%;
    padding: 10px;
    margin-left: 0;
    margin-bottom: 15px;
    text-align: left;
    font-size: 12px;
    border-radius: 8px;
    color: #ffffff;
}

.mb-success{
    border: 1px solid #26874A;
    border-left: 10px solid #26874A;
    background-color: #F5FCF8;
}

.mb-error{
    border: 1px solid #BA4641;
    border-left: 10px solid #BA4641;
    background-color: #FCF5F5;
    border-radius: 8px;
}

.icon_message {
    padding: 4px 13px;
    margin-top: 0;
}

.cancel_icon{
    color: #E74C3C;
}

.mb-info-new .info_icon {
    color: #327BC1;
    margin-top: 20px;
}

.store-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.store-button img {
    width: 130px;
    height: auto;
}

.bold {
    font-weight: 500!important;
}

.container-wrapper {
    display: flex;
    margin-bottom: 64px;
    overflow: hidden;
}

.bi-eye, .bi-eye-slash {
    color: #555 !important;
    vertical-align: middle;
    text-shadow: 0 0 1px #555, 0 0 1px #555;
}

.bi-eye::after , .bi-eye-slash::after {
    content: '';
    position: absolute;
    left: 54%;
    top: 47%;
    width: 0.3em;
    height: 0.3em;
    background: #222;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
    pointer-events: none;
}
