@font-face {
  font-family: GilroyHeavy;
  src: url("../fonts/Gilroy-Heavy.ttf");
}

@font-face {
  font-family: GilroyBold;
  src: url("../fonts/Gilroy-Bold.ttf");
}

@font-face {
  font-family: GilroyMedium;
  src: url("../fonts/Gilroy-Medium.ttf");
}

@font-face {
  font-family: GilroyRegular;
  src: url("../fonts/Gilroy-Regular.ttf");
}

@font-face {
  font-family: GilroyLight;
  src: url("../fonts/Gilroy-Light.ttf");
}

@font-face {
  font-family: GilroyExtraBold;
  src: url("../fonts/Gilroy-ExtraBold.otf");
}

body {
  height: 100vh;
  background-image: url("../img/background_new.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

header nav {
  height: 10vh;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 82vh;
}

footer {
  height: 8vh;
  background-color: #000;
  bottom: 0;
  position: absolute;
  font-family: GilroyRegular, sans-serif !important;
  font-size: 10px !important;
  line-height: 14px;
  color: #FFF;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 30px;
}

footer .col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

footer .col-4 a {
  font-family: GilroyExtraBold, sans-serif !important;
  text-transform: uppercase;
  color: #FFF;
}

h2 {
  text-align: center;
  font-family: GilroyBold, sans-serif !important;
  font-size: 28px !important;
}

.subrrayado_titulo {
  color: #195FE5 !important;
  width: 250px;
  text-align: center;
  height: 3px !important;
  opacity: 1;
  margin: 0 auto 20px;
}

.form-monitoreo {
  padding: 50px 100px;
  background-color: #FFF;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cuadro_principal {
  padding: 60px 45px;
  background-color: #FFF;
  border-radius: 6px;
  text-align: center;
}

.cuadro_principal .unirse {
  margin-bottom: 45px;
  font-size: 18px;
}

.cuadro_principal .chooise_btn {
  width: 230px;
  -webkit-box-shadow: 1px 2px 31px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 2px 31px 5px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  margin: 0px 15px;
  padding-bottom: 30px;
}

.cuadro_principal .chooise_btn img {
  width: 100%;
  margin-bottom: 45px;
}

.cuadro_principal .chooise_btn h6 {
  font-family: GilroyBold, sans-serif !important;
  font-size: 18px;
  line-height: 16px;
}

.cuadro_principal .chooise_btn p {
  font-family: GilroyRegular, sans-serif !important;
  font-size: 14px;
  line-height: 16px;
}

.celebration {
  width: 390px;
}

.celebration img {
  width: 100%;
}

.celebration hr {
  color: #8E8E8E !important;
  width: 100%;
  text-align: center;
  height: 0.5px !important;
  opacity: 1;
  margin-top: 22px;
}

.celebration h3 {
  font-family: GilroyBold, sans-serif !important;
  font-size: 30px;
  line-height: 32px;
  margin: 25px 0px;
}

.celebration p {
  font-family: GilroyRegular, sans-serif !important;
  font-size: 15px;
  line-height: 20px;
}

.celebration span {
  font-family: GilroyBold, sans-serif !important;
}

.logo {
  width: 200px;
  max-width: 250px;
}

label {
  font-family: GilroyBold, sans-serif;
  font-size: 14px;
  text-align: left !important;
}

input, select {
  padding: 10px;
  width: 330px;
  max-width: 300px;
  max-height: 40px;
  font-size: 12px !important;
  font-family: GilroyRegular, sans-serif !important;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  background-color: #FFF;
}

.form-label {
  margin-bottom: 0.1rem !important;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  /*  height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    opacity: 0.5; */
  display: none;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #195FE5;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.buttons .btn {
  width: 147px;
  height: 50px;
  color: #FFF;
  background-color: #195FE5;
  border-radius: 5px !important;
  font-family: GilroyBold, sans-serif !important;
  font-size: 16px !important;
  text-transform: inherit;
  margin: 0px 2px;
}

.buttons .btn:hover {
  color: #FFF;
  background-color: #1350c2;
}

input:focus-visible {
  border: 1px solid #000 !important;
  color: #495057;
  background-color: transparent;
  border-color: #495057;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type='button'] {
  outline: none;
}

.TyC {
  font-family: 'Roboto', sans-serif;
  font-size: 12px !important;
  font-weight: 400;
  max-width: 300px;
  text-align: center;
  line-height: 15px;
}

.TyC a {
  font-weight: 500;
  color: #4E4E4E;
}

.TyC a:hover {
  text-decoration: none;
  color: #4E4E4E;
}

@media (max-width: 768px) {
  .footer_desktop {
    display: none;
  }

  .cuadro_principal {
    background-color: #FFF;
    border-radius: 6px;
    text-align: center;
    width: 100%;
    height: 90%;
    overflow-y: auto;
  }
  
  .cuadro_principal .row {
    margin: auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  
  .cuadro_principal .unirse {
    margin-bottom: 45px;
    font-size: 18px;
  }
  
  .cuadro_principal .chooise_btn {
    width: 230px;
    -webkit-box-shadow: 1px 2px 31px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 2px 31px 5px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    margin: 0.5rem;
    padding-bottom: 30px;
  }
}
/*# sourceMappingURL=stylesNew.css.map */