/*
 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
 */
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: 0;
    right: 20px;
    position: absolute;
    width: 500px; 
    }

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

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


