/* Variáveis */

:root {
 --cor-base:#f15623;
 --cor-clara:#ff7226;
 --cor-escura:#c3390c;
 --cor-verde:#c8f560;
 --cor-azul:#a7e5f0;
 --cor-rosa:#da1c5c;
 --cor-cinza:#2e2e2e;
 --cor-bege:#FBF9E7;
 --cor-bg:#eaeaea;
}

/* Reset */

* {
 margin:0; padding:0; border:0; outline:0;
 box-sizing:border-box;
}

/* Base */

html {
 position:relative;
 min-height:100%;
}

body {
 margin:0;
 height:100%;
 min-width:300px;
 overflow-y:scroll;
 overflow-x:hidden;
 background-color:var(--cor-bg);
 color:#000;
 font-family:Arial,Helvetica;
 font-size:1em;
 font-weight:400;
}

.opensans {
 font-family:'Open Sans',Arial,Helvetica;
 font-size:1em;
 font-weight:400;
}

/* jQuery UI */

.ui-widget {
 font-style:inherit !important;
 font-family:Tahoma,Arial,Helvetica !important;
 font-size:100% !important;
}

.ui-dialog-titlebar-close {
 visibility:hidden;
}

.ui-tooltip-content {
 font-size:0.8em;
 line-height:initial;
}

.ui-accordion-header {
 outline:none !important;
}

.ui-datepicker {
 font-size:0.95em !important;
}

.ui-datepicker-calendar td,.ui-datepicker-calendar th {
 min-width:unset !important;
 margin:unset !important;
}

.ui-progressbar-value {
 height:2em !important;
}

.ui-widget-shadow {
 -webkit-box-shadow:2px 2px 5px var(--cor-base) !important;
 box-shadow: 2px 2px 5px var(--cor-base) !important;
}

.ui-autocomplete {
 max-height:200px;
 overflow-y:auto;
 overflow-x:hidden;
}

#dialog {
 display:none;
}

.dialog-fixed {
 position:fixed !important;
}

/* Tags */

a {
 text-decoration:none;
 color:var(--cor-cinza);
 outline:none;
 overflow-wrap:anywhere;
}

a:hover {
 text-decoration:none;
 color:var(--cor-base);
}

input[type=text],input[type=password],input[type=file],select,textarea {
 width:100%;
 font-family:'Open Sans',Arial,Helvetica;
 border:1px solid #fff;
 background-color:#fff;
 border-radius:30px;
 color:#000;
 margin-bottom:20px;
 padding:8px 12px;
 outline:none;
 resize:none;
}

input[type=text]:focus,input[type=password]:focus,select:focus,textarea:focus {
 border:1px solid var(--cor-cinza);
}

input[type=file] {
 width:100%;
 max-width:350px;
}

input[type=checkbox] {
 margin:10px 4px 13px 17px;
 vertical-align:middle;
}

input[type=checkbox]:nth-child(1) {
 margin-left:0;
}

::placeholder {
 color:var(--cor-cinza);
 opacity:0.4;
}

button,input[type=button],input[type=submit] {
 background-color:var(--cor-clara);
 border:1px solid var(--cor-clara);
 border-radius:30px;
 padding:10px 8px;
 color:#fff;
 outline:none;
 cursor:pointer;
 transition:0.3s;
}

button:hover,input[type=button]:hover,input[type=submit]:hover {
 background-color:var(--cor-cinza);
 border:1px solid var(--cor-cinza); 
}

hr {
 border:0;
 width:100%;
 height:1px;
 background-color:var(--cor-base);
}

li {
 margin-left:1em;
}

blockquote {
 border-left:solid 3px var(--cor-base);
 padding-left:1em;
 font-style:italic;
}

break {
 flex-basis:100%;
 width:0; height:0;
 overflow:hidden;
}

main {
 margin:0;
 padding:0;
}

/* Específicos */

.nosel {
 user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 -webkit-user-select:none;
 -webkit-touch-callout:none;
 -webkit-tap-highlight-color:transparent;
}

.yessel {
 user-select:text !important;
 -moz-user-select:text !important;
 -ms-user-select:text !important;
 -webkit-user-select:text !important;
}

.noresp {
 display:initial;
}

.yesresp {
 display:none;
}

.flex {
 display:flex;
 flex-wrap:wrap;
 justify-content:center;
}

.loading {
 display:none;
 z-index:99;
}

.load1 {
 position:absolute;
 top:0; left:0;
 z-index:99;
 width:100%;
 height:100%;
 background-color:#fff;
 opacity:0.2;
}

.load2 {
 width:48px;
 height:48px;
 position:fixed;
 top:49%;
 left:49%;
 transform:translate(-50%,-50%);
 animation:rotation 1.7s infinite linear;
}

#lightbox {
 display:none;
 width:100vw;
 height:100vh;
 top:0; left:0;
 position:fixed;
 backdrop-filter:grayscale(1) brightness(0.8);
 z-index:99;
}

#lightbox-content {
 display:none;
 position:absolute;
 width:100%; max-height:100%;
 top:50%; left:50%;
 transform:translate(-50%,-50%);
 background:#fff;
 width:100%; max-height:100%;
 border:solid 5px var(--cor-base);
 border-radius:10px;
 padding:1em;
 overflow:auto;
 margin:0 auto;
}

#lightbox-close {
 position:absolute;
 top:0; right:0;
 margin:8px 4px;
 z-index:99;
}

#lightbox-close span {
 background-color:#fff;
 border:solid 8px #fff;
 padding:8px;
 border-radius:16px;
 cursor:pointer;
 box-shadow:0 0 5px;
}

#lightbox-close span:hover {
 border:solid 8px var(--cor-base);
}

@keyframes rotation {
 from { transform:rotate(0deg); }
 to { transform:rotate(359deg); }
}

.embed-container {
 position:relative;
 padding-bottom:56.25%;
 height:0;
 overflow:hidden;
 max-width:100%;
}

.embed-container iframe,.embed-container object,.embed-container embed {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
}

@media screen and (max-width:639px) {

 .noresp {
  display:none;
 }

 .yesresp {
  display:initial;
 }

 tr {
  display:flex;
  justify-content:center;
  flex-direction:row;
  flex-wrap:wrap;
 }

 td,th {
  flex:1;
  min-width:200px;
  margin:1em;
 }

}

@media screen and (max-width:300px) {
 body {
  font-size:0.9em;
 }
}

@media screen and (max-width:200px) {
 body { display:table-column;background:url(/imagens/layout/logotipo.png) center center / contain no-repeat fixed padding-box content-box var(--cor-bg); }
}

/* Projeto */

.topo {
 width:100%;
 height:120px;
 background-color:#fff;
 box-shadow:0 2px 10px rgba(0,0,0,0.2);
 position:fixed;
 top:0;
 left:0;
 z-index:3;
}

.topologo {
 flex:1;
 max-width:150px;
 padding:10px 10px 0;
}

.logo {
 width:100%;
 max-width:125px;
 transition:0.3s;
}

.logo:hover {
 transform: scale(1.05);
}

.logoresp {
 display:none;
 width:100%;
 max-width:77px;
}

.topomenu {
 flex:1;
 text-align:center;
 padding-top:40px;
}

.menuitem {
 display:inline-block;
 background-color:#fff;
 border-radius:10px;
 padding:8px 15px;
 transition:0.3s;
}

.menuitem:hover {
 background-color:var(--cor-clara);
 color:#fff;
}

#menu_hamb_ico {
 display:none;
 float:right;
 width:25px;
 height:25px;
 border:0;
 cursor:pointer;
}

#menu_resp {
 display:none;
 position:absolute;
 top:58px;
 left:0;
 width:100%;
 text-align:center;
 background-color:#fff;
 box-shadow:0 8px 5px rgba(0,0,0,0.1);
 padding:10px 20px;
 z-index:-1;
}

.menuitem_resp {
 display:inline-block;
 width:100%;
 border:1px solid var(--cor-base);
 border-radius:5px;
 margin-top:10px;
 padding:7px;
 font-size:1em;
 font-weight:500;
 color:var(--cor-base);
 cursor:pointer;
}

.menuitem_resp:hover {
 color:var(--cor-base);
}

.topolinks {
 flex:1;
 max-width:210px;
 padding:22px 10px 0 0;
 text-align:center;
}

.topotel_box {
 display:inline-block;
 width:100%;
 max-width:200px;
 height:35px;
 background-color:var(--cor-verde);
 border-radius:50px;
 padding:4px;
 font-weight:700;
 transition:0.3s;
}

.topotel_bola {
 display:inline-block;
 float:left;
 width:27px;
 height:27px;
 background-color:#fff;
 border-radius:20px;
 padding-top:4px;
}

.topotel_ico {
 width:16px;
 filter:opacity(0.8);
}

.topotel_box:hover {
 background-color:var(--cor-clara);
 color:#fff;
}

.topotel_bola:hover .topotel_ico {
 filter: brightness(0) saturate(100%) invert(53%) sepia(87%) saturate(2078%) hue-rotate(342deg) brightness(100%) contrast(102%);
}

.toporedes_bola {
 display:inline-block;
 width:34px;
 height:34px;
 background-color:var(--cor-azul);
 border-radius:20px;
 margin-top:10px;
 padding-top:8px;
 transition:0.3s;
}

.toporedes_ico {
 width:17px;
 filter:opacity(0.8);
}

.toporedes_bola:hover {
 background-color:var(--cor-clara);
}

.toporedes_bola:hover .toporedes_ico {
 filter:invert() brightness(100);
}

.rodape {
 width:100%;
 background-color:var(--cor-clara);
 padding:60px 10px;
}

.rodape_bola {
 float:right;
 width:50px;
 height:50px;
 background-color:var(--cor-azul);
 border-radius:25px;
 text-align:center;
 padding-top:10px;
 margin-top:-65px;
}

.rodape_bolaico {
 width:28px;
 filter:opacity(0.8);
}

.rodape_dados {
 flex:1;
 max-width:300px;
 background-color:#fff;
 border-radius:30px;
 padding:40px 20px 30px;
 margin:0 25px;
 text-align:center;
 font-weight:700;
 font-size:0.95em;
 color:var(--cor-cinza);
}

.rodape_redesbola {
 display:inline-block;
 width:40px;
 height:40px;
 background-color:var(--cor-cinza);
 border-radius:20px;
 margin-top:20px;
 padding-top:9px;
 transition:0.3s;
}

.rodape_redesico {
 width:20px;
 filter:invert();
}

.rodape_redesbola:hover {
 background-color:var(--cor-verde);
}

.rodape_redesbola:hover .rodape_redesico {
 filter:invert(0) opacity(0.8);
}

.rodape_endereco {
 flex:1;
 max-width:300px;
 background-color:#fff;
 border-radius:30px;
 padding:40px 20px 30px;
 margin:0 25px;
 text-align:left;
 font-weight:500;
 font-size:0.95em;
 color:var(--cor-cinza);
 line-height:1.5em;
}

.rodape_menu {
 flex:1;
 max-width:300px;
 background-color:#fff;
 border-radius:30px;
 padding:40px 30px 30px;
 margin:0 25px;
 text-align:left;
 font-weight:700;
 font-size:0.95em;
 color:var(--cor-cinza);
 line-height:1.4em;
}

.inweb {
 width:100%;
 background-color:var(--cor-base);
 padding:12px 10px;
 text-align:left;
 font-size:0.75em;
 font-weight:600;
}

/*** HOMEPAGE ***/

.slick {
 width:100%;
 z-index:0;
}

.slickdesk {
 margin-top:120px;
}

.slickmob {
 display:none;
}

.slickseta {
 position:absolute;
 top:50%;
 z-index:1;
 cursor:pointer;
}

.slickimg {
 width:60px;
 margin:0 10px;
 transition:0.3s;
}

.slickimg:hover {
 margin:0;
}

.home_emp {
 width:100%;
 max-width:1600px;
 margin:0 auto;
 padding:70px 20px;
 text-align:center;
}

.home_emp_tit {
 font-size:2.2em;
 font-weight:300;
 color:var(--cor-cinza);
}

.home_emp_bot1 {
 display:inline-block;
 width:100%;
 max-width:230px;
 border:3px solid var(--cor-rosa);
 border-radius:30px;
 padding:8px 10px;
 margin:20px 2px 0;
 font-size:1.2em;
 font-weight:800;
 color:var(--cor-rosa);
 cursor:pointer;
 transition:0.3s;
}

.home_emp_bot1:hover {
 background-color:var(--cor-rosa);
 color:#fff;
}

.home_emp_bot2 {
 display:inline-block;
 width:100%;
 max-width:230px;
 border:3px solid var(--cor-clara);
 border-radius:30px;
 padding:8px 10px;
 margin:20px 2px 0;
 font-size:1.2em;
 font-weight:800;
 color:var(--cor-clara);
 cursor:pointer;
 transition:0.3s;
}

.home_emp_bot2:hover {
 background-color:var(--cor-clara);
 color:#fff;
}

.home_emp_bot3 {
 display:inline-block;
 width:100%;
 max-width:230px;
 border:3px solid #4fc6e0;
 border-radius:30px;
 padding:8px 10px;
 margin:20px 2px 0;
 font-size:1.2em;
 font-weight:800;
 color:#4fc6e0;
 cursor:pointer;
 transition:0.3s;
}

.home_emp_bot3:hover {
 background-color:#4fc6e0;
 color:#fff;
}

.home_emp_bot4 {
 display:inline-block;
 width:100%;
 max-width:230px;
 border:3px solid #93ba42;
 border-radius:30px;
 padding:8px 10px;
 margin:20px 2px 0;
 font-size:1.2em;
 font-weight:800;
 color:#93ba42;
 cursor:pointer;
 transition:0.3s;
}

.home_emp_bot4:hover {
 background-color:#93ba42;
 color:#fff;
}

.home_emp_box {
 display:inline-block;
 width:100%;
 max-width:300px;
 margin:20px;
 position:relative;
}

.home_emp_box_foto {
 width:100%;
 max-width:300px;
 border-radius:100px 30px 0 0;
 margin-bottom:-14px;
}

.home_emp_box_tarjaamarela {
 display:inline-block;
 background-color:#ffecac;
 border-radius:10px;
 padding:1px 12px;
 margin:0 3px;
 text-align:center;
 color:var(--cor-cinza);
 font-weight:700;
 font-size:0.8em;
}

.home_emp_box_tarjarosa {
 display:inline-block;
 background-color:#f8b1e1;
 border-radius:10px;
 padding:1px 12px;
 margin:0 3px;
 text-align:center;
 color:var(--cor-cinza);
 font-weight:700;
 font-size:0.8em;
}

.home_emp_box_tarjaazul {
 display:inline-block;
 background-color:#a7e5f0;
 border-radius:10px;
 padding:1px 12px;
 margin:0 3px;
 text-align:center;
 color:var(--cor-cinza);
 font-weight:700;
 font-size:0.8em;
}

.home_emp_box_tarjaverde {
 display:inline-block;
 background-color:#c5e77e;
 border-radius:10px;
 padding:1px 12px;
 margin:0 3px;
 text-align:center;
 color:var(--cor-cinza);
 font-weight:700;
 font-size:0.8em;
}

.home_emp_box_base {
 width:100%;
 background-color:var(--cor-clara);
 border-radius:0 0 30px 30px;
 margin-top:-9px;
 padding:25px 0 30px; 
 color:#fff;
 font-size:0.9em;
 font-weight:500;
}

.home_emp_box_local {
 display:inline-block;
 width:100%;
 background-color:rgba(0,0,0,0.15);
 padding:5px 5px 5px 10px;
 margin-bottom:10px;
 text-align:left;
 font-weight:600;
}

.home_emp_box_ico {
 float:left;
 width:15px;
 filter:invert();
 margin-top:1px;
 margin-right:5px;
}

.home_emp_box_bot {
 display:inline-block;
 width:100%;
 max-width:120px;
 background-color:#fff;
 border:1px solid var(--cor-clara);
 border-radius:30px;
 text-align:center;
 padding:4px;
 margin-top:-16px;
 font-size:0.9em;
 font-weight:700;
 color:var(--cor-clara);
 letter-spacing:-0.05em;
 transition:0.3s;
 position:absolute;
 left:50%;
 transform:translateX(-50%);
}

.home_emp_box_bot:hover {
 background-color:var(--cor-cinza);
 border:1px solid var(--cor-cinza);
 color:#fff;
}

.home_sobre_bgcurva1 {
 width:100%;
 height:121px;
 background-image:url(/imagens/home/sobre-bgcurva.webp);
 background-position:center top;
 background-repeat:no-repeat;
 background-size:100%;
 margin-bottom:-121px;
 position:relative;
}

.home_sobre_bgcurva2 {
 width:100%;
 height:121px;
 background-image:url(/imagens/home/sobre-bgcurva.webp);
 background-position:center top;
 background-repeat:no-repeat;
 background-size:100%;
 margin-top:-121px;
 position:relative;
 transform:rotate(180deg);
}

.home_sobre {
 width:100%;
 background-color:var(--cor-azul);
 background-image:url(/imagens/home/sobre-bg.webp);
 background-position:left bottom;
 background-repeat:no-repeat;
 padding:175px 20px 140px;
}

.home_sobre_img {
 flex:1;
 min-width:500px;
 text-align:center;
}

.home_sobre_foto {
 width:100%;
 max-width:500px;
 border-radius:80px;
}

.home_sobre_icobp8 {
 width:100%;
 max-width:72px;
 margin-top:-41px;
}

.home_sobre_txt {
 flex:2;
 padding:20px 0 0 100px;
 font-size:1.2em;
 font-weight:500;
 color:var(--cor-cinza);
 line-height:1.3em;
 letter-spacing:-0.05em;
}

.home_sobre_tit {
 font-size:2.2em;
 line-height:1.1em;
}

.home_sobre_ico_box {
 flex:1;
 margin:10px;
 text-align:center;
 font-size:0.9em;
 line-height:1.1em;
}

.home_sobre_ico_bola {
 display:inline-block;
 width:90px;
 height:90px;
 background-color:var(--cor-clara);
 border-radius:50px;
 padding-top:19px;
 margin-bottom:8px;
}

.home_sobre_ico {
 width:50px;
}

.home_city {
 width:100%;
 max-width:1350px;
 margin:0 auto;
 padding:30px 15px;
 text-align:center;
 color:var(--cor-cinza);
}

.home_city_tit {
 font-size:1.25em;
}

.home_city_box {
 display:none;
 padding:30px 0;
}

.home_city_foto {
 display:none;
}

.home_city_esquerda {
 flex:1;
 text-align:left;
 padding-top:30px;
}

.home_city_direita {
 flex:1;
 text-align:right;
 padding-top:30px;
}

.home_city_item {
 display:inline-block;
 width:100%;
 max-width:320px;
 background-color:var(--cor-clara);
 border-radius:50px;
 padding:5px;
 margin:13px 0;
 position:relative;
}

.home_city_item_txt {
 display:inline-block;
 width:260px;
 padding:5px 10px 0;
 text-align:left;
 color:#fff;
 font-size:0.85em;
 font-weight:600;
 line-height:1.2em;
 position:absolute;
 top:50%;
 left:55px;
 transform:translateY(-50%);
}

.home_city_item_bola {
 display:inline-block;
 float:left;
 width:48px;
 height:48px;
 background-color:#fff;
 border-radius:25px;
 text-align:center;
 padding-top:8px;
}

.home_city_ico {
 width:30px;
}

.ico_carap {
 filter: brightness(0) saturate(100%) invert(67%) sepia(85%) saturate(398%) hue-rotate(152deg) brightness(96%) contrast(82%);
}

.ico_guaru {
 filter: brightness(0) saturate(100%) invert(61%) sepia(10%) saturate(2276%) hue-rotate(38deg) brightness(109%) contrast(89%);
}

.ico_sampa {
 filter: brightness(0) saturate(100%) invert(22%) sepia(96%) saturate(5157%) hue-rotate(330deg) brightness(89%) contrast(90%);
}

.home_city_osasco {
 width:100%;
 min-height:400px;
 background-image:url(/imagens/home/cidade-osasco.webp);
 background-position:center top;
 background-repeat:no-repeat;
}

.home_city_carapicuiba {
 width:100%;
 min-height:400px;
 background-image:url(/imagens/home/cidade-carapicuiba.webp);
 background-position:center top;
 background-repeat:no-repeat;
}

.home_city_guarulhos {
 width:100%;
 min-height:400px;
 background-image:url(/imagens/home/cidade-guarulhos.webp);
 background-position:center top;
 background-repeat:no-repeat;
}

.home_city_saopaulo {
 width:100%;
 min-height:400px;
 background-image:url(/imagens/home/cidade-saopaulo.webp);
 background-position:center top;
 background-repeat:no-repeat;
}

.home_ctt {
 width:100%;
 background-color:var(--cor-verde);
 margin-top:130px;
 position:relative;
}

.home_ctt_seta {
 position:absolute;
 width:70px;
 top:50%;
 left:50%;
 transform:translateX(-40%) translateY(-50%);
 z-index:2;
}

.home_ctt_setaico {
 width:70px;
}

.home_ctt_img {
 flex:1;
 text-align:center;
 margin-top:-73px;
 margin-bottom:-5px;
 padding:0 10px;
}

.home_ctt_txt {
 flex:1;
 background-image:url(/imagens/home/contato-bg.webp);
 background-position:left top;
 background-repeat:no-repeat;
 position:relative;
}

.home_ctt_txt2 {
 position:absolute;
 top:50%;
 transform:translateY(-50%);
 padding:0 20px 0 100px;
 color:var(--cor-cinza);
 font-size:1.2em;
 font-weight:500;
}

.home_ctt_tit {
 font-weight:700;
 font-size:2em;
}

.home_ctt_bot {
 display:inline-block;
 width:100%;
 max-width:250px;
 height:40px;
 background-color:var(--cor-clara);
 border-radius:50px;
 padding:5px;
 margin:5px 0;
 font-weight:700;
 transition:0.3s;
}

.home_ctt_bot_bola {
 display:inline-block;
 float:left;
 width:30px;
 height:30px;
 background-color:#fff;
 border-radius:20px;
 text-align:center;
 padding-top:2px;
}

.home_ctt_bot_ico {
 width:16px;
 filter:opacity(0.7);
}

.home_ctt_bot:hover {
 background-color:var(--cor-cinza);
 color:#fff;
}

.home_ctt_bot:hover .home_ctt_bot_ico {
 filter: brightness(0) saturate(100%) invert(53%) sepia(87%) saturate(2078%) hue-rotate(342deg) brightness(100%) contrast(102%) opacity(1);
}

/*** EMPRESA ***/

.empresa_tit {
 width:100%;
 height:450px;
 margin-top:120px;
 background-color:var(--cor-clara); 
 background-image:url(/empresa/imagens/titbg.webp);
 background-position:left top;
 background-repeat:no-repeat;
 position:relative;
}

.empresa_tit_txt {
 display:inline-block;
 padding-left:100px;
 padding-top:10px;
 color:#fff;
 font-size:2.5em;
 position:absolute;
 top:50%;
 transform:translateY(-50%);
}

.empresa_tit_seta {
 width:60px;
 margin-top:5px;
}

.empresa_tit_img {
 display:inline-block;
 float:right;
 max-width:631px;
 padding-right:50px;
}

.empresa_tit_foto {
 width:100%;
 max-width:581px;
}

.empresa_intro {
 width:100%;
 max-width:1350px;
 margin:0 auto;
 padding:70px 20px;
}

.empresa_intro_lat {
 flex:1;
 max-width:500px;
}

.empresa_intro_foto {
 width:100%;
 max-width:400px;
 border-radius:100px 0 100px 0;
}

.empresa_intro_seta {
 width:60px;
 margin-left:-30px;
 position:absolute;
 top:50%;
 transform:translateY(-50%);
}

.empresa_intro_txt {
 flex:1;
 padding-left:40px;
 font-size:1.05em;
 line-height:1.6em;
}

.empresa_intro_box {
 background-color:var(--cor-azul);
 border-radius:20px;
 padding:20px 10px;
 margin-bottom:10px;
 text-align:center;
 font-weight:600;
 color:var(--cor-cinza);
}

.empresa_premio {
 width:100%;
 background-color:var(--cor-verde);
 background-image:url(/empresa/imagens/premiobg.webp);
 background-position:left center;
 background-repeat:no-repeat;
 padding:80px 20px;
}

.empresa_premio_txt {
 flex:2;
 padding-right:50px;
 padding-top:10px;
 color:var(--cor-cinza);
 font-weight:500;
 font-size:1.1em;
}

.empresa_premio_tit {
 font-weight:800;
 font-size:2.2em;
 line-height:1em;
}

.empresa_premio_bolinha {
 width:48px;
}

.empresa_premio_img {
 flex:1;
 min-width:500px;
}

.empresa_premio_foto {
 width:100%;
 max-width:500px;
 border-radius:50px;
}

.empresa_icos {
 width:100%;
 background-color:var(--cor-bege);
 padding:80px 20px;
 text-align:center;
}

.empresa_icos_tit {
 font-size:2.2em;
 color:var(--cor-cinza);
 line-height:1em;
}

.empresa_icos_col {
 flex:1;
 padding:20px;
}

.empresa_icos_box {
 width:100%;
 background-color:var(--cor-clara);
 border-radius:30px;
 padding:15px;
 margin-bottom:40px;
}

.empresa_icos_quadro {
 flex:1;
 max-width:100px;
 height:100px;
 background-color:var(--cor-azul);
 border-radius:20px;
 text-align:center;
 padding-top:25px;
}

.empresa_icos_ico {
 width:50px;
}

.empresa_icos_txt {
 flex:1;
 padding:5px 0 0 10px;
 text-align:left;
 color:#fff;
 font-size:0.95em;
 font-weight:500;
}

.empresa_polit {
 width:100%;
 background-color:var(--cor-azul);
 background-image:url(/imagens/home/sobre-bg.webp);
 background-position:left bottom;
 background-repeat:no-repeat;
 padding:70px 50px 100px;
}

.empresa_polit_quali {
 flex:1;
 max-width:800px;
 text-align:center;
 padding:30px;
 font-size:1em;
 color:var(--cor-cinza);
}

.empresa_polit_qualibola {
 display:inline-block;
 width:60px;
 height:60px;
 background-color:var(--cor-clara);
 border-radius:30px;
 margin:5px;
 padding-top:12px;
 transition:0.3s;
}

.empresa_polit_qualico {
 width:35px;
}

.empresa_polit_qualibola:hover {
 background-color:#fff;
}

.empresa_polit_manifest {
 flex:1;
 max-width:800px;
 text-align:center;
 padding:30px;
}

.empresa_polit_manifestbox {
 width:100%;
 max-width:700px;
 margin:0 auto;
 background-color:#fff;
 border-radius:30px;
 text-align:left;
 font-size:0.95em;
}

.empresa_polit_manifestit {
 width:100%;
 background-color:var(--cor-clara);
 border-radius:30px 30px 0 0;
 padding:20px 20px 40px;
 text-align:center;
 color:#fff;
 font-weight:800;
 font-size:1.8em;
 line-height:1.2em;
}

.empresa_ctt {
 width:100%;
 background-color:var(--cor-clara);
 text-align:center;
 padding:0 20px 150px;
 position:relative;
}

.empresa_ctt_box {
 display:inline-block;
 width:90%;
 max-width:1000px;
 background-color:var(--cor-verde);
 border-radius:20px;
 position:absolute;
 top:-50px;
 left:50%;
 transform:translateX(-50%);
 padding:15px 20px 40px;
 color:var(--cor-cinza);
 font-weight:600;
 font-size:1.3em;
}

.empresa_ctt_bot {
 display:inline-block;
 width:100%;
 max-width:300px;
 background-color:#fff;
 border-radius:50px;
 text-align:center;
 padding:8px 15px;
 margin-top:20px;
 color:var(--cor-cinza);
 font-weight:700;
 font-size:0.75em;
 position:absolute;
 left:50%;
 transform:translateX(-50%);
}

/*** EMPREENDIMENTOS ***/

.emp_tit {
 width:100%;
 height:450px;
 margin-top:120px;
 background-color:var(--cor-clara); 
 background-image:url(/empresa/imagens/titbg.webp);
 background-position:left top;
 background-repeat:no-repeat;
 position:relative;
}

.emp_tit_txt {
 display:inline-block;
 width:100%;
 max-width:800px;
 padding-left:100px;
 color:#fff;
 font-size:1.8em;
 font-weight:500;
 position:absolute;
 top:50%;
 transform:translateY(-50%);
}

.emp_tit_img {
 display:inline-block;
 float:right;
 max-width:497px;
}

.emp_tit_foto {
 width:100%;
 max-width:497px;
}

.emp_main {
 width:100%;
 margin:0 auto;
 padding:40px 50px 60px;
 text-align:center;
}

.emp_video {
 width:100%;
 background-color:var(--cor-azul);
 background-image:url(/imagens/home/sobre-bg.webp);
 background-position:left bottom;
 background-repeat:no-repeat;
 padding:80px 50px 150px;
}

/*** PROJETOS ***/

.proj_topo {
 width:100%;
 min-height:750px;
 background-position:top center;
 background-repeat:no-repeat;
 background-size:cover;
 margin-top:120px;
 position:relative;
}

.proj_topo_txt {
 width:100%;
 padding:0 20px;
 text-align:center;
 position:absolute;
 top:50%;
 left:50%;
 transform:translateX(-50%) translateY(-50%);
 font-size:2.8em;
 font-weight:800;
 color:#fff;
 text-shadow:0 0 10px #000;
 line-height:1.2em;
}

.proj_topo_logo {
 width:100%;
 max-width:250px;
 margin-bottom:10px;
}

.proj_intro {
 width:100%;
 position:relative;
}

.proj_intro_seta {
 position:absolute;
 width:70px;
 top:50%;
 left:49%;
 transform:translateX(-49%) translateY(-50%);
 z-index:2;
}

.proj_intro_txt1 {
 flex:1;
 text-align:center;
 position:relative;
}

.proj_intro_txt2 {
 width:100%;
 position:absolute;
 top:50%;
 transform:translateY(-50%);
 padding:20px;
 font-size:1.3em;
 font-weight:700;
 color:var(--cor-cinza);
 line-height:1.8em;
}

.proj_intro_icos {
 flex:1;
 background-image:url(/imagens/layout/projeto-bg.webp);
 background-position:left bottom;
 background-repeat:no-repeat;
 text-align:center;
 padding:80px 20px;
}

.proj_intro_box {
 display:inline-block;
 width:160px;
 height:130px;
 background-color:#fff;
 border-radius:30px;
 text-align:center;
 vertical-align:top;
 margin:10px;
 padding:12px 10px 10px;
 font-size:0.8em;
 font-weight:600;
 line-height:1.2em;
}

.proj_intro_ico {
 width:60px;
 margin-bottom:5px;
}

.proj_intro_ico2 {
 width:100px;
}

.proj_bot {
 display:inline-block;
 width:100%;
 text-align:center;
 padding:0 20px;
 position:relative;
}

.proj_bot_box {
 display:inline-block;
 width:90%;
 max-width:400px;
 height:60px;
 background-color:var(--cor-base);
 border-radius:100px;
 position:absolute;
 top:-45px;
 left:50%;
 transform:translateX(-50%);
 padding:5px;
 color:var(--cor-cinza);
 font-weight:700;
 font-size:1.2em;
 color:#fff;
 transition:0.3s;
}

.proj_bot_box:hover {
 background-color:var(--cor-cinza);
 color:#fff;
}

.proj_bot_bola {
 float:left;
 width:50px;
 height:50px;
 background-color:#fff;
 border-radius:50px;
 text-align:center;
 padding-top:9px;
}

.proj_bot_ico {
 width:30px;
}

.proj_bot_txt {
 padding:13px 10px 0;
}

.proj_plantas {
 width:100%;
 padding:80px 20px 60px;
 text-align:center;
}

.proj_plantas_tit {
 font-weight:800;
 font-size:2.3em;
 color:var(--cor-cinza);
}

.proj_plantas_box {
 flex:1;
 max-width:550px;
 min-width:450px;
 background-color:#fff;
 border-radius:40px;
 box-shadow:0 0 15px rgba(0,0,0,0.1);
 text-align:center;
 padding:40px 10px 30px;
 margin:20px 20px 50px;
 position:relative;
}

.proj_plantas_desc {
 width:80%;
 max-width:300px;
 background-color:var(--cor-verde);
 border-radius:40px;
 text-align:center;
 padding:10px;
 font-weight:700;
 color:var(--cor-cinza);
 position:absolute;
 top:-15px;
 left:50%;
 transform:translateX(-50%);
}

.proj_plantas_bola {
 width:55px;
 height:55px;
 background-color:var(--cor-azul);
 border-radius:40px;
 text-align:center;
 padding-top:14px;
 position:absolute;
 right:30px;
}

.proj_plantas_ico {
 width:25px;
 filter: brightness(0) saturate(100%) invert(16%) sepia(19%) saturate(12%) hue-rotate(354deg) brightness(99%) contrast(95%);
}

.thumbs_plantas {
 width:100%;
 max-width:400px;
}

.proj_fotos {
 width:100%;
 background-color:var(--cor-azul);
 background-image:url(/imagens/home/sobre-bg.webp);
 background-position:left center;
 background-repeat:no-repeat;
 padding:80px 20px;
 text-align:center;
}

.proj_fotos_tit {
 width:100%;
 background-color:var(--cor-clara);
 border-radius:20px;
 padding:15px;
 text-align:center;
 font-weight:800;
 font-size:2em;
 color:#fff;
}

.proj_fotos_box {
 width:100%;
 max-width:1050px;
 margin:0 auto;
 background-color:#fff;
 border-radius:20px;
 padding:25px;
}

.proj_local {
 width:100%;
 padding:60px 20px;
 background-color:var(--cor-bege);
 text-align:center;
}

.proj_local_logo {
 flex:1;
 max-width:350px;
 padding-right:20px;
 text-align:center;
}

.proj_local_txt1 {
 flex:2;
 position:relative;
 font-weight:600;
 font-size:1.1em;
 color:var(--cor-cinza);
}

.proj_local_txt2 {
 width:100%;
 position:absolute;
 top:50%;
 left:50%;
 transform:translateX(-50%) translateY(-50%);
}

.proj_local_tit {
 font-weight:800;
 font-size:1.6em;
 line-height:1.2em;
}

.proj_local_end {
 display:inline-block;
 width:100%;
 background-color:var(--cor-clara);
 border-radius:20px;
 padding:20px;
 text-align:center;
 color:#fff;
}

.proj_local_br {
 display:none;
}

.proj_mapa {
 width:100%;
}

.proj_mapa_img {
 flex:1;
}

.proj_mapa_cidade1 {
 flex:1;
 background-color:var(--cor-clara);
 margin-bottom:-2px;
}

.proj_mapa_cidade2 {
 padding:30px 30px 30px 40px;
 font-size:1.1em;
 color:#fff;
}

.proj_mapa_tit {
 font-weight:800;
 font-size:3em;
}

.proj_mapa_coluna {
 flex:1;
}

.proj_contato {
 width:100%;
 background-color:var(--cor-verde);
 padding:80px 20px;
 text-align:center;
 font-size:1.6em;
 font-weight:700;
 color:var(--cor-cinza);
}

.proj_contato_bot {
 display:inline-block;
 width:100%;
 max-width:500px;
 background-color:#fff;
 border-radius:50px;
 margin-top:10px;
 padding:10px;
 font-size:0.7em;
 transition:0.3s;
}

.proj_contato_bot:hover {
 background-color:var(--cor-clara);
 color:#fff;
}

/*** CONTATO ***/

.contato_tit {
 width:100%;
 height:450px;
 margin-top:120px;
 background-color:var(--cor-clara);
 background-image:url(/empresa/imagens/titbg.webp);
 background-position:left top;
 background-repeat:no-repeat;
 position:relative;
}

.contato_tit_txt {
 display:inline-block;
 width:100%;
 max-width:500px;
 padding-left:100px;
 color:#fff;
 font-size:1.8em;
 font-weight:500;
 position:absolute;
 top:50%;
 transform:translateY(-50%);
}

.contato_tit_oval {
 display:inline-block;
 width:100%;
 background-color:var(--cor-verde);
 border-radius:100px;
 padding:10px;
 margin-top:15px;
 text-align:center;
 font-size:0.7em;
 font-weight:700;
 color:var(--cor-cinza);
}

.contato_tit_img {
 display:inline-block;
 float:right;
 max-width:608px;
 padding-right:30px;
}

.contato_tit_foto {
 width:100%;
 max-width:578px;
}

.contato_centro {
 padding:80px 20px;
}

.contato_txt {
 flex:2;
}

.contato_txt_box {
 margin-top:60px;
 padding:10px 30px 40px;
 border-radius:30px 0 0 30px;
 background-color:var(--cor-verde);
 text-align:center;
 font-weight:500;
 color:var(--cor-cinza);
}

.contato_txt_ico {
 width:72px;
 margin-top:-45px;
 margin-bottom:10px;
}

.contato_txt_bot {
 display:inline-block;
 width:100%;
 max-width:200px;
 height:35px;
 background-color:var(--cor-clara);
 border-radius:50px;
 padding:4px;
 margin:6px 0;
 text-align:center;
 font-weight:700;
 transition:0.3s;
}

.contato_txt_bot:hover {
 color:#fff;
}

.contato_form {
 flex:3;
 background-color:var(--cor-azul);
 border-radius:30px;
 margin:0; 
 padding:40px;
 font-size:0.9em;
}

.contato_form_quebra {
 flex:1;
 margin:0 5px;
}

/*** TERRENOS ***/

.terrenos_tit {
 width:100%;
 height:450px;
 margin-top:120px;
 background-color:var(--cor-clara);
 background-image:url(/empresa/imagens/titbg.webp);
 background-position:left top;
 background-repeat:no-repeat;
 position:relative;
}

.terrenos_tit_txt {
 display:inline-block;
 width:100%;
 max-width:500px;
 padding-left:100px;
 color:#fff;
 font-size:1.8em;
 font-weight:500;
 position:absolute;
 top:50%;
 transform:translateY(-50%);
}

.terrenos_tit_img {
 display:inline-block;
 float:right;
 max-width:525px;
 padding-right:30px;
}

.terrenos_tit_foto {
 width:100%;
 max-width:495px;
}

/***********/

@media screen and (max-width:1400px) {
 .home_sobre_bgcurva1 {
  height:90px;
  margin-bottom:-90px;
 }
 .home_sobre_bgcurva2 {
  height:90px;
  margin-top:-90px;
 }
 .home_sobre {
  padding:130px 25px 115px;
 }
 .home_sobre_img {
  min-width:400px;
 }
 .home_sobre_foto {
  max-width:400px;
  border-radius:60px;
 }
 .home_sobre_icobp8 {
  max-width:60px;
 }
 .home_sobre_txt {
  padding:5px 0 0 30px;
  font-size:1.1em;
 }
 .home_sobre_tit {
  font-size:1.8em;
 }
 .home_sobre_ico_bola {
  width:75px;
  height:75px;
  padding-top:14px;
 }
 .home_sobre_ico {
  width:45px;
 }
 .home_ctt {
  margin-top:100px;
 }
 .home_ctt_txt2 {
  padding:0 20px 0 60px;
  font-size:1em;
  line-height:1.8em;
 }
 .empresa_intro_lat {
  max-width:450px;
 }
 .empresa_polit {
  padding:50px 0 100px;
 }
 .emp_tit_txt {
  max-width:500px;
  padding-left:60px;
 }
 .emp_main {
  padding:30px 25px 50px;
 }
 .proj_intro_seta {
  left:39%;
  transform:translateX(-49%) translateY(-50%);
 }
 .proj_intro_txt1 {
  flex:2;
 }
 .proj_intro_txt2 {
  padding:20px 40px 20px 20px;
 }
 .proj_intro_icos {
  flex:3;
 }
 .proj_mapa_img {
  flex:none;
  display:inline-block;
  width:100%;
  height:400px;
 }
 .proj_mapa_cidade1 {
  flex:none;
  display:inline-block;
  width:100%;
 }
 .proj_mapa_cidade2 {
  padding:20px;
 }
 .proj_mapa_tit {
  font-size:2.3em;
 }
}

@media screen and (max-width:1100px) {
 .topo {
  height:100px;
 }
 .topologo {
  max-width:120px;
 }
 .logo {
  max-width:100px;
 }
 .topomenu {
  padding-top:35px;
 }
 .menuitem {
  padding:6px 10px;
  font-size:0.9em;
 }
 .topolinks {
  max-width:160px;
  padding:10px 10px 0 0;
 }
 .topotel_box {
  max-width:150px;
  font-size:0.9em;
  line-height:1.6em;
 }
 .rodape_dados, .rodape_endereco, .rodape_menu {
  margin:0 10px;
 }
 .slickdesk {
  margin-top:100px;
 }
 .slickimg {
  width:50px;
 }
 .home_emp {
  padding:40px 20px;
 }
 .home_emp_tit {
  font-size:1.8em;
 }
 .home_emp_bot1, .home_emp_bot2, .home_emp_bot3, .home_emp_bot4 {
  width:48%;
  max-width:200px;
  margin:15px 2px 0;
  font-size:1em;
 }
 .home_sobre_bgcurva1 {
  height:70px;
  margin-bottom:-70px;
 }
 .home_sobre_bgcurva2 {
  height:70px;
  margin-top:-70px;
 }
 .home_sobre {
  padding:100px 20px 90px;
 }
 .home_sobre_img {
  flex:none;
  display:inline-block;
  width:100%;
  min-width:auto;
  text-align:center;
  padding:0 20px;
 }
 .home_sobre_foto {
  border-radius:40px;
 }
 .home_sobre_txt {
  flex:none;
  display:inline-block;
  width:100%;
  padding:15px 0 0;
  font-size:1em;
 }
 .home_sobre_tit {
  font-size:1.6em;
 }
 .home_sobre_ico_bola {
  padding-top:16px;
 }
 .home_sobre_ico {
  width:40px;
 }
 .home_city_foto {
  display:inline-block;
  width:100%;
 }
 .home_city_esquerda, .home_city_direita {
  text-align:center;
  padding:0;
 }
 .home_city_item_txt {
  text-align:left !important;
  left:55px !important;
 }
 .home_city_item_bola {
  float:left !important;
 }
 .home_city_osasco, .home_city_carapicuiba, .home_city_guarulhos, .home_city_saopaulo {
  min-height:auto;
  background-image:none;
 }
 .home_ctt {
  margin-top:50px;
 }
 .home_ctt_img {
  flex:none;
  display:inline-block;
  width:100%;
  padding:0 50px;
 }
 .home_ctt_txt {
  flex:none;
  display:inline-block;
  width:100%;
 }
 .home_ctt_txt2 {
  position:relative;
  padding:30px 20px;
  text-align:center;
 }
 .home_ctt_tit {
  font-size:1.8em;
 }
 .home_ctt_bot {
  max-width:220px;
 }
 .home_ctt_seta {
  display:none;
 }
 .empresa_tit {
  height:350px;
  margin-top:100px;
  background-size:cover;
 }
 .empresa_tit_txt {
  padding-left:50px;
  font-size:2em;
 }
 .empresa_tit_img {
  max-width:462px;
  padding-right:10px;
 }
 .empresa_tit_foto {
  max-width:452px;
 }
 .empresa_intro_lat {
  flex:2;
 }
 .empresa_intro_seta {
  width:50px;
  margin-left:-25px;
 }
 .empresa_intro_txt {
  flex:3;
  padding-left:40px;
  font-size:1em;
 }
 .empresa_intro_box {
  padding:20px 15px;
 }
 .empresa_premio {
  padding:50px 20px;
 }
 .empresa_premio_txt {
  padding-right:40px;
  font-size:1em;
 }
 .empresa_premio_tit {
  font-size:2em;
 }
 .empresa_premio_img {
  min-width:450px;
 }
 .empresa_polit {
  padding:30px 0 80px;
 }
 .empresa_polit_quali {
  font-size:0.9em;
 }
 .empresa_polit_manifest {
  font-size:0.9em;
 }
 .empresa_ctt {
  padding:0 20px 120px;
 }
 .empresa_ctt_box {
  font-size:1.2em;
 }
 .emp_tit {
  height:350px;
  margin-top:100px;
  background-size:cover;
 }
 .emp_tit_txt {
  max-width:400px;
  padding-left:30px;
  font-size:1.4em;
 }
 .emp_tit_img {
  max-width:387px;
 }
 .emp_tit_foto {
  max-width:387px;
 }
 .emp_video {
  padding:60px 30px 120px;
 } 
 .contato_tit {
  height:350px;
  margin-top:100px;
  background-size:cover;
 }
 .contato_tit_txt {
  max-width:360px;
  padding-left:30px;
  font-size:1.4em;
 }
 .contato_tit_img {
  max-width:460px;
  padding-right:10px;
 }
 .contato_tit_foto {
  max-width:450px;
 }
 .contato_centro {
  padding:50px 20px;
 }
 .contato_txt_box {
  padding:10px 20px 30px;
  font-size:0.9em;
 }
 .contato_txt_bot {
  font-size:1.1em;
  line-height:1.5em;
 }
 .contato_form {
  padding:30px 25px;
 }
 .proj_topo {
  min-height:600px;
  margin-top:100px;
 }
 .proj_topo_txt {
  font-size:2em;
 }
 .proj_topo_logo {
  max-width:200px;
 }
 .proj_intro_seta {
  left:38%;
 }
 .proj_intro_txt2 {
  font-size:1.1em;
 }
 .proj_intro_icos {
  background-size:cover; 
  padding:60px 20px 60px 40px;
 }
 .proj_bot_box {
  max-width:340px;
  height:50px;
  top:-35px;
  padding:4px;
  font-size:1.1em;
 }
 .proj_bot_bola {
  width:42px;
  height:42px;
  padding-top:8px;
 }
 .proj_bot_ico {
  width:25px;
 }
 .proj_bot_txt {
  padding:10px 10px 0;
 }
 .proj_plantas {
  padding:50px 20px 30px;
 }
 .proj_plantas_tit {
  font-size:2em;
 }
 .proj_plantas_box {
  min-width:350px;
  margin:20px 10px 50px;
 }
 .proj_plantas_bola {
  width:45px;
  height:45px;
  padding-top:11px;
 }
 .proj_plantas_ico {
  width:20px;
 }
 .proj_fotos {
  padding:60px 20px;
 }
 .terrenos_tit {
  height:350px;
  margin-top:100px;
  background-size:cover;
 }
 .terrenos_tit_txt {
  max-width:360px;
  padding-left:30px;
  font-size:1.4em;
 }
 .terrenos_tit_img {
  max-width:415px;
 }
 .terrenos_tit_foto {
  max-width:385px;
 } 
}

@media screen and (max-width:870px) {
 .topomenu {
  padding:20px 10px 0;
 }
 .rodape_menu {
  display:none;
 }
 .home_sobre_bgcurva1 {
  height:60px;
  margin-bottom:-60px;
 }
 .home_sobre_bgcurva2 {
  height:60px;
  margin-top:-60px;
 }
 .home_sobre {
  padding:80px 20px 70px;
 }
 .home_city_tit {
  font-size:1.1em;
 }
 .empresa_intro {
  padding:40px 20px;
 }
 .empresa_intro_lat {
  flex:none;
  display:inline-block;
  width:100%;
  max-width:none;
  text-align:center;
  padding:0 50px;
 }
 .empresa_intro_seta {
  display:none;
 }
 .empresa_intro_txt {
  flex:none;
  display:inline-block;
  width:100%;
  padding:20px 10px;
  font-size:0.95em;
 }
 .empresa_premio {
  padding:40px 20px;
 }
 .empresa_premio_txt {
  flex:none;
  display:inline-block;
  width:100%;
  padding:0;
  z-index:1;
 }
 .empresa_premio_bolinha {
  width:60px;
  margin-left:25px;
 }
 .empresa_premio_img {
  flex:none;
  display:inline-block;
  width:100%;
  min-width:auto;
  margin-top:-30px;
 }
 .empresa_icos {
  padding:50px 20px;
 }
 .empresa_icos_tit {
  font-size:2em;
 }
 .empresa_icos_col {
  padding:10px;
 }
 .empresa_icos_box {
  margin-bottom:30px;
 }
 .empresa_icos_quadro {
  max-width:80px;
  height:80px;
  padding-top:17px;
 }
 .empresa_icos_ico {
  width:45px;
 }
 .empresa_icos_txt {
  padding:0 0 0 10px;
  font-size:0.9em;
 }
 .empresa_polit {
  padding:20px 20px 80px;
 }
 .empresa_polit_quali {
  flex:none;
  display:inline-block;
  width:100%;
  padding:10px;
 }
 .empresa_polit_manifest {
  flex:none;
  display:inline-block;
  width:100%;
  padding:20px 0;
 }
 .empresa_polit_manifestit {
  font-size:1.5em;
 }
 .emp_main {
  padding:30px 10px;
 }
 .contato_tit_txt {
  max-width:250px;
  font-size:1.2em;
 }
 .contato_centro {
  padding:40px 20px;
 }
 .contato_txt {
  flex:none;
  display:inline-block;
  width:100%;
 }
 .contato_txt_box {
  margin:30px 0;
  border-radius:30px;
  padding:10px 20px 30px;
 }
 .contato_form {
  flex:none;
  display:inline-block;
  width:100%;
 }
 .proj_topo {
  min-height:500px;
 }
 .proj_intro_txt2 {
  line-height:1.3em;
 }
 .proj_intro_icos {
  padding:40px 20px 40px 40px;
 }
 .proj_intro_box {
  width:150px;
  height:auto;
  border-radius:20px;
  font-size:0.7em;
 }
 .proj_intro_ico {
  width:45px;
 }
 .proj_intro_ico2 {
  width:80px;
 }
 .proj_plantas_tit {
  font-size:1.8em;
 }
 .proj_plantas_box {
  max-width:400px;
  min-width:310px;
  border-radius:30px;
  padding:30px 10px 25px;
  margin:20px 10px 40px;
 }
 .proj_plantas_desc {
  width:75%;
  top:-18px;
  font-size:0.9em;
 }
 .proj_fotos {
  background-size:cover;
  padding:40px 20px;
 }
 .proj_fotos_tit {
  border-radius:10px;
  padding:10px;
  font-size:1.6em;
 }
 .proj_fotos_box {
  border-radius:10px;
  padding:20px;
 }
 .proj_local {
  padding:50px 15px;
 }
 .proj_local_logo {
  max-width:200px;
 }
 .proj_local_tit {
  font-size:1.4em;
 }
 .proj_local_end {
  border-radius:10px;
  padding:15px;
 }
 .proj_contato {
  padding:60px 20px;
  font-size:1.3em;
 }
 .proj_contato_bot {
  max-width:350px;
 }
 .terrenos_tit_txt {
  max-width:300px;
  padding-left:20px;
  font-size:1.2em;
 }
}

@media screen and (max-width:700px) {
 .home_city_esquerda, home_city_direita {
  flex:none;
  display:inline-block;
  width:100%;
 }
 .home_city_item {
  max-width:500px;
  margin:5px 0;
 }
 .home_city_item_txt {
  width:90%;
  top:45%;
 }
 .emp_tit_txt {
  max-width:200px;
  padding-left:20px;
  font-size:1.2em;
 }
 .emp_video {
  padding:40px 30px 100px;
  background-size:cover;
 } 
 .proj_topo {
  min-height:400px;
 }
 .proj_topo_txt {
  font-size:1.4em;
 }
 .proj_topo_logo {
  max-width:150px;
 }
 .proj_intro {
  background-image:url(/imagens/layout/projeto-bg.webp);
  background-position:left bottom;
  background-repeat:no-repeat;
  background-size:80%;
  position:auto;
 }
 .proj_intro_seta {
  display:none;
 }
 .proj_intro_txt1 {
  flex:none;
  display:inline-block;
  width:100%;
  position:auto;
 }
 .proj_intro_txt2 {
  position:relative;
  top:0;
  transform:none;
  padding:40px 20px 0;
 }
 .proj_intro_icos {
  flex:none;
  display:inline-block;
  width:100%;
  background-image:none;
  padding:30px 20px;
 }
 .proj_bot {
  margin-bottom:80px;
 }
 .proj_bot_box {
  top:20px;
 }
 .proj_plantas {
  padding:30px 20px 20px;
 }
 .proj_plantas_tit {
  font-size:1.6em;
 }
 .proj_plantas_box {
  flex:none;
  display:inline-block;
  width:100%;
  max-width:500px;
  min-width:none;
  margin:20px 0 40px;
 }
 .proj_mapa_coluna {
  flex:none;
  display:inline-block;
  width:100%;
 }
 .terrenos_tit_txt {
  max-width:220px;
 }
 .terrenos_tit_img {
  max-width:390px;
  padding-right:5px;
 }
}

@media screen and (max-width:650px) {
 .topo {
  height:60px;
 }
 .topologo {
  max-width:87px;
  padding:4px 0 4px 8px;
  order:-2;
 }
 .logo, .menuitem, .toporedes_bola {
  display:none;
 }
 .logoresp {
  display:inline-block;
 }
 .logo:hover {
  transform:none;
 }
 .topomenu {
  width:100%;
  max-width:45px;
  padding:18px 10px 0 0;
 }
 #menu_hamb_ico {
  display:inline-block;
 }
 .topolinks {
  max-width:none;
  padding:13px 10px 0;
  order:-1;
 }
 .rodape {
  padding:40px 10px 30px;
 }
 .rodape_bola {
  width:45px;
  height:45px;
  margin-top:-50px;
 }
 .rodape_bolaico {
  width:22px;
 }
 .rodape_dados, .rodape_endereco {
  padding:30px 20px 20px;
  font-size:0.85em;
 }
 .slickdesk {
  margin-top:60px;
 }
 .slickseta {
  top:45%;
 }
 .slickimg {
  width:45px;
  margin:0;
 }
 .home_emp {
  padding:20px 10px;
 }
 .home_emp_tit {
  font-size:1.5em;
  line-height:1.1em;
 }
 .home_emp_bot1, .home_emp_bot2, .home_emp_bot3, .home_emp_bot4 {
  max-width:180px;
  padding:6px 10px;
  margin:10px 2px 0;
  border-width:2px;
  font-size:0.9em;
 }
 .home_sobre_bgcurva1 {
  height:45px;
  margin-bottom:-45px;
 }
 .home_sobre_bgcurva2 {
  height:45px;
  margin-top:-45px;
 }
 .home_sobre {
  padding:60px 20px 50px;
 }
 .home_sobre_txt {
  font-size:0.95em;
 }
 .home_sobre_tit {
  font-size:1.5em;
 }
 .home_sobre_ico_box {
  margin:10px !important;
 }
 .empresa_tit {
  height:250px;
  margin-top:60px;
 }
 .empresa_tit_txt {
  padding-left:20px;
  font-size:1.6em;
 }
 .empresa_tit_img {
  max-width:333px;
 }
 .empresa_tit_foto {
  max-width:323px;
 }
 .empresa_polit {
  background-size:cover;
 }
 .empresa_ctt_box {
  font-size:1em;
 }
 .emp_tit {
  height:250px;
  margin-top:60px;
 }
 .emp_tit_img {
  max-width:276px;
 }
 .emp_tit_foto {
  max-width:276px;
 }
 .contato_tit {
  height:250px;
  margin-top:60px;
 }
 .contato_tit_txt {
  max-width:200px;
  padding-left:20px;
  font-size:1em;
 }
 .contato_tit_img {
  max-width:321px;
  padding-right:0;
 }
 .contato_tit_foto {
  max-width:321px;
 }
 .proj_topo {
  margin-top:60px;
 }
 .proj_local_tit {
  font-size:1.2em;
 }
 .proj_local_end {
  font-size:0.9em;
 }
 .terrenos_tit {
  height:250px;
  margin-top:60px;
 }
 .terrenos_tit_txt {
  max-width:180px;
  font-size:1em;
 }
 .terrenos_tit_img {
  max-width:280px;
 }
 .terrenos_tit_foto {
  max-width:275px;
 } 
}

@media screen and (max-width:600px) {
 .slickdesk {
  display:none;
 }
 .slickmob {
  display:inline-block;
  width:100%;
  margin-top:60px;  
 }
 .home_city {
  padding:20px 15px;
 }
 .home_city_tit {
  font-size:1em;
 }
 .home_city_item_txt {
  width:88%;
 }
 .empresa_premio_txt {
  font-size:0.95em;
 }
 .empresa_premio_tit {
  font-size:1.8em;
 }
 .empresa_icos_tit {
  font-size:1.8em;
 }
 .empresa_icos_col {
  flex:none;
  display:inline-block;
  width:100%;
  padding:0;
 }
 .empresa_icos_box {
  border-radius:25px;
  padding:10px;
  margin-bottom:20px;
 }
 .empresa_icos_quadro {
  border-radius:15px;
 }
 .empresa_icos_txt {
  font-size:0.85em;
 }
 .proj_intro_txt2 {
  padding:30px 20px 0;
  font-size:1em;
 }
 .proj_intro_icos {
  padding:20px 10px;
 }
 .proj_intro_box {
  width:45%;
  max-width:140px;
  margin:5px;
  padding:10px;
 }
}

@media screen and (max-width:500px) {
 .rodape {
  padding:40px 20px 30px;
 }
 .rodape_dados {
  flex:none;
  display:inline-block;
  width:100%;
  border-radius:20px;
  margin:0;
 }
 .rodape_endereco {
  flex:none;
  display:inline-block;
  width:100%;
  border-radius:20px;
  margin:40px 0 0;
  line-height:1.3em;
 }
 .inweb {
  padding:10px 8px;
  font-size:0.65em;
 }
 .slickimg {
  width:40px;
 }
 .slick2 {
  padding:0 !important;
 }
 .home_emp_box {
  margin:0 0 20px;
  padding:0 2px;
  font-size:0.85em;
 }
 .home_emp_box_local {
  font-size:1.2em;
 }
 .home_emp_box_foto {
  margin-bottom:-11px;
 }
 .home_emp_box_bot {
  font-size:1em;
 }
 .home_sobre_bgcurva1 {
  height:35px;
  margin-bottom:-35px;
 }
 .home_sobre_bgcurva2 {
  height:35px;
  margin-top:-35px;
 }
 .home_sobre_ico_box {
  margin:10px 15px !important;
 }
 .home_city_tit {
  font-size:0.9em;
 }
 .home_city_item_txt {
  width:83%;
  padding:8px 10px 0;
  font-size:0.8em;
 }
 .home_ctt {
  margin-top:30px;
 }
 .home_ctt_img {
  margin-top:-50px;
  padding:0 20px;
 }
 .home_ctt_txt {
  background-size:cover;
 }
 .home_ctt_txt2 {
  padding:30px 10px;
  font-size:0.95em;
 }
 .home_ctt_tit {
  font-size:1.6em;
 }
 .home_ctt_bot {
  max-width:200px;
 }
 .home_ctt_bot_bola {
  padding-top:3px;
 }
 .empresa_tit {
  height:200px;
 }
 .empresa_tit_txt {
  padding-left:15px;
  font-size:1.2em;
 }
 .empresa_tit_seta {
  width:45px;
 } 
 .empresa_tit_img {
  max-width:268px;
 }
 .empresa_tit_foto {
  max-width:258px;
 }
 .empresa_intro {
  padding:30px 20px;
 }
 .empresa_intro_foto {
  border-radius:60px 0 60px 0;
 }
 .empresa_intro_txt {
  padding:20px 0;
  line-height:1.3em;
 }
 .empresa_intro_box {
  padding:15px 20px;
  margin-bottom:0;
  font-size:0.9em;
  line-height:1.4em;
 }
 .empresa_premio_foto {
  border-radius:40px;
 }
 .empresa_icos_box {
  padding:10px 13px 13px 10px;
 }
 .empresa_ctt_bot {
  max-width:200px;
 }
 .emp_tit {
  height:200px;
 }
 .emp_tit_txt {
  max-width:150px;
  padding-left:15px;
  font-size:0.9em;
 }
 .emp_tit_img {
  max-width:221px;
 }
 .emp_tit_foto {
  max-width:221px;
 }
 .emp_main {
  padding:20px 10px;
 }
 .emp_video {
  padding:30px 15px 100px;
 } 
 .contato_tit {
  height:200px;
 }
 .contato_tit_txt {
  max-width:160px;
  padding-left:12px;
  font-size:0.8em;
 }
 .contato_tit_oval {
  padding:7px;
 }
 .contato_tit_img {
  max-width:257px;
 }
 .contato_tit_foto {
  max-width:257px;
 }
 .contato_txt_box {
  margin:15px 0 20px;
  font-size:0.85em;
 }
 .contato_txt_ico {
  width:60px;
  margin-top:-40px;
 }
 .contato_form {
  padding:25px 20px;
  font-size:0.85em;
 }
 .contato_form_quebra {
  flex:none !important;
  display:inline-block;
  width:100%;
  margin:0;
 }
 .proj_topo {
  min-height:300px;
 }
 .proj_topo_txt {
  font-size:1.2em;
 }
 .proj_topo_logo {
  max-width:120px;
 }
 .proj_intro {
  background-size:cover;
 }
 .proj_plantas_desc {
  width:80%;
 }
 .proj_fotos_tit {
  padding:10px;
  font-size:1.2em;
  font-weight:700;
 }
 .proj_fotos_box {
  padding:10px 10px 6px;
 }
 .proj_local {
  padding:30px 15px;
 }
 .proj_local_logo {
  flex:none;
  display:inline-block;
  width:100%;
  max-width:250px;
  padding:0 20px;
 }
 .proj_local_txt1 {
  flex:none;
  display:inline-block;
  width:100%;
  padding:20px 10px;
 }
 .proj_local_txt2 {
  position:relative;
 }
 .proj_local_tit {
  font-size:1.1em;
 }
 .proj_local_barra {
  display:none;
 }
 .proj_local_br {
  display:inline;
 }
 .proj_mapa_cidade2 {
  font-size:1em;
 }
 .proj_mapa_tit {
  font-size:2em;
 }
 .proj_contato {
  padding:60px 20px;
  font-size:1.1em;
 }
 .proj_contato_bot {
  max-width:250px;
  font-size:0.8em;
 }
 .terrenos_tit {
  height:200px;
 }
 .terrenos_tit_txt {
  max-width:140px;
  padding-left:15px;
  font-size:0.85em;
 }
 .terrenos_tit_img {
  max-width:225px;
 }
 .terrenos_tit_foto {
  max-width:220px;
 } 
}

@media screen and (max-width:350px) {
 .home_emp_bot1, .home_emp_bot2, .home_emp_bot3, .home_emp_bot4 {
  width:90%;
 }
 .home_sobre {
  padding:50px 20px 40px;
 }
 .home_sobre_img {
  padding:0;
 }
 .home_city_item_txt {
  padding:8px 25px 5px 10px;
 }
 .empresa_tit {
  height:160px;
 }
 .empresa_tit_txt {
  padding-left:10px;
  font-size:1em;
 }
 .empresa_tit_seta {
  width:40px;
 } 
 .empresa_tit_img {
  max-width:206px;
  padding-right:0;
 }
 .empresa_tit_foto {
  max-width:206px;
 }
 .emp_tit {
  height:160px;
 }
 .emo_tit_img {
  max-width:177px;
 }
 .emp_tit_foto {
  max-width:177px;
 }
 .contato_tit {
  height:160px;
 }
 .contato_tit_txt {
  max-width:130px;
  padding-left:10px;
  font-size:0.7em;
  line-height:1.1em;
 }
 .contato_tit_oval {
  padding:5px 8px;
  font-size:0.9em;
 }
 .contato_tit_img {
  max-width:206px;
 }
 .contato_tit_foto {
  max-width:206px;
 }
 .proj_topo_txt {
  font-size:1em;
  line-height:1.3em;
 }
 .proj_plantas {
  padding:20px 10px;
 }
 .proj_plantas_tit {
  font-size:1.4em;
 }
 .terrenos_tit {
  height:160px;
 }
 .terrenos_tit_txt {
  max-width:120px;
  padding-left:12px;
  font-size:0.7em;
 }
 .terrenos_tit_img {
  max-width:176px;
  padding-right:0;
 }
 .terrenos_tit_foto {
  max-width:176px;
 } 

}