/*
font-family: 'Allura', cursive;
font-family: 'Montserrat', sans-serif;
font-family: 'Amatic SC', cursive;
*/

/* @import url("https://fonts.googleapis.com/css2?family=Allura&family=Amatic+SC&family=Arima+Madurai&family=Open+Sans&display=swap"); */

/*------------------
TYPOGRAPHY
--------------------*/

h2 {
  font-family: "Allura", cursive;
  font-size: 40px;
  line-height: 150%;
  margin-bottom: 32px;

  color: #2b5437;
}

h5,
h6 {
  font-family: "Open Sans";
}

/* h2 {
  font-family: "Allura", cursive;
  font-weight: bold;
  font-size: 2.5rem;
  color: #2b5437;
} */

/* p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  color: #2b5437;
} */

p,
ul {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;

  color: #2b5437;
}

/* ul {
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  color: #2b5437;
} */

table {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #2b5437;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

/*------------------
NAVBAR
--------------------*/

.navbar {
  visibility: hidden;
}

.top-nav {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.7) 60%,
    rgba(255, 255, 255, 0.05) 100%
  );
  height: 200px;
}

.navbar-fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
  visibility: visible;
}

.navbar .navbar-nav .nav-link {
  color: #292929;
}

/*------------------
GENERAL
--------------------*/

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

/*------------------
CAROUSEL
--------------------*/

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* .carousel-caption-top {
  top: 20%;
  left: 40%;
  right: 5%;
  bottom: auto;
} */

.carousel-caption-top-1 {
  top: 20%;
  left: 55%;
  right: 5%;
  bottom: auto;
}

.carousel-caption-top-2 {
  top: 20%;
  left: 50%;
  right: 5%;
  bottom: auto;
}

.carousel-caption-top-3 {
  top: 20%;
  left: 60%;
  right: 5%;
  bottom: auto;
}

.carousel-btn {
  margin-top: 10px;
}

.move-down {
  color: #ffff;
}

.carousel-caption-text {
  background: rgba(6, 98, 26, 0.5);
  /* background: rgba(0, 0, 0, 0.28); */
  font-family: Allura;
  font-size: 42px;
  line-height: 150%;
  margin-bottom: 16px;

  color: #ffff;
}

.carousel-text {
  color: #ffff;
  font-size: 1rem;
}

/*------------------
FEATURE - O EMPREENDIMENTO
--------------------*/

.empreendimento .leaf1 {
  left: 40%;
  top: -10%;
  transform: rotate(20deg);
}

.empreendimento .leaf2 {
  right: 5px;
  top: 105%;
  transform: rotate(-20deg) scaleX(-1);
}

/* .empreendimento {
  display: flex;
  align-items: center;
  position: relative;
} */

.empreendimento-text {
  order: 1;
}

.empreendimento .logo-arvoredo {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.empreendimento .planta {
  width: 100%;
  /* filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.35)); */
  /* box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.25);
  border-radius: 32px; */
}

/*------------------
FEATURE - ESTRADA
--------------------*/

.estrada .leaf3 {
  left: 40%;
  top: -30px;
}

.estrada .leaf4 {
  right: 10%;
  bottom: 5%;
  transform: rotate(-20deg) scaleX(-1);
}

/* .estrada {
  display: flex;
  align-items: center;
  position: relative;
} */

.estrada-text {
  flex-basis: 50%;
  padding-right: 48px;
}

.estrada .localizacao {
  width: 100%;
  /* -webkit-filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.25)); */
  filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.35));
}

/*------------------
FEATURE - NUCLEO RESIDENCIAL
--------------------*/
.nucleo-residencial .leaf5 {
  right: 60%;
  top: -12%;
}

.nucleo-residencial .leaf6 {
  right: 10%;
  bottom: -10%;
  transform: rotate(-20deg) scaleX(-1);
}

/* .nucleo-residencial {
  display: flex;
  align-items: center;
  position: relative;
} */

.nucleo-residencial-text {
  order: 1;
  flex-basis: 50%;
}

.nucleo-residencial-image {
  /* width: 100%; */
  padding-right: 48px;
}

.mapa-estrada {
  margin-bottom: 15px;
}

.nucleo-residencial .portaria {
  max-width: 700px;
  width: 100%;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
}

/*------------------
FEATURE - REGIAO
--------------------*/

.regiao .leaf7 {
  left: 10%;
  top: -12%;
}

.regiao .leaf8 {
  left: 20%;
  bottom: -10%;
  transform: rotate(-20deg) scaleX(-1);
}

/* .regiao {
  display: flex;
  align-items: center;
  position: relative;
} */

.regiao-text {
  flex-basis: 50%;
}

.regiao-picture {
  padding-left: 48px;
}

.regiao .igreja {
  max-width: 700px;
  width: 100%;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
}

/*------------------
FEATURE - GALERIA
--------------------*/

.galeria .leaf9 {
  left: 40%;
  top: -30px;
}

.galeria .leaf10 {
  right: 10%;
  bottom: -10px;
  transform: rotate(-20deg) scaleX(-1);
}

.galeria {
  position: relative;
  text-align: center;
}

#nanogallery2 {
  /* margin: 20px; */
  /* max-width: 1000px; */
  margin-left: auto;
  margin-right: auto;
}

/*------------------
FEATURE - VIDEO
--------------------*/

/*------------------
FEATURE
--------------------*/

.anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -70px;
}

.featurette {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
}

.section {
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  position: relative;
}

.p-absolute {
  position: absolute;
}

.branch-right {
  max-width: 200px;
  overflow: hidden;
}

.branch-img {
  max-width: initial;
}

.leaf {
  /* display: none; */
  width: 40px;
  position: absolute;
  z-index: 99999;
  right: 10%;
  bottom: 5%;
}

/*------------------
GOOGLE MAPS
--------------------*/

.map-responsive {
  /* overflow: hidden; */
  /* padding-bottom: 56.25%; */
  position: relative;
  /* height: 0; */
}
.map-responsive iframe {
  left: 0;
  top: 0;
  /* height: 100%; */
  width: 100%;
  /* position: absolute; */
}

/*------------------
CONTACT
--------------------*/

.contact-heading {
  margin-bottom: 4px;
  font-family: "Arima Madurai";
  font-size: 32px;
}

/* .contact-form {
  flex-basis: 50%;
} */
.contact-logo {
  width: 70%;
}

/*------------------
MEDIA QUERIES
--------------------*/

@media only screen and (max-width: 1100px) {
  /* .carousel-caption-top {
    top: 30%;
    left: 5%;
    right: 5%;
    bottom: auto;
  }

  .carousel-caption-top p {
    font-size: 0.8rem;
  }

  .carousel-caption-top-1 {
    top: 40%;
    left: 10%;
    right: 10%;
    bottom: auto;
  }

  .carousel-caption-top-2 {
    top: 40%;
    left: 10%;
    right: 10%;
    bottom: auto;
  }

  .carousel-caption-top-3 {
    top: 40%;
    left: 10%;
    right: 10%;
    bottom: auto;
  }

  .carousel-btn {
    display: none;
  }

  .navbar {
    display: none;
  } */

  .wrapper {
    margin-left: 160px;
    margin-right: 160px;
  }

  .section {
    flex-direction: column;
  }

  .section-btn {
    margin-top: 8px;
    margin-bottom: 32px;
  }

  .empreendimento-text {
    order: 0;
  }

  .estrada-text {
    /* flex-basis: 50%; */
    padding: 0px;
  }

  .nucleo-residencial-image {
    padding: 0px;
    margin-top: 32px;
    order: 2;
  }

  .regiao-picture {
    padding: 0px;
    margin-top: 32px;
  }

  iframe {
    height: auto;
  }

  .contact {
    margin-top: 32px;
  }

  .contact-logo {
    order: 1;
    margin-top: 80px;
  }

  .contact-heading {
    font-size: 1.5rem;
    margin-bottom: 42px;
    margin-top: 24px;
  }

  .carousel-indicators {
    display: none;
  }

  .carousel-more h4 {
    font-size: 1rem;
    margin-bottom: 0;
  }

  .carousel-caption-text {
    font-size: 2rem;
    color: #ffff;
  }

  .resp-logo {
    width: 50%;
  }
}

.float {
  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: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

@media only screen and (max-width: 576px) {
  .wrapper {
    margin: 10px;
  }

  .carousel-caption-top {
    /* background: rgba(6, 98, 26, 0.5); */
    /* padding: 20px; */
    top: 30%;
    left: 5%;
    right: 5%;
    bottom: auto;
  }

  .carousel-caption-top p {
    font-size: 0.8rem;
  }

  .carousel-caption-top-1 {
    top: 40%;
    left: 10%;
    right: 10%;
    bottom: auto;
  }

  .carousel-caption-top-2 {
    top: 40%;
    left: 10%;
    right: 10%;
    bottom: auto;
  }

  .carousel-caption-top-3 {
    top: 40%;
    left: 10%;
    right: 10%;
    bottom: auto;
  }

  .carousel-btn {
    display: none;
  }

  .navbar {
    display: none;
  }
}
