.news-header {
  margin-bottom: 40px;
  background-position: right center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover !important;
  font-family: 'gotham-black', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 126px;
  height: 217px;
  line-height: 217px;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: left;
  padding-left: 140px;
  width: 100vw;
  margin-right: 0px !important;
  margin-left: 0px !important; }
  @media screen and (max-width: 1100px) {
    .news-header {
      height: 175px;
      line-height: 175px;
      font-size: 80px;
      text-align: center;
      padding-left: 0px; } }
  @media screen and (max-width: 768px) {
    .news-header {
      padding-left: 0px;
      font-size: 35px;
      height: 104px;
      line-height: 104px;
      margin-bottom: 5px;
      display: inherit !important;
      overflow: hidden;
      white-space: normal;
      text-align: center; } }

#smartblogcat {
  margin-top: 30px; }
  #smartblogcat .article-container {
    position: relative;
    margin-top: 50px;
    padding-bottom: 50px;
    font-size: 0; }
    @media screen and (max-width: 1300px) {
      #smartblogcat .article-container {
        padding: 0px 10px; } }
    @media screen and (max-width: 767px) {
      #smartblogcat .article-container {
        position: relative;
        margin-top: 0;
        padding: 0;
        line-height: 0; } }
    #smartblogcat .article-container:not(:last-child) {
      border-bottom: 1px solid #d0d0d0; }
    #smartblogcat .article-container .news-img {
      display: inline-block;
      width: 42%;
      height: 250px;
      text-align: left;
      vertical-align: middle;
      padding: 0px;
      background-size: 0; }
      @media screen and (max-width: 767px) {
        #smartblogcat .article-container .news-img {
          display: block;
          width: 100%;
          height: 200px;
          background-size: cover;
          background-position: center;
          position: relative; }
          #smartblogcat .article-container .news-img .news-title-resp {
            position: absolute;
            bottom: 0;
            padding: 20px;
            padding-bottom: 0px;
            font-size: 14px;
            width: 100%;
            background-color: rgba(255, 255, 255, 0.5);
            text-transform: uppercase;
            color: #e32119;
            font-family: 'gotham-medium', 'Arial', 'Helvetica', 'sans-serif';
            line-height: 1.2em;
            margin-bottom: 0; }
            #smartblogcat .article-container .news-img .news-title-resp:after {
              display: inline-block;
              margin-top: 10px;
              margin-bottom: 10px;
              content: '';
              width: 90px;
              border: 1px solid #e32119; } }
      #smartblogcat .article-container .news-img img {
        max-height: 100%;
        max-width: 100%; }
        @media screen and (max-width: 767px) {
          #smartblogcat .article-container .news-img img {
            display: none; } }
    #smartblogcat .article-container .news-content {
      text-align: right;
      display: inline-block;
      width: 58%;
      vertical-align: middle;
      position: relative;
      padding-right: 50px;
      padding-left: 0px; }
      @media screen and (max-width: 767px) {
        #smartblogcat .article-container .news-content {
          padding-left: 0;
          padding-right: 0;
          width: 100%;
          position: relative;
          bottom: 0;
          z-index: 1;
          height: auto; } }
      #smartblogcat .article-container .news-content .news-title {
        text-transform: uppercase;
        color: #e32119;
        font-family: 'gotham-medium', 'Arial', 'Helvetica', 'sans-serif';
        font-size: 20px;
        line-height: 1.2em;
        margin-bottom: 0; }
        @media screen and (max-width: 767px) {
          #smartblogcat .article-container .news-content .news-title {
            display: none;
            padding: 20px;
            padding-bottom: 0px;
            font-size: 14px;
            width: 100%;
            background-color: rgba(255, 255, 255, 0.5); } }
        #smartblogcat .article-container .news-content .news-title:after {
          display: inline-block;
          margin-top: 10px;
          margin-bottom: 10px;
          content: '';
          width: 90px;
          border: 1px solid #e32119; }
      @media screen and (max-width: 767px) {
        #smartblogcat .article-container .news-content .news-toggle-resp {
          position: relative;
          background-color: #fff;
          padding: 0 20px;
          margin-bottom: 20px;
          text-align: center; } }
      #smartblogcat .article-container .news-content .news-toggle-resp .news-date {
        font-family: 'gotham-medium', 'Arial', 'Helvetica', 'sans-serif';
        font-style: italic;
        font-size: 11px;
        color: #000; }
        @media screen and (max-width: 767px) {
          #smartblogcat .article-container .news-content .news-toggle-resp .news-date {
            line-height: 1em;
            text-align: left; } }
      #smartblogcat .article-container .news-content .news-toggle-resp .news-text {
        font-family: 'gotham-book', 'Arial', 'Helvetica', 'sans-serif';
        text-align: justify;
        font-size: 18px;
        margin-bottom: 35px;
        margin-top: 26px;
        line-height: 1.4em;
        color: #000; }
      #smartblogcat .article-container .news-content .news-toggle-resp .news-link {
        display: inline-block;
        padding: 10px 30px;
        font-family: 'gotham-medium', 'Arial', 'Helvetica', 'sans-serif';
        font-size: 20px;
        background-color: #e32119;
        border: 2px solid #e32119;
        color: #fff;
        transition: all 0.2s ease-in;
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          #smartblogcat .article-container .news-content .news-toggle-resp .news-link {
            line-height: 1.3em; } }
        #smartblogcat .article-container .news-content .news-toggle-resp .news-link:hover {
          background-color: #fff;
          color: #e32119;
          transition: all 0.2s ease-in; }
      #smartblogcat .article-container .news-content .news-toggle-resp .news-up {
        display: none; }
        @media screen and (max-width: 767px) {
          #smartblogcat .article-container .news-content .news-toggle-resp .news-up {
            display: block;
            text-align: center; }
            #smartblogcat .article-container .news-content .news-toggle-resp .news-up button {
              display: inline-block;
              margin: auto;
              width: 100px;
              height: 35px;
              line-height: 35px;
              background: transparent;
              border: 2px solid black;
              color: #000;
              padding: 0px;
              font-size: 16px; }
              #smartblogcat .article-container .news-content .news-toggle-resp .news-up button i {
                vertical-align: middle;
                font-size: 20px; } }
    #smartblogcat .article-container .news-link-resp {
      display: none; }
  #smartblogcat .article-container:nth-child(2n-1) .news-img {
    text-align: left; }
  #smartblogcat .article-container:nth-child(2n-1) .news-content {
    text-align: right;
    padding-left: 50px;
    padding-right: 0px; }
    @media screen and (max-width: 767px) {
      #smartblogcat .article-container:nth-child(2n-1) .news-content {
        padding-left: 0; } }
  #smartblogcat .article-container:nth-child(2n) {
    direction: rtl; }
    #smartblogcat .article-container:nth-child(2n) .news-img {
      text-align: right; }
    #smartblogcat .article-container:nth-child(2n) .news-content {
      text-align: left;
      direction: ltr; }

/* Page Blog */
.blog-post {
  margin-top: 30px; }
  .blog-post .title_block {
    font: 600 18px/22px "Open Sans", sans-serif;
    background: transparent;
    border-top: none;
    padding: 14px 5px 17px 20px;
    /* margin-bottom: 20px; */
    text-transform: uppercase;
    color: #e32119;
    font-family: 'gotham-medium', 'Arial', 'Helvetica', 'sans-serif';
    font-size: 20px;
    line-height: 1.2em; }
    .blog-post .title_block:after {
      display: none; }
  .blog-post .icon-calendar {
    display: none; }
  .blog-post .datePost {
    font-family: 'gotham-medium', 'Arial', 'Helvetica', 'sans-serif';
    font-style: italic;
    font-size: 11px;
    color: #000; }
  .blog-post .sdsarticle-des {
    font-family: 'gotham-book', 'Arial', 'Helvetica', 'sans-serif';
    text-align: justify;
    font-size: 18px !important;
    line-height: 1.4em !important;
    color: #000; }
    .blog-post .sdsarticle-des p {
      font-family: 'gotham-book', 'Arial', 'Helvetica', 'sans-serif';
      text-align: justify;
      font-size: 18px !important;
      line-height: 1.4em !important;
      color: #000; }

/*# sourceMappingURL=blog.css.map */
