hr.divition {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 2px solid #12a6d2;
}

body,
.row,
.nav-tabs-custom,
.tab-pane {
  font-family: "Poppins", sans-serif;
}

.escadia-title {
  color: #287BB8;
  border-bottom: 2px solid #87BEDA;
  font-family: "Poppins", sans-serif;
}

.label_form {
  color: #2273b3;
}

.btn-success {
  background: #62ba46;
}

body,
.row,
.nav-tabs-custom,
.tab-pane {
  font-family: "Poppins", sans-serif;
}

.escadia-title {
  color: #287BB8;
  border-bottom: 2px solid #87BEDA;
  font-family: "Poppins", sans-serif;
}

.form-control-feedback {
  display: block !important;
  line-height: 34px !important;
  font-size: 1.5em;
}

.error-page.v-align {
  margin: 0 auto;
}

.btn-success,
.bg-success {
  background-color: #b21e28 !important;
  color: white !important;
}

.text-success {
  color: #b21e28 !important;
}

.btn-primary,
.bg-primary {
  background-color: #b21e28 !important;
  color: white !important;
}

.v-align {
  position: relative;
}

.v-align > * {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body,
.row,
.nav-tabs-custom,
.tab-pane {
  font-family: "Poppins", sans-serif;
}

.escadia-title {
  color: #287BB8;
  border-bottom: 2px solid #87BEDA;
  font-family: "Poppins", sans-serif;
  padding-top: 1%;
  padding-bottom: 2%;
}

.escadia-text {
  color: rgb(22, 84, 118);
}

.file-boton {
  height: 40px;
  margin: 0px auto !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.file-title {
  font-weight: lighter;
  /*top: 50%;*/
  position: -webkit-sticky;
  position: sticky;
  margin: 0 auto !important;
}

.file-border {
  border: 1px solid gray;
  width: 100%;
  border-radius: 10px;
  position: relative;
}

.main-footer {
  margin-left: 0px;
  color: black;
  background-color: #dbe3e8;
}

.main-footer a {
  text-decoration: none;
  font-weight: lighter;
  color: black;
}

.main-footer a:hover {
  text-decoration: underline;
}

.login-page {
  background-image: url('/img/bg_login.jpg');
}

.modal-header {
  border-bottom: none !important;
}

.flotante {
  display: scroll;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: white;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
  box-shadow: 5px 3px 10px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-align: center;
  vertical-align: bottom;
}

.modal {
  z-index: 8101;
}

.marginB {
  margin-bottom: 0.5em;
}

.nowrapc {
  white-space: nowrap;
}

.accordion {
  background-color: #277bb6;
  color: #eee;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  height: 45px;
  align-items: center;
  align-content: center;
}

.accordion:after {
  content: "+";
  color: #eee;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.acordion-li:hover {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 16px;
}

