/* Padrão de estilo Post Begenerous */
.single-post {
  div#Content {
    margin-top: 72px;
  }

  hr {
    display: none;
  }

  .margin-scroll {
    position: absolute;
    margin-top: -150px;
  }

  span.indice-titulos {
    margin-top: 0px;
  }

  .the_content_wrapper ul {
    margin: 0 0 15px 20px;
    padding: 0;
  }

  .wpb_text_column.wpb_content_element,
  .wpb_wrapper>div {
    margin-bottom: 42px;
  }

  .the_content_wrapper {
    max-width: 1114px;
  }

  /* tipografia basica */
  & h1.entry-title,
  h1 {
    font-family: 'Proxima-Nova', sans-serif !important;
    font-size: 38px;
    line-height: 46px;
    font-weight: 600;
    color: #141414;
    text-transform: none;
    max-width: 1114px;
    margin-bottom: 20px;
	letter-spacing: 0;  
  }

  & h2.tituloBlog,
  h2 {
    font-family: 'Proxima-Nova', sans-serif !important;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    color: #6A6762;
    margin: 8px 0 24px;

  }

  & h3.subtituloBlog,
  h3 {
    font-family: 'Proxima-Nova', sans-serif !important;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #6A6762;
    margin: 0 0 20px;
  }

  & p {
    font-family: 'Proxima-Nova', sans-serif !important;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    color: #6A6762;
    margin: 0 0 16px;
  }

  & p:last-child {
    margin: 0;
  }

  & h4 {
    font-family: 'Proxima-Nova', sans-serif !important;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #A39B94;
    margin: -6px 0 15px;
  }

  .the_content_wrapper ul li {
    font-family: 'Proxima-Nova', sans-serif !important;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #6A6762;
  }

  ul#menu-main-menu li a {
    text-decoration: none;
  }

  .the_content_wrapper ul li::marker {
    color: #9ED1B8;
  }

  & p a,
  ul li a {
    color: #91D0B1;
  }

  p a:hover,
  ul li a:hover {
    color: #6FAE8F;
  }

  /* Acesso Rapido ------------------ */

  & p a.indice-links span {
    text-decoration: none;
    color: #6A6762;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
  }

  & p a.indice-links span:hover {
    text-decoration: underline;
    color: #6A6762;
  }

  .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon::before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-25%, -25%);
    transition: transform 0.4s;
  }

  /* Gira o ícone ao abrir o painel */
  .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon-position-right .vc_tta-controls-icon::before {
    transform: rotate(225deg) translate(-25%, -25%);
  }

  .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    display: none;
  }

  & span.vc_tta-title-text {
    color: #6A6762;
    font-weight: 600;
	letter-spacing: 0;  
  }

  .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a,
  .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
      color: #666;
      background: #F0F0F0;
    }


    /* citação e caixa de história ------------------ */

    blockquote {
      font-family: 'Proxima Soft', sans-serif;
      font-size: 20px;
      line-height: 28px;
      font-weight: bold;
      font-style: normal;
      color: #91D0B1;
      position: relative;
      padding-left: 20px;
      margin: -32px 0 25px;
    }

    blockquote::before {
      content: '';
      display: block;
      background-color: #91D0B1;
      width: 3px;
      height: 100%;
      position: absolute;
      left: 0;
      border-radius: 2px;
    }

    /* Caixa de história */

    .story_box {
      padding: 0;
      display: flex;
      gap: 20px;
      align-items: center;
      margin-top: -18px;
    }

    .story_box .photo_wrapper img {
      display: block;
      min-width: 88px;
      min-height: 88px;
      object-fit: cover;
      border-radius: 50%;
      opacity: 1;
    }

    .story_box .photo_wrapper {
      position: relative;
      overflow: visible;
      max-width: 88px;
      max-height: 88px;
    }

    .story_box .photo_wrapper::after {
      content: '';
      display: block;
      background-color: #91D0B1;
      width: 3px;
      height: 100%;
      position: absolute;
      top: 0;
      right: -20px;
      border-radius: 2px;
    }

    .story_box .desc_wrapper {
      margin-right: 0;
      z-index: 1;
    }

    .story_box .desc_wrapper .desc {
      font-family: 'Proxima Soft', sans-serif;
      font-size: 20px;
      line-height: 28px;
      font-weight: bold;
      font-style: normal;
      color: #91D0B1;
      padding-left: 20px;
    }

    .vc-gitem-zone-height-mode-auto:before {
      padding-top: 0;
    }

    /* Posts Relacionados ------------------ */

    .vc_gitem_row .vc_gitem-col {
      padding: 0;
    }

    .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
      padding-right: 24px;
      padding-bottom: 16px;
    }

    .vc_custom_1757357273470 {
      margin-bottom: 24px !important;
    }

    .post-grid-relacionado p a {
      color: #FFFFFF;
      font-family: 'Proxima-Nova', sans-serif;
      font-size: 22px;
      line-height: 27px;
      font-weight: bold;
      text-shadow: 1px 1px 12px #333333;
    }

    .post-grid-relacionado p a::before {
      content: "";
      display: block;
      height: 3px;
      margin-top: 20px;
      width: 0;
      transition: all 0.4s ease-out;
      background-color: #9ED1B8;
    }

    .post-grid-relacionado p a:hover::before {
      width: 40%;
      background-color: #9ED1B8;
    }

    .vc_gitem-post-data {
      margin-bottom: 0;
      padding-inline: 12px;
      margin-bottom: 16px;
    }

    .vc_gitem-zone-a .vc_gitem-zone-mini {
      height: 209px;
      position: relative;
    }

    .vc_gitem-zone-a .vc_gitem-row-position-middle {
      top: auto;
      bottom: 0;
      transform: none;
    }

    .vc_grid-item.vc_clearfix.vc_col-sm-4.vc_visible-item.fadeIn.animated {
      width: 31.33%;
      margin: 0 1%;
      padding: 0;
    }

    .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
      margin-left: -1%;
      margin-right: -1%;
    }

    /* ============= categorias e infos do post ============================ */

    .the_content_wrapper ul.post-categories {
      margin: -64px 0 0;
      padding: 0;
      list-style: none;
      position: relative;
    }

    .the_content_wrapper ul.post-categories li {
      display: inline-block;
      margin-right: 10px;
    }

    .the_content_wrapper ul.post-categories li a {
      font-family: 'prxima Soft', sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      color: #666666;
      background-color: #9ED1B8;
      padding: 9px 14px;
      border-radius: 18px;
    }

    .the_content_wrapper ul.post-categories li a:hover {
      text-decoration: none;
    }

    .container.post-page {
      max-width: 1120px;
    }

    .post-date-container {
      color: #6A6762;
      font-family: 'proxima-nova', sans-serif;
      font-size: 16px;
      line-height: 24px;
      width: 100%;
      margin: 0;
      display: flex;
    }

    .post-date-container .post-date-content {
      float: left;
      position: relative;
      background: transparent;
      padding: 0;
      margin-top: 35px;
    }

    .compartilhe-post {
      display: none;
      background-color: #FFFFFF;
      padding: 8px;
      width: 80px;
      border-radius: 9px;
      margin-left: 22px;
      box-shadow: 1px 1px 20px #99999999;
      position: absolute;
    }

    .postBookmarks {
      margin-left: 0;
      float: left;
      margin-top: -76px;
    }

    span.reading-time img {
      vertical-align: middle;
      padding-bottom: 2px;
    }


  }


  @media(max-width:767px) {
    .single-post {

      .wpb_text_column.wpb_content_element,
      .wpb_wrapper>div {
        margin-bottom: 40px;
      }

      .vc_column_container>.vc_column-inner {
        padding-inline: 24px;
      }

      & h1.entry-title,
      h1 {
        font-size: 32px;
        line-height: 34px;
        font-weight: 600;
        margin: 24px 0 20px;
      }

      & h2.tituloBlog,
      h2 {
        margin: 10px 0 24px;
      }

      & h3.subtituloBlog,
      h3 {
        margin: 0 0 24px;
      }

      & h4 {
        margin: -10px 0 15px;
      }

      & p {
        font-size: 17px;
      }

      blockquote {
        margin: -30px 0 24px;
      }

      .the_content_wrapper ul li {
        font-size: 17px;
        line-height: 25px;
      }

      .story_box {
        display: block;
        align-items: flex-start;
        padding: 0 !important;
        border-left: 3px solid #91D0B1;
        margin-top: -16px;
      }

      .story_box .photo_wrapper {
        display: block;
      }

      .story_box .photo_wrapper {
        float: left;
        margin-inline: 10px 12px;
      }

      .story_box .photo_wrapper::after {
        display: none;
      }

      .story_box .desc_wrapper {
        padding-top: 6px;
      }

      .vc_grid-item.vc_clearfix.vc_col-sm-4.vc_visible-item.fadeIn.animated {
        width: 100%;
        margin: 0 auto 5px;
      }

      .vc_gitem-zone-a .vc_gitem-zone-mini {
        height: auto;
        position: relative;
      }

      .vc_gitem-zone-a .vc_gitem-row-position-top {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
      }

      .container.post-page {
        padding: 0 24px !important;
        font-family: 'proxima-nova', sans-serif;
        color: #999999;
      }

      .the_content_wrapper ul.post-categories {
        padding-inline: 24px;
      }

      .mobile-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      .mobile-row span.reading-time {
        color: #999999;
      }

      .container.post-page.second-infos {
        margin: 10px 0 30px;
      }

      .container.post-page {
        margin: 0;
      }

      .the_content_wrapper ul.post-categories li a {
        font-size: 14px;
        line-height: 24px;
        padding: 8px 14px;
      }

      .postBookmarks {
        margin: 0;
      }

      .vc_gitem-post-data {
        margin-bottom: 24px;
      }
		
	  & span.vc_tta-title-text {
		  font-size: 18px;
      }	

    }
  }

  @media(max-width:325px) {
    .single-post {

      .story_box .desc_wrapper .desc,
      blockquote {
        font-size: 18px;
      }
    }
  }