* {
  box-sizing: border-box;
}

.imgResp {
  height: auto;
  width: 100%;
  display: block;
}

.mobile,
.hide {
  display: none;
}

@media only screen and (max-width: 425px){
  .mobile {
    display: block;
  }
  .desk {
    display: none
  }
}

body {
  font-family: 'Comfortaa', cursive;
  font-size: 16px;
  margin: 0;
  padding: 0;
  /*border: 1px solid #000;*/
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

h1, h2, h3,
h4, h5, h6,
p {
  margin: 0;
}

.clear {
  clear: both;
  display: block;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

header nav {
  background-color: #00548F;
  width: 100%;
  position: fixed;
  height: 117px;
  top: 0;
  z-index: 100;
  padding: 0 0 0 324px;
  display: flex;
}

header .menu {
  display: flex;
  align-items: center;
  margin: 0;
  list-style-type: none;
  padding: 27px 0 15px;
  justify-content: space-between;
  max-width: 100%;
    width: 100%;
}

header .flag_lang,
header .flag_lang_hover {
  border-left: 1px solid #fff;
  padding: 15px 35px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0 0 0 35px;
  justify-content: center;
  align-items: flex-start;
  transition: all .2s ease-out;
}

header .flag_lang {
  position: relative;
}

header .flag_lang ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header ul.flag_lang_hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 0 none;
  padding: 13px 35px;
  margin: 0;
  background-color: #00548F;
}

header .flag_lang li,
header .flag_lang_hover li {
  margin-bottom: 18px;
}

header .flag_lang li:last-child,
header .flag_lang_hover li:last-child {
  margin-bottom: 0;
}

header .flag_lang li,
header .flag_lang_hover li a {
  color: #fff;
  text-decoration: none;
}

header .flag_lang_hover li a:hover {
  font-weight: bold;
  color: #73F793;
}

@media only screen and (max-width: 1600px){
  header nav {
    display: flex;
    justify-content: center;
    max-width: 1600px;
    width: 100%;
    padding: 0 0 0 100px;
  }

  header .menu {
    padding: 27px 100px 15px;
    width: 100%;
  }
}

@media only screen and (max-width: 1440px){
  header .menu {
    padding: 27px 0 15px;
  }
}

@media only screen and (max-width: 1280px){
  header .menu {
    padding: 27px 80px 15px;
  }
}

@media only screen and (max-width: 768px){
  header {
    display: none;
  }
}

header .menu li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  text-decoration: none;
}

header .menu li a:hover {
  color: #73F793;
  text-decoration: none;
}

/* HEAD */
#head .content {
  /*display: flex;*/
  margin-top: 223px;
}

@media only screen and (max-width: 425px){
  #head .content {
    margin: 60px 0 0;
  }
}

#head .logo {
  width: 441px;
  height: 578px;
  margin: 0 0 63px 232px;
  background: url("../img/logo-header.svg") no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1600px){
  #head .logo {
    width: 341px;
    height: 448px;
    margin: 0 0 63px 100px;
  }
}

@media only screen and (max-width: 1440px){
  #head .logo {
    width: 291px;
    margin: 0 0 63px 91px;
    height: 388px;
  }
}

@media only screen and (max-width: 1280px){
  #head .logo {
    width: 291px;
    margin: 0 0 63px 91px;
    height: 388px;
  }
}

@media only screen and (max-width: 425px){
  #head .logo {
    width: 80%;
    margin: 0 auto 60px;
    height: 400px;
    background-position: center;
  }
}

#head .bloco-texto {
  position: absolute;
  top: 223px;
  left: 763px;
  width: 1140px;
  z-index: 1;
}

@media only screen and (max-width: 1600px){
  #head .bloco-texto {
    top: 223px;
    left: 553px;
    width: 1049px;
  }
}

@media only screen and (max-width: 1440px){
  #head .bloco-texto {
    left: 524px;
    width: 901px;
  }
}

@media only screen and (max-width: 1366px){
  #head .bloco-texto {
    left: 539px;
    width: 810px;
  }
}

@media only screen and (max-width: 1280px){
  #head .bloco-texto {
    left: 539px;
    width: 724px;
  }
}

@media only screen and (max-width: 425px){
  #head .bloco-texto {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}

#head .bloco-texto h2 {
  font-size: 60px;
  line-height: 70px;
  max-width: 665px;
  margin:0 0 61px;
  color: #1F4279;
}

@media only screen and (max-width: 1440px){
  #head .bloco-texto h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 425px){
  #head .bloco-texto h2 {
    font-size: 28px;
    line-height: 38px;
    max-width: 100%;
    padding: 0 35px;
  }
}

#head .texto {
  border-radius: 5px;
  background-color: #73F793;
  color: #00548F;
  font-size: 25px;
  line-height: 35px;
  padding: 90px 0 87px 62px;
  position: relative;
  margin-bottom: 53px;
}

@media only screen and (max-width: 425px){
  #head .texto {
    font-size: 20px;
    line-height: 30px;
    padding: 35px;
    margin-bottom: 0;
    text-align: center;
  }
}

#head .texto p {
  margin:0 0 35px;
  max-width: 674px;
}

#head .texto p:last-child {
  margin: 0;
}

#head .bloco-texto a.btn {
  text-decoration: none;
  width: 223px;
  height: 52px;
  background-color: #1F4279;
  border-radius: 26px;
  color: #ffffff;
  font-size: 27px;
  line-height: 52px;
  display: block;
  text-align: center;
  margin-top: 53px;
}

@media only screen and (max-width: 425px){
  #head .bloco-texto a.btn {
    margin: 53px auto 0;
  }
}

#head .bloco-estrategia {
  background-color: #00548F;
  padding: 317px 0 80px 324px;
  position: relative;
}

@media only screen and (max-width: 1600px){
  #head .bloco-estrategia {
    padding: 317px 0 80px 100px;
  }
}

@media only screen and (max-width: 1440px){
  #head .bloco-estrategia {
    padding: 437px 0 80px 100px;
  }
}

@media only screen and (max-width: 425px){
  #head .bloco-estrategia {
    padding: 35px;
    text-align: center;
  }
}

#head .bloco-estrategia h2 {
  color: #73F793;
  font-size: 50px;
  line-height: 80px;
  font-weight: normal;
  margin-bottom: 36px;
}

#head .bloco-estrategia .texto {
  color: #ffffff;
  max-width: 662px;
  font-size: 25px;
  line-height: 35px;
  background-color: transparent;
  margin: 0;
  padding: 0 0 73px;
}

@media only screen and (max-width: 1440px){
  #head .bloco-estrategia .texto {
    max-width: 611px;
  }
}

@media only screen and (max-width: 1280px){
  #head .bloco-estrategia .texto {
    max-width: 633px;
  }
}

#head .bloco-estrategia .texto p {
  margin-bottom: 35px;
}#head .bloco-estrategia .texto p:last-child {
  margin-bottom: 0;
}

#head .bloco-estrategia .imgHeader {
  width: 784px;
  height: 738px;
  position: absolute;
  top: 49px;
  left: 1019px;
  z-index: 2;
}

@media only screen and (max-width: 1600px){
  #head .bloco-estrategia .imgHeader {
    left: 839px;
    top: 241px;
    width: 758px;
    height: auto;
  }
}

@media only screen and (max-width: 1440px){
  #head .bloco-estrategia .imgHeader {
    left: 709px;
    top: 301px;
    width: 628px;
    height: auto;
  }
}

@media only screen and (max-width: 1280px){
  #head .bloco-estrategia .imgHeader {
    left: 709px;
    top: 308px;
    width: 508px;
    height: auto;
  }
}

@media only screen and (max-width: 425px){
  #head .bloco-estrategia .imgHeader {
    left: 0;
    top: 0;
    width: 80%;
    height: auto;
    position: relative;
    margin: 0 auto 30px;
  }
}

#head .bloco-estrategia .ondaVerde {
  width: 789px;
  height: 17px;
  left: -604px;
  background: url('../img/onda-verde.png') no-repeat;
  position: relative;
}

/* NOSSOS NUMEROS */
#nossosNumeros {
  background-color: #36A2D8;
  padding: 118px 0 140px 0;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 425px){
  #nossosNumeros {
    padding: 118px 0 0;
  }
}

#nossosNumeros h2 {
  text-align: center;
  color: #73F793;
  font-size: 60px;
  line-height: 80px;
  margin: 0;
}

@media only screen and (max-width: 425px){
  #nossosNumeros h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

#nossosNumeros .ondaBranca {
  top: 140px;
  left: 1354px;
  width: 582px;
  height: 23px;
  background: url('../img/onda-branca.svg') no-repeat;
  position: absolute;
}

#nossosNumeros .quadroNumeros {
  background-color: #00548F;
  padding: 55px 112px 70px 112px;
  width: 1130px;
  margin: 94px auto 0;
  text-align: center;
}

@media only screen and (max-width: 425px){
  #nossosNumeros .quadroNumeros {
    padding: 35px;
    width: 100%;
    margin: 94px auto 0;
  }
}

#nossosNumeros .quadroNumeros  h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 72px;
  margin: 0 0 53px;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 425px){
  #nossosNumeros .quadroNumeros  h3 {
    flex-direction: column;
  }
}

#nossosNumeros .quadroNumeros span {
  color: #73F793;
  font-size: 40px;
  margin: 0;
}

@media only screen and (max-width: 375px){
  #nossosNumeros .quadroNumeros span {
    display: block
  }
}

#nossosNumeros .quadroNumeros .infoDados {
  display: flex;
  color: #fff;
  text-align: left;
}

@media only screen and (max-width: 425px){
  #nossosNumeros .quadroNumeros .infoDados {
    flex-direction: column;
    text-align: center;
  }
}

#nossosNumeros .quadroNumeros .infoDados .coluna {
  margin: 0 56px 0 0;
  max-width: 50%;
}

@media only screen and (max-width: 425px){
  #nossosNumeros .quadroNumeros .infoDados .coluna {
    border-right: 0;
    margin: 0 0 56px 0;
    padding: 0 0 57px 0;
    max-width: 100%;
    border-bottom: 1px solid #fff;
  }
}

#nossosNumeros .quadroNumeros .infoDados .coluna:last-child {
  border-left: 1px solid #ffffff;
  margin: 0;
  padding: 0 0 0 57px;
}

@media only screen and (max-width: 425px){
  #nossosNumeros .quadroNumeros .infoDados .coluna:last-child {
    border-bottom: 0;
    border-left: 0;
    padding: 0;
  }
}

#nossosNumeros .quadroNumeros .infoDados .coluna .destaque {
  font-size: 30px;
  line-height: 40px;
}

@media only screen and (max-width: 425px){
  #nossosNumeros .quadroNumeros .infoDados .coluna .destaque {
    font-size: 25px;
    line-height: 35px;
  }
}

#nossosNumeros .quadroNumeros .infoDados .coluna p {
  font-size: 20px;
  line-height: 30px;
  margin: 20px 0;
}

#nossosNumeros .quadroNumeros .infoDados .coluna strong {
  color: #73F793;
}

#nossosNumeros .indicadores {
  background: url('../img/img-motivos.svg') no-repeat -282px 0;
  padding: 174px 0 0 692px;
}

@media only screen and (max-width: 1440px){
  #nossosNumeros .indicadores {
    background: url('../img/img-motivos.svg') no-repeat -512px 0;
    padding: 174px 0 0 472px;
  }
}

@media only screen and (max-width: 425px){
  #nossosNumeros .indicadores {
    background: none;
    padding: 90px 35px;
  }
}

#nossosNumeros .indicadores h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0 0 43px;
}

@media only screen and (max-width: 425px){
  #nossosNumeros .indicadores h3 {
    text-align: center;
  }
}

#nossosNumeros .indicadores .txtIndice {
  display: flex;
  max-width: 890px;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 48px;
}

@media only screen and (max-width: 1440px){
  #nossosNumeros .indicadores .txtIndice {
    display: flex;
    max-width: 670px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 48px;
  }
}

@media only screen and (max-width: 425px){
  #nossosNumeros .indicadores .txtIndice {
    max-width: 100%;
    row-gap: 48px;
    text-align: center;
  }
}

#nossosNumeros .indicadores .txtIndice .subtitulo {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
}

#nossosNumeros .indicadores .txtIndiceGeral {
  font-size: 27px;
  line-height: 37px;
  color: #73F793;
}

@media only screen and (max-width: 1440px){
  #nossosNumeros .indicadores .txtIndiceGeral {
    font-size: 30px;
    line-height: 40px;
  }

  #nossosNumeros .indicadores .txtIndiceCat {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 425px){
  #nossosNumeros .indicadores .txtIndiceGeral {
    font-size: 33px;
    line-height: 51px;
  }

  #nossosNumeros .indicadores .txtIndiceCat {
    width: 100%;
  }
}

#nossosNumeros .indicadores p {
  margin: 0;
}

#nossosNumeros .indicadores .txtIndiceCat > div{
  align-items: flex-start;
/*#nossosNumeros .indicadores .txtIndiceFerro,
#nossosNumeros .indicadores .txtIndiceRodo {*/
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 41px;
}

@media only screen and (max-width: 425px){
  #nossosNumeros .indicadores .txtIndiceCat > div{
  /*#nossosNumeros .indicadores .txtIndiceFerro,
  #nossosNumeros .indicadores .txtIndiceRodo {*/
    flex-direction: column;
    row-gap: 18px;
    align-items: center;
  }
}

/*#nossosNumeros .indicadores .txtIndiceFerro .graph,
#nossosNumeros .indicadores .txtIndiceRodo .graph {
  display: inline-block;
  margin-right: 27px;
}*/

#nossosNumeros .indicadores .graph {
  display: inline-block;
  margin-right: 27px;
  width: 233px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}

/*#nossosNumeros .indicadores .txtIndiceFerro .graph {
  background: url("../img/img-trem.svg") no-repeat left top;
  width: 233px;
  height: 54px;
}*/

@media only screen and (max-width: 1440px){
  #nossosNumeros .indicadores .graph {
  /*#nossosNumeros .indicadores .txtIndiceFerro .graph {*/
    width: 300px;
  }
}

/*#nossosNumeros .indicadores .txtIndiceRodo .graph {
  background: url("../img/img-caminhao.svg") no-repeat right top;
  width: 197px;
  height: 55px;
}

@media only screen and (max-width: 1440px){
  #nossosNumeros .indicadores .txtIndiceRodo .graph {
    width: 300px;
  }
}*/

@media only screen and (max-width: 425px){
  #nossosNumeros .indicadores .graph {
  /*#nossosNumeros .indicadores .txtIndiceFerro .graph,
  #nossosNumeros .indicadores .txtIndiceRodo .graph {*/
    background-position: center;
  }
}

#nossosNumeros .indicadores .carbonoMes h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0 0 44px;
}

#nossosNumeros .indicadores .txtDados h4 {
  color: #73F793;
  font-size: 25px;
  line-height: 35px;
  text-transform: uppercase;
  margin: 0 0 21px;
}

#nossosNumeros .indicadores .txtDados {
  color: #FFFFFF;
  font-size: 25px;
  line-height: 35px;
  margin: 0;
}

@media only screen and (max-width: 425px){
  #nossosNumeros .indicadores .txtDados {
    width: 100%;
  }
}

#nossosNumeros .indicadores .txtDados .col {
  margin: 0 0 47px 0;
}

@media only screen and (max-width: 425px){
  #nossosNumeros .indicadores .txtDados .col {
    max-width: 100%;
    float: none;
    margin: 0 0 47px 0;
  }
}

#nossosNumeros .indicadores .txtDados .col:last-child {
  margin: 0;
}

#nossosNumeros .indicadores .txtDados .fonte {
  font-size: 12px;
}

/* EMPREGOS DIRETOS */
#empregosDiretos {
  background: #00548F;
  padding: 116px 0 95px 310px;
  position: relative;
}

@media only screen and (max-width: 1440px){
  #empregosDiretos {
    padding: 116px 0 95px 118px;
  }
}

@media only screen and (max-width: 1280px){
  #empregosDiretos {
    padding: 116px 0 95px 200px;
  }
}

@media only screen and (max-width: 425px){
  #empregosDiretos {
    padding: 116px 0;
    text-align: center;
  }
}

#empregosDiretos h3 {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0 0 62px 0;
  max-width: 360px;
}

#empregosDiretos p.totalColaboradores {
  color: #FFFFFF;
  font-size: 28px;
  line-height: 50px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1440px){
  #empregosDiretos p.totalColaboradores {
    font-size: 20px;
    line-height: 30px;
  }
}

#empregosDiretos p.totalColaboradores strong {
  font-size: 60px;
  color: #73F793;
  margin: 0;
}

@media only screen and (max-width: 1440px){
  #empregosDiretos p.totalColaboradores strong {
    font-size: 40px;
  }
}

#empregosDiretos .unidades {
  display: flex;
  justify-content: space-between;
  max-width: 672px;
}

#empregosDiretos .unidades .colEsq,
#empregosDiretos .unidades .colDir {
  color: #ffffff;
  font-size: 25px;
  line-height: 35px;
  margin-top: 40px;
}

#empregosDiretos .unidades .colEsq p,
#empregosDiretos .unidades .colDir p {
  margin: 0;
}

#empregosDiretos .unidades .colEsq span,
#empregosDiretos .unidades .colDir span {
  color: #73F793;
}

#empregosDiretos .imgDecorativa {
  left: 1117px;
  top: -172px;
  position: absolute;
  width: 30%;
}

@media only screen and (max-width: 1440px){
  #empregosDiretos .imgDecorativa {
    left: 697px;
    width: 40%;
  }
}

@media only screen and (max-width: 1280px){
  #empregosDiretos .imgDecorativa {
    left: 697px;
    width: 40%;
    top: -200px;
  }
}

@media only screen and (max-width: 425px){
  #empregosDiretos .imgDecorativa {
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;

    display: none;

  }
}

#empregosDiretos .ondaVerde {
  left: 1233px;
  width: 670px;
  position: absolute;
  top: 362px;
}

/* INVESTIMENTOS */
#investimentos {
  /*background: #36A2D8 url("../img/img-fact-sustentabilidade.svg") no-repeat 216px 122px;*/
  background: #36A2D8;
  padding: 99px 180px 66px;
}

@media only screen and (max-width: 1600px){
  #investimentos {
    padding: 99px 100px 66px;
  }
}

@media only screen and (max-width: 1440px){
  #investimentos {
    padding: 99px 100px 66px;
  }
}

#investimentos img {
  max-width: 25%;
  float: left;
}

@media only screen and (max-width: 425px){
  #investimentos {
    background: #36A2D8;
    background-image: none;
    padding: 99px 35px;
  }

  #investimentos img {
    display: none;
  }
}

#investimentos .c_investimento:first-of-type {
/*#investimentos .c_investimentoMA {*/
  margin-left: 100px;
}

@media only screen and (max-width: 1440px){
  #investimentos .c_investimento:first-of-type {
  /*#investimentos .c_investimentoMA {*/
    margin-left: 64px;
  }
}

@media only screen and (max-width: 425px){
  #investimentos .c_investimento:first-of-type {
  /*#investimentos .c_investimentoMA {*/
    margin-left: 0;
  }
}

#investimentos .c_investimento {
/*#investimentos .c_investimentoMA,
#investimentos .c_investimentoSP {*/
  max-width: 455px;
  float: left;
  margin-bottom: 90px
}

@media only screen and (max-width: 1440px){
  #investimentos .c_investimento {
  /*#investimentos .c_investimentoMA,
  #investimentos .c_investimentoSP {*/
    max-width: 371px;
  }
}

@media only screen and (max-width: 1280px){
  #investimentos .c_investimento {
  /*#investimentos .c_investimentoMA,
  #investimentos .c_investimentoSP {*/
    max-width: 344px;
  }
}

@media only screen and (max-width: 425px){
  #investimentos .c_investimento {
  /*#investimentos .c_investimentoMA,
  #investimentos .c_investimentoSP {*/
    max-width: 100%;
    float: none;
    margin-bottom: 90px;
    text-align: center;
  }
}

#investimentos .c_investimento:first-of-type {
/*#investimentos .c_investimentoMA {*/
  border-right: 1px solid #ffffff;
  padding-right: 38px;
  margin-right: 55px;
}

@media only screen and (max-width: 1280px){
  #investimentos .c_investimento:first-of-type {
  /*#investimentos .c_investimentoMA {*/
    margin-right: 45px;
  }
}

@media only screen and (max-width: 425px){
  #investimentos .c_investimento:first-of-type {
  /*#investimentos .c_investimentoMA {*/
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
}

#investimentos .c_investimento h3 {
/*#investimentos .c_investimentoMA h3,
#investimentos .c_investimentoSP h3 {*/
  color: #00548F;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  max-width: 342px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1280px){
  #investimentos .c_investimento h3 {
  /*#investimentos .c_investimentoMA h3,
  #investimentos .c_investimentoSP h3 {*/
    font-size: 28px;
    line-height: 38px;
  }
}

#investimentos .c_investimento strong {
/*#investimentos .c_investimentoMA strong,
#investimentos .c_investimentoSP strong {*/
  color: #73F793;
  font-size: 50px;
  line-height: 40px;
  margin-bottom: 17px;
  display: inline-block;
}

@media only screen and (max-width: 1440px){
  #investimentos .c_investimento strong {
  /*#investimentos .c_investimentoMA strong,
  #investimentos .c_investimentoSP strong {*/
    font-size: 40px;
  }
}

@media only screen and (max-width: 1280px){
  #investimentos .c_investimento strong {
  /*#investimentos .c_investimentoMA strong,
  #investimentos .c_investimentoSP strong {*/
    font-size: 38px;
  }
}

@media only screen and (max-width: 425px){
  #investimentos .c_investimento strong {
  /*#investimentos .c_investimentoMA strong,
  #investimentos .c_investimentoSP strong {*/
    font-size: 44px;
  }
}

#investimentos .c_investimento p {
/*#investimentos .c_investimentoMA p,
#investimentos .c_investimentoSP p {*/
  color: #ffffff;
  font-size: 25px;
  line-height: 30px; 
}

#investimentos .txtInovaSustentabilidade {
  max-width: 765px;
  margin-left: 490px;
}

@media only screen and (max-width: 1440px){
  #investimentos .txtInovaSustentabilidade {
    margin-left: 354px;
  }
}

@media only screen and (max-width: 425px){
  #investimentos .txtInovaSustentabilidade {
    margin-left: 0;
    text-align: center;
  }
}

#investimentos .txtInovaSustentabilidade h3 {
  color: #00548F;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 21px
}

@media only screen and (max-width: 1280px){
  #investimentos .txtInovaSustentabilidade h3 {
    font-size: 28px;
    line-height: 38px;
  }
}

#investimentos .txtInovaSustentabilidade p {
  color: #ffffff;
  font-size: 25px;
  line-height: 30px;
  max-width: 630px;
}

/* METAS */
#metas {
  padding: 150px 0 188px;
  background: #E5F0F9 url('../img/onda-verde.png') no-repeat -278px 181px;
}

@media only screen and (max-width: 1600px){
  #metas {
    background: #E5F0F9 url('../img/onda-verde.png') no-repeat -408px 181px;
  }
}

@media only screen and (max-width: 1440px){
  #metas {
    background: #E5F0F9 url('../img/onda-verde.png') no-repeat -478px 100px;
    padding: 80px 0;
  }
}

@media only screen and (max-width: 1280px){
  #metas {
    background: #E5F0F9 url('../img/onda-verde.png') no-repeat -578px 181px;
  }
}

@media only screen and (max-width: 425px){
  #metas {
    padding: 91px 35px;
    background-color: #E5F0F9;
    background-image: none;
  }
}

#metas .onda-azul {
  width: 657px;
  height: 17px;
  float: right;
  margin: 67px 0 0 0;
  background: url('../img/onda-azul.png') no-repeat;
  display: none;
}

#metas h2 {
  letter-spacing: 0px;
  color: #00548F;
  font-size: 70px;
  line-height: 80px;
  margin: 0 auto 22px;
  text-align: center;
}

@media only screen and (max-width: 1440px){
  #metas h2 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 425px){
  #metas h2 {
    font-size: 47px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 390px){
  #metas h2 {
    font-size: 42px;
    line-height: 52px;
  }
}

@media only screen and (max-width: 375px){
  #metas h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

#metas p {
  text-align: center;
  font-size: 25px;
  line-height: 35px;
  color: #00548F;
  max-width: 792px;
  margin: 0 auto 80px;
}

@media only screen and (max-width: 1440px){
  #metas p {
    margin: 0 auto 100px;
  }
}

@media only screen and (max-width: 1280px){
  #metas p {
    margin: 0 auto 100px;
  }
}

@media only screen and (max-width: 425px){
  #metas p {
    max-width: 100%;
    margin: 0 auto 50px;
  }
}

#metas .grupo-metas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 145px;
  row-gap: 145px;
}

#metas .grupo-metas .meta {
  text-align: center;
  max-width: 450px;
}

@media only screen and (max-width: 1600px){
  #metas .grupo-metas {
    column-gap: 55px;
    row-gap: 55px;
  }
}

@media only screen and (max-width: 1440px){
  #metas .grupo-metas {
    column-gap: 45px;
    row-gap: 55px;
  }
}

@media only screen and (max-width: 1440px){
  #metas .grupo-metas .meta {
    text-align: center;
    max-width: 450px;
    width: 400px;
  }
}

@media only screen and (max-width: 425px){
  #metas .grupo-metas .meta {
    max-width: 100%;
    /*margin-bottom: 70px;*/
  }
}

/*#metas .grupo-metas .meta:nth-child(3) {
  margin-bottom: 136px;
}

@media only screen and (max-width: 1440px) {
  #metas .grupo-metas .meta:nth-child(2) {
    margin-bottom: 136px;
  }
}

@media only screen and (max-width: 425px) {
  #metas .grupo-metas .meta:nth-child(2) {
    margin-bottom: 70px;
  }
}

#metas .grupo-metas .meta:last-child {
  margin-bottom: 0;
}*/

#metas .grupo-metas .meta img {
  max-height: 148px;
}

@media only screen and (max-width: 425px) {
  #metas .grupo-metas .meta img {
    max-height: max-content;
    max-width: inherit;
  }
}

#metas .grupo-metas .meta h3 {
  font-weight: bold;
  font-size: 35px;
  line-height: 45px;
  color: #00548F;
  margin: 30px 0 30px 0;
  /*min-height: 130px;*/
}

@media only screen and (max-width: 1440px){
  #metas .grupo-metas .meta h3 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 425px){
  #metas .grupo-metas .meta h3 {
    margin: 30px 0;
    min-height: auto;
  }
}

#metas .grupo-metas .meta .txt p {
  font-size: 23px;
  /*height: 180px;*/
  line-height: 31px;
  color: #494948;
  margin: 0;
}

@media only screen and (max-width: 1440px){
  #metas .grupo-metas .meta .txt p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 425px){
  #metas .grupo-metas .meta .txt p {
    height: auto;
  }
}

#metas .grupo-metas .meta .txt  a.btn {
  margin: 52px auto 0;
  border-radius: 30px;
  /*height: 59px;
  width: 250px;*/
  background-color: #73F793;
  padding: 15px 34px;
  color: #00548F;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

@media only screen and (max-width: 1440px){
  #metas .grupo-metas .meta .txt  a.btn {
    font-size: 20px;
    line-height: 30px;
  }
}

#metas .grupo-metas .meta .txt  a.btn:hover {
  background-color: #00548F;
  color: #73F793;
}

/* CARROSSEL */
#carrossel {
  margin-top: 191px; 
}

@media only screen and (max-width: 1440px) {
  #carrossel {
    margin-top: 80px; 
  }
}

@media only screen and (max-width: 425px) {
  #carrossel {
    padding: 0; 
  }
}

#carrossel h2 {
  background: url("../img/onda-azul.png") no-repeat -517px center;
  font-size: 50px;
  line-height: 80px;
  color: #36A2D8;
  padding-left: 308px;
  margin-bottom: 105px;
}

@media only screen and (max-width: 1440px) {
  #carrossel h2 {
    margin-bottom: 55px;
  }
}


@media only screen and (max-width: 425px) {
  #carrossel h2 {
    background: none;
    padding: 0 35px;
    font-size: 39px;
    margin-bottom: 51px;
    line-height: 49px;
  }
}

#carrossel .carrossel {
  width: 100%;
}

#carrossel .carrossel .card {
  margin: 0 auto;
  max-width: 1272px;
  display: flex;
  column-gap: 132px;
}

@media only screen and (max-width: 1440px) {
  #carrossel .carrossel .card {
    column-gap: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  #carrossel .carrossel .card {
    column-gap: 22px;
  }
}

@media only screen and (max-width: 425px) {
  #carrossel .carrossel .card {
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    column-gap: initial;
    flex-direction: column-reverse;
  }
}

#carrossel .carrossel .texto {
  max-width: 628px;
}

@media only screen and (max-width: 1440px){
  #carrossel .carrossel .texto {
    max-width: 548px;
  }
}

@media only screen and (max-width: 1280px){
  #carrossel .carrossel .texto {
    max-width: 528px;
  }
}

@media only screen and (max-width: 425px) {
  #carrossel .carrossel .texto {
    max-width: 100%;
    overflow: hidden;
  }
}

#carrossel .carrossel .texto h3 {
  font-size: 60px;
  line-height: 80px;
  color: #1F4279;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1440px){
  #carrossel .carrossel .texto h3 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 425px) {
  #carrossel .carrossel .texto h3 {
    font-size: 34px;
    line-height: 44px;
  }
}

#carrossel .carrossel .texto p {
  font-size: 26px;
  line-height: 38px;
  color: #383a39;
}

@media only screen and (max-width: 1440px) {
  #carrossel .carrossel .texto p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 425px) {
  #carrossel .carrossel .texto p {
    font-size: 22px;
    line-height: 32px;
  }
}

#carrossel .carrossel .texto a.btnSaibaMais {
  background-color: #73F793;
  border-radius: 30px;
  padding: 15px 34px;
  color: #00548F;
  cursor: pointer;
  text-decoration: none;
  margin-top: 42px;
    display: inline-block;
}

#carrossel .carrossel .texto a.btnSaibaMais:hover {
  background-color: #00548F;
  border-radius: 30px;
  padding: 15px 34px;
  color: #73F793;
  cursor: pointer;
}

#carrossel .carrossel .imgCarrossel {
  margin: 0;
  width: 512px;
}

@media only screen and (max-width: 425px) {
  #carrossel .carrossel .imgCarrossel {
    margin: 0 auto 30px;
    width: 100%;
    height: auto;
    display: block;
  }
}

/* MOTIVOS */
#motivos {
  margin-top: 153px;
  background: #36A2D8 url('../img/img-motivos.svg') no-repeat 1150px 431px;
  padding: 120px 0 238px 0;
}

@media only screen and (max-width: 1440px) {
  #motivos {
    background: #36A2D8;
    margin-top: 80px;
    padding: 100px 0;
  }
}

@media only screen and (max-width: 425px) {
  #motivos {
    margin-top: 100px;
    padding: 100px 0;
  }
}

#motivos .cabecalho {
  display: flex;
  margin:0 0 50px 164px;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1440px) {
  #motivos .cabecalho {
    margin: 0 0 50px 0;
    column-gap: 65px;
  }
}

@media only screen and (max-width: 425px) {
  #motivos .cabecalho {
    margin: 0 0 50px 0;
    column-gap: 0;
    justify-content: center;
  }
}

#motivos .cabecalho .detalhe {
  background: url('../img/detalhe-1.svg') no-repeat;
  width: 132px;
  height: 28px;
  margin: 0 103px 0 0;
}

@media only screen and (max-width: 1440px) {
  #motivos .cabecalho .detalhe {
    margin: 0;
  }
}

#motivos .cabecalho .onda-verde {
  background: url('../img/onda-verde.png') no-repeat;
  width: 260px;
  height: 18px;
}

@media only screen and (max-width: 425px) {
  #motivos .cabecalho .detalhe,
  #motivos .cabecalho .onda-verde {
    display: none;
  }
}

#motivos .cabecalho h2 {
  color: #ffffff;
  font-size: 60px;
  line-height: 74px;
  text-align: center;
  margin: 0;
  max-width: 782px;
}

@media only screen and (max-width: 1440px){
  #motivos .cabecalho h2 {
    font-size: 50px;
    line-height: 64px;
  }
}

@media only screen and (max-width: 425px) {
  #motivos .cabecalho h2 {
    font-size: 40px;
    line-height: 50px;
    max-width: 90%;
  }
}

@media only screen and (max-width: 375px) {
  #motivos .cabecalho h2 {
    font-size: 40px;
    line-height: 50px;
    max-width: 100%;
  }
}

#motivos .cabecalho h2 span {
  color: #73F793;
}

#motivos .colunas {
  display: flex;
  flex-wrap: wrap;
  column-gap: 51px;
  margin-left: 173px;
  max-width: 1051px;
}

@media only screen and (max-width: 1440px) {
  #motivos .colunas {
    max-width: 100%;
    justify-content: center;
    margin: 0;
  }
}

@media only screen and (max-width: 425px) {
  #motivos .colunas {
    max-width: 85%;
    justify-content: center;
    margin: 0 auto;
    row-gap: 45px;
  }
}

#motivos .colunas .bloco-motivo {
  width: 500px;
  margin-bottom: 55px;
  color: #ffffff;
  display: flex;
}

@media only screen and (max-width: 425px) {
  #motivos .colunas .bloco-motivo {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }
}

#motivos .colunas .bloco-motivo:nth-child(3),
#motivos .colunas .bloco-motivo:last-child {
  margin-bottom: 0;
}

#motivos .colunas .bloco-motivo .num {
  font-size: 89px;
  min-height: 100%;
  margin-right: 51px;
  color: #00548f;
}

@media only screen and (max-width: 425px) {
  #motivos .colunas .bloco-motivo .num {
    font-size: 50px;
    min-height: auto;
    margin-right: 0;
  }
}

#motivos .colunas .bloco-motivo .titulo {
  color: #73F793;
  font-size: 34px;
  line-height: 62px;
  margin-bottom: 27px;
}

#motivos .colunas .bloco-motivo .corpo-texto {
  font-size: 24px;
  line-height: 32px;
}

#motivos .colunas .bloco-motivo .corpo-texto p {
  margin: 0;
}

/* CAMPANHA */
#campanha {
  background-color: #73F793;
  padding: 77px 0 160px 130px;
}

@media only screen and (max-width: 425px) {
  #campanha {
    padding: 77px 0;
  }
}

#campanha .onda-branca {
  float: right;
  background: url('../img/onda-branca.svg') no-repeat;
  width: 382px;
  height: 23px;
}

#campanha .onda-azulclaro {
  background: url('../img/onda-azulclaro.png') no-repeat;
  width: 24px;
  height: 937px;
  float: left;
}

@media only screen and (max-width: 1440px) {
  #campanha .onda-azulclaro {
    height: 874px;
    background-size: contain;
  }
}

@media only screen and (max-width: 425px) {
  #campanha .onda-branca,
  #campanha .onda-azulclaro {
    display: none;
  }
}

#campanha h2 {
  color: #1F4279;
  font-size: 47px;
  line-height: 78px;
  text-align: center;
  margin: 0 0 92px 0;
}

@media only screen and (max-width: 1440px) {
  #campanha h2 {
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    margin: 0 0 22px 100px;
  }
}

@media only screen and (max-width: 425px) {
  #campanha h2 {
    font-size: 35px;
    line-height: 45px;
    padding: 0 20px;
    margin: 0 0 50px 0;
  }
}

@media only screen and (max-width: 375px) {
  #campanha h2 {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 50px 0;
  }
}

#campanha .video {
  margin-left: 268px;
    position: relative;
    width: 1037px;
    height: auto;
    z-index: 2;
}

@media only screen and (max-width: 1440px) {
  #campanha .video {
    width: 80%;
    height: auto;
    margin-left: 100px;
  }
}

@media only screen and (max-width: 1280px) {
  #campanha .video {
    width: 86%;
  }
}

@media only screen and (max-width: 425px) {
  #campanha .video {
    margin: 0 auto;
    width: 80%;
    height: auto;
  }
}

#campanha .video a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

#campanha .video .play {
  background: url(../img/Play.svg) no-repeat center;
    width: 307px;
    height: 335px;
    opacity: 0.63;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    background-size: contain;
}

@media only screen and (max-width: 1440px) {
  #campanha .video .play {
    width: 197px;
    height: 215px;
    background-size: contain;
  }
}

@media only screen and (max-width: 425px) {
  #campanha .video .play {
    width: 97px;
    height: 97px;
    background-size: contain;
  }
}

#campanha .video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #000;
  z-index: 4;
}

#campanha .video .marca-dagua {
  width: 268px;
    height: 298px;
    position: absolute;
    top: 412px;
    right: 44px;
    background: url(../img/logo-video.svg) no-repeat;
    z-index: 4;
    background-size: cover;
}

#campanha .video .thumb {
  background: url("https://img.youtube.com/vi/GXC1QQO1IlY/hqdefault.jpg") no-repeat center;
  background-size: contain;
  width: 100%;
  padding-top: 75%; /* 4:3 Aspect Ratio */
}

@media only screen and (max-width: 1440px) {
  #campanha .video .marca-dagua {
    width: 218px;
    height: 243px;
    background-size: contain;
    top: 472px;
  }
}

@media only screen and (max-width: 425px) {
  #campanha .video .marca-dagua {
    width: 66px;
    height: 73px;
    background-size: contain;
    top: 90px;
    right: 14px;
  }
}

#campanha .video .thumb {
  z-index: 4;
}

#campanha .bgAzul {
  background-color: #36A2D8;
    position: absolute;
    width: 998px;
    height: 736px;
    left: 61px;
    top: 65px;
    z-index: -1;
}

@media only screen and (max-width: 1440px) {
  #campanha .bgAzul {
    width: 968px;
    height: 701px;
    left: 40px;
  }
}

@media only screen and (max-width: 425px) {
  #campanha .bgAzul {
    width: 100%;
    height: 252px;
    left: 10px;
    top: 15px;
  }
}

@media only screen and (max-width: 425px) {
  #campanha .bgAzul {
    height: 250px;
  }
}

#campanha .detalhe-2 {
  width: 127px;
  height: 30px;
  background: url('../img/detalhe-2.svg') no-repeat;
  float: right;
  margin: 87px 63px 0 0;
}

/* RELACIONAMENTO */
#relacionamento {
  background: #36A2D8 url("../img/img-midia.svg") no-repeat 1204px 128px;
  padding: 128px 271px 52px 0;
  position: relative;
}

@media only screen and (max-width: 1440px){
  #relacionamento {
    background: #36A2D8 url("../img/img-midia.svg") no-repeat 894px 128px;
    padding: 80px 271px 80px 0;
  }
}

@media only screen and (max-width: 1280px){
  #relacionamento {
    background: #36A2D8 url("../img/img-midia.svg") no-repeat 804px 178px;
  }
}

@media only screen and (max-width: 425px){
  #relacionamento {
    padding: 100px 35px;
  }
}

#relacionamento h2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 50px;
  color: #1f4279;
  margin: 43px 0 27px 369px;
}

@media only screen and (max-width: 1440px){
  #relacionamento h2 {
    margin: 43px 0 27px 100px;
    font-size: 35px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 425px){
  #relacionamento h2 {
    margin: 0 0 27px 0;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }
}

@media only screen and (max-width: 375px){
  #relacionamento h2 {
    font-size: 28px;
  }
}

#relacionamento p {
  color: #ffffff;
  margin:0 0 31px 369px;
  font-size: 26px;
  line-height: 38px;
}

@media only screen and (max-width: 1440px){
  #relacionamento p {
    margin:0 0 31px 100px;
  }
}

@media only screen and (max-width: 425px){
  #relacionamento p {
    margin: 0 auto 31px;
    text-align: center;
    max-width: 80%;
  }
}

@media only screen and (max-width: 375px){
  #relacionamento p {
    max-width: 84%;
  }
}

#relacionamento .botoes {
  margin-left: 369px;
}

@media only screen and (max-width: 1440px){
  #relacionamento .botoes {
    margin-left: 100px;
  }
}

@media only screen and (max-width: 425px){
  #relacionamento .botoes {
    margin-left: 0;
  }
}

#relacionamento a.btn {
  background-color: #73F793;
  border-radius: 40px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 15px 34px;
  color: #00548F;
  margin-right: 48px;
}

@media only screen and (max-width: 1440px){
  #relacionamento a.btn {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 425px){
  #relacionamento a.btn {
    width: 100%;
    margin-bottom: 35px;
    margin-right: 0;
    font-size: 28px;
  }
}

@media only screen and (max-width: 375px){
  #relacionamento a.btn {
    font-size: 27px;
  }
}

#relacionamento a.btn:hover {
  background-color: #00548F;
  color: #73f793;
}

#relacionamento .ondaBranca {
  width: 582px;
  height: 23px;
  margin-top: 97px;
}

@media only screen and (max-width: 425px){
  #relacionamento .ondaBranca {
    display: none;
  }
}

/* PARCEIROS */
#parceiros {
  padding: 120px 0 116px;
}

#parceiros .content {
  max-width: 1277px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px){
  #parceiros .content {
      max-width: 100%;
      margin: 0 auto;
      padding: 0 100px;
  }
}

@media only screen and (max-width: 425px){
  #parceiros .content {
      padding: 0 35px;
      text-align: center;
  }
}

#parceiros h2 {
  color: #1F4279;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 52px;
}

@media only screen and (max-width: 1440px){
  #parceiros h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

#parceiros .logoParceiros {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1280px){
  #parceiros .logoParceiros {
    column-gap: 95px;
    justify-content: center;
    row-gap: 55px;
  }
}

@media only screen and (max-width: 425px){
  #parceiros .logoParceiros {
    flex-direction: column;
    row-gap: 55px;
    column-gap: 0;
  }
}

@media only screen and (max-width: 375px){
  #parceiros .logoParceiros {
    row-gap: 55px;
  }
}

/* RELATORIOS */
.relatorios {
  background-color: #00548F;
  padding: 86px 0 86px 200px;
}

@media only screen and (max-width: 1440px){
  .relatorios {
    padding: 86px 0 56px 100px;
  }
}

@media only screen and (max-width: 425px){
  .relatorios {
    padding: 100px 35px;
    text-align: center;
  }
}

.relatorios h2 {
  color: #73F793;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0 0 21px 0;
}

@media only screen and (max-width: 1440px){
  .relatorios h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

.relatorios p {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  float: left;
  margin-right: 70px;
  width: 800px;
}

@media only screen and (max-width: 1440px){
  .relatorios p {
    font-size: 25px;
    line-height: 35px;
    width: 650px;
  }
}

@media only screen and (max-width: 425px){
  .relatorios p {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}

.relatorios a.btn {
  background-color: #73F793;
  border-radius: 30px;
  text-align: center;
  padding: 15px 34px;
  text-decoration: none;
  color: #00548F;
  font-size: 30px;
  line-height: 40px;
}

@media only screen and (max-width: 1440px){
  .relatorios a.btn {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 425px){
  .relatorios a.btn {
    margin-top: 50px;
    display: block;
  }
}

.relatorios a.btn:hover {
  background-color: #fff;
  color: #00548F;
}

/* NOVIDADES */
#novidades {
  background-color: #36A2D8;
  padding: 75px 140px 73px;
  color: #ffffff;
  font-size: 32px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1440px){
  #novidades {
    padding: 75px 100px 73px;
    font-size: 25px;
  }
}

/*@media only screen and (max-width: 1280px){
  #novidades {
    font-size: 26px;
  }
}*/

@media only screen and (max-width: 425px){
  #novidades {
    padding: 100px 35px;
    line-height: 42px;
    text-align: center;
  }

  #novidades p {
    margin: 0 0 35px 0;
  }
}

/* início inclusão para ajustes CF7 */
#novidades .wpcf7 p{
 position: relative;
}
#novidades .wpcf7 span.wpcf7-spinner{
 position: absolute;
 right: 0;
 bottom: -1em;
 left: 0;
 margin: auto;
}
#novidades input[type=email] {
 margin-right: 0.3em;
}
/* final inclusão para ajustes CF7 */

#novidades input[type=email] {
  width: 369px;
  height: 52px;
  margin-right: 0.25em;
  border: 2px solid #FFFFFF;
  border-radius: 26px;
  background-color: transparent;
  padding: 11px 20px;
  font-family: 'Comfortaa', cursive;
  font-size: 27px;
  color: #fff;
}

@media only screen and (max-width: 1440px){
  #novidades input[type=email] {
    width: 289px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 425px){
  #novidades input[type=email] {
    width: 100%;
    margin-right: 0;
    font-size: 25px;
    margin-bottom: 35px;
  }
}

#novidades form input[type=email]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1; /* Firefox */
}

#novidades form input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
}

#novidades form input[type=email]::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF;
}

#novidades form input[type=submit] {
  background: #1F4279;
  border-radius: 26px;
  color: #fff;
  font-size: 27px;
  padding: 11px 22px;
  border: 0 none;
  font-family: 'Comfortaa', cursive;
  cursor: pointer;
}

@media only screen and (max-width: 1440px){
  #novidades form input[type=submit] {
    font-size: 22px;
  }
}

#novidades form input[type=submit]:hover {
  background: #73F793;
  color: #00548F;
}
 
/* FOOTER */
footer {
  background-color: #00548F;
  padding: 62px 140px 57px 140px;
  color: #FFFFFF;
}

@media only screen and (max-width: 1440px){
  footer {
    padding: 62px 90px 57px 90px;
  }
}

@media only screen and (max-width: 425px){
  footer {
    padding: 91px 35px;
    text-align: center;
  }
}

footer .c_footer {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 425px){
  footer .c_footer {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1440px){
  footer .redes-sociais {
    max-width: 260px;
  }
}

@media only screen and (max-width: 1280px){
  footer .redes-sociais {
    max-width: 240px;
  }
}

@media only screen and (max-width: 425px){
  footer .redes-sociais {
    max-width: 100%;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #fff;
  }
}

footer .redes-sociais p,
footer .sobre p {
  color: #73F793;
  font-size: 22px;
  line-height: 25px;
  margin-top: 0;
}

footer .redes-sociais ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 45px 0 0 0;
  column-gap: 15px;
}

@media only screen and (max-width: 425px){
  footer .redes-sociais ul {
    justify-content: center;
  }
}

footer .redes-sociais ul li a.icon {
  width: 66px;
  height: 66px;
  display: block;
}

@media only screen and (max-width: 1440px){
  footer .redes-sociais ul li a.icon {
    width: 46px;
    height: 46px;
  }
}

footer .redes-sociais ul li a.icon-fb {
  background: url('../img/icon-facebook.svg') no-repeat;
  background-size: contain;
}

footer .redes-sociais ul li a.icon-in {
  background: url('../img/icon-linkedin.svg') no-repeat;
  background-size: contain;
}

footer .redes-sociais ul li a.icon-yt {
  background: url('../img/icon-youtube.svg') no-repeat;
  background-size: contain;
}

footer .redes-sociais ul li a.icon-ig {
  background: url('../img/icon-instagram.svg') no-repeat;
  background-size: contain;
}

footer .sobre {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
}

@media only screen and (max-width: 425px){
  footer .sobre {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #fff;
  }
}

footer .sobre a {
  color: #FFFFFF;
  text-decoration: none;
}

footer .copyright p {
  margin-top: 57px;
  text-align: right;
}

@media only screen and (max-width: 425px){
  footer .copyright p {
    text-align: center;
  }
}

@media only screen and (max-width: 1440px){
  footer .info-legal {
    max-width: 30%;
      width: 100%;
  }
}

@media only screen and (max-width: 425px){
  footer .info-legal {
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
  }
}

/* MODAL */
/* OVERLAY */
.overlay-modal,
.overlay-modal-video {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.modal {
  width: 90%;
  height: 90%;
  border-radius: 5px;
  background-color: #E5F0F9;
  padding: 73px 67px 79px 67px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1600px){
  .modal {
    width: 90%;
    height: 90%;
    border-radius: 0;
  }
}

@media only screen and (max-width: 1440px){
  .modal {
    width: 90%;
    padding: 33px;
    height: 90vh;
  }
}

@media only screen and (max-width: 1280px){
  .modal {
    width: 80%;
  }
}

@media only screen and (max-width: 425px){
  .modal {
    padding: 40px 25px 25px;
    max-height: 90%;
  }
}

.modal a.fechar {
    background: url(../img/bt-fechar.svg) no-repeat center;
    width: 25px;
    display: block;
    height: 25px;
    top: 83px;
    right: 77px;
    position: absolute;
    background-size: contain;
}

@media only screen and (max-width: 1440px){
  .modal a.fechar {
    top: 23px;
    right: 27px;
  }
}

@media only screen and (max-width: 1280px){
  .modal a.fechar {
    top: 43px;
    right: 32px;
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 425px){
  .modal a.fechar {
    top: 10px;
    right: 11px;
    width: 20px;
  }
}

@media only screen and (max-width: 390px){
  .modal a.fechar {
    top: 0;
    left: 213px;
    right: 0;
    position: relative;
    margin-bottom: 15px;
  }
}

.modal a.fechar:hover {
  background: url(../img/bt-fechar-hover.svg) no-repeat center;
    width: 35px;
    height: 35px;
    top: 78px;
    right: 73px;
}

@media only screen and (max-width: 1440px){
  .modal a.fechar:hover {
    top: 17px;
    right: 22px;
  }
}

@media only screen and (max-width: 1280px){
  .modal a.fechar:hover {
    top: 38px;
    right: 26px;
    height: 40px;
    width: 40px;
  }
}

@media only screen and (max-width: 425px){
  .modal a.fechar:hover {
    top: 25px;
    right: 15px;
  }
}

@media only screen and (max-width: 390px){
  .modal a.fechar:hover {
    top: 0;
    left: 203px;
    right: 0;
    position: relative;
  }
}

.modal .tag {
  display: inline-block;
  height: 40px;
  background-color: #00548F;
  border-radius: 36px;
  text-align: center;
  color: #73F793;
  font-size: 16px;
  line-height: 40px;
  padding: 0 28px 0 26px;
  margin-bottom: 62px;
}

@media only screen and (max-width: 425px){
  .modal .tag {
    height: auto;
    line-height: 26px;
    max-width: 100%;
    padding: 15px;
    border-radius: 56px;
    width: 100%;
    margin-bottom: 35px;
  }
}

.modal .tag p {
  margin: 0;
}

.modal .conteudoModal {
  display: flex;
  align-items: flex-start;
  height: 90%;
}

@media only screen and (max-width: 1440px) {
  .modal .conteudoModal {
    height: 80%;
  }
}

@media only screen and (max-width: 425px){
  .modal .conteudoModal {
    flex-direction: column;
    height: 85%;
  }
}

@media only screen and (max-width: 375px){
  .modal .conteudoModal {
    flex-direction: column;
    height: 75%;
  }
}

.modal h2.titulo {
  margin: 0 0 30px 0;
  color: #00548F;
  font-size: 30px;
  line-height: 40px;
}

@media only screen and (max-width: 1440px) {
  .modal h2.titulo {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 1280px){
  .modal h2.titulo {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 425px){
  .modal h2.titulo {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 375px){
  .modal h2.titulo {
    max-width: 90%;
    font-size: 20px;
    line-height: 30px;
  }
}

.modal .scroll {
  overflow: auto;
  max-height: 100%;
  padding-right: 20px;
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 1600px) {
  .modal .scroll {
    /*max-height: 490px;*/
  }
}

@media only screen and (max-width: 1440px) {
  .modal .scroll {
    /*max-height: 100%;*/
  }
}

@media only screen and (max-width: 1366px) {
  .modal .scroll {
    /*max-height: 523px;*/
  }
}

/* width */
.modal .scroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.modal .scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 13px;
}

/* Handle */
.modal .scroll::-webkit-scrollbar-thumb {
  background: #00548F;
  border-radius: 13px;
  opacity: 0.5;
}

.modal .texto {
  font-size: 20px;
  line-height: 30px;
  color: #494948;
  overflow-y: auto;
}

.modal .texto .meta {
  border-bottom: 1px solid #00548F;
  margin-bottom: 25px;
}

@media only screen and (max-width: 425px){
  .modal .texto {
    border-left: 0;
    padding-left: 0;
  }
}

.modal .texto ul.titMeta {
  list-style: none;
  padding-inline-start: 2em;
}

.modal .texto ul.titMeta li{
  color: #494948;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 26px;
}

.modal .texto ul.titMeta li::before {
  content: "\2022";
  color: #00548F;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

/* Início ajustes progresso WP */
.modal .has-progress,
.modal .has-progress .progresso,
.modal .has-progress .barraPercentual{
  margin-left: -2em;
}
.modal .has-progress{
  padding-left: 2em;
}
.modal .has-progress:not(:last-child){
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #00548F;
}
.modal .has-progress:last-child{
  padding-bottom: 0;
}
.modal .has-progress .progresso{
  margin-top: 1.5em;
}
/* Final ajustes progresso WP */

.modal .texto .progresso {
  color: #00548F;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
}

.modal .texto .barraPercentual {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 1px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #00548F;
}

.modal .texto .barraPercentual:last-child {
  border-bottom: 0 none;
  margin-bottom: 0;
}

@media only screen and (max-width: 425px) {
  .modal .texto .barraPercentual {
    flex-direction: column;
    row-gap: 1px;
  }
}

.modal .texto .barraPercentual .percent {
  background: #00548F;
  opacity: 0.5;
  font-size: 15px;
  line-height: 27px;
  color: #FFFFFF;
  text-align: center;
  
  flex-shrink: 0;
  flex-grow: 1;
}

/*@media only screen and (max-width: 1440px) {
  .modal .texto .barraPercentual .percent {
    width: 141px;
  }
}

@media only screen and (max-width: 1280px) {
  .modal .texto .barraPercentual .percent {
    width: 107px;
  }
}

@media only screen and (max-width: 768px) {
  .modal .texto .barraPercentual .percent {
    width: 100%;
  }
}

@media only screen and (max-width: 425px) {
  .modal .texto .barraPercentual .percent {
    width: 100%;
  }
}*/

.modal .texto .barraPercentual .percent.active {
  background: #73F793;
  opacity: 1;
  color: #00548F;
}

.modal .video-container {
  position: relative;
  /*padding-bottom: 56.25%;*/
  padding-top: 30px;
  height: 100%;
  overflow: hidden;
  max-width: 90%;
  margin: 0 auto;
}

.modal .video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 425px) {
  .modal iframe.video {
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
  }
}