
@font-face {
  font-family: 'BentonSansBBVA';
  font-weight: 200;
  font-style: normal;
  src: url('/fonts/BentonSansBBVA-Light.otf') format('opentype');
}

@font-face {
  font-family: 'BentonSansBBVA';
  font-weight: 300;
  font-style: normal;
  src: url('/fonts/BentonSansBBVA-Book.otf') format('opentype');
}

@font-face {
  font-family: 'BentonSansBBVA';
  font-weight: 300;
  font-style: italic;
  src: url('/fonts/BentonSansBBVA-BookItalic.otf') format('opentype');
}

@font-face {
  font-family: 'BentonSansBBVA';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/BentonSansBBVA-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'BentonSansBBVA';
  font-weight: 500;
  font-style: normal;
  src: url('/fonts/BentonSansBBVA-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'BentonSansBBVA';
  font-weight: 500;
  font-style: italic;
  src: url('/fonts/BentonSansBBVA-MediumItalic.otf') format('opentype');
}

@font-face {
  font-family: 'BentonSansBBVA';
  font-weight: 700;
  font-style: normal;
  src: url('/fonts/BentonSansBBVA-Bold.otf') format('opentype');
}

.alterna-cx-container * {
  font-family: "BentonSansBBVA", sans-serif !important;
}

.alterna-cx-card-title {
  font-family: "BentonSansBBVA" !important;
  font-weight: 700 !important;
}

.alterna-cx-card-content {
  font-family: "BentonSansBBVA" !important;
}

.alterna-cx-question-text {
  font-weight: 400 !important;
}

.alterna-cx-web-footer {
  font-size: 0.8em !important;
  color: #9A9B9D !important;
}

.alterna-cx-web-footer a {
  color: #9A9B9D !important;
}

.alterna-cx-card-actions button.alterna-cx-trigger-prev {
  color: #D4EDFC !important;
  background: #066596 !important;
  font-family: 'BentonSansBBVA' !important;
}

.alterna-cx-card-actions button.alterna-cx-trigger-next {
  color: #FFFFFF !important;
  background: #002d60 !important;
  font-family: 'BentonSansBBVA' !important;
}

html[dir] .alterna-cx-card-actions button {
    background: #072146;
    border-top: 1px solid #dedede;
	  color: #FFFFFF
}