/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero2 {
    width: 100%;
    position: center;
    overflow: hidden;
    padding: 20px 0 45px 0;
  }
  
  #hero2::before {
    content: "";
    position: center;
    right: -100%;
    top: 20%;
    width: 250%;
    height: 200%;
    z-index: -1;
    background-color: #083dbb;
    transform: skewY(135deg);
  }
  
  
 
  #hero2 .download-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 25px bolt;
    display: inline-block;
    padding: 8px 24px 10px 46px;
    border-radius: 3px;
    transition: 0.5s;
    color: #fff;
    background: #ff3300;
    position: center;
    text-decoration: none; /*le quitar el subrayado al enlace*/
  }
  
  #hero2 .download-btn:hover {
    background: #1ab806;
  }
  
  #hero2 .download-btn i {
    font-size: 20px;
    position: absolute;
    left: 18px;
    top: 8.5px;
  }
  
  #hero2 .download-btn+.download-btn {
    margin-left: 10px;
  }