@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap');

.navbar-collapse {
  flex-grow: 0 !important;
}


/*! ELEMENTOS */

html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  text-rendering: geometricPrecision;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: 'Roboto', sans-serif;
  text-rendering: geometricPrecision;
  font-weight: bold;
}

.bg-dark{
  background-color: #000000 !important;
}

a {
  color: #0069d9
}

a:hover {
  color: #0a4788
}

.border-bottom {
  border-bottom: solid 1px #a79c9c !important;
}

.border-top {
  border-top: solid 1px #a79c9c !important;
}

.border-top-terms {
  border-top: solid 1px #ccc !important;
}

.stronger {
  font-family: 'Roboto', sans-serif;
}

.blue {
  color: #0069d9;
}

.form-control,
.form-select {

}

.bg-black {
  background-image: url(../img/bg-full.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #010101;
}

.btn-primary {
  color: #fff;
  background-color: #1c68d4;
  border-color: #1c68d4;
  padding: 0.8rem 3rem;
  font-weight: bold;
  min-width: 280px;
  font-family: 'Roboto', sans-serif;
}

.black-footer {
  color: white;
}

.black-footer h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
}

.black-footer a {
  font-size: .875rem;
  color: white;
  line-height: 1.25rem;
  font-family: 'Roboto', sans-serif;
  display: block;
  text-decoration: none;
}

.black-footer a:hover {
  color: #666;
}

.white-footer {
  padding-top: 90px !important;
  background: #e6e8e5;
}

.white-footer {
  color: #5c5d60;
}

.white-footer h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
}

.white-footer a {
  font-size: .875rem;
  line-height: 1.25rem;
  color: #5c5d60;
  font-family: 'Roboto', sans-serif;
  display: block;
  text-decoration: none;
}

.white-footer a:hover {
  color: #0a4788;
}

.font-13 {
  font-size: 13px;
}

.bg-registro h2 {
  color: white;
  font-family: 'bmwtypenextlight';
}

.iso {
  max-width: 150px;
}
  .bg-registro {
    background-image: url(../img/bg-register.jpg);
    background-size: cover;
    background-repeat: no-repeat;
min-height: 350px;
    background-position: center;

}
  .logo {
    width: 300px;
  }
    .logo2 {
    width: 260px;
    margin-top: 30px;
  }

    .full-video {
    width: 100%;
    height: 300px;
    margin-top: 40px;
  }
  h1 {
    font-size: 40px;
    font-family: 'bmwtypenextlight';
  }
  form .error {
    background: #FFDACC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal;
  }
  form .error-message {
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    border: none;
    background: none;
    margin: 0;
    padding-left: 4px;
    padding-right: 0;
  }
  form .error,
  form .error-message {
    color: #9E2424;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
  }

/*! // XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1279px) {
  .logo {
    width: 379px;
  }
  .logo2 {
    width: 360px;
    margin-top: 30px;
  }
  h1 {
    font-size: 90px;
    font-family: 'bmwtypenextlight';
  }
  .full-video {
    width: 100%;
    height: 460px;
    margin-top: 60px;
  }
  .bg-registro {
    min-height: 450px;
  }
  .bg-registro .border-bottom {
    border-bottom: solid 1px #ffffff !important;
  }
}

@media (min-width: 1400px) {

  .bg-registro {
    min-height: 600px;
  }

}