@charset "UTF-8";
/* Vários */
.text-center {
  text-align: center; }

.half {
  width: 50%; }

.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

.full-width {
  width: 100%; }

.pb-3 {
  padding-bottom: 30px; }

.bold {
  font-family: "Azosans-Bold"; }

.blue {
  color: #4065B0; }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.full {
  width: 100%; }

/* Páginas */
/* Mulher */
.mulher a {
  outline: none; }

.mulher .section-1 {
  background-image: url("../img/mulher/mulher/background_1.svg");
  background-repeat: no-repeat;
  background-position: 80% 130%;
  height: 700px; }
  .mulher .section-1 .col-width {
    width: 52%; }
    .mulher .section-1 .col-width .text {
      font-family: "AzoSans-Regular";
      color: #6f6f6f;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0.18px;
      line-height: 26px; }
  .mulher .section-1 .buttons-area {
    height: 60px;
    margin-top: 50px; }
    .mulher .section-1 .buttons-area .button-item {
      float: left; }
      .mulher .section-1 .buttons-area .button-item .button {
        margin: auto;
        border-radius: 30px;
        padding: 10px;
        color: #ffffff;
        font-family: "AzoSans-Bold";
        font-size: 17px;
        letter-spacing: 0.17px;
        line-height: 30px;
        text-transform: uppercase;
        cursor: pointer;
        /* ...and now for the proper property */
        transition: color .3s ease-out, background .3s ease-in; }
      .mulher .section-1 .buttons-area .button-item .button.saiba-mais {
        width: 100%;
        background-color: #ee7aa1;
        background-image: none;
        border: 3px solid #EE7aa1; }
        .mulher .section-1 .buttons-area .button-item .button.saiba-mais:hover {
          color: #ee7aa1;
          border-radius: 35px;
          background-color: white; }

.mulher .section-2 {
  background-image: url("../img/mulher/mulher/background_2.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: -140px;
  padding-bottom: 200px; }
  .mulher .section-2 .arrow-button {
    padding-top: 40px; }
  .mulher .section-2 .title p {
    margin-bottom: 0px;
    color: #376abc;
    font-family: "AzoSans-Bold";
    font-size: 30px;
    letter-spacing: 0.3px;
    line-height: 35px; }
  .mulher .section-2 .grid .col-width {
    width: 33%;
    float: left;
    margin: 10px 0px; }
    .mulher .section-2 .grid .col-width .item {
      background-color: #FFFFFF;
      width: 90%;
      margin: 15px auto auto auto;
      height: 550px;
      border-radius: 15px;
      cursor: pointer;
      transition: .2s ease-in-out; }
      .mulher .section-2 .grid .col-width .item .title p {
        color: #376abc;
        font-family: "AzoSans-Bold";
        font-size: 24px;
        letter-spacing: 0.24px;
        line-height: 32px;
        margin-top: 80px;
        height: 85px;
        overflow: hidden;
        width: 90%;
        padding-top: 20px; }
      .mulher .section-2 .grid .col-width .item:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        transform: scale(1.02); }
        .mulher .section-2 .grid .col-width .item:hover .button a {
          background-color: #EE7AA1;
          color: #ffffff; }
      .mulher .section-2 .grid .col-width .item .image {
        height: 250px; }
      .mulher .section-2 .grid .col-width .item .button {
        margin-top: 40px; }
        .mulher .section-2 .grid .col-width .item .button a {
          color: #EE7AA1;
          font-family: "AzoSans-Bold";
          font-size: 20px;
          letter-spacing: 0.2px;
          line-height: 35px;
          text-transform: uppercase;
          padding: 15px 50px;
          text-transform: uppercase;
          border: 3px solid #EE7aa1;
          border-radius: 35px; }

/* Hábitos e Curiosidades */
.habitos {
  /* Gráficos */ }
  .habitos .col-width-text-right {
    margin-left: auto; }
    .habitos .col-width-text-right .text {
      color: #6f6f6f;
      font-family: "AzoSans-Regular";
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.16px;
      line-height: 28px;
      height: 220px; }
      .habitos .col-width-text-right .text p span {
        font-family: "AzoSans-Bold"; }
      .habitos .col-width-text-right .text .text-info {
        width: 25%; }
        .habitos .col-width-text-right .text .text-info p {
          margin-top: 35px; }
  .habitos .col-width-text-left {
    margin-right: auto; }
    .habitos .col-width-text-left .text-info {
      width: 30%; }
    .habitos .col-width-text-left .text .text-info p {
      margin-top: 40px; }
    .habitos .col-width-text-left .text p {
      color: #6f6f6f;
      font-family: "AzoSans-Regular";
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.16px;
      line-height: 28px; }
      .habitos .col-width-text-left .text p span {
        font-family: "AzoSans-Bold"; }
  .habitos .col-width-text-right, .habitos .col-width-text-left {
    width: 50%; }
    .habitos .col-width-text-right .second-text p, .habitos .col-width-text-left .second-text p {
      width: 80%; }
    .habitos .col-width-text-right .text-info, .habitos .col-width-text-left .text-info {
      height: 50%;
      margin-left: 45%;
      margin-right: auto; }
      .habitos .col-width-text-right .text-info p, .habitos .col-width-text-left .text-info p {
        color: #6f6f6f;
        font-family: "AzoSans-Regular";
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.18px;
        line-height: 22px;
        text-transform: uppercase; }
      .habitos .col-width-text-right .text-info span, .habitos .col-width-text-left .text-info span {
        color: #f278a1;
        font-family: "AzoSans-Bold";
        font-size: 87px;
        letter-spacing: 0.87px;
        line-height: 200px; }
  .habitos .number {
    width: 40%;
    float: left;
    height: 100%; }
    .habitos .number span {
      color: #F278A1;
      font-size: 206px;
      letter-spacing: 2.06px;
      line-height: 252px;
      font-family: "Azosans-Bold"; }
  .habitos .section-2 {
    background-image: url("../img/mulher/background_1.svg"), url("../img/mulher/habitos_costumes/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_4.svg");
    background-size: 54% 93%, 30%, 100%, 10%;
    background-position: 0 0, 90% 20%, 0% 100%, 50% 73%;
    background-repeat: no-repeat;
    height: 1000px; }
    .habitos .section-2 .info-right .text {
      margin-right: -100px; }
      .habitos .section-2 .info-right .text .number {
        width: 20%; }
      .habitos .section-2 .info-right .text .number-text p {
        margin-left: 15px; }
    .habitos .section-2 .info-left {
      background-size: 45% 130%; }
      .habitos .section-2 .info-left .text .text-info span {
        line-height: 185px;
        font-weight: 10; }
  .habitos .section-3 {
    background-image: url("../img/mulher/habitos_costumes/background_2.svg");
    background-repeat: no-repeat;
    background-position: 20% 20%;
    background-size: 45%;
    margin-top: -55px;
    height: 700px; }
  .habitos .section-4 {
    margin-top: 100px; }
    .habitos .section-4 .title p {
      color: #4065b0;
      font-family: "AzoSans-Bold";
      font-size: 40px;
      letter-spacing: 0.4px;
      line-height: 50px; }
  .habitos .section-5 {
    background-image: url("../img/mulher/habitos_costumes/background_3.svg");
    background-repeat: no-repeat;
    background-position: 75% 50%;
    height: 560px;
    background-size: 35%; }
    .habitos .section-5 .col-width-text-left {
      padding-top: 70px; }
      .habitos .section-5 .col-width-text-left .text {
        height: 220px; }
  .habitos .section-6 {
    background-image: url("../img/mulher/habitos_costumes/background_4.svg"), url("../img/mulher/habitos_costumes/background_5.svg");
    background-repeat: no-repeat;
    background-size: 40%, 80%;
    background-position: 35% 35%, 50% 100%;
    height: 700px;
    margin-bottom: 100px; }
    .habitos .section-6 .col-width-text-right {
      padding-top: 200px; }
  .habitos #graphic-habitos-1 {
    width: 80%;
    margin-bottom: 100px; }

/* Pessoa Parceira */
.pessoa-parceira {
  /* Gráficos */ }
  .pessoa-parceira .subtitle {
    color: #ee7aa1;
    font-family: "AzoSans-Regular";
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.22px;
    line-height: 57px; }
  .pessoa-parceira .section-2 {
    background-image: url("../img/mulher/background_1.svg"), url("../img/mulher/pessoa_parceira/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_4.svg");
    background-size: 54% 93%, 30%, 100%, 5% 20%;
    background-position: 0 0, 80% 20%, 0% 100%, 55% 75%;
    background-repeat: no-repeat;
    height: 900px; }
    @media screen and (min-width: 1600px) {
      .pessoa-parceira .section-2 {
        background-size: 54% 93%, 20%, 100%, 5% 20%; } }
    .pessoa-parceira .section-2 .col-width .subtitle {
      margin-bottom: 130px;
      width: 70%; }
    .pessoa-parceira .section-2 .info-left {
      margin-top: -150px; }
      .pessoa-parceira .section-2 .info-left .text .text-info {
        width: 49% !important; }
        .pessoa-parceira .section-2 .info-left .text .text-info span {
          line-height: 210px; }
        .pessoa-parceira .section-2 .info-left .text .text-info p {
          margin-top: 40px; }
    .pessoa-parceira .section-2 .info-right {
      margin-right: 100px; }
      .pessoa-parceira .section-2 .info-right .text {
        margin-right: -100px; }
        .pessoa-parceira .section-2 .info-right .text .number {
          height: 170px;
          width: 40%; }
          .pessoa-parceira .section-2 .info-right .text .number .symbol {
            font-size: 50px; }
        .pessoa-parceira .section-2 .info-right .text .number-text {
          width: 25% !important; }
  .pessoa-parceira .section-3 {
    margin-top: -55px; }
  .pessoa-parceira .section-4, .pessoa-parceira .section-5, .pessoa-parceira .section-6 {
    margin-top: 150px; }
    .pessoa-parceira .section-4 .text, .pessoa-parceira .section-5 .text, .pessoa-parceira .section-6 .text {
      width: 65%;
      margin-right: auto;
      margin-left: auto;
      margin-top: 50px; }
      .pessoa-parceira .section-4 .text p, .pessoa-parceira .section-5 .text p, .pessoa-parceira .section-6 .text p {
        font-family: "AzoSans-Regular";
        color: #707070;
        font-size: 20px;
        text-align: left; }
    .pessoa-parceira .section-4 .subtitle p, .pessoa-parceira .section-5 .subtitle p, .pessoa-parceira .section-6 .subtitle p {
      color: #999999;
      font-family: "AzoSans-Bold";
      font-size: 16px;
      font-weight: 10;
      letter-spacing: 0.16px;
      line-height: 20px; }
  .pessoa-parceira .section-5 .title {
    width: 90%;
    margin: auto; }
  .pessoa-parceira .section-6 {
    margin-bottom: 100px; }
  .pessoa-parceira .section-7 {
    margin-top: 50px;
    margin-bottom: 50px; }
  .pessoa-parceira #graphic-pessoa-1 {
    width: 50%; }
  .pessoa-parceira #graphic-pessoa-2 {
    width: 50%; }
  .pessoa-parceira #graphic-pessoa-3, .pessoa-parceira #graphic-pessoa-4 {
    width: 60%;
    margin-top: 50px; }

/* Os filhos */
.filhos {
  /* Gráficos */ }
  .filhos .subtitle {
    color: #ee7aa1;
    font-family: "AzoSans-Regular";
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.22px;
    line-height: 57px;
    width: 80%; }
  .filhos .section-2 {
    background-image: url("../img/mulher/filhos/background_1.svg"), url("../img/mulher/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_4.svg");
    background-size: 35%, 54% 93%, 100%, 9% 20%;
    background-position: 70% 20%, 0 0, 0% 100%, 55% 80%;
    background-repeat: no-repeat;
    height: 1000px; }
    @media screen and (min-width: 1600px) {
      .filhos .section-2 {
        background-size: 29%, 54% 93%, 100%, 9% 20%; } }
    .filhos .section-2 .info-right {
      margin-right: -320px; }
      .filhos .section-2 .info-right .text .number-text {
        margin-left: 10px; }
    .filhos .section-2 .info-left {
      margin-top: 100px; }
      .filhos .section-2 .info-left .text .text-info span {
        line-height: 240px; }
      .filhos .section-2 .info-left .text .text-info p {
        padding-top: 30px; }
  .filhos .section-3 {
    margin-top: -50px; }
    .filhos .section-3 .title {
      text-align: center; }
    .filhos .section-3 .subtitle {
      text-align: center; }
  .filhos .section-4 {
    margin-bottom: 150px;
    margin-top: 150px;
    background-color: #f8f8f8;
    padding-bottom: 50px;
    padding-top: 50px; }
    .filhos .section-4 .title-form p {
      color: #676767;
      font-family: "AzoSans-Bold";
      font-size: 26px;
      font-weight: 10;
      letter-spacing: 0.3px;
      line-height: 50px; }
    .filhos .section-4 .form-box {
      width: 100%;
      height: 150px; }
      .filhos .section-4 .form-box .form-item {
        width: 15%;
        float: left;
        display: block;
        position: relative;
        margin-bottom: 12px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        height: 160px;
        margin-right: 15px;
        background-color: white; }
        .filhos .section-4 .form-box .form-item .input {
          height: 50px; }
        .filhos .section-4 .form-box .form-item p {
          color: #6f6f6f;
          font-family: "AzoSans-Bold";
          font-size: 14px;
          font-weight: 10;
          letter-spacing: 0.14px;
          line-height: 18px;
          text-transform: uppercase;
          height: 50px; }
        .filhos .section-4 .form-box .form-item [type="radio"]:checked,
        .filhos .section-4 .form-box .form-item [type="radio"]:not(:checked) {
          position: absolute;
          left: -9999px; }
        .filhos .section-4 .form-box .form-item [type="radio"]:checked + label,
        .filhos .section-4 .form-box .form-item [type="radio"]:not(:checked) + label {
          position: relative;
          padding-left: 28px;
          cursor: pointer;
          line-height: 20px;
          display: inline-block;
          color: #666; }
        .filhos .section-4 .form-box .form-item [type="radio"]:checked + label:before,
        .filhos .section-4 .form-box .form-item [type="radio"]:not(:checked) + label:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 25px;
          height: 25px;
          border: 3px solid #4466B0;
          border-radius: 100%;
          background: #fff; }
        .filhos .section-4 .form-box .form-item [type="radio"]:checked + label:after,
        .filhos .section-4 .form-box .form-item [type="radio"]:not(:checked) + label:after {
          content: '';
          width: 13px;
          height: 13px;
          background: #4466B0;
          position: absolute;
          top: 6px;
          left: 6px;
          border-radius: 100%;
          transition: all 0.2s ease; }
        .filhos .section-4 .form-box .form-item [type="radio"]:not(:checked) + label:after {
          opacity: 0;
          transform: scale(0); }
        .filhos .section-4 .form-box .form-item [type="radio"]:checked + label:after {
          opacity: 1;
          transform: scale(1); }
    .filhos .section-4 .submit-button {
      width: 220px;
      height: 60px;
      border: 4px solid #4466B0;
      background-color: #4466B0;
      border-radius: 45px;
      cursor: pointer;
      margin-top: 50px; }
      .filhos .section-4 .submit-button p {
        color: white;
        font-family: "AzoSans-Regular";
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.3px;
        line-height: 15px;
        text-transform: uppercase; }
    .filhos .section-4 .second-form {
      margin-top: 120px; }
  .filhos .section-10 .title {
    color: red; }
  .filhos .section-10 .subtitle {
    text-align: center; }
  .filhos .section-6 .title {
    text-align: center; }
  .filhos .section-6 .subtitle {
    text-align: center; }
  .filhos .section-7 {
    margin-bottom: 150px; }
    .filhos .section-7 .title {
      text-align: center; }
    .filhos .section-7 .subtitle {
      width: 100%; }
      .filhos .section-7 .subtitle p {
        font-size: 16px;
        font-family: "Azosans-Bold";
        color: #999999;
        font-weight: 10; }
  .filhos .section-8 {
    margin-bottom: 100px; }
    .filhos .section-8 .text {
      width: 66%;
      margin-left: auto;
      margin-right: auto; }
      .filhos .section-8 .text p {
        font-size: 20px;
        font-family: "Azosans-Regular";
        color: #707070; }
  .filhos .section-9 {
    margin-top: 150px; }
    .filhos .section-9 .title {
      font-size: 30px; }
    .filhos .section-9 .text {
      width: 65%;
      margin-left: auto;
      margin-right: auto; }
      .filhos .section-9 .text p {
        color: #707070;
        font-size: 20px;
        font-family: "Azosans-Regular"; }
  .filhos .section-5 {
    margin-bottom: 100px; }
  .filhos #graphic-filhos-1, .filhos #graphic-filhos-3, .filhos #graphic-filhos-5 {
    width: 50%; }
  .filhos #graphic-filhos-2 {
    width: 30%; }
  .filhos #graphic-filhos-4 {
    width: 70%;
    margin-bottom: 50px;
    margin-left: -20%; }
  .filhos #graphic-filhos-6 {
    width: 50%; }

/* O trabalho pago */
.trabalho-pago {
  /* Gráficos */ }
  .trabalho-pago .subtitle {
    color: #ee7aa1;
    font-family: "AzoSans-Regular";
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.22px;
    line-height: 57px;
    width: 85%; }
  .trabalho-pago .second-sub {
    color: #999999;
    font-family: "AzoSans-Regular";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.16px;
    line-height: 20px; }
  .trabalho-pago .section-2 {
    background-image: url("../img/mulher/background_1.svg"), url("../img/mulher/trabalho_pago/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_4.svg");
    background-size: 54% 93%, 32%, 100%, 9% 20%;
    background-position: 0 0, 80% 20%, 0% 100%, 53% 68%;
    background-repeat: no-repeat;
    height: 1000px; }
    @media screen and (min-width: 1600px) {
      .trabalho-pago .section-2 {
        background-size: 54% 93%, 25%, 100%, 9% 20%; } }
    .trabalho-pago .section-2 .info-right {
      margin-right: -230px; }
      .trabalho-pago .section-2 .info-right .text .number {
        margin-right: 15px; }
      .trabalho-pago .section-2 .info-right .text .number-text {
        width: 30% !important; }
    .trabalho-pago .section-2 .info-left .text .text-info {
      width: 41% !important; }
      .trabalho-pago .section-2 .info-left .text .text-info span {
        line-height: 230px; }
      .trabalho-pago .section-2 .info-left .text .text-info p {
        margin-top: 50px; }
  .trabalho-pago .section-3 {
    margin-top: -55px;
    margin-bottom: 150px; }
    .trabalho-pago .section-3 .title {
      text-align: center; }
    .trabalho-pago .section-3 .subtitle {
      text-align: center; }
  .trabalho-pago .section-4 {
    margin-top: 150px;
    margin-bottom: 150px; }
    .trabalho-pago .section-4 .second-sub {
      color: #999999;
      font-family: "AzoSans-Bold";
      font-size: 16px;
      font-weight: 10;
      letter-spacing: 0.16px;
      line-height: 20px; }
  .trabalho-pago .section-5 {
    margin-top: 150px; }
    .trabalho-pago .section-5 .title {
      text-align: center; }
    .trabalho-pago .section-5 .subtitle {
      text-align: center; }
  .trabalho-pago .section-6 {
    margin-bottom: 150px;
    margin-top: 150px; }
    .trabalho-pago .section-6 .title {
      text-align: center; }
    .trabalho-pago .section-6 .subtitle {
      text-align: center; }
    .trabalho-pago .section-6 .second-sub {
      color: #999999;
      font-family: "AzoSans-Regular";
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0.16px;
      line-height: 20px; }
    .trabalho-pago .section-6 .second-text p {
      color: #999999;
      font-family: "Azosans-Regular";
      margin-top: 50px; }
  .trabalho-pago .section-7 {
    margin-bottom: 100px; }
    .trabalho-pago .section-7 .text {
      width: 70%;
      margin-left: auto;
      margin-right: auto; }
      .trabalho-pago .section-7 .text p {
        font-family: "Azosans-Regular";
        font-size: 20px; }
      .trabalho-pago .section-7 .text ul {
        list-style: none;
        margin-left: 0; }
        .trabalho-pago .section-7 .text ul li {
          margin-bottom: 15px;
          font-size: 20px;
          font-family: "AzoSans-Regular";
          color: #707070; }
  .trabalho-pago #graphic-trabalho-pago-1 {
    width: 50%; }
  .trabalho-pago #graphic-trabalho-pago-2 {
    width: 70%; }
  .trabalho-pago #graphic-trabalho-pago-4 {
    width: 85%; }
  .trabalho-pago #graphic-trabalho-pago-7 {
    width: 90%; }
  .trabalho-pago #graphic-trabalho-pago-5 {
    width: 60%; }
  .trabalho-pago #graphic-trabalho-pago-6 {
    width: 90%; }

/* O trabalho não pago */
.trabalho-nao-pago {
  /* Graficos */ }
  .trabalho-nao-pago .subtitle {
    color: #ee7aa1;
    font-family: "AzoSans-Bold";
    font-size: 22px;
    font-weight: 10;
    letter-spacing: 0.22px;
    line-height: 57px; }
  .trabalho-nao-pago .second-sub {
    color: #999999;
    font-family: "AzoSans-Regular";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.16px;
    line-height: 20px; }
  .trabalho-nao-pago .section-2 {
    background-image: url("../img/mulher/background_1.svg"), url("../img/mulher/trabalho_nao_pago/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_4.svg");
    background-size: 54% 93%, 35%, 100%, 9% 20%;
    background-position: 0 0, 80% 20%, 0% 100%, 53% 75%;
    background-repeat: no-repeat;
    height: 1100px; }
    @media screen and (min-width: 1600px) {
      .trabalho-nao-pago .section-2 {
        background-size: 54% 93%, 25%, 100%, 9% 20%; } }
    .trabalho-nao-pago .section-2 .info-left .text .text-info {
      width: 43% !important; }
      .trabalho-nao-pago .section-2 .info-left .text .text-info p {
        font-size: 17px !important;
        width: 42%;
        margin-left: auto;
        margin-top: 40px; }
    .trabalho-nao-pago .section-2 .info-left .text .text-info.symbol span {
      line-height: 210px; }
    .trabalho-nao-pago .section-2 .info-right .text .number-text-gray {
      color: #707070;
      font-family: "Azosans-Regular"; }
    .trabalho-nao-pago .section-2 .info-right .text .number-text {
      width: 30%;
      margin-left: 15px; }
      .trabalho-nao-pago .section-2 .info-right .text .number-text p {
        padding-top: 10px !important; }
    .trabalho-nao-pago .section-2 .info-right .text .number p {
      height: 85px;
      padding: 0px;
      margin: 0px;
      line-height: 80px; }
  .trabalho-nao-pago .section-3 {
    margin-top: -55px;
    margin-bottom: 150px; }
  .trabalho-nao-pago .section-4 {
    margin-bottom: 150px; }
    .trabalho-nao-pago .section-4 .title p {
      margin: 0px; }
    .trabalho-nao-pago .section-4 .subtitle {
      text-align: center; }
      .trabalho-nao-pago .section-4 .subtitle p {
        margin: 0px; }
  .trabalho-nao-pago .section-5 {
    margin-bottom: 150px; }
    .trabalho-nao-pago .section-5 .title {
      text-align: center; }
      .trabalho-nao-pago .section-5 .title p {
        margin: 0px; }
    .trabalho-nao-pago .section-5 .subtitle {
      text-align: center; }
      .trabalho-nao-pago .section-5 .subtitle p {
        margin: 0px; }
  .trabalho-nao-pago .section-6 {
    margin-bottom: 150px; }
    .trabalho-nao-pago .section-6 .text {
      width: 66%;
      margin: auto; }
      .trabalho-nao-pago .section-6 .text p {
        font-size: 20px;
        color: #707070;
        font-family: "Azosans-Regular"; }
  .trabalho-nao-pago .section-17 {
    margin-bottom: 100px; }
    .trabalho-nao-pago .section-17 .text {
      width: 66%;
      margin-left: auto;
      margin-right: auto; }
      .trabalho-nao-pago .section-17 .text p {
        color: #707070;
        font-family: "Azosans-Regular";
        font-size: 20px; }
      .trabalho-nao-pago .section-17 .text ul {
        padding: 0px;
        margin: 0px; }
        .trabalho-nao-pago .section-17 .text ul li {
          color: #707070;
          font-family: "Azosans-Regular";
          font-size: 20px;
          margin-bottom: 15px; }
  .trabalho-nao-pago #graphic-trabalho-nao-pago-1 {
    width: 90%; }
  .trabalho-nao-pago #graphic-trabalho-nao-pago-2 {
    width: 70%;
    margin-bottom: 50px; }
  .trabalho-nao-pago #graphic-trabalho-nao-pago-3 {
    width: 80%; }
  .trabalho-nao-pago #graphic-trabalho-nao-pago-4, .trabalho-nao-pago #graphic-trabalho-nao-pago-5, .trabalho-nao-pago #graphic-trabalho-nao-pago-4 {
    width: 60%; }
  .trabalho-nao-pago #graphic-trabalho-nao-pago-6 {
    width: 40%;
    margin-top: 20px;
    margin-bottom: 30px; }
  .trabalho-nao-pago #graphic-trabalho-nao-pago-7 {
    width: 45%; }

/* Vida em casal, filhos(as) e trabalho pago */
.vida-em-casal {
  /* Gráficos */ }
  .vida-em-casal .subtitle {
    color: #ee7aa1;
    font-family: "AzoSans-Regular";
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.22px;
    line-height: 57px; }
  .vida-em-casal .second-sub {
    color: #999999;
    font-family: "AzoSans-Regular";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.16px;
    line-height: 20px; }
  .vida-em-casal .section-2 {
    background-image: url("../img/mulher/background_1.svg"), url("../img/mulher/vida_em_casal/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_4.svg");
    background-size: 54% 93%, 32%, 100%, 9% 20%;
    background-position: 0 0, 80% 20%, 0% 100%, 55% 80%;
    background-repeat: no-repeat;
    height: 1000px; }
    @media screen and (min-width: 1600px) {
      .vida-em-casal .section-2 {
        background-size: 54% 93%, 32%, 100%, 9% 20%; } }
    .vida-em-casal .section-2 .info-left .text .text-info {
      width: 47% !important; }
      .vida-em-casal .section-2 .info-left .text .text-info p {
        font-size: 16px !important;
        margin-top: 50px; }
      .vida-em-casal .section-2 .info-left .text .text-info span {
        line-height: 230px; }
    .vida-em-casal .section-2 .info-left .text .number {
      height: 250px !important; }
    .vida-em-casal .section-2 .info-right .text .number-text {
      margin-left: 15px;
      width: 26% !important; }
  .vida-em-casal .section-3 {
    margin-top: -55px;
    margin-bottom: 150px; }
    .vida-em-casal .section-3 .text {
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
      .vida-em-casal .section-3 .text p {
        color: #707070;
        font-size: 20px;
        font-family: "Azosans-Regular"; }
  .vida-em-casal .section-4 {
    margin-bottom: 150px; }
  .vida-em-casal .section-5 {
    margin-bottom: 150px; }
  .vida-em-casal .section-6 {
    margin-bottom: 150px; }
    .vida-em-casal .section-6 .text {
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
      .vida-em-casal .section-6 .text p {
        color: #707070;
        font-size: 20px;
        font-family: "AzoSans-Regular"; }
  .vida-em-casal #graphic-vida-em-casal-1, .vida-em-casal #graphic-vida-em-casal-2 {
    width: 70%; }
  .vida-em-casal #graphic-vida-em-casal-3 {
    width: 65%; }
  .vida-em-casal #graphic-vida-em-casal-4 {
    width: 80%; }

/* Como conciliar tudo? */
.conciliar-tudo {
  /* Gráficos */ }
  .conciliar-tudo .text-info.text {
    width: 30% !important; }
  .conciliar-tudo .subtitle {
    color: #ee7aa1;
    font-family: "AzoSans-Regular";
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.22px;
    line-height: 57px; }
  .conciliar-tudo .section-2 {
    background-image: url("../img/mulher/background_1.svg"), url("../img/mulher/conciliar_tudo/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_4.svg");
    background-size: 54% 93%, 35%, 100%, 9% 20%;
    background-position: 0 0, 80% 20%, 0% 100%, 53% 80%;
    background-repeat: no-repeat;
    height: 1000px; }
    @media screen and (min-width: 1600px) {
      .conciliar-tudo .section-2 {
        background-size: 54% 93%, 35%, 100%, 9% 20%; } }
    .conciliar-tudo .section-2 .info-right {
      height: 200px;
      width: 90%;
      margin-top: -50px; }
      .conciliar-tudo .section-2 .info-right .text .number {
        text-transform: none !important;
        width: 50%; }
        .conciliar-tudo .section-2 .info-right .text .number span {
          font-size: 18px; }
        .conciliar-tudo .section-2 .info-right .text .number p {
          margin: 0px;
          margin-top: 30px; }
      .conciliar-tudo .section-2 .info-right .text .number-text p {
        padding-top: 0px !important; }
    .conciliar-tudo .section-2 .info-left {
      margin-top: 100px; }
      .conciliar-tudo .section-2 .info-left .text .text-info span {
        line-height: 210px; }
      .conciliar-tudo .section-2 .info-left .text .text-info p {
        margin-top: 50px; }
      .conciliar-tudo .section-2 .info-left .text .text-info.sub-text {
        width: 140px;
        float: left; }
      .conciliar-tudo .section-2 .info-left .text .number {
        height: 270px !important; }
    .conciliar-tudo .section-2 .col-width .subtitle {
      width: 85%; }
  .conciliar-tudo .section-3 {
    margin-top: -55px;
    padding-bottom: 100px; }
    .conciliar-tudo .section-3 .second-subtitle {
      width: 61%;
      margin: auto; }
      .conciliar-tudo .section-3 .second-subtitle p {
        color: #707070;
        font-family: "Azosans-Regular";
        font-size: 20px; }
  .conciliar-tudo #graphic-conciliar-tudo-3 {
    width: 70%; }
  .conciliar-tudo #graphic-conciliar-tudo-4 {
    width: 100%; }
  .conciliar-tudo #graphic-conciliar-tudo-5, .conciliar-tudo #graphic-conciliar-tudo-6, .conciliar-tudo #graphic-conciliar-tudo-1 {
    width: 80%; }
  .conciliar-tudo #graphic-conciliar-tudo-2 {
    width: 80%;
    margin-top: 50px; }

/* Felizes */
.felizes {
  /* Gráficos */ }
  .felizes .subtitle p {
    color: #ee7aa1;
    font-family: "AzoSans-Regular";
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.22px;
    line-height: 57px; }
  .felizes .section-2 {
    background-image: url("../img/mulher/background_1.svg"), url("../img/mulher/felizes/background_2.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_4.svg");
    background-size: 54% 93%, 40%, 100%, 9% 20%;
    background-position: 0 0, 100% 20%, 0% 100%, 50% 90%;
    background-repeat: no-repeat;
    height: 1050px; }
    @media screen and (min-width: 1600px) {
      .felizes .section-2 {
        background-size: 54% 93%, 29%, 100%, 9% 20%; } }
    .felizes .section-2 .col-width .subtitle {
      width: 70%; }
    .felizes .section-2 .info-right {
      height: 230px; }
      .felizes .section-2 .info-right .text {
        width: 40%; }
        .felizes .section-2 .info-right .text .number {
          width: auto;
          height: 80px; }
          .felizes .section-2 .info-right .text .number p {
            margin: 0px;
            margin-top: 30px; }
            .felizes .section-2 .info-right .text .number p .symbol {
              font-size: 50px; }
        .felizes .section-2 .info-right .text .number-text {
          width: auto !important; }
          .felizes .section-2 .info-right .text .number-text p {
            padding-top: 0px !important;
            margin: 0px; }
    .felizes .section-2 .info-left .text {
      height: 240px !important; }
      .felizes .section-2 .info-left .text .text-info span {
        line-height: 220px; }
      .felizes .section-2 .info-left .text .text-info p {
        margin-top: 30px; }
    .felizes .section-2 .second-text-info {
      width: 40%;
      margin-left: 100px; }
      .felizes .section-2 .second-text-info .item {
        width: 40%;
        float: left;
        margin-top: 10px; }
        .felizes .section-2 .second-text-info .item .number {
          color: #f278a1;
          font-family: "AzoSans-Regular";
          font-size: 35px;
          font-weight: 700;
          letter-spacing: 0.35px; }
        .felizes .section-2 .second-text-info .item .symbol {
          color: #f278a1;
          font-family: "AzoSans-Regular";
          font-size: 23px;
          font-weight: 700;
          letter-spacing: 0.23px; }
        .felizes .section-2 .second-text-info .item p {
          color: #4065b0;
          font-family: "AzoSans-Regular";
          font-size: 14px;
          font-weight: 700;
          line-height: 16px;
          text-transform: uppercase;
          margin-top: 20px; }
      .felizes .section-2 .second-text-info .item-bg {
        background-image: url("../img/mulher/felizes/background_1.svg");
        padding-left: 50px; }
  .felizes .section-3 .arrow-button {
    margin-top: -50px; }
  .felizes .section-4 {
    margin-top: 150px;
    margin-bottom: 100px; }
    .felizes .section-4 .text {
      margin-top: 50px;
      width: 65%;
      margin-right: auto;
      margin-left: auto; }
      .felizes .section-4 .text p {
        font-family: "AzoSans-Regular";
        color: #707070;
        font-size: 20px;
        text-align: left; }
  .felizes #graphic-felizes-1 {
    width: 70%; }
  .felizes #graphic-felizes-2 {
    width: 90%; }

/* Todas as páginas */
.pages a {
  outline: none; }

.pages .arrow-button {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 50px; }

.pages .section-2 .before-title .download {
  text-align: right;
  color: #6f6f6f;
  font-family: AzoSans-Regular;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 28px;
  text-transform: uppercase;
  width: 40%;
  margin-left: auto;
  padding-top: 10px;
  float: right; }
  .pages .section-2 .before-title .download .link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row; }
    .pages .section-2 .before-title .download .link img {
      margin-left: 30px;
      float: right; }
    .pages .section-2 .before-title .download .link a {
      margin-left: auto; }
      .pages .section-2 .before-title .download .link a span {
        margin-left: 100px;
        color: #6F6F6F;
        line-height: 50px; }
        .pages .section-2 .before-title .download .link a span:hover {
          color: #7dcef1; }

.pages .section-2 .before-title .title {
  width: 60%;
  color: #f278a1;
  font-family: "AzoSans-Regular";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16px;
  line-height: 57px;
  text-transform: uppercase;
  float: left; }

.pages .section-2 .col-width {
  width: 50%; }
  .pages .section-2 .col-width .title h1 {
    color: #376abc;
    font-size: 46px;
    margin-top: 0px;
    font-family: "AzoSans-Bold";
    letter-spacing: 0.48px;
    line-height: 57px; }
  .pages .section-2 .col-width .subtitle p {
    color: #6f6f6f;
    font-family: "AzoSans-Regular";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.18px;
    line-height: 26px; }

.pages .section-2 .info-left {
  background-image: url("../img/mulher/background_2.svg");
  background-size: 46% 140%;
  background-position: 6% 0%;
  background-repeat: no-repeat; }
  .pages .section-2 .info-left .title {
    color: #4065B0;
    font-size: 35px;
    text-align: center;
    padding-top: 90px;
    margin-left: 10%;
    width: 24%;
    margin-bottom: 0px;
    font-family: "AzoSans-Bold";
    letter-spacing: 0.35px;
    line-height: 80px; }
  .pages .section-2 .info-left .text {
    margin-left: 13%;
    height: 220px; }
    .pages .section-2 .info-left .text .number {
      width: 25%;
      float: left;
      height: 100%; }
      .pages .section-2 .info-left .text .number span {
        font-size: 206px;
        color: #F278A1;
        font-family: "Azosans-Bold"; }
    .pages .section-2 .info-left .text .text-info {
      height: 50%;
      width: 39%; }
      .pages .section-2 .info-left .text .text-info span {
        color: #f278a1;
        font-family: "AzoSans-Regular";
        font-size: 87px;
        letter-spacing: 0.87px; }
      .pages .section-2 .info-left .text .text-info p {
        color: #6f6f6f;
        font-family: "AzoSans-Regular";
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.18px;
        line-height: 22px;
        text-transform: uppercase; }
  .pages .section-2 .info-left .under-info {
    width: 37%;
    margin-left: 10%; }
    .pages .section-2 .info-left .under-info p {
      color: #6f6f6f;
      font-family: "AzoSans-Regular";
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.16px;
      line-height: 28px; }

.pages .section-2 .info-right .text {
  float: right; }
  .pages .section-2 .info-right .text .text-info {
    color: #707070;
    font-family: "AzoSans-Regular";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.36px;
    line-height: 28px; }
  .pages .section-2 .info-right .text .number {
    color: #f278a1;
    font-family: "AzoSans-Bold";
    font-size: 85px;
    line-height: 0px;
    text-transform: uppercase;
    float: left; }
  .pages .section-2 .info-right .text .number-text {
    width: 35%;
    float: left; }
    .pages .section-2 .info-right .text .number-text p {
      padding-top: 35px;
      color: #4065b0;
      font-family: "AzoSans-Bold";
      font-size: 18px;
      font-weight: 10;
      letter-spacing: 0.36px;
      line-height: 21px; }

.pages .social-div {
  width: 30%;
  margin-left: auto;
  margin-right: auto; }
  .pages .social-div .social-logo {
    width: 33%;
    float: left;
    text-align: center; }

/* 8 Situações */
.oito-situacoes .text {
  color: #707070;
  font-size: 18px;
  font-family: "AzoSans-Regular";
  width: 80%; }

.oito-situacoes .subtitle {
  width: 70%; }

.oito-situacoes .section-2 {
  background-image: url("../img/mulher/oito_situacoes/background_2.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg"), url("../img/mulher/oito_situacoes/background_1.svg");
  background-size: 30%, 30%, 54% 93%, 30%;
  background-position: 25% 100%, 20% 80%, 0 0, 80% 20%;
  background-repeat: no-repeat;
  height: 1100px; }
  .oito-situacoes .section-2 .half.ml-auto {
    margin-top: 400px; }

.oito-situacoes .section-3 {
  background-image: url("../img/mulher/oito_situacoes/background_3.svg"); }

.oito-situacoes .section-5 {
  background-image: url("../img/mulher/oito_situacoes/background_5.svg"); }

.oito-situacoes .section-7 {
  background-image: url("../img/mulher/oito_situacoes/background_7.svg"); }

.oito-situacoes .section-4 {
  background-image: url("../img/mulher/oito_situacoes/background_4.svg"); }

.oito-situacoes .section-6 {
  background-image: url("../img/mulher/oito_situacoes/background_6.svg"); }

.oito-situacoes .section-8 {
  background-image: url("../img/mulher/oito_situacoes/background_8.svg"); }

.oito-situacoes .section-9 {
  background-image: url("../img/mulher/oito_situacoes/background_9.svg"); }

.oito-situacoes .section-3, .oito-situacoes .section-5, .oito-situacoes .section-7, .oito-situacoes .section-9 {
  background-size: 30%;
  background-position: 70% 50%;
  background-repeat: no-repeat;
  padding-top: 100px; }

.oito-situacoes .section-4, .oito-situacoes .section-6, .oito-situacoes .section-8 {
  background-size: 30%;
  background-position: 25% 50%;
  background-repeat: no-repeat; }

.pessoa-parceira .title,
.filhos .title,
.trabalho-pago .title,
.conciliar-tudo .title,
.felizes .title,
.vida-em-casal .title,
.trabalho-nao-pago .title,
.oito-situacoes .title {
  color: #4065b0;
  font-family: "AzoSans-Bold";
  font-size: 40px;
  letter-spacing: 0.4px;
  line-height: 50px; }

.content.oito-situacoes.pages > .section-2,
.content.habitos.pages > .section-2,
.content.felizes.pages > .section-2,
.content.vida-em-casal.pages > .section-2,
.content.conciliar-tudo.pages > .section-2,
.content.trabalho-nao-pago.pages > .section-2,
.content.trabalho-pago.pages > .section-2,
.content.filhos.pages > .section-2,
.content.pessoa-parceira.pages > .section-2 {
  max-width: 2600px;
  margin-left: auto;
  margin-right: auto; }

.content.pages > .before-next {
  max-width: 2600px !important;
  margin-left: auto;
  margin-right: auto; }

.content.oito-situacoes.pages > section,
.content.habitos.pages > section,
.content.felizes.pages > section,
.content.vida-em-casal.pages > section,
.content.conciliar-tudo.pages > section,
.content.trabalho-nao-pago.pages > section,
.content.trabalho-pago.pages > section,
.content.filhos.pages > section,
.content.pessoa-parceira.pages > section {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }

/* ----- */
/* Navbar */
.pages-nav {
  padding-top: 50px; }
  .pages-nav a {
    display: inline;
    margin-right: 50px;
    color: #ee7aa1;
    font-family: "AzoSans-Regular";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.16px;
    line-height: 50px;
    text-transform: uppercase; }
    .pages-nav a:hover {
      color: #376ABC; }
  .pages-nav a.icon {
    display: none;
    color: #B0B0B0; }

/* Overlay */
#overlay-page {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dff3fa;
  z-index: 9999;
  overflow: scroll; }
  #overlay-page .section-1-overlay {
    height: 130px;
    margin-top: 100px; }
    #overlay-page .section-1-overlay .logo {
      width: 90%;
      float: left;
      text-align: center; }
      #overlay-page .section-1-overlay .logo img {
        margin-left: 10%; }
    #overlay-page .section-1-overlay .close {
      width: 10%;
      float: left;
      text-align: center;
      height: 210px; }
      #overlay-page .section-1-overlay .close .button {
        width: 70px;
        height: 70px;
        background-color: #4466b0;
        border-radius: 100%;
        cursor: pointer;
        transition: all .3s;
        background: url(../img/mulher/btn-close.svg) no-repeat center center #4065B0;
        background-size: 50%; }
        #overlay-page .section-1-overlay .close .button:hover {
          background-color: #1c3f8a;
          transform: scale(1.1); }
        #overlay-page .section-1-overlay .close .button img {
          margin-top: 27%;
          margin-left: 5%; }
    #overlay-page .section-1-overlay .close-responsive {
      width: 10%;
      float: left;
      text-align: center;
      display: none; }
      #overlay-page .section-1-overlay .close-responsive .button {
        width: 70px;
        height: 70px;
        background-color: #4466b0;
        border-radius: 100%;
        cursor: pointer;
        transition: 0.2s ease-in-out;
        background: url(../img/mulher/btn-close.svg) no-repeat center center #4065B0; }
        #overlay-page .section-1-overlay .close-responsive .button:hover {
          background-color: #1c3f8a;
          transform: scale(1.1); }
        #overlay-page .section-1-overlay .close-responsive .button img {
          margin-top: 25%;
          width: 50%; }
    #overlay-page .section-1-overlay .title {
      margin-left: 10%; }
      #overlay-page .section-1-overlay .title p {
        color: #4466b0;
        font-family: "AzoSans-Bold";
        font-size: 46px;
        letter-spacing: 0.48px;
        line-height: 57px; }
  #overlay-page .section-2-overlay {
    text-align: center; }
    #overlay-page .section-2-overlay .text {
      width: 86%;
      margin: auto; }
      #overlay-page .section-2-overlay .text p {
        color: #6f6f6f;
        font-size: 16px; }
      #overlay-page .section-2-overlay .text .sub-text {
        font-size: 12px; }
  #overlay-page .section-3-overlay {
    text-align: center;
    width: 40%;
    margin: auto; }
    #overlay-page .section-3-overlay p {
      color: #6F6F6F;
      font-size: 10px; }
    #overlay-page .section-3-overlay .logo {
      width: 50%;
      float: left; }
      #overlay-page .section-3-overlay .logo #ffms {
        width: 50%; }
      #overlay-page .section-3-overlay .logo #prm {
        padding-top: 15px;
        width: 40%; }

/* Modal Filhos */
.modal-filhos {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }
  .modal-filhos .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 30%;
    border-radius: 25px;
    background-image: url("../img/mulher/filhos/modal-background.svg");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 40% 70%; }
    .modal-filhos .modal-content .title {
      width: 60%;
      margin: auto; }
      .modal-filhos .modal-content .title p {
        color: #376ABC;
        font-size: 24px;
        font-family: "Azosans-Bold"; }
    .modal-filhos .modal-content .title-2 {
      color: #4065B0;
      font-family: "Azosans-Bold";
      font-size: 13px;
      margin: 0px;
      padding: 0px; }
    .modal-filhos .modal-content .number {
      color: #F278A1;
      font-family: "Azosans-Bold";
      margin: 0px;
      line-height: 90px;
      height: 90px; }
      .modal-filhos .modal-content .number .number-text {
        font-size: 85px; }
      .modal-filhos .modal-content .number .symbol {
        font-size: 35px; }
    .modal-filhos .modal-content .text {
      width: 30%;
      margin: auto;
      height: 130px;
      margin-top: 100px;
      margin-bottom: 100px; }
      .modal-filhos .modal-content .text .text-2 {
        font-size: 9px;
        font-family: "Azosans-Regular";
        color: #6F6F6F; }
    .modal-filhos .modal-content .button-close {
      width: 30%;
      margin: auto;
      border: 2px solid #EE7AA1;
      text-align: center;
      border-radius: 50px;
      cursor: pointer;
      padding: 10px 15px;
      margin-bottom: 15px;
      transition: background 0.3s ease; }
      .modal-filhos .modal-content .button-close p {
        text-transform: uppercase;
        font-size: 15px;
        color: #EE7AA1;
        font-family: "Azosans-Bold";
        margin: 0px; }
      .modal-filhos .modal-content .button-close:hover {
        background: #EE7AA1;
        color: #fff; }
        .modal-filhos .modal-content .button-close:hover p {
          color: #fff; }

/* Modal Gráficos */
.modal-graphic {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }
  .modal-graphic .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 40%; }
    .modal-graphic .modal-content .modal-buttons {
      width: 100%;
      height: 50px; }
      .modal-graphic .modal-content .modal-buttons .modal-graphic-btn-item {
        width: 100%;
        text-align: right; }
      .modal-graphic .modal-content .modal-buttons .btn-zoomin, .modal-graphic .modal-content .modal-buttons .btn-zoomout {
        background-color: #f278a1;
        border-radius: 25px;
        width: 30px;
        height: 30px;
        color: white; }
      .modal-graphic .modal-content .modal-buttons .btn-close {
        border-radius: 25px;
        width: 35px;
        height: 35px;
        color: white;
        font-size: 25px;
        background: url(../img/mulher/btn-close.svg) no-repeat center center #4065B0; }
        .modal-graphic .modal-content .modal-buttons .btn-close .pinch-zoom-container .close-modal-graphic-button {
          width: 40%;
          margin-top: 29%;
          margin-left: -20%;
          transform: none !important; }

.div-graphic {
  height: auto;
  width: 100%; }

.div-graphic > div {
  height: 85vh;
  width: auto; }

.container .div-graphic #graphic-mobile-habitos-1 {
  width: 100%;
  height: auto;
  max-width: none; }

.number-text-gray {
  color: #707070;
  font-family: "Azosans-Regular"; }

/* Titulo */
.title-page h1 {
  color: #376abc;
  font-family: "AzoSans-Bold";
  font-size: 46px;
  letter-spacing: 0.48px;
  line-height: 57px; }

.subtitle-graphic {
  color: #999999;
  font-size: 15px; }

/* Gráfico */
.graphic {
  position: relative; }
  .graphic .view-more {
    display: none;
    float: left;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    z-index: 1000;
    padding: 5px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    background-image: url("../img/mulher/zoom-icon.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 80px;
    height: 80px; }
    .graphic .view-more i {
      font-size: 35px;
      margin-top: 18px; }

/* Partial - Estudo */
.estudo {
  margin: 100px 0px; }
  .estudo .title p {
    color: #376abc;
    font-family: "AzoSans-Bold";
    font-size: 38px;
    letter-spacing: 0.38px;
    line-height: 0px; }
  .estudo .subtitle p {
    color: #ee7aa1;
    font-family: "AzoSans-Regular";
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 35px; }
  .estudo a .button {
    width: 230px;
    height: 60px;
    border-radius: 30px;
    background-image: url("../img/mulher/download_button.svg");
    transition: all .3s; }
    .estudo a .button:hover {
      transform: scale(1.02); }
    .estudo a .button .item {
      padding-top: 14px;
      margin-left: 30px; }
      .estudo a .button .item span {
        color: #ffffff;
        font-family: "AzoSans-Bold";
        font-size: 20px;
        letter-spacing: 0.5px;
        line-height: 35px;
        text-transform: uppercase; }

/* Barra dos capitulos */
.before-next {
  background-image: url("../img/mulher/background_6.svg"), url("../img/mulher/background_5.svg");
  background-repeat: no-repeat;
  background-size: 60% 100%, 100% 100%;
  background-position: 100%;
  height: 180px;
  margin: 50px 0px; }

.before-chap {
  width: 50%;
  float: left;
  margin-top: 50px; }
  .before-chap svg {
    transition: all .3s; }
  .before-chap svg:hover {
    transform: scale(1.02); }
  .before-chap a {
    float: left;
    margin-right: 50px; }
  .before-chap p {
    color: #f278a1;
    font-family: "AzoSans-Regular";
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.25px;
    line-height: 30px; }

.next-chap {
  width: 50%;
  float: right;
  margin-top: 50px;
  text-align: right; }
  .next-chap svg {
    transition: all .3s; }
  .next-chap svg:hover {
    transform: scale(1.02); }
  .next-chap a {
    float: right;
    margin-left: 50px; }
  .next-chap p {
    color: #4065b0;
    font-family: "AzoSans-Regular";
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.25px;
    line-height: 30px; }

/* Gráficos */
#graphic-mobile-habitos-1,
#graphic-mobile-pessoa-1,
#graphic-mobile-pessoa-2,
#graphic-mobile-pessoa-3,
#graphic-mobile-pessoa-4,
#graphic-mobile-filhos-1,
#graphic-mobile-filhos-2,
#graphic-mobile-filhos-3,
#graphic-mobile-filhos-4,
#graphic-mobile-filhos-5,
#graphic-mobile-filhos-6,
#graphic-mobile-conciliar-tudo-1,
#graphic-mobile-conciliar-tudo-2,
#graphic-mobile-conciliar-tudo-3,
#graphic-mobile-conciliar-tudo-4,
#graphic-mobile-conciliar-tudo-5,
#graphic-mobile-conciliar-tudo-6,
#graphic-mobile-trabalho-pago-1,
#graphic-mobile-trabalho-pago-2,
#graphic-mobile-trabalho-pago-4,
#graphic-mobile-trabalho-pago-5,
#graphic-mobile-trabalho-pago-6,
#graphic-mobile-trabalho-pago-7,
#graphic-mobile-trabalho-nao-pago-1,
#graphic-mobile-trabalho-nao-pago-2,
#graphic-mobile-trabalho-nao-pago-3,
#graphic-mobile-trabalho-nao-pago-4,
#graphic-mobile-trabalho-nao-pago-5,
#graphic-mobile-trabalho-nao-pago-6,
#graphic-mobile-trabalho-nao-pago-7,
#graphic-mobile-vida-em-casal-1,
#graphic-mobile-vida-em-casal-2,
#graphic-mobile-vida-em-casal-3,
#graphic-mobile-vida-em-casal-4,
#graphic-mobile-felizes-1,
#graphic-mobile-felizes-2 {
  width: 100%;
  min-width: 100%; }

.arrow-button svg {
  transition: all .3s; }

.arrow-button svg:hover {
  transform: scale(1.1); }

#mulher-logo-fb svg path, #mulher-logo-ln svg path, #mulher-logo-tt svg path {
  fill: #ccc;
  transition: fill 0.3s ease-in-out; }

#mulher-logo-fb svg:hover *, #mulher-logo-ln svg:hover *, #mulher-logo-tt svg:hover * {
  fill: #aaa; }

.before-title .download .link img {
  transition: all .3s; }
  .before-title .download .link img:hover {
    transform: scale(1.02); }

.display-link-none {
  display: none !important; }

/* Responsive */
@media screen and (max-width: 1200px) and (min-width: 1101px) {
  /* Páginas */
  /* Mulher */
  .mulher .title-page {
    width: 100%; }
  .mulher .section-1 {
    height: 700px;
    background-position: 100% 100%; }
  /* Hábitos e Costumes */
  .habitos .number {
    height: 150px; }
    .habitos .number span {
      font-size: 160px;
      line-height: 170px; }
  .habitos .col-width-text-right {
    width: 50%; }
    .habitos .col-width-text-right .text {
      height: auto; }
      .habitos .col-width-text-right .text .text-info {
        margin-left: 0%;
        width: 100%; }
      .habitos .col-width-text-right .text .text-info.symbol {
        height: 150px; }
        .habitos .col-width-text-right .text .text-info.symbol span {
          line-height: 200px; }
  .habitos .col-width-text-left {
    width: 100%; }
    .habitos .col-width-text-left .text {
      height: auto; }
      .habitos .col-width-text-left .text p {
        font-size: 15px; }
      .habitos .col-width-text-left .text .text-info {
        margin-left: 0%;
        width: 100%; }
      .habitos .col-width-text-left .text .text-info.symbol {
        height: 150px; }
        .habitos .col-width-text-left .text .text-info.symbol span {
          line-height: 190px; }
  .habitos .before-title {
    height: 80px; }
  .habitos .title p {
    font-size: 30px;
    line-height: 35px; }
  .habitos .section-2 {
    background-image: url("../img/mulher/background_3.svg"), url("../img/mulher/habitos_costumes/background_1.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 110% 10%, 50%, 90% 50%, 900% 55%;
    background-position: 100% 100%, 100% 15%, -300% 70%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .habitos .section-2 .info-left {
      margin-top: 200px;
      background-image: none;
      height: 230px; }
      .habitos .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px;
        line-height: 0px; }
      .habitos .section-2 .info-left .text {
        margin-left: 0%;
        height: 160px; }
        .habitos .section-2 .info-left .text .text-info.symbol {
          width: 75%;
          margin-left: 200px; }
        .habitos .section-2 .info-left .text .text-info.sub-text {
          height: auto;
          width: 100%;
          float: left;
          padding-top: 0px; }
        .habitos .section-2 .info-left .text .number {
          font-size: 122px;
          margin-right: 10px;
          text-align: left; }
          .habitos .section-2 .info-left .text .number span {
            line-height: 200px;
            font-size: 160px;
            font-weight: 10; }
        .habitos .section-2 .info-left .text .text-info {
          width: 50%;
          margin-left: auto;
          height: 70px; }
          .habitos .section-2 .info-left .text .text-info span {
            font-size: 100px;
            line-height: 220px; }
          .habitos .section-2 .info-left .text .text-info p {
            line-height: 15px; }
        .habitos .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
    .habitos .section-2 .info-right {
      margin-top: 0px;
      height: 100px;
      border-top: 3px solid #FBDFDF;
      width: 100%;
      margin-right: 0px; }
      .habitos .section-2 .info-right .text {
        height: 80px;
        margin: auto;
        width: 100%; }
        .habitos .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .habitos .section-2 .info-right .text .number {
          height: 70px;
          font-size: 42px;
          text-align: right;
          width: auto; }
        .habitos .section-2 .info-right .text .number-text {
          width: 70%;
          margin-left: 15px;
          height: 70px; }
          .habitos .section-2 .info-right .text .number-text p {
            padding-top: 0px;
            line-height: 45px; }
  .habitos .section-3 {
    margin-top: -40px !important;
    background-size: 50%;
    background-position: 0% 0%; }
    .habitos .section-3 .col-width-text-right {
      padding-top: 0px; }
    .habitos .section-3 .text p {
      font-size: 15px; }
  .habitos .section-4 {
    margin-top: 0px; }
    .habitos .section-4 .title {
      font-size: 35px; }
  .habitos .section-5 {
    height: 500px;
    background-size: 100%;
    background-size: 40%;
    background-position: 90% 0%; }
    .habitos .section-5 .col-width-text-left {
      width: 50%;
      padding-top: 0px;
      margin-top: 150px; }
      .habitos .section-5 .col-width-text-left .text {
        height: auto; }
  .habitos .section-6 {
    height: 400px;
    background-size: 40%;
    background-position: 10% 0%; }
    .habitos .section-6 .col-width-text-right {
      padding-top: 0px; }
      .habitos .section-6 .col-width-text-right .text {
        font-size: 15px; }
    .habitos .section-6 .number span {
      font-size: 150px; }
  /* Pessoa Parceira */
  .pessoa-parceira .number {
    width: 60%;
    height: 150px; }
    .pessoa-parceira .number span {
      font-size: 130px;
      line-height: 170px; }
  .pessoa-parceira .title p {
    font-size: 18px;
    line-height: 35px; }
  .pessoa-parceira .before-title {
    height: 80px; }
  .pessoa-parceira .section-2 {
    background-image: url("../img/mulher/background_3.svg"), url("../img/mulher/pessoa_parceira/background_1.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 110% 10%, 30%, 90% 50%, 900% 55%;
    background-position: 100% 100%, 90% 20%, -300% 70%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .pessoa-parceira .section-2 .info-left {
      margin-top: 0px;
      background-image: none;
      height: 180px; }
      .pessoa-parceira .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px;
        line-height: 0px;
        height: 30px; }
      .pessoa-parceira .section-2 .info-left .text {
        margin-left: 0px; }
        .pessoa-parceira .section-2 .info-left .text .text-info.symbol {
          height: 100px;
          width: auto !important;
          margin-left: 0%;
          float: left; }
        .pessoa-parceira .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 30%;
          float: left;
          padding-top: 10px; }
        .pessoa-parceira .section-2 .info-left .text .number {
          font-size: 122px;
          height: 140px; }
          .pessoa-parceira .section-2 .info-left .text .number span {
            line-height: 0px;
            font-size: 110px; }
        .pessoa-parceira .section-2 .info-left .text .text-info {
          width: 40% !important;
          margin-left: auto;
          height: 70px;
          float: left; }
          .pessoa-parceira .section-2 .info-left .text .text-info span {
            font-size: 50px; }
          .pessoa-parceira .section-2 .info-left .text .text-info p {
            font-size: 15px;
            line-height: 20px; }
        .pessoa-parceira .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
    .pessoa-parceira .section-2 .info-right {
      margin-top: 70px;
      height: 100px;
      border-top: 3px solid #FBDFDF;
      width: 100%;
      margin-right: 0px !important; }
      .pessoa-parceira .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .pessoa-parceira .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .pessoa-parceira .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto; }
          .pessoa-parceira .section-2 .info-right .text .number p {
            margin-top: -50px; }
        .pessoa-parceira .section-2 .info-right .text .number-text {
          width: 60%;
          margin-left: 20px; }
          .pessoa-parceira .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  /* Filhos */
  .filhos .number {
    width: 60%;
    height: 150px; }
    .filhos .number span {
      font-size: 130px;
      line-height: 170px; }
  .filhos .title p {
    font-size: 18px;
    line-height: 35px; }
  .filhos .section-2 {
    background-image: url("../img/mulher/background_3.svg"), url("../img/mulher/filhos/background_1.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 110% 10%, 50%, 90% 50%, 900% 55%;
    background-position: 100% 100%, 100% 15%, -300% 70%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .filhos .section-2 .info-left {
      margin-top: 150px;
      background-image: none;
      height: 180px; }
      .filhos .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px;
        line-height: 0px;
        height: 30px; }
      .filhos .section-2 .info-left .text {
        margin-left: 0px; }
        .filhos .section-2 .info-left .text .text-info.symbol {
          height: 100px;
          width: auto !important;
          margin-left: 0%;
          float: left;
          margin-top: -30px; }
        .filhos .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 30%;
          float: left;
          padding-top: 10px; }
        .filhos .section-2 .info-left .text .number {
          font-size: 122px;
          height: 140px; }
          .filhos .section-2 .info-left .text .number span {
            line-height: 0px;
            font-size: 110px; }
        .filhos .section-2 .info-left .text .text-info {
          width: 40% !important;
          margin-left: auto;
          height: 70px;
          float: left; }
          .filhos .section-2 .info-left .text .text-info span {
            font-size: 50px; }
          .filhos .section-2 .info-left .text .text-info p {
            font-size: 15px;
            line-height: 20px; }
        .filhos .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
    .filhos .section-2 .info-right {
      margin-top: 70px;
      height: 100px;
      border-top: 3px solid #FBDFDF;
      width: 100%;
      margin-right: 0px !important; }
      .filhos .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .filhos .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .filhos .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto; }
        .filhos .section-2 .info-right .text .number-text {
          width: 60%;
          margin-left: 20px; }
          .filhos .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
    .filhos .section-2 .col-width .subtitle {
      width: 90%;
      margin: auto; }
      .filhos .section-2 .col-width .subtitle p {
        font-size: 14px;
        line-height: 25px; }
  /* Trabalho pago */
  .trabalho-pago .title {
    font-size: 18px;
    line-height: 35px; }
  .trabalho-pago .second-text {
    font-size: 12px;
    font-family: "Azosans-Regular";
    color: #999999; }
  .trabalho-pago .subtitle {
    width: 100%;
    margin: auto; }
  .trabalho-pago .section-2 {
    background-image: url("../img/mulher/background_3.svg"), url("../img/mulher/trabalho_pago/background_1.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 110% 10%, 40%, 90% 50%, 900% 55%;
    background-position: 100% 100%, 100% 15%, -300% 70%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .trabalho-pago .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 250px; }
      .trabalho-pago .section-2 .info-left .text {
        height: 150px; }
        .trabalho-pago .section-2 .info-left .text .text-info.symbol {
          height: 70px; }
        .trabalho-pago .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 100%;
          float: left; }
        .trabalho-pago .section-2 .info-left .text .number {
          font-size: 122px;
          width: auto;
          height: 140px; }
          .trabalho-pago .section-2 .info-left .text .number span {
            line-height: 30px;
            font-size: 120px; }
        .trabalho-pago .section-2 .info-left .text .text-info {
          width: auto !important;
          margin-left: 150px;
          height: 70px; }
          .trabalho-pago .section-2 .info-left .text .text-info span {
            font-size: 50px;
            line-height: 100px; }
          .trabalho-pago .section-2 .info-left .text .text-info p {
            margin-top: 0px; }
        .trabalho-pago .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
      .trabalho-pago .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px; }
    .trabalho-pago .section-2 .info-right {
      margin-top: 10px;
      height: 150px;
      border-top: 3px solid #FBDFDF;
      margin-right: 0px; }
      .trabalho-pago .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .trabalho-pago .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .trabalho-pago .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto; }
        .trabalho-pago .section-2 .info-right .text .number-text {
          width: 60%;
          margin-left: 10px; }
          .trabalho-pago .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .trabalho-pago .section-7 ul li {
    margin-bottom: 15px; }
  /* Trabalho não pago */
  .trabalho-nao-pago .subtitle {
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 25px; }
  .trabalho-nao-pago .section-2 {
    background-image: url("../img/mulher/background_3.svg"), url("../img/mulher/trabalho_nao_pago/background_1.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 110% 10%, 40%, 90% 50%, 900% 55%;
    background-position: 100% 100%, 100% 15%, -300% 70%, 0 0;
    height: auto;
    padding-bottom: 40px; }
    .trabalho-nao-pago .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 220px; }
      .trabalho-nao-pago .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px; }
      .trabalho-nao-pago .section-2 .info-left .text {
        height: 170px; }
        .trabalho-nao-pago .section-2 .info-left .text .text-info.symbol {
          height: 70px; }
        .trabalho-nao-pago .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 100%;
          float: left; }
        .trabalho-nao-pago .section-2 .info-left .text .number {
          font-size: 122px;
          width: auto;
          height: 200px; }
          .trabalho-nao-pago .section-2 .info-left .text .number span {
            line-height: 30px;
            font-size: 120px; }
        .trabalho-nao-pago .section-2 .info-left .text .text-info {
          width: 50% !important;
          height: 70px;
          float: left; }
          .trabalho-nao-pago .section-2 .info-left .text .text-info span {
            font-size: 50px;
            line-height: 100px !important; }
          .trabalho-nao-pago .section-2 .info-left .text .text-info p {
            margin-top: 0px;
            width: 100%; }
        .trabalho-nao-pago .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
    .trabalho-nao-pago .section-2 .info-right {
      border-top: 3px solid #FBDFDF; }
      .trabalho-nao-pago .section-2 .info-right .text {
        height: 200px;
        float: none; }
        .trabalho-nao-pago .section-2 .info-right .text .number {
          height: 100px;
          font-size: 70px; }
          .trabalho-nao-pago .section-2 .info-right .text .number p {
            margin-top: 0px;
            margin-bottom: 0px;
            line-height: 100px; }
        .trabalho-nao-pago .section-2 .info-right .text .number-text p {
          padding-top: 0px; }
  .trabalho-nao-pago .section-17 ul li {
    margin-bottom: 15px; }
  /* Vida em Casal */
  .vida-em-casal .subtitle {
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 25px; }
  .vida-em-casal .section-2 {
    background-image: url("../img/mulher/background_3.svg"), url("../img/mulher/vida_em_casal/background_1.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 110% 10%, 40%, 90% 50%, 900% 55%;
    background-position: 100% 100%, 100% 15%, -300% 70%, 0 0;
    height: auto;
    padding-bottom: 40px; }
    .vida-em-casal .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 250px; }
      .vida-em-casal .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px; }
      .vida-em-casal .section-2 .info-left .text .text-info.symbol {
        height: 70px; }
      .vida-em-casal .section-2 .info-left .text .text-info.sub-text {
        height: 100px;
        width: 100%;
        float: left; }
      .vida-em-casal .section-2 .info-left .text .number {
        font-size: 122px;
        width: auto;
        height: 140px; }
        .vida-em-casal .section-2 .info-left .text .number span {
          line-height: 30px;
          font-size: 120px; }
      .vida-em-casal .section-2 .info-left .text .text-info {
        width: 50%;
        margin-left: 150px;
        height: 70px; }
        .vida-em-casal .section-2 .info-left .text .text-info span {
          font-size: 50px;
          line-height: 100px; }
        .vida-em-casal .section-2 .info-left .text .text-info p {
          margin-top: 0px; }
      .vida-em-casal .section-2 .info-left .text .text-info.text {
        margin-left: 50%;
        width: 40%; }
    .vida-em-casal .section-2 .info-right {
      margin-left: 0px;
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .vida-em-casal .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .vida-em-casal .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .vida-em-casal .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          margin-right: 10px; }
        .vida-em-casal .section-2 .info-right .text .number-text {
          width: 65%; }
          .vida-em-casal .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  /* Conciliar Tudo */
  .conciliar-tudo .subtitle {
    width: 90%;
    margin: auto;
    font-size: 14px;
    line-height: 25px; }
  .conciliar-tudo .section-2 {
    background-image: url("../img/mulher/background_3.svg"), url("../img/mulher/conciliar_tudo/background_1.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 110% 10%, 40%, 90% 50%, 900% 55%;
    background-position: 100% 100%, 100% 15%, -300% 70%, 0 0;
    height: auto;
    padding-bottom: 50px; }
    .conciliar-tudo .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 250px; }
      .conciliar-tudo .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px; }
      .conciliar-tudo .section-2 .info-left .text .number {
        font-size: 122px;
        width: auto;
        height: 140px; }
        .conciliar-tudo .section-2 .info-left .text .number span {
          font-size: 130px !important; }
      .conciliar-tudo .section-2 .info-left .text .text-info {
        width: 70%;
        margin-left: 150px;
        height: 70px;
        text-align: left; }
        .conciliar-tudo .section-2 .info-left .text .text-info span {
          font-size: 50px; }
        .conciliar-tudo .section-2 .info-left .text .text-info.sub-text {
          width: auto;
          float: none;
          padding-top: 10px; }
      .conciliar-tudo .section-2 .info-left .text .text-info.text {
        margin-left: 0%;
        width: 70% !important; }
      .conciliar-tudo .section-2 .info-left .title {
        font-size: 20px; }
    .conciliar-tudo .section-2 .info-right {
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .conciliar-tudo .section-2 .info-right .text {
        margin: auto;
        width: 100%; }
        .conciliar-tudo .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto;
          margin-right: 15px; }
        .conciliar-tudo .section-2 .info-right .text .number-text p {
          padding-top: 0px; }
    .conciliar-tudo .section-2 .col-width .subtitle {
      width: 100%; }
  /* Felizes */
  .felizes .title {
    font-size: 18px;
    line-height: 35px; }
  .felizes .subtitle {
    width: 90%;
    margin: auto;
    font-size: 14px;
    line-height: 25px; }
  .felizes .section-2 {
    background-image: url("../img/mulher/background_3.svg"), url("../img/mulher/felizes/background_2.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 110% 10%, 40%, 90% 50%, 900% 55%;
    background-position: 100% 100%, 100% 15%, -300% 70%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .felizes .section-2 .col-width .subtitle {
      margin: inherit; }
    .felizes .section-2 .info-left {
      margin-top: 120px;
      background-image: none;
      height: 230px; }
      .felizes .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px; }
      .felizes .section-2 .info-left .text {
        height: 140px !important; }
        .felizes .section-2 .info-left .text .text-info.symbol {
          height: 70px; }
        .felizes .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 100%;
          float: left; }
        .felizes .section-2 .info-left .text .number {
          font-size: 122px;
          width: auto;
          height: 140px; }
          .felizes .section-2 .info-left .text .number span {
            line-height: 110px;
            font-size: 130px; }
        .felizes .section-2 .info-left .text .text-info {
          width: 60%;
          margin-left: 4%;
          height: 70px; }
          .felizes .section-2 .info-left .text .text-info span {
            font-size: 50px;
            line-height: 100px; }
        .felizes .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
      .felizes .section-2 .info-left .second-text-info {
        margin-left: 0px;
        width: 100%; }
        .felizes .section-2 .info-left .second-text-info .item {
          width: 20%; }
        .felizes .section-2 .info-left .second-text-info .item.item-bg {
          width: 60%;
          background-repeat: no-repeat; }
    .felizes .section-2 .info-right {
      margin-top: 100px;
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .felizes .section-2 .info-right .text {
        height: 200px;
        margin: auto;
        width: 100%; }
        .felizes .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto;
          margin-right: 10px; }
        .felizes .section-2 .info-right .text .number-text {
          width: 40%; }
          .felizes .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  /* ------- */
  /* Overlay */
  #overlay-page .section-1-overlay {
    height: 100px;
    margin-top: 30px; }
    #overlay-page .section-1-overlay .logo {
      width: 100%; }
      #overlay-page .section-1-overlay .logo img {
        margin-left: 20%;
        width: 70%; }
    #overlay-page .section-1-overlay .title {
      margin-left: 0%;
      font-size: 40px; }
    #overlay-page .section-1-overlay .close-responsive {
      display: inline;
      width: 100%; }
      #overlay-page .section-1-overlay .close-responsive .button {
        width: 30px;
        height: 30px;
        margin: auto; }
        #overlay-page .section-1-overlay .close-responsive .button div {
          padding-top: 6px;
          font-size: 20px; }
    #overlay-page .section-1-overlay .close {
      display: none; }
  #overlay-page .section-2-overlay .title {
    font-size: 30px;
    line-height: 35px; }
  #overlay-page .section-3-overlay {
    width: 50%; }
  /* Pages */
  .pages .section-2 .before-title .download .link a {
    margin-left: 0px; }
  .pages .section-2 .info-left .text {
    margin-left: 0px; }
  .pages .section-2 .info-left .title {
    margin-left: 0px;
    height: 30px;
    line-height: 30px;
    font-size: 30px; }
  /* Modal Filhos */
  .modal-filhos .modal-content {
    width: 50%;
    background-size: 50%;
    background-position: 50% 50%; }
    .modal-filhos .modal-content .title {
      width: 90%; }
    .modal-filhos .modal-content .text {
      width: 90%;
      text-align: center;
      margin: 50px auto; }
    .modal-filhos .modal-content .button-close {
      width: 50%;
      padding: 25px 15px; }
      .modal-filhos .modal-content .button-close p {
        line-height: 0px; }
    .modal-filhos .modal-content .number {
      line-height: 90px; } }

@media screen and (max-width: 1100px) and (min-width: 1001px) {
  /* Páginas */
  /* Mulher */
  .mulher .title-page {
    width: 100%; }
  .mulher .section-1 {
    background-position: 100% 90%;
    background-size: 50% 65%;
    height: 730px; }
    .mulher .section-1 .buttons-area .button-item .button.saiba-mais {
      width: 180px; }
  .mulher .section-2 .grid .col-width .item {
    height: 470px; }
    .mulher .section-2 .grid .col-width .item .title p {
      margin-top: 0px; }
  .mulher .section-2 .full-width {
    width: 90%; }
  /* Hábitos e Costumes */
  .habitos .number {
    height: 150px; }
    .habitos .number span {
      font-size: 160px;
      line-height: 170px; }
  .habitos .col-width-text-right {
    width: 90%;
    margin: auto; }
    .habitos .col-width-text-right .text {
      height: auto; }
      .habitos .col-width-text-right .text .text-info {
        margin-left: 0%;
        width: 100%; }
      .habitos .col-width-text-right .text .text-info.symbol {
        height: 150px; }
        .habitos .col-width-text-right .text .text-info.symbol span {
          line-height: 200px; }
  .habitos .col-width-text-left {
    width: 100%; }
    .habitos .col-width-text-left .text {
      height: auto; }
      .habitos .col-width-text-left .text p {
        font-size: 15px; }
      .habitos .col-width-text-left .text .text-info {
        margin-left: 0%;
        width: 100%; }
      .habitos .col-width-text-left .text .text-info.symbol {
        height: 150px; }
        .habitos .col-width-text-left .text .text-info.symbol span {
          line-height: 190px; }
  .habitos .before-title {
    height: 80px; }
  .habitos .title p {
    font-size: 18px;
    line-height: 35px; }
  .habitos .section-2 {
    background-image: url("../img/mulher/background_3.svg"), url("../img/mulher/habitos_costumes/background_1.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 110% 10%, 50%, 90% 50%, 900% 55%;
    background-position: 100% 100%, 100% 15%, -300% 70%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .habitos .section-2 .info-left {
      margin-top: 200px;
      background-image: none;
      height: 230px; }
      .habitos .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px;
        line-height: 0px; }
      .habitos .section-2 .info-left .text {
        margin-left: 0%;
        height: 160px; }
        .habitos .section-2 .info-left .text .text-info.symbol {
          height: 150px;
          width: 75%;
          margin-left: 20%; }
        .habitos .section-2 .info-left .text .text-info.sub-text {
          height: auto;
          width: 100%;
          float: left;
          padding-top: 0px; }
        .habitos .section-2 .info-left .text .number {
          font-size: 122px;
          width: 20%;
          height: 150px;
          margin-right: 10px;
          text-align: left; }
          .habitos .section-2 .info-left .text .number span {
            line-height: 200px;
            font-size: 160px;
            font-weight: 10; }
        .habitos .section-2 .info-left .text .text-info {
          width: 50%;
          margin-left: auto;
          height: 70px; }
          .habitos .section-2 .info-left .text .text-info span {
            font-size: 100px;
            line-height: 220px; }
          .habitos .section-2 .info-left .text .text-info p {
            line-height: 15px; }
        .habitos .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
    .habitos .section-2 .info-right {
      margin-top: 0px;
      height: 100px;
      border-top: 3px solid #FBDFDF;
      width: 100%;
      margin-right: 0px; }
      .habitos .section-2 .info-right .text {
        height: 80px;
        margin: auto;
        width: 100%; }
        .habitos .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .habitos .section-2 .info-right .text .number {
          height: 70px;
          font-size: 42px;
          text-align: right;
          width: 10%; }
        .habitos .section-2 .info-right .text .number-text {
          width: 70%;
          margin-left: 15px;
          height: 70px; }
          .habitos .section-2 .info-right .text .number-text p {
            padding-top: 0px;
            line-height: 45px; }
  .habitos .section-3 {
    margin-top: -40px !important;
    background-size: 50%;
    background-position: 50% 3%; }
    .habitos .section-3 .col-width-text-right {
      padding-top: 300px; }
    .habitos .section-3 .text p {
      font-size: 15px; }
  .habitos .section-4 {
    margin-top: 0px; }
    .habitos .section-4 .title {
      font-size: 35px; }
  .habitos .section-5 {
    height: 550px;
    background-size: 100%;
    padding-top: 300px;
    background-size: 50%;
    background-position: 50% 0%; }
    .habitos .section-5 .col-width-text-left {
      width: 90%;
      padding-top: 0px;
      margin: auto;
      margin-top: 150px; }
      .habitos .section-5 .col-width-text-left .text {
        height: auto; }
  .habitos .section-6 {
    height: 400px;
    margin-top: 100px;
    margin-bottom: 350px;
    background-size: 40%;
    background-position: 50% 100%; }
    .habitos .section-6 .col-width-text-right {
      padding-top: 400px; }
      .habitos .section-6 .col-width-text-right .text {
        font-size: 15px; }
    .habitos .section-6 .number span {
      font-size: 150px; }
  /* Pessoa Parceira */
  .pessoa-parceira .number {
    width: 60%;
    height: 150px; }
    .pessoa-parceira .number span {
      font-size: 130px;
      line-height: 170px; }
  .pessoa-parceira .before-title {
    height: 80px; }
  .pessoa-parceira .section-2 {
    background-image: url("../img/mulher/background_3.svg"), url("../img/mulher/pessoa_parceira/background_1.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 110% 10%, 30%, 90% 50%, 900% 55%;
    background-position: 100% 100%, 90% 20%, -300% 70%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .pessoa-parceira .section-2 .info-left {
      margin-top: 100px;
      background-image: none;
      height: 180px; }
      .pessoa-parceira .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px;
        line-height: 0px;
        height: 30px; }
      .pessoa-parceira .section-2 .info-left .text {
        margin-left: 0px; }
        .pessoa-parceira .section-2 .info-left .text .text-info.symbol {
          height: 100px;
          width: auto !important;
          margin-left: 0%;
          float: left; }
        .pessoa-parceira .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 30%;
          float: left;
          padding-top: 10px; }
        .pessoa-parceira .section-2 .info-left .text .number {
          font-size: 122px;
          height: 140px; }
          .pessoa-parceira .section-2 .info-left .text .number span {
            line-height: 0px;
            font-size: 110px; }
        .pessoa-parceira .section-2 .info-left .text .text-info {
          width: 40% !important;
          margin-left: auto;
          height: 70px;
          float: left; }
          .pessoa-parceira .section-2 .info-left .text .text-info span {
            font-size: 50px; }
          .pessoa-parceira .section-2 .info-left .text .text-info p {
            font-size: 15px;
            line-height: 20px; }
        .pessoa-parceira .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
    .pessoa-parceira .section-2 .info-right {
      margin-top: 70px;
      height: 100px;
      border-top: 3px solid #FBDFDF;
      width: 100%;
      margin-right: 0px !important; }
      .pessoa-parceira .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .pessoa-parceira .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .pessoa-parceira .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto; }
          .pessoa-parceira .section-2 .info-right .text .number p {
            margin-top: -50px; }
        .pessoa-parceira .section-2 .info-right .text .number-text {
          width: 60%;
          margin-left: 20px; }
          .pessoa-parceira .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
    .pessoa-parceira .section-2 .col-width .subtitle {
      width: 100%;
      margin: auto; }
      .pessoa-parceira .section-2 .col-width .subtitle p {
        line-height: 25px; }
  /* Filhos */
  .filhos .number {
    width: 60%;
    height: 150px; }
    .filhos .number span {
      font-size: 130px;
      line-height: 170px; }
  .filhos .section-2 {
    background-image: url("../img/mulher/background_3.svg"), url("../img/mulher/filhos/background_1.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 110% 10%, 50%, 90% 50%, 900% 55%;
    background-position: 100% 100%, 100% 15%, -300% 70%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .filhos .section-2 .info-left {
      margin-top: 130px;
      background-image: none;
      height: 180px; }
      .filhos .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px;
        line-height: 0px;
        height: 30px; }
      .filhos .section-2 .info-left .text {
        margin-left: 0px; }
        .filhos .section-2 .info-left .text .text-info.symbol {
          height: 100px;
          width: auto !important;
          margin-left: 0%;
          float: left;
          margin-top: -30px; }
        .filhos .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 30%;
          float: left;
          padding-top: 10px; }
        .filhos .section-2 .info-left .text .number {
          font-size: 122px;
          height: 140px; }
          .filhos .section-2 .info-left .text .number span {
            line-height: 0px;
            font-size: 110px; }
        .filhos .section-2 .info-left .text .text-info {
          width: 40% !important;
          margin-left: auto;
          height: 70px;
          float: left; }
          .filhos .section-2 .info-left .text .text-info span {
            font-size: 50px; }
          .filhos .section-2 .info-left .text .text-info p {
            font-size: 15px;
            line-height: 20px; }
        .filhos .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
    .filhos .section-2 .info-right {
      margin-top: 70px;
      height: 100px;
      border-top: 3px solid #FBDFDF;
      width: 100%;
      margin-right: 0px !important; }
      .filhos .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .filhos .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .filhos .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto; }
        .filhos .section-2 .info-right .text .number-text {
          width: 60%;
          margin-left: 20px; }
          .filhos .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
    .filhos .section-2 .col-width .subtitle {
      width: 100%;
      margin: auto; }
      .filhos .section-2 .col-width .subtitle p {
        font-size: 14px;
        line-height: 25px; }
  /* Trabalho pago */
  .trabalho-pago .second-text {
    font-size: 12px;
    font-family: "Azosans-Regular";
    color: #999999; }
  .trabalho-pago .subtitle {
    width: 100%;
    margin: auto; }
  .trabalho-pago .section-2 {
    background-image: url("../img/mulher/background_3.svg"), url("../img/mulher/trabalho_pago/background_1.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 110% 10%, 40%, 90% 50%, 900% 55%;
    background-position: 100% 100%, 100% 15%, -300% 70%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .trabalho-pago .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 250px; }
      .trabalho-pago .section-2 .info-left .text {
        margin-left: 0px !important; }
        .trabalho-pago .section-2 .info-left .text .text-info.symbol {
          height: 70px; }
        .trabalho-pago .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 100%;
          float: left; }
        .trabalho-pago .section-2 .info-left .text .number {
          font-size: 122px;
          width: auto;
          height: 140px; }
          .trabalho-pago .section-2 .info-left .text .number span {
            line-height: 30px;
            font-size: 120px; }
        .trabalho-pago .section-2 .info-left .text .text-info {
          width: auto;
          height: 70px; }
          .trabalho-pago .section-2 .info-left .text .text-info span {
            font-size: 50px;
            line-height: 100px; }
          .trabalho-pago .section-2 .info-left .text .text-info p {
            margin-top: 0px; }
        .trabalho-pago .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
      .trabalho-pago .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px; }
    .trabalho-pago .section-2 .info-right {
      height: 150px;
      border-top: 3px solid #FBDFDF;
      margin-right: 0px; }
      .trabalho-pago .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .trabalho-pago .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .trabalho-pago .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto; }
        .trabalho-pago .section-2 .info-right .text .number-text {
          width: 60%;
          margin-left: 10px; }
          .trabalho-pago .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .trabalho-pago .section-7 ul li {
    margin-bottom: 15px; }
  /* Trabalho não pago */
  .trabalho-nao-pago .subtitle {
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 25px; }
  .trabalho-nao-pago .section-2 {
    background-image: url("../img/mulher/background_3.svg"), url("../img/mulher/trabalho_nao_pago/background_1.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 110% 10%, 40%, 90% 50%, 900% 55%;
    background-position: 100% 100%, 100% 15%, -300% 70%, 0 0;
    height: auto;
    padding-bottom: 40px; }
    .trabalho-nao-pago .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 220px; }
      .trabalho-nao-pago .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px; }
      .trabalho-nao-pago .section-2 .info-left .text {
        margin-left: 0%; }
        .trabalho-nao-pago .section-2 .info-left .text .text-info.symbol {
          height: 70px; }
        .trabalho-nao-pago .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 100%;
          float: left; }
        .trabalho-nao-pago .section-2 .info-left .text .number {
          font-size: 122px;
          width: auto;
          height: 200px; }
          .trabalho-nao-pago .section-2 .info-left .text .number span {
            line-height: 30px;
            font-size: 120px; }
        .trabalho-nao-pago .section-2 .info-left .text .text-info {
          width: 50% !important;
          height: 70px;
          float: left; }
          .trabalho-nao-pago .section-2 .info-left .text .text-info span {
            font-size: 50px;
            line-height: 100px !important; }
          .trabalho-nao-pago .section-2 .info-left .text .text-info p {
            margin-top: 0px;
            width: 100%; }
        .trabalho-nao-pago .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
    .trabalho-nao-pago .section-2 .info-right {
      border-top: 3px solid #FBDFDF; }
      .trabalho-nao-pago .section-2 .info-right .text {
        height: 200px;
        float: none; }
        .trabalho-nao-pago .section-2 .info-right .text .number {
          height: 100px;
          font-size: 70px; }
          .trabalho-nao-pago .section-2 .info-right .text .number p {
            margin-top: 0px;
            margin-bottom: 0px;
            line-height: 100px; }
        .trabalho-nao-pago .section-2 .info-right .text .number-text p {
          padding-top: 0px; }
  .trabalho-nao-pago .section-17 ul li {
    margin-bottom: 15px; }
  /* Vida em Casal */
  .vida-em-casal .subtitle {
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 25px; }
  .vida-em-casal .section-2 {
    background-image: url("../img/mulher/background_3.svg"), url("../img/mulher/vida_em_casal/background_1.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 110% 10%, 40%, 90% 50%, 900% 55%;
    background-position: 100% 100%, 100% 15%, -300% 70%, 0 0;
    height: auto;
    padding-bottom: 40px; }
    .vida-em-casal .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 250px; }
      .vida-em-casal .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px; }
      .vida-em-casal .section-2 .info-left .text {
        margin-left: 0%; }
        .vida-em-casal .section-2 .info-left .text .text-info.symbol {
          height: 70px; }
        .vida-em-casal .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 100%;
          float: left; }
        .vida-em-casal .section-2 .info-left .text .number {
          font-size: 122px;
          width: 180px;
          height: 140px; }
          .vida-em-casal .section-2 .info-left .text .number span {
            line-height: 30px;
            font-size: 120px; }
        .vida-em-casal .section-2 .info-left .text .text-info {
          width: 50%;
          height: 70px; }
          .vida-em-casal .section-2 .info-left .text .text-info span {
            font-size: 50px;
            line-height: 100px; }
          .vida-em-casal .section-2 .info-left .text .text-info p {
            margin-top: 0px; }
        .vida-em-casal .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
    .vida-em-casal .section-2 .info-right {
      margin-left: 0px;
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .vida-em-casal .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .vida-em-casal .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .vida-em-casal .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          margin-right: 10px; }
        .vida-em-casal .section-2 .info-right .text .number-text {
          width: 65%; }
          .vida-em-casal .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  /* Conciliar Tudo */
  .conciliar-tudo .subtitle {
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 25px; }
  .conciliar-tudo .section-2 {
    background-image: url("../img/mulher/background_3.svg"), url("../img/mulher/conciliar_tudo/background_1.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 110% 10%, 40%, 90% 50%, 900% 55%;
    background-position: 100% 100%, 100% 15%, -300% 70%, 0 0;
    height: auto;
    padding-bottom: 50px; }
    .conciliar-tudo .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 250px; }
      .conciliar-tudo .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px; }
      .conciliar-tudo .section-2 .info-left .text {
        margin-left: 0%; }
        .conciliar-tudo .section-2 .info-left .text .number {
          font-size: 122px;
          width: auto;
          height: 140px; }
          .conciliar-tudo .section-2 .info-left .text .number span {
            font-size: 130px !important; }
        .conciliar-tudo .section-2 .info-left .text .text-info {
          width: 70%;
          margin-left: 150px;
          height: 70px;
          text-align: left; }
          .conciliar-tudo .section-2 .info-left .text .text-info span {
            font-size: 50px; }
          .conciliar-tudo .section-2 .info-left .text .text-info.sub-text {
            width: auto;
            float: none;
            padding-top: 10px; }
        .conciliar-tudo .section-2 .info-left .text .text-info.text {
          margin-left: 0%;
          width: 70% !important; }
      .conciliar-tudo .section-2 .info-left .title {
        font-size: 20px; }
    .conciliar-tudo .section-2 .info-right {
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .conciliar-tudo .section-2 .info-right .text {
        margin: auto;
        width: 100%; }
        .conciliar-tudo .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto;
          margin-right: 15px; }
        .conciliar-tudo .section-2 .info-right .text .number-text p {
          padding-top: 0px; }
    .conciliar-tudo .section-2 .col-width .subtitle {
      width: 100%; }
  /* Felizes */
  .felizes .subtitle {
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 25px; }
  .felizes .section-2 {
    background-image: url("../img/mulher/background_3.svg"), url("../img/mulher/felizes/background_2.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 110% 10%, 40%, 90% 50%, 900% 55%;
    background-position: 100% 100%, 100% 15%, -300% 70%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .felizes .section-2 .col-width .subtitle {
      width: 100%; }
    .felizes .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 230px; }
      .felizes .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px; }
      .felizes .section-2 .info-left .text {
        margin-left: 0%; }
        .felizes .section-2 .info-left .text .text-info.symbol {
          height: 70px;
          float: left; }
        .felizes .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 50%;
          float: left; }
        .felizes .section-2 .info-left .text .number {
          font-size: 122px;
          width: auto;
          height: 140px; }
          .felizes .section-2 .info-left .text .number span {
            line-height: 110px;
            font-size: 130px; }
        .felizes .section-2 .info-left .text .text-info {
          width: 60%;
          height: 70px;
          float: left; }
          .felizes .section-2 .info-left .text .text-info span {
            font-size: 50px;
            line-height: 100px; }
        .felizes .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
      .felizes .section-2 .info-left .second-text-info {
        margin-left: 0px;
        width: 100%; }
        .felizes .section-2 .info-left .second-text-info .item {
          width: 30%; }
        .felizes .section-2 .info-left .second-text-info .item.item-bg {
          width: 60%;
          background-repeat: no-repeat; }
    .felizes .section-2 .info-right {
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .felizes .section-2 .info-right .text {
        height: 200px;
        margin: auto;
        width: 100%; }
        .felizes .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto;
          margin-right: 10px; }
        .felizes .section-2 .info-right .text .number-text {
          width: 40%; }
          .felizes .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  /* ------- */
  /* Overlay */
  #overlay-page .section-1-overlay {
    height: 100px;
    margin-top: 30px; }
    #overlay-page .section-1-overlay .logo {
      width: 100%; }
      #overlay-page .section-1-overlay .logo img {
        margin-left: 20%;
        width: 70%; }
    #overlay-page .section-1-overlay .title {
      margin-left: 0%;
      font-size: 40px; }
    #overlay-page .section-1-overlay .close-responsive {
      display: inline;
      width: 100%; }
      #overlay-page .section-1-overlay .close-responsive .button {
        width: 30px;
        height: 30px;
        margin: auto; }
        #overlay-page .section-1-overlay .close-responsive .button div {
          padding-top: 6px;
          font-size: 20px; }
    #overlay-page .section-1-overlay .close {
      display: none; }
  #overlay-page .section-2-overlay .title {
    font-size: 30px;
    line-height: 35px; }
  #overlay-page .section-3-overlay {
    width: 60%; }
  /* Pages */
  .pages .section-2 .info-left .title {
    margin-left: 0%;
    height: 25px;
    line-height: 25px;
    font-size: 30px; }
  .pages .section-2 .col-width {
    width: 50%; }
  .pages .section-2 .before-title .download .link a {
    margin-left: 0px; }
  /* Modal Filhos */
  .modal-filhos .modal-content {
    width: 60%;
    background-size: 40%;
    background-position: 50% 50%; }
    .modal-filhos .modal-content .title {
      width: 90%; }
    .modal-filhos .modal-content .text {
      width: 90%;
      text-align: center;
      margin: 50px auto; }
    .modal-filhos .modal-content .button-close {
      width: 50%;
      padding: 25px 15px; }
      .modal-filhos .modal-content .button-close p {
        line-height: 0px; }
    .modal-filhos .modal-content .number {
      line-height: 90px; } }

@media screen and (max-width: 1000px) and (min-width: 801px) {
  /* Páginas */
  /* Mulher */
  .mulher .section-1 {
    background: none;
    margin-bottom: 60px;
    height: auto; }
    .mulher .section-1 .pages-nav {
      width: 90%;
      margin: 10px auto; }
    .mulher .section-1 .title-page h1 {
      font-size: 38px;
      letter-spacing: 0.38px;
      line-height: 47px;
      margin: auto; }
    .mulher .section-1 .col-width {
      width: 90%;
      margin: auto; }
      .mulher .section-1 .col-width .text {
        font-weight: 400;
        letter-spacing: 0.12px;
        line-height: 22px; }
      .mulher .section-1 .col-width .buttons-area {
        height: auto;
        padding-top: 20px;
        width: 30%;
        margin-left: auto;
        margin-right: auto; }
        .mulher .section-1 .col-width .buttons-area .button-item {
          float: none;
          width: 100%;
          margin-bottom: 20px; }
  .mulher .section-2 {
    margin-top: 0px;
    background-image: url("../img/mulher/mulher/background_responsive_1.svg"); }
    .mulher .section-2 .arrow-button p {
      margin-top: -60px; }
    .mulher .section-2 .grid .col-width {
      width: 50%;
      margin: auto; }
      .mulher .section-2 .grid .col-width .item .image img {
        width: 280px;
        margin-top: 30px; }
      .mulher .section-2 .grid .col-width .item .button a {
        font-size: 16px;
        letter-spacing: 0.16px;
        text-transform: uppercase; }
  /* Hábitos e Costumes */
  .habitos .number {
    height: 150px; }
    .habitos .number span {
      font-size: 160px;
      line-height: 170px; }
  .habitos .col-width-text-right {
    width: 90%;
    margin: auto; }
    .habitos .col-width-text-right .text {
      height: auto; }
      .habitos .col-width-text-right .text .text-info {
        margin-left: 0%;
        width: 100%; }
      .habitos .col-width-text-right .text .text-info.symbol {
        height: 150px; }
        .habitos .col-width-text-right .text .text-info.symbol span {
          line-height: 200px; }
  .habitos .col-width-text-left {
    width: 100%; }
    .habitos .col-width-text-left .text {
      height: auto; }
      .habitos .col-width-text-left .text .text-info {
        margin-left: 0%;
        width: 100%; }
      .habitos .col-width-text-left .text .text-info.symbol {
        height: 150px; }
        .habitos .col-width-text-left .text .text-info.symbol span {
          line-height: 190px; }
  .habitos .title p {
    font-size: 18px;
    line-height: 35px; }
  .habitos .section-2 {
    background-image: url("../img/mulher/background_3.svg"), url("../img/mulher/habitos_costumes/background_1.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 110% 10%, 40%, 90% 20%, 900% 55%;
    background-position: 100% 100%, 50% 45%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .habitos .section-2 .info-left {
      margin-top: 300px;
      background-image: none;
      height: 200px; }
      .habitos .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px;
        line-height: 0px; }
      .habitos .section-2 .info-left .text {
        margin-left: 0%;
        height: 160px; }
        .habitos .section-2 .info-left .text .text-info.symbol {
          height: 150px;
          width: auto; }
        .habitos .section-2 .info-left .text .text-info.sub-text {
          height: auto;
          width: 100%;
          float: left;
          padding-top: 0px; }
        .habitos .section-2 .info-left .text .number {
          font-size: 122px;
          width: 190px;
          height: 150px;
          margin-right: 10px;
          text-align: right; }
          .habitos .section-2 .info-left .text .number span {
            font-size: 140px; }
        .habitos .section-2 .info-left .text .text-info {
          width: 50%;
          margin-left: auto;
          height: 70px; }
          .habitos .section-2 .info-left .text .text-info span {
            font-size: 100px;
            line-height: 210px; }
          .habitos .section-2 .info-left .text .text-info p {
            line-height: 15px; }
        .habitos .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
    .habitos .section-2 .info-right {
      margin-top: 0px;
      height: 100px;
      border-top: 3px solid #FBDFDF;
      width: 100%;
      margin-right: 0px; }
      .habitos .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .habitos .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .habitos .section-2 .info-right .text .number-text p {
          padding-top: 0px; }
  .habitos .section-3 {
    margin-top: -40px !important;
    background-size: 50%;
    background-position: 50% 3%; }
    .habitos .section-3 .col-width-text-right {
      padding-top: 300px; }
  .habitos .section-4 {
    margin-top: 0px; }
    .habitos .section-4 .title {
      font-size: 35px; }
  .habitos .section-5 {
    height: 550px;
    background-size: 100%;
    padding-top: 300px;
    background-size: 50%;
    background-position: 50% 0%; }
    .habitos .section-5 .col-width-text-left {
      width: 90%;
      padding-top: 0px;
      margin: auto;
      margin-top: 150px; }
      .habitos .section-5 .col-width-text-left .text {
        height: auto; }
  .habitos .section-6 {
    height: 400px;
    margin-top: 100px;
    margin-bottom: 350px;
    background-size: 40%;
    background-position: 50% 100%; }
    .habitos .section-6 .col-width-text-right {
      padding-top: 400px; }
  /* Pessoa Parceira */
  .pessoa-parceira .number {
    width: 60%;
    height: 150px; }
    .pessoa-parceira .number span {
      font-size: 130px;
      line-height: 170px; }
  .pessoa-parceira .title p {
    font-size: 18px;
    line-height: 35px; }
  .pessoa-parceira .section-2 {
    background-image: url("../img/mulher/pessoa_parceira/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 30%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 40%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .pessoa-parceira .section-2 .info-left {
      margin-top: 400px;
      background-image: none;
      height: 180px; }
      .pessoa-parceira .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px;
        line-height: 0px;
        height: 30px; }
      .pessoa-parceira .section-2 .info-left .text {
        margin-left: 0px; }
        .pessoa-parceira .section-2 .info-left .text .text-info.symbol {
          height: 100px;
          width: 15% !important;
          margin-left: 0%;
          float: left; }
        .pessoa-parceira .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 30%;
          float: left;
          padding-top: 10px; }
        .pessoa-parceira .section-2 .info-left .text .number {
          font-size: 122px;
          height: 140px; }
          .pessoa-parceira .section-2 .info-left .text .number span {
            line-height: 0px;
            font-size: 110px; }
        .pessoa-parceira .section-2 .info-left .text .text-info {
          width: 40% !important;
          margin-left: auto;
          height: 70px;
          float: left; }
          .pessoa-parceira .section-2 .info-left .text .text-info span {
            font-size: 50px; }
          .pessoa-parceira .section-2 .info-left .text .text-info p {
            font-size: 15px;
            line-height: 20px; }
        .pessoa-parceira .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
    .pessoa-parceira .section-2 .info-right {
      margin-top: 70px;
      height: 100px;
      border-top: 3px solid #FBDFDF;
      width: 100%;
      margin-right: 0px !important; }
      .pessoa-parceira .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .pessoa-parceira .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .pessoa-parceira .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto; }
          .pessoa-parceira .section-2 .info-right .text .number p {
            margin-top: -50px; }
        .pessoa-parceira .section-2 .info-right .text .number-text {
          width: 60%;
          margin-left: 20px; }
          .pessoa-parceira .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
    .pessoa-parceira .section-2 .col-width .subtitle {
      width: 100%;
      margin: auto; }
      .pessoa-parceira .section-2 .col-width .subtitle p {
        font-size: 14px;
        line-height: 25px; }
  .pessoa-parceira .section-3 {
    margin-top: -50px; }
    .pessoa-parceira .section-3 .arrow-button {
      text-align: center; }
  .pessoa-parceira .section-6 {
    margin-top: 50px; }
  .pessoa-parceira #graphic-pessoa-1, .pessoa-parceira #graphic-mobile-pessoa-1 {
    width: 110%; }
  /* Filhos */
  .filhos .number {
    width: 60%;
    height: 150px; }
    .filhos .number span {
      font-size: 130px;
      line-height: 170px; }
  .filhos .title p {
    font-size: 18px;
    line-height: 35px; }
  .filhos .section-2 {
    background-image: url("../img/mulher/filhos/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 50%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 40%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .filhos .section-2 .info-left {
      margin-top: 400px;
      background-image: none;
      height: 180px; }
      .filhos .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px;
        line-height: 0px;
        height: 30px; }
      .filhos .section-2 .info-left .text {
        margin-left: 0px; }
        .filhos .section-2 .info-left .text .text-info.symbol {
          height: 100px;
          width: 15% !important;
          margin-left: 0%;
          float: left;
          margin-top: -20px; }
        .filhos .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 30%;
          float: left;
          padding-top: 10px; }
        .filhos .section-2 .info-left .text .number {
          font-size: 122px;
          height: 140px; }
          .filhos .section-2 .info-left .text .number span {
            line-height: 0px;
            font-size: 110px; }
        .filhos .section-2 .info-left .text .text-info {
          width: 40% !important;
          margin-left: auto;
          height: 70px;
          float: left; }
          .filhos .section-2 .info-left .text .text-info span {
            font-size: 50px; }
          .filhos .section-2 .info-left .text .text-info p {
            font-size: 15px;
            line-height: 20px; }
        .filhos .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
    .filhos .section-2 .info-right {
      margin-top: 70px;
      height: 100px;
      border-top: 3px solid #FBDFDF;
      width: 100%;
      margin-right: 0px !important; }
      .filhos .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .filhos .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .filhos .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto; }
        .filhos .section-2 .info-right .text .number-text {
          width: 60%;
          margin-left: 20px; }
          .filhos .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
    .filhos .section-2 .col-width .subtitle p {
      line-height: 25px; }
  .filhos .section-3 {
    margin-top: -50px; }
    .filhos .section-3 .arrow-button {
      text-align: center; }
  .filhos .section-5 .text {
    width: 90%;
    margin: auto; }
    .filhos .section-5 .text p {
      font-size: 14px; }
  .filhos .section-6 {
    margin-top: 50px; }
    .filhos .section-6 .text {
      width: 90%;
      margin: auto; }
      .filhos .section-6 .text p {
        font-size: 14px; }
  .filhos .section-4 .form-box {
    height: 400px; }
    .filhos .section-4 .form-box .form-item {
      width: 50%;
      padding-left: 0px;
      height: 130px;
      margin-right: 0px; }
      .filhos .section-4 .form-box .form-item p {
        height: 40px; }
  .filhos #graphic-filhos-1, .filhos #graphic-mobile-filhos-1,
  .filhos #graphic-filhos-2, .filhos #graphic-mobile-filhos-2,
  .filhos #graphic-filhos-3, .filhos #graphic-mobile-filhos-3,
  .filhos #graphic-filhos-4, .filhos #graphic-mobile-filhos-4,
  .filhos #graphic-filhos-5, .filhos #graphic-mobile-filhos-5,
  .filhos #graphic-filhos-6, .filhos #graphic-mobile-filhos-6 {
    width: 110%; }
  /* Trabalho pago */
  .trabalho-pago .title {
    font-size: 18px;
    line-height: 35px; }
  .trabalho-pago .second-text {
    font-size: 14px;
    font-family: "Azosans-Regular";
    color: #999999; }
  .trabalho-pago .subtitle {
    width: 100%;
    margin: auto; }
  .trabalho-pago .section-2 {
    background-image: url("../img/mulher/trabalho_pago/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 40%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 45%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .trabalho-pago .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 250px; }
      .trabalho-pago .section-2 .info-left .text .text-info.symbol {
        height: 70px; }
      .trabalho-pago .section-2 .info-left .text .text-info.sub-text {
        height: 100px;
        width: 100%;
        float: left; }
      .trabalho-pago .section-2 .info-left .text .number {
        font-size: 122px;
        width: auto;
        height: 140px; }
        .trabalho-pago .section-2 .info-left .text .number span {
          line-height: 30px;
          font-size: 120px; }
      .trabalho-pago .section-2 .info-left .text .text-info {
        width: 50%;
        margin-left: 160px;
        height: 70px; }
        .trabalho-pago .section-2 .info-left .text .text-info span {
          font-size: 50px;
          line-height: 100px; }
        .trabalho-pago .section-2 .info-left .text .text-info p {
          margin-top: 0px; }
      .trabalho-pago .section-2 .info-left .text .text-info.text {
        margin-left: 50%;
        width: 40%; }
      .trabalho-pago .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px; }
    .trabalho-pago .section-2 .info-right {
      margin-top: 100px;
      height: 150px;
      border-top: 3px solid #FBDFDF;
      margin-right: 0px; }
      .trabalho-pago .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .trabalho-pago .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .trabalho-pago .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto; }
        .trabalho-pago .section-2 .info-right .text .number-text {
          width: 60%;
          margin-left: 10px; }
          .trabalho-pago .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .trabalho-pago #graphic-trabalho-pago-1, .trabalho-pago #graphic-mobile-trabalho-pago-1,
  .trabalho-pago #graphic-trabalho-pago-2, .trabalho-pago #graphic-mobile-trabalho-pago-2,
  .trabalho-pago #graphic-trabalho-pago-4, .trabalho-pago #graphic-mobile-trabalho-pago-4,
  .trabalho-pago #graphic-trabalho-pago-5, .trabalho-pago #graphic-mobile-trabalho-pago-5,
  .trabalho-pago #graphic-trabalho-pago-6, .trabalho-pago #graphic-mobile-trabalho-pago-6,
  .trabalho-pago #graphic-trabalho-pago-7, .trabalho-pago #graphic-mobile-trabalho-pago-7 {
    width: 150%; }
  /* Trabalho não pago */
  .trabalho-nao-pago {
    /* Gráficos */ }
    .trabalho-nao-pago .title {
      font-size: 18px;
      line-height: 35px; }
    .trabalho-nao-pago .subtitle {
      width: 90%;
      margin: auto;
      font-size: 14px;
      line-height: 25px; }
    .trabalho-nao-pago .section-2 {
      background-image: url("../img/mulher/trabalho_nao_pago/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
      background-size: 40%, 110% 10%, 90% 20%, 900% 55%;
      background-position: 50% 35%, 100% 100%, -350% 60%, 0 0;
      height: auto;
      padding-bottom: 40px; }
      .trabalho-nao-pago .section-2 .info-left {
        margin-top: 320px;
        background-image: none;
        height: 250px; }
        .trabalho-nao-pago .section-2 .info-left .title {
          text-align: left;
          width: 100%;
          padding-top: 0px;
          font-size: 20px; }
        .trabalho-nao-pago .section-2 .info-left .text .text-info.symbol {
          height: 70px; }
        .trabalho-nao-pago .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 100%;
          float: left; }
        .trabalho-nao-pago .section-2 .info-left .text .number {
          font-size: 122px;
          width: auto;
          height: 150px; }
          .trabalho-nao-pago .section-2 .info-left .text .number span {
            line-height: 30px;
            font-size: 120px; }
        .trabalho-nao-pago .section-2 .info-left .text .text-info {
          width: 50% !important;
          height: 70px;
          float: left; }
          .trabalho-nao-pago .section-2 .info-left .text .text-info span {
            font-size: 50px;
            line-height: 100px !important; }
          .trabalho-nao-pago .section-2 .info-left .text .text-info p {
            font-size: 10px !important;
            margin-top: 0px;
            width: 100%; }
        .trabalho-nao-pago .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
      .trabalho-nao-pago .section-2 .info-right {
        border-top: 3px solid #FBDFDF; }
        .trabalho-nao-pago .section-2 .info-right .text {
          height: 200px;
          float: none; }
          .trabalho-nao-pago .section-2 .info-right .text .number {
            height: 100px;
            font-size: 70px; }
            .trabalho-nao-pago .section-2 .info-right .text .number p {
              margin-top: 0px;
              margin-bottom: 0px;
              line-height: 100px; }
          .trabalho-nao-pago .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
    .trabalho-nao-pago .section-6 {
      margin-bottom: 80px; }
    .trabalho-nao-pago #graphic-trabalho-nao-pago-1, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-1,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-2, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-2,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-3, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-3,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-4, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-4,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-5, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-5,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-6, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-6,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-7, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-7 {
      width: 150%; }
  /* Vida em Casal */
  .vida-em-casal .title {
    font-size: 18px;
    line-height: 35px; }
  .vida-em-casal .section-2 {
    background-image: url("../img/mulher/vida_em_casal/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 40%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 35%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 40px; }
    .vida-em-casal .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 250px; }
      .vida-em-casal .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px; }
      .vida-em-casal .section-2 .info-left .text .text-info.symbol {
        height: 70px; }
      .vida-em-casal .section-2 .info-left .text .text-info.sub-text {
        height: 100px;
        width: 100%;
        float: left; }
      .vida-em-casal .section-2 .info-left .text .number {
        font-size: 122px;
        width: 30%;
        height: 140px; }
        .vida-em-casal .section-2 .info-left .text .number span {
          line-height: 30px;
          font-size: 120px; }
      .vida-em-casal .section-2 .info-left .text .text-info {
        width: 50%;
        margin-left: 30%;
        height: 70px; }
        .vida-em-casal .section-2 .info-left .text .text-info span {
          font-size: 50px;
          line-height: 100px; }
        .vida-em-casal .section-2 .info-left .text .text-info p {
          font-size: 10px !important;
          margin-top: 0px; }
      .vida-em-casal .section-2 .info-left .text .text-info.text {
        margin-left: 50%;
        width: 40%; }
    .vida-em-casal .section-2 .info-right {
      margin-left: 0px;
      margin-top: 120px;
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .vida-em-casal .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .vida-em-casal .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .vida-em-casal .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          margin-right: 10px; }
        .vida-em-casal .section-2 .info-right .text .number-text {
          width: 65%; }
          .vida-em-casal .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .vida-em-casal .section-3 .text {
    width: 90%; }
    .vida-em-casal .section-3 .text p {
      font-size: 12px; }
  .vida-em-casal .section-6 .text {
    width: 90%; }
    .vida-em-casal .section-6 .text p {
      font-size: 12px; }
  .vida-em-casal #graphic-vida-em-casal-1, .vida-em-casal #graphic-mobile-vida-em-casal-1,
  .vida-em-casal #graphic-vida-em-casal-2, .vida-em-casal #graphic-mobile-vida-em-casal-2,
  .vida-em-casal #graphic-vida-em-casal-3, .vida-em-casal #graphic-mobile-vida-em-casal-3,
  .vida-em-casal #graphic-vida-em-casal-4, .vida-em-casal #graphic-mobile-vida-em-casal-4 {
    width: 120%; }
  /* Conciliar Tudo */
  .conciliar-tudo .subtitle {
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 25px; }
  .conciliar-tudo .title p {
    font-size: 18px;
    line-height: 35px; }
  .conciliar-tudo .section-2 {
    background-image: url("../img/mulher/conciliar_tudo/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 60%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 35%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 50px; }
    .conciliar-tudo .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 250px; }
      .conciliar-tudo .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px; }
      .conciliar-tudo .section-2 .info-left .text .number {
        font-size: 122px;
        width: 20%;
        height: 140px; }
        .conciliar-tudo .section-2 .info-left .text .number span {
          font-size: 130px !important; }
      .conciliar-tudo .section-2 .info-left .text .text-info {
        width: 70%;
        margin-left: 150px;
        height: 70px;
        text-align: left; }
        .conciliar-tudo .section-2 .info-left .text .text-info span {
          font-size: 50px; }
        .conciliar-tudo .section-2 .info-left .text .text-info p {
          font-size: 12px; }
        .conciliar-tudo .section-2 .info-left .text .text-info.sub-text {
          width: auto;
          float: none; }
        .conciliar-tudo .section-2 .info-left .text .text-info.symbol {
          width: auto; }
      .conciliar-tudo .section-2 .info-left .text .text-info.text {
        margin-left: 0%;
        width: 70% !important; }
      .conciliar-tudo .section-2 .info-left .title {
        font-size: 20px; }
    .conciliar-tudo .section-2 .info-right {
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .conciliar-tudo .section-2 .info-right .text {
        margin: auto;
        width: 100%; }
        .conciliar-tudo .section-2 .info-right .text .text-info {
          font-size: 12px; }
        .conciliar-tudo .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto;
          margin-right: 15px; }
        .conciliar-tudo .section-2 .info-right .text .number-text p {
          padding-top: 0px; }
  .conciliar-tudo .section-3 {
    margin-top: -50px; }
  .conciliar-tudo #graphic-conciliar-tudo-3, .conciliar-tudo #graphic-mobile-conciliar-tudo-3,
  .conciliar-tudo #graphic-conciliar-tudo-4, .conciliar-tudo #graphic-mobile-conciliar-tudo-4,
  .conciliar-tudo #graphic-conciliar-tudo-5, .conciliar-tudo #graphic-mobile-conciliar-tudo-5,
  .conciliar-tudo #graphic-conciliar-tudo-1, .conciliar-tudo #graphic-mobile-conciliar-tudo-1 {
    width: 180%; }
  /* Felizes */
  .felizes .title {
    font-size: 18px;
    line-height: 35px; }
  .felizes .section-2 {
    background-image: url("../img/mulher/felizes/background_2.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 50%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 100% 40%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .felizes .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 230px; }
      .felizes .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px; }
      .felizes .section-2 .info-left .text .text-info.symbol {
        height: 70px; }
      .felizes .section-2 .info-left .text .text-info.sub-text {
        height: 100px;
        width: 100%;
        float: left; }
      .felizes .section-2 .info-left .text .number {
        font-size: 122px;
        width: 30%;
        height: 140px; }
        .felizes .section-2 .info-left .text .number span {
          line-height: 110px;
          font-size: 130px; }
      .felizes .section-2 .info-left .text .text-info {
        width: 60%;
        margin-left: 4%;
        height: 70px; }
        .felizes .section-2 .info-left .text .text-info span {
          font-size: 50px;
          line-height: 100px; }
        .felizes .section-2 .info-left .text .text-info p {
          font-size: 10px; }
      .felizes .section-2 .info-left .text .text-info.text {
        margin-left: 50%;
        width: 40%; }
      .felizes .section-2 .info-left .second-text-info {
        margin-left: 0px;
        width: 100%; }
        .felizes .section-2 .info-left .second-text-info .item {
          width: 30%; }
        .felizes .section-2 .info-left .second-text-info .item.item-bg {
          width: 60%;
          background-repeat: no-repeat; }
    .felizes .section-2 .info-right {
      margin-top: 100px;
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .felizes .section-2 .info-right .text {
        height: 200px;
        margin: auto;
        width: 100%; }
        .felizes .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: 30%;
          margin-right: 10px; }
        .felizes .section-2 .info-right .text .number-text {
          width: 40%; }
          .felizes .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .felizes .section-3 {
    margin-top: -50px; }
  .felizes #graphic-felizes-1, .felizes #graphic-mobile-felizes-1,
  .felizes #graphic-felizes-2, .felizes #graphic-mobile-felizes-2 {
    width: 170%; }
  /* Oito Situações */
  .oito-situacoes .half.mr-auto {
    width: 100%; }
  .oito-situacoes .half.ml-auto {
    width: 100%; }
  .oito-situacoes .section-2 {
    background-image: url("../img/mulher/oito_situacoes/background_1.svg"), url("../img/mulher/oito_situacoes/background_2.png"), url("../img/mulher/background_1.svg");
    background-size: 30%, 40%, 150% 80%;
    background-position: 50% 46%, 50% 65%, 0 0;
    height: auto; }
    .oito-situacoes .section-2 .half.ml-auto {
      margin-top: 400px; }
  .oito-situacoes .section-3 {
    background-position: 50% 10%; }
  .oito-situacoes .section-9 {
    padding: 500px 0 100px 0; }
  .oito-situacoes .section-3, .oito-situacoes .section-4, .oito-situacoes .section-5, .oito-situacoes .section-6, .oito-situacoes .section-7, .oito-situacoes .section-8, .oito-situacoes .section-9 {
    background-size: 50%;
    background-position: 50% 0%;
    padding: 500px 0 0 0; }
  /* ------- */
  /* Overlay */
  #overlay-page .section-1-overlay {
    height: 100px;
    margin-top: 30px; }
    #overlay-page .section-1-overlay .logo {
      width: 100%; }
      #overlay-page .section-1-overlay .logo img {
        margin-left: 20%;
        width: 70%; }
    #overlay-page .section-1-overlay .title {
      margin-left: 0%; }
      #overlay-page .section-1-overlay .title p {
        font-size: 38px;
        line-height: 47px; }
    #overlay-page .section-1-overlay .close-responsive {
      display: inline;
      width: 100%; }
      #overlay-page .section-1-overlay .close-responsive .button {
        width: 30px;
        height: 30px;
        margin: auto; }
        #overlay-page .section-1-overlay .close-responsive .button div {
          padding-top: 6px;
          font-size: 20px; }
    #overlay-page .section-1-overlay .close {
      display: none; }
  #overlay-page .section-2-overlay .title {
    font-size: 30px;
    line-height: 35px; }
  #overlay-page .section-3-overlay {
    width: 100%; }
  /* Navbar */
  .pages-nav {
    margin-bottom: 15px; }
  /* Modal Filhos */
  .modal-filhos .modal-content {
    width: 90%;
    background-size: 40%;
    background-position: 50% 50%; }
    .modal-filhos .modal-content .title {
      width: 90%; }
    .modal-filhos .modal-content .text {
      width: 90%;
      text-align: center;
      margin: 50px auto; }
    .modal-filhos .modal-content .button-close {
      width: 50%;
      padding: 25px 15px; }
      .modal-filhos .modal-content .button-close p {
        line-height: 0px; }
    .modal-filhos .modal-content .number {
      line-height: 90px; }
  /* Gráfico */
  .graphic .view-more {
    display: block; }
  .graphic img {
    filter: blur(5px);
    width: 150%; }
  /* Pages */
  .pages .arrow-button {
    padding-bottom: 0px;
    margin-bottom: 0px; }
  .pages .social-div {
    width: 100%; }
  .pages .section-2 .col-width {
    width: 100%; }
  .pages .section-2 .before-title .download {
    display: none; }
  .pages .section-2 .before-title .title {
    width: 100%; }
  .pages .section-2 .info-left {
    background-size: 150% 80%; }
    .pages .section-2 .info-left .title {
      width: 100%;
      margin-left: 0px;
      text-align: left; }
    .pages .section-2 .info-left .text {
      margin-left: 0px;
      height: auto; }
      .pages .section-2 .info-left .text .number {
        float: left; }
        .pages .section-2 .info-left .text .number span {
          font-size: 150px; }
  .pages .section-2 .info-right .text {
    margin-right: 0px; }
  /* Barra - Capítulos */
  .before-next {
    background-size: 50% 100%, 100% 100%; }
    .before-next .next-chap .link {
      display: none; }
    .before-next .before-chap .link {
      display: none; }
  /* Modal Graphic */
  .modal-graphic .modal-content {
    width: 90%; } }

@media screen and (max-width: 800px) and (min-width: 601px) {
  /* Páginas */
  /* Mulher */
  .mulher .section-1 {
    background: none;
    margin-bottom: 60px;
    height: auto; }
    .mulher .section-1 .pages-nav {
      width: 90%;
      margin: 10px auto; }
    .mulher .section-1 .title-page h1 {
      font-size: 38px;
      letter-spacing: 0.38px;
      line-height: 47px;
      margin: auto; }
    .mulher .section-1 .col-width {
      width: 90%;
      margin: auto; }
      .mulher .section-1 .col-width .buttons-area {
        height: auto;
        padding-top: 20px;
        width: 50%;
        margin-left: auto;
        margin-right: auto; }
        .mulher .section-1 .col-width .buttons-area .button-item.half {
          width: 100%; }
        .mulher .section-1 .col-width .buttons-area .button-item {
          float: none;
          margin-bottom: 20px; }
          .mulher .section-1 .col-width .buttons-area .button-item .button.saiba-mais {
            width: 100%;
            background-color: #ee7aa1;
            background-image: none; }
  .mulher .section-2 {
    margin-top: 0px;
    background-image: url("../img/mulher/mulher/background_responsive_1.svg");
    padding-bottom: 100px; }
    .mulher .section-2 .title {
      line-height: 50px; }
    .mulher .section-2 .arrow-button p {
      margin-top: -60px; }
    .mulher .section-2 .grid .col-width {
      width: 100%;
      text-align: center;
      margin: auto; }
      .mulher .section-2 .grid .col-width .item .image img {
        width: 350px; }
      .mulher .section-2 .grid .col-width .item .button a {
        font-size: 16px;
        letter-spacing: 0.16px;
        text-transform: uppercase; }
  /* Hábitos e Costumes */
  .habitos .number {
    height: 150px; }
    .habitos .number span {
      font-size: 120px;
      line-height: 170px;
      font-weight: 10;
      font-family: "Azosans-Bold"; }
  .habitos .col-width-text-right {
    width: 90%;
    margin: auto; }
    .habitos .col-width-text-right .text {
      height: auto; }
      .habitos .col-width-text-right .text .text-info {
        margin-left: 0%;
        width: 100%; }
      .habitos .col-width-text-right .text .text-info.symbol {
        height: 150px; }
        .habitos .col-width-text-right .text .text-info.symbol span {
          line-height: 200px; }
  .habitos .col-width-text-left {
    width: 100%; }
    .habitos .col-width-text-left .text {
      height: auto; }
      .habitos .col-width-text-left .text .text-info {
        margin-left: 0%;
        width: 100%; }
      .habitos .col-width-text-left .text .text-info.symbol {
        height: 150px; }
        .habitos .col-width-text-left .text .text-info.symbol span {
          line-height: 190px; }
  .habitos .title p {
    font-size: 18px;
    line-height: 35px; }
  .habitos .section-2 {
    background-image: url("../img/mulher/background_3.svg"), url("../img/mulher/habitos_costumes/background_1.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 110% 10%, 50%, 90% 20%, 900% 55%;
    background-position: 100% 100%, 50% 45%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .habitos .section-2 .info-left {
      margin-top: 300px;
      background-image: none;
      height: 150px; }
      .habitos .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px;
        line-height: 0px; }
      .habitos .section-2 .info-left .text {
        margin-left: 0%;
        height: 160px; }
        .habitos .section-2 .info-left .text .text-info.symbol {
          height: 150px;
          width: auto; }
        .habitos .section-2 .info-left .text .text-info.sub-text {
          height: auto;
          width: 100%;
          float: left;
          padding-top: 0px; }
        .habitos .section-2 .info-left .text .number {
          font-size: 122px;
          width: 180px;
          height: 150px;
          margin-right: 10px;
          text-align: right; }
          .habitos .section-2 .info-left .text .number span {
            font-size: 140px; }
        .habitos .section-2 .info-left .text .text-info {
          width: 50%;
          margin-left: auto;
          height: 70px; }
          .habitos .section-2 .info-left .text .text-info span {
            font-size: 100px;
            line-height: 200px; }
          .habitos .section-2 .info-left .text .text-info p {
            line-height: 15px; }
        .habitos .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
    .habitos .section-2 .info-right {
      margin-top: 0px;
      height: 100px;
      border-top: 3px solid #FBDFDF;
      width: 100%;
      margin-right: 0px;
      margin-top: 50px; }
      .habitos .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .habitos .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .habitos .section-2 .info-right .text .number-text p {
          padding-top: 0px; }
  .habitos .section-3 {
    margin-top: -40px !important;
    background-size: 60%;
    background-position: 50% 3%; }
    .habitos .section-3 .col-width-text-right {
      padding-top: 300px; }
  .habitos .section-4 {
    margin-top: 0px; }
    .habitos .section-4 .title p {
      font-size: 22px;
      line-height: 35px; }
  .habitos .section-5 {
    height: 550px;
    background-size: 100%;
    padding-top: 300px;
    background-size: 60%;
    background-position: 50% 0%; }
    .habitos .section-5 .col-width-text-left {
      width: 90%;
      padding-top: 0px;
      margin: auto;
      margin-top: 150px; }
      .habitos .section-5 .col-width-text-left .text {
        height: auto; }
  .habitos .section-6 {
    height: 400px;
    margin-top: 50px;
    margin-bottom: 350px;
    background-size: 45%;
    background-position: 50% 100%; }
    .habitos .section-6 .col-width-text-right {
      padding-top: 400px; }
  /* Pessoa Parceira */
  .pessoa-parceira .number {
    width: 60%;
    height: 150px; }
    .pessoa-parceira .number span {
      font-size: 130px;
      line-height: 170px; }
  .pessoa-parceira .title p {
    font-size: 18px;
    line-height: 35px; }
  .pessoa-parceira .section-2 {
    background-image: url("../img/mulher/pessoa_parceira/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 45%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 40%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .pessoa-parceira .section-2 .info-left {
      margin-top: 400px;
      background-image: none;
      height: 180px; }
      .pessoa-parceira .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px;
        line-height: 0px;
        height: 30px; }
      .pessoa-parceira .section-2 .info-left .text {
        margin-left: 0px; }
        .pessoa-parceira .section-2 .info-left .text .text-info.symbol {
          height: 100px;
          width: 15% !important;
          margin-left: 0%;
          float: left; }
        .pessoa-parceira .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 30%;
          float: left;
          padding-top: 10px; }
        .pessoa-parceira .section-2 .info-left .text .number {
          font-size: 122px;
          height: 140px; }
          .pessoa-parceira .section-2 .info-left .text .number span {
            line-height: 0px;
            font-size: 110px; }
        .pessoa-parceira .section-2 .info-left .text .text-info {
          width: 40% !important;
          margin-left: auto;
          height: 70px;
          float: left; }
          .pessoa-parceira .section-2 .info-left .text .text-info span {
            font-size: 50px; }
          .pessoa-parceira .section-2 .info-left .text .text-info p {
            font-size: 15px;
            line-height: 20px; }
        .pessoa-parceira .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
    .pessoa-parceira .section-2 .info-right {
      margin-top: 70px;
      height: 100px;
      border-top: 3px solid #FBDFDF;
      width: 100%;
      margin-right: 0px !important; }
      .pessoa-parceira .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .pessoa-parceira .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .pessoa-parceira .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto; }
          .pessoa-parceira .section-2 .info-right .text .number p {
            margin-top: -50px; }
        .pessoa-parceira .section-2 .info-right .text .number-text {
          width: 60%;
          margin-left: 20px; }
          .pessoa-parceira .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
    .pessoa-parceira .section-2 .col-width .subtitle {
      width: 100%;
      margin: auto; }
      .pessoa-parceira .section-2 .col-width .subtitle p {
        font-size: 14px;
        line-height: 25px; }
  .pessoa-parceira .section-3 {
    margin-top: -50px; }
    .pessoa-parceira .section-3 .arrow-button {
      text-align: center; }
  .pessoa-parceira .section-6 {
    margin-top: 50px; }
  .pessoa-parceira #graphic-pessoa-1, .pessoa-parceira #graphic-mobile-pessoa-1 {
    width: 130%; }
  /* Filhos */
  .filhos .number {
    width: 60%;
    height: 150px; }
    .filhos .number span {
      font-size: 130px;
      line-height: 170px; }
  .filhos .title p {
    font-size: 18px;
    line-height: 35px; }
  .filhos .section-2 {
    background-image: url("../img/mulher/filhos/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 70%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 40%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .filhos .section-2 .info-left {
      margin-top: 400px;
      background-image: none;
      height: 180px; }
      .filhos .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px;
        line-height: 0px;
        height: 30px; }
      .filhos .section-2 .info-left .text {
        margin-left: 0px; }
        .filhos .section-2 .info-left .text .text-info.symbol {
          height: 100px;
          width: auto !important;
          margin-left: 0%;
          float: left; }
        .filhos .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 30%;
          float: left;
          padding-top: 10px; }
        .filhos .section-2 .info-left .text .number {
          font-size: 122px;
          height: 140px; }
          .filhos .section-2 .info-left .text .number span {
            line-height: 0px;
            font-size: 110px; }
        .filhos .section-2 .info-left .text .text-info {
          width: auto !important;
          height: 70px; }
          .filhos .section-2 .info-left .text .text-info span {
            font-size: 50px;
            line-height: 90px; }
          .filhos .section-2 .info-left .text .text-info p {
            font-size: 15px;
            line-height: 20px; }
        .filhos .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
    .filhos .section-2 .info-right {
      margin-top: 100px;
      height: 100px;
      border-top: 3px solid #FBDFDF;
      width: 100%;
      margin-right: 0px !important; }
      .filhos .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .filhos .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .filhos .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto; }
        .filhos .section-2 .info-right .text .number-text {
          width: 60%;
          margin-left: 20px; }
          .filhos .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
    .filhos .section-2 .col-width .subtitle p {
      line-height: 25px; }
  .filhos .section-3 {
    margin-top: -50px; }
    .filhos .section-3 .arrow-button {
      text-align: center; }
  .filhos .section-5 .text {
    width: 90%;
    margin: auto; }
    .filhos .section-5 .text p {
      font-size: 12px; }
  .filhos .section-6 {
    margin-top: 50px; }
    .filhos .section-6 .text {
      width: 90%;
      margin: auto; }
      .filhos .section-6 .text p {
        font-size: 12px; }
  .filhos .section-4 .form-box {
    height: 400px; }
    .filhos .section-4 .form-box .form-item {
      width: 50%;
      padding-left: 0px;
      height: 130px;
      margin-right: 0px; }
      .filhos .section-4 .form-box .form-item p {
        height: 40px; }
  .filhos #graphic-filhos-1, .filhos #graphic-mobile-filhos-1,
  .filhos #graphic-filhos-2, .filhos #graphic-mobile-filhos-2,
  .filhos #graphic-filhos-3, .filhos #graphic-mobile-filhos-3,
  .filhos #graphic-filhos-4, .filhos #graphic-mobile-filhos-4,
  .filhos #graphic-filhos-5, .filhos #graphic-mobile-filhos-5,
  .filhos #graphic-filhos-6, .filhos #graphic-mobile-filhos-6 {
    width: 120%; }
  /* Trabalho pago */
  .trabalho-pago .title {
    font-size: 18px;
    line-height: 35px; }
  .trabalho-pago .second-text {
    font-size: 12px;
    font-family: "Azosans-Regular";
    color: #999999; }
  .trabalho-pago .subtitle {
    width: 90%;
    margin: auto; }
  .trabalho-pago .section-2 {
    background-image: url("../img/mulher/trabalho_pago/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 45%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 45%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .trabalho-pago .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 250px; }
      .trabalho-pago .section-2 .info-left .text .text-info.symbol {
        height: 70px; }
      .trabalho-pago .section-2 .info-left .text .text-info.sub-text {
        height: 100px;
        width: 100%;
        float: left; }
      .trabalho-pago .section-2 .info-left .text .number {
        font-size: 122px;
        width: 30%;
        height: 140px; }
        .trabalho-pago .section-2 .info-left .text .number span {
          line-height: 30px;
          font-size: 120px; }
      .trabalho-pago .section-2 .info-left .text .text-info {
        width: auto !important;
        margin-left: auto;
        height: 70px; }
        .trabalho-pago .section-2 .info-left .text .text-info span {
          font-size: 50px;
          line-height: 50px; }
        .trabalho-pago .section-2 .info-left .text .text-info p {
          margin-top: 0px; }
      .trabalho-pago .section-2 .info-left .text .text-info.text {
        margin-left: 50%;
        width: 40%; }
      .trabalho-pago .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px; }
    .trabalho-pago .section-2 .info-right {
      margin-top: 100px;
      height: 150px;
      border-top: 3px solid #FBDFDF;
      margin-right: 0px; }
      .trabalho-pago .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .trabalho-pago .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .trabalho-pago .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto; }
        .trabalho-pago .section-2 .info-right .text .number-text {
          width: 60% !important;
          margin-left: 10px; }
          .trabalho-pago .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .trabalho-pago .section-3 {
    margin-bottom: 80px; }
  .trabalho-pago .section-4 {
    margin-top: 30px;
    margin-bottom: 80px; }
  .trabalho-pago .section-5 {
    margin-top: 30px; }
  .trabalho-pago .section-6 {
    margin-bottom: 80px; }
  .trabalho-pago #graphic-trabalho-pago-1, .trabalho-pago #graphic-mobile-trabalho-pago-1,
  .trabalho-pago #graphic-trabalho-pago-2, .trabalho-pago #graphic-mobile-trabalho-pago-2,
  .trabalho-pago #graphic-trabalho-pago-4, .trabalho-pago #graphic-mobile-trabalho-pago-4,
  .trabalho-pago #graphic-trabalho-pago-5, .trabalho-pago #graphic-mobile-trabalho-pago-5,
  .trabalho-pago #graphic-trabalho-pago-6, .trabalho-pago #graphic-mobile-trabalho-pago-6,
  .trabalho-pago #graphic-trabalho-pago-7, .trabalho-pago #graphic-mobile-trabalho-pago-7 {
    width: 150%; }
  /* Trabalho não pago */
  .trabalho-nao-pago {
    /* Gráficos */ }
    .trabalho-nao-pago .title {
      font-size: 18px;
      line-height: 35px; }
    .trabalho-nao-pago .subtitle {
      width: 90%;
      margin: auto;
      font-size: 14px;
      line-height: 25px; }
    .trabalho-nao-pago .section-2 {
      background-image: url("../img/mulher/trabalho_nao_pago/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
      background-size: 40%, 110% 10%, 90% 20%, 900% 55%;
      background-position: 50% 35%, 100% 100%, -350% 60%, 0 0;
      height: auto;
      padding-bottom: 40px; }
      .trabalho-nao-pago .section-2 .info-left {
        margin-top: 320px;
        background-image: none;
        height: 250px; }
        .trabalho-nao-pago .section-2 .info-left .title {
          text-align: left;
          width: 100%;
          padding-top: 0px;
          font-size: 20px; }
        .trabalho-nao-pago .section-2 .info-left .text .text-info.symbol {
          height: 70px; }
        .trabalho-nao-pago .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 100%;
          float: left; }
        .trabalho-nao-pago .section-2 .info-left .text .number {
          font-size: 122px;
          width: auto;
          height: auto; }
          .trabalho-nao-pago .section-2 .info-left .text .number span {
            line-height: 30px;
            font-size: 120px; }
        .trabalho-nao-pago .section-2 .info-left .text .text-info {
          width: 50% !important;
          height: 70px;
          float: left; }
          .trabalho-nao-pago .section-2 .info-left .text .text-info span {
            font-size: 50px;
            line-height: 100px !important; }
          .trabalho-nao-pago .section-2 .info-left .text .text-info p {
            margin-top: 0px;
            width: 100%; }
        .trabalho-nao-pago .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
      .trabalho-nao-pago .section-2 .info-right {
        border-top: 3px solid #FBDFDF; }
        .trabalho-nao-pago .section-2 .info-right .text {
          height: 200px;
          float: none; }
          .trabalho-nao-pago .section-2 .info-right .text .number {
            height: 100px;
            font-size: 70px; }
            .trabalho-nao-pago .section-2 .info-right .text .number p {
              margin-top: 0px;
              margin-bottom: 0px;
              line-height: 100px; }
          .trabalho-nao-pago .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
    .trabalho-nao-pago .section-6 {
      margin-bottom: 80px; }
    .trabalho-nao-pago #graphic-trabalho-nao-pago-1, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-1,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-2, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-2,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-3, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-3,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-4, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-4,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-5, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-5,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-6, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-6,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-7, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-7 {
      width: 150%; }
  /* Vida em Casal */
  .vida-em-casal .title {
    font-size: 18px;
    line-height: 35px; }
  .vida-em-casal .section-2 {
    background-image: url("../img/mulher/vida_em_casal/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 50%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 35%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 40px; }
    .vida-em-casal .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 250px; }
      .vida-em-casal .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px; }
      .vida-em-casal .section-2 .info-left .text .text-info.symbol {
        height: 70px; }
      .vida-em-casal .section-2 .info-left .text .text-info.sub-text {
        height: 100px;
        width: 100%;
        float: left; }
      .vida-em-casal .section-2 .info-left .text .number {
        font-size: 122px;
        width: 30%;
        height: 140px; }
        .vida-em-casal .section-2 .info-left .text .number span {
          line-height: 30px;
          font-size: 120px; }
      .vida-em-casal .section-2 .info-left .text .text-info {
        width: 50%;
        height: 70px;
        float: left; }
        .vida-em-casal .section-2 .info-left .text .text-info span {
          font-size: 50px;
          line-height: 100px; }
        .vida-em-casal .section-2 .info-left .text .text-info p {
          font-size: 10px !important;
          margin-top: 0px; }
      .vida-em-casal .section-2 .info-left .text .text-info.text {
        margin-left: 50%;
        width: 40%; }
    .vida-em-casal .section-2 .info-right {
      margin-left: 0px;
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .vida-em-casal .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .vida-em-casal .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .vida-em-casal .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          margin-right: 10px; }
        .vida-em-casal .section-2 .info-right .text .number-text {
          width: 65%; }
          .vida-em-casal .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .vida-em-casal .section-3 .text {
    width: 90%; }
    .vida-em-casal .section-3 .text p {
      font-size: 12px; }
  .vida-em-casal .section-6 .text {
    width: 90%; }
    .vida-em-casal .section-6 .text p {
      font-size: 12px; }
  .vida-em-casal #graphic-vida-em-casal-1, .vida-em-casal #graphic-mobile-vida-em-casal-1,
  .vida-em-casal #graphic-vida-em-casal-2, .vida-em-casal #graphic-mobile-vida-em-casal-2,
  .vida-em-casal #graphic-vida-em-casal-3, .vida-em-casal #graphic-mobile-vida-em-casal-3,
  .vida-em-casal #graphic-vida-em-casal-4, .vida-em-casal #graphic-mobile-vida-em-casal-4 {
    width: 140%; }
  /* Conciliar Tudo */
  .conciliar-tudo .subtitle {
    width: 90%;
    margin: auto;
    font-size: 14px;
    line-height: 25px; }
  .conciliar-tudo .title p {
    font-size: 18px;
    line-height: 35px; }
  .conciliar-tudo .section-2 {
    background-image: url("../img/mulher/conciliar_tudo/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 60%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 35%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 50px; }
    .conciliar-tudo .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 250px; }
      .conciliar-tudo .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px; }
      .conciliar-tudo .section-2 .info-left .text .number {
        font-size: 122px;
        width: auto;
        height: 140px; }
        .conciliar-tudo .section-2 .info-left .text .number span {
          font-size: 130px !important; }
      .conciliar-tudo .section-2 .info-left .text .text-info {
        width: 70%;
        margin-left: 150px;
        height: 70px;
        text-align: left; }
        .conciliar-tudo .section-2 .info-left .text .text-info span {
          font-size: 50px; }
        .conciliar-tudo .section-2 .info-left .text .text-info p {
          font-size: 12px; }
        .conciliar-tudo .section-2 .info-left .text .text-info.sub-text {
          padding-top: 5px;
          width: auto;
          float: none; }
      .conciliar-tudo .section-2 .info-left .text .text-info.text {
        margin-left: 0%;
        width: 70% !important; }
      .conciliar-tudo .section-2 .info-left .title {
        font-size: 20px; }
    .conciliar-tudo .section-2 .info-right {
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .conciliar-tudo .section-2 .info-right .text {
        margin: auto;
        width: 100%; }
        .conciliar-tudo .section-2 .info-right .text .text-info {
          font-size: 12px; }
        .conciliar-tudo .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto;
          margin-right: 15px; }
        .conciliar-tudo .section-2 .info-right .text .number-text p {
          padding-top: 0px; }
  .conciliar-tudo .section-3 {
    margin-top: -50px; }
  .conciliar-tudo #graphic-conciliar-tudo-3, .conciliar-tudo #graphic-mobile-conciliar-tudo-3,
  .conciliar-tudo #graphic-conciliar-tudo-4, .conciliar-tudo #graphic-mobile-conciliar-tudo-4,
  .conciliar-tudo #graphic-conciliar-tudo-5, .conciliar-tudo #graphic-mobile-conciliar-tudo-5,
  .conciliar-tudo #graphic-conciliar-tudo-1, .conciliar-tudo #graphic-mobile-conciliar-tudo-1 {
    width: 180%; }
  /* Felizes */
  .felizes .title {
    font-size: 18px;
    line-height: 35px; }
  .felizes .section-2 {
    background-image: url("../img/mulher/felizes/background_2.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 60%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 100% 40%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .felizes .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 230px; }
      .felizes .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px; }
      .felizes .section-2 .info-left .text {
        height: 170px !important; }
        .felizes .section-2 .info-left .text .text-info.symbol {
          height: 70px; }
        .felizes .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 50%;
          float: left; }
        .felizes .section-2 .info-left .text .number {
          font-size: 122px;
          width: auto;
          height: 140px; }
          .felizes .section-2 .info-left .text .number span {
            line-height: 110px;
            font-size: 130px; }
        .felizes .section-2 .info-left .text .text-info {
          width: 60%;
          float: left;
          height: 70px; }
          .felizes .section-2 .info-left .text .text-info span {
            font-size: 50px;
            line-height: 100px; }
          .felizes .section-2 .info-left .text .text-info p {
            font-size: 10px; }
        .felizes .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
      .felizes .section-2 .info-left .second-text-info {
        margin-left: 0px;
        width: 100%; }
        .felizes .section-2 .info-left .second-text-info .item {
          width: 30%; }
        .felizes .section-2 .info-left .second-text-info .item.item-bg {
          width: 60%;
          background-repeat: no-repeat; }
    .felizes .section-2 .info-right {
      margin-top: 100px;
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .felizes .section-2 .info-right .text {
        height: 200px;
        margin: auto;
        width: 100%; }
        .felizes .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto;
          margin-right: 10px; }
        .felizes .section-2 .info-right .text .number-text {
          width: 40%; }
          .felizes .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .felizes .section-3 {
    margin-top: -50px; }
  .felizes #graphic-felizes-1, .felizes #graphic-mobile-felizes-1,
  .felizes #graphic-felizes-2, .felizes #graphic-mobile-felizes-2 {
    width: 170%; }
  /* Oito Situações */
  .oito-situacoes .title p {
    font-size: 22px;
    line-height: 35px; }
  .oito-situacoes .half.mr-auto {
    width: 100%; }
  .oito-situacoes .half.ml-auto {
    width: 100%; }
  .oito-situacoes .section-2 {
    background-image: url("../img/mulher/oito_situacoes/background_1.svg"), url("../img/mulher/oito_situacoes/background_2.png"), url("../img/mulher/background_1.svg");
    background-size: 50%, 50%, 150% 80%;
    background-position: 50% 45%, 50% 65%, 0 0;
    height: auto; }
    .oito-situacoes .section-2 .half.ml-auto {
      margin-top: 200px;
      padding-top: 170px; }
  .oito-situacoes .section-3,
  .oito-situacoes .section-4,
  .oito-situacoes .section-5,
  .oito-situacoes .section-6,
  .oito-situacoes .section-7,
  .oito-situacoes .section-8,
  .oito-situacoes .section-9 {
    background-size: 80%;
    background-position: 50% 0%;
    padding: 250px 0 0 0;
    padding-top: 650px;
    margin-top: 100px; }
  .oito-situacoes .section-9 {
    margin-bottom: 100px; }
  /* ------- */
  /* Overlay */
  #overlay-page .section-1-overlay {
    height: 100px;
    margin-top: 30px; }
    #overlay-page .section-1-overlay .logo {
      width: 100%; }
      #overlay-page .section-1-overlay .logo img {
        margin-left: 20%;
        width: 70%; }
    #overlay-page .section-1-overlay .title {
      margin-left: 0%; }
      #overlay-page .section-1-overlay .title p {
        font-size: 38px;
        line-height: 47px; }
    #overlay-page .section-1-overlay .close-responsive {
      display: inline;
      width: 100%; }
      #overlay-page .section-1-overlay .close-responsive .button {
        width: 30px;
        height: 30px;
        margin: auto; }
        #overlay-page .section-1-overlay .close-responsive .button div {
          padding-top: 6px;
          font-size: 20px; }
    #overlay-page .section-1-overlay .close {
      display: none; }
  #overlay-page .section-2-overlay .title {
    font-size: 30px;
    line-height: 35px; }
  #overlay-page .section-3-overlay {
    width: 100%; }
  /* Gráfico */
  .graphic .view-more {
    display: block; }
  .graphic img {
    filter: blur(5px);
    width: 150%; }
  /* Section - Estudo */
  .estudo .title h2 {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 30px; }
  .estudo .subtitle {
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: 23px; }
  .estudo .button .item a {
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: 30px; }
  /* Barra - Capítulos */
  .before-next {
    background-size: 50% 100%, 100% 100%; }
    .before-next .next-chap .link {
      display: none; }
    .before-next .before-chap .link {
      display: none; }
  /* Pages */
  .pages .arrow-button {
    padding-bottom: 0px;
    margin-bottom: 0px; }
  .pages .social-div {
    width: 100%; }
  .pages .section-2 .col-width {
    width: 100%; }
  .pages .section-2 .before-title .download {
    display: none; }
  .pages .section-2 .before-title .title {
    width: 100%; }
  .pages .section-2 .info-left {
    background-size: 150% 80%; }
    .pages .section-2 .info-left .title {
      width: 100%;
      margin-left: 0px;
      text-align: left; }
    .pages .section-2 .info-left .text {
      margin-left: 0px;
      height: auto; }
      .pages .section-2 .info-left .text .number {
        float: left; }
        .pages .section-2 .info-left .text .number span {
          font-size: 150px; }
  .pages .section-2 .info-right .text {
    margin-right: 0px; }
  .graphic img {
    filter: blur(5px); }
  /* Modal Filhos */
  .modal-filhos .modal-content {
    width: 90%;
    background-size: 50%;
    background-position: 50% 50%; }
    .modal-filhos .modal-content .title {
      width: 90%; }
    .modal-filhos .modal-content .text {
      width: 90%;
      text-align: center;
      margin: 50px auto; }
    .modal-filhos .modal-content .button-close {
      width: 40%;
      padding: 25px 15px; }
      .modal-filhos .modal-content .button-close p {
        line-height: 0px; }
    .modal-filhos .modal-content .number {
      line-height: 100px; }
  /* Modal Graphic */
  .modal-graphic .modal-content {
    width: 90%; } }

@media screen and (max-width: 600px) and (min-width: 450px) {
  /* Páginas */
  /* Mulher */
  .mulher .section-1 .title-page h1 {
    font-size: 38px;
    letter-spacing: 0.38px;
    line-height: 47px;
    width: 100%;
    margin: auto; }
  .mulher .section-2 {
    margin-top: 0px;
    background-image: url("../img/mulher/mulher/background_responsive_1.svg");
    padding-bottom: 100px; }
    .mulher .section-2 .title {
      line-height: 50px; }
    .mulher .section-2 .arrow-button p {
      margin-top: -60px; }
    .mulher .section-2 .grid .col-width {
      width: 100%;
      text-align: center;
      margin: auto; }
      .mulher .section-2 .grid .col-width .item .button a {
        font-size: 16px;
        letter-spacing: 0.16px;
        text-transform: uppercase; }
      .mulher .section-2 .grid .col-width .item .image img {
        width: 350px; }
  /* Hábitos e Costumes */
  .habitos .number {
    height: 150px; }
    .habitos .number span {
      font-size: 120px;
      line-height: 170px;
      font-weight: 10;
      font-family: "Azosans-Bold"; }
  .habitos .col-width-text-right {
    width: 90%;
    margin: auto; }
    .habitos .col-width-text-right .text {
      height: auto; }
      .habitos .col-width-text-right .text .text-info {
        margin-left: 0%;
        width: 100%; }
      .habitos .col-width-text-right .text .text-info.symbol {
        height: 150px; }
        .habitos .col-width-text-right .text .text-info.symbol span {
          line-height: 200px; }
  .habitos .col-width-text-left {
    width: 100%; }
    .habitos .col-width-text-left .text {
      height: auto; }
      .habitos .col-width-text-left .text .text-info {
        margin-left: 0%;
        width: 100%; }
      .habitos .col-width-text-left .text .text-info.symbol {
        height: 150px; }
        .habitos .col-width-text-left .text .text-info.symbol span {
          line-height: 190px; }
  .habitos .title p {
    font-size: 18px;
    line-height: 35px; }
  .habitos .section-2 {
    background-image: url("../img/mulher/background_3.svg"), url("../img/mulher/habitos_costumes/background_1.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 110% 10%, 80%, 90% 20%, 900% 55%;
    background-position: 100% 100%, 50% 35%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .habitos .section-2 .info-left {
      margin-top: 400px;
      background-image: none;
      height: 180px; }
      .habitos .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px;
        line-height: 0px; }
      .habitos .section-2 .info-left .text {
        margin-left: 0%;
        height: 160px; }
        .habitos .section-2 .info-left .text .text-info.symbol {
          height: 70px;
          width: 70%; }
        .habitos .section-2 .info-left .text .text-info.sub-text {
          height: auto;
          width: 30%;
          float: left;
          padding-top: 20px; }
        .habitos .section-2 .info-left .text .number {
          font-size: 122px;
          width: 190px;
          height: 160px;
          margin-right: 10px; }
          .habitos .section-2 .info-left .text .number span {
            line-height: 200px;
            font-size: 140px; }
        .habitos .section-2 .info-left .text .text-info {
          width: 50%;
          margin-left: auto;
          height: 70px; }
          .habitos .section-2 .info-left .text .text-info span {
            font-size: 50px;
            line-height: 155px; }
          .habitos .section-2 .info-left .text .text-info p {
            font-size: 12px;
            line-height: 15px; }
        .habitos .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
    .habitos .section-2 .info-right {
      margin-top: 0px;
      height: 100px;
      border-top: 3px solid #FBDFDF;
      width: 100%;
      margin-right: 0px; }
      .habitos .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .habitos .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .habitos .section-2 .info-right .text .number-text p {
          padding-top: 0px; }
  .habitos .section-3 {
    margin-top: -40px !important;
    background-size: 80%;
    background-position: 50% 3%; }
    .habitos .section-3 .col-width-text-right {
      padding-top: 300px; }
  .habitos .section-4 {
    margin-top: 0px; }
    .habitos .section-4 .title p {
      font-size: 18px;
      line-height: 35px; }
  .habitos .section-5 {
    height: 550px;
    background-size: 100%;
    padding-top: 300px;
    background-size: 60%;
    background-position: 50% 0%; }
    .habitos .section-5 .col-width-text-left {
      width: 90%;
      padding-top: 0px;
      margin: auto; }
      .habitos .section-5 .col-width-text-left .text {
        height: auto; }
  .habitos .section-6 {
    height: 400px;
    margin-top: 50px;
    margin-bottom: 350px;
    background-size: 80%;
    background-position: 50% 100%; }
    .habitos .section-6 .col-width-text-right {
      padding-top: 400px; }
  /* Pessoa Parceira */
  .pessoa-parceira .number {
    width: 60%;
    height: 150px; }
    .pessoa-parceira .number span {
      font-size: 130px;
      line-height: 170px; }
  .pessoa-parceira .title p {
    font-size: 18px;
    line-height: 35px; }
  .pessoa-parceira .section-2 {
    background-image: url("../img/mulher/pessoa_parceira/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 50%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 40%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .pessoa-parceira .section-2 .info-left {
      margin-top: 400px;
      background-image: none;
      height: 180px; }
      .pessoa-parceira .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px;
        line-height: 0px;
        height: 30px; }
      .pessoa-parceira .section-2 .info-left .text {
        margin-left: 0px; }
        .pessoa-parceira .section-2 .info-left .text .text-info.symbol {
          height: 70px;
          width: 55% !important; }
        .pessoa-parceira .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 30% !important;
          float: left; }
        .pessoa-parceira .section-2 .info-left .text .number {
          font-size: 122px;
          height: 140px;
          margin-right: 10px; }
          .pessoa-parceira .section-2 .info-left .text .number span {
            line-height: 0px;
            font-size: 110px; }
        .pessoa-parceira .section-2 .info-left .text .text-info {
          width: 40% !important;
          margin-left: auto;
          height: 70px;
          float: left; }
          .pessoa-parceira .section-2 .info-left .text .text-info span {
            font-size: 50px;
            line-height: 80px; }
          .pessoa-parceira .section-2 .info-left .text .text-info p {
            font-size: 12px;
            line-height: 15px;
            margin-top: 0px; }
        .pessoa-parceira .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
    .pessoa-parceira .section-2 .info-right {
      margin-top: 70px;
      height: 100px;
      border-top: 3px solid #FBDFDF;
      width: 100%;
      margin-right: 0px !important; }
      .pessoa-parceira .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .pessoa-parceira .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .pessoa-parceira .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto; }
          .pessoa-parceira .section-2 .info-right .text .number p {
            margin-top: -50px; }
        .pessoa-parceira .section-2 .info-right .text .number-text {
          width: 60% !important;
          margin-left: 20px; }
          .pessoa-parceira .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .pessoa-parceira .section-3 {
    margin-top: -50px; }
    .pessoa-parceira .section-3 .arrow-button {
      text-align: center; }
  .pessoa-parceira .section-6 {
    margin-top: 50px; }
  .pessoa-parceira #graphic-pessoa-1, .pessoa-parceira #graphic-mobile-pessoa-1 {
    width: 110%; }
  .pessoa-parceira #graphic-pessoa-2, .pessoa-parceira #graphic-mobile-pessoa-2,
  .pessoa-parceira #graphic-pessoa-3, .pessoa-parceira #graphic-mobile-pessoa-3,
  .pessoa-parceira #graphic-pessoa-4, .pessoa-parceira #graphic-mobile-pessoa-4 {
    width: 160%; }
  /* Filhos */
  .filhos .number {
    width: 60%;
    height: 150px; }
    .filhos .number span {
      font-size: 130px;
      line-height: 170px; }
  .filhos .title p {
    font-size: 18px;
    line-height: 35px; }
  .filhos .section-2 {
    background-image: url("../img/mulher/filhos/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 70%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 40%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .filhos .section-2 .info-left {
      margin-top: 400px;
      background-image: none;
      height: 180px; }
      .filhos .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px;
        line-height: 0px;
        height: 30px; }
      .filhos .section-2 .info-left .text {
        margin-left: 0px; }
        .filhos .section-2 .info-left .text .text-info.symbol {
          height: 70px;
          width: 55% !important;
          margin-top: -30px; }
          .filhos .section-2 .info-left .text .text-info.symbol span {
            line-height: 125px; }
        .filhos .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 30%;
          float: left;
          padding-top: 10px; }
        .filhos .section-2 .info-left .text .number {
          font-size: 122px;
          height: 140px;
          margin-right: 10px; }
          .filhos .section-2 .info-left .text .number span {
            line-height: 0px;
            font-size: 110px; }
        .filhos .section-2 .info-left .text .text-info {
          width: 40% !important;
          margin-left: auto;
          height: 70px;
          float: left; }
          .filhos .section-2 .info-left .text .text-info span {
            font-size: 50px; }
          .filhos .section-2 .info-left .text .text-info p {
            line-height: 20px;
            padding-top: 0px; }
        .filhos .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
    .filhos .section-2 .info-right {
      margin-top: 90px;
      height: 100px;
      border-top: 3px solid #FBDFDF;
      width: 100%;
      margin-right: 0px !important; }
      .filhos .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .filhos .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .filhos .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto; }
        .filhos .section-2 .info-right .text .number-text {
          width: 60%;
          margin-left: 20px; }
          .filhos .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .filhos .section-3 {
    margin-top: -50px; }
    .filhos .section-3 .arrow-button {
      text-align: center; }
  .filhos .section-5 {
    margin-bottom: 15px; }
    .filhos .section-5 .text {
      width: 90%;
      margin: auto; }
      .filhos .section-5 .text p {
        font-size: 12px; }
  .filhos .section-6 {
    margin-top: 50px; }
    .filhos .section-6 .text {
      width: 90%;
      margin: auto; }
      .filhos .section-6 .text p {
        font-size: 12px; }
  .filhos .section-7 {
    margin-bottom: 15px; }
  .filhos .section-4 {
    margin-top: 50px;
    margin-bottom: 50px; }
    .filhos .section-4 .form-box {
      height: 400px; }
      .filhos .section-4 .form-box .form-item {
        width: 50%;
        padding-left: 0px;
        height: 130px;
        margin-right: 0px; }
        .filhos .section-4 .form-box .form-item p {
          height: 40px; }
  .filhos .section-9 {
    margin-top: 15px; }
  .filhos #graphic-filhos-1, .filhos #graphic-mobile-filhos-1,
  .filhos #graphic-filhos-2, .filhos #graphic-mobile-filhos-2,
  .filhos #graphic-filhos-3, .filhos #graphic-mobile-filhos-3,
  .filhos #graphic-filhos-4, .filhos #graphic-mobile-filhos-4,
  .filhos #graphic-filhos-5, .filhos #graphic-mobile-filhos-5,
  .filhos #graphic-filhos-6, .filhos #graphic-mobile-filhos-6 {
    width: 140%; }
  /* Trabalho pago */
  .trabalho-pago .title {
    font-size: 18px;
    line-height: 35px; }
  .trabalho-pago .second-text {
    font-size: 12px;
    font-family: "Azosans-Regular";
    color: #999999; }
  .trabalho-pago .subtitle {
    width: 90%;
    margin: auto; }
  .trabalho-pago .section-2 {
    background-image: url("../img/mulher/trabalho_pago/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 60%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 40%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .trabalho-pago .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 250px; }
      .trabalho-pago .section-2 .info-left .text .text-info.symbol {
        height: 70px;
        float: left; }
      .trabalho-pago .section-2 .info-left .text .text-info.sub-text {
        height: 100px;
        width: 100%;
        float: left; }
      .trabalho-pago .section-2 .info-left .text .number {
        font-size: 122px;
        width: 50%;
        height: 140px; }
        .trabalho-pago .section-2 .info-left .text .number span {
          line-height: 30px;
          font-size: 120px; }
      .trabalho-pago .section-2 .info-left .text .text-info {
        width: 50% !important;
        margin-left: auto;
        height: 70px; }
        .trabalho-pago .section-2 .info-left .text .text-info span {
          font-size: 50px;
          line-height: 70px; }
        .trabalho-pago .section-2 .info-left .text .text-info p {
          margin-top: 0px; }
      .trabalho-pago .section-2 .info-left .text .text-info.text {
        margin-left: 50%;
        width: 40%; }
      .trabalho-pago .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px; }
    .trabalho-pago .section-2 .info-right {
      margin-top: 100px;
      height: 150px;
      border-top: 3px solid #FBDFDF;
      margin-right: 0px; }
      .trabalho-pago .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .trabalho-pago .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .trabalho-pago .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto; }
        .trabalho-pago .section-2 .info-right .text .number-text {
          width: 60% !important;
          margin-left: 10px; }
          .trabalho-pago .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .trabalho-pago .section-3 {
    margin-bottom: 80px; }
  .trabalho-pago .section-4 {
    margin-top: 30px;
    margin-bottom: 80px; }
  .trabalho-pago .section-5 {
    margin-top: 30px; }
  .trabalho-pago .section-6 {
    margin-bottom: 80px; }
  .trabalho-pago #graphic-trabalho-pago-1, .trabalho-pago #graphic-mobile-trabalho-pago-1,
  .trabalho-pago #graphic-trabalho-pago-2, .trabalho-pago #graphic-mobile-trabalho-pago-2,
  .trabalho-pago #graphic-trabalho-pago-4, .trabalho-pago #graphic-mobile-trabalho-pago-4,
  .trabalho-pago #graphic-trabalho-pago-5, .trabalho-pago #graphic-mobile-trabalho-pago-5,
  .trabalho-pago #graphic-trabalho-pago-6, .trabalho-pago #graphic-mobile-trabalho-pago-6,
  .trabalho-pago #graphic-trabalho-pago-7, .trabalho-pago #graphic-mobile-trabalho-pago-7 {
    width: 150%; }
  /* Trabalho não pago */
  .trabalho-nao-pago {
    /* Gráficos */ }
    .trabalho-nao-pago .title {
      font-size: 18px;
      line-height: 35px; }
    .trabalho-nao-pago .subtitle {
      width: 90%;
      margin: auto;
      font-size: 14px;
      line-height: 25px; }
    .trabalho-nao-pago .section-2 {
      background-image: url("../img/mulher/trabalho_nao_pago/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
      background-size: 60%, 110% 10%, 90% 20%, 900% 55%;
      background-position: 50% 40%, 100% 100%, -350% 60%, 0 0;
      height: auto;
      padding-bottom: 40px; }
      .trabalho-nao-pago .section-2 .info-left {
        margin-top: 320px;
        background-image: none;
        height: 250px; }
        .trabalho-nao-pago .section-2 .info-left .title {
          text-align: left;
          width: 100%;
          padding-top: 0px;
          font-size: 20px; }
        .trabalho-nao-pago .section-2 .info-left .text .text-info.symbol {
          height: 70px;
          float: left; }
        .trabalho-nao-pago .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 100%;
          float: left; }
        .trabalho-nao-pago .section-2 .info-left .text .number {
          font-size: 122px;
          width: auto;
          height: 200px;
          margin-right: 10px; }
          .trabalho-nao-pago .section-2 .info-left .text .number span {
            line-height: 30px;
            font-size: 120px; }
        .trabalho-nao-pago .section-2 .info-left .text .text-info {
          width: 50% !important;
          margin-left: auto;
          height: 70px; }
          .trabalho-nao-pago .section-2 .info-left .text .text-info span {
            font-size: 50px;
            line-height: 70px !important; }
          .trabalho-nao-pago .section-2 .info-left .text .text-info p {
            width: 100%;
            margin-top: 0px; }
        .trabalho-nao-pago .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
      .trabalho-nao-pago .section-2 .info-right {
        border-top: 3px solid #FBDFDF; }
        .trabalho-nao-pago .section-2 .info-right .text {
          height: 200px;
          float: none; }
          .trabalho-nao-pago .section-2 .info-right .text .number {
            height: 100px;
            font-size: 70px; }
            .trabalho-nao-pago .section-2 .info-right .text .number p {
              margin-top: 0px;
              margin-bottom: 0px;
              line-height: 100px; }
          .trabalho-nao-pago .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
    .trabalho-nao-pago .section-6 {
      margin-bottom: 80px; }
    .trabalho-nao-pago #graphic-trabalho-nao-pago-1, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-1,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-2, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-2,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-3, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-3,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-4, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-4,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-5, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-5,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-6, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-6,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-7, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-7 {
      width: 220%; }
  /* Vida em Casal */
  .vida-em-casal .title {
    font-size: 18px;
    line-height: 35px; }
  .vida-em-casal .section-2 {
    background-image: url("../img/mulher/vida_em_casal/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 60%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 35%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 40px; }
    .vida-em-casal .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 250px; }
      .vida-em-casal .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px; }
      .vida-em-casal .section-2 .info-left .text .text-info.symbol {
        height: 70px; }
      .vida-em-casal .section-2 .info-left .text .text-info.sub-text {
        height: 100px;
        width: 100%;
        float: left; }
      .vida-em-casal .section-2 .info-left .text .number {
        font-size: 122px;
        width: auto;
        height: 150px !important; }
        .vida-em-casal .section-2 .info-left .text .number span {
          line-height: 30px;
          font-size: 120px; }
      .vida-em-casal .section-2 .info-left .text .text-info {
        width: 50%;
        height: 70px;
        float: left; }
        .vida-em-casal .section-2 .info-left .text .text-info span {
          font-size: 50px;
          line-height: 70px; }
        .vida-em-casal .section-2 .info-left .text .text-info p {
          font-size: 10px !important;
          margin-top: 0px; }
      .vida-em-casal .section-2 .info-left .text .text-info.text {
        margin-left: 50%;
        width: 40%; }
    .vida-em-casal .section-2 .info-right {
      margin-left: 0px;
      margin-top: 120px;
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .vida-em-casal .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .vida-em-casal .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .vida-em-casal .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          margin-right: 10px; }
        .vida-em-casal .section-2 .info-right .text .number-text {
          width: 60% !important; }
          .vida-em-casal .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .vida-em-casal .section-3 .text {
    width: 90%; }
    .vida-em-casal .section-3 .text p {
      font-size: 12px; }
  .vida-em-casal .section-6 .text {
    width: 90%; }
    .vida-em-casal .section-6 .text p {
      font-size: 12px; }
  .vida-em-casal #graphic-vida-em-casal-1, .vida-em-casal #graphic-mobile-vida-em-casal-1,
  .vida-em-casal #graphic-vida-em-casal-2, .vida-em-casal #graphic-mobile-vida-em-casal-2,
  .vida-em-casal #graphic-vida-em-casal-3, .vida-em-casal #graphic-mobile-vida-em-casal-3,
  .vida-em-casal #graphic-vida-em-casal-4, .vida-em-casal #graphic-mobile-vida-em-casal-4 {
    width: 170%; }
  /* Conciliar Tudo */
  .conciliar-tudo .subtitle {
    width: 90%;
    margin: auto;
    font-size: 14px;
    line-height: 25px; }
  .conciliar-tudo .title p {
    font-size: 18px;
    line-height: 35px; }
  .conciliar-tudo .section-2 {
    background-image: url("../img/mulher/conciliar_tudo/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 80%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 30%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 50px; }
    .conciliar-tudo .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 250px; }
      .conciliar-tudo .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px; }
      .conciliar-tudo .section-2 .info-left .text .number {
        height: 180px !important;
        font-size: 122px;
        width: auto;
        height: 140px; }
        .conciliar-tudo .section-2 .info-left .text .number span {
          font-size: 130px !important; }
      .conciliar-tudo .section-2 .info-left .text .text-info {
        width: 50%;
        margin-left: 150px;
        height: 70px; }
        .conciliar-tudo .section-2 .info-left .text .text-info span {
          font-size: 50px;
          line-height: 130px; }
        .conciliar-tudo .section-2 .info-left .text .text-info p {
          font-size: 12px;
          margin-top: 20px; }
        .conciliar-tudo .section-2 .info-left .text .text-info.sub-text {
          width: auto;
          float: none; }
      .conciliar-tudo .section-2 .info-left .text .text-info.text {
        margin-left: 150px;
        width: 40% !important; }
      .conciliar-tudo .section-2 .info-left .title {
        font-size: 20px; }
    .conciliar-tudo .section-2 .info-right {
      margin-top: 0px;
      height: 150px;
      border-top: 3px solid #FBDFDF;
      width: 100%; }
      .conciliar-tudo .section-2 .info-right .text {
        margin: auto;
        width: 100%; }
        .conciliar-tudo .section-2 .info-right .text .text-info {
          font-size: 12px; }
          .conciliar-tudo .section-2 .info-right .text .text-info p br {
            display: none; }
        .conciliar-tudo .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto;
          margin-right: 15px; }
          .conciliar-tudo .section-2 .info-right .text .number p {
            margin-top: 10px; }
        .conciliar-tudo .section-2 .info-right .text .number-text {
          width: 100%; }
          .conciliar-tudo .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .conciliar-tudo .section-3 {
    margin-top: -50px; }
  .conciliar-tudo #graphic-conciliar-tudo-3, .conciliar-tudo #graphic-mobile-conciliar-tudo-3,
  .conciliar-tudo #graphic-conciliar-tudo-4, .conciliar-tudo #graphic-mobile-conciliar-tudo-4,
  .conciliar-tudo #graphic-conciliar-tudo-5, .conciliar-tudo #graphic-mobile-conciliar-tudo-5,
  .conciliar-tudo #graphic-conciliar-tudo-1, .conciliar-tudo #graphic-mobile-conciliar-tudo-1 {
    width: 180%; }
  /* Felizes */
  .felizes .title {
    font-size: 18px;
    line-height: 35px; }
  .felizes .section-2 {
    background-image: url("../img/mulher/felizes/background_2.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 60%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 100% 40%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .felizes .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 230px; }
      .felizes .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px; }
      .felizes .section-2 .info-left .text {
        height: 180px !important; }
        .felizes .section-2 .info-left .text .text-info.symbol {
          height: 70px; }
        .felizes .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 50%;
          float: left; }
        .felizes .section-2 .info-left .text .number {
          font-size: 122px;
          width: auto;
          height: 140px; }
          .felizes .section-2 .info-left .text .number span {
            line-height: 110px;
            font-size: 130px; }
        .felizes .section-2 .info-left .text .text-info {
          width: 50%;
          height: 70px;
          float: left; }
          .felizes .section-2 .info-left .text .text-info span {
            font-size: 50px;
            line-height: 70px; }
          .felizes .section-2 .info-left .text .text-info p {
            margin-top: 0px; }
        .felizes .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
      .felizes .section-2 .info-left .second-text-info {
        margin-left: 0px;
        width: 100%; }
        .felizes .section-2 .info-left .second-text-info .item {
          width: 30%; }
        .felizes .section-2 .info-left .second-text-info .item.item-bg {
          width: 60%;
          background-repeat: no-repeat; }
    .felizes .section-2 .info-right {
      margin-top: 100px;
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .felizes .section-2 .info-right .text {
        height: 200px;
        margin: auto;
        width: 100%; }
        .felizes .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto;
          margin-right: 10px; }
        .felizes .section-2 .info-right .text .number-text {
          width: 40%; }
          .felizes .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .felizes .section-3 {
    margin-top: -50px; }
  .felizes #graphic-felizes-1, .felizes #graphic-mobile-felizes-1,
  .felizes #graphic-felizes-2, .felizes #graphic-mobile-felizes-2 {
    width: 170%; }
  /* Oito Situações */
  .oito-situacoes .title {
    font-size: 18px;
    line-height: 35px; }
  .oito-situacoes .half.mr-auto {
    width: 100%; }
  .oito-situacoes .half.ml-auto {
    width: 100%; }
  .oito-situacoes .section-2 {
    background-image: url("../img/mulher/oito_situacoes/background_1.svg"), url("../img/mulher/oito_situacoes/background_2.png"), url("../img/mulher/background_1.svg");
    background-size: 70%, 70%, 150% 80%;
    background-position: 50% 43%, 50% 70%, 0 0;
    height: auto; }
    .oito-situacoes .section-2 .half.ml-auto {
      margin-top: 200px;
      padding-top: 220px; }
  .oito-situacoes .section-3,
  .oito-situacoes .section-4,
  .oito-situacoes .section-5,
  .oito-situacoes .section-6,
  .oito-situacoes .section-7,
  .oito-situacoes .section-8,
  .oito-situacoes .section-9 {
    background-size: 80%;
    background-position: 50% 0%;
    padding: 250px 0 0 0;
    padding-top: 500px;
    margin-top: 100px; }
  .oito-situacoes .section-9 {
    margin-bottom: 100px; }
  /* ------- */
  /* Overlay */
  #overlay-page .section-1-overlay {
    height: 100px;
    margin-top: 30px; }
    #overlay-page .section-1-overlay .logo {
      width: 100%; }
      #overlay-page .section-1-overlay .logo img {
        margin-left: 20%;
        width: 70%; }
    #overlay-page .section-1-overlay .title {
      margin-left: 0%; }
      #overlay-page .section-1-overlay .title p {
        font-size: 38px;
        line-height: 35px; }
    #overlay-page .section-1-overlay .close-responsive {
      display: inline;
      width: 100%; }
      #overlay-page .section-1-overlay .close-responsive .button {
        width: 30px;
        height: 30px;
        margin: auto; }
        #overlay-page .section-1-overlay .close-responsive .button div {
          padding-top: 6px;
          font-size: 20px; }
    #overlay-page .section-1-overlay .close {
      display: none; }
  #overlay-page .section-2-overlay .title {
    font-size: 30px;
    line-height: 35px; }
  #overlay-page .section-3-overlay {
    width: 100%; }
  /* Gráfico */
  .graphic .view-more {
    display: block; }
  .graphic img {
    filter: blur(5px);
    width: 150%; }
  /* Section - Estudo */
  .estudo .title p {
    font-size: 25px;
    letter-spacing: 0.2px;
    line-height: 30px; }
  .estudo .subtitle {
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: 23px; }
  .estudo .button {
    background-image: none;
    background-color: #4466B0; }
    .estudo .button .item {
      margin-left: 0px;
      padding-top: 16px; }
      .estudo .button .item a {
        letter-spacing: 0.16px;
        line-height: 30px; }
  /* Pages */
  .pages .arrow-button {
    padding-bottom: 0px;
    margin-bottom: 0px; }
  .pages .social-div {
    width: 100%; }
  .pages .section-2 .col-width {
    width: 100%; }
  .pages .section-2 .before-title .download {
    display: none; }
  .pages .section-2 .before-title .title {
    width: 100%; }
  .pages .section-2 .info-left {
    background-size: 150% 80%; }
    .pages .section-2 .info-left .title {
      width: 100%;
      margin-left: 0px;
      text-align: left; }
    .pages .section-2 .info-left .text {
      margin-left: 0px; }
      .pages .section-2 .info-left .text .number {
        float: left; }
        .pages .section-2 .info-left .text .number span {
          font-size: 150px; }
  .pages .section-2 .info-right .text {
    margin-right: 0px; }
  /* Barra - Capítulos */
  .before-next {
    background-size: 50% 100%, 100% 100%; }
    .before-next .next-chap .link {
      display: none; }
    .before-next .before-chap .link {
      display: none; }
  .graphic img {
    filter: blur(5px); }
  /* Modal Filhos */
  .modal-filhos .modal-content {
    width: 90%;
    background-size: 87%; }
    .modal-filhos .modal-content .title {
      width: 90%; }
    .modal-filhos .modal-content .text {
      width: 90%;
      text-align: center;
      margin: 50px auto; }
    .modal-filhos .modal-content .button-close {
      width: 100%;
      padding: 25px 15px; }
      .modal-filhos .modal-content .button-close p {
        line-height: 0px; }
    .modal-filhos .modal-content .number {
      line-height: 100px; }
  /* Modal Graphic */
  .modal-graphic .modal-content {
    width: 90%; } }

@media screen and (max-width: 449px) and (min-width: 351px) {
  /* Páginas */
  /* Mulher */
  .mulher .section-1 .title-page h1 {
    font-size: 27px;
    letter-spacing: 0.38px;
    line-height: 47px;
    width: 100%;
    margin: auto; }
  .mulher .section-2 {
    margin-top: 0px;
    background-image: url("../img/mulher/mulher/background_responsive_1.svg");
    padding-bottom: 100px; }
    .mulher .section-2 .title {
      line-height: 50px; }
      .mulher .section-2 .title h1 {
        font-size: 38px;
        font-weight: 700;
        letter-spacing: 0.38px;
        line-height: 47px; }
      .mulher .section-2 .title p {
        font-size: 20px;
        letter-spacing: 0.2px;
        line-height: 30px; }
    .mulher .section-2 .col-width .subtitle {
      color: #6f6f6f;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.12px;
      line-height: 22px; }
    .mulher .section-2 .col-width .text {
      color: #6f6f6f;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.12px;
      line-height: 22px; }
    .mulher .section-2 .col-width .item .button {
      margin-top: 30px; }
    .mulher .section-2 .col-width .item .title p {
      margin-top: 50px; }
    .mulher .section-2 .arrow-button p {
      margin-top: -60px; }
    .mulher .section-2 .grid .col-width {
      width: 100%;
      text-align: center;
      margin: auto; }
      .mulher .section-2 .grid .col-width .item {
        height: 500px; }
        .mulher .section-2 .grid .col-width .item .title p {
          margin: 0px;
          color: #376abc;
          font-size: 17px;
          letter-spacing: 0.17px;
          line-height: 23px;
          margin-left: auto;
          margin-right: auto;
          margin-top: 80px; }
        .mulher .section-2 .grid .col-width .item .button {
          margin-top: 0px; }
          .mulher .section-2 .grid .col-width .item .button a {
            font-size: 16px;
            letter-spacing: 0.16px;
            text-transform: uppercase; }
  /* Hábitos e Costumes */
  .habitos .number {
    height: 150px; }
    .habitos .number span {
      font-size: 120px;
      line-height: 170px;
      font-weight: 10;
      font-family: "Azosans-Bold"; }
  .habitos .col-width-text-right {
    width: 90%;
    margin: auto; }
    .habitos .col-width-text-right .text {
      height: auto; }
      .habitos .col-width-text-right .text .text-info {
        margin-left: 0%;
        width: 100%; }
        .habitos .col-width-text-right .text .text-info p {
          font-size: 14px; }
      .habitos .col-width-text-right .text .text-info.symbol {
        height: 150px; }
        .habitos .col-width-text-right .text .text-info.symbol span {
          line-height: 200px; }
  .habitos .col-width-text-left {
    width: 100%; }
    .habitos .col-width-text-left .text {
      height: auto; }
      .habitos .col-width-text-left .text .text-info {
        margin-left: 0%;
        width: 100%; }
      .habitos .col-width-text-left .text .text-info.symbol {
        height: 150px; }
        .habitos .col-width-text-left .text .text-info.symbol span {
          line-height: 190px; }
  .habitos .title p {
    font-size: 18px;
    line-height: 35px; }
  .habitos .section-2 {
    background-image: url("../img/mulher/background_3.svg"), url("../img/mulher/habitos_costumes/background_1.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 110% 10%, 85%, 90% 20%, 900% 55%;
    background-position: 100% 100%, 50% 40%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .habitos .section-2 .info-left {
      margin-top: 400px;
      background-image: none;
      height: 180px; }
      .habitos .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px;
        line-height: 0px; }
      .habitos .section-2 .info-left .text .text-info.symbol {
        height: 70px;
        width: 60%; }
        .habitos .section-2 .info-left .text .text-info.symbol span {
          line-height: 150px !important; }
      .habitos .section-2 .info-left .text .text-info.sub-text {
        height: 100px;
        width: 30%;
        float: left;
        padding-top: 20px; }
      .habitos .section-2 .info-left .text .number {
        font-size: 122px;
        width: 170px;
        height: 140px;
        margin-right: 10px; }
        .habitos .section-2 .info-left .text .number span {
          line-height: 200px;
          font-size: 140px; }
      .habitos .section-2 .info-left .text .text-info {
        width: 50%;
        margin-left: auto;
        height: 70px; }
        .habitos .section-2 .info-left .text .text-info span {
          font-size: 50px; }
        .habitos .section-2 .info-left .text .text-info p {
          font-size: 12px;
          line-height: 15px; }
      .habitos .section-2 .info-left .text .text-info.text {
        margin-left: 50%;
        width: 40%; }
    .habitos .section-2 .info-right {
      margin-top: 0px;
      height: 150px;
      border-top: 3px solid #FBDFDF;
      width: 100%;
      margin-right: 0px; }
      .habitos .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .habitos .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .habitos .section-2 .info-right .text .number-text p {
          padding-top: 0px; }
  .habitos .section-3 {
    margin-top: -40px !important;
    background-size: 100%;
    background-position: 20% 10%; }
    .habitos .section-3 .col-width-text-right {
      padding-top: 300px; }
  .habitos .section-4 {
    margin-top: 0px; }
    .habitos .section-4 .title {
      font-size: 35px; }
      .habitos .section-4 .title p {
        font-size: 18px;
        line-height: 35px; }
  .habitos .section-5 {
    height: 550px;
    background-size: 100%;
    padding-top: 300px;
    background-size: 70%;
    background-position: 50% 10%; }
    .habitos .section-5 .col-width-text-left {
      width: 90%;
      padding-top: 0px;
      margin: auto; }
      .habitos .section-5 .col-width-text-left .text {
        height: auto; }
  .habitos .section-6 {
    height: 400px;
    margin-top: 50px;
    margin-bottom: 350px;
    background-size: 80%;
    background-position: 50% 100%; }
    .habitos .section-6 .col-width-text-right {
      padding-top: 400px; }
  /* Pessoa Parceira */
  .pessoa-parceira .number {
    width: 60%;
    height: 150px; }
    .pessoa-parceira .number span {
      font-size: 130px;
      line-height: 170px; }
  .pessoa-parceira .title p {
    font-size: 18px;
    line-height: 35px; }
  .pessoa-parceira .section-2 {
    background-image: url("../img/mulher/pessoa_parceira/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 75%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 45%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .pessoa-parceira .section-2 .info-left {
      margin-top: 400px;
      background-image: none;
      height: 180px; }
      .pessoa-parceira .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px;
        line-height: 0px; }
      .pessoa-parceira .section-2 .info-left .text .text-info.symbol {
        height: 100px; }
      .pessoa-parceira .section-2 .info-left .text .text-info.sub-text {
        height: 100px;
        width: 30%; }
      .pessoa-parceira .section-2 .info-left .text .number {
        font-size: 122px;
        height: 160px; }
        .pessoa-parceira .section-2 .info-left .text .number span {
          line-height: 0px;
          font-size: 110px; }
      .pessoa-parceira .section-2 .info-left .text .text-info {
        width: 50%;
        margin-left: 140px;
        height: 70px; }
        .pessoa-parceira .section-2 .info-left .text .text-info span {
          font-size: 50px; }
        .pessoa-parceira .section-2 .info-left .text .text-info p {
          font-size: 12px;
          line-height: 15px;
          margin-top: 0px; }
      .pessoa-parceira .section-2 .info-left .text .text-info.text {
        margin-left: 50%;
        width: 40%; }
    .pessoa-parceira .section-2 .info-right {
      margin-top: 70px;
      height: 100px;
      border-top: 3px solid #FBDFDF;
      width: 100%;
      margin-right: 0px; }
      .pessoa-parceira .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .pessoa-parceira .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .pessoa-parceira .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto; }
          .pessoa-parceira .section-2 .info-right .text .number p {
            margin-top: -50px; }
        .pessoa-parceira .section-2 .info-right .text .number-text {
          width: 60% !important;
          margin-left: 20px; }
          .pessoa-parceira .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .pessoa-parceira .section-3 {
    margin-top: -40px; }
    .pessoa-parceira .section-3 .arrow-button {
      text-align: center; }
  .pessoa-parceira .section-4 {
    margin-top: 0px; }
  .pessoa-parceira .section-5 {
    margin-top: 0px; }
  .pessoa-parceira .section-6 {
    margin-top: 50px; }
  .pessoa-parceira #graphic-pessoa-1, .pessoa-parceira #graphic-mobile-pessoa-1 {
    width: 200%; }
  .pessoa-parceira #graphic-pessoa-2, .pessoa-parceira #graphic-mobile-pessoa-2,
  .pessoa-parceira #graphic-pessoa-3, .pessoa-parceira #graphic-mobile-pessoa-3,
  .pessoa-parceira #graphic-pessoa-4, .pessoa-parceira #graphic-mobile-pessoa-4 {
    width: 160%; }
  /* Filhos */
  .filhos .title {
    font-size: 18px;
    line-height: 35px; }
  .filhos .subtitle {
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 25px; }
  .filhos .text {
    width: 100%; }
  .filhos .section-2 {
    background-image: url("../img/mulher/filhos/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 90%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 45%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .filhos .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 250px; }
      .filhos .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px; }
      .filhos .section-2 .info-left .text .text-info.symbol {
        height: 70px; }
      .filhos .section-2 .info-left .text .text-info.sub-text {
        height: 100px;
        width: 100%;
        float: left; }
      .filhos .section-2 .info-left .text .number {
        font-size: 122px;
        height: 170px; }
        .filhos .section-2 .info-left .text .number span {
          line-height: 30px;
          font-size: 120px; }
      .filhos .section-2 .info-left .text .text-info {
        width: 50%;
        margin-left: 90px;
        height: 70px; }
        .filhos .section-2 .info-left .text .text-info span {
          font-size: 50px; }
        .filhos .section-2 .info-left .text .text-info p {
          padding-top: 0px; }
      .filhos .section-2 .info-left .text .text-info.text {
        margin-left: 50%;
        width: 40%; }
    .filhos .section-2 .info-right {
      margin-top: 100px;
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .filhos .section-2 .info-right .text {
        height: 120px;
        margin: auto;
        width: 100%; }
        .filhos .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .filhos .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto; }
        .filhos .section-2 .info-right .text .number-text {
          width: 50%; }
          .filhos .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .filhos .section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: 50px; }
    .filhos .section-4 .title-form {
      font-size: 22px; }
      .filhos .section-4 .title-form p {
        font-size: 16px;
        line-height: 35px; }
    .filhos .section-4 .form-box {
      height: 400px; }
      .filhos .section-4 .form-box .form-item {
        width: 50%;
        padding-left: 0px;
        height: 130px;
        margin-right: 0px; }
        .filhos .section-4 .form-box .form-item p {
          height: 40px; }
  .filhos .section-5 {
    margin-bottom: 50px; }
  .filhos .section-7 {
    margin-bottom: 50px; }
  .filhos .section-8 {
    margin-bottom: 0px; }
  .filhos .section-9 {
    margin-top: 50px; }
  .filhos #graphic-filhos-1, .filhos #graphic-mobile-filhos-1,
  .filhos #graphic-filhos-2, .filhos #graphic-mobile-filhos-2,
  .filhos #graphic-filhos-3, .filhos #graphic-mobile-filhos-3,
  .filhos #graphic-filhos-4, .filhos #graphic-mobile-filhos-4,
  .filhos #graphic-filhos-5, .filhos #graphic-mobile-filhos-5,
  .filhos #graphic-filhos-6, .filhos #graphic-mobile-filhos-6 {
    width: 160%; }
  /* Trabalho pago */
  .trabalho-pago .title {
    font-size: 18px;
    line-height: 35px; }
  .trabalho-pago .second-text {
    font-size: 12px;
    font-family: "Azosans-Regular";
    color: #999999; }
  .trabalho-pago .section-2 {
    background-image: url("../img/mulher/trabalho_pago/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 80%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 40%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .trabalho-pago .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 250px; }
      .trabalho-pago .section-2 .info-left .text .text-info.symbol {
        height: 70px; }
      .trabalho-pago .section-2 .info-left .text .text-info.sub-text {
        height: 100px;
        width: 100%; }
      .trabalho-pago .section-2 .info-left .text .number {
        font-size: 122px;
        width: 150px;
        height: 190px; }
        .trabalho-pago .section-2 .info-left .text .number span {
          line-height: 30px;
          font-size: 120px; }
      .trabalho-pago .section-2 .info-left .text .text-info {
        width: 50% !important;
        margin-left: 130px;
        height: 70px; }
        .trabalho-pago .section-2 .info-left .text .text-info span {
          font-size: 50px; }
        .trabalho-pago .section-2 .info-left .text .text-info p {
          margin-top: 20px; }
      .trabalho-pago .section-2 .info-left .text .text-info.text {
        margin-left: 50%;
        width: 40%; }
      .trabalho-pago .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px; }
    .trabalho-pago .section-2 .info-right {
      margin-top: 100px;
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .trabalho-pago .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .trabalho-pago .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .trabalho-pago .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto; }
        .trabalho-pago .section-2 .info-right .text .number-text {
          width: 60% !important;
          margin-left: 10px; }
          .trabalho-pago .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .trabalho-pago .section-3 {
    margin-bottom: 80px; }
  .trabalho-pago .section-4 {
    margin-top: 30px;
    margin-bottom: 80px; }
  .trabalho-pago .section-5 {
    margin-top: 30px; }
  .trabalho-pago .section-6 {
    margin-bottom: 80px; }
  .trabalho-pago #graphic-trabalho-pago-1, .trabalho-pago #graphic-mobile-trabalho-pago-1,
  .trabalho-pago #graphic-trabalho-pago-2, .trabalho-pago #graphic-mobile-trabalho-pago-2,
  .trabalho-pago #graphic-trabalho-pago-4, .trabalho-pago #graphic-mobile-trabalho-pago-4,
  .trabalho-pago #graphic-trabalho-pago-5, .trabalho-pago #graphic-mobile-trabalho-pago-5,
  .trabalho-pago #graphic-trabalho-pago-6, .trabalho-pago #graxphic-mobile-trabalho-pago-6,
  .trabalho-pago #graphic-trabalho-pago-7, .trabalho-pago #graphic-mobile-trabalho-pago-7 {
    width: 250%; }
  /* Trabalho não pago */
  .trabalho-nao-pago {
    /* Gráficos */ }
    .trabalho-nao-pago .title {
      font-size: 18px;
      line-height: 35px; }
    .trabalho-nao-pago .subtitle {
      width: 100%;
      margin: auto;
      font-size: 14px;
      line-height: 25px; }
    .trabalho-nao-pago .section-2 {
      background-image: url("../img/mulher/trabalho_nao_pago/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
      background-size: 70%, 110% 10%, 90% 20%, 900% 55%;
      background-position: 50% 35%, 100% 100%, -350% 60%, 0 0;
      height: auto;
      padding-bottom: 40px; }
      .trabalho-nao-pago .section-2 .info-left {
        margin-top: 320px;
        background-image: none;
        height: 350px; }
        .trabalho-nao-pago .section-2 .info-left .title {
          text-align: left;
          width: 100%;
          padding-top: 0px;
          font-size: 20px; }
        .trabalho-nao-pago .section-2 .info-left .text {
          height: 220px !important; }
          .trabalho-nao-pago .section-2 .info-left .text .text-info.symbol {
            height: 70px; }
          .trabalho-nao-pago .section-2 .info-left .text .text-info.sub-text {
            height: 100px;
            width: 100%; }
          .trabalho-nao-pago .section-2 .info-left .text .number {
            font-size: 122px;
            width: auto;
            height: 240px; }
            .trabalho-nao-pago .section-2 .info-left .text .number span {
              line-height: 30px;
              font-size: 120px; }
          .trabalho-nao-pago .section-2 .info-left .text .text-info {
            width: 50%;
            height: 70px;
            float: left; }
            .trabalho-nao-pago .section-2 .info-left .text .text-info span {
              font-size: 50px; }
            .trabalho-nao-pago .section-2 .info-left .text .text-info p {
              width: 100%; }
          .trabalho-nao-pago .section-2 .info-left .text .text-info.text {
            margin-left: 50%;
            width: 40%; }
      .trabalho-nao-pago .section-2 .info-right {
        border-top: 3px solid #FBDFDF;
        margin-top: 0px; }
        .trabalho-nao-pago .section-2 .info-right .text {
          height: 200px; }
          .trabalho-nao-pago .section-2 .info-right .text .number {
            height: 100px;
            font-size: 70px; }
            .trabalho-nao-pago .section-2 .info-right .text .number p {
              margin-top: 0px;
              margin-bottom: 0px;
              line-height: 100px; }
          .trabalho-nao-pago .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
    .trabalho-nao-pago .section-6 {
      margin-bottom: 80px; }
    .trabalho-nao-pago .section-3, .trabalho-nao-pago .section-4, .trabalho-nao-pago .section-5 {
      margin-bottom: 0px; }
    .trabalho-nao-pago #graphic-trabalho-nao-pago-1, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-1,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-2, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-2,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-3, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-3,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-4, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-4,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-5, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-5,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-6, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-6,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-7, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-7 {
      width: 220%; }
  /* Conciliar Tudo */
  .conciliar-tudo .subtitle {
    width: 90%;
    margin: auto;
    font-size: 14px;
    line-height: 25px; }
  .conciliar-tudo .title p {
    font-size: 18px;
    line-height: 35px; }
    .conciliar-tudo .title p br {
      display: none; }
  .conciliar-tudo .section-2 {
    background-image: url("../img/mulher/conciliar_tudo/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 80%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 30%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 50px; }
    .conciliar-tudo .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: auto; }
      .conciliar-tudo .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px; }
      .conciliar-tudo .section-2 .info-left .text .number {
        font-size: 122px;
        width: auto;
        height: 200px !important; }
        .conciliar-tudo .section-2 .info-left .text .number span {
          font-size: 130px !important; }
      .conciliar-tudo .section-2 .info-left .text .text-info {
        width: 50%;
        height: 70px;
        float: left; }
        .conciliar-tudo .section-2 .info-left .text .text-info span {
          font-size: 50px; }
        .conciliar-tudo .section-2 .info-left .text .text-info p {
          font-size: 12px;
          margin-top: 20px; }
      .conciliar-tudo .section-2 .info-left .text .text-info.text {
        margin-left: 50%;
        width: 40% !important; }
      .conciliar-tudo .section-2 .info-left .title {
        font-size: 20px; }
    .conciliar-tudo .section-2 .info-right {
      margin-top: 0px;
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .conciliar-tudo .section-2 .info-right .text {
        margin: auto;
        width: 100%; }
        .conciliar-tudo .section-2 .info-right .text .text-info {
          font-size: 12px; }
          .conciliar-tudo .section-2 .info-right .text .text-info p br {
            display: none; }
        .conciliar-tudo .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto;
          margin-right: 15px; }
        .conciliar-tudo .section-2 .info-right .text .number-text {
          width: 100%; }
          .conciliar-tudo .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .conciliar-tudo .section-3 {
    margin-top: -50px; }
  .conciliar-tudo #graphic-conciliar-tudo-3, .conciliar-tudo #graphic-mobile-conciliar-tudo-3,
  .conciliar-tudo #graphic-conciliar-tudo-4, .conciliar-tudo #graphic-mobile-conciliar-tudo-4,
  .conciliar-tudo #graphic-conciliar-tudo-5, .conciliar-tudo #graphic-mobile-conciliar-tudo-5,
  .conciliar-tudo #graphic-conciliar-tudo-1, .conciliar-tudo #graphic-mobile-conciliar-tudo-1 {
    width: 180%; }
  /* Felizes */
  .felizes .title {
    font-size: 18px;
    line-height: 35px; }
  .felizes .section-2 {
    background-image: url("../img/mulher/felizes/background_2.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 60%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 100% 35%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .felizes .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 230px; }
      .felizes .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px; }
      .felizes .section-2 .info-left .text {
        height: 150px !important; }
        .felizes .section-2 .info-left .text .text-info.symbol {
          height: 70px; }
        .felizes .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 40%;
          float: left; }
        .felizes .section-2 .info-left .text .number {
          font-size: 122px;
          width: auto;
          height: 140px; }
          .felizes .section-2 .info-left .text .number span {
            line-height: 110px;
            font-size: 130px; }
        .felizes .section-2 .info-left .text .text-info {
          width: 40%;
          height: 70px;
          float: left; }
          .felizes .section-2 .info-left .text .text-info span {
            font-size: 50px;
            line-height: 100px; }
        .felizes .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
      .felizes .section-2 .info-left .second-text-info {
        margin-left: 0px;
        width: 100%;
        margin-top: 15px; }
        .felizes .section-2 .info-left .second-text-info .item {
          width: 30%; }
        .felizes .section-2 .info-left .second-text-info .item.item-bg {
          width: 60%;
          background-repeat: no-repeat; }
    .felizes .section-2 .info-right {
      margin-top: 100px;
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .felizes .section-2 .info-right .text {
        height: 200px;
        margin: auto;
        width: 100%; }
        .felizes .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: 30%;
          margin-right: 10px; }
        .felizes .section-2 .info-right .text .number-text {
          width: 40%; }
          .felizes .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .felizes .section-3 {
    margin-top: -50px; }
  .felizes .section-4 {
    margin-top: 0px; }
  .felizes #graphic-felizes-1, .felizes #graphic-mobile-felizes-1,
  .felizes #graphic-felizes-2, .felizes #graphic-mobile-felizes-2 {
    width: 170%; }
  /* Oito Situações */
  .oito-situacoes .title {
    font-size: 18px;
    line-height: 35px; }
  .oito-situacoes .half.mr-auto {
    width: 100%; }
  .oito-situacoes .half.ml-auto {
    width: 100%; }
  .oito-situacoes .section-2 {
    background-image: url("../img/mulher/oito_situacoes/background_1.svg"), url("../img/mulher/oito_situacoes/background_2.png"), url("../img/mulher/background_1.svg");
    background-size: 50%, 70%, 150% 80%;
    background-position: 50% 41%, 70% 70%, 0 0;
    height: auto; }
    .oito-situacoes .section-2 .half.ml-auto {
      margin-top: 150px;
      padding-top: 120px; }
  .oito-situacoes .section-3,
  .oito-situacoes .section-4,
  .oito-situacoes .section-5,
  .oito-situacoes .section-6,
  .oito-situacoes .section-7,
  .oito-situacoes .section-8,
  .oito-situacoes .section-9 {
    background-size: 90%;
    background-position: 50% 0%;
    padding: 250px 0 0 0;
    padding-top: 400px;
    margin-top: 100px; }
  .oito-situacoes .section-9 {
    margin-bottom: 100px; }
  /* Vida em Casal */
  .vida-em-casal .title {
    font-size: 18px;
    line-height: 35px; }
  .vida-em-casal .section-2 {
    background-image: url("../img/mulher/vida_em_casal/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 80%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 43%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 40px; }
    .vida-em-casal .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 250px; }
      .vida-em-casal .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px; }
      .vida-em-casal .section-2 .info-left .text .text-info.symbol {
        height: 70px; }
      .vida-em-casal .section-2 .info-left .text .text-info.sub-text {
        height: 100px;
        width: 100%; }
      .vida-em-casal .section-2 .info-left .text .number {
        font-size: 122px;
        width: auto;
        height: 210px !important; }
        .vida-em-casal .section-2 .info-left .text .number span {
          line-height: 30px;
          font-size: 120px; }
      .vida-em-casal .section-2 .info-left .text .text-info {
        width: 50%;
        margin-left: 150px;
        height: 70px; }
        .vida-em-casal .section-2 .info-left .text .text-info span {
          font-size: 50px; }
        .vida-em-casal .section-2 .info-left .text .text-info p {
          margin-top: 20px; }
      .vida-em-casal .section-2 .info-left .text .text-info.text {
        margin-left: 50%;
        width: 40%; }
    .vida-em-casal .section-2 .info-right {
      margin-left: 0px;
      margin-top: 110px;
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .vida-em-casal .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .vida-em-casal .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .vida-em-casal .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          margin-right: 10px; }
        .vida-em-casal .section-2 .info-right .text .number-text {
          width: 60% !important; }
          .vida-em-casal .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .vida-em-casal .section-3 {
    margin-bottom: 0px; }
    .vida-em-casal .section-3 .text {
      width: 90%; }
      .vida-em-casal .section-3 .text p {
        font-size: 12px; }
  .vida-em-casal .section-4 {
    margin-bottom: 0px; }
  .vida-em-casal .section-6 .text {
    width: 90%; }
    .vida-em-casal .section-6 .text p {
      font-size: 12px; }
  .vida-em-casal #graphic-vida-em-casal-1, .vida-em-casal #graphic-mobile-vida-em-casal-1,
  .vida-em-casal #graphic-vida-em-casal-2, .vida-em-casal #graphic-mobile-vida-em-casal-2,
  .vida-em-casal #graphic-vida-em-casal-3, .vida-em-casal #graphic-mobile-vida-em-casal-3,
  .vida-em-casal #graphic-vida-em-casal-4, .vida-em-casal #graphic-mobile-vida-em-casal-4 {
    width: 170%; }
  /* ------- */
  /* Overlay */
  #overlay-page .section-1-overlay {
    height: 100px;
    margin-top: 30px; }
    #overlay-page .section-1-overlay .logo {
      width: 100%; }
      #overlay-page .section-1-overlay .logo img {
        margin-left: 20%;
        width: 70%; }
    #overlay-page .section-1-overlay .title {
      margin-left: 0%; }
      #overlay-page .section-1-overlay .title p {
        font-size: 27px;
        line-height: 35px; }
    #overlay-page .section-1-overlay .close-responsive {
      display: inline;
      width: 100%; }
      #overlay-page .section-1-overlay .close-responsive .button {
        width: 30px;
        height: 30px;
        margin: auto; }
        #overlay-page .section-1-overlay .close-responsive .button div {
          padding-top: 6px;
          font-size: 20px; }
    #overlay-page .section-1-overlay .close {
      display: none; }
  #overlay-page .section-2-overlay .title {
    font-size: 30px;
    line-height: 35px; }
  #overlay-page .section-3-overlay {
    width: 100%; }
  /* Modal - Graphic */
  .modal-graphic .modal-content {
    width: 100%; }
  /* Página - Filhos */
  .filhos .section-4 .form-box {
    height: 400px; }
    .filhos .section-4 .form-box .form-item {
      width: 50%;
      padding-left: 0px;
      height: 130px; }
      .filhos .section-4 .form-box .form-item p {
        height: 40px; }
  /* Modal Filhos */
  .modal-filhos .modal-content {
    width: 90%;
    background-size: 87%; }
    .modal-filhos .modal-content .title {
      width: 90%; }
    .modal-filhos .modal-content .text {
      width: 90%;
      text-align: center;
      margin: 50px auto; }
    .modal-filhos .modal-content .button-close {
      width: 100%;
      padding: 25px 15px; }
      .modal-filhos .modal-content .button-close p {
        line-height: 0px; }
    .modal-filhos .modal-content .number {
      line-height: 100px; }
  /* Pages */
  .pages .section-2 .before-title .download {
    display: none; }
  .pages .section-2 .before-title .title {
    width: 100%; }
  .pages .section-2 .col-width {
    width: 100%; }
  .pages .section-2 .info-left {
    width: 100%; }
    .pages .section-2 .info-left .title {
      margin: auto; }
    .pages .section-2 .info-left .text {
      width: 100%;
      margin: auto;
      height: auto; }
      .pages .section-2 .info-left .text .number {
        float: left; }
      .pages .section-2 .info-left .text .text-info.symbol span {
        font-size: 60px;
        line-height: 130px; }
  .pages .section-2 .info-right {
    width: 100%; }
  .pages .social-div {
    width: 100%; }
  .pages .arrow-button {
    padding-bottom: 0px;
    margin-bottom: 50px; }
    .pages .arrow-button img {
      width: 20%; }
  .pages .graphic img {
    width: 100%; }
  /* Gráfico */
  .graphic .view-more {
    display: block; }
  .graphic img {
    filter: blur(5px);
    width: 150%; }
  /* Section - Estudo */
  .estudo .title p {
    font-size: 25px;
    letter-spacing: 0.2px;
    line-height: 30px; }
  .estudo .subtitle {
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: 23px; }
  .estudo .button {
    background-image: none;
    background-color: #4466B0; }
    .estudo .button .item {
      margin-left: 0px;
      padding-top: 16px; }
      .estudo .button .item a {
        letter-spacing: 0.16px;
        line-height: 30px; }
  /* Barra - Capítulos */
  .before-next {
    background-size: 50% 100%, 100% 100%; }
    .before-next .next-chap .link {
      display: none; }
    .before-next .before-chap .link {
      display: none; } }

@media screen and (max-width: 350px) {
  /* Páginas */
  .habitos .section-2 .info-left .title,
  .pessoa-parceira .section-2 .info-left .title {
    text-align: left;
    width: 100%;
    padding-top: 0px;
    font-size: 20px;
    line-height: 0px; }
  .habitos .title p,
  .pessoa-parceira .title p {
    font-size: 18px;
    line-height: 35px; }
  /* Mulher */
  .mulher .section-1 .title h1 {
    font-size: 38px;
    letter-spacing: 0.38px;
    line-height: 47px;
    width: 90%;
    margin: auto; }
  .mulher .section-1 .col-width .subtitle {
    font-weight: 400;
    letter-spacing: 0.12px;
    line-height: 22px; }
  .mulher .section-2 {
    margin-top: 0px;
    background-image: url("../img/mulher/mulher/background_responsive_1.svg");
    padding-bottom: 100px; }
    .mulher .section-2 .title {
      line-height: 50px; }
      .mulher .section-2 .title h1 {
        font-size: 38px;
        font-weight: 700;
        letter-spacing: 0.38px;
        line-height: 47px; }
    .mulher .section-2 .col-width .subtitle {
      color: #6f6f6f;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.12px;
      line-height: 22px; }
    .mulher .section-2 .col-width .text {
      color: #6f6f6f;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.12px;
      line-height: 22px; }
    .mulher .section-2 .arrow-button p {
      margin-top: -60px; }
    .mulher .section-2 .title p {
      font-size: 20px;
      letter-spacing: 0.2px;
      line-height: 30px; }
    .mulher .section-2 .grid .col-width {
      width: 100%;
      text-align: center;
      margin: auto; }
      .mulher .section-2 .grid .col-width .item {
        height: 450px; }
        .mulher .section-2 .grid .col-width .item .title p {
          margin: 0px;
          font-size: 17px;
          letter-spacing: 0.17px;
          line-height: 23px;
          margin-left: auto;
          margin-right: auto; }
        .mulher .section-2 .grid .col-width .item .button {
          margin-top: 40px; }
          .mulher .section-2 .grid .col-width .item .button a {
            font-size: 16px;
            letter-spacing: 0.16px;
            text-transform: uppercase; }
  /* Hábitos e Costumes */
  .habitos .number {
    height: 150px; }
    .habitos .number span {
      font-size: 130px;
      line-height: 170px; }
  .habitos .col-width-text-right {
    width: 90%;
    margin: auto; }
    .habitos .col-width-text-right .text {
      height: auto; }
      .habitos .col-width-text-right .text .text-info {
        margin-left: 0%;
        width: 100%; }
        .habitos .col-width-text-right .text .text-info p {
          font-size: 14px; }
      .habitos .col-width-text-right .text .text-info.symbol {
        height: 150px; }
        .habitos .col-width-text-right .text .text-info.symbol span {
          line-height: 200px; }
  .habitos .col-width-text-left {
    width: 100%; }
    .habitos .col-width-text-left .text {
      height: auto; }
      .habitos .col-width-text-left .text .text-info {
        margin-left: 0%;
        width: 100%; }
      .habitos .col-width-text-left .text .text-info.symbol {
        height: 150px; }
        .habitos .col-width-text-left .text .text-info.symbol span {
          line-height: 200px; }
  .habitos .section-2 {
    background-image: url("../img/mulher/background_3.svg"), url("../img/mulher/habitos_costumes/background_1.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 110% 10%, 100%, 90% 20%, 900% 55%;
    background-position: 100% 100%, 50% 40%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .habitos .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 180px; }
      .habitos .section-2 .info-left .text .text-info.symbol {
        height: 70px; }
      .habitos .section-2 .info-left .text .text-info.sub-text {
        height: auto;
        width: 40%;
        float: left;
        padding-top: 10px; }
      .habitos .section-2 .info-left .text .number {
        font-size: 122px;
        height: auto; }
        .habitos .section-2 .info-left .text .number span {
          line-height: 180px;
          font-size: 110px;
          font-weight: 10; }
      .habitos .section-2 .info-left .text .text-info {
        width: 50%;
        margin-left: auto;
        height: 70px; }
        .habitos .section-2 .info-left .text .text-info span {
          font-size: 50px; }
        .habitos .section-2 .info-left .text .text-info p {
          font-size: 12px;
          line-height: 15px; }
      .habitos .section-2 .info-left .text .text-info.text {
        margin-left: 50%;
        width: 40%; }
    .habitos .section-2 .info-right {
      margin-right: 0px !important;
      margin-top: 0px;
      height: 150px;
      border-top: 3px solid #FBDFDF;
      width: 100%;
      margin-right: 0px; }
      .habitos .section-2 .info-right .text {
        height: auto;
        margin: auto;
        width: 100%; }
        .habitos .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .habitos .section-2 .info-right .text .number-text p {
          padding-top: 0px; }
  .habitos .section-3 {
    background-size: 100%;
    background-position: 20% 20%; }
    .habitos .section-3 .col-width-text-right {
      padding-top: 300px; }
  .habitos .section-4 {
    margin-top: 0px; }
    .habitos .section-4 .title {
      font-size: 35px; }
      .habitos .section-4 .title p {
        font-size: 18px;
        line-height: 35px; }
  .habitos .section-5 {
    height: 550px;
    background-size: 100%;
    padding-top: 300px;
    background-size: 90%;
    background-position: 50% 10%; }
    .habitos .section-5 .col-width-text-left {
      width: 90%;
      padding-top: 0px;
      margin: auto; }
      .habitos .section-5 .col-width-text-left .text {
        height: auto; }
  .habitos .section-6 {
    height: 400px;
    margin-top: 50px;
    margin-bottom: 350px;
    background-size: 100%;
    background-position: 0 100%; }
    .habitos .section-6 .col-width-text-right {
      padding-top: 400px; }
  /* Pessoa Parceira */
  .pessoa-parceira .number {
    width: 60%;
    height: 150px; }
    .pessoa-parceira .number span {
      font-size: 130px;
      line-height: 170px; }
  .pessoa-parceira .section-2 {
    background-image: url("../img/mulher/pessoa_parceira/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 90%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 45%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .pessoa-parceira .section-2 .info-left {
      margin-top: 400px;
      background-image: none;
      height: 190px; }
      .pessoa-parceira .section-2 .info-left .text {
        height: 160px; }
        .pessoa-parceira .section-2 .info-left .text .text-info.symbol {
          height: 100px; }
        .pessoa-parceira .section-2 .info-left .text .text-info.sub-text {
          height: auto;
          width: 50% !important;
          float: left; }
        .pessoa-parceira .section-2 .info-left .text .number {
          font-size: 122px;
          height: auto; }
          .pessoa-parceira .section-2 .info-left .text .number span {
            line-height: 0px;
            font-size: 110px; }
        .pessoa-parceira .section-2 .info-left .text .text-info {
          width: 50%;
          margin-left: auto;
          height: 70px; }
          .pessoa-parceira .section-2 .info-left .text .text-info span {
            font-size: 50px; }
          .pessoa-parceira .section-2 .info-left .text .text-info p {
            font-size: 12px;
            line-height: 15px;
            margin-top: 0px; }
        .pessoa-parceira .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
    .pessoa-parceira .section-2 .info-right {
      margin-top: 70px;
      height: 100px;
      border-top: 3px solid #FBDFDF;
      width: 100%;
      margin-right: 0px; }
      .pessoa-parceira .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .pessoa-parceira .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .pessoa-parceira .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto; }
          .pessoa-parceira .section-2 .info-right .text .number p {
            margin-top: -50px; }
        .pessoa-parceira .section-2 .info-right .text .number-text {
          width: 50% !important;
          margin-left: 20px; }
          .pessoa-parceira .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .pessoa-parceira .section-3 {
    margin-top: -40px; }
    .pessoa-parceira .section-3 .arrow-button {
      text-align: center; }
  .pessoa-parceira .section-4 {
    margin-top: 0px; }
  .pessoa-parceira .section-5 {
    margin-top: 0px; }
  .pessoa-parceira .section-6 {
    margin-top: 50px; }
  .pessoa-parceira #graphic-pessoa-1, .pessoa-parceira #graphic-mobile-pessoa-1 {
    width: 200%; }
  .pessoa-parceira #graphic-pessoa-2, .pessoa-parceira #graphic-mobile-pessoa-2,
  .pessoa-parceira #graphic-pessoa-3, .pessoa-parceira #graphic-mobile-pessoa-3,
  .pessoa-parceira #graphic-pessoa-4, .pessoa-parceira #graphic-mobile-pessoa-4 {
    width: 160%; }
  /* Filhos */
  .filhos .title {
    font-size: 18px;
    line-height: 35px; }
  .filhos .subtitle {
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 25px; }
  .filhos .text {
    width: 100%; }
  .filhos .section-2 {
    background-image: url("../img/mulher/filhos/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 90%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 40%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .filhos .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 200px; }
      .filhos .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px;
        line-height: 35px; }
      .filhos .section-2 .info-left .text {
        height: 170px; }
        .filhos .section-2 .info-left .text .text-info.symbol {
          height: 90px;
          width: 50%; }
        .filhos .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 100%;
          float: left; }
        .filhos .section-2 .info-left .text .number {
          font-size: 122px;
          height: 140px; }
          .filhos .section-2 .info-left .text .number span {
            line-height: 30px;
            font-size: 120px;
            font-weight: 10; }
        .filhos .section-2 .info-left .text .text-info {
          width: auto;
          margin-left: auto;
          height: 70px; }
          .filhos .section-2 .info-left .text .text-info span {
            font-size: 50px; }
        .filhos .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
    .filhos .section-2 .info-right {
      margin-top: 100px;
      margin-bottom: 30px;
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .filhos .section-2 .info-right .text {
        height: 120px;
        margin: auto;
        width: 100%; }
        .filhos .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .filhos .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: 30%; }
        .filhos .section-2 .info-right .text .number-text {
          width: 50%; }
          .filhos .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .filhos .section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: 50px; }
    .filhos .section-4 .title-form p {
      font-size: 16px;
      line-height: 30px; }
    .filhos .section-4 .form-box {
      height: 400px; }
      .filhos .section-4 .form-box .form-item {
        width: 50%;
        padding-left: 0px;
        height: 130px;
        margin-right: 0px; }
        .filhos .section-4 .form-box .form-item p {
          height: 40px; }
  .filhos .section-5, .filhos .section-7 {
    margin-bottom: 0px; }
  .filhos .section-8 {
    margin-bottom: 50px; }
  .filhos .section-9 {
    margin-top: 0px; }
    .filhos .section-9 .title p {
      font-size: 18px; }
  .filhos #graphic-filhos-1, .filhos #graphic-mobile-filhos-1,
  .filhos #graphic-filhos-2, .filhos #graphic-mobile-filhos-2,
  .filhos #graphic-filhos-3, .filhos #graphic-mobile-filhos-3,
  .filhos #graphic-filhos-4, .filhos #graphic-mobile-filhos-4,
  .filhos #graphic-filhos-5, .filhos #graphic-mobile-filhos-5,
  .filhos #graphic-filhos-6, .filhos #graphic-mobile-filhos-6 {
    width: 160%; }
  /* Conciliar Tudo */
  .conciliar-tudo .subtitle {
    width: 90%;
    margin: auto;
    font-size: 14px;
    line-height: 25px; }
  .conciliar-tudo .title p {
    font-size: 18px;
    line-height: 35px; }
    .conciliar-tudo .title p br {
      display: none; }
  .conciliar-tudo .section-2 {
    background-image: url("../img/mulher/conciliar_tudo/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 90%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 35%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 50px; }
    .conciliar-tudo .section-2 .info-left {
      margin-top: 260px;
      background-image: none;
      height: auto; }
      .conciliar-tudo .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        line-height: 35px; }
      .conciliar-tudo .section-2 .info-left .text {
        height: 200px; }
        .conciliar-tudo .section-2 .info-left .text .number {
          font-size: 122px;
          width: auto;
          height: 200px !important; }
          .conciliar-tudo .section-2 .info-left .text .number span {
            font-size: 120px; }
        .conciliar-tudo .section-2 .info-left .text .text-info {
          width: 50%;
          height: 90px;
          float: left; }
          .conciliar-tudo .section-2 .info-left .text .text-info span {
            font-size: 50px; }
          .conciliar-tudo .section-2 .info-left .text .text-info p {
            font-size: 12px;
            margin-top: 0px; }
        .conciliar-tudo .section-2 .info-left .text .text-info.symbol {
          float: none; }
        .conciliar-tudo .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
      .conciliar-tudo .section-2 .info-left .title {
        font-size: 20px; }
    .conciliar-tudo .section-2 .info-right {
      margin-top: 0px;
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .conciliar-tudo .section-2 .info-right .text {
        margin: auto;
        width: 100%; }
        .conciliar-tudo .section-2 .info-right .text .text-info {
          font-size: 14px; }
          .conciliar-tudo .section-2 .info-right .text .text-info p br {
            display: none; }
        .conciliar-tudo .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto; }
          .conciliar-tudo .section-2 .info-right .text .number p {
            margin-top: 10px; }
        .conciliar-tudo .section-2 .info-right .text .number-text {
          width: 100%; }
          .conciliar-tudo .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .conciliar-tudo .section-3 {
    margin-top: -50px; }
  .conciliar-tudo #graphic-conciliar-tudo-3, .conciliar-tudo #graphic-mobile-conciliar-tudo-3,
  .conciliar-tudo #graphic-conciliar-tudo-4, .conciliar-tudo #graphic-mobile-conciliar-tudo-4,
  .conciliar-tudo #graphic-conciliar-tudo-5, .conciliar-tudo #graphic-mobile-conciliar-tudo-5,
  .conciliar-tudo #graphic-conciliar-tudo-1, .conciliar-tudo #graphic-mobile-conciliar-tudo-1 {
    width: 180%; }
  /* Trabalho pago */
  .trabalho-pago .title {
    font-size: 18px;
    line-height: 35px; }
  .trabalho-pago .second-text {
    font-size: 12px;
    font-family: "Azosans-Regular";
    color: #999999; }
  .trabalho-pago .section-2 {
    background-image: url("../img/mulher/background_3.svg"), url("../img/mulher/trabalho_pago/background_1.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 110% 10%, 90%, 90% 20%, 900% 55%;
    background-position: 100% 100%, 50% 40%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .trabalho-pago .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 250px; }
      .trabalho-pago .section-2 .info-left .text .text-info.symbol {
        height: 90px; }
      .trabalho-pago .section-2 .info-left .text .text-info.sub-text {
        height: 100px;
        width: 100%;
        float: left; }
      .trabalho-pago .section-2 .info-left .text .number {
        font-size: 122px;
        width: 50%;
        height: 140px; }
        .trabalho-pago .section-2 .info-left .text .number span {
          line-height: 30px;
          font-size: 120px; }
      .trabalho-pago .section-2 .info-left .text .text-info {
        width: 50% !important;
        margin-left: auto;
        height: 70px; }
        .trabalho-pago .section-2 .info-left .text .text-info span {
          font-size: 50px; }
        .trabalho-pago .section-2 .info-left .text .text-info p {
          margin-top: 0px; }
      .trabalho-pago .section-2 .info-left .text .text-info.text {
        margin-left: 50%;
        width: 40%; }
      .trabalho-pago .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px;
        line-height: 35px; }
    .trabalho-pago .section-2 .info-right {
      margin-top: 60px;
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .trabalho-pago .section-2 .info-right .text {
        height: 200px;
        margin: auto;
        width: 100%; }
        .trabalho-pago .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .trabalho-pago .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: 30%; }
        .trabalho-pago .section-2 .info-right .text .number-text {
          width: 60% !important;
          margin-left: 10px; }
          .trabalho-pago .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .trabalho-pago .section-3 {
    margin-bottom: 0px; }
  .trabalho-pago .section-4, .trabalho-pago .section-5, .trabalho-pago .section-6 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .trabalho-pago #graphic-trabalho-pago-1, .trabalho-pago #graphic-mobile-trabalho-pago-1,
  .trabalho-pago #graphic-trabalho-pago-2, .trabalho-pago #graphic-mobile-trabalho-pago-2,
  .trabalho-pago #graphic-trabalho-pago-4, .trabalho-pago #graphic-mobile-trabalho-pago-4,
  .trabalho-pago #graphic-trabalho-pago-5, .trabalho-pago #graphic-mobile-trabalho-pago-5,
  .trabalho-pago #graphic-trabalho-pago-6, .trabalho-pago #graphic-mobile-trabalho-pago-6,
  .trabalho-pago #graphic-trabalho-pago-7, .trabalho-pago #graphic-mobile-trabalho-pago-7 {
    width: 250%; }
  /* Trabalho não pago */
  .trabalho-nao-pago {
    /* Gráficos */ }
    .trabalho-nao-pago .title {
      font-size: 18px;
      line-height: 35px; }
    .trabalho-nao-pago .subtitle {
      width: 100%;
      margin: auto;
      font-size: 14px;
      line-height: 25px; }
    .trabalho-nao-pago .section-2 {
      background-image: url("../img/mulher/trabalho_nao_pago/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
      background-size: 100%, 110% 10%, 90% 20%, 900% 55%;
      background-position: 50% 40%, 100% 100%, -350% 60%, 0 0;
      height: auto;
      padding-bottom: 30px; }
      .trabalho-nao-pago .section-2 .info-left {
        margin-top: 320px;
        background-image: none;
        height: 250px; }
        .trabalho-nao-pago .section-2 .info-left .title {
          text-align: left;
          width: 100%;
          padding-top: 0px;
          font-size: 20px;
          line-height: 35px; }
        .trabalho-nao-pago .section-2 .info-left .text {
          height: 170px; }
          .trabalho-nao-pago .section-2 .info-left .text .text-info.symbol {
            height: 90px; }
          .trabalho-nao-pago .section-2 .info-left .text .text-info.sub-text {
            height: 100px;
            width: 100%;
            float: left; }
          .trabalho-nao-pago .section-2 .info-left .text .number {
            font-size: 122px;
            width: 50%;
            height: 200px; }
            .trabalho-nao-pago .section-2 .info-left .text .number span {
              line-height: 30px;
              font-size: 120px; }
          .trabalho-nao-pago .section-2 .info-left .text .text-info {
            width: 50% !important;
            margin-left: auto;
            height: 70px; }
            .trabalho-nao-pago .section-2 .info-left .text .text-info span {
              font-size: 50px;
              line-height: 110px; }
            .trabalho-nao-pago .section-2 .info-left .text .text-info p {
              width: 100%;
              margin-top: 0px; }
          .trabalho-nao-pago .section-2 .info-left .text .text-info.text {
            margin-left: 50%;
            width: 40%; }
      .trabalho-nao-pago .section-2 .info-right {
        border-top: 3px solid #FBDFDF;
        margin-top: 50px; }
        .trabalho-nao-pago .section-2 .info-right .text {
          height: 200px; }
          .trabalho-nao-pago .section-2 .info-right .text .number {
            height: 100px;
            font-size: 70px; }
            .trabalho-nao-pago .section-2 .info-right .text .number p {
              margin-top: 0px;
              margin-bottom: 0px;
              line-height: 100px; }
          .trabalho-nao-pago .section-2 .info-right .text .number-text {
            width: 30% !important; }
            .trabalho-nao-pago .section-2 .info-right .text .number-text p {
              padding-top: 0px; }
    .trabalho-nao-pago .section-3 {
      margin-bottom: 0px; }
    .trabalho-nao-pago .section-6 {
      margin-bottom: 80px; }
    .trabalho-nao-pago .section-4, .trabalho-nao-pago .section-5 {
      margin-bottom: 0px; }
    .trabalho-nao-pago #graphic-trabalho-nao-pago-1, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-1,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-2, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-2,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-3, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-3,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-4, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-4,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-5, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-5,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-6, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-6,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-7, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-7,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-8, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-8,
    .trabalho-nao-pago #graphic-trabalho-nao-pago-9, .trabalho-nao-pago #graphic-mobile-trabalho-nao-pago-9 {
      width: 220%; }
  /* Vida em Casal */
  .vida-em-casal .title {
    font-size: 18px;
    line-height: 35px; }
  .vida-em-casal .section-2 {
    background-image: url("../img/mulher/vida_em_casal/background_1.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 90%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 50% 45%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 40px; }
    .vida-em-casal .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: auto;
      margin-bottom: 20px; }
      .vida-em-casal .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px;
        line-height: 35px; }
      .vida-em-casal .section-2 .info-left .text {
        height: 200px; }
        .vida-em-casal .section-2 .info-left .text .text-info.symbol {
          height: 90px; }
        .vida-em-casal .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 100%;
          float: left; }
        .vida-em-casal .section-2 .info-left .text .number {
          font-size: 122px;
          width: 50%;
          height: 200px !important; }
          .vida-em-casal .section-2 .info-left .text .number span {
            line-height: 30px;
            font-size: 120px; }
        .vida-em-casal .section-2 .info-left .text .text-info {
          width: 50%;
          margin-left: auto;
          height: 90px; }
          .vida-em-casal .section-2 .info-left .text .text-info span {
            font-size: 50px; }
          .vida-em-casal .section-2 .info-left .text .text-info p {
            margin-top: 0px; }
        .vida-em-casal .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
    .vida-em-casal .section-2 .info-right {
      margin-left: 0px;
      margin-top: 130px;
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .vida-em-casal .section-2 .info-right .text {
        height: 100px;
        margin: auto;
        width: 100%; }
        .vida-em-casal .section-2 .info-right .text .text-info {
          font-size: 10px; }
        .vida-em-casal .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          margin-right: 10px; }
        .vida-em-casal .section-2 .info-right .text .number-text {
          width: 60% !important; }
          .vida-em-casal .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .vida-em-casal .section-3 {
    margin-bottom: 0px; }
    .vida-em-casal .section-3 .text {
      width: 90%; }
      .vida-em-casal .section-3 .text p {
        font-size: 12px; }
  .vida-em-casal .section-4 {
    margin-bottom: 0px; }
  .vida-em-casal .section-6 .text {
    width: 90%; }
    .vida-em-casal .section-6 .text p {
      font-size: 12px; }
  .vida-em-casal #graphic-vida-em-casal-1, .vida-em-casal #graphic-mobile-vida-em-casal-1,
  .vida-em-casal #graphic-vida-em-casal-2, .vida-em-casal #graphic-mobile-vida-em-casal-2,
  .vida-em-casal #graphic-vida-em-casal-3, .vida-em-casal #graphic-mobile-vida-em-casal-3,
  .vida-em-casal #graphic-vida-em-casal-4, .vida-em-casal #graphic-mobile-vida-em-casal-4 {
    width: 170%; }
  /* Felizes */
  .felizes .title {
    font-size: 18px;
    line-height: 35px; }
  .felizes .subtitle {
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 25px; }
    .felizes .subtitle p {
      font-size: 14px;
      line-height: 35px; }
  .felizes .section-2 {
    background-image: url("../img/mulher/felizes/background_2.svg"), url("../img/mulher/background_3.svg"), url("../img/mulher/background_2.svg"), url("../img/mulher/background_1.svg");
    background-size: 80%, 110% 10%, 90% 20%, 900% 55%;
    background-position: 100% 40%, 100% 100%, -350% 60%, 0 0;
    height: auto;
    padding-bottom: 30px; }
    .felizes .section-2 .second-text-info {
      margin-left: 0px;
      width: 100%; }
      .felizes .section-2 .second-text-info .item {
        width: 30%; }
      .felizes .section-2 .second-text-info .item.item-bg {
        width: 60%; }
    .felizes .section-2 .info-left {
      margin-top: 320px;
      background-image: none;
      height: 250px; }
      .felizes .section-2 .info-left .title {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        font-size: 20px; }
      .felizes .section-2 .info-left .text {
        height: 150px !important; }
        .felizes .section-2 .info-left .text .text-info.symbol {
          height: 70px; }
        .felizes .section-2 .info-left .text .text-info.sub-text {
          height: 100px;
          width: 50%;
          float: left; }
        .felizes .section-2 .info-left .text .number {
          font-size: 122px;
          width: 50%;
          height: 140px; }
          .felizes .section-2 .info-left .text .number span {
            line-height: 110px;
            font-size: 120px; }
        .felizes .section-2 .info-left .text .text-info {
          width: 50%;
          margin-left: auto;
          height: 70px; }
          .felizes .section-2 .info-left .text .text-info span {
            font-size: 50px;
            line-height: 110px; }
          .felizes .section-2 .info-left .text .text-info p {
            font-size: 10px; }
        .felizes .section-2 .info-left .text .text-info.text {
          margin-left: 50%;
          width: 40%; }
    .felizes .section-2 .info-right {
      margin-right: 0px;
      margin-top: 100px;
      height: 150px;
      border-top: 3px solid #FBDFDF; }
      .felizes .section-2 .info-right .text {
        height: 200px;
        margin: auto;
        width: 100%; }
        .felizes .section-2 .info-right .text .number {
          height: auto;
          font-size: 42px;
          text-align: left;
          width: auto; }
          .felizes .section-2 .info-right .text .number p .symbol {
            font-size: 25px; }
        .felizes .section-2 .info-right .text .number-text {
          width: auto !important;
          margin-left: 10px; }
          .felizes .section-2 .info-right .text .number-text p {
            padding-top: 0px; }
  .felizes .section-3 {
    margin-top: -50px; }
  .felizes .section-4 {
    margin-top: 0px; }
  .felizes #graphic-felizes-1, .felizes #graphic-mobile-felizes-1,
  .felizes #graphic-felizes-2, .felizes #graphic-mobile-felizes-2 {
    width: 170%; }
  /* Oito Situações */
  .oito-situacoes .title {
    font-size: 18px;
    line-height: 35px; }
  .oito-situacoes .half.mr-auto {
    width: 100%; }
  .oito-situacoes .half.ml-auto {
    width: 100%; }
  .oito-situacoes .section-2 {
    background-image: url("../img/mulher/oito_situacoes/background_1.svg"), url("../img/mulher/oito_situacoes/background_2.png"), url("../img/mulher/background_1.svg");
    background-size: 90%, 90%, 150% 80%;
    background-position: 50% 25%, 70% 65%, 0 0;
    height: auto; }
    .oito-situacoes .section-2 .half.ml-auto {
      margin-top: 600px;
      padding-top: 200px; }
  .oito-situacoes .section-3,
  .oito-situacoes .section-4,
  .oito-situacoes .section-5,
  .oito-situacoes .section-6,
  .oito-situacoes .section-7,
  .oito-situacoes .section-8,
  .oito-situacoes .section-9 {
    background-size: 90%;
    background-position: 50% 0%;
    padding: 250px 0 0 0;
    padding-top: 300px;
    margin-top: 100px; }
  .oito-situacoes .section-9 {
    margin-bottom: 100px; }
  /* ----- */
  /* Overlay */
  #overlay-page .section-1-overlay {
    height: 100px;
    margin-top: 30px; }
    #overlay-page .section-1-overlay .logo {
      width: 100%; }
      #overlay-page .section-1-overlay .logo img {
        margin-left: 20%;
        width: 70%; }
    #overlay-page .section-1-overlay .title {
      margin-left: 0%; }
      #overlay-page .section-1-overlay .title p {
        font-size: 27px;
        line-height: 35px; }
    #overlay-page .section-1-overlay .close-responsive {
      display: inline;
      width: 100%; }
      #overlay-page .section-1-overlay .close-responsive .button {
        width: 30px;
        height: 30px;
        margin: auto; }
        #overlay-page .section-1-overlay .close-responsive .button div {
          padding-top: 6px;
          font-size: 20px; }
    #overlay-page .section-1-overlay .close {
      display: none; }
  #overlay-page .section-2-overlay .title {
    font-size: 30px;
    line-height: 35px; }
  #overlay-page .section-3-overlay {
    width: 100%; }
  /* Pages */
  .pages .section-2 .before-title .download {
    display: none; }
  .pages .section-2 .before-title .title {
    width: 100%; }
  .pages .section-2 .col-width {
    width: 100%; }
  .pages .section-2 .info-left {
    width: 100%; }
    .pages .section-2 .info-left .title {
      margin: auto; }
    .pages .section-2 .info-left .text {
      width: 100%;
      margin: auto; }
      .pages .section-2 .info-left .text .text-info.symbol {
        float: left; }
        .pages .section-2 .info-left .text .text-info.symbol span {
          font-size: 60px;
          line-height: 130px; }
  .pages .section-2 .info-right {
    width: 100%; }
  .pages .social-div {
    width: 100%; }
  .pages .arrow-button {
    padding-bottom: 0px;
    margin-bottom: 50px; }
    .pages .arrow-button img {
      width: 20%; }
  .pages .graphic img {
    width: 100%; }
  /* Gráfico */
  .graphic .view-more {
    display: block; }
  .graphic img {
    filter: blur(5px);
    width: 150%; }
  /* Barra - Capítulos */
  .before-next {
    background-size: 50% 100%, 100% 100%; }
    .before-next .next-chap .link {
      display: none; }
    .before-next .before-chap .link {
      display: none; }
  /* Section - Estudo */
  .estudo .title p {
    font-size: 25px;
    letter-spacing: 0.2px;
    line-height: 30px; }
  .estudo .subtitle {
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: 23px; }
  .estudo .button {
    background-image: none;
    background-color: #4466B0; }
    .estudo .button .item {
      margin-left: 0px;
      padding-top: 16px; }
      .estudo .button .item a {
        letter-spacing: 0.16px;
        line-height: 30px; }
  /* Modal Filhos */
  .modal-filhos .modal-content {
    width: 90%;
    background-size: 100%; }
    .modal-filhos .modal-content .title {
      width: 90%; }
    .modal-filhos .modal-content .text {
      width: 90%;
      text-align: center;
      margin: 50px auto; }
    .modal-filhos .modal-content .button-close {
      width: 100%;
      padding: 25px 15px; }
      .modal-filhos .modal-content .button-close p {
        line-height: 0px; }
    .modal-filhos .modal-content .number {
      line-height: 100px; } }

@media only screen and (max-width: 1200px) {
  /* Titulo */
  .title-page {
    width: 100%;
    margin: auto; }
    .title-page h1 {
      font-size: 27px;
      text-transform: uppercase; }
  /* Páginas */
  /* Hábitos e Costumes */
  .habitos .number {
    width: auto; }
  .habitos .col-width-text-right .text .text-info.symbol, .habitos .col-width-text-left .text .text-info.symbol {
    width: auto; }
  .habitos .col-width-text-right .text .text-info p, .habitos .col-width-text-left .text .text-info p {
    margin: 20px 0px 0px 0px; }
  .habitos .col-width-text-right .second-text p, .habitos .col-width-text-left .second-text p {
    width: 100%; }
  .habitos .section-2 .info-right .text .number {
    width: auto; }
  .habitos .section-3 {
    height: auto; }
  .habitos .section-2 .info-left .text .number,
  .pessoa-parceira .section-2 .info-left .text .number,
  .filhos .section-2 .info-left .text .number,
  .trabalho-pago .section-2 .info-left .text .number {
    width: auto; } }

@media only screen and (max-width: 1100px) {
  .habitos .section-6 .col-width-text-right .text p br {
    display: none; } }

@media only screen and (max-width: 1000px) {
  .div-graphic-mobile {
    width: 90%;
    margin: auto;
    background-color: #b7b7b733;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
    height: 390px;
    margin-bottom: 70px; }
  /* Modal - Graphic */
  .modal-graphic .modal-content {
    width: 100%;
    height: 100%; }
  /* Pages */
  .mulher .section-1 {
    background: none;
    margin-bottom: 60px;
    height: auto; }
    .mulher .section-1 .title-page {
      width: 100%; }
    .mulher .section-1 .col-width {
      width: 100%; }
      .mulher .section-1 .col-width .text {
        font-size: 14px; }
      .mulher .section-1 .col-width .buttons-area {
        height: auto;
        padding-top: 20px;
        width: 70%;
        margin-left: auto;
        margin-right: auto; }
        .mulher .section-1 .col-width .buttons-area .button-item.half {
          width: 100%; }
        .mulher .section-1 .col-width .buttons-area .button-item {
          float: none;
          margin-bottom: 20px; }
          .mulher .section-1 .col-width .buttons-area .button-item .button.saiba-mais {
            width: 100%;
            background-color: #ee7aa1;
            background-image: none; }
            .mulher .section-1 .col-width .buttons-area .button-item .button.saiba-mais:hover {
              background-color: white; }
  .habitos #graphic-habitos-1, .habitos #graphic-mobile-habitos-1 {
    width: 180%; }
  .habitos .section-2 .info-right .text .number {
    width: auto;
    height: auto;
    font-size: 42px; }
  .habitos .section-2 .info-right .text .number-text {
    width: 70%;
    margin-left: 15px; }
  .habitos .section-3 .text p {
    font-size: 14px; }
  .habitos .col-width-text-left .text p, .habitos .col-width-text-right .text p {
    font-size: 14px; }
  .habitos .section-6 .col-width-text-right .text {
    font-size: 14px; }
  .pessoa-parceira .section-2 .col-width .subtitle {
    width: 100%;
    margin: auto; }
    .pessoa-parceira .section-2 .col-width .subtitle p {
      font-size: 14px;
      line-height: 25px; }
  .pessoa-parceira .section-5 .text, .pessoa-parceira .section-6 .text {
    width: 90%; }
    .pessoa-parceira .section-5 .text p, .pessoa-parceira .section-6 .text p {
      font-size: 14px; }
  .pessoa-parceira .title p br {
    display: none; }
  .pessoa-parceira .section-4,
  .pessoa-parceira .section-5,
  .pessoa-parceira .section-6 {
    margin-top: 15px; }
  .filhos .section-2 .col-width .subtitle {
    width: 100%; }
    .filhos .section-2 .col-width .subtitle p {
      font-size: 14px; }
  .filhos .section-8 .text, .filhos .section-9 .text {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    .filhos .section-8 .text p, .filhos .section-9 .text p {
      font-size: 14px; }
  .filhos .section-9 .title p {
    font-size: 18px; }
  .filhos .title p br {
    display: none; }
  .trabalho-pago .subtitle {
    width: 100%; }
  .trabalho-pago .section-2 .col-width .subtitle p {
    font-size: 14px; }
  .trabalho-pago .section-2 .info-left .text .text-info p {
    font-size: 14px; }
  .trabalho-pago .section-7 .text {
    width: 90%; }
    .trabalho-pago .section-7 .text ul {
      padding: 0;
      margin: 0; }
      .trabalho-pago .section-7 .text ul li {
        font-size: 14px;
        margin-bottom: 15px; }
  .trabalho-pago .title p br {
    display: none; }
  .trabalho-nao-pago .subtitle {
    width: 100%; }
  .trabalho-nao-pago .section-2 .col-width .subtitle p {
    font-size: 14px; }
  .trabalho-nao-pago .section-6 .text,
  .trabalho-nao-pago .section-17 .text {
    width: 90%; }
    .trabalho-nao-pago .section-6 .text p,
    .trabalho-nao-pago .section-17 .text p {
      font-size: 14px; }
  .trabalho-nao-pago .title p br {
    display: none; }
  .conciliar-tudo .section-2 .col-width .subtitle {
    width: 100%; }
    .conciliar-tudo .section-2 .col-width .subtitle p {
      font-size: 14px; }
  .conciliar-tudo .section-3 .second-subtitle {
    width: 90%; }
    .conciliar-tudo .section-3 .second-subtitle p {
      font-size: 14px; }
  .vida-em-casal .subtitle {
    width: 100%;
    font-size: 14px;
    line-height: 35px; }
  .vida-em-casal .title p br {
    display: none; }
  .vida-em-casal .section-2 .col-width .title-page h1 br {
    display: none; }
  .vida-em-casal .section-2 .col-width .subtitle p {
    font-size: 14px; }
  .felizes .section-2 .col-width .subtitle {
    width: 100%; }
    .felizes .section-2 .col-width .subtitle p {
      font-size: 14px; }
  .felizes .section-2 .info-right .text .text-info {
    font-size: 14px; }
  .felizes .section-4 .subtitle p {
    font-size: 14px; }
  .felizes .section-4 .text {
    width: 90%; }
    .felizes .section-4 .text p {
      font-size: 14px; }
  .oito-situacoes .subtitle {
    width: 100%; }
  .oito-situacoes .text {
    width: 100%; }
    .oito-situacoes .text p {
      font-size: 14px; }
  .oito-situacoes .section-2 .col-width .subtitle p {
    font-size: 14px; }
  #overlay-page .section-2-overlay .text p {
    font-size: 14px; } }

@media screen and (max-width: 800px) {
  .habitos .section-2 .info-left .text .text-info.sub-text p,
  .pessoa-parceira .section-2 .info-left .text .text-info.sub-text p {
    font-size: 14px; }
  .filhos .section-2 .info-left .text .text-info p,
  .felizes .section-2 .info-left .text .text-info p {
    font-size: 14px; }
  .trabalho-nao-pago .section-2 .info-left .text .text-info p, .vida-em-casal .section-2 .info-left .text .text-info p {
    font-size: 14px !important; } }

@media screen and (max-width: 600px) {
  /* Menu Dropdown */
  #pages-nav {
    border: 2px solid #DFDFDF;
    border-radius: 25px;
    width: 100%;
    margin: 20px auto;
    text-align: left;
    padding-top: 0px; }
    #pages-nav a {
      margin-left: 25px;
      font-size: 14px; }
    #pages-nav a.icon {
      margin: 0 25px;
      width: 28%;
      text-align: right; }
  .pages-nav {
    padding-top: 0px; }
    .pages-nav a:not(:first-child) {
      display: none; }
    .pages-nav a.icon {
      float: right;
      display: block; }
  .pages-nav.responsive {
    position: relative; }
    .pages-nav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0; }
    .pages-nav.responsive a, .pages-nav.responsive .display-link-none {
      float: none;
      display: block !important;
      text-align: left;
      margin-left: 25px; } }

@media screen and (max-width: 1000px) and (min-width: 601px) {
  .mulher .section-1 .pages-nav {
    width: 100%; } }

@media only screen and (min-width: 700px) and (max-width: 1000px) {
  .habitos #graphic-habitos-1, .habitos #graphic-mobile-habitos-1 {
    width: 120%; } }
