@charset "UTF-8";

/*
* reset.css
* by Paulo Melo
*/


/**
* At-rules - Set the encoding of the style sheet to Unicode UTF-8
* Mozilla Developer Network [https://developer.mozilla.org/en-US/docs/Web/CSS/@charset]
*
* @charset "UTF-8";
*/


/**
* Basic UI - Apply a natural box layout model to all elements. [Firefox, WebKit, Opera and IE8+]
* Paul Irish [http://www.paulirish.com/2012/box-sizing-border-box-ftw/]
*/

html {
  box-sizing: border-box;
}

html * {
  box-sizing: inherit;
}


/**
* Basic Box Model - Correct 'block' display not defined in [IE 8+]
*/

article,
aside,
datagrid,
datalist,
details,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

abbr,
eventsource,
mark,
meter,
time,
output,
bb {
  display: inline;
}


/* Basic Box Model - Remove default Margin. */

body,
blockquote,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}


/* Basic Box Model - Remove default Margin and Padding. */

button,
code,
dd,
dl,
dt,
fieldset,
hr,
input,
legend,
menu,
ol,
pre,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}


/* Remove default Border. */

a img,
abbr,
button,
fieldset,
hr,
iframe,
input,
select,
table,
textarea {
  border: 0 none;
}


/* Alignments */

label,
button,
input,
select,
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/*
  base.css */
body,
:root {
  overflow-x: hidden;
}

@media only screen and (max-device-width: 1024px) {
  :root {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}

button,
input,
optgroup,
option,
select,
textarea {
  font: normal normal normal 100%/normal -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  text-rendering: optimizespeed;
}

address,
b,
caption,
cite,
code,
dfn,
em,
h1,
h2,
h3,
h4,
h5,
h6,
i,
optgroup,
option,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizespeed;
}

table {
  font-size: inherit;
  width: 100%;
}

address,
p,
dl,
blockquote,
pre,
td,
th,
label,
ol,
ul,
textarea {
  line-height: 1.61803;
  text-rendering: optimizespeed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6 {
  margin-top: 2rem;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

p {
  margin-bottom: 1rem;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

caption,
th {
  text-align: left;
}

small {
  font-size: 80%;
}

ul,
menu,
dir,
ol {
  list-style: none;
}

html:focus,
a:hover,
a:active {
  outline: 0;
}

:active,
:focus {
  outline: 0 !important;
}

a {
  text-decoration: none !important;
  color: inherit;
}

.link:hover {
  cursor: pointer;
  text-decoration: underline;
}

img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
svg {
  max-width: 100%;
  height: auto;
}

object,
embed {
  position: relative;
  max-width: 100%;
  height: 100%;
}

embed,
img,
object,
svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
}

dl,
dt,
dd {
  vertical-align: top;
}

.lt-ie8 img {
  -ms-interpolation-mode: bicubic;
}

abbr[title] {
  border-bottom: 1px dotted;
}

[hidden] {
  display: none;
}

[readonly],
[disabled] {
  cursor: default;
  opacity: .75;
}

[disabled],
[readonly],
[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

blockquote:last-child,
pre:last-child,
table:last-child {
  margin-bottom: 0;
}

code,
pre,
samp {
  white-space: pre-wrap;
}

code {
  line-height: 1;
}

kbd {
  padding: 0 .25rem;
  border: solid 1px;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: dotted 1px;
}

hr {
  display: block;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #ddd;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

dfn,
em,
i {
  font-style: italic;
}

b,
label,
option,
strong {
  font-weight: 700;
}

/*@ CSS Document */

/* latin */
@font-face {
  font-family: 'Baloo Chettan';
  font-style: normal;
  font-weight: 400;
  src: local('Baloo Chettan Regular'), local('BalooChettan-Regular'), url(https://fonts.gstatic.com/s/baloochettan/v4/0QImMXRN8o2gTC2YTr4665DA47v2_ShEuqg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Short Stack';
  font-style: normal;
  font-weight: 400;
  src: local('Short Stack'), local('ShortStack'), url(https://fonts.gstatic.com/s/shortstack/v8/bMrzmS2X6p0jZC6EcmPFX9SVe34h0Wq7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOUuhpKKSTjw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rsOUuhpKKSTjw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  color: rgba(68, 68, 68, 0.7);
  font-size: 14px;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}

.img-crop img,
.img-fit img {
  display: none;
}

.wordbreak {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}


/*@ Zera margens p e form */

p,
form {
  margin: 0;
}

a {
  color: inherit;
}

a:hover {
  color: #4d5672;
  text-shadow: 0 0 0;
}


/*@ Pagenator */

.pagenator {
  width: 100%;
  overflow: hidden;
  clear: both;
  margin: 20px 0;
  padding: 0;
}

.pagenator img {
  margin: 7px 2px 0 2px;
}

.pagenator a {
  color: #333;
  text-decoration: none;
}

.pagenator a:hover {
  color: #333;
  text-decoration: underline;
}

.pagenator table {}


/*@ Fotos */

.fotoTopo {
  margin: 0 0 20px 0;
  width: 100% !important;
  text-align: center;
  display: block;
  clear: both;
  overflow: hidden;
}

.fotoTopo img {
  width: 100%;
  background: white;
  border: 1px solid #ddd;
  padding: 4px;
}

.fotoright {
  float: right;
  text-align: right;
  padding: 0 0 10px 0;
}

.fotoinferior {
  display: inline-table;
  margin: 0 30px 10px 0;
  float: left;
  min-height: 160px;
}

.fotoGaleria {
  margin: 10px 10px 10px 0;
  float: left;
  width: 220px;
  height: 120px;
  overflow: hidden;
}

.fotoGaleria img {
  width: 100%;
}

.containerfotoleft {
  margin: 0 20px 0 0;
  float: left;
}

.containerfotoright {
  margin: 0 0 0 20px;
  float: right;
}

.containerfotoinferior {
  margin: 20px 0 0 0;
  text-align: justify;
  overflow: hidden;
  clear: both;
  display: block;
}

.fotolegenda {
  font-size: .75em;
  line-height: 140%;
  display: block;
  text-align: center;
  width: 214px;
  height: 20px;
}

.fotocreditos {
  font-size: .75em;
  text-align: right;
}

/* .foto {
  background: white;
  border: 1px solid #ddd;
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
} */

.galeriaThumb {
  height: 120px;
  overflow: hidden;
  width: 100%;
}

.galeriaThumb .foto {
  border: none;
  padding: 0;
}


/*@ hx */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4d5672;
}

h1 {
  font-size: 1.6em;
  margin: 0;
  text-transform: uppercase;
}

h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 10px 0;
}

h2.h2-title {
  font-size: 1.3em;
  font-size: 1.5em;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: normal;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

h3 small {
  color: #495673;
}

h3.h3-title {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: normal;
  text-transform: uppercase;
}

h3.preco {
  font-size: 2em;
  font-weight: bold;
  margin: 20px 0;
  padding: 0;
  line-height: normal;
}

h3.preco small {
  font-size: .5em;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
}

h4.modal-title {
  font-size: 1.3em;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
}

h4.precoCarro {
  font-size: 1.5em;
  margin: 0 0 30px 0;
}

h4.precoCarro small {
  text-transform: none;
}

.modal {
  z-index: 100100;
}

.modal-dialog {
  margin: 16% auto 0;
}

.modal-header {
  background: #4D5672;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.modal-header h4 {
  color: #fff;
}

.modal-header .close {
  color: #fff;
  font-size: 30px;
  opacity: 1;
}

.modal-header .close:hover,
.close:focus {
  color: #000;
  text-shadow: none
}


/*---------------------------- Start S I T E --------------------------*/


/*@ wrap-top */

.wrap-top {
  clear: both;
  background-color: #f6f6f6;
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .1);
}

.wrap-top .container {}


/*@ lista-top-menu */

ul.lista-top-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font-weight: bold;
  font-size: .8em;
  line-height: 35px;
}

ul.lista-top-menu li {
  float: left;
  margin-right: 35px;
}

ul.lista-top-menu li a {
  color: #8f8f8f;
  display: block;
}

ul.lista-top-menu li a span {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  float: left;
}

ul.lista-top-menu li.ico-telefone a span {
  background-position: -410px -20px;
}

ul.lista-top-menu li.ico-email a span {
  background-position: -450px -20px;
}


/*@ lista-midias-sociais */

ul.lista-midias-sociais {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #fff;
}

ul.lista-midias-sociais li {
  float: left;
  border-left: 1px solid #fff;
  border-right: 1px solid #dbdbdb;
}

ul.lista-midias-sociais li a {
  display: block;
  width: 35px;
  height: 35px;
  color: #8f8f8f;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

ul.lista-midias-sociais li a:hover {
  background-color: #fff;
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .1);
}

ul.lista-midias-sociais li a span {
  display: none;
}

ul.lista-midias-sociais li.ico-facebook a {
  background-position: -250px -20px;
}

ul.lista-midias-sociais li.ico-twitter a {
  background-position: -290px -20px;
}

ul.lista-midias-sociais li.ico-googleplus a {
  background-position: -330px -20px;
}

ul.lista-midias-sociais li.ico-rss a {
  background-position: -370px -20px;
}


/*@ header */

header {
  clear: both;
}

header .container {
  position: relative;
  padding-top: 0;
  position: relative;
  z-index: 100;
  padding-left: 0;
  padding-right: 0;
}


/*@ navbar-header */

.navbar-header {
  width: 100%;
}

.user-login::before,
.user-login::after {
  content: "";
  display: table;
}

.user-login::after {
  clear: both;
}

.user-login {
  zoom: 1;
  /*top: -35px;*/
  position: relative;
  /* For IE 6/7 (trigger hasLayout) */
}

.user-login #formLogin {
  width: 100%;
  max-width: 371px;
  float: right;
  display: flex;
  flex-direction: column;
  /* stack vertically */
  flex-wrap: no-wrap;
  /* all in one column */
  align-items: center;
}

.user-login #formLogin .hold-fields {
  width: 100%;
  flex: 1;
  display: flex;
  padding: 0 10px;
}

.user-login #formLogin h2 {
  font-size: 12px;
  
  align-self: flex-start;
  margin-top: 8px;
  margin-bottom: 4px;
  margin-left: 10px;
  color: white !important;
}

.user-login #formLogin input[type="text"],
.user-login #formLogin input[type="password"] {
  width: 100%;
  height: auto;
  border: 0 none;
  line-height: 2rem;
  padding: 0 1rem;
  background: #fff !important;
  border-radius: 0px;
}

.user-login #formLogin input[type="text"]:focus,
.user-login #formLogin input[type="password"]:focus,
.user-login #formLogin input[type="text"]:active,
.user-login #formLogin input[type="password"]:active {
  border: 1px solid #d0d0d0;
  outline: none;
}

.user-login #formLogin input[type="text"]:-webkit-autofill,
.user-login #formLogin input[type="password"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #eaeaea inset;
  -moz-box-shadow: 0 0 0px 1000px #eaeaea inset;
  -ms-box-shadow: 0 0 0px 1000px #eaeaea inset;
  -o-box-shadow: 0 0 0px 1000px #eaeaea inset;
  box-shadow: 0 0 0px 1000px #eaeaea inset;
  -webkit-text-fill-color: #bababa;
  -moz-text-fill-color: #bababa;
  -ms-text-fill-color: #bababa;
  -o-text-fill-color: #bababa;
  text-fill-color: #bababa;
}

.user-login #formLogin input[type="text"]::-webkit-input-placeholder,
.user-login #formLogin input[type="text"]:-moz-placeholder,
.user-login #formLogin input[type="text"]::-moz-placeholder,
.user-login #formLogin input[type="text"]:-ms-input-placeholder,
.user-login #formLogin input[type="password"]::-webkit-input-placeholder,
.user-login #formLogin input[type="password"]:-moz-placeholder,
.user-login #formLogin input[type="password"]::-moz-placeholder,
.user-login #formLogin input[type="password"]:-ms-input-placeholder {
  color: #bababa;
}

.user-login #formLogin .form-group {
  width: 40%;
  font-size: 0px;
  margin-bottom: 0px;
}

.user-login #formLogin .form-group.hold-btn {
  width: 20%;
}

.user-login #formLogin button[type="submit"] {
  width: 100%;
  text-align: center;
  height: 32px;
  background: #5367a5 !important;
  line-height: 32px;
  font-size: 13px;
  padding: 0px 10px;
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-right: 0px;
  align-self: flex-end;
  border: none;
  color: white !important;
}

.user-login #formLogin a {
  align-self: flex-start;
  font-size: 13px;
  text-decoration: none;
  color: #FFF;
  padding-right: 10px;
}

.user-login #formLogin .foot {
  padding-top: 10px;
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: space-between;
}


/*@ navbar-default */

.navbar-default {
  background-color: none;
  border-color: none;
  margin: 0;
}


/*@ logo */

.logo {
  width: 277px;
  height: 82px;
  display: block;
  background: url(../images/sprite.png) no-repeat -20px -420px;
  margin: 20px 0;
  float: left;
}

.logo span {
  display: none;
}

.logo-servicos {
  width: 156px;
  height: 147px;
  display: block;
  background: url(../images/sprite.png) no-repeat -13px -442px;
  ;
  display: inline-block;
}

.logo-servicos span {
  display: none;
}


/*@ util-top */

.util-top {
  background-color: #4d5672;
  float: right;
  padding: 10px 5px;
  margin: 32px 0 0 0;
  font-size: .75em;
  font-weight: 300;
}

.util-top a,
.util-top a:hover {
  color: #fff;
  padding: 0 10px;
  display: inline-block;
}


.home-work {
    text-align: center;
    height: 92px;
    background: #dc342b;
}
.home-work img {
    width: 40px;
    margin-bottom: 6px;
}
.home-work p {
    display: block;
    text-align: center;
    font-family: 'Baloo Chettan';
    font-size: 15px;
}


/*@ box-servicos-inicial */

h2.h2-servicos-inicial {
  text-align: center !important;
  color: #6d6d6d;
  font-size: 1.5em;
  margin: 20px 0 50px 0;
}

a.thumb-servicos {
  background: #0a2060;
  border-radius: 10px;
  padding: 15px;
  display: inline-block;
  text-align: center;
  text-align: center;
  color: #fff;
  width: 100%;
  margin: 0 0 20px 0;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

a.thumb-servicos:hover {
  box-shadow: 0px 0px 30px #000000 inset;
  color: #98a9db;
  text-decoration: none;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

a.thumb-servicos .box-img img {
  margin: 0 0 10px 0;
}

a.thumb-servicos p {
  font-size: 1.5em;
}


/*@ wrap-slider */

.wrap-slider {
  clear: both;
}

.wrap-slider .container {}

.owl-buttons {
  margin: -30px 0 0 0;
}

.owl-pagination {
  margin: 20px 0 0 0;
}

.owl-prev {
  text-indent: -9999px;
  background: url('../images/sprite-icons.png') no-repeat -140px -72px !important;
  width: 20px;
  height: 36px;
  margin: -30px 120px 0 120px !important;
}

.owl-next {
  text-indent: -9999px;
  background: url('../images/sprite-icons.png') no-repeat -200px -72px !important;
  width: 20px;
  height: 36px;
  margin: -30px 120px 0 120px !important;
}

.owl-dots {
  margin: -20px 0 0 0;
}


/*@ wrap */

.wrap {
  clear: both;
}

.wrap .container {
  padding-bottom: 50px;
  padding-top: 0px;
}


/*@ wrap-header*/

.wrap-header {
  width: 100%;
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.wrap-header .breadcrumb {
  float: left;
  margin: 4px 0 0 0;
  padding: 0;
  font-size: .85em;
}

.wrap-header h1 img {
  margin: 0 0 0 20px;
}


/*@ article */

article {
  clear: both;
  padding: 0 0 20px 0;
  font-size: .9em;
  line-height: 1.6em;
  font-weight: 400;
}

article:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

article .boxiframe {
  padding: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

article .boxiframe iframe {
  width: 100%;
  margin: 0;
  padding: 0;
}


/*@ item */

article.item {
  margin: 0 0 20px 0;
  padding: 20px 180px 20px 0px;
  font-size: .8em;
  /* overflow: hidden; */
  clear: both;
  position: relative;
  border-bottom: 1px solid #ddd;
}

article.item:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

article.item img {
  float: left;
  margin: 0 15px 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

article.item strong {
  display: block;
  font-size: 1.2em;
  margin: 0 0 5px 0;
}

article.item span {
  position: absolute;
  bottom: 20px;
  right: 0px;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

article.item span small {
  font-size: .5em;
  font-weight: normal;
}

article.item a {
  color: #333;
  display: block;
}

article.item:hover,
article.item:focus {}

article.item:hover span,
article.item:focus span {
  border-color: #ccc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}


/*@ box-destaques */

.box-destaques {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 50px 0;
  padding: 0;
  position: relative;
  text-align: center;
  background-color: #ededed;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  font-weight: 300;
  font-size: .9em;
}

.box-destaques img {
  width: 100%;
  display: block;
}

.box-destaques h3 {
  padding: 20px;
  margin: 0;
  vertical-align: top;
}

.box-destaques .blococontainer {
  padding: 20px;
  margin: 0;
}

.box-destaques.ultimas .blococontainer {
  padding: 0;
}

#muralHome img {
  max-width: 100%;
}

.box-destaques .owl-buttons {
  padding-bottom: 15px;
}


/* Mural */

.publicacoes_mural {
  padding: 0 25px 12px 25px;
}

.item_mural {
  height: 54px;
  margin-bottom: 20px;
}

.data-mural {
  height: 54px;
  width: 40px;
  background: #4d5672;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  float: left;
  margin-right: 10px;
}

.data-mural .dia {
  font-weight: 400;
  font-size: 1.0em;
  display: block;
  text-align: center;
  line-height: 15px;
  padding: 7px 0 0;
}

.data-mural .mes {
  font-weight: 200;
  font-size: 0.8em;
  display: block;
  text-align: center;
  line-height: 15px;
}

.data-mural .ano {
  font-weight: 200;
  font-size: 0.6em;
  display: block;
  text-align: center;
  line-height: 12px
}

.publicacoes_mural h3 {
  font-size: 1.13em;
  font-weight: 200;
  padding: 0;
  line-height: 1.2em;
}

.box-destaques .veja_mais {
  padding-left: 20px;
  padding-top: 3px;
  font-size: 0.7em;
  font-weight: 200;
}

@media (max-width: 991px) {
  .box-destaques h3 a.veja_mais {
    display: block;
    float: none;
  }
}


/*@ box-home */

.servicos-home .col-sm-3:nth-child(4n+1) {
  clear: both;
}


/*@ box-servicos */

.box-servicos {
  clear: both;
  overflow: hidden;
  margin: 0 0 20px 0;
}

.box-servicos a {
  color: #333;
  font-size: .9em;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.box-servicos a:hover {
  color: #333;
  text-decoration: none;
}

.box-servicos a span {
  width: 60px;
  height: 60px;
  float: left;
  margin: 0 10px 20px 0;
  border-radius: 50%;
  background-color: #f5f5f5;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, .1);
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.box-servicos a:hover span {
  border-radius: 50%;
  background-color: #4d5672;
  box-shadow: none;
}

.box-servicos a strong {
  font-weight: bold;
  font-size: 1.2em;
  display: block;
  margin: 0 0 5px 0;
}

.box-chat-online a span {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -20px -180px;
}

.box-chat-online a:hover span {
  background-position: -20px -250px;
}

.box-revisao a span {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -90px -180px;
}

.box-revisao a:hover span {
  background-position: -90px -250px;
}

.box-test-ride a span {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -160px -180px;
}

.box-test-ride a:hover span {
  background-position: -160px -250px;
}

.box-newsletter a span {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -230px -180px;
}

.box-newsletter a:hover span {
  background-position: -230px -250px;
}

.cont-trip {
  float: left;
}


/*@ box-servicos-home */

.box-servicos-home {
  text-align: center;
}

.box-servicos-home img {
  max-width: 60%;
}


/*@ boxDescricao */

.boxDescricao {
  overflow: hidden;
  clear: both;
  height: 320px;
  font-size: .8em;
}


/*@ submenu */

ul.submenu {
  margin: 0 0 40px 0;
  padding: 0;
  clear: both;
  overflow: hidden;
  list-style: none;
  font-weight: bold;
  font-size: 1em;
}

ul.submenu li {
  display: block;
  border-bottom: 1px solid #ddd;
}

ul.submenu li label {
  padding: 10px 0;
  text-align: right;
  font-style: italic;
}

ul.submenu li a {
  display: block;
  position: relative;
  padding: 15px 10px;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

ul.submenu li a:hover {
  text-decoration: none;
  color: #fff;
  background: #4d5672;
}


/*@ tab-content */

.tab-content {
  border: 1px solid #ddd;
  padding: 12px;
  border-top: none;
  font-size: .75em;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.tabs-trabalhe-conosco {
  background: #fff;
  margin: 0;
  padding: 0;
}

.tabs-trabalhe-conosco>li,
.tabs-trabalhe-conosco>li a {
  font-size: 1.1em;
}

.tab-content-horizontal {
  font-family: Arial, Helvetica, sans-serif;
}

.tab-content-horizontal h3 {
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #788b94;
  font-size: 1.2em;
  text-transform: uppercase;
}


/*@ tab-content vertical */

.tab-content-vertical {
  border: none;
  padding: 0px;
  font-size: .75em;
}

.tabs-corporativos {
  background: #fff;
  margin: 0;
  padding: 0;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.tabs-corporativos>li,
.tabs-corporativos>li a {
  font-size: 1.1em;
  font-weight: bold;
}


/*@ box-form-aside */

.box-form-aside {
  overflow: hidden;
  clear: both;
  padding: 20px;
  border: 1px solid #ddd;
  margin: 0 0 30px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.box-form-aside h3 {
  font-size: 0.96em;
  font-weight: bold;
  color: #788b94;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #ddd;
  line-height: normal;
  text-transform: uppercase;
}

.box-form-aside button {
  margin-top: 20px;
  clear: both;
  display: block;
}


/*@ frete */

.frete {
  width: 45%;
  float: left;
  font-size: .9em;
}

.frete h3 {
  margin: 5px 0;
  padding: 0;
  line-height: normal;
}

.frete form {
  display: block;
  margin: 5px 0 0 0;
}


/*@ valores */

.valores {
  width: 45%;
  float: right;
  font-size: .9em;
  text-align: right;
}

.valores-full {
  width: 100%;
  margin: 15px 0 0 0;
}

.valores .atualiza-valores {
  clear: both;
  display: block;
  margin: 5px 0 15px 0;
}

.valores .atualiza-valores a {
  color: #333;
}

.valores .total {
  clear: both;
  display: block;
  margin: 5px 0 0 0;
}

.valores .total .valor-final {
  font-size: 1.4em;
  font-weight: bold;
}


/*@ steps */

ul.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 30px;
  text-align: center;
}

ul.steps li {
  display: inline-block;
  margin: 0 15px;
  color: #ccc;
  text-transform: uppercase;
}

ul.steps li span {
  display: inline-block;
  background: #e7e7e7;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

ul.steps li.active {
  color: #165e9b;
}

ul.steps li.active span {
  color: #333;
  background: #165e9b;
  color: #fff;
}


/*@ box-checkout */

.box-checkout {
  display: block;
  clear: both;
  padding: 0px;
  border: 1px solid #ddd;
  font-size: .8em;
  margin: 0 0 30px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.box-checkout label {
  font-size: 10px;
}

.box-checkout h2 {
  line-height: 30px;
  text-transform: uppercase;
  font-size: .9em;
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px 0;
  padding: 10px;
}

.box-checkout h2 span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #e7e7e7;
  text-align: center;
  margin: 0 5px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.box-checkout h3 {
  line-height: normal;
  text-transform: none;
  font-size: .9em;
  margin: 0 0 10px 0;
  padding: 10px;
  background: #e7e7e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tipo-pessoa {
  padding: 10px;
  background: #e7e7e7;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tipo-pessoa input {
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
}

.tipo-frete {
  padding: 0px;
  background: none;
  font-weight: bold;
}

.tipo-frete input {
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
}

.box-checkout-inner {
  padding: 0 10px 10px 10px;
  clear: both;
  overflow: hidden;
}


/*@ form-checkout */

table.form-checkout {
  clear: both;
  overflow: hidden;
  font-size: .9em;
  border-spacing: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}

table.form-checkout tbody td {
  padding: 0;
  margin: 0;
}

table.form-checkout tbody td span {
  display: block;
  margin: 0 0 10px 0;
}

table.form-checkout tbody td.col-left {
  width: 115px;
  padding-bottom: 10px;
  padding-right: 10px;
}


/*@ lista-cores */

ul.lista-cores {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

ul.lista-cores li {
  display: inline-table;
  text-align: center;
  width: 110px;
  line-height: normal;
  margin: 0 0 15px 0;
}

ul.lista-cores li img {
  display: block;
  margin: 0 auto 7px auto;
  border: 3px solid #fff;
  box-shadow: 0 0 5px #ccc;
  width: 64px;
  height: 30px;
}

ul.lista-cores li strong {
  display: block;
}


/*@ lista-opcionais */

ul.lista-opcionais {
  margin: 0;
  padding: 0 15px 15px 15px;
  list-style: none;
  overflow: hidden;
}

ul.lista-opcionais li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}

ul.lista-opcionais li.categoria {
  font-weight: bold;
  font-size: 1.2em;
  padding: 15px 0 8px 0;
  margin: 0;
  border: none;
}

ul.lista-opcionais li label {
  font-weight: normal;
  font-size: .8em;
  float: left;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

ul.lista-opcionais li label input {
  float: left;
  margin: 4px 5px 0 0;
  padding: 0;
}

ul.lista-opcionais li span {
  float: right;
  margin: 0 0 0 10px;
}

ul.lista-opcionais li span.preco {
  font-weight: bold;
}

ul.lista-opcionais ul {
  margin: 0 0 0 18px;
  padding: 0 0 18px 0;
  list-style: none;
  overflow: hidden;
  font-size: .9em;
}

ul.lista-opcionais ul li {
  border: none;
  margin: 0;
  padding: 0;
}


/*@ lista-acessorios-saga */

ul.lista-acessorios-saga {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

ul.lista-acessorios-saga li {
  display: block;
  overflow: hidden;
}

ul.lista-acessorios-saga li label {
  font-weight: normal;
  font-size: .6em;
  padding: 0;
  margin: 0;
}

ul.lista-acessorios-saga li label input {
  float: left;
  margin: 4px 5px 0 0;
  padding: 0;
  width: auto;
}


/*@ bubble-oferta */

.bubble-oferta {
  width: 75px;
  height: 59px;
  display: block;
  background: url(../images/sprite.png) no-repeat -20px -370px;
  position: absolute;
  top: -15px;
  right: -15px;
}

.bubble-oferta span {
  display: none;
}


/*@ main-row */

.main-row {
  clear: both;
}

.main-row .container {
  background-color: #fff;
  border: none;
  clear: both;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 20;
}


/*@ footer */

footer {
  clear: both;
  overflow: hidden;
  /* background: url(../images/bg-footer.jpg) repeat #e3e3e3; */
}

footer .container {
  border-bottom: none;
  border-top: none;
  padding-bottom: 64px;
  padding-top: 64px;
}

footer h4 {
  margin-bottom: 1rem;
}

footer ul {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  display: block;
}

footer ul li,
footer ul li a {
  display: block;
  font-weight: 300;
  font-size: 14px;
}

.wrap-footer {
  font-size: 13px;
  background-image: linear-gradient(to left, #f5fcff, #fff5f6);
}

.wrap-footer .container {
  padding-top: 15px;
}

.box-horario-de-funcionamento {
  padding: 30px 30px 0 30px;
  overflow: hidden;
  clear: both;
}

.box-horario-de-funcionamento h4 {
  margin: 0 0 20px 0;
  line-height: normal;
}

.box-horario-de-funcionamento ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .7em;
  line-height: normal;
}

.box-horario-de-funcionamento ul li {
  display: inline-table;
  width: 100%;
  margin: 0 0 3px 0;
}

.box-horario-de-funcionamento ul li a {
  display: block;
  color: #666;
  line-height: normal;
}

.box-telefone {
  padding: 30px;
  overflow: hidden;
  clear: both;
}

.box-telefone div {
  float: left;
  display: inline-block;
  position: relative;
}

.box-telefone p {
  float: left;
  clear: both;
  font-weight: bold;
  /*font-size: 1.3em;*/
  font-size: 15px;
  margin: 15px 0 0 5px;
}

.box-telefone p em {
  font-style: normal;
  font-weight: bold;
  /*font-size: .8em;*/
  font-size: 15px;
}

.box-telefone span.icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin: 6px 5px 0 0;
  background: url(../images/sprite.png) no-repeat -20px -20px;
  float: left;
  display: inline-block;
}

.box-telefone p.noIcon {
  padding-left: 53px;
}

.box-telefone .nome {
  font-size: 15px;
  font-weight: bold;
}


/*@ like-box-facebook */

#fb-root {
  display: none;
}


/* To fill the container and nothing else */

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

.box-unidades {
  margin: 30px;
  padding: 10px;
  overflow: hidden;
  clear: both;
  background: #fff;
  border: 1px solid #ccc;
  font-size: .8em;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 200px;
}

.box-unidades .txt-unidade {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.box-unidades h3 {
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: normal;
  text-shadow: 0 -1px 0 #fff;
}

.box-unidades p {
  text-shadow: 0 -1px 0 #fff;
}

.unidade1 {
  background: url(../images/unidade-1.jpg) no-repeat right bottom #fff;
}

.unidade2 {
  background: url(../images/unidade-2.jpg) no-repeat right bottom #fff;
}

.copyright {
  font-size: .9em;
  color: #333;
  text-align: center;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
}

.copyright a {
  color: #333;
}


/*@ box-form-ofertas */

.box-form-ofertas {
  overflow: hidden;
  clear: both;
  padding: 20px;
  border: 1px solid #ddd;
  margin: 0 0 30px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.box-form-ofertas h3 {
  font-size: 1em;
  font-weight: bold;
  color: #788b94;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #ddd;
  line-height: normal;
  text-transform: uppercase;
}

.box-form-ofertas button {
  margin-top: 20px;
  clear: both;
  display: block;
}

.box-form-ofertas .span3 {
  margin: 0;
}


/*@ box-thumbnail */

.box-thumbnail {
  width: 100%;
  clear: both;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  padding: 20px;
  line-height: normal;
}

.box-thumbnail strong {
  display: block;
  margin-bottom: 10px;
}

.box-thumbnail strong a {
  color: #333;
}

.box-thumbnail img {
  width: 100%;
  display: block;
  clear: both;
  margin-bottom: 10px;
}

.box-thumbnail p {
  font-size: .8em;
  margin-bottom: 10px;
}


/*@ box-dados-contato */

.box-dados-contato {
  width: 100%;
  clear: both;
  border: 1px solid #ddd;
  margin-bottom: 50px;
  padding: 20px 20px 0 20px;
  line-height: normal;
  border-radius: 5px;
}

.box-dados-contato ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .85em;
}

.box-dados-contato ul li {
  display: block;
  margin-bottom: 20px;
}

.box-dados-contato ul li label {
  display: block;
  margin: 0;
}


/*@ msg-bem-vindo */

.msg-bem-vindo {
  text-align: center;
}

.msg-bem-vindo p {
  font-weight: 300;
}


/*@ thumb-galeria */

.thumb-galeria {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-bottom: 35px;
  text-align: center;
}

.thumb-galeria img {
  display: block;
  width: 100%;
  margin-bottom: 7px;
}


/* �rea Restrita */

#esqueci_senha {
  float: right;
  margin: 9px 0 0;
}

.nome_area_restrita {
  font-size: 1.2em;
  margin-bottom: 8px;
}

.menu_area_restrita {
  margin: 0 0 0 18px;
  padding: 0;
}

.menu_area_restrita li {
  padding: 0;
  margin: 0 0 4px 0;
}

#formAlterarSenha input[type="password"] {
  width: 40%;
}

.artigo_publicacao {
  margin-bottom: 25px;
}

.artigo_publicacao h3 {
  font-size: 1.3em;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.artigo_publicacao .data {
  float: right;
  font-size: 0.7em;
  padding-top: 3px;
}

.artigo_publicacao .blococontainer {
  font-size: 0.9em;
}


/* Calendario */

.box-block {
  margin-top: 20px;
}

.box-block,
.box-block th {
  text-align: center
}

.box-block p {
  padding: 5px;
}

.box-block p a.eventoAtivo {
  background: #4D5672;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block
}

.dias_semana {
  background: #f7f7f7
}

table.table-calendario tbody tr td.disabled {
  background: #e7e7e7;
  color: #999
}


/*---------------------------- Start R E S P O N S I V E --------------------------*/


/*--------------------------------------- Large desktop ---------------------------------------*/

@media (min-width: 1200px) {

  /*@ body */
  /* body {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  } */

  /*@ nav */
  .navbar {
    border: none;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-default .navbar-nav {
    width: 100%;
    background: #dc342b;
    border-color: #dc342b;
    border: none;
    text-align: center;
  }

  .navbar-default .navbar-nav>li {
    padding: 0;
    margin: 0 20px;
    display: inline-block;
    float: none;
  }

  .navbar-default .navbar-nav>li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .6);
    position: absolute;
    top: 19px;
    left: -26px;
  }

  .navbar-default .navbar-nav>li:first-child:before {
    content: '';
    display: none;
  }

  .navbar-default .navbar-nav>li>a {
    padding: 0;
    height: 40px;
    line-height: 40px;
    color: #fff;
    /* font-size: 18px; */
    font-weight: normal;
    border-bottom: 4px solid transparent;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
  }

  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus {
    border-bottom: 2px solid #fff;
    color: #fff;
  }

  /*@ ativando menus */
  body.ati-home .navbar-default .navbar-nav>li.nav-home>a,
  body.ati-quem-somos .navbar-default .navbar-nav>li.nav-quem-somos>a,
  body.ati-metodologia .navbar-default .navbar-nav>li.nav-metodologia>a,
  body.ati-cronologia .navbar-default .navbar-nav>li.nav-cronologia>a,
  body.ati-calendario .navbar-default .navbar-nav>li.nav-calendario>a,
  body.ati-matricula .navbar-default .navbar-nav>li.nav-matricula>a,
  body.ati-library .navbar-default .navbar-nav>li.nav-library>a,
  body.ati-galeria-de-fotos .navbar-default .navbar-nav>li.nav-galeria-de-fotos>a,
  body.ati-contato .navbar-default .navbar-nav>li.nav-contato>a {
    border-bottom: 2px solid #fff;
    color: #fff;
  }

  /*deixa o submenu aparecendo como mouse hover*/
  header ul.nav li.dropdown:hover ul.dropdown-menu,
  header ul.nav li.open ul.dropdown-menu {
    display: block;
    width: 200px;
    border-radius: 0;
    padding: 10px;
    white-space: normal;
    left: -1px;
  }

  header ul.nav li.dropdown:hover ul.dropdown-menu>li,
  header ul.nav li.open ul.dropdown-menu>li {
    text-align: left
  }

  header ul.nav li.dropdown:hover ul.dropdown-menu>li>a,
  header ul.nav li.open ul.dropdown-menu>li>a {
    text-align: left;
    padding: 5px;
    height: auto;
    border: none;
    white-space: normal;
    line-height: normal;
  }

  header ul.nav li.dropdown:hover ul.dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #4d5672;
    padding: 5px 10px;
    height: auto;
    border: none;
  }

  /*@ dropdown */
  .nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:focus,
  .nav>li:hover>a,
  .nav>li:hover>a:hover,
  .nav>a:focus {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
  }

  /*@ dropdown */
  .nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:focus,
  .nav>li:hover>a,
  .nav>li:hover>a:hover,
  .nav>a:focus {
    border-bottom: 2px solid #fff;
    color: #fff;
  }

  .navbar-nav .open .dropdown-menu,
  .navbar-nav .dropdown-menu {}

  .navbar-default .navbar-nav .open .dropdown-menu>li>a,
  .navbar-default .navbar-nav .dropdown-menu>li>a {}

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .dropdown-menu>li>a:active {
    border-bottom: 2px solid #fff;
    color: #fff;
  }

  /*@ tab-content */
  .tab-content {
    border: 1px solid #ddd;
    padding: 12px;
    border-top: none;
    font-size: .75em;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }

  .tabs-trabalhe-conosco {
    background: #fff;
    margin: 0;
    padding: 0;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
  }

  .tabs-trabalhe-conosco>li,
  .tabs-trabalhe-conosco>li a {
    font-size: 1.1em;
  }

  /*@ tab-content vertical */
  .tab-content-vertical {
    border: none;
    padding: 0px;
    font-size: .75em;
  }

  .tabs-corporativos {
    background: #fff;
    margin: 0;
    padding: 0;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
  }

  .tabs-corporativos>li,
  .tabs-corporativos>li a {
    font-size: 1.1em;
  }

  .box-form-aside input,
  .box-form-aside textarea {
    width: 214px;
  }

  .box-form-aside select {
    width: 228px;
  }

  .box-servicos-inicial {
    position: relative;
    padding: 0 150px;
  }

  .wrap-slider .container {
    padding-left: 0;
    padding-right: 0;
    /* border-bottom: 1px solid #ccc; */
  }
}


/*--------------------------------------- Portrait tablet to landscape and desktop ---------------------------------------*/

@media (min-width: 979px) and (max-width: 1200px) {

  /*@ body */
  body {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  }

  /*@ nav */
  .navbar {
    border: none;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-default .navbar-nav {
    width: 100%;
    background: #dc342b;
    border-color: #dc342b;
    border: none;
    text-align: center;
  }

  .navbar-default .navbar-nav>li {
    padding: 0;
    margin: 0 13px;
    display: inline-block;
    float: none;
  }

  .navbar-default .navbar-nav>li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .6);
    position: absolute;
    top: 19px;
    left: -16px;
  }

  .navbar-default .navbar-nav>li:first-child:before {
    content: '';
    display: none;
  }

  .navbar-default .navbar-nav>li>a {
    padding: 0;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: normal;
    border-bottom: 4px solid transparent;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
  }

  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus {
    border-bottom: 2px solid #fff;
    color: #fff;
  }

  /*@ ativando menus */
  body.ati-home .navbar-default .navbar-nav>li.nav-home>a,
  body.ati-quem-somos .navbar-default .navbar-nav>li.nav-quem-somos>a,
  body.ati-metodologia .navbar-default .navbar-nav>li.nav-metodologia>a,
  body.ati-cronologia .navbar-default .navbar-nav>li.nav-cronologia>a,
  body.ati-calendario .navbar-default .navbar-nav>li.nav-calendario>a,
  body.ati-matricula .navbar-default .navbar-nav>li.nav-matricula>a,
  body.ati-library .navbar-default .navbar-nav>li.nav-library>a,
  body.ati-galeria-de-fotos .navbar-default .navbar-nav>li.nav-galeria-de-fotos>a,
  body.ati-contato .navbar-default .navbar-nav>li.nav-contato>a {
    border-bottom: 2px solid #fff;
    color: #fff;
  }

  /*deixa o submenu aparecendo como mouse hover*/
  header ul.nav li.dropdown:hover ul.dropdown-menu,
  header ul.nav li.open ul.dropdown-menu {
    display: block;
    width: 200px;
    border-radius: 0;
    padding: 10px;
    white-space: normal;
    left: -1px;
  }

  header ul.nav li.dropdown:hover ul.dropdown-menu>li,
  header ul.nav li.open ul.dropdown-menu>li {
    text-align: left
  }

  header ul.nav li.dropdown:hover ul.dropdown-menu>li>a,
  header ul.nav li.open ul.dropdown-menu>li>a {
    text-align: left;
    padding: 5px;
    height: auto;
    border: none;
    white-space: normal;
    line-height: normal;
  }

  header ul.nav li.dropdown:hover ul.dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #4d5672;
    padding: 5px 10px;
    height: auto;
    border: none;
  }

  /*@ dropdown */
  .nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:focus,
  .nav>li:hover>a,
  .nav>li:hover>a:hover,
  .nav>a:focus {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
  }

  /*@ dropdown */
  .nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:focus,
  .nav>li:hover>a,
  .nav>li:hover>a:hover,
  .nav>a:focus {
    border-bottom: 2px solid #fff;
    color: #fff;
  }

  .navbar-nav .open .dropdown-menu,
  .navbar-nav .dropdown-menu {}

  .navbar-default .navbar-nav .open .dropdown-menu>li>a,
  .navbar-default .navbar-nav .dropdown-menu>li>a {}

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .dropdown-menu>li>a:active {
    border-bottom: 2px solid #fff;
    color: #fff;
  }

  /*@ tab-content */
  .tab-content {
    border: 1px solid #ddd;
    padding: 12px;
    border-top: none;
    font-size: .75em;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }

  .tabs-trabalhe-conosco {
    background: #fff;
    margin: 0;
    padding: 0;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
  }

  .tabs-trabalhe-conosco>li,
  .tabs-trabalhe-conosco>li a {
    font-size: 1.1em;
  }

  /*@ tab-content vertical */
  .tab-content-vertical {
    border: none;
    padding: 0px;
    font-size: .75em;
  }

  .tabs-corporativos {
    background: #fff;
    margin: 0;
    padding: 0;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
  }

  .tabs-corporativos>li,
  .tabs-corporativos>li a {
    font-size: 1.1em;
  }

  table.form-checkout .input-large {
    width: 140px;
  }

  .box-servicos-inicial {
    position: relative;
    padding: 0 100px;
  }

  .wrap-slider .container {
    padding-left: 0;
    padding-right: 0;
    /* border-bottom: 1px solid #ccc; */
  }

  #formAlterarSenha input[type="password"] {
    width: 50%
  }
}


/*--------------------------------------- Portrait tablet to landscape and desktop ---------------------------------------*/

@media (min-width: 768px) and (max-width: 979px) {

  /*@ body */
  body {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  }

  /*@ nav */
  .navbar {
    border: none;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-default .navbar-nav {
    width: 100%;
    background: #dc342b;
    border-color: #dc342b;
    border: none;
    text-align: center;
  }

  .navbar-default .navbar-nav>li {
    padding: 0;
    margin: 0 8px;
    display: inline-block;
    float: none;
  }

  .navbar-default .navbar-nav>li:before {
    content: '';
    display: none;
  }

  .navbar-default .navbar-nav>li:first-child:before {
    content: '';
    display: none;
  }

  .navbar-default .navbar-nav>li>a {
    padding: 0;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: normal;
    border-bottom: 4px solid transparent;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    font-size: .8em;
  }

  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus {
    border-bottom: 2px solid #fff;
    color: #fff;
  }

  /*@ ativando menus */
  body.ati-home .navbar-default .navbar-nav>li.nav-home>a,
  body.ati-quem-somos .navbar-default .navbar-nav>li.nav-quem-somos>a,
  body.ati-metodologia .navbar-default .navbar-nav>li.nav-metodologia>a,
  body.ati-cronologia .navbar-default .navbar-nav>li.nav-cronologia>a,
  body.ati-calendario .navbar-default .navbar-nav>li.nav-calendario>a,
  body.ati-matricula .navbar-default .navbar-nav>li.nav-matricula>a,
  body.ati-library .navbar-default .navbar-nav>li.nav-library>a,
  body.ati-galeria-de-fotos .navbar-default .navbar-nav>li.nav-galeria-de-fotos>a,
  body.ati-contato .navbar-default .navbar-nav>li.nav-contato>a {
    border-bottom: 2px solid #fff;
    color: #fff;
  }

  /*deixa o submenu aparecendo como mouse hover*/
  header ul.nav li.dropdown:hover ul.dropdown-menu,
  header ul.nav li.open ul.dropdown-menu {
    display: block;
    width: 200px;
    border-radius: 0;
    padding: 10px;
    white-space: normal;
    left: -1px;
    font-size: .8em;
  }

  header ul.nav li.dropdown:hover ul.dropdown-menu>li,
  header ul.nav li.open ul.dropdown-menu>li {
    text-align: left
  }

  header ul.nav li.dropdown:hover ul.dropdown-menu>li>a,
  header ul.nav li.open ul.dropdown-menu>li>a {
    text-align: left;
    padding: 5px;
    height: auto;
    border: none;
    white-space: normal;
    line-height: normal;
  }

  header ul.nav li.dropdown:hover ul.dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #4d5672;
    padding: 5px 10px;
    height: auto;
    border: none;
  }

  /*@ dropdown */
  .nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:focus,
  .nav>li:hover>a,
  .nav>li:hover>a:hover,
  .nav>a:focus {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
  }

  /*@ dropdown */
  .nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:focus,
  .nav>li:hover>a,
  .nav>li:hover>a:hover,
  .nav>a:focus {
    border-bottom: 2px solid #fff;
    color: #fff;
  }

  .navbar-nav .open .dropdown-menu,
  .navbar-nav .dropdown-menu {}

  .navbar-default .navbar-nav .open .dropdown-menu>li>a,
  .navbar-default .navbar-nav .dropdown-menu>li>a {}

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .dropdown-menu>li>a:active {
    border-bottom: 2px solid #fff;
    color: #fff;
  }

  .box-servicos a {
    text-align: center;
  }

  .box-servicos a span {
    display: block;
    float: none;
    margin: 0 auto 10px auto;
  }

  .box-destaques {
    margin: 0 0 30px 0;
  }

  .box-form-aside input,
  .box-form-aside textarea {
    width: 114px;
  }

  .box-form-aside select {
    width: 128px;
  }

  .form-horizontal .control-label {
    width: 70px;
  }

  .form-horizontal .controls {
    margin-left: 0px;
  }

  footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .box-navegue-pelo-site ul li {
    width: 100%;
  }

  .box-telefone p span {
    display: block;
  }

  /*telefone*/
  /*.box-telefone{padding: 30px;overflow: hidden;clear: both;}
    .box-telefone div{ float:left; display:inline-block; position:relative;}
    .box-telefone p{float: left;clear: both;font-weight: bold;font-size:15px;}
    .box-telefone p em{font-style: normal;font-weight: bold;font-size:15px;}*/
  .box-telefone {
    text-align: center;
  }

  .box-telefone span.icon {
    margin: 6px 0 10px 0;
    float: inherit;
    display: inline-block;
  }

  .box-telefone i {
    display: none;
  }

  .box-telefone p {
    margin-bottom: 10px;
  }

  /*.box-telefone p.noIcon{ padding-left:53px;}
    .box-telefone .nome{ font-size:15px; font-weight:bold;}*/
  .box-unidades {
    height: 350px;
  }

  table.form-checkout .input-large {
    width: 90px;
  }

  .box-checkout .box-checkout-inner .table-hover {
    font-size: .8em;
  }

  .box-servicos-inicial {
    position: relative;
    padding: 0 70px;
  }

  .wrap-slider .container {
    padding-left: 0;
    padding-right: 0;
    /* border-bottom: 1px solid #ccc; */
  }

  #formAlterarSenha {
    margin-bottom: 30px;
  }

  #formAlterarSenha input[type="password"] {
    width: 50%
  }

  .publicacoes_mural h3 {
    font-size: 0.9em;
    line-height: 1.2em;
  }
}


/*--------------------------------------- Landscape phone to portrait tablet ---------------------------------------*/

@media (max-width: 767px) {

  /*@ lista-top-menu */
  ul.lista-top-menu {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #fff;
  }

  ul.lista-top-menu li {
    float: left;
    border-left: 1px solid #fff;
    border-right: 1px solid #dbdbdb;
    margin: 0;
  }

  ul.lista-top-menu li a {
    width: 35px;
    height: 35px;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
  }

  ul.lista-top-menu li a:hover {
    width: 35px;
    height: 35px;
    background-color: #fff;
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .1);
  }

  ul.lista-top-menu li a span {
    margin: 0;
  }

  ul.lista-top-menu li a strong {
    display: none;
  }

  header .container {
    padding-top: 0px;
  }

  /*@ logo */
  .logo {
    float: none;
    margin: 20px auto;
    display: block;
    padding: 0;
  }

  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin: 0;
  }

  /*@ util-top */
  .util-top {
    float: none;
    display: block;
    text-align: left;
    margin: 0;
  }

  .util-top a,
  .util-top a:hover {
    color: #fff;
    padding: 0 10px;
    display: inline-block;
  }

  .util-top span {
    display: none;
    visibility: hidden;
  }

  /*@ .navbar-toggle */
  .navbar-toggle {
    float: none;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 124px;
    right: 0;
    border: none;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle.open {
    background: none;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background: #4d5672;
    border-color: transparent;
  }

  .navbar-default .navbar-nav>li>a {
    color: #fff;
  }

  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #dc342b;
  }

  /*@ wrap-header */
  .wrap-header {
    margin-top: 0;
  }

  h1 {
    float: none;
  }

  .breadcrumb {
    float: none;
  }

  /*@ main-row */
  .main-row .container {
    padding-left: 0;
    padding-right: 0;
  }

  .box-destaques {
    margin: 0 0 30px 0;
  }

  /*@ fotos */
  .containerfotoleft {
    margin: 0;
    float: left;
    clear: both;
    width: 100% !important;
  }

  .containerfotoright {
    margin: 0;
    float: left;
    clear: both;
    width: 100% !important;
  }

  .containerfotoinferior {
    margin: 20px 0 0 0;
    text-align: justify;
    overflow: hidden;
    clear: both;
    display: block;
  }

  .fotoright {
    float: none;
    text-align: center;
    padding: 0 0 10px 0;
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
  }

  .fotoleft {
    float: none;
    text-align: center;
    padding: 0 0 10px 0;
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
  }

  .fotoinferior {
    float: none;
    text-align: center;
    padding: 0 0 10px 0;
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
  }

  .fotoleft img,
  .fotoright img,
  .fotoinferior img {
    width: 100% !important;
  }

  #formAlterarSenha {
    margin-bottom: 30px;
  }

  #formAlterarSenha input[type="password"] {
    width: 70%
  }

  .owl-next {
    margin: auto 20px auto auto !important;
    float: right;
  }

  .owl-prev {
    margin: auto auto auto 20px !important;
    float: left;
  }

  .owl-dots {
    margin: 0px 0 0 0;
  }
}


/*--------------------------------------- Landscape phones and down ---------------------------------------*/

@media (max-width: 480px) {

  /*@ lista-top-menu */
  ul.lista-top-menu {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #fff;
  }

  ul.lista-top-menu li {
    float: left;
    border-left: 1px solid #fff;
    border-right: 1px solid #dbdbdb;
    margin: 0;
  }

  ul.lista-top-menu li a {
    width: 35px;
    height: 35px;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
  }

  ul.lista-top-menu li a:hover {
    width: 35px;
    height: 35px;
    background-color: #fff;
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .1);
  }

  ul.lista-top-menu li a span {
    margin: 0;
  }

  ul.lista-top-menu li a strong {
    display: none;
  }

  header .container {
    padding-top: 0px;
  }

  /*@ logo */
  .logo {
    float: none;
    margin: 0 auto;
    display: block;
    padding: 0;
  }

  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin: 0;
  }

  /*@ util-top */
  .util-top {
    float: none;
    display: block;
    text-align: left;
    margin: 0;
  }

  .util-top a,
  .util-top a:hover {
    color: #fff;
    padding: 0 10px;
    display: inline-block;
  }

  .util-top span {
    display: none;
    visibility: hidden;
  }

  /*@ .navbar-toggle */
  .navbar-toggle {
    float: none;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 144px;
    right: 0;
    border: none;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle.open {
    background: none;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background: #4d5672;
    border-color: transparent;
  }

  .navbar-default .navbar-nav>li>a {
    color: #fff;
  }

  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #dc342b;
  }

  /*@ wrap-header */
  .wrap-header {
    margin-top: 0;
  }

  h1 {
    float: none;
  }

  .breadcrumb {
    float: none;
  }

  .logo {
    position: relative;
    top: auto;
    left: 0;
    margin: 30px auto;
    clear: both;
    display: block;
  }

  .chat-online,
  .chat-offline {
    display: none;
  }

  .navbar .nav li.dropdown>a:hover .caret,
  .navbar .nav li.dropdown>a:focus .caret {
    border-top-color: #999;
    border-bottom-color: #999;
  }

  /*@ wrap */
  .wrap>.container {
    padding-top: 0;
  }

  /*@ item */
  article.item {
    padding: 20px;
    text-align: center;
  }

  article.item img {
    float: none;
    margin: 0 auto 15px auto;
    display: block;
  }

  article.item strong {
    display: block;
    font-size: 1.2em;
    margin: 0 0 5px 0;
  }

  article.item span {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 10px auto 0 auto;
    display: block;
  }

  /*@ bubble-oferta */
  article.item .bubble-oferta {
    width: 75px;
    height: 59px;
    display: block;
    background: url(../images/sprite.png) no-repeat -20px -370px;
    position: absolute;
    top: -15px;
    right: -15px;
  }

  article.item .bubble-oferta span {
    display: none;
  }

  .box-destaques {
    margin: 0 0 30px 0;
  }

  .box-servicos {
    margin-bottom: 20px;
  }

  /*Telefone*/
  .box-telefone {
    padding-bottom: 0;
    text-align: center;
  }

  .box-telefone div {
    float: left;
    display: inline-block;
    position: relative;
    clear: both;
    width: 100%;
  }

  .box-telefone span.icon {
    margin: 6px 0 10px 0;
    float: inherit;
    display: inline-block;
    clear: both;
  }

  .box-telefone i {
    display: none;
  }

  .box-telefone p {
    margin-bottom: 10px;
    display: block;
    text-align: center;
    width: 100%;
  }

  /*@ frete */
  .frete {
    width: auto;
    float: none;
    overflow: hidden;
    margin: 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #ddd;
  }

  /*@ valores */
  .valores {
    width: auto;
    float: none;
    overflow: hidden;
    text-align: left;
  }

  .table-carrinho {
    font-size: .7em;
  }

  footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }

  /*@ container fotos */
  .containerfotoleft {
    margin: 0;
    float: left;
    clear: both;
    width: 100% !important;
  }

  .containerfotoright {
    margin: 0;
    float: left;
    clear: both;
    width: 100% !important;
  }

  .containerfotoinferior {
    margin: 20px 0 0 0;
    text-align: justify;
    overflow: hidden;
    clear: both;
    display: block;
  }

  .fotoright {
    float: none;
    text-align: center;
    padding: 0 0 10px 0;
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
  }

  .fotoleft {
    float: none;
    text-align: center;
    padding: 0 0 10px 0;
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
  }

  .fotoleft img,
  .fotoright img {
    width: 100% !important;
  }

  /*@ popUpHome */
  #popUpHome {}

  #popUpHome .close {
    top: 10px;
    left: 50%;
  }

  #popUpHome img {
    width: 290px;
  }

  a.thumb-servicos p {
    font-size: 1em;
  }

  /*@ main-row */
  .main-row .container {
    padding-left: 0;
    padding-right: 0;
  }

  footer .container {
    padding-left: 0;
    padding-right: 0;
  }

  body.ati-home .main-row .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrap-slider .col-md-12 {
    padding-right: 0;
    padding-left: 0;
  }

  /*@ breadcrumb */
  ol.breadcrumb li:nth-child(3) {
    display: block;
  }

  ol.breadcrumb li:nth-child(3):before {
    content: '';
    padding: 0;
    margin: 0;
  }

  /*@ fotos */
  .containerfotoleft {
    margin: 0;
    float: left;
    clear: both;
    width: 100% !important;
  }

  .containerfotoright {
    margin: 0;
    float: left;
    clear: both;
    width: 100% !important;
  }

  .containerfotoinferior {
    margin: 20px 0 0 0;
    text-align: justify;
    overflow: hidden;
    clear: both;
    display: block;
  }

  .fotoright {
    float: none;
    text-align: center;
    padding: 0 0 10px 0;
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
  }

  .fotoleft {
    float: none;
    text-align: center;
    padding: 0 0 10px 0;
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
  }

  .fotoinferior {
    float: none;
    text-align: center;
    padding: 0 0 10px 0;
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
  }

  .fotoleft img,
  .fotoright img,
  .fotoinferior img {
    width: 100% !important;
  }

  #formAlterarSenha input[type="password"] {
    width: 100%
  }

  .publicacoes_mural h3 {
    font-size: 1.05em;
    line-height: 1.25em;
  }
}

.classErro {
  color: red;
}


/*@ box404 */

body.body404 {
  background: #fff;
  margin: 30px;
  overflow: hidden;
}

.box404 {
  border: 1px solid #ddd;
  padding: 20px;
  line-height: 160%;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: inset 0 0 10px #e7e7e7;
}

body.body404 h1 {
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px 0;
  float: none;
  text-transform: none;
}

body.body404 .logo {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto 35px auto;
}

.logo span {
  display: none;
}


/* -------- A��es -------- */

.clearthis {
  clear: both;
}

.noTextTransform {
  text-transform: none;
}

.nomargim {
  margin: 0;
}

.hidden {
  display: none;
}

.textsmall {
  font-size: .7em;
  line-height: normal;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.overflowHidden {
  overflow: hidden;
}

.textAlignCenter {
  text-align: center;
}

.textAlignRight {
  text-align: right;
}

.textAlignLeft {
  text-align: left;
}

.positionRelative {
  position: relative;
}


/* -------- Ajustes nas p�ginas quiosque e box newsletter -------- */

#boxNews {
  width: 190px;
  float: left;
}

#boxNews .control-group {
  margin-bottom: 7px !important;
}

#boxNews .control-label {
  width: 35px;
  text-align: left;
  padding-top: 5px;
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
}

#boxNews .controls {
  margin-left: 0px !important;
}

#boxNews .btn-small {
  width: 30px;
  text-align: center;
  text-indent: -5px;
  display: inline;
}

#boxNews input {
  width: 100px;
}

.box-destaques {
  background: #f7f7f7;
}


#boxNews .btn-info {
  background-image: -moz-linear-gradient(top, #ACACAC, #5A5A5A);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ACACAC), to(#5A5A5A));
  background-image: -o-linear-gradient(top, #ACACAC, #5A5A5A);
  background-image: linear-gradient(to bottom, #ACACAC, #5A5A5A);
  background-repeat: repeat-x;
  border-color: #797979 #979797 #424242;
}

#boxNews .btn-info:hover {
  background-color: #5A5A5A;
}

.cadastre-se {
  font-size: 11px;
  padding-left: 5px;
  opacity: 0.7;
}

#quiosque-box {
  margin: 0 auto;
  padding-left: 17%;
}

#quiosque-box .span5 {
  margin-right: 2%;
}

.margin-topo {
  margin-top: 50px;
}

.destaques-wrap .col-sm-4:nth-child(3n+1) {
  clear: both;
}

.video {
  margin: 60px 0;
}

.media-list .media-body {
  vertical-align: middle;
}

.media-list .item {
  margin-top: 30px;
  margin-bottom: 30px;
}

.media-list .item:nth-child(3n+1) {
  clear: both;
}

.media-list .item a:hover,
.media-list .item a:focus,
.media-list .item a:hover *,
.media-list .item a:focus * {
  text-decoration: none;
}

.media-list .item a:hover h4,
.media-list .item a:focus h4 {
  color: #333;
}

.media-list .item a:hover .thumb,
.media-list .item a:focus .thumb {
  opacity: .7;
}

.media-list .thumb {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 5px;
  background: url(images/default.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.media-list h4 {
  margin-bottom: 0;
  font-size: 18px;
  color: #4d5672;
  line-height: 1.2;
}

.media-list .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.4;
  max-height: 150px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.media-list .excerpt * {
  display: inline;
}

.media-list .excerpt img {
  display: none;
}

.media-list .excerpt h4 {
  display: inline-block;
}

@media (max-width: 991px) {
  .media-list .item:nth-child(3n+1) {
    clear: none;
  }

  .media-list .item:nth-child(2n+1) {
    clear: both;
  }
}

.box-destaques .media-list .item {
  margin-top: 8px;
  margin-bottom: 8px;
}

.box-destaques .media-list .thumb {
  width: 75px;
  height: 75px;
  border: 1px solid #e5e5e5;
}

.box-destaques .media-list .media-body {
  vertical-align: middle;
}

.box-destaques .media-list h4 {
  font-size: 14px;
}

.box-destaques a:hover,
.box-destaques a:focus {
  text-decoration: none;
}

.box-destaques h3 .fa {
  font-size: 14px;
}

.box-destaques a:hover h3,
.box-destaques a:focus h3 {
  color: #dc342b;
}

.form-historia {
  margin-top: 60px;
  margin-bottom: 60px;
}

.instagram {}

.instagram .instagram-content {
  padding-right: 15px;
  padding-left: 15px;
}

.instagram .head {
  margin-bottom: 20px;
}

.instagram .title {
  float: left;
  font-size: 24px;
  font-weight: 300;
  color: #4d5672;
}

.instagram .title .fa {
  color: #dc342b;
}

.instagram .link {
  font-size: 1rem;
  padding: 5px 10px;
  float: right;
  color: #fff;
  background-color: #dc342b;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.instagram .link:hover,
.instagram .link:focus {
  color: #fff;
  text-decoration: none;
  background-color: #4d5672;
}

.instagram .image-wrap {
  height: 160px;
}

.instagram .image {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  -webkit-box-shadow: inset 0 0 0 100px transparent;
  box-shadow: inset 0 0 0 100px transparent;
}

.instagram .image:hover,
.instagram .image:focus {
  -webkit-box-shadow: inset 0 0 0 100px rgba(220, 52, 43, .9);
  box-shadow: inset 0 0 0 100px rgba(220, 52, 43, .9);
}

.instagram .image:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  font-size: 60px;
  font-weight: 300;
  color: #fff;
  -webkit-transition: opacity .1s;
  -o-transition: opacity .1s;
  transition: opacity .1s;
}

.instagram .image:hover:before,
.instagram .image:focus:before {
  opacity: 1;
}

@media (max-width: 1199px) {
  .instagram .image-wrap {
    height: 140px;
  }
}

@media (max-width: 991px) {
  .instagram .image-wrap {
    height: 110px;
  }
}

@media (max-width: 767px) {
  .instagram {
    text-align: center;
  }

  .instagram .instagram-content {
    display: inline-block;
  }

  .instagram .image-wrap {
    width: 150px;
    height: 150px;
    margin: 5px auto;
  }

  .instagram .image-wrap+.image-wrap {
    padding-left: 0;
  }

  .instagram .image-wrap:nth-of-type(2n+1) {
    padding-right: 10px;
    clear: both;
  }
}

@media (max-width: 480px) {
  .instagram .head {
    text-align: center;
  }

  .instagram .title {
    width: 100%;
    font-size: 20px;
  }

  .instagram .link {
    display: inline-block;
    float: none;
    margin: 10px 0;
  }

  .instagram .image-wrap {
    width: 130px;
    height: 130px;
  }
}

/* 
 * AJUSTES ILION
 * 25 Marco 2019  */
h1,
h2,
h3,
h4,
h5,
h6,
.instagram .title {
  font-family: 'Baloo Chettan';
  font-weight: normal;
  text-rendering: optimizespeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.box-destaques {
  margin: 0;
  padding: 1rem 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
}

.box-destaques.ultimas {
  padding: 0;
}

.box-destaques .img-destaque {
  max-width: 25%;
  padding-right: 2rem
}

.box-destaques .title {
  margin-bottom: 1rem;
}

.box-destaques .desc {}

.destaques-wrap .box-destaques .containerfotoleft {
  float: none;
  margin: 0;
  padding-bottom: 2rem;
}

.box-destaques .blococontainer {
  padding: 0;
}

.box-destaques h3 {
  padding: 1rem 0;
}

.btn-tema {
  border: 0 none;
  border-radius: 2rem;
  box-shadow: none;
  background-color: #4d5672;
  color: white;
  padding: 0 2rem;
  line-height: 2rem;
  font-family: 'Baloo Chettan';
  font-weight: normal;
  text-rendering: optimizespeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}

.btn-tema.-border {
  background: transparent;
  box-shadow: 0 0 0 2px #4d5672;
  color: #4d5672;
}

.btn-tema.-border:hover,
.btn-tema.-border:active,
.btn-tema.-border.active {
  background: #4d5672;
  box-shadow: 0 0 0 2px #4d5672;
  color: white;
}

.destaques-footer {
  padding-top: 4rem;
}

.wrap .container .container {
  padding-top: 0;
  padding-bottom: 0;
}

.destaque {
  position: relative;
  background-image: url(../images/bg-destaques-home.jpg);
  background-size: 50% auto;
  background-position: center left;
  background-repeat: no-repeat;
  overflow: hidden;
}

.destaque::after {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: auto;
  opacity: 0.75;
  background-image: linear-gradient(to left, #e8f8ff, #ffe8eb);
}

.destaque .container {
  z-index: 1;
  position: relative;
}

.row.-flex {
  display: flex;
}

.bg-image-destaque {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.bg-image-destaque .title {
  font-size: 4rem;
  color: #4d5672;
  z-index: 2;
  position: relative;
}

.owl-theme .owl-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  padding-bottom: 1rem;
}

.cronologia {
  background-image: linear-gradient(to left, #e8f8ff, #ffe8eb);
}

.title-cronologia {
  margin-bottom: 1rem;
  font-size: 40px;
  color: #7782a7;
  text-align: center;
  padding: 64px 0;
}

.cronologia.-left .cronologia-content {
  text-align: right;
}

.cronologia-content {
  padding: 128px 64px;
}

.cronologia-content .title {
  margin-bottom: 1rem;
  font-size: 64px;
  color: #7782a7;
}

.cronologia-content .subtitle {
  font-family: 'Short Stack', sans-serif;
  font-size: 20px;
  color: #aaa;
}

.cronologia-content .list {
  padding-left: 1rem;
  margin: 3rem 0 0 0;
}

.cronologia-content .list li>span {
  display: block;
  color: #aaa;
  font-size: 12px;
  text-transform: uppercase;
}

.cronologia-content .list li+li {
  margin-top: 1rem;
}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* background-image: url(../images/cronologia.jpg); */
  position: relative;
  overflow: hidden;
}

.bg-image::after {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.35;
  content: " ";
  background-image: linear-gradient(to left, #e8f8ff, #ffe8eb);
}

.bg-image.-pre-1 {
  background-image: url(../images/cronologia-1.jpg);
}

.bg-image.-baby-class {
  background-image: url(../images/cronologia-2.jpg);
}

.bg-image.-pre-2 {
  background-image: url(../images/cronologia-3.jpg);
}

.bg-image.-abc {
  background-image: url(../images/cronologia-4.jpg);
}

.bg-image.-book-1 {
  background-image: url(../images/cronologia-5.jpg);
}

.bg-image.-verbs {
  background-image: url(../images/cronologia-6.jpg);
}

.bg-image.-book-2 {
  background-image: url(../images/cronologia-7.jpg);
}

.navbar-default {
  background-color: transparent;
}

.navbar-default .navbar-nav {
  font-family: 'Baloo Chettan';
  font-weight: normal;
  text-rendering: optimizespeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0 none;
}

.navbar-header {
  padding-top: 1rem;
}

.navbar-header .logo,
.navbar-header .util-top {
  margin: 0;
}

.ultimas {}

.ultimas .ultima {
  padding-right: 2rem;
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section+.section:not(.bg-tema) {
  padding-top: 0;
}

.section .section-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-family: 'Baloo Chettan';
  font-weight: normal;
  text-rendering: optimizespeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.article {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.article .thumb {
  order: 2;
  max-width: 256px;
}

.article .desc {
  text-align: right;
  padding-right: 2rem;
  padding-left: 1rem;
}

.article .desc .title {
  font-size: 1.5rem;
}

@media (max-width: 480px) {
  .article .thumb {
    max-width: 128px;
    order: 1;
  }

  .article .desc {
    padding-left: 1rem;
  }
}

.ultimas {  
  position: relative;
  background-image: url(../images/bg-ultimas-home.jpg);
  background-size: 50% auto;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
}

.ultimas::after {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: auto;
  opacity: 0.75;
  background-image: linear-gradient(to left, #fffae8, #e8fff8);
}

.ultimas .container {
  z-index: 2;
  position: relative;
}

.bg-image-ultimas {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.bg-image-ultimas .title {
  font-size: 4rem;
  color: #4d5672;
  position: relative;
}

.bg-image-ultimas p,
.bg-image-ultimas .btn,
.bg-image-ultimas .title {
  z-index: 2;
}

.bg-image-ultimas .btn {
  margin-top: 2rem;
}

footer ul li+li {
  margin-top: .5rem;
}

.cursos-footer {
  text-align: center;
  margin-top: 2rem;
}

.listagem-cursos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.listagem-cursos .col {
  padding: 1rem;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (min-width: 768px) {
  .listagem-cursos .col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (min-width: 991px) {
  .listagem-cursos .col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 991px) {
    img.logomarca {
        width: 250px;
    }
}

@media (max-width: 767px) {
    img.logomarca {
        width: 240px;
        margin-bottom: 11px;
    }
    .home-work {
        position: absolute!important;
        right: 0px!important;
        top: 6px!important;
        text-align: center!important;
    }
}


.listagem-cursos .curso {
  position: relative;
  background-size: auto 66.66667%;
  background-position: center bottom 1rem;
  background-repeat: no-repeat;
}

.listagem-cursos .curso::before {
  position: relative;
  display: block;
  /* padding-top: 100%; */
  padding-top: 126.4%;
  content: ' ';
}

.listagem-cursos .curso-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  padding: 1rem;
  color: #4d5672;
  -webkit-transition: all .5s cubic-bezier(0, 0, .58, 1);
  -o-transition: all .5s cubic-bezier(0, 0, .58, 1);
  transition: all .5s cubic-bezier(0, 0, .58, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.listagem-cursos .curso::after {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  background-image: linear-gradient(45deg, #e8f8ff, #ffe8eb);
}

.listagem-cursos .curso .title {
  font-size: 2rem;
}

.listagem-cursos .curso .subtitle {
  font-family: 'Short Stack', sans-serif;
  display: none;
}

.listagem-cursos .curso .list {
  margin-top: 1rem;
  display: none;
}

.listagem-cursos .curso .list span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 1rem;
}

.listagem-cursos .curso-inner:hover {
  justify-content: center;
}

.listagem-cursos .curso:hover::after {
  opacity: 0.95;
  z-index: 0;
}

.listagem-cursos .curso:hover .subtitle,
.listagem-cursos .curso:hover .list {
  display: block
}

.listagem-cursos .curso:hover .title {
  display: none
}

.wrap-header {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrap-header h1 {
  order: 2;
}

.wrap-header .breadcrumb {
  padding: 0;
  margin: 0;
  float: none;
  background-color: transparent;
}

.wrap-header .breadcrumb li {}

.container .container {
  padding: 0;
}

footer::before {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to left, #e8f8ff, #ffe8eb);
}

.calendario {}

.calendario-mes {}

.calendario-dias {
  padding-left: 3rem;
  list-style: square;
  line-height: 2;
}

.calendario-mes+.calendario-mes {
  margin-top: 2rem;
}

.cursos .section-title {
  text-align: center;
}