:root {
    --color0:rgba(34, 34, 34, 0.94);
    --color8:rgba(59, 59, 59, 0.945);
    --color1:rgba(42, 42, 43, 0.750);
    --color7:rgba(110, 110, 110, 0.75);
    --color2:#aa9e7e;
    --color3:rgba(255, 255, 255);
    --color4:rgb(226, 226, 226);
    --color5:#aa9e7e;
    --color6:rgb(139, 139, 139);
    --color9:rgba(112, 112, 112, 0);
    --color10:rgba(112, 112, 112, 0.904);
    --colortransp:rgba(255, 255, 255, 0);
    --bordersize:2px;
}

/* nav {
    z-index: 999;
} */

nav {
  z-index: 2 !important;
}

.navbar {
    background-color: var(--color0) !important;
    border-bottom: var(--bordersize)  solid var(--color5);
    border-top:  var(--bordersize) solid var(--color5);
    font-size: 16px;
    padding: 0;
}

.navbar-dark li a {
    color: var(--color4) !important;
}

.dropdown-menu {
    background-color: var(--color6) !important;
}

.dropdown-toggle {
    font-size: 18px !important;
}


.LogoNav {
    max-height: 45px;
    margin-right: 0.5vw;
}


.navbar-toggler {
    background-color: var(--color8);
}

.Open-modal-button {
    margin: 0;
    margin-right: 15px;
    padding: 0;
    padding-top: 8px;
    background-color: var(--color9);
    border: none;
    color: var(--color3);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    
}

.navbar-dark li a:hover{
    color: var(--color5) !important;
}



/* Css Modal Slideshow */


/* Modal Content */
.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    height: 60vh;
    justify-content: center;
  }


/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 90;
    padding-top: 20vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    align-items: center;
  }


  /* Controle tamanho Img */

  .control-width-slide {
    max-width: 100%;
    max-height: 750px;
  }

  /* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    transform: translate(-5vw,0vw);
  }

  .close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlidesplantas,
.mySlides {
    display: none;
  }

  /* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: var(--color3);
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 4px 4px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  /* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }


 

  #container-footer {
    position: absolute;
     padding: 0;
    bottom: 0%;
    height: 4vh;
    right: 0;
    z-index: 1;
  }

#footer-content {
    position: absolute;
    height: 3vh;
    right: 0%;
    line-height: 3vh;
  }
  

  /* Local */


  #iframeLocal {
    display: none;
  }


/* Preload */

  #PreloadFullscreen {
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.90);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
  }


.PreloadIMG1,
.PreloadIMG2 {
  max-width: 150px;
}


.Preload-Apresentacao {
  font-size: 25px;
  font-weight: bold;
  color: var(--color3);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.Preload-Construtora {
  font-size: 15px;
  font-weight: bold;
  color: var(--color3);
  text-transform: uppercase;
  text-align: center;
}

.Preload-Button {
  margin: 50px;
}

.Preload-Button-class {
  width: 130px;
  height: 5vh;
  color: var(--color0);
  font-weight: bold;
}

.Preload-Button-class:hover {
  cursor: pointer;
  color: var(--color5);
  width: 160px;
  height: 5.2vh;
}

.Preload-TextIMg {
  display: flex;
  align-items: flex-end;
  margin-top: 35px;
}

.PreloadIMG2 {
  margin-left: 30px;
}

/* OWL */

