@import url("https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body {
  font-family: 'Asap', sans-serif;
  overflow-x: hidden;
}

.navbar-brand img {
  width: 65px;
}

@media screen and (max-width: 576px) {
  .navbar-brand img {
    width: 35px;
  }
}

.sticky-top {
  top: 92px;
}

@media screen and (max-width: 576px) {
  .sticky-top {
    top: 60px;
  }
}

.h-screen {
  height: 100vh;
}

.banner-principal {
  margin-top: 90px;
}

@media screen and (max-width: 576px) {
  .banner-principal {
    margin-top: 62px;
  }
}

.descripcion_banner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
}

@media screen and (max-width: 576px) {
  .descripcion_banner {
    background-color: #07a7cfb5;
    padding: 1rem;
  }
  .descripcion_banner h3 {
    font-size: 14px;
  }
  .descripcion_banner h1, .descripcion_banner .h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .descripcion_banner {
    background-color: #07a7cfb5;
    padding: 1.5rem;
  }
}

.btn {
  font-weight: 700;
  border: 1px solid transparent;
  padding: .975rem 1.75rem;
  border-radius: 0.15rem;
}

@media screen and (max-width: 576px) {
  .btn {
    padding: .675rem .65rem;
    border-radius: 0.15rem;
    font-size: .8rem;
  }
}

@media screen and (max-width: 768px) {
  .btn {
    padding: .675rem .65rem;
    border-radius: 0.15rem;
    font-size: .8rem;
  }
}

.bg-gray {
  background-color: #F8F8F8;
}

.text-gray {
  color: #ACACAC;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.side-bar {
  padding: 1.2rem 1.5rem 1.2rem;
  border: solid 1px #D1D1D1;
  border-top: solid 10px #00A8D1;
}

.side-bar ul.side-list {
  list-style: none;
}

.side-bar ul.side-list .side-item {
  padding: .28rem 0;
  line-height: 1.4;
}

.side-bar ul.side-list .side-item .side-link {
  color: #26211D;
  font-weight: 700;
  font-size: 1.12rem;
}

@media screen and (max-width: 768px) {
  .side-bar ul.side-list .side-item .side-link {
    font-size: .89rem;
  }
}

@media screen and (max-width: 768px) {
  .side-bar ul.side-list {
    padding: 0;
  }
  .side-bar ul.side-list .side-link {
    font-size: .89rem;
  }
}

.page-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-title .title-container {
  width: 80%;
}

.page-title p.h1 {
  font-weight: 900;
}

.page-title:before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 138px;
  height: 10px;
  background-color: var(--blue);
}

@media screen and (max-width: 576px) {
  .page-title:before {
    bottom: 0px;
    left: 0;
    width: 115px;
    height: 6px;
  }
}

.page-title .title-line {
  width: 100%;
  border-bottom: solid 1px #707070;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .page-title .title-line {
    width: 25%;
  }
}

@media screen and (max-width: 576px) {
  .page-title .title-line {
    width: 15%;
  }
}

ul.content-list {
  list-style: none;
}

ul.content-list li {
  position: relative;
  margin: 1.3rem 0;
}

ul.content-list li:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: -20px;
  background-color: var(--blue);
  border-radius: 50%;
}

ul.content-list.white-list li {
  color: #FFF;
}

ul.content-list.white-list li:before {
  background-color: #fff;
}

.requisitos-container {
  padding: 1.5rem 5rem;
}

@media screen and (max-width: 768px) {
  .requisitos-container {
    padding: 1.5rem 1rem;
  }
}

@media screen and (max-width: 576px) {
  .requisitos-container {
    padding: 1rem .5rem;
    margin-bottom: 1.5rem;
  }
}

.colegiatura-pago {
  background-color: #E4E4E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 3rem;
  margin: .8rem 0;
}

.colegiatura-pago .texto {
  width: 45%;
}

@media screen and (max-width: 576px) {
  .colegiatura-pago .texto {
    width: 54%;
  }
}

.colegiatura-pago .precio {
  font-weight: normal;
}

@media screen and (max-width: 576px) {
  .colegiatura-pago {
    padding: 1rem 0.5rem;
  }
}

footer {
  padding: 4rem;
  margin-top: 4rem;
}

footer p {
  color: #FFF;
}

footer a {
  color: var(--blue);
}

@media screen and (max-width: 576px) {
  footer {
    padding: 3rem 0rem;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 576px) {
  h1, .h1 {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 576px) {
  h3, .h3 {
    font-size: 1.55rem;
  }
}

.sider-menu-mobile {
  display: none;
}

@media screen and (max-width: 576px) {
  .sider-menu-mobile {
    margin-top: -27px;
    margin-bottom: 25px;
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .dropdown-menu {
    padding: 0.15rem 1.5rem;
    font-size: .8rem;
  }
}

@media screen and (max-width: 768px) {
  .nav-link {
    font-size: .8rem;
  }
}

.contact-icons {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 6px #00000026;
          box-shadow: 0 0 6px #00000026;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: .2rem .6rem;
  border-radius: 50px;
}

@media screen and (max-width: 576px) {
  .contact-icons {
    margin-right: 0px;
  }
}

.contact-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-icons .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
  margin: 0 .6rem;
}

.contact-icons .icon a {
  color: #FFFFFF;
}

.contact-icons .icon.whatsapp {
  background-color: #25D366;
}

.contact-icons .icon.telefono {
  background-color: #34B7F1;
}

.contact-icons .icon.email {
  background-color: #f17a34;
}

@media screen and (max-width: 576px) {
  .contact-icons .icon {
    margin: 0 .2rem;
  }
}
/*# sourceMappingURL=main.css.map */