
.dialogo-height-px-25 {
    height: 2rem!important;;
}

.dialogo-height-px-50 {
    height: 3rem!important;;
}

.dialogo-height-px-70 {
    height: 4rem!important;;
}

.dialogo-height-px-116 {
    height: 9rem!important;;
}

.dialogo-height-px-250 {
    height: 16rem!important;;
}

.dialogo-rotulo-negrito {
    font-weight: bold;
}

.dialogo-height-px-100 {
    height: 5rem!important;;
}

.dialogo-painel-centro-10 {
    margin-top: 10%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
}

.icone-centraliza {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
}

.centraliza-texto-verticalmente {
    align-content: center;
}

.dialogo-sombra  {
    opacity: 0.5;
/*    background-color: rgba(0, 0, 255, 0.3)'); */
    background-color: hsl(240,10%,60%);
    border: 0px;
    position: fixed;
/*   z-index: 999; */
    left: 0px;
    top: 0px;
    height: 2000%;
    width: 100%;
}
.dialogo-box {
    display: block!important;
    /* position: fixed!important; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* margin-top: auto; */
    /* margin-bottom: auto; */
    border-radius: 1rem!important;
    border: 5px solid!important;
    border-color: white!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    /*background-color: rgba(10,23,55,0.7);*/
    background-color: rgba(255,255,255);
    position: absolute;
    /* top: 10%; */
    left: auto;
    height: auto!important;
    width: 42%!important;
    padding: 1rem;
}

.dialogo-box-contato {
    display: block !important;
    /* position: fixed !important; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* margin-top: auto; */
    /* margin-bottom: auto; */
    border-radius: 1rem !important;
    border: 5px solid !important;
    border-color: white !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    /* background-color: rgba(10, 23, 55, 0.7); */
    background-color: rgba(255, 255, 255);
    position: absolute;
    /* top: 10%; */
    left: auto;
    height: auto !important;
    width: 80% !important;
    padding: 1rem;
}
.dialogo-box-div-titulo {
    text-align: center;
    padding-bottom: 0.5rem;
}

.dialogo-box-mensagem {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 2px solid #e9ecef;
    border-bottom: 2px solid #e9ecef;
    text-align: center;
}

.dialogo-box-botoes {
    padding-left: 0.5rem;
    margin-right: 0.5rem;
    width: 4em;
    margin-bottom: 1em;
}

.dialogo-box-div-botoes {
    text-align: center;
        padding-top: 1rem;
}

.dialogo-box-form {
    /*background-color: rgba(10,23,55,0.5);*/
    background-color: rgba(51,65,92,0.6);
    z-index: 9999;
    position: fixed!important;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.dialogo-box-rotulo-centraliza {
    text-align: center;
}

@media screen and (orientation: portrait) {
}

@media screen and (orientation: landscape) {
}

