﻿/*Aceitar termo*/
.main {
    padding-top: unset !important;
    padding-bottom: 1.5em !important;
}

button[class~="orbia-btn"] {
    background: #0073E6;
    border-radius: 8px;
    border: 1px solid #0073e6;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    height: 48px;
    width: 336px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

.footer-accept-term {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-accept-term a {
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0073e6;
}

i.or-icon.or-check, i.or-icon.or-arrow-left {
    font-size: 13px;
}

i.or-icon.or-check {
    padding-bottom: 5px;
}

.box {
    margin: 3% 0 3% 2%;
    padding:0;
}

.text-justify {
    text-align: justify;
}

.titulo-artigo {
    color: #292929;
}

.titulo-artigo .titulo{
    font-weight: 700;
    font-size: 1.75em;
}

.titulo-artigo .subtitulo {
    padding-top: .7em;
    font-weight: 400;
    font-size: 1em;
    padding: 1.8em .15em;
    color: #5f6368;
}

/*listagem de termos - checkboxes*/

.termos {
    display: inline-flex;
}

.termos a, a:hover {
    text-decoration: none;
}

.termos .text-group a span {
    display: inherit;
    line-height: 21px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #0073E6;
    opacity: 1;
}

.termos .form-group .checkbox .checkbox-checkmark {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #696E6E;
    position: absolute;
    border-radius: 2px;
    transition: all .15s ease-out 0s;
    opacity: 1;
    top: 3px;
}

.termos .form-group .checkbox input:checked ~ .checkbox-checkmark {
    background: #0073E6 0% 0% no-repeat padding-box;
    opacity: 1;
    border-color: #0073E6;
}

.termos .form-group .checkbox input:checked ~ .checkbox-checkmark:after {
    display: block;
}

#msg-bureaus {
    margin: 10px 0 0;
    gap: 10px;
}
#msg-bureaus i {
    color: #ffd80d;
    font-size: 18px;
}

#msg-bureaus p {
    margin: 0;
}

/* regiao e termos - remover depois*/
.list-term {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 16px;
}

.list-term .termos .form-group {
    margin-bottom: 0px;
    display: flex;
}

.list-term .termos .text-group {
    text-align: left;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    margin-bottom:0;
}
