@charset "UTF-8";
/* IMPORTACIÓN DE FUENTES
---------------------------------------------------
-------------------------------------------------*/
@font-face {
  font-family: "poppinsbold";
  src: url("../Fonts/poppins-bold-webfont.eot");
  src: url("../Fonts/poppins-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/poppins-bold-webfont.woff2") format("woff2"), url("../Fonts/poppins-bold-webfont.woff") format("woff"), url("../Fonts/poppins-bold-webfont.svg#poppinsbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsregular";
  src: url("../Fonts/poppins-regular-webfont.eot");
  src: url("../Fonts/poppins-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/poppins-regular-webfont.woff2") format("woff2"), url("../Fonts/poppins-regular-webfont.woff") format("woff"), url("../Fonts/poppins-regular-webfont.svg#poppinsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinssemibold";
  src: url("../Fonts/poppins-semibold-webfont.eot");
  src: url("../Fonts/poppins-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/poppins-semibold-webfont.woff2") format("woff2"), url("../Fonts/poppins-semibold-webfont.woff") format("woff"), url("../Fonts/poppins-semibold-webfont.svg#poppinssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
}

body {
  height: 100%;
  min-height: 35rem;
  position: relative;
  font-family: "poppinsregular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito";
  font-weight: 700;
}

p {
  font-family: "poppinsregular";
}

video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

@media (pointer: coarse) and (hover: none) {
  body {
    background: #fff;
    background-position: cover;
  }

  body video {
    display: none;
  }
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #cd9557;
  opacity: 0.7;
  z-index: 1;
}

.text-principal {
  color: #006095 !important;
}

.card-body {
  padding: 1rem !important;
}

.card.py-2 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.card {
  align-items: center;
  flex-direction: row;
}

.card-body i {
  color: #dddfeb !important;
}

h5.text-principal {
  color: #006095 !important;
}

#page-top {
  background-size: cover !important;
  background-position: bottom center !important;
}

.sg-freehtml.txt-login h2 {
  line-height: 30px;
}
.sg-freehtml.txt-login p {
  line-height: 23px;
  margin-bottom: 2.5rem !important;
}

.sg-login-form.login-home .form-group:last-of-type {
  margin-bottom: 0.3rem;
}
.sg-login-form.login-home .clearfix.actions {
  margin-bottom: 10px;
}
.sg-login-form.login-home .actions.text-right {
  text-align: left !important;
}

.responsive-device.mobile-device .masthead-guest + div {
  background: #fff;
}

@media (min-width: 576px) {
  .container {
    max-width: 100% !important;
  }
}
.form-control:focus {
  box-shadow: none !important;
}

/* SPINNER */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #006095;
  margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form-control {
  border-radius: 0;
}

.alert {
  border-radius: 0;
  hyphens: auto;
  word-wrap: break-word;
}

form .input-group label.error {
  color: #721c24;
  background-color: #f8d7da;
  border-radius: 0;
  hyphens: auto;
  word-wrap: break-word;
  position: relative;
  padding: 0.35rem 0.9rem;
  margin-bottom: 1rem;
  border: 1px solid #f5c6cb;
  width: 100%;
  margin-top: 5px;
}

body .spinner {
  position: fixed;
  /* Cambiar a fixed para que siempre esté visible en la pantalla */
  z-index: 10000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(232, 232, 232, 0.8) url("/system/modules/com.saga.theme.aris/resources/imagenes/spinner.gif") 50% 50% no-repeat;
}

.toast-container {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1050;
  /* Above overlay */
  max-width: 500px;
  /* Ensure the toast fits within the viewport */
}

.toast-header {
  display: flex;
  justify-content: flex-end;
  /* Align header content to the right */
  width: 100%;
  /* Ensure header takes up full width */
}

.contenido .panel .bloque-contenido .toast {
  border-radius: 0;
}
.contenido .panel .bloque-contenido .toast .d-flex {
  justify-content: space-between;
  align-items: center;
}
.contenido .panel .bloque-contenido .toast .d-flex .toast-body {
  padding: 12px 12px 10px 12px;
}
.contenido .panel .bloque-contenido .toast .d-flex button.close {
  padding-right: 8px;
  padding-bottom: 0;
  margin-bottom: 0 !important;
  color: #fff;
}
.contenido .panel .bloque-contenido .toast.bg-success {
  background-color: #1cc88a !important;
}

.masthead {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.masthead .input-group > .custom-file, .masthead .input-group > .custom-select, .masthead .input-group > .form-control, .masthead .input-group > .form-control-plaintext {
  width: 100% !important;
}
.masthead .masthead-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 35rem;
  height: 100%;
  background-color: #fff;
}
.masthead .sidebar-brand-icon {
  margin-bottom: 15px;
}
.masthead .masthead-content #loginForm a {
  color: #4e4595;
  font-size: 13px;
}
.masthead .masthead-content #loginForm a:hover {
  color: #000;
}
.masthead .masthead-content #loginForm p {
  font-size: 13px;
}
.masthead .masthead-content #loginForm p small {
  font-size: 13px;
  margin-top: 8px;
}
.masthead .masthead-content #loginForm .controls.form-inline .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #444444;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.masthead .masthead-content #loginForm .controls.form-inline .btn.btn-light {
  background: #444444;
  color: #fff;
}
.masthead .masthead-content #loginForm .controls.form-inline .btn.w-25 {
  width: auto !important;
}
.masthead .masthead-content #loginForm .controls.form-inline .btn:hover {
  background: #4e4595;
  color: #fff;
}
@media (max-width: 767px) {
  .masthead .masthead-content #loginForm a {
    text-align: center;
  }
  .masthead .masthead-content #loginForm div {
    text-align: center;
  }
  .masthead .masthead-content #loginForm p {
    text-align: center;
  }
  .masthead .masthead-content #loginForm p small {
    text-align: center;
  }
}
.masthead .masthead-content h1 {
  font-size: 2.5rem;
}
.masthead .masthead-content p {
  font-family: "poppinsregular";
  color: #4a4a4a;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
.masthead .masthead-content p strong {
  font-weight: 700;
}
.masthead .masthead-content .input-group-newsletter input {
  height: auto;
  font-size: 1rem;
  padding: 1rem;
}
.masthead .masthead-content .input-group-newsletter button {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1rem;
}
.masthead .masthead-content .content-interior .login-contenedor.recuperar {
  margin-top: 44px;
}
.masthead .masthead-content .content-interior .login-contenedor.recuperar h2.title {
  font-family: "poppinsregular";
  color: #4e4595;
  font-size: 25px;
}
.masthead .masthead-content .content-interior .login-contenedor.recuperar span.subtitle {
  color: #000;
  margin-bottom: 15px;
  display: block;
  font-size: 15px;
}
.masthead .masthead-content .content-interior .login-contenedor.recuperar form .btn-primary {
  color: #fff;
  background-color: #444444;
  border: 0;
  border-radius: 0;
  width: auto !important;
}
.masthead .masthead-content .content-interior .login-contenedor.recuperar form .btn-primary:hover {
  background-color: #4e4595;
}
.masthead .masthead-content form .input-group label.error {
  color: #721c24;
  background-color: #f8d7da;
  border-radius: 0;
  hyphens: auto;
  word-wrap: break-word;
  position: relative;
  padding: 0.35rem 0.9rem;
  margin-bottom: 1rem;
  border: 1px solid #f5c6cb;
  width: 100%;
  margin-top: 5px;
}

.masthead-guest {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
  z-index: 2;
}
.masthead-guest .masthead-bg-guest {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  /*min-height: 35rem;*/
  height: 100%;
  background-color: #fff;
}
.masthead-guest .masthead-content-guest h1 {
  font-size: 2.5rem;
}
.masthead-guest .masthead-content-guest p {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
.masthead-guest .masthead-content-guest p strong {
  font-weight: 700;
}

@media (min-width: 768px) {
  .masthead {
    height: 100%;
    min-height: 0;
    width: 35.5rem;
    padding-bottom: 0;
    box-shadow: 1px 0 16px rgba(0, 0, 0, 0.35);
  }
  .masthead .masthead-bg {
    min-height: 0;
  }
  .masthead .masthead-content {
    /*padding-left: 3rem;
    padding-right: 10rem;*/
    max-width: 293px;
    padding: 0 !important;
    margin: 0 auto;
  }
  .masthead .masthead-content h1 {
    font-size: 3.5rem;
  }
  .masthead .masthead-content p {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .masthead-guest {
    height: 100%;
    min-height: 0;
    padding-bottom: 0;
  }
  .masthead-guest .masthead-bg-guest {
    min-height: 0;
    background-size: cover !important;
    background-position-x: center !important;
  }
  .masthead-guest .masthead-content-guest {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .masthead-guest .masthead-content-guest h1 {
    font-size: 3.5rem;
  }
  .masthead-guest .masthead-content-guest p {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  div {
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.35);
    text-align: center;
  }

  .masthead .masthead-content #loginForm .controls.form-inline .btn.btn-light {
    margin: 0 auto;
  }

  .masthead .masthead-content p {
    text-align: center;
  }
}
.social-icons {
  position: absolute;
  margin-bottom: 2rem;
  width: 100%;
  z-index: 2;
}
.social-icons ul {
  margin-top: 2rem;
  width: 100%;
  text-align: center;
}
.social-icons ul > li {
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-block;
}
.social-icons ul > li > a {
  display: block;
  color: white;
  background-color: rgba(0, 46, 102, 0.8);
  border-radius: 100%;
  font-size: 2rem;
  line-height: 4rem;
  height: 4rem;
  width: 4rem;
}

@media (min-width: 768px) {
  .social-icons {
    margin: 0;
    position: absolute;
    right: 2.5rem;
    bottom: 2rem;
    width: auto;
  }
  .social-icons ul {
    margin-top: 0;
    width: auto;
  }
  .social-icons ul > li {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .social-icons ul > li:last-child {
    margin-bottom: 0;
  }
  .social-icons ul > li > a {
    transition: all 0.2s ease-in-out;
    font-size: 2rem;
    line-height: 4rem;
    height: 4rem;
    width: 4rem;
  }
  .social-icons ul > li > a:hover {
    background-color: #002E66;
  }
}
.btn-secondary {
  background-color: #cd9557;
  border-color: #cd9557;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #ba7c37 !important;
  border-color: #ba7c37 !important;
}

.btn-primary {
  background-color: #4e4595;
  border-color: #4e4595;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #3c3572 !important;
  border-color: #3c3572 !important;
}

.input {
  font-weight: 300 !important;
}

.btn-principal {
  color: #fff;
  background-color: #006095;
}

.btn-principal:hover {
  color: #e1e1e1 !important;
  text-decoration: none;
}

.spinner-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
}

.spinner-wrapper {
  position: absolute;
  left: -50%;
  width: 100%;
}

.spinner-center {
  position: absolute;
  left: 50%;
  width: 100%;
  text-align: center;
  top: calc(50% + 50px);
}

/*# sourceMappingURL=guest-login.css.map */
