@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;


}

.clima {
  overflow: hidden;
}

/* html {
  scroll-behavior: smooth;
} */

body {
  background-color: white;
}

section {
  padding: 54px 0;
}

h3 {
  font-size: 30px;
  color: #24005e;
  font-family: 'Courier New';
  margin-top: 15px;
}

p {
  color: #111010;
  /* background-color: #2d1a7ed8; */
  /* background-image: linear-gradient(0deg, black, #4f9bf9); */
}

.logo {
  margin-top: 100px;
  background-image: url(../img/semfundo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  margin-top: 35px;

}

.container {

  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.btn {
  background-color: #176dd6;
  color: white;
  padding: 15px 20px;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  transition: 1s;
  animation: animaBotao 1s ease-in-out infinite;


}

.btn:hover {
  background-color: #0d0499;
}

@keyframes animaBotao {
  from {
    outline: 0px solid #28558da4;
  }

  to {
    outline: 15px solid #4f9bf900;
  }
}

header {
  background-image: url(../img/capa.png);
  background-repeat: no-repeat;
  /* background-position: center; */
  background-size: cover;
  /* background-attachment: fixed; */
  height: 100vh;

}

.responsive div {
  display: inline-block;
  margin: auto;
  align-items: center;
  width: 100%;
}


.responsive img {
  display: flex;
  margin: auto;
  width: 100%;
  height: 540px;

}

nav {
  align-items: center;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1;
  overflow: hidden;
}

nav ul {
  display: flex;
  justify-content: flex-end;
  background-image: linear-gradient(0deg, #0051b4, black);
}



nav ul a {
  color: #ffffff;
  font-size: .8rem;
  padding: 20px;
  text-transform: uppercase;
  font-family: sans-serif;
  text-decoration: none;
  transition: 1s;

}

nav a:hover {
  background-image: linear-gradient(0deg, black, #0051b4);
}


.emailCV {
  color: #ffffff;
  background-color: #1414a8ce;
  margin: 0;
  font-size: .7rem;
  font-weight: bold;
  padding: 15px;
  text-transform: uppercase;
  transition: 0.3s;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.61);

}

.emailCV:hover {
  background-color: #176dd6;

}



/* nav ul a:not(.btn):after {
  content: "";
  background-color: aqua;
  height: 3px;
  width: 0%;
  display: block;
  margin: 0 auto;
  transition: 0.3s;
  
}

nav ul a:hover::after {
  width: 100%;
  
} */
.banner {
  display: flex;
  justify-content: center;

}

.banner .banner-text {
  margin-bottom: 50px;
  text-align: center;
  padding: 0 90px;
}


.banner .banner-text h2 {
  font-size: 40px;
  color: #ffffff;
  background-color: #1a1825c4;
  font-family: 'Courier New';
  padding: 15px;
  margin-top: 70px;

}


.banner .banner-text p {
  font-size: 25px;
  color: #352a2a;
  font-weight: lighter;
  margin: 18px 0;
}

.faca-mais {
  padding: 15px;
}

.faca-mais .container {
  background-color: white;
  padding: 10px;
  display: flex;
  align-items: center;
  margin-top: -21px;
}

.faca-mais .container {
  width: 100%;
  border-radius: 10px;
}

.servicos {

  background-color: white;

}

.faca-mais-text {
  display: flex;
  width: 50%;
  margin: 5px 0 8px 0;

}



.container-servicos {
  overflow: hidden;
}


#saibamais {

  margin-left: 20%;
}

.imagemSobre {
  /* background-image: url(../img/Galeria/guindaste.jpg); */
  width: 90%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10%;
}

.corTexto {
  color: #8d6fbd;
  font-weight: bolder;
  text-transform: uppercase;
}

.triangulo {
  position: absolute;
  margin-top: -80px;
  width: 1000px;
  height: 0;
  border-top: 80px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 100vw solid white
}

.banner2 {
  overflow-y: hidden;
  background-color: white;
  background-image: url(../img/Galeria/solda.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: static;
  height: 25%;

}



/* .textoServico {
  margin-top: 15%;
} */
.NossoServico {

  overflow: hidden;
  display: flex;
  background-color: white;
}

.servicos p {
  font-family: 'Inter', sans-serif;
  margin-top: 15px;
  color: #000000;
  /* background-image: linear-gradient(0deg, black, #0c50e4);  */
  border-radius: 3px;
  /* cursor: pointer; */
  width: 70%;
  margin-left: 20px;
  padding-right: 25px;
}

.textoServicos {
  padding: 10px;
  display: flex;
  flex-direction: column;
  background-color: #fff;

}

.NossoServico img {
  width: 50%;
  display: flex;
  margin-right: 25px;
  box-shadow: 0 0 15px #000000;
}

#serv {
  color: #8d6fbd;
  font-size: 27px;
  margin-top: -57px;
  position: absolute;
  margin-left: 49px;
}

.triangulo2 {
  position: absolute;
  margin-top: -2;
  height: 0;
  border-top: 80px solid white;
  border-bottom: 0px solid transparent;
  border-left: 100vw solid transparent;
}

/*slide*/


h1 {
  text-align: center;
  margin: 1em 0;
  font-family: sans-serif;
  font-family: 'Courier New';

}


.galeria {

  position: static;
  display: grid;
  margin: 8px 8px 0 8px;
  margin-bottom: 20px;


}

.foto {
  box-shadow: 0 0 20px black;
  justify-self: center;
  height: 30vw;
  width: 30vw;
  margin-right: 35vw;
  margin-left: 35vw;
  margin-top: 85px;
  margin-bottom: 5%;
  /* border-radius: 14px; */
  opacity: 1;
  transition: opacity .5s ease-in-out;


}

.foto.oculto {
  opacity: 0;
}

.seguinte {
  animation-name: seguinte;
  animation-fill-mode: forwards;
  transform: translateX(-35vw);
  transition: 1s;
}

.voltar {
  position: static;
  animation-name: voltar;
}


.button-proxima-foto {
  position: absolute;
  margin-top: 220px;
  right: 20px;
  font-size: 2rem;
  color: #fff;
  outline: none;
  cursor: pointer;
}

/* .triangulo, .triangulo2,.triangulo3,.triangulo4,.triangulo5,.triangulo6,
  {
    background-color: red;
  } */

.button-voltar {
  margin-top: 220px;
  position: absolute;
  left: 20px;
  cursor: pointer;
  visibility: hidden;
  font-size: 2rem;
  color: #fff;
  overflow: hidden;
}

@keyframes seguinte {
  0% {
    margin-left: 30vw;

  }

  100% {
    margin-left: -115vw;
  }
}

@keyframes voltar {
  0% {
    margin-left: -115vw;

  }

  100% {
    margin-left: 30vw;
  }
}

/*GALLERY*/
.BannerFoto {
  background-image: url(../img/Galeria/guincho.JPG);
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 10%;

}

.logo2 {
  width: 150px;
  border-radius: 8px;
  margin-top: 0%;
}

.btnServico {
  margin-left: 43.2%;
  margin-top: 25px;
}

.btnServico:hover {
  background-color: #1e3755f1;
}

.triangulo3 {
  position: absolute;
  margin-top: -80px;
  width: 1000px;
  height: 0;
  border-top: 80px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 100vw solid white;
}

.triangulo4 {
  position: absolute;
  margin-top: 25px;
  height: 0;
  border-top: 80px solid white;
  border-bottom: 0px solid transparent;
  border-left: 100vw solid transparent;

}


.galeriaEmpresa {
  background-color: white;
}

.BannerFoto h1 {
  color: #ffffff;
  margin-top: 15%;
  font-size: 5em;
  text-shadow: 0 0 10px black;

}

.galeria-container {
  /* padding: 120px 20px 50px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax 250px, 1fr ); */
  display: flex;
  margin-top: 70px;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.galeria-container a {
  transition: 1.5s;
  overflow: hidden;
  margin-bottom: 25px;
}

.galeria-items {
  width: 250px;
  height: 250px;
  flex-grow: 1;
}

.a:hover {
  transform: scale(1.1);
}

.galeria-items img {

  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Botao para o topo */
.mensagem {
  display: none;
  position: fixed;
  text-align: center;
  bottom: 150px;
  right: 20px;
  margin-left: -25px;
  margin: auto;
  padding: 25px;
  border: none;
  color: #fff;
  background-color: #242121;
  border-radius: 25px 25px 0;
}


#btnTopo {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  padding: 12px 17px;
  background-color: #1fb311f5;
  opacity: 5;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

#btnTopo:hover {
  background-color: #555;
}

#btnTopo i {
  font-size: 30px;
  color: white;

}

#btnTopo.show {
  display: block;
}

/* galeria Clientes */

#BannerCliente {
  display: flex;
  background-image: url(../img/contrato.webp);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position-y: center; */
  width: 100%;
  height: 40vw;
  overflow: hidden;
  margin-top: 25px;
}

#BannerCliente h1 {
  color: #ffffff;
  margin-top: 10%;
  font-size: 5em;
  text-shadow: 0 0 10px black;
  display: flex;
  margin: auto;
  font-family: 'Courier New';
}

.triangulo6 {
  position: absolute;
  margin-top: 25px;
  height: 0;
  border-top: 80px solid white;
  border-bottom: 0px solid transparent;
  border-left: 100vw solid transparent;
}

.triangulo7 {

  margin-top: -80px;
  position: absolute;
  width: 1000px;
  height: 0;
  border-top: 80px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 100vw solid white;
}


/* forms */

.forms {
  display: flex;
  margin: auto;
  ;
}

.forms form {
  padding: 35px;
  margin: auto;
  background-color: #ffffff;

}

.forms p {
  color: #000000;
  background-color: #ffffff;
  font-weight: bold;
}



.forms h4 {
  text-align: center;
  margin-top: 15px;
  font-family: 'Courier New';
}

.forms input {
  width: 400px;
  outline: none;
  border: none;
  background-color: #ffffff;
  color: #000000;
  padding: 5px;
  border-bottom: 2px solid #3580db;
  transition: 1s;
}

.forms input:hover {
  background-color: #17b0d6;
  border-radius: 5px;
}

.forms textarea {
  width: 400px;
  outline: none;
  border: solid 2px #3580db;
  border-radius: 5px;
  background-color: #ffffff;
  resize: none;
  color: #000000;
}


#enviaForm {
  display: flex;
  margin: auto;
  padding: 25px;
  border: none;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #ffffff;
  background-color: #3253be;
  cursor: pointer;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
  transition: 1s;
}

#enviaForm:hover {
  background-color: #02a8f5;

}

#fecharModal {
  display: flex;
  justify-content: end;
  color: #0206f3;
  margin-right: 15px;
  margin-top: 10px;
  cursor: pointer;
}

dialog::backdrop {
  background-color: #0a0a0ae6;

}



dialog {
  background-image: url(../img/Galeria/faleconosco.jpeg);
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  margin: auto;
  outline: none;
  width: 100%;
  opacity: 1;
}

dialog h1 {
  color: #101780;
  font-size: 3rem;
  margin-top: -5px;
  margin-bottom: -10px;
  font-family: 'Courier New';
}

/*candidato*/

#candidato {

  display: none;
  position: fixed;
  background-color: white;
  margin-left: 25%;
  margin-top: -35%;
  padding: 50px;
  width: 50%;
  z-index: 1;
  transition: .5s;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.fecharCandidato {
  color: wheat;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding: 5px;
  border-radius: 50%;
  border: none;
  background-color: red;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  transition: .5s;
}

.fecharCandidato:hover {
  background-color: blue;
}


#candidato h1,
h2 {
  font-family: 'Courier New';
  text-align: center;
  color: #000000;
  font-weight: bolder;
  font-size: 2rem;
}

#candidato p {
  text-align: center;
  margin-bottom: 15px;
}

h1 {
  text-align: center;
  margin: 1em 0;
  font-family: sans-serif;
  font-family: 'Courier New';
}

.container-clientes {
  margin-top: 25px;
  width: auto;
}



.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.item {
  width: 150px;
  height: 90px;
}


footer {
  display: flex;
  justify-content: space-around;
  margin-top: 33px;
  background-image: linear-gradient(0deg, black, #0051b4);
  margin-top: 45px;
  width: 100%;
  height: 350px;
}

footer i {
  align-items: center;
}

.Footer {
  margin-top: 45px;
  padding: 5px;
  justify-content: space-between;
}

.Footer p {
  padding: 5px;
  color: #fff;
}

.redesSociais {
  margin-right: 5vw;
  margin-top: 45px;
  color: #fff;
}

.redesSociais a {

  cursor: pointer;
  display: inline-block;
  padding: 10px;
  transition: .5s;

}


.zap {
  background-image: linear-gradient(0deg, black, #1ec213);
  /* background-color: #1ec213; */
  color: white;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: 1s;
}

.zap:hover {
  background-image: linear-gradient(0deg, rgb(43, 42, 42), #11ff00);
}

.insta {
  background-image: linear-gradient(0deg,#04082d, #f72f72);
  color: white;
  text-align: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 1s;
}

.insta:hover {
  background-image: linear-gradient(0deg,#050c4f, #d64776);
}

.whatsapp i {
  display: none;
}

.instagram i {
  display: none;
}

/*saudação*/

#obrigado {
  text-align: center;
  margin-top: 10%;
  font-size: 3rem;
}

#voltar {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #2f8edb;
  text-decoration: none;
  border-radius: 8px;
  font-size: large;
  transition: 0.3s;
  padding: 25px;

}

#voltar:hover {
  background-color: #07528f;
  color: #ffff;
}



.open-btn {
  display: none;
  font-size: 2rem;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2rem;
  cursor: pointer;
  display: none;
}


.mapa iframe {
  width: 250px;
  height: 150px;
  display: flex;
  margin: auto;
  border-radius: 25px;
  overflow: hidden;
  margin-top: 45px;

}
