@font-face {
  font-family: 'streamline';
  src: url('../fonts/streamline.eot?19c5cw');
  src: url('../fonts/streamline.eot?19c5cw#iefix') format('embedded-opentype'),
    url('../fonts/streamline.woff?19c5cw') format('woff'),
    url('../fonts/streamline.ttf?19c5cw') format('truetype'),
    url('../fonts/streamline.svg?19c5cw#streamline') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'elusive';
  src: url('../fonts/elusive.eot?19c5cw');
  src: url('../fonts/elusive.eot?19c5cw#iefix') format('embedded-opentype'),
    url('../fonts/elusive.woff?19c5cw') format('woff'),
    url('../fonts/elusive.ttf?19c5cw') format('truetype'),
    url('../fonts/elusive.svg?19c5cw#elusive') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'halflings';
  src: url('../fonts/halflings.eot?19c5cw');
  src: url('../fonts/halflings.eot?19c5cw#iefix') format('embedded-opentype'),
    url('../fonts/halflings.woff?19c5cw') format('woff'),
    url('../fonts/halflings.ttf?19c5cw') format('truetype'),
    url('../fonts/halflings.svg?19c5cw#halflings') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'generic';
  src: url('../fonts/generic.eot?19c5cw');
  src: url('../fonts/generic.eot?19c5cw#iefix') format('embedded-opentype'),
    url('../fonts/generic.woff?19c5cw') format('woff'),
    url('../fonts/generic.ttf?19c5cw') format('truetype'),
    url('../fonts/generic.svg?19c5cw#generic') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
} /*  */

.border-radius-3 {
  border-radius: 3px;
}

@media (min-width: 992px) {
  .no-border-right {
    border-right: none !important;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (max-width: 576px) {
  .text-primary-bbva {
    font-size: 1.3rem !important;
    margin-bottom: 1.5rem;
  }

  .container {
    width: 100% !important;
  }

  .padding-left {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .border {
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
  }
}

@media (min-width: 576px) {
  .container {
    width: 85% !important;
  }

  .margin-top {
    padding-top: 1.5rem !important;
  }
}

.header {
  /*background-image: url(../../pub/images/Logo_bbva_netcash.png);*/
  background-image: url(../images/Logo_bbva_netcash.png);
  background-repeat: no-repeat;
  height: 110px;
  width: 100%;
  /* border-bottom: solid 2px #00a9e8;*/
}

.header-sm-line {
  /*background-image: url(../../pub/images/header-line.png);*/
  background-image: url(../images/header-line.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100% 100%;
  height: 10px;
  width: 100%;
}
.header-sm {
  /*background-image: url(../../pub/images/bbva-mini-logo.png);*/
  background-image: url(../images/bbva-mini-logo.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 170px 100%;
  height: 50px;
  width: 100%;
  border-bottom: solid 2px #f9f9f9;
}

.title {
  color: #525252;
}

.section-right-banner {
  overflow: hidden;
  float: right;
}

h5 {
  color: #333333;
  font-weight: 400;
}

h6 {
  color: #0278d5;
  font-weight: lighter;
}

p {
  color: #333333;
}

span {
  color: #919191;
}

li {
  color: #000000;
}

.btn-primary {
  color: #fff;
  background-color: #0065ba;
  border-color: #0065ba;
  font-weight: lighter;
  width: 100%;
  margin-right: 0%;
  padding-left: 0;
  padding-right: 0;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #003f8d;
  border-color: #0065ba;
  font-weight: lighter;
  width: 100%;
  margin-right: 0%;
  padding-left: 0;
  padding-right: 0;
}

.btn-outline-primary {
  color: #3da7e8;
  background-color: #fff;
  border-color: #3da7e8;
  font-weight: lighter;
  width: 100%;
  margin-right: 0%;
  padding-left: 0;
  padding-right: 0;
}

.btn-outline-primary:hover {
  color: #ffffff !important;
  background-color: #3da7e8 !important;
  border-color: #ffffff !important;
  font-weight: lighter;
  width: 100%;
  margin-right: 0%;
  padding-left: 0;
  padding-right: 0;
}

.btn-middle-space {
  width: 4%;
}

.btn-side {
  width: 48%;
}

@media (max-width: 488px) {
  .header {
    border-bottom-color: #eff2f4;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 5px 5px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #f9f9f9;
  background-image: none;
  border: 1px solid #f9f9f9;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  background-color: #f9f9f9;
  box-shadow: none;
}

.text-label {
  color: #656565 !important;
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.margin-topx40 {
  margin-top: 40px;
}
.margin-topx30 {
  margin-top: 30px;
}
.margin-topx20 {
  margin-top: 20px;
}
.margin-topx8 {
  margin-top: 8px;
}

.margin-bottomx10 {
  margin-bottom: 10px;
}
.margin-bottomx20 {
  margin-bottom: 20px;
}
.margin-bottomx30 {
  margin-bottom: 30px;
}

.margin-leftx10 {
  margin-left: 10px;
}
.margin-leftx20 {
  margin-left: 20px;
}

.non-padding {
  padding: 0 !important;
}
.padding-top0 {
  padding-top: 0px !important;
}
.padding-top20 {
  padding-top: 20px !important;
}
.check-record {
  background: 3c99fc;
  color: FFFFFF;
}

/* The container */
.class-check {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.class-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #eee;
  border-radius: 4px;
  border: solid #b3b3b3 1px;
}

/* On mouse-over, add a grey background color */
.class-check:hover input ~ .checkmark {
  background-color: #ccc;
  border: solid #b3b3b3 1px;
}

/* When the checkbox is checked, add a blue background */
.class-check input:checked ~ .checkmark {
  background-color: #3c99fc;
  border: solid #3c99fc 1px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
  border: solid #b3b3b3 1px;
}

/* Show the checkmark when checked */
.class-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.class-check .checkmark:after {
  left: 3px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.resaltar-top {
  margin-top: -4px;
}

.layer-height {
  height: 10px;
}

.non-btn {
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  border: 0 none !important;
  outline: 0 none !important;
}

/* HEADER */
.header-layouts-login,
.header-layouts {
  overflow: hidden;
}

.header-layouts-login li.color-1,
.header-layouts-login li.color-2,
.header-layouts-login li.color-3,
.header-layouts-login li.color-4,
.header-layouts-login li.color-5,
.header-layouts-login li.color-6,
.header-layouts li.color-1,
.header-layouts li.color-2,
.header-layouts li.color-3,
.header-layouts li.color-4,
.header-layouts li.color-5,
.header-layouts li.color-6 {
  width: 16.66666666666667%;
  height: 15px;
  display: block;
  float: left;
}
.header-layouts li.colorn-1,
.header-layouts li.colorn-2,
.header-layouts li.colorn-3,
.header-layouts li.colorn-4,
.header-layouts li.colorn-5,
.header-layouts li.colorn-6 {
  width: 16.66666666666667%;
  height: 10px;
  display: block;
  float: left;
}

.header-layouts-login li.colorn-1,
.header-layouts li.colorn-1 {
  background: #02428c;
}

.header-layouts-login li.colorn-2,
.header-layouts li.colorn-2 {
  background: #0051a3;
}

.header-layouts-login li.colorn-3,
.header-layouts li.colorn-3 {
  background: #007dc7;
}

.header-layouts-login li.colorn-4,
.header-layouts li.colorn-4 {
  background: #1799da;
}

.header-layouts-login li.colorn-5,
.header-layouts li.colorn-5 {
  background: #61c2f0;
}

.header-layouts-login li.colorn-6,
.header-layouts li.colorn-6 {
  background: #9dd7f6;
}

.header-layouts-login li.color-1,
.header-layouts-login li.color-2,
.header-layouts-login li.color-3,
.header-layouts-login li.color-4,
.header-layouts-login li.color-5,
.header-layouts-login li.color-6 {
  height: 8px;
}

.header-layouts-login li.color-1,
.header-layouts li.color-1 {
  background: #02428c;
}

.header-layouts-login li.color-2,
.header-layouts li.color-2 {
  background: #0051a3;
}

.header-layouts-login li.color-3,
.header-layouts li.color-3 {
  background: #007dc7;
}

.header-layouts-login li.color-4,
.header-layouts li.color-4 {
  background: #1799da;
}

.header-layouts-login li.color-5,
.header-layouts li.color-5 {
  background: #61c2f0;
}

.header-layouts-login li.color-6,
.header-layouts li.color-6 {
  background: #9dd7f6;
}

.logo-responsive {
  display: block;
  margin: 30px 0 30px 0;
}

.container-section-primary {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.line-horizontal {
  width: 100%;
  height: 1px;
  display: block;
  background: #dcdcdc;
}

.line-login {
  margin: 55px 0 30px 0;
}
.line-login-v2 {
  margin: 20px 0 25px 0;
}

.hidden-double-line {
  display: none !important;
}

a {
  font-weight: bold;
}

.list-inline-general-footer li,
.list-inline-general-header li {
  float: left;
  border-right: 1px solid #ccc;
}

.list-inline-general-footer li:last-child,
.list-inline-general-header li:last-child {
  border-right: 0;
}
.list-inline-general-footer li a,
.list-inline-general-header li a {
  display: block;
  padding: 0 7px;
}
.list-inline-general-footer li:first-child a,
.list-inline-general-header li:first-child a {
  padding-left: 0 !important;
}
.list-inline-general-footer li.iconList-Right,
.list-inline-general-header li.iconList-Right {
  color: #777;
  font-weight: bold;
  margin-left: 10px;
  padding-right: 22px;
}

.paragraph {
  color: #000000;
  padding-left: 20px;
}

.paragraph_1 {
  color: #585858;
  padding-left: 20px;
}

.link-change-password {
  margin: 0 0 8px 20px;
  display: block;
}

.margin-top-button-ingresar {
  margin-top: 10px;
}

.margin-bottom-texto-inicial {
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .margin-bottom-texto-inicial {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .container-section-primary {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .margin-top-button-ingresar {
    margin-top: 0px;
  }
}

@media (max-width: 678px) {
  .hidden-double-line {
    display: block !important;
  }
}

@media (max-width: 480px) {
  .non-padding-left {
    padding-left: 0 !important;
  }

  .btn {
    width: 100%;
    padding: 6px 15px;
    margin-bottom: 10px;
  }
  .btn > img {
    display: none;
  }
  .btn-link {
    text-decoration: none !important;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .btn-link:hover,
  .btn-link:active,
  .btn-link:focus {
    background: #f5f5f5;
    border: 1px solid #ccc;
  }

  .container-section-primary {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .list-inline-general-header {
    width: 100%;
  }

  .list-inline-general-header li {
    text-align: left;
    float: none !important;
    border-right: 0 none;
    margin-bottom: 5px;
    margin-left: 0 !important;
  }
  .list-inline-general-header li a {
    padding-left: 0 !important;
  }

  .hidden-double-line {
    display: none !important;
  }
}

@media (max-width: 369px) {
  .list-inline-general-header li span {
    display: none;
  }

  .doublex320 {
    display: block !important;
  }
  .line-login-v2 {
    margin: 10px 0 15px 0;
  }
}

/* VIDEO */
.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.js-video.widescreen {
  padding-bottom: 56.34%;
}

.js-video.vimeo {
  padding-top: 0;
}

.js-video embed,
.js-video iframe,
.js-video object,
.js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* FOOTER */
.footer-bbva {
  margin-top: 10px;
}

.position-footer {
  float: right;
}

@media (max-width: 767px) {
  .text-logo,
  .info-legal {
    text-align: center;
  }
}
.sprite-iconos-bbva {
  /*background: url(../../pub/images/sprite-iconos-bbva.png) no-repeat;*/
  background: url(../images/sprite-iconos-bbva.png) no-repeat;
}

.sprite-iconos-bbva-ico-lineabbva {
  width: 7px;
  height: 13px;
  background-position: -141px -85px;
  float: left;
  margin-right: 5px;
}
.vertical-menu {
  width: 200px;
}

.vertical-menu a {
  background-color: #eee;
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
}

.vertical-menu a:hover {
  background-color: #ccc;
}

.vertical-menu a.active {
  background-color: #4caf50;
  color: white;
}

.border-disclaimer {
  border: 1px solid #9fd9e8;
  background-color: #c7ecfb;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 6px;
  border-radius: 5px;
  font-family: Arial;
  font-size: 11px;
  color: #666;
  margin-top: 5px;
}

.text-disclaimer {
  font-family: Arial;
  font-size: 11px;
  color: #666;
}
.ico-informacion {
  width: 16px;
  height: 16px;
  display: block;
  top: 2px;
  left: -24px;
  /*background: url('../../pub/images/ico-spriteAlertaInformacion.png');*/
  background: url('../images/ico-spriteAlertaInformacion.png');
  background-position: 0 -1296px;
}

.border-option {
  border: 0.5px solid #dcdcdc;
  background-color: #f8fafb;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  font-family: Arial;
  font-size: 11px;
  color: #666;
  height: 40px;
  margin-top: -1px;
}

.texto-border {
  font-size: 14px;
  font-weight: bold;
  color: #888888;
}

.sin-espacios {
  padding-left: 0px;
  padding-right: 0px;
}

.text-primary-bbva {
  color: #007bdf;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
}

.text-secundary-bbva {
  font-size: 1.1rem;
  font-weight: 500;
  color: #333333;
  display: block;
}

.bg-mail {
  /*background-image: url('../../pub/images/send_mail.png');*/
  background-image: url('../images/send_mail.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 160px;
}

.bg-check {
  /*background-image: url('../../pub/images/icon_success.png');*/
  background-image: url('../images/icon_success.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 250px 100%;
  width: 100%;
  height: 160px;
}

.bg-alert {
  /*background-image: url('../../pub/images/icon_error.png');*/
  background-image: url('../images/icon_error.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 250px 100%;
  width: 100%;
  height: 160px;
}

.text-error-bbva {
  font-size: 1.3rem !important;
  margin-bottom: 1.5rem;
  color: #f35e61;
}

/* Sobreescribiendo el toggle del dropdown-list */
.dropdown-toggle::after {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.form-control.dropdown-toggle {
  padding-right: 2rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* Sobreescribiendo dropdown-list */

.form-control-pass {
  position: relative;
  overflow: hidden;
}

.form-control-pass .form-control {
  padding-right: 32px;
}

.form-control-pass .btn-pass {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font-family: 'elusive';
  font-size: 1.25rem;
  line-height: 1.25rem;
  opacity: 0.25;
  background: transparent;
  border: none;
  outline: none;
}

.form-control-pass .btn-pass::after {
  content: '\f151';
}

.form-control-pass .btn-pass.btn-pass-off::after {
  content: '\f150';
}

.form-control-msg-wrapper {
  position: relative;
  overflow: visible !important;
}

.form-control-msg-wrapper input:focus ~ .form-control-msg {
  display: block;
}

.form-control-msg {
  display: none;
  padding: 1.5rem;
  border: 1px solid #80bdff;
  border-radius: 5px;
  margin-top: 5px;
  position: absolute;
  z-index: 2;
  background: #fff;
  line-height: 1rem;
}

.form-control-msg > * {
  color: #343a40;
}

.form-control-msg ul {
  list-style: none;
  font-size: 80%;
  padding-left: 2rem;
  margin-bottom: 0;
}

.form-control-msg ul li::before {
  font-family: 'elusive';
  content: '\f1b3';
  color: #28a745;
  padding-right: 1rem;
  padding-bottom: 0.75rem;
  font-size: 80%;
  display: inline-block;
  margin-left: -26px;
}
