:root {
  --header-bg-color: #18356e;
  --header-text-color: #ffffff;
  --main-bg-color: #142f66;
  --main-text-color: #ffffff;
  --scrollbar-thumb-color: #142f66;
  --scroolbar-track-color: #18356e;
  --footer-bg-color: #001d56;
  --footer-text-color: #ffffff;

  --btn-quero-participar-bg-color: #03bce3;
  --btn-quero-participar-text-color: #00285c;

  --btn-template-bg-color: #03bce3;
  --btn-template-text-color: #00285c;

  --btn-template-2-bg-color: #142f66;
  --btn-template-2-text-color: #ffffff;
}

.section-etapas {
  margin-top: -210px;
}

.section-banner img {
  width: 100%;
}

.section-etapas img {
  width: 100%;
}

.section-premios .img-premios {
  width: 100%;
}

.section-patrocinadores .img-patrocinadores {
  width: 100%;
}

.section-assistente-virtual .logo {
  height: 50px;
}

.section-assistente-virtual .card-header {
  background: #ffffff;
  border: 0;
  color: var(--main-bg-color);
}

@media (min-width: 769px) {
  .img-desktop {
    display: block;
  }

  .img-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .img-desktop {
    display: none;
  }

  .img-mobile {
    display: block;
  }
}
