#preLoader{
    
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#coverlogo {
    z-index: 900; /* Garantir que o #coverlogo fique acima de outros elementos */
    /* Outras propriedades do #coverlogo */
  }
  
  #imagemcapa {
    z-index: 500; /* Defina um z-index menor para o #imagemcapa */
    /* Outras propriedades do #imagemcapa */
  }
  

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8); /* Fundo branco semitransparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Garantir que o preloader esteja sobre outros elementos */
  }
  
  .spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #3498db; /* Cor da animação */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite; /* Animação de rotação */
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  

body {
  background-color: var(--Color1);
  color: var(--Color2);
  /*opacity: 0;*/
}

#imagemcapa {
    /*animation: fadeIn 1s;*/
}

#infos {
    /*opacity: 0;*/
}

button {
  cursor: pointer;
}

.intp {
  height: 60dvh;
  background: var(--Color1) none no-repeat fixed center;
  background-size: cover;
  z-index: 900;
  width: 100%;
}

#contato {
  color: var(--Color3);
  text-decoration: none;
  transition: 0.4s;
}

#contato:hover {
  text-shadow: 0dvh 0dvh 1dvh var(--Color2);
}

h2 {
  font-weight: 400;
}
@keyframes slideUp {
  0% {
    transform: translate(0, 100vh);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes slideLeft {
  0% {
    transform: translate(-50vw, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
#fullscreenimgcont {
  position: fixed;
  display: none;
  z-index: 900;
  height: 90dvh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);

}



@media all and (orientation: portrait) {
  .landscapedestaques {
    display: none;
  }

  #psec {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  #coverlogo {
    border-radius: 2lvw;
    position: absolute;
    margin: 73.2lvw auto 0dvh auto;
    border: 0.1dvh solid var(--Color2);

    img {
      background-color: var(--Color1);
      width: 80lvw;
      height: 27lvw;
      border-radius: 2lvw;
    }
  }

  #capa {
    width: 100lvw;

    img {
      width: 100lvw;
    }
  }

  #infos {
    #br1 {
      display: none;
    }
    transform: translateY(20px);
    margin-top: 29lvw;
    width: 85%;
  }

  h2 {
    font-size: 4lvw;
    text-align: center;
    margin: auto;
    margin-top: 6lvw;
  }

  #text {
    margin-top: 6lvw;
    p {
      font-size: 3.5lvw;
      text-align: justify;
      text-indent: 4lvw;
    }
  }

  .arrow {
    cursor: pointer;
    margin: auto;
    height: 10lvw;
    width: 10lvw;
    border-bottom: 1dvh solid var(--Color2);
    border-radius: 3lvw;
  }

  .leftarrow {
    border-left: 1dvh solid var(--Color2);
    transform: rotate(45deg);
  }

  .rightarrow {
    border-right: 1dvh solid var(--Color2);
    transform: rotate(-45deg);
  }

  .projetodestaque {
    .arrow {
      z-index: 800;
      position: absolute;
    }
    .leftarrow {
      margin-left: 5vw;
    }
    .rightarrow {
      margin-left: 70lvw;
    }
    h2 {
      text-align: center;
      margin: auto;
      margin-top: 1.5lvw;
      width: 100%;
      font-size: 4lvw;
      height: 6lvw;
      border-bottom: 0.5vw solid var(--Color2);
    }
    align-items: center;
    width: 100%;
    height: 90lvw;
    background-color: var(--Color1);
    margin-top: 6lvw;
    margin-left: -0.5lvw;
    border: 0.5vw solid var(--Color2);
    justify-content: space-between;
    border-radius: 0.5lvw;
    .arrowimg {
      align-items: center;
      width: 100%;
      height: 82lvw;
      justify-content: space-between;
    }
    .pjcont {
      height: 82lvw;
      width: 100%;
      border-radius: 0.5lvw;
    }
    .imgpjd {
      margin-top: calc(50% - 0.25vw);
      margin-left: 50%;
      transform: translate(-50%, calc(-50% - 1.25vw));
      max-width: 85vw;
      height: fit-content;
      max-height: calc(100% + 0.125vw);
    }
  }

  #transformindreams {
    margin-top: 10lvw;
  }
  #lastlogocont {
    margin-top: 10lvw;
    border: 0.5lvw solid var(--Color2);
    border-radius: 0.5lvw;
    img {
      width: 85lvw;
    }
  }
  footer {
    margin-top: 10lvw;
  }
  #fullscreenimgcont.display {
    display: flex;
    flex-direction: column;
    width: 100lvw;
    .arrow {
      position: absolute;
      margin-top: calc(45dvh - 5lvw);
    }
    .leftarrow {
      margin-left: 2lvw;
      z-index: 200;
    }
    .rightarrow {
      margin-left: 86lvw;
    }
  }
  #openpjimgcont {
    width: 100lvw;
    height: 85dvh;
    .prevpja {
      position: absolute;
      margin-left: -100vw;
    }
    div {
      width: 100vw;
      transition: 0.3s;
      position: absolute;
      margin-left: 0;
    }
    .nextpja {
      position: absolute;
      margin-left: 100vw;
    }
  }
  #closeimgbutton {
    height: 8dvh;
    background-color: var(--Color2);
    color: var(--Color1);
    font-family: "Raleway";
    font-weight: 600;
    font-size: 3dvh;
    border: none;
    z-index: 900;
  }
  .pjaimg {
    max-width: 100vw;
    max-height: 85dvh;
    margin-left: 50%;
    margin-top: 42.5dvh;
    transform: translate(-50%, -50%);
  }
}

@media all and (orientation: landscape) {
  .portraitdestaques {
    display: none;
  }

  #capa {
    width: 100dvw;
  }

  #imagemcapa {
    height: 80dvh;
    margin-left: calc((100lvw - 106.2240663900415dvh) / 2);
  }

  #coverlogo {
    background-color: var(--Color1);
    border: 0.1dvh solid var(--Color2);
    border-radius: 0.5dvh;
    position: absolute;
    color: var(--Color2);
    top: 35dvh;
    left: calc((100lvw - 106.2240663900415dvh) / 7);

    img {
      width: 25lvw;
      margin: 0;
    }
  }

  #infos {
    margin-top: 10dvh;
    text-align: center;

    h2 {
      margin: 5dvh;
      font-size: 3dvh;
    }

    #text {
      display: flex;
      flex-direction: row;
      align-items: center;
    }

    p {
      font-size: 2.5dvh;
      width: 87dvh;
      text-indent: 4dvh;
      text-align: justify;
      margin: auto;
    }

    color: var(--Color2);
  }

  #projetosdestaque {
    align-items: center;
  }

  .projetodestaque {
    margin-top: 7dvh;
    height: 62dvh;
    background-color: var(--Color2);

    img,
    .hor {
      height: 30dvh;
    }

    border: 0.5dvh solid var(--Color2);
  }

  h3 {
    font-weight: 400;
    font-size: 3dvh;
    color: var(--Color1);
    border: 0.25dvh solid var(--Color1);
  }

  img {
    margin: 0.5dvh;
  }

  #espacogourmetsitio {
    margin-top: 0;

    img {
      height: 61dvh;
    }

    div {
      img {
        height: 28dvh;
      }

      h3 {
        margin: 0;
        margin-left: 0.5dvh;
        margin-right: 0.5dvh;
      }
    }
  }

  #saladeestar {
    height: 37.4dvh;

    img {
      height: 31.5dvh;
    }

    h3 {
      margin: 0.5dvh;
    }
  }

  #suitecasal {
    border: none;
    width: 87.075dvh;
    height: 59.04dvh;

    #verticalsc1 {
      margin-top: 1.0125dvh;
      margin-left: 1.0125dvh;
      height: 56.99dvh;
      width: 35.3625dvh;

      h3 {
        height: 4.1dvh;
        width: 34.85dvh;
        text-align: center;
        margin: 0;
      }

      img {
        margin: 0;
        margin-top: 1.0125dvh;
        height: 51.825dvh;
        width: 100%;
      }
    }

    #verticalsc2 {
      margin: 0;
      margin-left: 1.0125dvh;
      margin-top: 1.0125dvh;
      height: 56.99dvh;
      width: 49.7125dvh;

      img {
        margin: 0;
        height: 27.9825dvh;
        width: 48.5dvh;
      }

      #imgi3 {
        margin-top: 1.0125dvh;
      }
    }
  }

  #transformindreams {
    margin-top: 9dvh !important;
    margin-bottom: 9dvh !important;
  }

  #lastlogocont {
    margin: auto;
    width: 86.075dvh;
    align-items: center;
    border: 0.5dvh solid var(--Color2);
  }

  #lastlogo {
    margin-bottom: 0;
    height: 20dvh;
    width: 60dvh;
  }

  footer {
    margin-top: 10dvh;
  }
}
