.sobre{
    position: relative;
}

.sobre .sobre-bg{
    background-color: #efefef;
    background-position: bottom right;
    background-repeat: no-repeat;



    background: rgba(255,255,255,1);
    background:    -moz-linear-gradient(left,     rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(224,186,153,1) 50%, rgba(224,186,153,1) 70%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,     rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(224,186,153,1) 50%, rgba(224,186,153,1) 70%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    background:      -o-linear-gradient(left,     rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(224,186,153,1) 50%, rgba(224,186,153,1) 70%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    background:     -ms-linear-gradient(left,     rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(224,186,153,1) 50%, rgba(224,186,153,1) 70%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    background:         linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(224,186,153,1) 50%, rgba(224,186,153,1) 70%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);


}

.sobre.sobre-layout-texto-video .sobre-video-btn{
    color: #fff !important;
    transform: translateY(-50%);
    text-align: center;
    position: absolute;
    font-size: 16px;
    top: 50%;
    left: 0;
    right: 0;
}


.sobre.sobre-layout-texto-video .sobre-video-btn a{
    color: #fff !important;
    text-decoration: none !important;
}

.sobre .sobre-titulo{
    font-weight: 300;
    font-size: 36px;
    color: #b6895b;
    margin-top: 0;
    text-transform: uppercase;
    line-height: 0.976;
}



.sobre .sobre-titulo small{
    font-size: 26px;
    color: rgb(81, 81, 81);
    line-height: 1;
    vertical-align: text-top;
}



.sobre .sobre-texto{
    font-size: 16px;
    color: rgb(138, 138, 138);
    line-height: 1.201;
}

.sobre .sobre-texto p{
    margin-bottom: 1.201em;
}






.sobre .sobre-subtitulo{
    font-size: 32px;
    color: rgb(23, 23, 23);
    font-weight: bold;
}

.sobre.sobre-layout-texto-video .sobre-subtitulo{
    font-size: 22px;
    color: rgb(128, 128, 128);
    font-weight: 300;
    line-height: 0.909;
    text-align: center;
}

.sobre.sobre-layout-texto-video .sobre-leiamais{
    font-size: 30px;
    color: rgb(23, 23, 23);
    font-weight: 800;
    text-align: right;
}





#modal-video .modal-dialog{
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    #modal-video .modal-dialog {
        width: 70vw;
    }
}