.blog {
    background: #523097;
  }
  
  .blog__item {
    border: 1px solid #020202;
    padding: 40px 48px 35px 30px;
    background-image: url(../img/cursos/CURSO\ 1.2.png);
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
    background-color: #00bfe7;
    max-width: 100%;
    width: 350px;
    max-height: 100%;
    height: 350px;
    position: relative;
  }
  .blog__item:hover {
    border: 1px solid transparent !important;
    background: url(../img/blog/blog-2.jpg) no-repeat;
    background-size: cover;
    max-width: 100%;
    width: 350px;
    max-height: 100%;
    height: 350px;
  }
  .blog__item:hover ul li {
    color: #ffffff;
  }
  .blog__item:hover p {
    color: #ffffff;
  }
  .blog__item h4 {
    color: #25bdfe;
    font-style: oblique;
    border-color: #000;
    text-shadow:
    -1px -1px 0px black,
    1px -1px 0px black,
    -1px 1px 0px black,
    1px 1px 0px black;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 20px;
  }
  .blog__item ul {
    margin-bottom: 20px;
  }
  .blog__item ul li {
    color: #777777;
    list-style: none;
    font-size: 14px;
    font-weight: 300;
    margin-right: 25px;
    position: relative;
    display: inline-block;
  }
  .blog__item ul li:after {
    position: absolute;
    right: -16px;
    top: 0px;
    content: "/";
  }
  .blog__item ul li:last-child {
    margin-right: 0;
  }
  .blog__item ul li:last-child:after {
    display: none;
  }
  .blog__item p {
    font-weight: 300;
    line-height: 29px;
    margin-bottom: 22px;
  }
  .blog__item a {
    font-size: 16px;
    position: absolute;
  }
  .blog__item a span {
    font-size: 16px;
    color: #000000;
    opacity: 0.5;
    position: relative;
    top: 4px;
  }