/* 
    Project    : TABOÃO PLAZA OUTLET | PÁGINA DE COMERCIALIZAÇÃO
    Created on : March, 18th 2015
    Author     : ZPL Design | Estratégia e Marca
    Description: TABOÃO PLAZA OUTLET | PÁGINA DE COMERCIALIZAÇÃO
*/


/***** BASE DA PÁGINA *****/

html, 
body {
    height: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
	font-size: 12px;
    font-weight: 400;
    color: #5C4534;
    -webkit-font-smoothing: antialiased;
}


/*************************************************/
/************  BOOTSTRAP OVERRIDES  **************/
/*************************************************/

/***** BOOTSTRAP OVERRIDES | TIPOGRAFIA *****/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
    line-height: 1.2 !important;
	font-weight: 700 !important;
	-webkit-font-smoothing: antialiased;
	text-transform:uppercase;
}
h1{
    font-size: 28px;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 16px;
}
h5{
    font-size: 14px;
}
h6{
    font-size: 12px;
}
p{
    line-height: 24px;
}
a {
    background: transparent;
    outline: none; 
    text-decoration: none;	
    -webkit-transition: 0.4s cubic-bezier(0.25,.46,.45,.94);
    transition: 0.4s cubic-bezier(0.25,.46,.45,.94);
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color;
	color:inherit;
}
a:active,
a:hover,
a:focus {
    outline: 0; 
    color: #C59920 !important;
    text-decoration: none;	  
}
.texto{
	font-weight:400 !important;
    line-height: 1.8 !important;
}

/***** BOOTSTRAP OVERRIDES | ESTRUTURAS DIVERSAS *****/
.alert-success {
	color: #fff;
	background-color: rgba(0,0,0,0.2);
	border-color: #fff;
	border-width: 2px;
}
.alert-danger {
	color: #fffC;
	background-color: rgba(0,0,0,0.6);
	border-color: #fff;
	border-width: 2px;
}
.help-block {
	margin-bottom: 0;
	
}
.help-block ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.help-block ul li{
    color:#fff;
	font-weight: 600;
	text-align:left;
}


/***** BOOTSTRAP OVERRIDES | NAVBAR *****/
.navbar-default {
    border-color: transparent;
    border-bottom: none;
    top: 0;
    left: 0;
    width: 100%;
	padding: 10px 0 0 0;
    z-index: 4;
    background-color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
}
.navbar-default .navbar-nav > li > a {
    color: #5C4534;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
	padding-top: 40px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #C59920 !important;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #C59920 !important;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #5C4534 !important;
    background-color: transparent;
}
.navbar-default .navbar-brand{
    font-weight: 400;
    text-transform: uppercase;
    color:#000;
	margin-bottom: 60px;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif !important;
}
.navbar-brand:hover{
    color:#000 !important;
}


/***** BOTÕES *****/
.botao {
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    letter-spacing: 0px;
}
.botao-email{
    background-color: #C59920;
    color: #FFF;
	border: #5C4534;
	border-style:solid;
	border-width: 2px;
}
.botao-email:hover,.btn-theme-color:focus{
    background-color: #5C4534 !important;
}


/*************************************************/
/*********** ESTRUTURAS DE  SEÇÕES  **************/
/*************************************************/


/***** TÍTULOS SEÇÕES *****/
.heading-secao{
	padding-bottom: 40px;
}
.heading-secao .intro{
	font-weight: 400 !important;
	color:#C59920;
}

.heading-secao .subtitle span{
	font-weight: 400 !important;
}


/***** ESPAÇAMENTOS *****/
.padding-40{
    padding: 40px 0;
}

/***** DESTAQUES *****/
.icone-destaques {
	padding-bottom: 20px;
	text-align:center;
}
.icone-destaques img{
	width: 120px;
	height: 120px;
}
.destaques h3{
	font-weight:700 !important;
	font-size: 16px;
}
.destaques p{
	font-size: 14px;
}


/*************************************************/
/******************  SEÇÕES  *********************/
/*************************************************/


/***** HOME *****/
#home {
    background-color: #5C4534;
    background-position: center 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../img/taboao-plaza-outlet-grafismo.jpg);
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
}
#home{
	color:#FFF;
}

#home .container{
	padding: 40px 0 !important;
	width: 100%;
}

#home .tarja-logo-home{
	padding: 40px 0 !important;
	width: 100%;
	background-color: rgba(255,255,255,.9);
	-webkit-box-shadow: 0 0px 50px rgba(0,0,0,1);
	box-shadow: 0 0px 50px rgba(0,0,0,1)
}
.home-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 2;
}
.home-content img{
	width: 450px;
	height:auto;
}
h1.home-top{
    margin: 0 25%;
    font-weight: 400 !important;
	font-size: 20px;
	padding-bottom: 40px;
}
h1.home-bottom{
    margin: 0 25%;
	padding-top: 40px;
	font-size: 36px;
}


/***** SEÇÃO SHOPPING *****/
#shopping .container{
	padding: 0 !important;
	width: 100%;
}

.abertura{
    background-position: center 0%;
	background-color: #5C4534;
	background-image: url(../img/taboao-plaza-outlet-grafismo.jpg);
	background-size:cover;
	background-position:right;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	width: 100%;
    height: 100%;
	margin-top:0px;
    margin-bottom: 0px;
	display: table;
	color:#fff;
}
.abertura .container{
	padding: 0 !important;
	width: 100%;
	position:relative;
}
.abertura .superior{
	background-color:#5C4534;
	color:#fff;
}
.abertura .container img{
	position:absolute;
	float:right;
	right:0;
	bottom:0;
	height:500px;
}
.abertura h4{
	font-weight:400 !important;
	line-height:2 !important;
	font-size:16px;
}

	


/***** SEÇÃO VISÃO GERAL *****/
.visao-geral{
	padding-top: 40px;
	background-color:#fff;
}
.visao-geral-conteudo{
	background-color:#0CC;
}


/***** SEÇÃO READY TO USE *****/
.ready-to-use{
	padding: 40px 0 !important;
	background-color:#ddd;
	background-image:url(../img/taboao-plaza-outlet-grafismo-claro.jpg);
	background-position:right;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.ready-to-use h4 span{
	font-weight: 400 !important;
}


/***** SEÇÃO VIDA NOVA *****/
.vida-nova{
	padding: 40px 0 0;
	background-color:#fff;
}
.vida-nova-conteudo{
	background-color:#0CC;
}


/***** SEÇÃO TABOÃO *****/
.taboao{
	padding: 40px 0 0;
	background-color:#fff;
}
.taboao h4 span{
	font-weight: 400 !important;
}

/***** SEÇÃO LOCALIZAÇÃO *****/
.localizacao{
	padding: 40px 0;
	background-color:#EDDFCD;
}
.localizacao h4 span{
	font-weight: 400 !important;
}

/***** SEÇÃO PORQUE OUTLET *****/
.porque-outlet{
	padding: 40px 0;
	background-color:#FFF;
}



/***** SEÇÃO CTA *****/
.cta{
	background-color: #5C4534;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	width:100%;
    padding:100px 0 !important;
}
.mercado{
	background-image:url(../img/casal-calltoaction-escuro.jpg);
}
.qualificado{
	background-image: url(../img/trio-de-amigas-escuro.jpg);
}
.catalogo{
	background-image:url(../img/mulher-no-caixa-escuro.jpg);
}
.cta .container {
	padding: 0 10% !important;
}
.cta h1{
	font-size:30px;
	color:#EDDFCD;
	font-weight:400 !important;
}

/***** SEÇÃO CONTATO *****/
.contato{
	background-color: #5C4534;
	background-image: url(../img/taboao-plaza-outlet-grafismo.jpg);
	background-size:cover;
	background-position:right;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	width: 100%;
    height: 100%;
	color: #FFF;
	padding: 50px 0;
}
.contato h5{
	text-align:left;
}
.informacoes{
	padding: 10px 0 0;
}
/***** FORMULARIO DE CONTATO *****/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control{
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    margin-bottom: 0;
    font-size: 14px;
	font-weight:400;
    line-height: 16px;
    color: #5C4534 !important;
    border: 2px solid #5C4534;
    resize: none;
    height: 40px;
    vertical-align: middle; 
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #FFF !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus{
    border: 2px solid #C59920;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#contactForm .form-group{
    margin-bottom: 0px !important; 
}

/***** SEÇÃO MARCAS *****/
.marcas{
	padding: 40px 0;
}
.thumbs-marcas{
	padding: 40px;
	background-color:#FFF;
}
.thumbs-marcas img{
	max-width: 80px;
	height: auto;
}


/***** SEÇÃO EMPREENDEDORES *****/
.empreendedores{
    padding: 50px 0;
	width: 100%;
	background-color:#5C4534;
}
.empreendedores p{
	font-size:14px;
	font-weight:300;
	color: #FFF !important;
}
#empreendedores .logo-shopping{
	margin-bottom:40px;
	width: 250px;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
	
}

/***** SEÇÃO LOGOS *****/
.logos{
    padding: 0 0 20px;
	width: 100%;
	background-color:#FFF;
}
.tarja-logos{
	padding: 20px 0 !important;
	width: 100%;
}
.tarja-logos img{
	padding: 0;
	max-width: 60%;
}
.tarja-logos h6{
	text-transform:uppercase;
	color:#000;
	font-size:10px;
}

/***** SEÇÃO FOOTER *****/
#footer {
	width: 100%;
	background-color:#5C4534;
	padding: 10px 0;
}
#footer p{
	color:#fff;
	font-size:9px;
	margin-bottom: 0;
}

/***** ESTILO PARA GOOGLE MAPS *****/
.google-maps{
	width: 100%;
	height: 320px;
}


/***** CAIXAS COLORIDAS *****/

.caixa {
	padding: 40px;
	height:100%;
	display:block;
}
.bloco {
	padding: 20px;
	height:100%;
	display:block;
}
.caixa.marrom {
	background-color:#5C4534;
	background-image:url(../../Tabo%C3%A3o%20P%C3%A1gina%20em%20Constru%C3%A7%C3%A3o/img/taboao-plaza-outlet-grafismo.jpg);
	background-position:right;
	background-size:cover;
	background-repeat:no-repeat;
	color:#FFF;
}
.cover-row {
    position: relative;
    min-height: 100px;
}
.profile-wrap {
    position: absolute;
    right: 0;
    top: 0;
    background:#5C4534;
    height: 100%;
    overflow: hidden;
	padding: 0 !important;
}
.carousel-indicators {
	position: absolute;
	bottom: 20%;
}
#post-carousel .carousel-indicators {
  bottom: 3px;
  left: 90%;
}
.post-thumb {
  position: relative;
}
.blog-left-control, .blog-right-control {
  position: absolute;
  top: 45%;
  width: 30px;
  text-align: center;
  color: rgba(255,255,255,.7);
  font-size: 36px;
}
.blog-left-control {
  left: 0;
}
.blog-right-control {
  right: 0;
}
.blog-left-control:hover, .blog-right-control:hover {
  color: #fff;  
}

/******** COLUNA IMAGEM TEXTO IMAGEM ***********/
.bgimageleft {
background-image: url(../img/taboao-plaza-outlet-complexo-vida-nova-vista-fundo.jpg);
background-size: 100%;
}
.bgimageright {
background-image: url(../img/taboao-plaza-outlet-complexo-vida-nova-vista-aerea.jpg);
background-size: 100%;
}
.bgimage-inside {
padding-top: 66.66667%; /* this is actually (440/660)*100 */
}





/******** MODAL PLANTAS ***********/
.portfolio-modal .modal-content {
	padding: 25px 0;
	min-height: 80%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 5% 30px;
}

.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 45px;
	height: 45px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 2px;
	height: 20px;
	margin-left: 35px;
	background-color: #C59920;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 2px;
	height: 20px;
	background-color: #C59920;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.modal {
  background-color:#5C4534;
}
.modal-content {
	max-height: calc(100vh - 100px);
	overflow-y: auto;
}
.modal-dialog {
	overflow-y: initial !important;
}


/***** RESPONSIVO *****/
@media(max-width:992px){
.centralizado{
	text-align: center
}
.abertura .container img{
	width: 350px;
	height:auto;
}
.superior {
	text-align:center;
}
#ready-to-use img{
	width: 400px;
	padding: 20px 0 60px;
	display: block;
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6, p{
	text-align:center;
	
}
.botao{
	display: block;
    margin: 0 auto;
}
.icone-destaques {
	padding: 40px 0 0;
}
}

@media(min-width:769px){
.col-fixed {
    width:20%;
}
}

@media(max-width:768px){
.profile-wrap {
    position: relative;
    right: 0;
    top: 0;
    background:#5C4534;
    height: 100%;
    overflow: hidden;
	padding: 0 !important;
}
.col-fixed {
	width:50%;
	padding-bottom: 30px;
}
}
@media(max-width:640px){
.informacoes h2{
	font-size:20px !important;
}
}
@media(max-width:480px){
.heading-secao .title{
		font-size:26px;

}
.heading-secao .subtitle{
	font-size:20px;
}
.caixa-destaque p{
	padding: 0 0 20px 0;

}

.tarja-logo-home img{
	width: 320px;
	height:auto;
}
h1.home-bottom{
    margin: 0;
	padding: 40px 0 0;
	font-size: 32px;
}
.abertura .container img{
	display:none;
}

}