.naoquebra{white-space:nowrap;}@font-face{font-family:GaspoSlab;src:local("GaspoSlab-Black"), local("GaspoSlab-Black"), url("/fontes/GaspoSlab-Black.otf");font-weight:900;}@font-face{font-family:GaspoSlab;src:local("GaspoSlab-Bold"), local("GaspoSlab-Bold"), url("/fontes/GaspoSlab-Bold.otf");font-weight:800;}@font-face{font-family:GaspoSlab;src:local("GaspoSlab-Regular"), local("GaspoSlab-Regular"), url("/fontes/GaspoSlab-Regular.otf");font-weight:500;}@font-face{font-family:GaspoSlab;src:local("GaspoSlab-Medium"), local("GaspoSlab-Medium"), url("/fontes/GaspoSlab-Medium.otf");font-weight:400;}@font-face{font-family:GaspoSlab;src:local("GaspoSlab-Light"), local("GaspoSlab-Light"), url("/fontes/GaspoSlab-Light.otf");font-weight:200;}@font-face{font-family:GaspoSlab;src:local("GaspoSlab-ExtraLight"), local("GaspoSlab-ExtraLight"), url("/fontes/GaspoSlab-ExtraLight.otf");font-weight:100;}:root{--fonteTexto:'Lato', sans-serif;--fonteTitulo:Reem Kufi;--fonteB:Inter;--fonteTexto:'GaspoSlab';--fonteTitulo:'GaspoSlab';--fonteB:'GaspoSlab';}body{overflow-x:hidden;overflow-y:auto;overflow-y:overlay;box-sizing:border-box;margin:0;padding:0;text-align:center;font-family:var(--fonteTexto);background:#212020;color:#bdbdbd;}body::-webkit-scrollbar{width:4px;height:4px;}body::-webkit-scrollbar-track:vertical:hover{border-right:4px solid trasnparent;border-radius:2px;}body::-webkit-scrollbar-thumb:vertical{border-right:2px solid #f0cc96;border-radius:1px;}body::-webkit-scrollbar-thumb:vertical:hover{border-right:4px solid #f0cc96;border-radius:2px;}body>#backdrop{overflow-x:hidden;overflow-y:auto;overflow-y:overlay;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;z-index:2;}body>#backdrop::-webkit-scrollbar{width:4px;height:4px;}body>#backdrop::-webkit-scrollbar-track:vertical:hover{border-right:4px solid trasnparent;border-radius:2px;}body>#backdrop::-webkit-scrollbar-thumb:vertical{border-right:2px solid #f0cc96;border-radius:1px;}body>#backdrop::-webkit-scrollbar-thumb:vertical:hover{border-right:4px solid #f0cc96;border-radius:2px;}body>#backdrop>div{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}body>#backdrop>div.fotocheia{transform:none;left:0;top:0;width:100%;height:100%;}body>#backdrop>div.fotocheia.comprimir .header div.botoes button.comprimir{display:none;}body>#backdrop>div.fotocheia.comprimir .fotos .corpo .foto img{object-fit:contain;}body>#backdrop>div.fotocheia:not(.comprimir) .header div.botoes button.expandir{display:none;}body>#backdrop>div.fotocheia:not(.comprimir) .fotos .corpo .foto img{object-fit:cover;}body>#backdrop>div.fotocheia .header{position:absolute;top:0;left:0;width:100%;padding:1vw;box-sizing:border-box;z-index:1;transition:top .5s ease-out;height:100px;background:linear-gradient(to bottom,transparent -15%,#212020cc 20%,#212020cc 52%,transparent 100%);display:flex;justify-content:space-between;}body>#backdrop>div.fotocheia .header.esconde{top:-100px;}body>#backdrop>div.fotocheia .header a.logo{display:flex;transition:all .5s ease-out;opacity:0.7;}body>#backdrop>div.fotocheia .header a.logo:hover,body>#backdrop>div.fotocheia .header a.logo:focus{transform:scale(1.2);opacity:1;}body>#backdrop>div.fotocheia .header div.botoes{display:flex;margin-top:8px;}body>#backdrop>div.fotocheia .header div.botoes button{display:flex;margin-left:3vw;}body>#backdrop>div.fotocheia .header div.botoes button img,body>#backdrop>div.fotocheia .header div.botoes button svg{height:32px;max-height:9vw;width:auto;opacity:0.7;transition:all .5s ease-out;}body>#backdrop>div.fotocheia .header div.botoes button:hover img,body>#backdrop>div.fotocheia .header div.botoes button:hover svg,body>#backdrop>div.fotocheia .header div.botoes button:focus img,body>#backdrop>div.fotocheia .header div.botoes button:focus svg{opacity:1;transform:scale(1.2);}body>#backdrop>div.fotocheia .fotos{scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;scroll-snap-type:x mandatory;overflow-y:hidden;overflow-x:scroll;width:100%;height:100%;background:#212020;}body>#backdrop>div.fotocheia .fotos::-webkit-scrollbar{width:0;height:0;}body>#backdrop>div.fotocheia .fotos::-webkit-scrollbar-track:horizontal:hover{border-bottom:0 solid trasnparent;border-radius:0;}body>#backdrop>div.fotocheia .fotos::-webkit-scrollbar-thumb:horizontal{border-bottom:0 solid #f0cc96;border-radius:0;}body>#backdrop>div.fotocheia .fotos::-webkit-scrollbar-thumb:horizontal:hover{border-bottom:0 solid #f0cc96;border-radius:0;}body>#backdrop>div.fotocheia .fotos .corpo{display:flex;height:100%;width:fit-content;}body>#backdrop>div.fotocheia .fotos .corpo .foto{position:relative;scroll-snap-align:start;width:100vw;height:100%;}body>#backdrop>div.fotocheia .fotos .corpo .foto img{width:100%;height:100%;object-fit:cover;}body>#backdrop>div.fotocheia .fotos .corpo .foto .areas{position:absolute;width:100%;height:100%;left:0;top:0;display:grid;grid-template:"a a" 100px "b c" auto / 1fr 1fr;}body>#backdrop>div.fotocheia .fotos .corpo .foto .areas>div{box-sizing:border-box;}body>#backdrop>div.fotocheia .fotos .corpo .foto .areas>div.topo{grid-area:a;}body>#backdrop>div.fotocheia .fotos .corpo .foto .areas>div.esq{grid-area:b;cursor:w-resize;}body>#backdrop>div.fotocheia .fotos .corpo .foto .areas>div.dir{grid-area:c;cursor:e-resize;}body>#backdrop>div.orcamento{transform:translate(-50%,15%);top:unset;background:#212020;width:975px;display:flex;max-width:98vw;}body>#backdrop>div.orcamento button.fecha{position:absolute;right:16px;top:-28px;margin:0;padding:0;border:none;background:none;transition:all .5s ease-out;cursor:pointer;}body>#backdrop>div.orcamento button.fecha:hover,body>#backdrop>div.orcamento button.fecha:focus{transform:scale(1.2);}body>#backdrop>div.orcamento button.fecha:hover path,body>#backdrop>div.orcamento button.fecha:focus path{stroke:#f0cc96;}body>#backdrop>div.orcamento form{flex:1;padding:100px;}body>#backdrop>div.orcamento form h2{font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:16px;line-height:140%;letter-spacing:0.1em;text-transform:uppercase;color:#f0cc96;text-align:left;margin:0 0 25px 0;}body>#backdrop>div.orcamento form button.texto{float:right;}body>#backdrop>div.orcamento form button:not(.texto){width:17.2%;height:42px;border-radius:8px;background:#373737;border:1px solid #4f4f4f;font-family:var(--fonteTexto);font-style:normal;font-weight:300;font-size:14px;line-height:160%;letter-spacing:0.02em;color:#fff;box-sizing:border-box;transition:all .5s ease-out;}body>#backdrop>div.orcamento form button:not(.texto):hover,body>#backdrop>div.orcamento form button:not(.texto):focus{border:1px solid #f0cc96;}body>#backdrop>div.orcamento form button:not(.texto).ativo{background:#f0cc96;color:#212020;}body>#backdrop>div.orcamento form label,body>#backdrop>div.orcamento form .label{position:relative;display:flex;justify-content:space-between;}body>#backdrop>div.orcamento form label>span,body>#backdrop>div.orcamento form .label>span{position:absolute;left:36px;top:10px;opacity:0.5;}body>#backdrop>div.orcamento form label select,body>#backdrop>div.orcamento form .label select{padding-left:153px;}body>#backdrop>div.orcamento form label select>option,body>#backdrop>div.orcamento form .label select>option{background:#212020;}body>#backdrop>div.orcamento form label.label,body>#backdrop>div.orcamento form .label.label{min-width:300px;margin-top:25px;margin-bottom:35px;}body>#backdrop>div.orcamento form label.label>span,body>#backdrop>div.orcamento form .label.label>span{left:0;top:-28px;}body>#backdrop>div.orcamento form input,body>#backdrop>div.orcamento form select{height:42px;}body>#backdrop>div.orcamento form textarea{overflow-x:hidden;overflow-y:auto;overflow-y:overlay;height:214px;padding-top:8px;resize:vertical;min-height:42px;}body>#backdrop>div.orcamento form textarea::-webkit-scrollbar{width:4px;height:4px;}body>#backdrop>div.orcamento form textarea::-webkit-scrollbar-track:vertical:hover{border-right:4px solid trasnparent;border-radius:2px;}body>#backdrop>div.orcamento form textarea::-webkit-scrollbar-thumb:vertical{border-right:2px solid #f0cc96;border-radius:1px;}body>#backdrop>div.orcamento form textarea::-webkit-scrollbar-thumb:vertical:hover{border-right:4px solid #f0cc96;border-radius:2px;}body>#backdrop>div.orcamento form input,body>#backdrop>div.orcamento form textarea,body>#backdrop>div.orcamento form select{width:100%;background:#3737374d;border:1px solid #4F4F4F4d;box-sizing:border-box;border-radius:4px;font-family:var(--fonteTexto);font-style:normal;font-weight:300;font-size:14px;line-height:160%;letter-spacing:0.02em;color:#fff;margin-bottom:20px;padding-left:125px;padding-right:20px;}body>#backdrop>div.orcamento .banner{background-image:url('/img/orcamento_capa.jpg');background-repeat:no-repeat;background-position:top right;box-sizing:border-box;text-align:left;width:372px;padding:50px;}body>#backdrop>div.orcamento .banner h1{font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:32px;line-height:140%;letter-spacing:0.1em;text-transform:uppercase;color:#fff;margin:200px 0 20px 0;}body>#backdrop>div.orcamento .banner p{font-family:var(--fonteTexto);font-style:normal;font-weight:300;font-size:14px;line-height:160%;letter-spacing:0.02em;color:#fff;margin:0 0 44px 0;}body a{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;outline:0;transition:color 0.2s ease;display:block;text-decoration:none;color:#bdbdbd;font-size:16px;}body a ::-moz-focus-inner{border:none;}body a:focus,body a:hover{color:#f0cc96;}body a.linkIcone{display:flex;align-items:center;margin-bottom:20px;}body a.linkIcone>i{font-size:48px;}body a.linkIcone>div{height:40px;display:flex;flex-direction:column;justify-content:center;align-items:baseline;margin-left:7px;}body a.linkIcone>div>span{text-align:left;display:block;font-size:12px;}body a.linkIcone>div>span:last-child{font-size:16px;}body button{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;outline:0;border:none;background:transparent;cursor:pointer;margin:0;padding:0;}body button ::-moz-focus-inner{border:none;}body h2{text-align:center;font-weight:400;margin:20px 0;}body.detalhe{background-image:url('/img/topodetalhe.png');background-repeat:no-repeat;background-position:top right;}body a.texto,body button.texto{float:left;text-align:left;transition:all .5s ease-out;opacity:0.5;display:inline-flex;}body a.texto span,body button.texto span{font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:16px;line-height:32px;letter-spacing:0.08em;text-transform:uppercase;color:#f0cc96;margin-right:1em;}body a.texto.disabled,body button.texto.disabled{cursor:wait;}body a.texto:not(.disabled):hover,body a.texto:not(.disabled):focus,body button.texto:not(.disabled):hover,body button.texto:not(.disabled):focus{opacity:1;transform:scale(1.05);}body a.texto:not(.disabled):after,body button.texto:not(.disabled):after{content:'';display:inline-block;width:45px;height:32px;background:url('/img/btn_linktexto.svg') transparent no-repeat;}body>header{box-sizing:border-box;margin:0 auto;max-width:1220px;margin-top:45px;display:flex;align-items:flex-start;justify-content:space-between;}body>header>a>svg{max-width:36vw;height:auto;transition:all .5s ease-out;}body>header>a:hover>svg,body>header>a:focus>svg{transform:scale(1.05);}body>header nav{position:relative;display:flex;align-items:center;justify-content:space-between;}body>header nav div.menu{display:flex;position:absolute;flex-direction:column;justify-content:space-between;top:35px;right:0;z-index:1;opacity:0;height:200px;transition:all .5s ease-out;background:#212020f0;padding:30px;width:150px;border-radius:4px;top:25px;border:1px solid #4F4F4F4d;box-shadow:4px 4px 4px #00000040;}body>header nav div.menu.mostra{opacity:1;top:45px;}body>header nav div.menu a,body>header nav div.menu button{font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:12px;line-height:250%;letter-spacing:0.08em;text-transform:uppercase;color:#bdbdbd;transition:all .5s ease-out;margin:0;}body>header nav div.menu a:not(.ativo):hover,body>header nav div.menu a:not(.ativo):focus,body>header nav div.menu button:not(.ativo):hover,body>header nav div.menu button:not(.ativo):focus{color:#f0cc96;transform:scale(1.2);}body>header nav div.menu a.ativo,body>header nav div.menu button.ativo{color:white;opacity:1;cursor:default;}body>header nav a,body>header nav button{transition:all .5s ease-out;opacity:0.5;margin-left:16px;}body>header nav a:not(.ativo):hover,body>header nav a:not(.ativo):focus,body>header nav button:not(.ativo):hover,body>header nav button:not(.ativo):focus{opacity:1;transform:scale(1.2);}body>section{box-sizing:border-box;max-width:1220px;margin:0 auto 100px auto;}body>section h1{margin:2em 0 1em 0;padding:0;text-align:left;font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:56px;line-height:130%;letter-spacing:0.06em;text-transform:uppercase;color:#fff;}body>section h2{margin:0 0 1em 0;padding:0;font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;text-align:left;font-size:42px;line-height:140%;text-transform:uppercase;color:#f0cc96;}body>section h2>span:NOT(.naoquebra){display:block;margin:54px 0 16px 0;font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:14px;line-height:120%;letter-spacing:0.05em;text-transform:uppercase;color:#bdbdbd;}body>section p{margin:0 0 3em 0;padding:0;text-align:left;font-family:var(--fonteTexto);font-style:normal;font-weight:300;font-size:20px;line-height:160%;color:#bdbdbd;}body>section.slider .sliderBtn{display:flex;float:right;margin-bottom:28px;}body>section.slider .sliderBtn button{transition:all .5s ease-out;opacity:0.5;}body>section.slider .sliderBtn button:last-child{margin-left:30px;}body>section.slider .sliderBtn button:hover,body>section.slider .sliderBtn button:focus{opacity:1;transform:scale(1.5);}body>section.slider .sliderPreCorpo{scrollbar-width:none;-ms-overflow-style:none;margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth;width:100%;overflow-y:hidden;overflow-x:overflow;scroll-snap-type:x mandatory;}body>section.slider .sliderPreCorpo::-webkit-scrollbar{width:0;height:0;}body>section.slider .sliderPreCorpo::-webkit-scrollbar-track:horizontal:hover{border-bottom:0 solid trasnparent;border-radius:0;}body>section.slider .sliderPreCorpo::-webkit-scrollbar-thumb:horizontal{border-bottom:0 solid #f0cc96;border-radius:0;}body>section.slider .sliderPreCorpo::-webkit-scrollbar-thumb:horizontal:hover{border-bottom:0 solid #f0cc96;border-radius:0;}body>section.slider .sliderPreCorpo .sliderCorpo{margin:0 0 4px 0;padding:0;box-sizing:border-box;width:fit-content;display:flex;clear:both;}body>section.slider .sliderPreCorpo .sliderCorpo .sliderItem{margin:0;padding:0;box-sizing:border-box;display:inline-block;float:left;margin-right:30px;border-radius:8px;scroll-snap-align:start;box-shadow:4px 4px 4px #00000040;overflow:hidden;position:relative;}body>section.slider .sliderPreCorpo .sliderCorpo .sliderItem:not(.item):last-child{margin-right:4px;}body>section#topo{margin-top:45px;}body>section#topo img{width:100%;height:318px;border-radius:8px;opacity:0.7;object-fit:cover;}body>section#contato{position:relative;}body>section#contato h1{font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:42px;line-height:130%;letter-spacing:0.06em;text-transform:uppercase;color:#f0cc96;}body>section#contato p{font-family:var(--fonteTexto);font-style:normal;font-weight:normal;font-size:16px;line-height:160%;letter-spacing:0.02em;color:#bdbdbd;}body>section#contato p.resp{max-width:697px;}body>section#contato p.horario{font-family:var(--fonteTexto);font-style:normal;font-weight:300;font-size:16px;line-height:160%;letter-spacing:0.02em;color:#fff;}body>section#contato a{display:inline-flex;float:left;text-align:left;transition:all .5s ease-out;opacity:0.5;}body>section#contato a:hover,body>section#contato a:focus{opacity:1;transform:scale(1.05);}body>section#contato a img{width:30px;height:auto;}body>section#contato a.telefone{line-height:30px;margin-right:1em;margin-bottom:36px;color:#f0cc96;}body>section#contato a.endereco{font-family:var(--fonteTexto);font-style:normal;font-weight:300;font-size:16px;line-height:160%;letter-spacing:0.02em;color:#fff;}body>section#contato .contatos{max-width:312px;position:absolute;right:75px;top:130px;}body>section#contato form{width:100%;max-width:495px;display:flow-root;}body>section#contato form h2{font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:18px;line-height:140%;letter-spacing:0.1em;text-transform:uppercase;color:#fff;margin-bottom:34px;}body>section#contato form button{float:right;}body>section#contato form label{position:relative;display:block;}body>section#contato form label>span{position:absolute;left:36px;top:10px;opacity:0.5;}body>section#contato form input{height:42px;}body>section#contato form textarea{overflow-x:hidden;overflow-y:auto;overflow-y:overlay;height:214px;padding-top:8px;resize:vertical;min-height:42px;}body>section#contato form textarea::-webkit-scrollbar{width:4px;height:4px;}body>section#contato form textarea::-webkit-scrollbar-track:vertical:hover{border-right:4px solid trasnparent;border-radius:2px;}body>section#contato form textarea::-webkit-scrollbar-thumb:vertical{border-right:2px solid #f0cc96;border-radius:1px;}body>section#contato form textarea::-webkit-scrollbar-thumb:vertical:hover{border-right:4px solid #f0cc96;border-radius:2px;}body>section#contato form input,body>section#contato form textarea{width:100%;background:#3737374d;border:1px solid #4F4F4F4d;box-sizing:border-box;border-radius:4px;font-family:var(--fonteTexto);font-style:normal;font-weight:300;font-size:14px;line-height:160%;letter-spacing:0.02em;color:#fff;margin-bottom:20px;padding-left:125px;padding-right:20px;}body>section#contato .social{display:inline-flex;justify-content:space-between;align-items:center;margin:36px 0 100px 0;width:100%;max-width:246px;float:left;}body>section#sobre_topo{position:relative;margin-top:45px;}body>section#sobre_topo img{width:100%;height:318px;border-radius:8px;opacity:0.7;object-fit:cover;}body>section#sobre_topo h1{position:absolute;margin:0 0 0 1em;max-width:497px;bottom:66px;right:56px;font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:32px;line-height:160%;letter-spacing:0.02em;text-transform:uppercase;color:#fff;}body>section#conheca ul,body>section#conheca li,body>section#CEO ul,body>section#CEO li,body>section#sobreFim ul,body>section#sobreFim li{text-align:left;line-height:200%;}body>section#conheca h3,body>section#CEO h3,body>section#sobreFim h3{text-align:left;}body>section#conheca>div,body>section#CEO>div,body>section#sobreFim>div{column-count:2;column-gap:75px;font-family:var(--fonteTexto);font-style:normal;font-weight:normal;font-size:16px;line-height:160%;letter-spacing:0.02em;color:#bdbdbd;}body>section#conheca>div span,body>section#CEO>div span,body>section#sobreFim>div span{font-weight:900;}body>section#topoHome{position:relative;display:flex;}body>section#topoHome div.texto{max-width:605px;}body>section#topoHome .flutua{position:absolute;z-index:-1;top:-110px;right:0;}body>section#topoHome .flutua img.img{width:100%;object-fit:cover;}body>section#equipe .texto{max-width:439px;margin-top:40px;position:absolute;}body>section#equipe.slider .sliderPreCorpo{width:calc(100% - 528px);margin-left:528px;}body>section#equipe.slider .sliderPreCorpo .sliderCorpo .sliderItem{text-align:left;width:279px;box-shadow:none;}body>section#equipe.slider .sliderPreCorpo .sliderCorpo .sliderItem:hover .img img,body>section#equipe.slider .sliderPreCorpo .sliderCorpo .sliderItem:focus .img img{transform:scale(1.05);opacity:1;}body>section#equipe.slider .sliderPreCorpo .sliderCorpo .sliderItem h3{font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:14px;line-height:140%;letter-spacing:0.1em;text-transform:uppercase;color:#fff;}body>section#equipe.slider .sliderPreCorpo .sliderCorpo .sliderItem p{font-family:var(--fonteTexto);font-style:normal;font-weight:normal;font-size:12px;line-height:140%;letter-spacing:0.1em;text-transform:uppercase;color:#bdbdbd;}body>section#equipe.slider .sliderPreCorpo .sliderCorpo .sliderItem .img{border-radius:8px;width:279px;height:364px;overflow:hidden;box-shadow:4px 4px 4px #00000040;}body>section#equipe.slider .sliderPreCorpo .sliderCorpo .sliderItem .img>img{opacity:0.6;transition:all .5s ease-out;object-fit:cover;width:100%;height:100%;}body>section#sobre{display:flex;justify-content:space-between;}body>section#sobre .texto{max-width:416px;margin-top:26px;}body>section#sobre .imagem{overflow:hidden;border-radius:8px;width:100%;max-width:697px;max-height:392px;display:flex;align-items:center;justify-content:center;}body>section#sobre .imagem iframe{object-fit:cover;width:100%;height:100%;opacity:0.6;min-height:50vh;}body>section#depoimentos .texto{max-width:311px;position:absolute;}body>section#depoimentos.slider .sliderPreCorpo{width:calc(100% - 400px);margin-left:400px;}body>section#depoimentos.slider .sliderPreCorpo .sliderCorpo{overflow:hidden;}body>section#depoimentos.slider .sliderPreCorpo .sliderCorpo .item{box-shadow:4px 4px 4px #00000040;width:463px;height:350px;padding-top:45px;background:#171717;opacity:0.8;border-radius:4px;float:left;box-sizing:border-box;transition:opacity .5s ease-out;}body>section#depoimentos.slider .sliderPreCorpo .sliderCorpo .item:not(.sliderItem):nth-child(1){float:left;}body>section#depoimentos.slider .sliderPreCorpo .sliderCorpo .item:not(.sliderItem):nth-child(2){float:left;margin-left:30px;}body>section#depoimentos.slider .sliderPreCorpo .sliderCorpo .item:not(.sliderItem):nth-child(3){float:right;margin-top:30px;clear:both;}body>section#depoimentos.slider .sliderPreCorpo .sliderCorpo .item:not(.sliderItem):nth-child(4){float:right;margin-top:30px;margin-right:30px;}body>section#depoimentos.slider .sliderPreCorpo .sliderCorpo .item:hover{opacity:1;}body>section#depoimentos.slider .sliderPreCorpo .sliderCorpo .item:hover img,body>section#depoimentos.slider .sliderPreCorpo .sliderCorpo .item:hover p,body>section#depoimentos.slider .sliderPreCorpo .sliderCorpo .item:hover h3{opacity:1;}body>section#depoimentos.slider .sliderPreCorpo .sliderCorpo .item img{transition:opacity .5s ease-out;object-fit:cover;opacity:0.7;width:82px;height:82px;}body>section#depoimentos.slider .sliderPreCorpo .sliderCorpo .item p{transition:opacity .5s ease-out;font-family:var(--fonteB);font-style:normal;font-weight:normal;font-size:14px;line-height:160%;color:#bdbdbd;opacity:0.7;float:right;width:278px;margin:0 0 20px 0;}body>section#depoimentos.slider .sliderPreCorpo .sliderCorpo .item h3{transition:opacity .5s ease-out;font-family:var(--fonteB);font-style:normal;font-weight:500;font-size:14px;line-height:180%;color:#fff;opacity:0.7;clear:both;margin:0;}body>section#depoimentos.slider .sliderPreCorpo .sliderCorpo .sliderItem{width:1132px;box-shadow:none;}body>section#dicas .texto{max-width:311px;margin-top:40px;position:absolute;}body>section#dicas.slider .sliderPreCorpo{width:calc(100% - 400px);margin-left:400px;height:381px;}body>section#dicas.slider .sliderPreCorpo .sliderCorpo .sliderItem>a{width:278px;height:377px;}body>section#dicas.slider .sliderPreCorpo .sliderCorpo .sliderItem>a:after{content:'';position:absolute;width:100%;height:100%;left:0;top:0;background:linear-gradient(360deg,#262626 13.37%,rgba(33,32,32,0) 121.66%);opacity:0.75;}body>section#dicas.slider .sliderPreCorpo .sliderCorpo .sliderItem>a:hover img,body>section#dicas.slider .sliderPreCorpo .sliderCorpo .sliderItem>a:focus img{filter:saturate(1);transform:scale(1.05);}body>section#dicas.slider .sliderPreCorpo .sliderCorpo .sliderItem>a img{filter:saturate(0);transition:all .5s ease-out;object-fit:cover;width:100%;height:100%;position:relative;}body>section#dicas.slider .sliderPreCorpo .sliderCorpo .sliderItem>a p{z-index:1;margin:0;padding:0;position:absolute;bottom:35px;left:37px;font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:16px;line-height:130%;text-transform:uppercase;color:#fff;margin-right:37px;}body>section#servicos h2{margin:0;float:left;text-align:left;font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:18px;line-height:140%;letter-spacing:0.1em;text-transform:uppercase;color:#fff;}body>section#servicos.slider .sliderPreCorpo .sliderCorpo .sliderItem>a{margin:0;padding:0;box-sizing:border-box;width:490px;height:310px;opacity:0.5;filter:saturate(0);transition:opacity .5s ease-out;}body>section#servicos.slider .sliderPreCorpo .sliderCorpo .sliderItem>a:hover,body>section#servicos.slider .sliderPreCorpo .sliderCorpo .sliderItem>a:focus{opacity:1;filter:none;}body>section#servicos.slider .sliderPreCorpo .sliderCorpo .sliderItem>a:hover p,body>section#servicos.slider .sliderPreCorpo .sliderCorpo .sliderItem>a:focus p{height:82px;}body>section#servicos.slider .sliderPreCorpo .sliderCorpo .sliderItem>a:hover p:after,body>section#servicos.slider .sliderPreCorpo .sliderCorpo .sliderItem>a:focus p:after{margin-top:15px;content:'';display:inline-block;width:45px;height:32px;background:url('/img/btn_linktexto.svg') transparent no-repeat;}body>section#servicos.slider .sliderPreCorpo .sliderCorpo .sliderItem>a:hover img,body>section#servicos.slider .sliderPreCorpo .sliderCorpo .sliderItem>a:focus img{transform:scale(1.05);}body>section#servicos.slider .sliderPreCorpo .sliderCorpo .sliderItem>a img{transition:all .5s ease-out;object-fit:cover;width:100%;height:100%;}body>section#servicos.slider .sliderPreCorpo .sliderCorpo .sliderItem>a p{margin:0;padding:0;position:absolute;bottom:23px;left:28px;font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:25px;line-height:140%;letter-spacing:0.1em;text-transform:uppercase;color:#fff;display:grid;text-shadow:4px 4px 4px #00000040;transition:height .5s ease-out;height:35px;}body>section#servicos_top h1{font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:42px;line-height:160%;letter-spacing:0.06em;text-transform:uppercase;color:#f0cc96;margin:0;max-width:802px;}body>section#servicos_top .colunas{display:inline-flex;justify-content:space-between;}body>section#servicos_top .colunas>div{max-width:30%;}body>section#servicos_top .colunas>div h2{margin:82px 0 24px 0;font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:18px;line-height:140%;letter-spacing:0.2em;text-transform:uppercase;color:#fff;}body>section#servicos_top .colunas>div p{margin:0;font-family:var(--fonteTexto);font-style:normal;font-weight:normal;font-size:16px;line-height:160%;letter-spacing:0.02em;color:#bdbdbd;}body>section#servicos_galeria{display:inline-block;}body>section#servicos_galeria .item{max-width:calc( ( 100% - 32px ) / 2 );display:inline-block;float:left;margin-bottom:120px;}body>section#servicos_galeria .item:nth-child(odd){margin-right:32px;clear:both;}body>section#servicos_galeria .item .img{width:100%;height:338px;border-radius:8px;overflow:hidden;box-shadow:4px 4px 4px #00000040;}body>section#servicos_galeria .item .img img{opacity:0.7;filter:saturate(0);transition:all .5s ease-out;object-fit:cover;width:100%;height:100%;}body>section#servicos_galeria .item h2{font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:22px;line-height:140%;letter-spacing:0.1em;text-transform:uppercase;color:#f0cc96;margin:52px 0 24px 0;}body>section#servicos_galeria .item p{font-family:var(--fonteTexto);font-style:normal;font-weight:normal;font-size:16px;line-height:160%;letter-spacing:0.02em;color:#bdbdbd;margin:0;}body>section#servicos_galeria .item>span{opacity:0;font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:16px;line-height:120%;letter-spacing:0.08em;text-transform:uppercase;color:#f0cc96;margin:32px 0 0 0;display:flex;align-items:center;transition:opacity .5s ease-out;}body>section#servicos_galeria .item>span:after{content:'';display:inline-block;width:45px;height:32px;background:url('/img/btn_linktexto.svg') transparent no-repeat;margin-left:1em;}body>section#servicos_galeria .item:hover>span{opacity:1;}body>section#servicos_galeria .item:hover .img img{opacity:0.7;filter:saturate(1);transform:scale(1.2);}body>section#servico_desc{text-align:left;display:flex;justify-content:space-between;}body>section#servico_desc h1{margin:0 0 25px 0;font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:42px;line-height:140%;letter-spacing:0.1em;text-transform:uppercase;color:#f0cc96;}body>section#servico_desc p{font-family:var(--fonteTexto);font-style:normal;font-weight:normal;font-size:16px;line-height:160%;letter-spacing:0.02em;color:#bdbdbd;margin-bottom:2em;}body>section#servico_desc h2{font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:18px;line-height:160%;letter-spacing:0.2em;text-transform:uppercase;color:#fff;max-width:355px;margin-bottom:48px;}body>section#servico_desc .desc{max-width:633px;margin-right:50px;}body>section#servico_desc .desc p{margin-bottom:1.5em;}body>section#servico_desc .desc a{margin-top:50px;}body>section#servico_desc .procedimentos{max-width:470px;min-width:38.6%;}body>section#servico_desc .procedimentos>div{text-align:left;display:flex;background:url('/img/setabaixo.svg');background-repeat:no-repeat;background-position:top 50px left 10px;min-height:100px;}body>section#servico_desc .procedimentos>div:last-child{background:none;}body>section#servico_desc .procedimentos>div h2{margin:0 0 48px 0;}body>section#servico_desc .procedimentos>div span{margin-right:40px;font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:22px;line-height:140%;letter-spacing:0.1em;text-transform:uppercase;color:#f0cc96;}body>section#servico_galeria{text-align:left;overflow:hidden;}body>section#servico_galeria h2{font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:18px;line-height:160%;letter-spacing:0.2em;text-transform:uppercase;color:#fff;}body>section#servico_galeria .galeria{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-left:-20px;margin-right:-20px;}body>section#servico_galeria .galeria .img{margin:19px;padding:0;box-sizing:border-box;max-width:100%;width:382px;height:265px;overflow:hidden;}body>section#servico_galeria .galeria .img:hover img{opacity:1;transform:scale(1.2);}body>section#servico_galeria .galeria .img img{object-fit:cover;width:100%;height:100%;opacity:0.6;transition:all .5s ease-out;}body>section#eventos h2{text-align:center;}body>section#eventos .sliderPreCorpo .sliderCorpo .sliderItem{box-shadow:none;}body>section#eventos .sliderPreCorpo .sliderCorpo .sliderItem>a{display:inline-block;width:278px;margin-right:31px;}body>section#eventos .sliderPreCorpo .sliderCorpo .sliderItem>a:last-child{margin-right:0;}body>section#eventos .sliderPreCorpo .sliderCorpo .sliderItem>a img.ico{float:left;opacity:0;transition:opacity .5s ease-out;margin-bottom:24px;}body>section#eventos .sliderPreCorpo .sliderCorpo .sliderItem>a .img{border-radius:8px;width:278px;height:293px;overflow:hidden;box-shadow:4px 4px 4px #00000040;}body>section#eventos .sliderPreCorpo .sliderCorpo .sliderItem>a .img>img{opacity:0.7;filter:saturate(0);transition:all .5s ease-out;object-fit:cover;width:100%;height:100%;}body>section#eventos .sliderPreCorpo .sliderCorpo .sliderItem>a:hover img.ico,body>section#eventos .sliderPreCorpo .sliderCorpo .sliderItem>a:focus img.ico{opacity:1;transition:opacity .5s ease-out;}body>section#eventos .sliderPreCorpo .sliderCorpo .sliderItem>a:hover .img>img,body>section#eventos .sliderPreCorpo .sliderCorpo .sliderItem>a:focus .img>img{filter:saturate(1);transform:scale(1.05);}body>section#eventos .sliderPreCorpo .sliderCorpo .sliderItem>a:hover>p,body>section#eventos .sliderPreCorpo .sliderCorpo .sliderItem>a:focus>p{opacity:1 !important;}body>section#eventos .sliderPreCorpo .sliderCorpo .sliderItem>a>p.tipo{margin:24px 0 17px 0;font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:14px;line-height:160%;text-transform:uppercase;color:#c3ac88;}body>section#eventos .sliderPreCorpo .sliderCorpo .sliderItem>a>p.nome{margin:0;font-family:var(--fonteTexto);font-style:normal;font-weight:normal;font-size:22px;line-height:100%;color:#fff;opacity:0.7;}body>section#eventos .sliderPreCorpo .sliderCorpo .sliderItem>a>p.data{margin:24px 0 31px;font-family:var(--fonteTexto);font-style:normal;font-weight:normal;font-size:14px;line-height:100%;color:#fff;opacity:0.7;}body>section#eventos_itens{margin-top:100px;}body>section#eventos_itens h1{text-align:left;margin:0 0 88px 0;font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:42px;line-height:130%;letter-spacing:0.06em;text-transform:uppercase;color:#f0cc96;}body>section#eventos_itens .itens{text-align:left;margin:0 auto;}body>section#eventos_itens .itens>a.item{display:inline-block;width:278px;margin-right:31px;}body>section#eventos_itens .itens>a.item:last-child{margin-right:0;}body>section#eventos_itens .itens>a.item:nth-child(4n){margin-right:0;}body>section#eventos_itens .itens>a.item img.ico{float:left;opacity:0;transition:opacity .5s ease-out;margin-bottom:24px;}body>section#eventos_itens .itens>a.item .img{border-radius:8px;width:278px;height:293px;overflow:hidden;box-shadow:4px 4px 4px #00000040;}body>section#eventos_itens .itens>a.item .img>img{opacity:0.7;filter:saturate(0);transition:all .5s ease-out;object-fit:cover;width:100%;height:100%;}body>section#eventos_itens .itens>a.item:hover img.ico,body>section#eventos_itens .itens>a.item:focus img.ico{opacity:1;transition:opacity .5s ease-out;}body>section#eventos_itens .itens>a.item:hover .img>img,body>section#eventos_itens .itens>a.item:focus .img>img{filter:saturate(1);transform:scale(1.05);}body>section#eventos_itens .itens>a.item:hover>p,body>section#eventos_itens .itens>a.item:focus>p{opacity:1 !important;}body>section#eventos_itens .itens>a.item>p.tipo{margin:24px 0 17px 0;font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:14px;line-height:160%;text-transform:uppercase;color:#c3ac88;}body>section#eventos_itens .itens>a.item>p.nome{margin:0;font-family:var(--fonteTexto);font-style:normal;font-weight:normal;font-size:22px;line-height:100%;color:#fff;opacity:0.7;}body>section#eventos_itens .itens>a.item>p.data{margin:24px 0 31px;font-family:var(--fonteTexto);font-style:normal;font-weight:normal;font-size:14px;line-height:100%;color:#fff;opacity:0.7;}body>section#evento{margin-top:100px;text-align:left;}body>section#evento img{object-fit:cover;width:100%;}body>section#evento h1{margin:0;font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:32px;line-height:140%;letter-spacing:0.1em;text-transform:uppercase;color:#fff;}body>section#evento h2{font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:18px;line-height:140%;letter-spacing:0.2em;text-transform:uppercase;color:#fff;}body>section#evento h3{margin:20px 0 40px 0;font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:16px;line-height:160%;text-transform:uppercase;color:#c3ac88;}body>section#evento p{margin-bottom:30px;}body>section#evento .galeria{display:grid;grid-gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));max-width:684px;}body>section#evento .galeria .foto{overflow:hidden;max-width:100%;}body>section#evento .galeria .foto img{opacity:0.7;transition:all .5s ease-out;}body>section#evento .galeria .foto:hover img,body>section#evento .galeria .foto:focus img{transform:scale(1.2);opacity:1;}body>section#evento .img{float:right;overflow:hidden;border-radius:8px;max-width:100%;margin:0 0 40px 40px;display:flex;}body>section#evento .dados{max-width:585px;margin-bottom:120px;}body>section#evento .colab{max-width:350px;float:right;margin:0 0 40px 40px;}body>section#evento .colab a{font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:11px;line-height:160%;letter-spacing:0.1em;text-transform:uppercase;color:#bdbdbd;margin-bottom:30px;transition:all .5s ease-out;max-width:fit-content;}body>section#evento .colab a:hover,body>section#evento .colab a:focus{transform:scale(1.2);}body>section#evento .colab a span{color:#c3ac88;}body>section#s404{text-align:left;}body>section#s404>div:NOT(:last-child){margin-bottom:50px;}body>section#s404 h2{margin:0 0 10px 0;padding:0;}body>section#s404 ul{margin:0;}body>section#s404 ul li{line-height:150%;margin:0 0 10px 0;}body>section#s404 a{display:inline-block;font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:12px;line-height:120%;letter-spacing:0.08em;text-transform:uppercase;color:#bdbdbd;margin:0 0.4em;transition:all .5s ease-out;}body>section#s404 a:hover,body>section#s404 a:focus{color:#f0cc96;transform:scale(1.05);}body>footer{max-width:1920px;margin:0 auto;background-image:url('/img/footerBg4.jpg');background-repeat:no-repeat;background-position:top center;}body>footer>section{max-width:1220px;margin:0 auto;}body>footer>section#banner{text-align:left;box-sizing:border-box;height:466px;}body>footer>section#banner>div{max-width:585px;padding-top:148px;}body>footer>section#banner h2{margin:0 0 55px 0;text-align:left;font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:46px;line-height:140%;text-transform:uppercase;color:#fff;}body>footer>section#banner p{margin:0;font-family:var(--fonteTexto);font-style:normal;font-weight:normal;font-size:18px;line-height:140%;color:#bdbdbd;opacity:0.8;}body>footer>section#banner a{float:right;position:relative;bottom:65px;}body>footer>section#links>nav{display:inline-flex;justify-content:space-between;align-items:center;margin:97px 0 0 0;width:100%;}body>footer>section#links>nav>a{font-family:var(--fonteTitulo);font-style:normal;font-weight:normal;font-size:12px;line-height:120%;letter-spacing:0.08em;text-transform:uppercase;color:#bdbdbd;transition:all .5s ease-out;}body>footer>section#links>nav>a:not(.ativo):hover,body>footer>section#links>nav>a:not(.ativo):focus{color:#f0cc96;transform:scale(1.2);}body>footer>section#links>nav>a.ativo{opacity:1;color:white;cursor:default;}body>footer>section#links>nav>.social{display:inline-flex;justify-content:space-between;align-items:center;}body>footer>section#links>nav>.social>a{transition:all .5s ease-out;opacity:0.5;margin-left:16px;}body>footer>section#links>nav>.social>a:hover,body>footer>section#links>nav>.social>a:focus{opacity:1;transform:scale(1.2);}body>footer>section#copy{display:flex;justify-content:space-between;align-items:center;font-family:var(--fonteTexto);font-style:normal;font-weight:normal;font-size:14px;line-height:17px;color:#828282;mix-blend-mode:luminosity;border-top:1px solid #8282824d;padding-top:38px;margin-top:42px;margin-bottom:54px;}body>footer>section#copy span{opacity:0.7;}body>footer>section#copy>a>img{max-width:36vw;height:auto;transition:all .5s ease-out;opacity:0.5;}body>footer>section#copy>a:hover>img,body>footer>section#copy>a:focus>img{transform:scale(1.05);opacity:1;}@media (max-width: 1920px){img.logo{object-fit:contain;}}@media (max-width: 1564px){body>section#depoimentos.slider .texto{position:unset;max-width:unset;margin-top:unset;}body>section#depoimentos.slider .sliderPreCorpo{margin-left:unset;width:100%;}}@media (max-width: 1290px){body>header{margin:45px 45px 0 45px;}body>section,body>footer>section{margin-left:45px;margin-right:45px;}body>section#eventos_itens .itens{width:905px;}body>section#eventos_itens .itens>a.item:nth-child(4n){margin-right:31px;}body>section#eventos_itens .itens>a.item:nth-child(3n){margin-right:0;}body>section#dicas.slider .texto{position:unset;max-width:unset;margin-top:unset;}body>section#dicas.slider .sliderPreCorpo{margin-left:unset;width:100%;}body>section#contato p.resp{max-width:495px;}}@media (max-width: 1163px){body>section#evento .img{float:none;margin:0 auto 50px auto;display:table;}body>section#evento .dados{max-width:unset;margin-bottom:80px;}body>section#evento .colab{float:none;margin:0 0 120px 0;max-width:unset;}body>section#evento .colab a:hover,body>section#evento .colab a:focus{transform:scale(1.05);}body>section#evento .galeria{max-width:unset;}body>section#evento .galeria .foto{justify-self:center;}}@media (max-width: 1034px){body>section#contato form,body>section#contato p.resp{max-width:calc(100% - 370px);}body>section#contato .contatos{right:0;}body>section#equipe.slider .texto{position:unset;max-width:unset;margin-top:unset;}body>section#equipe.slider .sliderPreCorpo{margin-left:unset;width:100%;}body>section#depoimentos.slider .sliderPreCorpo .sliderCorpo .sliderItem{height:unset;}body>section#depoimentos.slider .sliderPreCorpo .sliderCorpo .item{width:300px;height:unset;padding:45px;}body>section#depoimentos.slider .sliderPreCorpo .sliderCorpo .item p{float:unset;width:unset;margin:20px 0;}}@media (max-width: 1000px){body>section#eventos_itens .itens{width:592px;}body>section#eventos_itens .itens>a.item:nth-child(3n){margin-right:31px;}body>section#eventos_itens .itens>a.item:nth-child(2n){margin-right:0;}body>section#servico_desc{flex-direction:column;align-items:center;}body>section#servico_desc .desc{max-width:unset;margin:0 0 50px 0;}body>footer>section#banner>div{max-width:unset;padding:0;}body>footer>section#banner>div h2{padding-top:1.3em;}body>footer>section#banner>a{float:unset;bottom:unset;margin-top:50px;}body>footer>section#links>nav{flex-direction:column;height:180px;}}@media (max-width: 890px){body>#backdrop>div.orcamento>div.banner,body>#backdrop>div.orcamento>form{padding:50px;}body>#backdrop>div.orcamento>div.banner>h1{margin-top:37%;}}@media (max-width: 787px){body>#backdrop>div.orcamento{flex-direction:column;width:500px;}body>#backdrop>div.orcamento>div.banner{background-size:cover;width:unset;}body>#backdrop>div.orcamento>div.banner>h1{margin-top:0;}body>#backdrop>div.orcamento>div.banner>p{margin-bottom:0;}body>section#servicos_top .colunas{display:inline-block;}body>section#servicos_top .colunas>div{max-width:unset;}body>section#contato form,body>section#contato p.resp{max-width:unset;display:inline-block;}body>section#contato .contatos{right:0;display:inline-block;position:unset;margin-top:50px;}body>section#sobre{display:block;}body>section#sobre .texto{max-width:unset;margin-bottom:45px;}}@media (max-width: 682px){body>section#eventos_itens .itens{width:278px;}body>section#eventos_itens .itens>a.item{margin-right:0 !important;}}@media (max-width: 600px){body>header{margin:15px 15px 0 15px;}body>section,body>footer>section{margin-left:15px;margin-right:15px;}body>section h1{font-size:38px;}body>section#conheca p,body>section#sobreFim p{column-gap:20px;}body>section#servicos_galeria .item{max-width:100%;}body>section#servicos_galeria .item:nth-child(odd){margin-right:0;}body>footer>section#banner>div h2{font-size:7.6vw;}}@media (max-width: 500px){body>section{margin-left:10px;margin-right:10px;}body>section#topoHome .flutua{top:-100px;left:-10px;right:-10px;}body>section{margin:10px 10px 100px 10px;}body>footer>section{margin:10px 10px 0 10px;}body>header nav a{margin-left:10px;}}@media (max-width: 400px){body>#backdrop>div.orcamento>div.banner,body>#backdrop>div.orcamento>form{padding:20px;}body>section{margin-left:5px;margin-right:5px;}body>section#conheca p,body>section#sobreFim p{column-count:1;}body>section#servico_desc h1{font-size:11vw;}body>header{margin:5px 5px 0 5px;}body>header nav a{margin-left:5px;}body>header img.logo{width:auto;height:45px;}}