
Theme Name: Sys Sintect SP
Author: Veci
*/

/* Reset do Navegador */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: 100%;
	line-height: 1.3rem;
}
a{
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
input{
	-webkit-appearance: none;
}
/* FONT */
	*{
		font-family: 'Anek Latin', sans-serif;	
	}
/* CSS DEFAULT */
.container{
	width: 93%;
	margin: 0 auto;
}
.clearFix{
	clear: both;
}
button, a{
	cursor: pointer;
	font-family: 'Anek Latin', sans-serif;
}
img{
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}
p, h1, h2, h3, h4{
    font-family: 'Anek Latin', sans-serif;
    font-size: 1em;
    line-height: 1.3em;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
/* HEADER */
header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 60px;
}
.logo img{
	width: 100px;
}
.menu{
	width: 700px;
}
.menu ul{
	display: flex;
	justify-content: space-between;
}
.menu a{
	font-size: 1.1rem;
	font-weight: bold;
	color: #000;
}
/* LOGIN */
.login{
	width: 300px;
	text-align: center;
	border: 1px solid #bbb;
	border-radius: 9px;
	padding: 20px 30px 36px;
	margin: 0 auto;
}
.login form > div{
	margin-bottom: 10px;
}
/* MAIN */
.links{
	padding: 30px 0;
}
.links ul{
	display: flex;
	justify-content: space-between;
}
.links li{
	font-size: 1.2rem;
	background-color: #387CB0;
	padding: 35px;
}
.links a:nth-child(odd) li{
	background-color: #ffb500;
}
.links a{
	color: #fff;
	font-weight: bold;
}
.links a:nth-child(odd){
	color: #000;
}
.main-content{
	border: 1px solid #bbb;
	border-radius: 9px;
	padding: 20px 30px 36px;
}
form input, .form-consult input{
	font-size: 1rem;
	border: 1px solid #888;
	padding: 6px 9px;
}
form label{
	margin: 0 6px 0 0;
}
.input-busca{
	margin: 23px 0; 
}
.form-att form > div, .form-consult form > div{
	margin: 0 0 15px;
}
.form-att input, .form-consult input{
	width: 100%;
	margin: 6px 0 0;
}
/* ALERTS */
.alert p{
	color: #fff;
	background-color: #003400;
	padding: 15px;
}
/* FOOTER */

/* RESPONSIVE */
@media all and (min-width:480px){
	
}/*/mediaquery*/
@media all and (min-width:560px){
	
}/*/mediaquery*/
@media all and (min-width:640px){
	.container{
		width: 610px;
	}
	
}/*/mediaquery*/
@media all and (min-width:768px){
	.container{
		width: 735px;
	}
	
}/*/mediaquery*/
@media all and (min-width:1024px){
	.container{
		width: 975px;
	}
	
}/*/mediaquery*/
@media all and (min-width:1280px){
	.container{
		width: 1200px;
	}
	
}/*/mediaquery