.top {
  background-image: url("../img/bg-rede-de-apoio-mobile.jpg");
  background-size: cover;
}
@media (min-width: 900px) {
  .top {
    background-image: url("../img/bg-rede-de-apoio.jpg");
  }
}
.top .message p {
  color: white;
}

.rede-de-servicos-boxes {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 900px) {
  .rede-de-servicos-boxes {
    margin-top: 125px;
    margin-bottom: 60px;
  }
}
.rede-de-servicos-boxes a {
  text-decoration: none;
  color: #94969b;
}
.rede-de-servicos-boxes .item {
  max-width: 450px;
  max-height: 300px;
  background-color: white;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  padding: 30px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
@media (min-width: 500px) {
  .rede-de-servicos-boxes .item {
    width: 450px;
    height: 300px;
  }
}
.rede-de-servicos-boxes .item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.rede-de-servicos-boxes .item .title {
  font-size: 26.7px;
  font-weight: 700;
  color: #2b303e;
  margin-bottom: 23px;
}
.rede-de-servicos-boxes .item div {
  margin-bottom: 25px;
}
.rede-de-servicos-boxes .item div img {
  margin: auto;
}

.rede-de-servicos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fafafb;
  padding-top: 85px;
  padding-bottom: 85px;
}
@media (min-width: 900px) {
  .rede-de-servicos {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
.rede-de-servicos .area {
  max-width: 520px;
  margin: 0 25px;
  text-align: center;
}
@media (min-width: 900px) {
  .rede-de-servicos .area {
    max-width: 700px;
  }
}

.servicos-direita {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 25px;
  padding-top: 85px;
  padding-bottom: 20px;
  margin: auto;
  max-width: 570px;
}
@media (min-width: 1024px) {
  .servicos-direita {
    padding: none;
    padding-top: 125px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1285px;
  }
}
.servicos-direita .text {
  max-width: 600px;
}
.servicos-direita .text img {
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.servicos-direita .text img:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
@media (min-width: 1024px) {
  .servicos-direita .text img {
    margin-right: 60px;
    margin-bottom: 0;
  }
}
.servicos-direita .text img {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .servicos-direita .text img {
    margin-top: none;
  }
}

.servicos-esquerda {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  padding-top: 85px;
  padding-bottom: 20px;
  max-width: 570px;
}
@media (min-width: 1024px) {
  .servicos-esquerda {
    padding: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1285px;
    padding-top: 125px;
  }
}
.servicos-esquerda .text {
  max-width: 640px;
}
@media (min-width: 1024px) {
  .servicos-esquerda .text {
    margin-left: 60px;
  }
}
.servicos-esquerda .text img {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.servicos-esquerda .text img:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  color: red;
}
.servicos-esquerda .text img {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .servicos-esquerda .text img {
    margin-top: none;
    margin-bottom: 0;
  }
}

.saiba-mais {
  background-color: #fafafb;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 85px;
  padding: 0 25px;
}
.saiba-mais .title {
  max-width: 1100px;
  width: 100%;
  font-size: 22px;
}
.saiba-mais .title p {
  max-width: 435px;
  background-color: white;
  border-radius: 8px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  margin: auto;
  margin-top: -25px;
}
@media (min-width: 1024px) {
  .saiba-mais .title p {
    margin-left: -75px;
  }
}
.saiba-mais .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 75px;
  max-width: 520px;
  font-size: 22px;
  margin-top: 75px;
  margin-bottom: 75px;
}
@media (min-width: 1024px) {
  .saiba-mais .text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1100px;
  }
}
.saiba-mais .text ul {
  padding: 0;
  margin: 0;
  list-style-image: url("../img/check.png");
}
.saiba-mais .text ul li {
  background: url("../img/check.png") no-repeat;
  padding: 0px 0px 10px 35px;
  /* reset styles (optional): */
  list-style: none;
  margin: 0;
}
.saiba-mais .text p {
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  .saiba-mais .text div {
    max-width: 360px;
  }
}

.oitenta-e-um-anos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fafafb;
  margin-top: 125px;
  padding-top: 85px;
  padding-bottom: 85px;
}
@media (min-width: 900px) {
  .oitenta-e-um-anos {
    padding-top: 125px;
    padding-bottom: 125px;
    margin-top: 125px;
  }
}
.oitenta-e-um-anos .area {
  max-width: 745px;
  margin: 0 25px;
  text-align: center;
}

.depoimento {
  margin: auto;
  padding: 0;
  padding-top: 60px;
}
@media (min-width: 1024px) {
  .depoimento {
    padding-top: 125px;
    background-color: #17608d;
  }
}
.depoimento .area {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media (min-width: 1024px) {
  .depoimento .area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1000px;
    text-align: left;
    padding: 0;
    padding: 0 50px;
  }
}
.depoimento .area .bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #17608d;
  padding-top: 10px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .depoimento .area .bg {
    padding: 0;
  }
}
.depoimento .area p {
  max-width: 400px;
  margin-left: 30px;
  margin-right: 30px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .depoimento .area p {
    margin: 0;
    margin-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 500px;
  }
}
.depoimento .area div img {
  margin: auto;
  padding: 0 30px;
}
@media (min-width: 1024px) {
  .depoimento .area div img {
    padding: 0;
    margin: none;
    margin-top: -140px;
  }
}
.depoimento .area p img {
  margin: 25px;
}
@media (min-width: 1024px) {
  .depoimento .area p img {
    margin: 0;
    margin-right: 25px;
    margin-bottom: 220px;
  }
}

.causas-sociais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fafafb;
  padding-top: 85px;
  padding-bottom: 85px;
}
@media (min-width: 900px) {
  .causas-sociais {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
.causas-sociais div p img {
  margin: auto;
  margin-top: 45px;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.causas-sociais div p img:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.causas-sociais .area {
  max-width: 745px;
  margin: 0 25px;
  text-align: center;
}

@media (min-width: 1024px) {
  .fale-conosco {
    padding-top: 125px;
  }
}