/* Minification failed. Returning unminified contents.
(527,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(528,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(529,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(530,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(534,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(535,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(536,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(537,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(545,28): run-time error CSS1039: Token not allowed after unary operator: '-branco-tenda'
 */
html, body {
    font-family: 'Roboto', sans-serif !important;
    height: 100%;
    margin: 0;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

#modal-conteudo {
    max-width: 920px;
}

#modal-info-alert {
    padding-right: 0px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../../static/conecta/images/arrow-dropdown.svg) right / 10px no-repeat #fff !important;
    padding-right: 10px !important;
}

#cabecalho {
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}

.row-btn-cadastrar-cliente {
    padding-bottom: 70px;
}

.text-red {
    color: #d0021b;
}

.content {
    min-height: 100%;
}

.footer {
    margin-top: -50px;
}

.navbar {
    font-size: 15px;
    background-color: #4a4a4a;
    color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    height: 40px;
    justify-content: center;
}

.navbar-nav {
    flex: 1;
    justify-content: space-between;
}

.navbar-toggler {
    border: 1px solid #ffffff;
}

.fixed-bar {
    position: fixed;
    z-index: 10;
}

.input-conecta {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

.layout-radion-button {
    text-align: center;
    padding-top: 15px;
}

.row {
    padding-top: 25px;
}

.bg-topo {
    width: 100%;
    height: 100px;
    background-image: linear-gradient(to bottom, #ed1c24, #d0021b 250%);
}

    .bg-topo .row {
        padding-top: 0px;
    }

._Cadastro_cliente {
    width: 1306px;
    height: 1920px;
}

.btn-outline-red {
    width: 822px;
    height: 40px;
    object-fit: contain;
}

.Bt_outline_quero_conhecer-on {
    width: 822px;
    height: 40px;
    object-fit: contain;
}

.Oval {
    width: 42px;
    height: 42px;
    border: solid 2px #ed1c24;
    background-color: #ffffff;
}

.Rectangle {
    width: 248px;
    height: 6px;
    background-color: #d8d8d8;
}

.Bg {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(214, 214, 214, 0.5);
    border: solid 1px rgba(167, 167, 167, 0.38);
    background-color: #ffffff;
    padding: 15px;
    min-height: 140px;
}

.bg-rodape {
    width: 100%;
    min-height: 55px;
    background-color: #d0021b;
}

.Perfil {
    padding-top: 14px;
    cursor: pointer;
    text-align: center;
}

    .Perfil a {
        color: white;
        font-size: 15px;
    }

        .Perfil a:hover {
            text-decoration: none;
        }

    .Perfil img {
        width: 46px;
        height: 46px;
    }



.Fill-1 {
    width: 270px;
    margin-top: 30px;
}

.Fill-2 {
    width: 186px;
}

hr {
    color: #d8d8d8;
    background-color: #d8d8d8;
    height: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: none;
    width: 100%;
}

label {
    font-weight: 500;
}

.text_footer {
    opacity: 0.42;
    font-size: 15px;
    color: #ffffff;
}

.Rectangle-Copy {
    width: 100px;
    height: 50px;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 #9b9b9b;
    background-image: linear-gradient(to bottom, #fcfcfc, #f7f7f7);
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #4a4a4a;
            border-radius: 100%;
            background: none;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #d0021b;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.btn-outline-red {
    width: 100%;
    height: 40px;
    background-color: white;
    border-color: #d0021b;
    color: #d0021b;
    border-width: thin;
    font-weight: 500;
    border-radius: 20px;
    cursor: pointer;
}

.btn-red {
    width: 100%;
    height: 40px;
    background-image: linear-gradient(to right, #e52d27 0%, #b31217 100%);
    color: white;
    border-color: #d0021b;
    border-width: thin;
    border-radius: 20px;
    cursor: pointer;
}

ol.breadcrumb {
    background-color: white;
}

.breadcrumb_red {
    color: #d0021b;
}

.destaque {
    font-weight: 500;
}

.cabecalho {
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #4a4a4a;
    width: 100%;
}

.Rectangle_resultado {
    width: 100%;
    border-radius: 8px;
    background-image: linear-gradient(to bottom, #fcfcfc, #f7f7f7);
    border-color: #ccc;
    border-width: thin;
    border-style: solid;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 11px 0 rgba(0, 0, 0, 0.19);
    padding-left: 25px;
}

    .Rectangle_resultado .row {
        padding: 0px 15px;
    }

.resultado_conteudo {
    padding: 15px 0px 15px 30px;
}

.resultado_atributos {
    width: 100%;
    margin-top: 3px;
}

    .resultado_atributos span i {
        font-weight: 500;
        font-style: normal;
    }

.abrir-detalhes {
    background-color: white;
    text-align: center;
    border-radius: 0px 8px 8px 0px;
    border-color: #ccc;
    border-width: thin;
    border-left-style: solid;
    color: #d0021b;
    width: 106px;
    cursor: pointer;
}

.container {
    width: 100%;
    max-width: 960px;
    padding-left: 0px;
    padding-right: 0px;
}

.row-btn {
    padding-bottom: 70px;
}

.menu-responsive {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    padding-right: 12px;
    padding-top: 12px;
    font-size: 11px;
    color: yellow;
    cursor: pointer;
}

    .menu-responsive a {
        color: yellow;
        font-size: 12px;
    }

        .menu-responsive a:hover {
            text-decoration: none;
        }


.caption {
    display: block;
}

.fat-line-informacoes {
    color: #d8d8d8;
    background-color: #d8d8d8;
    height: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 320px;
    padding-left: 0px;
}

.col-md-custom-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 25%;
}

@media only screen and (max-width: 660px) {

    .resultado {
        padding-top: 30px;
    }

    .bg-topo {
        height: 60px;
    }

    .abrir-detalhes {
        border-left: none;
    }

    .row {
        padding-top: 0px;
    }

    .row-btn {
        padding-top: 15px;
    }

    #navbar {
        display: none
    }

    #msgResultado {
        font-size: x-large;
        padding-top: 10px;
        padding-bottom: 25px;
    }

    #nomeCliente {
        font-size: large;
    }

    .Rectangle_resultado {
        border-radius: 0px;
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
        padding-left: 10px;
        background-image: none;
    }

        .Rectangle_resultado .row {
            padding: 0px;
        }

    .responsive-hide, footer {
        display: none;
    }

    .fat-line-informacoes {
        width: 220px;
    }

    .titulo-empreendimento .fat-line-informacoes {
        width: 225px;
    }


    .texto-sem-resultado {
        display: inline-block;
        margin: 20px 0px 20px 0px;
        padding: 0px 10px 0px 10px;
    }
}

@media only screen and (min-width: 959px) {
    .col-md-custom-3 {
        max-width: 25%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 25%;
    }

    .col-md-custom-6 {
        max-width: 50%;
    }
}


@media only screen and (min-width: 660px) {
    .responsive-show {
        display: none;
    }

    .content {
        padding-top: 141px;
    }

    .fixed-bar {
        z-index: 10;
    }

    .linha-navegacao {
        margin-top: -15px;
    }

    .bg-topo {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 550px) {
    #nomeCliente {
        font-size: medium
    }
}

@media only screen and (max-width: 959px) {
    #navbar {
        display: none;
    }

    .container {
        padding-left: 5%;
        padding-right: 5%;
    }

    .row-btn-cadastrar-cliente {
        padding-top: 25px;
        padding-bottom: 20px;
    }
}

.theme-dark {
    --color-primary: #17ed90;
    --color-secondary: #243133;
    --color-accent: #12cdea;
    --font-color: #ffffff;
}

.theme-normal {
    --color-primary: #d0021b;
    --color-secondary: #fbfbfe;
    --color-accent: #fd6f53;
    --font-color: #000000;
}

.btn-sair-dropdown {
    font-size: 22px;
    min-height: 50px;
    object-fit: contain;
    color: red;
    background-color: var(--branco-tenda);
    border: none;
    border-radius: 30px;
    margin: 15px auto 20px 13%;
}

#dropdownMenuLink::after {
    display: none;
}
