@charset "utf-8";
/* CSS Document */
  
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  -webkit-font-smoothing: antialiased;
  font-family: 'Source Sans Pro', sans-serif;
  color: #474747;
  font-size: 16px;
}

a:hover {text-decoration: none; cursor: pointer;}

.row {
  margin-left:0px;
  margin-right:0px;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 110px;
  background-color: #35302e;
  margin-top:50px;
  padding-top:20px;
  padding-bottom:20px;
}

#footer p {
	color: white;
	font-size: 15px;
	line-height: 80px;
}

#footer ul {
	line-height: 80px;
}

#mapa {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;		
    }
#loja {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
	
/* Custom page CSS
-------------------------------------------------- */
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

#wrap > .container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

header {
  background: #333;
  color:#555;
}

header .dropdown-menu {
  top:74px;
  background: #ffcc33;
  border-width:0;
}

h1, h2, h3, h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  font-variant:small-caps;  
}

h1 {
  font-size:45px;
}

h2 {
  font-size:40px;
}

h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size:25px;
}

h5 {font-size: 16px;}

.logo {
  font-size:40px;
  position:absolute;
  z-index:1200;
  color:#333;
  top:70px;
  text-align:center;
  width:100%;
}

#nav {
  width: 100%;
  position:static;
  top:-32px;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .6s ease-in-out;
}

#footer > .container {
  
}

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li{
      float:none;
  }
}
  
#nav {
  width: 100%;
  position:static;
  top:-32px;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .6s ease-in-out;
}

#footer > .container {
  
}

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li{
      float:none;
  }
}
  
.navbar-nav {
  margin: 1px 1px; 
}  
  
/* customize nav style */
.navbar-custom {
    /*background-color: #35302e;*/
	background-color: white;
	font-weight:700;
    text-transform:uppercase;
    border-width:0;
	border-bottom: 1px solid #999;
	/*box-shadow: 0 3px 10px #9f9f9f;*/
}
.navbar-custom  .navbar-nav>li>a {
	color: #35302e;
	font-size: 20px;
}
.navbar-custom  .dropdown-menu li>a:hover {
	color: #eee;
}
.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
	color: #0093dd;
}
.navbar-custom .navbar-nav>.dropdown>a .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}

.navbar-toggle {
	outline:0;
}
.divider {
	height:50px;
}

.panel {
	border-width:0;
}

#map-canvas {
  	width: 100%; 
  	height: 300px;
	margin: 0;
	padding: 15px;
}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #f2f3f2;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 
 
section {
  color: #ffffff;
  min-height: 400px;
  height: auto !important;
  height: 100%;
  padding-top:100px;
}

/********** OUTROS ***********/

.bg-1 {
	background-color: #0093dd;
}

.bg-2 {
	padding-top:30px;
    background-color:#e6e6e6;
}

img {
	border: 1px solid #999;	
}

.lista li {
	font-size: 25px;
	padding-top: 20px;
}

.nav > li > a > img {
	border-style: none;	
}

#top img {	
	width: 100%;
	border: 0;
	border-bottom: 1px solid #999;
	padding-top: 50px;
	padding-bottom: 20px;
}

/******* SERVICOS ***********/

.popover-title {font-size: 16px; font-weight: bold; }
.popover-content {text-align: center;}
.popover-content ul {list-style: none; padding-left: 0;}

#servicos img {
	border-radius: 15px;
}

.panel-thumbnail  {
	position: relative;
}

.panel-thumbnail img {
	margin: 0 auto;
}

.titulo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(71, 71, 71, 0.5);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  border-radius: 15px;
}

.titulo p {
	font-size: 20px;
	padding-right: 15px;
	padding-left: 15px;
}

.titulo h2 {
	font-weight: normal;
}

.titulo img {
	border: 0;
}

.panel-thumbnail:hover .titulo {
  visibility: visible;
  opacity: 1;
}

.dropdown-menu {
	width: 100%;
	color: #474747;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}

.dropdown-menu li {
	font-size: 20px;
}

.dropdown-menu h4 {
	font-variant: small-caps;
	font-weight: bold;
}


/******** LOJAS **********/
.lojas p {
	font-size: 25px;
}

.lojas p.mail {
	color: #0093dd;
	font-weight: bold;
}


#lojas {
	margin-top: 70px;
	height: 500px;
	width: 100%;
}

.separador_lojas {
	border-left: 3px solid #eee;
}


/****** VANTAGENS *****/
.border_top {
	border-top: 5px solid white; 
}

.border_bottom {
	border-bottom: 5px solid white; 
}
.rapidez {
	border-right: 5px white solid;
	padding: 20px;
	padding-bottom: 52px;
}

.compromisso {
	border-right: 5px white solid;
	padding: 20px;
	padding-bottom: 30px;
}

.qualidade {
	border-left: 5px white solid;
	padding: 20px;
	padding-bottom: 30px;
}

.sigilo {
	border-left: 5px white solid;
	padding: 20px;
	padding-bottom: 67px;
}

/******** EMPRESAS ***********/
.caixa {
	border-right: 3px solid #eee; 
	border-left: 3px solid #eee; 
	padding-bottom: 15px;
}



@media (max-width: 992px) {
#top img {
	padding-top: 70px;
}

.rapidez {
	border-right: 0;
	border-bottom: 10px solid white;
	padding-bottom: 25px;
}

.compromisso {
	border-right: 0;
	border-bottom: 10px solid white;
}

.qualidade {
	border-left: 0;
	padding-bottom: 35px;
}

.sigilo {
	border-left: 0;
	padding-bottom: 30px;
}

.separador_lojas {
	border-left: 0;
	border-top: 3px solid #eee;
	margin-top: 40px;
	padding-top: 20px;
}

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

#lojas { width: 95%;
height: 300px;
margin-left: auto;
margin-right: auto; }

.caixa {
	border-right: 0; 
	border-left: 0; 
	border-top: 3px solid #eee;
	border-bottom: 3px solid #eee;
	padding-bottom: 15px;
}

.nav.pull-right.scroll-top {
	visibility: hidden;
}

.titulo {
	margin: 0 auto;
	max-width: 350px;
	
}

	}
	
	
	.ph-str-wrapper {
width: 100%;
margin: 0px;
display: inline-block;
zoom: 1;

}

.ph-str-wrapper .adv-wrap {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 9;
width: 100%;
height: 100%;
/*
background-image: url("http://img.fifa.com/images/layout/backgrounds/255.255.255.60.png?v=130476949295958030");
*/
background-color: transparent;
background-repeat: repeat;
background-position: 0 0;
}

.ph-str-wrapper .adv-wrap .adv-placeholder {
position: absolute;
top: 145px;
bottom: auto;
left: auto;
right: auto;
z-index: 9;
width: 900px;
height: 250px;
background: #fff;
left: 50%;
margin-left: -150px;
border: 1px solid #000000;
/*
border: 1px solid #0093dd;
*/
height: auto;
min-height: 10px;

margin: -66px 0px 0px -270px; 

left: 36%;
right: 50%;
bottom: 50%;
max-height: 600px;
height: 361px;

}


.ph-str-wrapper {
width: 100%;
margin: 0px;
display: inline-block;
zoom: 1;
position: absolute;
z-index: 9;
top: 450px;
}
	
	.ph-str-wrapper .ph-str-selected-wrapper {
position: relative;
min-height: 640px;
font-size: 12px;
line-height: normal;
}


.ph-str-wrapper .adv-wrap .adv-placeholder .adv-close:hover {
background: #0087e6;
color: #fff;
}

.ph-str-wrapper .adv-wrap .adv-placeholder .adv-close {
position: absolute;
top: 0;
bottom: auto;
left: auto;
right: auto;
z-index: 1;
width: 40px;
height: 40px;
background: #fff;
color: #0087e6;
cursor: pointer;
right: -40px;
border: 1px solid black;
background: black;
color: white;
margin-top: -1px;
}	
	
	
	
	






	