@font-face {
  font-family:ColourSansRegular;
  src:url(../fonts/ColourSans.woff2) format("woff2"),
  url(../fonts/ColourSans.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family:ColourSansBold;
  src:url(../fonts/ColourSans-Bold.woff2) format("woff2"),
  url(../fonts/ColourSans-Bold.woff) format("woff");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}
body {
  font-family: "ColourSansRegular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  background-color: #FFFFFF;
}
a {
  color: #000000;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
button {
  border: none;
  background: transparent;
  cursor: pointer;
}
.container {
  display: flex;
  margin: 0 auto;
}
.mobile { display: block; }
.desktop { display: none; }

/* Header */
header .container {
  width: 81.54%;
  justify-content: space-between;
  align-items: center;
}
header {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  height: 76px;
}
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  z-index: 10;
  transition: all 0.3s ease;
}
header.sticky #logo, header.sticky .container, header.sticky #logo img {
  height: 100%;
}
header.sticky #logo img {
  padding: 3px 0;
}
header.sticky nav {
  top: 42px;
}
#menu {
  height: 20px;
  width: 27px;
  border-color: #020617;
  border-top: 2px solid;
  border-bottom: 2px solid;
  z-index: 2;
}
#menu::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #020617;
}
nav {
  position: absolute;
  display: none;
  width: 170px;
  top: 76px;
  right: 0;
  z-index: 2;
}
nav a {
  display: flex;
  width: 100%;
  height: 53px;
  color: #020617;
  font-size: 1.167em;
  padding-right: 25px;
  justify-content: flex-end;
  align-items: center;
}
nav ul {
  background-color: #EDEDED;
}
.txtAzul {
  color: #012169;
}
.grayDark {
  color: #484848;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.empty {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /*background-color: rgba(0,0,0,0.4);*/
}
.overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(100, 100, 100, 0.7);
  z-index: 3;
}
.video-wrapper {
  justify-content: center;
	width: 90%;
	max-width: 100%;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-popup {
  cursor: pointer;
}

/* Footer */
footer {
  min-height: 150px;
  padding-top: 32px;
}
footer .container {
  width: 75.39%;
}
.redes ul {
  display: flex;
}
.redes li {
  margin-left: 16px;
}
.redes li:first-of-type {
  margin: 0;
}
.redes {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.links {
  display: none;
}

/* Main */
main .container {
  width: 87.70%;
  flex-direction: column;
  max-width: 1190px;
}
main section {
  padding: 32px 0;
}
section.noPadding {
  padding: 0;
}
section.noMargin {
  margin: 0;
}
section.titulo {
  padding: 48px 0 48px;
}
h1, h2, h3, h4, h5 {
  color: #012169;
  text-align: center;
}
h4 {
  font-size: 1.334em;
  line-height: 1.125em;
  font-weight: normal;
}
h5 {
  font-size: 1.167em;
  line-height: 1.142em;
  font-weight: 400;
}
h1, h2 {
  font-family: "ColourSansBold", sans-serif;
  line-height: 20px;
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin-bottom: 32px;
}
.titulo p {
  font-size: 1.167em;
  line-height: 1.33em;
  text-align: center;
  color: #484848;
}
h2, h3 {
  font-size: 1.667em;
}
h2 {
  margin-bottom: 36px;
}
h3 {
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  margin-bottom: 10px;
}
.borda {
  border: 4px solid;
  border-radius: 0 57px 0 57px;
}

/* Home */
.hero {
  width: 100%;
}
.homeProjetos {
  background-color: #E3FAFF;
}
.quadro img {
  margin: 0 auto 24px;
}
.quadro li {
  line-height: 1.167em;
  text-align: center;
  color: #012169;
}
.social .borda {
  border-color: #73AFBF;
}
.ambiental .borda {
  border-color: #AFCC5C;
}
.plus {
  font-size: 6.33em;
  color: #012169;
  font-weight: bold;
  text-align: center;
}

/* Apoie */
#apoie .container {
  width: 95.90%;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 16px 24px;
}
.imgTxt {
  display: flex;
  flex-direction: column;
}
#apoie img {
  align-self: center;
}
#apoie h3 {
  color: #020617;
  text-align: left;
  margin-top: 28px;
}
#apoie p {
  color: #64748B;
}
fieldset label {
  margin-top: 16px;
}
fieldset {
  border: none;
  display: flex;
  flex-direction: column;
}
fieldset#opcoes label, input[type="text"], textarea {
  border: 1px solid #E2E8F0;
  border-radius: 6px;
}
fieldset#opcoes label {
  padding: 16px;
  color: #020617;
  cursor: pointer;
}
fieldset#opcoes label input[type="radio"] {
  margin-right: 6px;
}
input[type="text"], textarea {
  padding: 10px;
  width: 100%;
  margin-top: 8px;
}
.botao {
  color: #FFFFFF;
  background-color: #012169;
  border-radius: 0 12px;
  padding: 12px 36px;
}
a.botao {
  display: block;
  width: max-content;
}
fieldset + .botao {
  margin-top: 20px;
}
label.erro {
  color: #FF0000;
}
.erro input, .erro textarea {
  border-color: #FF0000;
  outline: 1px solid #FF0000;
}
fieldset span {
  margin-top: 3px;
  display: none;
}
.erro span {
  display: block;
}

/* Projetos */
.full {
  width: 100%;
}
.full img {
  width: 100%;
}
.box img {
  border: 8px solid;
  border-radius: 0 60px;
}
.box h2 {
  text-align: left;
  margin: 24px 0;
}
.box p, .box li {
  color: #012169;
  line-height: 1.167em;
}
.box p:last-child {
  margin-bottom: 0;
}
.box p {
  margin-bottom: 16px;
}
.box p + .botao {
  margin-top: 24px;
}
.box .botao {
  padding: 9px 24px;
}
.frase h5 {
  margin-bottom: 16px;
  text-align: left;
}
.frase p {
  color: #484848;
  font-size: 1em;
  line-height: 1em;
}
.frase.borda {
  padding: 34px 38px;
  border-radius: 0 30px;
  border: 3px solid #012169;
  position: relative;
}
.frase.borda::before, .frase.borda::after {
  content: "";
  display: block;
  position: absolute;
}
.frase.borda::before {  
  width: 100%;
  height: calc(100% - 60px);
  border-left: 3px solid #FFF;
  border-right: 3px solid #FFF;
  top: 30px;
  left: -3px;
}
.frase.borda::after {
  width: calc(100% - 60px);
  height: 100%;
  border-top: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  top: -3px;
  left: 30px;
}
.imgTxt.imgBottom img {
  margin-top: 32px;
}
.imgBottom h2 {
  margin-top: 0;
}
.faixa {
  padding: 48px 0;
  font-size: 1.167em;
  line-height: 1.142em;
  text-align: center;
  color: #012169;
}
.faixa h5 {
  font-size: 1em;
  line-height: 1.142em;
}
.fundo *, .titulo.fundo * {
  color: #FFFFFF;
}
.azul {
  background-color: #012169;
}
.parceiros ul {
  display: flex;
  justify-content: center;
  column-gap: 16px;
}
.antes-depois + .antes-depois {
  margin-top: 64px;
}
.img-container {
  display: flex;
}
.img-container.dois li {
  width: 50%;
}
.legenda {
  margin-top: 8px;
}
.imgLabel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.fit {
  width: fit-content;
  align-self: center;
}

/* Vila Farrapos - RS */
.vila-farrapos {
  background-color: #CBEAF2;
}
.vila-farrapos img {
  border-color: #73AFBF;
}
.frase.borda.azul {
  background: none;
  border-color: #CBEAF2;
}
.imgTudoCor {
  margin: 0 auto 48px;
  border-radius: 0 30px;
}
.numeros {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  column-gap: 9%;
}
.numeros li {
  width: 45.5%;
  text-align: center;
  color: #012169;
}
.numeros li > div {
  width: 100%;
  height: 60px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 24px;
}
.casa div { background-image: url(../img/icons/icon-casa.png) }
.rolo div { background-image: url(../img/icons/icon-rolo.png) }
.balde div { background-image: url(../img/icons/icon-balde.png) }
.pessoa div { background-image: url(../img/icons/icon-pessoa.png) }
.numeros p {
  font-family: "ColourSansBold", sans-serif;
  font-size: 2.67em;
  font-weight: bold;
  margin-bottom: 6px;
}
.transformacao p {
  margin-bottom: 16px;
}
.transformacao .frase {
  margin: 48px 0;
}

/* Decor Social */
.decor-social {
  background-color: #FFE0D5;
}
.decor-social img {
  border-color: #CC8266;
}
.frase.borda.laranja {
  border-color: #ffe0d5;
}
.numeros.impacto li > div {
  width: 120px;
  height: 120px;
  border: 5px solid #012169;
  border-radius: 0 30px 0 30px;
  margin-left: auto;
  margin-right: auto;
}
.numeros.impacto p {
  margin-bottom: 16px;
} 
.numeros.impacto span {
  font-size: 1.5em;
  line-height: 1.12em;
} 
.impacto .projetos div { background-image: url(../img/projetos/decor-social/impacto-01.jpg) }
.impacto .ambientes div { background-image: url(../img/projetos/decor-social/impacto-02.jpg) }
.impacto .tintas div { background-image: url(../img/projetos/decor-social/impacto-03.jpg) }
.impacto .criancas div { background-image: url(../img/projetos/decor-social/impacto-04.jpg) }

/* Bloco do Beco */
.bloco-beco {
  background-color: #F2DCCE;
}
.bloco-beco img {
  border-color: #B2876B;
}
.logo {
  width: 276px;
  margin: 0 auto;
}

/* Mais Vida nos Morros */
.mais-vida-morros {
  background-color: #F8DBEC;
}
.mais-vida-morros img {
  border-color: #B26B93;
}
h5.maior {
  font-size: 1.4em;
}
.frase.borda.lilas {
  border-color: #F8DBEC;
}
.impacto .comunidades div { background-image: url(../img/projetos/mais-vida-morros/impacto-01.jpg) }
.impacto .imoveis div { background-image: url(../img/projetos/mais-vida-morros/impacto-02.jpg) }
.impacto .pessoas div { background-image: url(../img/projetos/mais-vida-morros/impacto-03.jpg) }
.impacto .produtos div { background-image: url(../img/projetos/mais-vida-morros/impacto-04.jpg) }

/* Reserva Coral Tangará */
.reserva-coral-tangara {
  background-color: #E8F1D0;
}
.reserva-coral-tangara img {
  border-color: #AFCC5C;
}

/* Parcerias Tudo de Cor e o poder do Voluntariado */
.tudo-cor-voluntariado {
  background-color: #EBE3F5;
}
.tudo-cor-voluntariado img {
  border-color: #704C99;
}

/* Erro 404 */
.container.borda {
  border-width: 6px;
  border-color: #012169;
}
#erro404 .container {
  padding: 0 65px;
  min-height: 440px;
  justify-content: center;
  text-align: center;
  color: #012169;
}
#erro404 h1 {
  font-size: 8em;
  line-height: 1em;
  margin-bottom: 6px;
}
#erro404 h5 {
  font-size: 2em;
  line-height: 1em;
}
#erro404 p {
  line-height: 1.167em;
  margin: 16px 0;
}
#erro404 .botao {
  width: 100%;
  font-size: 1.333em;
  line-height: 1.25em;
  padding-left: 0;
  padding-right: 0;
}

/* Confirms */
.confirm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  z-index: 10;
}
.confirm div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0 64px;
  margin: 0 13px;
  background-color: #012169;
  text-align: center;
  min-height: 360px;
  border-radius: 0 85px;
}
.confirm h5 {
  font-size: 2em;
  line-height: 1em;
  color: #FFFFFF;
}
.confirm p {
  line-height: 1.167em;
  margin: 32px 0;
}
.confirm .botao {
  width: 100%;
  max-width: 220px;
  font-size: 1.333em;
  line-height: 1.25em;
  color: #012169;
  margin: 0 auto;
  background-color: #FFFFFF;
}

/* Quem Somos */
.quem-somos .imgTxt div, .quem-somos .imgTxt h2 {
  text-align: center;
}
.missao {
  background-color: #FCEFE2;
}
.missao img {
  border-color: #CCA329;
}
.visao {
  background-color: #FFE0D5;
}
.visao img {
  border-color: #CC8266;
}
.valores {
  background-color: #F2DCCE;
}
.valores img {
  border-color: #B2876B;
}
#governanca h3 {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#governanca h3:before, #governanca h3::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #012169;
}
#governanca h3:before {
  margin-right: 24px;
}
#governanca h3::after {
  margin-left: 24px;
}
#governanca ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 24px;
  margin: 32px 0;
  justify-content: center;
}
#governanca li {
  width: calc(50% - 12px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#governanca ul img {
  width: 85px;
  margin-bottom: 16px;
    border-radius: 0 12px;
}
.diretoria li:first-child {
  flex: 1 0 100%;
}

/* Nossa História */
.tudo-cor-primeiro {
  background-color: #E8F1D0;
}
.tudo-cor-primeiro img {
  border-color: #AFCC5C;
}
.ararinha-azul {
  background-color: #CBEAF2;
}
.ararinha-azul img {
  border-color: #73AFBF;
}
.santa-marta {
  background-color: #EBE3F5;
}
.santa-marta img {
  border-color: #704C99;
}
.salvador {
  background-color: #F8DBEC;
}
.salvador img {
  border-color: #B26B93;
}
.recife {
  background-color: #FFE0D5;
}
.recife img {
  border-color: #CC8266;
}
.comunidade {
  background-color: #F2DCCE;
}
.comunidade img {
  border-color: #B2876B;
}
.faixa h3 {
  font-size: 1.125rem;
  line-height: 1.12em;
}
.numeros.historia {
  column-gap: 0;
  row-gap: 24px;
  justify-content: center;
}
.numeros.historia p {
  font-family: "ColourSansRegular", sans-serif;
  font-size: 1em;
  line-height: 1.167em;
  font-weight: normal;
  margin: 0;
  color: #000000;
}
.numeros.historia li > div {
  height: 73px;
  margin-bottom: 16px;
}
.historia .vidas div { background-image: url(../img/icons/icon-vidas.png) }
.historia .tintas div { background-image: url(../img/icons/icon-tintas.png) }
.historia .pessoas div { background-image: url(../img/icons/icon-pessoas.png) }
.historia .formacao div { background-image: url(../img/icons/icon-formacao.png) }
.historia .imoveis div { background-image: url(../img/icons/icon-imoveis.png) }

/* Transparência */
.transparencia.faixa h2 {
  font-size: 1.43em;
  margin-bottom: 24px;
}
.transparencia h3, .transparencia.faixa p {
  margin-bottom: 48px;
}
.transparencia.faixa p:last-child {
  margin: 0;
}
.transparencia.faixa p {
  font-size: 1em;
}
.box.transparencia img {
  border-color: #012169;
}
.codigo-conduta {
  background-color: #588aec;
}
.informe-anual {
  background-color: #3365c7;
}
.instituto {
  background-color: #4481f5;
}

/* Política de privacidade */
.politica-privacidade h4 {
  text-align: left;
  margin: 15px 0;
}
.politica-privacidade p {
  margin: 10px 0;
}
.politica-privacidade a {
  color: #012169;
}
.politica-privacidade ul:not(ul:first-child) {
  margin-left: 25px;
}
.politica-privacidade ul:not(ul:first-child) li {
  margin: 10px 0;
}

.hide { display: none; }

@media screen and (min-width: 1024px) {
  .desktop { display: block; }
  .mobile { display: none; }

  .video-wrapper {
    width: 65%;
  }

  body {
    font-size: 16px;
  }
/* Header */
  header .container {
    width: 70%;
  }
  #menu {
    display: none;
  }
  nav {
    position: static;
    display: block;
    width: auto;
  }
  nav a {
    width: auto;
    height: 40px;
    padding: 0px 20px;
    font-size: 1.05em;
  }
  nav ul {
    display: flex;
    background-color: transparent;
  }

/* Footer */
  footer {
    padding: 32px 48px;
    height: 430px;
  }
  footer .container {
    width: 100%;
    justify-content: space-between;
  }
  .redes ul {
    margin-top: 24px;
  }
  .redes {
    display: block;
    width: 144px;
  }
  .links {
    display: flex;
  }
  .links ul {
    width: 262px;
    margin-left: 16px;
    padding-right: 64px;
  } 
  .links li:first-of-type {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1em;
    color: #012169;
  }
  .links li {
    line-height: 1.84em;
  }
  .links li.normal {
    line-height: normal;
  }
  .links a {
    color: #012169;
    font-size: 1em;
  }

/* Main */
  main section {
    padding: 64px 0;
  }
  section.titulo {
    padding: 96px 0 64px;
  }
  h1 {
    font-size: 2.5em;
    line-height: 0.5em;
    margin-bottom: 46px;
  }
  h2 {
    font-size: 2.2em;
    line-height: 0.57em;
    margin-bottom: 42px;
  }
  .titulo p {
    font-size: 1.5em;
    line-height: 1em;
  }
  h3 {
    font-size: 1.6em;
  }

/* Home */
  section#hero {
    background-color: #012169;
    padding: 56px 0;
    overflow: hidden;
  }
  .hero {
    position: relative;
    width: 1010px;
    margin: 0 auto;
  }
  .voluntariado {
    position: absolute;
    border: 10px solid;
    border-radius: 0 30px;
  }
  .voluntariado.um {
    border-color: #CC8266;
    top: -16px;
    left: -3px;
    z-index: 1;
  }
  .voluntariado.dois {
    border-color: #73AFBF;
    top: 119px;
    left: -94px;
  }
  .voluntariado.tres {
    border-color: #AFCC5C;
    bottom: 27px;
    right: -44px;
    z-index: 1;
  }
  .voluntariado.quatro {
    bottom: 194px;
    right: -135px;
    border-color: #CCA329;
  }
  .homeProjetos .container {
    width: 62%;
  } 
  .borda {
    border-width: 11px;
  }
  .quadro {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .quadro img {
    width: 305px;
    height: 305px;
    margin: 0;
  }
  .quadro h3, .quadro li {
    text-align: left;
  }
  .ambiental div {
    order: -1;
  }
  .plus {
    line-height: 0.7em;
  }

/* Apoie */
  #apoie .container {
    width: 71.25%;
    margin-bottom: 64px;
  }
  fieldset#opcoes {
    column-gap: 34px;
  }
  fieldset#opcoes label {
    width: 50%;
  }
  .imgTxt, fieldset#opcoes {
    flex-direction: row;
  }
  .imgTxt {
    align-items: center;
  }
  .imgTxt > div {
    margin-left: 60px;
  }
  #apoie img {
    align-self: center;
  }
  #apoie p {
    width: 85%;
  }
  .botao {
    font-size: 1.2em;
  }
  fieldset span {
    font-size: 0.75em;
  }

/* Projetos */
  .box img {
    border-width: 15px;
    max-width: 520px;
    border-radius: 0 90px;
  }
  .box h2 {
    line-height: 1;
  }
  .box p, .box li {
    font-size: 1.4em;
    line-height: 1.1em;
  }
  .box .botao {
    padding: 12px 36px;
  }
  .first {
    order: -1;
  }
  .imgTxt > div {
    margin-left: 19px;
    flex: 1;
    padding: 0 77px;
  }
  .imgTxt h5 {
    text-align: left;
  }
  .frase.borda {
    padding: 49px 149px;
  }
  .frase h5 {
    font-size: 1.5em;
    line-height: 1em;
  }
  .frase p {
    font-size: 1em;
    line-height: 1.125em;
  }
  .faixa {
    padding: 64px 0;
    font-size: 1.5em;
    line-height: 1em;
  }
  .faixa h5 {
    line-height: 1em;
  }

/* Vila Farrapos - RS */
  .imgTxt h2 {
    font-size: 2em;
    line-height: 1em;
  }
  .antes-depois {
    width: 900px;
    margin: 0 auto;
  }
  .transformacao .frase {
    margin: 100px 0;
  }
  .transformacao .titulo p {
    margin-bottom: 48px;
  }
  .numeros {
    column-gap: 6%;
  }
  .numeros li {
    width: 20%;
  }
  .numeros p {
    font-size: 3em;
    line-height: 0.41em;
    margin-bottom: 16px;
  }
  .numeros span {
    font-size: 1.25em;
    line-height: 1.1em;
  }
  .numeros li > div {
    height: 75px;
  }
  .imgTudoCor {
    border-radius: 0 70px;
  }


/* Decor Social */
  .numeros.impacto {
    margin-top: 14px;
  }
  .numeros.impacto li > div {
    width: 180px;
    height: 180px;
  }
  .numeros.impacto span {
    font-size: 1.25em;
    line-height: 1.1em;
  }

/* Bloco do Beco */
  .antes-depois + .antes-depois {
    margin-top: 100px;
  }
  .logo {
    width: auto;
  }

/* Erro 404 */
  .container.borda {
    border-width: 10px;
  }
  #erro404 .container {
    min-height: 740px;
  }
  #erro404 h1 {
    font-size: 6em;
    margin-bottom: 6px;
  }
  #erro404 h5 {
    font-size: 1.5em;
    line-height: 1em;
  }
  #erro404 p {
    font-size: 1.25em;
    line-height: 1.1em;
  }
  #erro404 .botao {
    width: max-content;
    font-size: 1em;
    padding-left: 36px;
    padding-right: 36px;
    margin: 0 auto;
  }

/* Confirms */
  .confirm {
    justify-content: center;
  }
  .confirm div {
    width: 900px;
  }
  .confirm h5 {
    font-size: 1.5em;
    line-height: 1em;
  }
  .confirm p {
    font-size: 1.25em;
    line-height: 1.1em;
  }
  .confirm .botao {
    font-size: 1em;
  }

/* Quem Somos */
  .quem-somos .imgTxt div, .quem-somos .imgTxt h2 {
    text-align: left;
  }
  #governanca ul {
    column-gap: 0;
  }
  #governanca li {
    width: 20%;
  }

/* Nossa História */
  .numeros.historia {
    column-gap: 0;
  }
  .numeros.historia p {
    font-size: 1.25em;
    line-height: 1.1em;
    padding: 0 12px;
  }
  .numeros.historia li > div {
    height: 109px;
    margin-bottom: 24px;
  }
  .faixa h3 {
    font-size: 1.875rem;
    line-height: 1em;
  }

/* Transparência */
  .transparencia.faixa p {
    font-size: 0.84em;
    line-height: 1.1em;
    margin-bottom: 0;
  }
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}