
#main {
    padding-left: 240px;
    height: calc(100vh - 134px);
    position: relative;
    overflow: auto;
}

#header nav {
    background-color: #026fa7 !important;
    padding: 7px;
    position: relative;
}

#header nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: .3;
    width: 100%;
    height: 100%;
}

#header img {
    width: 100%;
    height: 40px;
    object-fit: contain;
    object-position: right;
    padding: 0;
}

#header nav .brand-logo {
    right: 0px !important;
    transform: none !important;
    padding: 0 !important;
}

#header .sidebar-collapse {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

@media(min-width: 993px) {
    #header nav {
        padding: 0 2px;
    }
    #header img {
        height: 40px;
        object-position: left;
    }
    #header nav .brand-logo {
        padding: 10px !important;
    }
}

.side-nav {
    height: calc(100vh - 60px) !important;
}

#slide-out li a i {
    margin-right: 5px !important;
}

.ps-scrollbar-y-rail {
    height: 0 !important;
    position: relative;
    overflow: hidden;
}

.collapsible .bold.active .collapsible-header {
    color: #026fa7 !important;
}

.collapsible .bold.active a {
    color: #777 !important;
}

.profile-btn {
    margin-top: 8px !important;
    height: auto !important;
    line-height: 1.5em !important;
}

footer .container {
    position: relative;
    font-size: .8em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

footer {
    background-color: #026fa7 !important;
    position: relative;
}

footer::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    top: 0;
}

footer img {
    width: auto;
    height: 20px;
    object-fit: contain;
    position: relative;
    margin-left: 10px;
    top: 5px;
}

footer a {
    font-size: .8em;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    font-weight: bold;
    top: 2px;
}

.painel .card p {
    font-weight: bold;
    font-size: 1.25em;
}

.painel h4 {
    font-size: 2em;
}

#main {
    padding-left: 0 !important;
}

@media(min-width: 993px) {
    #main {
        padding-left: 240px !important;
    }
}


/*-------- Pagina de login --------*/

.login {
    background-image: url(../../../admin/images/user-bg.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    padding: 40px;
}

.login .fundo {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #026fa7;
    opacity: .7;
}

.login .box {
    position: relative;
    width: 100%;
    max-width: 450px;
    background-color: #ccc;
}

.login figure {
    background-color: #026fa7;
    padding: 20px;
    width: 100%;
    float: left;
    position: relative;
}

.login figure::before {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
}

.login img {
    width: 100%;
    height: 120px;
    padding: 20px;
    object-fit: contain;
    margin-bottom: -6px !important;
    position: relative;
}

.login fieldset {
    padding: 20px 40px !important;
    width: 100% !important;
    float: left;
}

.login h1 {
    text-align: center;
    font-weight: bold;
    color: #026fa7;
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 0;
}

.login p {
    text-align: center;
    color: #000;
    margin: 0;
    line-height: 1.25em;
    font-size: .8em;
}

.login label[for="user"],
.login label[for="password"] {
    font-size: 1em;
    margin-top: 10px !important;
    width: 100%;
    float: left;
    color: #000;
}

.login input {
    margin: 0 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    background-color: white !important;
    color: #999999 !important;
    padding-left: 1em !important;
    width: calc(100% - 1em) !important;
    border: none !important;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 5px !important;
    font-size: .9em !important;
}

.login input::placeholder {
    color: #666;
    font-size: 1em !important;
}

.login .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.login p label {
    font-size: 1em;
    font-weight: bold;
    color: #026fa7;
}

.login .flex a {
    color: #026fa7;
    font-size: .8em;
}

.login .flex [type="checkbox"]+label {
    padding-left: 25px !important;
}

.login .btn {
    width: 100%;
    height: 3em;
    line-height: 3em;
    box-shadow: none !important;
    background-color: #026fa7 !important;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.login .center a,
.login .left a {
    width: 100%;
    float: left;
    color: #026fa7;
    margin-top: 5px;
    font-weight: bold;
    text-decoration: underline;
    font-size: .9em;
}


/*-------- Controller Brand --------*/

.logo {
    padding: 20px 5%;
}

.logo h2 {
    font-size: 1.75em;
    margin-top: 0;
    font-weight: bold;
    color: #191D55;
}

.logo form {
    border: 1px solid #ccc;
    padding: 20px;
    width: 100%;
    float: left;
}

.logo h3 {
    font-size: 1.5em;
    margin-top: 0;
    color: #666;
    font-weight: bold;
}

.logo p {
    margin: 0;
}

.logo .dropify-wrapper {
    width: 200px !important;
    height: 150px !important;
    text-align: center !important;
    margin: 20px auto;
    padding: 0 !important;
}

.logo .dropify-wrapper button {
    display: none !important;
}

.logo .dropify-preview,
.logo .dropify-preview img {
    background-color: #fff !important;
}

.logo .dropify-preview img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    padding: 10px !important;
}

.logo .dropify-wrapper .dropify-message p {
    text-align: center;
    padding: 0 10px;
}

.logo .dropify-wrapper.touch-fallback .dropify-preview .dropify-infos {
    background-color: #ccc;
    padding: 10px;
}

.logo form .btn {
    width: 100%;
    margin-bottom: 10px;
    line-height: 3em;
    height: 3em;
    background-color: #dd3341 !important;
    text-transform: none;
}

.logo form .center button.btn {
    background-color: #40cd28 !important;
}

.logo form .center {
    padding: 0 !important;
}

.logo form:nth-of-type(2) {
    margin-top: 40px;
}

.logo form:nth-of-type(2) .dropify-preview,
.logo form:nth-of-type(2) .dropify-preview img {
    background-color: #fff !important;
}

.logo .card {
    margin-bottom: 0 !important;
    box-shadow: none;
}

.logo .card .card-content {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    border: 1px solid #03a9f4 !important;
    color: #03a9f4 !important;
}

.logo .orange {
    background-color: #fff !important;
}

.logo .card p {
    margin: 0;
    position: relative;
    top: -2px;
    line-height: 1.25em;
    font-size: .8em;
}

.logo .close {
    position: absolute;
    top: 4px !important;
    color: #03a9f4 !important;
}

.logo .color {
    width: 100%;
    height: 200px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo .color input {
    width: 100px;
    height: 100px;
    margin: 0 !important;
}

@media(min-width: 601px) {
    .logo .dropify-wrapper {
        float: left;
        margin-bottom: 0 !important;
    }
    .logo .color {
        width: 200px;
    }
    .logo form .center {
        float: left;
        width: min-content !important;
        height: 200px;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        padding-left: 20px !important;
        margin: 0;
        margin-bottom: -20px;
    }
    .logo form .btn {
        padding: 0 2em;
        width: max-content;
    }
}


/*-------- Banner Principal --------*/

.banner h2 {
    font-size: 2em;
    color: #026fa7;
    font-weight: bold;
}

.banner .file-field {
    width: inherit !important;
    padding: 0 !important;
    position: absolute !important;
    margin: 0 !important;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.banner .file-field .btn {
    background-color: rgba(255, 255, 255, .3) !important;
    border-radius: 0;
    width: 50px;
    height: 50px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .col.s12.center .btn {
    margin-top: 20px;
    padding: 0 4em;
    height: 3em;
    line-height: 3em;
    box-shadow: none !important;
    background-color: #026fa7 !important;
    font-weight: bold;
    border-radius: 30px;
}

.head {
    padding: 40px 0;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    overflow: hidden;
}

.head .action {
    position: relative;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    padding: 0;
}

.head input {
    transition: all .5s;
    opacity: 0;
    position: absolute;
    width: 250px !important;
    height: 30px !important;
    margin: 0 auto !important;
    bottom: -50px;
    background-color: white !important;
    color: #666 !important;
    padding-left: 1em !important;
    border: 4px solid rgba(0, 0, 0, .3) !important;
}

.head input::placeholder {
    color: #666;
}

.head .action:hover input {
    opacity: 1;
}

.head img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.head div {
    width: 100%;
    padding: 7%;
    max-width: 1200px;
    position: relative;
}

.head::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .7;
}

.head h1 {
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: bold;
    color: white;
    margin-bottom: 0;
}

.head p {
    text-align: center;
    font-size: 1em;
    color: white;
    margin-top: 0;
}

.head .btn {
    background-color: #026fa7 !important;
    border-radius: 30px;
    padding: 0 2em !important;
    height: 3rem;
    line-height: 3rem;
    text-transform: none !important;
    box-shadow: none !important;
}

@media(min-width: 993px) {
    .head {
        padding: 0;
        min-height: calc(100vh - 100px);
    }
    .head h1 {
        font-size: 2.5em;
    }
    .head p {
        font-size: 1.25em;
    }
}


/*-------- Sobre --------*/

.company h1 {
    font-size: 2em;
    color: #026fa7;
    font-weight: bold;
}

.company .file-field {
    width: inherit !important;
    padding: 0 !important;
    position: absolute !important;
    margin: 0 !important;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.company .file-field .btn {
    background-color: rgba(255, 255, 255, .3) !important;
    border-radius: 0;
    width: 50px;
    height: 50px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company .col.s12.center .btn {
    margin-top: 20px;
    padding: 0 4em;
    height: 3em;
    line-height: 3em;
    box-shadow: none !important;
    background-color: #026fa7 !important;
    font-weight: bold;
    border-radius: 30px;
}

.sobre {
    padding: 60px 10%;
    position: relative;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.sobre img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sobre::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #026fa7;
    opacity: .7;
}

.sobre article {
    position: relative;
    z-index: 1;
    max-width: 500px;
}

.sobre h2 {
    font-size: 2em;
    text-transform: uppercase;
    color: white;
    margin: 0;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
}

.sobre p {
    color: white;
}

.sobre .btn {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 30px;
    font-weight: bold;
    padding: 0 2em;
    line-height: 2.9em;
    height: 3em;
    box-shadow: none !important;
}

.sobre .btn:hover {
    background-color: #026fa7;
    border-color: transparent;
}

.choose {
    padding: 5%;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.choose h2 {
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
    color: #4b4b4b;
}

.choose hr {
    border: none;
    width: 50px;
    height: 2px;
    background-color: #026fa7;
}

.choose .col {
    margin-top: 2em;
}

.choose svg {
    width: 70px !important;
    height: 70px;
    padding: 15px;
    border-radius: 50%;
    background-color: #026fa7;
    color: white;
    border: 2px solid transparent;
    transition: all 1s;
}

.choose h3 {
    font-size: 1.1em;
    margin: 0;
    margin-top: 20px;
    color: #4b4b4b;
    font-weight: bold;
}

.choose p {
    line-height: 1.5em;
    font-size: .9em;
    text-align: center;
}

.choose .col:hover svg {
    animation: espansao .3s;
    animation-fill-mode: forwards;
    -webkit-animation: espansao .3s;
    -webkit-animation-fill-mode: forwards;
}

@keyframes espansao {
    0% {
        box-shadow: 0 0 0 5px #026fa7;
    }
    100% {
        background-color: #fff;
        border-color: #026fa7;
        color: #026fa7;
    }
}


/*-------- Pagina de Contato --------*/

.contact h2 {
    font-size: 2em;
    color: #026fa7;
    font-weight: bold;
}

.contact .file-field {
    width: inherit !important;
    padding: 0 !important;
    position: absolute !important;
    margin: 0 !important;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.contact .file-field .btn {
    background-color: rgba(255, 255, 255, .3) !important;
    border-radius: 0;
    width: 50px;
    height: 50px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .col.s12.center .btn {
    margin-top: 20px;
    padding: 0 4em;
    height: 3em;
    line-height: 3em;
    box-shadow: none !important;
    background-color: #026fa7 !important;
    font-weight: bold;
    border-radius: 30px;
}

.form {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 0 !important;
    position: relative;
}

.form img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form .content {
    padding: 5% !important;
    background-color: rgba(0, 0, 0, .5);
    min-height: 500px !important;
}

@media(min-width: 601px) {
    .form .content {
        max-width: 50%;
    }
}

.form .m6 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form h3 {
    font-size: 1.25em;
    font-weight: bold;
    color: white;
    margin: 0;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
}

.form h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: white;
    margin: 0 auto;
    max-width: 400px;
    margin-bottom: 20px;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
}

.form input {
    padding-left: 1em !important;
    width: calc(100% - 1em) !important;
}

.form textarea {
    padding: 1em !important;
    width: calc(100% - 2em) !important;
}

.form input,
.form textarea {
    background-color: #E6E7E8 !important;
    border: none !important;
    border-radius: 5px !important;
}

.form input::placeholder,
.form textarea::placeholder {
    color: #666;
}

.form .formu {
    margin: 0 auto;
    margin-top: 1em;
    max-width: 700px;
}

.form .btn-large {
    background-color: #026fa7 !important;
    text-transform: none !important;
    border-radius: 5px;
    box-shadow: none;
    font-weight: bold;
}


/*-------- Chamada simulador --------*/

.simulator h2 {
    font-size: 2em;
    color: #026fa7;
    font-weight: bold;
}

.simulator .file-field {
    width: inherit !important;
    padding: 0 !important;
    position: absolute !important;
    margin: 0 !important;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.simulator .file-field .btn {
    background-color: rgba(255, 255, 255, .3) !important;
    border-radius: 0;
    width: 50px;
    height: 50px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simulator .col.s12.center .btn {
    margin-top: 20px;
    padding: 0 4em;
    height: 3em;
    line-height: 3em;
    box-shadow: none !important;
    background-color: #026fa7 !important;
    font-weight: bold;
    border-radius: 30px;
}

.action {
    padding: 120px 60px;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
}

.action img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.action::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
}

.action h2 {
    font-size: 2em;
    color: white;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}

.action strong {
    color: #026fa7;
}

.action .btn {
    background-color: #026fa7;
    margin-top: 20px;
    padding: 0 3em;
    font-size: .8em;
    box-shadow: none;
    font-weight: bold;
    height: 4em;
    line-height: 4em;
    transition: all 1s;
}

.action .btn:hover {
    animation: botao .3s;
    animation-fill-mode: forwards;
    -webkit-animation: botao .3s;
    -webkit-animation-fill-mode: forwards;
}

@keyframes botao {
    0% {
        box-shadow: 0 0 0 5px #026fa7;
    }
    100% {
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff;
        box-shadow: none;
    }
}


/*-------- CHamada para Serviços --------*/

.service h2 {
    font-size: 2em;
    color: #026fa7;
    font-weight: bold;
}

.service .col.s12.center .btn {
    margin-top: 20px;
    padding: 0 4em;
    height: 3em;
    line-height: 3em;
    box-shadow: none !important;
    background-color: #026fa7 !important;
    font-weight: bold;
    border-radius: 30px;
}

.areas {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    padding: 5%;
}

.areas h2 {
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    font-size: 2em;
    color: #026fa7;
}

.areas h3 {
    margin: 5px 0;
    font-size: 1.25em;
    color: #333;
}

.areas hr {
    width: 150px;
    height: 2px;
    background-color: #026fa7;
}

.areas .col {
    margin-top: 2em;
    transition: all .5s;
}

.areas article {
    border: 1px solid #026fa7;
    padding: 20px 10px;
    border-radius: 10px;
    min-height: 250px !important;
    display: flex;
    align-items: center;
    position: relative;
    transition: all .5s;
}

.areas .fundo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 10px;
    transition: all .5s;
}

.areas hgroup {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.areas img {
    border-radius: 10px;
    opacity: .3;
    width: 100%;
    height: 250px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .5s;
}

.areas h4 {
    color: #026fa7;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.25em;
    text-transform: uppercase;
    margin-top: 0;
    transition: all .5s;
}

.areas .button {
    background-color: #026fa7 !important;
    padding: 5px 20px;
    color: white;
    border-radius: 30px;
    font-weight: bold;
    border: none;
    transition: all .5s;
}

.areas .col:hover .fundo {
    opacity: .7;
    background-color: #026fa7;
}

.areas .col:hover img {
    opacity: 1;
}

.areas .col:hover h4 {
    color: #fff;
}

.areas .col:hover .button {
    background-color: #fff !important;
    color: #026fa7;
}


/*-------- Cadastro --------*/

.cadastro {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cadastro h2 {
    font-size: 2em;
    color: #026fa7;
    font-weight: bold;
}

.cadastro fieldset {
    width: 100%;
    max-width: 600px;
}

.cadastro label {
    font-size: 1em;
}

.cadastro input {
    margin: 0 !important;
    margin-top: 5px !important;
    margin-bottom: 15px !important;
    background-color: white !important;
    color: #999999 !important;
    padding-left: 1em !important;
    width: calc(100% - 1em) !important;
    border: 1px solid #999 !important;
    border-radius: 5px !important;
    font-size: .9em !important;
}

.cadastro textarea {
    margin: 0 !important;
    margin-top: 5px !important;
    margin-bottom: 15px !important;
    background-color: white !important;
    color: #999999 !important;
    padding: 1em !important;
    width: 100% !important;
    border: 1px solid #999 !important;
    border-radius: 5px !important;
    font-size: .9em !important;
    resize: none;
    height: 8em !important;
    outline: none !important;
}

.cadastro select {
    margin: 0 !important;
    margin-top: 5px !important;
    margin-bottom: 15px !important;
    background-color: white !important;
    color: #999999 !important;
    padding-left: 1em !important;
    width: calc(100%) !important;
    border: 1px solid #026fa7 !important;
    border-radius: 5px !important;
    font-size: .9em !important;
}

.cadastro input::placeholder {
    color: #666;
    font-size: 1em !important;
}

@media(min-width: 601px) {
    .cadastro .flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 10px;
    }
}

.cadastro [type="checkbox"]+label {
    font-size: 1em !important;
    padding-left: 25px;
    margin-right: 10px;
}

.cadastro [type="checkbox"].filled-in:not(:checked)+label:after {
    border: 1px solid #026fa7;
}

.cadastro [type="checkbox"].filled-in:checked+label:after {
    border: 1px solid #026fa7;
    background-color: #026fa7;
}

.cadastro p {
    margin: 0 !important;
}

.cadastro p:last-child [type="checkbox"]+label {
    margin: 0 !important;
}

.cadastro .btn {
    margin-top: 20px;
    padding: 0 4em;
    height: 3em;
    line-height: 3em;
    box-shadow: none !important;
    background-color: #026fa7 !important;
    font-weight: bold;
    border-radius: 30px;
}

.cadastro .center {
    margin-top: 10px;
}

.cadastro .center label {
    color: #026fa7;
    font-weight: bold;
    margin-bottom: 10px;
}

.cadastro .flex {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.cadastro .flex .dropify-wrapper button {
    display: none !important;
}

.cadastro .flex .dropify-wrapper p {
    font-size: .7em !important;
    line-height: .9em !important;
    padding: 0 20px !important;
}

.cadastro .flex .dropify-wrapper,
.cadastro .flex .dropify-wrapper img {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50% !important;
}

.cadastro .dropify-wrapper {
    width: 100% !important;
    height: 200px !important;
    padding: 0 !important;
    margin-right: 20px;
}

.cadastro .dropify-wrapper img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    object-position: center;
}

.cadastro .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p,
.cadastro .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p {
    width: 100% !important;
    white-space: normal !important;
    line-height: 1.25em !important;
}

.cadastro form p {
    text-align: center;
}


/*-------- Controller Social --------*/

.midia {
    padding: 40px 5%;
}

.midia h2 {
    font-size: 1.75em;
    margin-top: 0;
    font-weight: bold;
    color: #191D55;
}

.midia form {
    border: 1px solid #ccc;
    padding: 20px;
    width: 100%;
    float: left;
}

.midia .flex {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.midia div.flex {
    margin-top: 20px;
}

.midia .flex .flex {
    margin-top: 0;
}

.midia p {
    margin: 0;
    margin-bottom: 10px;
    font-size: .9em;
    color: #666;
}

.midia svg {
    width: 55px !important;
    height: 50px;
    background-color: #000;
    color: #fff;
    padding: 10px;
    margin-right: 10px;
}

.midia label {
    width: 100%;
    float: left;
}

.midia span {
    height: 32px;
    line-height: 30px;
    background-color: #ccc;
    border: 1px solid #999 !important;
    color: #333;
    padding: 0 10px;
}

.midia input {
    margin: 0 !important;
    background-color: white !important;
    color: #999999 !important;
    padding-left: 1em !important;
    width: calc(100% - 1em) !important;
    border: 1px solid #999 !important;
    border-left: none !important;
    font-size: .9em !important;
    height: 30px;
    box-shadow: none !important;
}

.midia .fa-facebook-f {
    background-color: #3b5998;
}

.midia .fa-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.midia .fa-linkedin-in {
    background-color: #0e76a8;
}

.midia .fa-youtube {
    background-color: #c4302b;
}

.midia .btn {
    margin-top: 20px;
    padding: 0 4em;
    height: 3em;
    line-height: 3em;
    box-shadow: none !important;
    background-color: #026fa7 !important;
    font-weight: bold;
    border-radius: 30px;
}


/*-------- Controller Config --------*/

.setting label {
    display: flex;
    align-items: center;
    color: #333;
    font-weight: bold;
    margin: 5px 0;
    line-height: 1em;
}

.setting label input {
    margin: 0 !important;
    margin-left: 10px !important;
}

.setting input::placeholder {
    color: #999;
    font-weight: normal;
}

.setting label span {
    width: 150px;
}

.setting img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    float: left;
    margin-right: 10px;
}

.setting .switch {
    text-align: left;
    margin: 10px 0 !important;
    margin-right: 0 !important;
    display: flex;
    justify-content: space-between;
}

.setting .switch .lever {
    margin-right: 0 !important;
}

.setting .switch label input[type=checkbox]:checked+.lever {
    background-color: #ccc;
}

.setting .switch label input[type=checkbox]:checked+.lever:after {
    background-color: #026fa7;
}


/*-------- Search --------*/

.search {
    padding: 20px;
}

.search .jsgrid-filter-row {
    display: none !important;
}

.search h2 {
    font-size: 2em;
    font-weight: bold;
    color: #999999;
    margin-top: 0;
}

.search tr th {
    background-color: #026fa7;
    color: #fff;
    transition: all .5s;
}

.search tr th:hover,
.search .jsgrid-header-sort {
    background-color: #026fa7 !important;
    opacity: .7;
}

.search .jsgrid-header-sort-desc:before {
    border-color: #fff transparent transparent !important;
}

.search .jsgrid-header-sort-asc:before {
    border-color: transparent transparent #fff !important;
}

.search .jsgrid-search-mode-button,
.search .jsgrid-button.jsgrid-edit-button {
    display: none;
}

.search .jsgrid-pager-container {
    background-color: #026fa7;
    color: #fff;
    padding: 0 0px;
    text-align: center;
}

.search .jsgrid-pager-page a {
    color: white;
}

.search .jsgrid-pager-page.jsgrid-pager-current-page {
    color: #ccc;
}

.search .jsgrid-pager-nav-button a {
    color: #ccc;
}

.search tr:hover td {
    background: #b4e2fa;
    border-color: #b4e2fa;
}

.search img {
    width: 90px !important;
    height: 90px !important;
    border-radius: 10px;
    object-fit: cover;
}

.search.testimony img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    object-fit: cover;
}


/*-------- Perfil --------*/

.dropify-wrapper {
    width: 200px !important;
    height: 200px !important;
    padding: 0 !important;
    margin-right: 20px;
}

.dropify-wrapper img {
    width: 200px !important;
    height: 200px !important;
    object-fit: cover !important;
    object-position: top;
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p {
    white-space: normal !important;
    line-height: 1.25em !important;
}

.perfil {
    padding: 0 !important;
    width: 100% !important;
}

.perfil header {
    background-color: #ff4081;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.perfil h2 {
    font-size: 2em;
    font-weight: bold;
    color: #fccfd0;
    margin: 0;
    margin-top: 10px;
}

.perfil h3 {
    font-size: 1em;
    color: #fff;
    margin: 5px 0;
    border: 2px solid #fff;
    padding: 5px 10px;
    border-radius: 30px;
    width: max-content;
}

.perfil .col {
    padding: 20px !important;
}

.perfil h4 {
    font-size: 2em;
    font-weight: bold;
    color: #ccc;
    margin: 0;
}

.perfil ul li {
    padding: 5px 10px;
}

.perfil ul li:nth-of-type(odd) {
    background-color: #fac6c7;
}

.perfil ul li:nth-of-type(even) {
    background-color: rgb(247, 242, 242);
}

.perfil select {
    margin: 0 !important;
    margin-top: 5px !important;
    margin-bottom: 15px !important;
    background-color: white !important;
    color: #999999 !important;
    padding-left: 1em !important;
    width: calc(100%) !important;
    border: 1px solid #026fa7 !important;
    border-radius: 5px !important;
    font-size: .9em !important;
}

.perfil tr th {
    background-color: #026fa7;
    color: #fff;
    border-radius: 0;
    border: none;
    text-align: center;
}

.perfil tr td {
    color: #666;
    border-radius: 0;
    border: none;
    text-align: center;
    padding: 5px;
}

.perfil tr th:first-child,
.perfil tr td:first-child {
    text-align: left;
}

.perfil .btn.disabled,
.perfil .btn:disabled {
    opacity: .7 !important;
}

.perfil .btn {
    margin-top: 10px;
    padding: 0 2em;
    box-shadow: none !important;
    background-color: #ccc !important;
    font-weight: bold;
    border-radius: 30px;
    color: #fff !important;
    opacity: 1 !important;
}


/*-------- Painel de Instalação --------*/

.install {
    padding: 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: #ccc;
}

.install img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}

.install h2 {
    font-size: 2em;
    color: #026fa7;
    font-weight: bold;
}

.install form {
    width: 100%;
    max-width: 600px;
    background-color: white;
    padding: 40px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .3);
}

.install label {
    font-size: 1em;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin: 5px 0;
    position: relative;
}

.install label span {
    width: 50%;
    padding-right: 10px;
}

.install input {
    margin: 0 !important;
    background-color: white !important;
    color: #999999 !important;
    padding-left: 1em !important;
    width: calc(100% - 1em) !important;
    border: 1px solid #999 !important;
    border-radius: 5px !important;
    font-size: .9em !important;
}

.install input::placeholder {
    color: #999;
    font-size: 1em !important;
    font-weight: normal;
}

.install button[type="button"] {
    border: none;
    position: absolute;
    right: 5px;
    background-color: transparent !important;
}

.install form {
    display: none;
}

.install form.active {
    display: block;
}

.install .card {
    margin-bottom: 40px !important;
    box-shadow: none;
}

.install .card .card-content {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    border: 1px solid #03a9f4 !important;
    color: #03a9f4 !important;
}

.install .orange {
    background-color: #fff !important;
}

.install .card p {
    margin: 0;
    position: relative;
    top: -2px;
    line-height: 1.25em;
    font-size: .8em;
}

.install .close {
    position: absolute;
    top: 0px !important;
    color: #03a9f4 !important;
}

.install p {
    text-align: center;
    font-size: #666;
    margin-bottom: 40px;
}

.install .btn {
    margin-top: 20px;
    padding: 0 4em;
    height: 3em;
    line-height: 3em;
    box-shadow: none !important;
    background-color: #026fa7 !important;
    font-weight: bold;
    border-radius: 30px;
}


/*-------- TIPOGRAFIA --------*/

button {
    cursor: pointer !important;
}

input {
    box-shadow: none !important;
}

.row {
    margin-bottom: 0 !important;
}

address {
    font-style: normal;
}

cite {
    font-style: normal;
}

strong {
    font-weight: bold !important;
}

figcaption {
    display: none !important;
}

figure {
    margin: 0 !important;
}

fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}