.hero-erp{
    background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)),
                url('../img/frutas.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 120px 0;
    color: #fff;
}

.hero-title{
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-subtitle{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #eaeaea;
}

.hero-text{
    font-size: 16px;
    color: #cfcfcf;
    margin-bottom: 30px;
}

.hero-btn{
    padding: 15px 35px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    transition: 0.3s;
}

.hero-btn:hover{
    transform: scale(1.05);
}

.btn-erp{
    display:inline-block;
    background:#08d4ff;
    color:#001529 !important;
    font-size:18px;
    font-weight:700;
    padding:20px 42px;
    border-radius:60px;
    text-decoration:none !important;
    transition:.4s;
}

.btn-erp:hover{
    background:#fff;
    transform:translateY(-3px);
}

