/*==============================================*/
/*              CLASES GENERALES                */
/*==============================================*/
@font-face {
  font-family: "OpenSansBold";
  src: url("../fonts/OpenSans-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansRegular";
  src: url("../fonts/OpenSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
body {
  min-height: 100%;
  font-family: "OpenSansRegular";
  font-size: 16px;
  overflow-x: hidden;
  text-rendering: auto !important;
}

.noVisible {
  visibility: hidden;
  position: absolute;
  margin-top: -100000px;
}

.menuTop {
  top: 0;
  left: 0;
  z-index: 10;
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 9px;
  height: 70px;
  background-color: #fff !important;
}

.btn-a {
  padding: 9px;
  background-color: #36a9e1 !important;
  color: #fff !important;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 9px;
  transition: 0.35s ease-in-out;
}
.btn-a:hover {
  background-color: #000 !important;
}

.fondoDashboard {
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: auto;
  left: 0;
}

.formularioLogin {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
}

.formularioL {
  width: 70%;
}

#main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  padding: 0px;
}

.dashboard {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  padding: 20px;
  border-radius: 9px;
  filter: drop-shadow(16px 16px 20px rgba(0, 0, 0, 0.5));
}
.dashboard h1 {
  font-size: 28px;
  text-align: center;
  font-family: "OpenSansBold";
}

.formularioContrato {
  padding: 9px;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px solid #4f4f4f;
  background-color: #fff;
}
.formularioContrato input,
.formularioContrato select {
  width: 90%;
  margin: 9px;
  padding: 9px;
  font-size: 18px;
}
.formularioContrato label {
  align-self: flex-start;
  margin: 9px;
}
.formularioContrato button {
  width: 200px;
  align-self: flex-end;
  margin: 9px;
  border-radius: 9px;
  color: #fff !important;
  background-color: #000 !important;
}
.formularioContrato .form-group {
  align-self: flex-start;
  padding: 9px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}
.formularioContrato .form-group input {
  width: 20px;
  height: 20px;
}
.formularioContrato .form-group label {
  width: 150px;
  text-align: left;
}

.modal-event {
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-body {
  width: 70%;
  height: 40%;
  background-color: #fff !important;
  border-radius: 9px;
}

.modal-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.modal-title i {
  font-size: 28px;
}
.modal-title h2 {
  width: 70%;
  text-align: center;
  padding: 9px;
  font-family: "OpenSansBold";
}

.modal-content {
  width: 70%;
}
.modal-content p {
  padding: 9px;
  font-size: 18px;
}

/*# sourceMappingURL=main.css.map */
