@charset "utf-8";
/**
 * 2014-2023 Blixsoft Technologies.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/OSL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@blixsoft.com so we can send you a copy immediately.
 *
 * @author    Blixsoft Technologies <license@blixsoft.com>
 * @copyright 2014-2023 Blixsoft Technologies
 * @license   https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 */


/* Global */
.shadow-none {
  box-shadow: none;
}

.w-100 {
  width: 100%;
}

.border-dashed {
  background-color: transparent;
  border-style: dashed;
  border: 0;
  border-top: 1px;
  border-color: rgba(2, 32, 68, 0.15);
}

.subtitle {
  font-size: 1.5rem;
}

.text-xs {
  font-size: 0.7rem;
}

.text-black-bis {
  --bs-text-opacity: 0.95;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

a.text-black-bis {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-black-ter {
  --bs-text-opacity: 0.85;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

a.text-black-ter {
  --bs-text-opacity: 0.95;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-grey-darker {
  --bs-text-opacity: 0.75;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

a.text-grey-darker:hover {
  --bs-text-opacity: 0.95;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-grey-dark {
  --bs-text-opacity: 0.65;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

a.text-grey-dark {
  --bs-text-opacity: 0.95;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-grey {
  --bs-text-opacity: 0.6;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity))!important;
}

a.text-grey {
  --bs-text-opacity: 0.95;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity))!important;
}

.text-grey-light {
  --bs-text-opacity: 0.55;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-grey-lighter {
  --bs-text-opacity: 0.5;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity))!important;
}

/* Wrapper */
.wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* Errors */
.error .row {
  height: 100vh;
}

.error .brand {
  position: fixed;
  top: 25px;
  left: 25px;
  width: 45px;
  height: 45px;
  display: flex;
  align-self: center;
  background-size: 87% auto;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('https://static.blixsoft.com/web/img/brand/blixsoft-isotipo.svg');
  z-index: 1;
}

.error img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .error .row {
    height: auto;
  }

  .error .brand {
    position: relative;
    top: auto;
    left: auto;
    margin: 2rem auto;
  }
}

/* Footer */
.footer {
  padding: 3rem 1.5rem 5rem;
  font-size: 0.9rem;
}

.footer .brand {
  width: 42px;
  opacity: 0.8;
}

.social {
  margin-bottom: 2rem;
}

.social li:not(:last-child) {
  margin-right: 2.5rem;
}

.legales li:not(:last-child) {
  margin-right: 0.85rem;
}

.btn-get-support {
  position: fixed;
  right: 25px;
  bottom: 20px;
  z-index: 3;
  transition: 0.3s;
  min-width: 9.5rem;
  font-size: 1rem;
  box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.15);
}
