* {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background: #fff;
  max-width: 100%;
}

.menu {
  background-color: #fff;
}
.menu .logo {
  text-align: center;
  padding: 30px 0;
}
.menu .logo img {
  max-height: 80px;
  max-width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu .botones {
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 1199px) {
  .menu .botones {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    z-index: 99;
    margin: 0;
    padding: 0;
    align-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}
@media (max-width: 575px) {
  .menu .botones {
    width: 100vw;
  }
}
.menu .botones .col-auto {
  padding: 0 8px;
}
@media (max-width: 1199px) {
  .menu .botones .col-auto {
    margin-bottom: 20px;
  }
  .menu .botones .col-auto a {
    font-size: 18px;
  }
}
.menu .botones a {
  color: #1d262d;
  text-transform: uppercase;
  padding: 5px 20px;
  font-weight: 500;
  border-radius: 20px;
  background-color: #e8ebef;
  font-size: 14px;
}
.menu .botones a:hover {
  text-decoration: none;
  background-color: #0cad8e;
  color: #fff;
}

.hamburguesa-menu {
  position: fixed;
  top: 30px;
  left: 20px;
  z-index: 100;
  height: 40px;
  width: 40px;
  font-size: 18px;
  border-radius: 20px;
  text-align: center;
  align-content: center;
  background-color: #0cad8e;
  color: #fff;
}

.footer {
  background-color: #1d262d;
}
.footer .logo {
  text-align: center;
  padding: 30px 0;
}
.footer .logo img {
  max-height: 140px;
  max-width: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .contacto {
  text-align: center;
  padding: 20px 15px;
  color: #fff;
}
.footer .contacto p {
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .footer .contacto p .separador {
    content: "";
    display: block;
    height: 5px;
    z-index: -1;
    position: relative;
  }
}
.footer .contacto p a {
  color: #fff;
  text-decoration: none;
}

.copyright {
  padding: 5px;
  background-color: #1d262d;
  color: #fff;
  font-size: 14px;
}

.s-agradecimiento, .s-not-found {
  min-height: calc(100vh - 542px);
  display: flex;
}
.s-agradecimiento .row, .s-not-found .row {
  align-self: center;
  width: 100%;
  margin: 0;
}
.s-agradecimiento .tarjeta, .s-not-found .tarjeta {
  padding: 30px 40px;
  box-shadow: 0 4px 8px 0 rgba(43, 43, 43, 0.07), 0 6px 20px 0 rgba(43, 43, 43, 0.07);
  text-align: center;
  font-size: 18px;
  max-width: 90%;
  margin-bottom: 30px;
  background-color: #fff;
}
.s-agradecimiento .tarjeta b, .s-not-found .tarjeta b {
  font-weight: 600;
}
.s-agradecimiento .tarjeta .texto span, .s-not-found .tarjeta .texto span {
  font-size: 24px;
  color: green;
  font-weight: 500;
  display: block;
  padding-bottom: 10px;
}
.s-agradecimiento .c-boton, .s-not-found .c-boton {
  text-align: center;
}
.s-agradecimiento .boton, .s-not-found .boton {
  background-color: #0cad8e;
  color: #fff;
  padding: 10px 20px;
  border: none;
  outline: none;
  border-radius: 5px;
  text-decoration: none;
}

.grecaptcha-badge {
  z-index: -1 !important;
  opacity: 0;
}/*# sourceMappingURL=hvc.css.map */