@import url("https://use.typekit.net/zdv8ncd.css");

:root {
  --censo-primario: 141, 4, 11;
  --censo-secundario: #FB8200;
  --azul-principal: #00BDDD;
  --preto-principal: #1c1c1c;
}

body {
    background-color: #ecf0f1;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 100vh;
}

.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-termo {
    margin-bottom: 30px;
}

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

.title {
    color: #363636;
    font-weight: 700;
    font-size: 32px;
    padding-bottom: 0px;
    text-align: center;
    font-weight: bold;
    font-family: "elza", sans-serif;
}

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

#app .card {
    border: none;
    min-height: 100dvh;
}

#app .bloco img {
    width: 150px;
}

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

.form-censo-titulo {
    text-align: center;
    padding-bottom: 27px;
    font-weight: bold;
    font-family: "elza", sans-serif;
}

.logo-form {
    /*float: right;*/
}

.frase {
    background: url(/img/img-form.jpg);
    background-position: right;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-left: 1px solid #0053773d;
    box-shadow: 0px 10px 15px #00000028;
    font-family: "elza", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.bg-info{
    background-color: #00BDDD!important;
}

.bg-dark{
    background-color: #1c1c1c!important;
}

.frase-dentro {
    text-align: right;
    color: white;
    margin-right: 30px;
    margin-top: 55px;
    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: 1.5rem;
    line-height: 120%;
}

.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;
        margin-right: 12px;
    }

}

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

}

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

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

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

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