header {
  background-color: #333333;
}

.coin-size-nav {
  width: 24px;
}

html, body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

main {
  /* Wrapper for page content to push down footer */
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

.btn-standard {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 50px;
  transition: 0.15s;
  color: #fff;
  background: #ff7800;
}

.btn-standard:hover {
  filter: brightness(110%);
  color: #fff;
}

.btn-standard:focus-within {
  border-color: transparent;
  box-shadow: 0 0 0 transparent;
}

.texto-white {
  color: #ffffff;
}

.btn-register {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 50px;
  color: #fff;
  background: #ff7800;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-register:hover {
  filter: brightness(110%);
  color: #fff;
}

.social {
  padding: 0.4rem;
  transition: 0.1s;
  border: 1.5px solid;
  border-radius: 100%;
  border-color: #ffa500;
  background: transparent;
}

.social:hover {
  filter: brightness(110%);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.social a img {
  max-width: 28px;
}

.container-navbar {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.aspect-ratio-box-coins::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 318px / 134px * 100%;
}

.aspect-ratio-box-coins::after { /* to clear float */
  content: "";
  display: table;
  clear: both;
}

.aspect-ratio-carousel-sm::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 250px / 125px * 100%;
}

.aspect-ratio-carousel-sm::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 2560px) {
  #hero .carousel-container {
    height: 40vh;
  }

}

.slick-slider .slick-slide {
  margin: 0 15px;
}

.sm-carousel img:hover {
  opacity: 0.9;
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; } 
  }
  @-moz-keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1; }
  }
  @-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
  }
  @keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
  }

  .fadeIn {
    -webkit-animation: fadeIn 1.2s ease-in-out;
    -moz-animation: fadeIn 1.2s ease-in-out;
    -o-animation: fadeIn 1.2s ease-in-out;
    animation: fadeIn 1.2s ease-in-out;
    }


@media(max-width:768px) {
  section .container#carousel-sm {
    margin-top: 7rem;
  }
  .hero-waves {
    margin-top: 30px;
  }
  .margin-social-bottom {
    margin-bottom: 11rem;
  }
  .margin-mobile-top {
    margin-top: 18rem;
  }
  .cta-margin .col-lg-6 {
    margin-top: 1rem;
  }

}

@media(max-width:1024px) {
  .sm-carousel img {
    width: 100%;
    height: auto;
  }
}

@media(max-width:768px) and (max-height:468px) {
  .margin-mobile-top {
    margin-top: 20rem;

  }

  .margin-social-bottom {
    margin-bottom: 17rem;
  }

  section .container#carousel-sm {
    margin-top: 9rem;
  }

}

@media (max-width:475px) {
  section#cta_como_operar .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  #carousel-sm.container {
    padding-right: 30px;
    padding-left: 30px;
  }

 
  .margin-social-bottom {
    margin-bottom: 15rem;
  }
}

table .border-left-radius {
  border-top-left-radius: 35%;
  border-top: transparent;
}

table .border-right-radius {
  border-top-right-radius: 35%;
  border-top: transparent;
}

table .border-transparent {
  border-top: transparent;
}

@media (max-width: 359px) {
  .margin-right-mobile {
    margin-left: 0.5rem !important;
  }
}


@media (min-width: 1024px) and (max-width: 1024px) {
  .size-btn-small {
    padding: 4px 13px;
    font-weight: 600;
    font-size: 12px;
  }
  .size-nav-small {
    font-size: 5px;
  }
  .margin-btn-right {
    margin-right: 590px;
  }
  .footer-social-width {
    width: 500px !important;
  }
}

@media (max-width: 575px) {
  .margin-btn-top {
    margin-top: 10rem;
  }
}

@media (max-width: 449px) and (min-width:330px) {
  .section-title h2::after {
    width: 55px;
  }
  .section-title h2::before {
    width: 55px;
  }
}

@media (max-width:329px) {
  .section-title h2::after {
    width: 30px;
  }
  .section-title h2::before {
    width: 30px;
  }
}

@media (max-width: 397px) {
  .text-carousel-mobile {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .margin-social-links {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 768px) {
  footer .col-lg-4 {
    margin-top: 10px;
  }

  .carousel-cta-item a img {
    width: 670px;
  }
}

@media (max-width: 346px) {
  .social-media-sm {
    width: 320px;
  }
  .social-media-margin-left {
    margin-left: 1px !important;
  }
  .social-media-margin-right {
    margin-right: 0px !important;
  }
}

.button_coin {
  background-color: linear-gradient(#d3d3d3, #fff);
  border: none;
  border-radius: 4px;
  border-color: #939393;
  border-width: 1px;
  color: white;
  padding: 3px 7px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition: 0.1s;
}

.button_coin:hover {
  background-color: #ddd7d1;
}

.button_coin:focus {
  background-color: #d3d3d3;
}

.img-coins {
  width: 60px;
  height: 60px;
}

.table-a {
  background-color: #ff7800;
  color: #fff;
}

.table-b {
  background-color: #fb6340;
  color: #fff;
}

.table-c {
  background-color: #fdb141;
  color: #fff;
}

.table-d {
  background-color: #505050;
  color: #fff;
}

.color-white {
  color: #fff;
}

.color-green {
  color: green;
}

.color-gray {
  color: #505050;
}

.color-orange {
  color: #ff7800;
}

.color-orange-b {
  color: #ffa500
}

.color-aqua {
  color: #31b573;
}

.color-red {
  color: #ff5353;
}

.color-black {
  color: #333333;
}

.bg-orange {
  background-color: #ff7800;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #333333;
}

.bg-black-b {
  background-color: #505050;
}

.section-nucleo-icons {
  --icon-size: 5rem;
  --icon-sm-size: 3.75rem;
  --gutter: 7rem;
}

.section-nucleo-icons .nucleo-container {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: 360px;
  margin: 0 auto;
}

.section-nucleo-icons .icons-container {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: 360px;
  margin: 0 auto;
}

.section-nucleo-icons {
  --icon-size: 5rem;
  --icon-sm-size: 3.75rem;
  --gutter: 7rem;
}

.section-nucleo-icons .icons-container i {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  transition: all .2s cubic-bezier(.25, .65, .9, .75);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
  align-items: center;
  justify-content: center;
}

.section-nucleo-icons .icons-container i.icon {
  font-size: 1.7em;
  width: var(--icon-size);
  height: var(--icon-size);
}

.section-nucleo-icons .icons-container i.icon-sm {
  font-size: 1.5em;
  width: var(--icon-sm-size);
  height: var(--icon-sm-size);
}

.section-nucleo-icons .icons-container i:nth-child(1) {
  font-size: 42px;
  z-index: 2;
  color: #fb6340;
}

.section-nucleo-icons .icons-container:not(.on-screen) i {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-nucleo-icons .icons-container:not(.on-screen) i:not(:nth-child(1)) {
  opacity: 0;
}

.section-nucleo-icons .icons-container.on-screen i {
  opacity: 1;
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(1) {
  font-size: 42px;
  top: 50%;
  left: 50%;
  color: #fb6340;
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(2) {
  top: 50%;
  left: calc(50% + (var(--gutter) * 1.7));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(3) {
  top: calc(50% + var(--gutter));
  left: calc(50% + var(--gutter));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(4) {
  top: calc(50% - var(--gutter));
  left: calc(50% + var(--gutter));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(5) {
  top: 50%;
  left: calc(50% + (var(--gutter) * 4));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(6) {
  top: calc(50% + (var(--gutter) * 1.5));
  left: calc(50% + (var(--gutter) * 2.7));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(7) {
  top: calc(50% - (var(--gutter) * 1.5));
  left: calc(50% + (var(--gutter) * 2.7));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(8) {
  top: 50%;
  left: calc(50% - (var(--gutter) * 1.7));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(9) {
  top: calc(50% + var(--gutter));
  left: calc(50% - var(--gutter));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(10) {
  top: calc(50% - var(--gutter));
  left: calc(50% - var(--gutter));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(11) {
  top: 50%;
  left: calc(50% - (var(--gutter) * 4));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(12) {
  top: calc(50% + (var(--gutter) * 1.5));
  left: calc(50% - (var(--gutter) * 2.7));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(13) {
  top: calc(50% - (var(--gutter) * 1.5));
  left: calc(50% - (var(--gutter) * 2.7));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(14) {
  top: calc(50% - (var(--gutter) * 0));
  left: calc(50% - (var(--gutter) * 2.9));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(15) {
  top: calc(50% - (var(--gutter) * 0));
  left: calc(50% - (var(--gutter) * -2.9));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(16) {
  top: calc(50% - (var(--gutter) * 1));
  left: calc(50% - (var(--gutter) * 3.7));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(17) {
  top: calc(50% - (var(--gutter) * 1));
  left: calc(50% - (var(--gutter) * -3.7));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(18) {
  top: calc(50% - (var(--gutter) * -1));
  left: calc(50% - (var(--gutter) * -3.7));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(19) {
  top: calc(50% - (var(--gutter) * -1));
  left: calc(50% - (var(--gutter) * 3.7));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(20) {
  top: calc(50% - (var(--gutter) * 1.5));
  left: calc(50% - (var(--gutter) * 0));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(21) {
  top: 50%;
  left: calc(50% + (var(--gutter) * 5));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(22) {
  top: 50%;
  left: calc(50% + (var(--gutter) * -5));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(23) {
  top: calc(50% - (var(--gutter) * -0.7));
  left: calc(50% - (var(--gutter) * 0));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(24) {
  top: calc(50% - (var(--gutter) * 0.7));
  left: calc(50% - (var(--gutter) * 0));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(25) {
  top: calc(50% - (var(--gutter) * -1.5));
  left: calc(50% - (var(--gutter) * 0));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(26) {
  top: calc(50% - (var(--gutter) * -1.5));
  left: calc(50% - (var(--gutter) * 1.7));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(27) {
  top: calc(50% - (var(--gutter) * 1));
  left: calc(50% - (var(--gutter) * -1.9));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(28) {
  top: calc(50% - (var(--gutter) * 1));
  left: calc(50% - (var(--gutter) * 1.9));
}

.section-nucleo-icons .icons-container.on-screen i:nth-child(29) {
  top: calc(50% - (var(--gutter) * -1.5));
  left: calc(50% - (var(--gutter) * -1.7));
}

.blur--hover {
  position: relative;
}

.blur--hover .blur-item {
  transition: 1s cubic-bezier(.19, 1, .22, 1);
  opacity: 1;
  will-change: transform;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.blur--hover .blur-hidden {
  position: absolute;
  z-index: 100;
  top: calc(50% + 7px);
  left: 50%;
  transition: all .15s ease;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.blur--hover:hover .blur-item {
  z-index: 1;
  transform: scale(.95);
  opacity: .8;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.blur--hover:hover .blur-hidden {
  top: 50%;
  opacity: 1;
}

.img-midia {
  width: 100px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.img-midia:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.zoom {
  overflow: hidden;
}

.faq .container {
  padding: 0 16px 0 16px;
}

.faq .faq-list .embed {
  max-width: 453.3px;
  max-height: 340.14px;
}

.faq-list p a b {
  font-size: 15px;
}

.abcripto {
  width: 170px;
  height: 70px;
}

.gocache {
  width: 60px;
  height: 60px;
}

.sectigo {
  width: 130px;
  height: 50px;
}

.abfintechs {
  width: 70px;
  height: 70px;
}

.video-size {
  width: 490px;
  height: 360px;
}

.logo-footer {
  max-height: 40px;
}

footer .col-sm-3 a {
  transition: 0.5s;
  color: #fff;
}

footer .col-sm-2 a {
  transition: 0.5s;
  color: #fff;
}

footer .col-sm-3 a:hover {
  color: #ddd7d1;
}

footer .col-sm-2 a:hover {
  color: #ddd7d1;
}