/* Minification failed. Returning unminified contents.
(110,30): run-time error CSS1038: Expected hex color, found '#ffff'
(275,12): run-time error CSS1038: Expected hex color, found '#ffff'
(289,12): run-time error CSS1038: Expected hex color, found '#ffff'
(289,17): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
.logo,.logo-menu,.pagina-logo{background:url(/Cadastro/Content/padrao/imagens/logo.png) no-repeat}.img-logo-whatsapp{background:url(/Cadastro/Content/padrao/imagens/logoWhastApp.png) no-repeat}.img-logo-email{background:url(/Cadastro/Content/padrao/imagens/logo-email.png) no-repeat}
.mdl-layout__container {
    position: fixed;
}

body {
    background-color: #152d49;
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 8vw;
}

.pagina-titulo {
    background-color: #152D49;
    width: 100%;
    padding: 11px;
    position: fixed;
    z-index: 1;
}

    .pagina-titulo .pagina-voltar {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 18px;
        height: 51px;
        width: 40px;
    }

        .pagina-titulo .pagina-voltar .pagina-voltar-img {
            height: 32px;
            width: 31px;
        }

    .pagina-titulo .pagina-titulo-texto {
        float: left;
        width: calc(100vw - 22px);
        font-size: 20px;
        text-align: center;
        color: white;
        word-break: break-word;
    }

.pagina-titulo-texto {
    width: calc(100% - 96px);
}

.pagina-logo {
    background-repeat: no-repeat;
    background-size: contain;
    height: 20vw;
    background-position-x: center;
}

.pagina-titulo {
    height: 15vw;
    width: 100vw;
    min-height: 15vw;
}

form {
    margin-top: 15vw;
    height: calc(100% - 39vw);
}

.pagina-conteudo {
    overflow-y: auto;
    height: 100%;
    overflow-x: hidden;
}

.linhaRodapeBotaoPrincipal {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 22vw;
    background: rgba(30, 53, 79, 1);
    text-align: center;
    padding-top: 5vw;
}

.botaoPrincipalTela {
    background: rgba(235, 91, 28, 1);
    width: 100%;
    color: #FFFFFF;
    border-radius: 6px;
    border-style: hidden;
    font-weight: 600;
    box-sizing: border-box;
    letter-spacing: .089em;
    text-transform: uppercase;
    font-size: 15px;
    max-width: 212px;
    height: 41px;
    justify-content: center;
}

.mdl-textfield.is-invalid .mdl-textfield__input {
    border-color: rgba(255, 255, 255, 1);
    box-shadow: none;
}

.mdl-textfield__input {
    font-size: 7.4vw;
    border-bottom: 1px solid #ffff;
    width: 90%;
}

.mdl-textfield {
    position: relative;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 7.5vw 0;
    left: 5vw;
}

.mdl-textfield__label {
    color: rgba(255, 255, 255, 1);
    font-size: 6.2vw;
    font-weight: 100;
    top: 7vw;
}

    .mdl-textfield__label:after {
        background-color: inherit;
    }

.mdl-textfield.is-invalid .mdl-textfield__label:after {
    background: none;
}

.texto-centralizado {
    position: absolute;
    width: 100%;
    height:50vh;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    margin:0 10px 0 10px;
}

.pagina-conteudo .texto-centralizado {
    position: relative;
    top: 10vw;
    width:auto;
}

.campo_centralizado_com_texto {
    top: 7vw !important;
}

.pagina-conteudo .campo-centralizado {
    position: relative;
    top: 50vw;
}

.pagina-conteudo .texto_centralizado_menor {
    top: 15vw !important;
}

.campo-centralizado {
    position: absolute;
    top: 80vw;
    text-align: center;
}

@media (orientation: landscape) {
    .texto-centralizado {
        height: 60vh;
    }
}

@media only screen and (min-height: 600px) {
    .texto-centralizado {
        top: 50vw;
    }

    .pagina-conteudo .texto-centralizado {
        top: 20vw;
    }

    .campo_centralizado_com_texto {
        top: 17vw !important;
    }

    .pagina-conteudo .texto_centralizado_menor {
        top: 28vw !important;
    }

    .pagina-conteudo .campo-centralizado {
        position: relative;
        top: 60vw;
    }
}

@media only screen and (min-height: 800px) {
    .pagina-conteudo .texto-centralizado {
        top: 22vw;
    }

    .campo_centralizado_com_texto {
        top: 36vw !important;
    }

    .pagina-conteudo .texto_centralizado_menor {
        top: 30vw !important;
    }

    .pagina-conteudo .campo-centralizado {
        position: relative;
        top: 79vw;
    }
}

.botaoNao {
    left: 5vw;
    padding: 2px 25px;
    width: 40%;
    color: #FFFFFF;
    position: absolute;
    bottom: 7vw;
    background: rgba(235, 91, 28, 1);
    border-style: hidden;
    font-size: 15px;
    max-width: 150px;
    height: 41px;
    justify-content: center;
    align-items: center;
    line-height: normal;
    letter-spacing: .089em;
    border-radius: 6px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    display:flex;
}


.botaoSim {
    width: 40%;
    color: #FFFFFF;
    position: absolute;
    bottom: 7vw;
    RIGHT: 5vw;
    background: rgba(235, 91, 28, 1);
    border-style: hidden;
    font-size: 15px;
    max-width: 150px;
    height: 41px;
    justify-content: center;
    align-items: center;
    letter-spacing: .089em;
    border-radius: 6px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    display:flex;
}

.botaoDesabilitado {
    background: rgba(235, 91, 28, 0.4);
}

a {
    color: #ffff;
    font-weight: 700;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: transparent;
    font-size: 0;
    top: 0;
    visibility: hidden
}

input:-internal-autofill-selected {
    background-color: transparent !important;
    background-image: none !important;
    color: #ffff !important;
}

.label-sugestao-numero-whatsapp {
    position: absolute;
    bottom: 0vw;
    left: 6vw;
    font-weight: 300;
    font-size: 4vw;
}

.label-sugestao-numero-motorista-whatsapp {
    position: absolute;
    left: 6vw;
    font-weight: 300;
    font-size: 4vw;
    TOP: 19VW;
    LINE-HEIGHT: 4VW;
    text-align: left;
}


.mdl-textfield--floating-label .mdl-textfield__label {
    transition-duration: unset;
    transition-timing-function: unset;
}

.ui-dialog-content, .ui-widget-content {
    font-size: 4.2vw;
    color: #393939;
    font-weight: normal;
    border-top: none;
    line-height: 5vw;
    text-shadow: none;
}

.ui-widget-header {
    background: white;
    border: 0px;
    padding: 0px !important;
    margin: 5.84vw 5.02vw 5.837333333333333vw 5.02vw !important;
}

.ui-dialog-buttonpane {
    margin: 0px !important;
    padding: 0px !important;
}

.ui-dialog-buttonset {
    text-align: center !important;
    float: none !important;
    width: 100%;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0px !important;
    width: 50%;
    padding: 4vw 0px;
    outline: transparent;
}

.ui-dialog-title {
    color: #EA5C1A;
    font-size: 5.3vw;
    line-height: 6vw;
    text-shadow: none;
}

.ui-dialog-content, .ui-widget-content, .ui-dialog-title, .ui-state-default {
    font-family: 'Lato', sans-serif !important;
}

.ui-state-default {
    background: white !important;
    border: none !important;
    box-shadow: none;
    font-weight: bold !important;
}

.ui-button-text {
    color: #EA5C1A;
}

.svg-voltar {
    fill: none;
    height: 17px;
    width: 17px;
}

.layout-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

    .layout-desktop .layout-desktop-content {
        text-align: center;
        width: 97%;
        padding: 25px;
        max-width: 700px;
        background-color: rgba(0, 0, 0, 0.34);
        color: white;
        border-radius: 5px;
    }

        .layout-desktop .layout-desktop-content .layout-desktop-content-msg {
            line-height:25px;
        }
            .layout-desktop .layout-desktop-content .layout-desktop-content-msg p {
                font-size: 16px;
            }

.displayNone{
    display:none;
}
