
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  
}

.bold {
    font-weight:bold;
}
.loading {
    display:none;
}

.bd-example-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

    .bd-example-modal-lg .modal-dialog .modal-content {
        background-color: transparent;
        border: none;
    }

.text-center {
    text-align:center
}

.esconder {
    display:none
}

.mostrar {
    display:block;
}

.bg-dark-blue {
    background-color:#010230;
    color:white !important;
}
.text-white {
    color: white !important;
}
