<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "BentonSansBBVA-Bold";
  src: url("../fonts/BentonSansBBVA-Bold.eot");
  src: url("../fonts/BentonSansBBVA-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/BentonSansBBVA-Bold.woff") format("woff"),
    url("../fonts/BentonSansBBVA-Bold.ttf") format("truetype"),
    url("../fonts/BentonSansBBVA-Bold.svg#BentonSansBBVA-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BentonSansBBVA-Book";
  src: url("../fonts/BentonSansBBVA-Book.eot");
  src: url("../fonts/BentonSansBBVA-Book.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/BentonSansBBVA-Book.woff") format("woff"),
    url("../fonts/BentonSansBBVA-Book.ttf") format("truetype"),
    url("../fonts/BentonSansBBVA-Book.svg#BentonSansBBVA-Book") format("svg");
  font-weight: bold;
  font-style: normal;
}

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

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

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

@font-face {
  font-family: "BentonSansBBVA-MediumItalic", sans-serif;
  src: url("../fonts/BentonSansBBVA-MediumItalic.eot");
  src: url("../fonts/BentonSansBBVA-MediumItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/BentonSansBBVA-MediumItalic.woff") format("woff"),
    url("../fonts/BentonSansBBVA-MediumItalic.ttf") format("truetype"),
    url("../fonts/BentonSansBBVA-MediumItalic.svg#BentonSansBBVA-MediumItalic")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

:root {
  --navy-blue: #072146;
  --core-blue: #004481;
  --darkish-blue: #004481;
  --core-blue-dark: #043263;
  --core-blue-light: #1465a5;
  --medium-blue: #1973b8;
  --medium-blue-light: #49a5e6;
  --nice-blue: #1973b8;
  --sky-blue: #5bbeff;
  --sky: #d4edfc;
  --aqua: #2dcccd;
  --aqua-dark: #028484;
  --aqua-light: #5ac4c4;
  --aqua-medium: #02a5a5;
  --aqua-white: #eaf9fa;
  --black-600: #121212;
  --black-500: #666666;
  --black-400: #bdbdbd;
  --black-300: #d3d3d3;
  --black-200: #e9e9e9;
  --black-100: #f4f4f4;
  --black-00: #ffffff;
  --orange: #e65f5f;
  --red: #b92a45;
  --green:#277a3e;
  --lightgreen:#d9efe0;
}

body {
  overflow-x: hidden;
  margin-top: 48px;
  transition: margin 100ms;
}
/* Helpers */
.inner {
  width: 100%;
  max-width: 1176px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
/*Transform*/
.uppercase {
  text-transform: uppercase;
}
/*Align*/
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
/*Font Family*/
.light {
  font-family: "BentonSansBBVA-Light";
}
.book {
  font-family: "BentonSansBBVA-Book";
}
.medium {
  font-family: "BentonSansBBVA-Medium";
}
.bold {
  font-family: "BentonSansBBVA-Bold";
}
/* Font Size */
.s12 {
  font-size: 15px;
}
.s15 {
  font-size: 15px;
}
.s16 {
  font-size: 16px;
}
.s18 {
  font-size: 18px;
}
.s20 {
  font-size: 20px;
}
.s22 {
  font-size: 22px;
}
.s23 {
  font-size: 23px;
  line-height: 1.5;
}
.s24 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
}
.s26 {
  font-size: 26px;
  line-height: 1.5;
}
.s28 {
  font-size: 28px;
  line-height: 1.4;
}
.s32 {
  font-size: 32px;
  line-height: 1.4;
}
.s36 {
  font-size: 36px;
  line-height: 1.4;
}
.s38 {
  font-size: 38px;
}
.s40 {
  font-size: 40px;
}
.s42 {
  font-size: 42px;
}
.s60 {
  font-size: 60px;
}
/* line height */
.lh-title {
  line-height: 1.5;
}
.lh-text {
  line-height: 1.6;
}
.lh-1-5 {
  line-height: 1.5;
}

.sizeIcn1 {
  font-size: 24px;
  position: relative;
  top: 3px;
}
/*Colors*/
.nice-blue {
  color: var(--nice-blue);
}
.medium-blue-light {
  color: var(--medium-blue-light);
}
.orange {
  color: var(--orange) !important;
}
.white {
  color: #fff;
}
.black {
  color: #333;
}
.black500 {
  color: #666;
}
.black600 {
  color: #121212 !important;
}
.core-blue {
  color: var(--core-blue);
}
.sky-blue {
  color: var(--sky-blue);
}
.medium-blue {
  color: var(--medium-blue);
}
.darkish-blue {
  color: var(--darkish-blue);
}
.aqua-medium {
  color: var(--aqua-medium);
}
.core-blue-light {
  color: var(--core-blue-light);
}
.gray {
  color: #666;
}
/*Font size*/
.f36 {
  font-size: 36px;
}
.f32 {
  font-size: 32px;
}
.f24 {
  font-size: 24px;
}
.f23 {
  font-size: 23px;
}
.f22 {
  font-size: 22px;
}
.f18 {
  font-size: 18px;
}
.f16 {
  font-size: 16px;
}
.f15 {
  font-size: 15px;
}
/*Backgrounds*/
.bg-white {
  background-color: #fff;
}
.bg-navy {
  background-color: var(--navy-blue);
}
.bg-sky {
  background-color: var(--sky);
}
.bg-core-blue-light {
  background-color: var(--core-blue-light);
}
.bg-darkish-blue {
  background-color: var(--darkish-blue);
}
.bg-medium-blue {
  background-color: var(--medium-blue);
}
.bg-medium-blue-light {
  background-color: var(--medium-blue-light);
}
.bg-sky {
  background: #d4edfc;
}
.aqua {
  color: var(--aqua);
}
.teal-blue {
  color: #02a5a5;
}
.toTop {
  position: relative;
  z-index: 1001;
}

.container {
  max-width: 1176px;
}

.text-blue {
  color: 5bbeff;
}

a,
a:hover {
  color: var(--medium-blue-light);
}
.breadcrumb a,
.breadcrumb a:hover {
  color: var(--black-600);
}

.form-control {
  border-radius: 6px;
}

.botoncaja {
  border: none;
  position: relative;
  bottom: 0px;
  left: 0px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  width: 189px;
  line-height: 46px;
  border-radius: 0;
  background-color: #004481;
  background: linear-gradient(to right, #1464a5 50%, #1d73b2 50%);
  background-size: 206% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  background-image: linear-gradient(100deg, #1464a5 50%, #1d73b2 50%);
  font-family: "BentonSansBBVA-Medium";
}

#inputUrl {
  height: 48px;
}
.botoncaja:hover {
  background-position: left bottom;
  background-image: linear-gradient(100deg, #1464a5 50%, #1d73b2 50%);
  color: #fff;
}

.dropdown-item:active,
.dropdown-item.active {
  background-color: var(--core-blue-light);
}
.navbar {
  transition: 0.2s;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  font-size: 0;
}
.logo {
  width: auto;
  height: auto;
  max-height: 40px;
  transition: 0.2s;
}
.navbar-header {
  height: 88px;
}

.modal {
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-content {
  border-radius: 0;
}
.modal-body {
  line-height: 24px;
}
.modal .close {
  color: var(--medium-blue);
  opacity: 1;
}
.modal-header,
.modal-footer {
  border: 0px;
}
.vista-ejecutivo {
  display: none;
}
.vista-cliente {
  display: none;
}
/* MediaQuery propuestos - deberÃ­an estar dentro del css de cada vista "Home.css" */
@media screen and (max-width: 990px) {
  .navbar-brand {
    position: absolute;
    left: 0;
    right: 0;
  }
  .navbar-header {
    height: 48px;
  }
  .logo {
    max-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-header {
    height: 50px;
  }
  .logo {
    width: 90px;
    height: auto;
  }
}

@media screen and (max-width: 575px) {
}

/*Flex Rules*/

/******************************/
/** Buttons **/
/*****************************/
.btn-bbva-1 {
  background: #1465a5;
  padding: 16px 40px;
  display: block;
  color: #fff;
  border-radius: 1px;
  text-decoration: none;
  display: inline-block;
  margin: 0px auto;
}
.btn-bbva-1:hover {
  background-color: #004481;
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .landtit,
  .stylelink {
    display: none;
  }}
</pre></body></html>