<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;
}

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;
  line-height: 1.5;
}
.s14 { 
  font-size: 14px;
  line-height: 1.5;
}
.s15 {
  font-size: 15px;
  line-height: 1.5;
}
.s16 {
  font-size: 16px;
  line-height: 1.5;
}
.s18 {
  font-size: 18px;
  line-height: 1.5;
}
.s20 {
  font-size: 20px;
  line-height: 1.5;
}
.s22 {
  font-size: 22px;
  line-height: 1.5;
}
.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;
}
.s30 {
  font-size: 30px;
  line-height: 1.4;
}
.s32 {
  font-size: 32px;
  line-height: 1.4;
}
.s34 {
  font-size: 34px;
  line-height: 1.4;
}
.s36 {
  font-size: 36px;
  line-height: 1.4;
}
.s38 {
  font-size: 38px;
  line-height: 1.5;
}
.s40 {
  font-size: 40px;
  line-height: 1.5;
}
.s42 {
  font-size: 42px;
  line-height: 1.5;
}
.s60 {
  font-size: 60px;
  line-height: 1.5;
}
/* 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 .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,.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: block;
}
/* 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;
}</pre></body></html>