/*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;
  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);
}

a:hover {
  color: var(--cor_texto2) !important;
}

.text-black{
  color: #20240a !important;
}

.splide__slide img {
  width: 100%;
  height: auto;
  -webkit-mask-image: linear-gradient(to top, #00000000 0%, #20240a 65%);
}

#map {
  background-color: #20240a;
}

.text-carousel {
  margin-top: -170px;
  padding: 0rem 2rem;
  color: white;
}

.nav-item {
  color: #d3bda9 !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  padding: 0.5rem 2rem !important;
}

#hero {
  background: linear-gradient(193deg, #2c301500 40%, #2c3015 95%),
    url(../img/26.webp);
  background-size: cover;
  background-position-x: center;
}

.filtro {
  background: linear-gradient(205deg, #2c301547 40%, #2c3015 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(../img/16.webp);
  background-size: cover;
}

.hero-h1 {
  text-transform: uppercase;
}

.hero-h1 > span {
  background-color: #ce5c30;
  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: 1200px !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;
}

#formulario {
  background: url(../img/bg_hero1.jpg);
  background-size: cover;
}

.crm-form {
  background: #20240ad1;
  /* border-radius: 1rem; */
  padding: 1rem;
}

.crm-form h4 {
  background-color: #20240a;
  color: rgb(175, 163, 140);
  text-transform: uppercase;
}

/* 
.form-control{
    padding: 1.5rem;
} */

#status {
  background: #d3bda9;
}

.status-head {
  text-transform: uppercase;
}
.status-sub {
  font-weight: 300 !important;
  font-size: 4rem;
}

.social-icons {
  background: #d3bda9;
  color: #20240a;
  padding: 4px 9px;
  margin-right: 7px;
  border-radius: 50%;
  font-size: 18px;
}

.text-padrao {
  color: #d3bda9;
}

.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;
  }
}

.form-group {
  padding: 0.5rem;
}

.btn-cta {
  width: 100%;
  background-color: #ce5c30;
  color: var(--cor_texto);
  padding: 0.5rem;
  text-transform: uppercase;
  font-weight: 300 !important;
}

.btn-cta:hover {
  background: #d48262;
  color: white;
}

.btn-form {
  width: 100%;
  /* background-color: var(--cor_padrao); */
  background-color: #20240a;
  color: var(--cor_texto);
  padding: 0.5rem;
  text-transform: uppercase;
  font-weight: 300;
}

.btn-form:hover {
  background: #2c3015;
  color: white;
}

#localizacao {
  z-index: 1;
  position: relative;
  background-color: var(--bg_localiza);
}

#video {
  display: flex;
  background: linear-gradient(180deg, #2c301500 0%, #20240a 100%),
    url(../img/21.jpg);
  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: #ce5c30;
}

.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;
  }
  
}

@media (max-width: 991px) {
    #frame {
      /*width: 135% !important;*/
       height: 1300px !important; 
    }

    .paddig-mob-footer{
      padding-top: 2rem;
    }
    
    .hero-h1 {
      font-size: 1.6rem !important;
    }
       
       #mapa{
      margin-left: -500px !important;
    }
    
    #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;
  }
}

/*FIM @MEDIA*/
