body {
  background-color: rgb(36, 36, 36) !important;
  color: #f3f3f3 !important;
}

p {
  font-size: 24px;
}

footer .bi {
  font-size: 42px !important;
  background: -webkit-linear-gradient(rgb(255, 230, 0), rgb(255, 248, 216));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0px 15px 0px 15px;
}

.two {
  background-image: url("../img/007.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.text-frase {
  padding: 90px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 36px;
  background: -webkit-linear-gradient(rgb(255, 230, 0), rgb(255, 248, 216));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.firma {
  font-family: 'Times New Roman', Times, serif;
  font-size: 18px;
}

.header {
  width: 100%;
  height: 100%;
  position: relative;
}

.header video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.header .caption {
  z-index: 1;
  position: relative;
  text-align: center;
  padding: 10px;
}

/* WhatsApp */

.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.whatsapp-icon {
  margin-top: 18px;
}

.footer {
  font-size: 16px !important;
}