/*----------------------------------------------------
1- TIPOGRAFIA DEL SITIO
-----------------------------------------------------*/
html {
  font-size: 13px; }

body {
  font-family: "Poppins", sans-serif, Arial;
  color: #000000;
  background: #FAFAFA;
  min-height: 100vh;
  margin: 0;
  padding-bottom: 150px;
  position: relative;
  min-height: 100%; }

footer {
  position: absolute;
  bottom: 0;
  height: 150px; }

/*----------------------------------------------------
2- ESTILOS DE COLOR PRINCIPAL
-----------------------------------------------------*/
.bg-primary {
  background-color: #37aaa7 !important; }

.bg-primary-2 {
  background-color: #235c5d !important; }

.text-primary {
  color: #37aaa7 !important; }

.text-primary-2 {
  color: #235c5d !important; }

.border-primary-1 {
  border-color: #37aaa7 !important; }

/*----------------------------------------------------
2- ESTILOS DE COLOR SECUNDARIO
-----------------------------------------------------*/
.bg-secondary {
  background-color: #222a35 !important; }

.text-secondary {
  color: #222a35 !important; }

*,
:before,
:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

header {
  width: 100%;
  background: #fff; }

button:focus {
  outline: none; }

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.white {
  background-color: white;
  -webkit-box-shadow: 0px 10px 20px -1px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 10px 20px -1px rgba(0, 0, 0, 0.39); }

.display-none {
  display: none; }

h1.title-custom-form {
  font-size: 3em;
  font-weight: 300;
  text-align: center;
  color: #37aaa7; }

hr.sep {
  background: #37aaa7;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  height: 2px;
  width: 25%;
  margin: 0px auto 45px auto; }

.btn-custom {
  background: #fff;
  color: #959595;
  border: none;
  padding: 10px 18px;
  border-radius: 3px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.btn-custom:hover {
  color: #8b8b8b;
  -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12); }

.btn-custom.btn-link {
  background: #37aaa7;
  color: #d3eafd; }

.btn-custom.btn-link:hover {
  background: #2e7d7a;
  color: #deeffd; }

.btn-custom.btn-submit {
  background: #37aaa7;
  color: #bce0fb; }

.btn-custom.btn-submit:hover {
  background: #2e7d7a;
  color: #deeffd; }

.btn-custom.btn-cancel {
  background: #eee; }

.btn-custom.btn-cancel:hover {
  background: #e1e1e1;
  color: #8b8b8b; }

.btn-box {
  text-align: center;
  margin: 50px 0; }

.padding-table {
  padding: 3rem !important; }

@media (max-width: 768px) {
  .padding-table {
    padding: 0.5rem !important; } }
/*
 header navigation
*/
.logout {
  float: right !important; }

/* .top-nav {
  overflow: hidden;
} */
#container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh; }

@media screen and (max-width: 600px) {
  .logout {
    float: left !important; }

  .content-message {
    width: 100%; }

  .message-title {
    font-size: 4vh; } }
div.custom-form {
  width: 620px;
  margin: 45px auto; }

@media (max-width: 768px) {
  div.custom-form {
    width: 320px;
    margin: 45px auto; } }
.d-none {
  display: none; }

#loading {
  -webkit-animation: rotation 2s infinite linear; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

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