/** Fonts **/
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;700&display=swap");
html, body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-collapse: collapse; }

body {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #535353; }

textarea {
  resize: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

a {
  text-decoration: none;
  color: #535353; }
  a:hover {
    color: #192A56; }

/** Custom **/
.navbar-nav {
  flex-direction: row; }
  .navbar-nav .nav-item + .nav-item {
    margin-left: 1rem; }
  .navbar-nav .nav-link span {
    display: block; }
    .navbar-nav .nav-link span:last-of-type {
      font-size: 75%; }
  .navbar-nav .nav-link .bi {
    font-size: 200%; }
  .navbar-nav .nav-link .dropdown-menu {
    position: absolute !important;
    border-radius: 0; }
  .navbar-nav .nav-link .badge {
    background-color: #182C61; }

.offcanvas {
  border: none; }
  .offcanvas .offcanvas-header {
    background-color: #182C61; }
    .offcanvas .offcanvas-header .offcanvas-title {
      margin-bottom: 0;
      color: #FFFFFF; }

.tab-content {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #DEE2E6; }
  .tab-content .tab-pane {
    padding: 1rem; }

.table {
  margin-bottom: 0;
  table-layout: fixed; }
  .table caption {
    text-align: end; }
  .table td, .table th {
    vertical-align: middle; }
  .table th {
    color: #182C61; }
  .table thead th {
    text-align: center; }
  .table tbody th, .table tbody td {
    font-size: 0.83rem; }
  .table tbody .badge {
    width: fit-content;
    margin: 0 auto;
    border-radius: 50rem;
    display: block;
    font-size: 0.83rem; }
    .table tbody .badge + .badge {
      margin-top: .250rem; }
  .table tbody small {
    display: block; }
  .table tbody a.badge:hover {
    color: #FFFFFF; }
  .table tbody .btn {
    border-radius: 50rem; }
    .table tbody .btn + .btn {
      margin-left: .250rem; }

.modal .modal-content {
  border: none; }
  .modal .modal-content .modal-header {
    background-color: #182C61; }
    .modal .modal-content .modal-header .modal-title {
      margin-bottom: 0;
      color: #FFFFFF; }
  .modal .modal-content .alert {
    padding: .5rem;
    text-align: center; }
  .modal .modal-content .fac__form {
    margin-bottom: 0; }

.btn {
  text-transform: lowercase;
  font-weight: 700; }

.row + .row {
  margin-top: 1rem; }

.btn + .btn {
  margin-left: .5rem; }

.form-control:read-only {
  background-color: #E9ECEF; }

/** Styles **/
.custom-btn {
  background-color: #182C61;
  color: #FFFFFF; }
  .custom-btn:hover {
    background-color: #182C61;
    color: #FFFFFF; }
  .custom-btn:focus {
    border-color: #192A56 !important; }

.custom-alert {
  background-color: #192A56;
  border-radius: 0;
  padding: .25rem;
  color: #FFFFFF; }
  .custom-alert a {
    font-size: 125%;
    color: #FFFFFF;
    line-height: 0; }
    .custom-alert a + a {
      margin-left: .350rem; }

.custom-nav {
  background-color: rgba(0, 0, 0, 0.05); }
  .custom-nav::after {
    content: '';
    width: 100%;
    height: .50rem;
    background-color: #182C61;
    display: block; }
  .custom-nav .bi {
    margin-right: .5rem;
    font-size: 125%; }
  .custom-nav .nav-item:first-of-type .nav-link {
    background-color: rgba(0, 0, 0, 0.065);
    color: #192A56; }
  .custom-nav .nav-item .nav-link {
    height: 100%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 90%;
    font-weight: 700;
    color: #182C61; }
    .custom-nav .nav-item .nav-link:hover {
      color: #192A56; }

.custom-search {
  width: 25rem;
  border: 1px solid #CED4DA; }
  .custom-search .form-control {
    border: none;
    border-radius: 0; }
    .custom-search .form-control:focus {
      box-shadow: none; }
  .custom-search .btn:focus {
    box-shadow: none; }

.custom-title {
  padding: 1.75rem 1rem;
  background-color: #182C61;
  text-align: center;
  color: #FFFFFF; }
  .custom-title h2 {
    font-size: 175%;
    font-weight: bolder; }
    .custom-title h2 + p {
      margin: 0;
      font-size: 125%;
      font-weight: 500;
      opacity: .8; }

.custom-title-2 {
  padding: 1rem;
  background-color: #192A56;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF; }
  .custom-title-2 .bi {
    font-size: 24pt; }
  .custom-title-2 .breadcrumb {
    width: fit-content;
    margin: 0 auto; }
    .custom-title-2 .breadcrumb .breadcrumb-item {
      color: #FFFFFF; }
      .custom-title-2 .breadcrumb .breadcrumb-item a {
        color: #FFFFFF; }
      .custom-title-2 .breadcrumb .breadcrumb-item.active {
        font-weight: bolder; }

.custom-date {
  text-align: center; }
  .custom-date strong {
    display: block;
    font-size: 150%; }
  .custom-date small {
    display: block;
    text-transform: uppercase;
    font-size: 65%;
    opacity: .7; }

.custom-title-3 {
  width: fit-content;
  margin: 1rem auto 0 auto;
  border-bottom: .250rem solid #4B4B4B;
  text-transform: uppercase;
  font-size: 150%;
  font-weight: bolder;
  color: #182C61; }
  .custom-title-3 + hr {
    height: .2rem;
    margin-top: 0;
    background-color: #4B4B4B;
    opacity: 1; }

.fac__btns {
  margin-bottom: 1rem;
  display: flex;
  justify-content: end; }
  .fac__btns .btn {
    margin-left: .5rem; }

.fac__form {
  margin-bottom: 1rem; }
  .fac__form .row + .row {
    margin-top: 1rem; }
  .fac__form .btn + .btn {
    margin-left: .350rem; }
  .fac__form .form-label {
    margin-bottom: 0;
    display: block;
    font-weight: 700;
    font-size: 90%; }
    .fac__form .form-label small {
      font-size: 75%;
      opacity: .6; }
  .fac__form legend {
    border-bottom: 1px solid #182C61;
    padding: .250rem;
    font-size: 135%;
    font-weight: 700;
    color: #182C61; }
  .fac__form p {
    margin-bottom: 0 !important; }

.custom-tabs {
  border-bottom: none !important; }
  .custom-tabs + .tab-content .tab-pane, .custom-tabs + .fac__form .tab-pane {
    border: 1px solid #DEE2E6;
    padding: 1rem; }

.fac__login {
  min-height: 100vh;
  background-color: #182C61;
  display: flex;
  justify-content: center;
  align-items: center; }
  .fac__login .card {
    width: 35%;
    border: none;
    border-radius: 0;
    padding: 1rem; }
    .fac__login .card .card-header {
      border: none;
      background-color: transparent; }
    .fac__login .card .btn[type="submit"] {
      width: 100%; }
    @media (max-width: 768px) {
      .fac__login .card {
        width: 90%; } }

.fac__menu .nav-link {
  margin-bottom: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 1rem;
  background-color: #182C61;
  color: #FFFFFF; }
  .fac__menu .nav-link:hover {
    background-color: #192A56; }
  .fac__menu .nav-link + .nav-link {
    margin-left: 1rem; }
  .fac__menu .nav-link img {
    margin: 0 auto;
    display: block; }

.custom-accordion .accordion-item {
  border: none;
  border-radius: 0; }
.custom-accordion .accordion-button {
  border-radius: 0 !important;
  font-weight: 600; }
  .custom-accordion .accordion-button:not(.collapsed), .custom-accordion .accordion-button:focus {
    box-shadow: none;
    background-color: #192A56;
    color: #FFFFFF; }
  .custom-accordion .accordion-button:not(.collapsed)::after {
    filter: invert(100%); }

.custom-ratio {
  min-height: 20rem; }

.fac__offcanvas .offcanvas-header {
  background-color: #182C61;
  color: #FFFFFF; }
  .fac__offcanvas .offcanvas-header .offcanvas-title {
    margin: 0; }
.fac__offcanvas .nav .nav-link {
  color: #FFFFFF; }
  .fac__offcanvas .nav .nav-link:hover {
    background-color: #192A56; }

.custom-card-login {
  border: none; }
  .custom-card-login .card-header {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-top-left-radius: .350rem;
    border-top-right-radius: .350rem; }
  .custom-card-login .card-title {
    font-weight: bolder; }
  .custom-card-login .card-body {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.125);
    border-bottom-left-radius: .350rem;
    border-bottom-right-radius: .350rem; }
  .custom-card-login .btn[type="submit"], .custom-card-login .custom-btn {
    width: 100%; }
  .custom-card-login .card-footer {
    border: none;
    background-color: transparent;
    padding-top: 1.5rem;
    text-align: center; }

.fac__card-group {
  margin: 1rem 0;
  border: none;
  border-radius: 0;
  background-color: #F5F6FA; }
  .fac__card-group .card {
    border: none;
    border-radius: 0;
    background-color: transparent; }
    .fac__card-group .card .card-body {
      display: flex;
      justify-content: space-around;
      align-items: center; }
      .fac__card-group .card .card-body .card-subtitle {
        text-transform: uppercase; }
      .fac__card-group .card .card-body .bi {
        font-size: 350%;
        line-height: 0; }
    .fac__card-group .card.bg-success {
      background-color: #218c74 !important;
      color: #FFFFFF; }
      .fac__card-group .card.bg-success .bi {
        color: rgba(255, 255, 255, 0.25); }
    .fac__card-group .card.bg-secondary {
      background-color: #808e9b !important;
      color: #FFFFFF; }
      .fac__card-group .card.bg-secondary .bi {
        color: rgba(255, 255, 255, 0.25); }
    .fac__card-group .card.bg-danger {
      background-color: #ff5252 !important;
      color: #FFFFFF; }
      .fac__card-group .card.bg-danger .bi {
        color: rgba(255, 255, 255, 0.25); }
    .fac__card-group .card.bg-light {
      background-color: #d2dae2 !important;
      color: rgba(0, 0, 0, 0.45); }
      .fac__card-group .card.bg-light .bi {
        color: rgba(0, 0, 0, 0.15); }

.custom-products {
  margin-bottom: 1rem; }
  .custom-products .card {
    border-radius: 1rem; }
    .custom-products .card img {
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .custom-products .card .card-title {
      text-align: center;
      font-weight: 400;
      color: #182C61; }
      .custom-products .card .card-title + .card-text {
        margin-bottom: 0; }
    .custom-products .card .card-text {
      font-size: 75%;
      opacity: .7; }
    .custom-products .card .card-footer {
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem;
      background-color: rgba(0, 0, 0, 0.03); }
  .custom-products form .form-control, .custom-products form .btn {
    border-radius: .5rem; }
  .custom-products form .btn {
    width: 100%;
    background-color: #182C61;
    text-align: center;
    color: #FFFFFF; }
    .custom-products form .btn:hover {
      background-color: #192A56; }

.custom-list-3 .list-group-item {
  border: none;
  border-radius: 0; }
  .custom-list-3 .list-group-item:first-child {
    background-color: #F5F6FA;
    font-weight: bolder;
    color: #182C61; }
  .custom-list-3 .list-group-item:not(:first-child) {
    padding: .250rem 1rem;
    font-size: 90%; }
  .custom-list-3 .list-group-item a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.55); }
    .custom-list-3 .list-group-item a:hover {
      text-decoration: underline; }

.fac__topbar {
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  background-color: #182C61;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .fac__topbar h3 {
    margin-bottom: 0;
    color: #FFFFFF; }
  .fac__topbar .btn {
    font-weight: 700; }

.custom-calendar .card-header {
  border-bottom: none;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center; }
.custom-calendar .card-title {
  margin-bottom: 0;
  font-weight: normal; }
.custom-calendar .btn:focus {
  box-shadow: none; }
.custom-calendar .btn .bi {
  font-size: 150%;
  color: #079992; }
.custom-calendar .card-body {
  padding: 0; }
.custom-calendar .table {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 5px; }
  .custom-calendar .table th {
    background-color: #AFB7BC;
    text-align: center;
    font-size: 150%;
    color: #FFFFFF; }
  .custom-calendar .table td {
    padding: 1.5rem;
    border-radius: .350rem;
    text-align: center;
    font-size: 115%;
    transition: background-color .2s ease-in-out; }
    .custom-calendar .table td a {
      text-decoration: none; }
    .custom-calendar .table td:hover {
      background-color: rgba(0, 0, 0, 0.05); }
    .custom-calendar .table td.current {
      background-color: #079992; }
      .custom-calendar .table td.current a {
        font-weight: 700;
        color: #FFFFFF; }
    .custom-calendar .table td.empty {
      background-color: rgba(0, 0, 0, 0.05); }
      .custom-calendar .table td.empty a {
        color: rgba(0, 0, 0, 0.25); }

.custom-modal .modal-content {
  border-radius: 0; }
.custom-modal .modal-header {
  border-radius: 0;
  background-color: #182C61;
  color: #FFFFFF; }
.custom-modal .fac__form {
  border: none;
  background-color: transparent;
  padding: 0; }

.custom-btn-whatsapp {
  border: none;
  outline: none;
  background-color: transparent;
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 999;
  transform: scale(1);
  animation: pulse 2s infinite; }

.custom-modal-whatsapp .modal-content {
  border: none;
  background-color: transparent !important; }

.custom-modal-whatsapp .modal-content::before {
  content: '';
  height: 88px;
  background-image: url("../img/whatsapp-78x78.png");
  background-repeat: no-repeat;
  background-position: center; }

.custom-modal-whatsapp .modal-header {
  border-radius: 1rem 1rem 0 0;
  background-color: #075E54; }

.custom-modal-whatsapp .modal-title {
  color: #FFFFFF; }

.custom-modal-whatsapp .modal-title span {
  display: block;
  font-size: 65%;
  opacity: .6; }

.custom-modal-whatsapp .btn-close {
  filter: invert(100%); }

.custom-modal-whatsapp .btn-close:focus {
  box-shadow: none; }

.custom-modal-whatsapp .modal-body {
  background-image: url("../img/bg-whatsapp-760x698.jpg");
  background-size: cover; }

.custom-modal-whatsapp .modal-footer {
  border-radius: 0 0 1rem 1rem;
  background-color: #FFFFFF; }

.custom-modal-whatsapp .modal-footer .btn {
  background-color: #25D366;
  color: #FFFFFF; }

.custom-modal-whatsapp .custom-whatsapp-avatar {
  width: 4rem;
  height: 4rem;
  margin-right: .750rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  background-image: url("../img/fac-668x280.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.custom-modal-whatsapp .custom-whatsapp-avatar img {
  max-width: 100%;
  height: auto; }

.custom-modal-whatsapp .custom-whatsapp-message + .custom-whatsapp-message {
  margin-top: 1rem; }

.custom-modal-whatsapp .custom-whatsapp-message {
  max-width: 85%;
  width: fit-content;
  border-radius: 0 2rem 2rem 2rem;
  padding: .550rem 1.2rem;
  background-color: #FFFFFF; }

.custom-modal-whatsapp .custom-whatsapp-message .custom-whatsapp-user {
  display: block;
  margin-bottom: .5rem;
  font-weight: 700;
  font-size: 90%;
  color: #192A56; }

.custom-modal-whatsapp .custom-whatsapp-message .custom-whatsapp-emoji {
  font-size: 135%; }

.custom-modal-whatsapp .custom-whatsapp-message .custom-whatsapp-time {
  display: block;
  text-align: right;
  font-weight: 700;
  font-size: 75%;
  color: #41464B; }

.custom-footer {
  padding: 2rem 1rem;
  font-size: 90%; }
  .custom-footer .figure-caption {
    padding: .150rem .850rem;
    background-color: #182C61;
    color: #FFFFFF; }
  .custom-footer .list-unstyled li:first-of-type {
    font-size: 150%;
    color: #182C61; }
  .custom-footer .list-unstyled a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.55); }
  .custom-footer .list-unstyled .bi {
    margin-right: .5rem;
    color: #192A56;
    font-size: 115%; }

.fac__footer {
  padding: 1rem;
  background-color: #192A56; }
  .fac__footer .card {
    width: 100%;
    border: none;
    background-color: #182C61; }
    .fac__footer .card .blockquote, .fac__footer .card .blockquote-footer {
      text-align: center;
      color: #FFFFFF; }

.custom-btn-up {
  width: 3rem;
  height: 3rem;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #182C61;
  position: fixed;
  bottom: 2%;
  right: 2%;
  transition: all linear .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }
  .custom-btn-up .bi {
    vertical-align: middle;
    font-size: 200%;
    color: #FFFFFF;
    text-align: center; }
  .custom-btn-up:focus {
    background-image: none;
    background-color: #192A56;
    cursor: pointer; }
  .custom-btn-up.show {
    opacity: 1;
    visibility: visible; }

@media only screen and (max-width: 768px) {
  .custom-title h2 {
    font-size: 175%; }

  .fac__form .row + .row {
    margin-top: 0; }

  .fac__form .col-12 {
    margin-top: 1rem; }

  .custom-card-products .card {
    max-width: 50%; }

  .custom-whatsapp-message {
    max-width: 70%; } }
@keyframes pulse {
  0% {
    transform: scale(0.75); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.75); } }

/*# sourceMappingURL=custom.css.map */
