@media (min-width: 992px) {
  .rounded-lg-3 {
    border-radius: .3rem;
  }
}

:root {
  --bs-body-color: #000000;
  --bs-link-color: #000000;
  --c-hi-secondary: #7E7E7E;
  --c-hi-secondary-2: #838383;
}

body {
  font-family: 'Fira Sans', sans-serif;
}

a {
  color: var(--bs-body-color);
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.whatsapp-floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
  .w-md-50 {
    width: 50%;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.region-selected, .tasa-selected span.c-hi-table-item {
  border-radius: 1.5rem;
  background: var(--bs-body-color);
  color: var(--bs-white);
  padding: .25rem .75rem;
}

.table > :not(caption) > * > * {
  color: var(--bs-body-color);
}

@media print {
  .no-printable {
    display: none;
  }
}

.show-mobile {
  display: none;
}

@media (max-width: 500px) {
  .show-mobile {
    display: table-cell;
  }

  .no-show-mobile {
    display: none;
  }
}

.c-hi-active {
  text-decoration: none;
  border-bottom: 2px solid #2196F3;
  padding-bottom: 4px;
  display: inline;
}

.bg-c-hi-blue {
  background-image: url(/assets/img/bg_header_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.c-hi-text-secondary {
  color: var(--c-hi-secondary);
}

.c-hi-btn-secondary {
  background-color: var(--c-hi-secondary);
  color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--c-hi-secondary-2);
  --bs-btn-hover-border-color: var(--c-hi-secondary-2);
}

.c-hi-list-check {
  list-style-type: none;
  padding-left: 0px;
}

  .c-hi-list-check li {
    background-image: url("/assets/img/check1.svg");
    background-repeat: no-repeat;
    background-size: 16px 32px;
    padding-left: 25px;
    margin-bottom: 10px;
    color: var(--bs-body-color);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 1.25rem;
    font-weight: 300;
    /*
    font-family: Inter;
    font-style: normal;
    */
    line-height: 1.875rem;
  }

.carousel-inner {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.carousel-control-prev-icon {
  background-image: url(/assets/img/arrow_left.svg);
  filter: none !important;
}

.carousel-control-next-icon {
  background-image: url(/assets/img/arrow_right.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  filter: none !important;
}

.c-hi-b8 {
  border-radius: 0.75rem;
  background: #B2DFDB;
  padding: 2rem;
}

footer {
  background: var(--bs-body-color);
  color: var(--bs-white);
}

  footer .nav-link {
    color: var(--bs-white);
  }

  footer .nav-link {
    padding-left: 0;
  }

.c-hi-footer-decoration {
  right: 0;
  bottom: 0;
  transform: scaleX(-1);
  position: absolute;
}

.footer-copyright {
  font-size: .75rem;
  text-align: center;
}

#simulator1, #simulator2 {
  font-size: .85rem;
}

.simulator-b1-container {
  display: flex;
  margin-bottom: 1rem;
}

  .simulator-b1-container > div, .simulator-b2-container > div, .simulator-b3-container > div {
    padding: 7px;
  }

.simulator-b2-container, .simulator-b3-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.simulator-b1-child1 {
  display: flex;
  flex: 2;
  flex-direction: column;
  flex-wrap: wrap;
}

.simulator-b1-child2 {
  display: none;
  flex: 1;
  flex-direction: column;
  flex-wrap: wrap;
}

  .simulator-b1-child2.active {
    display: flex;
  }

.simulator-b1-title {
  flex: 1;
  padding: 10px;
}

.simulator-b1-data {
  flex: 1;
  padding: 10px;
}

.simulator-b2-title {
  flex: 1 100%;
}

.simulator-b2-child {
  flex: 3;
}

.simulator-b3-title {
  flex: 1 100%;
}

.simulator-b3-child {
  flex: 1;
}

.page-header-form {
  height: 600px;
}

.editable.editBtn {
  border: 1px dashed gray !important;
  cursor: pointer !important;
}

  .editable.editBtn:hover {
    background-color: antiquewhite !important;
    color: black !important;
  }

  .editable.editBtn:active {
    background-color: burlywood !important;
    color: black !important;
  }

.modal-header, .modal-footer {
  padding: 10px !important;
}

.modal-header {
  color: white;
}

.ml-1 {
  margin-left: .25rem;
}

.mr-1 {
  margin-right: .25rem;
}

.ml-2 {
  margin-left: .5rem;
}

.mr-2 {
  margin-right: .5rem;
}

.ml-3 {
  margin-left: 1rem;
}

.mr-3 {
  margin-right: 1rem;
}

.ml-4 {
  margin-left: 2rem;
}

.mr-4 {
  margin-right: 2rem;
}

.ml-5 {
  margin-left: 3rem;
}

.mr-5 {
  margin-right: 3rem;
}

a {
  color: #6A6A6A;
}

  a.hover {
    color: #6A6A6A;
    position: relative;
    text-decoration: none;
  }

  a.hover::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
  }

  a.hover::before {
    content: "";
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  }

  a.hover:hover:before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
  }

@media (min-width: 768px) {
  .c-hi-b8 {
    padding: 3.5rem;
  }

  .c-hi-footer-decoration {
    right: auto;
    left: 0;
    transform: scaleX(1);
  }

  #simulator1, #simulator2 {
    font-size: 1rem;
  }

  .simulator-b1-child1 {
    flex: 2;
  }

  .simulator-b1-child2 {
    flex-wrap: nowrap;
    display: flex;
  }

  .simulator-b2-container {
    flex-wrap: nowrap;
  }

  .simulator-b2-title {
    flex: 2;
  }

  .simulator-b2-child {
    flex: 1;
  }

  .simulator-b3-container {
    flex-wrap: nowrap;
  }

  .simulator-b3-title {
    flex: 3;
  }

  .simulator-b3-child {
    flex: 3;
  }

  .page-header-form {
    height: 300px;
  }
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.text-right {
  text-align: right !important;
}

.align-right {
  position: absolute;
  right: 0;
}

.valign-bottom {
  position: absolute;
  bottom: 0;
}

.valign-top {
  position: absolute;
  top: 0;
}

.img-language, .datepicker, .pointer {
  cursor: pointer;
}

.header, .pager {
  font-size: medium;
}

  .header *:not(button):not(.fa-solid), .pager * {
    background-color: #F8F9FA !important;
  }

  .pager table {
    margin: auto;
  }

  .pager span {
    border-radius: 1.5rem;
    background: var(--bs-body-color) !important;
    color: var(--bs-white);
    padding: .25rem .75rem;
  }

  .pager table td {
    padding: 1px 5px;
  }

.paginate-pagination .page {
  all: unset !important;
}

.paginate-pagination ul {
  margin: 0 !important;
  padding: 4px !important;
  text-align: center !important;
}

.paginate-pagination li:first-child, .paginate-pagination li:last-child {
  display: none;
}

.paginate-pagination li {
  cursor: pointer !important;
  margin: 0 5px !important;
  text-decoration: underline !important;
}

.paginate-pagination a.active {
  border-radius: 1.5rem !important;
  background: var(--bs-body-color) !important;
  color: var(--bs-white) !important;
  padding: .25rem .75rem !important;
}

.table-borderless {
  padding: 1rem !important;
}

.padded td, .centered td {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  color: #666666;
  padding: 3px 10px;
  white-space: nowrap;
}

.padded tr:last-child td, .centered tr:last-child td {
  border-bottom: none;
}

.padded td:first-child {
  padding-right: 15px;
}

.centered tr > * {
  text-align: center;
}

.bdr-btm-last tr:last-child {
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.nice {
  background-color: #F8F9FA;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.5rem;
  margin: 0;
  padding: 0.5rem;
}

  .nice label {
    font-weight: bold;
  }

  .nice table {
    border: none;
  }

  .nice div {
    padding: 0 2px;
  }

  .nice.blue {
    background-color: var(--bs-body-color);
    border: 1px solid rgba(0, 0, 0, .15);
    color: white;
    font-size: 12px;
    height: max-content;
    min-height: 70px;
    padding: 0.75rem 0.25rem;
    text-align: center;
  }

    .nice.blue h5 {
      font-size: 16px;
      font-weight: bolder;
      margin: 0;
    }

.nice-2 {
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  border-radius: 0.5rem;
  margin: 0;
  padding: 0.8rem;
  position: relative;
}

  .nice-2 td {
    color: var(--bs-body-color) !important;
  }

.nice-2 .head th {
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 0.75rem;
}

.nice-2 .foot th {
  color: #ffffff;
  font-weight: bold;
  padding-top: 0.75rem;
}

.head-blue {
  background-color: var(--bs-body-color) !important;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  height: 49px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.foot-blue {
  background-color: var(--bs-body-color) !important;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  height: 49px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.selected {
  background-color: #b2dfdb;
}

.w-5 {
  width: 5%;
}

.w-20 {
  width: 20%;
}

.w-70 {
  width: 70%;
}

.carousel-control-express {
  background-color: var(--bs-body-color);
  color: white;
}

.carousel-control-express .carousel-item {
  min-height: 350px;
  padding: 30px 80px;
}

.carousel-control-express .carousel-control-prev-icon {
  background-image: url(/assets/img/arrow_left.png);
}

.carousel-control-express .carousel-control-next-icon {
  background-image: url(/assets/img/arrow_right.png);
}

.fs-huge {
  font-size: 4rem;
  font-weight: bolder;
}

.fs-tiny {
  font-size: 0.85rem;
}

.btn-tiny {
  padding: 0.20rem 0.4rem;
  font-size: 0.775rem;
  border-radius: 5px;
}

.context-menu-item {
  font-size: 0.8rem;
}

.ws-nowrap {
  white-space: nowrap;
}

.bg-purple {
  background-color: #7555a8;
}

  .bg-purple:hover {
    background-color: #563D7C;
  }
.bg-dark-gray {
  background-color: #5b5b5b;
  color: #ffffff;
}

  .bg-dark-gray:hover {
    background-color: #494949;
    color: #ffffff;
  }
