:root
{
    --main: #198754 ;
    --second-main:#bdd7bb;
    --main-blue: #0d6efd;
    --second-blue:#736EFE;
    --secondary-text: rgb(150, 150, 150);
    --de-york: #92cba4;
    --rainee: #b5cbac;

    --fringy-flower: #bee8cc;
    --laurel: #789472;
    --xanadu: rgb(41, 41, 41);

    --silver-tree: #68bc9c;
    --pumice: #b4bcb4;

}
html
{
    height: -webkit-fill-available;
}
body
{
    min-height: 100vh;
    min-height: -webkit-fill-available;
    /* background: #ecf0f5; */
    background: #f3f3f3;
}


.navbar
{
  background-color: rgba(0, 0, 0, 0.8) !important;
  box-shadow: 0px 2px 10px ;
}


.offcanvas
{
  background-color: rgba(0, 0, 0, 0.6) !important;
  box-shadow: 0px 2px 10px;
  backdrop-filter: blur(20px);
}

.offcanvas .btn[data-bs-dismiss="offcanvas"]
{
  color: var(--secondary-text) !important;

}
.navbar .nav-item .btn.icon
{
    font-size: 25px;
    color: #fff;

}
.toast-container
{
    z-index: 1500;

}

.toast-body
{
    background-color: white;
}


.panel-btn
{
    position: fixed;
    z-index: 1050;
    bottom: 1vh;
    right: 1vh;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 23px;

}

main {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .b-example-divider {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
    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);
  }

  .bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
  }

  .dropdown-toggle { outline: 0; }

  .nav-flush .nav-link {
    border-radius: 0;
  }

  .btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: var(--secondary-text);
    background-color: transparent;
    border: 0;
  }

  .btn-toggle-icon
  {


    align-items: center;


    font-size: 1.1rem;
    font-weight: 600;
    color: var(--secondary-text);
    background-color: transparent;
    border: 0;
  }


  .btn-toggle::before {
    font-family: "Font Awesome 5 Free";
    width: 1.25em;
    line-height: 0;
    content: "\f105";
    transition: transform .35s ease;
    transform-origin: .5em 50%;
  }
  .btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
  }

  .btn-toggle[aria-expanded="true"] {
    color: #fff;
  }

  .btn-toggle:hover,
  .btn-toggle-icon:hover,
  .btn-toggle:focus {

    background-color: #e7f1ff;
    color: rgba(0, 0, 0, .85);
  }


  .btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
  }
  .btn-toggle-nav a:hover,
  .btn-toggle-nav a:focus {
    background-color: #e7f1ff;
  }

  .scrollarea {
    overflow-y: auto;
  }

  .fw-semibold { font-weight: 600; }
  .lh-tight { line-height: 1.25; }

/* Switch */
.switch
{
    background-color: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(20px);
    border-radius: 10px 5px 20px 5px;
    color: #fff;
}


#carousel
{

    background-color: rgba(0, 0, 0, 0.6) !important;
    box-shadow: 0px 2px 10px;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    padding: 20px;
}
/* .carousel-inner h5
{
    color: #fff;
    text-shadow: 2px 2px 50px #000000;
} */
.carousel-inner
{

    box-shadow: 0px 2px 10px;
    border-radius: 20px;
    backdrop-filter: blur(20px);
}

.carousel-caption
{
    background-color: rgba(0, 0, 0, 0.4) !important;
    border-radius: 20px;

}
#carousel img
{
    border-radius: 20px;
}

#home
{
    background-color: rgba(0, 0, 0, 0.8) !important;
    box-shadow: 0px 2px 10px;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    color: #fff

}
#presentation p
{
    text-align: justify;

}
/* Accordion */
.offcanvas-body .accordion-item {
    background: none;
    color: #fff;

}

.offcanvas-body .accordion-button {

    font-size: 1.1rem;
    font-weight: 600;
}



.accordion-button:is(.collapsed) {
    background: none;

    /* color: rgba(0, 0, 0, .85); aquiii */
    font-size: 1.1rem;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.1) !important;

    backdrop-filter: blur(1px);
    border-radius: 10px !important;

}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: none;
    border-radius: 10px !important;
    box-shadow: 0px 0px 5px !important;

    color: rgba(0, 0, 0, .85) !important;


}


.accordion-button:is(.collapsed)::after {


}



.contrato-info {
    background-color: rgba(0, 0, 0, 0.1) !important;

    backdrop-filter: blur(1px);
    border-radius: 10px !important;
}

.card
{
    box-shadow: 0px 0px 1px;
}


a.disabled
{
    cursor: not-allowed;
    pointer-events: none;
}
table {
    background: #fff !important;
}

.choices,
.choices__inner,
.choices__input
{
    background: #fff !important;
}

.container-canvas div canvas
{
    background: #fff;

}


@media (max-width: 992px)
{
    .table {
        white-space: nowrap;
        overflow-x: auto;
    }
  }



.link-filter
{
    text-decoration: none;
    color: #000;
    background-color: transparent;
    border: none;
}

.link-filter-white
{
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    border: none;
}
.link-filter-white:hover,
.link-filter:hover
{
    text-decoration: none;
    color: var(--main-blue);

}

.cont-notify
{
    display: inline-block;
    color: #fff;
    background: red;
    width: 20px;
    height: 15px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    left: -10px;
    padding-right: 1px;
    padding-left: 0px;
    font-size: 16px;

}
.sig-exp
{
    font-size: 10px;

}
input[type=text].money-usd.without-format {
    width: 100% !important;
    text-align: left !important;
    background-color: #fff !important;
    margin-top: 0px;
    border-color: #fff;
    border-radius: 5px;
}


.form-control.is-invalid
{
    z-index:1 !important;
}


.datepicker,
.datepicker-picker,
.datepicker-header,
.datepicker-main,
.datepicker-title,
.datepicker-dropdown
{
    z-index: 1000;
}
