/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 0px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/*------------------ BASE CSS -------- NAO REMOVER ----------------*/
div img {max-width:100%;}
body {color:#000;}
/*-------------- FIM BASE CSS -------- NAO REMOVER ----------------*/

.texint ul {float:left;width:100%;}
.texint ul li{float:left;width:100%;}

body {min-width:380px;}
.navbar { background:#DCDCDC; }
.navbar .navbar-nav li a{ color:#000000; }
.navbar .navbar-nav li.active a{ color:#000000; }
.navbar .navbar-nav li:hover a{ color:#D6153F; }
.footer-main {background:#C0C0C0;}
.footer-main .footer-top p {color:#000;}
.footer-main .footer-top .location-link .item i:before {color:#000;}
.subhome {float:left;width:100%;text-align:center;text-transform:uppercase;}
.service-section .items-container {height:318px;}
h2 span {font-weight:normal;}
h1, h2,h3, h4 {position:relative;}
span.detoso { border-bottom:solid 2px #D6153F; width:20%;height:0px;position:absolute;bottom:-5px;left:0px; }
.linhametrics {height:330px;color:#fff;text-align:right;padding:25px 10px;}
.linhametrics h2{font-size:20px;text-transform:none;margin:0px;padding-bottom:10px;margin-bottom:10px;text-align:center;}
.linhametrics strong{font-weight:bold;width:100px;float:right;text-align:center;font-size:18px;}
.linhametrics a{color:#fff;}
.linhametrics .tex{text-align:right;font-size:14px;color:#fff;}
.linhametrics .tex p{color:#fff;font-size:13px;}
.linhametrics .jm {float:left;width:100%;}
.linhametrics h2 .detoso {left:25%;bottom:2px;width:20%;}
.service-section {float:left;width:100%;}
.hero-slider {height:330px;}
.slider-item{height:330px;}
.hero-slider .slider-item{height:330px;}
.nopadding {padding:0px;}
.hero-slider .content.style h2 {font-size:30px;font-weight:bold;text-transform:none;}
.hero-slider .content.style h2 .detoso {left:45%;width:10%;}
.hero-slider .content.style .tag-text {font-size:16px;padding:15px 20%;line-height:20px;}
.hero-slider .content.style .btn-main {padding:10px 16px;}
.hero-slider .slick-dots {bottom:4px;}
.story {float:left;width:100%;}
.footer-main {float:left;width:100%;}
.footer-main .footer-top .location-link {padding:0px;}
.footer-main .footer-top .location-link .item {margin-bottom:10px;}
.titsim {font-size:25px;text-align:center;padding:20px 10px;text-align:right;}
.dirsp {border-left:solid 1px #D5153E;padding-bottom:15px;}
.spdes {font-size:12px;font-weight:bold;}
.bspo {float:left;width:100%;padding:40px 0px;}
.bsim {text-align:center;vertical-align: middle;padding:0px 5px;width:20%;float:left;}
.bsim img{max-height:66px;vertical-align: middle;padding:0px;margin-top:5px;}
.bgbamet {overflow:hidden;background:#808080;float:left;width:100%;}
.scope {background:#077777;text-align:center;}
.scope .tex{text-align:center;}
.scope2 {background:#077777;text-align:center;color:#fff;padding:25px 0px;line-height:20px;}
.scope2 .tex{text-align:left;border-left:solid 1px #fff;padding:10px 15px;}
.scope2 h2{text-align:right;vertical-align: middle;padding-top:21px;font-size:24px;}
.btr {border-left:solid 1px #000;padding-left:15px;padding-top:0px;}
h2.titiins {padding-top:13px;font-size:23px;margin-top:5px;margin-bottom:20px;text-align:right;}
h2.titiins .detoso{right:0%;}
.bm2ho {padding:40px 15px;}
.lins {color:#000;border-left:solid 1px #D5153E;text-align:left;}

a .at {color:#000;}
.artigos {float:left;width:100%;padding:20px 0px;}
.artigos .artigo{padding:20px 0px;float:left;width:100%;}
.artigos .at{text-align:center;font-size:38px;margin:20px 0px;}
.artigos .at .detoso{margin-left:45%;width:10%;}
.artigos .artigo .dat{text-align:right;font-size:18px;padding-top:10px;}
.artigos .artigo .dat span{font-weight:bold;font-size:16px;margin-right:-4px;}
.artigos .artigo .art{text-align:left;border-left:solid 1px #000;min-height:50px;}
.artigos .artigo .aut{font-style: none;font-size:14px;line-height:19px;color:#848484;padding-top:7px;}
.art h3 {margin-bottom:5px;font-size:20px;}
.artigos .artigo .dat {color:#808080;}
.artigos a {color:#000;}
.texint h4 {font-size:20px;float:left;width:100%;padding:10px 0px;margin:0px 0px;margin-bottom:10px;}
.texint h4 .detoso{left:0px;bottom:0px;width:7%;}
.abst {border-bottom:solid 1px #DCDCDC; float:left;width:100%;padding:20px 0px;margin-bottom:10px;}

.btn-style-one {color:#fff;background:#D71440;border-color:#D71440;}
.btn-style-one:hover {color:#D5153E;background:transparent;border-color:#D5153E;}
.linhabt {text-align:center;margin:30px 0px;float:left;width:100%;}
.footer-logo {padding-top:20px;padding-right:10px;}
.footer-main .footer-top {padding:40px 0px;}

.institucional {float:left;width:100%;padding:40px 0px;}
.institucional h2{float:left;width:100%;margin:20px 0px;text-align:center;font-size:38px;}
.institucional .detoso{margin-left:40%;}
.lins {padding:20px 15px;}

.special {float:left;width:100%;padding:10px 0px;background:#DBDBDB;}
.special h2{float:left;width:100%;margin:10px 0px;text-align:center;font-size:38px;}
.special .detoso{margin-left:40%;}
.art .titsc {padding:5px 0px;font-size:27px;}

.imsc img{width:100%;padding-right:0%;}
.special {text-align:right;}
.special .linhabt{margin:10px 0px;}
.special h4 {font-size:22px;padding-left:0%;margin-bottom:10px;}
.special .tex {font-size:13px;padding-left:0%;text-align:right;line-height:16px;}
.special .slin {float:left;width:100%;padding:20px 0px;}

.header-top .top-right .social-links li:hover {border-color:#D6153F;color:#D6153F;}
.header-top .top-right .social-links li:hover i {border-color:#D6153F;color:#D6153F;}
.navbar .navbar-nav li a {padding:20px 16px;text-transform:none;}
.btn-style-one {text-transform:none;font-weight:bold;}
.footer-bottom {background:#000;}
.ballar {padding-bottom:18px;}
.ballar a{color:#fff;text-align:center;font-size:17px;font-weight:bold;}
.ballar select{background:#DCDCDC;color:#696969;padding:5px;padding-top:6px;border-radius:5px 0px 0px 5px;}
.ballar button{background:#D71440;color:#fff;border-radius:0px 5px 5px 0px;border:0px;padding:9px 0px;}
.lins .tx {line-height:20px;font-size:14px;}
.ialbt {margin:10px 0px;}
.at {text-align:right;font-size:22px;padding-top:15px;}
.published {text-align:center;}
.twi .box {border:solid 2px #1A91DA;border-radius:5px;}
.bttwi {text-align:center;float:left;width:100%;font-size:18px;font-weight:bold;padding:5px 0px;}
.lfinal {float:left;width:100%;padding:20px 0px;padding-top:10px;}
.bjspo {margin:25px 0px;}
.videos {border:solid 2px #D71440;border-radius:10px;}
.videos h4{background: #D71440;color:#fff;padding:15px 15px;text-align:center;}
.videos a{float:left;text-align:center;width:100%;padding:5px 10px;color:#D71440;padding-left:20px;}

.titbg {padding:10px 0px;background:#000;float:left;width:100%;margin-bottom:30px;color:#fff;}
.titbg .detoso{}
.titint {text-align:center;margin:25px 0px;margin-top:0px;padding-top:45px;font-size:34px;}
.titint .detoso{left:40%;}
.texint {padding-bottom:30px;text-align:left;}
.menint {text-align:left;border-left:solid 1px #000;}
.menint a{font-size:17px;font-weight:bold;color:#000;margin:0px 0px;float:left;width:100%;}
.imgint {border-right:solid 1px #000;}
.imgint .im2 {width:50%;float:left;}
.smod {min-height:500px;}
.boxmod1 {padding:30px 0px;background:#f2f2f2;}
.boxmod1 .titint{margin:15px 0px;margin-bottom:25px;font-size:40px;margin-top:20px;line-height:33px;}
.boxmod1 .leftal .detoso{left:2%;}
.boxmod2 {padding-bottom:0px;}
.boxmod2 .titint{text-align:left;}
.boxmod2 .texint a{color:#8c0d2b;}
.boxmod2 .detoso{left:2%;width:10%;}
.bttopup {position:fixed;z-index:9999; background:#D71440; bottom:0px;right:10%;padding:15px 20px;text-transform:uppercase;font-size:18px;border-radius:15px 15px 0px 0px;font-weight:bold;color:#fff;}
.bttopup a{color:#fff;}
.tipoart {text-align:center;float:left;width:100%;font-size:16px;}
.collec {font-size:14px;float:left;width:100%;text-align:left;padding:3px 0px;}
.autores {font-size:14px;float:left;width:100%;text-align:left;padding:3px 0px;}
.bdeaart {color:#1C1C1C;border-bottom:solid 1px #DCDCDC;float:left;width:100%;padding:15px 0px;margin-bottom:0px;}
.dattopo {float:left;text-align:center;font-size:12px;font-weight:bold;width:100%;}
.boxartim {background:#F2F2F2;float:left;width:100%;padding:20px 0px;}
.fileart {font-weight:bold;background:#848484;color:#fff;padding:5px 10px;margin-top:10px;float:left;border-radius:5px;margin-right:10px;}
.boxmod2 a.pdflink {background:#D71440;color:#fff;padding:5px 10px;margin-top:10px;float:left;border-radius:5px;margin-right:10px;}
body div .leftal {text-align:left;}
.linhabt a {color:#fff;}
a.btn-style-one:focus, a.btn-style-one:visited {color:#fff;} 
a.btn-style-one:hover{color:#D71440;} 
.boxmod1 .arttit {font-size:24px;padding:0px 56px;}
.footer-main .footer-top .location-link .item {margin-bottom:0px;font-size:12px;}
.footer-main .footer-top .footer-logo {padding:0px;}
.footer-main .footer-top {padding:20px 0px;}
.footer-main .footer-top .location-link {margin:0px;}
.footer-bottom {padding:10px 0px;}
.footer-logo {text-align:right;}
.footer-logo .logo {max-width:80%;padding:11px 0px;}
.footer-main .footer-top .location-link .item i {padding-top:3px;}
.videos a img {max-width:60%;}
.videos a span {font-weight:bold;}
.videos a {text-align:center;float:left;width:100%;}

.art .titsc {font-size:25px;}
.colle .artigo {width:80%;margin-left:10%;}
.pages {text-align:center;font-size:17px;font-weight:bold;padding:20px 0px;border-top:solid 1px #F2F2F2;}
.pages a {color:#D71440;padding:0px 5px;}
.pages a.dir , .pages a.esq {border-radius:5px;font-size:20px;}
.texint ul li{ list-style:disc; }
.texint p {line-height:22px;}
.art .titsc {font-size:26px;}
.special h4 {font-size:14px;font-weight:normal;}
.texint p{color:#1C1C1C;}
.texint ul{color:#1C1C1C;}
.texint ul li{color:#1C1C1C;}
.header-uper {padding:20px 0px;}
.header-uper .logo {max-width:300px;}
.navbar .logo{max-height:33px;}
.fixa {position:fixed;top:0px;width:100%;z-index:9999;box-shadow:0px 1px 10px #000;}
.fixa .ho{display:none !important;}
.fixa .navbar-nav li a{font-size:16px;}
.fixa .navbar-nav li a {padding:20px 11px;}
.fixa .navbar-nav li.active a{padding:16px 10px;}
.navbar-nav li.submit{display:none;}
.fixa .navbar-nav li.submit{display:block;}
.fixa .navbar-nav li.submit a{padding:10px;margin:10px 0px;color:#fff;font-size:15px;}
.boxmod1 .titint {padding-top:0px;}
.imdst {float:left;margin-right:10px;margin-bottom:10px;min-width:35%;max-width:50%;}
.abst table {float:left;width:100%;border:solid 0px #000;border-top:solid 1px #848484;margin-top:0px;}
.abst table tr td {padding:5px;border:solid 1px #DCDCDC;}
.bm2ho {padding:15px 0px;padding-bottom:0px;}
.bdeaart .autores h4 {line-height:24px;font-size:16px;}
hr {border:solid 1px #DCDCDC;float:left;width:100%;color:#DCDCDC;}
.auts small {line-height:18px;}
.special {float:left;width:100%;}
.header-top .top-right .social-links li i {font-size:21px;}

.header-top .top-right .social-links .liface {background:#4267B2;}
.header-top .top-right .social-links .liface i{color:#fff;}
.header-top .top-right .social-links .liface:hover i{color:#fff;}
.header-top .top-right .social-links .litwitter {background:#1DA1F2;}
.header-top .top-right .social-links .litwitter i{color:#fff;}
.header-top .top-right .social-links .liyoutube {background:#FF0000;}
.header-top .top-right .social-links .liyoutube i{color:#fff;}
.header-top .top-right .social-links .liyoutube:hover i{color:#fff;}
.header-top .top-right .social-links li:hover {border-color:transparent;color:transparent;}
.header-top .top-right .social-links li:hover i {border-color:transparent;color:transparent;}
.header-top .top-right .social-links li i {height:45px;width:45px;line-height:45px;font-size:17px;}
.header-top .top-left h6 {padding:10px 0px;}

.texint img{min-width:20%;max-width:24%;padding-top:20px;}
.texint p {float:left;width:100%;}
.pimg {float:left;width:100%;text-align:center;}
.pleg {float:left;width:100%;text-align:center;}

.afil {font-size:11px;line-height:16px;margin-top:10px;color:#848484;}

@media (max-width: 4000px) {
}

@media (max-width: 1400px) {
} 

@media (max-width: 1200px) {
	.linhametrics .tex p {font-size:12px;}
	.navbar .navbar-nav li a {padding:25px 13px;}
} 

/* ALTERAÇÔES RESOLUÇÂO ATÉ 992px */
@media (max-width: 992px) { 
	.linhametrics strong {font-size:13px;width:50px;}
	.linhametrics h2 {font-size:14px;}
	.hero-slider .content.style h2 {font-size:24px;}
	.hero-slider .content.style .tag-text {font-size:14px;line-height:16px;}
	.hero-slider .content.style .btn-main {font-size:12px;}
	.navbar-nav>li {width:25%;text-align:center;}
	.navbar-nav>li a{padding:13px;}
	.linhametrics {padding:20px 5px;}
	.at {font-size:16px;}
	.boxmod1 .titint {font-size:30px;}
	.titint {font-size:30px;}
	.twi {width:60%;left:20%;padding-bottom:15px;}
	.videos {width:60%;left:20%;}
}

/* ALTERAÇÔES RESOLUÇÂO ATÉ 768px */
@media (max-width: 768px) { 
	.header-uper .logo {margin-bottom:15px !important;}
	.header-uper {padding:25px;}
	.navbar-nav>li {width:100%;padding:3px;}
	.navbar-nav>li a{padding:5px;}
	.navbar .navbar-nav li a {padding:3px;}
	.linhametrics .tex {text-align:center;}
	.linhametrics .tex p{font-size:16px;}
	.linhametrics strong {font-size:20px;width:120px;}
	.linhametrics h2 {font-size:20px;margin-top:10px;margin-bottom:3px;}
	.slick-dotted.slick-slider {display:none;}
	.scope2 {padding:20px 0px;}
	.scope2 h2 {text-align:center;}
	.scope2 .tex {border:0px;text-align:center;}
	.twi {width:100%;left:0%;padding-bottom:15px;}
	.videos {width:100%;left:0%;}
	.bttopup {padding:5px 7px;font-size:14px;}
	.linhametrics strong {text-align:left;}
	.artigos .at {font-size:25px;margin-top:0px;}
	.bsim {width:30%;}
	.at {text-align:left;font-size:20px;padding-left:0px;padding-bottom:10px;}
	.bjspo {margin:10px 0px;}
	.footer-logo {text-align:left;}
	.btr {margin-left:10px;}
	.navbar-default .navbar-toggle {float:left;width:100%;text-align:center;}
	.ballar {float:right;width:100%;}
	.artigos .artigo .dat {float:left;width:100%;text-align:left;padding-left:3px;}
	.artigos .artigo .art {float:left;width:100%;}
	.artigos .artigo {padding:5px 0px;}
	.art h3 {font-size:17px;}
	.artigos .artigo .aut {font-size:12px;}
	.special h2 {font-size:26px;}
	.special .sim {width:45%;}
	.special .s2 {width:55%;font-size:15px;padding-right:0px;}
	.special .s2 h3{font-size:16px;}
	.special .art {padding:0px;}
	.bm2ho {padding-bottom:0px;}
	.boxmod2 .detoso {left:5%;}
	.colle .artigo .art .col-xs-2 {width:40%;}
	.colle .artigo .art .col-xs-10 {width:60%;font-size:12px;padding-right:0px;}
	.colle .artigo .art  {width:100%;}
	.colle  {width:100%;}
	.colle .artigo{margin:5px;width:100%;}
	.boxmod1 {padding:20px 0px;}
	.boxmod1 .titint {font-size:20px;padding:5px;}
	.navbar-nav>li.active {display:none;}
	.fixa .navbar-nav li.submit a {margin:0px 0px;margin-top:5px;}
	h2.titiins {text-align:left;margin-bottom:0px;}
	.bsim {width:50%;height:72px;}
	.bsim img{max-width:80%;}
  .texint img{min-width:50%;max-width:50%;padding-top:20px;}
  .bgbamet {padding-bottom:15px;}
}