*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Smooth Scrolling */
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}


html,
body {
    overflow-x: hidden;
}

body {
    min-height: 100vh;
    padding-top: 150px;
    font-family: 'Modica''Source Sans Pro';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    color: #545454;
    background: #EFEEEE;
}

.fixed-top {
    margin-top: 30px;
}

progress {
    position: fixed;
    top: 0px;
    left: 0;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 2px;
    border: none;
    background: transparent;
    z-index: 99999;
}

    progress::-webkit-progress-bar {
        background: transparent;
    }

    progress::-webkit-progress-value {
        background: linear-gradient(to left, #ff0000, #FFBA3A, #ee5118, #980808, #E01915, #FFBA3A);
        background-attachment: fixed;
    }

    progress::-moz-progress-bar {
        background: linear-gradient(to left, #ff0000, #FFBA3A, #ee5118, #980808, #E01915, #FFBA3A);
        background-attachment: fixed;
    }


/* TIPO TAMANHO CORES DE TEXTO E FUNDO */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Modica Ultra''Source Sans Pro';
    font-weight: 900;
    text-transform: uppercase
}

    h1.titulo-light,
    h2.titulo-light,
    h3.titulo-light,
    h4.titulo-light,
    h5.titulo-light,
    h6.titulo-light {
        font-family: 'Modica Ultra''Source Sans Pro';
        font-weight: 300;
        text-transform: uppercase
    }

strong {
    font-weight: 700;
}

.text-red {
    color: #ff0000;
}

.text-green {
    color: #00A65A;
}

.bg-red {
    background-color: #cc0000;
}

.bg-green {
    background-color: #00A65A;
}

/* FIM CORES DE TEXTO E FUNDO */

/* NAVBAR */
.bg-dark {
    background-color: #111111 !important;
}

/* .nav-link {
  font-family: 'Modica''Source Sans Pro';
  text-decoration: none;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
} */

.nav > li {
    padding: 5px 0
}

header {
    margin-top: 90px;
}


/* LINKS E BOTOES */

a {
    color: #8d8277;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

    a:hover {
        color: #303D42;
    }

.btn-rounded {
    border-radius: 30px !important;
    padding: .5rem 2rem;
}

.btn-contratar {
    font-family: 'Modica''Source Sans Pro';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    margin: 0 auto !important;
}


.btn-primary {
    color: #efeeee;
    background-color: #A59B91;
    border-color: #A59B91;
    font-family: din-2014, sans-serif;
    font-weight: 800;
    text-transform: uppercase
}

.btn-danger {
    font-family: din-2014, sans-serif;
    font-weight: 800;
    text-transform: uppercase
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active {
        background-color: #E5DCCE !important;
        border-color: #E5DCCE !important;
        color: #303D42;
    }

    .btn-primary.disabled:hover,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled]:hover,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-primary.active {
        background-color: #A59B91;
        border-color: #A59B91;
    }

.btn-outline-primary {
    color: #303D42;
    border-color: #A59B91;
    font-family: din-2014, sans-serif;
    font-weight: 800;
    text-transform: uppercase
}

    .btn-outline-primary:hover,
    .btn-outline-primary:focus,
    .btn-outline-primary:active,
    .btn-outline-primary.active {
        background-color: #E5DCCE !important;
        border-color: #E5DCCE !important;
        color: #303D42;
    }

    .btn-outline-primary.disabled,
    .btn-outline-primary:disabled,
    .btn-outline-primary.disabled:hover,
    .btn-outline-primary.disabled:focus,
    .btn-outline-primary.disabled:active,
    .btn-outline-primary.disabled.active,
    .btn-outline-primary[disabled]:hover,
    .btn-outline-primary[disabled]:focus,
    .btn-outline-primary[disabled]:active,
    .btn-outline-primary[disabled].active,
    fieldset[disabled] .btn-outline-primary:hover,
    fieldset[disabled] .btn-outline-primary:focus,
    fieldset[disabled] .btn-outline-primary:active,
    fieldset[disabled] .btn-outline-primary.active {
        background-color: #E5DCCE !important;
        border-color: #E5DCCE !important;
        color: #303D42;
    }


/* BTN REDEFINIR COOKIES */
.btn-revoke {
    position: relative !important;
    right: auto;
    left: revert !important;
    color: #EFEEEE;
    padding: 2px 6px !important;
    margin: 0 auto !important;
    text-transform: uppercase;
    font-size: 12px;
    background-color: transparent;
    border-color: transparent;
    bottom: 0;
}

    .btn-revoke:hover {
        background-color: #EFEEEE;
        border-color: #EFEEEE;
    }

/* FIM BTN REDEFINIR COOKIES */

/* BACK TO TOP BUTTON */
#scroll-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    margin: 0;
    text-decoration: none;
    z-index: 999999;
}

    #scroll-top button {
        width: 50px;
        height: 50px;
        outline: none;
        cursor: pointer;
        border-radius: 100%;
        border: solid 5px #FFEBEE50;
        background-color: #EC792799;
        color: #fff;
        box-shadow: 0 0 1px #333;
        display: block;
        font-family: tahoma;
        font-size: 11px;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

        #scroll-top button:hover {
            background-color: #EC792750;
            border: solid 5px #FFEBEE50;
        }

/* FIM BACK TO TOP BUTTON */

section {
    scroll-margin-top: 170px;
    display: flex;
}


/* HEADER DO FORMULARIO */
#header-form {
    margin: 0 0 0px;
    padding: 10px 0px 0;
    color: #251507;
    background-color: #ffffff;
}

    #header-form > div > div {
        padding: 25px 0 15px;
        border-bottom: 1px solid #A59B9190;
    }

/* FIM HEADER DO FORMULARIO */







/* BARRA NAVEGACAO CADASTRO */

#conteudo-form .nav-passos {
    padding: 20px 0 40px;
}

    #conteudo-form .nav-passos .nav-link {
        font-size: .9rem;
        text-align: left;
        margin: 0 .5rem 0 0;
        padding: 3px 10px;
        border-radius: 1rem;
        color: #54545475;
    }

        #conteudo-form .nav-passos .nav-link.active,
        #conteudo-form .nav-passos .nav-link:hover {
            color: #545454;
        }

        #conteudo-form .nav-passos .nav-link::before {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f00c";
            color: transparent;
            margin-right: 5px;
        }

        #conteudo-form .nav-passos .nav-link:hover::after,
        #conteudo-form .nav-passos .nav-link.active::after {
            content: "";
            display: block;
            width: 30%;
            height: 2px;
            margin-left: 20px;
            background-color: #545454;
        }

        #conteudo-form .nav-passos .nav-link.success {
            color: #fff;
            background-color: #00A65A;
        }

            #conteudo-form .nav-passos .nav-link.success::before {
                font: normal normal normal 14px/1 FontAwesome;
                content: "\f00c";
                color: #ffffff;
                margin-right: 5px;
            }

            #conteudo-form .nav-passos .nav-link.success:hover::after {
                display: none;
            }

#conteudo-form .navbar-bottom {
    margin: 50px 0;
    padding: 20px 0;
    border-top: 1px solid #cccccc;
}



#conteudo-form .nav-docs {
    padding: 20px 0 40px;
}

    #conteudo-form .nav-docs .nav-link {
        font-size: .8rem;
        margin: 10px;
        background-color: #fff;
        width: 44%;
    }

        #conteudo-form .nav-docs .nav-link.active {
            background-color: #545454;
        }



#conteudo-form .lista-categorias {
    font-size: .8rem;
    font-weight: bold;
    text-transform: inherit;
    text-align: left;
    text-decoration: none;
    color: #545454;
    margin: 0;
    display: flex;
    align-items: center;
    padding: .8rem 1.6rem;
    height: 100%;
    min-height: 1rem;
    white-space: normal;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

    #conteudo-form .lista-categorias::before {
        content: "";
        position: absolute;
        display: block;
        width: 3px;
        height: 50%;
        float: left;
        left: 14px;
        background-color: #cc0000;
    }

    #conteudo-form .lista-categorias:hover {
        background-color: #ffffff80;
    }

/* FIM BARRA NAVEGACAO CADASTRO */


/* TELAS ACESSO */
#status-aguardando .titulo-status, #status-recusado .titulo-status {
    color: #545454;
}

#status-aceito .titulo-status {
    color: #00A65A;
}

#status-pendente .titulo-status {
    color: #F39C12;
}


/* MODAL */
.modal-dialog {
    padding-top: 46px
}

.modal-content {
    border-radius: 20px !important;
    border: none;
    background-color: #fff;
}

.modal-header {
    padding: 1rem 2.5rem;
}

.modal-title {
    font-size: 1rem;
    line-height: 1.2rem;
    text-transform: inherit;
}

.modal-body {
    padding: 1rem 2.5rem 3rem;
}

    .modal-body a {
        word-break: break-all;
    }


/* TABLE */
.table {
    font-size: .75rem;
}

    .table .thead-dark th {
        color: #545454;
        vertical-align: middle;
        border-color: #DFDFDF;
        background-color: #f5f5f5;
    }

/*.custom-checkbox {
    cursor: default;
}*/

.checkboxPointer {
    cursor: pointer;
}

/*input[type="checkbox"] {
    cursor: pointer;
}*/

        .table tbody td:first-child {
            text-align: center;
        }

    .table thead {
        text-align: center;
    }

/* BADGE */
.badge-outline-primary {
    color: #545454;
    border: 1px solid #545454;
    background-color: transparent;
}


#mapa-polos .polo {
    cursor: pointer;
    fill: #ffffff;
    box-shadow: 0px 0px 10px 1px #ffffff;
}

    #mapa-polos .polo:hover,
    #mapa-polos .cidade-check:hover {
        fill: #A59B91 !important;
        box-shadow: 0px 0px 10px 1px #A59B91;
    }

.cidade-check {
    fill: #E5DCCE !important;
}


#Polo1-mapa:hover ~ #txt-polo01 .txt,
#Polo2-mapa:hover ~ #txt-polo02 .txt,
#Polo3-mapa:hover ~ #txt-polo03 .txt,
#Polo4-mapa:hover ~ #txt-polo04 .txt,
#Polo5-mapa:hover ~ #txt-polo05 .txt,
#Polo6-mapa:hover ~ #txt-polo06 .txt,
#Polo7-mapa:hover ~ #txt-polo07 .txt,
#Polo8-mapa:hover ~ #txt-polo08 .txt,
#Polo9-mapa:hover ~ #txt-polo09 .txt,
#Polo10-mapa:hover ~ #txt-polo10 .txt {
    fill: #efeeee !important;
}

#login {
    padding: 20px;
    min-height: 40vh;
}


    #login .divider-login {
        margin-top: 40px;
        padding: 40px 0;
        border-top: 1px solid #cccccc
    }


/* ######### FOOTER ######### */

footer {
    padding: 50px 0 0;
    color: #ffffff;
    background-color: #000000;
}


/* 
########################################
RESPONSIVO
########################################
*/

@media (min-width: 576px) {

    header {
        margin-top: 0px;
    }
}

@media (min-width: 768px) {

    .btn-revoke {
        position: absolute !important;
        right: 100px;
        left: revert !important;
        color: #EFEEEE;
        padding: 2px 6px !important;
        margin: 0 !important;
        text-transform: uppercase;
        font-size: 12px;
        background-color: transparent;
        border-color: transparent;
    }

    #login {
        padding: 50px;
    }

    #login .divider-login {
        margin: auto;
        padding: 0;
        border-top: none;
        border-left: 1px solid #cccccc
    }

    .btn-revoke:hover {
        background-color: #EFEEEE;
        border-color: #EFEEEE;
    }

    #conteudo-form .nav-docs .nav-link {
        font-size: 1rem;
        width: auto;
    }
}




@media (min-width: 992px) {
}


@media (min-width: 1200px) {
}

/* ######### CADASTRO ######### */
#overlay {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#divCenter {
    width: 100%;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#mensagemErro {
    white-space: pre-line;
}

.errors {
    color: #e30513;
}

#formRLEstadoCivil-error {
    position: relative;
}

label.errors {
    color: #e30513;
    font-size: 13px;
    position: absolute;
    /*margin-top: -13px;*/
    padding-left: 5px;
}

.dropdown-menu {
    max-height: 280px;
    overflow-y: auto;
}