@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}

body {
  background-color: #323232;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-3-30 11:36:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-contract-bck-top
 * ----------------------------------------
 */
@keyframes tracking-in-contract-bck-top {
  0% {
    letter-spacing: 1em;
    transform: translateZ(400px) translateY(-300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
.containerCenter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

h1 {
  font-family: "Anton", sans-serif;
  font-size: 3rem;
  color: white;
  text-align: center;
  animation: tracking-in-contract-bck-top 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.homeContent {
  position: relative;
  height: 100vh;
  max-height: 100vh;
  background-image: url("https://cdn.jsdelivr.net/gh/BioSabor/OpenDB@main/img/produccion/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.homeContent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.897);
}
.homeContent .content {
  z-index: 999;
}
.homeContent .content p {
  color: rgb(231, 231, 231);
  text-align: center;
  font-size: 1em;
}

.containerGeneric {
  max-width: 1000px;
  height: 100vh;
  max-height: 100vh;
  margin: 0 auto;
}
.containerGeneric .containerCenter {
  padding-top: 100px;
  justify-content: left !important;
  align-items: inherit;
}
.containerGeneric .containerCenter .content .secure {
  color: rgb(231, 231, 231);
  margin-bottom: 15px;
}
.containerGeneric .containerCenter .content .ray {
  color: rgb(231, 231, 231);
  margin: 15px 0;
}
.containerGeneric .containerCenter .content .ip {
  color: rgb(231, 231, 231);
}

.flareSecurity {
  margin-top: 15px;
  text-align: center;
  color: rgb(231, 231, 231);
}
.flareSecurity .secure {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: white;
}
.flareSecurity .row {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 15px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-weight: 700;
}
.flareSecurity .row .ray {
  color: white;
}
.flareSecurity .row .ip {
  color: white;
}/*# sourceMappingURL=styles.css.map */