#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

h1 {
  font-family: georgia;
  font-style: italic;
  font-size: xx-large;
}

p {
  font-family: raleway;
  font-size: small;
  color: #777777;
}

h2 {
  font-family: georgia;
  font-style: italic;
  font-size: xx-large;
}

h4 {
  /*font-family: georgia;*/
  /*font-style: italic;*/
  /*font-size: xx-large;*/
  font-size: calc(8px + 0.5vw);
}

.otherLanguage {
  color: #777777;
}

.activeLanguage {
  color: #000000;
}

#page-title {
  color: #575757;
}

#house-title {
  color: #080808;
  font-size: larger;
  font-family: georgia;
}

#house-title:hover {
  color: #3da0c7;
}

#separator2 {
  position: relative;
  display: block;
  height: 1px;
  margin: 17px auto 14px;
  background-color: #ffffff;
  border: 1px solid #c6c6c6;
  color: #000000;
}

#separator-title {
  position: relative;
  display: inline-block;
  height: 1px;
  margin: 17px auto 14px;
  background-color: #ffffff;
  border: 1px solid #c6c6c6;
  color: #000000;
}

#photos {
  font-family: georgia;
  font-size: large;
}

.button:hover {
  background-color: #000000;
}

.button {
  background-color: #3da0c7;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

.fa.fa-dot-circle-o.icon-circle {
  font-size: 8vw;
  color: rgba(255,255,255,0.25);
  /*padding-top: 80px;*/
}

.text-center.h5-reasons {
  font-size: 2vw;
  color: #ffffff;
  font-family: georgia;
}

.separator {
  position: relative;
  display: block;
  height: 1px;
  margin: 17px auto 14px;
  background: url(data:image/svg+xml;
  base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);    background: -moz-linear-gradient(left,rgba(0,0,0,0) 13%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 87%);
  background: -webkit-gradient(linear,left top,right top,color-stop(13%,rgba(0,0,0,0)),color-stop(50%,rgba(0,0,0,0.6)),color-stop(87%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left,rgba(0,0,0,0) 13%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 87%);
  background: -o-linear-gradient(left,rgba(0,0,0,0) 13%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 87%);
  background: -ms-linear-gradient(left,rgba(0,0,0,0) 13%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 87%);
  background: linear-gradient(to right,rgba(0,0,0,0) 13%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 87%);
}

.separator-footer {
  position: relative;
  display: block;
  height: 1px;
  margin: 17px auto 14px;
  background: url(data:image/svg+xml;
  base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);    background: -moz-linear-gradient(left,rgba(0,0,0,0) 13%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 87%);
  background: -webkit-gradient(linear,left top,right top,color-stop(13%,rgba(0,0,0,0)),color-stop(50%,rgba(0,0,0,0.6)),color-stop(87%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left,rgba(0,0,0,0) 13%,rgba(255,255,255,0.6) 50%,rgba(0,0,0,0) 87%);
  background: -o-linear-gradient(left,rgba(0,0,0,0) 13%,rgba(255,255,255,0.6) 50%,rgba(0,0,0,0) 87%);
  background: -ms-linear-gradient(left,rgba(0,0,0,0) 13%,rgba(255,255,255,0.6) 50%,rgba(0,0,0,0) 87%);
  background: linear-gradient(to right,rgba(0,0,0,0) 13%,rgba(255,255,255,0.6) 50%,rgba(0,0,0,0) 87%);
}

li {
  font-family: raleway;
  font-size: small;
  font-style: italic;
  color: #777777;
}

.footnote {
  background-color: #14445f;
  height: 250px;
}

footnote-title .h4, h4 {
  color: #ffffff;
}

.footnote-text {
  color: #ffffff;
}

#footer {
  height: 140px;
  background-color: #3DA0C9;
}

#BtnScrollTop {
  display: initial;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 15px;
  border-radius: 0px;
  font-size: 18px;
}

#BtnLanguage {
  display: initial;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: white;
  /*opacity: 0;*/
  color: #000000;
  cursor: pointer;
  padding: 15px;
  border-radius: 0px;
  font-size: 18px;
}

#BtnScrollTop:onHover {
  background-color: #3DA0C9;
}

.text-center.heading-casas:link {
  color: #080808;
}

.text-center.heading-casas:link {
  color: #080808;
}

a:hover {
  color: #3da0c7;
}

.navbar.navbar-light.navbar-expand-md.fixed-top {
}

.scrolled {
  background-color: rgba(255,255,255,0.75);
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}

#Title {
  font-family: raleway;
  color: #777777;
}

#page-title {
  padding-top: 15px;
}

.footer-link-active {
  color: #000000;
}

.footer-link-inactive {
  color: #ffffff;
}

.list-inline.text-center {
  color: rgb(255,255,255);
}

#Title {
  font-family: raleway;
  color: #777777;
}

.mb-0, .my-0 {
  font-family: 'Raleway';
}

.boletim form {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.heading-reasons {
  font-size: 3vw;
}

.p-reasons {
  font-size: 2vw;
}

