html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    background-color:#E7E1D6;
}
.loading-mask {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    /*margin-top: -1rem;*/
    /*margin-left: -1rem;*/
    transition: all ease-in-out 0.3s;
    top: 0;
    z-index: -1;
}

    .loading-mask.show {
        opacity: 1;
        z-index: 999999;
    }

.loading-body {
    width: 5rem;
    margin-left: calc(50% - 5rem);
    margin-right: auto;
    margin-top: 15%;
}

    .loading-body .loading-ico {
        position: absolute;
        font-size: 5rem;
        background-color: transparent !important;
    }

    .loading-body .loading-ico-shadow {
        font-size: 5rem;
        margin-top: 3.1rem;
        margin-left: 3.3rem;
        position: absolute;
        background-color: transparent !important;
    }

    .loading-body .cog-shadow, .loading-body .cog-shadow-2 {
        font-size: 5rem;
        position: absolute;
        background-color: transparent !important;
        color: rgba(0, 0, 0, 0.80);
    }

    .loading-body .cog-shadow {
        margin-top: 3.2rem;
        margin-left: 3.4rem;
    }

    .loading-body .cog-shadow-2 {
        margin-top: 0.1rem;
        margin-left: 0.15rem;
    }

.fundo-azul-petroleo {
    background-color: #163337 !important;
}

.borda-azul-petroleo {
    border-color: #163337 !important;
}
