.bg-branco-responsivo .row {
    display: flex;
    height: 100%;
}

/*RESPONSIVE*/
@media screen and (min-width: 992px) {
    .bg-logo-responsivo {
        background-color: #e8e9ec;
        width: 776px;
        height: 64px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 16px;
    }
    .bg-branco-responsivo {
        width: 776px;
        height: 538px;
        background-color: #fff;
        margin-left: auto;
        margin-right: auto;
    }
    .coluna-informacoes {
        padding-left: 56px;
        padding-right: 20px;
    }
    .coluna-botoes {
        padding-left: 20px;
        padding-right: 56px;
    }
    #background-color-branco {
        background-color: #fff;
        width: 100%;
        height: 378px;
        margin: 80px 0 80px 0;
    }
    #background-color-cinza {
        background-color: #f4f4f6;
        width: 100%;
        margin: 80px 0 80px 0;
        padding: 40px 19px;
    }
    #background-color-branco .titulo-cabecalho {
        margin-bottom: 24px;
        font-family: "Bradesco Sans";
        font-size: 24px;
        font-weight: bold;
        color: #4d4e53;
    }
    #background-color-branco .descricao {
        margin-bottom: 24px;
        font-family: "Bradesco Sans";
        font-size: 16px;
        color: #4d4e53;
    }
    #background-color-branco .parametros {
        margin-bottom: 8px;
        font-family: "Bradesco Sans";
        font-size: 14px;
        font-weight: bold;
        color: #4d4e53;
    }
    #background-color-branco .resposta {
        margin-bottom: 16px;
        font-family: "Bradesco Sans";
        font-size: 14px;
        color: #4d4e53;
    }
    #background-color-branco .resposta input {
        margin-right: 8px;
        width: 61px;
        height: 40px;
        padding: 12px 16px;
        border-radius: 5px;
        border: solid 1px #a5aab6;
        background-color: #ffffff;
    }

    #background-color-branco .resposta input.valor-invalido {
        border-color: #e60935;
    }

    #background-color-branco .erro-cpf {
        font-size: 12px;
        font-weight: 500;
        color: #e60935;
        margin-top: -8px;
    }

    .bg-branco-responsivo .div-resposta {
        text-align: center;
        margin: auto auto;
    }
    .bg-branco-responsivo .div-resposta .icon {
        font-size: 64px;
    }
    .bg-branco-responsivo .div-resposta .titulos {
        margin-top: 24px;
        font-family: "Bradesco Sans";
        font-size: 16px;
        font-weight: bold;
        color: #4d4e53;
    }
    .bg-branco-responsivo .div-resposta p {
        margin-top: 40px;
        font-family: "Bradesco Sans";
        font-size: 14px;
        color: #4d4e53;
    }
    .bg-branco-responsivo .div-resposta button {
        margin-top: 40px;
        width: 288px;
    }
}

@media screen and (max-width: 991px) {
    .bg-logo-responsivo {
        background-color: #e8e9ec;
        width: 320px;
        height: 64px;
        margin-right: auto;
        padding-top: 16px;
    }
    .bg-branco-responsivo {
        width: 100%;
        min-height: 700px;
        background-color: #fff;
    }
    #background-color-branco {
        background-color: #fff;
        width: 100%;
        height: 371px;
        padding: 24px 16px 0;
        margin-bottom: 12px;
    }
    #background-color-cinza {
        background-color: #f4f4f6;
        width: 100%;
        padding: 24px 16px;
    }
    #background-color-branco .titulo-cabecalho {
        margin-bottom: 24px;
        font-family: "Bradesco Sans";
        font-size: 16px;
        font-weight: bold;
        color: #4d4e53;
    }
    #background-color-branco .descricao {
        margin-bottom: 24px;
        font-family: "Bradesco Sans";
        font-size: 14px;
        color: #4d4e53;
    }
    #background-color-branco .parametros {
        margin-bottom: 4px;
        font-family: "Bradesco Sans";
        font-size: 14px;
        font-weight: bold;
        color: #4d4e53;
    }
    #background-color-branco .resposta {
        margin-bottom: 16px;
        font-family: "Bradesco Sans";
        font-size: 14px;
        color: #4d4e53;
    }
    #background-color-branco .resposta input {
        margin-right: 8px;
        width: 61px;
        height: 40px;
        padding: 12px 16px;
        border-radius: 5px;
        border: solid 1px #a5aab6;
        background-color: #ffffff;
    }

    #background-color-branco .resposta input.valor-invalido {
        border-color: #e60935;
    }

    #background-color-branco .erro-cpf {
        font-size: 12px;
        font-weight: 500;
        color: #e60935;
        margin-top: -8px;
    }

    .bg-branco-responsivo .div-resposta {
        text-align: center;
        margin: auto 40px;
    }
    .bg-branco-responsivo .div-resposta .icon {
        font-size: 64px;
    }
    .bg-branco-responsivo .div-resposta .titulos {
        margin-top: 24px;
        font-family: "Bradesco Sans";
        font-size: 16px;
        font-weight: bold;
        color: #4d4e53;
    }
    .bg-branco-responsivo .div-resposta p {
        margin-top: 40px;
        font-family: "Bradesco Sans";
        font-size: 14px;
        color: #4d4e53;
    }
    .bg-branco-responsivo .div-resposta button {
        margin-top: 40px;
    }

    .coluna-botoes {
        padding: unset;
    }
    .no-margin {
        margin: unset;
        min-height: 700px;
    }
}

#erro p {
    margin-top: 16px;
}

.btn-branco {
    width: 100%;
    height: 40px;
    margin: 0px 0px 16px;
    border-radius: 4px;
    border: solid 1px #0b67bd;
    background-color: #ffffff;
    color: #0b67bd;
    font-family: "Bradesco Sans";
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.btn-azul {
    width: 100%;
    height: 40px;
    margin: 0px 0px 16px;
    border-radius: 4px;
    background-color: #0b67bd;
    color: #fff;
    font-family: "Bradesco Sans";
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.pn-grey-background {
    background-color: #e8e9ec;
    width: 100%;
}

/* radio e checkbox */
.bg-branco-responsivo .checkbox-termos-aviso .form-checkbox-button {
    display: block;
    position: relative;
    margin-bottom: 12px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: normal !important;
    color: #4d4e53;
    font-family: "Bradesco Sans";
}

.bg-branco-responsivo .checkbox-termos-aviso .form-checkbox-button:first-child {
    margin-top: 24px;
}

.bg-branco-responsivo .checkbox-termos-aviso .form-checkbox-button input {
    position: absolute;
    cursor: pointer;
    display: none;
}

.bg-branco-responsivo .checkbox-termos-aviso .form-checkbox-button p {
    font-size: 14px;
}

.bg-branco-responsivo .checkbox-termos-aviso .form-checkbox-button .checkmark {
    cursor: pointer;
    margin-top: 2px;
}

.bg-branco-responsivo .checkbox-termos-aviso .form-checkbox-button .checkmark {
    border-radius: 2px;
}

.bg-branco-responsivo .checkbox-termos-aviso .form-checkbox-button input:checked ~ .checkmark:after {
    display: block;
}

.bg-branco-responsivo .checkbox-termos-aviso .form-checkbox-button .checkmark:after {
    top: 2px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid 0.4px #4d4e53;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bg-branco-responsivo .checkbox-termos-aviso .form-checkbox-button:last-child {
    margin-bottom: 24px;
}

.checkbox-termos-aviso .valor-invalido {
    border-color: #e60935;
}

.checkbox-termos-aviso .checkbox-obrigatorio {
    font-size: 12px;
    font-weight: normal !important;
    color: #e60935;
    margin-left: 26px;
    margin-bottom: 12px;
}

/***************************************************************************
** Label Checkbox **
***************************************************************************/

.label-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal !important;
}

.label-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #a5aab6;
    border-radius: 3px;
    background-color: #FFF;
}

.label-checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.label-checkbox input:checked~.checkmark {
    background-color: #FFF;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.label-checkbox input:checked~.checkmark:after {
    display: block;
}

.label-checkbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}



.bs-loader--bottom {
    margin-top: 5px;
}

.bs-loader--bottom::after,
.bs-loader--bottom::before {
    border-color: #2365a7 !important;
}

.div-loading,
.loading-wrapper {
    width: 100%;
    text-align: center;
    padding: 70px 0 80px 0;
}

.loading-wrapper {
    height: 200px;
}

.bs-loader {
  display: inline-block;
  height: 30px;
  position: relative;
  width: 30px;
}

.bs-loader::before,
.bs-loader::after {
  -webkit-animation: bs-loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: bs-loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  border: 2px solid #cc092f;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  content: "";
  display: block;
  opacity: 1;
  position: absolute;
}

.bs-loader::after {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes bs-loading {
  0%,
  100% {
    bottom: 0;
    height: 1px;
    left: 0;
    margin: auto;
    opacity: 1;
    right: 0;
    top: 0;
    width: 1px;
  }

  100% {
    height: 100%;
    opacity: 0;
    width: 100%;
  }
}

@keyframes bs-loading {
  0%,
  100% {
    bottom: 0;
    height: 1px;
    left: 0;
    margin: auto;
    opacity: 1;
    right: 0;
    top: 0;
    width: 1px;
  }

  100% {
    height: 100%;
    opacity: 0;
    width: 100%;
  }
}

.bs-loader--large,
.bs-loader--larger {
  height: 90px;
  width: 90px;
}

.bs-loader--white::before,
.bs-loader--white::after {
  border-color: #fff;
}

.img-erro {
    content: url(../img/ic-erro.svg);
    width: 64px;
    height: 64px;
}

.img-alerta {
    content: url(../img/ic-alerta.svg);
    width: 64px;
    height: 64px;
}

.img-sucesso {
    content: url(../img/ic-sucesso.svg);
    width: 64px;
    height: 64px;
}

.modal-body-height-345{
    height: 345px;
}

.title:after {
  background: #fff;
}

#loading {
  margin: auto;
}