﻿:root {
    --bs-azulmarinho: #335f96;
    --bs-azulmarinho-rgb: 51, 95, 150;
    --bs-red: #a10202;
    --bs-red-rgb: 161, 2, 2;
    --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: #fd7e14;
}

    .link-fonte1:hover {
        color: #fd6214;
    }

.bg-fonte1 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-orange-rgb),var(--bs-bg-opacity)) !important;
}

.text-fonte1 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-orange-rgb),var(--bs-text-opacity)) !important;
}

.bg-fonte2 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-azulmarinho-rgb),var(--bs-bg-opacity)) !important;
}

.text-fonte2 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-azulmarinho-rgb),var(--bs-text-opacity)) !important;
}


.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;
    }

.quebraLinha {
    white-space: pre-wrap;
}

.textoDado {
    /*font-style: italic;*/
    color: #0d6efd !important;
    font-weight: normal;
}

.width50 {
    width: 50px;
}

.width75 {
    width: 75px;
}

.width80 {
    width: 80px;
}

.width90 {
    width: 90px;
}

.width100 {
    width: 100px;
}

.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;
}

.width200 {
    width: 200px;
}

.width230 {
    width: 230px;
}


.width250 {
    width: 250px;
}

.width270 {
    width: 270px;
}
