:root {

  /* CORES */

  --01-Color-White: #fff;
  --01-Color-White-2: #fff;

  --02-Color-Black: #fff;
  --02-Color-Black-2: #fff;

  --03-Color-Gray: #fff;
  --03-Color-Gray-2: #fff;

  --04-Color-Custom1: #fff;
  --04-Color-Custom1-2: #fff;

  --05-Color-Custom2: #fff;
  --05-Color-Custom2-2: #fff;

  --10-Color-Custom1: #42628B;
  --10-Color-Custom2: #5781A5;
  --10-Color-Custom3: #92ABBF;

  /* TAMANHOS */

  --t-100-vw: 100vw;
  --t-100-vh: 100vh;

  /* Bordas */

  --Borda-1: 1vw;
  --Borda-2: 1vw;
  --Borda-3: 1vw;
  --Borda-3: 1vw;
}



main {
  background-image: url("../artes/bg_geral_3.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--t-100-vh);
  padding: 0 !important;
}


iframe {
  width: auto;
  height: var(--t-100-vh);
}


/* Preload */

#PreloadFullscreen {
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.90);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100vw;
  height: 100vh;
}


.PreloadIMG1,
.PreloadIMG2 {
  width: 10vw;
}


.Preload-Apresentacao {
  font-size: 1.5vw;
  font-weight: bold;
  color: var(--01-Color-White);
  text-transform: uppercase;
  margin-bottom: 2vw;
}

.Preload-Construtora {
  font-size: 1vw;
  font-weight: bold;
  color: var(--01-Color-White);
  text-transform: uppercase;
  text-align: center;
  line-height: 2vw;
}

.Preload-Button {
  margin: 2vw;
}

.Preload-Button-class {
  width: 13vw;
  height: 5vh;
  color: var(--color0);
  font-weight: bold;
  font-size: 1vw;
}

.Preload-Button-class:hover {
  cursor: pointer;
  color: var(--10-Color-Custom1);
  width: 14vw;
  height: 6vh;
}

.Preload-TextIMg {
  display: flex;
  align-items: flex-end;
  margin-top: 2vw;
}

.PreloadIMG2 {
  margin-left: 3vw;
}