:root {
    --bs-azulmarinho: #335f96;
    --bs-azulmarinho-rgb: 51, 95, 150;
    --bs-red: #dc3545;
    --bs-red-rgb: 220, 53, 69;
    --bs-orange: #fd7e14;
    --bs-orange-rgb: 253, 126, 20;
    --bs-yellow: #ffc107;
    --bs-yellow-rgb: 255, 193, 7;
    --bs-teal: #20c997;
    --bs-teal-rgb: 32, 201, 151;
    --bs-verdeabtms: #188b7a;
    --bs-verdeabtms-rgb: 24, 139, 122;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.link-fonte1 {
    color: #188b7a;
}

    .link-fonte1:hover {
        color: #116155;
    }

.bg-fonte1 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-verdeabtms-rgb),var(--bs-bg-opacity)) !important;
}

.text-fonte1 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-verdeabtms-rgb),var(--bs-text-opacity)) !important;
}

.border-fonte1 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-verdeabtms-rgb), var(--bs-border-opacity)) !important;
}

.text-bg-fonte1 {
    color: #fff !important;
    background-color: RGBA(var(--bs-verdeabtms-rgb), var(--bs-bg-opacity, 1)) !important;
}

.bg-fonte2 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-orange-rgb),var(--bs-bg-opacity)) !important;
}

.text-fonte2 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-orange-rgb),var(--bs-text-opacity)) !important;
}

.quebraLinha {
    white-space: pre-wrap;
}

.textoDado {
    font-style: italic;
    color: #337ab7 !important;
    font-weight: normal;
}

.lbl2Pt::after, .lbl2PtReq::after {
    content: ":";
}

.lbl2PtReq::before {
    content: "* ";
    color: red;
}

.lbl2Pt::before {
    content: "\00A0\00A0\00A0"; /* Três espaços não quebráveis */
}

.lblPerg::after, .lblPergReq::after {
    content: "?";
}

.lblPergReq::before {
    content: "* ";
    color: red;
}

.lblPerg::before {
    content: "\00A0\00A0\00A0"; /* Três espaços não quebráveis */
}

/* Altera a cor da borda da aba ativa */
.custom-tabs {
    border-color: #6c757d;
}

    .custom-tabs .nav-link.active {
        border-color: #6c757d; /* Cor desejada */
        border-bottom-color: #fff !important;
        font-weight: bold;
    }
    /* Altera a cor da borda das abas inativas */
    .custom-tabs .nav-link {
        border-color: #cccccc; /* Cor desejada */
        border-bottom-color: transparent;
    }
        /* Opcional: Mudar a cor ao passar o mouse */
        .custom-tabs .nav-link:hover {
            /* border-color: #007bff; Cor desejada ao passar o mouse */
            font-weight: bold;
        }

.custom-tab-content {
    border: 1px solid #6c757d;
    border-top: none;
}


.border-orange {
    border-color: var(--bs-orange) !important;
}

.bg-orange {
    background-color: var(--bs-orange) !important;
}

.text-orange {
    color: var(--bs-orange) !important;
}

.btn-orange {
    color: #fff;
    background-color: var(--bs-orange);
    border-color: var(--bs-orange);
}

    .btn-orange:hover {
        color: #fff;
        background-color: #ca6510;
        border-color: #984c0c;
    }

/*Hack para ocultar o botão "Get all features" do TinyMCE */
.tox-promotion .tox-promotion-link {
    display: none !important;
}

.text-roxo {
    color: #6610f2;
}

.text-rosa {
    color: #ff33cc;
}

.text-marrom {
    color: #996633;
}


.form-control {
    border-color: gray;
}

.width38 {
    width: 38px;
}

.width50 {
    width: 50px;
}

.width75 {
    width: 75px;
}

.width80 {
    width: 80px;
}

.width100 {
    width: 100px;
}

.width110 {
    width: 110px;
}

.width115 {
    width: 115px;
}

.width120 {
    width: 120px;
}

.width130 {
    width: 130px;
}

.width150 {
    width: 150px;
}

.width155 {
    width: 155px;
}

.width160 {
    width: 160px;
}

.width165 {
    width: 165px;
}

.width170 {
    width: 170px;
}

.width178 {
    width: 178px;
}

.width180 {
    width: 180px;
}

.width190 {
    width: 190px;
}

.width200 {
    width: 200px;
}

.width250 {
    width: 250px;
}

.width270 {
    width: 270px;
}

.width280 {
    width: 280px;
}

.width300 {
    width: 300px;
}

.width400 {
    width: 400px;
}
