/*--- FONTS ---*/
@font-face {
  font-family: "Montserrat-Black";
  src: url("font/Montserrat-Black.otf");
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("font/Montserrat-Bold.otf");
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("font/Montserrat-Regular.otf");
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("font/Montserrat-Medium.otf");
}
/*--- FONTS ---*/

body {
  background-image: url(../img/fondo_educav.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  font-family: Montserrat-Medium;
  color: #0a4b77;
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  display: none;
}

.cajaEducav {
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}

.CajitaDatosUPI {
  margin-top: 50px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f4f8fb;
  border-radius: 5px;
}

.cajaBtn {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

input#nombre {
  border: solid 1px #0A416B;
  background-color: #f4f8fb;
  border-radius: 5px;
  padding: 20px 10px 20px 10px;
  z-index: 2;
  color: #40556b;
  font-family: "Montserrat-Medium";
  font-size: 15px;
  text-indent: 5px;
  margin-bottom: 20px;
}

input#pass {
  border: solid 1px #0A416B;
  background-color: #f4f8fb;
  border-radius: 5px;
  padding: 20px 10px 20px 10px;
  z-index: 2;
  color: #40556b;
  font-family: "Montserrat-Medium";
  font-size: 15px;
  text-indent: 5px;
}

#nombre::-webkit-input-placeholder,
#pass::-webkit-input-placeholder {
  color: #40556b;
  font-family: "Montserrat-Medium";
}

.ingresar {
  color: #f4f8fb;
  font-family: Montserrat-Bold;
  background-color: #76bc21;
  border: none;
  z-index: 1;
}

.ingresar:hover {
  background-color: #0DAB76;
}

@media (max-width: 900px) {
  .forma {
    visibility: hidden;
  }
}

/*ESTILO DE MIS TEMAS*/

/*.pleca {
  background: #051c2c;
  height: 7vh;
}*/

.title {
  font-size: 6vh;
  color: #0c3b54;
  font-family: Montserrat-Bold;
  font-weight: bolder;
  text-align: center;
  align-content: center;
  margin-left: 1%;
  margin-top: 10px;
}

.btnverde {
  background: #94df68;
  height: 4vh;
  border-radius: 7px;
  padding: 4%;
  padding-left: 18%;
  color: #0c3b54;
  font-size: 1vw;
  font-weight: bolder;
}

.sidebar-box select {
  display: block;
  padding: 5px 10px;
  height: 42px;
  margin: 10px auto;
  min-width: 225px;
  -webkit-appearance: none;
  appearance: none;
  height: 34px;
  /* background-color: #ffffff; */
  font-size: 73%;
  border-radius: 10px 10px 10px 10px;
}

.subs select {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E),
    linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  display: block;
  -webkit-appearance: media-slider;
  appearance: media-slider;
}

.reLogin {
  position: relative;
  width: 100%;
  height: 100%;
}

.composEducav {
  position: fixed;
  z-index: 0;
  float: left;
  left: 0;
  bottom: 0;
}

.form-control {
  height: 60px;
}

@media (max-width: 599px) {
  .composEducav {
    width: 60%;
  }

  .logo_educav {
    width: 90%;
  }

  .cajaEducav {
    margin-top: 200px;
  }

  .ingresar {
    border-radius: 10px;
    font-size: 40px;
    height: 70px;
  }

  .cajaBtn {
    margin-top: 50px;
    width: 50%;
  }

  .CajitaDatosUPI {
    margin-top: 50px;
    width: 80%;
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .composEducav {
    width: 60%;
  }

  .logo_educav {
    width: 80%;
  }

  .cajaEducav {
    margin-top: 200px;
  }

  .ingresar {
    border-radius: 10px;
    font-size: 40px;
    height: 70px;
  }

  .cajaBtn {
    margin-top: 50px;
    width: 50%;
  }

  .CajitaDatosUPI {
    margin-top: 50px;
    width: 80%;
  }

  input#nombre {
    font-size: 20px;
    text-indent: 5px;
    height: 50px !important;
  }
  
  input#pass {
    font-size: 20px;
    text-indent: 5px;
    height: 50px !important;
  }

  .ingresar {
    height: 50px;
    font-size: 28px;
  }

}

@media (min-width: 1024px) and (max-width: 1439px) {
  .composEducav {
    width: 50%;
  }

  .logo_educav {
    width: 70%;
  }

  .cajaEducav {
    margin-top: 200px;
  }

  .ingresar {
    border-radius: 5px;
    font-size: 20px;
    height: 40px;
  }

  .cajaBtn {
    margin-top: 50px;
    width: 50%;
  }

  .CajitaDatosUPI {
    margin-top: 50px;
    width: 70%;
  }

  input#nombre {
    font-size: 16px;
    text-indent: 5px;
    height: 45px !important;
  }
  
  input#pass {
    font-size: 16px;
    text-indent: 5px;
    height: 45px !important;
  }

  .ingresar {
    height: 45px;
    font-size: 24px;
  }
}

@media (min-width: 1440px) and (max-width: 1727px) {
  .composEducav {
    width: 50%;
  }

  .logo_educav {
    width: 80%;
  }

  .cajaEducav {
    margin-top: 200px;
  }

  .ingresar {
    border-radius: 5px;
    font-size: 20px;
    height: 40px;
  }

  .cajaBtn {
    margin-top: 50px;
    width: 50%;
  }

  .CajitaDatosUPI {
    margin-top: 50px;
    width: 60%;
  }

  input#nombre {
    font-size: 18px;
    text-indent: 5px;
    height: 50px !important;
  }
  
  input#pass {
    font-size: 18px;
    text-indent: 5px;
    height: 50px !important;
  }

  .ingresar {
    height: 50px;
    font-size: 24px;
  }
}

@media (min-width: 1728px) {
  .composEducav {
    width: 50%;
  }

  .logo_educav {
    width: 80%;
  }

  .cajaEducav {
    margin-top: 200px;
  }

  .ingresar {
    border-radius: 5px;
    font-size: 20px;
    height: 40px;
  }

  .cajaBtn {
    margin-top: 50px;
    width: 50%;
  }

  .CajitaDatosUPI {
    margin-top: 50px;
    width: 60%;
  }

  input#nombre {
    font-size: 18px;
    text-indent: 5px;
    height: 50px !important;
  }
  
  input#pass {
    font-size: 18px;
    text-indent: 5px;
    height: 50px !important;
  }

  .ingresar {
    height: 50px;
    font-size: 24px;
  }
}
