
.box-e {
    
      position: relative;
      margin-bottom: 10px;
  
  }

.normas{
    background-color: red;
}

  .box-e:hover .power-e {
      height: 350px;
      top: 0;
  }


  .box-e img {
      display: block;
      width: 100%;
      height: 350px;
      opacity: .8;
      filter: alpha(opacity=80);
  
  }
  
  .power-e {
    /*   width: 350px; */
      height: 50px;
      background-color: rgba(224, 36, 40, 0.8);
      position: absolute;
      top: 300px;
      text-align: center;
      color: white;
      overflow: hidden;
      transition: .4s ease;
  }
  
  .power-e p {
      text-align: left;
      line-height: 30px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 25px;
      font-size: 15px;
  }
  
  .power-e h2 {
      padding: 11px;
      margin: 0 auto;
      font-size: 25px;
  }
  
  .leer-e {
      margin-top: 10px;
      color: white;
      font-size: 16px;
      border: 2px solid white;
      padding: 10px;
      text-decoration: none;
  
  }
  
  .leer-e:hover {
      color: rgb(224, 36, 40);
      background: #ffffff;
  
  }
  



@media screen and (min-width: 990px) and (max-width: 1400px){
      
      .power-e h2 {
          padding: 11px;
          margin: 0 auto;
          font-size: 18px;
        }
      .power-e {
        height: 49px;
        } 
    }
    @media screen and (max-width: 998px){
          
          .power-e h2 {
              padding: 13px;
              margin: 0 auto;
              font-size: 15px;
          }
          .power-e p {
            text-align: left;
            line-height: 25px;
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 25px;
            font-size: 15px;
        }
        .power-e {
              height: 49px;
          }

    }