body {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

/* Vitrine */
#vitrine-residencial {
  background: linear-gradient(
    90deg,
    #cccccc 8.21%,
    #eaeaea 26.32%,
    #cecece 44.86%,
    #eaeaea 65.98%,
    #c9c9c9 86.68%
  );
}

#vitrine-residencial img {
  width: 100%;
}

.vitrine-desktop {
  display: block;
}

.vitrine-mobile {
  display: none;
}

#vitrine-residencial h1 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  font-size: 50px;
  color: #4f4f4f;
  padding: 1em;
  margin: 0;
}

/* residencial */

#residencial-description .carousel-indicators {
  bottom: -10%;
}

#residencial-description .carousel-indicators li {
  border: 3px solid #4f4f4f !important;
  background-color: #4f4f4f !important;
  width: 13px !important;
  height: 13px !important;
  opacity: 1 !important;
}

#residencial-description .carousel-indicators .active {
  background-color: transparent !important;
}

h2,
span {
  font-weight: 500;
  font-size: 18px;
  color: #4f4f4f;
  text-transform: uppercase;
}

#residencial-description p {
  font-size: 17px;
  color: #4f4f4f;
  font-weight: 400;
}

#residencial-description .carousel-item img {
  width: 111%;
  height: 27em;
}

/* planta */
#plant {
  background-image: url('../../../assets/img/bg-plant.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 24%;
}

.navigation {
  height: 3em;
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 15px;
  border: 1px solid #907136;
  margin-bottom: 1em;
}

.navigation a {
  width: 50%;
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 1 !important;
}

.navigation a:nth-child(1) {
  border-radius: 13px 0px 0px 13px;
}

.navigation a:nth-child(2) {
  border-radius: 0px 13px 13px 0px;
}

.plant-active {
  background-color: #907136;
  color: #ffffff !important;
}

#plant .carousel-indicators {
  bottom: -10%;
}

#plant .carousel-indicators li {
  border: 3px solid #4f4f4f !important;
  background-color: #4f4f4f !important;
  width: 13px !important;
  height: 13px !important;
  opacity: 1 !important;
}

#plant .carousel-indicators .active {
  background-color: transparent !important;
}

/* about */
.map iframe {
  width: 100%;
  height: 15em;
  border-radius: 15px;
  border: 0;
}

.tour {
  position: relative;
  background-image: url('../../../assets/img/bg-tour.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 15em;
  margin-bottom: 0.5em;
  border-radius: 15px;
}

.tour a {
  position: absolute;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 15px;
  top: 39%;
  left: 10%;
  width: 81%;
  font-size: 18px;
  text-align: center;
}

.tour a:hover {
  text-transform: none;
}

#form {
  background-image: url('../../../assets/img/bg-form.png');
  background-repeat: no-repeat;
  background-size: cover;
}

#form form input {
  border: 1px solid #bdbdbd;
  width: 30em;
  border-radius: 15px;
  margin-bottom: 0.6em;
  font-weight: 300;
  font-size: 18px;
}

.btn-form {
  width: 30em;
  background-color: #907136;
  color: #ffffff;
  font-weight: 800;
  font-size: 18px;
  border-radius: 15px;
  border: none;
}

.btn-form:hover {
  text-transform: none;
}

/* Responsive */

@media screen and (max-width: 768px) {
  #vitrine-residencial h1 {
    font-size: 26px;
  }

  .vitrine-desktop {
    display: none;
  }

  .vitrine-mobile {
    display: block;
  }

  #residencial-description .carousel-item img {
    width: 100%;
    height: 100% !important;
  }

  #residencial-description p {
    font-size: 12px;
  }

  #plant .carousel-item img {
    width: 100%;
  }

  #plant .carousel-indicators {
    bottom: -18%;
  }

  .tour {
    height: 10em;
  }
  .tour a {
    top: 25%;
    left: 14%;
    width: 70%;
  }
  #form {
    background-image: url('../../../assets/img/bg-form-mobile.png');
    background-position: bottom;
  }

  #form form input {
    width: 18em;
  }
  .btn-form {
    width: 18em;
  }
}

/* Jardins do Potengi e Reserva do Bofim */

.paragraph-default {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #4f4f4f;
}

.residential-infos {
  padding: 64px 0;
  background-color: #f2f2f2;
}

.heading-secondary {
  font-weight: 900;
  font-size: 30px;
  color: #907136;
  text-align: center;
}

.heading-tertiary {
  font-weight: 900;
  font-size: 30px;
  color: #4f4f4f;
}

.heading-fourth {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #4f4f4f;
}

.carousel-infos-galery .carousel-indicators {
  bottom: -48px;
}

.carousel-infos-galery .carousel-indicators li {
  background-color: #4f4f4f;
  height: 8px;
  width: 8px;
  opacity: 1;
  border: 3px solid #4f4f4f;
}

.carousel-infos-galery .carousel-indicators li.active {
  background-color: transparent;
}

.carousel-infos-galery-image {
  display: block;
  width: 100%;
  border-radius: 15px 0;
  height: auto;
  object-fit: cover;
}

.carousel-infos-galery .carousel-control-next,
.carousel-infos-galery .carousel-control-prev {
  top: 50%;
  bottom: auto;
  width: 40px;
  height: 48px;
  background: none;
  border: none;
}

.carousel-infos-galery .carousel-control-next {
  transform: translateX(100%) translateY(-50%);
}

.carousel-infos-galery .carousel-control-prev {
  transform: translateX(-100%) translateY(-50%);
}

.carousel-infos-galery .carousel-control-next .carousel-control-next-icon,
.carousel-infos-galery .carousel-control-prev .carousel-control-prev-icon {
  height: 40px;
  width: 40px;
  filter: brightness(0) saturate(100%) invert(43%) sepia(64%) saturate(372%)
    hue-rotate(1deg) brightness(92%) contrast(92%);
}

.carousel-gallery-image {
  width: 100%;
  height: auto;
  max-height: 600px;
  border-radius: 5px;
}

.jardins-carousel-gallery-image {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 5px;
}

.lb-data .lb-caption {
/*  font-size: 16px;*/
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  color: #fff;
}

.residential-infos-icons-container {
  display: flex;
  justify-content: space-evenly;
  align-items: start;
}

.residential-infos-icon-box {
  text-align: center;
}

.residential-infos-icon-box-text {
  margin: 12px 0;
  font-weight: 300;
  font-size: 16px;
  color: #4f4f4f;
}

.residential-infos-icon-box-img {
  max-height: 56px;
}

.residential-plants {
  padding: 64px 0;
}

.plant-image {
  border-radius: 15px;
}

.nav-tabs-residential-plants {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  border: none;
}
.nav-tabs-residential-plants .nav-link {
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  color: #4f4f4f;
  border: 1px solid #bdbdbd;
  background-color: transparent;
  border-radius: 0;
}
.nav-tabs-residential-plants .nav-link.active {
  color: #ffffff;
  background-color: #907136;
}
.nav-tabs-residential-plants .nav-link:hover {
  border: 1px solid #907136;
}
.nav-tabs-residential-plants .nav-link:first-child {
  border-radius: 15px 0 0 15px;
}
.nav-tabs-residential-plants .nav-link:last-child {
  border-radius: 0px 15px 15px 0;
}

.residential-more-infos {
  padding: 64px 0;
}

.residential-more-infos iframe {
  border-radius: 15px;
}

.fixed-whatsapp{
  position: fixed;
  right: 2%;
  bottom:4%;
  z-index: 1000;
}


.fixed-whatsapp .whats-btn{
  background-color:#25A217;
  
  border-radius:50%;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  -khtml-border-radius: 50%!important;
  padding:15px;
  transition: .4s;
}
.fixed-whatsapp .whats-btn img{
  width:26px;
  height:26px!important;
}

.fixed-whatsapp:hover .whats-btn{
  background-color:#25A217!important;
  border: 1px solid #ffffff;
  transform: scale(1.1);
}


.video-panel-container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  padding-right: 15px;
}

.video-panel-frame {
  max-width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 0 30px 30px 0;
}

.residential-structure {
  padding: 72px 0;
  background: url('../../../assets/img/bg-white-triangles.jpeg') no-repeat;
  background-size: cover;
}

.structure-item {
  text-align: center;
  min-height: 240px;
}

.structure-item-icon-box, .facilites-item-icon-box {
  min-height: 60px;
  margin-bottom: 20px;
}

.structure-item-heading, .facilites-item-heading {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  color: #4f4f4f;
}

.structure-item-text, .facilities-item-text {
  font-size: 16px;
  color: #4f4f4f;
}

.residential-facilites {
  padding: 68px 0;
  background: url('../../../assets/img/bg-white-triangles.jpeg') no-repeat;
  background-size: cover;
}

.facilites-item {
  text-align: center;
  min-height: 168px;
}

.facilites-item-icon-box {
  margin-bottom: 24px;
}
.facilites-item-icon {
  max-height: 60px;
}

.residential-galery {
  padding: 68px 0;
}

#carouselResidentialPlants4 .carousel-inner {
  min-height: 380px;
}

.institutional-item-heading {
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  color: #907136;
}

.institutional-item-list {
  padding: 0;
}
.institutional-item-list li {
  line-height: 28px;
}
.institutional-item-list li::before {
  display: inline-block;
  content: '';
  height: 8px;
  width: 8px;
  margin-right: 4px;
  border-radius: 100%;
  background-color: #907136;
}

.institutional-certifications {
  padding: 60px 0;
  background-color: #f2f2f2;
}

.certificate-border {
  border: 1px solid #907136;
}

.certificate-box {
  background-color: #ffffff;
  padding: 12px;
  display: flex;
  align-items: center;
  transform: translateX(-12px) translateY(-16px);
  aspect-ratio: 1 / 1;
}

.certificated-image {
  max-width: 100%;
}


@media only screen and (max-width: 991px){

    .fixed-whatsapp{
          position: fixed;
          right: 4%;
          bottom:12%;
          z-index: 99999;
    }
}

@media only screen and (max-width: 768px) {
  .residential-infos {
    padding: 32px 15px;
  }
  .residential-structure {
    padding: 40px 15px;
  }
  .institutional-certifications {
    padding: 40px 15px;
  }


  .residential-infos-icon-box-text {
    font-size: 14px;
  }
  .residential-infos-icon-box-img {
    max-height: 48px;
  }
  .residential-plants {
    padding: 48px 15px;
  }
  .residential-more-infos {
    padding: 48px 15px 56px;
  }
  .residential-more-infos iframe {
    height: 264px;
  }
  
  .heading-secondary {
    font-size: 24px;
  }
  .nav-tabs-residential-plants .nav-link {
    width: 166px;
    font-size: 14px;
    border-radius: 4px;
  }
  .nav-tabs-residential-plants .nav-link:first-child {
    border-radius: 4px;
  }
  .nav-tabs-residential-plants .nav-link:last-child {
    border-radius: 4px;
  }

  .video-panel-container {
    position: static;
    width: 100%;
    padding-right: 0;
    transform: translateY(-32px);
  }
  .video-panel-frame {
    border-radius: 0;
  }

  .jardins-carousel-gallery-image {
    height: 260px;
  }
  .carousel-infos-galery .carousel-indicators li {
    border: 1px solid #4f4f4f;
    margin: 0 2px;
    height: 5px;
    width: 5px;
  }

  #carouselResidentialPlants4 .carousel-indicators {
    bottom: -40px;
  }
}
