.sec-soft{
    width: 100%;
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f5f7f6;
}
.container-soft{
    width: 100%;
}
.back-soft-1{
    background: #FFF;
}
.content-soft{
    width: 100%;
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: row;
}
.soft-left{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.soft-right{
    width: 60%;
    box-sizing: border-box;
    padding: 20px 15px 30px 15px;
}
.logo-geoow{
    height: 150px;
}
.logo-map4geo{
    height: 90px;
}
.descricao-content-soft{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 300;
}
.btn-mais-geoow{
    width: 180px;
    height: 60px;
    border: 2px solid #0c2343;
    border-radius: 50px;
    background: #0c2343;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    cursor: pointer;
    margin-top: 25px;
}


@media (max-width: 1280px) {


}

@media (max-width: 1024px) {
    .logo-geoow{
        height: 120px;
    }
    .logo-map4geo{
        height: 70px;
    }
}

@media (max-width: 790px) {
    .logo-geoow{
        height: 105px;
    }
    .logo-map4geo{
        height:50px;
    }
}

@media (max-width: 600px) {
    .descricao-content-soft{
        font-size: 15px;
    }
    .content-soft{
        flex-direction: column;
    }
    .soft-left{
        width: 100%;
    }
    .soft-right{
        width: 100%;
        padding-left: 35px;
        padding-right: 35px;
    }
    .logo-geoow{
        margin-top: 30px;
        height: 120px;
    }
    .logo-map4geo{
        margin-top: 30px;
        height: 70px;
    }
    .btn-mais-geoow{
        width: 130px;
        height: 40px;
        font-size: 15px;
    }
}

@media (max-width: 320px) {
    .logo-geoow{
        margin-top: 30px;
        height: 100px;
    }
    .logo-map4geo{
        margin-top: 30px;
        height: 50px;
    }
}