/* Sobre */
.sobre__home {
    background: url(../../img/bg-sobre.jpg) center center no-repeat;
    background-size: cover;
    padding: 200px 0;
    display: block;
    margin-bottom: -1px;
}

.sobre__home .row {
    align-items: center;
}

.sobre__home .content {
    position: relative;
    padding:80px 60px;
}

.sobre__home .content * {
    position: relative;
    z-index: 10;
}

.sobre__home .content::after {
    content:'';
    width:5000px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 50px #00000011;
    display: block;
    position: absolute;
    left:0;
    top:0;
    z-index: 0;
}

.sobre__home p {
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
}

.sobre__home a {
    background: var(--azul);
    color: #fff;
    border:0;
    padding: 10px 30px;
    border-radius: 40px;
    text-transform: uppercase;
    font-family: var(--font);
    display: table;
    font-size: 14px;
    line-height: 14px;
    margin: auto;
}

.sobre__home a:hover {
    background: var(--azul);
}
