#single .content {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 10px #006D8F33;
          box-shadow: 1px 1px 10px #006D8F33;
  border-radius: 40px;
  margin-top: 75px; }
  @media screen and (min-width: 768px) {
    #single .content {
      margin-top: 225px; } }
  #single .content .image-container {
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 20px;
    height: 270px;
    width: 100%;
    margin: 0; }
    #single .content .image-container::before {
      content: "";
      position: absolute;
      top: 0px;
      right: 0px;
      width: 100%;
      height: 270px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.8)));
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
      border-radius: 40px 40px 0 0; }
      @media screen and (min-width: 1200px) {
        #single .content .image-container::before {
          height: 470px; } }
    @media screen and (min-width: 1200px) {
      #single .content .image-container {
        height: 470px;
        border-radius: 20px; } }
    #single .content .image-container .post-contents {
      position: absolute;
      bottom: 20px;
      margin-left: 10px; }
      @media screen and (min-width: 1200px) {
        #single .content .image-container .post-contents {
          bottom: 38px; } }
      #single .content .image-container .post-contents h1, #single .content .image-container .post-contents h2 {
        text-shadow: 0px 0px 3px #000000;
        color: #FFFFFF;
        font-size: 30px; }
        @media screen and (min-width: 1200px) {
          #single .content .image-container .post-contents h1, #single .content .image-container .post-contents h2 {
            font-size: 40px;
            line-height: 41px;
            margin-left: 102px;
            margin-bottom: 23px;
            margin-right: 102px; } }
      #single .content .image-container .post-contents p {
        text-shadow: 0px 0px 3px #000000;
        color: #ffffff;
        font-size: 13px;
        font-weight: 900; }
        @media screen and (min-width: 1200px) {
          #single .content .image-container .post-contents p {
            font-size: 16px;
            line-height: 24px;
            margin-left: 102px; } }
      #single .content .image-container .post-contents span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 8px;
        display: block;
        color: #ffffff;
        line-height: 16px;
        margin-top: 16px;
        display: block; }
        @media screen and (min-width: 1200px) {
          #single .content .image-container .post-contents span {
            margin-left: 102px; } }
        #single .content .image-container .post-contents span::before {
          content: "";
          width: 16px;
          height: 16px;
          background-image: url("../../images/single/clock.png");
          display: block;
          float: left;
          margin-right: 10px; }
    #single .content .image-container .categoria {
      position: absolute;
      text-shadow: 0px 3px 6px #000000;
      font-family: "MuseoSans-500", sans-serif;
      color: #ffffff;
      font-size: 16px;
      line-height: 24px;
      margin-left: 10px;
      top: 20px; }
      @media screen and (min-width: 1200px) {
        #single .content .image-container .categoria {
          font-size: 16px;
          line-height: 24px;
          top: 73px;
          margin-left: 102px; } }
    #single .content .image-container .caixa {
      z-index: 100;
      position: absolute;
      top: 200px;
      width: 100%; }
  #single .content .article-single {
    margin-top: 20px;
    margin-bottom: 35px;
    color: #0E2B64;
    font-size: 16px;
    /*line-height: 24px;*/
    text-align: left; }
    @media screen and (min-width: 1200px) {
      #single .content .article-single {
        margin-top: 47px;
        margin-bottom: 78px; } }
    #single .content .article-single p {
      margin-top: 15px;
      color: #0E2B64; }

#single #related .related-title {
  color: #164194;
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: left; }
  @media screen and (min-width: 1200px) {
    #single #related .related-title {
      font-size: 42px;
      line-height: 63px;
      text-align: right;
      margin-top: 62px;
      margin-bottom: 35px;
      width: 100%; } }

#single #related .related-image {
  padding-top: 25px; }
  @media screen and (min-width: 1200px) {
    #single #related .related-image {
      padding-bottom: 112px; } }
  #single #related .related-image .thumb-image-container {
    width: 100%;
    height: 166px;
    border-radius: 20px;
    background-position: center;
    background-size: cover; }
  #single #related .related-image .titulo {
    margin-top: 22px;
    font-size: 20px;
    line-height: 24px;
    color: #164194; }
  #single #related .related-image .icon {
    width: 16px;
    margin-top: 2px; }
  #single #related .related-image span {
    font-size: 12px;
    line-height: 18px;
    color: #164194;
    font-weight: 900;
    margin-top: 6px;
    display: block; }
    #single #related .related-image span::before {
      content: "";
      width: 16px;
      height: 16px;
      background-image: url("../../images/contents/ic_clock_blue.svg");
      background-size: cover;
      display: block;
      float: left;
      margin-right: 8px; }

#single #related .btn-voltar {
  height: 166px;
  width: 100%;
  background-color: #164194;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029; }
  #single #related .btn-voltar img {
    width: 20%;
    margin-left: 40%;
    margin-bottom: 12px; }
    @media screen and (min-width: 1200px) {
      #single #related .btn-voltar img {
        width: 50%;
        margin-left: 25%; } }
  #single #related .btn-voltar p {
    color: #72B252;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold; }
#single .content .article-single a{
     text-decoration: underline;
    color: blue;
}