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

.navbar {
	background-color: #fff;
	border-bottom: 1px solid #ccc !important;
}
.txtLogo {
	font-family: 'BentonSansBBVA-Bold';
	font-size: 18px;
}

#inputSearch {
	border-radius: 20px;
    background-image: url('../images/iconos/lupa-mas.svg');
    background-size: 20px 20px;
    background-position: 95% center;
    background-repeat: no-repeat;
    padding-right: 15%;
    background-color: #e9e9e9;
}</pre></body></html>