.container {position:relative; width:80%; max-width:1280px; margin:0 auto; padding:0; box-sizing:border-box; }
.container-fluid {position:relative; width:100%; margin:0 auto; padding: 0; box-sizing:border-box; }
.column,.columns { width: 100%; float: left; box-sizing: border-box; }
.pad2{padding:20px}.pad3{padding:30px}.pad4{padding:40px}.pad5{padding:50px}.pad6{padding:70px 0}
.padd{padding:80px 0; min-height:60px}.pad{padding:20px}
.br{color:#fff}
.green{color:#7ba805}
.verdlogo{color:#aed32f}
.bgbr{background-color:#fff}
.red{color:#d22630}
.bgred{background-color:#d22630}
.orange{color:#da872a}
.bgorange{background-color:#da872a}
.bk{color:#000}
.cz{color:#333}
.blu{color:#12446f}
.ouro{color:#ab8a26}
.vd{color:#7e9557}
.bgouro{background-color:#ab8a26}
.bgcz{background-color:#3a413e}
.bgblut{background-color:rgba(85,130,150,0.8);}
.bgdourado{background:rgb(215,196,120); background: linear-gradient(142deg, rgba(215,196,120,1) 31%, rgba(175,145,54,1) 66%); }
.bgblu{background-color:#12446f}
.som{text-shadow:1px 1px 19px rgba(0, 0, 0, 0.4);}
.somd{-webkit-box-shadow:0px 0px 50px 0px rgba(0,0,0,0.4); -moz-box-shadow:0px 0px 50px 0px rgba(0,0,0,0.4); box-shadow:0px 0px 50px 0px rgba(0,0,0,0.4);}
.somlados{box-shadow:0 9px 0px 0px #052a41, 0 0 0px 0px #052a41, 12px 0 15px -4px rgba(0,40,60, 0.97), -12px 0 15px -4px rgba(0,40,60, 0.97);}
.over{position:absolute; float:left;z-index:100;}
.trans{background-color: cornflowerblue;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);opacity:0.5}
.oki{text-transform: uppercase}
.img-circle {border-radius: 50%;}
.round {border-radius:12px}
.tsom{text-shadow:0px 5px 9px rgba(0,0,0,0.44);}

.zoom{transition: transform 0.2s;}
.zoom:hover{transform: scale(1.1)}
.hide {opacity:0;left:-100%}
.show {opacity:1;left:0}

.row {padding:0}

@media (min-width: 680px) {
  .column, .columns { margin-left:2.5%; }
  .column:first-child, .columns:first-child { margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 12.3333333333%; }
  .three.columns                  { width: 23%;            }
  .four.columns                   { width: 33.33333% }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }
  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }
  .one-half.column                { width: 50%; }

  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}



html {font-size: 62.5%; scroll-behavior:smooth; margin: 0; padding:0; }
body {font-size:1.4em; font-family:'Noto Sans Display', sans-serif; line-height:1.6; font-weight:400; background-color:#e8e8e8; color:#222; overflow-x:hidden; }

h1, h2, h3, h4, h5, h6 {margin-top:1rem; margin-bottom:1.2rem; color:#000; font-weight:400; line-height:1.2;}
h1 { font-size: 2.5rem; font-weight:400}
h2 { font-size: 2.5rem; letter-spacing:0.12em}
h3 { font-size: 2.3rem; }
h4 { font-size: 2.0rem; font-weight:300}
h5 { font-size: 1.8rem; }
h6 { font-size: 1.2rem; }

@media (min-width:900px) {
  h1 { font-size: 4.6rem; }
  h2 { font-size: 3.8rem; }
  h3 { font-size: 3.2rem; }
  h4 { font-size: 2.2rem; }
  h5 { font-size: 1.8rem; }
  h6 { font-size: 1.5rem; }
}

@media (min-width:1600px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 3.8rem; }
  h3 { font-size: 3.2rem; }
  h4 { font-size: 2.5rem; }
  h5 { font-size: 2.2rem; }
  h6 { font-size: 1.5rem; }
}

p {margin:0; font-size:1.2em; font-weight:300}


a {color:orange; text-decoration:none;-webkit-transition:color 0.2s ease-in; -moz-transition:color 0.2s ease-in; -o-transition:color 0.2s ease-in}
a:hover { color:#bbb}



.button,button,input[type="submit"],input[type="reset"],
input[type="button"] {display:inline-block; height:46px; padding:0 30px; color:#fff; text-align:center; font-size:0.9em; font-weight:400; line-height:46px; text-transform:uppercase; text-decoration:none; white-space:nowrap; background-color:#3e3e40; cursor:pointer; box-sizing:border-box; border:1px none #fff; letter-spacing:0.2em}
.button:hover,button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.button:focus,button:focus,input[type="submit"]:focus,input[type="reset"]:focus,input[type="button"]:focus {color:#fff; outline: 0; background-color:#000}
.button.button-primary,button.button-primary,input[type="submit"].button-primary,input[type="reset"].button-primary,
input[type="button"].button-primary {background-color: #95b42a; color:#fff; font-size:20px; padding:8px 33px; height:58px}
.button.button-primary:hover,button.button-primary:hover,input[type="submit"].button-primary:hover,input[type="reset"].button-primary:hover,input[type="button"].button-primary:hover,.button.button-primary:focus,button.button-primary:focus,input[type="submit"].button-primary:focus,input[type="reset"].button-primary:focus,input[type="button"].button-primary:focus {color:#FFF; background-color:#ccc}

.button-sec{height:38px; padding:8px 12px 8px 12px; color:#fff; text-align:center; font-size:12px; font-weight:600; line-height:38px; text-decoration: none; white-space: nowrap; background-color:#d22630; border-radius:19px; cursor: pointer; box-sizing: border-box; margin:0 10px}
.button-sec:hover {color:#fff; background-color:#d22630}

.bbr{height:58px; padding:0 27px 9px 27px; color:#fff; text-align:center; font-size:28px; font-weight:bolder; letter-spacing:-0.03em; line-height:58px; text-decoration: none; white-space: nowrap; background-color:#7ba805; border-radius:19px; cursor: pointer; box-sizing: border-box}
.bbr:hover {background-color:#6c18f4}


input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],input[type="date"],textarea,select {height:52px; padding:9px 10px; background-color:#fff; border: 1px solid #D1D1D1; border-radius:4px; box-shadow:none; box-sizing: border-box; font-size:22px}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],
textarea {-webkit-appearance: none; -moz-appearance: none;appearance: none; }
textarea {min-height: 65px; padding-top: 6px; padding-bottom: 6px; }
input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="text"]:focus,input[type="tel"]:focus,input[type="url"]:focus,input[type="password"]:focus,textarea:focus,select:focus {border:2px solid #03ab90; outline: 0; }
label,legend {display: block; margin-bottom: .5rem; font-weight: 600; }
fieldset { padding: 0; border-width: 0; }
input[type="checkbox"],input[type="radio"] { display: inline; padding: 5px}
label > .label-body { display: inline-block; margin-left: .5rem; font-weight: normal; }



ul {list-style:none }
ol {list-style: decimal inside; }
ol, ul {padding-left: 0; margin-top: 0; }
ul ul,ul ol,ol ol,ol ul {margin: 1.5rem 0 1.5rem 3rem}
li {margin-bottom: 1rem; }

code {padding:.2rem .5rem; margin: 0 .2rem; font-size:90%; white-space:nowrap; background:#F1F1F1; border:1px solid #E1E1E1; border-radius:4px}
pre > code {display: block;padding: 1rem 1.5rem;white-space: pre; }

table {border-collapse: collapse; margin:0; padding:0; width:100%; table-layout:fixed}
table caption {font-size:1.5em; margin:.5em 0 .75em 0}
table tr {padding:2em 0}
table th,table td { padding:.625em 0; text-align: center; border-bottom: 1px solid #E1E1E1}
table th, thead {font-size: .8em; text-transform: uppercase; font-weight: bold}

@media screen and (max-width: 600px) {
  table thead {border:none; clip: rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; }
  table tr {background-color:#fff; display:block; padding:0 10px; border-bottom:12px solid #e7eff3}
  table td {border-bottom: 1px solid #ddd; display:block; font-size:11px; text-align:right}
  table td:before {content: attr(data-label); float: left; }
  .ttd {font-size:12px}
}



button,.button {margin-bottom: 1rem; }
input,textarea,select,fieldset {margin-bottom: 1.5rem; }
pre,blockquote,dl,figure,table,p,ul,ol,form {margin-bottom: 1.5rem; }

.u-full-width {width:100%; box-sizing:border-box}
.u-half-width {width:49.7%; box-sizing:border-box}
.u-max-full-width {max-width:100%; box-sizing:border-box}
.u-pull-right {float:right}
.u-pull-left {float:left}
.text-center{text-align: center}
.text-just{text-align: justify}
.text-right{text-align: right}
.it{font-style: italic}
.text-n{text-transform:none}
.esp{letter-spacing:0.3em}
.leve{font-weight:300}
hr {margin-top:2rem; margin-bottom:2.5rem; border-width:0; border-top: 1px solid #E1E1E1}
.container:after,.row:after,.u-cf { content:""; display:table; clear:both}


@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
  0%, 100% { transform: scale(0.0);-webkit-transform: scale(0.0);
  } 50% { transform: scale(1.0); -webkit-transform: scale(1.0); }
}







@media (min-width: 320px) {
#topp{padding:0; height:0px; width:100%; background-color:#00150c}
.pe{padding:30px 10px; color:#333 }
.pe a{color:#333}
.ico{width:26px;margin:0 7px -3px 0}
#form{position:absolute; margin:270px 0 30px 20px; width:87%; z-index:15; padding:15px 20px 0 20px}
.box {z-index:50; position:absolute; width:80%; height:auto; left:10%; margin:360px auto 0 auto; padding:0}
.hs{background:rgb(0,0,0,0.8); position:fixed; top:0;left:0; width:100%; height:100%; z-index:99999; padding:40px 10px; overflow-y:scroll}
#info p{color:#222}

.hero{width:100%; height:100vh; position:absolute; top:0; left:0; z-index:0}
.chamada{position:absolute; z-index:160; top:140px; width:94%; left:4%; text-align:center; letter-spacing:0.22em; font-size:2em}
.logo{width:210px; margin:39vh 0 10px 0}
.conteudo{margin:100vh auto 0 auto}

.w3{font-size:14px; letter-spacing:0.8em; color:#333; margin:30px 0}
.green{top:0; z-index:1; background-image:url(../img/ANIBAL_FACHADA-NOTURNA.jpg); background-attachment:fixed; background-size:cover; background-position:top center}

#return-to-top {position:fixed; bottom:66px; right:15px;background:rgb(0, 0, 0); background:rgba(0, 0, 0, 0.5); width:48px; height:48px; display: block; text-decoration:none; -webkit-border-radius:34px; -moz-border-radius:34px; border-radius:34px; display:none; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease;}
#return-to-top i{color:#fff; margin:0; position:relative; left:18px; top:15px; font-size:19px; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition:all 0.2s ease; -o-transition:all 0.2s ease;  transition:all 0.2s ease;}
#return-to-top:hover {background:rgba(0, 0, 0, 0.7)}
#return-to-top:hover i {color:#fff; top:12px}

#waves{position:absolute; top:400px;left:0; width:100%; height:120px; z-index:2; background-image:url(../img/waves.svg); background-size:contain; background-repeat:repeat-x}
.form{-webkit-box-shadow:0px 0px 50px 0px rgba(0,0,0,0.5); -moz-box-shadow:0px 0px 50px 0px rgba(0,0,0,0.5); box-shadow:0px 0px 50px 0px rgba(0,0,0,0.5); padding:20px 35px 0 35px; background:#fff}
#return-to-top {position:fixed; bottom:46px}

.menun ul{display:none}
#nav-icon4 {position:fixed; width:49px; height:32px; top:20px; right:20px; -webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out; transition:.5s ease-in-out; cursor:pointer; z-index:99999}
#nav-icon4 span {display: block; position: absolute; height:5px; width:100%; background:#fff; border-radius:2px; opacity: 1; left: 0; -webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg); -webkit-transition: .25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}
#nav-icon4 {}
#nav-icon4 span:nth-child(1) {top:0px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
#nav-icon4 span:nth-child(2) {top:10px; -webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
#nav-icon4 span:nth-child(3) {top:20px;-webkit-transform-origin:left center;-moz-transform-origin:left center; -o-transform-origin:left center; transform-origin:left center;}
#nav-icon4.open span:nth-child(1) {-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg); transform: rotate(45deg); top:-9px; left:6px; background-color:#a1c652}
#nav-icon4.open span:nth-child(2) { width: 0%; opacity: 0;}
#nav-icon4.open span:nth-child(3) {-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform: rotate(-45deg); top:26px; left:6px; background-color:#a1c652}
.menu{color:#fff; font-size:13px; position:fixed; top:28px; letter-spacing:0.3em}

.overlay {position:fixed; background:#000; top:0; left:0; width:100%; height:100%; opacity:0; visibility:hidden; -webkit-transition:opacity .35s, visibility .35s, height .35s; transition:opacity .35s, visibility .35s, height .35s; z-index:999}
.overlay.open {opacity:0.9; visibility:visible; height:100%;}
.overlay.open li {-webkit-animation:fadeInRight .5s ease forwards; animation:fadeInRight .5s ease forwards; -webkit-animation-delay:.35s; animation-delay:.35s;}
.overlay.open li:nth-of-type(2) {-webkit-animation-delay:.4s; animation-delay:.4s;}
.overlay.open li:nth-of-type(3) {-webkit-animation-delay:.45s; animation-delay:.45s;}
.overlay.open li:nth-of-type(4) {-webkit-animation-delay:.50s; animation-delay:.50s;}
.overlay nav {position:relative; height:70%; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); font-size:1.1em; text-align:center; font-weight:bolder}
.overlay ul {list-style:none; padding:0; margin:0 auto; display:inline-block; position:relative; height:100%; z-index:999}
.overlay ul li {display:block; height:14%; height: calc(100% / 7); min-height:20px; position:relative;  color:#fff}
.overlay ul li a {display:block; position:relative; color:#fff; text-decoration:none; text-transform:uppercase; letter-spacing:0.25em; overflow:hidden}
.overlay ul li a:hover {color:#fff}

.animated {-webkit-animation-duration:1.5s; animation-duration:1.5s; -webkit-animation-fill-mode:both;animation-fill-mode:both; -webkit-animation-timing-function:linear;animation-timing-function:linear;animation-iteration-count:infinite; -webkit-animation-iteration-count:infinite;} 
@-webkit-keyframes bounce {0%, 20%, 40%, 60%, 80%, 100% {-webkit-transform: translateY(0);} 50% {-webkit-transform: translateY(-9px);}} 
@keyframes bounce {0%, 20%, 40%, 60%, 80%, 100% {transform: translateY(0);} 50% {transform: translateY(-10px);}} 
.bounce {-webkit-animation-name:bounce; animation-name:bounce;}

.modal-window {position:fixed; background-color:rgba(255, 255, 255, 0.85); top:0; right:0; bottom:0; left:0; z-index:999999; visibility:hidden; opacity:0; pointer-events:none; -webkit-transition:all 0.3s; transition: all 0.2s}
.modal-window:target {visibility:visible; opacity:1; pointer-events:auto;}
.modal-window > div {max-width:800px; width:100%; position:absolute; top:4%; left:0%; padding:0; background:#ffffff; -webkit-box-shadow:0px 0px 90px 0px rgba(0,0,0,0.26); -moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.26); box-shadow: 0px 0px 90px 0px rgba(0,0,0,0.26); border-radius:6px; overflow:scroll}
.planta{width:800px; height:auto}
.modal-close {font-size:90%; font-weight:bolder; position:fixed; right:0; top:0; width:auto; text-decoration:none; padding:0 10px}
.modal-closed {display:none;}
.modal-window div:not(:last-of-type) {margin-bottom:15px;}
}


@media (min-width:375px) {
.construtora{padding:50px 10px; margin:70px 0 50px 0}
.conteudo{margin:820px auto 0 auto}
.fotos{margin-top:40px}
}

@media (min-width:640px) {
.green{background-size:cover}
.box {margin:300px auto 0 auto}
}

@media (min-width: 800px) {
.hero{height:100vh}
.conteudo{margin:100vh auto 0 auto}
.pe{position:absolute; z-index:10; margin:30px auto; width:86%; left:7%}
}


@media (min-width: 1000px) {
.button.button-primary,button.button-primary,input[type="submit"].button-primary,input[type="reset"].button-primary,
input[type="button"].button-primary {font-size:20px; padding:0 30px; height:58px; line-height:58px}
.construtora{padding:50px 0; margin:60px 0}
#return-to-top {position:fixed; bottom:16px}
.arrow {border:solid #fff; border-width:0 4px 4px 0; display:inline-block; padding:4px; transform: rotate(-135deg);-webkit-transform: rotate(-135deg);}
}


@media (min-width: 1200px) {
#topp{padding:0; height:78px}
#form{top:680px; right:100px; width:360px; padding:25px 32px 0 32px}
.logo{width:350px; margin-top:33vh; margin-bottom:30px}
.w3{font-size:14px; letter-spacing:0.8em; color:#333; margin:30px 0}
.modal-window > div {max-width:1200px; width:80%; height:95%; top:2%; left:10%;}
.modal-close {font-size:90%; position:fixed; right:2vw; top:0}
.planta{width:1200px; height:auto}

#nav-icon4,#overlay{display:none}
.menun ul{display:block; margin:0; padding:0}
.menun li{display:inline-flex; align-items:center; font-size:1em; text-transform:uppercase; font-weight:bolder; margin:25px 15px; letter-spacing:0.2em;}
.menun li a{color:#fff}
.menun li a:hover{color:#9ece37}
}



@media (min-width: 1360px) {

}


@media (min-width: 1900px) {
.modal-window > div {max-width:1600px; width:80%; height:95%; top:2%; left:10%;}
.planta{width:1600px; height:auto}
}







.fadeout { webkit-animation: fadeout 0.5s; -ms-animation: fadeout 0.5s; animation: fadeout 0.5s;}
.fadein { webkit-animation: fadein 0.5s; -ms-animation: fadein 0.5s; animation: fadein 0.5s;}
@keyframes fadein { from { opacity: 0; }  to   { opacity: 1; }}
@-webkit-keyframes fadein { from { opacity: 0; }  to   { opacity: 1; }}
@-ms-keyframes fadein { from { opacity: 0; }  to   { opacity: 1; }}
@keyframes fadeout { from { opacity: 1; }  to   { opacity: 0; }}
@-webkit-keyframes fadeout { from { opacity: 1; }  to   { opacity: 0; }}
@-ms-keyframes fadeout { from { opacity: 1; }  to   { opacity: 0; }}



#return-to-top {position:fixed; bottom:16px; left:13px;background:rgb(0, 0, 0); background:rgba(0, 0, 0, 0.5); width:48px; height:48px; display: block; text-decoration:none; -webkit-border-radius:34px; -moz-border-radius:34px; border-radius:34px; display:none; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease;}
#return-to-top i{color:#fff; margin:0; position:relative; left:18px; top:16px; font-size:19px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease;  transition:all 0.3s ease;}
#return-to-top:hover {background:rgba(0, 0, 0, 0.7)}
#return-to-top:hover i {color:#fff; top:14px}
.arrow {border:solid #fff; border-width:0 4px 4px 0; display:inline-block; padding:4px; transform: rotate(-135deg);-webkit-transform: rotate(-135deg);}


