@charset "utf-8";
/* boilerplate */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 100%; line-height: 1.231; }
body, button, input, select, textarea { font-family: helvetica, arial,"lucida grande", verdana, "メイリオ", "ＭＳ Ｐゴシック", sans-serif; color: #222; }
::selection { text-shadow: none; background-color: highlight; color: highlighttext; }
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; outline: 0 !important; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
@media print {
    * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    table { display: table-header-group; } /* h5bp.com/t */
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}
p { margin: 0; }

html {
    overflow-y: auto;
    background-color: transparent;
    height: 100%;
}
body {
    background: #fff;
    font: normal 100%;
    position: relative;
    height: 100%;
}
body, div, img, p, button, input, select, textarea, a {
    box-sizing: border-box;
}
.image {
    display: block;
}
input {
    cursor: default;
    display: block;
}
input[type=button] {
    background-color: #e5e9e8;
    border: 1px solid #9daca9;
    border-radius: 4px;
    box-shadow: inset 0 1px #fff;
    font: inherit;
    letter-spacing: inherit;
    text-indent: inherit;
    color: inherit;
}
input[type=button]:hover {
    background-color: #eff1f1;
}
input[type=button]:active {
    background-color: #d2d6d6;
    border: 1px solid #9daca9;
    box-shadow: inset 0 1px rgba(0,0,0,0.1);
}
a, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: inherit;
}
/* boilerplate */

a {
	outline: 0 !important;
}

.esconder{
	display: none;
}

.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#header_2 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 992px;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 10px 30px;
    margin-right: auto;
}

#logo {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
}

#header2_container {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: auto;
    background-color: rgb(12, 87, 124);
    padding: 0px;
}

#header1_conteiner {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 10px;
    clear: none;
    width: 992px;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: auto;
    padding: 10px 30px;
}

.numero-telefone-header {
    float: left;
    font-size: 15px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 11px;
    clear: none;
    min-height: 0px;
    color: rgb(76, 76, 76);
    font-family: Montserrat;
    margin-right: 35px;
    position: relative;
    top: 0px;
    left: 0px;
}

#box-sistema {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: auto;
    margin-right: 0%;
    position: relative;
    top: 0px;
    left: -30px;
}

#btn-apresentacao {
    float: right;
    font-size: 11px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 13px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    font-family: Montserrat;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    padding: 5px 7px;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: 0%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.fundo-azul-claro{
	background-color: #238ccc !important;
}

.fundo-branco{
	background-color: #ffffff !important;
}

.fundo-gelo-escuro{
	background-color: #d5d6db !important;
}

.fundo-gelo-claro{
	background-color: #f4f1f1 !important;
}

.fundo-cinza-escuro{
	background-color: #4c4c4c !important;
}


.cinza{
	color:#4c4c4c !important;
}

.branco{
	color:#ffffff !important;
}


.btn-azul{
	background-color: #0c577c !important;
	transition: background-color 0.3s;
	cursor: pointer;
}

.btn-azul:hover{
	background-color: #0a425e !important;
}

.btn-azul-claro{
	background-color: #238ccc !important;
	transition: background-color 0.3s;
	cursor: pointer;
}

.btn-azul-claro:hover{
	background-color: #1e75aa !important;
}

.btn-cinza{
	background-color: #8d90a2 !important;
	transition: background-color 0.3s;
	color: #fff !important;
	cursor: pointer;
}

.btn-cinza:hover{
	background-color: #6f7282 !important;
}

.btn-alaranjado {
	background-color: #f97940 !important;
	transition: background-color 0.3s;
	color: #fff !important;
	cursor: pointer;
}

.btn-alaranjado:hover {
	background-color: #d4693a !important;
}



.btn-verde {
	background-color: #087b3c !important;
	transition: background-color 0.3s;
	cursor: pointer;
}

.btn-verde:hover{
	background-color: #0a6433 !important;
}

.btn-laranja{
	background-color: #f9b740 !important;
	transition: background-color 0.3s;
	cursor: pointer;
}

.btn-laranja:hover{
	background-color: #d09a3a !important;
}

.btn-roxo {
	background-color: #cc00ff !important;
	transition: background-color 0.3s;
	cursor: pointer;
}

	.btn-roxo:hover {
		background-color: #a41ac6 !important;
	}


#contrate {
    float: right;
    font-size: 10px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 10px;
    margin-left: 0px;
    margin-top: 3px;
    clear: both;
    min-height: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: 0%;
    font-family: Montserrat;
    color: rgb(76, 76, 76);
}

.item-menu {
    float: right;
    font-size: 13px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 13px;
    margin-left: 0px;
    margin-top: 19px;
    clear: none;
    min-height: 1px;
    font-family: Montserrat;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-right: 20px;
    position: relative;
    top: 0px;
    left: 0px;
}

#hamb {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    width: 100%;


    display: none;
	
  left: 15px;
  padding: 0;
  margin: 0;
  top: 5px;
	position: relative;
	margin-bottom: 10px;

}

#image-hamb {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
}

#btn-login {
    float: right;
    font-size: 11px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 700;
    line-height: 13px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 5px 7px;
    font-family: Montserrat;
    color: rgb(76, 76, 76);
    margin-right: 0px;
	padding-right: 0px;
}

@media only screen and (max-width: 992px) {
	#box-sistema {
		left:0px;
	}
	#logo {
        float: left;
        width: auto;
        max-width: 100%;
        height: auto;
        margin-left: 0%;
        margin-top: 0px;
        clear: none;
        color: rgb(0, 0, 0);
    }

    #header1_conteiner {
        width: auto;
    }

    #header2_container {
        width: 100%;
    }

    #header_2 {
        width: 100%;
    }

    #image-hamb {
        float: left;
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0px 0px 0px 0%;
        clear: none;
        color: rgb(0, 0, 0);
    }
	
	#btn-login {
        font-weight: 700;
    }

}

@media only screen and (max-width: 768px) {
	.numero-telefone-header {
    	margin-right: 25px;
		font-size: 13px;
	}
	
	#btn-apresentacao {
    	font-size: 10px;
	}
	
    .item-menu {
        display: none;
    }

    #logo {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #hamb {
        display: block;
    }
}

@media only screen and (max-width: 576px) {
	#header1_conteiner{
		margin:0;
		padding:0;
	}
	#hamb{
			position: absolute;
z-index: 50;
	width: 45px;
		margin-bottom: 0px;
		margin-top: 10px;
	}
	 .numero-telefone-header {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        text-align: center;
        font-size: 13px;
    }

    #box-sistema {
        margin-right: auto;
        margin-top: 10px;
        clear: none;
        margin-left: auto;
        float: none;
		left: 0px;
    }

    #btn-apresentacao {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        width: 40%;
        font-size: 10px;
        margin-top: 0px;
        line-height: 13px;
    }

    #contrate {
        margin-right: 0%;
        margin-top: 4px;
        clear: none;
        text-align: center;
        width: 100%;
    }


    #btn-login {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        text-align: center;
        margin-bottom: 10px;
    }
}
