:root {
  --primary-color: #02428c;
  --link-color: #41cef8;
}
body {
  font-family: Arial, sans-serif;
  height: 100vh;
  min-height: 100%;
}
.bbva-color-primary {
  color: var(--primary-color);
}
.bbva-background-primary {
  background-color: var(--primary-color);
}
.bbva-link-color {
  color: var(--link-color);
}
.bbva-link-color:hover {
  color: #00aeeb;
}
.text-decoration-none {
  text-decoration: none;
}
.list-style-none {
  list-style: none;
}
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
  visibility: visible;
}
@media screen and (min-width: 576px) {
  .visible-sm {
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .visible-md {
    visibility: hidden;
  }
}
@media screen and (min-width: 992px) {
  .visible-lg {
    visibility: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .visible-xl {
    visibility: hidden;
  }
}
.flex-1 {
  flex: 1;
}
.form-control__container {
  position: relative;
}
.form-control__icon {
  position: absolute;
  top: 100%;
  right: 0%;
  transform: translate(-50%, -125%);
  cursor: pointer;
}
.login-container {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  padding: 20px 25px;
  margin: 0 auto;
}
.login-navbar-img {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .login-navbar-img {
    width: 100%;
  }
}
.login-form {
  font-size: 13px;
}
.login-form > .form-control {
  font-size: 13px;
}
.appearance-none::-webkit-outer-spin-button,
.appearance-none::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.appearance-none[type='number'] {
  appearance: none;
  -moz-appearance: textfield;
}
.field-control__error,
.field-control__error:focus {
  background-color: #feeeee;
  border: 0;
}
.field-error {
  font-size: 0.8em;
  color: red;
  padding-left: 8px;
}
.verificar-btn {
  width: 50% !important;
}
@media screen and (max-width: 768px) {
  .verificar-btn {
    width: 100% !important;
  }
}
/* Input Select */
.input-select {
  width: 100%;
  height: 38px;
  padding: 5px 5px;
  font-size: 12px;
  display: block;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  border-radius: 0px;
  line-height: 1.42857143;
  color: #656565 !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.input-select:focus {
  color: #495057;
  background-color: #f9f9f9;
  border-color: #80bdff;
  border: 1px solid #80bdff;
  outline: 0;
  box-shadow: none;
}
.custom-dropdown-menu {
  border: 1px solid #52b9f1;
  border-radius: 2px;
  height: 200px;
  overflow-y: scroll;
  z-index: 100;
  transform: none !important;
  top: 100% !important;
}
.custom-dropdown-item {
  padding: 8px 14px;
  border: 1px solid transparent;
  outline: none !important;
  font-size: 12px;
}
.custom-dropdown-item:focus,
.custom-dropdown-item:hover {
  background-color: rgb(242, 242, 242);
  color: #000000;
}
.bbva-input-select {
  margin: 0;
  padding: 0;
  background: none;
  color: #656565;
  border: 1px solid #f9f9f9;
  font-size: 12px;
  width: 100%;
  height: 100%;
  text-align: initial;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.bbva-input-select:focus {
  background: none !important;
  border-color: #80bdff;
  outline: none !important;
  color: #656565 !important;
}
/* Nueva Clave Error */
.nca-validator {
  position: absolute;
  top: calc(100% + 4px);
  z-index: 100;
  max-width: 350px;
  padding: 1.2em;
  border: 1px solid #52b9f1;
  border-radius: 2px;
  background-color: #ffffff;
  color: #000000;
}
.nca-validator__header {
  font-size: 16px;
}
.nca-validators {
  padding: 0;
  margin: 0;
  font-size: 14px;
  list-style: none;
}
.field-error-mensj {
  font-size: 15px;
  color: red;
  
}


.tooltipis {
	position: absolute;
	z-index: 10;
	box-sizing: border-box;
	width: 270px;
}

.tooltipis .contentis {
	border: 1px solid #aecfec;
	padding: 10px 15px;
	border-radius: 5px;
	background: #d1f2fe;
	font-family: Calibri;
	font-size: 13px;
	color: #4b5762;
	text-align: center;
	box-sizing: border-box;
	line-height: 16px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
	z-index: 100;
}

.tooltipis .tailis {
	width: 0px;
    height: 0px;
	border-top: 12px solid #aecfec;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
	margin: -1px auto 0 auto;
	position: relative;
	-webkit-box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,0.25);
}

.tooltipis .tailis + .tailis-shadowis {
	width: 10px;
    height: 5px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: #101010 0px 0px 15px;
    position: relative;
    z-index: -100;
    top: -10px;
    margin: 0 auto;
}

.hidden {
	display: none;
}

.msj_ico_tin div.p>i, .msj_ico_tin p>i {
    
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: auto;
    left: 10px;
    content: url(../img/tin_alert.png);
}
.msj_ico_tin {
  padding: 10px 12px 0 15px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 1px;
    font-family: sans-serif;
    font-size: 11px;
    margin: 10px 0;
}

.msj_inf_tin {
    border: 1px solid #eae3d2;
    background-color: #fff5dc;
}