/*
 * base.css
 *
 * Definición de estilos de base para el tema BBVA.
 * Incluye reset de estilos, normalización cross-browser y variables/globales comunes.
 * Las clases aquí afectan a elementos HTML, estructura raíz y base de la cascada CSS.
 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

i[class*=" ico-"],i[class^="ico-"] {
 /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bbva_icons' !important;
}
body {
    font-family: 'BentonSansBBVA-Book';
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 350;
    color: #070E46;
}

h1 {
    font-family: 'TiemposHeadline-Bold';
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    line-height: 56px;
    color: #070E46;
}

h2 {
    font-family: 'TiemposHeadline-Bold';
    font-size: 28px;
    letter-spacing: 0;
    line-height: 48px;
    text-align: center;
}

h3 {
    font-family: 'BentonSansBBVA-Medium';
    font-size: 24px;
    letter-spacing: 0;
}

h4 {
    font-family: 'TiemposHeadline-Bold';
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    color: #070E46;
}

h5 {
    font-family: 'BentonSansBBVA-Medium';
    font-size: 20px;
    line-height: 32px;
    color: #070E46;
    font-weight: 500;
}

p {
    font-family: 'BentonSansBBVA-Book';
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 350;
    color: #070E46;
}

a {
    font-family: 'BentonSansBBVA-Medium';
    font-size: 15px;
    color: #001391;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: none;
    font-weight: 500;
}

body {
    background-color: #F7F8F8;
}