@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 top 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: 600px;
  margin-top: 30px;
  top: 20px;
  left: 30px;

}

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

.formulario_login {
  width: 100%;
  margin-top: 0px;
  padding: 20px;
  padding-top: 130px;
  padding-bottom: 0px;
}

.titulo_login {
  color: #001489;
  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-color: #EA5374;
  border-radius: 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.btn_entrar:hover {
  background-color: #ea768f;
  color: #ffffff;
}

.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: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.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: relative;
  background-color: #0A1D85;
}

.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: 1100px) {

  .fecha {
    max-width: 200px;
  }

  .logo_head {
    max-width: 400px;
  }

}

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

  .head {
    height: auto;
    
    text-align: center;
  }

  .formulario_login {
    padding-top: 60px;
}

  .fecha {
    position: relative;
    max-width: 300px;
    right: 0px;
    margin: auto;
    top: 20px;
  }

  .logo_head {
    position: relative;
    max-width: calc(100% - 40px);
    left: 0px;
    top: 0px;
  }

}