@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

.logo-navbar{
  margin: 0 20px;
}

.logo-navbar a img{
  width: 3.75em;
}

.d-none{
  display: none;
}

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

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

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

.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: #fff;
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: ##fff;
  --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;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}


.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.pb-2 {
  font-family: 'Manrope';
  font-weight: 600;
}

.link-opciones{
  text-align: left;
  padding: 10px;
  display: grid;
  justify-items: center;
  color: #fff;
  border-radius: 10px;
  width: 170px;
  height: 200px;
  margin: 5px 5px;
  background-color: #5EB772;
}

.link-opciones:hover{
  background-color: #2EAB5E;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: rgba(33, 37, 41, 0.75) !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.text-body-emphasis {
  margin-top: 0;
  --bs-text-opacity: 1;
  color: #fff !important;
}

.b-example-divider {
  width: 100%;
  height: 4rem;
  background-color: rgba(94,183,114, .1);
  border: solid rgba(94,183,114, .15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(94,183,114, .1), inset 0 0.125em 0.5em rgba(94,183,114, .15);
}

.centrado-matriculado{
  display: grid;
  justify-content: center;
}

.centrado-facturacion{
  margin: auto 230px;
}

#estado-matriculado{
  font-weight: bolder;
}

.pago-estado-bolder{
  font-weight: bolder;
}

#ver-legajo{
  display: grid;
  justify-items: center;
}

.accordion{
  margin: 40px;
}

.accordion-collapse{
  display: grid;
}

.ver-facturacion{
  padding: 16px 20px;
}

.comprobante-enlace{
  justify-self: center;
  margin: 15px;
  text-align: center;
  color: rgb(82,71,151);
}

.btn-warning{
  margin-bottom: 10px;
  justify-self: center;
}

.copy-to-clipboard{
  margin: auto;
}

.copyButton{
  display: block;
  margin: auto;
}

.copyButtonSucceed{
  display: none;
  margin: auto;
  color: green;
}

.copiar{
  text-align: center;
  font-family: "Manrope", sans-serif;
  color: black;
}

.copia-exitosa{
  display: none;
  text-align: center;
  font-family: "Manrope", sans-serif;
  color: green;
}

.tabla-matriculados{
  margin: auto 6rem;
}

.container-busqueda{
  max-width: 240px;
  margin: 0 auto auto 0;
  display: grid;
}

.facturas-titulo{
  text-align: center;
}

.tabla-facturas{
  margin: 20px auto 80px;
  overflow: visible;
}

#mi-formulario{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.division-formulario{
  margin: 0 2rem;
  width: 15rem;
  align-content: center;
}

#formulario-info{
  margin: auto;
  justify-content: center;
}

.opciones-administrador{
  color: #5EB772;
}

.opciones-administrador:hover{
  color: #2EAB5E;
}


@media (max-width: 768px){
  .centrado-facturacion{
    margin: auto 50px;
  }

  .tabla-matriculados{
    margin: auto;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (min-width: 1200px) {
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
