@font-face {
  font-family: sf-pro;
  src: url(../fonts/SF-Pro-Display-Thin.otf);
}
@font-face {
  font-family: circular;
  src: url(../fonts/CircularStd-Bold.otf);
}
@font-face {
  font-family: circular_book;
  src: url(../fonts/CircularStd-Book.otf);
}
@font-face {
  font-family: roobert;
  src: url(../fonts/RoobertTRIAL-Regular-BF67243fd53fdf2.otf);
}

body {
  background-color: #000000;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.6s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5%;
  z-index: 10000;
}
header.sticky > svg {
  fill: black;
}
header.sticky > nav > ul > li > a {
  color: #ffffff;
}

header.sticky {
  padding: 20px 5%;
  background: rgb(0, 0, 0);
  background: linear-gradient(358deg, rgb(0, 0, 0) 46%, rgba(13, 15, 18, 1) 100%);
  -webkit-box-shadow: 0px 10px 21px -13px rgba(32, 35, 48, 0.67);
  -moz-box-shadow: 0px 10px 21px -13px rgba(32, 35, 48, 0.67);
  box-shadow: 0px 10px 21px -13px rgba(32, 35, 48, 0.67);
}

.nav-light {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.6s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5%;
  z-index: 10000;
}

.nav-light {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.6s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5%;
  z-index: 10000;
}
.nav-light.sticky > svg {
  fill: black;
}
.nav-light.sticky > nav > ul > li > a {
  color: #ffffff;
}

.nav-light.sticky {
  padding: 20px 5%;
  background: rgb(255, 255, 255);
  background: linear-gradient(358deg, rgb(0, 0, 0) 46%, rgba(13, 15, 18, 1) 100%);
  -webkit-box-shadow: 0px 10px 21px -13px rgba(32, 35, 48, 0.67);
  -moz-box-shadow: 0px 10px 21px -13px rgba(32, 35, 48, 0.67);
  box-shadow: 0px 10px 21px -13px rgba(32, 35, 48, 0.67);
}

.nav-light .nav-second-btn a {
  text-decoration: none;
  color: #000000;
  font-size: 1rem;
}

.nav-light .nav-cta {
  padding: 8px 12px;
  background: #000000;
  border: none;
  border-radius: 100px;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: roobert;
  color: #ffffff;
}

.nav-light .select-leng-btn i {
  font-size: 1.2rem;
  color: #000000;
}

.nav-light .vertical {
  border-left: 1px solid #000000;
  height: 60px;
  margin: 0 8px;
  display: inline;
}

.cta-center-contain {
  margin: 2% 0;
}

.elementor {
  background-image: url(../img/bgBlur2-1999x2048.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.elementor2 {
  background-image: url(../img/bgBlur2-1999x2048.png);
  background-position: 0px 330px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.logo {
  cursor: pointer;
  height: 32px;
}

.nav-cta {
  padding: 8px 12px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 35%, rgba(190, 212, 250, 1) 100%);
  border: none;
  border-radius: 100px;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: roobert;
}

.nav-cta:hover {
  background: #057afb;
  color: #ffffff;
}

.nav-cta:active {
  background: #0265d0;
  color: #ffffff;
}

.nav-second-btn {
  color: #057afb;
  background: none;
  border: none;
  margin-right: 8px;
}

.nav-second-btn a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
}
.nav-second-btn a:hover {
  color: #057afb;
}

.action-nav-box {
  width: max-content;
}

.select-leng-btn {
  background: none;
  border: none;
  margin-right: 8px;
}

.select-leng-btn i {
  font-size: 1.2rem;
  color: #ffffff;
}

.menu-mobile {
  display: none;
}
.caret {
  display: inline-block;
  color: #ffffff;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.select-leng-btn.active .caret {
  transform: rotate(180deg);
}

.select-leng-btn.active {
  opacity: 0.7;
}
.select-leng-btn:hover {
  opacity: 0.7;
}
.language-selector {
  position: absolute;
  top: 55px;
  right: 20px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 12px 16px;
  z-index: 999;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  min-width: 140px;
  box-sizing: border-box;

  /* animación suave */
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  pointer-events: none;
}

.language-selector.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.language-selector ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  margin: 0 -16px;
  width: calc(100% + 32px);
}

.language-selector li {
  margin: 8px 0;
}

.language-selector li:first-child {
  margin-top: 0;
}
.language-selector li:last-child {
  margin-bottom: 0;
}

.language-selector a {
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  /* padding: 6px 10px; */
  padding: 6px 32px;
  display: block;
  border-radius: 6px;
  transition: background 0.2s ease;
  box-sizing: border-box;
}
.language-selector a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.nav-light .language-selector {
  background: #ffffff;
}
.nav-light .language-selector a {
  color: #000000;
}
.nav-light .language-selector a:hover {
  background: rgba(0, 0, 0, 0.05); 
}

  .vertical {
    border-left: 1px solid #ffffff;
    height: 60px;
    margin: 0 8px;
    display: inline;
    }



.mega-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 5%;
}

.nav-sup {
  padding: 2% 4%;
  width: 100%;
}

.notbank_logo_nav {
  width: 140px;
}

.principal-content {
  padding-top: 8%;
}

.supra-box {
  height: 80vh;
  display: flex;
  align-items: center;
}

.img_contain {
  margin-bottom: 24px;
}

.notbank_3d_iso {
  width: 120px;
}

.content-contain {
  width: 100%;
}

.value-box {
  padding-right: 16%;
}

.tittle_txt {
  color: #ffffff;
  font-size: 3.2rem;
  font-family: roobert;
}

.description_txt {
  color: #ffffff;
  font-size: 1.4rem;
  margin-bottom: 24px;
  font-family: sf-pro;
  letter-spacing: 0.5px;
}

.mrgn-extra {
  margin-bottom: 24px;
}

.btn-cta {
  padding: 12px 24px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 35%, rgba(190, 212, 250, 1) 100%);
  border: none;
  border-radius: 100px;
}

.btn-cta a {
  color: #000000;
  text-decoration: none;
  font-size: 1.2rem;
  font-family: roobert;
  font-weight: 900;
}

.button2 {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 35%, rgb(108, 161, 251) 100%);
  padding: 16px 24px;
  border: none;
  color: #000000;
  font-size: 1.2rem;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  border-radius: 100px;
  font-family: roobert;
  font-weight: 900;
}
.button2 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
}
.button2 span {
  position: relative;
  pointer-events: none;
}
.button2::before {
  --size: 0;
  content: '';
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(circle closest-side, #3697fe, transparent);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition:
    width 0.2s ease,
    height 0.2s ease;
}
.button2:hover::before {
  --size: 400px;
}

.button2:active {
  background-color: #057afb;
  color: #ffffff;
}
.button2:active i {
  color: #ffffff;
}
a.button2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}

.fa-chevron-right {
  color: #000000;
  font-size: 1rem;
  font-weight: 100;
  margin-left: 16px;
}

.notbank-exchange-mockup {
  width: 100%;
}

.certificated-box {
  margin-top: 24px;
}

.certificated-box p {
  margin-bottom: 0;
  color: #ffffff;
  display: inline-block;
}

.certificated-box span {
  color: #ffffff;
  border: solid 0.5px #fefefe;
  border-radius: 6px;
  padding: 2px;
  font-size: 1.2rem;
}

.section-tittle-box {
  margin-bottom: 24px;
  padding: 0 16%;
}

.section-tittle-box h3 {
  color: #ffffff;
  font-family: roobert;
  font-size: 2.8rem;
}

.section-tittle-box p {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: sf-pro;
  letter-spacing: 0.5px;
}

.section-tittle-box span {
  font-family: roobert;
  font-size: 1.2rem;
  font-weight: 900;
}

.price-section {
  margin-top: 2%;
}

.crypto-card-container-row-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.redirect-coin {
  text-decoration: none;
}

.slider-cryptocards {
  padding: 16px;
}
.slider-cryptocards:hover {
  cursor: pointer;
}

.cards-contain-box {
  border: solid 1px #1d1f24;
  background-color: #101217;
  padding: 16px 24px;
  border-radius: 8px;

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  will-change: transform, box-shadow;
  /* transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); */
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid transparent;
  height: 100%;
}

.cards-contain-box:hover {
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.crypto-logo-box {
  float: left;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.crypto-logo-box img {
  width: 32px;
  height: 32px;
}

.cryptoname-box {
  display: flex;
  align-items: center;
}

.cryptoname-box p {
  margin: 8px 0;
  color: #ffffff;
  display: inline-block;
  font-size: 1.1rem;
}

.cryptoname-box span {
  margin: 8px 0;
  color: #8f9ba3;
  font-size: 0.8rem;
  margin-left: 4px;
}

.price-card-box {
  display: flex;
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
}

.var-card-box {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.var-card-box-green {
  color: #06b31d;
}
.var-card-box-red {
  color: #dc3545;
}

@keyframes fadeUpdate {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.animate-update {
  animation: fadeUpdate 0.7s ease-in-out;
}

.price {
  color: #ffffff;
  font-size: 0.9rem;
  margin-bottom: 0;
  float: left;
  margin-right: 16px;
}

.big-btn-50crypto {
  margin: 2% 2%;
  display: flex;
  align-items: center;
}

.big-btn-50crypto a {
  color: #ffffff;
  text-decoration: none;
}

.button_text {
  width: max-content;
  margin: auto;
  background: transparent;
  border: inherit;
  padding: 8px 16px;
  border-radius: 100px;
}

.button_text:hover {
  background-color: #ffffff0d;
}

.big-btn-50crypto p {
  color: #ffffff;
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 0;
}

.big-btn-50crypto i {
  color: #ffffff;
  font-size: 1rem;
  margin-left: 8px;
}

.register-section {
  margin: 4% 0;
}

.hw-strt span {
  color: #057afb;
  font-weight: 900;
  font-family: roobert;
}

.content-register {
  margin: 8% 0;
  border-bottom: solid 1px;
}

.img-login-box {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
}

.img-login-box img {
  width: 90%;
}

.register-step {
  display: flex;
  align-items: center;
  padding: 4% 0;
  border-bottom: solid 1px;
}

.register-step-d {
  display: flex;
  align-items: center;
  padding: 4% 0;
}

.step-container {
  display: flex;
  align-items: center;
}

.step-box {
  width: 100%;
  padding: 0 4%;
}

.numberbox {
  border: solid 1px #1d1f24;
  border-radius: 100px;
  width: 80px;
  color: #ffff;
  height: 80px;
  text-align: center;
  padding: 22px;
  font-size: 1.4rem;
}

.description-step {
  margin-left: 8px;
}

.description-step p {
  margin-bottom: 0;
  color: #ffff;
  font-size: 1.8rem;
  font-family: roobert;
}

.description-step span {
  color: #ffff;
  font-size: 1.4rem;
  font-weight: 200;
  font-family: sf-pro;
}

.banner-section {
  margin: 8% 0;
}

.banner-content {
  background-color: #101217;
  padding: 40px 40px;
  border-radius: 24px;
  border: solid 1px #1d1f24;
}

.logo-banner-col {
  display: flex;
  align-items: center;
}

.logo-banner-col img {
  width: 60%;
}

.value-banner-txt {
  color: #ffffff;
  display: flex;
  align-items: center;
}

.value-banner-box h3 {
  font-size: 2.4rem;
  font-family: roobert;
}

.value-banner-box p {
  font-size: 1.4rem;
  font-weight: 200;
  font-family: sf-pro;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.value-banner-box a {
  text-decoration: none;
  color: #057afb;
  font-family: roobert;
  font-size: 1.4rem;
  font-weight: bold;
}

.value-banner-box a:hover {
  color: #ffffff;
}

.value-banner-box i {
  color: #057afb;
  border: solid 0.8px;
  padding: 4px 8px;
  border-radius: 4px;
  margin-left: 8px;
}

.value-banner-box i:hover {
  color: #ffffff;
}

/* fees section */
.fees-section {
  margin-top: 6%;
}

.fees-item-box {
  margin-top: 2%;
}

.fees-item {
  color: #ffffff;
  padding: 2rem 2rem;
}

.fees-item-interbox {
  background-color: #101217;
  border: solid 1px #1d1f24;
  border-radius: 16px;
  padding: 8% 8%;
  height: 100%;

  will-change: transform, box-shadow;
  transition: all 0.3s ease-out;
}
.fees-item-interbox:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 8px 24px rgba(255, 255, 255, 0.1),
    0 2px 8px rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
}

.img-fee-box {
  width: 100%;
  margin-bottom: 8%;
}

.fees-item img {
  width: 60%;
  margin-top: 16%;
}

.fees-item p {
  font-family: sf-pro;
  letter-spacing: 0.5px;
  font-weight: 100;
  font-size: 1.1rem;
}

.fees-item h4 {
  font-family: roobert;
  font-size: 1.6rem;
  font-weight: bold;
}

/* end fees section */

/* live exchange section */
.live-exchange-section {
  padding-top: 8%;
}
.live-exchange-box {
  width: 100%;
  display: block;
  text-align: center;
  background:
    radial-gradient(farthest-side at bottom left, rgb(0, 135, 252), transparent),
    radial-gradient(farthest-corner at bottom right, #690dfd47, transparent 400px);
  border-radius: 16px;
  padding-top: 4%;
}

.live-exchange-box img {
  width: 80%;
  margin-top: 4%;
}

/* end live exchange section */

.atribute-box {
  margin-top: 40px;
}

.atribute-item {
  color: #ffff;
  border: solid 1px #1d1f24;
  padding: 8% 2%;
}

.atribute-item-left {
  border-radius: 16px 0 0 0;
}

.atribute-item-right {
  border-radius: 0 16px 0 0;
}

.atribute-item p {
  font-size: 4rem;
}

.atribute-item span {
  font-size: 1.4rem;
}

.atribute-action-box {
  color: #ffff;
  border: solid 1px #1d1f24;
  padding: 6% 4%;
  margin-bottom: 4%;
  border-radius: 0 0 16px 16px;
}

.atribute-action-box img {
  width: 120px;
}

.atribute-action-box p {
  color: #ffff;
  font-size: 2rem;
  margin-top: 24px;
  margin-bottom: 24px;
}

/* footer */

.footer-box {
  padding-top: 4%;
  padding-bottom: 8%;
  border-top: solid 1px #1d1f24;
}

.footer-section {
  background-color: #000000;
  position: absolute;
  z-index: 1001;
}

.footer2-box {
  padding-top: 2%;
  padding-bottom: 2%;
  border-top: solid 1px #1d1f24;
}

.foot-col-ul {
  color: #ffffff;
}

.foot-col-ul p {
  font-size: 1.2rem;
  font-family: 'roobert';
  font-weight: 900;
}

.foot-col-ul ul {
  padding-left: 0;
}

.foot-col-ul a {
  text-decoration: none;
  color: #ffffff;
}

.foot-col-ul a:hover {
  color: #057afb;
}

.foot-col-ul li {
  list-style: none;
  margin-bottom: 8px;
  font-weight: normal;
  font-family: sf-pro;
  letter-spacing: 0.5px;
  font-size: 1rem;
}

.social-footer {
  margin-top: 16px;
  color: #ffffff;
  display: flex;
}

.social-footer a {
  text-decoration: none;
  color: #ffffff;
}

.social-footer i {
  font-size: 1.6rem;
  margin-right: 8px;
}

.social-footer p {
  margin-right: 8px;
  margin-bottom: 0;
  font-family: 'sf-pro';
}

/* end footer */

/* countries home */
.mini-countries-banner {
  background-color: #ffffff14;
  border-radius: 8px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  width: max-content;
  margin-bottom: 8px;
}

.mini-countries-banner span {
  font-size: 1.8rem;
}

.mini-countries-banner p {
  color: #ffffff;
  margin-bottom: 0;
  margin-left: 8px;
  font-family: sf-pro;
  letter-spacing: 1px;
}

.banner-countries {
  background-size: 50%;
  background-repeat: no-repeat;
  border: solid 1px #1d1f24;
  padding: 32px 16px;
  border-radius: 16px;
}

.country-image {
  width: 100%;
}

.bancoun-value {
  padding-left: 2%;
  padding-right: 4%;
}

.bancoun-value h3 {
  font-size: 2rem;
}

.bancoun-value p {
  font-size: 1.2rem;
}

/* end countries home */

/* Tarifas page */

.nav-light {
  width: 100%;
  background-color: #ffffff;
  border-bottom: solid 1px #e3e3e3;
}

.backg-secondary {
  background-color: #ffffff;
}

.content-fees {
    padding: 83px 0 0 0;
    max-width: 100%;
    overflow-x: hidden;
}

.sidebar {
    margin: 0;
    padding: 0;
    width: 24%;
    background-color: #ffffff;
    border-right: solid 1px #e3e3e3;
    float: left;
    position: fixed;
    top: 67px;
    left: 0;
    height: calc(100vh - 67px);
    overflow-y: auto;
    z-index: 1000;
  }

.sidebar a {
  display: block;
  color: black;
  padding: 32px;
  text-decoration: none;
  padding-left: 18%;
  font-family: roobert;
  font-weight: lighter;
}

.sidebar a.active {
  background-color: #f3f7ff;
  border-right: solid 4px #057afb;
  color: #000000;
  font-size: 1.2rem;
  font-family: roobert;
  font-weight: bolder;
}

.sidebar a:hover:not(.active) {
  background-color: rgb(243, 243, 243);
  color: #000000;
}

  div.content-aside {
    padding: 32px 12%;
    width: 76%;
    /* display: inline-block; */
    margin-left: 24%; 
    border-left: solid 1px #edebeb;
  }
  .content-aside h3 {
    margin-bottom: 4%;
  }
  .table-content-aside {
      width: 100%;
  }

.table-container {
  margin-top: 4%;
}

.table-info {
  width: 100%;
}

.table-info p {
  font-family: roobert;
  font-size: 1.2rem;
  color: #646464;
}

.titl-tab th {
  font-family: roobert;
  font-size: 16px;
}

.tab-items th {
  font-family: roobert;
  font-size: 14px;
}

.tab-items td {
  font-family: sf-pro;
  font-weight: 900;
}

/* end tarifas page */

/* Legal page */

.legal-container {
  padding: 160px 20%;
}

.legal-box h3 {
  margin-bottom: 32px;
}

.legal-box p {
  margin-bottom: 32px;
  font-size: 1.2rem;
  font-family: roobert;
  font-weight: 900;
  color: #757c8d;
}

.legal-box li {
  margin-bottom: 32px;
  font-size: 1rem;
  font-family: roobert;
  font-weight: 900;
}

.title-legal > li {
  margin-bottom: 32px;
  font-size: 1.4rem;
  font-family: roobert;
  font-weight: 900;
}

.subtitle_txt {
  white-space: nowrap;
}

/* end legal page */

@media (hover: hover) {
  .nav-cta:hover {
    background: #057afb;
    color: #ffffff;
  }
  .button2:hover::before {
    --size: 400px;
  }
}

@media (max-width: 960px) {
  /* For mobile phones: */

  .elementor {
    background-image: url(../img/bgBlur2-1999x2048.png);
    background-position: -347px 190px;
    background-size: 1000px auto;
    background-repeat: no-repeat;
  }

  .elementor2 {
    background-image: url(../img/bgBlur2-1999x2048.png);
    background-position: -347px 820px;
    background-size: 1000px auto;
    background-repeat: no-repeat;
  }

  .nav-sup {
    padding: 6% 4%;
    width: 100%;
    text-align: center;
  }

  .nav-second-btn {
    display: none;
  }

  .select-leng-btn {
    display: none;
  }
  .menu-mobile {
    background: none;
    border: none;
    margin-right: 0;
    display: inline;
    width: 33px;
  }
  .menu-mobile i {
    font-size: 1.2rem;
    color: #ffffff;
  }

  .notbank_3d_iso {
    width: 80px;
  }

  .tittle_txt {
    color: #ffffff;
    font-size: 3rem;
    text-align: center;
  }

  .max-contain {
    padding-top: 24%;
  }

  .notbank-exchange-mockup {
    margin-top: 8%;
  }

  .supra-box {
    height: inherit;
    padding: 0 2%;
  }

  .crypto-logo-box {
    float: inherit;
  }

  .cryptoname-box {
    display: inline-block;
  }

  .cards-contain-box {
    padding: 16px 16px;
    display: flex;
    flex-direction: column;
  }
  .price-card-box {
    display: inline-block;
    margin-top: 0;
  }

  .big-btn-50crypto p {
    font-size: 0.8rem;
  }

  .big-btn-50crypto i {
    font-size: 0.8rem;
  }

  .value-box {
    padding-right: 0;
    text-align: center;
  }

  .description_txt {
    text-align: center;
  }

  .section-tittle-box h3 {
    font-size: 2.4rem;
  }

  .live-exchange-box {
    width: auto;
  }

  .live-exchange-section {
    padding: 8%;
  }

  .banner-section {
    padding: 8%;
  }

  .logo-banner-col img {
    width: 26%;
  }

  .value-banner-box h3 {
    font-size: 1.8rem;
    margin-top: 8%;
  }

  .live-exchange-box img {
    width: 100%;
  }

  .atribute-section {
    padding: 8%;
  }

  .atribute-item-left {
    border-radius: 16px 16px 0 0;
  }

  .atribute-item-right {
    border-radius: 0 0 0 0;
  }

  .atribute-action-box {
    padding: 16% 4%;
  }

  .atribute-item p {
    font-size: 3rem;
  }

  .atribute-action-box p {
    line-height: 36px;
  }

  .value-banner-box p {
    font-size: 1.2rem;
  }

  .banner-content {
    padding: 24px 24px;
  }

  .footer-box {
    padding-top: 12%;
  }

  .footer-brand-box {
    text-align: center;
    margin-bottom: 32px;
  }

  .social-footer {
    text-align: center;
    margin-top: 16px;
    color: #ffffff;
    display: inline;
  }

  .social-footer p {
    margin-right: 0;
    margin-bottom: 16px;
    margin-top: 16px;
  }

  .foot-col-ul {
    color: #ffffff;
    width: 50%;
  }

  .foot-col-ul ul {
    margin-bottom: 32px;
  }

  /* media countries page */

  .img-login-box img {
    width: 100%;
    margin-top: 8%;
  }

  .register-step {
    text-align: center;
  }

  .register-step-d {
    text-align: center;
  }

  .numberbox {
    margin: auto;
  }

    .mini-countries-banner {
        margin: auto;
        width: max-content;
        text-align: left;
        line-height: normal;
        margin-bottom: 4%;
    }

    .legal-container {
        padding: 160px 8%;
    }
    .subtitle_txt {
        white-space: normal;
    }

    /* Hamburger Menu */

#menuToggle {
	display: block;
	position: absolute;
	top: 22px;
	right: 16px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
    text-align: left;
    line-height: normal;
    margin-bottom: 4%;
  }

  #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }

  #menuToggle span {
    display: block;
    width: 32px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #b6b6b6;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition:
      transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      opacity 0.55s ease;
  }

  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #ffffff;
  }

  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #menuToggle input:checked ~ span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
  }

  #menu {
    position: absolute;
    width: 100vw;
    height: 120vh;
    margin: -100px 0 0 0;
    padding: 50px;
    padding-top: 125px;
    right: -100px;
    background: #0a0b0ced;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  #menu a {
    text-decoration: none;
  }

  #menu li {
    padding: 10px 0;
    font-size: 22px;
    color: #ffffff;
  }

  #menuToggle input:checked ~ ul {
    transform: scale(1, 1);
    opacity: 1;
  }

  .sidebar a.active {
    background-color: #f3f7ff;
    border-right: inherit;
    border-bottom: solid 4px #057afb;
    color: #000000;
    font-size: 1.2rem;
    font-family: roobert;
    font-weight: bolder;
  }

  .sidebar a {
    width: 100%;
    text-align: center;
    padding-left: 0;
    border-bottom: solid 1px #e3e3e3;
  }
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
  }
  .sidebar a {float: left;}
  div.content-aside {margin-left: 0; width: 100%;}

  .content-fees {
    display: flex;
    flex-direction: column;
}
  div.content-aside {
    margin-left: 0;
    width: 100%;
  }
}

/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}
