@import url(reset.css);
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;500&display=swap");
.trancoso {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
}
.trancoso * {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
}
.trancoso img {
  max-width: 100%;
}
.trancoso .container {
  max-width: 100%;
  width: 1280px;
  margin: 0 auto;
}
.trancoso .header {
  background: no-repeat url("../img/header.jpg");
  background-size: cover;
  height: 100vh;
  position: relative;
}
.trancoso .paraiso-texto {
  background: no-repeat url("../img/bg-paper.jpg");
  background-size: cover;
  position: relative;
  padding: 80px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trancoso .paraiso-texto p {
  text-align: center;
  color: #8c4a1e;
  max-width: 100%;
  width: 1280px;
  display: block;
  font-weight: 200;
  font-size: 2em;
  text-align: justify;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
.trancoso .paraiso-pergolado {
  background: no-repeat url("../img/pergolado.jpg");
  background-size: cover;
  height: 100vh;
  position: relative;
}
.trancoso .paraiso {
  background: no-repeat url("../img/bg-blue.jpg");
  background-size: cover;
  min-height: 100vh;
  position: relative;
  padding-bottom: 80px;
}
.trancoso .paraiso h1 {
  font-weight: 200;
  font-size: 3.125em;
  width: 900px;
  max-width: 100%;
  margin: 0 auto 80px;
  padding-top: 100px;
}
.trancoso .paraiso h1 strong {
  font-weight: 500;
}
.trancoso .mapa, .trancoso .mapa-en {
  position: relative;
}
.trancoso .mapa img, .trancoso .mapa-en img {
  min-width: 100%;
}
.trancoso .aeroporto {
  background: no-repeat url("../img/bg-paper.jpg");
  background-size: cover;
  padding: 80px 0;
  position: relative;
  text-align: justify;
  color: #6e6158;
  font-weight: 300;
}
.trancoso .aeroporto .container div {
  display: flex;
  align-items: center;
  font-size: 1em;
}
.trancoso .aeroporto .container figure {
  padding-right: 30px;
  margin-right: 20px;
  border-right: 2px solid #e2650e;
  min-width: 400px;
  max-width: 100%;
  margin: 0 20px 0 0;
}
.trancoso .aeroporto .container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.trancoso .aeroporto .container ul strong {
  display: block;
  font-weight: 400;
  padding-top: 10px;
}
.trancoso .aeroporto .container ul li {
  flex-basis: 50%;
  box-sizing: border-box;
  text-align: left;
  display: inline-block;
  width: 49%;
  padding: 40px 0 0 40px;
}
.trancoso .aeroporto .container p {
  text-align: justify;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  padding: 15px 0;
}
.trancoso .empreendimento {
  background: no-repeat url("../img/empreendimento.jpg");
  background-size: cover;
  min-height: 100vh;
  position: relative;
}
.trancoso .footer {
  background: #109791;
  color: #fff;
  min-height: 270px;
}
.trancoso .footer em {
  font-size: 0.8em;
  font-weight: 200;
  padding-bottom: 30px;
  display: block;
}
.trancoso .footer h3 {
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 10px;
}
.trancoso .footer figure {
  display: flex;
  height: 90px;
  align-items: center;
  justify-content: center;
}
.trancoso .footer ul {
  list-style: none;
  padding: 20px 0 0 0;
  margin: 0 auto 50px;
  width: 1280px;
  max-width: 100%;
}
.trancoso .footer ul li {
  display: inline-block;
  width: 33%;
  vertical-align: bottom;
  position: relative;
}

.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 20px;
}
.arrows path {
  stroke: #ffffff;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}
.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
}
.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

.pre-form {
  max-width: 600px;
  background: #004f5a;
  margin: 20px auto;
  padding: 50px;
}
.pre-form h2 {
  font-size: 2.5625em;
  color: #fff;
  font-weight: 300;
  margin-bottom: 60px;
}
.pre-form button {
  background-color: #109791;
  color: white;
  padding: 10px 35px;
  border: none;
  border-radius: 27px;
  font-size: 1.8125em;
  height: 54px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0px;
  cursor: pointer;
}
.pre-form button:hover {
  background-color: #0b6d68;
}

.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
}
.whatsapp i {
  margin-top: 16px;
  font-family: FontAwesome;
}

.form {
  display: none;
  max-width: 600px;
  background: #004f5a;
  margin: 20px auto;
  padding: 50px;
  position: relative;
}
.form .cnt {
  margin-bottom: 50px;
  position: relative;
}
.form #feedback-form {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #004f5a;
  color: #fff;
  font-size: 1.5em;
}
.form em {
  font-weight: 300;
  font-size: 0.6875em;
  text-align: left;
  display: block;
  color: #ffffff;
  line-height: 1.3em;
}
.form label {
  display: block;
  margin-bottom: 8px;
}
.form input {
  width: 100%;
  height: 54px;
  padding: 8px;
  margin-bottom: 0;
  box-sizing: border-box;
  font-size: 1.8125em;
  font-weight: 200;
}
.form input::-moz-placeholder {
  font-weight: 200;
}
.form input::placeholder {
  font-weight: 200;
}
.form button {
  background-color: #109791;
  color: white;
  padding: 10px 35px;
  border: none;
  border-radius: 27px;
  font-size: 1.8125em;
  height: 54px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 50px;
  cursor: pointer;
}
.form button:hover {
  background-color: #0b6d68;
}

.error-message {
  color: #ff8282;
  margin-top: 4px;
  font-size: 0.8em;
  font-weight: 300;
  text-align: right;
  position: absolute;
  right: 0;
  top: 58px;
}

.error {
  border: 1px solid #ff8282;
}

@media only screen and (min-width: 680px) {
  .none-desk {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .none-desk {
    display: block;
  }
  .trancoso .empreendimento .ancora {
    display: none;
  }
  .trancoso .pre-form h2 {
    font-size: 1.6em;
    padding: 0 15px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .trancoso .aeroporto {
    padding: 0 0 110px 0;
  }
  .trancoso .aeroporto .container div {
    display: block;
  }
  .trancoso .aeroporto .container figure {
    font-size: 0;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: 2px solid #e2650e;
    border-right: none;
    min-width: 100%;
    margin: 0;
  }
  .trancoso .aeroporto .container ul li {
    padding: 15px 0 0 15px;
  }
  .trancoso .aeroporto .container p {
    padding: 15px;
  }
  .trancoso .aeroporto img {
    width: 100%;
  }
  .trancoso .paraiso-pergolado,
  .trancoso .mapa,
  .trancoso .empreendimento {
    height: auto;
    min-height: auto;
  }
  .trancoso .mapa {
    padding: 0;
    width: 100%;
    background: transparent;
  }
  .trancoso .mapa .ancora {
    display: none;
  }
  .trancoso .header figure {
    padding-top: 100px;
  }
  .trancoso .paraiso {
    padding-bottom: 120px;
    min-height: auto;
  }
  .trancoso .paraiso h1 {
    font-size: 1.6em;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.2;
    padding-top: 80px;
  }
  .trancoso .paraiso-texto {
    padding: 60px 15px 110px;
  }
  .trancoso .paraiso-texto p {
    padding: 0 15px;
    font-size: 1em;
  }
  .trancoso .footer h3 {
    font-size: 0.8em;
  }
  .trancoso .footer ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .form,
  .pre-form {
    padding: 20px;
  }
  .form input,
  .pre-form input {
    height: 44px;
    font-size: 1.2em;
  }
  .form button,
  .pre-form button {
    height: 44px;
    border-radius: 22px;
    font-size: 1.2em;
  }
  .form .cnt,
  .pre-form .cnt {
    margin-bottom: 20px;
  }
}
@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.switch {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  right: 10px;
  top: 10px;
  position: absolute;
  z-index: 9;
}
.switch > span {
  position: absolute;
  top: 14px;
  pointer-events: none;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  width: 50%;
  text-align: center;
}
.switch > span.on {
  left: 0;
  padding-left: 2px;
  color: #109791;
}
.switch > span.off {
  right: 0;
  padding-right: 4px;
  color: #fff;
}
.switch input.check-toggle-round-flat:checked ~ .off {
  color: #109791;
}
.switch input.check-toggle-round-flat:checked ~ .on {
  color: #fff;
}
.switch .check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.switch .check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

input.check-toggle-round-flat + label {
  padding: 2px;
  width: 97px;
  height: 35px;
  background-color: #109791;
  border-radius: 60px;
}

input.check-toggle-round-flat + label:before,
input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

input.check-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #109791;
  border-radius: 60px;
}

input.check-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 48px;
  background-color: #fff;
  border-radius: 52px;
  transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label:after {
  margin-left: 44px;
}/*# sourceMappingURL=style.css.map */