body {
  padding-top: 3rem;
  padding-bottom: 0rem;
  /* color: rgb(var(--bs-tertiary-color-rgb)); */
  color: #FFF;
  font-size: 17px;
  background-color: rgba(36, 124, 12, 0.01);
  font-family: 'Sans', sans-serif;
  overflow-x: hidden;
}

.libertinus {
  font-family: "Libertinus Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.bg-reforma {
  background-color: #0C110F;
  color: #fff;
}

.p-reforma2625 {
  /* font-size: 1.01em; */
  text-align: justify;
}

.ani {
  opacity: 0;
  /* transition: opacity 1s; */
  transition: all 1s ease-in;
}

.ani.revelado {
  opacity: 1;
}

.logo-txt {
  font-size: 0.65em;
  color: #fff;
}

/* #inicio {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  overflow-x: hidden;
  background: url('../images/aerea_final.jpg') no-repeat center center;
  background-size: cover;
} */

#inicio{
  background: url('../images/aerea_final.jpg') no-repeat center center;
  background-size: cover;
}

nav {
  background-color: #265245 !important;
  background-image: url('../images/bg_menu.png') !important;
}

.bg_temp {
  background: url('../images/bg_x.jpg') repeat top left;
  color: rgb(0, 0, 0);
}

.bg_plantas {
  height: 100vh;
  color: rgb(0, 0, 0);
  background: #fff no-repeat bottom left;
  background-image: url('../images/bg_plantas/bg_plantas_2.png');
  background-size: contain;
  overflow-x: hidden;
  overflow-y: scroll;
}


.btn-whatsapp {
  display: block;
  width: 70px;
  height: 70px;
  color: #fff;
  position: fixed;
  left: 20px;
  bottom: 35px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  z-index: 999;
}

.btn-ig {
  display: block;
  width: 65px;
  height: 65px;
  color: #fff;
  position: fixed;
  left: 20px;
  bottom: 135px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  z-index: 999;
}

.footer {
  background-color: #265245;
  padding: 0.5em 5em;
}


.footer a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.edr {
  background-color: #fff;
}

#torre {
  background-color: #ffffff;
  background: url('../images/bg_plantas3.png') no-repeat top center;
  background-size: cover;
  background-position: 50% 65%;
}

#torre>div {
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullscreen-video-container {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullscreen-video-container video {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index : -1;
  background: url('../images/aerea_final.jpg') no-repeat center center;
  background-size: cover;
}

.fullscreen-video-content {
  
  padding: 30px;
  border-radius: 5px;
  
} 

.fullscreen-video-content span {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
  color: #333;
} 

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

@media (min-width: 375px) and (max-width: 767px) {
  .fullscreen-video-container {
    position: relative;
    height: 25vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fullscreen-video-container video {
    width: 100%;
    height: auto;
  }
}

a{
  color: rgb(36,82,69);
  text-decoration: none;
}

a:hover{
  color: rgb(36,82,69);
  text-decoration: underline;
}
.deg-lft{
  background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}