.imagen-header {
  width: 100%;
  height: 80vh;
  position: relative;
}
  .imagen-content {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    justify-content: center;
    background-color: rgba(0,0,0,0.6);
  }
    .imagen-content p {
      margin-bottom: 0;
    }
    .imagen-content .borde-sm-rojo {
      margin-bottom: 0px !important;
    }
    .imagen-content .borde-sm-negro {
      margin-top: 10px;
      margin-bottom: 0px !important;
      float: right;
      margin-right: 10px;
    }
    .imagen-content .texto1 {
      font-size: 50px;
      color: #fff;
      font-family: 'Raleway', sans-serif;
      line-height: 50px;
      font-weight: 600;
      text-align: center;
    }
    .imagen-content .texto2 {
      font-size: 28px;
      color: #e7b331;
      font-family: 'Raleway', sans-serif;
      font-weight: 500;
      height: 40px;
      line-height: 40px;
      text-align: center;
    }
    .borde-sm-blanco {
      width: 50px;
      height: 5px;
      background-color: #fff;
      margin-bottom: 20px;
    }
    .borde-sm-blanco2 {
      width: 50px;
      height: 5px;
      background-color: #fff;
      margin-top: 20px;
      float: right;
    }

/* Información */

.informacion {
  padding: 100px 0;
}
.informacion h2 {
  font-size: 38px;
  margin-bottom: 50px;
}
.informacion p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400 !important;
}
.informacion p span {
  font-family: 'Raleway', sans-serif !important;
}
.informacion strong {
  font-size: 24px !important;
  font-weight: 700;
}
.parrafo2 {
  font-size: 30px !important;
}

.comments {
  margin-top: 50px;
}

/* Fin de Información */

/* Sesión 5 */

.sesion5 {
  padding: 50px 0;
  background-color: #fff;
}

.contenido-blog {
  padding: 20px 40px;
  background-color: #fbfbfb;
}

.sesion5 h2 {
  margin-bottom: 100px;
}

.sesion5 h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 10px;
  min-height: 58px;
}

.fecha, .user {
  color: #0069fd;
  margin-bottom: 40px;
}

.sesion5 p {
  color: #424241;
  text-align: justify;
  margin-bottom: 50px;
  min-height: 60px;
}

.sesion5 .col-md-6 a {
  width: 150px;
  padding: 10px;
  font-size: 16px;
  height: 50px;
  line-height: 30px;
  background-color: #0069fd;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  -webkit-transition: all ease .3s;
}

.sesion5 .col-md-6 a:hover {
  color: #fff;
  background-color: #424241;
}

.all-post {
  width: 200px;
  height: 58px;
  line-height: 38px;
  padding: 8px;
  border: solid 2px #da0100;
  color: #000;
  font-size: 20px;
  border-radius: 30px;
  display: inline-block;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  margin: 50px auto;
}

.all-post:hover {
  background-color: #da0100;
  text-decoration: none;
  color: #fff;
}

/* Fin Sesion 5 */
