@import "lib/angular-material/angular-material.min.css";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700");
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v90/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
/*
@import (inline) "lib/angular-loading-bar/build/loading-bar.min.css";
@import (inline) "lib/angular-material-sidemenu/dest/angular-material-sidemenu.css";
@import url("https://use.fontawesome.com/releases/v5.11.1/css/all.css");
*/
/*
https://scotch.io/courses/getting-started-with-less/responsive-and-media-queries
@wide-screen-down: ~'(max-width: 1199px)';
@desktop-down: ~'(max-width: 991px)';
@tablet-down: ~'(max-width: 767px)';
@phone-down: ~'(max-width: 480px)';
@small-phone-down: ~'(max-width: 320px)';
*/
.site {
  position: relative;
  background-color: #222;
  width: 100%;
  height: 100%;
}
.site #content {
  outline: none;
}
.site md-toolbar {
  height: 98px !important;
  z-index: 100 !important;
}
.site md-toolbar.light {
  background-color: #fff !important;
  color: #ffffff;
}
.site .md-toolbar-tools {
  position: fixed;
  background-color: #fff !important;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 2px 1px -1px rgba(0, 0, 0, 0.05) !important;
  width: 100%;
  padding: 0;
  min-height: 98px;
  /*.logo-0 {
            max-height: 50px;
            width: auto;
            display: none;
            @media @tablet-down {
                display: block;
            }
        }*/
}
.site .md-toolbar-tools .menu {
  margin: 0 !important;
  padding: 0 !important;
}
.site .md-toolbar-tools .logo {
  margin-top: 8px;
  outline: none;
  max-height: 38px;
  width: auto;
}
@media (max-width: 991px) {
  .site .md-toolbar-tools .logo {
    max-height: 28px;
    width: auto;
  }
}
.site .md-toolbar-tools .logo-sol {
  margin-right: 24px;
  outline: none;
  max-height: 72px;
  width: auto;
}
.site .mobile-menu {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: auto;
  top: 90px;
  padding: 8px;
  z-index: 99;
}
.site .mobile-menu button {
  text-align: left;
}
.site .ui-view-content {
  height: 100%;
}
.site section h1 {
  font-size: 36px;
}
@media (max-width: 991px) {
  .site section h1 {
    font-size: 28px;
  }
}
.site section .content {
  padding: 48px 0;
}
.site .wrapper {
  max-width: 1280px;
  /*border: 1px solid red;*/
  padding: 0 48px;
}
@media (max-width: 1199px) {
  .site .wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 991px) {
  .site .wrapper {
    padding: 0 18px;
  }
}
@media (max-width: 480px) {
  .site .wrapper {
    padding: 0 16px;
  }
}
@media (max-width: 320px) {
  .site .wrapper {
    padding: 0 8px;
  }
}
.site .wrapper .l,
.site .wrapper .r {
  height: 100%;
}
.site .wrapper h1,
.site .wrapper h2 {
  font-weight: 600;
  line-height: 1.5em;
}
.site .wrapper .img-site img {
  padding: 16px;
  max-width: 380px;
  height: auto;
}
@media (max-width: 1199px) {
  .site .wrapper .img-site img {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .site .wrapper .img-site img {
    max-width: 280px;
  }
}
@media (max-width: 480px) {
  .site .wrapper .img-site img {
    max-width: 180px;
  }
}
@media (max-width: 320px) {
  .site .wrapper .img-site img {
    max-width: 80px;
  }
}
.site .wrapper .actions {
  width: 100%;
  font-weight: bold;
}
.site .wrapper .actions button {
  min-width: 120px !important;
  margin: 0 !important;
}
.site .banner {
  /*.monitor {
            background-image: url(assets/img/site/statistic-4.png);
            background-position: center center;
            background-repeat: no-repeat;
        }*/
}
.site .banner section {
  /*min-height: 700px;
            @media @wide-screen-down {
                min-height: 600px;
            }
            @media @desktop-down {
                margin: 0;
                min-height: 500px;
            }
            @media @phone-down {
                margin: 0;
                min-height: 400px;
            }
            @media @small-phone-down {
                margin: 0;
                min-height: 300px;
            }*/
}
.site .banner section .frase {
  margin: 38px;
}
.site .banner section .frase span {
  word-spacing: 2px;
  font-weight: 300;
  text-align: center;
  font-size: 26px;
}
@media (max-width: 991px) {
  .site .banner section .frase span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .site .banner section .frase {
    margin: 16px 0;
  }
}
.site .banner section .quote-start {
  margin: 0 18px 18px 0;
  font-size: 28px;
  color: #d2d3d4;
  transform: scale(-1, -1);
}
@media (max-width: 991px) {
  .site .banner section .quote-start {
    display: none;
  }
}
.site .banner section .quote-end {
  margin: 32px 0px 0px 18px;
  font-size: 28px;
  color: #d2d3d4;
}
@media (max-width: 991px) {
  .site .banner section .quote-end {
    display: none;
  }
}
.site .banner section p {
  font-size: 28px;
  line-height: 44px;
  letter-spacing: -1px;
  word-spacing: 2px;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .site .banner section p {
    font-size: 22px;
    line-height: 34px;
  }
}
.site .banner section .expand-more {
  margin-top: 160px;
}
@media (max-width: 480px) {
  .site .banner section .expand-more {
    margin-top: 100px;
  }
}
.site .content-init {
  background-color: #fff;
  color: #222;
}
.site .content-init section {
  min-height: 360px;
}
.site .content-init section .content {
  padding: 80px 0;
}
@media (max-width: 480px) {
  .site .content-init section .content {
    padding: 18px;
  }
}
.site .content-init section h2 {
  text-align: center;
}
.site .content-init section p {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 44px;
  letter-spacing: -1px;
  word-spacing: 2px;
}
@media (max-width: 991px) {
  .site .content-init section p {
    font-size: 18px;
    line-height: 34px;
  }
}
.site .content-educacao {
  background-color: #ff5722;
  color: #fff;
}
.site .content-educacao section h2 {
  text-align: center;
}
.site .content-educacao section p {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 44px;
  letter-spacing: -1px;
  word-spacing: 2px;
}
@media (max-width: 991px) {
  .site .content-educacao section p {
    font-size: 18px;
    line-height: 34px;
  }
}
.site .content-educacao section .content-img {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.site .content-educacao section .content-img img {
  margin: 18px;
  border-radius: 50%;
  border: 4px solid transparent;
  max-width: 300px;
  max-height: 300px;
}
@media (max-width: 991px) {
  .site .content-educacao section .content-img img {
    max-width: 280px;
    max-height: 280px;
  }
}
.site .content-educacao section .content-img img.infantil {
  background: linear-gradient(45deg, #00C853, #B2FF59) border-box;
}
.site .content-educacao section .content-img img.fundamental {
  background: linear-gradient(45deg, #ffc936, #49c8fa) border-box;
}
.site .content-educacao section .content-img img.medio {
  background: linear-gradient(45deg, #1d92e0, #1547eb) border-box;
}
.site .content-rodape {
  background-color: #222;
  color: #fff;
}
.site .content-rodape h2 {
  margin-top: 36px;
  margin-bottom: 0;
  padding-bottom: 24px;
  font-size: 1.4em;
  font-weight: normal;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.site .content-rodape p {
  margin-top: 8px;
  font-weight: 600;
}
.site .content-rodape a {
  cursor: pointer;
}
.site .content-rodape footer {
  margin: 16px 0;
}
.site .content-rodape footer h3 {
  font-size: 1.2em;
  font-weight: 600;
}
.site .content-rodape footer ul {
  list-style: none;
  padding: 0;
}
.site .content-rodape footer ul li {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 1.25;
  font-weight: 300;
  margin: 15px 0px 24px;
}
.site .content-rodape footer ul li a,
.site .content-rodape footer ul li span {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.site .content-rodape footer ul li a md-icon,
.site .content-rodape footer ul li span md-icon {
  color: #fff;
  margin-bottom: 4px;
}
.site .content-rodape footer ul li a md-icon,
.site .content-rodape footer ul li span md-icon {
  color: #fff;
  margin: 0 8px 4px 0;
}
.site .content-rodape footer ul li span.whatsapp md-icon,
.site .content-rodape footer ul li span.phone md-icon {
  font-size: 18px;
}
.site .content-rodape footer ul li a:hover {
  color: #ff5722;
}
.site .content-rodape footer ul li a.facebook:hover {
  color: #1877F2;
}
.site .content-rodape footer ul li a.facebook:hover md-icon {
  color: #1877F2;
}
.site .content-rodape footer ul li a.instagram:hover {
  color: #db2e63;
}
.site .content-rodape footer ul li a.instagram:hover md-icon {
  color: #db2e63;
}
.site .content-powered {
  background-color: #222;
}
.site .content-powered .end-text {
  width: 100%;
  color: #fff;
  text-align: justify;
  font-size: smaller;
  word-spacing: 2px;
  margin: 0;
  padding: 0;
}
.site .content-powered .end-text .highlight {
  color: #FFC107;
}
.site .content-cookies {
  background-color: #FFFFFF;
  min-height: 320px;
  color: #222;
}
.site .content-cookies section {
  margin-bottom: 24px;
}
.site .content-cookies h2 {
  margin-bottom: 0;
}
.site .content-cookies h3 {
  margin-top: 0;
}
.site .cookie {
  bottom: 0px;
  /*bottom: -20px;
        left: 50%;
        transform: translate(-50%, -50%);*/
}
.site .cookie-wrapper {
  z-index: 1;
  line-height: 100%;
  position: fixed;
  padding: 4px 20px 4px 20px;
  background: #f0f0f0;
  color: #222;
  width: 100%;
  /*width: 90%;
        border-radius: 8px;*/
}
.site .links-notif {
  color: #000;
  font-weight: bold;
}
.contato {
  width: 100%;
  background-color: #fff;
}
.contato h1 {
  text-align: center;
}
.contato .contato {
  margin-bottom: 24px;
}
.contato .mapa {
  margin-bottom: 24px;
  margin-right: 24px;
}
@media (max-width: 991px) {
  .contato .mapa {
    margin-right: 0;
  }
}
.contato .mapa iframe {
  max-height: 450px;
}
.pagina404 {
  background-color: #FFFFFF;
  height: 100%;
  padding: 60px 30px;
}
.pagina404 h1 {
  font-size: 80px;
  color: #fff;
  margin: 20px;
}
.pagina404 h2 {
  font-size: 24px;
  color: #fff;
  margin: 20px;
}
@media (max-width: 1199px) {
  .pagina404 {
    min-height: 25vw;
    padding: 60px 30px;
  }
  .pagina404 h1 {
    font-size: 130px;
    color: #fff;
    margin: 20px;
  }
  .pagina404 h2 {
    font-size: 60px;
    color: #fff;
    margin: 20px;
  }
}
.pagina404 .ui-view-content {
  height: 100%;
}
.pagina404 .ui-view-content section {
  padding-left: 5vw;
  padding-right: 5vw;
}
.pagina404 .fundo-branco {
  background-color: #fff;
}
.pagina404 .secao {
  min-height: auto;
  margin: 0 auto;
  max-width: 1148px;
  padding: 64px 1.5rem;
}
@media (max-width: 480px) {
  .pagina404 .secao {
    padding-top: 0;
    padding-bottom: 0;
  }
}
::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
::-webkit-scrollbar-thumb:horizontal {
  background: #888;
  border-radius: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Ubuntu", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
  background-color: #E6E6E6;
  top: 0 !important;
  position: unset !important;
}
body .myApp-views {
  height: 100%;
}
.ws-bg {
  /*background-color: #772953;
	background-image: linear-gradient(to bottom left, rgba(119, 41, 83, 0.16) 0, rgba(119, 41, 83, 0.16) 49.9%, transparent 50%), linear-gradient(to bottom right, rgba(228, 228, 228, 0.5) 0, rgba(228, 228, 228, 0.5) 49.9%, transparent 50%), linear-gradient(to top left, white 0%, white 49.3%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient( -89deg, #e95420 0%, #772953 42%, #2c001e 94%);*/
  /*background-color: #111;
	background-image: linear-gradient(to bottom left, rgba(216, 216, 216, 0.54) 0, rgba(216, 216, 216, 0.54) 49.9%, transparent 50%), linear-gradient(to bottom right, rgba(228, 228, 228, 0.54) 0, rgba(228, 228, 228, 0.54) 49.9%, transparent 50%), linear-gradient(to top left, white 0%, white 49.3%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient( 201deg, #4e4e4e 0%, #333 46%, #111 90%);*/
  background-color: #326de6;
  background-image: linear-gradient(to bottom left, rgba(21, 58, 138, 0.16) 0, rgba(21, 58, 138, 0.16) 49.9%, transparent 50%), linear-gradient(to bottom right, rgba(50, 109, 230, 0.5) 0, rgba(50, 109, 230, 0.5) 49.9%, transparent 50%), linear-gradient(to top left, white 0%, white 49.3%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(74deg, #173d8b 0%, #326de6 92%);
  background-blend-mode: multiply, multiply, normal, normal;
  color: #fff;
  background-position: top right, top left, right bottom -1px, left top;
  background-repeat: no-repeat;
  background-size: 74% 99.83%, 68% 91%, 103.8% 20.26%, 100% 99.8%;
  /*margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 95rem;*/
}
.ws-bg-dark {
  /*background-color: #772953;
	background-image: linear-gradient(to bottom left, rgba(119, 41, 83, 0.16) 0, rgba(119, 41, 83, 0.16) 49.9%, transparent 50%), linear-gradient(to bottom right, rgba(228, 228, 228, 0.5) 0, rgba(228, 228, 228, 0.5) 49.9%, transparent 50%), linear-gradient(to top left, white 0%, white 49.3%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient( -89deg, #e95420 0%, #772953 42%, #2c001e 94%);*/
  background-color: #111;
  background-image: linear-gradient(to bottom left, rgba(216, 216, 216, 0.54) 0, rgba(216, 216, 216, 0.54) 49.9%, transparent 50%), linear-gradient(to bottom right, rgba(228, 228, 228, 0.54) 0, rgba(228, 228, 228, 0.54) 49.9%, transparent 50%), linear-gradient(to top left, white 0%, white 49.3%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(201deg, #4e4e4e 0%, #333 46%, #111 90%);
  /*background-color: #326de6;
	background-image: linear-gradient(to bottom left, rgba(21, 58, 138, 0.16) 0, rgba(21, 58, 138, 0.16) 49.9%, transparent 50%), linear-gradient(to bottom right, rgba(50, 109, 230, 0.5) 0, rgba(50, 109, 230, 0.5) 49.9%, transparent 50%), linear-gradient(to top left, white 0%, white 49.3%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient( 74deg, #173d8b 0%, #326de6 92%);*/
  background-blend-mode: multiply, multiply, normal, normal;
  color: #fff;
  background-position: top right, top left, right bottom -1px, left top;
  background-repeat: no-repeat;
  background-size: 74% 99.83%, 68% 91%, 103.8% 20.26%, 100% 99.8%;
  /*margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 95rem;*/
}
.ws-bg-top {
  min-height: 180px !important;
  background-blend-mode: multiply, multiply, normal, normal;
  background-image: linear-gradient(to bottom left, rgba(228, 228, 228, 0.5) 0%, rgba(228, 228, 228, 0.5) 49%, rgba(228, 228, 228, 0) 50%, rgba(228, 228, 228, 0) 100%), linear-gradient(to bottom left, rgba(119, 41, 83, 0.16) 0%, rgba(119, 41, 83, 0.16) 49%, rgba(119, 41, 83, 0) 50%, rgba(119, 41, 83, 0) 100%), linear-gradient(to bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, white 50%, white 100%), linear-gradient(90deg, #173d8b 4%, #326de6 50%, #e95420 88%);
  background-position: top right, top right, top left, top left;
  background-repeat: no-repeat;
  background-size: 39.4% 6rem, 54% 4rem, 63% 4rem, 62.6% 4rem;
}
@media (max-width: 991px) {
  .ws-bg-top {
    min-height: 80px !important;
  }
}
md-toolbar {
  background-color: transparent !important;
}
table.clone thead tr:last-child th {
  border-bottom: 1px rgba(0, 0, 0, 0.12) solid;
}
table.clone + md-table-container table tbody tr:first-child td {
  border-top: block;
}
md-table-container.fix-head {
  width: 100%;
  min-height: 300px;
  height: 100%;
}
md-table-container.fix-head .overflow {
  background-color: white;
  overflow: auto;
  height: 100%;
}
.ng-invalid {
  border-color: #A94442;
  border-width: 1px;
}
#loading-bar .bar {
  background: #123456;
}
#loading-bar-spinner .spinner-icon {
  border-top-color: #123456;
  border-left-color: #123456;
}
#loading-bar .peg {
  -moz-box-shadow: #123456 1px 0 6px 1px;
  -ms-box-shadow: #123456 1px 0 6px 1px;
  -webkit-box-shadow: #123456 1px 0 6px 1px;
  box-shadow: #123456 1px 0 6px 1px;
}
md-content {
  background-color: white;
}
md-actions {
  background-color: white;
  min-height: 50px;
}
.md-sidemenu-content {
  display: block;
}
table[md-table] md-checkbox[disabled] {
  background-color: #EEEEEE;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.left {
  text-align: left !important;
}
.bold {
  font-weight: 600;
}
.highlight-1 {
  color: #FFC107;
}
.highlight-2 {
  color: #FF5722;
}
