/* 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;
}

.fuenteVerde,
.fuenteVerde a {
  color: #7d825d;
}

.fuenteBlanco,
.fuenteBlanco a {
  color: #ffffff;
}

a {
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  max-width: 100%;
  overflow: hidden;
  color: #fff;
  position: relative;
}

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

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

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

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

.line {
  height: 1px;
}

#flkt-slide {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: -10; */
}

.loguitoTexto {
  position: absolute;
  top: 50px;
  left: 50px;
}
.loguitoTexto .loguito {
  float: left;
  margin: 0 20px 0 0;
}
.loguitoTexto .loguito img {
  width: 120px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.loguitoTexto .domicilio {
  float: left;
  font-size: 11px;
}
.textoVerde {
  color: #7d825d;
  position: absolute;
  bottom: 175px;
  left: 50%;
  margin: 0 0 0 -450px;
  font-size: 27px;
  width: 900px;
  text-align: center;
}
.textoVerde a {
  color: #7d825d;
}
.textoVerde .textoArriba span {
  font-weight: bold;
  font-size: 35px;
}
.textoVerde .textoAbajo span {
  font-weight: bold;
}
.textoBlanco {
  color: #ffffff;
  position: absolute;
  bottom: 200px;
  left: 50%;
  margin: 0 0 0 -450px;
  font-size: 27px;
  width: 900px;
  text-align: center;
}
.textoBlanco a {
  color: #ffffff;
}
.textoBlanco .textoArriba span {
  font-weight: bold;
  font-size: 35px;
}
#flkt-slide img.rotar {
  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 (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .whatsapp,
  .whatsappBlanco {
    right: 40px;
  }
  .textoVerde {
    bottom: 200px;
    left: 0;
    margin: 0 0 0 0;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .textoVerde .textoArriba span {
    font-weight: bold;
    font-size: 18px;
  }
  .textoBlanco {
    bottom: 200px;
    left: 0;
    margin: 0 0 0 0;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .textoBlanco .textoArriba span {
    font-weight: bold;
    font-size: 18px;
  }
}
