
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&family=Open+Sans:wght@400;700&display=swap');

#sobre-empresa h2, #sobre-empresa p{
    font-family: 'Open Sans', sans-serif;
    color: #34363b;
}

#sobre-empresa{
    bottom: 0;
    position: fixed;
    left: calc(37% - 50px);
}

#sobre-empresa p{
    font-size: 18px;
}

@media(max-width: 1440px){
    #sobre-empresa{
        left: calc(43% - 50px);
        max-width: 800px;
    }

    #sobre-empresa h2{
        font-size: 26px;
    }

    #sobre-empresa p{
        font-size: 16px;
    }

    #sobre-empresa #logo-andreaperez{
        max-height: 120px !important;
    }

    #sobre-empresa .outros-logos{
        max-height: 60px !important;
    }
}

@media(max-width: 1280px) {
    #sobre-empresa {
        left: calc(50% - 50px);
        max-width: 600px;
    }
}

@media(max-width: 1024px) {
    #sobre-empresa {
        left: calc(60% - 50px);
        max-width: 400px;
    }
}

@media(max-width: 768px) {
    #sobre-empresa {
        left: calc(60% - 50px);
        max-width: 400px;
    }
}

#sobre-empresa p{

}

body {
    font-family: 'Raleway', sans-serif;
}

.btn-primary {
    color: #fff;
    background-color: #34363b;
    border-color: #34363b;
    box-shadow: 0 2px 6px 0 rgba(148, 154, 169, .5);
}

.btn-primary:hover {
    color: #fff;
    background-color: #34363b;
    border-color: #34363b;
    opacity: 0.8;
    box-shadow: 0 2px 6px 0 rgba(148 154 169, .5);
}

.btn-primary.disabled, .btn-primary:disabled{
    opacity: 0.5;
    color: #fff;
    background-color: #804ef4;
    border-color: #804ef4;
    box-shadow: 0 2px 6px 0 rgba(128, 78, 44, .5);
}

.navbar-custom{
    background-color: #34363b;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.nav-user{
    background-color: #34363b;
    border: 1px solid #34363b;
}

.auth-user-testimonial h2 {
    font-size: 32px;
    color: #804ef4;
}

.logo-lg {
    padding-top: 20px;
}

.left-side-menu {
    padding-top: 110px;
    background: #34363b;
}

.left-side-menu img {
    max-height: 80px;
    padding: 0 20px;
}

.side-nav .side-nav-link {
    color: #ffffff;
}

.side-nav .side-nav-link:hover {
    color: #ffffff;
    opacity: 0.8;
}

.typeahead.form-control:disabled {
    background-color: #e9ecef !important;
}

.table-centered .dt-center {
    text-align: center;
}

.verDetalhes td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}

.verDetalhes tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

.login-cliente .auth-fluid, .cadastro-voluntario .auth-fluid {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.login-cliente .auth-fluid-right, .cadastro-voluntario .auth-fluid-right {
    background-color: #242322;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/background-computador.jpg);
}

.login-cliente .auth-user-testimonial, .cadastro-voluntario .auth-user-testimonial {
    bottom: auto;
}

.side-nav-item .form-group {
    padding: 0 30px;
    color: #FFF;
}

#drop-area-foto {
    border: dashed 4px #bbb;
    margin: 10px 0 0 0;
    padding: 10px;
    text-align: center;
}

#dropImage {
    max-width: 100%;
}

.cadastro-voluntario .auth-fluid .auth-fluid-form-box{
    padding: 1rem 2rem;
}

.text-primary {
    color: #00a29c!important;
}

.text-success {
    color: #8bc767!important;
}

.button-menu-mobile i{
    color: #FFFFFF;
}

.btn-secondary {
    color: #fff;
    background-color: #868043;
    border-color: #868043;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #868043;
    border-color: #868043;
    opacity: 0.8;
}

@media (max-width: 1024px){
    body[data-leftbar-compact-mode=condensed] .wrapper .left-side-menu .logo{
        background: #33363b;
    }

    .left-side-menu img {
        padding: 0;
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 991.98px){
    .auth-fluid .auth-fluid-right {
        display: inherit;
    }

    #sobre-empresa{
        position: relative;
        left: calc(9% - 50px);
        max-width: 90%;
        margin-top: 500px;
    }
}

@media (max-width: 480px) {
    #sobre-empresa{
        left: calc(16% - 50px);
        max-width: 100%;
    }

    #sobre-empresa .outros-logos{
        margin-bottom: 30px;
    }

    .logo-lg {
        padding-top: 90px;
    }

    .left-side-menu {
        padding-top: 170px;
    }
}
