/*--------------IMPORTAÇÃO ESTILOS DE FONTES------------------*/
@font-face {
  font-family: "Roboto Slab";
  src: url("../../fonts/Roboto_Slab/RobotoSlab-Bold.ttf"); 
}

@font-face {
  font-family: Open-Sans;
  src: url('../../fonts/Open_Sans/OpenSans-VariableFont.ttf'); 
}
@font-face {
  font-family: Helvetica;
  src: url('../../fonts/Helvetica/Helvetica-Regular.ttf'); 
}
/*------------------------------------------------------------*/

/*--------------------LAYOUT PARA CELULARES-------------------*/

body {
    font-family: "Open Sans", Helvetica, sans-serif;

}

h1, h2, h3 {
	display: inline-block;
    margin: auto;
    font-family: "Roboto Slab", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 3em;
	padding: 7px;
	margin: 7px;
    background-color: #ffffff;
    border-radius: 15px;
    width: 93%;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

h4 {
    flex-direction: row;
    margin: 0;
    font-family: Helvetica, "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 2em;
    text-decoration: none;
    padding: 20px;
}
h5 {
    margin: 0;
    font-family: Helvetica, "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 2em;
    text-decoration: none;
    text-align: center;
    padding: 8px;
    width: 550px;
    border-radius: 15px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
hr{
    /*border: 0px;
    border-top: 2px dashed #333333;*/
    width: 98%;
    height: 2px;
}

input {
    font-family: sans-serif;
    text-transform: uppercase;
    outline: none;
    border: none;
    background-color: #f1f1f1;
    border-radius: 5px;
    cursor: pointer;
    padding-top: 2px;
    padding-bottom: 2px;
    justify-content: center;
    width: 90%;
}

select {
    font-family: sans-serif;
    text-transform: uppercase;
    outline: none;
    border: none;
    background-color: #f1f1f1;
    border-radius: 5px;
    cursor: pointer;
    padding-top: 2px;
    padding-bottom: 2px;
    justify-content: center;
}
	input[type="file"] {
		font-family: "Roboto Slab", Helvetica, sans-serif;
		display: inline-block;
		width:100%;
		font-size: 0.8em;
		cursor: pointer;
		text-transform: uppercase;
		background-color: #24437c;
		padding: 15px 15px;
		display: block;
		outline: none;
		border: none;
		align-items: center;
		text-align: center;
	}

	input[type="checkbox"] {
		font-family: "Roboto Slab", Helvetica, sans-serif;
		width:100%;
		vertical-align: middle;
		height: 1em;
		cursor: pointer;
		padding: 1px;
		display: inline-block;
		outline: none;
		border : none;
		border-radius: 0.0em;
		margin: 0.0em;
		align-itens: center;
		flex-direction: row;
		justify-content: center;
		position: relative;
		display: flex;
		text-align: center;
	}

#paginacao {
    font-size: 2em;
}

.botao {
    font-family: sans-serif;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
    outline: none !important;
    border: none;
    padding: 10px 30px;
    background-color: #f1f1f1;
    font-size: 1em;
    border-radius: 15px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.botao:hover {
    cursor: pointer;
    background-color: #24437c;
    color: #f1f1f1;
}

.botaonav {
    font-family: sans-serif;
    color: #24437c;
    text-decoration: none;
    outline: none !important;
    border: none;
    padding: 10px 25px;
    background-color: #f1f1f1;
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 18px;
}
.botaonav:hover {
    cursor: pointer;
    color: #f1f1f1; 
    background-color: #24437c;
}

.botaogeral {
    font-family: sans-serif;
    color: #f1f1f1;
    text-decoration: none;
    outline: none !important;
    border: none;
    padding: 10px 25px;
    background-color: #24437c;
    font-size: 1.9em;
    font-weight: 600;
    border-radius: 18px;
    width: 250px;
}
.botaogeral:hover {
    cursor: pointer;
    color: #24437c; 
    background-color: #f1f1f1;
}
/*
CABEÇALHO
*/
header {
    background-image: url('../img/capa-site.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px;
    height: 12vh;
    justify-content: center;
    border-radius: 0 0px 40px 40px;
    margin-bottom: 5px;
	width: 100%;
}
header p {
    margin-bottom: 1em;
}
/*
NAVEGAÇÃO
*/
nav {
    background-color: #24437c;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 7vh;
    margin: 0px;
    padding: 0px;
    top: 0px;
    position: -webkit-sticky; /* Necessário para funcionar no Safari */
    position: sticky;
    border-bottom: 2px solid #f1f1f1;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    opacity: 95%;
    width: 100%;
}

/*
CONSULTA
*/

#consulta {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1em;
    background-color: #8f3faf;
    color: #f1f1f1;
}

#consulta p {
    margin-bottom: 2.5em;
    max-width: 1000px;
}

#consulta .botao {
    background-color: #f1f1f1;
    color: #333333;
}
/*
INICIAL/SUPORTE
*/
#inicial, #suporte {
		background-color: #c9d9e8;
		display: inline-block;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 10px 0px 25px 0px;
		border-radius: 25px;
		margin: 1px;
		width: 101%;
		margin: auto;
	}	
/*
SUPORTE
*/

#suporte p > a {
    text-decoration: none;
    color: #333333;
    font-size: 1.5em;
    padding: 0.3em;
}
#atrasados p a {
    color: #333333;
    font-size: 1em;
    padding: 0.8em; 
}
#atrasados p > a:link{
    color: #333333;
    font-size: 2em;
    padding: 0.8em;
    text-decoration: none;
}
#atrasados p > a:visited {
    color: #333333;
    font-size: 2em;
    padding: 0.8em;
    text-decoration: none;
}
#atrasados p > a:hover { 
    color: #181818;
    font-size: 2em;
    padding: 0.8em;
    text-decoration: underline;
}

#atrasados p > a :active {
    color: #787878;
    font-size: 2.5em;
    padding: 0.8em;
    text-decoration: none;
}
.botaoAT {
    outline: none !important;
    border: none;
    height: 2.5em;
    padding: 0;
    background-color: #f1f1f1;
    font-size: 1.6em;
    font-weight: 600;
    border-radius: 15px;
    width: 200px;
}
.botaoAT > a {
    text-decoration: none;
    color: #333333;
}
/*
FOOTER
*/
footer {
    text-align: center;
    background-color: #24437c;
    color: #f1f1f1;
    font-size: 1.5em;
    font-weight: 700;
    height: 5vh;
    padding: 0px;
	width: 100%;
	border-top: 2px solid #f1f1f1;
}

footer > p a {
    text-decoration: none;
    background-color: #f1f1f1;
    color: #24437c;
    font-weight: 700;
    font-size: 1em;
    font-family: "Roboto Slab", Helvetica, sans-serif;
    padding: 0.5em;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}

/* Botao Flutuante */
.icones {
    position: fixed;
    bottom: 2%;
    right: 94%;
    padding: 1%;
    z-index: 10000000;
}
.icones img:hover {
    filter: invert(100%);
}
.icones img{
     width: 180%;
}

/* Botao Flutuante */
.iconesSubir {
    position: fixed;
    bottom: 2%;
    left: 92%;
    padding: 1%;
    z-index: 10000000;
}
.iconesSubir img:hover {
    filter: invert(100%);
}
.iconesSubir img{
     width: 180%;
}
.iconesDescer {
    position: fixed;
    top: 2%;
    left: 93%;
    padding: 1%;
    z-index: 10000000;
}
.iconesDescer img:hover {
    filter: invert(100%);
}
.iconesDescer img{
     width: 180%;
}

#imagem {
    position: absolute;
    width: 9%;
    margin-top: 0;
}

#imgbotao {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    float: left;
    text-align: center;
	margin: auto;
	padding: 0;
}

#imgbotao:hover {
    opacity: 70%;
    -webkit-transform: scale(0.9);
}

/*
TABELA
*/
table {
    border: 2px solid #f1f1f1;
    border-collapse: collapse;
    width: 98%;
    align-items: center;
    font-size: 2.1em;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	margin: auto;
	table-layout: flex;
}

table thead th {
    border: 2px solid #f1f1f1;
    background-color: #24437c;
    padding: 10px;
    font-size: 1em;
    color: #f1f1f1;
    font-weight: 600;
    text-align: center;
    border-radius: 18px;
    font-family: "Roboto Slab", Helvetica, sans-serif;
}
table tbody tr td {
    display: table-cell;
    border: 1px solid #24437c ;
    color: #333333;
    font-weight: 400;
    padding: 8px;
    text-align: left;
    position: static;
    font-family: Helvetica, "Roboto Slab", sans-serif;
}

table tbody tr td > a {
    text-decoration: none;
    font-size: 1em;
    color: #333333;
}
table tbody tr td > a:hover {
    text-decoration: underline;
    color: #222222;
}
table tbody tr {
    border: 2px solid #f1f1f1;
    display: table-row;
}
table tbody tr:nth-child(odd) {
    background-color: #f1f1f1;
}
table thead {
    display: table-header-group;
    font-weight: 500;
    border: 3px solid #f1f1f1;
}
table tbody tr td:before {
    display: none;
}
/*---------------FIM LAYOUT PARA CELULARES---------------*/

/*-------------------LAYOUT PARA TABLETS----------------*/
@media (max-width: 768px) {

	#inicial, #suporte {
		background-color: #c9d9e8;
		display: inline-block;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 10px 0px 25px 0px;
		border-radius: 25px;
		margin: auto;
		width: 101%;
	}	

	header {
		background-image: url('../img/capa-site.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		color: #f1f1f1;
		display: inline-block;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 0px;
		height: 15vh;
		justify-content: center;
		border-radius: 0px 0px 25px 25px;
		margin-bottom: 5px;
		width: 101%;
	}

	header p {
		margin-bottom: 0.1em;
	}

	nav {
		background-color: #24437c;
		display: flex;
		flex-direction: row;
		justify-content: center;
		text-align: center;
		align-items: center;
		height: 12vh;
		margin: 0px;
		padding: 0px;
		top: 0px;
		position: -webkit-sticky; /* Necessário para funcionar no Safari */
		position: sticky;
		border-bottom: 2px solid #f1f1f1;
		box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
		opacity: 95%;
		width: 101%;
	}
	
    footer {
        height: 10vh;
		width: 100%;
		border-top: 2px solid #f1f1f1;
		text-align: center;
		padding: 0px;
		font-size: 1em;
    }
	
	h1, h2, h3 {
		display: inline-block;
		font-family: "Roboto Slab", Helvetica, sans-serif;
		font-weight: 700;
		font-size: 1.5em;
		padding: 7px;
		margin: 1px;
		background-color: #ffffff;
		border-radius: 15px;
		width: 95%;
		box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	}

    h4 {
        font-size: 1em;
    }
    h5 {
        font-size: 1em;    
    }
    hr{
        /*border: 0px;
        border-top: 2px dashed #333333;*/
        width: 99%;
        height: 0px;
    }
	
	table {
		border: 2px solid #f1f1f1;
		border-collapse: collapse;
		width: 98%;
		font-size: 1em;
		box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
		text-align: center;
		table-layout: flex;
		padding: 0 px;
		margin: auto;
		align-items: center;		
	}

	table thead th {
		border: 2px solid #f1f1f1;
		background-color: #24437c;
		padding: 10px;
		font-size: 1em;
		color: #f1f1f1;
		font-weight: 600;
		text-align: center;
		border-radius: 10px;
		font-family: "Roboto Slab", Helvetica, sans-serif;
	}
	table tbody tr td {
		display: table-cell;
		border: 1px solid #24437c ;
		color: #333333;
		font-weight: 400;
		padding: 8px;
		text-align: left;
		position: static;
		font-family: Helvetica, "Roboto Slab", sans-serif;
	}
	table tbody tr td > a {
		text-decoration: none;
		font-size: 1em;
		color: #333333;
	}
	table tbody tr td > a:hover {
		text-decoration: underline;
		color: #222222;
	}
	table tbody tr {
		border: 2px solid #f1f1f1;
		display: table-row;
	}
	table tbody tr:nth-child(odd) {
		background-color: #f1f1f1;
	}
	table thead {
		display: table-header-group;
		font-weight: 500;
		border: 3px solid #f1f1f1;
	}
	table tbody tr td:before {
		display: none;
	}		
	.botaoAT {
		font-size: 1em;
	}
	.botaogeral{
		font-size: 1em;
		width: 180px;
	}
	.botao {
		font-size: 1em;
	}
	.icones {
		right: 95%;
	}

	.iconesSubir {
		left: 93%;
	}
	.iconesSubir img{
		width: 100%;
	}
	.iconesDescer {
		left: 93%;
		top: 2%;
	}
	.iconesDescer img{
		width: 100%;
	}
	.botaonav {
        font-size: 0.8em;
        width: 100%;
        padding: 5px 10px;
		font-family: sans-serif;
		color: #24437c;
		text-decoration: none;
		outline: none !important;
		border: none;
		padding: 10px 25px;
		background-color: #f1f1f1;
		font-weight: 600;
		border-radius: 18px;
	}
	.botaonav:hover {
		cursor: pointer;
		color: #f1f1f1; 
		background-color: #24437c;
	}
	
	input[type="file"] {
		font-family: "Roboto Slab", Helvetica, sans-serif;
		display: inline-block;
		width:100%;
		font-size: 0.9em;
		cursor: pointer;
		text-transform: uppercase;
		background-color: #24437c;
		padding: 15px 15px;
		display: block;
		outline: none;
		border: none;
		align-items: center;
		text-align: center;
	}

	input[type="checkbox"] {
		font-family: "Roboto Slab", Helvetica, sans-serif;
		width:100%;
		vertical-align: middle;
		height: 1em;
		cursor: pointer;
		padding: 1px;
		display: inline-block;
		outline: none;
		border : none;
		border-radius: 0.0em;
		margin: 0.0em;
		align-itens: center;
		flex-direction: row;
		justify-content: center;
		position: relative;
		display: flex;
		text-align: center;
	}
	
	/*
	SUPORTE
	*/
	 #suporte {
        justify-content: center;
    }
	
	#suporte p > a {
    text-decoration: none;
    color: #333333;
    font-size: 1.3em;
    padding: 0.3em;
	}	
}
/*--------------------FIM LAYOUT PARA TABLETS---------------------*/

/*---------------------COMPUTADORES E NOTEBOOKS-------------------*/
@media (min-width: 1024px) { 
	#inicial, #suporte {
		background-color: #c9d9e8;
		display: inline-block;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 10px 0px 20px 0px;
		border-radius: 30px;
		margin: auto;
		width: 99.9%;
	}
	/*
    Títulos
    */
	h1, h2, h3 {
		display: inline-block;
		margin: auto;
		font-family: "Roboto Slab", Helvetica, sans-serif;
		font-weight: 700;
		font-size: 2.5em;
		padding: 7px;
		margin: 7px;
		background-color: #ffffff;
		border-radius: 15px;
		width: 97%;
		box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	}

    h4 {
        font-size: 1.3em;
    }
    h5 {
        font-size: 1.1em;    
    }
    hr{
        /*border: 0px;
        border-top: 2px dashed #333333;*/
        width: 99%;
        height: 0px;
    }
  
    /*
    CABEÇALHO
    */
    
   header {
		background-image: url('../img/capa-site.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		color: #f1f1f1;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 0px;
		height: 46vh;
		justify-content: center;
		border-radius: 0 0px 30px 30px;
		margin-bottom: 5px;
		width: 100%;
	}

	header p {
		margin-bottom: 0.8em;
	}

	nav {
		background-color: #24437c;
		display: flex;
		flex-direction: row;
		justify-content: center;
		text-align: center;
		align-items: center;
		height: 12vh;
		margin: 0px;
		padding: 0px;
		top: 0px;
		position: -webkit-sticky; /* Necessário para funcionar no Safari */
		position: sticky;
		border-bottom: 2px solid #f1f1f1;
		box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
		opacity: 95%;
		width: 100%;
	}

	footer {
    text-align: center;
    padding: 0px;
    font-size: 1em;
    height: 15vh;
	width: 100%;
	border-top: 2px solid #f1f1f1;
	}
	
	footer ul li {
    width: 90%;
	}
    
    /*
    CONSULTA
    */
    
    #consulta {
        height: 30vh;
        justify-content: top;
        min-height: 250px;
        padding: 1em;
    }
    /*
    SUPORTE
    */
    
    #suporte {
        justify-content: center;
    }
    #suporte p > a {
        font-size: 1.3em;
    }
    
    #contato h2,
    #contato p {
        width: 100%;
    }

	#imagem {
		position: absolute;
		width: 5%;
		margin-top: 0;
	}
	#imgbotao {
		margin-right: 5px;
		width: 90%;
	}

	.botaoAT {
		font-size: 1.2em;
	}
	.botaogeral{
		font-size: 1.2em;
		width: 180px;
	}
	.botao {
		font-size: 1.1em;
	}

	.botaonav {
		font-family: sans-serif;
		color: #24437c;
		text-decoration: none;
		outline: none !important;
		border: none;
		padding: 10px 25px;
		background-color: #f1f1f1;
		font-size: 1.2em;
		font-weight: 600;
		border-radius: 18px;
	}
	.botaonav:hover {
		cursor: pointer;
		color: #f1f1f1; 
		background-color: #24437c;
	}
	  
	input[type="file"] {
		font-family: "Roboto Slab", Helvetica, sans-serif;
		display: inline-block;
		width:100%;
		font-size: 1.1em;
		cursor: pointer;
		text-transform: uppercase;
		background-color: #24437c;
		padding: 15px 15px;
		display: block;
		outline: none;
		border: none;
		align-items: center;
		text-align: center;
		margin: auto;
	}

	input[type="checkbox"] {
		font-family: "Roboto Slab", Helvetica, sans-serif;
		width:100%;
		vertical-align: middle;
		height: 1em;
		cursor: pointer;
		padding: 1px;
		display: inline-block;
		outline: none;
		border : none;
		border-radius: 0.0em;
		margin: auto;
		align-itens: center;
		flex-direction: row;
		justify-content: center;
		position: relative;
		display: flex;
		text-align: center;
	}
	
	.icones {
		right: 96.7%;
	}

	.iconesSubir {
		left: 95.5%;
	}
	.iconesSubir img{
		 width: 120%;
	}
	.iconesDescer {
		left: 95.9%;
		top: 2%;
	}
	.iconesDescer img{
		 width: 120%;
	}

	table {
		border: 2px solid #f1f1f1;
		border-collapse: collapse;
		width: 98%;
		align-items: center;
		font-size: 1.2em;
		box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
		text-align: center;
		table-layout: flex;
		margin: auto;
	}

	table thead th {
		border: 2px solid #f1f1f1;
		background-color: #24437c;
		padding: 10px;
		font-size: 1em;
		color: #f1f1f1;
		font-weight: 600;
		text-align: center;
		border-radius: 10px;
		font-family: "Roboto Slab", Helvetica, sans-serif;
	}
	table tbody tr td {
		display: table-cell;
		border: 1px solid #24437c ;
		color: #333333;
		font-weight: 400;
		padding: 8px;
		text-align: left;
		position: static;
		font-family: Helvetica, "Roboto Slab", sans-serif;
	}
	table tbody tr td > a {
		text-decoration: none;
		font-size: 1em;
		color: #333333;
	}
	table tbody tr td > a:hover {
		text-decoration: underline;
		color: #222222;
	}
	table tbody tr {
		border: 2px solid #f1f1f1;
		display: table-row;
	}
	table tbody tr:nth-child(odd) {
		background-color: #f1f1f1;
	}
	table thead {
		display: table-header-group;
		font-weight: 500;
		border: 3px solid #f1f1f1;
	}
	table tbody tr td:before {
		display: none;
	}	
}

/*IMPRESSÃO*/
@media print {
    @page{
        size: landscape;
        margin-top: 1cm;
        margin-left: 1cm;
        margin-right: 1cm;
        margin-bottom: 1cm;
        marks: crop cross;
    }
 
    table {
        transform: scale(0.9);
        font-size: 9px;
        padding: 0;
    }
    html, body {
        font-family: sans-serif;
        padding: 0;
        border: 0;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    h1, h2, h3 {
        font-family: sans-serif;
        font-size: 22px;
        border-radius: 0px;
        box-shadow: none;
        padding: 0;
    }
    h4, h5 {
        font-family: sans-serif;
        font-size: 18px;
        padding: 0;
    }
    p > a {
        word-wrap:: break-word;
    }
    table {
        border: 1px solid #d3d3d3;
        font-size: 2em;
        box-shadow: none;
        border-collapse: collapse;
    }
    table thead th {
        border: 1px solid #d3d3d3;
        font-family: sans-serif;
        padding: 2px;
        border-radius: 0px;
        color: #000000;
        background-color: #ffffff;
        border-collapse: collapse;
    }
    table tbody tr td {
        display: table-cell;
        border: 1px solid #d3d3d3;
        padding: 2px;
        font-family: sans-serif;
        color: #000000;
        border-collapse: collapse;
    }
    table tbody tr {
        border: 1px solid #d3d3d3;
    }
    table thead {
        display: table-row-group;
        font-weight: 100;
        border: 1px solid #d3d3d3;
    }
    table tbody tr:nth-child(odd) {
        background-color: #ffffff;
    }
    nav, header, hr, footer {
        display: none;
        background-color: #ffffff; 
    }

    #inicial {
        background-color: #ffffff;
        padding: 0;
        border-radius: 0;
        margin: 0;
    }
    #printable {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 9px;
    }

    #printable ~ * {
        display: none;
    }
    #imgbotao {
        display: none;    
    }
    #botaonav, #botao, #botaoAT, #botaogeral {
        display: none;
        color: #ffffff;
        background-color: #ffffff;   
    }
    .botaogeral:hover {
        display: none;
        color: #ffffff; 
        background-color: #ffffff;
    }
    #botaoAT > a {
        display: none;
        color: #ffffff;
        background-color: #ffffff;    
    }
    #imagem{
        display: none;
    } 
}
/*FIM IMPRESSÃO*/