﻿@charset"utf-8";
/* CSS Document */
/*#################################################################################################### 
/ Includes
/###################################################################################################*/
/*@import url('css/960.css');
@import url('css/reset.css');
@import url('font-face/stylesheet.css');*/
/*#################################################################################################### 
/ General Styles
/###################################################################################################*/
body {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}
a:link, a:active, a:visited {
    text-decoration: none;
}
.alignleft {
    float: left;
    margin: 0 20px 10px 0;
    display: block;
}
.alignright {
    float: right;
    margin: 0 0 10px 20px;
    display: block;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
div.wpcf7-response-output {
    clear: both;
}
/*#################################################################################################### 

/ Header

/###################################################################################################*/
header {
    width: 100%;
    position: absolute;
    z-index: 1000;
    height: 240px;
    background: url(images/bg-header.png) top center repeat-x;
}
/* menu top

----------------------------------------------------------------------------------------------------*/
.nav_top {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: 200px;
    z-index: 10000;
}
.nav_top ul {
    margin: 0;
}
.nav_top ul li {
    display: inline-block;
}
.nav_top ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #1794c5;
}
/* Logo

----------------------------------------------------------------------------------------------------*/
header section.logo {
    float: left;
    padding-top: 40px;
}
/* Idioma

----------------------------------------------------------------------------------------------------*/
header section.idioma {
    position: relative;
    z-index: 1000;
    width: 130px;
    float: right;
    background: #102945;
    margin: 0px 0 50px 0;
    padding: 20px 10px;
}
header section.idioma p {
    float: left;
    color: #fff;
    font-size: 15px;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 5px 0 0;
}
header section.idioma ul li, header section.idioma ul li a {
    width: 17px;
    height: 16px;
    margin-left: 5px;
    float: left;
    display: block;
    text-indent: -9000px;
}
header section.idioma ul li a:link, header section.idioma ul a:active, header section.idioma ul a:visited {
    -webkit-transition: background 0.3s ease-out;
}
header section.idioma ul li.bra a {
    background: url(images/br.png) 0px 0 no-repeat;
}
header section.idioma ul li.bra a:hover {
    background: url(images/br.png) 0px 0 no-repeat;
}
header section.idioma ul li.eua a {
    background: url(images/eu.png) 0px 0 no-repeat;
}
header section.idioma ul li.eua a:hover {
    background: url(images/eu.png) 0px 0 no-repeat;
}
header section.idioma ul li.esp a {
    background: url(images/es.png) 0px 0 no-repeat;
}
header section.idioma ul li.esp a:hover {
    background: url(images/es.png) 0px 0 no-repeat;
}
/* Menu

----------------------------------------------------------------------------------------------------*/
header nav {
    position: absolute;
    margin-left: 160px;
}
header nav ul li {
    list-style-type: none;
    float: left;
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}
header nav ul li a {
    display: block;
    color: #fff;
    padding: 100px 13px 130px 13px;
}
.hover1, .hover2, .hover3, .hover4, .hover5, .hover6, .hover7 {
    width: 75px;
    float: left;
    position: absolute;
    top: 0;
    margin-left: -14px;
    z-index: -1;
    background: url(images/bg-hover-nav.png) repeat-x;
}
.hover2 {
    width: 152px;
}
.hover3 {
    width: 133px;
}
.hover4 {
    width: 192px;
}
.hover5 {
    width: 100px;
}
.hover6 {
    width: 102px;
}
.hover7 {
    width: 60px;
}
/* SubMenu

----------------------------------------------------------------------------------------------------*/
header nav ul ul {
    visibility: hidden;
    position: absolute;
    z-index: 10000;
    width: 220px;
    top: 140px;
    padding: 0 0 0 0;
    background: #102945;
}
header nav ul li:hover ul, header nav ul a:hover ul {
    visibility: visible;
}
header nav ul :hover ul ul {
    visibility: hidden;
}
header nav ul :hover ul :hover ul {
    visibility: visible;
}
header nav ul li li {
    padding: 0;
    margin: 0;
    cursor: pointer;
    float: none;
    position: relative;
    display: inline-block;
    list-style: none;
    text-align: center;
    border: none;
    padding: 0;
}
header nav ul li li a {
    width: 200px;
    display: block;
    color: #fff;
    font-size: 13px;
    text-align: center;
    border: none;
    padding: 10px 10px;
    margin: 0;
}
header nav ul li li a:hover {
    color: #fff;
    background: #010309;
}
/*#################################################################################################### 

/ Slideshow

/###################################################################################################*/
#slider {
    width: 100%;
    float: left;
    height: 799px;
    position: relative;
    overflow: hidden;
}
#slider .description {
    position: relative;
    width: 960px;
    height: 350px;
    margin: 300px 0 0 0;
    border: 2px solid #fff;
    -webkit-transition: background 0.3s ease-out;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#slider a:hover .description {
    -webkit-transition: background 0.3s ease-out;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#slider .description h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 100;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    padding: 70px 0 10px 0;
}
#slider .description h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    padding: 0 0 10px 0;
}
#slider .description p {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    padding: 0 0 45px 0;
}
#slider .description ul {
    margin: 30px 0 0 217px;
    width: 743px;
}
#slider .description ul li {
    display: list-item;
    min-height: 20px;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    text-align: left;
    list-style: disc;
    float: left;
    text-transform: uppercase;
    padding: 0 52px 22px 0;
}
#slider .description span {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 25px 50px;
    background: #fff;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff)";
}
/* Chat

----------------------------------------------------------------------------------------------------*/
#slider section.chat {
    position: absolute;
    z-index: 10000000000000;
    bottom: 0;
    margin-left: 565px;
    padding: 15px;
    width: 365px;
    height: 40px;
    background: #d6cca6;
}
#slider section.chat .icon1 a, #slider section.chat .icon2 a, #slider section.chat .icon3 a, #slider section.chat .icon4 a {
    float: left;
    width: 50px;
    height: 42px;
    cursor: pointer;
}
#slider section.chat .icon1 {
    float: left;
    width: 50px;
    height: 42px;
    background: url(images/icons-chat.png) 0 0 no-repeat;
}
#slider section.chat .icon2 {
    float: left;
    width: 50px;
    height: 42px;
    background: url(images/icons-chat.png) -50px 0 no-repeat;
    display: none;
}
#slider section.chat .icon3 {
    float: left;
    width: 50px;
    height: 42px;
    background: url(images/icons-chat.png) -93px 0 no-repeat;
}
#slider section.chat .icon4 {
    float: left;
    width: 50px;
    height: 42px;
    background: url(images/icons-chat.png) -136px 0 no-repeat;
}
#slider section.chat p {
    float: right;
    width: 150px;
    color: #103f6b;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 0 15px;
}
/*#################################################################################################### 

/ Search

/###################################################################################################*/
.central {
    margin-left: 170px;
}
.dual {
    margin-left: 185px;
}
.search-links {
    visibility: hidden;
}
.as {
    float: right;
    width: 240px;
    height: 20px;
}
#search form .as p {
    margin: 0;
    float: right;
    padding: 3px 0 10px 0;
}
hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}
#search form #a_comercial {
    width: 120px;
    height: 20px;
    float: left;
    color: #ccc39f;
    text-align: center;
    border: none;
    margin: 0 15px;
}
#search, #search_footer {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0;
    background: #102945;
}
#search h2, #search_footer h2 {
    float: left;
    background: url(images/icon-search.png) no-repeat;
    color: #fff;
    font-weight: 300;
    font-size: 21px;
    text-align: left;
    text-transform: uppercase;
    padding: 9px 25px 7px 55px;
}
#search form input[type=checkbox], #search_footer form input[type=checkbox] {
    float: left;
    width: 20px;
    height: 20px;
    border: thin solid #ccc39f;
    background-color: #102945;
    -webkit-appearance: none;
    white-space: nowrap;
}
#search form input[type='checkbox']:checked:before, #search_footer form input[type='checkbox']:checked:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #FFF;
    border: thin solid #ccc39f;
    margin: -2px 0 0 -2px;
}
#search form, #search_footer form {
    margin-top: 11px;
}
#search form p, #search_footer form p {
    float: left;
    color: #ccc39f;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    padding: 3px 10px 0 10px;
}
#search form a, #search_footer form a {
    width: 20px;
    height: 20px;
    float: left;
    color: #ccc39f;
    text-align: center;
    border: thin solid #ccc39f;
    margin: 0 2px;
}
#search form input[type="button"], #search_footer form input[type="button"] {
    cursor: pointer;
    float: left;
    font-size: 14px;
    color: #102945;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
    border: thin solid #ccc39f;
    background: #fff;
}
/*#################################################################################################### 

/ SAC

/###################################################################################################*/
#sair {
    float: right;
    margin-right: 110px;
}
#sair-admin {
    float: right;
    margin-right: 30px;
}
#contact .content form #codEmp, #contact .content form #nomeEmail {
    width: 88%;
}
#contact .content form #dataInicial {
    width: 38%;
    margin-left: 100px;
}
.lb {
    width: 80px;
    display: inline-block;
}
#contact .content form #dataFinal {
    width: 38%;
}
#contact .content .boxConteudo form {
    margin: 0px 0px;
}
#contact .content .boxConteudo form hr {
    margin: 30px 0 0 0;
}
#contact .content .boxConteudo table tr td p:last-child {
    margin-bottom: 20px;
}
#tituloTabela, #tabela-admin, #contact .content form #btnAlterarChamado, #contact .content form #btnNovoChamado {
    background-color: #102945;
    color: #d6cca6;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 24px;
    text-transform: uppercase;
}
#contact .content form #aceitoTermo {
    width: 18px;
    height: 18px;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
}
#contact .content form .botao {
    margin-right: 10px;
}
#contact .content #boxConteudoEsquerda a {
    color: black;
    font-weight: bold;
}
#tabelaChamado {
    width: 94%;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 24px;
    text-transform: uppercase;
}
.cor_nao {
    background-color: #ececec;
    margin-bottom: 5px;
}
#menuSacCli div a img {
    float: left;
    width: 188px;
    height: 188px;
}
#menuSacCli div a img:first-child {
    margin-left: 10px;
}
#contact .content .boxConteudo form #empreendimento {
    width: 99%;
}
#contact .content .boxConteudo h2 {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    padding: 0 0 0px 0;
}
#contact .content .boxConteudo table h2 {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    padding: 0 0 0px 0;
}
.boxConteudo #bt_voltar, .boxConteudo #lknChamado {
    float: right;
    padding-right: 30px;
    clear: both;
}
.boxConteudo #form1 {
    float: left
}
#contact .content .boxConteudo form #unidade {
    width: 20%;
    margin-right: 10px;
    margin-top: 20px;
}
#contact .content .boxConteudo form #telefone {
    width: 27%;
    margin-top: 20px;
}
#contact .content .boxConteudo form #torre {
    width: 23%;
    margin-top: 20px;
    margin-right: 10px;
}
/*#################################################################################################### 

/ Featured

/###################################################################################################*/
#featured {
    position: relative;
    width: 100%;
    float: left;
    height: auto;
    background: url(images/bg-featured.png) repeat-x #dadada;
    padding: 60px 0 0 0;
}
#featured h1, #featured3 h1, #featured4 h1, #locacao h1, #local h1 {
    color: #002846;
    font-weight: 100;
    font-size: 38px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 0 0;
}
#featured h2, #featured3 h2, #featured4 h2, #locacao h2, #local h2 {
    color: #002846;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    padding: 0 0 30px 0;
}
#featured .normal-trigger-area h2, #featured .box1 h2, #featured .box2 h2, #featured .box3 h2, #featured .box4 h2 {
    color: #fff;
    font-weight: 300;
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
    padding: 130px 0 70px 0;
}
#featured .normal-trigger-area h2 strong {
    font-weight: 500;
}
#featured .normal-trigger-area p, #featured .box1 p, #featured .box2 p, #featured .box3 p, #featured .box4 p {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
}
hr {
    width: 940px;
    float: left;
    margin: 30px 0 30px 10px;
    border-bottom: thin solid #102945;
    border-top: none;
    border-left: none;
    border-right: none;
}
#featured .boxes {
    width: 870px;
    float: left;
    margin: 30px 0 50px 70px;
}
#featured .box1 {
    width: 625px;
    height: 310px;
    float: left;
    margin: 30px 10px 10px 0;
    background: url(images/img-terrazas.jpg) no-repeat center center;
}
#featured .box2 {
    width: 310px;
    height: 310px;
    float: left;
    margin: 30px 0 10px 0;
    background: url(images/img-villedefrance.jpg) no-repeat center center;
}
#featured .box3 {
    width: 310px;
    height: 310px;
    float: left;
    margin: 0 10px 10px 0;
    background: url(images/img-primeplaza.jpg) no-repeat center center;
}
#featured .box4 {
    width: 625px;
    height: 310px;
    float: left;
    margin: 0 0 10px 0;
    background: url(images/img-stellamagna.jpg) no-repeat center center;
}
/*#################################################################################################### 

/ Featured 2

/###################################################################################################*/
#featured2 {
    position: relative;
    width: 100%;
    float: left;
    height: auto;
    background: #dadada;
    padding: 0 0 30px 0;
}
#featured2 .grid_12 {
    margin-left: 70px;
}
.box {
    float: left;
    width: 188px;
    height: 188px;
    margin-right: 20px;
    background: #102945;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.boxCliente {
    float: left;
    width: 180px;
    height: 173px;
    background: #102945;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.boxes a:nth-child(2) {
    display: none;
}
.grid_12 a:nth-child(2) .box {
    display: none;
}
#featured2 .grid_12 {
    display: block;
    float: none;
    margin: auto;
    position: relative;
    width: 625px;
}
#featured2 a, #featured3 a, #featured4 a, #main a {
    -webkit-transition: background 0.3s ease-out;
}
a:hover .box {
    background: #28496c;
    -webkit-transition: background 0.3s ease-out;
}
.box span.icon1, .box span.icon2, .box span.icon3, .box span.icon4 {
    float: left;
    margin: 20px 30px 20px 30px;
    padding: 0 35px;
    width: 125px;
    height: 63px;
    border-bottom: 2px solid #ccc39f;
    background: url(../images/icons-feats.png) 33px 0 no-repeat;
}
.box span.icon2 {
    background: url(../images/icons-feats.png) -58px 0 no-repeat;
}
.box span.icon3 {
    background: url(../images/icons-feats.png) -143px 0 no-repeat;
}
.box span.icon4 {
    background: url(../images/icons-feats.png) -232px 0 no-repeat;
}
.box h3 {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 19px 10px 19px;
}
.box p {
    color: #ccc39f;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px;
}
/*#################################################################################################### 

/ Featured 3

/###################################################################################################*/
#featured3 {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 961px;
    float: left;
    background: url(images/bg-feat.jpg) top center no-repeat;
    padding: 0 0 0 0;
}
#featured3 .back_image1, #featured3 .back_image1b, #featured3 .back_image1c, #featured3 .back_image2, #featured3 .back_image3, #featured3 .back_image4, #featured3 .back_image5 {
    position: absolute;
    z-index: -1;
    width: 2000px;
    height: 961px;
    left: 50%;
    margin-left: -1000px;
    float: left;
    background: url(images/bg-feat-corporate.jpg) top center no-repeat;
    padding: 0 0 0 0;
}
#featured3 .back_image1b {
    background: url(images/bg-america.jpg) top center no-repeat;
}
#featured3 .back_image1c {
    background: url(images/bg-brasil.jpg) top center no-repeat;
}
#featured3 .back_image2 {
    background: url(images/bg-terrazas.jpg) top center no-repeat;
}
#featured3 .back_image3 {
    background: url(images/bg-primeplaza.jpg) top center no-repeat;
}
#featured3 .back_image4 {
    background: url(images/bg-ville.jpg) top center no-repeat;
}
#featured3 .back_image5 {
    background: url(images/bg-stella.jpg) top center no-repeat;
}
#featured3 .content, #featured4 .content {
    width: 478px;
    float: right;
    margin-top: 65px;
}
#featured3 .content h3, #featured4 .content h3 {
    color: #002846;
    font-weight: 100;
    font-size: 43px;
    text-transform: uppercase;
    text-align: left;
    padding: 0 0 35px 0;
}
#featured3 .content h4, #featured4 .content h4 {
    color: #002846;
    font-weight: 300;
    font-size: 25px;
    text-align: left;
    font-style: italic;
    padding: 0 0 40px 0;
}
#featured3 .content p, #featured3 .content ul li, #featured4 .content p, #featured4 .content ul li {
    color: #002846;
    font-weight: 300;
    font-size: 19px;
    text-align: left;
    padding: 0 0 10px 0;
}
#featured3 .content ul, #featured4 .content ul {
    margin: 0 0 40px 20px;
}
#featured3 .content ul li, #featured4 .content ul li {
    list-style: disc;
}
#featured3 .content a, #featured4 .content a {
    float: left;
    color: #fff;
    font-weight: 300;
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 40px;
    background: #958e74;
    border: thin solid #fff;
}
#featured3 .content a:hover, #featured4 .content a:hover {
    color: #958e74;
    background: #fff;
}
#featured3 .boxes {
    width: 870px;
    float: left;
    margin: -200px 0 0 70px;
}
#featured3 .boxes4 {
    width: 870px;
    float: left;
    margin: 764px 0 0 70px;
    position: absolute;
    z-index: 10000000000;
}
/*#################################################################################################### 

/ Featured 4

/###################################################################################################*/
#featured4 {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 961px;
    float: left;
    background: url(images/bg-feat-corporate.jpg) top center no-repeat;
    padding: 50px 0 0 0;
}
#featured4 .boxes {
    width: 870px;
    float: left;
    margin: 120px 0 0 70px;
}
/*#################################################################################################### 

/ Local

/###################################################################################################*/
#local {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0 0 0;
    background: url("images/bg-local.png") repeat-x;
}
#local iframe, #map iframe {
    float: left;
}
.overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 525px;
    /* your iframe height */
    top: 623px;
    /* your iframe height */
    margin-top: -525px;
    /* your iframe height */
}
/*#################################################################################################### 

/ Footer

/###################################################################################################*/
footer {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    height: auto;
    padding: 45px 0 0 0;
    background: url(images/bg-footer.png) repeat-x #102944;
}
/* Logo

----------------------------------------------------------------------------------------------------*/
footer section.logo {
    float: left;
    margin-right: 40px;
}
/* Menu footer

----------------------------------------------------------------------------------------------------*/
footer nav {
    float: right;
    width: 650px;
}
footer nav ul {
    float: right;
}
footer nav ul li {
    float: left;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    border-right: thin solid #fff;
    padding: 3px 9px;
}
footer nav ul li a {
    color: #fff;
}
footer nav ul li.last {
    padding: 3px 0 3px 11px;
    border-right: none;
}
/* Address

----------------------------------------------------------------------------------------------------*/
footer section.address {
    width: 680px;
    float: left;
    margin-top: 20px;
}
footer section.address p {
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    line-height: 20px;
}
footer section.address span {
    float: left;
    color: #4f79a1;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    padding: 20px 0;
}
footer section.address span a {
    color: #4f79a1;
}
/* Phone

----------------------------------------------------------------------------------------------------*/
footer section.phone {
    width: 280px;
    float: left;
    margin-top: 20px;
    display: none;
}
footer section.phone h3 {
    color: #ccc39f;
    font-size: 33px;
    text-align: right;
    font-weight: 500;
    line-height: 20px;
}
footer section.phone h4 {
    color: #ccc39f;
    font-size: 30px;
    text-align: right;
    font-weight: 400;
}
footer section.phone h4 span {
    font-size: 42px;
}
/* Social

----------------------------------------------------------------------------------------------------*/
footer section.social {
    width: 100px;
    height: 30px;
    float: right;
    margin: 33px 0 0 0;
}
/*#################################################################################################### 

/ Slide Page

/###################################################################################################*/
.pages {
    height: auto !important;
    padding-bottom: 60px;
    background: url(images/bg-pages.jpg) top center no-repeat #dbdcdb !important;
}
.pages section.content {
    overflow: hidden;
    float: left;
    width: 610px;
    margin: 0 50px 0 0;
    padding: 40px 0 0 0;
}
.pages section.content h2 {
    color: #1278bb;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    padding: 0 0 30px 0;
}
.pages section.content p, .pages section.sidebar p {
    font-family: "Calibri";
    color: #231f20;
    font-weight: 100;
    font-size: 14px;
    text-align: left;
    line-height: 18px;
    padding: 0 0 10px 0;
}
.pages section.content ul {
    margin: 0 0 0 14px;
}
.pages section.content ul li {
    font-family: "Calibri";
    color: #231f20;
    font-weight: 100;
    font-size: 14px;
    text-align: left;
    line-height: 18px;
    padding: 0 0 0 0;
}
/* Sidebar

----------------------------------------------------------------------------------------------------*/
.pages section.sidebar {
    width: 230px;
    float: right;
    margin-top: 120px;
    padding: 0 0 0 70px;
    background: url(images/divisor2.png) top left no-repeat;
}
.pages section.sidebar img {
    border: 3px solid #fff;
    margin-bottom: 10px;
}
/* Contato FormulÃ¡rio

----------------------------------------------------------------------------------------------------*/
.pages section.content form {
    width: 100%;
    display: block;
    margin: 30px auto 0 auto;
}
.pages section.content form p {
    color: #6d6e71;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 0;
}
.pages section.content form table tr td {
    padding: 0 0 10px 0;
}
.pages section.content form input, .pages section.content form textarea, .pages section.content form select {
    width: 98%;
    height: 25px;
    padding: 0 5px;
    font-size: 14px;
    color: #808285;
    font-weight: 100;
    border: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #fff;
}
.pages section.content form select {
    width: 100%;
}
.pages section.content form input[name="telefone"] {
    width: 96%;
}
textarea:focus, input:focus, select:focus {
    outline: 0;
}
.pages section.content form input.wpcf7-submit, .pages section.content form input.wpcf7-reset {
    float: right;
    width: 62px;
    height: 27px;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    border: none;
    background: url(images/bt-send.png) no-repeat;
    border-radius: 0;
    padding: 0;
    margin-left: 10px;
    cursor: pointer;
}
.pages section.content form textarea {
    width: 98%;
    height: 145px;
    float: right;
    margin-bottom: 10px;
}
.pages .wpcf7-form p img.wpcf7-captcha-captcha {
    float: left;
    margin: 0;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #002f31 !important;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
}
div.wpcf7-validation-errors {
    border: 2px solid #002f31 !important;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
}
/*#################################################################################################### 

/ Terraza

/###################################################################################################*/
#nav_page {
    display: block;
    position: absolute;
    top: 799px;
    z-index: 10000000;
    width: 100%;
    height: 50px;
    float: left;
    padding: 20px 0;
    background: #102945;
}
.modo_fixa {
    height: 47px !important;
    ;
    padding: 0px 0 !important;
    ;
    position: fixed !important;
    top: 0px !important;
}
#nav_page ul li {
    float: left;
    color: #e6e7e8;
    font-style: 15px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    margin: 15px 0 15px 0;
}
#nav_page ul li a {
    color: #e6e7e8;
    padding: 10px 24px;
    border-right: thin solid #e6e7e8;
    transition: background-color 0.5s ease;
}
#nav_page ul li a:hover {
    color: #102945;
    background: #e6e7e8;
}
#nav_page ul li a.last {
    border-right: none;
}
/*#################################################################################################### 

/ Main

/###################################################################################################*/
#main {
    position: relative;
    width: 100%;
    float: left;
    padding: 120px 0 30px 0;
    background: url("images/bg-local.png") 0 0 repeat-x #ffffff;
}
#main .breadcrumb p {
    color: #002846;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    margin: 0 0 40px 0;
}
#main .breadcrumb p a {
    color: #002846;
}
#main .content {
    float: left;
    width: 620px;
    margin-right: 20px;
}
#main .content img {
    float: left;
    margin: 0 20px 10px 0;
    border: thin solid #d9d8d8;
}
#main .content h1 {
    color: #002846;
    font-size: 37px;
    text-align: left;
    font-weight: 100;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}
#main .content h2 {
    color: #002846;
    font-size: 25px;
    text-align: left;
    font-weight: 300;
    font-style: italic;
    padding: 0 0 50px 0;
}
#main .content p {
    color: #231f20;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 24px;
    padding: 0 0 30px 0;
}
#main .sidebar {
    float: right;
    width: 300px;
    margin-top: 20px;
}
#main .sidebar ul li {
    float: left;
    padding: 0;
    margin: 0 0 15px 14px;
}
#main .sidebar ul li span.n1, #main .sidebar ul li span.n2, #main .sidebar ul li span.n3, #main .sidebar ul li span.n4, #main .sidebar ul li span.n5, #main .sidebar ul li span.n6, #main .sidebar ul li span.n7 {
    float: left;
    width: 125px;
    height: 105px;
    color: #fff;
    font-size: 133px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    line-height: 110px;
    background: #d6cca6;
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
}
#main .sidebar ul li p {
    font-family: 'robotoregular';
    color: #103f6b;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
}
#main .sidebar ul li span.n2 {
    font-size: 82px;
}
#main .sidebar ul li span.n3 {
    height: 100px;
    font-size: 34px;
    line-height: 30px;
    padding: 25px 0 10px 0;
}
#main .sidebar ul li span.n4 {
    height: 70px;
    font-size: 40px;
    line-height: 30px;
    padding: 45px 0 10px 0;
}
#main .sidebar ul li span.n5 {
    width: 234px;
    height: auto;
    font-size: 19px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 15px;
}
#main .sidebar ul li span.n6 {
    height: 94px;
    font-size: 34px;
    line-height: 30px;
    padding: 21px 0 10px 0;
}
#main .sidebar ul li span.n7 {
    height: 105px;
    font-size: 51px;
    line-height: 50px;
    padding: 20px 0 10px 0;
}
#main .boxes, #infra .boxes, #images .boxes, #plantas .boxes, #page .boxes {
    margin: 20px 0 20px 70px;
    overflow: hidden;
    clear: both;
}
#images .boxes2 {
    margin: -40px 0 20px 70px;
    overflow: hidden;
    clear: both;
}
#contact .boxes {
    margin: 50px 0 20px 70px;
    overflow: hidden;
    clear: both;
}
/*#################################################################################################### 

/ Images

/###################################################################################################*/
#images {
    position: relative;
    width: 100%;
    float: left;
    padding: 70px 0 0 0;
    background: url("images/bg-images.png") repeat-x #fff;
}
#images .content, #plantas .content {
    overflow: hidden;
    float: left;
    width: 100%;
    height: auto;
}
#images h1, #plantas h1 {
    color: #002846;
    font-size: 38px;
    text-align: left;
    font-weight: 100;
    text-transform: uppercase;
    padding: 0 0 40px 0;
}
#images a.bt, #plantas a.bt {
    float: right;
    width: 175px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    background: #aba385;
    border: thin solid #fff;
    padding: 25px 0 0 0;
    margin-top: -80px;
}
/*#################################################################################################### 

/ Infra

/###################################################################################################*/
#infra {
    position: relative;
    width: 100%;
    float: left;
    padding: 60px 0 55px 0;
    background: #ffffff;
}
#infra .infra h1 {
    color: #002846;
    font-size: 38px;
    text-align: left;
    font-weight: 100;
    text-transform: uppercase;
    padding: 20px 0 40px 0;
}
#infra .infra ul.column {
    width: 31%;
    float: left;
    margin-right: 20px;
}
#infra .infra ul.column li {
    color: #231f20;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    line-height: 24px;
    padding: 0 0 20px 0;
}
#infra p.defesa {
    color: #231f20;
    font-size: 14px;
    text-align: left;
    font-weight: 300;
    line-height: 18px;
}
#infra .infra ul.column li strong {
    font-family: 'robotoregular';
    font-weight: 500;
}
#infra .infra ul.column ul {
    margin: 0 0 0 20px;
}
#infra .infra ul.column ul li {
    text-indent: -10px;
    padding: 0 0 0 0;
}
/*#################################################################################################### 

/ Diferenciais

/###################################################################################################*/
#dif {
    position: relative;
    width: 100%;
    float: left;
    padding: 55px 0 55px 0;
    background: url("images/bg-dif.png") repeat-x #102945;
}
#dif h1 {
    color: #d6cca6;
    font-size: 38px;
    text-align: left;
    font-weight: 100;
    text-transform: uppercase;
    padding: 20px 0 40px 0;
}
#dif ul li {
    width: 212px;
    float: left;
    margin-right: 28px;
}
#dif ul li img {
    margin-bottom: 20px;
}
#dif ul li p {
    font-family: 'robotoregular';
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    line-height: 22px;
    padding: 0 0 20px 0;
}
/*#################################################################################################### 

/ Lazer

/###################################################################################################*/
#lazer {
    position: relative;
    width: 100%;
    float: left;
    padding: 55px 0 55px 0;
    background: url("images/bg-lazer.jpg") top center no-repeat;
}
.prime {
    background: url("images/bg-lazer-prime.jpg") top center no-repeat !important;
}
.stella {
    background: url("images/bg-lazer-stella.jpg") top center no-repeat !important;
}
.vile {
    background: url("images/bg-lazer-ville.jpg") top center no-repeat !important;
}
.brasil {
    background: url("images/bg-lazer-brasil2.jpg") top center no-repeat !important;
}
#lazer h1 {
    color: #fff;
    font-size: 38px;
    text-align: left;
    font-weight: 100;
    text-transform: uppercase;
    padding: 20px 0 40px 0;
}
#lazer ul li {
    width: 260px;
    height: 60px;
    float: left;
    padding: 0 0 0 60px;
    margin: 0 0 20px 0;
}
#lazer ul li p {
    font-family: 'robotoregular';
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 20px 0 0;
}
#lazer ul li.icon1 {
    background: url("images/icons-lazer.png") 0 0 no-repeat;
}
#lazer ul li.icon2 {
    background: url("images/icons-lazer.png") -321px 0 no-repeat;
}
#lazer ul li.icon3 {
    background: url("images/icons-lazer.png") -641px 0 no-repeat;
}
#lazer ul li.icon4 {
    background: url("images/icons-lazer.png") 0 -74px no-repeat;
}
#lazer ul li.icon5 {
    background: url("images/icons-lazer.png") -321px -74px no-repeat;
}
#lazer ul li.icon6 {
    background: url("images/icons-lazer.png") -641px -74px no-repeat;
}
#lazer ul li.icon7 {
    background: url("images/icons-lazer.png") 0 -144px no-repeat;
}

#lazer ul li.icon8 {
    background: url("images/icons-lazer.png") -321px -144px no-repeat;
}

#lazer ul li.icon9 {
    background: url("images/icons-lazer.png") -641px -144px no-repeat;
}
#lazer ul li.icon10 {
    background: url("images/icons-lazer.png") 0 -217px no-repeat;
}
#lazer ul li.icon11 {
    background: url("images/icons-lazer.png") -321px -217px no-repeat;
}
#lazer ul li.icon12 {
    background: url("images/icons-lazer.png") -641px -217px no-repeat;
}
#lazer ul li.icon13 {
    background: url("images/icons-lazer.png") 0 -289px no-repeat;
}
#lazer ul li.icon14 {
    background: url("images/icons-lazer.png") -321px -289px no-repeat;
}
#lazer ul li.icon15 {
    background: url("images/icons-lazer.png") -641px -289px no-repeat;
}
#lazer ul li.icon16 {
    background: url("images/icons-lazer.png") -322px -360px no-repeat;
}
.prime ul li.icon1 {
    background: url("images/icons2-lazer.png") 0 0 no-repeat !important;
}
.prime ul li.icon2 {
    background: url("images/icons2-lazer.png") -321px 0 no-repeat !important;
}
.prime ul li.icon3 {
    background: url("images/icons2-lazer.png") -641px 0 no-repeat !important;
}
.prime ul li.icon4 {
    background: url("images/icons2-lazer.png") 0 -74px no-repeat !important;
}
.prime ul li.icon5 {
    background: url("images/icons2-lazer.png") -321px -74px no-repeat !important;
}
.prime ul li.icon6 {
    background: url("images/icons2-lazer.png") -641px -74px no-repeat !important;
}
.prime ul li.icon7 {
    background: url("images/icons2-lazer.png") 0 -144px no-repeat !important;
}
.prime ul li.icon8 {
    background: url("images/icons2-lazer.png") -321px -144px no-repeat !important;
}
.prime ul li.icon9 {
    background: url("images/icons2-lazer.png") -641px -144px no-repeat !important;
}
.prime ul li.icon10 {
    background: url("images/icons2-lazer.png") 0 -217px no-repeat !important;
}
.prime ul li.icon11 {
    background: url("images/icons2-lazer.png") -321px -217px no-repeat !important;
}
.prime ul li.icon12 {
    background: url("images/icons2-lazer.png") -641px -217px no-repeat !important;
}
.prime ul li.icon13 {
    background: url("images/icons2-lazer.png") 0 -289px no-repeat !important;
}
.prime ul li.icon14 {
    background: url("images/icons2-lazer.png") -321px -289px no-repeat !important;
}
.prime ul li.icon15 {
    background: url("images/icons2-lazer.png") -641px -289px no-repeat !important;
}
.prime ul li.icon16 {
    background: url("images/icons2-lazer.png") -322px -360px no-repeat !important;
}
.stella ul li.icon1 {
    background: url("images/icons3-lazer.png") 0 0 no-repeat !important;
}
.stella ul li.icon2 {
    background: url("images/icons3-lazer.png") -321px 0 no-repeat !important;
}
.stella ul li.icon3 {
    background: url("images/icons3-lazer.png") -641px 0 no-repeat !important;
}
.stella ul li.icon4 {
    background: url("images/icons3-lazer.png") 0 -74px no-repeat !important;
}
.stella ul li.icon5 {
    background: url("images/icons3-lazer.png") -321px -74px no-repeat !important;
}
.stella ul li.icon6 {
    background: url("images/icons3-lazer.png") -641px -74px no-repeat !important;
}
.stella ul li.icon7 {
    background: url("images/icons3-lazer.png") 0 -144px no-repeat !important;
}
.stella ul li.icon8 {
    background: url("images/icons3-lazer.png") -321px -144px no-repeat !important;
}
.stella ul li.icon9 {
    background: url("images/icons3-lazer.png") -641px -144px no-repeat !important;
}
.stella ul li.icon10 {
    background: url("images/icons3-lazer.png") 0 -217px no-repeat !important;
}
.stella ul li.icon11 {
    background: url("images/icons3-lazer.png") -321px -217px no-repeat !important;
}
.stella ul li.icon12 {
    background: url("images/icons3-lazer.png") -641px -217px no-repeat !important;
}
.stella ul li.icon13 {
    background: url("images/icons3-lazer.png") 0 -289px no-repeat !important;
}
.stella ul li.icon14 {
    background: url("images/icons3-lazer.png") -321px -289px no-repeat !important;
}
.stella ul li.icon15 {
    background: url("images/icons3-lazer.png") -641px -289px no-repeat !important;
}
.stella ul li.icon16 {
    background: url("images/icons3-lazer.png") -322px -360px no-repeat !important;
}
.ville ul li.icon1 {
    background: url("images/icons4-lazer.png") 0 0 no-repeat !important;
}
.ville ul li.icon2 {
    background: url("images/icons4-lazer.png") -321px 0 no-repeat !important;
}
.ville ul li.icon3 {
    background: url("images/icons4-lazer.png") -641px 0 no-repeat !important;
}
.ville ul li.icon4 {
    background: url("images/icons4-lazer.png") 0 -74px no-repeat !important;
}
.ville ul li.icon5 {
    background: url("images/icons4-lazer.png") -321px -74px no-repeat !important;
}
.ville ul li.icon6 {
    background: url("images/icons4-lazer.png") -641px -74px no-repeat !important;
}
.ville ul li.icon7 {
    background: url("images/icons4-lazer.png") 0 -144px no-repeat !important;
}
.ville ul li.icon8 {
    background: url("images/icons4-lazer.png") -321px -144px no-repeat !important;
}
.ville ul li.icon9 {
    background: url("images/icons4-lazer.png") -641px -144px no-repeat !important;
}
.ville ul li.icon10 {
    background: url("images/icons4-lazer.png") 0 -217px no-repeat !important;
}
.ville ul li.icon11 {
    background: url("images/icons4-lazer.png") -321px -217px no-repeat !important;
}
.ville ul li.icon12 {
    background: url("images/icons4-lazer.png") -641px -217px no-repeat !important;
}
.ville ul li.icon13 {
    background: url("images/icons4-lazer.png") 0 -289px no-repeat !important;
}
.ville ul li.icon14 {
    background: url("images/icons4-lazer.png") -321px -289px no-repeat !important;
}
.ville ul li.icon17 {
    background: url("images/icons-lazer.png") -321px -289px no-repeat !important;
}
/*#################################################################################################### 

/ Plantas

/###################################################################################################*/
#plantas {
    position: relative;
    width: 100%;
    float: left;
    padding: 70px 0 55px 0;
    background: url("images/bg-plantas.png") repeat-x #d6cca6;
}
/*#################################################################################################### 

/ Map

/###################################################################################################*/
#map {
    position: relative;
    width: 100%;
    float: left;
    height: auto;
    background: url(images/bg-local.png) repeat-x #FFF;
    padding: 60px 0 0 0;
}
#map h1 {
    color: #002846;
    font-size: 38px;
    text-align: left;
    font-weight: 100;
    text-transform: uppercase;
    padding: 20px 0 40px 0;
}
/*#################################################################################################### 

/ search_footer

/###################################################################################################*/
#search_footer {
    background: url(images/bg-plantas.png) repeat-x #d5cba5;
}
#search_footer h2 {
    color: #0f2843;
    background: url(images/icon-search2.png) no-repeat;
}
#search_footer form p {
    color: #0f2843;
}
#search_footer form input[type=checkbox] {
    background-color: #ccc39f;
    border: thin solid #0f2843;
}
#search_footer form a {
    color: #0f2843;
    border: thin solid #0f2843;
}
/*#################################################################################################### 

/ Page

/###################################################################################################*/
#page {
    position: relative;
    width: 100%;
    float: left;
    height: auto;
    background: url(images/bg-page.png) repeat-x #102945;
    padding: 60px 0 30px 0;
}
#page .breadcrumb p {
    color: #ccc39f;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    margin: 0 0 40px 0;
}
#page .breadcrumb p a {
    color: #ccc39f;
}
#page .content h1 {
    color: #ccc39f;
    font-size: 38px;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    padding: 20px 0 0 0;
}
#page .content h2 {
    color: #ccc39f;
    font-size: 25px;
    text-align: center;
    font-weight: 300;
    font-style: italic;
    padding: 0 0 40px 0;
}
#page .content p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    text-align: justify;
    line-height: 24px;
    padding: 0 0 25px 0;
}
#page .box {
    background: #d6cca6;
}
#page a:hover .box {
    background: #afa47a;
    -webkit-transition: background 0.3s ease-out;
}
#page .box span.icon1, #page .box span.icon2, #page .box span.icon3, #page .box span.icon4 {
    float: left;
    margin: 12px 30px 20px 30px;
    padding: 0 35px;
    width: 57px;
    height: 74px;
    border-bottom: 2px solid #102945;
    background: url(../images/icons-feats2.png) 33px 0 no-repeat;
}
#page .box span.icon2 {
    background: url(../images/icons-feats2.png) -58px 0 no-repeat;
}
#page .box span.icon3 {
    background: url(../images/icons-feats2.png) -143px 0 no-repeat;
}
#page .box span.icon4 {
    background: url(../images/icons-feats2.png) -232px 0 no-repeat;
}
#page .box h3 {
    color: #102945;
}
#page .box p {
    color: #102945;
}
/*#################################################################################################### 

/ Logomarcas

/###################################################################################################*/
#logomarcas {
    position: relative;
    width: 100%;
    float: left;
    padding: 70px 0 10px 0;
    background: url("images/bg-logomarcas.png") repeat-x #fff;
}
#logomarcas h1 {
    color: #002846;
    font-size: 38px;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0 0 0 0;
    padding: 0;
}
#logomarcas .logomarcas {
    margin: 0 0 84px 0;
}
#logomarcas .logomarcas h2 {
    font-family: 'robotoregular';
    color: #002846;
    font-size: 20px;
    text-align: center;
    margin: 0 0 100px 0;
    padding: 0;
}
#logomarcas .logomarcas img.aligncenter {
    margin: 0 auto 10px auto !important;
}
#logomarcas .logomarcas img {
    margin: 0 63px 10px 0;
}
#logomarcas .logomarcas img.last {
    margin: 0 0 10px 0;
}
/*#################################################################################################### 

/ Contact

/###################################################################################################*/
#contact {
    position: relative;
    width: 100%;
    float: left;
    padding: 70px 0 30px 0;
    background: url("images/bg-local.png") repeat-x #fff;
}
#contact .breadcrumb p, #featured .breadcrumb p {
    color: #002846;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    margin: 0 0 20px 0;
}
#contact .breadcrumb p a, #featured .breadcrumb p a {
    color: #002846;
}
#contact .content h1 {
    color: #002846;
    font-size: 38px;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    padding: 0 0 0 0;
}
#contact .content h2 {
    font-family: 'robotoregular';
    color: #002846;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    font-style: normal;
    padding: 0 0 40px 0;
}
#contact .content form p, #contact .content form label, #contact .content .boxConteudo p {
    color: #002846;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 24px;
    text-transform: uppercase;
}
#contact .content form {
    width: 940px;
    margin: 0 0 90px 0;
    padding: 0;
}
#contact .content .column-l {
    width: 50%;
    float: left;
    margin-right: 32px;
}
#contact .content .column-r {
    width: 44%;
    float: left;
    margin-right: 10px;
}
#contact .content #wpcf7-f47-p27-o1 form span.wpcf7-form-control span.wpcf7-list-item span.wpcf7-list-item-label {
    padding-left: 28px;
}
#contact .content #wpcf7-f47-p27-o1 form span.wpcf7-form-control span.wpcf7-list-item {
    padding: 3px 0 0 0;
    background: url("images/icon-manutencao.png") 25px 0 no-repeat;
}
#contact .content #wpcf7-f47-p27-o1 form span.wpcf7-form-control span.wpcf7-list-item.first {
    background: url("images/icon-vistoria.png") 25px 0 no-repeat;
}
#contact .content #wpcf7-f47-p27-o1 form span.wpcf7-form-control span.wpcf7-list-item.last {
    background: url("images/icon-problema.png") 25px 0 no-repeat;
}
#contact .content #wpcf7-f4-p14-o1 form span.wpcf7-form-control span.wpcf7-list-item span.wpcf7-list-item-label {
    padding-left: 26px;
}
#contact .content #wpcf7-f4-p14-o1 form span.wpcf7-form-control span.wpcf7-list-item {
    padding: 3px 0 0 0;
    background: url("images/icon-work.png") 28px 0 no-repeat;
}
#contact .content #wpcf7-f4-p14-o1 form span.wpcf7-form-control span.wpcf7-list-item.first {
    background: url("images/icon-forn.png") 25px 0 no-repeat;
}
#contact .content #wpcf7-f4-p14-o1 form span.wpcf7-form-control span.wpcf7-list-item.last {
    background: url("images/icon-corretores.png") 27px 0 no-repeat;
}
#contact .content form input[type="radio"] {
    width: 20px;
    height: 20px;
    border: thin solid #113a67;
    padding: 0 10px;
    margin-bottom: 10px;
    background: none;
}
#contact .content form span.tipo {
    margin: 0 0 20px 240px;
}
#contact .content form span.tipo2 {
    margin: 0 0 20px 70px;
}
#contact .content form span.tipo label, #contact .content form span.tipo2 label {
    color: #002846;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    margin-right: 25px;
    text-transform: uppercase;
}
contact .content form span.tipo2 label {
    margin-right: 40px !important;
}
#contact .content form input, #contact .content form select {
    font-size: 14px;
    width: 97%;
    height: 36px;
    border: none;
    padding: 0 10px;
    margin-bottom: 10px;
    background: #ececec;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#contact .content form select {
    color: #002846;
    width: 260px;
    text-transform: uppercase;
    font-style: italic;
}
#contact .content form textarea {
    font-size: 14px;
    width: 97%;
    border: none;
    padding: 10px;
    margin-bottom: 10px;
    background: #ececec;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#contact .content form input[type="submit"] {
    width: 160px;
    height: 40px;
    float: right;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 100;
    font-style: normal;
    color: #002846;
    border: none;
    margin: 0;
    padding: 0;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.sac {
    background: url("images/bg-plantas.png") repeat-x #d6cca6 !important;
}
/*#################################################################################################### 

/ Locacao

/###################################################################################################*/
#locacao {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    background: url(images/bg-locacao.png) repeat-x #aec8e7;
    padding: 50px 0 50px 0;
}
#locacao .img_page {
    width: 417px;
    float: left;
    margin: 65px 45px 0 0;
}
#locacao .img_page img {
    float: right;
}
#locacao .content {
    width: 750px;
    float: left;
    margin-top: 65px;
    margin-left: 80px;
}
#locacao .content h3 {
    color: #002846;
    font-weight: 100;
    font-size: 43px;
    text-transform: uppercase;
    text-align: left;
    padding: 0 0 25px 0;
}
#locacao .content h4 {
    color: #002846;
    font-weight: 300;
    font-size: 25px;
    text-align: left;
    font-style: italic;
    padding: 0 0 40px 0;
}
#locacao .content p, #locacao .content ul li {
    color: #002846;
    font-weight: 300;
    font-size: 19px;
    text-align: left;
    line-height: 25px;
    padding: 0 0 8px 0;
}
#locacao .content ul {
    width: 440px;
    float: left;
    margin: 0 0 18px 20px;
}
#locacao .content ul.less {
    width: 270px;
    float: left;
    margin: 0 0 18px 20px;
}
#locacao .content ul li {
    list-style: disc;
}
#locacao .content a {
    float: left;
    color: #fff;
    font-weight: 300;
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 40px;
    background: #958e74;
    border: thin solid #fff;
}
#locacao .content a:hover {
    color: #958e74;
    background: #fff;
}
#locacao .boxes {
    width: 870px;
    float: left;
    margin: 60px 0 0 70px;
}
#tabelaAtendimento tr, #tabelaAtendimento td {
    border: 2px solid white;
    padding: 3px;
}
.container_12,
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
