/* Define fuentes */
@font-face {
  font-family: "Noto";
  src: url("NotoSerif.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.Noto {
  font-family: Noto, sans-serif;
}

.Poppins {
  font-family: Poppins, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  max-width: 100%;
  overflow: hidden;
  font-family: "Work Sans", sans-serif;
  color: #fff;
  font-size: 11px;
  position: relative;
}

.whatsapp {
  position: absolute;
  top: 70px;
  right: 80px;
  z-index: 1000;
  font-size: 35px;
}

.whatsapp img {
  filter: invert(1) sepia(1) saturate(5) hue-rotate(200deg);
  width: 50px;
  height: 50px;
}

a {
  text-decoration: none;
  color: #fff;
}

.line {
  height: 1px;
}

#contenedor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  width: 500px;
  overflow: hidden;
  position: relative;
  text-align: center;
  left: 50%;
  margin: 150px auto 0 -250px;
}

#principal {
  font-size: 40px;
}

#correo {
  font-size: 40px;
}

#loguitoTexto {
  margin: 40px 0 0 0;
}

#loguito {
  /* width: auto; */
  width: 100%;
  /* float: left; */
  text-align: center;
  /* padding-left: 80px; */
}

#loguito img {
  width: 150px;
}

#domicilio {
  width: auto;
  float: left;
  font-size: 12px;
  text-align: left;
  padding-left: 20px;
}

#logoPrincipal {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#logoPrincipal img {
  display: block;
  width: 60%;
  max-width: 700px;
}

#flkt-slide {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
#flkt-slide img {
  display: block;
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  object-position: center;
}

#progress {
  display: block;
  background: #fff;
  height: 2px;
  width: 0px;
  position: absolute;
  top: 0;
}

@media (max-width: 768px) {
  .whatsapp {
    right: 20px;
  }
  #principal {
    font-size: 24px;
  }
  #logoPrincipal {
    display: none;
  }
  #correo {
    font-size: 24px;
  }
  #loguitoTexto {
    padding: 0 20px 0 20px;
  }
  #domicilio {
    padding-left: 10px;
  }
}
