:root {
    --color-dark: #f4f4f4;
    --color-orange: #f48b30;
    --color-orange-hover: #ef4430;

    --font: 'Open Sans', sans-serif;
    --font-distak: 'Montserrat', sans-serif;
}

body, html {
    background: var(--color-dark);
    font-family: var(--font-distak);
}
body {
    font-size: .875em;
}
*, *::before, *::after {
    margin: 0; padding: 0;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.uk-button {
    font-family: var(--font);
    font-weight: 600;
    position: relative;
}
.uk-button:not(.send) .uk-spinner {
    display: none;
}
.uk-button.send {
    color: #4f92d5;
    pointer-events: none;
    background-color: #0f7ae5;
    user-select: none;
}
.uk-button .uk-spinner {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;

}


/* ----------------
 * TODAS AS PAGINAS
 * ---------------- */
.main-logo {
    width: 250px;
    margin: 30px auto;
    max-width: 100%;    
}
.main-content {
    min-height: 200px;
}
.main-content p {
    
}
/* form padrao */
.act--form {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
}
.main-footer {
    color: #666666;
    font-size: .75em;
    text-align: center;
}


/*TRIGGER*/
.trigger{ font-family: var(--font); position: relative; width: 100%; padding: 15px; background: #333; font-size: .95em; font-weight: 500; line-height: 1.5; color: #fff; margin-bottom: 15px; }
.trigger_none{margin-bottom: 0;}
.trigger p{margin-top: 10px;}
.trigger b{font-weight: bold;}
.trigger_ajax{display: none; cursor: pointer;}
.trigger_success{background-color: #00B494;}
.trigger_info{background-color: #0E96E5;}
.trigger_alert{background-color: #FAAD50;}
.trigger_error{background-color: #F45563;}

.trigger_modal{ position: fixed; right: 0; top: 0; width: 460px; max-width: calc(100% - 20px); padding: 20px 20px 0 0; cursor: pointer; z-index: 999; }
.trigger_modal .trigger{ padding: 20px; margin: auto 30px auto auto; }

/* TOOLTIPS */
.tooltip{position: relative;z-index: 99;}
.tooltip span:after {content: '';position: absolute;top: 100%;left: 50%;width: 0;height: 0;margin-left: -12px;border-top: 8px solid #000000;border-right: 8px solid transparent;border-left: 8px solid transparent;}
.tooltip span{position: absolute;bottom: 100%;margin-bottom: 10px;left: 50%;margin-left: -56px;padding: 10px 5px;z-index: 99;display: block;width: 120px;background: #000;text-align: center;display: none;font-size: 0.8rem;text-shadow: 1px 1px #000;font-weight: 500;border-radius: 4px;text-transform: capitalize;color: #FFF !important;}
.tooltip.tooltip_large span{margin-left: -150px;text-transform: inherit;width: 300px;}
.tooltip:hover span{display: block;}










/* ---------------------
 * PG INICIAL - ATIVACAO
 * --------------------- */
.pg-activate .act--form{
    text-align: center;
}
.pg-activate .act--form input{
    max-width: 100%;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 1.2em;
    padding: 0 20px;
    border-radius: 2em;
    background: #fff;
    border: 1px solid #e0e0e0;
    outline: none;
    margin: 20px 0;
    display: block;
    -webkit-box-shadow: 0px 10px 18px -6px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 10px 18px -6px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 10px 18px -6px rgba(0, 0, 0, 0.35);
}
.pg-activate .act--form .button {
    height: 45px;
    line-height: 45px;
    width: auto;
    padding: 0 40px;
    text-transform: uppercase;
    border-radius: 2em;
    border: 1px solid ;
    color: #fff;
    font-weight: bold;
    letter-spacing: .05em;
    cursor: pointer;
    outline: none;
    background: var(--color-orange);
}
.pg-activate .act--form button:hover {
    
}





























/* PG DADOS */
.form--clientData {
	display: none;
}
.pg-dados {
    text-align: center;
}

/* PG DADOS :: Loader */
.pg-dados--loader {
	text-align: center;
	margin-bottom: 60px;
	-webkit-transition: opacity .2s, margin-top 1s ease;
	   -moz-transition: opacity .2s, margin-top 1s ease;
	    -ms-transition: opacity .2s, margin-top 1s ease;
	     -o-transition: opacity .2s, margin-top 1s ease;
	        transition: opacity .2s, margin-top 1s ease;
}
.pg-dados--loader img {
    border-radius: 5px;
    width: 250px;
    padding: 5px;
    border: 1px solid #c5c5c5;
    display: block;
    margin: .5em auto;
}
.pg-dados--loader figcaption {
    background: #ffffff;
    color: #787878;
    font-family: 'Roboto', sans-serif;
    font-size: .8em;
    padding: 3px 10px;
    display: inline-block;
    width: auto;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}
.pg-dados--loader figcaption a {
	color: #787878;
}
.pg-dados--loader figcaption a:hover {
	color: var(--color-orange);
}

/* hidden */
.pg-dados--loader.hidden {
    margin-top: -250px;
}
.pg-dados--loader.hidden img:first-of-type,
.pg-dados--loader.hidden figcaption {
	opacity: 0;
	pointer-events: none;
}


.pg-dados .infor-message p {
    color: #333;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 15px;
	line-height: 1.5;
}
.pg-dados .infor-message p > span {
	display: block;
	font-size: .7em;
}
.pg-dados .infor-message > span:first-of-type {
	font-size: .95em;
	font-weight: 400;
	font-family: var(--font);
	display: block;
    width: 500px;
    max-width: 100%;
    margin: 6em auto 0;
}
.pg-dados .file--details {
	border: 1px solid #333;
	display: inline-block !important;
	width: auto;
	margin-top: 30px;
	margin-bottom: 80px;
	padding: 10px 35px;
	border-radius: 3px;
	font-size: .5em !important;
}
.pg-dados .file--details .total{
	text-transform: uppercase;
	width: auto !important;
}
.pg-dados .file--details .load{
	font-weight: 300;
}

/* hidden */
.file--details.hidden{
	display: none !important; 
}
















