:root {
  --censo-primario: 141, 4, 11;
  --censo-secundario: #FB8200;
}

body {
    background-color: #ecf0f1;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

.btn.is-fullwidth {
    width: 100%;
}

.is-primary {
    background-color: rgba(var(--censo-primario), 1);
    border-color: transparent;
    color: #fff;
}

.is-primary:hover {
    background-color: rgba(var(--censo-primario), 0.8);
}

.label {
    color: #363636;
    display: block;
    font-size: 0.97rem;
    font-weight: 600;
}

.label-subtitle {
    color: #363636;
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
}

.logo-divcorp{
    padding-bottom: 10px;
}

.logo-termo {
    margin-bottom: 30px;
}

.logo-empresa {
    max-width: 200px;
} 

.title {
    color: #363636;
    font-weight: 700;
    font-size: 32px;
    padding-bottom: 0px;
    text-align: center;
}

.subtitle {
    color: #363636;
    font-weight: 700;
    font-size: 20px;
}

#app .card {
    border: none;
}

#app .card .card-header {
    border-radius: 0px;
}

.form-censo-titulo {
    text-align: center;
    padding-bottom: 15px;
}

.logo-form {
    float: right;
}

.frase {
    background: url(/img/bg-form.jpg);
    background-position: right;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.frase-dentro {
    text-align: right;
    color: white;
    margin-right: 15px;
    margin-top: 90px;
    padding-left: 60px;
    position: relative;
    text-shadow: 1px 2px 2px rgba(0,0,0,.16);
}

.frase-dentro span {
    font-size: 72px;
    position: absolute;
    right: 0;
}

.frase-dentro div {
    position: absolute;
    top: 60px;
}

.frase-dentro div p {
    font-size: 30px;
    line-height: 120%;
    top: 50px;
}

.frase-dentro div h6 {
    font-size: 20px;
    right: 0;
}

@media (max-width: 1200px) {
    .frase-dentro div p {
        font-size: 24px;
    }

    .frase-dentro div h6 {
        font-size: 16px;
    }

    .frase-dentro {
        padding-left: 0px;
    }

}

@media (max-width: 768px) {
    .frase {
        display: none;
    }

}

.tooltip-inner {
    background-color: rgba(var(--censo-primario), 1) !important;
    color: #fff ;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: rgba(var(--censo-primario), 1) !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: rgba(var(--censo-primario), 1) !important;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: rgba(var(--censo-primario), 1) !important;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: rgba(var(--censo-primario), 1) !important;
}
