﻿:root {
    --bs-azulmarinho: #2c5282;
    --bs-azulmarinho-rgb: 44, 82, 130;
    --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;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.link-fonte1 {
    color: #1c9c60;
}

    .link-fonte1:hover {
        color: #198754;
    }

.bg-fonte1 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important;
}

.text-fonte1 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-text-opacity)) !important;
}

.quebraLinha {
    white-space: pre-wrap;
}

.textoDado {
    font-style: italic;
    color: #337ab7 !important;
    font-weight: normal;
}



.width50 {
    width: 50px;
}

.width75 {
    width: 75px;
}

.width80 {
    width: 80px;
}

.width100 {
    width: 100px;
}

.width130 {
    width: 130px;
}

.width150 {
    width: 150px;
}

.width155 {
    width: 155px;
}

.width160 {
    width: 160px;
}

.width165 {
    width: 165px;
}

.width170 {
    width: 170px;
}

.width178 {
    width: 178px;
}

.width180 {
    width: 180px;
}

.width200 {
    width: 200px;
}

.width250 {
    width: 250px;
}

.width270 {
    width: 270px;
}
