@charset "utf-8";
/* CSS Document */

.vertical-aling-div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body, html {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	height: 100%;
}
.mapa-tracar-rota {
	width: 100%;
	height: 650px
}
.trajeto-tracar-rota {
	margin-top: 20px;
	background: #FFF;
	width: 100%
}
.trajeto-tracar-rota table {
	width: 100%;
	text-align: center;
	font-size: 15px
}
.btn-responsive {
	white-space: normal !important;
	word-wrap: break-word;
}
a {
	color:#438DCB;
}
h1 {
	margin-top:0;
}
h4 {
	font-size:16px;
}
.data {
	color: #999;
	font-size:12px;
}
.resumo {
	font-size: 17px; 
	color: #666;
}
.thumbnail {
	margin-bottom:15px;
}
.font-custom {
	font-family: 'Roboto', sans-serif;
}
.menu-margin {
	margin-top:70px;
}

.img-center {
	margin: 0 auto;
}
.btn-no-radius {
	border-radius:0;
}
.btn-hsm {
	background: #FFE800; 
	color:#000; 
	border-color: #FFE800	
}
.btn-hsm:hover {
	background: #E8D000;
	color:#000; 
	border-color: #E8D000	
}
.btn-success {
	background: #007133;
	border-color: #007133;
}
.btn-facebook {
	background:#3B5998;
	color:#FFF;
	border: transparent;
}
.btn-facebook:hover {
	background:#2D4373;
	color:#FFF;
	border: transparent;
}
.btn-instagram {
	background:#CF1D4D;
	color:#FFF;
	border: transparent;
}
.btn-instagram:hover {
	background:#BD2B71;
	color:#FFF;
	border: transparent;
}
.btn-twitter {
	background:#00ACED;
	color:#FFF;
	border: transparent;
}
.btn-twitter:hover {
	background:#0087BA;
	color:#FFF;
	border: transparent;
}
.btn-google {
	background:#DD4B39;
	color:#FFF;
	border: transparent;
}
.btn-google:hover {
	background:#C23321;
	color:#FFF;
	border: transparent;
}
.btn-whatsapp {
	background:#29A628;
	color:#FFF;
	border: transparent;
}
.btn-whatsapp:hover {
	background:#1F7D1E;
	color:#FFF;
	border: transparent;
}
#owl-destaque .owl-item {
	padding:0 15px;
}
.whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 74px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.whatsapp.mob {
  text-decoration: none;
}

.icon-whatsapp {
  position: relative;
  z-index: 2;
  width: 74px;
  height: 74px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #33bd20;
  background-image: url("http://uploads.webflow.com/5a6f49895e208b0001396029/5a731890ad4b030001bbd15a_whatsapp.svg");
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  box-shadow: 0 3px 22px 0 rgba(0, 0, 0, .16);
}

.txt-whatsapp {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  margin-right: -50px;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14);
  opacity: 0;
  color: #353535;
}

.txt-whatsapp._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  margin-right: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  font-size: 15px;
  line-height: 19px;
}


#horarios {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0
}
#horarios.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1
}
#horarios div {
	position: absolute;
	top: 10%;
	width: 100%;
	color: #000;
	background: rgba(0,0,0,0);
	font-size: 32px;
	font-weight: 300;
	text-align: center;
	border: 0;
	margin: 0 auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none
}
#horarios .badge {
		font-size: 32px;
	}
#horarios .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 61px;
	margin-left: -45px
}
#horarios .close {
	z-index:11000;
	position: fixed;
	top: 15px;
	right: 15px;
	color: #fff;
	background-color: #333;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px
}

.navbar-brand {
	padding:0;
}
.navbar-brand-spc {
	padding:0;
}
.navbar-inverse {
	background:#FFF;
	/*background:#DA307D;*/
	border:none;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a {
	/*color: #DDD;*/
	color: #000;
	font-weight:bold;
	padding:25px 15px;
	font-size: 16px;

}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #FFF;
	/*background-color: #007DC7;*/
	background-image: -webkit-linear-gradient(110deg, #007DC7 50%, #0060AA 50%);
	/*background-color: #E3649D;*/
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	color: #FFF;
	background-color: #007DC7;
	/*background-color: #E3649D;*/
}
ul.dropdown-menu li > a {
  padding: 3px 20px;
  clear: both;
  min-width:275px;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
  background-color:#FFF;
}
ul.dropdown-menu li > a:hover {
	text-decoration: none;
	background: #f5f5f5;
	color: #000;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
    background-color:#FFF;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	text-decoration: none;
    color: #000;
    background-color: #f5f5f5;
}
.navbar-inverse .navbar-toggle {
  background-color: #222;
  border-color: #222;
  padding:20px;
  border-radius:0;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-image: -webkit-linear-gradient(110deg, #007DC7 50%, #0060AA 50%);
  border-color: #007DC7;
  /*background-color: #E3649D;
  border-color: #E3649D;*/
  border-radius:0;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #FFF;
}
/* Indicators list style */
.article-slide .carousel-indicators {
    bottom: 0;
    left: 0;
    margin-left: 5px;
    width: 100%;
}
/* Indicators list style */
.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 54px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 100px;
}
/* Indicators images style */
.article-slide .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 54px;
    left: 0;
    width: 100px;
}
/* Indicators active image style */
.article-slide .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}











.center {
   text-align: center
}
.relative {
	position: relative
}
.row-bg {
	float: left;
	width: 100%;
	display: block
}
.bg-trans {
	top: 0;
	left: 0;
	height: 642px;
	position: absolute;
	background: #000;
	background: url(../images/bg-linhas.png) 0 0 repeat
}
.row-banner-destaque {
	height: 642px;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed
}
.row-banner-destaque h2 {
	width: 80%;
	color: #fff;
	font-size: 48px;
	vertical-align: top;
	display: inline-block;
}
.row-banner-destaque span {
	width: 42%;
	color: #fff;
	font-size: 16px;
	margin-top: 40px;
	line-height: 25px;
	vertical-align: top;
	display: inline-block;
}
.marg {
	margin: 42px 0
}
.box-top {
	width: 100%;
	height: 100%;
	display: table;
	overflow: hidden
}
.box-subtop {
	display: table-cell;
	vertical-align: middle
}
.box-categoris {
	top: 88px;
	left: 33px;
	z-index: 2;
	float: left;
	display: block;
	position: absolute
}
.box-paginator-info {
	top: 88px;
	right: 33px;
	z-index: 2;
	float: right;
	color: #FFF;
	font-size: 15px;
	padding-bottom: 3px;
	text-transform: uppercase;
	display: block;
	position: absolute
}
.name {
	float: left;
	color: #fff;
	display: block;
	font-size: 15px;
	margin-left: 10px;
	padding-bottom: 3px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}
.name:hover {
	text-decoration: none;
	color:#CCC;
	border-bottom: 1px solid #CCC;
}
.row-fluid .span16.new-size, .row-fluid .span16.new-size .span16 {
	width: 67.21% !important;
}
.span8.new-size-8 {
	width: 32.61% !important;
}
.span8.new-size-8 .span12 {
	width: 49.77% !important;
}
.small-boxmosaico .infos_box h3 {
	font-size: 20px;
}
.small-boxmosaico .infos_box p {
	font-size: 13px;
	line-height: 17px;
	text-shadow: 1px 1px 1px #000;
}
.noticia_ini img {
	border-radius: 2px;
}
#noticia_ini_eo .noticia_ini .bx-viewport, #noticia_ini_me .bx-viewport {
	height: 350px !important;
}
.eo_capa #noticia_ini_eo .noticia_ini .bx-viewport {
	height: 223px !important;
}
.space-box {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #AAA;
	min-height: 100px;
}
.space-box-mini {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #AAA;
}
.titles_boxes {
	margin: 0 0 20px 0;
	padding: 5px 10px;
	line-height: 1;
	font-weight: normal;
	color: #111;
	font-size: 28px;
	border-left: 6px solid #C00;
	font-family: century_gothicbold;
	letter-spacing: -1px;
}
.line_botoes {
	width: 100%;
}
.line_botoes .bt_left {
	width: 49%;
	float: left;
}
.line_botoes .bt_right {
	width: 49%;
	float: right;
}
.line_botoes a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	text-decoration: none;
}
.line_botoes a:hover {
	text-decoration: none;
}
.parallax-titulo {
	color:#FFF;
	font-size:45px
}
.parallax-barrinha{
    width:15%;
	height:3px;
	background-color:#FFF;
	margin:5px auto 20px auto;
}
.parallax-texto {
	color:#FFF;
	font-size:15px;
}
.circle{
    width:90px;
    height:90px;
	line-height:90px;
    border-radius:45px;
    font-size:50px;
    color:#FFF;
    background:#284d92;
	margin: 0 auto 25px auto;
}
.download{
	width:100px;
	height:100px;
	background-color:#284d92;
	text-align:center;
	font-size:5em;
	color:#FFF;
	font-weight:bold;
	margin-right:15px;
}
.numero{
	width:60px;
	height:60px;
	background-color:#284d92;
	text-align:center;
	font-size:3em;
	color:#FFF;
	font-weight:bold;
	margin-right:15px;
}
.calendario{
	width:90px;
	height:100px;
	padding-top:9px;
	background-color:#284d92;
	text-align:center;
	font-size:13px;
	color:#FFF;
	font-weight:bold;
	margin-right:15px;
}
.box {
	color: #FFF;
	padding: 10px;
	margin:10px;
	min-height:280px;

}
#pagina {
	margin:85px 0 40px 0;
}
#pagina2 {
	margin:50px 0 60px 0;
}
#noticias {
	margin-top:25px;
}
#photos {
	margin-top:25px;
}
#photos .img-gray{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	-webkit-transition: all .6s ease;
	-webkit-backface-visibility: invisible; 
}
#photos .img-gray:hover{
	filter: none;
	-webkit-filter: none;
	-webkit-transition: none;
	-webkit-backface-visibility: none;	
}
#photos .am-wrapper{
	float:left;
	position:relative;
	overflow:hidden;
}
#photos .am-wrapper img{
	position:absolute;
	outline:none;
}

#shopping {
	margin: 25px 0 0 0;
}

section#contact {
	background-color: #FFF;
	background-position: center;
	background-repeat: no-repeat
}
section#contact .section-heading {
	color: #fff
}
section#contact .form-group {
	margin-bottom: 25px
}
section#contact .form-group input, section#contact .form-group textarea {
	padding: 20px
}
section#contact .form-group input.form-control {
	height: auto
}
section#contact .form-group textarea.form-control {
	height: 236px
}
section#contact .form-control:focus {
	border-color: #fed136;
	box-shadow: none
}
section#contact ::-webkit-input-placeholder {
font-family:Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
font-weight:700;
color:#bbb
}
section#contact :-moz-placeholder {
font-family:Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
font-weight:700;
color:#bbb
}
section#contact ::-moz-placeholder {
font-family:Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
font-weight:700;
color:#bbb
}
section#contact :-ms-input-placeholder {
font-family:Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
font-weight:700;
color:#bbb
}
section#contact .text-danger {
	color: #e74c3c
}

.icone2 {
	background: #FEB600;
	padding: 9px;
	border-radius: 50px;
	margin: 10px
}
#footer {
	padding: 40px 0 10px 0;
	background: #0E0E0E;
	color: #FFF;
	border-top:2px solid #FFF;
}
#footer h3 {
	color: #FFF;
}
#footer hr {
	border-color: #666;
	/*border-color: #E3649D;*/
}
#footer a {
	color: #EEE;
}
#footer p {
	margin: 5px;
}
#footer .a-redessociais {
	font-size:25px;
	margin-right: 4px;
}
#footer .a-redessociais:hover {
	color: #F5BF1B;
}
.nopadding-left {
	padding-left: 0;
}
.nopadding-right {
	padding-right: 0;
}


@media (min-width: 1025px) {
/*.carousel, .item, .active {
	height: 95%;
}
.carousel-inner {
	height: 95%
}
.carousel-control {
	height: 95%
}*/
.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover
}
}

@media (max-width: 1280px) {
	.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a {
		padding:25px 10px;
		font-size: 15px;
	}
}
@media (max-width: 992px) {
	.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a {
		padding:25px 5px;
		font-size: 13px;
	}
}
@media (max-width: 768px) {
	.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a {
		padding:10px;
		font-size: 16px;
	}	
	.logo-mobile {
		margin-left:20px;	
	}
	.menu-mobile {
		text-align:center;
	}
	.dropdown-header {
		color:#FFF;
	}
	.footer-mobile {
		text-align:center;
	}
	.nopadding-left {
		padding-right:0;
	}
	.nopadding-right {
		padding-left:0;
	}
	.titulo-noticia {
		font-size:29px;
	}
	#horarios div {
	position: absolute;
	top: 15%;
	width: 100%;
	color: #000;
	background: rgba(0,0,0,0);
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	border: 0;
	margin: 0 auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none
}
	#horarios .badge {
		font-size: 30px;
	}
}
@media (max-width: 479px) {
	.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a {
		padding:10px;
		font-size: 16px;
	
	}
}