body {
    font-size: 34px;
  }

@media (max-width: 1160px) {
  body {
    font-size: 30px;
    line-height: 32px;
  }

  .Logo {
    /*width: 276px;
    height: 261px;*/
    width: 226px;
    height: 261px;
    margin: 0px auto;
    margin-top: 128px;
    margin-bottom: 88px;
  }


  .Txt span {
    font-size: 56px;
    line-height: 58px;
  }

  .Footer {
    font-size: 20px;
    line-height: 22px;
  }

  .Footer-Center {
    width: 780px;
  }
}

@media (max-width: 910px) {
  body {
    font-size: 22px;
    line-height: 24px;
  }

  .Txt span {
    font-size: 48px;
    line-height: 50px;
  }

  .Logo {
    width: 226px;
    height: 261px;
    margin: 0px auto;
    margin-top: 100px;
    margin-bottom: 48px;
  }

  .Footer {
    font-size: 18px;
    line-height: 20px;
  }

  .Footer-Center {
    width: 708px;
  }
}

@media (max-width: 730px) {

  body {
    font-size: 18px;
    line-height: 20px;
  }

  .Logo {
    width: 146px;
    height: 181px;
    margin: 0px auto;
    margin-top: 70px;
    margin-bottom: 25px;
  }

  .Txt span {
    font-size: 40px;
    line-height: 42px;
  }

  .Footer {
    font-size: 16px;
    line-height: 18px;
  }

  .Footer-Center {
    width: 608px;
  }

  .Footer-Informe {
    padding-right: 35px;
    margin-right: 30px;
  }

  .Footer figure {
    padding-right: 30px;
  }

  .Footer-Whatsapp {
    margin-left: 25px;
  }
}

@media (max-width: 630px) {
  body {
    background: url(../images/fondos/bgPreventivoR.jpg) center no-repeat fixed;
  }
  .Txt {
    display: inline-block;
    width: 280px;
  }

  .Footer-Center {
    width: 350px;
    text-align: center;
  }

  .Footer-Bottom {
    height: auto;
    padding-bottom: 20px;
  }

  .Footer-Informe {
    width: 100%;
    background: no-repeat;
    padding-right: 0px;
    margin-right: 0px;
  }

  .Footer figure img {
    width: 130px;
  }
}

@media (max-width: 400px) {

  .Footer-Center {
    width: 92%;
  }

  .Footer figure {
    padding-right: 20px;
  }

  .Footer figure img {
    width: 100px;
  }

  .Footer-Whatsapp {
    margin-left: 15px;
    background-size: 18%;
    line-height: 39px;
    padding-left: 40px;
  }
}

@media (max-height: 670px) {
  .Footer {
    position: relative;
    margin-top: 40px;
  }
}