:root {
  --primary: #CC0000;
  --secondary: #151515;
}

.bg-home-lp-campanhas{
  background-image: url(/assets/banner_instituicoesensino_mobile-81c7662b282122d3306dc350be53f50d7d8d63afd57c52ebc94c87e209a46209.png)
}

@media screen and (min-width: 1340px) {
  .bg-home-lp-campanhas{
    background-image: url(/assets/banner_instituicoesensino_desktop-56d763f9c46b3189973956b43c60ff69e01134b84ce4a1aa07afe8635d214df5.png)
  }
}

.bg-sidebar-lp-campanhas{
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/assets/banner_instituicoesensino_mobile-81c7662b282122d3306dc350be53f50d7d8d63afd57c52ebc94c87e209a46209.png);
  background-size: cover;
  background-position: top;
}

.img-home-hero {
  width: 292px;
  height: 256px;
  background-image: url(/assets/image_home_instituicoesensino-409dfb9c825075c0f066a609f0dce7e1031c4bafe04e8acf525050029b564702.png);
  margin-bottom: 30px;
}

.bg-cadastro-lp-campanhas{
  background-image: url(/assets/banner2_instituicoesensino_mobile-ad48ea4ae226b995e69e083560c6f32df20dee98608b4253c3b0727f3cdf88ec.png)
}

@media screen and (min-width: 1340px) {
  .bg-cadastro-lp-campanhas{
    background-image: url(/assets/banner2_instituicoesensino_desktop-195fb894c9b64fba750c4839641832f31ddee6a7f8ac53407da99536baf7ca4a.png)
  }
}

.bg-theme-primary {
  background-color: var(--primary);
}

.bg-theme-primary-secondary {
  background-color: var(--secondary);
}


/* examples MUST REMOVE */
/* .text-theme-primary {
  color: var(--primary);
}

