@charset "UTF-8";
/* Theme Sass */
/*End Theme*/
@import url(theme);
* {
  margin: 0 auto;
  padding: 0 auto;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif !important;
  background-color: #efefef !important;
}

input,
text-area {
  font-family: "Poppins", sans-serif !important;
}

a {
  color: #212121 !important;
  text-decoration: none !important;
}
a:hover {
  color: #4b4b4b !important;
  text-decoration: none;
}

.nav-top {
  background-color: #fff;
}

.nav-link {
  font-weight: bold;
}
.nav-link span {
  background: #000;
  padding: 0.25rem 0.45rem;
  border-radius: 100px;
  color: #fff;
}

.nav-item a {
  font-size: 16px;
  font-weight: 600;
}

.float-end .nav-link {
  font-weight: 900;
  text-transform: uppercase;
}

.logo img {
  position: absolute;
  width: 15rem;
  top: 0.5rem;
  left: 1.5rem;
  z-index: 9999;
}

.dados-initial {
  font-weight: 400 !important;
  font-size: 16px !important;
}

.nav-edit {
  background-color: transparent;
  padding: 0.2rem !important;
  z-index: 9999;
}
.nav-edit .ul-edit {
  background: #ffb901;
  color: white;
  border-radius: 100px 0px 0px 100px;
  padding-left: 2rem;
  position: absolute;
  top: 1rem;
  right: 0%;
  border-right: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.nav-edit .format-link {
  font-weight: bolder;
  text-transform: uppercase;
}

.inside-item {
  margin-left: -1.8rem !important;
  list-style: none;
  position: absolute;
  right: -7%;
}
.inside-item .nav-item {
  margin: 1rem;
  background-color: #fff;
  color: #000;
  border-radius: 100px;
  width: 65%;
  height: 100%;
  text-align: center;
}
.inside-item .nav-item .nav-link {
  color: #000;
}
.inside-item .nav-item:nth-child(1) {
  background-color: #000;
  color: #fff !important;
  border-radius: 100px;
  width: 65%;
  height: 100%;
  text-align: center;
  margin: 0 1rem;
}
.inside-item .nav-item:nth-child(1) .nav-link {
  color: #fff !important;
}

.carousel-control-next {
  opacity: 1 !important;
}

.carousel-control-prev {
  opacity: 1 !important;
}

.carousel-control {
  font-size: 2.5rem;
  color: #fff;
  background: #418ecc;
  opacity: 1;
  padding: 0 1.2rem;
  border-radius: 100px;
  text-align: center;
}

.carousel-indicators li {
  width: 15px !important;
  height: 15px !important;
  border-radius: 100% !important;
  margin: 0 0.5rem !important;
}

.search-section {
  background-color: none;
  padding: 4rem 1rem;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
}

.search-form {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.search-input {
  background: none;
  border: 1px solid #4b4b4b;
  width: 80%;
  height: 3rem;
  padding: 1rem 2rem;
  border-radius: 100px;
}
.search-input:focus {
  outline: none;
}

.search-btn {
  position: absolute;
  right: 10%;
  background: #efefef;
  border: 1px solid #4b4b4b;
  border-left: none;
  color: #4b4b4b;
  font-size: 2rem;
  font-weight: 400;
  height: 100%;
  width: 5%;
  border-top-right-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}

.footer {
  background-color: #fff;
  padding: 4rem 5rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
}
.footer .handler-footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.footer .handler-footer-top .footer-menu {
  flex-grow: 2;
  list-style: none;
  align-self: center;
}
.footer .handler-footer-top .footer-menu .item-footer {
  display: inline-block;
  margin: 0 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

.menu-content {
  display: flex;
  justify-content: space-around;
  align-content: center;
  margin-top: 4rem;
  flex-wrap: wrap;
}

.sec-left ul,
.sec-middle ul,
.sec-right ul {
  list-style: none;
  margin: 3rem -8% !important;
}
.sec-left ul h1,
.sec-left ul h2,
.sec-left ul h3,
.sec-left ul h4,
.sec-middle ul h1,
.sec-middle ul h2,
.sec-middle ul h3,
.sec-middle ul h4,
.sec-right ul h1,
.sec-right ul h2,
.sec-right ul h3,
.sec-right ul h4 {
  font-size: 1rem;
  color: #4b4b4b;
  text-transform: uppercase;
  font-weight: bold;
}
.sec-left ul a:hover,
.sec-middle ul a:hover,
.sec-right ul a:hover {
  text-decoration: none;
}
.sec-left ul li,
.sec-middle ul li,
.sec-right ul li {
  font-size: 0.8rem;
  color: #4b4b4b;
}

.sec-left .usp-abed .abed {
  float: right;
}

.sec-middle .contact .link li svg {
  color: #d30000;
  margin-right: 1rem;
}

.sec-right .social li {
  display: inline-block;
  font-size: 2rem;
  margin: 0 1rem;
  color: #d30000;
}

.nav-mobile {
  display: none !important;
}

@media (max-width: 1199px) {
  .carousel-control-prev,
.carousel-control-next {
    display: none;
  }

  .nav-edit,
.top-bar {
    display: none !important;
  }

  .nav-mobile {
    display: flex !important;
    background-color: transparent;
  }
  .nav-mobile .navbar-toggler {
    border: none;
    color: #212121;
    font-weight: 900;
    font-size: 2rem;
    position: relative;
  }
  .nav-mobile .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .nav-mobile .navbar-toggler .navbar-toggler-icon {
    vertical-align: sub !important;
    line-height: 1.5;
  }
  .nav-mobile .navbar-collapse {
    background-color: #fff;
    position: absolute;
    top: 0;
    height: 100vH;
    right: 0;
    width: 55vW;
  }
  .nav-mobile .navbar-collapse::before {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    min-width: 200px;
    max-width: 1199px;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -9999;
    left: -90%;
  }
  .nav-mobile .navbar-collapse .close-nav {
    position: absolute;
    right: 2rem;
    top: 1rem;
  }
  .nav-mobile .navbar-collapse .ul-mobile {
    height: 45vh;
    justify-content: space-evenly;
    font-size: 1.2rem;
    margin: 0;
  }
  .nav-mobile .navbar-collapse .ul-mobile .nav-item {
    margin: 0 5%;
    border-bottom: 1px solid #212121;
    position: relative;
    margin-top: -30%;
    margin-bottom: -20%;
  }
  .nav-mobile .navbar-collapse .ul-mobile .nav-item:last-of-type {
    border-bottom: none;
  }
  .nav-mobile .navbar-collapse .ul-mobile .nav-item .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-weight: 400;
    text-transform: uppercase;
  }
  .nav-mobile .navbar-collapse .ul-mobile .nav-item .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 0;
    border-left: none !important;
    position: absolute;
    right: 1rem;
  }
  .nav-mobile .navbar-collapse .ul-mobile .nav-item .dropdown-menu {
    border: none !important;
  }
  .nav-mobile .mobile-student {
    margin: 0;
    width: 50%;
    flex-direction: row;
  }
  .nav-mobile .mobile-student .nav-item {
    display: inline-block;
    margin: 0 auto;
  }
  .nav-mobile .mobile-student .nav-item:focus {
    border: 1px solid #212121;
    background-color: #212121;
    color: #fff !important;
    padding: 0 1rem;
  }

  .add-bg-mobile,
.nav-mobile {
    background-color: transparent;
  }

  .btn-if-scrolled {
    color: #212121 !important;
  }
}
@media (max-width: 768px) {
  .carousel-control-prev,
.carousel-control-next {
    display: none !important;
  }

  .search-btn {
    position: absolute;
    right: 10%;
    background: #efefef;
    border: 1px solid #4b4b4b;
    border-left: none;
    color: #4b4b4b;
    font-size: 1.2rem;
    font-weight: 400;
    height: 100%;
    width: 10%;
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
  }

  img {
    width: 100%;
  }

  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-size: 0.75rem;
  }

  .add-bg-mobile,
.nav-mobile {
    background-color: #212121 !important;
  }
  .add-bg-mobile .mobile-student .nav-link,
.nav-mobile .mobile-student .nav-link {
    color: #fff !important;
  }
  .add-bg-mobile #btnMobile,
.nav-mobile #btnMobile {
    color: #fff !important;
  }

  .btn-if-scrolled {
    color: #fff !important;
  }
}
@media (max-width: 576px) {
  .mobile-student {
    display: none !important;
  }

  .accordion-body {
    padding: 0 !important;
  }

  .places,
.address,
.contact {
    margin: 2rem 0;
  }

  .add-bg-mobile {
    background-color: #212121;
  }

  .nav-mobile .navbar-toggler {
    color: #fff !important;
  }
}
.nav-item .dados-initial {
  font-size: 12px !important;
  font-weight: 600 !important;
}

.nav-item .dados-initial2 {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: white !important;
}

.carousel-inner {
  max-height: 270px !important;
}

/*# sourceMappingURL=core.min.css.map */
