/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.page-scroll
 */


@font-face {
    font-family: 'jaapokkiregular';
    src: url('../fonts/jaapokki-regular-webfont.eot');
    src: url('../fonts/jaapokki-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/jaapokki-regular-webfont.woff2') format('woff2'),
         url('../fonts/jaapokki-regular-webfont.woff') format('woff'),
         url('../fonts/jaapokki-regular-webfont.ttf') format('truetype'),
         url('../fonts/jaapokki-regular-webfont.svg#jaapokkiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #333333;
    background:url(../img/bg-body.jpg) repeat;
	font-size:14px;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

h1 {
	font-size:55px;
	color:#B1252B;
    font-weight:bold;
}

h2 {
	font-size:50px;
	color:#D1181F;
    font-weight:bold;
}

h3 {
	font-size:20px;
    color:#333333;
}

p {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:767px) {
    p {
        margin: 0 0 10px;
        font-size: 14px;
        line-height: 1.6;
    }
}

a {
    color: #FFF;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
	border:0;
	background:#fff;
}

.navbar-custom .navbar-brand {
    font-weight: normal;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
	font-weight:normal;
    color:#9D9797;
    text-transform:uppercase;
    font-size:14px;
}


.navbar-custom .nav li.active {
    background-color: rgba(255,255,255,.2);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color:#E00D22;
	color:#f8f8f8;
}

.logo-max {
    float:left;
    width:163px;
    height:145px;
    padding-top:10px;
}

@media(min-width:767px) {
    .navbar {
    background: #fff;
    background-position: 0px 44px;
    border-bottom: 0 none;
    padding: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
    }
	
	.navbar .logo-min {
		display:none;
	}

    .top-nav-collapse {
        padding: 0;
        background: rgba(0, 0, 0, 0) linear-gradient(#DDDEDF, #F5F6F6) repeat scroll 0 0;
       
    }

    .navbar-custom.top-nav-collapse .logo-max {
		display:none;
    }
	
	.navbar-custom.top-nav-collapse .logo-min {
		display:block;
    }
	
}

@media(max-width:766px) {
	.navbar .logo-min {
		display:none;
		margin-left:10px;
	}
	
	.navbar .logo-max img {
		width:70%;
		height:auto;
	}
	.navbar-custom.top-nav-collapse .logo-max {
		display:none;
    }
	
	.navbar-custom.top-nav-collapse .logo-min {
		display:block;
    }
	
	.navbar-custom.top-nav-collapse .navbar-nav {
		margin-top:15px;		
    }
}


@media(max-width:1086px) {
	#tabs ul {
	max-width:290px !important;
	margin-left:auto !important;
	margin-right:auto !important;
	}
}

@media(max-width:830px) {
	#tabs ul {
	max-width:none !important;
	margin-left:0 !important;
	margin-right:0 !important;
	}
}


.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 0;
	padding-top:190px;
    text-align: center;
    color: #fff;
    background: #EAEAEA;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	overflow:hidden;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:767px) {
    .intro {
		height:auto;
		overflow:hidden;
		padding-top:146px;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
}

.btn-circle2 {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle2:hover,
.btn-circle:focus {
    color: #2E2E2E;
    background: rgba(255,255,255,.1);
}

.btn-circle2 i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle2:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #222;
    border-radius: 35px;
    font-size: 40px;
    color: #222;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #222;
    background: rgba(194,194,194,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}




.btn-circle22 {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle22:hover,
.btn-circle22:focus {
    outline: 0;
    color: #eee;
    background: rgba(255,255,255,.1);
}



.content-section {
    padding-top: 30px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 50px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: 'bebas_neue_regularregular', Arial, Helvetica, sans-serif ;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #219ab3;
    color: #219ab3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #219ab3;
    outline: 0;
    color: #000;
    background-color: #219ab3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::-moz-selection {
    background: 0 0;
}

i.fa-bars {
	color:#fff;
}

#topicos_como_funciona {
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:1013px;
	border-bottom:solid 1px #FFFFFF;
	margin-bottom:40px;
	padding-bottom:40px;
	overflow:hidden;
}

.como_funciona {
	float:left;
	width:210px;
	height:210px;
	text-align:center;
	font-family: 'bebas_neue_regularregular', Arial, Helvetica, sans-serif ;
	color:#FFF;
	font-size:27px;
	line-height:normal;
}

.como_funciona_seta {
	float:left;
	margin-left:10px;
	margin-right:10px;
	height:210px;
	width:37px;
	background:url("../img/seta_como_funciona.png") no-repeat center;
}

.produtos_categoria {
	float:left;
	width:100%;
	padding-bottom:10px;
	margin-bottom:10px;
}

.produtos_categoria h2 {
	padding:0;
	margin:0;
}

.servicos_detalhes_titulo {
	font-family: 'bebas_neue_regularregular', Arial, Helvetica, sans-serif ;
	font-size:18px;
	line-height:normal;
	float:left;
	width:100%;
	height:60px;
	background:url("../img/titulo_servicos.png") no-repeat bottom left;
	margin-bottom:-16px;
	color:#0f3b65;
	position:relative;
}

.servicos_detalhes {
	float:left;
	margin-right:2%;
	margin-bottom:2%;
	width:226px;
	height:auto;
	text-align:center;
	overflow:hidden;
}

.servicos_detalhes img {
}

#formulario_left {
	width:50%;
	float:left;
	padding-right:5%;
	border-right:solid 1px #FFFFFF;
	background:#0F0;
}

#formulario_contato_dados {
	border-left: 1px solid #ffffff;
    color: #fff;
    float: right;
    font-size: 25px;
	font-weight:500;
    padding-left: 5%;
	margin-top:40px;
    text-transform: uppercase;
    width: 50%;
	font-family: 'bebas_neue_regularregular', Arial, Helvetica, sans-serif ;
}

.formulario_contato_dados_informacoes {
	width:100%;
	height:41px;
	float:left;
	font-size:25px;
	margin-bottom:15px;
}

#formulario_contato_campo {
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:40px;
	margin-bottom:40px;
}

.likebox_link {
	padding:5px;
	background:#FFF;
	float:left;
	overflow:hidden;
	border-radius:10px;
	width:45%;
	height:30px;
	margin-top:5px;
}

a.bt_facebook_suporte {
	height:41px;
	width:215px;
	float:left;
	padding-left:54px;
	background:url("../img/bt_facebook.png") no-repeat top left;
}

a.bt_facebook_suporte:hover {
	color:#B4CA26;
	background-position:bottom left;
}

a.bt_skype_suporte {
	height:41px;
	width:190px;
	float:left;
	margin-right:20px;
	padding-left:54px;
	background:url("../img/icone_skype.png") no-repeat top left;
} 

a.bt_skype_suporte:hover {
	color:#B4CA26;
	background-position:bottom left;
}

.tags_home {
    float:left;
    background:transparent;
    border:2px solid #DB1C22;
    padding:10px 15px;
    float: left;
    transition: all 0.5s;
    color:#DB1C22;
}

.tags_home:hover {
    background:#DB1C22;
    transition: all 0.5s;
    color:#fff;
}


#perfil {
    float:right;
    height:auto;
    width:30%;
    padding-top:110px;
    padding-bottom:50px;
    text-align: center;
    font-size:18px;
}

#perfil img {
    height:auto;
    width:100%;
    max-width:291px; 
}

#perfil h2 {
    color:#71A9DD;
    font-size:30px;
    text-transform: none;
}

a.bt_saiba_mais {
    float:left;
    border: solid 2px #7AC695;
    width:100%;
    color:#7AC695;
    text-transform: uppercase;
    font-size:18px;
    padding-top:10px;
    padding-bottom: 10px;
    transition: all 0.4s;
    margin-top:15px;
}

a.bt_saiba_mais:hover {
    background: #7AC695;
    color:#fff;
}

#sobre_empresa {
    float:left;
    height:auto;
    width:50%;
    margin-bottom:50px;
    font-size:16px;
    line-height:20px;
    text-align: justify;
}

#sobre_empresa h1 {
    text-align: left;
}

#sobre_empresa h2 {
    text-align: left;
}

#footer_copyright {
	overflow:hidden;
	width:100%;
	background:#0F0F0F;
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
}

#footer_copyright_center {
	margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.contenthover {
	padding:5px;
	font-size:13px;
	line-height:15px;
}

.contenthover a.mybutton:hover {
	background:#34742d;
}

h2.accordion{
	cursor: pointer;
	font-size:30px !important;
	margin-top:10px;
	color:#0f3b65;
	background:#B4CA26;
	width:100%;
	padding:10px;
	text-align:center;
}

div.accordion{
	display:none;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

.conteudo_accordion {
	overflow:hidden;
}

.campo_forma_pagamento {
	width:100%;
	height:33px;
	float:left;
	background:#FFF;
	color:#333 !important;
	padding-top:5px;
	padding-right:5px;
	border: 1px solid #0f3b65;
}

.campo_forma_pagamento select {
	border:0;
	width:100%;
}

.area_texto_formulario {
	width:100%;
	height:50px;
	border: 1px solid #0f3b65;
}

#likebox_facebook {
	width:100%;
	background:#FFF;
	overflow:hidden;
	clear:both;
}

.info_facebook {
	float:left;
}

.info_skype {
	float:left;
	margin-left:5px;
}

.info_whats {
	float:left;
	margin-left:5px;
}



#inf_top {
    width:100%;
    height:auto;
    background:#B1252B;
    color:#fff;
    font-size:16px;
}

#inf_top .container {
    text-align: left;
    padding-top:8px;
}

a#bt_aula_gratis {
    float:right;
    margin-top: -15px;
    background:#2B2B2B;
    color:#fff;
    padding: 10px 5px;
    font-family: 'jaapokkiregular';
    transition: all 0.4s;
    font-size:16px;
}

a#bt_aula_gratis:hover {
    background:#0A0A0A;
}


.img_estrutura {
    float:left;
    transition: all 0.4s;
    border: solid 6px #fff;
    border-radius:50%;
    height:200px;
    width:200px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom:20px;
}

.img_estrutura:hover {
    transition: all 0.4s;
    border: solid 6px #02B981;
}

.img_estrutura img {
    border:0;
}



.img_pilates {
    float:left;
    transition: all 0.4s;
    border: solid 6px #f3f3f3;
    border-radius:50%;
    height:193px;
    width:193px;
    overflow: hidden;
}

.img_pilates:hover {
    transition: all 0.4s;
    border: solid 6px #DB1C22;
}

.img_pilates img {
    border:0;
    margin-left:-20px;
}

#servicos_left {
    float:left;
    width:49%;
    text-align:justify;
    margin-top:120px;
}

#servicos_right {
    float:right;
    width:49%;
    background:#517DAF;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top:120px;
}

.caixa-pelicula {
    float:left;
    padding:20px;
    margin-top:7px;
    background:rgba(10,10, 10, 0.50);
    width:100%;
    max-width:670px;
    text-align: justify;
    line-height:23px;
    border:1px solid #FC7E2A;
}

#servicos_right h2 {
    background:#7AC695;
    color: #fff;
    font-size:22px;
    padding:10px;
    margin:10px;
    overflow: hidden;
}

#top_form_gratis {
    width:100%;
    height: 43px;
    background:url("../img/bg_orcamento.png") top center no-repeat;
}

#form_gratis {
    width: 100%;
    height:auto;
    padding: 10px;
    background:#71A9DD;
    overflow: hidden;
}

.gratis_campo_menor_left {
    float:left;
    width:49%;
}

.gratis_campo_menor_left input {
    float:left;
    width:100%;
    background:none;
    border:solid 1px #fff;
    padding: 10px;
    color:#fff;
    font-size:14px;
}

.gratis_campo_menor_right {
    float:right;
    width:49%;
}

.gratis_campo_menor_right input {
    float:left;
    width:100%;
    background:none;
    border:solid 1px #fff;
    padding: 10px;
    color:#fff;
    font-size:14px;
}

.gratis_campo {
    float:left;
    width:100%;
    margin-top: 10px;
    margin-bottom:10px;
}

.gratis_campo input {
    float:left;
    width:100%;
    background:none;
    border:solid 1px #fff;
    padding: 10px;
    color:#fff;
    font-size:14px;
}

.gratis_bt {
    float:left;
    width:100%;
}

.gratis_bt input {
    float:left;
    width:100%;
    border: none;
    background:#7AC695;
    transition: all 0.4s;
    padding-top:10px;
    padding-bottom:10px;
    text-transform: uppercase;
    font-size: 16px;
}

.gratis_bt input:hover {
    transition: all 0.4s;
    background:#01B983;
}


#contato_left {
    float:left;
    width:49%;
    text-align: left;
    color: #333333;
    font-size: 14px;
}

#contato_right {
    float:right;
    width:45%;
    text-align: right;
    color: #2E2E2E;
    font-size: 15px;
    overflow: hidden;
    margin-top:63px;
}

.contato_redes_sociais {
    float:right;
    border:solid 1px #8A8A8A;
    background:#fff;
    width:100%;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:10px;
}

#footer_redes_sociais {
    width:160px;
    margin-left: auto;
    margin-right: auto;
    height:73px;
    margin-top:30px;
    margin-bottom: 30px;
}


@media(max-width:1074px) {
	
	#servicos a.lavanderia-planejada {
	margin-right:20px;
	}
	.servicos-responsivo-bela {
	margin-right:auto;
	margin-left:auto;
	width:100%;
	max-width:660px;
	overflow:hidden;
	
	}
}


@media(max-width:1015px) {
	.info_facebook {
	width:100%;
	clear:both;
	height:60px;
}

.info_skype {
	width:100%;
	clear:both;
	height:60px;
	margin-left:0;
}
.redes_sociais_rodape {
	overflow:hidden;
	height:110px;
}

}


@media(max-width:905px) {
    #inf_top {
    font-size:13px;
}

a#bt_aula_gratis {
    font-size:13px;
}
    
    .navbar .menu_topo {
        background:#fff;
    }
	

    
    
}


@media(max-width:1160px) {

#tabs_icones.desk {
	display:none !important;
}

#tabs_icones.responsivo {
	display:block !important;
}

li.itens { 
display:none !important;
}

.aba div img {
	float:left !important;
}

.servicos_icones3 {
	display:none !important;
}

.seta_selected  {
	display:none !important;
}
.seta_selected2  {
	display:none !important;
}
.seta_selected3  {
	display:none !important;
}

.seta_selected4  {
	display:none !important;
}

.row img {
	max-width:100% !important;
}

.row img.inseto  {
	max-width:100% !important;
	margin-left:0 !important
}

.tabs-responsivo {
  max-width: none;
  padding: 0;
  color:#123;
  font-size:20px;
  text-align:center;
  position:relative;
  z-index:999 !important;
  display:block !important;
}

li.tabs-responsivo a {
  display: block;
  color:#1D3768 !important;
  padding:5px;
  text-align:center;
  background:#f2f2f2;
  text-transform:uppercase;
  border-radius:2px;
  font-size:15px;
  margin-bottom:5px;
  transition: all 0.4s;
}
 li.tabs-responsivo a:hover { background: #383838; color:#fff !important; transition: all 0.4s; }
    
  
}




@media(max-width:830px) {
	#formulario_contato_dados {
    border:0px !important;
	}
    
    .logo-min img {
    width:80px;
    height:auto;
    padding-top:10px;
    padding-bottom:10px;
}

    
    #perfil {
        width:100%;
}
    
    .img_pilates img {
    margin-left:0px;
}

#sobre_empresa {
    width:100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
}

  
    #servicos_left {
    width:100%;
}

#servicos_right {
    width:100%;
}
    
#contato_left {
    width:100%;
}
    
    #contato_right {
    width:100%;
    text-align: center !important;
}
    
    
    
    
    
    .navbar-custom a {
    font-size: 12px;
    }
    
  .logo-max {
    width:100px;
    height:auto;
    padding-top:10px;
    padding-bottom:10px;
}
    .logo-max img {
    width:150px;
    height:auto;
}    
    

}


@media(max-width:780px) {
    #inf_top {
    font-size:16px;
}

    #inf_top .container {
    text-align:center;
}
a#bt_aula_gratis {
    display:none;
}
    
    .intro {
		padding-top:200px;
    }
    
    .container {
   padding-bottom:10px;
    }
	
}


@media(max-width:766px) {
    .gratis_campo_menor_right {
        width:100%;
        margin-top:10px;
    }
    li a.respon-menu {
    line-height:18px;
        padding: 10px 15px !important;
    }
    .navbar-toggle {
    margin-top:15px;}
    
    .gratis_campo_menor_left {
        width:100%;
    }
    
    #inf_top {
        MARGIN-TOP:20px;
    }
    
    .intro {
		padding-top:110px;
    }
	
	.servicos-responsivo-bela {
	width:100%;
	max-width:330px;
    }
    
    .logo-max {
    width:150px !important;
        margin-left:40%;
        padding-bottom:5px;
        padding-top:10px;
        background:none;
}
    
    .logo-max img {
    width:150px !important;
        }

        
        
    .navbar-nav > li > a {
    padding: 10px 0px;
        border-top:solid 1px #F0F0F0;

}
    
    .navbar-nav > li {
    background:none !important;
        text-align:center;

}
    
    .navbar-custom {
    -webkit-box-shadow: 0 0 40px 5px #BEBEBE;
        box-shadow: 0 0 40px 5px #BEBEBE;
}
    
    .logo-min {
    width:236px !important;=
        background:none;
        float: left;
}
    
    .logo-min img {
    width:70px !important;
        margin-top:0 !important;
}
}
    
    @media(max-width:564px) {
	
    
   
        #campo_menor {
            width:100% !important;
        }
        #campo_menor2 {
            width:100% !important;
        }
    
}
    

@media(max-width:320px) {
	.info_whats {
	width:100%;
	clear:both;
	height:60px;
	margin-left:0;
	margin-top:20px;
	}
	.info_telefones_rodape {
	overflow:hidden;
	height:110px;
	}

	#formulario_contato_dados {
    border:0px !important;
	}

}

#estrutura {
    color:#fff !important;
}

#estrutura_content {
    width:100%;
    background:url("../img/bg_green.jpg") top center;
    padding-bottom:30px;
}

#lojas {
    width:100%;
    background:#EC212D;
    padding-bottom:30px;
    color:#fff;
}

#location_content2 {
    width:100%;
    background:url("../img/bg_black.jpg") top center;
    padding-bottom:30px;
    color:#fff;
}

#produtos {
    width:100%;
    background:url(../img/bg-empresa.jpg) repeat-x top #D5D5D5;
    padding-bottom:30px;
    color:#fff;
}

#empresa_content {
    width:100%;
    background:url(../img/bg_content.jpg) repeat-x top #fff;
    padding-bottom:30px;
}

#servicos_content {
    width:100%;
    background:url(../img/bg_content.jpg) repeat-x top #fff;
    padding-bottom:30px;
}

#contato_content {
    width:100%;
    background:url(../img/bg-contato.jpg) no-repeat top #fff;
    padding-bottom:30px;
    color:#333333;
    overflow: hidden;
}

#servicos a.banheiro-planejado {
	width:310px;
	height:370px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	background:url("../img/banheiro-planejado.jpg");
	transition: none;
}

#servicos a.banheiro-planejado:hover {
	background-position:0 -370px;
	transition: none;
}

#servicos a.cozinha-planejada {
	width:310px;
	height:370px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	background:url("../img/cozinha-planejado.jpg");
	transition: none;
}

#servicos a.cozinha-planejada:hover {
	background-position:0 -370px;
	transition: none;
}

#servicos a.lavanderia-planejada {
	width:310px;
	height:370px;
	float:left;
	margin-bottom:20px;
	background:url("../img/lavanderia-planejada.jpg");
	transition: none;
}

#servicos a.lavanderia-planejada:hover {
	background-position:0 -370px;
	transition: none;
}

#servicos a.escritorio-planejado {
	width:310px;
	height:370px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	background:url("../img/escritorio-planejada.jpg");
	transition: none;
}

#servicos a.escritorio-planejado:hover {
	background-position:0 -370px;
	transition: none;
}

#servicos a.quarto-planejado {
	width:310px;
	height:370px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	background:url("../img/quarto-planejado.jpg");
	transition: none;
}

#servicos a.quarto-planejado:hover {
	background-position:0 -370px;
	transition: none;
}

#servicos a.sala-planejada {
	width:310px;
	height:370px;
	float:left;
	margin-bottom:20px;
	background:url("../img/sala-planejada.jpg");
	transition: none;
}

#servicos a.sala-planejada:hover {
	background-position:0 -370px;
	transition: none;
}

.bg-text-empresa {
	background:#2f3d81; 
	font-weight:bold; 
	padding:10px; 
	font-size:28px; 
	color:#f8f8f8;
	float:left;
	transition: all 0.4s;
	border-radius:7px;
}

.bg-text-empresa:hover {
	background:#494949;
	transition: all 0.4s;
	padding:14px; 
}
