/* WIDTH PAGE
-------------------------------------------------- */
@media (min-width: 768px) {
	.container { 
		width: 980px;
		padding: 0 0 40px 0 }
	.innercontainer { 
		margin: 0 auto;
		width: 650px }
	footer .container{
		padding:43px 0;
	}

}
@media (min-width: 768px) and (max-width: 949px) {
  .container { padding: 0 20px }
}

.bg-cinza {
background: #eaeaea;
}
a:hover, a:focus{text-decoration:none !important;}

/* FIX RENDER MOBILE
-------------------------------------------------- */
.row img {width:100%;}
.wrapper,
header,
section,
footer { 
  width: 100%;
  display: table }

/* GLOBAL CONFIG
-------------------------------------------------- */
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300);*/
@import url(http://fonts.googleapis.com/css?family=Sanchez);

* { font-family: 'Sanchez', serif }

/*font: 400 35px 'Sanchez', serif;*/

body { 
  background: #fff url(img/bgheader.jpg) repeat-x top center;
  font-size: 16px;
  color: #666 }

p { margin-bottom: 20px }

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {height: 40px;}
.navbar-collapse {max-height:none !important;}






.more{font-weight:700;}





input.error,
textarea.error,
select.error { background: #FFDFDF url(img/ico-required.png) no-repeat right 13px }




@media (max-width: 767px) {
  body { background: #fff url(img/bgheader-mob.jpg) repeat-x top center }
}





/* Atualizações 12/09/2014
-------------------------------------------------- */

/*-------------------> Alinhamento vertical das imagens que rodam */
.innerScrollArea li{height:120px; width:136px;display: table; position: relative;}
.innerScrollArea li div{height:120px; width:136px; display: table-cell; vertical-align: middle;}
.innerScrollArea li div img{vertical-align:middle;max-height:120px;max-width:100%;}

/*-------------------> Efeito Fade do Slider */
.carousel-fade .item {
webkit-transition: opacity 1s;
-moz-transition: opacity 1s;
-ms-transition: opacity 1s;
-o-transition: opacity 1s;
transition: opacity 1s;}
.carousel-fade .active.left {left:0;opacity:0;z-index:2;}
.carousel-fade .next {left:0;opacity:1;z-index:1;}




/*-------------------------------------------------- */


.inner section { margin-top: 10px }

/*section { margin-bottom: 50px }*/

section h1 { 
  letter-spacing: -1px;
  margin-bottom: 20px;
  font: 300 30px 'Sanchez', serif;} 

.home section h1 { 
  padding-bottom: 10px;
  border-bottom: 3px solid #CCC } 

/*.inner section h1.page-header {
  /*background: url(img/bgh1-2.png) no-repeat center center;
  background:none;
  font-size: 45px;
  letter-spacing: -2px;
  color: #000;
  text-align: center;
  border-bottom: 0;
  margin: 20px 0 60px } 

.inner section h1 {
  background: url(img/bgh1.png) no-repeat center center;
  font-size: 45px;
  letter-spacing: -2px;
  text-align: center;
  border-bottom: 0;
  margin-bottom: 30px } 
*/
@media (max-width: 768px) {
  .inner section h1.page-header {
    font-size: 30px;
    letter-spacing: -1px;
    text-align: center;
    margin: 10px 0 10px } 
}

.post h2 { 
  border-bottom: 0;
  padding: 0;
  color: #333;
  margin: 0 0 20px;
  font:300 35px 'Sanchez', serif;}

.inner h2 { 
  margin: 0 0 10px 0;
  font:300 25px 'Sanchez', serif;}

.static ul,
.static ol { 
  margin: 0 0 30px 0;}

.static img { margin: 0px;}

@media (max-width: 768px) {
  .post h2 {
		font:300 30px 'Sanchez', serif;
		text-align: left;
		margin-bottom: -35px;
  }  
}

.form-control,
.btn {
  font-size: 16px;
  height: 40px }

.btn {
  line-height: 30px;}

textarea.form-control { 
  padding-top: 10px;
  padding-bottom: 10px }

/* BRAND COLORS 
-------------------------------------------------- */
a{color:#E5313B;}

section h1,
header .contato p,
.inner .list div h2,
ul.pagination li a { 
  color: #999 }

.navbar-nav,
.navbar-toggle,
.home #servicos,
.btn.btn-primary{ 
  background: #E5313B }

a:hover { color: #BB3D44 }

.btn.btn-primary { border: 0} 

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus { background: #BB3D44 }

/* HEADER
-------------------------------------------------- */
@media (max-width: 767px) {
  header {
    height: auto;
  }
}

header .container { position: relative }

header .contato { 
  position: absolute;
  top: 25px; 
  right: 30px;
  background: url(img/divider-contatoheader.png) no-repeat center center }

header .contato p { 
  font:300 20px 'Sanchez', serif;
  line-height: 50px }

header .contato strong { font-family: 'Sanchez', serif; }

/* BRAND
-------------------------------------------------- */
.brand {
margin: 29px 0 55px 0;
text-align: center;
}

.navbar-brand img {max-height: 80px;}

/* NAVBAR
-------------------------------------------------- */

.navbar-toggle:hover { background-color: #AAA  }

.navbar-toggle { 
  margin-top: 50px;
  margin-right: 0 }

.navbar-toggle .icon-bar { background: #FFF }

.navbar-nav li  { 
  margin: 0 }

.navbar-nav li a{
  color: #000;
  font:300 18px 'Sanchez', serif;
  padding: 0 !important;
  line-height: 0 !important;
}

.navbar-nav li a:hover {  background-color: none }

.navbar-nav li a span {
  padding: 20px;
  display: block
}


.navbar-nav li.active a span, 
.navbar-nav li a:hover span{ 
  background: #E5313B;
  border-radius: 3px;
  color:#fff
}

@media (min-width: 768px){
  .navbar-nav li.active a span, 
  .navbar-nav li a:hover span{ 
    -webkit-animation-name: bounceIn;
            animation-name: bounceIn;
    -webkit-animation-duration: .75s;
            animation-duration: .75s;
  }
}
.navbar-nav > li > a:hover{
	text-shadow: 0 0 10px #FFF;
}


@media (max-width: 767px) {
  
  .navbar-nav { border: 1px solid rgba(0,0,0,0.2) }
  .navbar-nav { border-bottom: 0 }

  .navbar-nav > li { border-bottom: 1px solid rgba(0,0,0,0.2) } 

  .navbar-nav > li > a {
    font-size: 18px;
    line-height: 50px  }

  .navbar-nav > li > a:hover { background: rgba(0,0,0,0.2) }

  .navbar-collapse { 
    z-index: 100;
    width: 100%;
    position: absolute;
    top: auto }
   
}

@media (min-width: 768px) {

  header > .container { padding: 0 }
  .navbar-collapse { padding: 0 }

  .navbar-nav li a {
    padding-top: 15px;
    padding-bottom: 15px }

/*  .navbar-nav li { 
    background-image: url(img/navbar-li-divider.png);
    background-repeat: no-repeat;
    background-position: center right }*/

  .navbar-nav li:last-child { background-image: none }

  .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: auto;
    float: none;
    width: 100% }

  .navbar-nav > li {
    display: table-cell;
    float: none;
    text-align: center }
}



/* CAROUSEL-SLIDESHOW
-------------------------------------------------- */
.carousel { 
  margin-bottom: 20px;
  height: 395px }

.carousel .item { height: 395px }

.carrousel .carousel-indicators { display: none }

.carousel.c-fade .item {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out }

.carousel.c-fade .active.left,
.carousel.c-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0) }

.carousel.c-fade .next,
.carousel.c-fade .prev {
  left: 0;
  z-index: 1 }

.carousel.c-fade .carousel-control { z-index: 3 }

.carousel-control.left,
.carousel-control.right {
  width: 39px;
  z-index: 30;
  background-repeat: no-repeat;
  background-position: center center }

.carousel-control.left  { background-image: url(img/ico-left.png) }
.carousel-control.right { background-image: url(img/ico-right.png) }
  
@media (min-width: 768px) {

  .carousel-inner > .item > img {
    border-radius: 7px;
    margin: 0 auto;
    width: 950px;
    height: 395px }

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

  .carousel         { padding-top: 0 }

  .carousel,
  .carousel .item   { height: auto }    

}


/* MODULES
-------------------------------------------------- */
.home #servicos { 
  padding: 30px 0;
  margin-bottom: 5px }

.home #servicos h1 {
  font:300 40px 'Sanchez', serif;
  background: url(img/bgh1.png) no-repeat center center;
  margin: 0 0 20px;
  padding-bottom: 0;
  border-bottom: 0;
  letter-spacing: -2px;
  text-align: center;
  color: #FFF }

.list div h2 {
padding-bottom: 5px;
font-size: 20px;
letter-spacing: -1px;
color: #E5313B !important;
}

@media (min-width: 768px) {

  .home #servicos h2 { height: 80px }

  .inner .row.list {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC }

}

@media (max-width: 767px) {
  .inner .row.list > div {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC }
}
  .inner .row.list > div:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 }
}

.inner #servicos .row:last-child { border-bottom: 0 }

.inner #servicos h2 { border: 0 }

#servicos .row.list > div img          { margin-bottom: 15px }
.home #servicos .row > div p            { color: rgba(255,255,255,0.4) }

#noticias ul.media-list li.media        { margin-bottom: 25px }
#noticias ul.media-list li.media .date  { font-size: 11px }

#noticias ul.media-list li.media .title { 
  line-height: normal;
  font-weight: bold;
  font-size: 15px }

.inner #noticias ul.media-list li.media p { line-height: normal }

#parceiros                  { margin-bottom: 35px }
#parceiros .row             { margin-bottom: 15px }
#parceiros .row:last-child  { margin-bottom: 0 }

#facebook h1 { display: none }

#facebook > div {
  background: #FFF;
  border: 1px solid #DDD;
  overflow: hidden;
  width: 100%;
  min-height: 214px }

iframe.fb {
  margin:-26px -1px -1px -1px;
  width: calc(100% + 2px);
  height: 226px }

#parceiros img { margin-bottom: 30px }

.post .file { 
  margin-bottom: 15px;
  border-radius: 7px;
  display: inline-block;
  background: #FFF;
  padding: 15px }

.post .file .thumbs { 
  border-radius: 5px;
  float: left;
  background: #EEE }

.post .file .thumbs > div  { padding: 10px }

.post .file img.large { margin-bottom: 15px }

@media (min-width: 768px) {
  .post .file.pull-right  { margin-left: 15px }
  .post .file.pull-left   { margin-right: 15px }
}


#contato .endereco .media { margin-bottom: 15px }
#contato .endereco img.map { margin-bottom: 15px }

/* FOOTER
-------------------------------------------------- */
footer { 
padding:0;
margin-bottom: -12px;
background: #E5313B url(img/bg_footer.png) center;
color: #fff;
background-repeat: no-repeat;
}

footer .copy img{
margin: 23px 0;
}

footer *{font-family:'Sanchez', serif;font-weight:400 !important;}
footer strong{font-weight:700 !important;padding:0 30px;}
footer .copy {  font-size: 16px }
  
footer a.fm,
footer a.fp,
footer a.ere {
  display: inline-block;
  text-indent: -1000000px }  
  
footer a.fm { 
  margin-right: 10px;
  background: url(img/brand-faturemais.png) no-repeat top;
  width: 42px;
  height: 25px }
  
footer a.fp { 
  background: url(img/brand-flexpoint.png) bottom;
  width: 25px;
  height: 25px } 
  
footer a.ere{
background: url(img/erechim.png) top;
width: 156px;
height: 19px;
}
footer .dev{margin-top: -75px;}
  
  
  
  
  
  
  
  
/*=================== PROD =================*/
.prod .title{font-weight:bold; color:#000;}
.prod .more{font-size:13px; color:#E87437;margin-bottom: 30px;}

.prod h2{text-align:center;}
.price{
	color:#E87437;
	font-size:14px;
	margin-top: -15px !important;
}

.price span {
display: block;
}
.old-price{
	text-decoration:line-through;
	color:#ccc;
	font-weight:bold;
	font-size:13px;
}
.new-price{
	font-weight:bold;
}
.parcela{
	font-size:12px;
}
a.sub-item {
padding-left: 35px;
background: rgba(0,0,0,.08);
}
a.sub-item::before{
display: block;
content: "•";
position: absolute;
left: 20px;
right: 0;
z-index: 0;
}

.panel-default>.panel-heading {
color: #fff;
background-color: #E5313B;
border-color: #BB3D44;
}
/*.panel-default,
.list-group-item{
border-color: #BB3D44;
}*/
  
/*=========================================*/
  
.areaatuacao .panel {
  padding: 0 !important;
}
  
.areacliente{
	background: #E5313B;
	border-radius: 0 0 4px 4px;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	position: absolute;
	right: 0;
	top: -3px;
	transition-duration:0.6s;
}
.areacliente:hover{
	top:4px;
	color:#fff;
	transition-duration:0.6s;
}


.page-header {
	padding-bottom: 9px;
	margin: 0px 0 20px;
	border-bottom: none !important;
	background: url(img/bgh1.png) no-repeat center center;
	background-position-y: 20px;
	text-align: center;
	font-size: 30px;
}

#diferenciais p{
	color:#666666;
  font-size: 90%;
}
#diferenciais .dife_anime {

}

#diferenciais .title{
	color:#E5313B;
	font-size: 120%;
  line-height: 100%;
	margin-top: 18px;
	margin-bottom:8px;
}


#sobre p { 
  line-height: 24px;}

.home #contato{
	font-size:18px;
	color:#333;
}
.home #contato li{
	max-width: 435px;
	vertical-align: middle;
}

.home #contato ul{margin-bottom: 12px;}
.home #contato ul li:first-child{text-align:right;}
.home #contato ul li:last-child{text-align:left;}

.ico-home{
width:50px !important;
}

#newsletter .title{
    color:#999999;
    font-size:25px;
	border-right:2px solid rgba(0,0,0,.2);
	padding-right: 20px;
	margin-right: 11px;
}
#newsletter li{
	line-height: 40px;
	vertical-align: middle;
}


.home .wrapper{padding:30px 0;}



#curriculo li{margin-bottom:20px;}






#noticias .media img{margin-right:15px;width: auto !important;}
#noticias a .media p{color:#333 !important; margin-bottom:5px;}
#noticias a .media .btn{color:#fff !important;}



#livros .btn {
height: initial !important;
}
#livros .media-heading{
	font-weight: bold !important;
	font-size: 16px !important;
}
#livros .desclivro{
	color: #666;
	font-size: 14px;
}

#livros .media,
#livros .media .media{
	margin-top:0 !important;
	padding-bottom: 5px;
}


.posted_by{
	font-size: 14px;
	margin-bottom: 40px;
}


#artigos li.media{
border-bottom: 1px solid rgba(0,0,0,.15);
}

#artigos .page-header,
#livros .page-header{
margin-top: 30px;
}

#livros .media-left img{width:100%;}


#livros a,
#artigos p{word-break: break-word;}































/*==============  Only Normal Page ==============*/
@media (min-width: 768px) {
.navbar-nav{background:none;}


}




/*==============  Only Mobile Page ==============*/
@media (max-width: 768px) {
footer{text-align:center;}
footer .copy {margin-top: -25px;}
.pull-right {
float: none !important;
top: 25px;
position: relative;
}
.navbar-brand{float: none;text-align:center;}
footer .dev {margin-top: -15px;}

.animated {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}
.btn-default.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.home #sobre .col-sm-8 {margin-top: 15px;}

#diferenciais .col-xs-6 .title{margin-top:5px;}
#diferenciais .col-xs-6{
	margin-bottom: 20px;
	float: none;
	display: inline-block;
	margin-right: -5px;
	vertical-align: top;
}

.home #contato li {max-width: 40%;}

.navbar-nav > li.active a, .navbar-nav > li > a:hover {
border-radius: 0;
margin: 0 -1px;
}


.home .list-icon-mobile li:nth-child(2){
	position: absolute;
	left: 15px;
	top:5px;
}
.home .list-icon-mobile li:nth-child(1),
.home .list-icon-mobile li:nth-child(3){
	max-width: 80% !important;
	display: block;
	text-align: left !important;
	margin-left: 64px;
	vertical-align: top !important;
	word-break: break-word;
}

.sobre .pull-right{text-align:center;top:0;}

#contato .endereco {margin-top: 35px;}
#livros .media-left img{width:90%;max-height: 330px;}
#livros .media-body {margin-top: 10px;}
.post h2 {margin-bottom:inherit;}

#iptEmailN {
	display: inline-block;
	width: 60%;
	float: left;
}
footer .copy img {width: 80%;}
#newsletter li {line-height: 20px;margin: 5px 0;}
#newsletter .title{
border-right:none;
padding-right: 0px;
margin-right: 0px;
}


.static img { margin-bottom: 10px;}





}