body::-webkit-scrollbar {
    width: 10px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,.3);
  outline: 1px solid slategrey;
}

@font-face {
    font-family: Modern;
    src: url('../fonts/Modern.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Abel';
    font-style: normal;
    font-weight: 400;
    src: local('Abel Regular'), local('Abel-Regular'), url('../fonts/Abel.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,hr,th,td {margin:0; padding:0;}
h3,h4,h5,h6 {font-weight:700;} /* Colocar de acordo com a fonte do Google que tiver */
h1, h2 {font-weight:700;} /* Colocar de acordo com a fonte do Google que tiver */
html {-webkit-font-smoothing: antialiased;overflow-x: hidden;}
html {font-size: 100%;}
strong, b {font-weight:700;} /* Colocar de acordo com a fonte do Google que tiver */
* {
	font-family: 'Abel', sans-serif;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;box-sizing: border-box;
	outline: 0;
} /* Colocar de acordo com a fonte do Google que tiver */
body {color: #ffffff;font-weight:400; letter-spacing: -0.5px;background: #000000 url(../img/banner-01.png) top center no-repeat;position: relative;}
.clear {width: 100%; clear: both; display: block; height: 0px;}
img {max-width: 100%;height: auto;}
a, button {
	color: currentColor;
	transition:all 0.5s;-moz-transition: all 0.5s;/* Firefox 4 */-webkit-transition: all 0.5s;/* Safari and Chrome */-o-transition: all 0.5s;/* Opera */
	text-decoration:none; cursor:pointer;
}
p {line-height: 56px; font-size: 30px;color: rgba(255,255,255,0.4);}
.container{width: 100%;position: relative;margin: 0px auto; box-sizing:border-box; padding: 0px 9.3%;}
.text-right {text-align: right;}
.control-nav {position: fixed;left: 0px;top: calc(50% - 80px);padding: 40px;border-left: 5px solid #a9833f;font-size: 64px;color: #a9833f;z-index: 77;}
.control-nav ion-icon {}
.control-nav-close {position: fixed;right: 0;top: 0;bottom: 0;left: 0;display: block;z-index: 1;background: rgba(0,0,0,0);-webkit-transition: all 500ms ease;transition: all 500ms ease;-webkit-transform: translate(-100%, 0);-ms-transform: translate(-100%, 0);transform: translate(-100%, 0);}
#control-nav:checked ~ .control-nav-close {-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);z-index: 99;}
#control-nav:checked ~ .menu {-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);}
input#control-nav {visibility: hidden;position: absolute;left: -9999px;opacity: 0;}

/*INDEX*/
.menu-principal {text-align: center;}
.menu-principal .item {cursor:pointer; height: 100vh;width: 49.8%;display: inline-flex;align-items: center;justify-content: center; overflow: hidden; transition:all 0.5s;-moz-transition: all 0.5s;/* Firefox 4 */-webkit-transition: all 0.5s;/* Safari and Chrome */-o-transition: all 0.5s;/* Opera */
background-position: center center;background-repeat: no-repeat;background-size: auto 100%; vertical-align: top; background-blend-mode: multiply; background-color:#77777B;
animation-duration: 35s;animation-name: changebackgroundsize;animation-iteration-count: infinite;animation-direction: alternate;
}
.menu-principal .itemantonella {animation-name: changebackgroundsizee;}
.menu-principal .item:hover {background-size:auto 105%;}
.menu-principal .item:hover > img {width: 19vw;}

.menu-principal .item img {width: 20vw;filter: brightness(0) invert(1); transition:all 0.5s;-moz-transition: all 0.5s;/* Firefox 4 */-webkit-transition: all 0.5s;/* Safari and Chrome */-o-transition: all 0.5s;/* Opera */}
.menu-principal .item h2 {font-size: 58px;font-family: 'Modern';letter-spacing: 10px;}
/**/


.loader {height: 80vh;width: 80%; top:10vh;left:10%;position:fixed;z-index:999;opacity: 0; visibility:hidden;background-color:#000000;display: flex;align-items: center;justify-content: center; overflow: hidden; transition:all 0.5s;-moz-transition: all 0.5s;/* Firefox 4 */-webkit-transition: all 0.5s;/* Safari and Chrome */-o-transition: all 0.5s;/* Opera */}
.loader img {width: 5%;filter: brightness(0) invert(1); transition:all 0.5s;-moz-transition: all 0.5s;/* Firefox 4 */-webkit-transition: all 0.5s;/* Safari and Chrome */-o-transition: all 0.5s;/* Opera */}

.loader.openLoad {height: 100vh;width: 100%; top:0px;left:0px; opacity: 1; visibility:visible;}

header {padding: 110px 0 160px 0px; text-align: center;}
header .logo {text-indent: -9999px;background: url(../img/logo.png) center center no-repeat;background-size: 100%;width: 300px;height: 110px;display: inline-block;margin: 0px auto;}
header .logo.branco {filter: brightness(0) invert(1);}
header .menu {
	position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30%;
  background: linear-gradient(to right, rgba(0,0,0,1) , rgba(0,0,0,0));
  z-index: 999;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
	transform-origin: 100% 50%;
	transform-style: preserve-3d;
}
header .menu .menu-header {display: grid;grid-template-columns: 1fr auto;flex-direction: row;align-items: center;}
header .menu .menu-header a {text-align: left;padding-left: 50px;}
header .menu .menu-header ion-icon {font-size: 30px;border-left: 1px solid rgba(255,255,255,0.2);height: 70px;padding: 0 45px;}
header .menu ul {list-style: none;text-align: left;margin-top:calc(50vh - 240px);}
header .menu ul li + li {border-top: 1px solid rgba(255,255,255,0.05);}
header .menu ul li a {line-height: 120px;padding-left: 90px;font-size: 30px;}

.line {width: 2px;height: 1850px;background: #1a1a1a;position: absolute;left: 35%;transform: translateX(-35%);top: 250px;}

.titulo {font-size: 96px;color: #a7813e;line-height: 90px;font-family: 'Modern'; text-align: center;}

.sobre {margin-top: 100px;position: relative;padding-bottom: 80px;}
.sobre img {width: 40vw;position: absolute;top: -150px;filter: grayscale(1);}
.sobre p {padding-right: 20%;}
.col {display: inline-block;vertical-align: top;width: 49%;}
.col + .col {margin-left: 1.5%;}

.galeria {background: #000000 url(../img/banner-02.png) bottom center no-repeat;background-size: 100%;}
.galeria .titulo {padding: 150px 0px 100px 0px; text-align: center;}

.implementacao {position: relative;z-index: 2;}
.implementacao .mapa {background: url(../img/implementacao.jpg) center right no-repeat;background-size: 80%;width: 100%;height: 700px;position: relative;}
.implementacao .mapa .pin {position: absolute;display: block;}
.implementacao .mapa .pin img {display: inline-block;vertical-align: top;}
.implementacao .mapa .pin:hover .info {opacity: 1;visibility: visible;text-indent: 0px;z-index: 9999;}
.implementacao .mapa .pin .info {background: rgba(0,0,0,0.85);padding: 30px;display: inline-block;border-radius: 5px;visibility: hidden;opacity: 0;text-align:right;-webkit-transition: all 500ms;transition: all 500ms;}

.etapas {background: url(../img/banner-03.png) no-repeat top center;padding: 300px 0 100px;margin-top: -200px;}
.etapas .titulo {margin-bottom: 140px;}
.etapas .etapas-grid {width: 100%;text-align: center;}
.etapas .etapas-grid .item {display: inline-block;width: 33%;vertical-align: top;margin-bottom: 80px;font-size: 40px;line-height: 44px;}
.etapas .etapas-grid .item h2 {margin-top: 35px; font-family: 'Modern'; font-size: 32px;}
.etapas .etapas-grid .item small {color: rgba(255,255,255,0.3);}

.modal {pointer-events: none;position: fixed; top:0px;left: 0px;height: 100vh;width: 100vw;background: rgba(0,0,0,.5);z-index: 99;visibility: hidden;opacity: 0;
transition:all 0.5s;-moz-transition: all 0.5s;/* Firefox 4 */-webkit-transition: all 0.5s;/* Safari and Chrome */-o-transition: all 0.5s;/* Opera */}
.modal.open + .modal-close {position: fixed;height: 100%;width: 100%;bottom: 0;left: 0;top: 0;right: 0;background: rgba(0,0,0,0.8);z-index: 98;}
.modal.open {pointer-events: unset;opacity: 1;visibility: visible;}

.modal .overlay {position: fixed; top:0px;left: 0px;height: 100%;width: 100%;background: transparent;z-index: 98;}
.modal .box {position: fixed; top:0px;left: 10%;height: auto;width: 80%;background: #000000;z-index: 99;padding: 100px; transition:all 0.5s;-moz-transition: all 0.5s;/* Firefox 4 */-webkit-transition: all 0.5s;/* Safari and Chrome */-o-transition: all 0.5s;/* Opera */}
.modal.open .box {top: 100px;}
.modal-close {transition:all 0.5s;-moz-transition: all 0.5s;/* Firefox 4 */-webkit-transition: all 0.5s;/* Safari and Chrome */-o-transition: all 0.5s;/* Opera */}
.modal .titulo {padding: 0;font-size: 64px;line-height: 56px; float: left; width: 50%; text-align: left;}
.modal .titulo img {height: 64px; margin-top: 40px;}
.modal .forms {width: 50%; float: right;}
.forms input {display: block;width: 100%;border: 1px solid #d5a551;background: transparent;margin-bottom: 20px;padding: 30px 40px;font-size: 28px;color: #ffffff; font-family: 'Abel', sans-serif; letter-spacing: 2px;}
.forms input::placeholder {color: #ffffff;}
.forms input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none;}
.forms button {font-size: 30px;padding: 30px 40px;border: 1px solid #a9833f;background: #FFFFFF; float:right;color:#333333;display: inline-block;flex-direction: row;align-items: center; font-family: 'Modern'; text-transform: capitalize;}
.forms button:hover {background: #a9833f; color: #FFFFFF;}

.video {width: 100%;height: 100vh;position: relative; margin-top: 150px;}
.video iframe {width: 100%; height: 100vh;}
.video a:hover img {transform: scale(1.05) translate(-50%, -50%);}

.grid {
  width: 100%;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 31.3%;
  margin: 1%;
}

.grid-item {
  float: left;
}

.grid-item-large {width: 64.333%;}

.grid-item img {
  display: block;
  max-width: 100%;
}


footer {text-align: center; padding: 80px 0px 80px 0px;}
footer small {text-transform: uppercase; letter-spacing: 10px; display: block; margin-bottom: 40px;}
footer img {height: 60px;}

.anc {text-align: center; padding: 0px 0px 0px 0px; position: absolute; bottom: 40px; left: calc(50% - 150px); width: 300px;}
.anc small {text-transform: uppercase; letter-spacing: 5px; display: block; margin-bottom: 30px; font-size: 12px;}
.anc img {height: 40px;}

@keyframes changebackgroundsize {
  from {background-position:center right;}
  to {background-position:center left;}
}
@keyframes changebackgroundsizee {
  from {background-position:center left;}
  to {background-position:center right;}
}

.agende {position: relative; height: 80vh; padding:30vh 0px; text-align:center; background-color:#888888; background-blend-mode:multiply;background-image: url('../img/villabellaagende.jpg'); background-position: center center; background-attachment: fixed; background-size: cover}
.agende h2 {font-family: 'Modern'; color: #d2a94e; font-size: 72px;}
.agende p {margin-top: 40px; color: #FFFFFF; line-height: 100%; font-size: 36px;}

.imagemInicial {height: 80vh; background-blend-mode:multiply;background-image: url('../img/bannervb.jpg'); background-position: center center; background-attachment: fixed; background-size: cover; margin-top: 200px;}


.formulario-contato .box {background: #000000;padding: 100px;}
.formulario-contato .titulo {padding: 0;font-size: 64px;line-height: 56px; float: left; width: 50%; text-align: left; color: #a7813e;font-family: 'Modern'; text-transform: none}
.formulario-contato .titulo img {height: 64px; margin-top: 40px;}
.formulario-contato .forms {width: 50%; float: right;}


/* mobile */
@media only screen and (max-width: 801px) {
  body{letter-spacing: 0;}
  .menu-principal .item{width: 100%; height: 50vh;background-size: cover;}
  .menu-principal .item img{width: 200px;max-width: 90%;}
  .menu-principal .item:hover > img {width: 250px;}
  .anc {text-align: center; padding: 0px 0px 0px 0px; position: absolute; bottom: calc(50% - 20px); width: 100%; left:0px;}
  .anc small {display: none;}
  .anc img {height: 40px;}
}