@font-face {
    font-family: 'Montserrat';
    src: url('./font/Montserrat-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'Montserrat-Extrabold';
    src: url('./font/Montserrat-ExtraBold.ttf')  format('truetype');
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('./font/Montserrat-Bold.ttf')  format('truetype');
}
@font-face {
    font-family: 'Montserrat-Semibold';
    src: url('./font/Montserrat-SemiBold.ttf')  format('truetype');
}
#boton_cas {
    box-sizing: border-box;
    height: 45px;
    padding-top: 15px;
    cursor: pointer;
    background: none rgb(0, 112, 210);
    border: none;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    line-height: 1;
    border-radius: 5px;
}
#div_loginbtn {
    display: flex;
    justify-content: center;
    align-items: center;
}
#loginbtn {
    width: 113px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
}
#loginbtn:hover {
    background-color:#0063b2;
}
.btn-secondary {
    color: #fff;
    background-color: #0070d2;
    border-color: #fff;
}
.texto_upm {
    font-family: 'Montserrat';
    font-size: 10px;
    color: black;
    text-align: center;
}
.texto_upm_gris {
    font-family: 'Montserrat';
    font-size: 10px;
    color: grey;
    text-align: center;
}
.fa-solid {
    font-size:20px;
    padding-bottom: 7px;
}
.pie_upm {
    background-color: #e9ecef;
    border-radius: 0 0 20px 20px;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size:12px;
    padding-bottom: 14px;
}
#flex-container{
  display: flex;
}
#flex-container div{
  width: 33%;
  color: rgb(0, 112, 210);
  text-align: center;
  margin: 10px;
}
.float-container{
  float: left;
  box-sizing: border-box;
}
.float-container div{
  height: auto;
  width: 300px;
  margin: 10px;
  color: rgb(0, 112, 210);
  text-align: center;
  line-height: 150px;
}
#contacto {
  padding-left: 10px;
  padding-right: 10px;
}
.row-txt {
  text-align: left;
}
.row-img {
  float: left;
  padding-right: 20px;
  padding-top: 10px;
}
.texto_normal {
  padding: 0px 40px 0px 40px;
}
.formulario {
   padding: 0px 10px 0px 10px;
}
.page-login-upm {
   padding: 0px 50px 0px 50px;
}
#usuarios_resto_acceder {
  box-sizing: border-box;
    height: 55px;
    padding: 0px;
    cursor:pointer;
    background: none rgb(0, 112, 210);
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
    line-height: 1;
    border-radius: 5px;
    background: #0063b2;
}
#manual {
    margin: 0px 0px 20px 0px;
}
#botoncontacto_on {
    display: none;
    background: rgb(255, 141, 13);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(34, 89, 120);
    margin-top: 0rem;
}
#botoncontacto_on:hover {
    border: 1px solid rgb(34, 89, 120);
}
#botoncontacto_on:active {
    border: 1px solid rgb(34, 89, 120);
}
#botoncontacto_on:focus {
    border: 1px solid rgb(34, 89, 120);
}
#botoncontacto:focus {
    background: rgb(255, 141, 13);
    color: rgb(255, 255, 255);
/*    border: rgb(255, 141, 13);*/
}
#botonmanual_on {
    display: none;
    background: rgb(255, 255, 255);
    color: rgb(0, 112, 210);
    border: double rgb(0, 112, 210);
    margin-top: 0rem;
}
#botonmanual:focus {
      background: rgb(255, 255, 255);
    color: rgb(0, 112, 210);
    border: double rgb(0, 112, 210);
}
#botonmanual_on:hover {
    background: rgb(255, 255, 255);
    color: rgb(0, 112, 210);
    border: double rgb(0, 112, 210);
}
.boton_largo {
    width: 425px;
}
.boton_corto {
    width: 155px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-question-circle {
    content: "\f059";
}
.pie {
/*  margin-top:30px;*/
  margin-bottom:10px;
}
.separador {
  height:20px;
}
.Row.horizontalRow {
  padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 60px;
   padding-right: 60px;
}
.Row.horizontalRow .horizontalText {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  color: #ababab;
  font-size: 14px;
  z-index: 1;
  overflow: hidden;
}
.Row.horizontalRow .horizontalText:before,
.Row.horizontalRow .horizontalText:after {
  width: 50%;
  top: 51%;
  overflow: hidden;
  height: 1px;
  background-color: #d0d0d0;
  content: '\a0';
  position: absolute;
}
.Row.horizontalRow .horizontalText:before {
  margin-left: -52%;
  text-align: right;
}
.Row.horizontalRow .horizontalText:after {
  margin-left: 2%;
}
.card-header {
 max-width: 430px;
 margin: 0 auto 100px;
    margin-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: none;
}
.upmmoodle{
    /*white-space: pre-wrap;*/
    font-family: Montserrat, Verdana, Arial;
    font-style: normal;
    font-weight: bold;	
    letter-spacing: 1.5px;
    font-size: 22px;
    color: rgb(59, 59, 59);
    line-height: 1.5;
    border-radius: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
}
.escudo {
  
}
.lema {
  color: rgb(0, 120, 220);
  font-family: Montserrat-Bold, Arial;
  font-size: 40px;
  font-weight: bold;
}
.login-page {
  max-width: 560px;
  padding: 5% 0 0; 
  margin: auto;
}
.login-form {
  /*border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px);*/
  background-color: white;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  max-width: 460px;
  margin: 0 auto 100px;
  padding: 10px 0px 0px 0px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.login-form input {
  font-family: Montserrat, sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.usuarios_upm button {
    box-sizing: border-box;
    height: 45px;
    padding: 0px; 
    cursor:pointer;
    background: none rgb(0, 112, 210);
    border: none;
    text-align: center;
    margin-bottom: 1rem;   
    font-size: 14px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    line-height: 1;
    border-radius: 5px;
  
}
.usuarios_upm button:hover, .usuarios_upm button:active, .usuarios_upm button:focus {
  background: #0063b2;
}
.usuarios_resto button {
    margin-bottom: 20px;
    box-sizing: border-box;
/*    width: 425px;*/
    height: 45px;
    padding: 0px;
    cursor: pointer;
    background: none;
    border: 1px solid rgb(0, 112, 210);
    text-align: center;
    user-select: none;
    font-size: 14px;
    font-weight: bold;
/*    font-weight: 600; */
    color: rgb(0, 112, 210);
    letter-spacing: 1px;
    line-height: 1;
    border-radius: 5px;
}
.usuarios_resto button:hover, .usuarios_resto button:active, .usuarios_resto button:focus {
    background: rgb(255, 255, 255);
    color: rgb(0, 112, 210);
    border: double #0070d2;
}
.login-form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.login-form .message a {
  color: #0070d2;
  text-decoration: none;
}
.login-form .register-form {
  display: none;
}
/*
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
*/
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
body {
  background-image: url("https://moodle.upm.es/titulaciones/oficiales/login/imag/19_ismael_calzada_hernandez_2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /* fallback for old browsers */
  font-family: Montserrat, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}
