/*Custom CSS styles*/

.banner, .banner-portada{
    display: none;
}
/*:root {
  --baseFontFamily: 'sourcesanspro-Bold', sans-serif;
  --type_Special: 'Paris2024-Variable-Regular', sans-serif;
  --baseFontSize: 14px;
  --baseLineHeight: 14px;
  --bg: #000;
  --bg_alternate: #f2f2f2;
  --bg_type: red;
  --bg_type01: green;
  --bg_type02: blue;
  --color01: red;
  --color01_type: #FFFFFF;
  --color02: blue;
  --color02_type: #000000;
  --color03: #26B4AE;
  --color03_type: #FFFFFF;
}*/

:root {
  --bg_alternate: #ffffff;
}

.module .container-tabs {
  background: var(--bg) url('https://cloudfront-us-east-1.images.arcpublishing.com/sandbox.elfinanciero/YBMN4ED56VDF7GHVGCKQRPVSRQ.png') repeat-x;
  margin-bottom: 10px;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-size: auto 100%;
  padding: 8px;
  margin-bottom: 0;
}

main aside article {
  position: relative;
  font-family: var(--type_Special);
  background: var(--bg);
  margin-bottom: 10px;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-image: url('https://cloudfront-us-east-1.images.arcpublishing.com/sandbox.elfinanciero/4TN3PLJFNFAHJHBQU7TV6IYUXQ.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
@media screen and (max-width: 610px) {
  main aside article {
      background-color: transparent;
      padding: 10px;
      background-size: cover;
  }
}

.nav-tabs {
  background-color: transparent;
}