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

@font-face {
  font-family: 'cairo_ExtraBlod';
  src: url('../webfonts/font_cairo/Cairo-ExtraBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0px;
  font-family: 'Roboto', 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;
  padding-bottom: 40px;
  background: url('../../assets/img/fondo_login.png') no-repeat center center fixed;
  background-size: cover;
  text-align: center;
}

.caja_head {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  background-image: url('../../assets/img/fondo_head.png');
}

.logo_head {
  width: 100%;
  max-width: 984px;
  margin-top: 0px;
  padding: 0px;
}

.formulario_login {
  width: 100%;
  max-width: 1350px;
  margin: auto;
  background-color: #ffffff;
  margin-top: 0px;
  padding: 20px;
  padding-bottom: 0px;
}

.titulo_login {
  font-family: 'cairo_ExtraBlod';
  color: #A8133E;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 30px;
}

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

.form-group {
  padding: 0px;
  margin-bottom: 10px;
}



.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #E5E5E5;
}

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

.btn_entrar {
  background-color: #00355E;
  border-radius: 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 20px;
}

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

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

.patrocinadores {
  width: 100%;
  max-width: 1350px;
  margin: auto;
  background-color: #ffffff;
  padding: 15px;
  min-height: 50px;
  text-align: center;
}

.patrocinadores .pc {
  width: 100%;
  max-width: 621px;
  margin: auto;
}
.patrocinadores .aval {
  width: 100%;
  max-width: 904px;
  margin: auto;
  margin-bottom: 40px;
}
.patrocinadores .movil {
  display: none;
  width: 100%;
  max-width: 770px;
}

.patrocinadores .soporte_tecnico {
  width: auto;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 40px;
}

.logo_geico {
  text-align: left;
}
.logo_geico img{
  max-width: 150px;
  margin-top: 20px;
}
.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;
}

.patrocinadores .aval_movil {
  display: none;
}

.nota {
  font-size: 12px;
  color: #3b3b3b;
  margin-bottom: 30px;
}

.form-check {
  font-size: 12px;
  margin-top: 20px;
  text-align: left;
  margin-left: 60px;
}

.titulo_footer {
  font-size: 16px;
  font-weight: 700;
  color: #00385d;
  text-align: center;
  margin-top: 30px;

}

@media (max-width: 770px) {

  .patrocinadores .aval {
    display: none;
  }
  .patrocinadores .aval_movil {
    display: block;
    width: auto;
    margin: auto;
  }
  .patrocinadores .pc {
    display: none;
  }
  .patrocinadores .movil {
    display: block;
    width: auto;
    margin: auto;
    margin-top: 40px;
  }
}