﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* BODY */
body {
    font-family: "Montserrat", sans-serif;
    font-size: 0.85em !important;
}

ul {
    list-style-type: none;
    margin-bottom: 0;
}

.zero { margin:0; padding:0; }


/* LINKS */
a:link { color: #fff; text-decoration: none; }
a:visited { color: #fff; text-decoration: none; }
a:hover { color: #ff9900; text-decoration: none;  } /* text-shadow: 1px 1px 1px #000; */

a img { border: 0; }


/* cores */
.corEscuro { color: #061D31; }
.corEscuroFundo { background-color: #061D31 }
.corMedio {    color: #092A48; }
.corMedioFundo {    background-color: #092A48;}
.corClaro {    color: #48C7EC;}
.corClaroFundo {    background-color: #48C7EC;}
.branco { color:#ffffff; }
.cinzaClaro { color:#aaaaaa; }
.sombraBranca { text-shadow: 1px 1px 1px #000; }
.sombraPreta { text-shadow: 1px 1px 1px #000; }
.sombraCinzaClaro { text-shadow: 1px 1px 1px #ccc; }
.sombraCinzaMeio { text-shadow: 1px 1px 1px #666; }
.sombraCinzaEscuro { text-shadow: 1px 1px 1px #333; }
.ft                     { font-family: Tahoma, Arial, Verdana; }
.ft_preto 				{ color : #000000; }
.ft_branco 				{ color : #FFFFFF; }
.ft_laranja 			{ color : #e57817; }
.ft_vermelho 			{ color : #cc0000; }
.ft_vermelho_esc		{ color : #900;   }
.ft_verde_escuro        { color: #1D3D47; }
.ft_verde_medio         { color: #209F8A; }

.ft_2em { font-size:2em; } 
.ft_3em { font-size:3em; } 
.ft_4em { font-size:4em; } 
.ft_5vw { font-size:5em; } 
.ft_6em { font-size:6em; } 

.ft_7 { font-size: 7pt; }
.ft_8 { font-size: 8pt; }
.ft_9 { font-size: 9pt; }
.ft_10 { font-size: 10pt; }
.ft_11 { font-size: 11pt; }
.ft_12 { font-size: 12pt; }
.ft_13	{ font-size: 13pt; }	
.ft_14	{ font-size: 14pt; }	
.ft_15	{ font-size: 15pt; }
.ft_16	{ font-size: 16pt; }
.ft_17	{ font-size: 17pt; }
.ft_18	{ font-size: 18pt; }
.ft_19	{ font-size: 19pt; }
.ft_20	{ font-size: 20pt; }
.ft_21	{ font-size: 21pt; }
.ft_22	{ font-size: 22pt; }
.ft_23	{ font-size: 23pt; }
.ft_24	{ font-size: 24pt; }
.ft_25	{ font-size: 25pt; }
.ft_26	{ font-size: 26pt; }
.ft_27	{ font-size: 27pt; }
.ft_28	{ font-size: 28pt; }
.ft_b	{ font-weight: bold; }
.ft_linha { line-height: 1em; }

#div_esp_1 { width:100%; height: 1px; }
#div_esp_3 { width:100%; height: 3px; }
#div_esp_4 { width:100%; height: 4px; }
#div_esp_5 { width:100%; height: 5px; }
#div_esp_6 { width:100%; height: 6px; }
#div_esp_7 { width:100%; height: 7px; }
#div_esp_8 { width:100%; height: 8px; }
#div_esp_10 { width:100%; height: 10px; }

.quebra_linha_100 { line-height: 1 !important; }
.quebra_linha_90 { line-height: 0.90 !important; }
.quebra_linha_85 { line-height: 0.85 !important; }
.quebra_linha_80 { line-height: 0.80 !important; }
.quebra_linha_75 { line-height: 0.75 !important; }
.quebra_linha_70 { line-height: 0.70 !important; }
.quebra_linha_65 { line-height: 0.65 !important; }
.quebra_linha_60 { line-height: 0.60 !important; }
.quebra_linha_55 { line-height: 0.55 !important; }
.quebra_linha_50 { line-height: 0.50 !important; }
.quebra_linha_170 { line-height: 1.70 !important; }

.alinhamentoVH {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* scroll bars */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #f1f1f1; } 
::-webkit-scrollbar-thumb { background: #888; }
::-webkit-scrollbar-thumb:hover { background: #555; }

