body {
    margin: 0px;
    width: 100%;
    height: 100%;
    color: #000555;
    font-family: calibri;
}
.fundo{
    position:fixed;
    top:110px;
    width:100%;
    height:auto;
    z-index:0;
}
.intro {
    margin: 0px;
    position:fixed;
    top:0px;
    left:0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index:5;
    animation: Deslizar 5s ease-in-out forwards; /* Apenas uma vez */
}
.logo{
    
    width: 150px;
    height:auto;
    text-align: center;
    padding: 30px;
    animation: borderDraw 3s ease-in-out infinite;
}
.logo2{
    width: 140px;
    height:auto;
    padding:10px;
}
.conteudo{
    position:relative;
    top:0px;
    left:-100%;
    width: 100%;
    height: auto;
    margin:0px;
    animation: Deslizar 5s ease-in-out forwards; /* Apenas uma vez */
    z-index:1;
}
.content1{
    padding:10px;
    color:#ffffff;
    padding: 20px;
    padding-top: 50x;
    background-color: #000555;
    width:100%;
    height:auto;
    text-align: center;
    margin:0px;
}

.texto{
    padding:7px;
    text-align: left;
}
.text2{
    display: inline-block;
    text-align: left;
    margin-left:-12px;
}
#text{
    font-size: 17px;
    font-weight: bold;
}
#text1{
    font-size: 17px;
}
#text2{
    color:#F5CF27;
    margin-bottom:10px;
    font-size: 17px;
}

.content2{
    height:auto;
    width:100%;
    align-items: center;
    text-align: center;
    background-color: transparent;
}
#pedirorcamento{
    height:230px;
    display:block;
}
#pedirorcamento button{
    margin-top:100px;
    background: rgba(255, 255, 255, 0.2); /* Cor de fundo semi-transparente */
  backdrop-filter: blur(5px); /* Intensidade do desfoque */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Borda translúcida para reforçar o efeito */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* Sombra para dar profundidade */
  /* Outras propriedades de estilo do botão */
  padding: 10px 20px;
  border-radius: 10px;
  color:white;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

.contato{
    display: none;
    height:auto;
    width:100%;
    background: rgba(255, 255, 255, 0.2); /* Cor de fundo semi-transparente */
  backdrop-filter: blur(5px); /* Intensidade do desfoque */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Borda translúcida para reforçar o efeito */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* Sombra para dar profundidade */
  /* Outras propriedades de estilo do botão */
}
#orcamento{
    width:100%;
}
#orcamento button{
    width:100px;
    border-radius: 5px;
}
.contactext{
    width:80%;
    border-radius: 5px;
    padding:5px 20px;
    border:0.1px solid gray;
    color:gray;
}
.content3{
    height:400px;
    width:100%;
    padding:20px;
    background-color: #000555;
    color:#ffffff;
}

@keyframes borderDraw {
      0% {
          width: 150px;
      }
      50% {
        width: 250px;
      }
      100% {
        width: 200px;
      }
}
h1:active {
  font-size: 3rem; /* Retorna ao tamanho original ao clicar */
  animation: rotateDisappear 3s linear forwards; /* Animação para girar e desaparecer */
}

@keyframes Deslizar {
  0% {
    margin:left:0%;
  }
  100% {
    margin-left:100%;
  }
}
@media only screen and (min-width: 700px) {
    .fundo{
    position: relative;
    top:0px;
    margin-bottom:-500px;
    width:100%;
    height:auto;
    z-index:0;
    }
    .logo{
    width: 230px;    
    }
    .content1{
    text-align: left;
    }
    .content1, .content3{
    padding-left: 50px;
    }
    .logo2{
    width: 150px;    
    }
    .conteudo{
    position: fixed; 
    height:100%;
    width:100%;
    }
    .content2{
    height:auto;
    min-height:350px;
    }
    .#pedirorcamento{
    height:350px;
}
    #pedirorcamento button{
    margin-top:220px;
    }
    .contactext{
    width:500px;
    }
    #text{
    font-size: 30;
    }
    #text2{
    font-size: 30;
    }
    @keyframes borderDraw {
          0% {
              width: 150px;
          }
          50% {
            width: 350px;
          }
          100% {
            width: 250px;
          }
    }
    
}
@media only screen and (min-width: 1200px) {
    .fundo{
    position: relative;
    top:-200px;
    margin-bottom:-500px;
    width:100%;
    height:auto;
    z-index:0;
    }
}
@media only screen and (min-width: 1400px) {
    .fundo{
    position: relative;
    top:-500px;
    margin-bottom:-500px;
    width:100%;
    height:auto;
    z-index:0;
    }
}