
  
  @import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

:root {
    --color-primary: #84C7CB;
    --color-secondary: #17292E;
    --color-error: #b94a48; 
    --color-bullets: #17292E; 
    --color-subtitle: #17292E;

    --logo: url("../images/Tarjeta_VisaExplora.jpg");


}

.logo {
    background-size: 75%!important;
}

* {
        font-family: 'BBVA Web Bold', 'Mulish-SemiBold', sans-serif;
}
  