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


body {
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  background-color: #ffffff;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  padding: 0 !important;
  margin: 0px !important;
}

.clear {
  clear: both;
}

.container_web {
  position: relative;
  margin-top: 0px !important;
  width: 100% !important;
  min-height: calc(100vh - 0px);
  flex-grow: 1;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url('../../assets/img/fondo_login.png') no-repeat center center fixed;
  background-size: cover;
  text-align: center;
}

.head {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  height: 220px;
}

.logo_head {
  position: absolute;
  width: 100%;
  max-width: 700px;
  top: 50px;
  left: 20px;
}

.fecha {
  position: absolute;
  max-width: 270px;
  top: 55px;
  right: 20px;
}

.formulario_login {
  background-color: #00000026;
  width: 100%;
  margin-top: 0px;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  height: calc(100vh - 280px);
}

.titulo_login {
  color: #002455;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}

#login-form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}

.form-group {
  padding: 0px;
}

.form-control {
  border-radius: 20px;
  text-align: center;
}

.btn_entrar {
  background-image: linear-gradient(90deg, #00A5B4 0%, #003965 100%);
  border-radius: 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.boton_descarga {
  background-color: #1ca4ff;
  border-radius: 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.patrocinadores {
  position: relative;
  background-color: #002455;
  padding: 15px;
  min-height: 90px;
  text-align: right;
}

.patrocinadores .pc {
  max-width: 140px;
  margin-top: 5px;
}

.soporte {
  width: 140px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.logo_soporte {
  text-align: right;
}

.logo_soporte img {
  max-width: 150px;
  margin-top: 20px;
}

.modal-footer .btn {
  background-color: #1ca4ff;
  border-radius: 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border: none;
}

.footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.no_registrado {
  font-size: 14px;
}

#registro-form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}

.form-check {
  margin-bottom: 20px;
  text-align: left;
}
.form-check-label {
  font-size: 12px;
  padding-top: 5px;
}
.notita {
  text-align: left;
  font-size: 12px;
  margin-bottom: 10px;
}

@media (max-width: 970px) {
  .patrocinadores {
    text-align: center;
  }

  .head {
    text-align: center;
  }

  .logo_head {
    position: relative;
    max-width: 300px;
    top: 20px;
    left: 0px;
  }

  .fecha {
    position: relative;
    max-width: 250px;
    right: 0px;
    top: 50px;
  }
  .formulario_login {
    padding-top: 20px;
  }


}