* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #fffcfc;
  list-style: none;
  text-decoration: none;
}
strong {
  font-weight: bold;
}
body {
  overflow-x: hidden;
}
.container {
  width: 1140px;
  margin: 0 auto;
  text-align: center;
}
.img {
  display: block;
  width: 100%;
}
.bg {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
}
.bg img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  height: 100%;
}
.bg img:last-child {
  opacity: 0.5;
}
.logo {
  margin: 10px auto 40px auto;
  display: block;
  height: 113px;
}
h1 {
  font-size: 30px;
  line-height: 30px;
  color: #00ffff;
  font-weight: bold;
  margin-bottom: 50px;
}
.video {
  display: block;
  width: 790px;
  height: 454px;
  border: 1px solid #00ffff;
  box-shadow: rgb(0, 255, 255) 1px 0px 20px 0px;
  margin: 0 auto;
}
.alerta {
  background: #00ffff;
  margin: 40px auto 90px auto;
  width: 100%;
  padding: 15px 20px;
  max-width: 1260px;
  border-left: 4px solid #fff;
}
.alerta * {
  color: #000;
}
.alerta h2 {
  font-weight: bold;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 3px;
}
.alerta h3 {
  font-size: 20px;
  line-height: 30px;
}
.exterminadores h3,
.exterminadores h3 strong {
  font-size: 30px;
  line-height: 39px;
  margin-bottom: 34px;
}
.exterminadores li p {
  font-size: 25px;
  padding: 0 280px;
  margin-bottom: 34px;
}
.exterminadores li img {
  width: 800px;
  margin-bottom: 70px;
}
.acesso {
  height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #000;
  overflow: hidden;
  transition: 0.8s;
}
.acesso:hover img {
  opacity: 0.6;
  transform: scale(1.1);
}
.acesso .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 450px;
  transition: 2s;
  opacity: 0;
  object-fit: cover;
}
.acesso:hover h2 {
  transform: scale(1.1);
}
.acesso h2 {
  color: #00ffff;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 15px;
  font-weight: bold;
  transition: 2s;
}
.acesso:hover h3 {
  transform: scale(1.1);
}
.acesso h3 {
  font-size: 30px;
  color: #00ffff85;
  font-weight: bold;
  margin-bottom: 40px;
  transition: 2s;
}
.acesso:hover .btn {
  transform: scale(1.1);
}
.btn {
  background: #00ffff;
  color: #000;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  height: 62px;
  padding: 10px;
  width: 208px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  z-index: 100;
  transition: 2s;
}
.acesse p {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
.acesse {
  background: #00ffff;
  padding: 10px 40px;
  position: absolute;
  top: 60px;
  left: -60px;
  transform: rotate(-38deg);
}
footer {
  background: #000;
  padding: 40px 0 50px 0;
  margin-top: 60px;
}
footer .container {
  text-align: left;
}
footer h1 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px #00ffff;
}
footer p {
  margin-bottom: 14px;
}
.copy {
  text-align: center;
  margin-top: 122px;
}
@media (max-width: 1140px) {
  .container {
    width: 90%;
  }
  .alerta {
    max-width: 90%;
  }
  .exterminadores li p {
    padding: 0;
  }
}
@media (max-width: 790px) {
  .video {
    width: 574px;
    height: 336px;
  }
  .exterminadores li img {
    width: 100%;
    margin-bottom: 40px;
  }
  .acesso {
    height: 335px;
  }
  .acesse p {
    font-size: 14px;
  }
  .acesse {
    top: 36px;
  }
  .acesso .img {
    object-fit: contain;
  }
}
@media (max-width: 574px) {
  .video {
    width: 400px;
    height: 240px;
  }
  h1 {
    font-size: 18px;
    line-height: 18px;
  }
  .logo {
    margin: 10px auto 20px auto;
    height: 68px;
  }
  .alerta h2 {
    font-size: 20px;
  }
  .alerta h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .alerta {
    margin-bottom: 40px;
  }
  .exterminadores h3,
  .acesso h2,
  .exterminadores li p,
  .exterminadores h3 strong {
    font-size: 16px;
    line-height: 19px;
  }
  footer p {
    font-size: 14px;
    line-height: 21px;
  }
  .copy {
    margin-top: 60px;
  }
}
@media (max-width: 426px) {
  .video {
    width: 313px;
    height: 200px;
  }
}
@media (max-width: 321px) {
  .video {
    width: 284px;
    height: 200px;
  }
}
