:root {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

*, *::before, *::after {
  box-sizing: border-box;
}

*:focus, *:focus-visible {
  outline: 0;
}

body {
  margin: 0;
  font-size: 1rem;
}

button {
  font-size: inherit;
}

p {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.body {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.header {
  padding: 0 1rem;
  text-align: center;
}
.header__logo {
  height: 3.5rem;
}
.header__img--txt {
  width: 15rem;
  margin: 0 0 1.5rem 0;
}
.header__img--main {
  width: 18rem;
}

.section__images {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
  align-items: center;
}
.section__form {
  color: #0847a1;
  margin: 2rem;
}

#viewform {
  margin: 0 2rem;
}

@media (min-width: 1200px) {
  .facet_sidebar {
    display: none;
  }
  .header {
    text-align: start;
  }
  .header__logo {
    height: 4rem;
  }
  .header__img--txt {
    width: 28%;
    margin: 0;
  }
  .header__img--main {
    width: 32%;
  }
  .section__images {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 8vh;
    flex-direction: inherit;
  }
  .section__form {
    margin: 6vw 34vw;
  }
}
.main__form--btn {
  background-color: #00549d;
  color: #ffffff;
  margin-bottom: 2vw;
  cursor: auto !important;
  width: 100%;
}

.main__form--btn2 {
  margin-top: 2vw;
  text-align: center;
}

.main__form--hora {
  display: flex;
  align-items: center;
}

.main__form--terminos {
  margin-top: 2vw;
  text-align: start;
}

.footer {
  padding: 1vw 0 2vw 0;
  background-color: #00419d;
}

.footer__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  margin-top: -2vw;
}

.footer__content--text {
  color: #ffffff;
  margin-right: 6vw;
}

.footer__content--name {
  text-align: center;
  margin-top: 3vw;
  margin-bottom: 1.5vw;
  font-size: 2.5vw;
  font-weight: 800;
}

.footer__content--info {
  font-size: 1vw;
  text-align: center;
}

.footer__content--aciertala img {
  width: 18vw;
  padding-right: 1vw;
}

.footer__content--perumatic img {
  width: 13vw;
}

.footer__content--link {
  color: #a8b2db;
  text-align: center;
  font-size: 1vw;
}

.footer__redes {
  display: flex;
  justify-content: center;
  margin-top: -5vw;
}

.footer__redes img {
  width: 8.5%;
  margin: 0 1.2vw;
}/*# sourceMappingURL=ac_franquicias.css.map */