.hero {
    position: relative;
    background: linear-gradient(to bottom, #00cefc8e , #0552c59b), url(../../img/egie/convocatoria/banner.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-top: 200px;
    min-height: 600px;
    letter-spacing: 2px;
    border-radius: 0%;
  }
  .hero h1 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .hero h1 span {
    font-size: 2rem;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 12px;
    line-height: 3;
  }

  @media (max-width: 700px){
    .hero {
      background-attachment: scroll; /* disables fixed for better mobile performance */
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      padding-top: 100px;
      min-height: 300px;
        border-radius: 0 0 90% 90%/0 0 30% 30%;
      }
  }


