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

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

.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;
}

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

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



/* darle forma al navar */



@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1120px;
  }
}

@media (min-width: 1300px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1020px;
  }
}

/* relleno del nav prinsipal */
/* .bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgb(17 105 193) !important;
} */

.dropdown:hover .dropdown-menua {
  display: block;
}


.dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
  display: block;
}

/* 
  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: rgb(0 0 0 / 66%);
    background-color: #000000;
    border: var(--bs-border-width) solid rgb(46 152 231 / 76%);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
} */


/* .bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgb(16 94 173) !important;
} */


/* tema de imagen en la vision y mision */
@media (min-width: 320px) {

  .mi-clase {
    max-width: 100%!important;

  }
}


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

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 4%;
  }
}

/* carrousel y logotipo */
    /* Carousel fondo color */
    .element {
      background: linear-gradient(rgb(32 49 143 / 55%), rgb(221 222 225 / 57%));
  }


  .colorear2 {
      /* box-shadow: 2px 2px 8px 0 rgb(209, 102, 221), 4px 4px 16px 0 #d66, 0px 0px 24px 2px rgb(221, 197, 102); */
      box-shadow: 2px 2px 8px 0 #0d6efd, 4px 4px 16px 0 #0d6efd, 0px 0px 24px 2px #0d6efd;
  }

  .colorear3 {
    /* box-shadow: 2px 2px 8px 0 rgb(209, 102, 221), 4px 4px 16px 0 #d66, 0px 0px 24px 2px rgb(221, 197, 102); */
    box-shadow: 2px 2px 8px 0 #eb3418, 4px 4px 16px 0 #eb3418, 0px 0px 24px 2px #eb3418;
}



  /* .logo:hover {filter: blur(5px);} */
  .logo:hover {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }



  /* para inscripcion escolar */

  @media (min-width: 320px) {

    .imgi {
        height: 70%;
        max-width: 70%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        margin-left: 15%;

    }
}

@media (min-width: 992px) {

    .imgi {
        height: 100%;
        max-width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        margin-left: 25%;
        /* margin-left: 25%; */
    }
}





  
/* footers */
  /* margin-top: var(--bs-gutter-y); */
  .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;
  }