/*IMPORT*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("../css/root.css");
@import url("../css/splide/splide.min.css");
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");

/*FIM IMPORT*/

html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
  font-family: "Montserrat", sans-serif !important;
  background-color: #f2f2f2 !important;
}

#galery {
  position: relative;
  z-index: 3 !important;
}

p {
  font-size: 18px;
  font-weight: 400;
}

a {
  text-decoration: none !important;
  font-weight: bold !important;
  color: var(--cor_texto);
  color: inherit !important;
}

a:hover {
  color: var(--cor_texto2) !important;
  color: inherit !important;
}

.text-black {
  color: #20240a !important;
}

.custom-section {
  background-color: #111e11;
  padding-top: 4px;
}

.custom-container {
  text-align: center;
  padding: 20px;
  background-color: #111e11;
}

.btn2 {
  background-color: #009d42 !important;
  border-color: #009d42 !important;
  width: 145px;
  border-radius: 0.5rem;
  margin-top: 8px;
  height: 38px;
}

.btn2:hover {
  background-color: #fff !important;
  border-color: #fff;
  color: #1d1d1d;
}

.form-control {
  border-radius: 0.5rem;
  padding: 0.375rem 1.85rem;
}

.form-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.splide__slide img {
  width: 100%;
  height: auto;
  -webkit-mask-image: linear-gradient(to top, #00000000 0%, #20240a 65%);
}

#map {
  background-color: #111e11;
}

.text-carousel {
  margin-top: -170px;
  padding: 0rem 2rem;
  color: white;
}

.nav-item {
  color: #206120 !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  padding: 0.5rem 2rem !important;
}

.med {
  width: 40%;
}

#hero {
  background: linear-gradient(193deg, #12301200 40%, #123012 95%), url(../img/22.webp);
  height: 500px;
  background-size: cover;
  background-position-x: center;
}

.filtro {
  background: linear-gradient(178deg, #2c301547 40%, #123012 95%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.bg_video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  /* z-index: -1000; */
  background: url();
  background-size: cover;
}

.hero-h1 {
  font-size: 2rem;
}

.hero-h1>span {
  background-color: #206036;
  color: white;
  padding: 0.2rem 2rem;
  line-height: 4.2rem;
  font-weight: 200;
}

.span-mid {
  background-color: #d3bda9 !important;
  color: #2c3015 !important;
  padding: 0.2rem 4rem !important;
  line-height: 4.2rem !important;
}

/* .form-group input {
  background-color: rgb(175, 163, 140);
  border-color: rgb(175, 163, 140);
} */

/* .form-group label {
  color: #f2f2f2;
  font-size: 14px;
} */


#frame {
  width: 135% !important;
  height: 1315px !important;
}

#frame {
  -ms-zoom: 1 !important;
  -moz-transform: scale(0.8) !important;
  -moz-transform-origin: 0 0 !important;
  -o-transform: scale(0.8) !important;
  -o-transform-origin: 0 0 !important;
  -webkit-transform: scale(0.8) !important;
  -webkit-transform-origin: 0 0 !important;
}

.ico-lg {
  width: 25%;
}

.section-bg {
  background-color: #ffffff;
  padding: 80px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 100px;
  font-size: 50px;
}

#mapa {
  margin-bottom: -350px;
}

#formulario {
  background: url(../img/6.webp);
  background-size: cover;
}

/* .crm-form {
  background: #20240ad1;
  padding: 1rem;
} */

/* .crm-form h4 {
  background-color: #20240a;
  color: rgb(175, 163, 140);
  text-transform: uppercase;
} */

/* 
.form-control{
    padding: 1.5rem;
} */

#status {
  background: #111e11;
  margin-top: 100px;
}

.status-head {
  text-transform: uppercase;
}

.status-sub {
  font-weight: 300 !important;
  font-size: 4rem;
}

.social-icons {
  background: #206120;
  color: #ffffff !important;
  padding: 4px 9px;
  margin-right: 7px;
  border-radius: 50%;
  font-size: 18px;
}

.text-padrao {
  color: #206120;
}

.div-planta {
  position: absolute;
  top: 0;
  right: 0;
  width: 28%;
  padding: 0px;
}

.div-planta>img {
  width: 375px;
}


@media (max-width: 1199px) {
  .div-planta {
    width: 35%;
  }

  .div-planta>img {
    width: 370px;
  }
}

@media (min-width: 992px) {
  .nav-border {
    border-right: 1px solid;
  }
}

@media (max-width: 991px) {
  .div-planta {
    display: none;
  }

  .med {
    width: 100%;
  }
}

.form-group {
  padding: 0.5rem;
}

.btn-cta {
  width: 100%;
  background-color: #206036 !important;
  color: var(--cor_texto) !important;
  padding: 0.5rem;
  text-transform: uppercase;
  font-weight: 300 !important;
}

.btn-cta:hover {
  background: #417854 !important;
  color: white !important;
}

/* .btn-form {
  width: 100%;
  background-color: #20240a;
  color: var(--cor_texto);
  padding: 0.5rem;
  text-transform: uppercase;
  font-weight: 300;
} */

/* .btn-form:hover {
  background: #2c3015;
  color: white;
} */

.ico {
  position: fixed;
  bottom: 65px;
  right: 30px;
  z-index: 1000;
}

.menu_content {
  width: 70px;
  height: 70px;
}

.item {
  border-radius: 50%;
  color: white;
  padding: 10px;
  position: absolute;
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.ic {
  font-size: 50px;
}

.active {
  transform: rotate(45deg);
}

.active~.options .item:hover {
  scale: 1.1;
  transition: scale .3s;
}

.active~.options .item:nth-child(1) {
  transform: translate(-4.5rem, -2.5rem);
}

.active~.options .item:nth-child(2) {
  transform: translate(0, -5.5rem);
  transition-delay: .1s;
}

.active~.options .item:nth-child(3) {
  transform: translate(-4.5rem, 3rem);
  transition-delay: .2s;
}

.uk-lightbox-button {
  background: rgba(108, 108, 108, 0.3);
  color: rgba(255, 255, 255, 0.7) !important;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3e%3cpath stroke="%23000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3e%3c/svg%3e') !important;
}

.navbar-dark .navbar-toggler {
  color: rgb(0 0 0);
  border-color: rgb(0 0 0 / 81%);
}


#localizacao {
  z-index: 1;
  position: relative;
  background-color: var(--bg_localiza);
}

#video {
  display: flex;
  background: linear-gradient(180deg, #2c301500 0%, #111e11 100%),
    url(../img/25.webp);
  background-size: cover;
  min-height: 700px;
}

#video>.container {
  align-self: center;
}

.btn-play {
  color: white;
}

.btn-play>a>.fa-solid {
  font-size: 85px;
}

.progress-bar {
  background-color: #206036 !important;
}

.progress {
  background-color: #dddddd;
}

.dados {
  display: inline-flex;
}

#copy {
  background-color: white;
}

.uk-lightbox-toolbar {
  background-color: #f2f2f2 !important;
}

.uk-lightbox-toolbar-icon {
  color: rgb(233, 86, 86) !important;
}

.sobreMap {
  position: relative;
  z-index: 4;
}


/*@MEDIA*/
@media (max-width: 991px) {
  .crm-form {
    padding: 3rem 1rem;
  }

  .text-carousel {
    margin-top: 0px;
    padding: 0rem 4rem;
  }

  .header-lg {
    display: none;
  }

  .hidde-mobile {
    display: none;
  }

  #hero {
    min-height: 600px;
  }

  .hero-h1>span {
    padding: 0.2rem 1rem;
  }

  .span-mid {
    padding: 0.2rem 2rem !important;
  }

  .btn-cta {
    width: 80%;
  }

  .blc-vd {
    height: 260px;
    padding-top: 20px;
  }

  .btn2 {
    margin-left: 10px;
  }

  .ico {
    position: fixed;
    bottom: -30px;
    left: 50%;
    z-index: 1000;
    transform: translate(-50%, -50%);
    right: 30%;
  }

  .active~.options .item:nth-child(3) {
    transform: translate(4.5rem, -2.5rem);
    transition-delay: .2s;
  }

  #copy {
    height: 150px;
  }

}

@media (max-width: 991px) {
  #frame {
    /*width: 135% !important;*/
    height: 995px !important;
  }

  .paddig-mob-footer {
    padding-top: 2rem;
  }

  .hero-h1 {
    font-size: 1.6rem !important;
  }

  #mapa {
    margin-left: 0px !important;
    margin-bottom: -350px;
  }

  #frame {
    -ms-zoom: 1 !important;
    -moz-transform: scale(0.75) !important;
    -moz-transform-origin: 0 0 !important;
    -o-transform: scale(0.75) !important;
    -o-transform-origin: 0 0 !important;
    -webkit-transform: scale(0.75) !important;
    -webkit-transform-origin: 0 0 !important;
  }
}

@media (min-width: 992px) {
  .hidde-lg {
    display: none;
  }

  /* .hidde-mobile {
    display: ;
  } */

  .navbar-brand {
    display: none;
  }
}

.modal-header {
  justify-content: center;
  border-bottom: 0px solid #dee2e6;
}

.btn-primary {
  color: #fff;
  background-color: #206036;
  border-color: #0d6efd00;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2f874e;
  border-color: #0d6efd00;
}

.modgif {
  background-color: #206036;
  position: absolute;
  z-index: 999;
  right: 5%;
  width: 500px;
  height: 500px;
  justify-content: center;
  align-content: center;
  border-radius: 0px 0px 80px 80px;
  box-shadow: 0px 5px 10px 0px #000000;
}

.io {
  width: 400px;
  height: 400px;
  margin-top: 10%;
  margin-left: 10%;
  border-radius: 20px 20px 20px 20px;
}

@media (max-width: 440px) {
  .modgif {
    background-color: #206036;
    position: absolute;
    z-index: 999;
    left: 0%;
    width: 200px;
    height: 200px;
    justify-content: center;
    align-content: center;
    border-radius: 0px 0px 40px 40px;
    box-shadow: 0px 5px 10px 0px #000000;
  }

  .io {
    width: 160px;
    height: 160px;
    margin-top: 10%;
    margin-left: 10%;
    border-radius: 20px 20px 20px 20px;
  }

}




/*FIM @MEDIA*/