:root {
  --color-primary: #fff;
  --color-primary-light: #eee;
  --color-primary-dark: #ccc;
  --cor-verde: #3cd23c;
  --shadow-dark: 0 2rem 6rem rgba(0,0,0,.3);
}

* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4 {
  font-weight: 400;
}

body {
  min-height: 100vh;
}

a {
  text-decoration: none;
}

.grelha {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "top        top     top" "body-left  body    body-right";
  -ms-grid-columns: 4fr 5fr 1fr;
      grid-template-columns: 4fr 5fr 1fr;
  -ms-grid-rows: 100px auto;
      grid-template-rows: 100px auto;
}

@media screen and (min-width: 900px) {
  .grelha {
    -ms-grid-columns: 2fr 3fr 2fr;
        grid-template-columns: 2fr 3fr 2fr;
  }
}

.g-body {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: body;
  margin-bottom: 80px;
  z-index: 0;
}

@media screen and (min-width: 900px) {
  .g-body {
    margin-bottom: 250px;
    margin-top: 5em;
  }
}

.g-body .nickname {
  font-size: 2em;
  color: #a21c44;
  margin: 1em 0 0 0;
}

@media screen and (min-width: 900px) {
  .g-body .nickname {
    font-size: 2em;
  }
}

.g-body__tit {
  font-size: 2.2rem;
  margin: .5rem 0;
}

@media screen and (min-width: 900px) {
  .g-body__tit {
    font-size: 3em;
  }
}

.g-body__data {
  font-size: 1.5rem;
  color: #aaa;
  margin: .5em 0;
}

@media screen and (min-width: 900px) {
  .g-body__data {
    font-size: 2em;
    color: #aaa;
  }
}

.g-body h4 {
  font-size: 2rem;
  margin: 1.5em 0 .5em;
}

.g-body p {
  margin: 1em 0;
  font-size: 1.3em;
  color: #444;
}

.g-body ul {
  list-style: url("img/li-seta-fina.svg") outside;
  padding: 0;
  margin: 0;
}

.g-body li {
  font-size: 1.5em;
  margin: 1em 0;
  padding: 0;
  /*&:before {
            content: "\10132";
            margin: 0 0 3em 0;
        }*/
}

.g-body .logos-cofinancia {
  right: 1rem;
  top: 150px;
  width: 250px;
  height: 65px;
  background: center/contain no-repeat url("img/logos_co-financiamento-big.png");
}

@media screen and (min-width: 900px) {
  .g-body .logos-cofinancia {
    position: absolute;
    right: 1rem;
    top: 105px;
    width: 305px;
  }
}

.g-body__logo-monte {
  display: block;
  margin: 30px auto 0 auto;
  height: 78px;
}

@media screen and (min-width: 900px) {
  .g-body__logo-monte {
    display: none;
  }
}

.g-body__pdf-actividades {
  display: block;
  width: auto;
  height: auto;
  margin: 60px auto 0 auto;
}

@media screen and (min-width: 900px) {
  .g-body__pdf-actividades {
    margin-top: 50px;
  }
}

.g-body-left {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: body-left;
}

.g-body-right {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: body-right;
}

.g-top {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: top;
  position: -webkit-sticky;
  position: sticky;
  top: -70px;
  background-color: #a21c44;
  z-index: 1;
}

@media screen and (min-width: 900px) {
  .g-top {
    top: -40px;
  }
}

.g-top__logo-leader {
  position: absolute;
  right: 0px;
  bottom: -7px;
  width: 150px;
  height: 60px;
  z-index: 1;
  display: block;
  background: url("img/Logo_IMLeader.svg") right bottom/contain no-repeat;
}

@media screen and (min-width: 900px) {
  .g-top__logo-leader {
    display: none;
  }
}

.g-top__logo-leader--big {
  position: absolute;
  right: 1rem;
  bottom: -10px;
  background: url("img/Logo_IMLeader.svg") right bottom/contain no-repeat;
  width: 213px;
  height: 55px;
  z-index: 1;
  display: none;
}

@media screen and (min-width: 900px) {
  .g-top__logo-leader--big {
    display: block;
  }
}

.g-top__logo-monte {
  position: absolute;
  display: none;
  left: 20px;
  top: 230px;
  width: 200px;
  height: 78px;
}

@media screen and (min-width: 900px) {
  .g-top__logo-monte {
    display: block;
  }
}

.g-top__rect {
  position: absolute;
  left: 8px;
  top: 10px;
  z-index: 0;
  width: 100px;
  height: 100px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #a21c44;
}

@media screen and (min-width: 900px) {
  .g-top__rect {
    top: -20px;
    left: 20px;
    width: 200px;
    height: 200px;
  }
}

.g-top__barra-ods--small {
  position: absolute;
  background: left no-repeat url("img/ods_barra_white-small.png");
  width: 210px;
  height: 71px;
  top: 0;
  left: 10px;
  z-index: 3;
  display: block;
}

@media screen and (min-width: 900px) {
  .g-top__barra-ods--small {
    display: none;
  }
}

.g-top__barra-ods {
  position: absolute;
  background: url("img/ods_barra_white.png") #a21c44;
  width: 312px;
  height: 55px;
  top: 40px;
  left: 30px;
  z-index: 1;
  display: none;
}

@media screen and (min-width: 900px) {
  .g-top__barra-ods {
    display: block;
  }
}

.bk-radio {
  padding: 20px;
  margin: 50px 0 0 0;
  border-left: 20px solid var(--cor-verde);
}

@media screen and (min-width: 900px) {
  .bk-radio {
    display: none;
  }
}

.bk-radio__titulo {
  font-size: 2.5rem;
  color: var(--cor-verde);
  line-height: 1;
  margin: 0 0 20px 0;
}

.bk-radio__num {
  font-size: 2rem;
  color: #bbb;
}

.bk-radio__data {
  font-size: 1.5rem;
  margin: 2rem 0 0 0;
}

.bk-radio__entrevistado {
  font-size: 2rem;
  border-bottom: 3px solid var(--cor-verde);
  display: inline-block;
}

.bk-radio__empresa {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.bk-radio audio {
  margin: -10px 0 20px -36px;
  width: 130%;
}

.destaque {
  font-size: 2em;
  color: #a21c44;
  position: absolute;
  display: block;
  top: 110px;
  right: 10px;
}

@media screen and (min-width: 900px) {
  .destaque {
    top: 110px;
    right: 370px;
  }
}

.dois {
  display: none;
}

@media screen and (min-width: 900px) {
  .dois {
    position: relative;
    display: block;
    left: 0;
    top: 300px;
    padding: 20px;
    margin: 0;
  }
}

.dois .bk-radio__titulo {
  font-size: 2.5rem;
  margin: -20px 0 20px 0;
}

.dois audio {
  margin: -20px 0 0 -20px;
  width: 90%;
}

.bkg__img {
  position: fixed;
  width: 100vw;
  bottom: 0;
  text-align: center;
  background: white;
}

.bkg__img img {
  height: 20vh;
}

@media screen and (min-width: 900px) {
  .bkg__img img {
    height: 30vh;
  }
}

.bkg__img__grad-branco {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(80%, white));
  background: linear-gradient(transparent 10%, white 80%);
  -webkit-transform: translatey(-100px);
          transform: translatey(-100px);
}

.space--bottom {
  display: block;
  margin-bottom: 200px;
}
/*# sourceMappingURL=main.css.map */