@CHARSET "ISO-8859-1";

html {
	background: #F8F8F6;
}

.termosPrivacidade__tabHeader {
    display: flex;
    justify-content: center;
    column-gap: 2rem;
    row-gap: 2rem;
    position: relative;
}

a.ui-link.ui-widget.termosPrivacidade__tab {
    font-size: 1.25rem!important;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.2s;
    position: relative; 
    padding-bottom: 0.6rem;
}

a.ui-link.ui-widget.termosPrivacidade__tab:not(.is-selected):not(:hover) {
	color: #585857;	
}

.termosPrivacidade__tabHeader__line {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    background-color: lightgray;
}

.termosPrivacidade__conteudoTermos__header{
    display: flex;
    align-items: center;
}

.termosPrivacidade__conteudoTermos__textoUltimaModificacao {
    margin: 1.2rem 0; 
    font-size: 0.9rem;
    font-style: italic;
    flex-grow: 1;
}

.is-orientation-portrait.is-mobile .termosPrivacidade__conteudoTermos__textoUltimaModificacao {
	font-size: 1.2rem;
}

.termosPrivacidade__conteudoTermos {
	color: #585857;	
	padding-top: 1rem;
}

.termosPrivacidade__tab__lineContainer{
	width: 100%;
    height: 3px;
    position: absolute;
    z-index: 100;
    bottom: -1px;
    display: flex;
    justify-content: center;
}

.termosPrivacidade__tab__line {
	height: 1px;
	width: 0%;
    transition: all 0.3s;
}

.termosPrivacidade__tab:not(.is-selected):not(:hover) .termosPrivacidade__tab__line {
    background: lightgray;
}

.termosPrivacidade__tab.is-selected .termosPrivacidade__tab__line, .termosPrivacidade__tab:hover .termosPrivacidade__tab__line {
    width: 100%;
    height: 100%;
}

.termosPrivacidade__conteudoTermos__botao {
    font-size: 1.2rem!important;
    padding: 0.1rem 0.2rem;
    border-radius: 3px;
    color: gray;
    transition: all 0.1s;
}

.is-orientation-portrait.is-mobile .termosPrivacidade__conteudoTermos__botao {
    font-size: 1.6rem!important;
}

.termosPrivacidade__conteudoTermos__titulo {
	font-size: 1.5rem;
	font-weight: bold;
}

.termosPrivacidade__conteudoTermos__botao:hover {
    background: #e6e4e4;
}

.termosPrivacidade__conteudoTermos__botao:active {
    background: #cccccc;
}

.termosPrivacidade__conteudoTermos__painelAceite {
    padding: 1rem;
    text-align: justify;
    background: white;
    border-radius: 3px;
    font-size: 0.9rem;
    margin-bottom: .5rem;
}

.termosPrivacidade__conteudoTermos__mensagemAceite > a.ui-widget {
    font-size: 0.9rem!important;
}

.termosPrivacidade__conteudoTermos__painelAceite__botoes {
    display: flex;
    justify-content: center;
    column-gap: 0.5rem;
    margin-top: 0.7rem;
}

.termosPrivacidade__conteudoTermos__painelAceite__botoes > a.ui-widget {
    width: 6rem;
    /*border: 1px solid;*/
    padding: 0.3rem 0;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    color: white;
    font-size: 0.9rem!important;
    transition: all 0.2s;
    border: 1px solid transparent;
}

.termosPrivacidade__conteudoTermos__painelAceite__botoes > a.ui-widget:not(.bgPrimaryColor) {
    background: #585857;
}

.termosPrivacidade__conteudoTermos__painelAceite__botoes > a.ui-widget:hover {
    box-shadow: 0 0 11px -2px #00000078;
    border: 1px solid #ffffffde;
}