/*
 Table Of Contents
 1.) Eric Meyer's Reset
 2.) Global Typography
 2.0.1) Font Face
 2.0.2) Global Headings
 2.0.3) Form Elements
 2.0.4) List styles
 2.0.5) General Text Formatting
 2.0.6) Link elements
 2.0.7) Table Elements
 2.0.8) Button Styles
 2.0.9) Sprite Icons
 2.1.0) 960 Grid Style
 3.) Site Wide Content
 4.) Header Style
 5.) Footer Style
 ===============================================*/
/*
 1.) Eric Meyer's Reset
 ----------------------------------------*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
@import url(pure-min.css);
@import url(grids-responsive-min.css);
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

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; }

/*
 1.) Global Typography
 ----------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%; }

body {
  font-size: 62.5%;
  font-family: 'Roboto', sans-serif; }

/*
 2.0.1) Font Face
 -----------------------------*/
/*Put Your font face Styles here*/
/*
 2.0.2) Global Headings
 -----------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #161e21; }

h1 {
  min-height: 82px;
  position: relative;
  top: 0px;
  right: 0px;
  left: 0px; }

h2 {
  font-size: 2.4em;
  text-transform: uppercase;
  color: #353535;
  padding: 5px 2px 5px 9px;
  display: inline-block;
  float: left; }

h3 {
  /* font-size: 24px; */
  font-size: 2.4em;
  line-height: 0.875;
  margin: 0 0 0.875em 0; }

h4 {
  /* font-size: 21px; */
  font-size: 2.1em;
  line-height: 1;
  margin: 0 0 1em 0; }

h5 {
  /* font-size: 18px; */
  font-size: 1.8em;
  line-height: 1.16667;
  margin: 0 0 1.16667em 0; }

h6 {
  /* font-size: 14px; */
  font-size: 1.4em;
  line-height: 1.5;
  margin: 0 0 1.5em 0; }

/*
 2.0.3) Form Elements
 -----------------------------*/
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: inherit;
  background: #fff;
  border: 1px solid #ccc;
  font-family: 'Roboto', sans-serif; }

input {
  line-height: normal; }

input:focus, select:focus, textarea:focus, button:focus {
  border: 1px #888 solid;
  outline: 0; }

input[type="checkbox"], input[type="radio"] {
  padding: 0;
  border: none; }

button, input[type="button"], input[type="reset"], input[type="submit"], input[type="file"] {
  -webkit-appearance: none;
  cursor: pointer;
  line-height: normal;
  overflow: visible; }

button[disabled], input[disabled] {
  cursor: default;
  color: #999;
  border-color: #ccc; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

/*
 2.0.4) List Styles
 ---------------------------------*/
ul, ol, dl {
  font-size: 100%;
  line-height: 1.5; }

li, dt {
  line-height: 1.5em; }

dl {
  margin: 0 0 1em 0; }

dd {
  margin: 0 0 1em 0.8em; }

ul {
  list-style-type: disc;
  margin: 0 0 1em 0; }

ol {
  list-style-type: decimal;
  margin: 0 0 1em 0; }

ul ul, ol ul {
  list-style-type: circle;
  margin-top: 0; }

ol ol {
  list-style-type: lower-latin;
  margin-top: 0; }

/*
 2.0.5) General Text Formatting
 -----------------------------------*/
p {
  font-size: 100%;
  line-height: 1.5; }

blockquote, cite, q, var, dfn {
  font-style: italic; }

blockquote {
  background: transparent;
  color: #666666; }

small {
  /* font-size: 12px; */
  font-size: 85.71429%;
  line-height: 1.75; }

pre, code, kbd, tt, samp, var {
  font-size: 100%; }

pre {
  font-size: 100%;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

pre, code {
  color: #880000; }

kbd, samp, var {
  color: #666666;
  font-weight: bold; }

acronym, abbr {
  border-bottom: 1px #aaa dotted;
  font-variant: small-caps;
  cursor: help; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*
 2.0.6) Link style
 -------------------------*/
a {
  color: #4d87c7;
  text-decoration: none; }

a:hover, a:focus {
  color: #4d87ff;
  text-decoration: none; }

a:active {
  outline: none; }

/*
 2.0.7) Table Elements
 --------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  color: #444444;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  margin: 0 0 1.35714em 0; }

caption {
  font-variant: small-caps; }

th, td {
  line-height: 1.5em;
  vertical-align: top;
  padding: 0.71429em 0.5em; }

th *:first-child, td *:first-child {
  margin-top: 0; }

thead th {
  text-align: left;
  color: #000;
  border-bottom: 2px #000 solid; }

tbody th {
  text-align: left;
  border-top: 1px solid #ccc; }

tbody td {
  text-align: left;
  border-top: 1px solid #ccc; }

/*
 2.0.8) Button Styles
 -------------------------*/
.btn, input.btn, button.btn {
  display: inline-block;
  font-size: 12px;
  color: #000;
  line-height: normal;
  vertical-align: middle;
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #eee; }

.btn:hover, .btn:focus, input.btn:hover, input.btn:focus, button.btn:hover, button.btn:focus {
  color: #4d87ff;
  border: 1px solid #888; }

/*
 2.0.9) Sprite Icons
 -------------------------*/
[class^="icon-"], [class*="icon-"] {
  background-image: url(../images/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-top: 1px;
  vertical-align: text-top;
  width: 14px; }

/* Containers
 ----------------------------------------------------------------------------------------------------*/
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
  position: relative; }

/* Clear Floated Elements
 ----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/*
 3.) Site Wide Content
 ------------------------------*/
#wrapper {
  background: url(../images/background.jpg) center top no-repeat;
  background-size: cover; }

/*
 4.) Header Styles
 ------------------------------*/
#header {
  position: relative;
  box-shadow: 0 0 12px -3px #000000; }

.primary-header {
  width: 100%;
  position: relative; }

.tel-media-info {
  padding-top: 10px; }

.tel-num-info {
  color: #111111;
  font-size: 1.5em;
  font-weight: 500;
  margin-right: 15px; }

.tel-num-info:hover {
  color: #111111; }

.primary-info {
  position: absolute;
  right: 4px;
  bottom: 10px;
  width: 402px; }
  .primary-info div.btn-sair {
    display: inline-block; }
    .primary-info div.btn-sair a.sair {
      color: #FFF;
      text-transform: uppercase;
      margin-left: 15px;
      font-size: 12px;
      position: relative; }

.tel-media-info {
  height: 38px;
  float: right; }

.logo {
  display: block;
  float: left;
  width: 340px;
  margin-left: 7px;
  margin-bottom: 22px; }
  .logo img {
    max-width: 80px;
    float: left; }
  .logo .textos-logo {
    font-size: 20px;
    color: #111111;
    float: left;
    font-style: italic;
    margin-left: 10px; }
    .logo .textos-logo strong {
      font-size: 36px;
      color: #050EAA;
      font-weight: 700;
      font-family: 'Roboto', sans-serif;
      font-style: normal; }

.login-info {
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px; }

.logado {
  padding-bottom: 0px;
  top: 50px; }
  .logado .login-info span {
    display: inline; }

.login-info span {
  display: block;
  font-size: 1.4em;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.8; }

.user-login {
  background: #ffffff;
  width: 114px;
  height: 28px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 1.2em;
  color: #111111;
  padding: 0px 8px; }

.submit-btn {
  background-color: #0062ba;
  color: #ffffff;
  min-width: 78px;
  min-height: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.7em;
  font-weight: 700;
  border: 0;
  float: right; }

.header-main-info {
  width: 100%;
  text-align: right; }

.primary-info > span {
  text-align: right;
  font-size: 1.1em;
  font-style: italic;
  color: #353535;
  display: block;
  padding-right: 5px;
  line-height: 2; }

.aside > .nav-header .navigation li {
  width: 100%; }
.aside > .nav-header .navigation .mobile-show {
  display: none;
  width: 0; }
.aside > .nav-header .navigation a {
  width: 100%; }

.nav-header {
  width: 100%;
  box-shadow: 0 2px 3px #979F97 inset, 0 0px 0 #000000 inset, 0 0 0 #000000 inset, 0 0 0 #000000 inset; }

.navigation {
  margin: 0; }

.navigation li {
  list-style: none;
  margin-right: 5px;
  display: inline-block; }
  .navigation li.mobile-show .media {
    width: 100%; }
    .navigation li.mobile-show .media li {
      float: none;
      display: inline-block; }

.navigation li a {
  font-size: 1.4em;
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 18px;
  display: inline-block; }

.menu-nav-inner {
  width: 50px;
  margin: 0 auto;
  padding: 14px 0 8px;
  cursor: pointer; }

.menu-nav-inner span {
  display: block;
  width: 100%;
  height: 4px;
  background: #000000;
  margin-bottom: 5px; }

.media {
  float: right;
  width: 122px;
  margin: 0; }

.media li {
  float: left;
  list-style: none;
  margin-left: 5px; }

.media li a {
  font-size: 1.8em;
  padding: 8px 10px; }

.msg {
  margin-right: 5px; }

/*
 5.) Footer Styles
 ------------------------------*/
#footer {
  width: 100%; }

.top-footer {
  padding: 20px 0px; }

.top-footer strong, .top-footer span, .top-footer span a {
  text-align: center;
  display: block;
  font-size: 18px;
  color: #111111; }

.top-footer strong {
  font-weight: 700;
  margin-bottom: 5px; }

.top-footer span a {
  display: inline; }

.site-info {
  text-align: center;
  padding: 12px 0px 18px 0px;
  color: #ffffff;
  font-size: 1.2em; }

.owl-prev,
.owl-next {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 39.6551724137931%;
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.owl-prev {
  background: transparent url(../images/seta-left.png) center center no-repeat;
  left: 20px; }

.owl-next {
  background: transparent url(../images/seta-right.png) center center no-repeat;
  right: 20px; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 100%;
  font-size: 12px;
  letter-spacing: normal; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

/*
 Table Of Contents

 1.) Homepage
 2.) Inner-Page
 ===============================================*/
/*
 1.) Homepage
 ----------------------------------------*/
.banner {
  width: 100%;
  position: relative; }
  .banner:hover .owl-prev, .banner:hover .owl-next {
    opacity: 1; }
  .banner h4 {
    font-size: 4em;
    max-width: 640px;
    line-height: 50px;
    text-align: right;
    text-shadow: 2px 0px 6px black;
    color: white;
    text-transform: uppercase;
    bottom: -30px;
    right: 20px;
    position: absolute; }

.main-content {
  margin-top: 52px;
  padding-bottom: 50px;
  margin-bottom: 100px; }

.services {
  width: 100%;
  height: 44px;
  border: 1px solid #d9d9d9; }
  .services h2 {
    height: 44px;
    padding: 0 10px;
    line-height: 44px;
    text-align: center; }
  .services p {
    font-size: 1.6em;
    color: #606060;
    padding-left: 10px;
    display: inline-block;
    line-height: 44px;
    width: 78.5%;
    float: left;
    font-style: italic; }

.content-listing {
  margin-top: 30px; }
  .content-listing li {
    float: left;
    width: 45%;
    list-style: none;
    line-height: 40px; }
    .content-listing li a {
      font-size: 1.6em;
      font-weight: 300; }
  .content-listing .msg {
    font-size: 1.8em;
    margin-right: 10px; }

.main-content > h3 {
  font-size: 2.1em;
  color: #606060;
  font-weight: 700;
  padding: 20px 0;
  text-transform: uppercase;
  display: block; }
.main-content > p {
  font-size: 1.5em;
  color: #606060;
  line-height: 1.9; }

.mobile-show {
  display: none; }

/*
 2.) Inner-Page
 ----------------------------------------*/
#content > h2 {
  padding: 40px 0 0;
  font-size: 2.3em;
  color: #111111;
  font-weight: 300;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: block;
  text-transform: none;
  float: none; }

.aside {
  width: 20%;
  float: left;
  background: #e7e7e7;
  min-height: 736px; }
  .aside + #content {
    width: 80%;
    float: right; }
    .aside + #content .main-content {
      padding: 0px 0px 0px 10px; }
      .aside + #content .main-content .services p {
        font-size: 13px;
        padding-left: 6px;
        width: 77.5%; }
      .aside + #content .main-content .services h2 {
        font-size: 24.43px; }

.inner-page-content .nav-header {
  width: 100%; }
.inner-page-content .navigation li {
  width: 100%; }
  .inner-page-content .navigation li.mobile-show .media {
    width: 100%; }
    .inner-page-content .navigation li.mobile-show .media li {
      float: none;
      display: inline-block; }
  .inner-page-content .navigation li a {
    display: block;
    padding-right: 0;
    text-align: left;
    width: auto !important; }

.inner-page-main-content {
  float: right;
  width: 77%;
  padding: 42px 0px 0px 0px; }
  .inner-page-main-content h2 {
    padding: 0;
    font-size: 2.3em;
    color: #111111;
    font-weight: 300;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: block;
    text-transform: none;
    float: none; }

.user-info-container {
  width: 58%;
  float: left;
  min-height: 500px;
  background: #ffffff;
  padding: 24px 17px 20px 29px;
  box-shadow: 0 0 5px 1px #888888;
  margin-bottom: 20px;
  margin-right: 24px; }
  .user-info-container .form-atencao {
    min-height: 27px;
    padding-left: 30px;
    background: url(../images/importante-form.png) no-repeat; }

.links-container {
  margin-top: 40px; }
  .links-container ul li {
    margin: 10px 0;
    list-style: none; }
    .links-container ul li h2 {
      width: inherit;
      margin: 0;
      padding: 0;
      float: none;
      font-size: 23px;
      font-weight: 400;
      text-align: left;
      line-height: 1.2;
      text-transform: none; }
    .links-container ul li p {
      font-size: 14px;
      color: #4D4D4D; }

.information-container {
  margin-top: 32px; }

#googleMap {
  width: 100%;
  min-height: 188px;
  display: block;
  z-index: 10; }

.tablet .information-container,
.desktop .information-container {
  margin-left: 25px; }
.tablet .links-container,
.desktop .links-container {
  margin-bottom: 100px;
  margin-left: 25px; }

.location-content {
  width: 30%;
  float: left;
  position: relative; }

.address-head, .address-links {
  font-size: 1.4em;
  color: #111111;
  font-style: italic;
  display: block;
  line-height: 1.8; }

img {
  max-width: 100%; }

.address {
  margin-top: 25px;
  position: absolute;
  top: 40px;
  right: 0px; }
  .address:before {
    content: '';
    display: block;
    height: 152px; }

.address-links {
  font-weight: 700; }

.linking {
  display: inline-block; }

.user-info-container .a {
  font-size: 1.3em;
  margin-right: 5px; }
.user-info-container span {
  font-size: 1.4em;
  color: #666666;
  font-style: italic; }

.input-box label {
  min-width: 95px;
  font-size: 1.2em;
  color: #111111;
  display: inline-block;
  text-transform: uppercase; }
.input-box > input {
  box-sizing: border-box;
  width: 69%;
  height: 30px;
  border-radius: 5px;
  margin-top: 20px;
  font-style: italic;
  font-size: 1.4em;
  color: #111111;
  padding-left: 10px;
  box-shadow: 0 1px 1px 0px #DADADA inset; }
.input-box textarea {
  box-sizing: border-box;
  width: 69%;
  height: 30px;
  border-radius: 5px;
  margin-top: 20px;
  font-style: italic;
  font-size: 1.4em;
  color: #111111;
  padding-left: 10px;
  box-shadow: 0 1px 1px 0px #DADADA inset;
  width: 92%;
  padding-top: 10px;
  height: 80px; }
.input-box input.inner-submit {
  width: 95px;
  height: 38px;
  color: #ffffff;
  padding-left: 0;
  margin-right: 50px;
  border-radius: 0; }

.container-quem-somos {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 25px; }
  .container-quem-somos p {
    font-weight: 400;
    font-size: 14px; }

/*
 Table Of Contents
 1.) Media Query for Handheld Devices
 2.) Media Query for Tablet
 3.) Media Query for mobile
 ===============================================*/
/*
 1.) Media Query for Handheld Devices
 ===============================*/
@media only screen and (max-width: 1119px) {
  /* Styles */ }
/*
 2.) Media Query for Tablet
 ===============================*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* Styles */
  .primary-info {
    right: 0; }

  h1 {
    width: 57%; }

  h2 {
    font-size: 2.1em; }

  .services {
    padding-left: 5px; }
    .services p {
      font-size: 1.3em; }

  .main-content > strong {
    font-size: 1.9em;
    padding-left: 10px;
    padding-right: 5px; }
  .main-content > p {
    padding-left: 10px;
    padding-right: 10px; }

  /*INNER PAGE STYLE*/
  .input-box > input {
    width: 66%; }
  .input-box label {
    width: 95px; }

  .user-info-container {
    width: 55%;
    margin-right: 22px; }

  .location-content {
    float: left; }
    .location-content img {
      width: 100%; }

  .address-head, .address-links {
    font-size: 1.2em; }

  .input-box textarea {
    width: 96%; }

  .aside + #content .main-content .services {
    padding: 0px; }
    .aside + #content .main-content .services h2 {
      width: 100%; } }
/*
 3.) Media Query for mobile
 ===============================*/
@media only screen and (max-width: 767px) {
  .no-adress {
    display: none; }

  /* Mobile Grids */
  .navigation {
    display: none; }
    .navigation li {
      width: 100%;
      border-bottom: 1px solid #9a881a;
      text-align: center; }
      .navigation li a {
        display: block; }

  .primary-info {
    position: static;
    float: none;
    width: 100%;
    margin-right: 0; }

  .login-info {
    border: none;
    padding-bottom: 5px; }
    .login-info span {
      font-size: 1.1em; }

  .user-login {
    width: 100%;
    margin-bottom: 10px;
    text-indent: 10px;
    padding: 0; }

  .submit-btn {
    width: 100%; }

  .mobile-show {
    display: block; }

  .mobile-hide {
    display: none; }

  .media {
    width: 135px;
    float: none;
    margin: 0 auto; }
    .media li {
      width: 40px;
      border: none; }
      .media li a {
        color: #111111; }

  .login-info span {
    padding: 10px 0; }

  .primary-info > span {
    background: #050EAA;
    display: block;
    text-align: center;
    color: #fff;
    padding-bottom: 5px; }

  h2 {
    width: 96.5%; }

  .services h2 {
    width: 100%;
    padding: 0 10px;
    text-align: left; }
  .services p {
    height: auto;
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
    border: 0;
    line-height: 1.5; }

  .main-content {
    margin-top: 0; }

  .content-listing {
    margin-top: 0; }
    .content-listing li {
      width: 90%;
      padding: 0 15px; }

  .main-content > strong {
    font-size: 1.9em;
    line-height: 1.5;
    padding-left: 15px;
    padding-right: 15px; }
  .main-content > p {
    font-size: 1.9em;
    line-height: 1.5;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.5em;
    line-height: 1.8; }

  .tel-media-info {
    background: #ffdb00;
    height: 25px;
    margin-bottom: 10px;
    float: left;
    width: 100%; }
    .tel-media-info .tel-num-info {
      float: left;
      margin-left: 15px; }
      .tel-media-info .tel-num-info + .tel-num-info {
        float: right; }

  .logo {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    margin-left: 0; }
    .logo img {
      width: 62%; }

  .banner {
    display: none !important; }

  /*INNER PAGE STYLE*/
  .aside, .inner-page-main-content, .location-content {
    float: none; }

  .aside {
    width: 100%;
    height: auto;
    min-height: 0; }
    .aside + #content {
      width: 100%; }
      .aside + #content .main-content {
        padding-left: 0px; }
        .aside + #content .main-content h3 {
          padding: 0px 15px 0px 15px;
          font-size: 19px;
          line-height: 19px; }

  .inner-page-content .navigation li .media li {
    width: 40px;
    border: none; }
    .inner-page-content .navigation li .media li a {
      width: 40px;
      border: none; }

  .inner-page-main-content {
    padding: 10px 0 0;
    width: 100%; }
    .inner-page-main-content strong {
      font-size: 1.8em;
      width: 99%; }

  .user-info-container {
    width: 91%;
    margin: 0 auto;
    padding: 0;
    float: none;
    box-shadow: none; }
    .user-info-container span {
      margin-bottom: 15px;
      display: inline-block;
      padding-left: 20px;
      position: relative; }

  .input-box > input, .input-box textarea {
    margin-top: 0;
    width: 100%; }
  .input-box label {
    line-height: 30px; }
  .input-box textarea, .input-box input.inner-submit {
    width: 100%;
    margin: 10px 0 0; }

  .user-info-container .a {
    position: absolute;
    left: 0;
    top: -4px; }

  .location-content {
    width: 91%;
    margin: 0 auto;
    padding: 10px 0;
    clear: both; }

  .address, .location-content img {
    margin-top: 0;
    margin-bottom: 20px; }

  .address {
    position: static; }
    .address:before {
      height: 0; }

  #wrapper {
    background: white; }

  .links-container {
    padding: 0px 20px; }

  #content > h2 {
    font-size: 18px; } }
#wrapper {
  min-height: 100%; }

.main-content {
  background-color: #FFF;
  padding: 30px 30px;
  -webkit-box-shadow: -1px -1px 8px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: -1px -1px 8px 0px rgba(50, 50, 50, 0.5);
  box-shadow: -1px -1px 8px 0px rgba(50, 50, 50, 0.5); }

a.voltar {
  font-size: 15px;
  font-weight: 700;
  color: #111111;
  padding-left: 5px;
  transition: color 0.2s ease-in-out;
  float: right;
  margin-top: -32px;
  text-transform: uppercase;
  font-style: italic; }

h2 {
  width: 100%;
  font-size: 18px;
  color: #2802a8;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding-bottom: 15px;
  padding-left: 0px;
  border-bottom: 0px solid #a1a1a1; }

form label {
  font-weight: 700;
  color: #000;
  font-size: 15px;
  margin-bottom: 8px !important;
  display: inline-block; }
form input {
  margin-bottom: 20px !important;
  height: 35px;
  font-size: 14px;
  border-radius: 3px !important; }
form button.btnPost {
  background-color: #2701a7 !important;
  border-radius: 10px;
  height: 38px;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase; 
  }

strong.dica {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  margin-top: 10px;
  display: inline-block; }

.breadcumb {
  overflow: hidden;
  clear: both; }
  .breadcumb li {
    float: left;
    list-style: none;
    font-size: 14px;
    margin-left: 5px; }
    .breadcumb li a {
      font-size: 14px;
      font-weight: 700;
      font-style: italic;
      margin-top: 10px;
      display: inline-block;
      color: #000;
      transition: color 0.2s ease-in-out; }
      .breadcumb li a:hover {
        color: #443A3A; }

.admin {
  clear: both;
  margin-top: 30px;
  padding-bottom: 200px; }
  .admin ul li {
    margin-bottom: 10px;
    list-style: none;
    border-bottom: 1px solid #b7b7b7;
    margin-right: 12%;
    padding-bottom: 10px; }
    .admin ul li i {
      font-size: 15px; }
    .admin ul li a {
      font-size: 15px;
      font-weight: 700;
      color: #111111;
      padding-left: 5px;
      transition: color 0.2s ease-in-out; }
      .admin ul li a:hover {
        color: #443A3A; }

table.relatorio {
  margin-top: 30px; }
  table.relatorio th,
  table.relatorio td {
    font-size: 15px; }

h3 {
  font-size: 18px;
  color: #2802a8;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px; }

form.forms {
  margin-top: 40px;
  padding-bottom: 80px; }
  form.forms [class*="pure-u"] {
    padding-right: 5px !important; }

form.editor {
  width: 100%;
  margin-top: 40px; }
  form.editor textarea {
    width: 100%;
    height: 400px; }
  form.editor button {
    margin-top: 20px; }

/*# sourceMappingURL=admin.css.map */


.pure-g legend {
	 letter-spacing:normal;
}


.pure-form select {
	font-size:medium;
}
ol#practiceAlpha { margin-bottom:5px;}

ol#practiceAlpha li {display:block; float:left;}

ol#practiceAlpha li a, ol#practiceAlpha li span { 
						display:block;
						float:left;
						margin:4px;
						width:22px;
						height:22px;
						padding:5px 0px 0px 0px;
						text-align:center;
						background-image:url('../images/jargonAlphaBG.gif');
						color:#E68C21;
						font-weight:bold;
					 }
ol#practiceAlpha li span {
	color:black;
}
					
ol#practiceAlpha li a:hover { text-decoration:underline; color:black; background-position:0px -108px;}

ol#practiceAlpha li a.jarOn { background-position:0px -54px; }

dl#alphaContents { clear:both; padding-top:20px; }

dl#alphaContents dt { font-weight:bold; font-size:13px; margin-bottom:5px; text-decoration:underline;}

dl#alphaContents dd { margin-bottom:10px; padding-bottom:5px; border-bottom:1px dotted #cccccc;}

.logo {  margin-bottom: 32px; }
