* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.image-topo-luigi-mario {
  width: 250px;
  height: auto;
  z-index:0;
  filter: drop-shadow(0px 22px 28px rgba(0, 0, 0, 0.76));
  transform: translateY(-5px);
}

.headline-encanadores {
  font-size: 28px;
  margin-top: 15px;
  color: white;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.resolvendo {
  font-size: 22px;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.paragrafo {
  line-height: 1.3;
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: 1px;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.logo-maioeluigi {
  width: 500px;
  height: auto;
  margin-top: 20px;
  filter: drop-shadow(0px 22px 28px rgba(3, 3, 3, 0.76));
  transform: translateY(-5px);
}

button {
  background-color: #ff0000;
  color: white;
  padding: 20px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 25px;
  font-family: 'Poppins', Arial, sans-serif;
}


.caixa-texto {
  width: 50%;  
}

.caixa-mae {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 100px;
  height: 100vh;
}

body {
  height: 100vh;
  
}

.caixa-video {
  position: fixed;
  z-index: -1;
  top: 0;
}

video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;

}

.mascara {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.96) 67%);
}

.logo-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: auto;
  z-index: 1;
}

.header {
  position: fixed;
  margin-left: 120px;
  top: 30px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;

}

.header img {
  width: 50px;

}

.header a {
  margin-left: 20px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.651);
  cursor: pointer;
}

.header a:hover {
  color: #ff0000;
  font-size: 18px;
  text-shadow: 1px 1px 3px rgba(255, 0, 0, 0.651);
}

.fale-conosco {
background-color: #ffffff;
display:flex;
flex-direction: column;
border-radius: 10px;
gap: 10px;
top: 30%;
left: -400px;
padding: 20px;
z-index: 2;
align-items: center;  
position: fixed;
transition: left 0.5s ease;
}

input, textarea {
  width: 300px;
  padding: 10px;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
  outline-color: #f100007e;
}

textarea {
  height: 100px;
  resize: none;
}

.mascara-formulario {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  transition: visibility 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1130px) {
  .caixa-mae {
    flex-direction: column;
    padding: 20px;


  }

  .caixa-texto {
    width: 100%;
    text-align: center;
    align-items: center;

  }

  .logo-maioeluigi {
    width: 80%;
    height: auto;
  }

  .caixa-logo-luigi-mario {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .img{

    margin-top: 110px;
  }

  .image-topo-luigi-mario {
    margin-top: 110px;
  }

  .header {
  display: flex;
  margin-left: 0;
  justify-content: center;
  }

  .header.esconder-menu {
    transform: translateX(-120px);
    opacity: 0;
  }
}