@font-face {
  font-family: 'Dala Moa Web';
  src: url("../fonts/DalaMoa-RegularNo2-Web.eot");
  src: url("../fonts/DalaMoa-RegularNo2-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/DalaMoa-RegularNo2-Web.woff2") format("woff2"), url("../fonts/DalaMoa-RegularNo2-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }
/*Rubik*/
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-Black.woff2") format("woff2"), url("../fonts/Rubik-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-BlackItalic.woff2") format("woff2"), url("../fonts/Rubik-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-MediumItalic.woff2") format("woff2"), url("../fonts/Rubik-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-BoldItalic.woff2") format("woff2"), url("../fonts/Rubik-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-Italic.woff2") format("woff2"), url("../fonts/Rubik-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-Light.woff2") format("woff2"), url("../fonts/Rubik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-LightItalic.woff2") format("woff2"), url("../fonts/Rubik-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }
.dala, .home1 h1, .home2 h2, .destaqueTxt h3 {
  font-family: 'Dala Moa Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

body,
html {
  margin: 0;
  padding: 0;
  border: 0;
  color: #000;
  font-family: "Rubik", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: normal;
  font-style: normal;
  font-variant: normal;
  background-color: #FFF; }

.responsive {
  width: 100% !important;
  height: auto !important; }

.apagar {
  clear: both; }

strong {
  font-weight: bold; }

img {
  border: 0;
  padding: 0;
  margin: 0;
  backface-visibility: hidden; }

p {
  margin: 0;
  padding: 0;
  font-size: 1.35em;
  line-height: 1.5em;
  margin-bottom: 10px;
  font-weight: 300; }

a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  transition: all .25s ease-out; }
  a:hover {
    color: #000;
    text-decoration: none; }

a.btSeta {
  display: inline-block;
  font-size: 1.6em;
  font-weight: normal;
  color: #b3835b;
  text-decoration: none;
  padding-right: 55px;
  cursor: pointer;
  background: url(../img/arrow-right.png) no-repeat;
  background-position: 100% 60%; }
  a.btSeta:hover {
    background-position: 104% 60%; }

* {
  box-sizing: border-box; }

select::-ms-expand {
  display: none; }

.container {
  position: relative;
  display: block;
  width: 94%;
  margin: auto;
  clear: both; }

sup {
  vertical-align: middle;
  font-size: smaller; }

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: #000 solid 1px; }

.pegado {
  white-space: nowrap; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: normal;
  margin: 0; }

fieldset {
  min-width: 0;
  border: 0; }

.desvio1 {
  /*text-shadow: 1px 1px 0px rgba(255, 255, 255, .2);*/
  color: #1b232a !important; }

/*////////////////////////////////////////////////////////////////////////////*/
.sombraContainer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  padding-top: 17.5%;
  background: url(../img/sombra.svg) center top no-repeat;
  background-size: 100% auto;
  opacity: .2; }

.logoContainer {
  display: block;
  position: fixed;
  width: 264px;
  box-sizing: content-box;
  padding-top: 50px;
  padding-left: 3%;
  z-index: 1000; }
  .logoContainer .logoBranco {
    display: none; }
  .logoContainer img {
    width: 100%;
    height: auto; }

@media only screen and (max-width: 960px) {
  .logoContainer {
    padding-top: 30px; } }
@media only screen and (max-width: 760px) {
  .logoContainer {
    padding-top: 20px;
    width: 200px; } }
.containerPreto {
  position: relative;
  width: 100%;
  background-color: #000;
  color: #FFF;
  overflow: hidden;
  z-index: 1200; }
  .containerPreto .sombraContainer {
    z-index: 8; }
  .containerPreto .container {
    z-index: 9; }
  .containerPreto .logoContainer {
    z-index: 10; }
  .containerPreto .logoBranco {
    display: block; }
  .containerPreto .logoPreto {
    display: none; }

a.btHomeDown {
  display: block;
  width: 20px;
  height: 37px;
  box-sizing: content-box;
  background: url(../img/arrow-down.png) no-repeat;
  background-position: center top;
  position: fixed;
  bottom: 0;
  right: 5%;
  padding-bottom: 4%;
  cursor: pointer;
  z-index: 11; }
  a.btHomeDown:hover {
    background-position: center 5px; }

.home1 h1 {
  font-size: 18vw;
  color: #b3835b;
  line-height: .8em;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 3%; }

.moradaContainer {
  padding-top: 50px;
  margin-left: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }

.moradaColuna {
  margin-right: 25px;
  font-size: 1.2em;
  line-height: 1.5em; }
  .moradaColuna.dala, .home1 h1.moradaColuna, .home2 h2.moradaColuna, .destaqueTxt h3.moradaColuna {
    font-size: 2.5em;
    margin-top: -10px; }
  .moradaColuna a {
    color: #FFF;
    text-decoration: none;
    font-weight: normal; }
    .moradaColuna a:hover {
      text-decoration: underline; }

@media only screen and (max-width: 960px) {
  .moradaContainer {
    padding-top: 130px;
    margin-left: 0; } }
@media only screen and (max-width: 760px) {
  .moradaContainer {
    padding-top: 80px;
    flex-wrap: wrap; }

  .moradaColuna.dala, .home1 h1.moradaColuna, .home2 h2.moradaColuna, .destaqueTxt h3.moradaColuna {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 5px;
    width: 100%; } }
.home2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 88%; }
  .home2 .home2Centro {
    padding-bottom: 5%; }
  .home2 h2 {
    font-size: 8em;
    color: #b3835b;
    line-height: 1em;
    margin-bottom: 20px; }
  .home2 p {
    margin: 0;
    max-width: 590px; }

@media only screen and (max-width: 960px) {
  .home2 {
    width: 88%; }
    .home2 h2 {
      font-size: 5em;
      margin-bottom: 20px; } }
@media only screen and (max-width: 760px) {
  .home2 {
    width: 94%; }
    .home2 h2 {
      font-size: 3em;
      margin-bottom: 10px; }
      .home2 h2 br {
        display: none; } }
/*.home3 {
	width: 80%;
	position: fixed;
	top: 0;
	left: 10%;
}
.destaque {
	width: 100%;
}
.destaqueBloco {
	position: relative;
	padding: 0 2px;
	h3 {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		@extend .dala;
		color: $azul;
		font-size: 8vw;
		line-height: 0.8em;
		z-index: 2;
	}
}
.destaqueImg {
	position: relative;
	float: right;
	z-index: -1;
	width: 80%;
	text-align: right;
	img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
	}
}*/
/*.home3 {
	width: 80%;
	position: fixed;
	top: 0;
	left: 10%;
}
.destaque {
	width: 100%;
}
.destaqueBloco {
	position: relative;
	padding: 0 2px;
	display: flex!important;
	justify-content: flex-start;
	align-items: flex-start;
	h3 {
		@extend .dala;
		color: $azul;
		font-size: 3.5em;
		line-height: 1.2em;
		z-index: 2;
		flex-basis: auto;
		align-self: flex-end;
		padding-right: 5%;
	}
}
.destaqueImg {
	position: relative;
	float: right;
	z-index: -1;
	max-width: 80%;
	text-align: right;
	flex-shrink: 0;
	img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
	}
}*/
.home3 {
  width: 94%;
  position: fixed;
  top: 0;
  bottom: 0; }

.destaque {
  width: 100%; }

.destaqueBloco {
  position: relative;
  padding: 0 2px; }

.destaqueImg {
  position: relative;
  z-index: -1;
  width: 65%;
  margin-left: 30%;
  text-align: right; }
  .destaqueImg img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%; }

.destaqueTxt {
  position: absolute;
  width: 86%;
  top: 35%;
  left: 7%;
  z-index: 2; }
  .destaqueTxt h3 {
    color: #597c91;
    font-size: 14vw;
    line-height: 0.7em; }
  .destaqueTxt p {
    color: #597c91;
    font-size: 2.5em;
    line-height: 1.1em;
    font-weight: bold;
    margin-top: 30px;
    width: 25%; }

@media only screen and (max-width: 960px) {
  .destaqueBloco {
    padding-top: 100px; } }
@media only screen and (max-width: 760px) {
  .destaqueBloco {
    padding-top: 70px; }
    .destaqueBloco h3 {
      font-size: 2.5em;
      line-height: 1em;
      z-index: 2;
      transform: none; }

  .destaqueImg {
    width: calc(100% - 70px);
    margin-left: 35px; }

  .destaqueTxt {
    position: relative;
    width: calc(100% - 70px) !important;
    top: initial !important;
    left: initial !important;
    margin: 15px auto 0; }
    .destaqueTxt h3 {
      width: 100% !important;
      color: #597c91 !important;
      font-size: 3.5em !important;
      line-height: 1em; }
    .destaqueTxt p {
      width: 100% !important;
      font-size: 2em;
      font-weight: normal;
      margin-top: 10px; } }
.homeVerMais {
  position: fixed;
  bottom: 0;
  right: 40px;
  left: 40px;
  z-index: 1300;
  display: none;
  transition: all .25s ease-out; }
  .homeVerMais.ativo {
    bottom: 40px; }
  .homeVerMais .btSetaCont {
    display: block;
    width: 100%;
    float: right;
    text-align: right;
    margin-top: 10px; }
    .homeVerMais .btSetaCont a {
      white-space: nowrap; }
  .homeVerMais .temp {
    font-size: 1.4em;
    font-weight: normal;
    color: #597c91;
    margin-bottom: -20px; }

/*Anim entrada*/
.homepage .home {
  opacity: 0;
  transition: all .5s ease-out; }
.homepage .logoHome {
  opacity: 0;
  transition: opacity .5s ease-out;
  transition-delay: .1s; }
.homepage .moradaContainer {
  opacity: 0;
  transition: all .5s ease-out;
  transition-delay: .2s; }

.homepage.abertura .home {
  opacity: 1; }
.homepage.abertura .logoHome {
  opacity: 1; }
.homepage.abertura .moradaContainer {
  opacity: 1; }

/*# sourceMappingURL=style.css.map */
