/********** Template CSS **********/
body {
  font-family: Roboto, sans-serif;
}
.back {
  background: url("../imgs/fondo_bienvenida.jpg") no-repeat center center scroll;
  background-size: cover !important;
}
:root {
  --primary: #355EFC;
  --secondary: #E93C05;
  --tertiary: #555555;
  --light: #DFE4FD;
  --dark: #011A41;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}
@media (min-width: 992px) {
  .px-lg-5 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
}
.navbar-slinder {
  background: rgba(255, 255, 255, .5);
  border-color: transparent;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.encabezado {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modal-img {
  width: 100px;
  height: auto;
}
.texto-encabezado {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
h1 {
  /*font-family: Dax-ExtraBoldItalic;*/
  margin: 0;
  padding: 0;
  font-size: 3em;
  color: #fff;
  text-transform: uppercase;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}
.separador {
  border: 0;
  height: 1px;
  width: 70%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0));
  margin-left: auto;
  margin-right: auto;
}
a:hover {
  /*color: var(--bs-nav-link-color) !!important;color: #5eb8ff !important;*/
  text-decoration: none;
}

.clien {
  position: relative;
  margin: auto;
  overflow: hidden;
  min-height: calc(100vh - 72px);
}
.main-footer {
  background-color: #343a40;
}
footer-login {
  height: 30px;
  position: relative;
  z-index: 100;
}
.text-gray-2 {
  color: #6d6d6d;
}
.link-white {
  color: #fff !important;
}
.link-white:hover {
  opacity: .65;
  color: #fff !important;
}
@media (max-width: 991.98px) {
  .clien {
    min-height: calc(100vh - 96px);
  }
}