.colorPrimary {
    color: #2d5c85;
}

.divInteira {
    margin: 0px !important;
    padding: 0px !important;
    height: 100%;
    width: 100%;
    max-width: none !important;
}

.divImagem {
    height: 96vh;
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
    max-width: 900px;
}

.tagImagem {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.divConteudo {
    margin: 0px;
    padding: 0px !important;
    height: 100%;
    width: inherit;
}

.flexConteudo {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.flexTest2 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.flexTest3 {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.flexTest4 {
    display: flex;
    flex-flow: row nowrap;
}

.flexTextoCaixa {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.textoClick {
    color: inherit;
    margin: 0px;
    padding: 0px;
}

.campoSenha {
    margin-bottom: 0px;
}

.input {
    font-size: 1rem !important;
    background-color: whitesmoke !important;
    border-radius: 5px !important;
    border-radius: 0px 0px 6px 3px #000000!important;
}

.inputLabel {
    padding-left: 3.5rem;
}

.inputIcone {
    color: #2d5c85;
}

.textoMenor {
    font-size: 0.7em;
}

.dimensoesAfastamento {
    padding-right: 2rem !important;
}

.dimensoesAfastamentoLeft {
    padding-left: 5rem !important;
}

.dimensoesAfastamentoTop {
    padding-top: 4rem;
}

.dimensoesAfastamentoBottom {
    padding-bottom: 2rem;
}

.dimensoesInput {
    margin: 0px !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.margin {
    margin: 0px !important;
}

.larguraMaxima {
    width: 100%;
    max-width: 500px;
}

.btn {
    transition: 0.35s ease;
}

.btn:hover {
    color: white;
    background-color: #0764b4;
    opacity: 0.8;
}

.rodape {
    max-width: none !important;
    margin: 0px;
    min-height: 4vh;
}

@media(max-width: 800px) {
    .divImagem {
        display: none;
    }
}

@media(max-height: 560px) {
    .divImagem {
        display: none;
    }
}

@media(max-height: 1366px) and (max-width: 1024px) and (min-height: 1000px) and (min-width:800px) {
    .divImagem {
        display: none;
    }
}

.btnTag {
    margin-bottom: 8px;
    padding: 0px;
    width: 100%;
    max-width: 400px;
}

.tagP {
    color: white;
    font-size: 1.5em;
    margin: 0px;
    padding-left: 4rem;
}

.tagInput {
    padding-left: 6px !important;
    border: 1px solid #E0E0E0 !important;
    background: #FAFAFA !important;
    border-radius: 2px !important;
}

.tagInput:focus {
    box-shadow: none !important;
}

.tagDivTexto {
    position: absolute;
    padding-top: 6rem;
    display: block;
    width: 50%;
    max-width: 900px;
}

.textoDireito {
    float: right;
    padding-right: 4rem;
}

.tagSenha {
    color: #9e9e9e;
    text-decoration: none !important;
}