#actualizate-content {
  padding: 50px 0px 15px; }

  .noticias {
    color: #595959; }
    .noticias h1 {
      font-weight: bold;
      padding-bottom: 20px; }
      .noticias .cont-noticias {
        padding: 0px;
        padding-bottom: 30px; }
        .noticias .cont-noticias .img-blog {
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: 75%;
          object-position: 75%;
          font-family: 'object-fit: cover; object-position: 75%';
          width: 100%;
          height: 200px; }
          .noticias .cont-noticias .noticias-info {
            padding: 20px 0px 20px 0px; }
            .noticias .cont-noticias .noticias-info a {
              color: #00448c;
              font-size: 14px; }
              .noticias .cont-noticias .noticias-info h2 {
                margin-top: 5px;
                margin-bottom: 10px;
                line-height: 0.65em; }
                .noticias .cont-noticias .noticias-info h2 a {
                  margin: 0px;
                  color: #595959;
                  font-weight: bold;
                  font-size: 16px;
                  text-decoration: none; }
                  .noticias .cont-noticias .noticias-info h5 {
                    color: #595959;
                    margin: 0px;
                    margin-top: 4px;
                    margin-bottom: 20px;
                    display: inline-block;
                    font-weight: 800;
                    
                   }
                    .noticias .cont-noticias .noticias-info ul {
                      border-bottom: 2px solid #f2f2f2; }

                      .blog-lis_item {
                        padding: 30px 40px;
                        margin-bottom: 30px;
                        background-color: white;
                        border-radius: 4px;
                        -webkit-box-shadow: 0 5px 20px rgba(219, 219, 219, 0.5);
                        box-shadow: 0 5px 20px rgba(219, 219, 219, 0.5); }

                        .blog-lis_tags span {
                          position: relative;
                          font-size: 15px;
                          margin-right: 16px;
                          margin-bottom: 6px; }
                          .blog-lis_tags span:after {
                            content: "";
                            position: absolute;
                            width: 1px;
                            height: 95%;
                            background-color: #00448c;
                            top: 0;
                            right: -11px;
                            bottom: 0;
                            margin: auto; }
                            .blog-lis_tags span:last-of-type:after {
                              content: normal; }
