body {
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  overflow-x: hidden;
  overflow-y: hidden;
  color: #ffffff;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background: #00a65b;
  border-radius: 10px;
}

nav {
  background-color: #ffffff;
  box-shadow: 2px 2px 15px #0000003d;
  height: 3rem;
}

.texto {
  position: relative;
  padding-top: 20vh;
  text-align: left;
  text-shadow: 2px 2px 15px #00000054;
}

.titulo {
  font-weight: 800;
  font-size: 50px;
  margin-top: 3vh;
}

.subtitulo {
  font-weight: 300;
  font-size: 14px;
  max-width: 55vh;
  line-height: 1.3rem;
}

.subtitulo2 {
  font-weight: 300;
  font-size: 19px;
  max-width: 55vh;
  margin-top: 3vh;
  margin-bottom: 1vh;
  font-style: italic;
}

span {
  font-weight: 800;
}

#fondoasistencia {
  width: 192vh;
  min-height: 108vh;
  background-image: url(/img/home.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, #00000080, #00000080, #00000080, #00000080);
  opacity: 1;
  position: fixed;
  z-index: 0;
}

.logo {
  width: 35vh;
  height: auto;
  margin-bottom: 3vh;
}

.button-mobile {
  background-color: #00a559;
  width: 230px;
  height: auto;
  padding: 0.5vh;
  border-radius: 6px;
  text-align: center;
}

.button-mobile a {
  align-items: right;
  text-decoration: none;
  color: #ffffff;
  font-weight: 800;
}

.footer {
  background: transparent;
  color: #ffffff;
  text-align: center;
  padding: 0rem 1rem;
  font-size: 12px;
  font-weight: 400;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

.footer p {
  margin: 0.5rem;
}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {}

@media (max-width: 991px) {
  .texto {
    padding-top: 5vh;
  }

  .logo {
    width: 32vh;
    height: auto;
    margin-bottom: 3vh;
  }

  .footer {
    font-size: 10px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 540px) {}

@media (max-width: 480px) {}

@media (max-width: 380px) {}